Overview
Field: AI/ML Authors: Weijie Liu, Running Zhao, Wenhao Yuan Published: 2026-09-06 arXiv: 2509.00007
Abstract (translated)
LLM-empowered paper-code discrepancy detection has received growing attention since the scaling of research submissions exceeds manual review capability. However, the limited context capacity and one-sided discrepancy detection of existing single-agent LLM paradigms lead to inferior recall performance in detecting discrepancies. In this paper, the authors propose Dude, the first Dual-Detection Multi-Agent System for paper-code discrepancy detection.
They discover that the granularity asymmetry of paper-language and code-language introduces over-interpretation and over-reporting challenges in a multi-agent system design for discrepancy detection, resulting in increased false positives. To address this, Dude proposes:
- Granularity-aligned negotiation: a mechanism that reconciles the different granularity of paper text and code to prevent misreporting.
- Two-stage salience-filtering: a filtering process that suppresses insignificant or spurious discrepancy reports.
Results
Experiments on a real-world paper-code discrepancy dataset show that Dude significantly improves recall and accuracy by up to 22.8%, with F1 scores up to 18.7% higher than baseline methods.
---
*Auto-collected on 2026-09-06.*