paper-with-me

Papers

TADDLE: A Tool-Augmented Agent for Detecting Deficient LLM-Generated Peer Reviews

2026-05-26 · Hanqi Duan, Xiang Li arxiv

LLM-generated peer reviews are increasingly common at major venues, yet their deficiencies are hard to detect because they are uniformly fluent and well-structured. Existing work either classifies authorship without judging quality, or scores quality with features designed for human-written reviews; no prior system detects deficiencies in LLM-generated reviews at the level of individual defect types. To bridge the gap, we introduce TADDLE, a Tool-Augmented Agent for Detecting Deficient LLM-Generated Peer Reviews, together with the first expert-annotated benchmark for this task. Our benchmark comprises 1,800 reviews on 50 ICLR 2025 papers, multi-label-annotated by 18 domain experts against a taxonomy of six defect categories (plus a non-deficient label). TADDLE decomposes detection into four specialized analysis tools -- Verify, Correct, Complete, and Transform -- orchestrated by an agent; an integrator synthesizes their outputs into binary and multi-label classifications via two-stage semi-supervised learning. Extensive experiments show that TADDLE performs strongly on both binary detection and the multi-label classification task. We release the benchmark and code at https://github.com/AquariusAQ/TADDLE.

📄 PDF Abstract BibTeX arXiv:2605.26911

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Label Classification

Similar Papers 제목 키워드 기반

Gentopia: A Collaborative Platform for Tool-Augmented LLMs

2023-08-08 · Binfeng Xu, Xukun Liu, Hua Shen, Zeyu Han 외

Augmented Language Models (ALMs) empower large language models with the ability to use tools, transforming them into intelligent agents for real-world interactions. However, most existing frameworks for ALMs, to varying …

Detecting Deficient Coverage in Colonoscopies

2020-01-23 · Daniel Freedman, Yochai Blau, Liran Katzir, Amit Aides 외

Colonoscopy is the tool of choice for preventing Colorectal Cancer, by detecting and removing polyps before they become cancerous. However, colonoscopy is hampered by the fact that endoscopists routinely miss 22-28% of p…

Depth Estimation

ReviewGuard: Enhancing Deficient Peer Review Detection via LLM-Driven Data Augmentation

2025-10-18 · Haoxuan Zhang, Ruochi Li, Sarthak Shrestha, Shree Harshini Mamidala 외 arxiv

Peer review serves as the gatekeeper of science, yet the surge in submissions and widespread adoption of large language models (LLMs) in scholarly evaluation present unprecedented challenges. While recent work has focuse…

Data AugmentationText Detection

Dr. Bench: A Multidimensional Evaluation for Deep Research Agents, from Answers to Reports

2025-10-02 · Yang Yao, Yixu Wang, Yuxuan Zhang, Yi Lu 외 arxiv

As an embodiment of intelligence evolution toward interconnected architectures, Deep Research Agents (DRAs) systematically exhibit the capabilities in task decomposition, cross-source retrieval, multi-stage reasoning, in…

AgenticSCR: An Autonomous Agentic Secure Code Review for Immature Vulnerabilities Detection

2026-01-27 · Wachiraphan Charoenwet, Kla Tantithamthavorn, Patanamon Thongtanunam, Hong Yi Lin 외 arxiv

Secure code review is critical at the pre-commit stage, where vulnerabilities must be caught early under tight latency and limited-context constraints. Existing SAST-based checks are noisy and often miss immature, contex…

Vulnerability Detection