paper-with-me

홈 › Papers

ReCrit: Transition-Aware Reinforcement Learning for Scientific Critic Reasoning

2026-05-11 · Wanghan Xu, Yuhao Zhou, Hengyuan Zhao, Shuo Li, Dianzhi Yu, Zhenfei Yin, Yaowen Hu, Fengli Xu, Wanli Ouyang, Wenlong Zhang, Lei Bai arxiv

Large language models can fail in critic interaction not only by answering incorrectly, but also by abandoning an initially correct scientific solution after user criticism. This is especially risky in scientific reasoning, where user criticism can turn a valid answer into an incorrect one. We frame critic interaction as an inter-turn correctness-transition problem rather than a final-answer accuracy problem, and identify three challenges: transition awareness, decoupling useful correction from harmful sycophancy, and scalable rollout. We propose ReCrit, a transition-aware reinforcement learning framework that decomposes Initial-to-Critic behavior into four quadrants: Correction, Sycophancy, Robustness, and Boundary. ReCrit rewards correction and robustness, penalizes sycophancy, and treats persistent errors as weak boundary signals. To make interaction training practical, ReCrit further uses dynamic asynchronous rollout with tail-adaptive completion to reduce rollout waiting. On three scientific reasoning benchmarks, ChemBench, TRQA, and EarthSE, ReCrit improves average Critic accuracy from 38.15 to 51.49 on Qwen3.5-4B and from 45.40 to 55.59 on Qwen3.5-9B. Ablations show that final-answer rewards provide little interaction-level gain, while transition-aware rewards and quadrant weighting produce more distinguishable training signals and larger net Critic-stage improvement. The code is available at https://github.com/black-yt/ReCrit .

📄 PDF Abstract BibTeX arXiv:2605.18799

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Autonomous Discovery of the Ising Model's Critical Parameters with Reinforcement Learning

2026-01-09 · Hai Man, Chaobo Wang, Jia-Rui Li, Yuping Tian 외 arxiv

Traditional methods for determining critical parameters are often influenced by human factors. This research introduces a physics-inspired adaptive reinforcement learning framework that enables agents to autonomously int…

Reinforcement Learning

A Reinforcement Learning Approach to Health Aware Control Strategy

2020-10-19 · Mayank Shekhar Jha, Philippe Weber, Didier Theilliol, Jean-Christophe Ponsart 외

Health-aware control (HAC) has emerged as one of the domains where control synthesis is sought based upon the failure prognostics of system/component or the Remaining Useful Life (RUL) predictions of critical components.…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Robust Reinforcement Learning with Wasserstein Constraint

2020-06-01 · Linfang Hou, Liang Pang, Xin Hong, Yanyan Lan 외

Robust Reinforcement Learning aims to find the optimal policy with some extent of robustness to environmental dynamics. Existing learning algorithms usually enable the robustness through disturbing the current state or s…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Context-Aware Safe Reinforcement Learning for Non-Stationary Environments

2021-01-02 · Baiming Chen, Zuxin Liu, Jiacheng Zhu, Mengdi Xu 외

Safety is a critical concern when deploying reinforcement learning agents for realistic tasks. Recently, safe reinforcement learning algorithms have been developed to optimize the agent's performance while avoiding viola…

Meta-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

LABSHIELD: A Multimodal Benchmark for Safety-Critical Reasoning and Planning in Scientific Laboratories

2026-03-12 · Qianpu Sun, Xiaowei Chi, Yuhan Rui, Ying Li 외 arxiv

Artificial intelligence is increasingly catalyzing scientific automation, with multimodal large language model (MLLM) agents evolving from lab assistants into self-driving lab operators. This transition imposes stringent…