06 — Papers I have read

My AI reading shelf.

Papers I have read and found valuable while learning about transformers, alignment, reinforcement learning, tool use, and autonomous agents. The original researchers and publication links are credited below.

NeurIPS · 2017

Attention Is All You Need

Ashish Vaswani, Noam Shazeer, Niki Parmar et al.

Introduced the Transformer: an attention-based architecture that removed recurrence and became the foundation of modern large language models.

TransformersAttentionFoundations
Read original paper
NAACL · 2019

BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding

Jacob Devlin, Ming-Wei Chang, Kenton Lee, Kristina Toutanova

Established deep bidirectional language pre-training and showed how a single pretrained model could be adapted to a wide range of language-understanding tasks.

Language ModelsPre-trainingNLP
Read original paper
Nature · 2015

Human-level Control through Deep Reinforcement Learning

Volodymyr Mnih, Koray Kavukcuoglu, David Silver et al.

Combined deep neural networks with reinforcement learning in the DQN agent, learning successful control policies directly from high-dimensional visual input.

Reinforcement LearningAgentsDeep Learning
Read original paper
NeurIPS · 2022

Training Language Models to Follow Instructions with Human Feedback

Long Ouyang, Jeff Wu, Xu Jiang et al.

Demonstrated a practical reinforcement-learning-from-human-feedback pipeline for making language models more helpful, truthful, and aligned with user intent.

AlignmentRLHFLanguage Models
Read original paper
ICLR · 2023

ReAct: Synergizing Reasoning and Acting in Language Models

Shunyu Yao, Jeffrey Zhao, Dian Yu et al.

Interleaves reasoning traces with actions, giving language-model agents a practical way to plan, use external tools, gather evidence, and update their decisions.

AgentsReasoningTool Use
Read original paper
NeurIPS · 2023

Toolformer: Language Models Can Teach Themselves to Use Tools

Timo Schick, Jane Dwivedi-Yu, Roberto Dessì et al.

Shows how a language model can learn when and how to call external APIs with limited supervision, a central capability for reliable tool-using AI systems.

Tool UseLanguage ModelsSelf-supervision
Read original paper
NeurIPS · 2023

Reflexion: Language Agents with Verbal Reinforcement Learning

Noah Shinn, Federico Cassano, Ashwin Gopinath et al.

Introduces verbal feedback and episodic memory as a way for agents to reflect on failed attempts and improve later decisions without updating model weights.

AgentsMemoryEvaluation
Read original paper
UIST · 2023

Generative Agents: Interactive Simulacra of Human Behavior

Joon Sung Park, Joseph C. O’Brien, Carrie J. Cai et al.

Presents an agent architecture built around observation, memory, reflection, and planning to produce believable long-horizon behavior in an interactive environment.

AgentsMemorySimulation
Read original paper