rw-claim-audit
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRW Claim Audit
RW Claim Audit
检查来源是否支持具体主张。引用存在、格式正确和支持主张是 3 个不同问题。
Check whether sources support specific claims. The existence of citations, correct formatting, and support for claims are three separate issues.
启动
Initiation
- 读取 和
references/method.md。references/verdicts.md - 确认文稿版本、允许使用的来源和能否访问全文。
- 用 建立记录,或运行
assets/claim-audit-template.json。scripts/claim_audit.py init - 逐条回到原始来源,保存来源指针和页码、段落、表、图或补充材料位置。
- 运行 、
validate和summary。gate - 交付前读取 。
references/acceptance.md
- Read and
references/method.md.references/verdicts.md - Confirm the manuscript version, allowed sources, and full-text accessibility.
- Create a record using , or run
assets/claim-audit-template.json.scripts/claim_audit.py init - Return to the original sources one by one, and save the source pointer and the location of pages, paragraphs, tables, figures, or supplementary materials.
- Run ,
validate, andsummary.gate - Read before delivery.
references/acceptance.md
工作阶段
Work Stages
- 提取数字、类别、趋势、比较、因果、方法和作者解释类主张。
- 为每条主张记录文稿位置和主张范围。
- 找到被引来源中的对应位置;只有摘要时标明访问边界。
- 比较人群、时间、变量、方向、数值和不确定性。
- 给出 verdict,并说明差异会怎样改变结论。
- 对阻断项收窄、删除或更换来源,再重新核验。
- Extract claims related to figures, categories, trends, comparisons, causality, methods, and author interpretations.
- Record the manuscript location and claim scope for each claim.
- Locate the corresponding position in the cited source; mark the access boundary if only the abstract is available.
- Compare populations, time periods, variables, directions, values, and uncertainties.
- Provide a verdict and explain how discrepancies would alter the conclusion.
- Narrow down, delete, or replace sources for blocked items, then re-verify.
命令
Commands
bash
python3 scripts/claim_audit.py init claim-audit.json --document-id DOC-001 --document-path manuscript.md
python3 scripts/claim_audit.py add-claim claim-audit.json --id CLM-001 --text "Claim text" --location "Results, paragraph 3" --claim-type quantitative
python3 scripts/claim_audit.py set-verdict claim-audit.json --claim-id CLM-001 --verdict VERIFIED --source-id SRC-001 --source-pointer paper.pdf --locator "p. 4, Results" --support-note "人群、数字和时间点一致"
python3 scripts/claim_audit.py validate claim-audit.json
python3 scripts/claim_audit.py summary claim-audit.json
python3 scripts/claim_audit.py gate claim-audit.jsongatebash
python3 scripts/claim_audit.py init claim-audit.json --document-id DOC-001 --document-path manuscript.md
python3 scripts/claim_audit.py add-claim claim-audit.json --id CLM-001 --text "Claim text" --location "Results, paragraph 3" --claim-type quantitative
python3 scripts/claim_audit.py set-verdict claim-audit.json --claim-id CLM-001 --verdict VERIFIED --source-id SRC-001 --source-pointer paper.pdf --locator "p. 4, Results" --support-note "人群、数字和时间点一致"
python3 scripts/claim_audit.py validate claim-audit.json
python3 scripts/claim_audit.py summary claim-audit.json
python3 scripts/claim_audit.py gate claim-audit.jsongate运行规则
Operating Rules
- DOI 或文献存在只能证明来源存在。
- 必须有具体 locator 和支持说明。
VERIFIED - 来源支持范围小于句子范围时,收窄句子。
- 摘要不能支持摘要未报告的细节。
- 作者解释、测得结果和当前推断分开核验。
- 数字同时核对分母、单位、时间点、人群和分析集。
- 因果措辞需要与设计和来源措辞相符。
- 无法访问全文时使用 ,不能写成
UNVERIFIABLE_ACCESS。VERIFIED - 不自动修改文稿;先输出核验结果和修复动作。
- The existence of a DOI or literature only proves the existence of the source.
- must include a specific locator and supporting explanation.
VERIFIED - Narrow down the sentence if the scope of source support is smaller than the sentence scope.
- Abstracts cannot support details not reported in the abstract.
- Verify author interpretations, measured results, and current inferences separately.
- For figures, simultaneously check the denominator, unit, time point, population, and analysis set.
- Causal wording must match the design and source wording.
- Use when full text is unavailable; do not mark it as
UNVERIFIABLE_ACCESS.VERIFIED - Do not automatically modify the manuscript; first output the verification results and repair actions.
输出
Output
- Claim Audit JSON。
- verdict 计数和 PASS/REVIEW/BLOCK 状态。
- 每条问题的文稿位置、来源位置、差异和修复动作。
- Claim Audit JSON.
- Verdict count and PASS/REVIEW/BLOCK status.
- Manuscript location, source location, discrepancies, and repair actions for each issue.
停止条件
Stop Conditions
- 没有文稿版本或主张位置时,不开始批量核验。
- 找不到来源原文时,不给 。
VERIFIED - 或
DISTORTED未处理时,状态保持 BLOCK。UNSUPPORTED
- Do not start batch verification if there is no manuscript version or claim location.
- Do not mark as if the original source cannot be found.
VERIFIED - Keep the status as BLOCK if or
DISTORTEDitems are unresolved.UNSUPPORTED
接续
Follow-up
- 提取原文:。
rw-paper-extractor - 调整论文:。
rw-phd-write - 核对引用身份和格式:。
rw-citation-audit - 审查结论:。
rw-research-referee - 局部修改:。
rw-revision-patch
- Extract original text: .
rw-paper-extractor - Revise paper: .
rw-phd-write - Verify citation identity and format: .
rw-citation-audit - Review conclusions: .
rw-research-referee - Partial revision: .
rw-revision-patch