paper-with-me

Papers

Learning to Evaluate Before Improving: Automatic Rubric Induction for Automatic Research Agents

2026-08-31 · Xuehai Wang, Haowei Qin, Tongxin Liu, Junkai Li, Buqiang Xu, Jintian Zhang, Yijun Chen, Zirui Xue, Shumin Deng hf

Autonomous scientific research agents are increasingly applied to end-to-end scientific workflows, including literature review, data analysis, experimentation, and report generation. However, open-ended research tasks often do not clearly specify the analyses, methods, and success criteria required to complete the task. As a result, agents may miss important analyses, use inappropriate methods, or draw conclusions that are insufficiently supported by evidence. To address the problem, we present AutoSciRub, an evaluation-first framework that induces a task-specific executable rubric before research execution, and uses it to guide execution, criterion-level verification as well as iterative revision. AutoSciRub decomposes an underspecified instruction into atomic scientific goals, grounds them in relevant literature and task-visible data, and synthesizes specific, actionable, and verifiable criteria. The resulting rubric makes implicit experimental and evidential requirements explicit, providing guidance for experiments and analyses. During revision, rubric-guided verification identifies unmet criteria and enables targeted refinement of the research report and its supporting artifacts. On ResearchClawBench, AutoSciRub consistently improves all tested configurations, with an average gain of 2.08 points across three backbone LLMs under the fixed Codex harness and 2.95 points across three agent harnesses using a fixed DeepSeek-V4-Flash backbone. On a randomly sampled 20-task subset of AstaBench E2E Discovery, AutoSciRub further achieves an average improvement of 16.8 points across three agent harnesses, while maintaining or increasing the number of successfully completed tasks. These results demonstrate that evaluation-first guidance provides an effective and generalizable control mechanism for autonomous scientific research (Code: https://github.com/zjunlp/AutoSciRub).

📄 PDF Abstract BibTeX arXiv:2608.31076

Code (3)

Aaron617/agent-arXiv-daily ★ 9
Valiant-Cat/hfpaper
grrlkk/writing-agent-arxiv-daily

Similar Papers 제목 키워드 기반

Intent Induction from Conversations for Task-Oriented Dialogue Track at DSTC 11

2023-04-25 · James Gung, Raphael Shu, Emily Moeng, Wesley Rose 외

With increasing demand for and adoption of virtual assistants, recent work has investigated ways to accelerate bot schema design through the automatic induction of intents or the induction of slots and dialogue states. H…

Preference-Aware Rubric Learning for Personalized Evaluation

2026-05-29 · Yilun Qiu, Xiaoyan Zhao, Yang Zhang, Yuxin Chen 외 arxiv

As Large Language Models (LLMs) evolve from general-purpose assistants to user-centric agents, personalization has become central to aligning model behavior with individual preferences, making the evaluation of personali…

Reinforcement LearningText Generation

FinResearchBench II: A Deep Research Benchmark with Consensus-Derived Gold Rubrics for Distinguishing Financial Report Quality

2026-07-14 · Beidi Luan, Rui Sun, Sinuo Wang, Yan Gu 외 arxiv

Deep research agents are increasingly used to produce long-form financial reports, yet large-scale evaluation remains bottlenecked by the need for human experts to define and execute high-quality rubrics. We address this…

Feedback-to-Rubrics: Can We Learn Expert Criteria from Inline Comments?

2026-05-28 · Kotaro Yoshida, So Kuroki, Yuki Imajuku, Taishi Nakamura 외 arxiv

Large language models (LLMs) are increasingly used for writing and review support, but their usefulness depends on context-dependent criteria, such as expert preferences or organization-specific conventions, that are oft…

Development of REGAI: Rubric Enabled Generative Artificial Intelligence

2024-08-05 · Zach Johnson, Jeremy Straub

This paper presents and evaluates a new retrieval augmented generation (RAG) and large language model (LLM)-based artificial intelligence (AI) technique: rubric enabled generative artificial intelligence (REGAI). REGAI u…

Language ModelingLanguage ModellingLarge Language ModelRAG+2