Example

Sequence-to-Sequence Formatting Example: Translation Scoring

The task of evaluating translation quality can be structured as a sequence-to-sequence text generation problem rather than a standard numerical scoring task. In this format, the source sequence includes a specific task instruction, such as "[CLS][\mathrm{CLS}] Score the translation from English to Chinese. English: when in Rome, do as the Romans do. Chinese: 人在罗马就像罗马人一样做事。", and the model maps this to a target sequence containing the predicted score represented as generated text, like "s\langle s \rangle 0.81{}0.81".

0

1

Updated 2026-04-16

Contributors are:

Who are from:

Tags

Foundations of Large Language Models

Ch.1 Pre-training - Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences