Papers

June 16, 2026 · View on GitHub

繁體中文

This folder connects the hands-on Agent Engineering Roadmap with research papers from major labs, universities, and open research communities.

The goal is not to collect every paper. The goal is to help learners understand the research lineage behind tools, memory, workflow, multi-agent systems, evaluation, safety, and production agents.

PDF Policy

This repository links to official paper pages and PDF URLs, but does not commit PDF files.

Reasons:

  • paper licenses differ across arXiv, ACM, ACL, OpenReview, company sites, and conference proceedings
  • external official links are easier to keep current
  • original course notes are more useful than copied PDFs

When adding a paper, include the title, year, organization, official link, PDF link when available, related modules, and an original engineering summary.

Start Here

FilePurpose
Paper Reading RoadmapChapter-by-chapter paper map
Paper NotesShort engineering notes for key papers
Paper Reading Roadmap zh繁體中文論文閱讀路線
Paper Notes zh繁體中文重點論文導讀
TopicPaperYearOrganizationWhy it matters
Browser agentWebGPT: Browser-assisted question-answering with human feedback2021OpenAIEarly reference for browsing agents, citation collection, and human feedback.
Reasoning and actingReAct: Synergizing Reasoning and Acting in Language Models2022Google Research / PrincetonFoundation for interleaving reasoning traces and actions.
Safety trainingConstitutional AI: Harmlessness from AI Feedback2022AnthropicImportant background for safety principles, critique, revision, and AI feedback.
Tool useToolformer: Language Models Can Teach Themselves to Use Tools2023Meta AIShows how language models can learn when and how to call APIs.
ReflectionReflexion: Language Agents with Verbal Reinforcement Learning2023Princeton / NortheasternConnects feedback, episodic memory, and better future agent behavior.
Self-improvementSelf-Refine: Iterative Refinement with Self-Feedback2023Allen AI / CMU / UW / othersBackground for reviewer agents and iterative output improvement.
Agent memoryGenerative Agents: Interactive Simulacra of Human Behavior2023Stanford / GoogleClassic observation, memory, reflection, and planning architecture.
PlanningTree of Thoughts: Deliberate Problem Solving with Large Language Models2023Princeton / Google DeepMindIntroduces search over reasoning paths for harder planning tasks.
Lifelong agentVoyager: An Open-Ended Embodied Agent with Large Language Models2023NVIDIA / Caltech / UT Austin / Stanford / ASUSkill library, automatic curriculum, environment feedback, and self-verification.
RAG foundationRetrieval-Augmented Generation for Knowledge-Intensive NLP Tasks2020Meta AI / UCL / NYU / FAIRCore paper for parametric plus non-parametric memory.
Long contextLost in the Middle: How Language Models Use Long Contexts2023Stanford / UC Berkeley / Samaya AIShows why long context is not the same as reliable retrieval or memory.
Multi-agent frameworkAutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation2023Microsoft ResearchConnects multi-agent conversation patterns, tools, humans, and framework design.
Multi-agent softwareChatDev: Communicative Agents for Software Development2023Tsinghua / OpenBMBRole-based multi-agent software development workflow.
Agent benchmarkAgentBench: Evaluating LLMs as Agents2023Tsinghua / Ohio State / UC BerkeleyEvaluates LLMs as agents across interactive environments.
Agent surveyA Survey on Large Language Model based Autonomous Agents2023Renmin University / othersBroad taxonomy for LLM-based autonomous agents.
RAG evalRAGAS: Automated Evaluation of Retrieval Augmented Generation2023Exploding Gradients / CardiffNLPPractical reference for RAG evaluation dimensions.
Software agentsSWE-agent: Agent-Computer Interfaces Enable Automated Software Engineering2024PrincetonShows why the interface between agent and computer matters.
Prompt injectionPrompt Injection attack against LLM-integrated Applications2023Nanyang Technological University / Zhejiang University / othersUseful for security modules and tool-result injection threat modeling.
Deceptive behaviorSleeper Agents: Training Deceptive LLMs that Persist Through Safety Training2024Anthropic / collaboratorsShows why safety testing should include hidden-trigger and persistence risks.
LLM-as-judgeJudging LLM-as-a-Judge with MT-Bench and Chatbot Arena2023LMSYS / UC BerkeleyFoundation for using model judges while understanding bias and limits.

Reading Order

  1. ReAct
  2. Toolformer
  3. WebGPT
  4. RAG
  5. Lost in the Middle
  6. Generative Agents
  7. Reflexion
  8. Self-Refine
  9. Tree of Thoughts
  10. Voyager
  11. AutoGen
  12. AgentBench
  13. RAGAS
  14. SWE-agent
  15. Prompt Injection
  16. Constitutional AI
  17. Sleeper Agents

Paper Note Template

Title:
Year:
Organization:
Official link:
PDF link:
Topic:
Problem:
Key idea:
System component:
Engineering takeaway:
Possible implementation:
Limitations:
Related roadmap modules:
Related examples:

Contribution Rule

When adding a new paper:

  • link to the official paper page
  • link to the official PDF only when available
  • write your own summary
  • explain the engineering implication
  • connect it to at least one course module or example
  • do not copy abstracts, figures, or PDF contents into this repository