research-paper-writing

Write ML papers for NeurIPS/ICML/ICLR: design→submit.

  • Research
  • Paper Writing
  • Experiments
  • ML
  • AI
  • NeurIPS
  • ICML
  • ICLR
  • ACL
  • AAAI
  • COLM
  • LaTeX
  • Citations
  • Statistical Analysis

Declared platforms: linux · macos

Install
npx skills add 'https://github.com/NousResearch/hermes-agent/tree/main/optional-skills/research/research-paper-writing'
Download bundle ↓
main · 24fd22bScanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

templates/acl/anthology.bib.txt

templates/acl/anthology.bib.txtBrowse 56 files
View on GitHub
← Back to SKILL.md
For citing papers in the ACL Anthology, we provide a single consolidatedBibTeX file containing all of its papers. The bibkeys in these papers aredesigned to be semantic in nature: {names}-{year}-{words}, where- `names` is the concatenated last names of the authors when there is just  one or two authors, or `lastname-etal` for 3+- `year` is the four-digit year- `words` is the first significant word in the title, or more, if necessary,  to preserve uniqueness For example, https://aclanthology.org/N04-1035 can be cited as \cite{galley-etal-2004-whats}. The consolidated file can be downloaded from here:- https://aclanthology.org/anthology.bib Unfortunately, as of 2024 or so, this file is now larger than 50 MB, which is Overleaf'sbib file size limit. Consequently, the Anthology shards the file automatically into49 MB shards. There are currently (2025) two files:- https://aclanthology.org/anthology-1.bib- https://aclanthology.org/anthology-2.bib You can download these directly from Overleaf from New File -> From External URL,and then adding them to the \bibliography line in acl_latex.tex:     \bibliography{custom,anthology-1,anthology-2}