Skip to content

[v4] Design batch-pattern detection across submissions #10

Description

@cpitzi

Summary

Statistical analysis across multiple manuscript submissions to identify coordinated fabrication campaigns.

See roadmap/v4-features.md (Priority 6) for full specification.

Why This Is Last

This requires persistent state across audits, a database of prior results, and statistical analysis. It's an architectural change, not a prompt enhancement. High value at editorial scale, but high complexity.

Design Questions (Pre-Implementation)

  • Storage: What stores cross-audit data? SQLite? Cloud DB? JSON files in repo?
  • Signals: What cross-submission patterns indicate coordinated fabrication?
    • Same shadow papers appearing in unrelated manuscripts
    • Statistically unusual reference list overlap between submissions
    • Same ghost authors across manuscripts
    • Shared citation clusters to predatory journals
  • Privacy: Cross-submission analysis means storing author names and reference metadata. What are the data retention and privacy implications?
  • Threshold tuning: What level of overlap is suspicious vs. normal? (Foundational papers in a field will appear in many manuscripts legitimately)

Acceptance Criteria (Design Phase)

  • Design document in docs/batch-pattern-design.md
  • Data model for cross-audit storage defined
  • Statistical detection methods identified and documented
  • Privacy and data retention policy drafted
  • Prototype feasibility assessed (can this work in prompt-only mode, or does it require a separate application layer?)

Dependencies

  • Pipeline architecture (Stage 2 needs to persist results)
  • At least 10 completed audits to have meaningful cross-submission data

Metadata

Metadata

Assignees

No one assigned

    Labels

    architecturePipeline and system designdeferredPostponed indefinitely; not rejected. Reopen/reprioritize when warranted.heuristicForensic heuristic developmentv4Planned for v4

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions