AGENTIA
AI BaseResearch Library
10 · Literature desk

Research Library

A curated reading room connecting methods, evidence, datasets, and open questions across the AI stack.

Academic pathway3 curated papersReadable formulas
Learning outcomes
  • Start with canonical papers and follow their citation graph
  • Extract claims, methods, data, and limitations
  • Turn a reading list into an actionable research brief
Core equations · rendered for reading, not code
Evidence-weighted claim
Confidence ∝ quality × relevance × reproducibility

A useful research summary weighs evidence quality and applicability—not citation count alone.

Deep study guide

A reusable technical reading framework for moving from vocabulary to working understanding. Use it alongside the formulas and papers below.

4-part knowledge map
01

Conceptual map

A curated reading room connecting methods, evidence, datasets, and open questions across the AI stack. Start by naming the representation, objective, and source of evidence in any system you study. This habit separates a useful model explanation from a list of buzzwords.

02

Technical reasoning

Use the learning outcomes as checks for understanding: Start with canonical papers and follow their citation graph; Extract claims, methods, data, and limitations; Turn a reading list into an actionable research brief. For each claim, ask what assumptions make it true, what data it needs, and how it could fail.

03

Equations to implementation

Translate each equation into a small experiment before treating it as memorized knowledge. Evidence-weighted claim: A useful research summary weighs evidence quality and applicability—not citation count alone.

04

Evidence and research practice

Read primary work with a repeatable lens: problem, method, data, measurement, limits, and what would change your mind. This section starts with “Attention Is All You Need”, “Deep Residual Learning for Image Recognition”, “Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks”. Follow citations outward only after you can explain the central claim in your own words.

Build exercise

Implement a minimal example using Evidence-weighted claim; record inputs, outputs, and a failure case.

Evaluate exercise

Define a baseline, a success metric, a stress test, and the evidence required before you trust an improvement.

Extend exercise

Choose one paper from the library, reproduce a small claim, then write down the questions its evaluation leaves open.

Research library

Primary sources and peer-reviewed work to deepen this page.

Each card includes a summary and direct paper link
NeurIPS2017

Attention Is All You Need

A. Vaswani et al.

The architectural starting point for the modern Transformer and most large language models.

#canonical#Transformer
Read paper / source
CVPR2015

Deep Residual Learning for Image Recognition

K. He et al.

A canonical example of an architectural idea—residual learning—changing the optimization landscape.

#canonical#vision
Read paper / source
NeurIPS2020

Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks

P. Lewis et al.

A canonical grounding pattern for systems that need current or inspectable knowledge.

#canonical#RAG
Read paper / source
Continue your pathway