allenai / s2-folks

Public space for the user community of Semantic Scholar APIs to share scripts, report issues, and make suggestions.
Other
144 stars 25 forks source link

ACL Anthology: use our BibTeX files #122

Closed mjpost closed 5 months ago

mjpost commented 1 year ago

The ACL Anthology puts a lot of effort into producing correct BibTeX files for the journals and conference proceedings it hosts. This information is updated every time the site is rebuilt after a correction, for example. Consider the following example:

Better k-best Parsing Liang Huang, David Chiang https://aclanthology.org/W05-1506/

@inproceedings{huang-chiang-2005-better,
    title = "Better k-best Parsing",
    author = "Huang, Liang  and
      Chiang, David",
    booktitle = "Proceedings of the Ninth International Workshop on Parsing Technology",
    month = oct,
    year = "2005",
    address = "Vancouver, British Columbia",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/W05-1506",
    pages = "53--64",
}

Semantic Scholar produces a much more simplified BibTeX output:

@inproceedings{Huang2005BetterKP,
  title={Better k-best Parsing},
  author={Liang Huang and David Chiang},
  booktitle={International Workshop/Conference on Parsing Technologies},
  year={2005}
}

This distinction is understandable—we are the primary source for our material, and you're drawing from across all scientific fields. However, it would be really great if you were able to link to or pull in our BibTeX, so that Semantic Scholar users could benefit from more detailed citation information in this special case.

cfiorelli commented 5 months ago

This is a very interesting opportunity. I don't have immediate action here but confirming I'm moving this to internal review for 2024 priority group. @mjpost thanks very much for sharing this insight

mjpost commented 5 months ago

Thanks. Our bib files should be easy for you to access since you already have the Anthology ID, but if there is anything we can do to make this easier for you, please let me know.