-
Notifications
You must be signed in to change notification settings - Fork 75
/
config.json
47 lines (47 loc) · 2.16 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"Name": "LLM-Agents-Papers",
"Category_Sort": ["Survey", "Planning", "Feedback&Reflection", "Memory Mechanism", "Role Playing", "Game Playing", "Tool Usage&Human-Agent Interaction", "Benchmark&Evaluation", "Environment&Platform", "Agent Framework", "Multi-Agent System", "Agent Fine-tuning", "Others"],
"Description": {
"description": "A repo lists papers related to LLM based agent. Includes",
"items": [
["Survey"],
["Planning","Feedback&Reflection","Memory Mechanism"],
["Role Playing","Game Playing","Tool Usage&Human-Agent Interaction"],
["Benchmark&Evaluation","Environment&Platform"],
["Agent Framework","Multi-Agent System"],
["Agent Fine-tuning"]
],
"date": "Last Updated Time: {}"
},
"Recommendation": {
"description": "For more comprehensive reading, we also recommend other paper lists:",
"items": [
{
"name": "zjunlp/LLMAgentPapers",
"url": "https://github.com/zjunlp/LLMAgentPapers",
"description": "Must-read Papers on Large Language Model Agents."
},
{
"name": "teacherpeterpan/self-correction-llm-papers",
"url": "https://github.com/teacherpeterpan/self-correction-llm-papers",
"description": "This is a collection of research papers for Self-Correcting Large Language Models with Automated Feedback."
},
{
"name": "Paitesanshi/LLM-Agent-Survey",
"url": "https://github.com/Paitesanshi/LLM-Agent-Survey",
"description": "A Survey on LLM-based Autonomous Agents."
},
{
"name": "woooodyy/llm-agent-paper-list",
"url": "https://github.com/woooodyy/llm-agent-paper-list",
"description": "Must-read papers for LLM-based agents."
},
{
"name": "git-disl/awesome-LLM-game-agent-papers",
"url": "https://github.com/git-disl/awesome-LLM-game-agent-papers",
"description": "Must-read papers for LLM-based Game agents."
}
]
},
"Star_History": "## :star: Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=AGI-Edgerunners/LLM-Agents-Papers&type=Date)](https://star-history.com/#AGI-Edgerunners/LLM-Agents-Papers&Date)\n"
}