paper-claim-audit

Verify numeric claims in LaTeX papers against raw result files.

Updated May 25, 2026
One-click install
npx skills add https://github.com/duypham2801/ThS_LLM --skill paper-claim-audit-duypham2801
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-claim-audit
Source: https://github.com/duypham2801/ThS_LLM/tree/main/.claude/skills/paper-claim-audit
Command: npx skills add https://github.com/duypham2801/ThS_LLM --skill paper-claim-audit-duypham2801

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents publication-quality paper mistakes by ensuring every numeric claim in the manuscript is traceable to the raw result files it came from.

Core Features & Use Cases

  • Zero-context evidence audit: Verifies claims using a fresh reviewer thread with no prior interpretation or executor summaries to reduce confirmation bias.
  • Claim-by-claim reconciliation: Extracts every number/percentage/comparison from LaTeX and checks it against exact raw values, with explicit handling for rounding, config mismatches, and arithmetic deltas.
  • Automated assurance artifacts: Always writes an auditable JSON report and a human-readable Markdown summary for review verification and integration with later paper workflows.
  • Use case: Before submission or after paper iteration, audit that tables, captions, abstract metrics, and stated deltas exactly match the underlying experiment outputs.

Quick Start

Ask the system to run paper-claim-audit on your paper directory so it can produce PAPER_CLAIM_AUDIT.json and PAPER_CLAIM_AUDIT.md with a PASS/WARN/FAIL verdict.

Frequently Asked Questions about paper-claim-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify that numeric claims in my LaTeX paper match raw experiment metrics?

To verify numeric claims in a LaTeX paper, you can audit every number, percentage, and comparison against raw result files. This process extracts statements directly from .tex sources and reconciles them with underlying .json, .csv, .tsv, or .yaml experiment outputs to catch mismatches.

What is zero-context evidence auditing for research paper revisions?

Zero-context evidence auditing is a verification method that checks paper claims using a fresh reviewer thread with no prior interpretation or executor summaries. This approach reduces confirmation bias by examining raw metrics independently to ensure stated deltas match exact experimental values.

How do I audit rounding checks and arithmetic deltas in manuscript tables before submission?

You audit rounding checks and arithmetic deltas by performing claim-by-claim reconciliation. This extracts every numeric statement from LaTeX and validates it against exact raw values, explicitly handling config mismatches and rounding discrepancies to ensure publication-ready accuracy.

Can I use automated claim extraction to check abstract metrics against raw .json and .csv files?

Yes, automated claim extraction can check abstract metrics against raw .json and .csv files. It locates paper .tex sources and raw evidence files to perform zero-context verification, ensuring every stated evaluation scope and metric is fully traceable to its original experiment output.

What is the best way to generate an auditable JSON artifact for paper claim verification?

The best way to generate an auditable JSON artifact for paper claim verification is to run an automated audit on your paper directory. This produces a structured report with hashes and trace metadata, alongside a human-readable Markdown summary with a PASS, WARN, or FAIL verdict.

What are the limitations of automated paper claim auditing for post-experiment reporting?

A limitation of automated paper claim auditing is that it requires locating both paper .tex sources and raw evidence files like .json or .yaml to function. If raw experiment outputs are missing or config mismatches exist, the zero-context reconciliation cannot fully verify arithmetic deltas or evaluation scope.