Spaces:
Runtime error
Runtime error
Commit
·
d825a6b
1
Parent(s):
3e2f5da
add google scholar citation & related projects (#76)
Browse files* update
* update related projects and citations
- README.md +13 -8
- README_zh-CN.md +13 -8
README.md
CHANGED
@@ -112,13 +112,18 @@ This project is released under the [Apache 2.0 license](LICENSE).
|
|
112 |
If you find this project useful in your research, please consider cite:
|
113 |
|
114 |
```
|
115 |
-
@
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
archivePrefix={arXiv},
|
121 |
-
primaryClass={cs.CL},
|
122 |
-
url={https://arxiv.org/abs/2407.20183},
|
123 |
}
|
124 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
If you find this project useful in your research, please consider cite:
|
113 |
|
114 |
```
|
115 |
+
@article{chen2024mindsearch,
|
116 |
+
title={MindSearch: Mimicking Human Minds Elicits Deep AI Searcher},
|
117 |
+
author={Chen, Zehui and Liu, Kuikun and Wang, Qiuchen and Liu, Jiangning and Zhang, Wenwei and Chen, Kai and Zhao, Feng},
|
118 |
+
journal={arXiv preprint arXiv:2407.20183},
|
119 |
+
year={2024}
|
|
|
|
|
|
|
120 |
}
|
121 |
```
|
122 |
+
|
123 |
+
## Our Projects
|
124 |
+
|
125 |
+
Explore our additional research on large language models, focusing on LLM agents.
|
126 |
+
|
127 |
+
- [Lagent](https://github.com/InternLM/lagent): A lightweight framework for building LLM-based agents
|
128 |
+
- [AgentFLAN](https://github.com/InternLM/Agent-FLAN): An innovative approach for constructing and training with high-quality agent datasets (ACL 2024 Findings)
|
129 |
+
- [T-Eval](https://github.com/open-compass/T-Eval): A Fine-grained tool utilization evaluation benchmark (ACL 2024)
|
README_zh-CN.md
CHANGED
@@ -107,13 +107,18 @@ python mindsearch/terminal.py
|
|
107 |
如果此项目对您的研究有帮助,请参考如下方式进行引用:
|
108 |
|
109 |
```
|
110 |
-
@
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
archivePrefix={arXiv},
|
116 |
-
primaryClass={cs.CL},
|
117 |
-
url={https://arxiv.org/abs/2407.20183},
|
118 |
}
|
119 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
如果此项目对您的研究有帮助,请参考如下方式进行引用:
|
108 |
|
109 |
```
|
110 |
+
@article{chen2024mindsearch,
|
111 |
+
title={MindSearch: Mimicking Human Minds Elicits Deep AI Searcher},
|
112 |
+
author={Chen, Zehui and Liu, Kuikun and Wang, Qiuchen and Liu, Jiangning and Zhang, Wenwei and Chen, Kai and Zhao, Feng},
|
113 |
+
journal={arXiv preprint arXiv:2407.20183},
|
114 |
+
year={2024}
|
|
|
|
|
|
|
115 |
}
|
116 |
```
|
117 |
+
|
118 |
+
## 相关项目
|
119 |
+
|
120 |
+
关注我们其他在大语言模型上的一些探索,主要为LLM智能体方向。
|
121 |
+
|
122 |
+
- [Lagent](https://github.com/InternLM/lagent): 一个轻便简洁的大语言模型智能体框架
|
123 |
+
- [AgentFLAN](https://github.com/InternLM/Agent-FLAN): 一套构建高质量智能体语料和训练模型的方法 (ACL 2024 Findings)
|
124 |
+
- [T-Eval](https://github.com/open-compass/T-Eval): 一个细粒度评估LLM调用工具能力的评测及 (ACL 2024)
|