-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anthology.bib exceeds the file size limit for overleaf #25
Comments
same problem |
Recently faced with the same problem, with the latest publications the bib file is nearly 60 MB.
What I think a simple solution would be is to divide the bib file into two separate files ? Idk, but bib file with publications up to 2022 (included) and starting from 2023 a new bib file ? |
@zeeraktalat @0-KaiKai-0 and further readers I have created a repo to main these split files you can find the resource at https://github.com/devrimcavusoglu/acl-bib-overleaf |
As an idea: |
I've been thinking about the Overleaf's 50MB limit for .bib files. What if we preprocess the bibliography on our side? A tool like RoBERTa could help us filter out less relevant papers based on titles/topics, keeping the file size under 50MB. It might be a neat solution for handling large bibliographies in LaTeX. Happy to discuss further if this sounds useful! |
Respectfully, that would be an overkill and not worth to try imho. Splitting the files which are >50MB into multiple files each <50MB works anyway. I've done this, and the split files can be found here as I mentioned earlier. |
Hey folks,
Been trying to add the anthology.bib to overleaf through git, upload, and overleaf grabbing it, and it all errors out with that the file is too large - the file size limit seems to be 50 MB. Copying it from the overleaf template doesn't allow refreshing the document.
Not entirely sure what a solution here is but it might be worth reaching out to the overleaf people about it.
The text was updated successfully, but these errors were encountered: