templates/acl/anthology.bib.txt
templates/acl/anthology.bib.txtBrowse 56 files
311 tokens
1,169 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1For citing papers in the ACL Anthology, we provide a single consolidated2BibTeX file containing all of its papers. The bibkeys in these papers are3designed to be semantic in nature: {names}-{year}-{words}, where4- `names` is the concatenated last names of the authors when there is just5 one or two authors, or `lastname-etal` for 3+6- `year` is the four-digit year7- `words` is the first significant word in the title, or more, if necessary,8 to preserve uniqueness9 10For example, https://aclanthology.org/N04-1035 can be cited as \cite{galley-etal-2004-whats}.11 12The consolidated file can be downloaded from here:13- https://aclanthology.org/anthology.bib14 15Unfortunately, as of 2024 or so, this file is now larger than 50 MB, which is Overleaf's16bib file size limit. Consequently, the Anthology shards the file automatically into1749 MB shards.18 19There are currently (2025) two files:20- https://aclanthology.org/anthology-1.bib21- https://aclanthology.org/anthology-2.bib22 23You can download these directly from Overleaf from New File -> From External URL,24and then adding them to the \bibliography line in acl_latex.tex:25 26 \bibliography{custom,anthology-1,anthology-2}27