metadata
license: apache-2.0
task_categories:
- summarization
language:
- en
tags:
- sports
pretty_name: NBA Play-By-Play to Recap
configs:
- config_name: default
data_files:
- split: train
path: train.zip
- split: test
path: test.zip
- split: validation
path: validation.zip
- split: unsupervised
path: unsupervised.zip
DatasetDict({
train: Dataset({
features: ['metadata', 'input', 'output'],
num_rows: 4593
})
validation: Dataset({
features: ['metadata', 'input', 'output'],
num_rows: 574
})
test: Dataset({
features: ['metadata', 'input', 'output'],
num_rows: 574
})
})
This dataset consists of 3 columns:
- metadata - which has the home team, away team, and time of a single NBA game.
- input - which has a string representation of a play-by-play of the game.
- output - which has a human-written recap of the game
The dataset includes all of the regular season games of the NBA seasons:
- 2019-20
- 2020-21
- 2021-22
- 2022-23
- 2023-24