Fix mismatched citations flagged in citecheck audit#97
Merged
Conversation
Address the citation sanity audit (scratch/citecheck/FLAGGED_CITATIONS.md). Each flagged citation cited a paper that did not support its in-text claim (wrong arXiv identifier, or a real paper on an unrelated topic). - overview: transfer-learning claim now cites Pan & Yang survey (10.1109/TKDE.2009.191); drop unrelated subpopulation-shift citation. - principles: confidence-gated adaptation now cites EATA (2204.02610), which entropy-gates adaptation on unreliable samples; context-dependent sampling now cites Self-Regulated Sample Diversity (2024.findings-naacl.122). - applications: swap healthcare/chaos citations so the chaotic-attractor risk paper (2509.08183) backs the chaos-diagnostics claim. - future_trends: drop LLM-causal-graph sentence with wrong identifier. - open_problems: drop routing/traffic-sim mismatch; remove the level-of-abstraction subsection (two wrong citations) and trim the intro from five to four questions to match; add Scaling Monosemanticity (2605.29358) for the post-hoc interpretability claim. - conclusion: swap the two in-context-learning citations to match claims. - invariant: delete commented-out reference stub with mislabeled tags. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
A more appropriate version of the removed section would focus on efforts to improve the programmability of context. |
github-actions Bot
pushed a commit
that referenced
this pull request
Jul 15, 2026
[ci skip] This build is based on 1098a31. This commit was created by the following CI build and job: https://github.com/AdaptInfer/context-review/commit/1098a31560f767cb73b0a57ce3d56e85f0929319/checks https://github.com/AdaptInfer/context-review/actions/runs/29393701730
github-actions Bot
pushed a commit
that referenced
this pull request
Jul 15, 2026
[ci skip] This build is based on 1098a31. This commit was created by the following CI build and job: https://github.com/AdaptInfer/context-review/commit/1098a31560f767cb73b0a57ce3d56e85f0929319/checks https://github.com/AdaptInfer/context-review/actions/runs/29393701730
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.
Resolves the citation sanity audit in scratch/citecheck/FLAGGED_CITATIONS.md. Each flagged citation pointed at a paper that did not support its in-text claim, from contributors of varying expertise. Every replacement identifier was re-resolved against the paper's actual title and abstract before substitution.
Fixes:
Generated with Claude Code.