Don't Give Me the Details, Just the Summary! Topic-Aware Convolutional Neural Networks for Extreme Summarization
Paper
• 1808.08745 • Published
• 1
Error code: ConfigNamesError
Exception: RuntimeError
Message: Dataset scripts are no longer supported, but found xsum-kk3.py
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
config_names = get_dataset_config_names(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/.venv/lib/python3.12/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
dataset_module = dataset_module_factory(
^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/.venv/lib/python3.12/site-packages/datasets/load.py", line 1031, in dataset_module_factory
raise e1 from None
File "/src/services/worker/.venv/lib/python3.12/site-packages/datasets/load.py", line 989, in dataset_module_factory
raise RuntimeError(f"Dataset scripts are no longer supported, but found {filename}")
RuntimeError: Dataset scripts are no longer supported, but found xsum-kk3.pyNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Extreme Summarization (XSum) Dataset.
There are three features:
An example of 'validation' looks as follows.
{
"document": "some-body",
"id": "29750031",
"summary": "some-sentence"
}
The data fields are the same among all splits.
document: a string feature.summary: a string feature.id: a string feature.| name | train | validation | test |
|---|---|---|---|
| default | 204045 | 11332 | 11334 |
@article{Narayan2018DontGM,
title={Don't Give Me the Details, Just the Summary! Topic-Aware Convolutional Neural Networks for Extreme Summarization},
author={Shashi Narayan and Shay B. Cohen and Mirella Lapata},
journal={ArXiv},
year={2018},
volume={abs/1808.08745}
}
Thanks to @thomwolf, @lewtun, @mariamabarham, @jbragg, @lhoestq, @patrickvonplaten for adding this dataset.