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 " 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 " ".
0
1
Updated 2026-04-16
Tags
Foundations of Large Language Models
Ch.1 Pre-training - Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences