The ACL Anthology bib file keeps growing, and at some point it got too big for Overleaf's file size limit. This is a quick fix. The script fetches the latest version and splits it by year range, so you only include the decades you actually cite. Things move fast in in the field, we do not have to carry all the history weight, haha.
python3 split_bib.pyThis will:
- Download the latest
anthology.bibfrom https://aclanthology.org/anthology.bib - Split entries by publication year into:
anthology_before_2000.bibanthology_2001_2010.bibanthology_2011_2020.bibanthology_2021_2030.bib- continues