Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.68 KB

File metadata and controls

41 lines (29 loc) · 1.68 KB
title Reasoning & Agents
aliases
Reasoning & Agents
cssclasses
moc

Reasoning & Agents

Eliciting and structuring reasoning, and tool-using agents: chain-of-thought, tree-of-thoughts, test-time compute, ReAct/Toolformer, and RAG.

166 documents.

Start here

  1. MIT 6.S191 (2018): Beyond Deep Learning: Learning+Reasoning · 🎓 lecture · intro
  2. MIT 6.S191: The Three Laws of AI · 🎓 lecture · intro
  3. Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks · 📄 paper · advanced
  4. Dense Passage Retrieval for Open-Domain Question Answering · 📄 paper · advanced
  5. ReAct: Synergizing Reasoning and Acting in Language Models · 📄 paper · advanced
  6. Chain-of-Thought Prompting Elicits Reasoning in Large Language Models · 📄 paper · advanced

All documents

TABLE WITHOUT ID
  link(file.link, default(title, file.name)) AS Document,
  default(source, "") AS Type,
  default(published, "") AS Date
FROM #topic/reasoning-agents and -"atlas"
SORT level ASC, published ASC

(The list above renders in Obsidian with the Dataview plugin. On GitHub, browse Start here or the full index.)

Related topics

Language Models & Pretraining · Alignment, RLHF & Preference Tuning · ML Engineering & Tooling


← Atlas home