17 lines
568 B
YAML
17 lines
568 B
YAML
|
|
# Key Papers to Track
|
||
|
|
# Configuration for citation_tracker.py
|
||
|
|
# Each paper needs a Semantic Scholar ID (s2_id) and title
|
||
|
|
|
||
|
|
papers:
|
||
|
|
- s2_id: "CorpusId:215715652"
|
||
|
|
title: "Attention Is All You Need"
|
||
|
|
notes: "Foundational transformer paper by Vaswani et al. (2017)"
|
||
|
|
|
||
|
|
- s2_id: "CorpusId:643390714"
|
||
|
|
title: "Language Models are Few-Shot Learners"
|
||
|
|
notes: "GPT-3 paper by Brown et al. (2020)"
|
||
|
|
|
||
|
|
- s2_id: "arXiv:2303.18247"
|
||
|
|
title: "Sovereign Intelligence: Local-First AI Agents"
|
||
|
|
notes: "Timmy architecture paper (placeholder - update when published)"
|