Skip to content

DOC: Correct four citations in references.bib to published venues#2119

Merged
romanlutz merged 1 commit into
microsoft:mainfrom
romanlutz:romanlutz-check-citations
Jul 2, 2026
Merged

DOC: Correct four citations in references.bib to published venues#2119
romanlutz merged 1 commit into
microsoft:mainfrom
romanlutz:romanlutz-check-citations

Conversation

@romanlutz

Copy link
Copy Markdown
Contributor

Description

A colleague compared their paper's bibliography against doc/references.bib and 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 for mazeika2023tdc).
  • inie2025summon: Added volume=20, number=1, pages=e0314658, and the DOI URL; normalized PLoS ONE to PLOS 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:

  • DarkBench author names: I used the canonical published forms (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.
  • OpenReview id: The old entry carried note = {OpenReview: ...odjMSBSWRt}, but that id 404s. Rather than propagate a broken link, I dropped it in favor of note = {Oral presentation at ICLR 2025}. The real ICLR 2025 forum appears to be Vz1uCY5aG4, 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 .py doc files touched).

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>
@romanlutz romanlutz added this pull request to the merge queue Jul 2, 2026
Merged via the queue into microsoft:main with commit 3841834 Jul 2, 2026
53 checks passed
@romanlutz romanlutz deleted the romanlutz-check-citations branch July 2, 2026 20:08
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

Successfully merging this pull request may close these issues.

3 participants