Case Study

Training a Document-to-Summary Model

Case context: A research group wants to build a system that reads a technical report and produces a short written summary. They want to train the model in a fully supervised, end-to-end way.

Question: Based on the idea of directly learning complex outputs, what training data does the group need, and how should the model’s output be classified?

Sample answer: The group needs correctly matched examples of inputs and outputs: each technical report should be paired with a human-written summary. The generated summary is a rich output because it is a structured piece of text rather than a single numeric prediction.

Key points:

  • Training requires matched examples of each report and its summary
  • The generated text is a rich output
  • A rich output is more involved than predicting one number

Rubric: The learner should identify the need for labeled report-summary pairs and classify the generated summary as a rich output or similarly complex output.

0

1

Updated 2026-08-12

Contributors are:

Who are from:

Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI