DEV Community

SybilGambleyyu
SybilGambleyyu

Posted on

citesure: 230/230 integrity bench for academic citation gates

citesure gates LLM-era bibliographies before arXiv, journals, or coauthors do.

pip install "git+https://github.com/SybilGambleyyu/citesure.git[pdf]"
citesure check refs.bib --used-in paper.tex
Enter fullscreen mode Exit fullscreen mode

Canonical: https://sybilgambleyyu.github.io/blog/posts/citesure.html

GitHub: https://github.com/SybilGambleyyu/citesure

Top comments (1)

Collapse
 
topstar_ai profile image
Luis Cruz

I found the --used-in flag particularly interesting, as it addresses a common pain point when working with large Overleaf libraries. By integrating Open Library ISBN and arXiv disk cache, citesure seems to provide a robust solution for ensuring bibliographic integrity. The fact that it achieved a perfect score on the integrity bench is impressive, and I'm curious to see how it handles edge cases, such as citations with multiple authors or non-standard publication formats. Have you considered adding support for other citation styles or formats, such as APA or MLA, to further broaden its applicability?