quality
Stay organized with collections
Save and categorize content based on your preferences.
QuALITY, a multiple-choice, long-reading comprehension dataset.
We provide only the raw version.
Split |
Examples |
'dev' |
230 |
'test' |
232 |
'train' |
300 |
FeaturesDict({
'article': Text(shape=(), dtype=string),
'article_id': Text(shape=(), dtype=string),
'difficults': Sequence(bool),
'gold_labels': Sequence(int32),
'options': Sequence(Sequence(Text(shape=(), dtype=string))),
'question_ids': Sequence(Text(shape=(), dtype=string)),
'questions': Sequence(Text(shape=(), dtype=string)),
'set_unique_id': Text(shape=(), dtype=string),
'source': Text(shape=(), dtype=string),
'title': Text(shape=(), dtype=string),
'topic': Text(shape=(), dtype=string),
'url': Text(shape=(), dtype=string),
'writer_id': Text(shape=(), dtype=string),
'writer_labels': Sequence(int32),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
article |
Text |
|
string |
|
article_id |
Text |
|
string |
|
difficults |
Sequence(Tensor) |
(None,) |
bool |
|
gold_labels |
Sequence(Tensor) |
(None,) |
int32 |
|
options |
Sequence(Sequence(Text)) |
(None, None) |
string |
|
question_ids |
Sequence(Text) |
(None,) |
string |
|
questions |
Sequence(Text) |
(None,) |
string |
|
set_unique_id |
Text |
|
string |
|
source |
Text |
|
string |
|
title |
Text |
|
string |
|
topic |
Text |
|
string |
|
url |
Text |
|
string |
|
writer_id |
Text |
|
string |
|
writer_labels |
Sequence(Tensor) |
(None,) |
int32 |
|
@article{pang2021quality,
title={ {QuALITY}: Question Answering with Long Input Texts, Yes!},
author={Pang, Richard Yuanzhe and Parrish, Alicia and Joshi, Nitish and Nangia, Nikita and Phang, Jason and Chen, Angelica and Padmakumar, Vishakh and Ma, Johnny and Thompson, Jana and He, He and Bowman, Samuel R.},
journal={arXiv preprint arXiv:2112.08608},
year={2021}
}
quality/raw (default config)
quality/stripped
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-12-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-12-20 UTC."],[],[],null,["# quality\n\n\u003cbr /\u003e\n\n- **Description**:\n\nQuALITY, a multiple-choice, long-reading comprehension dataset.\n\nWe provide only the raw version.\n\n- **Homepage** :\n \u003chttps://github.com/nyu-mll/quality\u003e\n\n- **Source code** :\n [`tfds.datasets.quality.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/quality/quality_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `17.26 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'dev'` | 230 |\n| `'test'` | 232 |\n| `'train'` | 300 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'article': Text(shape=(), dtype=string),\n 'article_id': Text(shape=(), dtype=string),\n 'difficults': Sequence(bool),\n 'gold_labels': Sequence(int32),\n 'options': Sequence(Sequence(Text(shape=(), dtype=string))),\n 'question_ids': Sequence(Text(shape=(), dtype=string)),\n 'questions': Sequence(Text(shape=(), dtype=string)),\n 'set_unique_id': Text(shape=(), dtype=string),\n 'source': Text(shape=(), dtype=string),\n 'title': Text(shape=(), dtype=string),\n 'topic': Text(shape=(), dtype=string),\n 'url': Text(shape=(), dtype=string),\n 'writer_id': Text(shape=(), dtype=string),\n 'writer_labels': Sequence(int32),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------------|--------------------------|--------------|--------|-------------|\n| | FeaturesDict | | | |\n| article | Text | | string | |\n| article_id | Text | | string | |\n| difficults | Sequence(Tensor) | (None,) | bool | |\n| gold_labels | Sequence(Tensor) | (None,) | int32 | |\n| options | Sequence(Sequence(Text)) | (None, None) | string | |\n| question_ids | Sequence(Text) | (None,) | string | |\n| questions | Sequence(Text) | (None,) | string | |\n| set_unique_id | Text | | string | |\n| source | Text | | string | |\n| title | Text | | string | |\n| topic | Text | | string | |\n| url | Text | | string | |\n| writer_id | Text | | string | |\n| writer_labels | Sequence(Tensor) | (None,) | int32 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Citation**:\n\n @article{pang2021quality,\n title={ {QuALITY}: Question Answering with Long Input Texts, Yes!},\n author={Pang, Richard Yuanzhe and Parrish, Alicia and Joshi, Nitish and Nangia, Nikita and Phang, Jason and Chen, Angelica and Padmakumar, Vishakh and Ma, Johnny and Thompson, Jana and He, He and Bowman, Samuel R.},\n journal={arXiv preprint arXiv:2112.08608},\n year={2021}\n }\n\nquality/raw (default config)\n----------------------------\n\n- **Config description**: Raw with HTML.\n\n- **Dataset size** : `22.18 MiB`\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nquality/stripped\n----------------\n\n- **Config description**: Stripped of HTML.\n\n- **Dataset size** : `20.73 MiB`\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples..."]]