paper-with-me

Papers

TurnWise: The Gap between Single- and Multi-turn Language Model Capabilities

2026-03-17 · Victoria Graf, Valentina Pyatkin, Nouha Dziri, Nathan Lambert, Hannaneh Hajishirzi arxiv

Multi-turn conversations are a common and critical mode of language model interaction. However, current open training and evaluation data focus on single-turn settings, failing to capture the additional dimension of these longer interactions. To understand this multi-/single-turn gap, we first introduce a new benchmark, TurnWiseEval, for multi-turn capabilities that is directly comparable to single-turn chat evaluation. Our evaluation isolates multi-turn specific conversational ability through pairwise comparison to equivalent single-turn settings. We additionally introduce our synthetic multi-turn data pipeline TurnWiseData which allows the scalable generation of multi-turn training data. Our experiments with Olmo 3 show that training with multi-turn data is vital to achieving strong multi-turn chat performance, and that including as little as 10k multi-turn conversations during post-training can lead to a 12% improvement on TurnWiseEval.

📄 PDF Abstract BibTeX arXiv:2603.16759

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-turn Training with Basic Human Feedback Helps Little on LLM Reasoning

2025-10-24 · Qiang Liu, Wuganjing Song, Zhenzhou Lin, Feifan Chen 외 arxiv

The reasoning capabilities of Large Language Models (LLMs) are typically developed through the single-turn reinforcement learning, whereas real-world applications often involve multi-turn interactions with human feedback…

Reinforcement Learning

Multi-turn Natural Language to Graph Query Language Translation

2025-08-03 · Yuanyuan Liang, Lei Pan, Tingyu Xie, Yunshi Lan 외 arxiv

In recent years, research on transforming natural language into graph query language (NL2GQL) has been increasing. Most existing methods focus on single-turn transformation from NL to GQL. In practical applications, user…

Tri-level Joint Natural Language Understanding for Multi-turn Conversational Datasets

2023-05-28 · Henry Weld, Sijia Hu, Siqu Long, Josiah Poon 외

Natural language understanding typically maps single utterances to a dual level semantic frame, sentence level intent and slot labels at the word level. The best performing models force explicit interaction between inten…

Intent DetectionNatural Language UnderstandingSentenceslot-filling+1

Aligning LLMs Toward Multi-Turn Conversational Outcomes Using Iterative PPO

2025-11-26 · Daniel R. Jiang, Jalaj Bhandari, Yukai Yang, Rémi Munos 외 arxiv

Optimizing large language models (LLMs) for multi-turn conversational outcomes remains a significant challenge, especially in goal-oriented settings like AI marketing or sales agents who facilitate transactions via messa…

MINT: Evaluating LLMs in Multi-turn Interaction with Tools and Language Feedback

2023-09-19 · Xingyao Wang, Zihan Wang, Jiateng Liu, Yangyi Chen 외

To solve complex tasks, large language models (LLMs) often require multiple rounds of interactions with the user, sometimes assisted by external tools. However, current evaluation protocols often emphasize benchmark perf…

Decision Making