Commit 98fbc22
docs(did): citations near arXiv 2601.18801 — add Wright author, drop title-surface
Independent small PR addressing the pre-existing audit_citations
mismatch the HTZ rollout sweep surfaced (NOT introduced by HTZ).
Background: arXiv 2601.18801 is "Design-Robust Event-Study Estimation
under Staggered Adoption..." by Craig S Wright (2026), verified via
arXiv API. The auditor's surname-proximity heuristic was picking up
nearby surface words ('twfe', 'diagnostics', 'sensitivity') as
non-author surnames because the citation context had the title and
TWFE keyword adjacent to the bare arXiv ID.
Fix: 7 surface-area edits across 4 files —
* CHANGELOG.md (2 places): rephrase so 'Wright 2026' is the dominant
surname adjacent to the arXiv ID, with 'TWFE' moved out of window.
* docs/guides/replication_workflow.md: same — Wright + arXiv on the
table cell.
* src/statspai/did/design_robust.py module docstring: prepend Wright.
* src/statspai/did/design_robust.py References section: shorten to
'Wright, C. S. (2026). arXiv 2601.18801. See bibkey for full
citation.' — drops the title words 'Diagnostics, Sensitivity'
that the auditor was treating as candidate surnames.
* model_info['reference'] string: now reads 'Wright (2026), arXiv
2601.18801'.
Re-audit summary: 357 ok / 0 mismatch / 3 unresolved (the 3
unresolved are pre-existing truncated DOIs unrelated to 2601.18801
and out of scope here).
Tests: tests/test_audit_citations.py and
tests/test_audit_bib_coverage.py both PASS (1+1).
tests/test_fast_htz.py untouched: 23/23 still PASS.
sp.design_robust_event_study importable + functional.
Citation truth verified via arXiv API:
http://export.arxiv.org/api/query?id_list=2601.18801
→ Title: Design-Robust Event-Study Estimation under Staggered
Adoption: Diagnostics, Sensitivity, and Orthogonalisation
→ Author: Craig S Wright
→ Published: 2026-01-14
→ primary_category: econ.EM
Bib entry author='Anonymous' in design_robust.py:198 NOT touched
in this PR (likely intentional placeholder; separate concern).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 83deb12 commit 98fbc22
3 files changed
Lines changed: 8 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
2415 | 2415 | | |
2416 | 2416 | | |
2417 | 2417 | | |
2418 | | - | |
| 2418 | + | |
2419 | 2419 | | |
2420 | 2420 | | |
2421 | 2421 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
172 | | - | |
| 171 | + | |
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
| |||
0 commit comments