📄 Abstract
Abstract: We present ChatR1, a reasoning framework based on reinforcement learning (RL)
for conversational question answering (CQA). Reasoning plays an important role
in CQA, where user intent evolves across dialogue turns, and utterances are
often underspecified, requiring contextual interpretation, query reformulation,
and dynamic coordination between retrieval and generation. Unlike static
`rewrite, retrieve, and generate' pipelines, ChatR1 interleaves search and
reasoning across turns, enabling exploratory and adaptive behaviors learned
through RL. To address the challenge of sparse and delayed rewards in RL, we
propose an intent-aware reward that provides turn-level feedback by aligning
retrieval and reasoning with evolving user goals. Our proposed ChatR1
demonstrates strong performance on both 3B and 7B model backbones,
outperforming competitive models on five CQA datasets, measured by different
metrics (F1, BERTScore, and LLM-as-judge). We include a diverse set of CQA
datasets to cover topic shifts, evolving intents, mixed-initiative dialogues,
and multi-document grounding, testing ChatR1's performance from various
aspects. Ablation studies confirm the effectiveness of the intent-aware reward.
Our analyses further reveal diverse reasoning trajectories and effective use of
the search tool. ChatR1 also generalizes robustly across domains, demonstrating
that RL-based reasoning enables more flexible and context-sensitive behavior
than static CQA pipelines.
Authors (3)
Simon Lupart
Mohammad Aliannejadi
Evangelos Kanoulas
Submitted
October 15, 2025
Key Contributions
This paper presents ChatR1, an RL-based framework for conversational QA that interleaves search and reasoning across dialogue turns, enabling adaptive behaviors. It introduces an intent-aware reward function for turn-level feedback, significantly improving performance on CQA datasets compared to competitive models.
Business Value
Enhances the capabilities of conversational AI agents, leading to more effective customer support, improved user experience in information-seeking applications, and more intelligent virtual assistants.