paper-with-me

홈 › Papers

Diversity-Enhanced Reasoning for Subjective Questions

2025-07-27 · Yumeng Wang, Zhiyuan Fan, Jiayu Liu, Jen-tse Huang, Yi R. Fung arxiv

Large Reasoning Models (LRMs) with long chain-of-thought capabilities, optimized via reinforcement learning with verifiable rewards (RLVR), excel at objective reasoning tasks like mathematical problem solving and code generation. However, RLVR is known for degrading generation diversity, which causes LRMs to fall short on subjective reasoning that has multiple answers depending on different role perspectives. While recent studies recognize the importance of diversity-enhanced training in objective reasoning, limited attention has been given to subjective tasks. In this paper, we find that subjective reasoning can be improved by introducing perspective diversity and token-level diversity, with the former one providing a coherent scaffolding anchored to a real-world stakeholder group and the latter one broadening the answer search space. We propose MultiRole-R1, a diversity-enhanced training framework featuring an unsupervised data construction pipeline that synthesizes reasoning chains incorporating various role perspectives. It also employs reinforcement learning via Group Relative Policy Optimization with reward shaping, taking diversity as a reward signal in addition to verifiable reward. Training on subjective tasks solely, MultiRole-R1 increases the in-domain and out-of-domain accuracy by 14.1% and 7.64%, and even enhances the performance on advanced math reasoning such as AIME 2024. We further show that diversity is a more consistent indicator of accuracy than reasoning length.

📄 PDF Abstract BibTeX arXiv:2507.20187

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode Generation

Similar Papers 제목 키워드 기반

Towards Human-Like Grading: A Unified LLM-Enhanced Framework for Subjective Question Evaluation

2025-10-09 · Fanwei Zhua, Jiaxuan He, Xiaoxiao Chen, Zulong Chen 외 arxiv

Automatic grading of subjective questions remains a significant challenge in examination assessment due to the diversity in question formats and the open-ended nature of student responses. Existing works primarily focus …

VideoChain: A Transformer-Based Framework for Multi-hop Video Question Generation

2025-11-11 · Arpan Phukan, Anupam Pandey, Deepjyoti Bodo, Asif Ekbal arxiv

Multi-hop Question Generation (QG) effectively evaluates reasoning but remains confined to text; Video Question Generation (VideoQG) is limited to zero-hop questions over single segments. To address this, we introduce Vi…

Semantic SimilarityQuestion Generation

NeuroQL: A Neuro-Symbolic Language and Dataset for Inter-Subjective Reasoning

2023-03-13 · Nick Papoulias

We present a new AI task and baseline solution for Inter-Subjective Reasoning. We define inter-subjective information, to be a mixture of objective and subjective information possibly shared by different parties. Example…

Information RetrievalRetrieval

R-Diverse: Mitigating Diversity Illusion in Self-Play LLM Training

2026-02-13 · Gengsheng Li, Jinghan He, Shijie Wang, Dan Zhang 외 arxiv

Self-play bootstraps LLM reasoning through an iterative Challenger-Solver loop: the Challenger is trained to generate questions that target the Solver's capabilities, and the Solver is optimized on the generated data to …

DESIGNER: Design-Logic-Guided Multidisciplinary Data Synthesis for LLM Reasoning

2025-08-18 · Weize Liu, Yongchi Zhao, Yijia Luo, Mingyu Xu 외 arxiv

Large language models (LLMs) perform strongly on many language tasks but still struggle with complex multi-step reasoning across disciplines. Existing reasoning datasets often lack disciplinary breadth, reasoning depth, …