Learn Before
Example

Example of a T5 Simplification Task Sample

The T5 text-to-text framework can be adapted for text simplification tasks by formatting both the input and target output as text strings. This is achieved by providing the model with an input string that includes a task-specific prefix, such as 'Simplify:', followed by the complex text. The model is then trained to generate the simplified version. A complete example of this format is: [CLS] Simplify: the professor, who has published numerous papers in his field, will be giving a lecture on the topic next week. → ⟨s⟩ The experienced professor will give a lecture next week.

0

1

Updated 2025-10-09

Contributors are:

Who are from:

Tags

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

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences