AI Agent Hub
Back to skills
Paper Data Fabrication Detector icon

Paper Data Fabrication Detector

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_a95aac1d/research-fakedata into your AI assistant.

About this skill

Problem

When reviewing a paper, numeric tables are hard to inspect by eye for copy-paste, constant offset, scaling, formula-generated values, or cross-table reuse. This skill focuses on research PDFs that contain numeric tables. It does not infer author intent or produce a verdict; it reports quantifiable statistical red flags such as digit bias, constant differences, perfect arithmetic sequences, and repeated values across tables.

How It Works

  • Input: an absolute PDF path provided by the user; Excel and CSV are not supported yet.
  • Extraction: numeric tables are extracted from the PDF, and the report name may use PMID from metadata when available, falling back to a timestamp.
  • Detection: nine built-in statistical checks run on the tables, including last-digit chi-square, fixed differences, fixed ratios, arithmetic/geometric patterns, decimal repetition, rounding grid effects, Benford’s law, duplicate columns, and cross-table duplicates.
  • Output: a standalone HTML report is generated, for example outputs/check_<PMID>.html, with risk levels from no anomaly to high risk. A risk_score >= 80 indicates that the raw data should be manually reviewed.

Boundaries

This is a data-forensics tool, not a judge. Text- or image-heavy papers may return “insufficient evidence,” which should not be read as passing. GRIM is deferred to v2.0 because it requires extracting sample size n. High scores mean statistical anomalies, not proof of misconduct; conclusions still require lab records and raw data verification.

Use Cases

  • Screen submissions for table anomalies like duplicate columns, fixed offsets, or cross-table reuse.
  • Audit preprint PDFs before internal review and produce an HTML anomaly report for follow-up.
  • Triage multiple research PDFs for table-risk levels before production, flagging high-risk scores.
  • Verify one paper's tables for last-digit bias, arithmetic patterns, and repeated columns.

Best For

  • Journal editors who need to flag statistical red flags in manuscript tables before review or production.
  • Research PIs who need to screen preprint appendices for formula-generated or copied tables.
  • Publishing reviewers who need a risk-level HTML report on research tables before final copy.
  • Data verification specialists who need to locate suspicious tables by digit, offset, and duplicate checks.