Skip to content
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

Open
zeeraktalat opened this issue Nov 6, 2023 · 6 comments
Open

anthology.bib exceeds the file size limit for overleaf #25

zeeraktalat opened this issue Nov 6, 2023 · 6 comments

Comments

@zeeraktalat
Copy link

zeeraktalat commented Nov 6, 2023

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.

@0-KaiKai-0
Copy link

same problem

@devrimcavusoglu
Copy link

Recently faced with the same problem, with the latest publications the bib file is nearly 60 MB.

Not entirely sure what a solution here is but it might be worth reaching out to the overleaf people about it.

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 ?

@devrimcavusoglu
Copy link

@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

@LSinev
Copy link
Contributor

LSinev commented Jan 30, 2024

As an idea:
Add to some sort of instruction for authors something like "cherry-pick needed references to your custom reference file and leave big file behind (delete from your sources)".
Because big file not also "eats" limits of Overleaf, but also slows processing (bibtex have to parse this file).

@cestwc
Copy link

cestwc commented Feb 12, 2024

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!

@devrimcavusoglu
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants