Learn Before
Definition

Multi-Round Prediction Problem

A multi-round prediction problem is a scenario where a Large Language Model engages in a dialogue over multiple turns. In this setting, the model must not only generate a response to the initial input but also incorporate subsequent user inputs that refine or expand upon earlier interactions. A conversation with KK rounds can be formally denoted by the sequence {x1,y1,x2,y2,,xK,yK}\{\mathbf{x}^1, \mathbf{y}^1, \mathbf{x}^2, \mathbf{y}^2, \dots, \mathbf{x}^K, \mathbf{y}^K\}, where xk\mathbf{x}^k denotes the user request and yk\mathbf{y}^k denotes the response for each round kk. Unlike single-turn interactions, the model must generate responses by processing an incrementally growing conversational history.

Image 0

0

1

Updated 2026-05-01

Contributors are:

Who are from:

Tags

Ch.4 Alignment - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Learn After