Datasets:
The dataset preview is not available for this split.
Error code: StreamingRowsError Exception: UnimplementedError Message: {{function_node __wrapped__IteratorGetNext_output_types_1_device_/job:localhost/replica:0/task:0/device:CPU:0}} File system scheme 'zip' not implemented (file: 'zip://v2.3/abstractive/train/release-set-tf-examples-00000-of-00050::https://github.com/google-research-datasets/aquamuse/raw/main/v2/aquamuse_v2.zip') [Op:IteratorGetNext] Traceback: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/first_rows.py", line 570, in compute_first_rows_response rows = get_rows( File "/src/services/worker/src/worker/job_runners/first_rows.py", line 161, in decorator return func(*args, **kwargs) File "/src/services/worker/src/worker/job_runners/first_rows.py", line 217, in get_rows rows_plus_one = list(itertools.islice(ds, rows_max_number + 1)) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 937, in __iter__ for key, example in ex_iterable: File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 113, in __iter__ yield from self.generate_examples_fn(**self.kwargs) File "/tmp/modules-cache/datasets_modules/datasets/aquamuse/8d8ba8a1c639417cfd77d6734094d085e832ceded99cebdc5a484d1a45b4c134/aquamuse.py", line 147, in _generate_examples for id_, raw_record in enumerate(raw_dataset): File "/src/services/worker/.venv/lib/python3.9/site-packages/tensorflow/python/data/ops/iterator_ops.py", line 787, in __next__ return self._next_internal() File "/src/services/worker/.venv/lib/python3.9/site-packages/tensorflow/python/data/ops/iterator_ops.py", line 770, in _next_internal ret = gen_dataset_ops.iterator_get_next( File "/src/services/worker/.venv/lib/python3.9/site-packages/tensorflow/python/ops/gen_dataset_ops.py", line 3017, in iterator_get_next _ops.raise_from_not_ok_status(e, name) File "/src/services/worker/.venv/lib/python3.9/site-packages/tensorflow/python/framework/ops.py", line 7215, in raise_from_not_ok_status raise core._status_to_exception(e) from None # pylint: disable=protected-access tensorflow.python.framework.errors_impl.UnimplementedError: {{function_node __wrapped__IteratorGetNext_output_types_1_device_/job:localhost/replica:0/task:0/device:CPU:0}} File system scheme 'zip' not implemented (file: 'zip://v2.3/abstractive/train/release-set-tf-examples-00000-of-00050::https://github.com/google-research-datasets/aquamuse/raw/main/v2/aquamuse_v2.zip') [Op:IteratorGetNext]
Need help to make the dataset viewer work? Open an discussion for direct support.
Dataset Card for AQuaMuSe
Dataset Summary
AQuaMuSe is a novel scalable approach to automatically mine dual query based multi-document summarization datasets for extractive and abstractive summaries using question answering dataset (Google Natural Questions) and large document corpora (Common Crawl)
This dataset contains versions of automatically generated datasets for abstractive and extractive query-based multi-document summarization as described in AQuaMuSe paper.
Supported Tasks and Leaderboards
- Abstractive and Extractive query-based multi-document summarization
- Question Answering
Languages
en : English
Dataset Structure
Data Instances
input_urls
: alist
ofstring
features.query
: astring
feature.target
: astring
feature
Example:
{
'input_urls': ['https://boxofficebuz.com/person/19653-charles-michael-davis'],
'query': 'who is the actor that plays marcel on the originals',
'target': "In February 2013, it was announced that Davis was cast in a lead role on The CW's new show The
Originals, a spinoff of The Vampire Diaries, centered on the Original Family as they move to New Orleans, where
Davis' character (a vampire named Marcel) currently rules."
}
Data Fields
input_urls
: alist
ofstring
features.List of URLs to input documents pointing to Common Crawl to be summarized.
Dependencies: Documents URLs references the Common Crawl June 2017 Archive.
query
: astring
feature.Input query to be used as summarization context. This is derived from Natural Questions user queries.
target
: astring
featureSummarization target, derived from Natural Questions long answers.
Data Splits
- This dataset has two high-level configurations
abstractive
andextractive
- Each configuration has the data splits of
train
,dev
andtest
- The original format of the data was in TFrecords, which has been parsed to the format as specified in Data Instances
Dataset Creation
Curation Rationale
The dataset is automatically generated datasets for abstractive and extractive query-based multi-document summarization as described in AQuaMuSe paper.
Source Data
Initial Data Collection and Normalization
[More Information Needed]
Who are the source language producers?
[More Information Needed]
Annotations
Annotation process
[More Information Needed]
Who are the annotators?
[More Information Needed]
Personal and Sensitive Information
[More Information Needed]
Considerations for Using the Data
Social Impact of Dataset
[More Information Needed]
Discussion of Biases
[More Information Needed]
Other Known Limitations
[More Information Needed]
Additional Information
Dataset Curators
The dataset curator is sayalikulkarni, who is the contributor for the official GitHub repository for this dataset and also one of the authors of this dataset’s paper. As the account handles of other authors are not available currently who were also part of the curation of this dataset, the authors of the paper are mentioned here as follows, Sayali Kulkarni, Sheide Chammas, Wan Zhu, Fei Sha, and Eugene Ie.
Licensing Information
[More Information Needed]
Citation Information
@misc{kulkarni2020aquamuse, title={AQuaMuSe: Automatically Generating Datasets for Query-Based Multi-Document Summarization}, author={Sayali Kulkarni and Sheide Chammas and Wan Zhu and Fei Sha and Eugene Ie}, year={2020}, eprint={2010.12694}, archivePrefix={arXiv}, primaryClass={cs.CL} }
Contributions
Thanks to @Karthik-Bhaskar for adding this dataset.
- Downloads last month
- 410