Learn Before
Definition

Notation for Concatenated Token Sequences

In language modeling, an input sequence x\mathbf{x} and an output sequence y\mathbf{y} are often processed together as a single, combined sequence. This concatenation is formally denoted as [x,y][\mathbf{x}, \mathbf{y}], representing the sequence of tokens from x\mathbf{x} followed by the tokens from y\mathbf{y}: x0xmy1ynx_0 \dots x_m y_1 \dots y_n. An alternative notation for this combined sequence is seqx,yseq_{\mathbf{x}, \mathbf{y}}.

0

1

Updated 2026-06-23

Contributors are:

Who are from:

Tags

Ch.5 Inference - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences