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

Huge citations #49

Open
mjpost opened this issue Feb 10, 2025 · 4 comments
Open

Huge citations #49

mjpost opened this issue Feb 10, 2025 · 4 comments
Assignees

Comments

@mjpost
Copy link
Member

mjpost commented Feb 10, 2025

It has become practice to include huge author lists (the Llama 3 paper has something like 500). We current render the complete list, which for this paper consumes four columns and is unwieldy. Is there a way to update natbib to truncate such author lists to something like "Grattafiori and N others"? I would suggest a threshold of 20.

Image
Image
Image

@mjpost
Copy link
Member Author

mjpost commented Feb 10, 2025

CC: @davidweichiang @danielgildea

@davidweichiang
Copy link
Collaborator

Just a quick comment that APA (which ACL is based on) does limit it to 20.

https://apastyle.apa.org/blog/more-than-20-authors

danielgildea pushed a commit that referenced this issue Feb 11, 2025
bib entry in output lists first 19 authors "and 542 others"

issue #49
@danielgildea
Copy link
Collaborator

I modified the .bst to print the first 19 names and then "and XX others". I like this style personally.

The APA style says to print "..." and the last author's name. That would take some more work in terms of .bst programming.

@mjpost
Copy link
Member Author

mjpost commented Feb 17, 2025

I like our current version better (and am already using it).

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

3 participants