DOC: Correct four citations in references.bib to published venues#2119
Merged
Conversation
Verified four references against arXiv, CrossRef, PMLR, and PLOS and updated each to its authoritative published form: - darkbench2025: @misc -> @inproceedings; fix title to 'Benchmarking Dark Patterns in Large Language Models', replace '{Apart Research}' with the six real authors, cite ICLR 2025 (Oral) + arXiv 2503.10728. - zong2024vlguard: @Article -> @inproceedings; ICML 2024 (PMLR v235, pp. 62867-62891) instead of arXiv preprint. - inie2025summon: add volume/number/pages (20, 1, e0314658) and DOI URL; PLoS ONE -> PLOS ONE. - lopez2024pyrit: brace the compound surname as {Lopez Munoz} so BibTeX does not drop 'Lopez'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
behnam-o
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
A colleague compared their paper's bibliography against
doc/references.biband flagged four entries where our versions were weaker or wrong. I verified each one against authoritative sources (arXiv API, CrossRef, PMLR proceedings, PLOS) and updated them to their published forms. Citation keys are unchanged, so all existing{cite}references in the docs still resolve.The fixes:
darkbench2025(most important, it was outright wrong):@misc->@inproceedings. Corrected a fabricated title ("A Comprehensive Benchmark for Dark Design Patterns...") to the real one, "Benchmarking Dark Patterns in Large Language Models", replaced the placeholder author{Apart Research}with the six actual authors, and cited ICLR 2025 (Oral) + arXiv 2503.10728. Confirmed via the arXiv API, which lists the authors and the note "Accepted as an Oral paper at ICLR 2025".zong2024vlguard:@article->@inproceedings. Now cites ICML 2024 (PMLR v235, pp. 62867-62891) instead of the arXiv preprint. This mirrors the precedent set in DOC: Update mazeika2023tdc citation to MLR proceedings page #2104 (arXiv -> proceedings formazeika2023tdc).inie2025summon: Addedvolume=20,number=1,pages=e0314658, and the DOI URL; normalizedPLoS ONEtoPLOS ONE. Confirmed via CrossRef (published 2025-01-15).lopez2024pyrit: Braced the compound surname as{Lopez Munoz}so BibTeX does not parse it as just "Munoz". This is our own lead author.Notes for reviewers
Two judgment calls worth a look:
Hieu Minh Nguyen,Mateusz Maria Jurewicz) rather than the shortened variants (Jord Nguyen,Mateusz Jurewicz) that appear in some citations. Easy to switch if you prefer the short forms.note = {OpenReview: ...odjMSBSWRt}, but that id 404s. Rather than propagate a broken link, I dropped it in favor ofnote = {Oral presentation at ICLR 2025}. The real ICLR 2025 forum appears to beVz1uCY5aG4, but I could not fully confirm it via API (OpenReview blocks automated access), so I left it out.Tests and Documentation
No code changes; this is a bibliography-only edit. Pre-commit hooks passed on commit. No JupyText run needed (no notebooks or
.pydoc files touched).