Learn Before
Definition

Notation for Concatenated Token Sequences

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

0

1

Updated 2025-10-08

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