Skip to content
Snippets Groups Projects
README.md 10.91 KiB

LLM4AAMAS

Generative Autonomous Agents and Multi-Agent Systems (AAMAS) offer promising opportunities for solving problems in open environments and simulating complex social dynamics.

This repository contains a collection of papers and ressources related to generative AAMAS. This list is a work in progress and will be regularly updated with new resources.

Artificial Intelligence

Neural networks (RNN, Transformers)

Large Language Models

Tuning

Instruction tuning

Alignement tuning

Existing LLMs

Many models are available at the following URLs: https://ollama.com, https://www.nomic.ai/gpt4all and https://huggingface.co/models.

Prompt engineering

ICL

  • A Survey on In-context Learning Qingxiu Dong, Lei Li, Damai Dai, Ce Zheng, Jingyuan Ma, Rui Li, Heming Xia, Jingjing Xu, Zhiyong Wu, Baobao Chang, Xu Sun, Lei Li, Zhifang Sui (2024) Presented at the Conference on Empirical Methods in Natural Language Processing (EMNLP) Location: Miami, Florida, USA Published by: Association for Computational Linguistics

CoT

RAG

Generative Autonomous Agents

  • A Survey on Large Language Model Based Autonomous Agents Lei Wang, Chen Ma, Xueyang Feng, Zeyu Zhang, Hao Yang, Jingsen Zhang, Zhiyuan Chen, Jiakai Tang, Xu Chen, Yankai Lin, Wayne Xin Zhao, Zhewei Wei, Jirong Wen (2024)* Published in Frontiers of Computer Science (Volume 18, Issue 6, Pages 186345) Publisher: Springer

  • HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face Yongliang Shen, Kaitao Song, Xu Tan, Dongsheng Li, Weiming Lu, Yueting Zhuang (2023) Presented at Advances in Neural Information Processing Systems (NeurIPS) Pages: 38154–38180 Publisher: Curran Associates, Inc. Volume: 36

  • Toolformer: Language Models Can Teach Themselves to Use Tools Timo Schick, Jane Dwivedi-Yu, Roberto Dessi, Roberta Raileanu, et al. (2023) Presented at NeurIPS

  • Cognitive Architectures for Language Agents Theodore R. Sumers, Shunyu Yao, Karthik Narasimhan, Thomas L. Griffiths (2024) Published on arXiv

Generative Autonomous Agents on the shelf

  • LangChain is an open-source framework for designing prompts for LLMs. It can be used to define high-level reasoning sequences, conversational agents, RAGs (Retrieval-Augmented Generation), document summaries, or even the generation of synthetic data.

  • LangGraph is a low-level library for the design of cognitive architecture for autonomous agents, whose reasoning engine is an LLM.

  • AutoGPT is a platform for the creation, deployment, and management of generative agents.

  • WorkGPT is similar to AutoGPT

Generative MAS