sha
stringlengths
40
40
text
stringlengths
1
13.4M
id
stringlengths
2
117
tags
sequencelengths
1
7.91k
created_at
stringlengths
25
25
metadata
stringlengths
2
875k
last_modified
stringlengths
25
25
arxiv
sequencelengths
0
25
languages
sequencelengths
0
7.91k
tags_str
stringlengths
17
159k
text_str
stringlengths
1
447k
text_lists
sequencelengths
0
352
processed_texts
sequencelengths
1
353
tokens_length
sequencelengths
1
353
input_texts
sequencelengths
1
40
embeddings
sequencelengths
768
768
15ef643450d589d5883e289ffadeb03563e80a9e
# Dataset Card for Acronym Identification Dataset ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://sites.google.com/view/sdu-aaai21/shared-task - **Repository:** https://github.com/amirveyseh/AAAI-21-SDU-shared-task-1-AI - **Paper:** [What Does This Acronym Mean? Introducing a New Dataset for Acronym Identification and Disambiguation](https://arxiv.org/pdf/2010.14678v1.pdf) - **Leaderboard:** https://competitions.codalab.org/competitions/26609 - **Point of Contact:** [More Information Needed] ### Dataset Summary This dataset contains the training, validation, and test data for the **Shared Task 1: Acronym Identification** of the AAAI-21 Workshop on Scientific Document Understanding. ### Supported Tasks and Leaderboards The dataset supports an `acronym-identification` task, where the aim is to predic which tokens in a pre-tokenized sentence correspond to acronyms. The dataset was released for a Shared Task which supported a [leaderboard](https://competitions.codalab.org/competitions/26609). ### Languages The sentences in the dataset are in English (`en`). ## Dataset Structure ### Data Instances A sample from the training set is provided below: ``` {'id': 'TR-0', 'labels': [4, 4, 4, 4, 0, 2, 2, 4, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4], 'tokens': ['What', 'is', 'here', 'called', 'controlled', 'natural', 'language', '(', 'CNL', ')', 'has', 'traditionally', 'been', 'given', 'many', 'different', 'names', '.']} ``` Please note that in test set sentences only the `id` and `tokens` fields are available. `labels` can be ignored for test set. Labels in the test set are all `O` ### Data Fields The data instances have the following fields: - `id`: a `string` variable representing the example id, unique across the full dataset - `tokens`: a list of `string` variables representing the word-tokenized sentence - `labels`: a list of `categorical` variables with possible values `["B-long", "B-short", "I-long", "I-short", "O"]` corresponding to a BIO scheme. `-long` corresponds to the expanded acronym, such as *controlled natural language* here, and `-short` to the abbrviation, `CNL` here. ### Data Splits The training, validation, and test set contain `14,006`, `1,717`, and `1750` sentences respectively. ## Dataset Creation ### Curation Rationale > First, most of the existing datasets for acronym identification (AI) are either limited in their sizes or created using simple rule-based methods. > This is unfortunate as rules are in general not able to capture all the diverse forms to express acronyms and their long forms in text. > Second, most of the existing datasets are in the medical domain, ignoring the challenges in other scientific domains. > In order to address these limitations this paper introduces two new datasets for Acronym Identification. > Notably, our datasets are annotated by human to achieve high quality and have substantially larger numbers of examples than the existing AI datasets in the non-medical domain. ### Source Data #### Initial Data Collection and Normalization > In order to prepare a corpus for acronym annotation, we collect a corpus of 6,786 English papers from arXiv. > These papers consist of 2,031,592 sentences that would be used for data annotation for AI in this work. The dataset paper does not report the exact tokenization method. #### Who are the source language producers? The language was comes from papers hosted on the online digital archive [arXiv](https://arxiv.org/). No more information is available on the selection process or identity of the writers. ### Annotations #### Annotation process > Each sentence for annotation needs to contain at least one word in which more than half of the characters in are capital letters (i.e., acronym candidates). > Afterward, we search for a sub-sequence of words in which the concatenation of the first one, two or three characters of the words (in the order of the words in the sub-sequence could form an acronym candidate. > We call the sub-sequence a long form candidate. If we cannot find any long form candidate, we remove the sentence. > Using this process, we end up with 17,506 sentences to be annotated manually by the annotators from Amazon Mechanical Turk (MTurk). > In particular, we create a HIT for each sentence and ask the workers to annotate the short forms and the long forms in the sentence. > In case of disagreements, if two out of three workers agree on an annotation, we use majority voting to decide the correct annotation. > Otherwise, a fourth annotator is hired to resolve the conflict #### Who are the annotators? Workers were recruited through Amazon MEchanical Turk and paid $0.05 per annotation. No further demographic information is provided. ### Personal and Sensitive Information Papers published on arXiv are unlikely to contain much personal information, although some do include some poorly chosen examples revealing personal details, so the data should be used with care. ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations Dataset provided for research purposes only. Please check dataset license for additional information. ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information The dataset provided for this shared task is licensed under CC BY-NC-SA 4.0 international license. ### Citation Information ``` @inproceedings{Veyseh2020, author = {Amir Pouran Ben Veyseh and Franck Dernoncourt and Quan Hung Tran and Thien Huu Nguyen}, editor = {Donia Scott and N{\'{u}}ria Bel and Chengqing Zong}, title = {What Does This Acronym Mean? Introducing a New Dataset for Acronym Identification and Disambiguation}, booktitle = {Proceedings of the 28th International Conference on Computational Linguistics, {COLING} 2020, Barcelona, Spain (Online), December 8-13, 2020}, pages = {3285--3301}, publisher = {International Committee on Computational Linguistics}, year = {2020}, url = {https://doi.org/10.18653/v1/2020.coling-main.292}, doi = {10.18653/v1/2020.coling-main.292} } ``` ### Contributions Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
acronym_identification
[ "task_categories:token-classification", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:mit", "acronym-identification", "arxiv:2010.14678", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["en"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["token-classification"], "task_ids": [], "paperswithcode_id": "acronym-identification", "pretty_name": "Acronym Identification Dataset", "tags": ["acronym-identification"], "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "tokens", "sequence": "string"}, {"name": "labels", "sequence": {"class_label": {"names": {"0": "B-long", "1": "B-short", "2": "I-long", "3": "I-short", "4": "O"}}}}], "splits": [{"name": "train", "num_bytes": 7792771, "num_examples": 14006}, {"name": "validation", "num_bytes": 952689, "num_examples": 1717}, {"name": "test", "num_bytes": 987712, "num_examples": 1750}], "download_size": 2071007, "dataset_size": 9733172}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}], "train-eval-index": [{"config": "default", "task": "token-classification", "task_id": "entity_extraction", "splits": {"eval_split": "test"}, "col_mapping": {"tokens": "tokens", "labels": "tags"}}]}
2024-01-09T11:39:57+00:00
[ "2010.14678" ]
[ "en" ]
TAGS #task_categories-token-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #acronym-identification #arxiv-2010.14678 #region-us
# Dataset Card for Acronym Identification Dataset ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: What Does This Acronym Mean? Introducing a New Dataset for Acronym Identification and Disambiguation - Leaderboard: URL - Point of Contact: ### Dataset Summary This dataset contains the training, validation, and test data for the Shared Task 1: Acronym Identification of the AAAI-21 Workshop on Scientific Document Understanding. ### Supported Tasks and Leaderboards The dataset supports an 'acronym-identification' task, where the aim is to predic which tokens in a pre-tokenized sentence correspond to acronyms. The dataset was released for a Shared Task which supported a leaderboard. ### Languages The sentences in the dataset are in English ('en'). ## Dataset Structure ### Data Instances A sample from the training set is provided below: Please note that in test set sentences only the 'id' and 'tokens' fields are available. 'labels' can be ignored for test set. Labels in the test set are all 'O' ### Data Fields The data instances have the following fields: - 'id': a 'string' variable representing the example id, unique across the full dataset - 'tokens': a list of 'string' variables representing the word-tokenized sentence - 'labels': a list of 'categorical' variables with possible values '["B-long", "B-short", "I-long", "I-short", "O"]' corresponding to a BIO scheme. '-long' corresponds to the expanded acronym, such as *controlled natural language* here, and '-short' to the abbrviation, 'CNL' here. ### Data Splits The training, validation, and test set contain '14,006', '1,717', and '1750' sentences respectively. ## Dataset Creation ### Curation Rationale > First, most of the existing datasets for acronym identification (AI) are either limited in their sizes or created using simple rule-based methods. > This is unfortunate as rules are in general not able to capture all the diverse forms to express acronyms and their long forms in text. > Second, most of the existing datasets are in the medical domain, ignoring the challenges in other scientific domains. > In order to address these limitations this paper introduces two new datasets for Acronym Identification. > Notably, our datasets are annotated by human to achieve high quality and have substantially larger numbers of examples than the existing AI datasets in the non-medical domain. ### Source Data #### Initial Data Collection and Normalization > In order to prepare a corpus for acronym annotation, we collect a corpus of 6,786 English papers from arXiv. > These papers consist of 2,031,592 sentences that would be used for data annotation for AI in this work. The dataset paper does not report the exact tokenization method. #### Who are the source language producers? The language was comes from papers hosted on the online digital archive arXiv. No more information is available on the selection process or identity of the writers. ### Annotations #### Annotation process > Each sentence for annotation needs to contain at least one word in which more than half of the characters in are capital letters (i.e., acronym candidates). > Afterward, we search for a sub-sequence of words in which the concatenation of the first one, two or three characters of the words (in the order of the words in the sub-sequence could form an acronym candidate. > We call the sub-sequence a long form candidate. If we cannot find any long form candidate, we remove the sentence. > Using this process, we end up with 17,506 sentences to be annotated manually by the annotators from Amazon Mechanical Turk (MTurk). > In particular, we create a HIT for each sentence and ask the workers to annotate the short forms and the long forms in the sentence. > In case of disagreements, if two out of three workers agree on an annotation, we use majority voting to decide the correct annotation. > Otherwise, a fourth annotator is hired to resolve the conflict #### Who are the annotators? Workers were recruited through Amazon MEchanical Turk and paid $0.05 per annotation. No further demographic information is provided. ### Personal and Sensitive Information Papers published on arXiv are unlikely to contain much personal information, although some do include some poorly chosen examples revealing personal details, so the data should be used with care. ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Dataset provided for research purposes only. Please check dataset license for additional information. ## Additional Information ### Dataset Curators ### Licensing Information The dataset provided for this shared task is licensed under CC BY-NC-SA 4.0 international license. ### Contributions Thanks to @abhishekkrthakur for adding this dataset.
[ "# Dataset Card for Acronym Identification Dataset", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: What Does This Acronym Mean? Introducing a New Dataset for Acronym Identification and Disambiguation\n- Leaderboard: URL\n- Point of Contact:", "### Dataset Summary\n\nThis dataset contains the training, validation, and test data for the Shared Task 1: Acronym Identification of the AAAI-21 Workshop on Scientific Document Understanding.", "### Supported Tasks and Leaderboards\n\nThe dataset supports an 'acronym-identification' task, where the aim is to predic which tokens in a pre-tokenized sentence correspond to acronyms. The dataset was released for a Shared Task which supported a leaderboard.", "### Languages\n\nThe sentences in the dataset are in English ('en').", "## Dataset Structure", "### Data Instances\n\nA sample from the training set is provided below:\n\n\n\nPlease note that in test set sentences only the 'id' and 'tokens' fields are available. 'labels' can be ignored for test set. Labels in the test set are all 'O'", "### Data Fields\n\nThe data instances have the following fields:\n\n- 'id': a 'string' variable representing the example id, unique across the full dataset\n- 'tokens': a list of 'string' variables representing the word-tokenized sentence\n- 'labels': a list of 'categorical' variables with possible values '[\"B-long\", \"B-short\", \"I-long\", \"I-short\", \"O\"]' corresponding to a BIO scheme. '-long' corresponds to the expanded acronym, such as *controlled natural language* here, and '-short' to the abbrviation, 'CNL' here.", "### Data Splits\n\nThe training, validation, and test set contain '14,006', '1,717', and '1750' sentences respectively.", "## Dataset Creation", "### Curation Rationale\n\n> First, most of the existing datasets for acronym identification (AI) are either limited in their sizes or created using simple rule-based methods.\n> This is unfortunate as rules are in general not able to capture all the diverse forms to express acronyms and their long forms in text.\n> Second, most of the existing datasets are in the medical domain, ignoring the challenges in other scientific domains.\n> In order to address these limitations this paper introduces two new datasets for Acronym Identification.\n> Notably, our datasets are annotated by human to achieve high quality and have substantially larger numbers of examples than the existing AI datasets in the non-medical domain.", "### Source Data", "#### Initial Data Collection and Normalization\n\n> In order to prepare a corpus for acronym annotation, we collect a corpus of 6,786 English papers from arXiv.\n> These papers consist of 2,031,592 sentences that would be used for data annotation for AI in this work.\n\nThe dataset paper does not report the exact tokenization method.", "#### Who are the source language producers?\n\nThe language was comes from papers hosted on the online digital archive arXiv. No more information is available on the selection process or identity of the writers.", "### Annotations", "#### Annotation process\n\n> Each sentence for annotation needs to contain at least one word in which more than half of the characters in are capital letters (i.e., acronym candidates).\n> Afterward, we search for a sub-sequence of words in which the concatenation of the first one, two or three characters of the words (in the order of the words in the sub-sequence could form an acronym candidate.\n> We call the sub-sequence a long form candidate. If we cannot find any long form candidate, we remove the sentence.\n> Using this process, we end up with 17,506 sentences to be annotated manually by the annotators from Amazon Mechanical Turk (MTurk).\n> In particular, we create a HIT for each sentence and ask the workers to annotate the short forms and the long forms in the sentence.\n> In case of disagreements, if two out of three workers agree on an annotation, we use majority voting to decide the correct annotation.\n> Otherwise, a fourth annotator is hired to resolve the conflict", "#### Who are the annotators?\n\nWorkers were recruited through Amazon MEchanical Turk and paid $0.05 per annotation. No further demographic information is provided.", "### Personal and Sensitive Information\n\nPapers published on arXiv are unlikely to contain much personal information, although some do include some poorly chosen examples revealing personal details, so the data should be used with care.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\nDataset provided for research purposes only. Please check dataset license for additional information.", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nThe dataset provided for this shared task is licensed under CC BY-NC-SA 4.0 international license.", "### Contributions\n\nThanks to @abhishekkrthakur for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #acronym-identification #arxiv-2010.14678 #region-us \n", "# Dataset Card for Acronym Identification Dataset", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: What Does This Acronym Mean? Introducing a New Dataset for Acronym Identification and Disambiguation\n- Leaderboard: URL\n- Point of Contact:", "### Dataset Summary\n\nThis dataset contains the training, validation, and test data for the Shared Task 1: Acronym Identification of the AAAI-21 Workshop on Scientific Document Understanding.", "### Supported Tasks and Leaderboards\n\nThe dataset supports an 'acronym-identification' task, where the aim is to predic which tokens in a pre-tokenized sentence correspond to acronyms. The dataset was released for a Shared Task which supported a leaderboard.", "### Languages\n\nThe sentences in the dataset are in English ('en').", "## Dataset Structure", "### Data Instances\n\nA sample from the training set is provided below:\n\n\n\nPlease note that in test set sentences only the 'id' and 'tokens' fields are available. 'labels' can be ignored for test set. Labels in the test set are all 'O'", "### Data Fields\n\nThe data instances have the following fields:\n\n- 'id': a 'string' variable representing the example id, unique across the full dataset\n- 'tokens': a list of 'string' variables representing the word-tokenized sentence\n- 'labels': a list of 'categorical' variables with possible values '[\"B-long\", \"B-short\", \"I-long\", \"I-short\", \"O\"]' corresponding to a BIO scheme. '-long' corresponds to the expanded acronym, such as *controlled natural language* here, and '-short' to the abbrviation, 'CNL' here.", "### Data Splits\n\nThe training, validation, and test set contain '14,006', '1,717', and '1750' sentences respectively.", "## Dataset Creation", "### Curation Rationale\n\n> First, most of the existing datasets for acronym identification (AI) are either limited in their sizes or created using simple rule-based methods.\n> This is unfortunate as rules are in general not able to capture all the diverse forms to express acronyms and their long forms in text.\n> Second, most of the existing datasets are in the medical domain, ignoring the challenges in other scientific domains.\n> In order to address these limitations this paper introduces two new datasets for Acronym Identification.\n> Notably, our datasets are annotated by human to achieve high quality and have substantially larger numbers of examples than the existing AI datasets in the non-medical domain.", "### Source Data", "#### Initial Data Collection and Normalization\n\n> In order to prepare a corpus for acronym annotation, we collect a corpus of 6,786 English papers from arXiv.\n> These papers consist of 2,031,592 sentences that would be used for data annotation for AI in this work.\n\nThe dataset paper does not report the exact tokenization method.", "#### Who are the source language producers?\n\nThe language was comes from papers hosted on the online digital archive arXiv. No more information is available on the selection process or identity of the writers.", "### Annotations", "#### Annotation process\n\n> Each sentence for annotation needs to contain at least one word in which more than half of the characters in are capital letters (i.e., acronym candidates).\n> Afterward, we search for a sub-sequence of words in which the concatenation of the first one, two or three characters of the words (in the order of the words in the sub-sequence could form an acronym candidate.\n> We call the sub-sequence a long form candidate. If we cannot find any long form candidate, we remove the sentence.\n> Using this process, we end up with 17,506 sentences to be annotated manually by the annotators from Amazon Mechanical Turk (MTurk).\n> In particular, we create a HIT for each sentence and ask the workers to annotate the short forms and the long forms in the sentence.\n> In case of disagreements, if two out of three workers agree on an annotation, we use majority voting to decide the correct annotation.\n> Otherwise, a fourth annotator is hired to resolve the conflict", "#### Who are the annotators?\n\nWorkers were recruited through Amazon MEchanical Turk and paid $0.05 per annotation. No further demographic information is provided.", "### Personal and Sensitive Information\n\nPapers published on arXiv are unlikely to contain much personal information, although some do include some poorly chosen examples revealing personal details, so the data should be used with care.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\nDataset provided for research purposes only. Please check dataset license for additional information.", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nThe dataset provided for this shared task is licensed under CC BY-NC-SA 4.0 international license.", "### Contributions\n\nThanks to @abhishekkrthakur for adding this dataset." ]
[ 90, 12, 120, 53, 44, 69, 19, 6, 61, 155, 36, 5, 168, 4, 80, 46, 5, 246, 37, 50, 8, 7, 8, 25, 5, 6, 28, 20 ]
[ "passage: TAGS\n#task_categories-token-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #acronym-identification #arxiv-2010.14678 #region-us \n# Dataset Card for Acronym Identification Dataset## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: What Does This Acronym Mean? Introducing a New Dataset for Acronym Identification and Disambiguation\n- Leaderboard: URL\n- Point of Contact:### Dataset Summary\n\nThis dataset contains the training, validation, and test data for the Shared Task 1: Acronym Identification of the AAAI-21 Workshop on Scientific Document Understanding.### Supported Tasks and Leaderboards\n\nThe dataset supports an 'acronym-identification' task, where the aim is to predic which tokens in a pre-tokenized sentence correspond to acronyms. The dataset was released for a Shared Task which supported a leaderboard.### Languages\n\nThe sentences in the dataset are in English ('en').## Dataset Structure### Data Instances\n\nA sample from the training set is provided below:\n\n\n\nPlease note that in test set sentences only the 'id' and 'tokens' fields are available. 'labels' can be ignored for test set. Labels in the test set are all 'O'", "passage: ### Data Fields\n\nThe data instances have the following fields:\n\n- 'id': a 'string' variable representing the example id, unique across the full dataset\n- 'tokens': a list of 'string' variables representing the word-tokenized sentence\n- 'labels': a list of 'categorical' variables with possible values '[\"B-long\", \"B-short\", \"I-long\", \"I-short\", \"O\"]' corresponding to a BIO scheme. '-long' corresponds to the expanded acronym, such as *controlled natural language* here, and '-short' to the abbrviation, 'CNL' here.### Data Splits\n\nThe training, validation, and test set contain '14,006', '1,717', and '1750' sentences respectively.## Dataset Creation### Curation Rationale\n\n> First, most of the existing datasets for acronym identification (AI) are either limited in their sizes or created using simple rule-based methods.\n> This is unfortunate as rules are in general not able to capture all the diverse forms to express acronyms and their long forms in text.\n> Second, most of the existing datasets are in the medical domain, ignoring the challenges in other scientific domains.\n> In order to address these limitations this paper introduces two new datasets for Acronym Identification.\n> Notably, our datasets are annotated by human to achieve high quality and have substantially larger numbers of examples than the existing AI datasets in the non-medical domain.### Source Data#### Initial Data Collection and Normalization\n\n> In order to prepare a corpus for acronym annotation, we collect a corpus of 6,786 English papers from arXiv.\n> These papers consist of 2,031,592 sentences that would be used for data annotation for AI in this work.\n\nThe dataset paper does not report the exact tokenization method.#### Who are the source language producers?\n\nThe language was comes from papers hosted on the online digital archive arXiv. No more information is available on the selection process or identity of the writers.### Annotations" ]
[ -0.02436942793428898, 0.15746626257896423, -0.0045557101257145405, -0.004116695839911699, 0.06653529405593872, 0.020368661731481552, 0.08753132820129395, 0.12000302225351334, 0.04328465834259987, 0.14245560765266418, -0.023542236536741257, -0.017182834446430206, 0.07694245874881744, 0.06773863732814789, -0.009644675068557262, -0.16844868659973145, 0.03193097561597824, -0.07938279211521149, 0.03841152414679527, 0.0644010379910469, 0.10786054283380508, -0.07257635146379471, 0.03590022400021553, -0.0534546822309494, 0.016771500930190086, -0.008486669510602951, 0.004051439464092255, -0.04512758553028107, 0.0629458948969841, 0.033782947808504105, 0.06107358634471893, 0.006501849740743637, 0.03456287086009979, -0.25850945711135864, 0.01884584128856659, 0.08002502471208572, 0.03697295859456062, 0.06223522871732712, 0.04135850444436073, -0.019327957183122635, 0.07089566439390182, -0.15033939480781555, 0.03943484276533127, 0.049327775835990906, -0.07786069810390472, -0.1609259694814682, -0.12021106481552124, 0.018018927425146103, 0.04867075756192207, 0.07934072613716125, -0.025782736018300056, 0.11895044147968292, -0.003951067104935646, 0.019812654703855515, 0.07274379581212997, -0.12691885232925415, -0.02860628068447113, 0.006653891876339912, 0.07706785947084427, 0.08807669579982758, -0.09962241351604462, 0.0030105244368314743, -0.026490848511457443, 0.0189279206097126, -0.005739952437579632, -0.017110994085669518, -0.0588131919503212, 0.023492615669965744, -0.07072442770004272, -0.06105964630842209, 0.14391472935676575, 0.00823435839265585, -0.06219164654612541, -0.15704220533370972, -0.003459086176007986, 0.04928164556622505, -0.0064317346550524235, -0.023698564618825912, 0.033039044588804245, -0.020651139318943024, 0.05837758630514145, -0.05261233448982239, -0.10647344589233398, 0.0314110592007637, -0.07078653573989868, 0.022271182388067245, 0.023167602717876434, 0.0338360033929348, 0.011661384254693985, 0.04176831245422363, 0.0024637263268232346, -0.073590949177742, -0.04310765117406845, -0.07195077836513519, -0.13380014896392822, -0.03622274100780487, -0.04250864312052727, -0.061240147799253464, 0.06660045683383942, 0.1372918337583542, -0.03394046425819397, -0.024559086188673973, -0.05010280758142471, -0.008255088701844215, 0.08738523721694946, 0.10996986925601959, -0.06844338029623032, -0.06584642827510834, 0.02256035804748535, 0.03386485204100609, 0.0005199555307626724, -0.0029873650055378675, 0.025149241089820862, 0.01972164586186409, 0.031854696571826935, 0.06288958340883255, 0.09095167368650436, -0.013873305171728134, -0.05550076439976692, -0.04369162768125534, 0.08906339108943939, -0.13972251117229462, 0.03713972866535187, 0.03738410770893097, -0.030137954279780388, 0.021284865215420723, 0.007090035360306501, 0.02698013372719288, -0.08916816860437393, 0.03974464535713196, -0.031106293201446533, -0.02949976921081543, -0.06678986549377441, -0.09610333293676376, 0.05730407312512398, -0.032615575939416885, -0.06149866431951523, -0.03910210728645325, -0.045445993542671204, -0.054877158254384995, 0.03884132206439972, -0.0553155243396759, 0.01274839136749506, 0.03393860533833504, 0.014964180067181587, -0.004929428920149803, 0.0140589764341712, -0.004664488136768341, -0.03337263688445091, 0.03067297302186489, -0.07128813862800598, 0.034820087254047394, 0.020452134311199188, 0.028578728437423706, -0.09123574197292328, 0.03281628340482712, -0.07493849098682404, 0.08386531472206116, -0.10089446604251862, -0.02739974483847618, -0.127115398645401, -0.0051564062014222145, 0.04829440265893936, 0.015221898443996906, 0.01482123602181673, 0.08467727899551392, -0.15780985355377197, 0.0024785352870821953, 0.08446993678808212, -0.06091941148042679, -0.07557222247123718, 0.09255123883485794, -0.043882325291633606, 0.051072798669338226, 0.07636329531669617, 0.06761818379163742, 0.033605288714170456, -0.07718391716480255, -0.1179257333278656, -0.10205134749412537, 0.029893554747104645, 0.1389770805835724, 0.08077725768089294, -0.05907057970762253, 0.11281655728816986, 0.006821626331657171, 0.02927207015454769, -0.08843080699443817, -0.012162255123257637, -0.06986801326274872, -0.01855853945016861, -0.022280799224972725, -0.0637495145201683, 0.0030984191689640284, -0.03303023800253868, -0.02204473689198494, -0.09070387482643127, -0.002903599292039871, 0.05644538998603821, -0.018307248130440712, 0.02586682140827179, -0.07274880260229111, -0.040803782641887665, -0.013778973370790482, 0.0007004036451689899, -0.15194636583328247, -0.1347935050725937, 0.0731278657913208, -0.04353603720664978, 0.0723034217953682, -0.021372336894273758, 0.007636610418558121, -0.0157194584608078, -0.027128955349326134, 0.040836650878190994, 0.015970177948474884, 0.009301437065005302, -0.05039946734905243, -0.12459124624729156, -0.013527327217161655, -0.051549941301345825, 0.10692065209150314, -0.12100797891616821, -0.006660020910203457, 0.05032109096646309, 0.12674634158611298, 0.0610547736287117, -0.06393107771873474, 0.04690416902303696, 0.006203317549079657, -0.021166572347283363, -0.018629688769578934, -0.024384211748838425, -0.061091743409633636, -0.00983855128288269, 0.05187216401100159, -0.10334881395101547, -0.10111285001039505, 0.056921057403087616, 0.07858344167470932, -0.020486127585172653, -0.05750340223312378, -0.0531570166349411, -0.026213523000478745, -0.10017146170139313, -0.09973855316638947, 0.06969521939754486, 0.0686676949262619, 0.027980174869298935, -0.05246460810303688, -0.017413975670933723, -0.03894805908203125, 0.019241580739617348, -0.05861435830593109, 0.06742291897535324, 0.04388745129108429, -0.13992056250572205, 0.07740096002817154, -0.020859280601143837, 0.04521264135837555, 0.08225661516189575, -0.013664156198501587, -0.14441342651844025, -0.01561089139431715, -0.020475255325436592, 0.04068399593234062, 0.0716889351606369, 0.006853243336081505, 0.04613722488284111, 0.08959169685840607, -0.0028027291409671307, 0.01106642372906208, -0.062079232186079025, 0.021289845928549767, 0.01146488543599844, -0.011658738367259502, -0.03340670466423035, -0.015394702553749084, 0.05985008925199509, 0.1237313523888588, 0.008107248693704605, 0.08609788119792938, -0.022798597812652588, -0.06632419675588608, -0.1081412211060524, 0.11507244408130646, -0.11375099420547485, -0.2187487781047821, -0.13035252690315247, 0.005214843899011612, -0.016215624287724495, -0.015292715281248093, 0.01183917373418808, -0.011416786350309849, -0.09658604860305786, -0.12273115664720535, -0.00321405753493309, 0.08575713634490967, -0.09459246695041656, -0.04421233758330345, 0.056299373507499695, 0.03261891007423401, -0.11883856356143951, 0.026242446154356003, 0.01883796788752079, -0.029906246811151505, 0.03983896225690842, 0.036378391087055206, 0.07721361517906189, 0.06746849417686462, 0.031163807958364487, -0.06142055615782738, -0.023981541395187378, 0.19600428640842438, -0.12358389794826508, 0.13543272018432617, 0.1057640016078949, -0.026893647387623787, 0.051424700766801834, 0.1723242700099945, 0.021923406049609184, -0.022345133125782013, 0.04484608769416809, 0.07548731565475464, 0.0035910625010728836, -0.3101222515106201, -0.06704044342041016, -0.0554385781288147, -0.07569108158349991, 0.047524359077215195, 0.037912268191576004, 0.07052069902420044, 0.0066443998366594315, -0.10642290115356445, 0.002872081473469734, 0.01651272363960743, 0.06478194892406464, 0.10511800646781921, 0.027144726365804672, 0.06622344255447388, -0.048787087202072144, 0.011475561186671257, 0.0949205756187439, 0.06509733200073242, 0.23184502124786377, -0.004055618308484554, 0.18123561143875122, 0.04086761921644211, -0.015495749190449715, -0.00595754012465477, 0.02358921803534031, 0.0034469040110707283, 0.05447828769683838, -0.013130600564181805, -0.06089124083518982, -0.012151038274168968, 0.10768324881792068, 0.07017720490694046, -0.05900352820754051, 0.051412325352430344, -0.042096223682165146, 0.041617218405008316, 0.21701811254024506, 0.06498867273330688, -0.038671936839818954, -0.061145760118961334, 0.08666335046291351, -0.09388060867786407, -0.09264911711215973, -0.013334798626601696, 0.11932039260864258, -0.10782033950090408, 0.024051548913121223, -0.026865758001804352, 0.09020810574293137, -0.03445154055953026, -0.0025346819311380386, 0.005217926576733589, 0.03141968697309494, -0.02760714292526245, 0.10141119360923767, -0.195153146982193, 0.14502264559268951, 0.014161271043121815, 0.023740367963910103, -0.08319345116615295, 0.044620465487241745, 0.0013103085802868009, -0.04310096427798271, 0.10783112794160843, 0.007136194966733456, -0.12011798471212387, 0.01583593711256981, -0.10678789019584656, 0.01697542332112789, 0.08222842961549759, -0.06899953633546829, 0.10618989169597626, -0.024368060752749443, -0.02550983987748623, -0.029430367052555084, -0.029433438554406166, -0.10774547606706619, -0.20828312635421753, 0.09715349227190018, -0.0272410549223423, 0.014514457434415817, -0.048733100295066833, -0.019661013036966324, -0.021370042115449905, 0.12813511490821838, -0.1050686165690422, -0.061239439994096756, -0.13872911036014557, -0.01995103619992733, 0.18118804693222046, -0.04243683069944382, 0.016485542058944702, -0.006259395275264978, 0.12141084671020508, -0.02673068828880787, -0.0480610728263855, 0.046328574419021606, -0.04182610288262367, -0.17936179041862488, -0.08620329201221466, 0.11119063943624496, 0.0401131808757782, 0.07220453768968582, -0.005619922187179327, 0.0836198627948761, -0.021595241501927376, -0.045607343316078186, 0.0699007660150528, 0.12571847438812256, 0.05536280572414398, 0.0927436500787735, -0.09934978187084198, -0.13368342816829681, -0.12420153617858887, -0.06375999003648758, 0.09304030239582062, 0.1623130738735199, -0.05987698957324028, 0.14235906302928925, 0.10149289667606354, -0.09823694825172424, -0.18419429659843445, 0.0042756088078022, 0.020919695496559143, -0.015126723796129227, 0.023405924439430237, -0.19272856414318085, 0.07414237409830093, 0.08563552051782608, -0.006054564379155636, 0.06015479564666748, -0.12181439995765686, -0.11249858140945435, -0.012234401889145374, 0.020683085545897484, -0.11054779589176178, -0.17290833592414856, -0.05707177147269249, -0.03280932828783989, -0.10479741543531418, 0.12506604194641113, 0.05461845546960831, 0.04059203714132309, -0.02465539611876011, 0.005845949053764343, 0.027880793437361717, -0.059793442487716675, 0.12565863132476807, 0.0016734283417463303, 0.03494323045015335, -0.04949766397476196, -0.03333648666739464, 0.10768149793148041, -0.027604129165410995, 0.09723202884197235, 0.012363474816083908, -0.0011108550243079662, -0.15474896132946014, -0.03201606497168541, -0.066795215010643, -0.002410275861620903, -0.06173856183886528, -0.048553161323070526, -0.0945395976305008, 0.0918484479188919, 0.09093709290027618, -0.02243245579302311, 0.08312475681304932, -0.07583221793174744, 0.047832466661930084, 0.109610915184021, 0.14130334556102753, 0.06949569284915924, -0.02410433441400528, 0.021891001611948013, -0.01632307469844818, 0.0076054781675338745, -0.11333249509334564, 0.05737520009279251, 0.1091444194316864, 0.011749997735023499, 0.13091568648815155, -0.045881904661655426, -0.140577495098114, -0.000842532142996788, 0.03186454996466637, -0.06293775141239166, -0.18191149830818176, 0.009365866892039776, 0.1014215350151062, -0.1342623382806778, -0.07261256128549576, 0.09853082150220871, 0.011196043342351913, -0.05376008525490761, -0.005790382623672485, 0.1158759593963623, 0.048706743866205215, 0.093192458152771, 0.02515995129942894, 0.052964482456445694, -0.05790345370769501, 0.06551659852266312, 0.18022888898849487, -0.09365648776292801, 0.043931953608989716, 0.1207585334777832, -0.028574831783771515, -0.04459701478481293, -0.026036061346530914, -0.046395592391490936, 0.0163575429469347, -0.01947074569761753, 0.0002564189489930868, -0.09067533910274506, 0.04690004140138626, 0.15823057293891907, -0.028468072414398193, 0.03401736170053482, 0.01135503314435482, -0.04240015894174576, -0.08921990543603897, 0.13600552082061768, -0.023184295743703842, 0.048208627849817276, 0.010116863995790482, 0.0023886719718575478, -0.027655912563204765, -0.039788197726011276, 0.0022890346590429544, -0.044960226863622665, -0.07955902814865112, -0.025760356336832047, -0.20974765717983246, 0.0245843306183815, -0.04154365882277489, -0.028715532273054123, 0.007707416545599699, -0.0572291798889637, 0.004975139629095793, 0.002937968820333481, -0.03605987876653671, -0.050250597298145294, -0.021342216059565544, 0.08391529321670532, -0.16016307473182678, -0.03038821741938591, 0.0715624988079071, -0.0642908588051796, 0.1034565269947052, 0.002272391691803932, -0.0354590080678463, -0.057750992476940155, -0.11071909219026566, -0.0049910941161215305, -0.04046384245157242, 0.08290992677211761, 0.010527873411774635, -0.18964536488056183, 0.02099580690264702, 0.01439216360449791, -0.04830218851566315, 0.032390449196100235, 0.024464521557092667, -0.07568925619125366, 0.02880440652370453, -0.013491885736584663, -0.034112557768821716, -0.044259391725063324, 0.015088267624378204, 0.0939548909664154, -0.048635948449373245, 0.11458703875541687, -0.025636550039052963, 0.07027246803045273, -0.1383962333202362, -0.01752113364636898, -0.01680956780910492, 0.002362525090575218, -0.026830045506358147, -0.004470380954444408, 0.053567707538604736, 0.004917343147099018, 0.18790151178836823, -0.05529587343335152, -0.015417461283504963, 0.07361645251512527, -0.02602003701031208, -0.04965704306960106, 0.06282840669155121, 0.012751702219247818, 0.029103418812155724, -0.016478747129440308, 0.016696546226739883, -0.09181779623031616, -0.034463509917259216, 0.0016726385802030563, 0.1402936577796936, 0.19184179604053497, 0.16550478339195251, -0.013769522309303284, 0.06542118638753891, -0.0872001200914383, -0.04637946933507919, 0.047590672969818115, -0.02517731860280037, 0.01314966008067131, -0.06343574821949005, 0.012306476011872292, 0.08552148938179016, -0.16281697154045105, 0.1190156489610672, -0.10423284769058228, -0.04725616052746773, -0.03359995409846306, -0.0996086522936821, -0.06210368126630783, 0.023495804518461227, -0.019032549113035202, -0.12031437456607819, 0.06134840101003647, 0.09919007867574692, 0.009317823685705662, -0.017366427928209305, 0.03880343586206436, -0.09512555599212646, -0.03161558508872986, 0.05411972105503082, 0.02929641492664814, 0.04047413915395737, 0.07706456631422043, 0.036102257668972015, 0.016628161072731018, 0.05411319434642792, 0.07009406387805939, 0.0893949568271637, 0.0823240578174591, -0.005687187425792217, -0.06501978635787964, -0.07736371457576752, 0.025628263130784035, -0.027511123567819595, -0.02530701272189617, 0.17063426971435547, 0.06160617619752884, 0.01926383376121521, 0.023282533511519432, 0.23120278120040894, -0.029975146055221558, -0.11012934893369675, -0.16450679302215576, 0.13534116744995117, -0.003818355966359377, -0.019078750163316727, 0.034591250121593475, -0.14148619771003723, 0.002838190644979477, 0.13947364687919617, 0.13937830924987793, -0.04088546335697174, -0.008912086486816406, 0.029186435043811798, 0.009113837964832783, 0.010666754096746445, 0.07586842775344849, 0.050392650067806244, 0.19874849915504456, -0.03388179466128349, 0.0085897296667099, 0.004926486872136593, -0.014295626431703568, -0.09964152425527573, 0.14129509031772614, -0.03613222390413284, -0.02402600273489952, -0.04872448369860649, 0.05986105278134346, -0.04218341037631035, -0.22402432560920715, 0.00805637426674366, -0.1148170679807663, -0.14500680565834045, -0.018046127632260323, 0.01285046711564064, -0.020153287798166275, -0.015719611197710037, 0.06619206815958023, -0.020533088594675064, 0.17013630270957947, 0.02462443895637989, -0.02094786986708641, 0.009594054892659187, 0.12020772695541382, -0.13770334422588348, 0.1563694179058075, 0.024696048349142075, 0.07288022339344025, 0.07604914903640747, -0.03164895251393318, -0.09495949745178223, 0.06087641045451164, 0.07894335687160492, -0.034990690648555756, 0.051173143088817596, 0.1938055157661438, 0.01690136454999447, 0.18383902311325073, 0.12222853302955627, -0.003738513682037592, 0.02799825556576252, 0.008876926265656948, -0.03615584596991539, -0.08242419362068176, 0.05449431389570236, -0.10515707731246948, 0.12036994844675064, 0.13725265860557556, -0.037778668105602264, 0.017893720418214798, -0.036479249596595764, 0.006808329373598099, -0.004039869178086519, 0.13871926069259644, -0.024942543357610703, -0.11972644925117493, 0.041402217000722885, -0.06826168298721313, 0.10587461292743683, -0.21487095952033997, -0.06092062219977379, 0.034951724112033844, -0.039908215403556824, -0.02378176897764206, 0.09865928441286087, 0.09598241746425629, -0.005213772878050804, -0.0635659322142601, -0.08150927722454071, 0.029987812042236328, 0.1030014306306839, -0.06778323650360107, 0.019640814512968063 ]
4ba01c71687dd7c996597042449448ea312126cf
# Dataset Card for Adverse Drug Reaction Data v2 ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://www.sciencedirect.com/science/article/pii/S1532046412000615 - **Repository:** [Needs More Information] - **Paper:** https://www.sciencedirect.com/science/article/pii/S1532046412000615 - **Leaderboard:** [Needs More Information] - **Point of Contact:** [Needs More Information] ### Dataset Summary ADE-Corpus-V2 Dataset: Adverse Drug Reaction Data. This is a dataset for Classification if a sentence is ADE-related (True) or not (False) and Relation Extraction between Adverse Drug Event and Drug. DRUG-AE.rel provides relations between drugs and adverse effects. DRUG-DOSE.rel provides relations between drugs and dosages. ADE-NEG.txt provides all sentences in the ADE corpus that DO NOT contain any drug-related adverse effects. ### Supported Tasks and Leaderboards Sentiment classification, Relation Extraction ### Languages English ## Dataset Structure ### Data Instances #### Config - `Ade_corpus_v2_classification` ``` { 'label': 1, 'text': 'Intravenous azithromycin-induced ototoxicity.' } ``` #### Config - `Ade_corpus_v2_drug_ade_relation` ``` { 'drug': 'azithromycin', 'effect': 'ototoxicity', 'indexes': { 'drug': { 'end_char': [24], 'start_char': [12] }, 'effect': { 'end_char': [44], 'start_char': [33] } }, 'text': 'Intravenous azithromycin-induced ototoxicity.' } ``` #### Config - `Ade_corpus_v2_drug_dosage_relation` ``` { 'dosage': '4 times per day', 'drug': 'insulin', 'indexes': { 'dosage': { 'end_char': [56], 'start_char': [41] }, 'drug': { 'end_char': [40], 'start_char': [33]} }, 'text': 'She continued to receive regular insulin 4 times per day over the following 3 years with only occasional hives.' } ``` ### Data Fields #### Config - `Ade_corpus_v2_classification` - `text` - Input text. - `label` - Whether the adverse drug effect(ADE) related (1) or not (0). - #### Config - `Ade_corpus_v2_drug_ade_relation` - `text` - Input text. - `drug` - Name of drug. - `effect` - Effect caused by the drug. - `indexes.drug.start_char` - Start index of `drug` string in text. - `indexes.drug.end_char` - End index of `drug` string in text. - `indexes.effect.start_char` - Start index of `effect` string in text. - `indexes.effect.end_char` - End index of `effect` string in text. #### Config - `Ade_corpus_v2_drug_dosage_relation` - `text` - Input text. - `drug` - Name of drug. - `dosage` - Dosage of the drug. - `indexes.drug.start_char` - Start index of `drug` string in text. - `indexes.drug.end_char` - End index of `drug` string in text. - `indexes.dosage.start_char` - Start index of `dosage` string in text. - `indexes.dosage.end_char` - End index of `dosage` string in text. ### Data Splits | Train | | ------ | | 23516 | ## Dataset Creation ### Curation Rationale [Needs More Information] ### Source Data #### Initial Data Collection and Normalization [Needs More Information] #### Who are the source language producers? [Needs More Information] ### Annotations #### Annotation process [Needs More Information] #### Who are the annotators? [Needs More Information] ### Personal and Sensitive Information [Needs More Information] ## Considerations for Using the Data ### Social Impact of Dataset [Needs More Information] ### Discussion of Biases [Needs More Information] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators [Needs More Information] ### Licensing Information [Needs More Information] ### Citation Information ``` @article{GURULINGAPPA2012885, title = "Development of a benchmark corpus to support the automatic extraction of drug-related adverse effects from medical case reports", journal = "Journal of Biomedical Informatics", volume = "45", number = "5", pages = "885 - 892", year = "2012", note = "Text Mining and Natural Language Processing in Pharmacogenomics", issn = "1532-0464", doi = "https://doi.org/10.1016/j.jbi.2012.04.008", url = "http://www.sciencedirect.com/science/article/pii/S1532046412000615", author = "Harsha Gurulingappa and Abdul Mateen Rajput and Angus Roberts and Juliane Fluck and Martin Hofmann-Apitius and Luca Toldo", keywords = "Adverse drug effect, Benchmark corpus, Annotation, Harmonization, Sentence classification", abstract = "A significant amount of information about drug-related safety issues such as adverse effects are published in medical case reports that can only be explored by human readers due to their unstructured nature. The work presented here aims at generating a systematically annotated corpus that can support the development and validation of methods for the automatic extraction of drug-related adverse effects from medical case reports. The documents are systematically double annotated in various rounds to ensure consistent annotations. The annotated documents are finally harmonized to generate representative consensus annotations. In order to demonstrate an example use case scenario, the corpus was employed to train and validate models for the classification of informative against the non-informative sentences. A Maximum Entropy classifier trained with simple features and evaluated by 10-fold cross-validation resulted in the F1 score of 0.70 indicating a potential useful application of the corpus." } ``` ### Contributions Thanks to [@Nilanshrajput](https://github.com/Nilanshrajput), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
ade_corpus_v2
[ "task_categories:text-classification", "task_categories:token-classification", "task_ids:coreference-resolution", "task_ids:fact-checking", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "size_categories:1K<n<10K", "size_categories:n<1K", "source_datasets:original", "language:en", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K", "1K<n<10K", "n<1K"], "source_datasets": ["original"], "task_categories": ["text-classification", "token-classification"], "task_ids": ["coreference-resolution", "fact-checking"], "pretty_name": "Adverse Drug Reaction Data v2", "config_names": ["Ade_corpus_v2_classification", "Ade_corpus_v2_drug_ade_relation", "Ade_corpus_v2_drug_dosage_relation"], "dataset_info": [{"config_name": "Ade_corpus_v2_classification", "features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "Not-Related", "1": "Related"}}}}], "splits": [{"name": "train", "num_bytes": 3403699, "num_examples": 23516}], "download_size": 1706476, "dataset_size": 3403699}, {"config_name": "Ade_corpus_v2_drug_ade_relation", "features": [{"name": "text", "dtype": "string"}, {"name": "drug", "dtype": "string"}, {"name": "effect", "dtype": "string"}, {"name": "indexes", "struct": [{"name": "drug", "sequence": [{"name": "start_char", "dtype": "int32"}, {"name": "end_char", "dtype": "int32"}]}, {"name": "effect", "sequence": [{"name": "start_char", "dtype": "int32"}, {"name": "end_char", "dtype": "int32"}]}]}], "splits": [{"name": "train", "num_bytes": 1545993, "num_examples": 6821}], "download_size": 491362, "dataset_size": 1545993}, {"config_name": "Ade_corpus_v2_drug_dosage_relation", "features": [{"name": "text", "dtype": "string"}, {"name": "drug", "dtype": "string"}, {"name": "dosage", "dtype": "string"}, {"name": "indexes", "struct": [{"name": "drug", "sequence": [{"name": "start_char", "dtype": "int32"}, {"name": "end_char", "dtype": "int32"}]}, {"name": "dosage", "sequence": [{"name": "start_char", "dtype": "int32"}, {"name": "end_char", "dtype": "int32"}]}]}], "splits": [{"name": "train", "num_bytes": 64697, "num_examples": 279}], "download_size": 33004, "dataset_size": 64697}], "configs": [{"config_name": "Ade_corpus_v2_classification", "data_files": [{"split": "train", "path": "Ade_corpus_v2_classification/train-*"}]}, {"config_name": "Ade_corpus_v2_drug_ade_relation", "data_files": [{"split": "train", "path": "Ade_corpus_v2_drug_ade_relation/train-*"}]}, {"config_name": "Ade_corpus_v2_drug_dosage_relation", "data_files": [{"split": "train", "path": "Ade_corpus_v2_drug_dosage_relation/train-*"}]}], "train-eval-index": [{"config": "Ade_corpus_v2_classification", "task": "text-classification", "task_id": "multi_class_classification", "splits": {"train_split": "train"}, "col_mapping": {"text": "text", "label": "target"}, "metrics": [{"type": "accuracy", "name": "Accuracy"}, {"type": "f1", "name": "F1 macro", "args": {"average": "macro"}}, {"type": "f1", "name": "F1 micro", "args": {"average": "micro"}}, {"type": "f1", "name": "F1 weighted", "args": {"average": "weighted"}}, {"type": "precision", "name": "Precision macro", "args": {"average": "macro"}}, {"type": "precision", "name": "Precision micro", "args": {"average": "micro"}}, {"type": "precision", "name": "Precision weighted", "args": {"average": "weighted"}}, {"type": "recall", "name": "Recall macro", "args": {"average": "macro"}}, {"type": "recall", "name": "Recall micro", "args": {"average": "micro"}}, {"type": "recall", "name": "Recall weighted", "args": {"average": "weighted"}}]}]}
2024-01-09T11:42:58+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_categories-token-classification #task_ids-coreference-resolution #task_ids-fact-checking #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #license-unknown #region-us
Dataset Card for Adverse Drug Reaction Data v2 ============================================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: URL * Leaderboard: * Point of Contact: ### Dataset Summary ADE-Corpus-V2 Dataset: Adverse Drug Reaction Data. This is a dataset for Classification if a sentence is ADE-related (True) or not (False) and Relation Extraction between Adverse Drug Event and Drug. URL provides relations between drugs and adverse effects. URL provides relations between drugs and dosages. URL provides all sentences in the ADE corpus that DO NOT contain any drug-related adverse effects. ### Supported Tasks and Leaderboards Sentiment classification, Relation Extraction ### Languages English Dataset Structure ----------------- ### Data Instances #### Config - 'Ade\_corpus\_v2\_classification' #### Config - 'Ade\_corpus\_v2\_drug\_ade\_relation' #### Config - 'Ade\_corpus\_v2\_drug\_dosage\_relation' ### Data Fields #### Config - 'Ade\_corpus\_v2\_classification' * 'text' - Input text. * 'label' - Whether the adverse drug effect(ADE) related (1) or not (0). * #### Config - 'Ade\_corpus\_v2\_drug\_ade\_relation' * 'text' - Input text. * 'drug' - Name of drug. * 'effect' - Effect caused by the drug. * 'URL.start\_char' - Start index of 'drug' string in text. * 'URL.end\_char' - End index of 'drug' string in text. * 'URL.start\_char' - Start index of 'effect' string in text. * 'URL.end\_char' - End index of 'effect' string in text. #### Config - 'Ade\_corpus\_v2\_drug\_dosage\_relation' * 'text' - Input text. * 'drug' - Name of drug. * 'dosage' - Dosage of the drug. * 'URL.start\_char' - Start index of 'drug' string in text. * 'URL.end\_char' - End index of 'drug' string in text. * 'URL.start\_char' - Start index of 'dosage' string in text. * 'URL.end\_char' - End index of 'dosage' string in text. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @Nilanshrajput, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nADE-Corpus-V2 Dataset: Adverse Drug Reaction Data.\nThis is a dataset for Classification if a sentence is ADE-related (True) or not (False) and Relation Extraction between Adverse Drug Event and Drug.\nURL provides relations between drugs and adverse effects.\nURL provides relations between drugs and dosages.\nURL provides all sentences in the ADE corpus that DO NOT contain any drug-related adverse effects.", "### Supported Tasks and Leaderboards\n\n\nSentiment classification, Relation Extraction", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### Config - 'Ade\\_corpus\\_v2\\_classification'", "#### Config - 'Ade\\_corpus\\_v2\\_drug\\_ade\\_relation'", "#### Config - 'Ade\\_corpus\\_v2\\_drug\\_dosage\\_relation'", "### Data Fields", "#### Config - 'Ade\\_corpus\\_v2\\_classification'\n\n\n* 'text' - Input text.\n* 'label' - Whether the adverse drug effect(ADE) related (1) or not (0).\n*", "#### Config - 'Ade\\_corpus\\_v2\\_drug\\_ade\\_relation'\n\n\n* 'text' - Input text.\n* 'drug' - Name of drug.\n* 'effect' - Effect caused by the drug.\n* 'URL.start\\_char' - Start index of 'drug' string in text.\n* 'URL.end\\_char' - End index of 'drug' string in text.\n* 'URL.start\\_char' - Start index of 'effect' string in text.\n* 'URL.end\\_char' - End index of 'effect' string in text.", "#### Config - 'Ade\\_corpus\\_v2\\_drug\\_dosage\\_relation'\n\n\n* 'text' - Input text.\n* 'drug' - Name of drug.\n* 'dosage' - Dosage of the drug.\n* 'URL.start\\_char' - Start index of 'drug' string in text.\n* 'URL.end\\_char' - End index of 'drug' string in text.\n* 'URL.start\\_char' - Start index of 'dosage' string in text.\n* 'URL.end\\_char' - End index of 'dosage' string in text.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @Nilanshrajput, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_categories-token-classification #task_ids-coreference-resolution #task_ids-fact-checking #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #license-unknown #region-us \n", "### Dataset Summary\n\n\nADE-Corpus-V2 Dataset: Adverse Drug Reaction Data.\nThis is a dataset for Classification if a sentence is ADE-related (True) or not (False) and Relation Extraction between Adverse Drug Event and Drug.\nURL provides relations between drugs and adverse effects.\nURL provides relations between drugs and dosages.\nURL provides all sentences in the ADE corpus that DO NOT contain any drug-related adverse effects.", "### Supported Tasks and Leaderboards\n\n\nSentiment classification, Relation Extraction", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### Config - 'Ade\\_corpus\\_v2\\_classification'", "#### Config - 'Ade\\_corpus\\_v2\\_drug\\_ade\\_relation'", "#### Config - 'Ade\\_corpus\\_v2\\_drug\\_dosage\\_relation'", "### Data Fields", "#### Config - 'Ade\\_corpus\\_v2\\_classification'\n\n\n* 'text' - Input text.\n* 'label' - Whether the adverse drug effect(ADE) related (1) or not (0).\n*", "#### Config - 'Ade\\_corpus\\_v2\\_drug\\_ade\\_relation'\n\n\n* 'text' - Input text.\n* 'drug' - Name of drug.\n* 'effect' - Effect caused by the drug.\n* 'URL.start\\_char' - Start index of 'drug' string in text.\n* 'URL.end\\_char' - End index of 'drug' string in text.\n* 'URL.start\\_char' - Start index of 'effect' string in text.\n* 'URL.end\\_char' - End index of 'effect' string in text.", "#### Config - 'Ade\\_corpus\\_v2\\_drug\\_dosage\\_relation'\n\n\n* 'text' - Input text.\n* 'drug' - Name of drug.\n* 'dosage' - Dosage of the drug.\n* 'URL.start\\_char' - Start index of 'drug' string in text.\n* 'URL.end\\_char' - End index of 'drug' string in text.\n* 'URL.start\\_char' - Start index of 'dosage' string in text.\n* 'URL.end\\_char' - End index of 'dosage' string in text.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @Nilanshrajput, @lhoestq for adding this dataset." ]
[ 132, 104, 18, 12, 6, 21, 27, 28, 5, 51, 136, 140, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 24 ]
[ "passage: TAGS\n#task_categories-text-classification #task_categories-token-classification #task_ids-coreference-resolution #task_ids-fact-checking #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #license-unknown #region-us \n### Dataset Summary\n\n\nADE-Corpus-V2 Dataset: Adverse Drug Reaction Data.\nThis is a dataset for Classification if a sentence is ADE-related (True) or not (False) and Relation Extraction between Adverse Drug Event and Drug.\nURL provides relations between drugs and adverse effects.\nURL provides relations between drugs and dosages.\nURL provides all sentences in the ADE corpus that DO NOT contain any drug-related adverse effects.### Supported Tasks and Leaderboards\n\n\nSentiment classification, Relation Extraction### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------### Data Instances#### Config - 'Ade\\_corpus\\_v2\\_classification'#### Config - 'Ade\\_corpus\\_v2\\_drug\\_ade\\_relation'#### Config - 'Ade\\_corpus\\_v2\\_drug\\_dosage\\_relation'### Data Fields#### Config - 'Ade\\_corpus\\_v2\\_classification'\n\n\n* 'text' - Input text.\n* 'label' - Whether the adverse drug effect(ADE) related (1) or not (0).\n*" ]
[ -0.008667359128594398, 0.12485706061124802, -0.007738348096609116, 0.030146650969982147, 0.07019925862550735, 0.05987807363271713, 0.08144393563270569, 0.11720912158489227, 0.08749566972255707, 0.1661887913942337, 0.033322181552648544, 0.024431664496660233, 0.026691745966672897, 0.060511957854032516, 0.015314297750592232, -0.11759313195943832, -0.012369972653687, -0.08554035425186157, 0.0431489534676075, 0.08364362269639969, 0.06951697170734406, -0.060529377311468124, 0.004230763763189316, -0.10769378393888474, 0.06693413108587265, -0.006555920001119375, -0.024356720969080925, -0.008913049474358559, 0.05186627805233002, 0.02197670005261898, 0.08064045011997223, 0.03253644332289696, 0.03652336448431015, -0.32947874069213867, -0.011625993065536022, 0.04623328149318695, -0.00814877264201641, 0.035717688500881195, 0.04573554918169975, -0.1364126354455948, 0.034178271889686584, -0.19062860310077667, 0.07965323328971863, 0.029104001820087433, -0.1052924320101738, -0.19758039712905884, -0.046853456646203995, 0.04478037357330322, 0.10821212828159332, 0.09783051162958145, -0.06496594846248627, 0.052346885204315186, 0.0020564876031130552, 0.03766285628080368, 0.1481955200433731, -0.19576922059059143, -0.0031415382400155067, 0.026699624955654144, 0.07587728649377823, 0.04829931631684303, -0.10104445368051529, 0.0007211831398308277, -0.019732384011149406, 0.017072269693017006, 0.05335111916065216, -0.05453440174460411, -0.05450214818120003, -0.026813214644789696, -0.10958335548639297, -0.03789468854665756, 0.14520829916000366, 0.018096964806318283, -0.03385051712393761, -0.09791712462902069, -0.00709430780261755, -0.04748549312353134, -0.05522628873586655, -0.05445471778512001, 0.04657427594065666, -0.007044835481792688, 0.08928094804286957, -0.0068482705391943455, -0.06226284056901932, -0.0325794443488121, -0.03771202638745308, 0.06910600513219833, 0.015372461639344692, -0.04322230443358421, 0.09194716066122055, 0.0624992810189724, -0.1242162436246872, -0.08939532190561295, -0.028235066682100296, -0.02120649255812168, -0.15679064393043518, -0.03883286193013191, 0.03530150279402733, -0.06264064460992813, 0.1128983423113823, 0.11016101390123367, -0.02646653540432453, 0.021615181118249893, -0.10437460988759995, -0.0003392630605958402, 0.009915315546095371, 0.05205283686518669, -0.039013706147670746, -0.11735276132822037, -0.015543341636657715, 0.02773193269968033, 0.05394865572452545, 0.00010966900299536064, -0.023310184478759766, 0.07939818501472473, -0.015231644734740257, 0.06290987879037857, 0.03455089405179024, 0.054132018238306046, -0.11668892949819565, -0.017609499394893646, 0.10751131922006607, -0.11990435421466827, 0.026388319209218025, 0.0701819658279419, 0.03290412947535515, -0.00816074013710022, 0.06797921657562256, 0.022107532247900963, -0.0476192831993103, 0.1444290280342102, -0.07297371327877045, 0.0006919349543750286, -0.06370551139116287, -0.11310067772865295, 0.04807514697313309, 0.029873814433813095, -0.07806594669818878, -0.029903773218393326, -0.07922139763832092, -0.06327834725379944, -0.015220249071717262, -0.09591936320066452, 0.030789393931627274, -0.05617851763963699, 0.0485752634704113, 0.04637281969189644, 0.017282895743846893, -0.0256248377263546, -0.0655653178691864, 0.0010297327535226941, 0.006830060388892889, 0.08147748559713364, 0.1319790482521057, 0.01986381597816944, -0.0696440190076828, 0.0654708594083786, -0.12484444677829742, 0.12716558575630188, -0.16878093779087067, 0.08997488766908646, -0.18057043850421906, 0.004745059181004763, 0.0109071871265769, -0.04549819976091385, -0.007843255996704102, 0.1704033613204956, -0.16620473563671112, -0.05881602317094803, 0.1705091893672943, -0.07022818922996521, -0.16033658385276794, 0.004120958503335714, -0.016617419198155403, -0.020152518525719643, 0.0800480991601944, 0.05486345291137695, 0.040613532066345215, -0.17830254137516022, -0.09024845063686371, -0.05535015091300011, 0.06597107648849487, 0.19594773650169373, 0.12613825500011444, -0.12696921825408936, 0.12718184292316437, 0.0006868113996461034, -0.024213064461946487, -0.09214504063129425, -0.005082231946289539, -0.05248940363526344, 0.03679639846086502, 0.014459151774644852, 0.02105957455933094, -0.006555065046995878, -0.06670288741588593, -0.006835486739873886, -0.15085771679878235, -0.05531596019864082, 0.07182132452726364, 0.009816804900765419, 0.019140444695949554, -0.08618719130754471, -0.03887738659977913, -0.024719497188925743, 0.02934499830007553, -0.09711085259914398, -0.14754121005535126, 0.033813294023275375, 0.04567457735538483, 0.11950453370809555, -0.11108394712209702, 0.0009287979337386787, 0.018057718873023987, -0.07633891701698303, 0.026177411898970604, -0.012284817174077034, 0.03909941390156746, -0.01977347396314144, -0.2658350467681885, 0.022902250289916992, -0.058910172432661057, 0.1492796689271927, -0.13842584192752838, -0.003945944365113974, 0.16280920803546906, 0.07274619489908218, 0.05959031730890274, -0.026888573542237282, 0.02913646027445793, 0.004658709280192852, -0.009790468029677868, -0.02141808532178402, 0.011255854740738869, -0.08927929401397705, -0.09900552034378052, -0.0028956627938896418, -0.09275740385055542, -0.13367155194282532, 0.08064400404691696, 0.06685260683298111, -0.11201921850442886, -0.14937624335289001, -0.03981037437915802, -0.03871714696288109, -0.06215712055563927, -0.10004128515720367, 0.08275756239891052, 0.11380939930677414, 0.05131841450929642, -0.01913681998848915, -0.03695083037018776, -0.03411392495036125, -0.034267835319042206, -0.02118501625955105, 0.0724961906671524, 0.011574243195354939, -0.12408478558063507, 0.06277363002300262, 0.09514554589986801, -0.00227035628631711, 0.007519151084125042, 0.05133829638361931, -0.07943309843540192, -0.09068627655506134, 0.005185307469218969, 0.07491051405668259, 0.043442025780677795, -0.04874854162335396, 0.05952098220586777, 0.05426284670829773, -0.014183936640620232, -0.007646101526916027, -0.024040117859840393, 0.029438938945531845, 0.011746288277208805, -0.044896360486745834, 0.020772768184542656, -0.07031955569982529, 0.011248729191720486, 0.12677021324634552, 0.041569218039512634, 0.043123967945575714, -0.03612896054983139, -0.07099331170320511, -0.12236249446868896, 0.12244630604982376, -0.1636936068534851, -0.2416388839483261, -0.06000053137540817, -0.06294453144073486, -0.006084916181862354, 0.04529649764299393, 0.006562951952219009, -0.05401647090911865, -0.05916418880224228, -0.05753854289650917, 0.058814190328121185, 0.10339342057704926, -0.09385677427053452, -0.07021581381559372, 0.08914728462696075, 0.042748112231492996, -0.05966702103614807, 0.0261110570281744, 0.026279600337147713, -0.022297684103250504, 0.03158333897590637, 0.006760875694453716, 0.06374764442443848, 0.2088010460138321, 0.0940842404961586, -0.0365917906165123, -0.04141237586736679, 0.1046382337808609, -0.1336185485124588, 0.07573395222425461, -0.04866861552000046, 0.010610833764076233, 0.024722496047616005, 0.21890567243099213, 0.026505835354328156, -0.07291266322135925, 0.054824262857437134, 0.1038922592997551, -0.018047789111733437, -0.2995365262031555, -0.10535885393619537, -0.07397256791591644, -0.0730050653219223, 0.06223852187395096, 0.04884754866361618, 0.045831311494112015, 0.038414131850004196, -0.056489549577236176, -0.004160021431744099, 0.07202433794736862, 0.09959054738283157, 0.1584041863679886, 0.0036316667683422565, 0.10766086727380753, -0.03665262460708618, -0.025800898671150208, 0.05744153633713722, 0.10205074399709702, 0.2017306685447693, 0.015313224866986275, 0.22237609326839447, 0.09463006258010864, -0.010045376606285572, -0.03342759609222412, -0.06473647058010101, 0.023382212966680527, 0.03962484747171402, -0.03393566235899925, -0.1288514882326126, -0.01613321155309677, 0.15198186039924622, 0.021957028657197952, -0.07503305375576019, 0.03189082816243172, -0.03753507882356644, 0.11565155535936356, 0.055104274302721024, 0.0967736467719078, -0.13647302985191345, 0.019267570227384567, 0.10874831676483154, 0.003206634894013405, -0.024244580417871475, 0.00926799327135086, 0.02547791600227356, -0.07436410337686539, 0.16714879870414734, -0.018912987783551216, 0.11881133168935776, -0.07471100240945816, -0.0002521117276046425, 0.04631678760051727, -0.05474313348531723, -0.029119525104761124, 0.09979373961687088, -0.2229013890028, 0.18029262125492096, 0.028322558850049973, -0.021981079131364822, -0.015110837295651436, 0.06993424147367477, -0.023389780893921852, 0.09059598296880722, 0.21194083988666534, -0.0029547936283051968, 0.02040359005331993, -0.04230993613600731, -0.10978031903505325, -0.06779977679252625, 0.07113493978977203, -0.11945126205682755, 0.095166876912117, 0.01892540417611599, -0.042667388916015625, -0.021948205307126045, 0.1402515321969986, -0.08480668812990189, -0.1700989305973053, 0.09922857582569122, -0.05234818533062935, 0.05015965551137924, 0.0070052738301455975, -0.02718188799917698, -0.09099173545837402, 0.18104305863380432, -0.23753750324249268, -0.0859321728348732, -0.10928037017583847, -0.021008992567658424, 0.11844157427549362, -0.05314786359667778, 0.0025808687787503004, 0.0066454303450882435, 0.06757792085409164, -0.025747856125235558, -0.015948763117194176, 0.09072380512952805, -0.055596400052309036, -0.17640194296836853, -0.13451306521892548, 0.20574824512004852, -0.001741635031066835, 0.06625467538833618, -0.010061749257147312, 0.1082347109913826, 0.02168005332350731, -0.08609206229448318, 0.09598901867866516, 0.02815825119614601, 0.052348893135786057, 0.09421531856060028, -0.09257005155086517, -0.052421532571315765, -0.14112484455108643, -0.061460718512535095, 0.07395796477794647, 0.25725218653678894, -0.08949349820613861, 0.1040099486708641, 0.028183866292238235, -0.1725279688835144, -0.16650670766830444, -0.05258263647556305, 0.07176613807678223, -0.04656623303890228, 0.03685178980231285, -0.1699116826057434, 0.02746625989675522, 0.08641652762889862, -0.02576366811990738, -0.006413893308490515, -0.19948430359363556, -0.16450431942939758, 0.06859001517295837, -0.033135831356048584, -0.2745397090911865, -0.22299520671367645, -0.13908657431602478, -0.05996933579444885, -0.023771902546286583, 0.1706136167049408, 0.007852020673453808, 0.04469405114650726, 0.004169338848441839, -0.011753708124160767, 0.03262801095843315, -0.03057512454688549, 0.13849054276943207, 0.08481722325086594, 0.032404690980911255, -0.03960562124848366, -0.014360388740897179, 0.07656902819871902, -0.007432133890688419, 0.05335118621587753, 0.0413535051047802, -0.009853453375399113, -0.10597602277994156, -0.005649182014167309, -0.034871265292167664, 0.030696896836161613, -0.07948654145002365, -0.06364180147647858, -0.09841509163379669, 0.08215449750423431, 0.06457365304231644, -0.047836095094680786, 0.17456243932247162, -0.12142389267683029, 0.11886532604694366, 0.18919840455055237, 0.08872553706169128, 0.06771308928728104, -0.16170969605445862, 0.07221852242946625, -0.0027203187346458435, 0.022754130885004997, -0.11904843151569366, 0.0734817311167717, 0.15413524210453033, 0.04189649969339371, 0.1940719336271286, -0.02884780243039131, -0.10796622186899185, -0.06156044080853462, 0.12684780359268188, -0.07464680075645447, -0.1497882753610611, 0.0034737938549369574, 0.01069253496825695, -0.10058939456939697, -0.09612266719341278, 0.1560242474079132, -0.009097988717257977, -0.0070046898908913136, 0.04558857902884483, 0.10563871264457703, 0.0320730023086071, 0.18868526816368103, 0.015145632438361645, 0.04918021336197853, -0.06394381821155548, 0.028822168707847595, 0.2248784452676773, -0.14242495596408844, 0.036353908479213715, 0.1612941324710846, -0.056086521595716476, -0.0635184571146965, -0.05857919156551361, 0.026388399302959442, 0.04980340227484703, 0.007172805722802877, 0.026016969233751297, -0.08000217378139496, 0.04979221522808075, 0.026656394824385643, -0.010119209997355938, 0.10282088071107864, 0.04579624906182289, -0.03939499706029892, -0.016969144344329834, 0.18225343525409698, -0.05482294037938118, 0.04025012627243996, -0.021198131144046783, 0.04030375927686691, 0.01622943766415119, -0.04746723547577858, -0.023508090525865555, 0.006704019848257303, -0.09528855979442596, -0.012544958852231503, -0.10087985545396805, 0.10145103931427002, -0.06601116806268692, -0.025152098387479782, 0.0029130850452929735, 0.009457092732191086, 0.002755765337496996, -0.039061568677425385, 0.005237208679318428, -0.047774363309144974, 0.00938421767205, 0.12284879386425018, -0.19513097405433655, -0.053756874054670334, 0.08233978599309921, -0.0472034327685833, 0.08631057292222977, -0.03196395933628082, 0.009978174231946468, -0.05694609507918358, -0.053940754383802414, 0.12158641964197159, 0.0645754486322403, 0.10770603269338608, -0.0027153361588716507, -0.23774465918540955, 0.006253752391785383, -0.04077106714248657, -0.06381864100694656, 0.06631357967853546, 0.00782972015440464, -0.13252969086170197, -0.03851688280701637, -0.04434460774064064, -0.046525340527296066, -0.0030001180712133646, -0.0032843314111232758, 0.023650119081139565, -0.030229734256863594, 0.09093913435935974, -0.08537473529577255, 0.11405370384454727, -0.14322739839553833, -0.02905214950442314, 0.006095952820032835, 0.04249056428670883, -0.09667039662599564, 0.023470774292945862, 0.060930781066417694, -0.058045171201229095, 0.14228639006614685, -0.05233810096979141, 0.08137853443622589, 0.08680304139852524, 0.04848618060350418, 0.0006559748435392976, 0.04339311271905899, -0.1042231097817421, 0.03331718221306801, -0.057582877576351166, -0.029377106577157974, -0.03916557505726814, -0.01384858600795269, -0.09538000077009201, 0.10179600864648819, 0.08464575558900833, 0.21390193700790405, -0.058436762541532516, 0.06291782855987549, -0.14659801125526428, -0.06954207271337509, 0.1446169912815094, 0.028785020112991333, 0.04052259027957916, -0.022823089733719826, -0.012183932587504387, 0.11221802234649658, -0.19619561731815338, 0.165702685713768, -0.06786605715751648, -0.09925930947065353, -0.03381889685988426, -0.09801504015922546, -0.0652601346373558, -0.06271274387836456, -0.014460422098636627, -0.14831751585006714, 0.0007774689584039152, 0.031806569546461105, -0.010495270602405071, 0.020679214969277382, 0.1331341564655304, -0.11311180889606476, -0.0814332515001297, 0.0347571074962616, 0.07190106064081192, 0.00901678204536438, -0.01156864408403635, 0.09658807516098022, 0.04397829622030258, 0.06892459839582443, 0.012178529985249043, 0.10399214178323746, 0.06799370050430298, -0.008336269296705723, -0.05967184528708458, -0.053932320326566696, 0.03946582227945328, 0.012702359817922115, -0.03635676950216293, 0.1755707561969757, 0.02430794946849346, -0.007377673871815205, 0.01371246948838234, 0.20951120555400848, -0.07481364160776138, -0.10392478108406067, -0.09413225948810577, 0.15373015403747559, 0.028791503980755806, 0.07530971616506577, -0.037725236266851425, -0.09650464355945587, -0.006085993722081184, 0.08521761000156403, 0.1894000768661499, -0.05184115096926689, 0.02176550403237343, -0.009313599206507206, 0.028230037540197372, 0.06672170758247375, -0.027612369507551193, 0.0600898340344429, 0.21121326088905334, -0.04477979615330696, 0.02590985782444477, -0.01963023468852043, 0.013288969174027443, -0.0386001318693161, 0.09015051275491714, 0.014035090804100037, 0.020843803882598877, -0.016269899904727936, 0.10755011439323425, -0.05608364939689636, -0.16880781948566437, 0.0011710432590916753, -0.14847861230373383, -0.12478772550821304, -0.03552830591797829, -0.006469758227467537, 0.002730486448854208, -0.03336937725543976, 0.10156414657831192, -0.06051454320549965, 0.15742377936840057, -0.0005208723014220595, -0.04709584638476372, -0.023987647145986557, 0.07240138947963715, -0.07318586111068726, 0.14341403543949127, -0.0029749420937150717, 0.13347527384757996, 0.08421099931001663, -0.03263872116804123, -0.09756042808294296, 0.0946163609623909, 0.06817562133073807, -0.022830678150057793, 0.08611643314361572, 0.1115301176905632, 0.03383760526776314, 0.17530380189418793, 0.13968175649642944, -0.037841182202100754, 0.011444210074841976, 0.028677845373749733, -0.02738562971353531, -0.06178818270564079, 0.10842763632535934, -0.13414224982261658, 0.050422150641679764, 0.11265265941619873, -0.03842839598655701, 0.0167399849742651, -0.017827991396188736, 0.00491039315238595, -0.020228084176778793, 0.18422934412956238, 0.009426075965166092, -0.10986433923244476, 0.07213643193244934, -0.04233487695455551, 0.08804106712341309, -0.28725466132164, -0.11443742364645004, 0.06644357740879059, 0.004356966353952885, -0.047622933983802795, 0.15049263834953308, 0.03674926236271858, -0.00584497069939971, -0.09227675199508667, -0.23489928245544434, 0.04686820134520531, 0.10557729750871658, -0.09014006704092026, -0.020316027104854584 ]
c2d5f738db1ad21a4126a144dfbb00cb51e0a4a9
# Dataset Card for adversarialQA ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [adversarialQA homepage](https://adversarialqa.github.io/) - **Repository:** [adversarialQA repository](https://github.com/maxbartolo/adversarialQA) - **Paper:** [Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension](https://arxiv.org/abs/2002.00293) - **Leaderboard:** [Dynabench QA Round 1 Leaderboard](https://dynabench.org/tasks/2#overall) - **Point of Contact:** [Max Bartolo](max.bartolo@ucl.ac.uk) ### Dataset Summary We have created three new Reading Comprehension datasets constructed using an adversarial model-in-the-loop. We use three different models; BiDAF (Seo et al., 2016), BERTLarge (Devlin et al., 2018), and RoBERTaLarge (Liu et al., 2019) in the annotation loop and construct three datasets; D(BiDAF), D(BERT), and D(RoBERTa), each with 10,000 training examples, 1,000 validation, and 1,000 test examples. The adversarial human annotation paradigm ensures that these datasets consist of questions that current state-of-the-art models (at least the ones used as adversaries in the annotation loop) find challenging. The three AdversarialQA round 1 datasets provide a training and evaluation resource for such methods. ### Supported Tasks and Leaderboards `extractive-qa`: The dataset can be used to train a model for Extractive Question Answering, which consists in selecting the answer to a question from a passage. Success on this task is typically measured by achieving a high word-overlap [F1 score](https://huggingface.co/metrics/f1). The [RoBERTa-Large](https://huggingface.co/roberta-large) model trained on all the data combined with [SQuAD](https://arxiv.org/abs/1606.05250) currently achieves 64.35% F1. This task has an active leaderboard and is available as round 1 of the QA task on [Dynabench](https://dynabench.org/tasks/2#overall) and ranks models based on F1 score. ### Languages The text in the dataset is in English. The associated BCP-47 code is `en`. ## Dataset Structure ### Data Instances Data is provided in the same format as SQuAD 1.1. An example is shown below: ``` { "data": [ { "title": "Oxygen", "paragraphs": [ { "context": "Among the most important classes of organic compounds that contain oxygen are (where \"R\" is an organic group): alcohols (R-OH); ethers (R-O-R); ketones (R-CO-R); aldehydes (R-CO-H); carboxylic acids (R-COOH); esters (R-COO-R); acid anhydrides (R-CO-O-CO-R); and amides (R-C(O)-NR2). There are many important organic solvents that contain oxygen, including: acetone, methanol, ethanol, isopropanol, furan, THF, diethyl ether, dioxane, ethyl acetate, DMF, DMSO, acetic acid, and formic acid. Acetone ((CH3)2CO) and phenol (C6H5OH) are used as feeder materials in the synthesis of many different substances. Other important organic compounds that contain oxygen are: glycerol, formaldehyde, glutaraldehyde, citric acid, acetic anhydride, and acetamide. Epoxides are ethers in which the oxygen atom is part of a ring of three atoms.", "qas": [ { "id": "22bbe104aa72aa9b511dd53237deb11afa14d6e3", "question": "In addition to having oxygen, what do alcohols, ethers and esters have in common, according to the article?", "answers": [ { "answer_start": 36, "text": "organic compounds" } ] }, { "id": "4240a8e708c703796347a3702cf1463eed05584a", "question": "What letter does the abbreviation for acid anhydrides both begin and end in?", "answers": [ { "answer_start": 244, "text": "R" } ] }, { "id": "0681a0a5ec852ec6920d6a30f7ef65dced493366", "question": "Which of the organic compounds, in the article, contains nitrogen?", "answers": [ { "answer_start": 262, "text": "amides" } ] }, { "id": "2990efe1a56ccf81938fa5e18104f7d3803069fb", "question": "Which of the important classes of organic compounds, in the article, has a number in its abbreviation?", "answers": [ { "answer_start": 262, "text": "amides" } ] } ] } ] } ] } ``` ### Data Fields - title: the title of the Wikipedia page from which the context is sourced - context: the context/passage - id: a string identifier for each question - answers: a list of all provided answers (one per question in our case, but multiple may exist in SQuAD) with an `answer_start` field which is the character index of the start of the answer span, and a `text` field which is the answer text. Note that no answers are provided in the test set. Indeed, this dataset is part of the DynaBench benchmark, for which you can submit your predictions on the [website](https://dynabench.org/tasks/2#1). ### Data Splits The dataset is composed of three different datasets constructed using different models in the loop: BiDAF, BERT-Large, and RoBERTa-Large. Each of these has 10,000 training examples, 1,000 validation examples, and 1,000 test examples for a total of 30,000/3,000/3,000 train/validation/test examples. ## Dataset Creation ### Curation Rationale This dataset was collected to provide a more challenging and diverse Reading Comprehension dataset to state-of-the-art models. ### Source Data #### Initial Data Collection and Normalization The source passages are from Wikipedia and are the same as those used in [SQuAD v1.1](https://arxiv.org/abs/1606.05250). #### Who are the source language producers? The source language produces are Wikipedia editors for the passages, and human annotators on Mechanical Turk for the questions. ### Annotations #### Annotation process The dataset is collected through an adversarial human annotation process which pairs a human annotator and a reading comprehension model in an interactive setting. The human is presented with a passage for which they write a question and highlight the correct answer. The model then tries to answer the question, and, if it fails to answer correctly, the human wins. Otherwise, the human modifies or re-writes their question until the successfully fool the model. #### Who are the annotators? The annotators are from Amazon Mechanical Turk, geographically restricted the the USA, UK and Canada, having previously successfully completed at least 1,000 HITs, and having a HIT approval rate greater than 98%. Crowdworkers undergo intensive training and qualification prior to annotation. ### Personal and Sensitive Information No annotator identifying details are provided. ## Considerations for Using the Data ### Social Impact of Dataset The purpose of this dataset is to help develop better question answering systems. A system that succeeds at the supported task would be able to provide an accurate extractive answer from a short passage. This dataset is to be seen as a test bed for questions which contemporary state-of-the-art models struggle to answer correctly, thus often requiring more complex comprehension abilities than say detecting phrases explicitly mentioned in the passage with high overlap to the question. It should be noted, however, that the the source passages are both domain-restricted and linguistically specific, and that provided questions and answers do not constitute any particular social application. ### Discussion of Biases The dataset may exhibit various biases in terms of the source passage selection, annotated questions and answers, as well as algorithmic biases resulting from the adversarial annotation protocol. ### Other Known Limitations N/a ## Additional Information ### Dataset Curators This dataset was initially created by Max Bartolo, Alastair Roberts, Johannes Welbl, Sebastian Riedel, and Pontus Stenetorp, during work carried out at University College London (UCL). ### Licensing Information This dataset is distributed under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/). ### Citation Information ``` @article{bartolo2020beat, author = {Bartolo, Max and Roberts, Alastair and Welbl, Johannes and Riedel, Sebastian and Stenetorp, Pontus}, title = {Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension}, journal = {Transactions of the Association for Computational Linguistics}, volume = {8}, number = {}, pages = {662-678}, year = {2020}, doi = {10.1162/tacl\_a\_00338}, URL = { https://doi.org/10.1162/tacl_a_00338 }, eprint = { https://doi.org/10.1162/tacl_a_00338 }, abstract = { Innovations in annotation methodology have been a catalyst for Reading Comprehension (RC) datasets and models. One recent trend to challenge current RC models is to involve a model in the annotation process: Humans create questions adversarially, such that the model fails to answer them correctly. In this work we investigate this annotation methodology and apply it in three different settings, collecting a total of 36,000 samples with progressively stronger models in the annotation loop. This allows us to explore questions such as the reproducibility of the adversarial effect, transfer from data collected with varying model-in-the-loop strengths, and generalization to data collected without a model. We find that training on adversarially collected samples leads to strong generalization to non-adversarially collected datasets, yet with progressive performance deterioration with increasingly stronger models-in-the-loop. Furthermore, we find that stronger models can still learn from datasets collected with substantially weaker models-in-the-loop. When trained on data collected with a BiDAF model in the loop, RoBERTa achieves 39.9F1 on questions that it cannot answer when trained on SQuAD—only marginally lower than when trained on data collected using RoBERTa itself (41.0F1). } } ``` ### Contributions Thanks to [@maxbartolo](https://github.com/maxbartolo) for adding this dataset.
UCLNLP/adversarial_qa
[ "task_categories:question-answering", "task_ids:extractive-qa", "task_ids:open-domain-qa", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-sa-4.0", "arxiv:2002.00293", "arxiv:1606.05250", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["extractive-qa", "open-domain-qa"], "paperswithcode_id": "adversarialqa", "pretty_name": "adversarialQA", "dataset_info": [{"config_name": "adversarialQA", "features": [{"name": "id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}, {"name": "metadata", "struct": [{"name": "split", "dtype": "string"}, {"name": "model_in_the_loop", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 27858686, "num_examples": 30000}, {"name": "validation", "num_bytes": 2757092, "num_examples": 3000}, {"name": "test", "num_bytes": 2919479, "num_examples": 3000}], "download_size": 5301049, "dataset_size": 33535257}, {"config_name": "dbert", "features": [{"name": "id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}, {"name": "metadata", "struct": [{"name": "split", "dtype": "string"}, {"name": "model_in_the_loop", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 9345521, "num_examples": 10000}, {"name": "validation", "num_bytes": 918156, "num_examples": 1000}, {"name": "test", "num_bytes": 971290, "num_examples": 1000}], "download_size": 2689032, "dataset_size": 11234967}, {"config_name": "dbidaf", "features": [{"name": "id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}, {"name": "metadata", "struct": [{"name": "split", "dtype": "string"}, {"name": "model_in_the_loop", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 9282482, "num_examples": 10000}, {"name": "validation", "num_bytes": 917907, "num_examples": 1000}, {"name": "test", "num_bytes": 946947, "num_examples": 1000}], "download_size": 2721341, "dataset_size": 11147336}, {"config_name": "droberta", "features": [{"name": "id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}, {"name": "metadata", "struct": [{"name": "split", "dtype": "string"}, {"name": "model_in_the_loop", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 9270683, "num_examples": 10000}, {"name": "validation", "num_bytes": 925029, "num_examples": 1000}, {"name": "test", "num_bytes": 1005242, "num_examples": 1000}], "download_size": 2815452, "dataset_size": 11200954}], "configs": [{"config_name": "adversarialQA", "data_files": [{"split": "train", "path": "adversarialQA/train-*"}, {"split": "validation", "path": "adversarialQA/validation-*"}, {"split": "test", "path": "adversarialQA/test-*"}]}, {"config_name": "dbert", "data_files": [{"split": "train", "path": "dbert/train-*"}, {"split": "validation", "path": "dbert/validation-*"}, {"split": "test", "path": "dbert/test-*"}]}, {"config_name": "dbidaf", "data_files": [{"split": "train", "path": "dbidaf/train-*"}, {"split": "validation", "path": "dbidaf/validation-*"}, {"split": "test", "path": "dbidaf/test-*"}]}, {"config_name": "droberta", "data_files": [{"split": "train", "path": "droberta/train-*"}, {"split": "validation", "path": "droberta/validation-*"}, {"split": "test", "path": "droberta/test-*"}]}], "train-eval-index": [{"config": "adversarialQA", "task": "question-answering", "task_id": "extractive_question_answering", "splits": {"train_split": "train", "eval_split": "validation"}, "col_mapping": {"question": "question", "context": "context", "answers": {"text": "text", "answer_start": "answer_start"}}, "metrics": [{"type": "squad", "name": "SQuAD"}]}]}
2023-12-21T14:20:00+00:00
[ "2002.00293", "1606.05250" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-extractive-qa #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #arxiv-2002.00293 #arxiv-1606.05250 #region-us
# Dataset Card for adversarialQA ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: adversarialQA homepage - Repository: adversarialQA repository - Paper: Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension - Leaderboard: Dynabench QA Round 1 Leaderboard - Point of Contact: Max Bartolo ### Dataset Summary We have created three new Reading Comprehension datasets constructed using an adversarial model-in-the-loop. We use three different models; BiDAF (Seo et al., 2016), BERTLarge (Devlin et al., 2018), and RoBERTaLarge (Liu et al., 2019) in the annotation loop and construct three datasets; D(BiDAF), D(BERT), and D(RoBERTa), each with 10,000 training examples, 1,000 validation, and 1,000 test examples. The adversarial human annotation paradigm ensures that these datasets consist of questions that current state-of-the-art models (at least the ones used as adversaries in the annotation loop) find challenging. The three AdversarialQA round 1 datasets provide a training and evaluation resource for such methods. ### Supported Tasks and Leaderboards 'extractive-qa': The dataset can be used to train a model for Extractive Question Answering, which consists in selecting the answer to a question from a passage. Success on this task is typically measured by achieving a high word-overlap F1 score. The RoBERTa-Large model trained on all the data combined with SQuAD currently achieves 64.35% F1. This task has an active leaderboard and is available as round 1 of the QA task on Dynabench and ranks models based on F1 score. ### Languages The text in the dataset is in English. The associated BCP-47 code is 'en'. ## Dataset Structure ### Data Instances Data is provided in the same format as SQuAD 1.1. An example is shown below: ### Data Fields - title: the title of the Wikipedia page from which the context is sourced - context: the context/passage - id: a string identifier for each question - answers: a list of all provided answers (one per question in our case, but multiple may exist in SQuAD) with an 'answer_start' field which is the character index of the start of the answer span, and a 'text' field which is the answer text. Note that no answers are provided in the test set. Indeed, this dataset is part of the DynaBench benchmark, for which you can submit your predictions on the website. ### Data Splits The dataset is composed of three different datasets constructed using different models in the loop: BiDAF, BERT-Large, and RoBERTa-Large. Each of these has 10,000 training examples, 1,000 validation examples, and 1,000 test examples for a total of 30,000/3,000/3,000 train/validation/test examples. ## Dataset Creation ### Curation Rationale This dataset was collected to provide a more challenging and diverse Reading Comprehension dataset to state-of-the-art models. ### Source Data #### Initial Data Collection and Normalization The source passages are from Wikipedia and are the same as those used in SQuAD v1.1. #### Who are the source language producers? The source language produces are Wikipedia editors for the passages, and human annotators on Mechanical Turk for the questions. ### Annotations #### Annotation process The dataset is collected through an adversarial human annotation process which pairs a human annotator and a reading comprehension model in an interactive setting. The human is presented with a passage for which they write a question and highlight the correct answer. The model then tries to answer the question, and, if it fails to answer correctly, the human wins. Otherwise, the human modifies or re-writes their question until the successfully fool the model. #### Who are the annotators? The annotators are from Amazon Mechanical Turk, geographically restricted the the USA, UK and Canada, having previously successfully completed at least 1,000 HITs, and having a HIT approval rate greater than 98%. Crowdworkers undergo intensive training and qualification prior to annotation. ### Personal and Sensitive Information No annotator identifying details are provided. ## Considerations for Using the Data ### Social Impact of Dataset The purpose of this dataset is to help develop better question answering systems. A system that succeeds at the supported task would be able to provide an accurate extractive answer from a short passage. This dataset is to be seen as a test bed for questions which contemporary state-of-the-art models struggle to answer correctly, thus often requiring more complex comprehension abilities than say detecting phrases explicitly mentioned in the passage with high overlap to the question. It should be noted, however, that the the source passages are both domain-restricted and linguistically specific, and that provided questions and answers do not constitute any particular social application. ### Discussion of Biases The dataset may exhibit various biases in terms of the source passage selection, annotated questions and answers, as well as algorithmic biases resulting from the adversarial annotation protocol. ### Other Known Limitations N/a ## Additional Information ### Dataset Curators This dataset was initially created by Max Bartolo, Alastair Roberts, Johannes Welbl, Sebastian Riedel, and Pontus Stenetorp, during work carried out at University College London (UCL). ### Licensing Information This dataset is distributed under CC BY-SA 3.0. ### Contributions Thanks to @maxbartolo for adding this dataset.
[ "# Dataset Card for adversarialQA", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: adversarialQA homepage\n- Repository: adversarialQA repository\n- Paper: Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension\n- Leaderboard: Dynabench QA Round 1 Leaderboard\n- Point of Contact: Max Bartolo", "### Dataset Summary\n\nWe have created three new Reading Comprehension datasets constructed using an adversarial model-in-the-loop.\n\nWe use three different models; BiDAF (Seo et al., 2016), BERTLarge (Devlin et al., 2018), and RoBERTaLarge (Liu et al., 2019) in the annotation loop and construct three datasets; D(BiDAF), D(BERT), and D(RoBERTa), each with 10,000 training examples, 1,000 validation, and 1,000 test examples.\n\nThe adversarial human annotation paradigm ensures that these datasets consist of questions that current state-of-the-art models (at least the ones used as adversaries in the annotation loop) find challenging. The three AdversarialQA round 1 datasets provide a training and evaluation resource for such methods.", "### Supported Tasks and Leaderboards\n\n'extractive-qa': The dataset can be used to train a model for Extractive Question Answering, which consists in selecting the answer to a question from a passage. Success on this task is typically measured by achieving a high word-overlap F1 score. The RoBERTa-Large model trained on all the data combined with SQuAD currently achieves 64.35% F1. This task has an active leaderboard and is available as round 1 of the QA task on Dynabench and ranks models based on F1 score.", "### Languages\n\nThe text in the dataset is in English. The associated BCP-47 code is 'en'.", "## Dataset Structure", "### Data Instances\n\nData is provided in the same format as SQuAD 1.1. An example is shown below:", "### Data Fields\n\n- title: the title of the Wikipedia page from which the context is sourced\n- context: the context/passage\n- id: a string identifier for each question\n- answers: a list of all provided answers (one per question in our case, but multiple may exist in SQuAD) with an 'answer_start' field which is the character index of the start of the answer span, and a 'text' field which is the answer text.\n\nNote that no answers are provided in the test set. Indeed, this dataset is part of the DynaBench benchmark, for which you can submit your predictions on the website.", "### Data Splits\n\nThe dataset is composed of three different datasets constructed using different models in the loop: BiDAF, BERT-Large, and RoBERTa-Large. Each of these has 10,000 training examples, 1,000 validation examples, and 1,000 test examples for a total of 30,000/3,000/3,000 train/validation/test examples.", "## Dataset Creation", "### Curation Rationale\n\nThis dataset was collected to provide a more challenging and diverse Reading Comprehension dataset to state-of-the-art models.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe source passages are from Wikipedia and are the same as those used in SQuAD v1.1.", "#### Who are the source language producers?\n\nThe source language produces are Wikipedia editors for the passages, and human annotators on Mechanical Turk for the questions.", "### Annotations", "#### Annotation process\n\nThe dataset is collected through an adversarial human annotation process which pairs a human annotator and a reading comprehension model in an interactive setting. The human is presented with a passage for which they write a question and highlight the correct answer. The model then tries to answer the question, and, if it fails to answer correctly, the human wins. Otherwise, the human modifies or re-writes their question until the successfully fool the model.", "#### Who are the annotators?\n\nThe annotators are from Amazon Mechanical Turk, geographically restricted the the USA, UK and Canada, having previously successfully completed at least 1,000 HITs, and having a HIT approval rate greater than 98%. Crowdworkers undergo intensive training and qualification prior to annotation.", "### Personal and Sensitive Information\n\nNo annotator identifying details are provided.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe purpose of this dataset is to help develop better question answering systems.\n\nA system that succeeds at the supported task would be able to provide an accurate extractive answer from a short passage. This dataset is to be seen as a test bed for questions which contemporary state-of-the-art models struggle to answer correctly, thus often requiring more complex comprehension abilities than say detecting phrases explicitly mentioned in the passage with high overlap to the question.\n\nIt should be noted, however, that the the source passages are both domain-restricted and linguistically specific, and that provided questions and answers do not constitute any particular social application.", "### Discussion of Biases\n\nThe dataset may exhibit various biases in terms of the source passage selection, annotated questions and answers, as well as algorithmic biases resulting from the adversarial annotation protocol.", "### Other Known Limitations\n\nN/a", "## Additional Information", "### Dataset Curators\n\nThis dataset was initially created by Max Bartolo, Alastair Roberts, Johannes Welbl, Sebastian Riedel, and Pontus Stenetorp, during work carried out at University College London (UCL).", "### Licensing Information\n\nThis dataset is distributed under CC BY-SA 3.0.", "### Contributions\n\nThanks to @maxbartolo for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-extractive-qa #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #arxiv-2002.00293 #arxiv-1606.05250 #region-us \n", "# Dataset Card for adversarialQA", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: adversarialQA homepage\n- Repository: adversarialQA repository\n- Paper: Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension\n- Leaderboard: Dynabench QA Round 1 Leaderboard\n- Point of Contact: Max Bartolo", "### Dataset Summary\n\nWe have created three new Reading Comprehension datasets constructed using an adversarial model-in-the-loop.\n\nWe use three different models; BiDAF (Seo et al., 2016), BERTLarge (Devlin et al., 2018), and RoBERTaLarge (Liu et al., 2019) in the annotation loop and construct three datasets; D(BiDAF), D(BERT), and D(RoBERTa), each with 10,000 training examples, 1,000 validation, and 1,000 test examples.\n\nThe adversarial human annotation paradigm ensures that these datasets consist of questions that current state-of-the-art models (at least the ones used as adversaries in the annotation loop) find challenging. The three AdversarialQA round 1 datasets provide a training and evaluation resource for such methods.", "### Supported Tasks and Leaderboards\n\n'extractive-qa': The dataset can be used to train a model for Extractive Question Answering, which consists in selecting the answer to a question from a passage. Success on this task is typically measured by achieving a high word-overlap F1 score. The RoBERTa-Large model trained on all the data combined with SQuAD currently achieves 64.35% F1. This task has an active leaderboard and is available as round 1 of the QA task on Dynabench and ranks models based on F1 score.", "### Languages\n\nThe text in the dataset is in English. The associated BCP-47 code is 'en'.", "## Dataset Structure", "### Data Instances\n\nData is provided in the same format as SQuAD 1.1. An example is shown below:", "### Data Fields\n\n- title: the title of the Wikipedia page from which the context is sourced\n- context: the context/passage\n- id: a string identifier for each question\n- answers: a list of all provided answers (one per question in our case, but multiple may exist in SQuAD) with an 'answer_start' field which is the character index of the start of the answer span, and a 'text' field which is the answer text.\n\nNote that no answers are provided in the test set. Indeed, this dataset is part of the DynaBench benchmark, for which you can submit your predictions on the website.", "### Data Splits\n\nThe dataset is composed of three different datasets constructed using different models in the loop: BiDAF, BERT-Large, and RoBERTa-Large. Each of these has 10,000 training examples, 1,000 validation examples, and 1,000 test examples for a total of 30,000/3,000/3,000 train/validation/test examples.", "## Dataset Creation", "### Curation Rationale\n\nThis dataset was collected to provide a more challenging and diverse Reading Comprehension dataset to state-of-the-art models.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe source passages are from Wikipedia and are the same as those used in SQuAD v1.1.", "#### Who are the source language producers?\n\nThe source language produces are Wikipedia editors for the passages, and human annotators on Mechanical Turk for the questions.", "### Annotations", "#### Annotation process\n\nThe dataset is collected through an adversarial human annotation process which pairs a human annotator and a reading comprehension model in an interactive setting. The human is presented with a passage for which they write a question and highlight the correct answer. The model then tries to answer the question, and, if it fails to answer correctly, the human wins. Otherwise, the human modifies or re-writes their question until the successfully fool the model.", "#### Who are the annotators?\n\nThe annotators are from Amazon Mechanical Turk, geographically restricted the the USA, UK and Canada, having previously successfully completed at least 1,000 HITs, and having a HIT approval rate greater than 98%. Crowdworkers undergo intensive training and qualification prior to annotation.", "### Personal and Sensitive Information\n\nNo annotator identifying details are provided.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe purpose of this dataset is to help develop better question answering systems.\n\nA system that succeeds at the supported task would be able to provide an accurate extractive answer from a short passage. This dataset is to be seen as a test bed for questions which contemporary state-of-the-art models struggle to answer correctly, thus often requiring more complex comprehension abilities than say detecting phrases explicitly mentioned in the passage with high overlap to the question.\n\nIt should be noted, however, that the the source passages are both domain-restricted and linguistically specific, and that provided questions and answers do not constitute any particular social application.", "### Discussion of Biases\n\nThe dataset may exhibit various biases in terms of the source passage selection, annotated questions and answers, as well as algorithmic biases resulting from the adversarial annotation protocol.", "### Other Known Limitations\n\nN/a", "## Additional Information", "### Dataset Curators\n\nThis dataset was initially created by Max Bartolo, Alastair Roberts, Johannes Welbl, Sebastian Riedel, and Pontus Stenetorp, during work carried out at University College London (UCL).", "### Licensing Information\n\nThis dataset is distributed under CC BY-SA 3.0.", "### Contributions\n\nThanks to @maxbartolo for adding this dataset." ]
[ 121, 8, 120, 64, 191, 134, 25, 6, 24, 141, 84, 5, 36, 4, 31, 37, 5, 107, 73, 18, 8, 154, 52, 10, 5, 50, 19, 17 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-extractive-qa #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #arxiv-2002.00293 #arxiv-1606.05250 #region-us \n# Dataset Card for adversarialQA## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: adversarialQA homepage\n- Repository: adversarialQA repository\n- Paper: Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension\n- Leaderboard: Dynabench QA Round 1 Leaderboard\n- Point of Contact: Max Bartolo### Dataset Summary\n\nWe have created three new Reading Comprehension datasets constructed using an adversarial model-in-the-loop.\n\nWe use three different models; BiDAF (Seo et al., 2016), BERTLarge (Devlin et al., 2018), and RoBERTaLarge (Liu et al., 2019) in the annotation loop and construct three datasets; D(BiDAF), D(BERT), and D(RoBERTa), each with 10,000 training examples, 1,000 validation, and 1,000 test examples.\n\nThe adversarial human annotation paradigm ensures that these datasets consist of questions that current state-of-the-art models (at least the ones used as adversaries in the annotation loop) find challenging. The three AdversarialQA round 1 datasets provide a training and evaluation resource for such methods.", "passage: ### Supported Tasks and Leaderboards\n\n'extractive-qa': The dataset can be used to train a model for Extractive Question Answering, which consists in selecting the answer to a question from a passage. Success on this task is typically measured by achieving a high word-overlap F1 score. The RoBERTa-Large model trained on all the data combined with SQuAD currently achieves 64.35% F1. This task has an active leaderboard and is available as round 1 of the QA task on Dynabench and ranks models based on F1 score.### Languages\n\nThe text in the dataset is in English. The associated BCP-47 code is 'en'.## Dataset Structure### Data Instances\n\nData is provided in the same format as SQuAD 1.1. An example is shown below:### Data Fields\n\n- title: the title of the Wikipedia page from which the context is sourced\n- context: the context/passage\n- id: a string identifier for each question\n- answers: a list of all provided answers (one per question in our case, but multiple may exist in SQuAD) with an 'answer_start' field which is the character index of the start of the answer span, and a 'text' field which is the answer text.\n\nNote that no answers are provided in the test set. Indeed, this dataset is part of the DynaBench benchmark, for which you can submit your predictions on the website.### Data Splits\n\nThe dataset is composed of three different datasets constructed using different models in the loop: BiDAF, BERT-Large, and RoBERTa-Large. Each of these has 10,000 training examples, 1,000 validation examples, and 1,000 test examples for a total of 30,000/3,000/3,000 train/validation/test examples.## Dataset Creation### Curation Rationale\n\nThis dataset was collected to provide a more challenging and diverse Reading Comprehension dataset to state-of-the-art models.### Source Data#### Initial Data Collection and Normalization\n\nThe source passages are from Wikipedia and are the same as those used in SQuAD v1.1.#### Who are the source language producers?\n\nThe source language produces are Wikipedia editors for the passages, and human annotators on Mechanical Turk for the questions.### Annotations#### Annotation process\n\nThe dataset is collected through an adversarial human annotation process which pairs a human annotator and a reading comprehension model in an interactive setting. The human is presented with a passage for which they write a question and highlight the correct answer. The model then tries to answer the question, and, if it fails to answer correctly, the human wins. Otherwise, the human modifies or re-writes their question until the successfully fool the model." ]
[ -0.05630020797252655, 0.19685325026512146, -0.006371346302330494, 0.03517504036426544, 0.04052634537220001, 0.009618441574275494, 0.06055770814418793, 0.08151401579380035, 0.03243812173604965, 0.11856482177972794, -0.010841995477676392, -0.008391423150897026, 0.10073594748973846, 0.10288513451814651, 0.012146544642746449, -0.13071994483470917, 0.05495709180831909, -0.05239538848400116, 0.05729576200246811, 0.09024684876203537, 0.10556032508611679, -0.06113133952021599, 0.031154662370681763, -0.029739225283265114, 0.01017989031970501, 0.007833891548216343, -0.04838322103023529, -0.03419020026922226, 0.08940714597702026, 0.03101332113146782, 0.09698519110679626, 0.013526794500648975, 0.044793400913476944, -0.2527649700641632, 0.025098729878664017, 0.08201386034488678, 0.03762325644493103, 0.025311872363090515, 0.07041185349225998, -0.004951608367264271, 0.03973281756043434, -0.06448249518871307, 0.11558616161346436, 0.04863298684358597, -0.10678134858608246, -0.12485989928245544, -0.10829806327819824, 0.024184666574001312, 0.07566436380147934, 0.061314791440963745, -0.03922555223107338, 0.06204915791749954, -0.01404210552573204, 0.0343388170003891, 0.06895513832569122, -0.1280091255903244, -0.041709162294864655, 0.009101364761590958, 0.009223145432770252, 0.0682130828499794, -0.09196947515010834, -0.02633179910480976, -0.016794083639979362, 0.040621623396873474, -0.011066056787967682, -0.019034819677472115, 0.03447199612855911, -0.015752656385302544, -0.11691027879714966, -0.04603184759616852, 0.09625406563282013, -0.014685467816889286, -0.08209167420864105, -0.16225454211235046, -0.014902852475643158, 0.09771380573511124, -0.017380744218826294, -0.030303336679935455, -0.0003269402077421546, 0.0019529936835169792, 0.0708235502243042, -0.04179200530052185, -0.0847943127155304, -0.02470506727695465, -0.03309943526983261, 0.06106670945882797, 0.04124094173312187, 0.021323367953300476, 0.009880824014544487, 0.07296457886695862, -0.011156082153320312, -0.07767441868782043, -0.054779183119535446, -0.07214692234992981, -0.16100141406059265, -0.025007037445902824, -0.015451568178832531, -0.10911984741687775, 0.05056947469711304, 0.18009820580482483, -0.07032918930053711, 0.0596432238817215, -0.09124718606472015, -0.037778355181217194, 0.06268148124217987, 0.14280486106872559, -0.03153209015727043, -0.08086174726486206, -0.005004418082535267, 0.05387182533740997, -0.02063647285103798, -0.02928602695465088, 0.02024872973561287, 0.010007433593273163, 0.009043914265930653, 0.09289747476577759, 0.07433272153139114, 0.029147859662771225, -0.0719340518116951, -0.01715736649930477, 0.08158411830663681, -0.14852049946784973, 0.005919860675930977, 0.04947039484977722, 0.006484569050371647, -0.007588089909404516, -0.010018255561590195, -0.012306862510740757, -0.08749919384717941, 0.038668133318424225, -0.029462531208992004, -0.03805217519402504, -0.06210814416408539, -0.07221762835979462, 0.044660963118076324, -0.03779969736933708, -0.07111681252717972, -0.027875065803527832, -0.08614977449178696, -0.07369641959667206, 0.005800720304250717, -0.06745138764381409, -0.016155816614627838, -0.00990595668554306, 0.029112838208675385, -0.0026304186321794987, 0.03159467503428459, 0.0259011872112751, -0.02973986603319645, 0.035857848823070526, -0.015745587646961212, 0.024075379595160484, 0.06406230479478836, 0.012142245657742023, -0.07839962840080261, 0.060820214450359344, -0.09209923446178436, 0.12626639008522034, -0.11759138107299805, -0.056587472558021545, -0.10385537147521973, 0.02758394181728363, 0.01285523921251297, 0.033324554562568665, 0.005409673787653446, 0.10272541642189026, -0.19570443034172058, 0.002377021126449108, 0.12919697165489197, -0.12360687553882599, -0.03792646527290344, 0.08363865315914154, -0.05242285877466202, 0.031126363202929497, 0.07033415138721466, 0.08500443398952484, 0.052185140550136566, -0.08451133221387863, -0.07067281752824783, -0.048137493431568146, 0.04899445176124573, 0.1929689198732376, 0.06352084875106812, -0.090395987033844, 0.0565166249871254, 0.02723981812596321, -0.052242908626794815, -0.057902611792087555, 0.019803892821073532, -0.05299006402492523, 0.006325455382466316, -0.02481134794652462, -0.0034798160195350647, -0.023002073168754578, -0.06816522777080536, -0.015184445306658745, -0.08926654607057571, -0.09701891988515854, 0.060262903571128845, -0.02090960554778576, 0.011820380575954914, -0.09763839840888977, 0.00924915075302124, -0.04596654698252678, 0.014498457312583923, -0.17826983332633972, -0.12283960729837418, 0.06955070793628693, -0.10585415363311768, 0.07647599279880524, 0.0010570921003818512, 0.0115815419703722, -0.005800748243927956, -0.04475443810224533, 0.015202576294541359, -0.04655168950557709, 0.002096253214403987, -0.027545535936951637, -0.12772829830646515, -0.037252720445394516, -0.06975330412387848, 0.11121775954961777, -0.10593993961811066, -0.006563050672411919, 0.09202652424573898, 0.10879155993461609, 0.050919752568006516, -0.07597723603248596, 0.042705848813056946, 0.03822264075279236, 0.011685055680572987, -0.030211515724658966, -0.017470134422183037, -0.01640879362821579, -0.03917799890041351, 0.06355465203523636, -0.13418912887573242, -0.13629108667373657, 0.01549940649420023, 0.0903318002820015, -0.08331628143787384, -0.0373866930603981, -0.03066614456474781, -0.03270837664604187, -0.08680319786071777, -0.06911585479974747, 0.14290529489517212, 0.08596502244472504, 0.028836550191044807, -0.06247132644057274, -0.050874218344688416, -0.04632918909192085, 0.04404761642217636, -0.04100014269351959, 0.07037272304296494, 0.04563775658607483, -0.10379961133003235, 0.0603148452937603, 0.008287913165986538, 0.05311581492424011, 0.10714249312877655, -0.05203152447938919, -0.11670789122581482, 0.005415184423327446, 0.010161245241761208, 0.003923104144632816, 0.09304694086313248, -0.022080257534980774, 0.04991522803902626, 0.05438176542520523, 0.011282335966825485, 0.01575220748782158, -0.05314524471759796, 0.03774658590555191, 0.02009878307580948, -0.02439570613205433, -0.043757468461990356, -0.026051538065075874, 0.06205432116985321, 0.09910523146390915, 0.01664130389690399, 0.08870731294155121, -0.038998767733573914, -0.07001923769712448, -0.09405556321144104, 0.13093335926532745, -0.10042832791805267, -0.21788087487220764, -0.11083984375, -0.003794843563809991, -0.027040692046284676, -0.015951409935951233, 0.002419633325189352, -0.04885299131274223, -0.07424866408109665, -0.08686384558677673, 0.06116492301225662, 0.048449043184518814, -0.09783284366130829, 0.02685890905559063, 0.006076274439692497, 0.02957521378993988, -0.14115765690803528, 0.028189871460199356, 0.03357011452317238, -0.05764325335621834, -0.008335755206644535, 0.023366693407297134, 0.09277981519699097, 0.08659697324037552, 0.07516267895698547, -0.0444096177816391, -0.027275560423731804, 0.2326614409685135, -0.12813103199005127, 0.11370120942592621, 0.06356576085090637, -0.07995054125785828, 0.05344093218445778, 0.1524389088153839, 0.010198562406003475, -0.05513909459114075, 0.019864577800035477, 0.09240828454494476, -0.03242434933781624, -0.24242618680000305, -0.04446631669998169, -0.029420219361782074, -0.04008609801530838, 0.05524319410324097, 0.0424877293407917, -0.022136159241199493, 0.0058070882223546505, -0.09586167335510254, -0.01717354543507099, 0.08657480776309967, 0.04884304106235504, 0.09278972446918488, 0.000661670695990324, 0.05710071697831154, -0.05845656245946884, -0.0008410662412643433, 0.07014385610818863, 0.08075685799121857, 0.16909357905387878, -0.03649165853857994, 0.16697221994400024, 0.03953004628419876, 0.028146516531705856, -0.002016614191234112, 0.04548623785376549, -0.027608554810285568, 0.06031251698732376, -0.0194949172437191, -0.060634396970272064, -0.024302862584590912, 0.06711503863334656, 0.05490056052803993, -0.0771060436964035, 0.044832345098257065, -0.04243803769350052, 0.038501281291246414, 0.1845274567604065, 0.04303212836384773, -0.03229004144668579, -0.04363168403506279, 0.046201758086681366, -0.08762766420841217, -0.0963655412197113, 0.028541071340441704, 0.06760333478450775, -0.12489484995603561, 0.06815474480390549, -0.02227059006690979, 0.09436789155006409, -0.09032014012336731, -0.008363611064851284, -0.007017097435891628, 0.03929779306054115, -0.022457802668213844, 0.06146728992462158, -0.22145912051200867, 0.09057318419218063, 0.012312588281929493, 0.05598381906747818, -0.06602343916893005, 0.05346385017037392, -0.009394848719239235, -0.03271843492984772, 0.10299955308437347, -0.00005161017179489136, -0.09734028577804565, -0.04932545870542526, -0.07991072535514832, 0.04968897998332977, 0.06028946116566658, -0.09053090214729309, 0.11423145234584808, -0.009684297256171703, 0.00899617187678814, -0.041798703372478485, 0.008268583565950394, -0.08645389974117279, -0.2449761927127838, 0.0696425661444664, -0.0633229911327362, 0.03755888715386391, -0.07795760035514832, -0.012439844198524952, 0.014244371093809605, 0.04313424229621887, -0.1335216760635376, -0.09124957025051117, -0.118064284324646, -0.03161782771348953, 0.16071650385856628, -0.039420053362846375, 0.013099906966090202, -0.024264326319098473, 0.1521032750606537, -0.04359599947929382, -0.030483342707157135, 0.015879284590482712, -0.02757001295685768, -0.20781266689300537, -0.04798087850213051, 0.1326826810836792, 0.0654209777712822, 0.04904544726014137, 0.018323780968785286, 0.0556320995092392, 0.04220520704984665, -0.08223775029182434, 0.05126242712140083, 0.05624697357416153, -0.00025150831788778305, 0.08692856878042221, -0.0329098254442215, -0.05132869631052017, -0.12973113358020782, -0.05422905087471008, 0.0737295001745224, 0.17066311836242676, -0.031754519790410995, 0.14320993423461914, 0.13495413959026337, -0.12374242395162582, -0.1769692599773407, -0.03907949477434158, 0.04347023367881775, -0.019051942974328995, 0.05612529441714287, -0.2150755524635315, 0.013123879209160805, 0.053797751665115356, -0.01672879420220852, 0.013140944764018059, -0.17272904515266418, -0.1053672507405281, 0.03731418773531914, 0.017663152888417244, -0.09449608623981476, -0.1301312893629074, -0.0432206466794014, -0.00892582070082426, -0.13502880930900574, 0.08244753628969193, 0.048125624656677246, 0.027471931651234627, -0.011550835333764553, 0.026457207277417183, 0.048641033470630646, -0.03554829955101013, 0.12357790768146515, -0.015276683494448662, 0.04516556113958359, -0.0510777086019516, 0.033755384385585785, 0.028521660715341568, -0.012044758535921574, 0.08143533766269684, 0.016550203785300255, 0.028041290119290352, -0.10929141938686371, -0.05454946681857109, -0.0657045766711235, -0.006824160926043987, -0.09361971914768219, -0.04220673441886902, -0.03174437955021858, 0.07242828607559204, 0.06863560527563095, -0.035056039690971375, 0.02639618329703808, -0.06999185681343079, 0.09767342358827591, 0.11010438203811646, 0.1297532021999359, 0.08167551457881927, -0.07600921392440796, -0.0071159545332193375, -0.0033506620675325394, 0.021482329815626144, -0.041006796061992645, 0.0691433995962143, 0.08985293656587601, 0.013404211960732937, 0.12278307974338531, -0.030487176030874252, -0.17662101984024048, 0.013430563732981682, 0.025796040892601013, -0.06558602303266525, -0.21803376078605652, 0.026521094143390656, 0.04518583416938782, -0.13527879118919373, -0.07071612775325775, 0.11375391483306885, 0.029029829427599907, -0.060530103743076324, 0.00889557134360075, 0.09714823961257935, 0.05807909369468689, 0.09880338609218597, 0.028654996305704117, 0.05380606651306152, -0.06252633035182953, 0.07936925441026688, 0.12835995852947235, -0.07429273426532745, 0.041176117956638336, 0.09158669412136078, -0.04074745625257492, -0.036265067756175995, -0.0014476999640464783, 0.05770839750766754, 0.045174889266490936, -0.02974838577210903, 0.0069586290046572685, -0.11556551605463028, 0.04489590600132942, 0.12878234684467316, -0.024897372350096703, 0.06610876321792603, 0.019143734127283096, -0.027876339852809906, -0.04830353707075119, 0.11691132187843323, -0.0077471137046813965, 0.040880344808101654, -0.017728500068187714, -0.0125966165214777, -0.028024040162563324, -0.03915224224328995, 0.010682620108127594, -0.048262350261211395, -0.09030155837535858, -0.0001516244374215603, -0.23525647819042206, 0.024472495540976524, -0.057645536959171295, 0.013881171122193336, 0.005355393514037132, -0.033422693610191345, 0.03255170211195946, 0.011238732375204563, -0.04581816494464874, -0.03349154070019722, -0.024617981165647507, 0.07891623675823212, -0.15437491238117218, 0.0217241570353508, 0.08802396059036255, -0.08081571012735367, 0.10297094285488129, -0.02290232479572296, -0.04759424552321434, 0.04576066881418228, -0.09985228627920151, 0.03399015963077545, -0.05938354879617691, 0.05648941174149513, -0.015483890660107136, -0.10984092950820923, 0.0028455452993512154, -0.007082778960466385, -0.07152602821588516, 0.02502841129899025, 0.06718362867832184, -0.07792527973651886, 0.04997731000185013, 0.04969733953475952, -0.055777885019779205, -0.02544369362294674, 0.03477964177727699, 0.0852997750043869, 0.01638062298297882, 0.1120612621307373, -0.04662969335913658, 0.07759237289428711, -0.1218046247959137, -0.032083600759506226, 0.023051118478178978, 0.05250464379787445, 0.05068044364452362, -0.03621843084692955, 0.05456202104687691, -0.009860378690063953, 0.17780224978923798, -0.07792719453573227, 0.04328259453177452, 0.056608133018016815, -0.02774157002568245, -0.03796249255537987, 0.04786459729075432, -0.02709474042057991, -0.005109492689371109, -0.02465010993182659, 0.009199392050504684, -0.08080939948558807, -0.07255696505308151, 0.017491953447461128, 0.0802692323923111, 0.12223903089761734, 0.18474027514457703, -0.02510889247059822, 0.06617110222578049, -0.04409034550189972, 0.0019537881016731262, 0.052441973239183426, -0.04405009746551514, -0.0020000720396637917, -0.0685688704252243, 0.0936841294169426, 0.06113455817103386, -0.12863636016845703, 0.12906670570373535, -0.0818333774805069, -0.05268484354019165, -0.051812268793582916, -0.16173213720321655, -0.045652229338884354, 0.022218206897377968, 0.007310240529477596, -0.10288297384977341, 0.060354895889759064, 0.08150321245193481, 0.0056393807753920555, -0.02249211259186268, 0.0856008231639862, -0.028348010033369064, -0.06324966251850128, 0.06046571582555771, 0.035308077931404114, 0.0473841056227684, 0.09828720986843109, 0.07591463625431061, 0.03247207775712013, 0.0802667886018753, 0.07781478017568588, 0.07899930328130722, -0.01733222045004368, -0.01779281161725521, -0.051886171102523804, -0.05548819154500961, 0.03536612540483475, -0.040420714765787125, -0.020607516169548035, 0.20304343104362488, 0.03409029543399811, 0.015467389486730099, 0.0141737200319767, 0.2253297120332718, -0.011815967038273811, -0.10721203684806824, -0.19149306416511536, 0.04929113760590553, -0.021432748064398766, 0.003215672681108117, 0.04615796357393265, -0.11820539087057114, 0.024002274498343468, 0.10126300901174545, 0.09898176789283752, -0.024135032668709755, 0.024648455902934074, 0.00780070386826992, 0.01806793361902237, -0.0013362984172999859, 0.05768275633454323, 0.013947556726634502, 0.21204854547977448, -0.04646173119544983, 0.06190953776240349, 0.0021341638639569283, -0.01927756890654564, -0.04270072281360626, 0.1541319042444229, -0.05004952847957611, -0.0028293102513998747, -0.10351136326789856, 0.07950888574123383, -0.039773255586624146, -0.314049631357193, -0.028757810592651367, -0.07135692238807678, -0.13533209264278412, -0.02367308735847473, 0.006357062608003616, -0.015310863964259624, -0.005517620127648115, 0.0694778636097908, -0.015218116343021393, 0.18054376542568207, 0.01658066362142563, 0.03377702087163925, -0.04328435659408569, 0.12991958856582642, -0.044530753046274185, 0.16298481822013855, 0.04534912109375, 0.06893505156040192, 0.07679732143878937, 0.00011120922863483429, -0.0908636599779129, 0.06953872740268707, 0.06773924827575684, -0.009418150410056114, -0.00961154606193304, 0.17728328704833984, 0.023619281128048897, 0.14185935258865356, 0.09980478137731552, -0.00005793944001197815, 0.06875480711460114, -0.008276363834738731, -0.04782301187515259, -0.07974044978618622, 0.0864354819059372, -0.100504070520401, 0.10974143445491791, 0.14188435673713684, -0.02237813174724579, 0.028344810009002686, -0.03021911159157753, 0.011585268191993237, -0.05039678514003754, 0.1300922930240631, -0.03524581715464592, -0.12465601414442062, 0.021661074832081795, -0.022407665848731995, 0.07601197808980942, -0.16845378279685974, -0.04715587943792343, 0.05155903473496437, -0.01860266551375389, -0.00020203180611133575, 0.11017182469367981, 0.0793614387512207, 0.020417962223291397, -0.04553968459367752, -0.10043749213218689, 0.038323819637298584, 0.09116019308567047, -0.0741925835609436, 0.0009633339941501617 ]
2305f2e63b68056f9b9037a3805c8c196e0d5581
# Dataset Card for "aeslc" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** - **Repository:** https://github.com/ryanzhumich/AESLC - **Paper:** [This Email Could Save Your Life: Introducing the Task of Email Subject Line Generation](https://arxiv.org/abs/1906.03497) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 11.64 MB - **Size of the generated dataset:** 14.95 MB - **Total amount of disk used:** 26.59 MB ### Dataset Summary A collection of email messages of employees in the Enron Corporation. There are two features: - email_body: email body text. - subject_line: email subject text. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages Monolingual English (mainly en-US) with some exceptions. ## Dataset Structure ### Data Instances #### default - **Size of downloaded dataset files:** 11.64 MB - **Size of the generated dataset:** 14.95 MB - **Total amount of disk used:** 26.59 MB An example of 'train' looks as follows. ``` { "email_body": "B/C\n<<some doc>>\n", "subject_line": "Service Agreement" } ``` ### Data Fields The data fields are the same among all splits. #### default - `email_body`: a `string` feature. - `subject_line`: a `string` feature. ### Data Splits | name |train|validation|test| |-------|----:|---------:|---:| |default|14436| 1960|1906| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @inproceedings{zhang-tetreault-2019-email, title = "This Email Could Save Your Life: Introducing the Task of Email Subject Line Generation", author = "Zhang, Rui and Tetreault, Joel", booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics", month = jul, year = "2019", address = "Florence, Italy", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/P19-1043", doi = "10.18653/v1/P19-1043", pages = "446--456", } ``` ### Contributions Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun) for adding this dataset.
aeslc
[ "task_categories:summarization", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:unknown", "aspect-based-summarization", "conversations-summarization", "multi-document-summarization", "email-headline-generation", "arxiv:1906.03497", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["summarization"], "task_ids": [], "paperswithcode_id": "aeslc", "pretty_name": "AESLC: Annotated Enron Subject Line Corpus", "tags": ["aspect-based-summarization", "conversations-summarization", "multi-document-summarization", "email-headline-generation"], "dataset_info": {"features": [{"name": "email_body", "dtype": "string"}, {"name": "subject_line", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 11897245, "num_examples": 14436}, {"name": "validation", "num_bytes": 1659987, "num_examples": 1960}, {"name": "test", "num_bytes": 1383452, "num_examples": 1906}], "download_size": 7948020, "dataset_size": 14940684}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-09T11:49:13+00:00
[ "1906.03497" ]
[ "en" ]
TAGS #task_categories-summarization #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #aspect-based-summarization #conversations-summarization #multi-document-summarization #email-headline-generation #arxiv-1906.03497 #region-us
Dataset Card for "aeslc" ======================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: * Repository: URL * Paper: This Email Could Save Your Life: Introducing the Task of Email Subject Line Generation * Point of Contact: * Size of downloaded dataset files: 11.64 MB * Size of the generated dataset: 14.95 MB * Total amount of disk used: 26.59 MB ### Dataset Summary A collection of email messages of employees in the Enron Corporation. There are two features: * email\_body: email body text. * subject\_line: email subject text. ### Supported Tasks and Leaderboards ### Languages Monolingual English (mainly en-US) with some exceptions. Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 11.64 MB * Size of the generated dataset: 14.95 MB * Total amount of disk used: 26.59 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'email\_body': a 'string' feature. * 'subject\_line': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @patrickvonplaten, @thomwolf, @lewtun for adding this dataset.
[ "### Dataset Summary\n\n\nA collection of email messages of employees in the Enron Corporation.\n\n\nThere are two features:\n\n\n* email\\_body: email body text.\n* subject\\_line: email subject text.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nMonolingual English (mainly en-US) with some exceptions.\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 11.64 MB\n* Size of the generated dataset: 14.95 MB\n* Total amount of disk used: 26.59 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'email\\_body': a 'string' feature.\n* 'subject\\_line': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @patrickvonplaten, @thomwolf, @lewtun for adding this dataset." ]
[ "TAGS\n#task_categories-summarization #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #aspect-based-summarization #conversations-summarization #multi-document-summarization #email-headline-generation #arxiv-1906.03497 #region-us \n", "### Dataset Summary\n\n\nA collection of email messages of employees in the Enron Corporation.\n\n\nThere are two features:\n\n\n* email\\_body: email body text.\n* subject\\_line: email subject text.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nMonolingual English (mainly en-US) with some exceptions.\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 11.64 MB\n* Size of the generated dataset: 14.95 MB\n* Total amount of disk used: 26.59 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'email\\_body': a 'string' feature.\n* 'subject\\_line': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @patrickvonplaten, @thomwolf, @lewtun for adding this dataset." ]
[ 116, 44, 10, 27, 6, 49, 17, 32, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 28 ]
[ "passage: TAGS\n#task_categories-summarization #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #aspect-based-summarization #conversations-summarization #multi-document-summarization #email-headline-generation #arxiv-1906.03497 #region-us \n### Dataset Summary\n\n\nA collection of email messages of employees in the Enron Corporation.\n\n\nThere are two features:\n\n\n* email\\_body: email body text.\n* subject\\_line: email subject text.### Supported Tasks and Leaderboards### Languages\n\n\nMonolingual English (mainly en-US) with some exceptions.\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 11.64 MB\n* Size of the generated dataset: 14.95 MB\n* Total amount of disk used: 26.59 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### default\n\n\n* 'email\\_body': a 'string' feature.\n* 'subject\\_line': a 'string' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators### Licensing Information### Contributions\n\n\nThanks to @patrickvonplaten, @thomwolf, @lewtun for adding this dataset." ]
[ -0.029901545494794846, 0.23830586671829224, -0.005871639586985111, 0.04570554569363594, 0.07980197668075562, 0.02176634408533573, 0.08672069013118744, 0.1049494668841362, -0.04988327994942665, 0.17163383960723877, 0.04765167459845543, 0.01201436948031187, 0.10775231570005417, 0.17226573824882507, -0.010894332081079483, -0.2192162126302719, 0.011028758250176907, -0.09845507144927979, -0.061503127217292786, 0.09270159155130386, 0.1243402287364006, -0.08119351416826248, 0.08188404142856598, -0.10885454714298248, -0.06258969753980637, 0.020824454724788666, -0.07319152355194092, 0.004844771698117256, 0.012159843929111958, 0.07526711374521255, 0.00848871935158968, 0.003957777284085751, 0.06220797821879387, -0.277404248714447, 0.009016991592943668, 0.04473443329334259, -0.0003225351683795452, 0.0488419309258461, 0.1101832166314125, -0.055156160145998, 0.14652538299560547, -0.18163731694221497, 0.045326828956604004, 0.03646962344646454, -0.09441832453012466, -0.08715079724788666, -0.1496925950050354, 0.06563319265842438, 0.12370152026414871, 0.06297529488801956, -0.051127105951309204, 0.0076773641631007195, -0.04800364375114441, 0.08633895963430405, 0.12271133810281754, -0.072655588388443, -0.06123824045062065, 0.015407734550535679, 0.02933683432638645, 0.08478540182113647, -0.08862565457820892, -0.021651456132531166, 0.011442623101174831, 0.034340839833021164, 0.032412897795438766, -0.01124994084239006, -0.05807057023048401, 0.05336325243115425, -0.13240385055541992, -0.08462732285261154, 0.19254477322101593, 0.07404807955026627, -0.00013705693709198385, -0.1542636752128601, 0.0005735006416216493, -0.050807856023311615, -0.02114250883460045, 0.015670735388994217, 0.010753065347671509, -0.03712375462055206, -0.020816277712583542, -0.03021429479122162, -0.06630706787109375, -0.019621845334768295, -0.010217770002782345, -0.026083074510097504, 0.006781081669032574, -0.0005973779479973018, 0.027766868472099304, 0.03379245102405548, -0.010433708317577839, -0.14582179486751556, 0.0011785079259425402, -0.006558584980666637, -0.08099577575922012, -0.013501920737326145, 0.03209371119737625, -0.05891894921660423, 0.112242691218853, 0.0843452736735344, -0.06871037930250168, 0.03045756369829178, -0.04832380264997482, -0.01258621085435152, 0.09917806833982468, 0.09897986799478531, -0.09374205023050308, -0.14263547956943512, -0.034680645912885666, 0.025137046352028847, 0.012911451049149036, -0.013828263618052006, -0.04623636603355408, 0.08807829767465591, 0.08842556178569794, 0.1065547913312912, 0.13689865171909332, 0.014051010832190514, -0.051146250218153, -0.03155398368835449, 0.1079150140285492, -0.16086901724338531, 0.06277625262737274, 0.039932094514369965, -0.037062615156173706, -0.03658299893140793, -0.015787795186042786, 0.007561539299786091, -0.0880662202835083, 0.08541880548000336, -0.061321672052145004, -0.021024402230978012, -0.0705711618065834, -0.09710415452718735, 0.08998700976371765, -0.04085904732346535, -0.04886463284492493, -0.0016756055410951376, -0.134665846824646, -0.07686378061771393, 0.025097690522670746, -0.11762279272079468, -0.07067631930112839, -0.03911670669913292, -0.05810003727674484, 0.02623685821890831, -0.00951800961047411, 0.11995924264192581, -0.054334674030542374, 0.05377628654241562, -0.043008167296648026, 0.018190952017903328, 0.05947502329945564, 0.04351935535669327, -0.07023756951093674, 0.07888016849756241, -0.06922024488449097, 0.1201324611902237, -0.11214642226696014, 0.046367716044187546, -0.1452561616897583, -0.05181170254945755, 0.013790562748908997, -0.018826991319656372, 0.01012290921062231, 0.1673673838376999, -0.21056105196475983, -0.041943930089473724, 0.08196841180324554, -0.0522836409509182, -0.0912790596485138, 0.06573472917079926, -0.026864653453230858, -0.008123542182147503, 0.03221646696329117, 0.1380545198917389, -0.004432046785950661, -0.03094497136771679, -0.08241616189479828, -0.05790496990084648, 0.056649062782526016, 0.17503446340560913, 0.11373858153820038, -0.08422330766916275, 0.16295011341571808, 0.00982207152992487, 0.030134005472064018, -0.038928426802158356, -0.04936718940734863, -0.07389219850301743, 0.0076535423286259174, -0.04865849390625954, -0.04250798746943474, 0.00841969158500433, -0.054510656744241714, -0.032567717134952545, -0.0729907751083374, 0.011160604655742645, 0.017229489982128143, -0.02005685865879059, 0.017138637602329254, -0.020695721730589867, 0.00013629731256514788, -0.014021324925124645, 0.015198113396763802, -0.1629868894815445, -0.13275682926177979, 0.03039724752306938, 0.020090721547603607, 0.10842778533697128, -0.07042811810970306, 0.021218908950686455, 0.008223125711083412, -0.04782501608133316, 0.002976622199639678, 0.05402165278792381, 0.022390125319361687, -0.03127489984035492, -0.22248725593090057, -0.04160544276237488, -0.031489189714193344, 0.12297380715608597, -0.10094819217920303, 0.009706730023026466, 0.1410250961780548, 0.17010930180549622, 0.033088319003582, -0.0788022056221962, 0.05930805578827858, 0.008182736113667488, -0.03311258554458618, -0.06881603598594666, -0.03369687497615814, -0.052918534725904465, -0.02590753324329853, 0.004333179444074631, -0.12891091406345367, -0.019473928958177567, 0.06533408164978027, 0.09950879961252213, -0.06474114209413528, -0.04961026459932327, -0.056276965886354446, -0.04585441201925278, -0.07014892250299454, -0.07974881678819656, 0.011962815187871456, 0.04039795696735382, 0.016917528584599495, -0.062033362686634064, -0.07253342121839523, -0.020677722990512848, -0.012470051646232605, -0.09702250361442566, 0.14292921125888824, 0.04200879484415054, -0.1603308916091919, 0.16287125647068024, -0.011899085715413094, 0.07005133479833603, 0.10887379199266434, -0.046617742627859116, -0.08134137839078903, -0.05489986389875412, 0.021573346108198166, 0.019654754549264908, 0.07500237971544266, -0.05353333055973053, 0.03890962898731232, 0.05586785450577736, 0.029819374904036522, 0.03949795290827751, -0.04449218511581421, 0.030450554564595222, 0.023390091955661774, -0.06299782544374466, 0.013047052547335625, -0.027316877618432045, 0.024722300469875336, 0.1021619662642479, 0.035134270787239075, 0.10540721565485, -0.02704915590584278, -0.0749085545539856, -0.1363748162984848, 0.1394781917333603, -0.10940037667751312, -0.1822052001953125, -0.11344470828771591, -0.12120885401964188, -0.03742225095629692, -0.028028786182403564, 0.029657889157533646, -0.04517245292663574, -0.07320784032344818, -0.10851918160915375, 0.09353271871805191, 0.030201254412531853, -0.06455054879188538, -0.016356421634554863, 0.005611345637589693, 0.02114669606089592, -0.08613500744104385, 0.02625907026231289, 0.06362876296043396, -0.0007083356031216681, -0.013806013390421867, 0.0362878292798996, 0.1616068035364151, 0.11527622491121292, 0.06414403766393661, 0.003927688580006361, -0.011007174849510193, 0.2758256196975708, -0.12076498568058014, 0.09395632147789001, 0.0700083076953888, -0.029575778171420097, 0.06050005182623863, 0.23047411441802979, 0.025762902572751045, -0.051966071128845215, 0.032213591039180756, 0.0741710290312767, -0.03815887123346329, -0.2460075318813324, -0.10059724748134613, -0.0719791129231453, 0.03067847713828087, 0.07700168341398239, 0.05485369265079498, -0.01539981085807085, -0.0000775842199800536, -0.07102396339178085, -0.006511644460260868, 0.06446478515863419, 0.08672651648521423, 0.021806804463267326, 0.02210027165710926, 0.05946420505642891, -0.042006202042102814, 0.017779119312763214, 0.11607479304075241, 0.0010984312975779176, 0.18062527477741241, -0.03336617350578308, 0.19248870015144348, 0.05577770248055458, 0.06961623579263687, -0.05746712535619736, 0.027204502373933792, -0.017086142674088478, 0.0735662505030632, 0.0011897919466719031, -0.07963389903306961, 0.018077874556183815, 0.07122717797756195, 0.09264429658651352, -0.04458414018154144, 0.023694051429629326, -0.061467863619327545, 0.0661209374666214, 0.18085183203220367, 0.058963026851415634, -0.11534011363983154, -0.018483776599168777, 0.12685582041740417, -0.06341318786144257, -0.06964361667633057, -0.04320235177874565, 0.10884682834148407, -0.1349038928747177, 0.1074041947722435, 0.001898529240861535, 0.13301020860671997, -0.043489664793014526, -0.03268599882721901, -0.004126488231122494, 0.013524891808629036, -0.027529917657375336, 0.11062046885490417, -0.1745861917734146, 0.15607629716396332, 0.016808807849884033, -0.008490891195833683, -0.0879804790019989, 0.05710815265774727, -0.030134720727801323, -0.006405575666576624, 0.1286197304725647, 0.008624294772744179, -0.1283016949892044, -0.008770433254539967, -0.09286215156316757, -0.010814634151756763, 0.09648094326257706, -0.10984213650226593, 0.10629381239414215, 0.016497887670993805, -0.03295494616031647, -0.024418482556939125, 0.019395701587200165, -0.06308719515800476, -0.2056882381439209, 0.039474621415138245, -0.09031902253627777, 0.05520426481962204, -0.04648610204458237, -0.01902666874229908, -0.03595234453678131, 0.19865335524082184, -0.14564087986946106, -0.07886969298124313, -0.14358195662498474, 0.09468035399913788, 0.18938075006008148, -0.06324689835309982, 0.030434172600507736, -0.02031121216714382, 0.1405005306005478, -0.003510315204039216, -0.046491239219903946, 0.05565250664949417, -0.03550763800740242, -0.18890729546546936, -0.047582242637872696, 0.16592156887054443, 0.02650119550526142, 0.0688936784863472, -0.05854472517967224, 0.07595687359571457, -0.00700303865596652, -0.09553074091672897, 0.04020557180047035, 0.09751392155885696, 0.08844642341136932, 0.1267736703157425, -0.016389694064855576, -0.1823318898677826, -0.09544476866722107, -0.08891873806715012, 0.11751024425029755, 0.2140968292951584, -0.07176808267831802, 0.10915610194206238, 0.046324167400598526, -0.0787886530160904, -0.19434799253940582, -0.027043037116527557, 0.03444550558924675, 0.011719472706317902, 0.04864020273089409, -0.14886760711669922, 0.01852719485759735, 0.04169566556811333, -0.007783521898090839, 0.03239459544420242, -0.2351556420326233, -0.1361638903617859, -0.004512350540608168, 0.010801632888615131, -0.2523628771305084, -0.19044505059719086, -0.12808607518672943, -0.06832308322191238, -0.18793123960494995, 0.11027365177869797, 0.004345409106463194, 0.017628230154514313, 0.01761660911142826, 0.05754699185490608, 0.018821444362401962, -0.04389354959130287, 0.16466769576072693, 0.013594536110758781, 0.012401782907545567, -0.09795064479112625, -0.07371249049901962, 0.016648104414343834, -0.0378996878862381, 0.12443184852600098, -0.10046790540218353, 0.027732472866773605, -0.08080070465803146, -0.01787032000720501, -0.08078011870384216, 0.011181707493960857, -0.08717644214630127, -0.04146867245435715, -0.10621394217014313, 0.05821933597326279, 0.1013990268111229, -0.027633462101221085, 0.07165190577507019, -0.061657778918743134, 0.07698605954647064, 0.20911867916584015, 0.11292507499456406, 0.07851899415254593, -0.04788682982325554, -0.034609101712703705, -0.030744412913918495, -0.04167526215314865, -0.17632612586021423, 0.02794385515153408, 0.11065322160720825, 0.03556861728429794, 0.1803102195262909, -0.032560084015131, -0.13687121868133545, -0.03795513138175011, 0.07604970782995224, -0.08223322033882141, -0.19482895731925964, 0.01067061722278595, 0.07713834941387177, -0.22306953370571136, -0.08227255940437317, 0.053108736872673035, 0.028432393446564674, -0.025345778092741966, 0.00014226049825083464, 0.14704866707324982, -0.00297032343223691, 0.13015393912792206, 0.066397525370121, 0.06281585246324539, -0.09338859468698502, 0.08273256570100784, 0.14804448187351227, -0.08129497617483139, 0.017818545922636986, 0.21162252128124237, -0.034030575305223465, -0.023491989821195602, 0.10317441076040268, 0.09726778417825699, 0.03541800007224083, -0.011924345046281815, 0.0070388359017670155, -0.13946974277496338, 0.07326507568359375, 0.12407616525888443, -0.013623801991343498, 0.05511696636676788, 0.035661302506923676, -0.027596602216362953, -0.04773206263780594, 0.16499608755111694, 0.07638055086135864, 0.03366894647479057, -0.04371269419789314, 0.02955286018550396, -0.030708128586411476, 0.0071173012256622314, 0.00481666624546051, 0.013636716641485691, -0.08829499781131744, -0.03260741010308266, -0.06510049849748611, 0.01691998541355133, -0.09901800006628036, -0.011549923568964005, -0.01982615701854229, -0.08046523481607437, -0.028798537328839302, -0.0044311219826340675, -0.04890774190425873, -0.07011380791664124, -0.08797148615121841, 0.08311174064874649, -0.17955411970615387, -0.027751466259360313, 0.08572916686534882, -0.05961160361766815, 0.10103017836809158, -0.011971594765782356, -0.01647474430501461, 0.020546255633234978, -0.09155407547950745, 0.005147886462509632, -0.011527197435498238, 0.022367803379893303, 0.04639171063899994, -0.1307791769504547, -0.04484873265028, 0.00006926862261025235, -0.04426777735352516, 0.04498763009905815, -0.030411826446652412, -0.10441857576370239, 0.054408200085163116, -0.062502421438694, -0.07123308628797531, -0.03797653317451477, 0.09204598516225815, 0.06795154511928558, -0.0178509633988142, 0.11342941969633102, -0.045139580965042114, 0.09878012537956238, -0.1777966469526291, -0.006857767701148987, 0.003656788030639291, -0.02677104063332081, -0.012610707432031631, 0.015340019017457962, 0.08115114271640778, -0.015121763572096825, 0.1783958226442337, -0.0025429504457861185, -0.05742614343762398, 0.04992423206567764, 0.07177534699440002, 0.034863319247961044, 0.06536933779716492, 0.060424234718084335, -0.044167663902044296, -0.032652970403432846, -0.004673664923757315, -0.032299548387527466, -0.05512499809265137, 0.024519581347703934, 0.17218783497810364, 0.1415511667728424, 0.1518326997756958, -0.011574048548936844, 0.07379946112632751, -0.12939387559890747, 0.005038965959101915, 0.08979087322950363, -0.02405056543648243, 0.05452807620167732, -0.075784832239151, 0.08835457265377045, 0.05364594981074333, -0.2363080233335495, 0.0969071090221405, -0.05638688802719116, -0.07974252849817276, -0.02303408272564411, -0.11352507770061493, -0.07513098418712616, -0.0328870490193367, -0.013633555732667446, -0.13083001971244812, 0.1119566559791565, 0.05948835611343384, -0.006085081957280636, -0.0073396507650613785, 0.09428179264068604, -0.052410028874874115, -0.04602472856640816, 0.004211803898215294, 0.0491366982460022, -0.003856135532259941, 0.027295665815472603, 0.08150393515825272, 0.002101101214066148, 0.06335899233818054, 0.08273543417453766, 0.06690289080142975, -0.004294689279049635, 0.035488951951265335, -0.053607210516929626, -0.08399730175733566, 0.012302429415285587, -0.016770239919424057, -0.019125154241919518, 0.2077571153640747, 0.021668165922164917, 0.031215710565447807, -0.005787935107946396, 0.19404278695583344, -0.07020170986652374, -0.12857116758823395, -0.13774630427360535, 0.045079879462718964, -0.046996816992759705, -0.005704965442419052, 0.008301212452352047, -0.15761807560920715, 0.012453354895114899, 0.10141613334417343, 0.191083624958992, -0.03149595111608505, 0.007060672622174025, -0.003929677419364452, 0.02125883288681507, 0.00611687358468771, -0.015055308118462563, 0.05035502836108208, 0.1983916014432907, -0.0556805394589901, 0.06270049512386322, -0.03303507715463638, -0.042977768927812576, -0.05981365218758583, 0.11170218884944916, 0.01880750246345997, -0.015719249844551086, -0.037398628890514374, 0.1470203548669815, -0.08578838407993317, -0.191451296210289, 0.002870278898626566, -0.17016464471817017, -0.14088140428066254, -0.006481228396296501, 0.06886587291955948, 0.03578566014766693, 0.014320571906864643, 0.0527673065662384, 0.010310584679245949, 0.0959646925330162, 0.04592208191752434, -0.08566118776798248, -0.03344076871871948, 0.09273485839366913, -0.0919976755976677, 0.16010628640651703, 0.0017423068638890982, 0.05873226746916771, 0.10726145654916763, -0.052562836557626724, -0.10399549454450607, 0.04160865396261215, 0.119832843542099, 0.006819544360041618, 0.04231540486216545, 0.1675034612417221, -0.0174292903393507, 0.13168464601039886, 0.08625520020723343, -0.028494982048869133, 0.006570117082446814, 0.03321252390742302, -0.015131752006709576, -0.09896867722272873, 0.05278149992227554, -0.09332449734210968, 0.11690961569547653, 0.15547220408916473, -0.06817080825567245, 0.0106606874614954, -0.016270622611045837, 0.05440550670027733, -0.03246529400348663, 0.19932852685451508, 0.009539954364299774, -0.19429844617843628, 0.012258607894182205, -0.05770306661725044, 0.10083598643541336, -0.1935608685016632, -0.05424055457115173, 0.0026845643296837807, -0.0010408994276076555, -0.07566146552562714, 0.15327897667884827, 0.09467852115631104, -0.028688007965683937, -0.05381196737289429, -0.10681509971618652, 0.025342348963022232, 0.12414172291755676, -0.07249604910612106, 0.013837505131959915 ]
445834a997dce8b40e1d108638064381de80c497
# Dataset Card for Afrikaans Ner Corpus ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Afrikaans Ner Corpus Homepage](https://repo.sadilar.org/handle/20.500.12185/299) - **Repository:** - **Paper:** - **Leaderboard:** - **Point of Contact:** [Martin Puttkammer](mailto:Martin.Puttkammer@nwu.ac.za) ### Dataset Summary The Afrikaans Ner Corpus is an Afrikaans dataset developed by [The Centre for Text Technology (CTexT), North-West University, South Africa](http://humanities.nwu.ac.za/ctext). The data is based on documents from the South African goverment domain and crawled from gov.za websites. It was created to support NER task for Afrikaans language. The dataset uses CoNLL shared task annotation standards. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The language supported is Afrikaans. ## Dataset Structure ### Data Instances A data point consists of sentences seperated by empty line and tab-seperated tokens and tags. {'id': '0', 'ner_tags': [0, 0, 0, 0, 0], 'tokens': ['Vertaling', 'van', 'die', 'inligting', 'in'] } ### Data Fields - `id`: id of the sample - `tokens`: the tokens of the example text - `ner_tags`: the NER tags of each token The NER tags correspond to this list: ``` "OUT", "B-PERS", "I-PERS", "B-ORG", "I-ORG", "B-LOC", "I-LOC", "B-MISC", "I-MISC", ``` The NER tags have the same format as in the CoNLL shared task: a B denotes the first item of a phrase and an I any non-initial word. There are four types of phrases: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). (OUT) is used for tokens not considered part of any named entity. ### Data Splits The data was not split. ## Dataset Creation ### Curation Rationale The data was created to help introduce resources to new language - Afrikaans. [More Information Needed] ### Source Data #### Initial Data Collection and Normalization The data is based on South African government domain and was crawled from gov.za websites. [More Information Needed] #### Who are the source language producers? The data was produced by writers of South African government websites - gov.za [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? The data was annotated during the NCHLT text resource development project. [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 annotated data sets were developed by the Centre for Text Technology (CTexT, North-West University, South Africa). See: [more information](http://www.nwu.ac.za/ctext) ### Licensing Information The data is under the [Creative Commons Attribution 2.5 South Africa License](http://creativecommons.org/licenses/by/2.5/za/legalcode) ### Citation Information ``` @inproceedings{afrikaans_ner_corpus, author = { Gerhard van Huyssteen and Martin Puttkammer and E.B. Trollip and J.C. Liversage and Roald Eiselen}, title = {NCHLT Afrikaans Named Entity Annotated Corpus}, booktitle = {Eiselen, R. 2016. Government domain named entity recognition for South African languages. Proceedings of the 10th Language Resource and Evaluation Conference, Portorož, Slovenia.}, year = {2016}, url = {https://repo.sadilar.org/handle/20.500.12185/299}, } ``` ### Contributions Thanks to [@yvonnegitau](https://github.com/yvonnegitau) for adding this dataset.
afrikaans_ner_corpus
[ "task_categories:token-classification", "task_ids:named-entity-recognition", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:af", "license:other", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["af"], "license": ["other"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["token-classification"], "task_ids": ["named-entity-recognition"], "pretty_name": "Afrikaans Ner Corpus", "license_details": "Creative Commons Attribution 2.5 South Africa License", "dataset_info": {"config_name": "afrikaans_ner_corpus", "features": [{"name": "id", "dtype": "string"}, {"name": "tokens", "sequence": "string"}, {"name": "ner_tags", "sequence": {"class_label": {"names": {"0": "OUT", "1": "B-PERS", "2": "I-PERS", "3": "B-ORG", "4": "I-ORG", "5": "B-LOC", "6": "I-LOC", "7": "B-MISC", "8": "I-MISC"}}}}], "splits": [{"name": "train", "num_bytes": 4025651, "num_examples": 8962}], "download_size": 944804, "dataset_size": 4025651}, "configs": [{"config_name": "afrikaans_ner_corpus", "data_files": [{"split": "train", "path": "afrikaans_ner_corpus/train-*"}], "default": true}]}
2024-01-09T11:51:47+00:00
[]
[ "af" ]
TAGS #task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Afrikaans #license-other #region-us
# Dataset Card for Afrikaans Ner Corpus ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: Afrikaans Ner Corpus Homepage - Repository: - Paper: - Leaderboard: - Point of Contact: Martin Puttkammer ### Dataset Summary The Afrikaans Ner Corpus is an Afrikaans dataset developed by The Centre for Text Technology (CTexT), North-West University, South Africa. The data is based on documents from the South African goverment domain and crawled from URL websites. It was created to support NER task for Afrikaans language. The dataset uses CoNLL shared task annotation standards. ### Supported Tasks and Leaderboards ### Languages The language supported is Afrikaans. ## Dataset Structure ### Data Instances A data point consists of sentences seperated by empty line and tab-seperated tokens and tags. {'id': '0', 'ner_tags': [0, 0, 0, 0, 0], 'tokens': ['Vertaling', 'van', 'die', 'inligting', 'in'] } ### Data Fields - 'id': id of the sample - 'tokens': the tokens of the example text - 'ner_tags': the NER tags of each token The NER tags correspond to this list: The NER tags have the same format as in the CoNLL shared task: a B denotes the first item of a phrase and an I any non-initial word. There are four types of phrases: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). (OUT) is used for tokens not considered part of any named entity. ### Data Splits The data was not split. ## Dataset Creation ### Curation Rationale The data was created to help introduce resources to new language - Afrikaans. ### Source Data #### Initial Data Collection and Normalization The data is based on South African government domain and was crawled from URL websites. #### Who are the source language producers? The data was produced by writers of South African government websites - URL ### Annotations #### Annotation process #### Who are the annotators? The data was annotated during the NCHLT text resource development project. ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators The annotated data sets were developed by the Centre for Text Technology (CTexT, North-West University, South Africa). See: more information ### Licensing Information The data is under the Creative Commons Attribution 2.5 South Africa License ### Contributions Thanks to @yvonnegitau for adding this dataset.
[ "# Dataset Card for Afrikaans Ner Corpus", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Afrikaans Ner Corpus Homepage\n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact: Martin Puttkammer", "### Dataset Summary\nThe Afrikaans Ner Corpus is an Afrikaans dataset developed by The Centre for Text Technology (CTexT), North-West University, South Africa. The data is based on documents from the South African goverment domain and crawled from URL websites. It was created to support NER task for Afrikaans language. The dataset uses CoNLL shared task annotation standards.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe language supported is Afrikaans.", "## Dataset Structure", "### Data Instances\n\nA data point consists of sentences seperated by empty line and tab-seperated tokens and tags. \n{'id': '0',\n 'ner_tags': [0, 0, 0, 0, 0],\n 'tokens': ['Vertaling', 'van', 'die', 'inligting', 'in']\n}", "### Data Fields\n\n- 'id': id of the sample\n- 'tokens': the tokens of the example text\n- 'ner_tags': the NER tags of each token\n\nThe NER tags correspond to this list:\n\nThe NER tags have the same format as in the CoNLL shared task: a B denotes the first item of a phrase and an I any non-initial word. There are four types of phrases: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). (OUT) is used for tokens not considered part of any named entity.", "### Data Splits\n\nThe data was not split.", "## Dataset Creation", "### Curation Rationale\n\nThe data was created to help introduce resources to new language - Afrikaans.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe data is based on South African government domain and was crawled from URL websites.", "#### Who are the source language producers?\n\nThe data was produced by writers of South African government websites - URL", "### Annotations", "#### Annotation process", "#### Who are the annotators?\n\nThe data was annotated during the NCHLT text resource development project.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe annotated data sets were developed by the Centre for Text Technology (CTexT, North-West University, South Africa).\n\nSee: more information", "### Licensing Information\n\nThe data is under the Creative Commons Attribution 2.5 South Africa License", "### Contributions\n\nThanks to @yvonnegitau for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Afrikaans #license-other #region-us \n", "# Dataset Card for Afrikaans Ner Corpus", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Afrikaans Ner Corpus Homepage\n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact: Martin Puttkammer", "### Dataset Summary\nThe Afrikaans Ner Corpus is an Afrikaans dataset developed by The Centre for Text Technology (CTexT), North-West University, South Africa. The data is based on documents from the South African goverment domain and crawled from URL websites. It was created to support NER task for Afrikaans language. The dataset uses CoNLL shared task annotation standards.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe language supported is Afrikaans.", "## Dataset Structure", "### Data Instances\n\nA data point consists of sentences seperated by empty line and tab-seperated tokens and tags. \n{'id': '0',\n 'ner_tags': [0, 0, 0, 0, 0],\n 'tokens': ['Vertaling', 'van', 'die', 'inligting', 'in']\n}", "### Data Fields\n\n- 'id': id of the sample\n- 'tokens': the tokens of the example text\n- 'ner_tags': the NER tags of each token\n\nThe NER tags correspond to this list:\n\nThe NER tags have the same format as in the CoNLL shared task: a B denotes the first item of a phrase and an I any non-initial word. There are four types of phrases: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). (OUT) is used for tokens not considered part of any named entity.", "### Data Splits\n\nThe data was not split.", "## Dataset Creation", "### Curation Rationale\n\nThe data was created to help introduce resources to new language - Afrikaans.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe data is based on South African government domain and was crawled from URL websites.", "#### Who are the source language producers?\n\nThe data was produced by writers of South African government websites - URL", "### Annotations", "#### Annotation process", "#### Who are the annotators?\n\nThe data was annotated during the NCHLT text resource development project.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe annotated data sets were developed by the Centre for Text Technology (CTexT, North-West University, South Africa).\n\nSee: more information", "### Licensing Information\n\nThe data is under the Creative Commons Attribution 2.5 South Africa License", "### Contributions\n\nThanks to @yvonnegitau for adding this dataset." ]
[ 95, 8, 120, 32, 83, 10, 11, 6, 89, 141, 11, 5, 21, 4, 27, 25, 5, 5, 25, 8, 8, 7, 8, 7, 5, 38, 18, 18 ]
[ "passage: TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Afrikaans #license-other #region-us \n# Dataset Card for Afrikaans Ner Corpus## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: Afrikaans Ner Corpus Homepage\n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact: Martin Puttkammer### Dataset Summary\nThe Afrikaans Ner Corpus is an Afrikaans dataset developed by The Centre for Text Technology (CTexT), North-West University, South Africa. The data is based on documents from the South African goverment domain and crawled from URL websites. It was created to support NER task for Afrikaans language. The dataset uses CoNLL shared task annotation standards.### Supported Tasks and Leaderboards### Languages\n\nThe language supported is Afrikaans.## Dataset Structure### Data Instances\n\nA data point consists of sentences seperated by empty line and tab-seperated tokens and tags. \n{'id': '0',\n 'ner_tags': [0, 0, 0, 0, 0],\n 'tokens': ['Vertaling', 'van', 'die', 'inligting', 'in']\n}" ]
[ -0.005825735162943602, 0.08974096179008484, -0.0041341837495565414, 0.0642194151878357, 0.042957376688718796, -0.013669436797499657, 0.11364012956619263, 0.04085673391819, 0.003168482333421707, 0.08834164589643478, -0.03660454973578453, -0.008380914106965065, 0.11861179769039154, 0.10097546130418777, 0.01845843531191349, -0.1928054392337799, 0.05074067413806915, -0.05168978124856949, -0.007177887950092554, 0.08070215582847595, 0.08888550102710724, -0.03140639886260033, 0.04225568473339081, -0.07564449310302734, -0.01467139646410942, 0.0677352026104927, -0.0634530633687973, -0.04655690863728523, 0.053595609962940216, 0.039226263761520386, 0.09932628273963928, 0.04292428493499756, 0.007467662449926138, -0.27642694115638733, 0.012287960387766361, -0.006502334028482437, -0.011375701054930687, -0.014772824943065643, 0.03462829813361168, 0.030240420252084732, 0.13615041971206665, -0.09528998285531998, 0.04853472858667374, 0.01969120465219021, -0.10962001234292984, -0.09336559474468231, -0.1099347472190857, 0.050448670983314514, -0.004377444740384817, 0.028357818722724915, -0.021485500037670135, 0.07202093303203583, -0.06390595436096191, 0.03360886126756668, 0.001984334783628583, -0.16931988298892975, -0.029309116303920746, 0.11551666259765625, 0.039928775280714035, 0.135657399892807, -0.1581404209136963, -0.021715974435210228, -0.058694154024124146, 0.06221826374530792, 0.08549977838993073, -0.05040227621793747, -0.1631833016872406, -0.0008254930144175887, -0.09100319445133209, -0.041754595935344696, 0.15735767781734467, -0.006611408665776253, -0.05495225265622139, -0.16819041967391968, 0.03415346145629883, 0.06785956770181656, 0.005599987227469683, -0.01046774722635746, -0.006378857418894768, -0.006964206695556641, 0.012797780334949493, -0.07906286418437958, -0.04195638373494148, 0.061161451041698456, -0.11532337963581085, 0.09742589294910431, 0.0010681796120479703, 0.026972463354468346, -0.0052336216904222965, 0.06603360921144485, 0.0021156095899641514, -0.11959601193666458, -0.025719542056322098, -0.0706753209233284, -0.10615462809801102, 0.0023320976179093122, 0.09241826087236404, -0.07923167198896408, 0.07864517718553543, 0.1739032119512558, -0.009048436768352985, 0.02295251004397869, -0.10820295661687851, -0.011512639932334423, 0.02748328633606434, 0.1178201362490654, -0.05560286343097687, -0.20444253087043762, 0.03108537569642067, -0.05900094285607338, 0.04515206068754196, -0.03358233720064163, 0.020101772621273994, 0.01802677847445011, -0.06968659162521362, 0.031186826527118683, 0.11001183092594147, 0.014627043157815933, -0.042896777391433716, -0.04115491732954979, 0.1010187566280365, -0.10632533580064774, -0.028976667672395706, -0.027574898675084114, 0.010299780406057835, 0.09100759029388428, -0.0072899856604635715, 0.016975224018096924, -0.06625690311193466, 0.059826336801052094, -0.019679784774780273, -0.07669451087713242, -0.06782132387161255, -0.03984787315130234, 0.06878889352083206, 0.02127787098288536, -0.06760963797569275, -0.04022935405373573, -0.2354716658592224, -0.07254089415073395, 0.005265102256089449, -0.055389404296875, -0.010824865661561489, -0.030996693298220634, -0.043903376907110214, 0.05099772289395332, -0.014167367480695248, -0.06281160563230515, -0.04053037241101265, 0.005240262020379305, -0.08041296899318695, 0.007113675121217966, -0.001504432177171111, 0.015192011371254921, -0.06385984271764755, 0.07458311319351196, -0.12961536645889282, 0.10352562367916107, -0.18608547747135162, 0.03578896075487137, -0.11801210790872574, 0.027323046699166298, -0.055062562227249146, -0.00310857268050313, 0.005877144169062376, 0.15571455657482147, -0.1550220251083374, -0.06874097138643265, 0.16278958320617676, -0.16625209152698517, -0.05320262163877487, 0.09686630964279175, -0.024649614468216896, 0.08203999698162079, 0.059299152344465256, 0.1393616497516632, 0.037034180015325546, -0.06247706338763237, -0.0929517075419426, -0.01782822422683239, 0.056148529052734375, 0.05642892047762871, 0.08919382095336914, -0.04818873479962349, 0.09317314624786377, 0.033317677676677704, -0.014447634108364582, 0.027023177593946457, 0.011786346323788166, -0.00253341649658978, 0.03529394790530205, 0.01195151824504137, 0.07767720520496368, 0.006412391550838947, -0.04577543959021568, -0.006006010342389345, -0.04571013152599335, 0.08172161877155304, 0.0349438302218914, -0.07654508203268051, 0.04564456269145012, -0.031064258888363838, -0.04053284972906113, 0.021379955112934113, -0.02735883928835392, -0.1221027672290802, -0.2156374454498291, 0.09151244908571243, -0.08773771673440933, 0.12828737497329712, -0.0623352974653244, 0.01988011598587036, -0.03596324473619461, -0.09188438951969147, 0.005390234757214785, -0.06097013130784035, -0.013425462879240513, 0.03077371045947075, -0.14796969294548035, 0.03746578469872475, -0.022046899423003197, 0.0560402050614357, -0.09258455038070679, 0.0010963061358779669, 0.059181373566389084, 0.17446251213550568, 0.09302015602588654, -0.0678761675953865, 0.07843933999538422, 0.07106050103902817, 0.005306736566126347, -0.00907875131815672, -0.0707288458943367, -0.010623385198414326, -0.05852099135518074, 0.12344423681497574, -0.018847033381462097, -0.0492393858730793, 0.02606143243610859, 0.08264582604169846, 0.0004302991437725723, -0.01414292398840189, -0.013191590085625648, -0.03782007843255997, -0.03645165264606476, -0.03612080216407776, 0.04463404417037964, 0.06838571280241013, 0.017837921157479286, -0.046337299048900604, -0.12399119883775711, -0.03438611328601837, -0.0219265203922987, -0.0312650203704834, 0.055998288094997406, 0.055040936917066574, -0.07348829507827759, 0.16894489526748657, 0.093874491751194, 0.04579007253050804, 0.18131226301193237, -0.06519575417041779, -0.07261477410793304, -0.04742225632071495, -0.04985998943448067, -0.012889150530099869, 0.09667789191007614, 0.0004728351777885109, 0.028726423159241676, 0.03836636245250702, 0.017501933500170708, 0.026042161509394646, 0.021450966596603394, 0.036824554204940796, -0.03291696310043335, -0.017361685633659363, 0.06922105699777603, 0.02835000865161419, 0.005166140850633383, 0.06950072199106216, -0.032821424305438995, 0.06867604702711105, -0.007564082741737366, -0.05039804428815842, -0.045263245701789856, 0.12526342272758484, -0.16992802917957306, -0.15972504019737244, -0.1697690337896347, -0.01984361559152603, -0.12868627905845642, -0.032469481229782104, -0.00654069846495986, 0.03232153505086899, -0.10050030797719955, -0.09817303717136383, 0.09803272038698196, 0.04136860370635986, -0.07851319760084152, -0.0871446281671524, 0.020866816863417625, -0.05468758940696716, -0.08315306901931763, -0.0017918609082698822, -0.0037674158811569214, -0.006421196740120649, 0.05538605526089668, -0.04647134989500046, 0.07321085780858994, 0.07782594859600067, 0.11765070259571075, -0.04229246452450752, -0.06302059441804886, 0.12783069908618927, -0.1273009032011032, 0.1474722921848297, 0.09672374278306961, -0.06961417198181152, 0.0639260783791542, 0.21253903210163116, 0.03105873428285122, -0.03084270842373371, 0.03507854416966438, 0.015092885121703148, -0.024177752435207367, -0.33031052350997925, -0.10655806213617325, -0.11013510078191757, -0.00015260145300999284, -0.06186467409133911, 0.020257825031876564, 0.04275866597890854, 0.004479643888771534, -0.04920442774891853, 0.005640258081257343, 0.13235600292682648, 0.07152091711759567, 0.18043728172779083, 0.06651923060417175, 0.037377696484327316, -0.08538248389959335, 0.006762167438864708, 0.11983759701251984, 0.01727244257926941, 0.17045453190803528, 0.07086722552776337, 0.16633892059326172, 0.0697316974401474, 0.052226245403289795, 0.014838255941867828, 0.05792640149593353, 0.0032175667583942413, 0.061466142535209656, 0.006055844482034445, -0.04929912090301514, -0.050868913531303406, 0.0036405848804861307, -0.007629083935171366, -0.08202637732028961, 0.09989435225725174, -0.06663238257169724, 0.06226920336484909, 0.03687548637390137, 0.007726638577878475, -0.017853016033768654, -0.07163645327091217, 0.0869639590382576, -0.09778688102960587, -0.10515183210372925, 0.019172601401805878, 0.20007210969924927, -0.139087975025177, 0.09478075057268143, 0.009486512281000614, 0.06838096678256989, -0.08044610917568207, -0.009428317658603191, -0.058089565485715866, -0.009711535647511482, -0.058886345475912094, 0.02945561148226261, -0.1898639053106308, 0.17954976856708527, -0.005068496335297823, -0.0037836784031242132, -0.032346464693546295, 0.05578821897506714, -0.041592787951231, 0.04152638465166092, 0.1397029608488083, 0.04027228429913521, -0.15044675767421722, 0.07958720624446869, -0.034255500882864, 0.0014468519948422909, 0.11094720661640167, -0.1253165751695633, 0.10122615844011307, 0.026014866307377815, 0.027805853635072708, -0.052670884877443314, -0.056367795914411545, -0.07441288232803345, -0.17686906456947327, 0.07297370582818985, -0.07636936753988266, 0.029633227735757828, -0.07097992300987244, -0.022979211062192917, -0.06939138472080231, 0.07758679986000061, -0.31304439902305603, -0.08847204595804214, -0.1734599471092224, -0.015063310973346233, 0.15246456861495972, -0.11321017891168594, 0.040182776749134064, -0.009637237526476383, 0.10543087124824524, -0.06774905323982239, -0.08938109129667282, 0.03434329107403755, -0.04751496762037277, -0.16488228738307953, -0.08819621056318283, 0.0891241654753685, 0.09785167127847672, 0.011687844060361385, 0.030292924493551254, 0.0653223767876625, 0.04768485948443413, -0.10413514822721481, 0.022198759019374847, 0.15614669024944305, -0.014152136631309986, 0.11705876886844635, -0.052627939730882645, -0.13309481739997864, -0.028061572462320328, -0.1004689410328865, 0.12557671964168549, 0.021852701902389526, -0.013594456017017365, 0.1344100385904312, 0.15621528029441833, -0.167815163731575, -0.3071826696395874, -0.051157236099243164, 0.06605228781700134, 0.014230970293283463, 0.06114356219768524, -0.17947185039520264, 0.10861603915691376, 0.06196407973766327, -0.018622279167175293, -0.18740367889404297, -0.10946416854858398, -0.11614539474248886, 0.022213716059923172, -0.0693674236536026, -0.13044142723083496, -0.09945359826087952, -0.10468445718288422, -0.045913755893707275, -0.1873704195022583, 0.1351751834154129, -0.04178718850016594, -0.023326929658651352, -0.0019169686129316688, 0.079671211540699, -0.003805849002674222, -0.02539685182273388, 0.10569413751363754, 0.16831135749816895, 0.07328613102436066, -0.048138562589883804, 0.002736084396019578, 0.16521108150482178, -0.04609757661819458, 0.031681373715400696, 0.07603826373815536, -0.030200261622667313, -0.22193895280361176, -0.016925649717450142, -0.07877141982316971, 0.10143453627824783, -0.06751543283462524, -0.0403108224272728, -0.09369978308677673, 0.1101207286119461, 0.07196852564811707, -0.017526084557175636, 0.19592489302158356, -0.06275501847267151, 0.027290159836411476, 0.08605977147817612, 0.16584864258766174, 0.18033599853515625, -0.03569811210036278, -0.010853003710508347, -0.0024221802596002817, -0.03588121011853218, -0.16984347999095917, 0.05997708439826965, 0.10614833980798721, -0.012603461742401123, 0.11006666719913483, -0.050087518990039825, -0.14249084889888763, -0.005790958646684885, 0.08496426790952682, -0.05081884562969208, -0.1029292643070221, -0.011756756342947483, -0.005450014024972916, -0.06201918050646782, -0.019014183431863785, 0.11088844388723373, 0.032863959670066833, -0.05282345041632652, -0.028775842860341072, 0.08562968671321869, -0.01454791147261858, 0.05265357717871666, 0.018724637106060982, 0.03662550449371338, -0.07392901927232742, 0.14899305999279022, 0.1376403570175171, -0.034298866987228394, -0.032691821455955505, 0.13896095752716064, -0.09286633878946304, -0.0226281750947237, 0.011942756362259388, 0.09205807745456696, -0.038325704634189606, -0.0008265320211648941, 0.07048704475164413, -0.1510888785123825, -0.04487896338105202, 0.20564953982830048, -0.02335956320166588, 0.07126267999410629, 0.017281778156757355, -0.0509650819003582, 0.0017676332499831915, 0.11596883088350296, 0.03502408787608147, 0.05092088133096695, 0.005983241833746433, -0.05420844629406929, -0.003345212899148464, -0.010213895700871944, -0.008650540374219418, -0.02068561688065529, -0.10356208682060242, -0.013567943125963211, -0.028005165979266167, 0.005503976717591286, -0.07695619761943817, -0.016789358109235764, -0.00006786598532926291, -0.09993742406368256, -0.026228709146380424, 0.009019564837217331, -0.08071595430374146, 0.027777044102549553, -0.020922333002090454, 0.1613277643918991, -0.1069340929389, -0.02128739096224308, 0.15504395961761475, -0.1105133593082428, 0.13297943770885468, 0.021189257502555847, 0.06968525052070618, 0.09072607010602951, -0.06158658489584923, 0.06234518438577652, -0.07359544187784195, 0.08209831267595291, -0.0053554740734398365, 0.008714980445802212, -0.022063711658120155, -0.001522210193797946, -0.0449708066880703, 0.0329698771238327, -0.05227939784526825, -0.055389706045389175, 0.0793406143784523, -0.0013007428497076035, -0.09497818350791931, -0.007234061136841774, 0.05701359733939171, 0.056883297860622406, 0.01183357834815979, 0.09896700084209442, -0.04864036291837692, 0.014931101351976395, -0.08513808250427246, -0.020422235131263733, 0.04283944517374039, -0.03594059869647026, -0.009783342480659485, -0.1011868566274643, 0.05465305596590042, 0.0336679145693779, 0.18404273688793182, 0.014974725432693958, -0.03314938768744469, 0.04196564853191376, -0.05474347621202469, -0.053505998104810715, 0.04733229801058769, 0.017771601676940918, 0.05606108158826828, -0.0020356380846351385, 0.057089053094387054, -0.18465720117092133, -0.0904620885848999, -0.04297899082303047, 0.1197700947523117, 0.1662861704826355, 0.07686848938465118, -0.01723792962729931, 0.08993717283010483, -0.012561668641865253, -0.026422247290611267, -0.047888558357954025, -0.05984681844711304, 0.03392554447054863, -0.05251403525471687, 0.10298949480056763, 0.04442492127418518, -0.22962482273578644, 0.12349925935268402, 0.07001990079879761, -0.0968131422996521, -0.0768136978149414, -0.17440055310726166, -0.05421357974410057, -0.028542593121528625, 0.036980658769607544, -0.18006007373332977, 0.05422471463680267, 0.18199098110198975, 0.03541390225291252, 0.0022790911607444286, 0.05636714771389961, -0.07669057697057724, -0.09661263972520828, 0.08689042925834656, 0.04927521198987961, 0.014587986283004284, -0.0530569814145565, 0.07803323119878769, -0.0938379317522049, 0.1649525910615921, -0.0015357226366177201, 0.08629196882247925, 0.02419387362897396, -0.02370903268456459, -0.0892510935664177, -0.05086663365364075, 0.022653670981526375, -0.02203027345240116, -0.08695469051599503, 0.13574784994125366, 0.03752021864056587, -0.006866090930998325, 0.05831080675125122, 0.1577465683221817, -0.008839108049869537, -0.16138559579849243, -0.1366477906703949, 0.05653000622987747, 0.025993743911385536, 0.03390064463019371, 0.008270263671875, -0.10073035210371017, 0.019978439435362816, 0.17648479342460632, 0.09162020683288574, 0.046618156135082245, 0.025128699839115143, 0.022138090804219246, 0.030925752595067024, -0.004308450501412153, 0.050102800130844116, -0.000281811022432521, 0.19566485285758972, -0.005881450138986111, 0.01924574375152588, -0.012753580696880817, -0.06252828240394592, -0.011377773247659206, 0.09998977929353714, -0.07932282984256744, -0.07570373266935349, -0.07651180773973465, 0.14927253127098083, -0.15760892629623413, -0.23538926243782043, 0.08012453466653824, -0.09814155846834183, -0.13788411021232605, -0.07454653084278107, -0.0374908410012722, 0.03228570520877838, -0.0676332414150238, 0.08222081512212753, -0.09396230429410934, 0.16335292160511017, 0.0939045324921608, -0.04808633029460907, 0.015212556347250938, 0.09560338407754898, -0.0966951996088028, 0.1831711381673813, 0.026470718905329704, 0.07370716333389282, 0.05997423082590103, -0.04249325022101402, -0.1130184456706047, 0.036424219608306885, 0.0966966524720192, 0.014602851122617722, -0.05792069435119629, 0.1278066784143448, 0.013259073719382286, 0.1753050684928894, 0.0789414718747139, 0.07379405200481415, 0.05083758383989334, 0.07715952396392822, -0.10795730352401733, -0.03346897289156914, 0.040585957467556, -0.10132332891225815, 0.1167045459151268, 0.04853217303752899, -0.0380660779774189, 0.03702502325177193, -0.051181819289922714, -0.008415221236646175, -0.047223757952451706, 0.16315899789333344, 0.022831790149211884, -0.09199149906635284, 0.03446095436811447, -0.0764523595571518, 0.10539226979017258, -0.1371343731880188, 0.018885519355535507, 0.021116292104125023, 0.04593354091048241, -0.05296358838677406, 0.1764315813779831, 0.07593965530395508, -0.07477711141109467, -0.027177568525075912, -0.11695542931556702, 0.006725959945470095, 0.10230288654565811, -0.01950654201209545, 0.03720342740416527 ]
68a83b6cd4730be5e0ecbdbee941eef8f13aa867
# Dataset Card for "ag_news" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [http://groups.di.unipi.it/~gulli/AG_corpus_of_news_articles.html](http://groups.di.unipi.it/~gulli/AG_corpus_of_news_articles.html) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 31.33 MB - **Size of the generated dataset:** 31.70 MB - **Total amount of disk used:** 63.02 MB ### Dataset Summary AG is a collection of more than 1 million news articles. News articles have been gathered from more than 2000 news sources by ComeToMyHead in more than 1 year of activity. ComeToMyHead is an academic news search engine which has been running since July, 2004. The dataset is provided by the academic comunity for research purposes in data mining (clustering, classification, etc), information retrieval (ranking, search, etc), xml, data compression, data streaming, and any other non-commercial activity. For more information, please refer to the link http://www.di.unipi.it/~gulli/AG_corpus_of_news_articles.html . The AG's news topic classification dataset is constructed by Xiang Zhang (xiang.zhang@nyu.edu) from the dataset above. It is used as a text classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015). ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### default - **Size of downloaded dataset files:** 31.33 MB - **Size of the generated dataset:** 31.70 MB - **Total amount of disk used:** 63.02 MB An example of 'train' looks as follows. ``` { "label": 3, "text": "New iPad released Just like every other September, this one is no different. Apple is planning to release a bigger, heavier, fatter iPad that..." } ``` ### Data Fields The data fields are the same among all splits. #### default - `text`: a `string` feature. - `label`: a classification label, with possible values including `World` (0), `Sports` (1), `Business` (2), `Sci/Tech` (3). ### Data Splits | name |train |test| |-------|-----:|---:| |default|120000|7600| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @inproceedings{Zhang2015CharacterlevelCN, title={Character-level Convolutional Networks for Text Classification}, author={Xiang Zhang and Junbo Jake Zhao and Yann LeCun}, booktitle={NIPS}, year={2015} } ``` ### Contributions Thanks to [@jxmorris12](https://github.com/jxmorris12), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@lewtun](https://github.com/lewtun) for adding this dataset.
ag_news
[ "task_categories:text-classification", "task_ids:topic-classification", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["topic-classification"], "paperswithcode_id": "ag-news", "pretty_name": "AG\u2019s News Corpus", "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "World", "1": "Sports", "2": "Business", "3": "Sci/Tech"}}}}], "splits": [{"name": "train", "num_bytes": 29817351, "num_examples": 120000}, {"name": "test", "num_bytes": 1879478, "num_examples": 7600}], "download_size": 31327765, "dataset_size": 31696829}, "train-eval-index": [{"config": "default", "task": "text-classification", "task_id": "multi_class_classification", "splits": {"train_split": "train", "eval_split": "test"}, "col_mapping": {"text": "text", "label": "target"}, "metrics": [{"type": "accuracy", "name": "Accuracy"}, {"type": "f1", "name": "F1 macro", "args": {"average": "macro"}}, {"type": "f1", "name": "F1 micro", "args": {"average": "micro"}}, {"type": "f1", "name": "F1 weighted", "args": {"average": "weighted"}}, {"type": "precision", "name": "Precision macro", "args": {"average": "macro"}}, {"type": "precision", "name": "Precision micro", "args": {"average": "micro"}}, {"type": "precision", "name": "Precision weighted", "args": {"average": "weighted"}}, {"type": "recall", "name": "Recall macro", "args": {"average": "macro"}}, {"type": "recall", "name": "Recall micro", "args": {"average": "micro"}}, {"type": "recall", "name": "Recall weighted", "args": {"average": "weighted"}}]}]}
2024-01-18T10:52:09+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-topic-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #region-us
Dataset Card for "ag\_news" =========================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: * Point of Contact: * Size of downloaded dataset files: 31.33 MB * Size of the generated dataset: 31.70 MB * Total amount of disk used: 63.02 MB ### Dataset Summary AG is a collection of more than 1 million news articles. News articles have been gathered from more than 2000 news sources by ComeToMyHead in more than 1 year of activity. ComeToMyHead is an academic news search engine which has been running since July, 2004. The dataset is provided by the academic comunity for research purposes in data mining (clustering, classification, etc), information retrieval (ranking, search, etc), xml, data compression, data streaming, and any other non-commercial activity. For more information, please refer to the link URL . The AG's news topic classification dataset is constructed by Xiang Zhang (URL@URL) from the dataset above. It is used as a text classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015). ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 31.33 MB * Size of the generated dataset: 31.70 MB * Total amount of disk used: 63.02 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'text': a 'string' feature. * 'label': a classification label, with possible values including 'World' (0), 'Sports' (1), 'Business' (2), 'Sci/Tech' (3). ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @jxmorris12, @thomwolf, @lhoestq, @lewtun for adding this dataset.
[ "### Dataset Summary\n\n\nAG is a collection of more than 1 million news articles. News articles have been\ngathered from more than 2000 news sources by ComeToMyHead in more than 1 year of\nactivity. ComeToMyHead is an academic news search engine which has been running\nsince July, 2004. The dataset is provided by the academic comunity for research\npurposes in data mining (clustering, classification, etc), information retrieval\n(ranking, search, etc), xml, data compression, data streaming, and any other\nnon-commercial activity. For more information, please refer to the link\nURL .\n\n\nThe AG's news topic classification dataset is constructed by Xiang Zhang\n(URL@URL) from the dataset above. It is used as a text\nclassification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann\nLeCun. Character-level Convolutional Networks for Text Classification. Advances\nin Neural Information Processing Systems 28 (NIPS 2015).", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 31.33 MB\n* Size of the generated dataset: 31.70 MB\n* Total amount of disk used: 63.02 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'text': a 'string' feature.\n* 'label': a classification label, with possible values including 'World' (0), 'Sports' (1), 'Business' (2), 'Sci/Tech' (3).", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @jxmorris12, @thomwolf, @lhoestq, @lewtun for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-topic-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #region-us \n", "### Dataset Summary\n\n\nAG is a collection of more than 1 million news articles. News articles have been\ngathered from more than 2000 news sources by ComeToMyHead in more than 1 year of\nactivity. ComeToMyHead is an academic news search engine which has been running\nsince July, 2004. The dataset is provided by the academic comunity for research\npurposes in data mining (clustering, classification, etc), information retrieval\n(ranking, search, etc), xml, data compression, data streaming, and any other\nnon-commercial activity. For more information, please refer to the link\nURL .\n\n\nThe AG's news topic classification dataset is constructed by Xiang Zhang\n(URL@URL) from the dataset above. It is used as a text\nclassification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann\nLeCun. Character-level Convolutional Networks for Text Classification. Advances\nin Neural Information Processing Systems 28 (NIPS 2015).", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 31.33 MB\n* Size of the generated dataset: 31.70 MB\n* Total amount of disk used: 63.02 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'text': a 'string' feature.\n* 'label': a classification label, with possible values including 'World' (0), 'Sports' (1), 'Business' (2), 'Sci/Tech' (3).", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @jxmorris12, @thomwolf, @lhoestq, @lewtun for adding this dataset." ]
[ 84, 226, 10, 11, 6, 50, 17, 52, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 33 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-topic-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #region-us \n### Dataset Summary\n\n\nAG is a collection of more than 1 million news articles. News articles have been\ngathered from more than 2000 news sources by ComeToMyHead in more than 1 year of\nactivity. ComeToMyHead is an academic news search engine which has been running\nsince July, 2004. The dataset is provided by the academic comunity for research\npurposes in data mining (clustering, classification, etc), information retrieval\n(ranking, search, etc), xml, data compression, data streaming, and any other\nnon-commercial activity. For more information, please refer to the link\nURL .\n\n\nThe AG's news topic classification dataset is constructed by Xiang Zhang\n(URL@URL) from the dataset above. It is used as a text\nclassification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann\nLeCun. Character-level Convolutional Networks for Text Classification. Advances\nin Neural Information Processing Systems 28 (NIPS 2015).### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 31.33 MB\n* Size of the generated dataset: 31.70 MB\n* Total amount of disk used: 63.02 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### default\n\n\n* 'text': a 'string' feature.\n* 'label': a classification label, with possible values including 'World' (0), 'Sports' (1), 'Business' (2), 'Sci/Tech' (3).### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations" ]
[ -0.034058939665555954, 0.1685732901096344, -0.005139347165822983, 0.033307552337646484, 0.07179833203554153, -0.029875045642256737, 0.047129590064287186, 0.04094729200005531, -0.013481459580361843, 0.1380167156457901, -0.028937308117747307, -0.051371484994888306, 0.1273099035024643, 0.12303143739700317, 0.017415769398212433, -0.1746920943260193, 0.03509284555912018, -0.04522917419672012, -0.017241356894373894, 0.06990459561347961, 0.07921362668275833, -0.07268938422203064, 0.10714899003505707, -0.021689467132091522, -0.010154886171221733, 0.007346180267632008, -0.03943987190723419, -0.02987118996679783, 0.04286690056324005, 0.06118624657392502, 0.06674626469612122, 0.021039362996816635, 0.046667374670505524, -0.258120059967041, 0.027056166902184486, 0.050765398889780045, -0.04203183948993683, 0.027057157829403877, 0.11752718687057495, -0.007544463966041803, 0.1537340134382248, -0.14503304660320282, 0.0044877370819449425, 0.062053028494119644, -0.09587673842906952, 0.0009329263120889664, -0.17947275936603546, 0.07296768575906754, 0.0645427405834198, 0.08729954063892365, -0.021496465429663658, -0.01663210615515709, -0.04183543473482132, 0.023986099287867546, 0.12814024090766907, -0.23508481681346893, -0.06296446174383163, 0.056546345353126526, 0.04059641435742378, 0.07753674685955048, -0.11138660460710526, 0.0238992627710104, 0.027299106121063232, -0.026871638372540474, 0.0037650405429303646, -0.01541010569781065, 0.059412725269794464, -0.020789751783013344, -0.12642250955104828, -0.041361261159181595, 0.16985926032066345, 0.03229963779449463, -0.05044363811612129, -0.0627463161945343, -0.008140494115650654, -0.045698367059230804, -0.019571349024772644, 0.01368389930576086, -0.004101806320250034, 0.030699128285050392, 0.10845289379358292, -0.045949291437864304, -0.08246511965990067, -0.0028037368319928646, -0.07967125624418259, 0.1399422138929367, 0.02466236986219883, 0.01570066437125206, 0.026964152231812477, 0.04434087872505188, 0.12780718505382538, -0.06881819665431976, -0.01972137577831745, -0.013361589051783085, -0.13000816106796265, -0.002135424641892314, 0.04319367557764053, -0.0519525483250618, 0.0587722472846508, 0.13758650422096252, -0.15304987132549286, 0.05814523994922638, -0.03737298771739006, -0.004756325390189886, 0.046776510775089264, 0.13184979557991028, -0.07753706723451614, -0.10875418782234192, 0.02128085494041443, -0.03283163532614708, 0.01946156471967697, -0.0632362812757492, -0.027536334469914436, 0.02184699848294258, 0.03428076580166817, 0.04892252758145332, 0.05226641893386841, 0.04862791672348976, -0.04922638088464737, -0.019239509478211403, 0.09409775584936142, -0.11171315610408783, 0.0049135214649140835, 0.04933515936136246, -0.043578047305345535, 0.041064657270908356, -0.01581563614308834, 0.036647338420152664, -0.035325877368450165, 0.05655037611722946, -0.08453460782766342, -0.07232170552015305, -0.04285328462719917, -0.03598855808377266, 0.056639958173036575, -0.009608028456568718, -0.08234801143407822, -0.06229808181524277, -0.12857617437839508, -0.08326058834791183, 0.006838518660515547, -0.03499838709831238, -0.050706978887319565, -0.009173117578029633, -0.04832833632826805, 0.009951611049473286, 0.03250448778271675, 0.028372781351208687, -0.06546089053153992, 0.026426762342453003, -0.07349100708961487, -0.0032295281998813152, -0.007901989854872227, 0.0060723042115569115, -0.08054438978433609, 0.07227100431919098, -0.0016754663083702326, 0.09238564968109131, -0.08767951279878616, 0.04439582675695419, -0.09398495405912399, 0.00680588698014617, -0.05469634011387825, -0.012673222459852695, -0.009866798296570778, 0.08547420054674149, -0.17882253229618073, -0.04078024625778198, 0.03816043585538864, -0.10233846306800842, -0.031013641506433487, 0.05767643824219704, -0.00012808894098270684, -0.009740015491843224, 0.08383005857467651, 0.11278978735208511, 0.13819588720798492, -0.035484835505485535, -0.15373314917087555, -0.0958738625049591, 0.010742943733930588, 0.11094242334365845, 0.08693531155586243, -0.006244768388569355, -0.015451605431735516, 0.02060716599225998, -0.009657301940023899, -0.009235278703272343, -0.02106604352593422, -0.05486215651035309, 0.03506030887365341, -0.00675743306055665, 0.030818767845630646, -0.0023918075021356344, -0.02466314099729061, 0.02616901509463787, -0.04300727695226669, -0.07866813987493515, 0.03703094273805618, -0.0053841122426092625, 0.03297441452741623, -0.053514301776885986, 0.05894710123538971, 0.057651981711387634, 0.027141980826854706, -0.14608095586299896, -0.1254534125328064, 0.07558196783065796, -0.031072493642568588, 0.10640164464712143, -0.09398733824491501, -0.042059317231178284, -0.0022936295717954636, -0.02307194285094738, -0.00016592201427556574, -0.016641095280647278, -0.014609204605221748, -0.009446500800549984, -0.15001548826694489, -0.0005819561192765832, -0.021744605153799057, 0.09359104931354523, -0.16418907046318054, -0.0067436061799526215, 0.1332516223192215, 0.14277291297912598, 0.03053901717066765, -0.056061796844005585, 0.030685318633913994, 0.03867373615503311, -0.03956858813762665, -0.012136883102357388, -0.007555071730166674, 0.019316580146551132, -0.03925872966647148, 0.04361601918935776, -0.07841536402702332, -0.13629601895809174, 0.029742605984210968, 0.06112023815512657, -0.03931204602122307, -0.03616734966635704, -0.07079455256462097, -0.04493560269474983, -0.05869356542825699, -0.0411243699491024, 0.13438360393047333, -0.002016388578340411, 0.03904631733894348, -0.0837901383638382, -0.049059994518756866, -0.0022494555450975895, 0.022625423967838287, -0.046494342386722565, 0.09202908724546432, 0.03533827140927315, -0.12308333814144135, 0.10892944037914276, -0.09257366508245468, 0.04760536551475525, 0.17579463124275208, -0.007231102325022221, -0.031916432082653046, -0.01921938546001911, 0.014222831465303898, 0.018567902967333794, 0.09396016597747803, 0.04638936370611191, 0.048736732453107834, 0.015026434324681759, 0.00716722896322608, 0.04969828203320503, -0.06021494418382645, 0.03952779993414879, -0.021332064643502235, -0.055449239909648895, 0.06287863105535507, -0.004730439744889736, 0.004927936475723982, 0.11961311846971512, 0.04723329097032547, 0.08151154965162277, -0.053587574511766434, -0.06798730790615082, -0.12594319880008698, 0.12795761227607727, -0.10665994137525558, -0.2394292801618576, -0.10491649806499481, -0.012697636149823666, -0.10135535150766373, -0.02814469486474991, -0.04121341556310654, -0.04114778712391853, -0.06340144574642181, -0.10995882749557495, 0.001318344147875905, 0.04043670743703842, -0.01698322221636772, -0.0049415589310228825, -0.00006042116365279071, -0.03185296058654785, -0.06564732640981674, 0.01906505785882473, -0.04590523988008499, -0.054955560714006424, -0.03205415979027748, -0.030091650784015656, 0.15536795556545258, 0.12785027921199799, 0.03944593295454979, -0.02234717831015587, -0.028178300708532333, 0.1377260684967041, -0.10942351073026657, 0.135580375790596, 0.0593995675444603, -0.020771801471710205, 0.04991655796766281, 0.17451068758964539, 0.016850389540195465, -0.041270893067121506, 0.054033223539590836, 0.08284742385149002, -0.0642017051577568, -0.27516329288482666, -0.13810822367668152, -0.09568514674901962, -0.011721968650817871, 0.0492827408015728, 0.07415762543678284, 0.06245584413409233, -0.0400567352771759, -0.0823359340429306, 0.06417328864336014, 0.0811852440237999, 0.04644036293029785, 0.08254171907901764, 0.06909788399934769, 0.020206699147820473, -0.051153507083654404, 0.03336843475699425, 0.10452735424041748, 0.0132870739325881, 0.20981384813785553, -0.0022894309367984533, 0.19748206436634064, 0.04957261681556702, 0.06701253354549408, 0.022864263504743576, 0.003995081409811974, -0.0036533952224999666, 0.06375491619110107, 0.010379422456026077, -0.05198810622096062, 0.017663149163126945, 0.05623419210314751, 0.02375229075551033, -0.016291944310069084, 0.01939707249403, -0.008082563057541847, 0.07237515598535538, 0.18397454917430878, -0.008411413058638573, -0.06431746482849121, -0.03608642518520355, 0.03322560340166092, -0.006744475569576025, -0.07922806590795517, 0.03647937625646591, 0.10052889585494995, -0.09395688027143478, 0.11490362137556076, -0.014523402787744999, 0.1019759550690651, -0.0972614660859108, -0.040214959532022476, 0.02067040652036667, 0.061997149139642715, -0.038010358810424805, 0.0725511685013771, -0.15941683948040009, 0.1317073255777359, 0.00928302202373743, 0.04749234765768051, -0.03589363023638725, 0.011936184950172901, -0.0015484446194022894, 0.022235127165913582, 0.09929332882165909, 0.03168976679444313, -0.13870039582252502, -0.0021272378508001566, -0.12920570373535156, 0.00305486680008471, 0.0642281249165535, -0.11420711129903793, 0.09114836156368256, -0.022837774828076363, -0.01034354418516159, -0.048620302230119705, -0.04219555854797363, -0.15608184039592743, -0.15009884536266327, 0.07532162964344025, -0.03896719217300415, 0.0018157361773774028, -0.052506688982248306, -0.03283343464136124, -0.0452912300825119, 0.10740035027265549, -0.18980994820594788, -0.0556948259472847, -0.13535715639591217, 0.0062294104136526585, 0.09165755659341812, -0.06066516041755676, 0.012830237857997417, -0.011422323063015938, 0.16512277722358704, -0.03166860714554787, -0.09429006278514862, 0.011740264482796192, -0.012769508175551891, -0.20550158619880676, -0.05152614042162895, 0.13000468909740448, 0.08845320343971252, 0.053393516689538956, 0.009483568370342255, 0.05281250551342964, 0.04764294624328613, -0.13305719196796417, -0.022507023066282272, 0.08836860209703445, 0.021935850381851196, 0.09723152965307236, -0.04535370692610741, -0.1381608247756958, -0.12104514986276627, -0.06731530278921127, 0.08321037888526917, 0.08992783725261688, -0.07547420263290405, 0.10504396259784698, 0.08222082257270813, -0.1317683458328247, -0.22653189301490784, -0.04643801599740982, 0.05019744113087654, 0.008979443460702896, -0.03202424943447113, -0.14789095520973206, 0.03766723349690437, 0.0633128434419632, -0.02249656803905964, 0.03083612024784088, -0.18480780720710754, -0.12259460240602493, -0.021041162312030792, -0.03054489940404892, -0.05148480460047722, -0.14581139385700226, -0.11180794984102249, -0.03205609694123268, 0.00021910380746703595, 0.18115173280239105, -0.0058242324739694595, 0.029106078669428825, -0.01683826558291912, -0.055984657257795334, -0.002865233225747943, -0.008262323215603828, 0.11549314111471176, 0.0471377857029438, -0.0006565123330801725, -0.05862800031900406, -0.07930426299571991, 0.05917393043637276, -0.02658768743276596, 0.06843097507953644, 0.004390955436974764, 0.0318392813205719, -0.11318859457969666, -0.01439630426466465, -0.06447068601846695, 0.061497002840042114, -0.051785096526145935, -0.0066262888722121716, -0.1741034835577011, 0.11045163124799728, 0.1024392768740654, 0.024421226233243942, 0.1440361887216568, -0.032969456166028976, 0.04739483818411827, 0.1310914307832718, 0.10845048725605011, 0.07870936393737793, -0.013942073099315166, -0.0336323082447052, 0.010232779197394848, 0.028163012117147446, -0.13572262227535248, 0.03378971666097641, 0.15851786732673645, 0.03916339948773384, 0.10038824379444122, 0.0038576670922338963, -0.177799254655838, 0.016562150791287422, 0.07860305905342102, -0.12603901326656342, -0.14417308568954468, -0.04368586093187332, 0.021019630134105682, -0.09861399978399277, -0.03871874138712883, 0.06689006835222244, -0.030319567769765854, -0.009148863144218922, 0.04064231738448143, 0.06256578117609024, 0.024960530921816826, 0.05835617706179619, 0.04161405190825462, 0.012499329634010792, -0.07353170216083527, 0.1336866319179535, 0.1549147218465805, 0.05040217936038971, -0.02861073985695839, 0.15458634495735168, -0.07754775881767273, -0.027929427102208138, 0.009685209020972252, 0.07289759069681168, 0.009959900751709938, -0.05440957099199295, -0.01319967396557331, -0.1487465500831604, 0.05756083130836487, 0.2152276337146759, -0.01537514477968216, 0.07136911153793335, 0.002818998647853732, -0.02934393100440502, -0.02292841672897339, 0.08595237880945206, 0.019212014973163605, 0.02757406048476696, -0.06931300461292267, -0.028535403311252594, 0.04254145920276642, 0.02630951628088951, -0.01180607732385397, -0.06082672253251076, -0.10251743346452713, -0.017650272697210312, -0.09244177490472794, 0.04419675096869469, -0.06429113447666168, -0.014524214901030064, -0.04415421932935715, -0.07925765216350555, -0.05244706943631172, 0.005238723941147327, 0.0025320076383650303, -0.04913107678294182, -0.059527840465307236, 0.11596322059631348, -0.11231201142072678, -0.021010644733905792, 0.08263562619686127, -0.06326639652252197, 0.07996076345443726, -0.007445162162184715, 0.030570663511753082, 0.059534702450037, -0.1371428221464157, 0.05059879273176193, -0.01815127767622471, 0.05028911679983139, 0.012184961698949337, -0.07167153805494308, -0.028245119377970695, -0.003994240425527096, -0.09072938561439514, 0.016635144129395485, -0.01395554468035698, -0.07995292544364929, 0.03904646262526512, -0.10278166085481644, -0.02037404663860798, -0.023742428049445152, 0.04690300300717354, 0.09580200165510178, 0.06790371984243393, 0.08983390778303146, -0.04489828273653984, 0.04598981514573097, -0.14207449555397034, -0.006847761105746031, 0.009626060724258423, -0.016860533505678177, 0.002819265238940716, -0.016763806343078613, 0.05738618224859238, 0.03521621599793434, 0.1778935343027115, -0.03060990758240223, -0.016557149589061737, 0.015152177773416042, 0.10092213749885559, -0.08868446946144104, 0.0772751048207283, 0.024868255481123924, 0.03102249465882778, -0.018832694739103317, 0.07299601286649704, -0.06693360954523087, -0.04270244762301445, 0.0029748796951025724, 0.18418976664543152, 0.046768222004175186, 0.14592266082763672, 0.021587280556559563, 0.07078296691179276, -0.07628313452005386, -0.02728225663304329, 0.08503151684999466, -0.13397972285747528, -0.03061372973024845, -0.015148917213082314, 0.05923237279057503, 0.14138208329677582, -0.2048446387052536, 0.08458804339170456, 0.017193417996168137, -0.07008524984121323, -0.0214768685400486, -0.1776115596294403, -0.05893182381987572, -0.01393627468496561, -0.019167201593518257, -0.13346068561077118, 0.012200099416077137, 0.09187732636928558, -0.011097774840891361, 0.010851012542843819, 0.06754732877016068, -0.059254590421915054, -0.09584613144397736, 0.07650915533304214, 0.04094093665480614, 0.028065107762813568, 0.00802656076848507, 0.01963326707482338, -0.008264541625976562, 0.04871629551053047, 0.053306177258491516, 0.09702359139919281, 0.049425430595874786, 0.09381652623414993, -0.025561828166246414, -0.054733362048864365, 0.042473580688238144, -0.04329416900873184, 0.0024927465710788965, 0.11435858905315399, 0.05315633490681648, -0.004589140880852938, 0.032254595309495926, 0.15252022445201874, 0.028761064633727074, 0.025663873180747032, -0.12688294053077698, 0.0205096248537302, -0.02323332615196705, -0.012752906419336796, 0.018149573355913162, -0.10111360251903534, 0.008380104787647724, 0.2008081078529358, 0.1003364697098732, -0.022535599768161774, 0.013825450092554092, -0.020500019192695618, 0.018643280491232872, 0.04690045863389969, 0.04698409512639046, 0.006739480886608362, 0.2545742392539978, -0.009176697582006454, -0.007845761254429817, -0.09203367680311203, 0.0011810640571638942, -0.03917087987065315, 0.11675246059894562, -0.008386396802961826, -0.014106610789895058, -0.10663235932588577, 0.1384546458721161, -0.15958236157894135, -0.22288356721401215, 0.026168931275606155, -0.11808183789253235, -0.11162450909614563, -0.014590060338377953, -0.034723591059446335, -0.017238356173038483, -0.017232181504368782, 0.04933411255478859, 0.008181183598935604, -0.004137963987886906, 0.053166843950748444, -0.01792488805949688, -0.026310710236430168, 0.09176710993051529, 0.010408241301774979, 0.25231513381004333, -0.02635323442518711, 0.03518998250365257, 0.06982686370611191, 0.025097426027059555, -0.10467076301574707, 0.0060520782135427, 0.050725728273391724, -0.02225734107196331, -0.012070469558238983, 0.06497330218553543, 0.007393965497612953, 0.12097092717885971, 0.11770714074373245, 0.056876324117183685, 0.07063832879066467, 0.02168450318276882, -0.00468007568269968, -0.08180761337280273, 0.09087960422039032, -0.10845686495304108, 0.1506863683462143, 0.11179642379283905, -0.045430414378643036, 0.01267574168741703, -0.006672672461718321, 0.00029732947587035596, -0.0693042054772377, 0.14478622376918793, 0.02518923208117485, -0.14980460703372955, 0.010380529798567295, -0.05814862251281738, 0.06541486084461212, -0.09785834699869156, -0.02141440659761429, -0.005841022823005915, -0.02629741281270981, -0.0335145965218544, 0.12902535498142242, 0.0401853583753109, -0.038041017949581146, -0.05855874344706535, -0.154586061835289, 0.020125877112150192, 0.09353278577327728, -0.09698323160409927, -0.032067880034446716 ]
210d026faf9955653af8916fad021475a3f00453
# Dataset Card for "ai2_arc" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://allenai.org/data/arc](https://allenai.org/data/arc) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge](https://arxiv.org/abs/1803.05457) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 1361.68 MB - **Size of the generated dataset:** 2.28 MB - **Total amount of disk used:** 1363.96 MB ### Dataset Summary A new dataset of 7,787 genuine grade-school level, multiple-choice science questions, assembled to encourage research in advanced question-answering. The dataset is partitioned into a Challenge Set and an Easy Set, where the former contains only questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also including a corpus of over 14 million science sentences relevant to the task, and an implementation of three neural baseline models for this dataset. We pose ARC as a challenge to the community. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### ARC-Challenge - **Size of downloaded dataset files:** 680.84 MB - **Size of the generated dataset:** 0.83 MB - **Total amount of disk used:** 681.67 MB An example of 'train' looks as follows. ``` { "answerKey": "B", "choices": { "label": ["A", "B", "C", "D"], "text": ["Shady areas increased.", "Food sources increased.", "Oxygen levels increased.", "Available water increased."] }, "id": "Mercury_SC_405487", "question": "One year, the oak trees in a park began producing more acorns than usual. The next year, the population of chipmunks in the park also increased. Which best explains why there were more chipmunks the next year?" } ``` #### ARC-Easy - **Size of downloaded dataset files:** 680.84 MB - **Size of the generated dataset:** 1.45 MB - **Total amount of disk used:** 682.29 MB An example of 'train' looks as follows. ``` { "answerKey": "B", "choices": { "label": ["A", "B", "C", "D"], "text": ["Shady areas increased.", "Food sources increased.", "Oxygen levels increased.", "Available water increased."] }, "id": "Mercury_SC_405487", "question": "One year, the oak trees in a park began producing more acorns than usual. The next year, the population of chipmunks in the park also increased. Which best explains why there were more chipmunks the next year?" } ``` ### Data Fields The data fields are the same among all splits. #### ARC-Challenge - `id`: a `string` feature. - `question`: a `string` feature. - `choices`: a dictionary feature containing: - `text`: a `string` feature. - `label`: a `string` feature. - `answerKey`: a `string` feature. #### ARC-Easy - `id`: a `string` feature. - `question`: a `string` feature. - `choices`: a dictionary feature containing: - `text`: a `string` feature. - `label`: a `string` feature. - `answerKey`: a `string` feature. ### Data Splits | name |train|validation|test| |-------------|----:|---------:|---:| |ARC-Challenge| 1119| 299|1172| |ARC-Easy | 2251| 570|2376| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @article{allenai:arc, author = {Peter Clark and Isaac Cowhey and Oren Etzioni and Tushar Khot and Ashish Sabharwal and Carissa Schoenick and Oyvind Tafjord}, title = {Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge}, journal = {arXiv:1803.05457v1}, year = {2018}, } ``` ### Contributions Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
allenai/ai2_arc
[ "task_categories:question-answering", "task_ids:open-domain-qa", "task_ids:multiple-choice-qa", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:cc-by-sa-4.0", "arxiv:1803.05457", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["open-domain-qa", "multiple-choice-qa"], "pretty_name": "Ai2Arc", "language_bcp47": ["en-US"], "dataset_info": [{"config_name": "ARC-Challenge", "features": [{"name": "id", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "choices", "sequence": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": "string"}]}, {"name": "answerKey", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 349760, "num_examples": 1119}, {"name": "test", "num_bytes": 375511, "num_examples": 1172}, {"name": "validation", "num_bytes": 96660, "num_examples": 299}], "download_size": 449460, "dataset_size": 821931}, {"config_name": "ARC-Easy", "features": [{"name": "id", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "choices", "sequence": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": "string"}]}, {"name": "answerKey", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 619000, "num_examples": 2251}, {"name": "test", "num_bytes": 657514, "num_examples": 2376}, {"name": "validation", "num_bytes": 157394, "num_examples": 570}], "download_size": 762935, "dataset_size": 1433908}], "configs": [{"config_name": "ARC-Challenge", "data_files": [{"split": "train", "path": "ARC-Challenge/train-*"}, {"split": "test", "path": "ARC-Challenge/test-*"}, {"split": "validation", "path": "ARC-Challenge/validation-*"}]}, {"config_name": "ARC-Easy", "data_files": [{"split": "train", "path": "ARC-Easy/train-*"}, {"split": "test", "path": "ARC-Easy/test-*"}, {"split": "validation", "path": "ARC-Easy/validation-*"}]}]}
2023-12-21T15:09:48+00:00
[ "1803.05457" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-open-domain-qa #task_ids-multiple-choice-qa #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-sa-4.0 #arxiv-1803.05457 #region-us
Dataset Card for "ai2\_arc" =========================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge * Point of Contact: * Size of downloaded dataset files: 1361.68 MB * Size of the generated dataset: 2.28 MB * Total amount of disk used: 1363.96 MB ### Dataset Summary A new dataset of 7,787 genuine grade-school level, multiple-choice science questions, assembled to encourage research in advanced question-answering. The dataset is partitioned into a Challenge Set and an Easy Set, where the former contains only questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also including a corpus of over 14 million science sentences relevant to the task, and an implementation of three neural baseline models for this dataset. We pose ARC as a challenge to the community. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### ARC-Challenge * Size of downloaded dataset files: 680.84 MB * Size of the generated dataset: 0.83 MB * Total amount of disk used: 681.67 MB An example of 'train' looks as follows. #### ARC-Easy * Size of downloaded dataset files: 680.84 MB * Size of the generated dataset: 1.45 MB * Total amount of disk used: 682.29 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### ARC-Challenge * 'id': a 'string' feature. * 'question': a 'string' feature. * 'choices': a dictionary feature containing: + 'text': a 'string' feature. + 'label': a 'string' feature. * 'answerKey': a 'string' feature. #### ARC-Easy * 'id': a 'string' feature. * 'question': a 'string' feature. * 'choices': a dictionary feature containing: + 'text': a 'string' feature. + 'label': a 'string' feature. * 'answerKey': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @lewtun, @patrickvonplaten, @thomwolf for adding this dataset.
[ "### Dataset Summary\n\n\nA new dataset of 7,787 genuine grade-school level, multiple-choice science questions, assembled to encourage research in\nadvanced question-answering. The dataset is partitioned into a Challenge Set and an Easy Set, where the former contains\nonly questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also\nincluding a corpus of over 14 million science sentences relevant to the task, and an implementation of three neural baseline models for this dataset. We pose ARC as a challenge to the community.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### ARC-Challenge\n\n\n* Size of downloaded dataset files: 680.84 MB\n* Size of the generated dataset: 0.83 MB\n* Total amount of disk used: 681.67 MB\n\n\nAn example of 'train' looks as follows.", "#### ARC-Easy\n\n\n* Size of downloaded dataset files: 680.84 MB\n* Size of the generated dataset: 1.45 MB\n* Total amount of disk used: 682.29 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### ARC-Challenge\n\n\n* 'id': a 'string' feature.\n* 'question': a 'string' feature.\n* 'choices': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'label': a 'string' feature.\n* 'answerKey': a 'string' feature.", "#### ARC-Easy\n\n\n* 'id': a 'string' feature.\n* 'question': a 'string' feature.\n* 'choices': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'label': a 'string' feature.\n* 'answerKey': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @lewtun, @patrickvonplaten, @thomwolf for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #task_ids-multiple-choice-qa #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-sa-4.0 #arxiv-1803.05457 #region-us \n", "### Dataset Summary\n\n\nA new dataset of 7,787 genuine grade-school level, multiple-choice science questions, assembled to encourage research in\nadvanced question-answering. The dataset is partitioned into a Challenge Set and an Easy Set, where the former contains\nonly questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also\nincluding a corpus of over 14 million science sentences relevant to the task, and an implementation of three neural baseline models for this dataset. We pose ARC as a challenge to the community.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### ARC-Challenge\n\n\n* Size of downloaded dataset files: 680.84 MB\n* Size of the generated dataset: 0.83 MB\n* Total amount of disk used: 681.67 MB\n\n\nAn example of 'train' looks as follows.", "#### ARC-Easy\n\n\n* Size of downloaded dataset files: 680.84 MB\n* Size of the generated dataset: 1.45 MB\n* Total amount of disk used: 682.29 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### ARC-Challenge\n\n\n* 'id': a 'string' feature.\n* 'question': a 'string' feature.\n* 'choices': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'label': a 'string' feature.\n* 'answerKey': a 'string' feature.", "#### ARC-Easy\n\n\n* 'id': a 'string' feature.\n* 'question': a 'string' feature.\n* 'choices': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'label': a 'string' feature.\n* 'answerKey': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @lewtun, @patrickvonplaten, @thomwolf for adding this dataset." ]
[ 113, 130, 10, 11, 6, 58, 58, 17, 81, 81, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 28 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #task_ids-multiple-choice-qa #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-sa-4.0 #arxiv-1803.05457 #region-us \n### Dataset Summary\n\n\nA new dataset of 7,787 genuine grade-school level, multiple-choice science questions, assembled to encourage research in\nadvanced question-answering. The dataset is partitioned into a Challenge Set and an Easy Set, where the former contains\nonly questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also\nincluding a corpus of over 14 million science sentences relevant to the task, and an implementation of three neural baseline models for this dataset. We pose ARC as a challenge to the community.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### ARC-Challenge\n\n\n* Size of downloaded dataset files: 680.84 MB\n* Size of the generated dataset: 0.83 MB\n* Total amount of disk used: 681.67 MB\n\n\nAn example of 'train' looks as follows.#### ARC-Easy\n\n\n* Size of downloaded dataset files: 680.84 MB\n* Size of the generated dataset: 1.45 MB\n* Total amount of disk used: 682.29 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### ARC-Challenge\n\n\n* 'id': a 'string' feature.\n* 'question': a 'string' feature.\n* 'choices': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'label': a 'string' feature.\n* 'answerKey': a 'string' feature." ]
[ -0.0437714047729969, 0.08017850667238235, -0.004367523826658726, 0.03722572326660156, 0.06749098002910614, 0.03206057474017143, 0.0726185292005539, 0.11940878629684448, 0.08459196984767914, 0.19202937185764313, 0.032804813235998154, -0.022297078743577003, 0.07756911218166351, 0.1083516851067543, -0.002533967373892665, -0.13493718206882477, 0.047605808824300766, -0.09689696878194809, 0.007983448915183544, 0.08371399343013763, 0.10879567265510559, -0.06380435824394226, 0.05904168635606766, -0.10892023146152496, -0.037105631083250046, 0.02236122637987137, -0.03074471466243267, 0.007317465264350176, 0.049057163298130035, 0.03459976240992546, 0.05501828342676163, 0.004113879520446062, 0.007788000162690878, -0.2144695371389389, 0.019043251872062683, 0.06483137607574463, 0.027743332087993622, 0.05491532385349274, 0.08610618114471436, 0.04038858786225319, 0.13119225203990936, -0.10330530256032944, 0.032747216522693634, 0.06272721290588379, -0.08023805916309357, -0.06768357008695602, -0.1289823353290558, 0.05421566590666771, 0.12162131816148758, 0.053354453295469284, -0.05059724673628807, 0.07087783515453339, -0.03662831708788872, 0.07322945445775986, 0.06196752190589905, -0.08334111422300339, -0.05655348673462868, 0.1444821059703827, 0.0636001005768776, 0.18354766070842743, -0.030146675184369087, -0.01985924318432808, 0.00648475531488657, 0.03219614177942276, -0.018546029925346375, -0.03850393742322922, -0.04110565409064293, 0.004592864774167538, -0.11593183130025864, -0.09615442901849747, 0.1913098692893982, 0.06497640162706375, -0.052725497633218765, -0.16321612894535065, -0.0549861416220665, 0.015881216153502464, -0.01755240373313427, 0.003753719385713339, -0.004328277427703142, -0.014933738857507706, 0.012843240983784199, -0.0772591233253479, -0.07650980353355408, -0.04745874181389809, -0.03682076558470726, -0.012853935360908508, 0.005972043611109257, 0.028869030997157097, 0.06375192850828171, 0.04780348762869835, -0.08662933111190796, -0.07876386493444443, -0.043634556233882904, -0.042120665311813354, -0.17315804958343506, -0.009716461412608624, -0.017958849668502808, -0.10805998742580414, 0.10493618994951248, 0.1067318394780159, 0.015266157686710358, 0.03399860858917236, -0.05021438002586365, 0.0210932195186615, 0.06813983619213104, 0.14359070360660553, -0.1194891706109047, -0.1367860585451126, 0.02914111688733101, 0.06688663363456726, 0.028712237253785133, -0.029938865453004837, -0.04096100106835365, 0.004861648194491863, 0.029069874435663223, 0.07954197376966476, 0.13384707272052765, 0.03461352363228798, -0.03299050033092499, -0.05342830717563629, 0.10473909974098206, -0.11740993708372116, 0.005081096664071083, 0.06269435584545135, -0.046553973108530045, -0.033050715923309326, -0.01912250928580761, 0.03155539184808731, -0.062283631414175034, 0.006181003525853157, -0.0775657519698143, -0.062270764261484146, -0.10396341234445572, -0.14423786103725433, 0.07330118864774704, -0.012913619168102741, -0.07345885038375854, -0.030688628554344177, -0.18522223830223083, -0.06672583520412445, 0.027714086696505547, -0.07712461054325104, -0.01567876525223255, 0.019496189430356026, -0.048328422009944916, -0.02754821442067623, -0.009780689142644405, 0.09583312273025513, -0.01644417643547058, 0.04080463573336601, -0.04509928077459335, 0.0426531545817852, 0.0252802986651659, 0.012574341148138046, -0.07116089016199112, 0.10058210790157318, -0.20478375256061554, 0.13987788558006287, -0.11215289682149887, 0.006809815764427185, -0.14115072786808014, -0.03095291554927826, 0.0019287178292870522, -0.004260897170752287, 0.04467662423849106, 0.11415626853704453, -0.10745555907487869, 0.022432168945670128, 0.01940583810210228, -0.010105792433023453, -0.14092162251472473, 0.14043234288692474, -0.020457837730646133, 0.05672465264797211, 0.021453313529491425, 0.1301984190940857, 0.08105301111936569, -0.04488836228847504, -0.10822644829750061, -0.01230858825147152, 0.03727513179183006, 0.07935129106044769, 0.09911871701478958, -0.07537426799535751, 0.04440317302942276, 0.011199386790394783, -0.02188950404524803, -0.013783257454633713, -0.012935226783156395, -0.05599863454699516, -0.028084736317396164, -0.03519997000694275, -0.052640631794929504, -0.010689768008887768, -0.03998930752277374, -0.05477606877684593, -0.07557309418916702, -0.12097478657960892, 0.08387009054422379, -0.037374041974544525, 0.02345607616007328, -0.06084548681974411, 0.019204728305339813, -0.12074024230241776, 0.011285454966127872, -0.1627463400363922, -0.16357339918613434, 0.09629032015800476, -0.052282657474279404, 0.03670485317707062, -0.032543592154979706, 0.006468692794442177, -0.010585666634142399, -0.03681597858667374, -0.004306821618229151, -0.00025568815181031823, -0.022877441719174385, -0.06271283328533173, -0.08038192242383957, -0.0591500848531723, -0.024893347173929214, 0.10507521033287048, -0.07816776633262634, -0.002933077048510313, 0.047741346061229706, 0.06711520254611969, 0.0057540531270205975, -0.07645352929830551, 0.04396667331457138, 0.00009761547698872164, -0.026225443929433823, -0.05104881152510643, 0.000359170458978042, -0.027708062902092934, -0.03025440312922001, 0.006614458281546831, -0.1506253182888031, -0.12492237985134125, 0.03914840891957283, 0.13792294263839722, -0.008953680284321308, -0.010882707312703133, -0.05119671672582626, -0.05433150753378868, -0.04408346116542816, -0.13477492332458496, 0.008069636300206184, 0.0658373236656189, 0.027637207880616188, -0.07275477051734924, -0.03357066214084625, -0.00684964656829834, 0.013918440788984299, 0.0016172208124771714, 0.09379561990499496, 0.09007426351308823, -0.1720077246427536, 0.08223596215248108, -0.03669947013258934, -0.009767170064151287, 0.055743731558322906, -0.003751534502953291, -0.13122007250785828, -0.028895176947116852, 0.05664404481649399, 0.009433972649276257, 0.10127172619104385, 0.023771123960614204, 0.08496028929948807, 0.08871729671955109, 0.03454522788524628, 0.04783836007118225, -0.042706653475761414, 0.035218048840761185, -0.020222900435328484, -0.050181545317173004, 0.005759682040661573, 0.011305584572255611, 0.04186154529452324, 0.09781727939844131, 0.03349318727850914, 0.04339471459388733, -0.0024435673840343952, -0.09910834580659866, -0.14794529974460602, 0.16210955381393433, -0.07296019047498703, -0.19916263222694397, -0.1584698110818863, 0.006800396367907524, -0.07532978802919388, -0.01570219360291958, -0.002529221586883068, 0.003079256508499384, -0.08775920420885086, -0.13214470446109772, 0.091858871281147, 0.013057348318397999, -0.11248212307691574, -0.05239058658480644, 0.019017988815903664, 0.024514630436897278, -0.10399432480335236, 0.02714158408343792, 0.025896942242980003, -0.06600526720285416, 0.023391081020236015, -0.04844364523887634, 0.12357380241155624, 0.1015288308262825, 0.06428317725658417, -0.02545270323753357, -0.017489543184638023, 0.23522494733333588, -0.10341522842645645, 0.13885313272476196, 0.09265357255935669, 0.010240848176181316, 0.06312061846256256, 0.19312597811222076, 0.008464422076940536, -0.03519618511199951, 0.08628974109888077, 0.05385131016373634, -0.06515303999185562, -0.269732803106308, -0.11958549171686172, -0.059964075684547424, 0.05984155088663101, 0.04826837405562401, 0.03314998000860214, 0.08835715800523758, 0.06472361832857132, -0.0822785347700119, -0.0047844829969108105, -0.005876561626791954, 0.08233492821455002, 0.09993258118629456, -0.01891276240348816, 0.0502399243414402, -0.07220034301280975, 0.04735579341650009, 0.09545227140188217, 0.08639780431985855, 0.1978958398103714, -0.017689649015665054, 0.2162514328956604, 0.02123269811272621, 0.05990250036120415, -0.02890119142830372, 0.0732894167304039, -0.04443266987800598, 0.037694092839956284, -0.013449316844344139, -0.043865691870450974, -0.005175225902348757, 0.09821572154760361, 0.13704794645309448, -0.030764149501919746, 0.0266316719353199, -0.03914647176861763, 0.0493391752243042, 0.21229751408100128, 0.04055614769458771, -0.11304503679275513, -0.029818035662174225, 0.0837310329079628, -0.04190930351614952, -0.07431399077177048, -0.013278973288834095, 0.21272026002407074, -0.11203456670045853, -0.03607015684247017, -0.044457655400037766, 0.09088360518217087, 0.009774580597877502, -0.02172417752444744, 0.003943572752177715, 0.08110634982585907, -0.018135875463485718, 0.11281850188970566, -0.19041423499584198, 0.11338301748037338, 0.025721164420247078, 0.003957739099860191, -0.05073697119951248, 0.04115312919020653, -0.02179945446550846, -0.06750770658254623, 0.13722467422485352, 0.01607828587293625, -0.07333092391490936, -0.06306441128253937, -0.13387881219387054, 0.03505680337548256, 0.08676686882972717, -0.10449172556400299, 0.11688065528869629, 0.009516325779259205, 0.0017158256378024817, -0.008063958957791328, 0.11831817775964737, -0.028294438496232033, -0.17812678217887878, 0.055447474122047424, -0.022774800658226013, -0.051591672003269196, -0.07052720338106155, 0.017205875366926193, -0.01714714616537094, 0.12420237809419632, -0.11029143631458282, -0.09562183916568756, -0.1286703199148178, -0.033676616847515106, 0.2123437374830246, -0.04622119665145874, 0.01821812056005001, -0.03404218330979347, 0.0897025540471077, -0.02356760948896408, -0.029269076883792877, 0.09173861145973206, -0.07694926857948303, -0.15726858377456665, -0.0813404768705368, 0.12085350602865219, 0.01840035617351532, 0.09974733740091324, -0.02986970543861389, 0.0866779014468193, -0.015160742215812206, -0.08863566070795059, -0.00022202484251465648, 0.06553615629673004, 0.03920132666826248, 0.1398811936378479, -0.04420853778719902, 0.03749944642186165, -0.06120641529560089, -0.04449862614274025, 0.10506688058376312, 0.17711973190307617, -0.06689239293336868, 0.05262640491127968, 0.06330863386392593, -0.06262600421905518, -0.24375714361667633, 0.006454315967857838, 0.06387940049171448, -0.00246023153886199, 0.02699449099600315, -0.17523272335529327, 0.0473455972969532, 0.08374013751745224, -0.043678801506757736, 0.01754736341536045, -0.24111782014369965, -0.10401114076375961, 0.004065030254423618, 0.01435206737369299, -0.09112318605184555, -0.19791771471500397, -0.06161234900355339, -0.014035950414836407, -0.09795255213975906, 0.08137920498847961, 0.00787097867578268, 0.06780648231506348, 0.000661596015561372, 0.06517137587070465, 0.04568510130047798, -0.08198662102222443, 0.1359560638666153, 0.027153195813298225, 0.013117247261106968, -0.025824476033449173, -0.005478620994836092, 0.059148479253053665, -0.06368295848369598, 0.1392708122730255, -0.023072820156812668, 0.07330439239740372, -0.1412806659936905, -0.011695501394569874, -0.08958625793457031, 0.013236485421657562, -0.064720518887043, -0.07907665520906448, -0.1389012187719345, 0.04821259528398514, 0.07977520674467087, 0.014490174129605293, 0.06744958460330963, -0.04597627744078636, 0.04552656039595604, 0.1833888292312622, 0.11795234680175781, 0.13053636252880096, -0.11943952739238739, 0.003141995519399643, -0.017628271132707596, 0.01921452023088932, -0.17912226915359497, 0.031565502285957336, 0.11282170563936234, 0.018964290618896484, 0.13533669710159302, -0.024390436708927155, -0.13581378757953644, 0.01506509818136692, 0.035485364496707916, -0.06576839834451675, -0.23927883803844452, 0.02155166119337082, 0.05019206181168556, -0.19935019314289093, -0.08034687489271164, 0.07623210549354553, 0.026841243728995323, -0.00741603784263134, -0.0026131810154765844, 0.11750258505344391, 0.02310492843389511, 0.11286991089582443, 0.0687716156244278, 0.08035735785961151, -0.06314441561698914, 0.09682179987430573, 0.12041722238063812, -0.12353425472974777, 0.006037482526153326, 0.17279711365699768, -0.03572875261306763, -0.025704527273774147, -0.04264676943421364, 0.0038901192601770163, -0.016198454424738884, -0.006797972600907087, -0.016779111698269844, -0.07331214100122452, 0.03924943134188652, 0.08925669640302658, -0.006582008209079504, 0.04056234657764435, 0.009888705797493458, -0.006771804764866829, -0.08990371227264404, 0.14249104261398315, -0.04136504977941513, 0.07279181480407715, -0.021928854286670685, -0.07866175472736359, -0.026914604008197784, 0.011268284171819687, -0.0018455942627042532, -0.00791802816092968, -0.054177023470401764, -0.02244018204510212, -0.19502052664756775, -0.001102304900996387, -0.03524579107761383, -0.04450497776269913, 0.0062949457205832005, -0.040297068655490875, -0.02142680063843727, 0.02797003835439682, -0.053192138671875, -0.06095559149980545, -0.07988865673542023, 0.09182360768318176, -0.1034756526350975, -0.021980876103043556, 0.0866607055068016, -0.09070762246847153, 0.12710334360599518, -0.0045310151763260365, -0.028502298519015312, -0.01691630855202675, -0.080550916492939, 0.0015196094755083323, -0.03953605145215988, 0.08063100278377533, 0.017940009012818336, -0.12909266352653503, -0.018610265105962753, 0.0010700984857976437, -0.015333003364503384, 0.010484996251761913, -0.048897624015808105, -0.09450193494558334, 0.083048015832901, -0.05074896290898323, -0.032574839890003204, -0.07379218190908432, 0.025267204269766808, -0.0036256874445825815, 0.0682968869805336, 0.08341184258460999, -0.0400518998503685, 0.08784560859203339, -0.18118785321712494, -0.031050922349095345, 0.02260582521557808, 0.03237783536314964, -0.016786834225058556, 0.001975923078134656, 0.06365402787923813, -0.021013295277953148, 0.16862939298152924, -0.04367944970726967, -0.06514745950698853, 0.05581105500459671, 0.0478614941239357, 0.0855429470539093, 0.03923707827925682, 0.10991780459880829, -0.006801875773817301, -0.02168925479054451, 0.04074909910559654, -0.0361008420586586, -0.014052479527890682, 0.0634261965751648, 0.107899010181427, 0.1405758261680603, 0.15671533346176147, 0.002451107604429126, 0.06323350220918655, -0.09548234194517136, 0.0249895378947258, 0.07478458434343338, -0.007950836792588234, 0.02486402355134487, -0.06789210438728333, 0.11962617933750153, 0.08277790248394012, -0.18572410941123962, 0.08376384526491165, -0.05825601890683174, -0.07700678706169128, -0.023425905033946037, -0.04755016416311264, -0.08609626442193985, -0.06879407912492752, 0.011996954679489136, -0.16146941483020782, 0.04911819100379944, 0.16249430179595947, 0.015698717907071114, -0.02480917051434517, 0.12550313770771027, -0.08051590621471405, -0.026888644322752953, 0.011440596543252468, -0.0002780921058729291, 0.03711409121751785, 0.08733842521905899, 0.019149737432599068, 0.04275856912136078, 0.039435699582099915, 0.13663609325885773, 0.0951886922121048, 0.025095706805586815, 0.02456265315413475, -0.06283331662416458, -0.08218393474817276, -0.018571095541119576, -0.013291802257299423, -0.030281076207756996, 0.23123706877231598, 0.04765930771827698, -0.014524562284350395, 0.0012521258322522044, 0.1657227873802185, -0.05522514879703522, -0.07680550962686539, -0.15078215301036835, 0.15639661252498627, -0.0686812773346901, -0.010912608355283737, 0.02995980903506279, -0.13215890526771545, -0.04491117224097252, 0.136921226978302, 0.13186433911323547, -0.06921208649873734, -0.03702002763748169, 0.017574070021510124, 0.0015257933409884572, -0.05818931758403778, 0.08579768240451813, 0.04062103107571602, 0.24471087753772736, -0.04954361543059349, 0.07846804708242416, 0.01865866221487522, -0.05964649096131325, -0.053183604031801224, 0.10467496514320374, -0.03238421678543091, -0.001249886816367507, -0.06429459899663925, 0.08712522685527802, -0.0579499825835228, -0.187832772731781, 0.01379374135285616, -0.09068380296230316, -0.1192438080906868, 0.005757407285273075, 0.04788610711693764, -0.006979655474424362, 0.051506806164979935, -0.002483231946825981, 0.004540699068456888, 0.0514630451798439, -0.03566505387425423, -0.059855151921510696, -0.016037380322813988, 0.09906604140996933, -0.15201692283153534, 0.20813685655593872, 0.020725581794977188, 0.0951949805021286, 0.1126856878399849, -0.07014709711074829, -0.16270574927330017, 0.08444327116012573, 0.11589985340833664, -0.06102090701460838, 0.03636005520820618, 0.19213181734085083, -0.0063733067363500595, 0.17617687582969666, 0.08799874782562256, -0.0410577692091465, 0.024685390293598175, 0.05117058381438255, 0.013603338971734047, -0.15657049417495728, -0.017747437581419945, -0.09807000309228897, 0.1345883160829544, 0.12005146592855453, -0.05553293600678444, 0.019824162125587463, -0.030439596623182297, -0.007261300925165415, 0.001723467605188489, 0.19670113921165466, 0.013827808201313019, -0.1574251502752304, 0.04526246339082718, -0.09982972592115402, 0.051652878522872925, -0.28978607058525085, -0.035915620625019073, 0.004027678165584803, 0.02010338380932808, -0.012463684193789959, 0.13441252708435059, 0.08343610167503357, -0.042068395763635635, -0.03984847292304039, -0.10852208733558655, -0.0288055669516325, 0.11436440050601959, -0.07016561925411224, -0.05740779638290405 ]
69a8c7b33b9ae3281d93bdc34e85735b2ad4e662
# Dataset Card for air_dialogue ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://worksheets.codalab.org/worksheets/0xa79833f4b3c24f4188cee7131b120a59 - **Repository:** https://github.com/google/airdialogue - **Paper:** https://www.aclweb.org/anthology/D18-1419/ - **Leaderboard:** https://worksheets.codalab.org/worksheets/0xa79833f4b3c24f4188cee7131b120a59 - **Point of Contact:** [AirDialogue-Google](mailto:airdialogue@gmail.com) [Aakash Gupta](mailto:aakashg80@gmail.com) ### Dataset Summary AirDialogue, is a large dataset that contains 402,038 goal-oriented conversations. To collect this dataset, we create a contextgenerator which provides travel and flight restrictions. Then the human annotators are asked to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. ### Supported Tasks and Leaderboards We use perplexity and BLEU score to evaluate the quality of the language generated by the model. We also compare the dialogue state generated by the model s and the ground truth state s0. Two categories of the metrics are used: exact match scores and scaled scores The inference competition & leaderboard can be found here: https://worksheets.codalab.org/worksheets/0xa79833f4b3c24f4188cee7131b120a59 ### Languages The text in the dataset is in English. The BCP 47 code is `en` ## Dataset Structure ### Data Instances The data is provided in two set of files. The first one has the dialogues (`air_dialogue_data`) and the knowledge-base (`air_dialogue_kb`) BuilderConfig: `air_dialogue_data` ``` {"action": {"status": "book", "name": "Emily Edwards", "flight": [1027]}, "intent": {"return_month": "June", "return_day": "14", "max_price": 200, "departure_airport": "DFW", "return_time": "afternoon", "max_connections": 1, "departure_day": "12", "goal": "book", "departure_month": "June", "name": "Emily Edwards", "return_airport": "IAD"}, "timestamps": [1519233239, 1519233244, 1519233249, 1519233252, 1519233333, 1519233374, 1519233392, 1519233416, 1519233443, 1519233448, 1519233464, 1519233513, 1519233525, 1519233540, 1519233626, 1519233628, 1519233638], "dialogue": ["customer: Hello.", "agent: Hello.", "customer: My name is Emily Edwards.", "agent: How may I help you out?", "customer: I need some help in my flight ticket reservation to attend a convocation meeting, can you please help me?", "agent: Sure, I will help you out. May I know your travelling dates please?", "customer: Thank you and my dates are 06/12 and back on 06/14.", "agent: Can I know your airport codes?", "customer: The airport codes are from DFW to IAD.", "agent: Ok, please wait a moment.", "customer: Sure.", "agent: There is a flight with connection 1 and price 200, can I proceed with this flight?", "customer: Yes, do proceed with booking.", "agent: Ok, your ticket has been booked.", "customer: Thank you for your assistance in my flight ticket reservation.", "agent: Thank you for choosing us.", "customer: You are welcome."], "expected_action": {"status": "book", "name": "Emily Edwards", "flight": [1027]}, "correct_sample": true} ``` BuilderConfig: `air_dialogue_kb` ``` {"kb": [{"return_airport": "DTW", "airline": "Spirit", "departure_day": "12", "departure_airport": "IAD", "flight_number": 1000, "departure_month": "June", "departure_time_num": 17, "class": "economy", "return_time_num": 2, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 200}, {"return_airport": "DTW", "airline": "Frontier", "departure_day": "12", "departure_airport": "IAD", "flight_number": 1001, "departure_month": "June", "departure_time_num": 0, "class": "business", "return_time_num": 15, "return_month": "June", "return_day": "13", "num_connections": 0, "price": 500}, {"return_airport": "DTW", "airline": "JetBlue", "departure_day": "12", "departure_airport": "IAD", "flight_number": 1002, "departure_month": "June", "departure_time_num": 0, "class": "business", "return_time_num": 13, "return_month": "June", "return_day": "13", "num_connections": 1, "price": 600}, {"return_airport": "IAD", "airline": "Hawaiian", "departure_day": "12", "departure_airport": "DTW", "flight_number": 1003, "departure_month": "June", "departure_time_num": 6, "class": "economy", "return_time_num": 5, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 200}, {"return_airport": "DFW", "airline": "AA", "departure_day": "12", "departure_airport": "DTW", "flight_number": 1004, "departure_month": "June", "departure_time_num": 9, "class": "economy", "return_time_num": 11, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 100}, {"return_airport": "IAD", "airline": "AA", "departure_day": "12", "departure_airport": "DFW", "flight_number": 1005, "departure_month": "June", "departure_time_num": 3, "class": "economy", "return_time_num": 17, "return_month": "June", "return_day": "13", "num_connections": 1, "price": 100}, {"return_airport": "DTW", "airline": "Frontier", "departure_day": "12", "departure_airport": "IAD", "flight_number": 1006, "departure_month": "June", "departure_time_num": 10, "class": "economy", "return_time_num": 10, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 100}, {"return_airport": "IAD", "airline": "UA", "departure_day": "12", "departure_airport": "DFW", "flight_number": 1007, "departure_month": "June", "departure_time_num": 14, "class": "economy", "return_time_num": 20, "return_month": "June", "return_day": "13", "num_connections": 1, "price": 100}, {"return_airport": "DFW", "airline": "AA", "departure_day": "13", "departure_airport": "DTW", "flight_number": 1008, "departure_month": "June", "departure_time_num": 6, "class": "economy", "return_time_num": 8, "return_month": "June", "return_day": "14", "num_connections": 2, "price": 400}, {"return_airport": "DFW", "airline": "Delta", "departure_day": "12", "departure_airport": "IAD", "flight_number": 1009, "departure_month": "June", "departure_time_num": 18, "class": "economy", "return_time_num": 6, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 200}, {"return_airport": "DFW", "airline": "Frontier", "departure_day": "13", "departure_airport": "DTW", "flight_number": 1010, "departure_month": "June", "departure_time_num": 4, "class": "economy", "return_time_num": 2, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 100}, {"return_airport": "DFW", "airline": "Southwest", "departure_day": "12", "departure_airport": "DTW", "flight_number": 1011, "departure_month": "June", "departure_time_num": 17, "class": "economy", "return_time_num": 22, "return_month": "June", "return_day": "13", "num_connections": 0, "price": 100}, {"return_airport": "DTW", "airline": "JetBlue", "departure_day": "11", "departure_airport": "DFW", "flight_number": 1012, "departure_month": "June", "departure_time_num": 13, "class": "economy", "return_time_num": 22, "return_month": "June", "return_day": "13", "num_connections": 1, "price": 100}, {"return_airport": "DTW", "airline": "Southwest", "departure_day": "12", "departure_airport": "IAD", "flight_number": 1013, "departure_month": "June", "departure_time_num": 16, "class": "economy", "return_time_num": 13, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 200}, {"return_airport": "DTW", "airline": "Delta", "departure_day": "12", "departure_airport": "IAD", "flight_number": 1014, "departure_month": "June", "departure_time_num": 0, "class": "economy", "return_time_num": 8, "return_month": "June", "return_day": "15", "num_connections": 1, "price": 100}, {"return_airport": "DTW", "airline": "Southwest", "departure_day": "12", "departure_airport": "DFW", "flight_number": 1015, "departure_month": "June", "departure_time_num": 17, "class": "economy", "return_time_num": 1, "return_month": "June", "return_day": "15", "num_connections": 1, "price": 300}, {"return_airport": "DTW", "airline": "UA", "departure_day": "11", "departure_airport": "DFW", "flight_number": 1016, "departure_month": "June", "departure_time_num": 10, "class": "economy", "return_time_num": 4, "return_month": "June", "return_day": "14", "num_connections": 0, "price": 200}, {"return_airport": "DFW", "airline": "AA", "departure_day": "12", "departure_airport": "DTW", "flight_number": 1017, "departure_month": "June", "departure_time_num": 14, "class": "economy", "return_time_num": 23, "return_month": "June", "return_day": "14", "num_connections": 2, "price": 400}, {"return_airport": "DTW", "airline": "JetBlue", "departure_day": "12", "departure_airport": "DFW", "flight_number": 1018, "departure_month": "June", "departure_time_num": 3, "class": "economy", "return_time_num": 1, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 100}, {"return_airport": "DFW", "airline": "Hawaiian", "departure_day": "12", "departure_airport": "IAD", "flight_number": 1019, "departure_month": "June", "departure_time_num": 7, "class": "economy", "return_time_num": 18, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 200}, {"return_airport": "DFW", "airline": "Delta", "departure_day": "12", "departure_airport": "IAD", "flight_number": 1020, "departure_month": "June", "departure_time_num": 6, "class": "economy", "return_time_num": 18, "return_month": "June", "return_day": "14", "num_connections": 2, "price": 200}, {"return_airport": "IAD", "airline": "Delta", "departure_day": "12", "departure_airport": "DFW", "flight_number": 1021, "departure_month": "June", "departure_time_num": 11, "class": "business", "return_time_num": 8, "return_month": "June", "return_day": "14", "num_connections": 0, "price": 1000}, {"return_airport": "IAD", "airline": "JetBlue", "departure_day": "12", "departure_airport": "DTW", "flight_number": 1022, "departure_month": "June", "departure_time_num": 4, "class": "economy", "return_time_num": 14, "return_month": "June", "return_day": "13", "num_connections": 0, "price": 200}, {"return_airport": "IAD", "airline": "Frontier", "departure_day": "12", "departure_airport": "DTW", "flight_number": 1023, "departure_month": "June", "departure_time_num": 19, "class": "economy", "return_time_num": 23, "return_month": "June", "return_day": "13", "num_connections": 1, "price": 200}, {"return_airport": "DFW", "airline": "UA", "departure_day": "12", "departure_airport": "DTW", "flight_number": 1024, "departure_month": "June", "departure_time_num": 11, "class": "economy", "return_time_num": 19, "return_month": "June", "return_day": "15", "num_connections": 1, "price": 200}, {"return_airport": "DTW", "airline": "Hawaiian", "departure_day": "11", "departure_airport": "IAD", "flight_number": 1025, "departure_month": "June", "departure_time_num": 6, "class": "economy", "return_time_num": 10, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 100}, {"return_airport": "DTW", "airline": "UA", "departure_day": "12", "departure_airport": "DFW", "flight_number": 1026, "departure_month": "June", "departure_time_num": 0, "class": "economy", "return_time_num": 18, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 300}, {"return_airport": "IAD", "airline": "Delta", "departure_day": "12", "departure_airport": "DFW", "flight_number": 1027, "departure_month": "June", "departure_time_num": 17, "class": "economy", "return_time_num": 15, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 200}, {"return_airport": "IAD", "airline": "Southwest", "departure_day": "12", "departure_airport": "DTW", "flight_number": 1028, "departure_month": "June", "departure_time_num": 23, "class": "economy", "return_time_num": 13, "return_month": "June", "return_day": "14", "num_connections": 1, "price": 100}, {"return_airport": "DFW", "airline": "Spirit", "departure_day": "11", "departure_airport": "DTW", "flight_number": 1029, "departure_month": "June", "departure_time_num": 22, "class": "business", "return_time_num": 4, "return_month": "June", "return_day": "14", "num_connections": 0, "price": 800}], "reservation": 0} ``` ### Data Fields BuilderConfig: `air_dialogue_data`: Provides for customer context, dialogue states and environment key name | Description | |---|---| |'search_action' | search action performed by customer | |'action' | Action taken by the agent | |'intent' | Intents from the conversation | |'timestamps' | Timestamp for each of the dialogues | |'dialogue' | Dialogue recorded between agent & customer | |'expected_action' | Expected action from agent (human-annotated)| |'correct_sample' | whether action performed by agent was same as expected_action | BuilderConfig: `air_dialogue_kb`: Provides for the Agent Context _ca_ = (_db_, _r_ ) key name | Description | |---|---| |'kb' | Available flights in the database | |'reservation' | whether customer has an existing reservation| ### Data Splits Data is split into Train/Dev & Test in the ration of 80%, 10% and 10% ## Dataset Creation ### Curation Rationale [Needs More Information] ### Source Data #### Initial Data Collection and Normalization [Needs More Information] #### Who are the source language producers? [Needs More Information] ### Annotations #### Annotation process To collect this dataset, we create a contextgenerator which provides travel and flight restrictions. We then ask human annotators to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. Key to our environment is the ease of evaluating the success of the dialogue, which is achieved by using ground-truth states (e.g., the flight being booked) generated by the restrictions. Any dialogue agent that does not generate the correct states is considered to fail. #### Who are the annotators? [Needs More Information] ### Personal and Sensitive Information No personal and sensitive information is stored ## Considerations for Using the Data ### Social Impact of Dataset [Needs More Information] ### Discussion of Biases [Needs More Information] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators [AirDialogue team](mailto:airdialogue@gmail.com) For issues regarding HuggingFace Dataset Hub implementation [Aakash Gupta](mailto:aakashg80@gmail.com) ### Licensing Information cc-by-nc-4.0 ### Citation Information @inproceedings{wei-etal-2018-airdialogue, title = "{A}ir{D}ialogue: An Environment for Goal-Oriented Dialogue Research", author = "Wei, Wei and Le, Quoc and Dai, Andrew and Li, Jia", booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", month = oct # "-" # nov, year = "2018", address = "Brussels, Belgium", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/D18-1419", doi = "10.18653/v1/D18-1419", pages = "3844--3854", abstract = "Recent progress in dialogue generation has inspired a number of studies on dialogue systems that are capable of accomplishing tasks through natural language interactions. A promising direction among these studies is the use of reinforcement learning techniques, such as self-play, for training dialogue agents. However, current datasets are limited in size, and the environment for training agents and evaluating progress is relatively unsophisticated. We present AirDialogue, a large dataset that contains 301,427 goal-oriented conversations. To collect this dataset, we create a context-generator which provides travel and flight restrictions. We then ask human annotators to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. Key to our environment is the ease of evaluating the success of the dialogue, which is achieved by using ground-truth states (e.g., the flight being booked) generated by the restrictions. Any dialogue agent that does not generate the correct states is considered to fail. Our experimental results indicate that state-of-the-art dialogue models can only achieve a score of 0.17 while humans can reach a score of 0.91, which suggests significant opportunities for future improvement.", } ### Contributions Thanks to [@skyprince999](https://github.com/skyprince999) for adding this dataset.
air_dialogue
[ "task_categories:conversational", "task_categories:text-generation", "task_categories:fill-mask", "task_ids:dialogue-generation", "task_ids:dialogue-modeling", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:crowdsourced", "language_creators:machine-generated", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:cc-by-nc-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["machine-generated"], "language": ["en"], "license": ["cc-by-nc-4.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["conversational", "text-generation", "fill-mask"], "task_ids": ["dialogue-generation", "dialogue-modeling", "language-modeling", "masked-language-modeling"], "pretty_name": "AirDialogue", "dataset_info": [{"config_name": "air_dialogue_data", "features": [{"name": "action", "struct": [{"name": "status", "dtype": "string"}, {"name": "name", "dtype": "string"}, {"name": "flight", "sequence": "int32"}]}, {"name": "intent", "struct": [{"name": "return_month", "dtype": "string"}, {"name": "return_day", "dtype": "string"}, {"name": "max_price", "dtype": "int32"}, {"name": "departure_airport", "dtype": "string"}, {"name": "max_connections", "dtype": "int32"}, {"name": "departure_day", "dtype": "string"}, {"name": "goal", "dtype": "string"}, {"name": "departure_month", "dtype": "string"}, {"name": "name", "dtype": "string"}, {"name": "return_airport", "dtype": "string"}]}, {"name": "timestamps", "sequence": "int64"}, {"name": "dialogue", "sequence": "string"}, {"name": "expected_action", "struct": [{"name": "status", "dtype": "string"}, {"name": "name", "dtype": "string"}, {"name": "flight", "sequence": "int32"}]}, {"name": "search_info", "list": [{"name": "button_name", "dtype": "string"}, {"name": "field_name", "dtype": "string"}, {"name": "field_value", "dtype": "string"}, {"name": "timestmamp", "dtype": "int64"}]}, {"name": "correct_sample", "dtype": "bool_"}], "splits": [{"name": "train", "num_bytes": 353721137, "num_examples": 321459}, {"name": "validation", "num_bytes": 44442238, "num_examples": 40363}], "download_size": 272898923, "dataset_size": 398163375}, {"config_name": "air_dialogue_kb", "features": [{"name": "kb", "list": [{"name": "airline", "dtype": "string"}, {"name": "class", "dtype": "string"}, {"name": "departure_airport", "dtype": "string"}, {"name": "departure_day", "dtype": "string"}, {"name": "departure_month", "dtype": "string"}, {"name": "departure_time_num", "dtype": "int32"}, {"name": "flight_number", "dtype": "int32"}, {"name": "num_connections", "dtype": "int32"}, {"name": "price", "dtype": "int32"}, {"name": "return_airport", "dtype": "string"}, {"name": "return_day", "dtype": "string"}, {"name": "return_month", "dtype": "string"}, {"name": "return_time_num", "dtype": "int32"}]}, {"name": "reservation", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 782592158, "num_examples": 321459}, {"name": "validation", "num_bytes": 98269789, "num_examples": 40363}], "download_size": 272898923, "dataset_size": 880861947}]}
2024-01-18T10:59:29+00:00
[]
[ "en" ]
TAGS #task_categories-conversational #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-generation #task_ids-dialogue-modeling #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-crowdsourced #language_creators-machine-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-nc-4.0 #region-us
Dataset Card for air\_dialogue ============================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: URL * Paper: URL * Leaderboard: URL * Point of Contact: AirDialogue-Google Aakash Gupta ### Dataset Summary AirDialogue, is a large dataset that contains 402,038 goal-oriented conversations. To collect this dataset, we create a contextgenerator which provides travel and flight restrictions. Then the human annotators are asked to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. ### Supported Tasks and Leaderboards We use perplexity and BLEU score to evaluate the quality of the language generated by the model. We also compare the dialogue state generated by the model s and the ground truth state s0. Two categories of the metrics are used: exact match scores and scaled scores The inference competition & leaderboard can be found here: URL ### Languages The text in the dataset is in English. The BCP 47 code is 'en' Dataset Structure ----------------- ### Data Instances The data is provided in two set of files. The first one has the dialogues ('air\_dialogue\_data') and the knowledge-base ('air\_dialogue\_kb') BuilderConfig: 'air\_dialogue\_data' BuilderConfig: 'air\_dialogue\_kb' ### Data Fields BuilderConfig: 'air\_dialogue\_data': Provides for customer context, dialogue states and environment BuilderConfig: 'air\_dialogue\_kb': Provides for the Agent Context *ca* = (*db*, *r* ) ### Data Splits Data is split into Train/Dev & Test in the ration of 80%, 10% and 10% Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process To collect this dataset, we create a contextgenerator which provides travel and flight restrictions. We then ask human annotators to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. Key to our environment is the ease of evaluating the success of the dialogue, which is achieved by using ground-truth states (e.g., the flight being booked) generated by the restrictions. Any dialogue agent that does not generate the correct states is considered to fail. #### Who are the annotators? ### Personal and Sensitive Information No personal and sensitive information is stored Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators AirDialogue team For issues regarding HuggingFace Dataset Hub implementation Aakash Gupta ### Licensing Information cc-by-nc-4.0 @inproceedings{wei-etal-2018-airdialogue, title = "{A}ir{D}ialogue: An Environment for Goal-Oriented Dialogue Research", author = "Wei, Wei and Le, Quoc and Dai, Andrew and Li, Jia", booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", month = oct # "-" # nov, year = "2018", address = "Brussels, Belgium", publisher = "Association for Computational Linguistics", url = "URL doi = "10.18653/v1/D18-1419", pages = "3844--3854", abstract = "Recent progress in dialogue generation has inspired a number of studies on dialogue systems that are capable of accomplishing tasks through natural language interactions. A promising direction among these studies is the use of reinforcement learning techniques, such as self-play, for training dialogue agents. However, current datasets are limited in size, and the environment for training agents and evaluating progress is relatively unsophisticated. We present AirDialogue, a large dataset that contains 301,427 goal-oriented conversations. To collect this dataset, we create a context-generator which provides travel and flight restrictions. We then ask human annotators to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. Key to our environment is the ease of evaluating the success of the dialogue, which is achieved by using ground-truth states (e.g., the flight being booked) generated by the restrictions. Any dialogue agent that does not generate the correct states is considered to fail. Our experimental results indicate that state-of-the-art dialogue models can only achieve a score of 0.17 while humans can reach a score of 0.91, which suggests significant opportunities for future improvement.", } ### Contributions Thanks to @skyprince999 for adding this dataset.
[ "### Dataset Summary\n\n\nAirDialogue, is a large dataset that contains 402,038 goal-oriented conversations. To collect this dataset, we create a contextgenerator which provides travel and flight restrictions. Then the human annotators are asked to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions.", "### Supported Tasks and Leaderboards\n\n\nWe use perplexity and BLEU score to evaluate the quality of the language generated by the model. We also compare the dialogue state generated by the model s and the ground truth state s0. Two categories of the metrics are used: exact match scores and scaled scores\n\n\nThe inference competition & leaderboard can be found here:\nURL", "### Languages\n\n\nThe text in the dataset is in English. The BCP 47 code is 'en'\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe data is provided in two set of files. The first one has the dialogues ('air\\_dialogue\\_data') and the knowledge-base ('air\\_dialogue\\_kb')\n\n\nBuilderConfig: 'air\\_dialogue\\_data'\n\n\nBuilderConfig: 'air\\_dialogue\\_kb'", "### Data Fields\n\n\nBuilderConfig: 'air\\_dialogue\\_data':\nProvides for customer context, dialogue states and environment\n\n\n\nBuilderConfig: 'air\\_dialogue\\_kb':\nProvides for the Agent Context *ca* = (*db*, *r* )", "### Data Splits\n\n\nData is split into Train/Dev & Test in the ration of 80%, 10% and 10%\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nTo collect this dataset, we create a contextgenerator which provides travel and flight restrictions. We then ask human annotators to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. Key to our environment is the ease of evaluating the success of the dialogue, which is achieved by using ground-truth states (e.g., the flight being booked) generated by the restrictions. Any dialogue agent that does not generate the correct states is considered to fail.", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nNo personal and sensitive information is stored\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nAirDialogue team\n\n\nFor issues regarding HuggingFace Dataset Hub implementation Aakash Gupta", "### Licensing Information\n\n\ncc-by-nc-4.0\n\n\n@inproceedings{wei-etal-2018-airdialogue,\ntitle = \"{A}ir{D}ialogue: An Environment for Goal-Oriented Dialogue Research\",\nauthor = \"Wei, Wei and\nLe, Quoc and\nDai, Andrew and\nLi, Jia\",\nbooktitle = \"Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing\",\nmonth = oct # \"-\" # nov,\nyear = \"2018\",\naddress = \"Brussels, Belgium\",\npublisher = \"Association for Computational Linguistics\",\nurl = \"URL\ndoi = \"10.18653/v1/D18-1419\",\npages = \"3844--3854\",\nabstract = \"Recent progress in dialogue generation has inspired a number of studies on dialogue systems that are capable of accomplishing tasks through natural language interactions. A promising direction among these studies is the use of reinforcement learning techniques, such as self-play, for training dialogue agents. However, current datasets are limited in size, and the environment for training agents and evaluating progress is relatively unsophisticated. We present AirDialogue, a large dataset that contains 301,427 goal-oriented conversations. To collect this dataset, we create a context-generator which provides travel and flight restrictions. We then ask human annotators to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. Key to our environment is the ease of evaluating the success of the dialogue, which is achieved by using ground-truth states (e.g., the flight being booked) generated by the restrictions. Any dialogue agent that does not generate the correct states is considered to fail. Our experimental results indicate that state-of-the-art dialogue models can only achieve a score of 0.17 while humans can reach a score of 0.91, which suggests significant opportunities for future improvement.\",\n}", "### Contributions\n\n\nThanks to @skyprince999 for adding this dataset." ]
[ "TAGS\n#task_categories-conversational #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-generation #task_ids-dialogue-modeling #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-crowdsourced #language_creators-machine-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-nc-4.0 #region-us \n", "### Dataset Summary\n\n\nAirDialogue, is a large dataset that contains 402,038 goal-oriented conversations. To collect this dataset, we create a contextgenerator which provides travel and flight restrictions. Then the human annotators are asked to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions.", "### Supported Tasks and Leaderboards\n\n\nWe use perplexity and BLEU score to evaluate the quality of the language generated by the model. We also compare the dialogue state generated by the model s and the ground truth state s0. Two categories of the metrics are used: exact match scores and scaled scores\n\n\nThe inference competition & leaderboard can be found here:\nURL", "### Languages\n\n\nThe text in the dataset is in English. The BCP 47 code is 'en'\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe data is provided in two set of files. The first one has the dialogues ('air\\_dialogue\\_data') and the knowledge-base ('air\\_dialogue\\_kb')\n\n\nBuilderConfig: 'air\\_dialogue\\_data'\n\n\nBuilderConfig: 'air\\_dialogue\\_kb'", "### Data Fields\n\n\nBuilderConfig: 'air\\_dialogue\\_data':\nProvides for customer context, dialogue states and environment\n\n\n\nBuilderConfig: 'air\\_dialogue\\_kb':\nProvides for the Agent Context *ca* = (*db*, *r* )", "### Data Splits\n\n\nData is split into Train/Dev & Test in the ration of 80%, 10% and 10%\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nTo collect this dataset, we create a contextgenerator which provides travel and flight restrictions. We then ask human annotators to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. Key to our environment is the ease of evaluating the success of the dialogue, which is achieved by using ground-truth states (e.g., the flight being booked) generated by the restrictions. Any dialogue agent that does not generate the correct states is considered to fail.", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nNo personal and sensitive information is stored\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nAirDialogue team\n\n\nFor issues regarding HuggingFace Dataset Hub implementation Aakash Gupta", "### Licensing Information\n\n\ncc-by-nc-4.0\n\n\n@inproceedings{wei-etal-2018-airdialogue,\ntitle = \"{A}ir{D}ialogue: An Environment for Goal-Oriented Dialogue Research\",\nauthor = \"Wei, Wei and\nLe, Quoc and\nDai, Andrew and\nLi, Jia\",\nbooktitle = \"Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing\",\nmonth = oct # \"-\" # nov,\nyear = \"2018\",\naddress = \"Brussels, Belgium\",\npublisher = \"Association for Computational Linguistics\",\nurl = \"URL\ndoi = \"10.18653/v1/D18-1419\",\npages = \"3844--3854\",\nabstract = \"Recent progress in dialogue generation has inspired a number of studies on dialogue systems that are capable of accomplishing tasks through natural language interactions. A promising direction among these studies is the use of reinforcement learning techniques, such as self-play, for training dialogue agents. However, current datasets are limited in size, and the environment for training agents and evaluating progress is relatively unsophisticated. We present AirDialogue, a large dataset that contains 301,427 goal-oriented conversations. To collect this dataset, we create a context-generator which provides travel and flight restrictions. We then ask human annotators to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. Key to our environment is the ease of evaluating the success of the dialogue, which is achieved by using ground-truth states (e.g., the flight being booked) generated by the restrictions. Any dialogue agent that does not generate the correct states is considered to fail. Our experimental results indicate that state-of-the-art dialogue models can only achieve a score of 0.17 while humans can reach a score of 0.91, which suggests significant opportunities for future improvement.\",\n}", "### Contributions\n\n\nThanks to @skyprince999 for adding this dataset." ]
[ 152, 83, 85, 30, 90, 71, 30, 7, 4, 10, 10, 5, 120, 9, 26, 7, 8, 14, 26, 449, 18 ]
[ "passage: TAGS\n#task_categories-conversational #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-generation #task_ids-dialogue-modeling #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-crowdsourced #language_creators-machine-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-nc-4.0 #region-us \n### Dataset Summary\n\n\nAirDialogue, is a large dataset that contains 402,038 goal-oriented conversations. To collect this dataset, we create a contextgenerator which provides travel and flight restrictions. Then the human annotators are asked to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions.### Supported Tasks and Leaderboards\n\n\nWe use perplexity and BLEU score to evaluate the quality of the language generated by the model. We also compare the dialogue state generated by the model s and the ground truth state s0. Two categories of the metrics are used: exact match scores and scaled scores\n\n\nThe inference competition & leaderboard can be found here:\nURL### Languages\n\n\nThe text in the dataset is in English. The BCP 47 code is 'en'\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nThe data is provided in two set of files. The first one has the dialogues ('air\\_dialogue\\_data') and the knowledge-base ('air\\_dialogue\\_kb')\n\n\nBuilderConfig: 'air\\_dialogue\\_data'\n\n\nBuilderConfig: 'air\\_dialogue\\_kb'", "passage: ### Data Fields\n\n\nBuilderConfig: 'air\\_dialogue\\_data':\nProvides for customer context, dialogue states and environment\n\n\n\nBuilderConfig: 'air\\_dialogue\\_kb':\nProvides for the Agent Context *ca* = (*db*, *r* )### Data Splits\n\n\nData is split into Train/Dev & Test in the ration of 80%, 10% and 10%\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process\n\n\nTo collect this dataset, we create a contextgenerator which provides travel and flight restrictions. We then ask human annotators to play the role of a customer or an agent and interact with the goal of successfully booking a trip given the restrictions. Key to our environment is the ease of evaluating the success of the dialogue, which is achieved by using ground-truth states (e.g., the flight being booked) generated by the restrictions. Any dialogue agent that does not generate the correct states is considered to fail.#### Who are the annotators?### Personal and Sensitive Information\n\n\nNo personal and sensitive information is stored\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators\n\n\nAirDialogue team\n\n\nFor issues regarding HuggingFace Dataset Hub implementation Aakash Gupta" ]
[ -0.030246928334236145, 0.1698847860097885, -0.0039741569198668, 0.07170038670301437, 0.037044841796159744, -0.018022745847702026, 0.0980873852968216, 0.061788707971572876, 0.001585090532898903, 0.08246983587741852, -0.012882305309176445, -0.006830625236034393, 0.15027600526809692, 0.1877082884311676, -0.013813329860568047, -0.1322871893644333, 0.025200147181749344, -0.11625838279724121, -0.03782256320118904, 0.10683131217956543, 0.13395953178405762, -0.06126144528388977, 0.04203546792268753, -0.03759345784783363, -0.027707675471901894, -0.0016700082924216986, -0.043260056525468826, -0.02581287920475006, 0.10107637941837311, 0.07854780554771423, 0.09877581894397736, 0.026281235739588737, 0.06995358318090439, -0.23441334068775177, 0.011224990710616112, 0.030071884393692017, 0.007927931845188141, 0.0018334287451580167, 0.021249540150165558, -0.01784781739115715, 0.11543741822242737, -0.061480045318603516, 0.09191370010375977, 0.0477047897875309, -0.12633444368839264, -0.15230309963226318, -0.1424717754125595, 0.042351316660642624, 0.13933560252189636, 0.06739615648984909, -0.06765171885490417, 0.051617689430713654, -0.07565132528543472, 0.05965932086110115, 0.04237555339932442, -0.14020903408527374, -0.031147634610533714, 0.061734460294246674, -0.05285505950450897, 0.10154981911182404, -0.10408103466033936, -0.03368076682090759, 0.0095292367041111, -0.00448866281658411, 0.034644193947315216, 0.00512986583635211, -0.006323365494608879, 0.06780125200748444, -0.13378919661045074, -0.11830322444438934, 0.20392031967639923, 0.02549103833734989, -0.04251744598150253, -0.16529490053653717, -0.02908432111144066, -0.006724233273416758, 0.052393924444913864, -0.06790182739496231, -0.000919172540307045, -0.00121964979916811, 0.05230582877993584, -0.054186269640922546, -0.10313327610492706, -0.021230407059192657, -0.03772979602217674, 0.04055355116724968, 0.002308422466740012, 0.039791665971279144, -0.004870055243372917, 0.08205969631671906, 0.050105366855859756, -0.13305620849132538, -0.018044404685497284, -0.04969538003206253, -0.1417199820280075, -0.010853264480829239, 0.0415184423327446, 0.0001101512461900711, 0.013972939923405647, 0.05437128245830536, -0.023342911154031754, 0.016179630532860756, -0.03722003102302551, 0.0280638225376606, 0.08839170634746552, 0.15418076515197754, 0.027739617973566055, -0.10798006504774094, -0.042135242372751236, 0.05378712713718414, 0.02902170643210411, -0.03198820352554321, -0.02674947865307331, 0.06436039507389069, -0.0003715959610417485, 0.09125134348869324, 0.022023802623152733, -0.03420156240463257, -0.1282046139240265, 0.0049941278994083405, 0.14591559767723083, -0.13753637671470642, 0.004427824169397354, 0.04080135002732277, -0.05928351730108261, -0.10572858899831772, 0.018255604431033134, 0.03349313512444496, -0.03192465007305145, 0.026708591729402542, -0.030570227652788162, -0.005694729276001453, -0.04921870678663254, -0.0782494843006134, 0.009460603818297386, -0.058394066989421844, -0.08327591419219971, -0.021438196301460266, -0.1517370045185089, -0.08120250701904297, 0.04720578342676163, -0.098441481590271, -0.10320710390806198, -0.03382827714085579, -0.002342446707189083, -0.016873804852366447, -0.03131338581442833, -0.05938992649316788, -0.04781587794423103, 0.022195633500814438, -0.03181002289056778, 0.07917503267526627, 0.09506399929523468, 0.036280885338783264, -0.06900396943092346, 0.051743753254413605, -0.176484152674675, 0.15201444923877716, -0.14172270894050598, -0.018907267600297928, -0.10023079067468643, -0.004472633823752403, 0.06499157100915909, -0.0189379695802927, -0.018691742792725563, 0.15139421820640564, -0.1944763958454132, -0.03821929171681404, 0.08375842869281769, -0.1425204575061798, -0.09487392008304596, 0.08620359748601913, -0.0635564923286438, 0.08976476639509201, 0.06987764686346054, 0.11001569032669067, 0.040226809680461884, -0.0631609708070755, -0.017705395817756653, -0.022737320512533188, -0.016651686280965805, 0.19835606217384338, 0.13069964945316315, -0.10254969447851181, 0.06299405544996262, -0.023948270827531815, 0.001240607351064682, 0.02724912390112877, 0.018966492265462875, -0.10578592121601105, 0.03174654021859169, -0.024439508095383644, 0.08749623596668243, 0.006283982656896114, -0.07808256894350052, -0.04706879332661629, -0.08559688925743103, -0.05060308799147606, 0.06118183583021164, 0.005720424931496382, -0.005373209714889526, -0.04878590255975723, -0.006896575912833214, -0.06007330119609833, -0.041552141308784485, -0.12657105922698975, -0.12391863763332367, 0.04424476623535156, -0.05972745642066002, 0.07627440989017487, 0.1395028680562973, 0.017548581585288048, 0.02874203771352768, -0.010842221789062023, -0.01916274055838585, -0.03557242825627327, 0.022318294271826744, -0.024800490587949753, -0.18158507347106934, 0.00630653090775013, -0.057974521070718765, 0.20322027802467346, -0.1252145618200302, -0.0015206504613161087, 0.11929871141910553, 0.09635497629642487, 0.0545845702290535, -0.05133935064077377, 0.04940652847290039, -0.006067429669201374, -0.009632598608732224, -0.04573221132159233, -0.0067159379832446575, -0.01687171868979931, -0.06346786022186279, 0.08134465664625168, -0.11209279298782349, -0.035833220928907394, 0.03357398137450218, 0.14959727227687836, -0.08402040600776672, -0.022784750908613205, -0.055307865142822266, -0.04454758018255234, -0.09859858453273773, 0.0036012213677167892, 0.17470011115074158, 0.04963601380586624, 0.04503640905022621, -0.07312020659446716, -0.09350582957267761, -0.0657523050904274, -0.03534669056534767, -0.06543455272912979, 0.07913611829280853, -0.05943116545677185, -0.181216761469841, 0.14896121621131897, 0.05482466518878937, 0.08540073782205582, 0.16782674193382263, 0.0025169318541884422, -0.06087886542081833, -0.07644498348236084, 0.05248725414276123, -0.03283412382006645, 0.1623418629169464, -0.10807667672634125, 0.02396300807595253, 0.04896179214119911, 0.0061933621764183044, 0.005468571092933416, -0.10685783624649048, 0.016520468518137932, 0.07658687233924866, -0.06890170276165009, 0.03528954088687897, -0.020425790920853615, 0.022408122196793556, 0.10174979269504547, 0.03459566831588745, -0.02043943479657173, -0.016046086326241493, -0.07292260974645615, -0.1141524389386177, 0.09675993025302887, -0.0928715318441391, -0.22548525035381317, -0.12386642396450043, -0.037065956741571426, -0.09515682607889175, 0.009938179515302181, 0.04915698245167732, -0.05977930873632431, -0.0696183368563652, -0.08159151673316956, 0.09701759368181229, 0.026080433279275894, -0.10518039017915726, 0.01759856380522251, -0.02849132940173149, -0.0342983603477478, -0.12951213121414185, 0.007292631082236767, 0.05384161323308945, -0.012392781674861908, 0.0022752974182367325, 0.04297734424471855, 0.1055980771780014, 0.13633188605308533, 0.020610248669981956, -0.008493443951010704, -0.06584572046995163, 0.27406248450279236, -0.14255735278129578, 0.10987431555986404, 0.08182339370250702, -0.06017017364501953, 0.07382448017597198, 0.257659375667572, 0.009837726131081581, -0.02649124525487423, 0.03844473138451576, 0.0251105148345232, -0.013447504490613937, -0.2406960129737854, -0.1059250682592392, -0.04240219667553902, -0.04919614642858505, -0.004648705944418907, 0.0548197440803051, 0.025697287172079086, 0.04241416975855827, -0.04904152452945709, -0.035625066608190536, 0.10973893851041794, 0.06374208629131317, 0.07725527137517929, -0.026209142059087753, 0.06252207607030869, -0.04937734827399254, -0.041510723531246185, 0.11762668192386627, 0.07118762284517288, 0.18621575832366943, -0.030934106558561325, 0.16744910180568695, 0.08978649973869324, 0.07225807011127472, -0.015611115843057632, 0.023796603083610535, -0.002766803838312626, 0.04984242841601372, -0.047380100935697556, -0.05394474044442177, -0.05145316198468208, 0.09671527147293091, 0.1506308913230896, -0.017634693533182144, 0.0633021742105484, -0.05650876462459564, 0.08382474631071091, 0.13069044053554535, 0.07741305977106094, -0.0719420537352562, -0.030325178056955338, 0.10729831457138062, -0.02624775841832161, -0.06092184782028198, 0.001641952432692051, 0.12250638008117676, -0.14567725360393524, 0.06324079632759094, -0.019973069429397583, 0.08324464410543442, -0.05903645232319832, -0.042498327791690826, -0.06625090539455414, -0.07291053235530853, -0.019221097230911255, 0.10896617919206619, -0.1720908284187317, 0.17485688626766205, -0.02335125207901001, -0.02200746163725853, -0.07394780963659286, 0.06499899923801422, -0.002910836599767208, -0.014075099490582943, 0.1517602503299713, 0.018796131014823914, -0.025479044765233994, -0.042900342494249344, -0.06290528923273087, 0.010206229984760284, 0.02762911096215248, -0.10029317438602448, 0.08085621148347855, 0.008968761190772057, 0.01624578982591629, -0.05579543486237526, 0.07842539995908737, -0.0875377207994461, -0.1742289662361145, 0.04482816159725189, -0.08710140734910965, -0.014395438134670258, -0.0563209243118763, -0.02767779864370823, -0.05050110071897507, 0.16725699603557587, -0.05985501781105995, -0.11038653552532196, -0.11077623814344406, -0.05574008822441101, 0.10791374742984772, -0.059101372957229614, 0.03098202869296074, -0.008289754390716553, 0.13178685307502747, -0.03490954264998436, 0.01302907895296812, 0.041792623698711395, -0.026693712919950485, -0.18806350231170654, -0.04213714972138405, 0.12011316418647766, 0.09455038607120514, 0.07872772961854935, -0.018442951142787933, 0.0421455055475235, -0.044862255454063416, -0.09466725587844849, 0.04175199940800667, 0.08706982433795929, -0.012134963646531105, 0.1412642002105713, 0.07389061152935028, -0.17598982155323029, -0.13365045189857483, -0.08297629654407501, 0.16481035947799683, 0.2401466965675354, -0.07693684101104736, 0.2245321273803711, 0.13310123980045319, -0.08534076809883118, -0.16000397503376007, -0.0623115599155426, -0.0014827633276581764, 0.024499932304024696, 0.05104009807109833, -0.09469874948263168, 0.012010958977043629, 0.031915247440338135, -0.05675570294260979, -0.02096095308661461, -0.2226097583770752, -0.11321750283241272, 0.10525738447904587, 0.04860382527112961, -0.09143216162919998, -0.10398834943771362, -0.04586368426680565, -0.04483215510845184, -0.15057694911956787, 0.029955245554447174, -0.028258655220270157, 0.015596247278153896, 0.011392174288630486, 0.06850846111774445, 0.014924376271665096, -0.021675068885087967, 0.20360231399536133, -0.007130925543606281, 0.041715994477272034, -0.08847130835056305, -0.06003481149673462, 0.0726383700966835, -0.06799626350402832, 0.12239782512187958, -0.0032715750858187675, 0.022966664284467697, -0.1644359827041626, -0.04328832030296326, -0.07425963133573532, -0.0027510938234627247, -0.07008066773414612, -0.07475078105926514, -0.1374901384115219, 0.06455844640731812, 0.1243152916431427, -0.018869703635573387, 0.011729728430509567, -0.05205327644944191, 0.07371824979782104, 0.11792409420013428, 0.12509803473949432, 0.07594411075115204, -0.1329982727766037, -0.01455334946513176, -0.0012005087919533253, 0.021502496674656868, -0.1299402266740799, 0.042615242302417755, 0.10162755846977234, 0.00281943054869771, 0.17699438333511353, -0.007792752236127853, -0.1525936871767044, 0.015639528632164, 0.044694703072309494, -0.051369473338127136, -0.16330009698867798, -0.012387460097670555, 0.02802344225347042, -0.10888301581144333, -0.06931691616773605, 0.06801297515630722, -0.0013193776831030846, -0.00872530322521925, -0.01910548284649849, 0.07079572975635529, -0.0059014554135501385, 0.06452888250350952, 0.055921513587236404, 0.08666741847991943, -0.0758187547326088, 0.14548280835151672, 0.13798794150352478, -0.11765031516551971, 0.01145264320075512, 0.08793047070503235, -0.05589992552995682, -0.043858639895915985, 0.018403153866529465, 0.14726394414901733, 0.04910575598478317, -0.034591976553201675, 0.02320748381316662, -0.14457793533802032, 0.030101744458079338, 0.16011297702789307, 0.019718468189239502, 0.05393434688448906, -0.03225429728627205, -0.028326919302344322, -0.0040002018213272095, 0.14362770318984985, 0.030778326094150543, -0.008002383634448051, -0.06183607131242752, 0.010701564140617847, -0.004986567888408899, 0.039443183690309525, -0.01866057701408863, -0.05168141797184944, -0.09132394939661026, 0.010784891434013844, -0.06308487802743912, 0.01766727864742279, -0.06597378849983215, 0.037307996302843094, -0.0022908467799425125, -0.055697083473205566, 0.006230444181710482, 0.02336730994284153, -0.08577439934015274, -0.0021999524906277657, -0.035626120865345, 0.10785727202892303, -0.172400563955307, -0.032982390373945236, 0.08595764636993408, -0.073079414665699, 0.11453169584274292, -0.018334459513425827, -0.049605049192905426, -0.026119299232959747, -0.10103258490562439, 0.02578190341591835, -0.015926150605082512, 0.01768581196665764, 0.0740148201584816, -0.20526263117790222, -0.027249500155448914, -0.0010805502533912659, -0.07227078825235367, 0.02873881161212921, 0.04477852210402489, -0.0471695140004158, 0.041304681450128555, 0.04310247302055359, -0.11993813514709473, -0.029761601239442825, 0.03106311522424221, 0.0673811212182045, 0.02459356188774109, 0.11250735819339752, -0.016988541930913925, 0.08641941845417023, -0.14406704902648926, -0.036995746195316315, 0.018813565373420715, 0.01849868707358837, -0.02495030127465725, -0.04993417114019394, 0.03160465136170387, -0.019390730187296867, 0.20393672585487366, 0.024517929181456566, -0.03745545446872711, 0.02944144979119301, 0.0193024929612875, 0.007086820434778929, 0.018605805933475494, -0.02967996895313263, -0.020430177450180054, -0.03824296593666077, 0.03886977955698967, -0.07821039855480194, -0.0774054154753685, -0.06918303668498993, 0.1298244744539261, 0.06450025737285614, 0.14633190631866455, 0.009168353863060474, 0.0396757572889328, -0.1300385743379593, -0.04072312265634537, -0.02901463396847248, -0.024191180244088173, 0.00664201844483614, -0.029972217977046967, 0.11797808855772018, 0.10729468613862991, -0.19681289792060852, 0.14651328325271606, -0.04655713587999344, -0.06331116706132889, -0.05507754907011986, -0.12860770523548126, -0.05069497227668762, -0.045181356370449066, 0.010299596935510635, -0.09575733542442322, 0.07144233584403992, 0.12588009238243103, 0.027339687570929527, -0.010126307606697083, 0.09109219908714294, -0.11485224962234497, -0.05631915479898453, -0.006882121786475182, 0.025435397401452065, 0.037580475211143494, -0.007089588791131973, 0.13481970131397247, -0.019186723977327347, 0.06562843918800354, 0.07129831612110138, 0.05647904425859451, -0.019376525655388832, 0.001232134411111474, -0.00014670356176793575, -0.04697459191083908, 0.028199687600135803, -0.022684264928102493, -0.019393060356378555, 0.21651995182037354, 0.036413971334695816, 0.06424263119697571, 0.002133375033736229, 0.15495648980140686, -0.05968311429023743, -0.12005120515823364, -0.1750471591949463, 0.10639683902263641, -0.06763608753681183, 0.02950894832611084, 0.02899201028048992, -0.14094007015228271, 0.00954144075512886, 0.05755997821688652, 0.15416944026947021, -0.03908875584602356, 0.015846628695726395, -0.037991348654031754, 0.025163376703858376, -0.0445677749812603, -0.007153600919991732, 0.05166465789079666, 0.2478507161140442, -0.10814106464385986, 0.07464561611413956, -0.04025648906826973, -0.032147787511348724, -0.004196507856249809, 0.09574678540229797, 0.003372015431523323, 0.00964280217885971, -0.0900638997554779, 0.11887194961309433, -0.038503989577293396, -0.18396976590156555, 0.03566907346248627, -0.12735891342163086, -0.11672722548246384, 0.01864563301205635, 0.09387210756540298, -0.03258958458900452, 0.00869574025273323, 0.06970170140266418, -0.011609267443418503, 0.1348157376050949, 0.03194500133395195, -0.09726671874523163, -0.000023305416107177734, 0.13429465889930725, -0.11829756200313568, 0.2125597596168518, 0.014955990016460419, 0.10464818775653839, 0.09295395016670227, -0.03073367290198803, -0.08253703266382217, 0.11297223716974258, 0.0774155706167221, -0.031567346304655075, -0.023793581873178482, 0.15941494703292847, -0.000261163804680109, 0.12506923079490662, 0.11346883326768875, -0.041732799261808395, 0.07703034579753876, 0.07676854729652405, 0.007989127188920975, -0.09478659927845001, 0.0520610585808754, -0.09993196278810501, 0.09340918064117432, 0.12757472693920135, -0.02147817239165306, 0.047284070402383804, -0.022542506456375122, 0.006604282185435295, -0.03127198666334152, 0.19672390818595886, -0.019003449007868767, -0.08668755739927292, 0.027852222323417664, -0.0882386714220047, 0.0666995570063591, -0.16546402871608734, -0.09212622046470642, 0.010615376755595207, -0.011024589650332928, 0.00439867377281189, 0.10686203092336655, 0.020688146352767944, 0.03247785568237305, -0.03453459218144417, -0.17014488577842712, 0.009812569245696068, 0.10527226328849792, -0.08688036352396011, 0.011266620829701424 ]
af3f2fa5462ac461b696cb300d66e07ad366057f
# Dataset Card for Arabic Jordanian General Tweets ## Table of Contents - [Dataset Card for Arabic Jordanian General Tweets](#dataset-card-for-arabic-jordanian-general-tweets) - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [|split|num examples|](#splitnum-examples) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization) - [Who are the source language producers?](#who-are-the-source-language-producers) - [Annotations](#annotations) - [Annotation process](#annotation-process) - [Who are the annotators?](#who-are-the-annotators) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Repository:** [Arabic Jordanian General Tweets](https://github.com/komari6/Arabic-twitter-corpus-AJGT) - **Paper:** [Arabic Tweets Sentimental Analysis Using Machine Learning](https://link.springer.com/chapter/10.1007/978-3-319-60042-0_66) - **Point of Contact:** [Khaled Alomari](khaled.alomari@adu.ac.ae) ### Dataset Summary Arabic Jordanian General Tweets (AJGT) Corpus consisted of 1,800 tweets annotated as positive and negative. Modern Standard Arabic (MSA) or Jordanian dialect. ### Supported Tasks and Leaderboards The dataset was published on this [paper](https://link.springer.com/chapter/10.1007/978-3-319-60042-0_66). ### Languages The dataset is based on Arabic. ## Dataset Structure ### Data Instances A binary datset with with negative and positive sentiments. ### Data Fields - `text` (str): Tweet text. - `label` (int): Sentiment. ### Data Splits The dataset is not split. | | train | |----------|------:| | no split | 1,800 | ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data [More Information Needed] #### Initial Data Collection and Normalization Contains 1,800 tweets collected from twitter. #### Who are the source language producers? From tweeter. ### Annotations The dataset does not contain any additional 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 [Needs More Information] ### Discussion of Biases [Needs More Information] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @inproceedings{alomari2017arabic, title={Arabic tweets sentimental analysis using machine learning}, author={Alomari, Khaled Mohammad and ElSherif, Hatem M and Shaalan, Khaled}, booktitle={International Conference on Industrial, Engineering and Other Applications of Applied Intelligent Systems}, pages={602--610}, year={2017}, organization={Springer} } ``` ### Contributions Thanks to [@zaidalyafeai](https://github.com/zaidalyafeai), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
ajgt_twitter_ar
[ "task_categories:text-classification", "task_ids:sentiment-classification", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:ar", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["ar"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["sentiment-classification"], "pretty_name": "Arabic Jordanian General Tweets", "dataset_info": {"config_name": "plain_text", "features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "Negative", "1": "Positive"}}}}], "splits": [{"name": "train", "num_bytes": 175420, "num_examples": 1800}], "download_size": 91857, "dataset_size": 175420}, "configs": [{"config_name": "plain_text", "data_files": [{"split": "train", "path": "plain_text/train-*"}], "default": true}]}
2024-01-09T11:58:01+00:00
[]
[ "ar" ]
TAGS #task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-unknown #region-us
Dataset Card for Arabic Jordanian General Tweets ================================================ Table of Contents ----------------- * Dataset Card for Arabic Jordanian General Tweets + Table of Contents + Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages + Dataset Structure - Data Instances - Data Fields - Data Splits + |split|num examples| + Dataset Creation - Curation Rationale - Source Data * Initial Data Collection and Normalization * Who are the source language producers? - Annotations * Annotation process * Who are the annotators? - Personal and Sensitive Information + Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations + Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions Dataset Description ------------------- * Repository: Arabic Jordanian General Tweets * Paper: Arabic Tweets Sentimental Analysis Using Machine Learning * Point of Contact: Khaled Alomari ### Dataset Summary Arabic Jordanian General Tweets (AJGT) Corpus consisted of 1,800 tweets annotated as positive and negative. Modern Standard Arabic (MSA) or Jordanian dialect. ### Supported Tasks and Leaderboards The dataset was published on this paper. ### Languages The dataset is based on Arabic. Dataset Structure ----------------- ### Data Instances A binary datset with with negative and positive sentiments. ### Data Fields * 'text' (str): Tweet text. * 'label' (int): Sentiment. ### Data Splits The dataset is not split. Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization Contains 1,800 tweets collected from twitter. #### Who are the source language producers? From tweeter. ### Annotations The dataset does not contain any additional annotations. #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @zaidalyafeai, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nArabic Jordanian General Tweets (AJGT) Corpus consisted of 1,800 tweets annotated as positive and negative. Modern Standard Arabic (MSA) or Jordanian dialect.", "### Supported Tasks and Leaderboards\n\n\nThe dataset was published on this paper.", "### Languages\n\n\nThe dataset is based on Arabic.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA binary datset with with negative and positive sentiments.", "### Data Fields\n\n\n* 'text' (str): Tweet text.\n* 'label' (int): Sentiment.", "### Data Splits\n\n\nThe dataset is not split.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nContains 1,800 tweets collected from twitter.", "#### Who are the source language producers?\n\n\nFrom tweeter.", "### Annotations\n\n\nThe dataset does not contain any additional annotations.", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @zaidalyafeai, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-unknown #region-us \n", "### Dataset Summary\n\n\nArabic Jordanian General Tweets (AJGT) Corpus consisted of 1,800 tweets annotated as positive and negative. Modern Standard Arabic (MSA) or Jordanian dialect.", "### Supported Tasks and Leaderboards\n\n\nThe dataset was published on this paper.", "### Languages\n\n\nThe dataset is based on Arabic.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA binary datset with with negative and positive sentiments.", "### Data Fields\n\n\n* 'text' (str): Tweet text.\n* 'label' (int): Sentiment.", "### Data Splits\n\n\nThe dataset is not split.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nContains 1,800 tweets collected from twitter.", "#### Who are the source language producers?\n\n\nFrom tweeter.", "### Annotations\n\n\nThe dataset does not contain any additional annotations.", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @zaidalyafeai, @lhoestq for adding this dataset." ]
[ 86, 45, 19, 19, 19, 25, 18, 7, 4, 22, 14, 17, 5, 9, 18, 7, 8, 14, 6, 6, 25 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-unknown #region-us \n### Dataset Summary\n\n\nArabic Jordanian General Tweets (AJGT) Corpus consisted of 1,800 tweets annotated as positive and negative. Modern Standard Arabic (MSA) or Jordanian dialect.### Supported Tasks and Leaderboards\n\n\nThe dataset was published on this paper.### Languages\n\n\nThe dataset is based on Arabic.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA binary datset with with negative and positive sentiments.### Data Fields\n\n\n* 'text' (str): Tweet text.\n* 'label' (int): Sentiment.### Data Splits\n\n\nThe dataset is not split.\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization\n\n\nContains 1,800 tweets collected from twitter.#### Who are the source language producers?\n\n\nFrom tweeter.### Annotations\n\n\nThe dataset does not contain any additional annotations.#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators### Licensing Information### Contributions\n\n\nThanks to @zaidalyafeai, @lhoestq for adding this dataset." ]
[ -0.0020078481175005436, 0.1882128268480301, -0.005164021160453558, 0.05199567228555679, 0.04840876907110214, 0.0318760946393013, 0.12637820839881897, 0.10915274173021317, -0.058452434837818146, 0.11574406921863556, 0.036125123500823975, 0.020020846277475357, 0.1519099324941635, 0.18401314318180084, -0.03202761337161064, -0.1856587827205658, 0.0042133210226893425, -0.11572647094726562, 0.005490726325660944, 0.10564856231212616, 0.14761368930339813, -0.041736189275979996, 0.08203671127557755, -0.09576334059238434, -0.03658716753125191, 0.0002843822876457125, -0.07749895751476288, -0.03039240650832653, 0.03600113466382027, 0.08294651657342911, 0.03778887912631035, 0.03176412731409073, 0.03761765733361244, -0.24581153690814972, 0.03463101387023926, 0.050527993589639664, -0.009344637393951416, 0.03201843798160553, 0.10224281251430511, -0.09385986626148224, 0.09033574908971786, -0.22161033749580383, 0.03435908630490303, 0.020078521221876144, -0.12494674324989319, -0.07628002762794495, -0.14991366863250732, 0.03527491167187691, 0.13684645295143127, 0.021159544587135315, -0.05640321597456932, 0.06413149833679199, -0.006472195498645306, 0.05886508896946907, 0.07339327037334442, -0.0717676505446434, -0.07912174612283707, -0.06190919131040573, -0.05069294199347496, 0.12112031131982803, -0.1069127693772316, 0.03413171321153641, 0.007687913719564676, 0.02650558017194271, 0.00837264396250248, -0.030860239639878273, -0.11180630326271057, -0.008521675132215023, -0.1056821346282959, -0.11060710996389389, 0.1482534110546112, 0.044859521090984344, -0.004727337975054979, -0.10283563286066055, -0.003550565568730235, 0.02750830166041851, -0.004524557385593653, 0.028458666056394577, -0.027653196826577187, -0.028928391635417938, 0.029988301917910576, -0.051965609192848206, -0.07964178919792175, 0.03601917251944542, -0.09059450775384903, -0.015245070680975914, 0.0239864569157362, 0.02465193346142769, 0.027194509282708168, 0.05016450583934784, -0.002074313350021839, -0.14920470118522644, -0.017849363386631012, -0.01749121956527233, -0.10419279336929321, -0.0725482851266861, 0.06791769713163376, -0.03714162856340408, 0.022819865494966507, 0.08257768303155899, -0.09346067160367966, 0.05981864407658577, -0.08000204712152481, -0.034038424491882324, 0.09206733107566833, 0.027151022106409073, -0.07619535177946091, -0.0217781700193882, -0.03820090740919113, 0.01633448712527752, -0.017187241464853287, -0.008820303715765476, 0.025670461356639862, 0.08342070132493973, 0.039486080408096313, 0.11763868480920792, 0.08798164874315262, 0.013984613120555878, -0.05373009666800499, -0.016812313348054886, 0.0463813878595829, -0.17358306050300598, 0.02120901830494404, 0.04527252912521362, -0.052414149045944214, -0.03676518425345421, -0.028921956196427345, 0.0021293528843671083, -0.09025175124406815, 0.03718390315771103, -0.04351840168237686, 0.023329615592956543, -0.017746809870004654, -0.04521504417061806, 0.07449641078710556, -0.01484760269522667, -0.07131421566009521, -0.041221339255571365, -0.13810989260673523, -0.024911148473620415, 0.05120644345879555, -0.105824775993824, -0.01142037007957697, -0.007909833453595638, -0.005869269836694002, 0.03973590210080147, 0.010356578975915909, 0.07514782249927521, -0.061332881450653076, 0.0698285698890686, -0.019937613978981972, 0.03171297535300255, 0.07078127562999725, 0.04259820654988289, -0.09729547798633575, 0.09235020726919174, -0.04194587096571922, 0.18502286076545715, -0.09073930233716965, -0.010678555816411972, -0.16521486639976501, -0.011388923041522503, 0.05260835960507393, -0.0671076625585556, 0.011801349930465221, 0.17759016156196594, -0.3085026741027832, -0.058813393115997314, 0.03342418000102043, -0.04522087797522545, -0.10530208796262741, 0.11042644083499908, -0.04786987602710724, -0.005576984956860542, 0.055560242384672165, 0.12470989674329758, -0.024921834468841553, 0.0129447802901268, -0.117924764752388, -0.05947713181376457, 0.11985085904598236, 0.2722978889942169, 0.11419316381216049, -0.05781406909227371, 0.14338025450706482, -0.0015355179784819484, 0.017340417951345444, 0.0035325416829437017, -0.022715002298355103, -0.10681004822254181, 0.020058372989296913, -0.018868036568164825, 0.017043599858880043, 0.03615216165781021, -0.03834189102053642, -0.023196842521429062, -0.09123625606298447, -0.008372364565730095, -0.0034176120534539223, 0.00044366740621626377, -0.0003362768329679966, -0.04005131125450134, 0.02046951837837696, -0.053120747208595276, 0.0036384244449436665, -0.14617498219013214, -0.1534103900194168, 0.004972638096660376, -0.0625608041882515, 0.1268225908279419, -0.14229455590248108, 0.025121614336967468, 0.019915703684091568, -0.06302938610315323, 0.014811955392360687, 0.04052675887942314, 0.03408355265855789, -0.037492793053388596, -0.1643127053976059, -0.004294064361602068, -0.039213307201862335, 0.11442785710096359, -0.06948632746934891, -0.006531065795570612, 0.10402291268110275, 0.270515114068985, 0.025793325155973434, -0.04894590005278587, 0.0642884373664856, 0.033244792371988297, -0.026140160858631134, -0.09315846115350723, -0.035948965698480606, -0.08739952743053436, -0.009965258650481701, 0.016706310212612152, -0.1551216095685959, -0.08334608376026154, 0.06265272945165634, 0.10719774663448334, -0.10399862378835678, 0.03164808824658394, -0.04859588295221329, -0.029327211901545525, -0.052581459283828735, 0.03910742700099945, 0.05216046795248985, 0.036941662430763245, 0.03033376671373844, -0.0560610368847847, -0.040914781391620636, -0.012592518702149391, -0.03808216750621796, -0.1563752293586731, 0.12058369815349579, 0.005103406962007284, -0.21329058706760406, 0.15969114005565643, 0.12888836860656738, 0.1230575367808342, 0.13677236437797546, -0.008552057668566704, -0.08812261372804642, -0.0595744252204895, 0.0027770078741014004, 0.026865186169743538, 0.056909166276454926, 0.02758215367794037, 0.06253115832805634, 0.03870023041963577, 0.010073775425553322, -0.012897593900561333, -0.03354387730360031, 0.04547179117798805, 0.023935317993164062, -0.03383501246571541, -0.0012668942799791694, -0.016664672642946243, 0.055713240057229996, 0.11357997357845306, 0.016983143985271454, 0.13790695369243622, -0.012006249278783798, -0.03489311411976814, -0.1054546907544136, 0.14847032725811005, -0.12909948825836182, -0.2232079654932022, -0.02824316918849945, -0.13040882349014282, -0.07539431750774384, -0.042759113013744354, 0.014209617860615253, -0.0549125075340271, -0.05391939729452133, -0.08465314656496048, 0.09738126397132874, 0.037256885319948196, -0.06968629360198975, -0.01546470820903778, -0.04666954651474953, -0.010038910433650017, -0.0721205472946167, 0.03234895318746567, 0.09228057414293289, -0.0527179092168808, 0.009836566634476185, 0.013181036338210106, 0.06251974403858185, 0.08068176358938217, -0.01303727738559246, -0.01028127409517765, -0.026542624458670616, 0.27776840329170227, -0.1319136917591095, 0.13273827731609344, 0.023760290816426277, -0.06058964878320694, 0.07602144777774811, 0.3046864867210388, 0.010641060769557953, -0.08325972408056259, 0.02237553708255291, 0.0880938395857811, -0.019772827625274658, -0.21955819427967072, -0.06735929846763611, -0.08811753243207932, -0.0409613661468029, 0.046087149530649185, 0.043197013437747955, 0.0005280384793877602, 0.004490451887249947, -0.14031441509723663, -0.025629984214901924, 0.022728729993104935, 0.04407644644379616, 0.08876895159482956, 0.05335590988397598, 0.012679731473326683, -0.08602981269359589, 0.032243698835372925, 0.13514390587806702, 0.0382225438952446, 0.1445988565683365, -0.04104015976190567, 0.20031051337718964, 0.04593771696090698, 0.11118478327989578, -0.018818339332938194, -0.027531929314136505, 0.025445742532610893, 0.07394355535507202, 0.001791398273780942, -0.058075349777936935, -0.0022577594500035048, 0.028088601306080818, 0.11102966964244843, -0.02475162409245968, 0.038334377110004425, -0.0664791688323021, 0.12005597352981567, 0.09816789627075195, 0.07412618398666382, -0.1392054706811905, -0.04127052053809166, 0.1271507889032364, -0.059422098100185394, -0.12458010017871857, -0.0684519037604332, 0.021840354427695274, -0.16009756922721863, 0.1457928717136383, -0.013478457927703857, 0.10993286222219467, -0.07664785534143448, -0.0769801139831543, -0.029192455112934113, -0.009795889258384705, -0.06387496739625931, 0.10946264117956161, -0.29263561964035034, 0.1817128211259842, 0.05281691625714302, 0.048475466668605804, -0.07597781717777252, 0.008471406996250153, 0.03460204228758812, -0.004420469980686903, 0.15369364619255066, 0.03191192075610161, -0.144312784075737, 0.02551381289958954, -0.10719121247529984, 0.018966952338814735, 0.09559903293848038, -0.08061183243989944, 0.06259805709123611, 0.007678336463868618, 0.0023336054291576147, -0.06893861293792725, 0.027375750243663788, -0.13669802248477936, -0.2041703462600708, 0.07616578787565231, -0.1018933579325676, 0.05863889679312706, -0.026901619508862495, -0.06200702488422394, -0.03420489653944969, 0.15899349749088287, -0.13162966072559357, -0.13600152730941772, -0.14522214233875275, 0.053097281605005264, 0.16079369187355042, -0.07880493253469467, 0.014602678827941418, -0.0713464617729187, 0.11564457416534424, -0.01831483654677868, -0.07171852141618729, 0.00016989516734611243, -0.018664563074707985, -0.16349001228809357, -0.03653734549880028, 0.1332613080739975, 0.022788211703300476, 0.05372237041592598, -0.01489008404314518, 0.07484856247901917, -0.00533660501241684, -0.07424526661634445, 0.021562444046139717, 0.029155414551496506, 0.006386219523847103, 0.12075379490852356, 0.07050007581710815, -0.24097678065299988, -0.15484806895256042, -0.10020039975643158, 0.10077118873596191, 0.2187800407409668, -0.028844794258475304, 0.13880938291549683, 0.1024114191532135, -0.07225807756185532, -0.19051864743232727, -0.0667848214507103, 0.0422600656747818, -0.00016205816064029932, 0.04848906025290489, -0.13349595665931702, -0.04108397290110588, 0.0080751683562994, 0.04337453469634056, -0.020226461812853813, -0.24335655570030212, -0.12453866004943848, 0.05066128820180893, 0.014467191882431507, -0.22431272268295288, -0.1478806585073471, -0.08042895793914795, -0.05202815681695938, -0.1236579567193985, 0.1500704437494278, 0.06895346939563751, 0.024911316111683846, -0.0035024918615818024, 0.09032499045133591, -0.02157648466527462, 0.0043953717686235905, 0.21153107285499573, 0.016024384647607803, 0.021557075902819633, -0.13267751038074493, -0.05165625736117363, 0.05958897992968559, -0.020205536857247353, 0.02064422518014908, -0.018967948853969574, 0.003703060792759061, -0.14033512771129608, -0.0246942900121212, -0.08252176642417908, 0.030727336183190346, -0.07171476632356644, -0.04094219207763672, -0.06812582910060883, 0.05850108712911606, 0.09962519258260727, -0.042708706110715866, 0.0762990415096283, -0.009123287163674831, 0.0828530490398407, 0.14576496183872223, 0.11124321073293686, 0.08612670004367828, -0.011990522034466267, -0.022149071097373962, 0.007817575708031654, -0.03372214734554291, -0.19952335953712463, 0.0032898890785872936, 0.13669919967651367, 0.0157411340624094, 0.17367663979530334, -0.05128881335258484, -0.13785143196582794, 0.02336007170379162, 0.07187110930681229, -0.06298405677080154, -0.23806744813919067, 0.02715345285832882, 0.07895086705684662, -0.16406044363975525, -0.1380039006471634, 0.05212464928627014, 0.00011669528612401336, -0.04125924035906792, 0.006385264452546835, 0.09102220833301544, -0.006588114891201258, 0.11947913467884064, 0.03916235268115997, 0.03960781171917915, -0.09300583600997925, 0.147948756814003, 0.18772700428962708, -0.09979861229658127, 0.024649016559123993, 0.18481628596782684, -0.06561216711997986, -0.02440115623176098, 0.10247624665498734, 0.03793259710073471, 0.014981514774262905, 0.00974944420158863, 0.05973312631249428, -0.12001311033964157, 0.011640776880085468, 0.1841348111629486, -0.02509641833603382, 0.059714462608098984, 0.002116395626217127, -0.07986162602901459, 0.010793187655508518, 0.17522290349006653, 0.08557630330324173, 0.001567580970004201, -0.0132291903719306, 0.0708698257803917, -0.029224375262856483, 0.08055030554533005, 0.007162278983741999, -0.026996957138180733, -0.05308934301137924, -0.010541324503719807, -0.10616124421358109, 0.008926782757043839, -0.10582517087459564, -0.003617609618231654, -0.013217171654105186, -0.09073222428560257, -0.042246632277965546, -0.03822539001703262, -0.03668243810534477, -0.05128954350948334, -0.0445067323744297, 0.11854282766580582, -0.19866660237312317, -0.03917559236288071, 0.08883340656757355, -0.039418935775756836, 0.08867298066616058, 0.020678630098700523, -0.019414853304624557, 0.04191030561923981, -0.15146444737911224, -0.03500921279191971, -0.09531015157699585, 0.012626230716705322, 0.06815508753061295, -0.13111183047294617, -0.014285361394286156, -0.0015542686451226473, -0.06234860047698021, 0.047629307955503464, 0.017909372225403786, -0.047994524240493774, 0.02250254899263382, -0.03509298712015152, -0.000344488478731364, -0.009488256648182869, 0.1046605110168457, 0.02229020930826664, -0.02187793329358101, 0.08065764605998993, -0.0056471629068255424, 0.04059596359729767, -0.11428629606962204, -0.049930259585380554, -0.031805653125047684, -0.05682157352566719, -0.0068037197925150394, -0.029251085594296455, 0.07895296066999435, -0.004845733288675547, 0.136232390999794, 0.017855605110526085, -0.03112838603556156, 0.07682755589485168, 0.06879179924726486, -0.10185983031988144, 0.05306863412261009, 0.023097146302461624, -0.026874762028455734, -0.05185138061642647, -0.02294701710343361, -0.08594679832458496, -0.0965953841805458, 0.0055733053013682365, 0.13734351098537445, 0.16645173728466034, 0.13478633761405945, -0.053823322057724, 0.004860740154981613, -0.11138322949409485, 0.016591506078839302, 0.0457366518676281, 0.017392799258232117, 0.032459553331136703, -0.07569558918476105, -0.039575960487127304, 0.08721767365932465, -0.20585791766643524, 0.08936373889446259, -0.07433043420314789, -0.07696151733398438, -0.00715757766738534, -0.1475551426410675, -0.04837538301944733, 0.027737190946936607, -0.006174086127430201, -0.10080105811357498, 0.15026110410690308, 0.16759900748729706, 0.03623182326555252, -0.001027228427119553, 0.153190016746521, -0.08216498047113419, -0.0953967273235321, 0.04065226390957832, 0.0474267415702343, 0.02720167487859726, -0.0009480755543336272, 0.10211540013551712, -0.03299969434738159, 0.03532786667346954, 0.07090457528829575, 0.07455135881900787, 0.014006856828927994, 0.04854288324713707, -0.08607488125562668, -0.11420173943042755, 0.02189001441001892, -0.006545066833496094, -0.050784334540367126, 0.18304605782032013, 0.03821083530783653, 0.05115073174238205, 0.02471180446445942, 0.1930510252714157, -0.0011583631858229637, -0.1011795699596405, -0.14600135385990143, 0.04799084737896919, -0.07533598691225052, -0.039498984813690186, 0.06059567630290985, -0.14529694616794586, 0.037182338535785675, 0.042710497975349426, 0.09173501282930374, -0.021965891122817993, 0.011662694625556469, -0.04711966589093208, 0.04114147648215294, 0.0032153718639165163, -0.00824978668242693, 0.024316176772117615, 0.10661157965660095, -0.12326369434595108, 0.06293541193008423, -0.032254260033369064, -0.05647041276097298, -0.06989823281764984, 0.10290122032165527, -0.011699463240802288, 0.004163613077253103, -0.04089989513158798, 0.15481537580490112, -0.10825832188129425, -0.24740540981292725, 0.016843881458044052, -0.11937554180622101, -0.1261514127254486, -0.024232938885688782, 0.01879870891571045, 0.058726441115140915, -0.05372914671897888, 0.06931926310062408, 0.00009706382115837187, 0.1120142787694931, 0.08642399311065674, -0.026847751811146736, -0.030115049332380295, 0.15427787601947784, -0.07702264189720154, 0.1196514144539833, 0.017886580899357796, 0.05725035071372986, 0.0828179195523262, -0.06157364696264267, -0.058663807809352875, 0.05133607238531113, 0.1543988585472107, 0.13771162927150726, 0.03675262629985809, 0.22110584378242493, -0.004666088614612818, 0.07584669440984726, 0.09338968992233276, 0.023694967851042747, 0.05975998565554619, 0.0013994598994031549, -0.009906142950057983, -0.028750943019986153, 0.09903667867183685, -0.06570381671190262, 0.11858849227428436, 0.17763538658618927, -0.06570057570934296, 0.06261440366506577, -0.048466574400663376, 0.02107195556163788, -0.004951475653797388, 0.1363806128501892, 0.010458462871611118, -0.12281609326601028, 0.02149450033903122, -0.0707697719335556, 0.09952704608440399, -0.09058282524347305, -0.035692889243364334, -0.0013913646107539535, -0.024446574971079826, -0.03862328082323074, 0.16005106270313263, 0.09636406600475311, -0.04083990678191185, -0.05713650584220886, -0.10792439430952072, 0.0009396723471581936, 0.0796799510717392, -0.023118777200579643, 0.043829549103975296 ]
71593d1379934286885c53d147bc863ffe830745
# Dataset Card for [Dataset Name] ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://klejbenchmark.com/ - **Repository:** https://github.com/allegro/klejbenchmark-allegroreviews - **Paper:** KLEJ: Comprehensive Benchmark for Polish Language Understanding (Rybak, Piotr and Mroczkowski, Robert and Tracz, Janusz and Gawlik, Ireneusz) - **Leaderboard:** https://klejbenchmark.com/leaderboard/ - **Point of Contact:** klejbenchmark@allegro.pl ### Dataset Summary Allegro Reviews is a sentiment analysis dataset, consisting of 11,588 product reviews written in Polish and extracted from Allegro.pl - a popular e-commerce marketplace. Each review contains at least 50 words and has a rating on a scale from one (negative review) to five (positive review). We recommend using the provided train/dev/test split. The ratings for the test set reviews are kept hidden. You can evaluate your model using the online evaluation tool available on klejbenchmark.com. ### Supported Tasks and Leaderboards Product reviews sentiment analysis. https://klejbenchmark.com/leaderboard/ ### Languages Polish ## Dataset Structure ### Data Instances Two tsv files (train, dev) with two columns (text, rating) and one (test) with just one (text). ### Data Fields - text: a product review of at least 50 words - rating: product rating of a scale of one (negative review) to five (positive review) ### Data Splits Data is splitted in train/dev/test split. ## Dataset Creation ### Curation Rationale This dataset is one of nine evaluation tasks to improve polish language processing. ### Source Data #### Initial Data Collection and Normalization The Allegro Reviews is a set of product reviews from a popular e-commerce marketplace (Allegro.pl). #### Who are the source language producers? Customers of an e-commerce marketplace. ### 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 Allegro Machine Learning Research team klejbenchmark@allegro.pl ### Licensing Information Dataset licensed under CC BY-SA 4.0 ### Citation Information @inproceedings{rybak-etal-2020-klej, title = "{KLEJ}: Comprehensive Benchmark for Polish Language Understanding", author = "Rybak, Piotr and Mroczkowski, Robert and Tracz, Janusz and Gawlik, Ireneusz", booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", month = jul, year = "2020", address = "Online", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/2020.acl-main.111", pages = "1191--1201", } ### Contributions Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.
allegro_reviews
[ "task_categories:text-classification", "task_ids:sentiment-scoring", "task_ids:text-scoring", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:pl", "license:cc-by-sa-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["pl"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["sentiment-scoring", "text-scoring"], "paperswithcode_id": "allegro-reviews", "pretty_name": "Allegro Reviews", "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "rating", "dtype": "float32"}], "splits": [{"name": "train", "num_bytes": 4899535, "num_examples": 9577}, {"name": "test", "num_bytes": 514523, "num_examples": 1006}, {"name": "validation", "num_bytes": 515781, "num_examples": 1002}], "download_size": 3923657, "dataset_size": 5929839}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}, {"split": "validation", "path": "data/validation-*"}]}]}
2024-01-09T11:59:39+00:00
[]
[ "pl" ]
TAGS #task_categories-text-classification #task_ids-sentiment-scoring #task_ids-text-scoring #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Polish #license-cc-by-sa-4.0 #region-us
# Dataset Card for [Dataset Name] ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: KLEJ: Comprehensive Benchmark for Polish Language Understanding (Rybak, Piotr and Mroczkowski, Robert and Tracz, Janusz and Gawlik, Ireneusz) - Leaderboard: URL - Point of Contact: klejbenchmark@URL ### Dataset Summary Allegro Reviews is a sentiment analysis dataset, consisting of 11,588 product reviews written in Polish and extracted from URL - a popular e-commerce marketplace. Each review contains at least 50 words and has a rating on a scale from one (negative review) to five (positive review). We recommend using the provided train/dev/test split. The ratings for the test set reviews are kept hidden. You can evaluate your model using the online evaluation tool available on URL. ### Supported Tasks and Leaderboards Product reviews sentiment analysis. URL ### Languages Polish ## Dataset Structure ### Data Instances Two tsv files (train, dev) with two columns (text, rating) and one (test) with just one (text). ### Data Fields - text: a product review of at least 50 words - rating: product rating of a scale of one (negative review) to five (positive review) ### Data Splits Data is splitted in train/dev/test split. ## Dataset Creation ### Curation Rationale This dataset is one of nine evaluation tasks to improve polish language processing. ### Source Data #### Initial Data Collection and Normalization The Allegro Reviews is a set of product reviews from a popular e-commerce marketplace (URL). #### Who are the source language producers? Customers of an e-commerce marketplace. ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators Allegro Machine Learning Research team klejbenchmark@URL ### Licensing Information Dataset licensed under CC BY-SA 4.0 @inproceedings{rybak-etal-2020-klej, title = "{KLEJ}: Comprehensive Benchmark for Polish Language Understanding", author = "Rybak, Piotr and Mroczkowski, Robert and Tracz, Janusz and Gawlik, Ireneusz", booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", month = jul, year = "2020", address = "Online", publisher = "Association for Computational Linguistics", url = "URL pages = "1191--1201", } ### Contributions Thanks to @abecadel for adding this dataset.
[ "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage:\nURL\n- Repository:\nURL\n- Paper:\nKLEJ: Comprehensive Benchmark for Polish Language Understanding (Rybak, Piotr and Mroczkowski, Robert and Tracz, Janusz and Gawlik, Ireneusz)\n- Leaderboard:\nURL\n- Point of Contact:\nklejbenchmark@URL", "### Dataset Summary\n\nAllegro Reviews is a sentiment analysis dataset, consisting of 11,588 product reviews written in Polish and extracted from URL - a popular e-commerce marketplace. Each review contains at least 50 words and has a rating on a scale from one (negative review) to five (positive review).\n\nWe recommend using the provided train/dev/test split. The ratings for the test set reviews are kept hidden. You can evaluate your model using the online evaluation tool available on URL.", "### Supported Tasks and Leaderboards\n\nProduct reviews sentiment analysis.\nURL", "### Languages\n\nPolish", "## Dataset Structure", "### Data Instances\n\nTwo tsv files (train, dev) with two columns (text, rating) and one (test) with just one (text).", "### Data Fields\n\n- text: a product review of at least 50 words\n- rating: product rating of a scale of one (negative review) to five (positive review)", "### Data Splits\n\nData is splitted in train/dev/test split.", "## Dataset Creation", "### Curation Rationale\n\nThis dataset is one of nine evaluation tasks to improve polish language processing.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe Allegro Reviews is a set of product reviews from a popular e-commerce marketplace (URL).", "#### Who are the source language producers?\n\nCustomers of an e-commerce marketplace.", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nAllegro Machine Learning Research team klejbenchmark@URL", "### Licensing Information\n\nDataset licensed under CC BY-SA 4.0\n\n\n\n@inproceedings{rybak-etal-2020-klej,\n title = \"{KLEJ}: Comprehensive Benchmark for Polish Language Understanding\",\n author = \"Rybak, Piotr and Mroczkowski, Robert and Tracz, Janusz and Gawlik, Ireneusz\",\n booktitle = \"Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics\",\n month = jul,\n year = \"2020\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"URL\n pages = \"1191--1201\",\n}", "### Contributions\n\nThanks to @abecadel for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-sentiment-scoring #task_ids-text-scoring #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Polish #license-cc-by-sa-4.0 #region-us \n", "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage:\nURL\n- Repository:\nURL\n- Paper:\nKLEJ: Comprehensive Benchmark for Polish Language Understanding (Rybak, Piotr and Mroczkowski, Robert and Tracz, Janusz and Gawlik, Ireneusz)\n- Leaderboard:\nURL\n- Point of Contact:\nklejbenchmark@URL", "### Dataset Summary\n\nAllegro Reviews is a sentiment analysis dataset, consisting of 11,588 product reviews written in Polish and extracted from URL - a popular e-commerce marketplace. Each review contains at least 50 words and has a rating on a scale from one (negative review) to five (positive review).\n\nWe recommend using the provided train/dev/test split. The ratings for the test set reviews are kept hidden. You can evaluate your model using the online evaluation tool available on URL.", "### Supported Tasks and Leaderboards\n\nProduct reviews sentiment analysis.\nURL", "### Languages\n\nPolish", "## Dataset Structure", "### Data Instances\n\nTwo tsv files (train, dev) with two columns (text, rating) and one (test) with just one (text).", "### Data Fields\n\n- text: a product review of at least 50 words\n- rating: product rating of a scale of one (negative review) to five (positive review)", "### Data Splits\n\nData is splitted in train/dev/test split.", "## Dataset Creation", "### Curation Rationale\n\nThis dataset is one of nine evaluation tasks to improve polish language processing.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe Allegro Reviews is a set of product reviews from a popular e-commerce marketplace (URL).", "#### Who are the source language producers?\n\nCustomers of an e-commerce marketplace.", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nAllegro Machine Learning Research team klejbenchmark@URL", "### Licensing Information\n\nDataset licensed under CC BY-SA 4.0\n\n\n\n@inproceedings{rybak-etal-2020-klej,\n title = \"{KLEJ}: Comprehensive Benchmark for Polish Language Understanding\",\n author = \"Rybak, Piotr and Mroczkowski, Robert and Tracz, Janusz and Gawlik, Ireneusz\",\n booktitle = \"Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics\",\n month = jul,\n year = \"2020\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"URL\n pages = \"1191--1201\",\n}", "### Contributions\n\nThanks to @abecadel for adding this dataset." ]
[ 100, 10, 120, 75, 110, 16, 6, 6, 37, 38, 17, 5, 26, 4, 31, 19, 5, 5, 9, 8, 8, 7, 8, 7, 5, 19, 150, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-scoring #task_ids-text-scoring #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Polish #license-cc-by-sa-4.0 #region-us \n# Dataset Card for [Dataset Name]## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage:\nURL\n- Repository:\nURL\n- Paper:\nKLEJ: Comprehensive Benchmark for Polish Language Understanding (Rybak, Piotr and Mroczkowski, Robert and Tracz, Janusz and Gawlik, Ireneusz)\n- Leaderboard:\nURL\n- Point of Contact:\nklejbenchmark@URL### Dataset Summary\n\nAllegro Reviews is a sentiment analysis dataset, consisting of 11,588 product reviews written in Polish and extracted from URL - a popular e-commerce marketplace. Each review contains at least 50 words and has a rating on a scale from one (negative review) to five (positive review).\n\nWe recommend using the provided train/dev/test split. The ratings for the test set reviews are kept hidden. You can evaluate your model using the online evaluation tool available on URL.### Supported Tasks and Leaderboards\n\nProduct reviews sentiment analysis.\nURL### Languages\n\nPolish## Dataset Structure### Data Instances\n\nTwo tsv files (train, dev) with two columns (text, rating) and one (test) with just one (text)." ]
[ -0.03407987579703331, 0.18136045336723328, -0.006624291185289621, 0.05663428455591202, 0.05668739974498749, 0.047347087413072586, 0.1579095721244812, 0.08415700495243073, 0.08629941940307617, 0.10700157284736633, -0.0859428122639656, 0.02135711908340454, 0.09404615312814713, 0.13317908346652985, -0.0016995439073070884, -0.21490958333015442, 0.06269446015357971, -0.06284327059984207, 0.04190870746970177, 0.10442565381526947, 0.12581905722618103, -0.049478817731142044, 0.04343564063310623, -0.01582237146794796, -0.01779627613723278, -0.009507627226412296, -0.029455946758389473, -0.05528279021382332, 0.034543123096227646, 0.012997299432754517, 0.14248619973659515, 0.01081596314907074, 0.04007583484053612, -0.1959657222032547, 0.030320879071950912, 0.06403124332427979, 0.027692392468452454, 0.03811829537153244, 0.10222335159778595, -0.10002529621124268, 0.11164858937263489, -0.16296756267547607, 0.1313588172197342, 0.006256562657654285, -0.041824523359537125, -0.11357752978801727, -0.13946428894996643, 0.13484376668930054, 0.06447432190179825, 0.02269536443054676, -0.03295145928859711, 0.12639880180358887, -0.08601104468107224, 0.037874191999435425, 0.057072095572948456, -0.11621728539466858, -0.04570987448096275, -0.02098926715552807, -0.058866798877716064, 0.08701903373003006, -0.13299475610256195, -0.04789721593260765, -0.07223722338676453, -0.011109822429716587, -0.0042790696024894714, -0.007386302575469017, 0.050521787256002426, -0.025433534756302834, -0.13010193407535553, -0.016420353204011917, 0.15654535591602325, -0.012801253236830235, -0.060258615761995316, -0.19642187654972076, -0.005531618371605873, 0.06944563239812851, -0.010671407915651798, 0.05341501161456108, -0.005620624404400587, -0.05559252202510834, 0.01453141774982214, 0.003280287142843008, -0.0728025734424591, 0.027709724381566048, -0.04356667771935463, 0.2018420547246933, 0.046052366495132446, 0.04251943156123161, 0.05552730709314346, 0.08126579970121384, 0.05024995654821396, -0.11697245389223099, -0.015518026426434517, -0.06704073399305344, -0.17867958545684814, -0.03957272320985794, 0.011560940183699131, -0.006118751596659422, 0.043111301958560944, 0.21658802032470703, 0.03212229907512665, 0.05844248831272125, -0.043505437672138214, -0.020155075937509537, 0.11421478539705276, 0.17764733731746674, 0.022746620699763298, -0.0653948187828064, -0.04918469116091728, -0.030878324061632156, 0.007770084310323, -0.022345012053847313, 0.03085286356508732, -0.005579627584666014, -0.013587366789579391, 0.052356917411088943, 0.0573834627866745, 0.04643668234348297, -0.04319126904010773, -0.07791216671466827, 0.07716584205627441, -0.15184321999549866, 0.058280099183321, 0.06143008917570114, -0.017499320209026337, 0.15601179003715515, -0.06828120350837708, -0.002676708623766899, -0.08923613280057907, 0.15703792870044708, -0.018869008868932724, -0.008263896219432354, -0.050322968512773514, -0.08180171996355057, 0.09541518241167068, 0.011824306100606918, -0.038625992834568024, -0.008535108529031277, 0.0007077581249177456, -0.05452902987599373, 0.026898635551333427, -0.08727297931909561, -0.024490466341376305, 0.011369314044713974, 0.023447273299098015, 0.046681422740221024, 0.02157127670943737, -0.04102694243192673, -0.04975355789065361, 0.031854886561632156, -0.11600154638290405, -0.021132703870534897, 0.08408168703317642, 0.014285891316831112, -0.0660160630941391, -0.022668704390525818, -0.18897144496440887, 0.048785965889692307, -0.17707552015781403, -0.010072050616145134, -0.09531386941671371, 0.010505820624530315, 0.08901301771402359, -0.014819647185504436, -0.03652697801589966, 0.08850162476301193, -0.10725174099206924, -0.023982372134923935, 0.06971003115177155, -0.1636848896741867, 0.05607094615697861, 0.11283523589372635, -0.055609699338674545, 0.04333018511533737, 0.09822854399681091, 0.13616058230400085, 0.19623784720897675, -0.058181192725896835, -0.030812472105026245, -0.07015201449394226, 0.04336226359009743, 0.13661745190620422, 0.14008936285972595, -0.038827039301395416, 0.07837516814470291, 0.033488184213638306, -0.10981300473213196, -0.05578575283288956, 0.025384455919265747, -0.018700284883379936, 0.019032230600714684, 0.014411931857466698, 0.08166729658842087, -0.03668859973549843, -0.04252778738737106, -0.04386216774582863, -0.13433045148849487, 0.021111326292157173, 0.11237926036119461, -0.024297263473272324, 0.02097180485725403, -0.06981129944324493, 0.0029109097085893154, 0.04214660823345184, -0.030421121045947075, -0.10978031158447266, -0.09548580646514893, 0.08217200636863708, -0.10850211977958679, 0.09460762143135071, -0.0068474262952804565, 0.00519312359392643, -0.026130441576242447, -0.0420561209321022, 0.022384103387594223, -0.05426047369837761, 0.007591076195240021, 0.0002023587585426867, -0.20197074115276337, -0.017723146826028824, -0.05504295229911804, 0.05778035148978233, -0.021758876740932465, -0.01410792488604784, 0.14116910099983215, 0.1597299873828888, 0.035032711923122406, -0.057135194540023804, -0.021670449525117874, 0.007596001029014587, 0.019114429131150246, -0.023826895281672478, -0.029416970908641815, 0.0008204632322303951, 0.004070386756211519, 0.07581892609596252, -0.0586671307682991, -0.09690897911787033, 0.06266043335199356, 0.17323103547096252, -0.05952886492013931, -0.04098889231681824, -0.0204099640250206, 0.0044573270715773106, -0.09469567984342575, -0.053730547428131104, 0.06413484364748001, 0.07644341886043549, 0.00004305618131184019, -0.06935307383537292, -0.10571061819791794, -0.04842657968401909, 0.019239168614149094, -0.05634009465575218, 0.13426950573921204, 0.05679303780198097, -0.1589469164609909, 0.12482329457998276, 0.020903080701828003, 0.061186786741018295, 0.12455235421657562, -0.08262108266353607, -0.09600064158439636, -0.033873990178108215, 0.021502366289496422, -0.007616905961185694, 0.13938240706920624, 0.02919239178299904, 0.034538548439741135, 0.0747598186135292, 0.01079427357763052, -0.012016236782073975, -0.06105732172727585, 0.03999499976634979, 0.01353253610432148, -0.009584248997271061, -0.13612279295921326, -0.019226504489779472, 0.057344209402799606, 0.11478035151958466, 0.03646456450223923, 0.08607496321201324, -0.05499209091067314, -0.05634123831987381, -0.06091011315584183, 0.08141744881868362, -0.12233471870422363, -0.13698703050613403, -0.1626032143831253, -0.018123986199498177, -0.06949242949485779, -0.037571072578430176, -0.014079747721552849, -0.052452512085437775, -0.10757424682378769, -0.06726453453302383, 0.16731202602386475, 0.04356459155678749, -0.09285971522331238, -0.02091396413743496, 0.023263508453965187, -0.07867000252008438, -0.1209779679775238, 0.007784995250403881, 0.00755350524559617, -0.008299492299556732, 0.011748546734452248, -0.009353401139378548, 0.03901885822415352, 0.07526764273643494, 0.033585090190172195, -0.015076455660164356, -0.04476342722773552, 0.13431471586227417, -0.14141298830509186, 0.13866078853607178, 0.05214225873351097, -0.0981886014342308, 0.051249779760837555, 0.14786124229431152, 0.037826672196388245, 0.011600125581026077, 0.013074842281639576, 0.06992753595113754, -0.00386143964715302, -0.2663414180278778, -0.10261322557926178, -0.05248399078845978, -0.03397486358880997, 0.06705652922391891, 0.021366264671087265, -0.07987859100103378, 0.012276025488972664, -0.13476671278476715, -0.0727505311369896, 0.15690746903419495, 0.06781306117773056, 0.08772490918636322, 0.04438839852809906, 0.03572435677051544, -0.0976368710398674, -0.017679275944828987, 0.1272648423910141, 0.05985879898071289, 0.258148729801178, -0.00854969210922718, 0.17581422626972198, 0.03399897366762161, 0.07422452419996262, -0.004583902191370726, 0.11358132213354111, 0.014232550747692585, 0.09968642145395279, 0.008628549054265022, -0.03935837373137474, 0.00945677887648344, 0.021792788058519363, 0.0409146249294281, -0.09082541614770889, 0.008950930088758469, -0.14713768661022186, 0.08048414438962936, 0.17989210784435272, -0.016998054459691048, -0.004818375688046217, -0.06576806306838989, 0.06532061100006104, -0.10534412413835526, -0.04469221830368042, -0.012238041497766972, 0.03307237848639488, -0.13890217244625092, 0.10298210382461548, -0.031476713716983795, 0.0874449759721756, -0.13920481503009796, -0.05240105837583542, -0.0014011973980814219, 0.03677704557776451, -0.05723603442311287, 0.07877039164304733, -0.11744662374258041, 0.11800370365381241, -0.0056595164351165295, 0.04572698846459389, -0.09700314700603485, 0.03393001854419708, 0.003206461202353239, -0.021072780713438988, 0.045494649559259415, 0.022519426420331, -0.10067793726921082, -0.08194388449192047, -0.07517556846141815, 0.01864989474415779, 0.10939954966306686, -0.13397450745105743, 0.12156114727258682, -0.056861769407987595, 0.02510654367506504, -0.048194125294685364, -0.09482306987047195, -0.04271279275417328, -0.2068951576948166, 0.05876178294420242, -0.12863881886005402, -0.047840964049100876, -0.04088175296783447, -0.06811901181936264, -0.019734229892492294, 0.07176540046930313, -0.12954984605312347, -0.10133274644613266, -0.15980283915996552, -0.09633437544107437, 0.20005321502685547, -0.0850064754486084, 0.007467226125299931, -0.02682778798043728, 0.1985207349061966, -0.022699793800711632, -0.1049218401312828, -0.056520335376262665, 0.000387146370485425, -0.200480118393898, 0.02836599014699459, 0.14399300515651703, 0.09096650034189224, 0.029262010008096695, 0.0031824412290006876, 0.08254610002040863, -0.005832192488014698, -0.1119704470038414, -0.02462545782327652, 0.04311481863260269, -0.0664462298154831, 0.1042151227593422, -0.05039692297577858, -0.14268137514591217, -0.15777136385440826, -0.026583239436149597, 0.048334985971450806, 0.10994049161672592, -0.019489994272589684, 0.190409317612648, 0.03392620384693146, -0.081442691385746, -0.18497301638126373, -0.020727911964058876, 0.03236577659845352, -0.00180035550147295, 0.04086750000715256, -0.1302497237920761, 0.06140374392271042, 0.04694250971078873, 0.0018111198442056775, -0.023897254839539528, -0.11134520173072815, -0.11983087658882141, 0.021642323583364487, 0.03753945231437683, -0.13136662542819977, -0.08802918344736099, -0.045726340264081955, -0.04217187315225601, -0.1097588762640953, 0.19512057304382324, -0.048099640756845474, 0.028821120038628578, 0.03043113276362419, 0.15420204401016235, 0.04428122937679291, -0.004354909993708134, 0.12132783979177475, 0.05416085198521614, 0.01788756623864174, -0.06213816627860069, -0.04067360609769821, 0.07381092011928558, -0.034880708903074265, 0.037856582552194595, -0.009951137937605381, -0.009161691181361675, -0.15943866968154907, -0.061115384101867676, -0.08032315224409103, 0.0007750499062240124, -0.10311900079250336, -0.01423717848956585, -0.09518690407276154, 0.10655950754880905, 0.058120593428611755, -0.07351676374673843, 0.11301910132169724, -0.0038368855603039265, 0.002682737773284316, -0.015277688391506672, 0.10556706041097641, 0.16323615610599518, -0.09730498492717743, -0.012909455224871635, -0.022483648732304573, -0.003275880590081215, -0.15875527262687683, 0.08414770662784576, 0.07007314264774323, 0.015850793570280075, 0.0631232038140297, -0.033043865114450455, -0.17871302366256714, -0.048472072929143906, 0.04992661625146866, -0.04142526537179947, -0.1610894650220871, 0.046064816415309906, -0.016616983339190483, -0.08419665694236755, 0.004686914850026369, 0.12108850479125977, 0.0508326031267643, -0.08823607861995697, 0.023818321526050568, 0.07946974784135818, 0.031676121056079865, 0.10539034008979797, 0.024584952741861343, 0.034815575927495956, -0.10530126839876175, 0.10941191762685776, 0.10289517790079117, -0.030500680208206177, -0.03350549936294556, 0.08665215224027634, -0.07249997556209564, -0.04472026228904724, 0.09714263677597046, 0.023377031087875366, -0.0029229442588984966, 0.0029546068981289864, -0.030049705877900124, -0.1402130126953125, 0.0027913579251617193, 0.127870574593544, 0.0296560600399971, 0.04542519524693489, -0.010902967303991318, -0.0196695439517498, -0.05814306437969208, 0.11008012294769287, 0.0864037424325943, 0.00739277433604002, -0.038432300090789795, -0.005618047434836626, -0.02766086719930172, -0.07844611257314682, -0.002085814019665122, -0.006659095641225576, -0.12740856409072876, -0.019039716571569443, -0.041091736406087875, 0.020914634689688683, -0.06428620964288712, 0.043000467121601105, 0.015207034535706043, -0.10023485869169235, -0.011444062925875187, 0.03295890614390373, -0.07238981872797012, -0.006663340609520674, -0.05896899849176407, 0.11218559741973877, -0.13729184865951538, 0.03364155441522598, 0.1423092484474182, -0.11001934111118317, 0.11072040349245071, 0.007501089014112949, -0.023606497794389725, 0.07386604696512222, -0.14877453446388245, 0.0242689847946167, -0.10109540075063705, 0.03400883823633194, -0.009522215463221073, -0.13586293160915375, 0.047072067856788635, 0.0011727225501090288, -0.006057392805814743, 0.04343417286872864, 0.05566400662064552, -0.087806336581707, 0.07203541696071625, 0.006560236215591431, -0.13713547587394714, -0.014002163894474506, 0.06702473759651184, 0.11857270449399948, 0.023486215621232986, 0.1726868450641632, -0.016382882371544838, 0.07843906432390213, -0.06429392099380493, -0.012799852527678013, 0.051624465733766556, -0.008952938951551914, -0.003673689207062125, -0.03411787748336792, 0.0430932454764843, 0.03063277341425419, 0.14587733149528503, -0.007562556769698858, 0.04005041345953941, 0.08190373331308365, 0.11144975572824478, -0.12249618768692017, 0.0682082250714302, 0.023735933005809784, -0.04536464437842369, -0.0023923360276967287, 0.0017309172544628382, -0.15558579564094543, -0.08916813135147095, -0.12641212344169617, 0.07700392603874207, 0.2578998804092407, 0.14350582659244537, -0.07685544341802597, 0.11556446552276611, -0.01674214005470276, -0.016589775681495667, -0.010276343673467636, -0.026071427389979362, -0.037172216922044754, -0.06351789832115173, 0.17057083547115326, 0.011434173211455345, -0.17766231298446655, 0.13727672398090363, -0.029714347794651985, -0.06764548271894455, -0.035877447575330734, -0.21863257884979248, -0.07014094293117523, -0.01656908355653286, 0.014268854632973671, -0.09139125049114227, 0.058375284075737, 0.10552088916301727, 0.03787538781762123, -0.03486277163028717, -0.027022603899240494, -0.10541267693042755, -0.12666748464107513, 0.11631495505571365, 0.06830410659313202, -0.017268167808651924, 0.040948931127786636, 0.015163767151534557, -0.05312377214431763, 0.12522584199905396, 0.09591491520404816, 0.05849405750632286, -0.028912968933582306, -0.04967906326055527, -0.10531976073980331, -0.051331616938114166, 0.05627409741282463, -0.06005624309182167, 0.000720561423804611, 0.16702233254909515, -0.0005323795485310256, 0.023800252005457878, -0.017198806628584862, 0.2722899615764618, 0.0286001767963171, -0.11397665739059448, -0.18181265890598297, -0.005509268958121538, -0.01786642335355282, -0.001304078265093267, 0.0599660761654377, -0.13136941194534302, -0.018888233229517937, 0.12554293870925903, 0.11784914135932922, 0.07878465205430984, 0.013700769282877445, 0.0009231878211721778, 0.03865749388933182, 0.07451928406953812, 0.07911249250173569, -0.046024322509765625, 0.14721934497356415, 0.004182568751275539, 0.10768721252679825, 0.00955304317176342, -0.019511869177222252, -0.009660535492002964, 0.14623704552650452, -0.048891663551330566, -0.06710334867238998, -0.14103272557258606, 0.1595420390367508, -0.0360807403922081, -0.26932641863822937, 0.043791383504867554, -0.07591424137353897, -0.16882017254829407, -0.006322209257632494, 0.08306384086608887, -0.04331822693347931, 0.021426837891340256, 0.07355614751577377, -0.058951061218976974, 0.1310531347990036, 0.060511715710163116, -0.02260538376867771, -0.057212673127651215, 0.13256987929344177, -0.09396646916866302, 0.15764592587947845, 0.03974303603172302, 0.09132803976535797, 0.08850988000631332, -0.021466439589858055, -0.0961175411939621, 0.008183200843632221, 0.05849109962582588, -0.11106610298156738, -0.0024103783071041107, 0.15605801343917847, -0.02513280138373375, 0.13603001832962036, 0.11126233637332916, -0.02871844545006752, 0.05313335731625557, 0.02440781146287918, -0.010557891800999641, -0.05875520035624504, 0.1262723207473755, -0.163613960146904, 0.08606559038162231, 0.16665342450141907, -0.04066155478358269, 0.02596806176006794, -0.05487075075507164, 0.017283378168940544, -0.03532081097364426, 0.09209857881069183, 0.003538446966558695, -0.13763941824436188, -0.029296623542904854, -0.07774485647678375, 0.09086275845766068, -0.1585969179868698, -0.020995942875742912, -0.02550249733030796, 0.007568002678453922, -0.07241173088550568, 0.14164316654205322, 0.018268682062625885, -0.010736705735325813, -0.01951456256210804, -0.22417518496513367, 0.04392142966389656, 0.08461166173219681, -0.07116326689720154, 0.06375991553068161 ]
a4654f4896408912913a62ace89614879a549287
# Dataset Card for Allociné ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** - **Repository:** [Allociné dataset repository](https://github.com/TheophileBlard/french-sentiment-analysis-with-bert/tree/master/allocine_dataset) - **Paper:** - **Leaderboard:** - **Point of Contact:** [Théophile Blard](mailto:theophile.blard@gmail.com) ### Dataset Summary The Allociné dataset is a French-language dataset for sentiment analysis. The texts are movie reviews written between 2006 and 2020 by members of the [Allociné.fr](https://www.allocine.fr/) community for various films. It contains 100k positive and 100k negative reviews divided into train (160k), validation (20k), and test (20k). ### Supported Tasks and Leaderboards - `text-classification`, `sentiment-classification`: The dataset can be used to train a model for sentiment classification. The model performance is evaluated based on the accuracy of the predicted labels as compared to the given labels in the dataset. A BERT-based model, [tf-allociné](https://huggingface.co/tblard/tf-allocine), achieves 97.44% accuracy on the test set. ### Languages The text is in French, as spoken by users of the [Allociné.fr](https://www.allocine.fr/) website. The BCP-47 code for French is fr. ## Dataset Structure ### Data Instances Each data instance contains the following features: _review_ and _label_. In the Hugging Face distribution of the dataset, the _label_ has 2 possible values, _0_ and _1_, which correspond to _negative_ and _positive_ respectively. See the [Allociné corpus viewer](https://huggingface.co/datasets/viewer/?dataset=allocine) to explore more examples. An example from the Allociné train set looks like the following: ``` {'review': 'Premier film de la saga Kozure Okami, "Le Sabre de la vengeance" est un très bon film qui mêle drame et action, et qui, en 40 ans, n'a pas pris une ride.', 'label': 1} ``` ### Data Fields - 'review': a string containing the review text - 'label': an integer, either _0_ or _1_, indicating a _negative_ or _positive_ review, respectively ### Data Splits The Allociné dataset has 3 splits: _train_, _validation_, and _test_. The splits contain disjoint sets of movies. The following table contains the number of reviews in each split and the percentage of positive and negative reviews. | Dataset Split | Number of Instances in Split | Percent Negative Reviews | Percent Positive Reviews | | ------------- | ---------------------------- | ------------------------ | ------------------------ | | Train | 160,000 | 49.6% | 50.4% | | Validation | 20,000 | 51.0% | 49.0% | | Test | 20,000 | 52.0% | 48.0% | ## Dataset Creation ### Curation Rationale The Allociné dataset was developed to support large-scale sentiment analysis in French. It was released alongside the [tf-allociné](https://huggingface.co/tblard/tf-allocine) model and used to compare the performance of several language models on this task. ### Source Data #### Initial Data Collection and Normalization The reviews and ratings were collected using a list of [film page urls](https://github.com/TheophileBlard/french-sentiment-analysis-with-bert/blob/master/allocine_dataset/allocine_films_urls.txt) and the [allocine_scraper.py](https://github.com/TheophileBlard/french-sentiment-analysis-with-bert/blob/master/allocine_dataset/allocine_scraper.py) tool. Up to 30 reviews were collected for each film. The reviews were originally labeled with a rating from 0.5 to 5.0 with a step of 0.5 between each rating. Ratings less than or equal to 2 are labeled as negative and ratings greater than or equal to 4 are labeled as positive. Only reviews with less than 2000 characters are included in the dataset. #### Who are the source language producers? The dataset contains movie reviews produced by the online community of the [Allociné.fr](https://www.allocine.fr/) website. ### Annotations The dataset does not contain any additional annotations. #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information Reviewer usernames or personal information were not collected with the reviews, but could potentially be recovered. The content of each review may include information and opinions about the film's actors, film crew, and plot. ## Considerations for Using the Data ### Social Impact of Dataset Sentiment classification is a complex task which requires sophisticated language understanding skills. Successful models can support decision-making based on the outcome of the sentiment analysis, though such models currently require a high degree of domain specificity. It should be noted that the community represented in the dataset may not represent any downstream application's potential users, and the observed behavior of a model trained on this dataset may vary based on the domain and use case. ### Discussion of Biases The Allociné website lists a number of topics which violate their [terms of service](https://www.allocine.fr/service/conditions.html#charte). Further analysis is needed to determine the extent to which moderators have successfully removed such content. ### Other Known Limitations The limitations of the Allociné dataset have not yet been investigated, however [Staliūnaitė and Bonfil (2017)](https://www.aclweb.org/anthology/W17-5410.pdf) detail linguistic phenomena that are generally present in sentiment analysis but difficult for models to accurately label, such as negation, adverbial modifiers, and reviewer pragmatics. ## Additional Information ### Dataset Curators The Allociné dataset was collected by Théophile Blard. ### Licensing Information The Allociné dataset is licensed under the [MIT License](https://opensource.org/licenses/MIT). ### Citation Information > Théophile Blard, French sentiment analysis with BERT, (2020), GitHub repository, <https://github.com/TheophileBlard/french-sentiment-analysis-with-bert> ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@TheophileBlard](https://github.com/TheophileBlard), [@lewtun](https://github.com/lewtun) and [@mcmillanmajora](https://github.com/mcmillanmajora) for adding this dataset.
allocine
[ "task_categories:text-classification", "task_ids:sentiment-classification", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:fr", "license:mit", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["fr"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["sentiment-classification"], "paperswithcode_id": "allocine", "pretty_name": "Allocin\u00e9", "dataset_info": {"config_name": "allocine", "features": [{"name": "review", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "neg", "1": "pos"}}}}], "splits": [{"name": "train", "num_bytes": 91330632, "num_examples": 160000}, {"name": "validation", "num_bytes": 11546242, "num_examples": 20000}, {"name": "test", "num_bytes": 11547689, "num_examples": 20000}], "download_size": 75125954, "dataset_size": 114424563}, "configs": [{"config_name": "allocine", "data_files": [{"split": "train", "path": "allocine/train-*"}, {"split": "validation", "path": "allocine/validation-*"}, {"split": "test", "path": "allocine/test-*"}], "default": true}], "train-eval-index": [{"config": "allocine", "task": "text-classification", "task_id": "multi_class_classification", "splits": {"train_split": "train", "eval_split": "test"}, "col_mapping": {"review": "text", "label": "target"}, "metrics": [{"type": "accuracy", "name": "Accuracy"}, {"type": "f1", "name": "F1 macro", "args": {"average": "macro"}}, {"type": "f1", "name": "F1 micro", "args": {"average": "micro"}}, {"type": "f1", "name": "F1 weighted", "args": {"average": "weighted"}}, {"type": "precision", "name": "Precision macro", "args": {"average": "macro"}}, {"type": "precision", "name": "Precision micro", "args": {"average": "micro"}}, {"type": "precision", "name": "Precision weighted", "args": {"average": "weighted"}}, {"type": "recall", "name": "Recall macro", "args": {"average": "macro"}}, {"type": "recall", "name": "Recall micro", "args": {"average": "micro"}}, {"type": "recall", "name": "Recall weighted", "args": {"average": "weighted"}}]}]}
2024-01-09T12:02:24+00:00
[]
[ "fr" ]
TAGS #task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-French #license-mit #region-us
Dataset Card for Allociné ========================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: * Repository: Allociné dataset repository * Paper: * Leaderboard: * Point of Contact: Théophile Blard ### Dataset Summary The Allociné dataset is a French-language dataset for sentiment analysis. The texts are movie reviews written between 2006 and 2020 by members of the Allociné.fr community for various films. It contains 100k positive and 100k negative reviews divided into train (160k), validation (20k), and test (20k). ### Supported Tasks and Leaderboards * 'text-classification', 'sentiment-classification': The dataset can be used to train a model for sentiment classification. The model performance is evaluated based on the accuracy of the predicted labels as compared to the given labels in the dataset. A BERT-based model, tf-allociné, achieves 97.44% accuracy on the test set. ### Languages The text is in French, as spoken by users of the Allociné.fr website. The BCP-47 code for French is fr. Dataset Structure ----------------- ### Data Instances Each data instance contains the following features: *review* and *label*. In the Hugging Face distribution of the dataset, the *label* has 2 possible values, *0* and *1*, which correspond to *negative* and *positive* respectively. See the Allociné corpus viewer to explore more examples. An example from the Allociné train set looks like the following: ### Data Fields * 'review': a string containing the review text * 'label': an integer, either *0* or *1*, indicating a *negative* or *positive* review, respectively ### Data Splits The Allociné dataset has 3 splits: *train*, *validation*, and *test*. The splits contain disjoint sets of movies. The following table contains the number of reviews in each split and the percentage of positive and negative reviews. Dataset Creation ---------------- ### Curation Rationale The Allociné dataset was developed to support large-scale sentiment analysis in French. It was released alongside the tf-allociné model and used to compare the performance of several language models on this task. ### Source Data #### Initial Data Collection and Normalization The reviews and ratings were collected using a list of film page urls and the allocine\_scraper.py tool. Up to 30 reviews were collected for each film. The reviews were originally labeled with a rating from 0.5 to 5.0 with a step of 0.5 between each rating. Ratings less than or equal to 2 are labeled as negative and ratings greater than or equal to 4 are labeled as positive. Only reviews with less than 2000 characters are included in the dataset. #### Who are the source language producers? The dataset contains movie reviews produced by the online community of the Allociné.fr website. ### Annotations The dataset does not contain any additional annotations. #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information Reviewer usernames or personal information were not collected with the reviews, but could potentially be recovered. The content of each review may include information and opinions about the film's actors, film crew, and plot. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset Sentiment classification is a complex task which requires sophisticated language understanding skills. Successful models can support decision-making based on the outcome of the sentiment analysis, though such models currently require a high degree of domain specificity. It should be noted that the community represented in the dataset may not represent any downstream application's potential users, and the observed behavior of a model trained on this dataset may vary based on the domain and use case. ### Discussion of Biases The Allociné website lists a number of topics which violate their terms of service. Further analysis is needed to determine the extent to which moderators have successfully removed such content. ### Other Known Limitations The limitations of the Allociné dataset have not yet been investigated, however Staliūnaitė and Bonfil (2017) detail linguistic phenomena that are generally present in sentiment analysis but difficult for models to accurately label, such as negation, adverbial modifiers, and reviewer pragmatics. Additional Information ---------------------- ### Dataset Curators The Allociné dataset was collected by Théophile Blard. ### Licensing Information The Allociné dataset is licensed under the MIT License. > > Théophile Blard, French sentiment analysis with BERT, (2020), GitHub repository, <URL > > > ### Contributions Thanks to @thomwolf, @TheophileBlard, @lewtun and @mcmillanmajora for adding this dataset.
[ "### Dataset Summary\n\n\nThe Allociné dataset is a French-language dataset for sentiment analysis. The texts are movie reviews written between 2006 and 2020 by members of the Allociné.fr community for various films. It contains 100k positive and 100k negative reviews divided into train (160k), validation (20k), and test (20k).", "### Supported Tasks and Leaderboards\n\n\n* 'text-classification', 'sentiment-classification': The dataset can be used to train a model for sentiment classification. The model performance is evaluated based on the accuracy of the predicted labels as compared to the given labels in the dataset. A BERT-based model, tf-allociné, achieves 97.44% accuracy on the test set.", "### Languages\n\n\nThe text is in French, as spoken by users of the Allociné.fr website. The BCP-47 code for French is fr.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nEach data instance contains the following features: *review* and *label*. In the Hugging Face distribution of the dataset, the *label* has 2 possible values, *0* and *1*, which correspond to *negative* and *positive* respectively. See the Allociné corpus viewer to explore more examples.\n\n\nAn example from the Allociné train set looks like the following:", "### Data Fields\n\n\n* 'review': a string containing the review text\n* 'label': an integer, either *0* or *1*, indicating a *negative* or *positive* review, respectively", "### Data Splits\n\n\nThe Allociné dataset has 3 splits: *train*, *validation*, and *test*. The splits contain disjoint sets of movies. The following table contains the number of reviews in each split and the percentage of positive and negative reviews.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe Allociné dataset was developed to support large-scale sentiment analysis in French. It was released alongside the tf-allociné model and used to compare the performance of several language models on this task.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe reviews and ratings were collected using a list of film page urls and the allocine\\_scraper.py tool. Up to 30 reviews were collected for each film.\n\n\nThe reviews were originally labeled with a rating from 0.5 to 5.0 with a step of 0.5 between each rating. Ratings less than or equal to 2 are labeled as negative and ratings greater than or equal to 4 are labeled as positive. Only reviews with less than 2000 characters are included in the dataset.", "#### Who are the source language producers?\n\n\nThe dataset contains movie reviews produced by the online community of the Allociné.fr website.", "### Annotations\n\n\nThe dataset does not contain any additional annotations.", "#### Annotation process\n\n\n[N/A]", "#### Who are the annotators?\n\n\n[N/A]", "### Personal and Sensitive Information\n\n\nReviewer usernames or personal information were not collected with the reviews, but could potentially be recovered. The content of each review may include information and opinions about the film's actors, film crew, and plot.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nSentiment classification is a complex task which requires sophisticated language understanding skills. Successful models can support decision-making based on the outcome of the sentiment analysis, though such models currently require a high degree of domain specificity.\n\n\nIt should be noted that the community represented in the dataset may not represent any downstream application's potential users, and the observed behavior of a model trained on this dataset may vary based on the domain and use case.", "### Discussion of Biases\n\n\nThe Allociné website lists a number of topics which violate their terms of service. Further analysis is needed to determine the extent to which moderators have successfully removed such content.", "### Other Known Limitations\n\n\nThe limitations of the Allociné dataset have not yet been investigated, however Staliūnaitė and Bonfil (2017) detail linguistic phenomena that are generally present in sentiment analysis but difficult for models to accurately label, such as negation, adverbial modifiers, and reviewer pragmatics.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe Allociné dataset was collected by Théophile Blard.", "### Licensing Information\n\n\nThe Allociné dataset is licensed under the MIT License.\n\n\n\n> \n> Théophile Blard, French sentiment analysis with BERT, (2020), GitHub repository, <URL\n> \n> \n>", "### Contributions\n\n\nThanks to @thomwolf, @TheophileBlard, @lewtun and @mcmillanmajora for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-French #license-mit #region-us \n", "### Dataset Summary\n\n\nThe Allociné dataset is a French-language dataset for sentiment analysis. The texts are movie reviews written between 2006 and 2020 by members of the Allociné.fr community for various films. It contains 100k positive and 100k negative reviews divided into train (160k), validation (20k), and test (20k).", "### Supported Tasks and Leaderboards\n\n\n* 'text-classification', 'sentiment-classification': The dataset can be used to train a model for sentiment classification. The model performance is evaluated based on the accuracy of the predicted labels as compared to the given labels in the dataset. A BERT-based model, tf-allociné, achieves 97.44% accuracy on the test set.", "### Languages\n\n\nThe text is in French, as spoken by users of the Allociné.fr website. The BCP-47 code for French is fr.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nEach data instance contains the following features: *review* and *label*. In the Hugging Face distribution of the dataset, the *label* has 2 possible values, *0* and *1*, which correspond to *negative* and *positive* respectively. See the Allociné corpus viewer to explore more examples.\n\n\nAn example from the Allociné train set looks like the following:", "### Data Fields\n\n\n* 'review': a string containing the review text\n* 'label': an integer, either *0* or *1*, indicating a *negative* or *positive* review, respectively", "### Data Splits\n\n\nThe Allociné dataset has 3 splits: *train*, *validation*, and *test*. The splits contain disjoint sets of movies. The following table contains the number of reviews in each split and the percentage of positive and negative reviews.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe Allociné dataset was developed to support large-scale sentiment analysis in French. It was released alongside the tf-allociné model and used to compare the performance of several language models on this task.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe reviews and ratings were collected using a list of film page urls and the allocine\\_scraper.py tool. Up to 30 reviews were collected for each film.\n\n\nThe reviews were originally labeled with a rating from 0.5 to 5.0 with a step of 0.5 between each rating. Ratings less than or equal to 2 are labeled as negative and ratings greater than or equal to 4 are labeled as positive. Only reviews with less than 2000 characters are included in the dataset.", "#### Who are the source language producers?\n\n\nThe dataset contains movie reviews produced by the online community of the Allociné.fr website.", "### Annotations\n\n\nThe dataset does not contain any additional annotations.", "#### Annotation process\n\n\n[N/A]", "#### Who are the annotators?\n\n\n[N/A]", "### Personal and Sensitive Information\n\n\nReviewer usernames or personal information were not collected with the reviews, but could potentially be recovered. The content of each review may include information and opinions about the film's actors, film crew, and plot.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nSentiment classification is a complex task which requires sophisticated language understanding skills. Successful models can support decision-making based on the outcome of the sentiment analysis, though such models currently require a high degree of domain specificity.\n\n\nIt should be noted that the community represented in the dataset may not represent any downstream application's potential users, and the observed behavior of a model trained on this dataset may vary based on the domain and use case.", "### Discussion of Biases\n\n\nThe Allociné website lists a number of topics which violate their terms of service. Further analysis is needed to determine the extent to which moderators have successfully removed such content.", "### Other Known Limitations\n\n\nThe limitations of the Allociné dataset have not yet been investigated, however Staliūnaitė and Bonfil (2017) detail linguistic phenomena that are generally present in sentiment analysis but difficult for models to accurately label, such as negation, adverbial modifiers, and reviewer pragmatics.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe Allociné dataset was collected by Théophile Blard.", "### Licensing Information\n\n\nThe Allociné dataset is licensed under the MIT License.\n\n\n\n> \n> Théophile Blard, French sentiment analysis with BERT, (2020), GitHub repository, <URL\n> \n> \n>", "### Contributions\n\n\nThanks to @thomwolf, @TheophileBlard, @lewtun and @mcmillanmajora for adding this dataset." ]
[ 88, 77, 99, 41, 94, 51, 71, 53, 4, 116, 31, 17, 10, 14, 66, 106, 48, 80, 24, 52, 38 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-French #license-mit #region-us \n### Dataset Summary\n\n\nThe Allociné dataset is a French-language dataset for sentiment analysis. The texts are movie reviews written between 2006 and 2020 by members of the Allociné.fr community for various films. It contains 100k positive and 100k negative reviews divided into train (160k), validation (20k), and test (20k).### Supported Tasks and Leaderboards\n\n\n* 'text-classification', 'sentiment-classification': The dataset can be used to train a model for sentiment classification. The model performance is evaluated based on the accuracy of the predicted labels as compared to the given labels in the dataset. A BERT-based model, tf-allociné, achieves 97.44% accuracy on the test set.### Languages\n\n\nThe text is in French, as spoken by users of the Allociné.fr website. The BCP-47 code for French is fr.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nEach data instance contains the following features: *review* and *label*. In the Hugging Face distribution of the dataset, the *label* has 2 possible values, *0* and *1*, which correspond to *negative* and *positive* respectively. See the Allociné corpus viewer to explore more examples.\n\n\nAn example from the Allociné train set looks like the following:### Data Fields\n\n\n* 'review': a string containing the review text\n* 'label': an integer, either *0* or *1*, indicating a *negative* or *positive* review, respectively", "passage: ### Data Splits\n\n\nThe Allociné dataset has 3 splits: *train*, *validation*, and *test*. The splits contain disjoint sets of movies. The following table contains the number of reviews in each split and the percentage of positive and negative reviews.\n\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThe Allociné dataset was developed to support large-scale sentiment analysis in French. It was released alongside the tf-allociné model and used to compare the performance of several language models on this task.### Source Data#### Initial Data Collection and Normalization\n\n\nThe reviews and ratings were collected using a list of film page urls and the allocine\\_scraper.py tool. Up to 30 reviews were collected for each film.\n\n\nThe reviews were originally labeled with a rating from 0.5 to 5.0 with a step of 0.5 between each rating. Ratings less than or equal to 2 are labeled as negative and ratings greater than or equal to 4 are labeled as positive. Only reviews with less than 2000 characters are included in the dataset.#### Who are the source language producers?\n\n\nThe dataset contains movie reviews produced by the online community of the Allociné.fr website.### Annotations\n\n\nThe dataset does not contain any additional annotations.#### Annotation process\n\n\n[N/A]#### Who are the annotators?\n\n\n[N/A]### Personal and Sensitive Information\n\n\nReviewer usernames or personal information were not collected with the reviews, but could potentially be recovered. The content of each review may include information and opinions about the film's actors, film crew, and plot.\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset\n\n\nSentiment classification is a complex task which requires sophisticated language understanding skills. Successful models can support decision-making based on the outcome of the sentiment analysis, though such models currently require a high degree of domain specificity.\n\n\nIt should be noted that the community represented in the dataset may not represent any downstream application's potential users, and the observed behavior of a model trained on this dataset may vary based on the domain and use case.### Discussion of Biases\n\n\nThe Allociné website lists a number of topics which violate their terms of service. Further analysis is needed to determine the extent to which moderators have successfully removed such content." ]
[ -0.0823693498969078, 0.1952407956123352, -0.004994249902665615, 0.09184950590133667, 0.04766113683581352, -0.026835031807422638, 0.07415883988142014, 0.04776362329721451, -0.01916670985519886, 0.058050595223903656, -0.06117431819438934, -0.08525574207305908, 0.06541880965232849, 0.18306100368499756, 0.02336275763809681, -0.11663970351219177, -0.005247307009994984, -0.04656721651554108, 0.0737324059009552, 0.082932248711586, 0.09264031797647476, -0.04137710854411125, 0.07553386688232422, -0.021464429795742035, -0.11799201369285583, 0.04479112848639488, 0.006134596653282642, 0.022535745054483414, 0.08672067523002625, 0.03945126011967659, 0.09518308192491531, 0.020817071199417114, 0.053591810166835785, -0.1580040454864502, 0.01995834894478321, 0.05812053009867668, -0.015048347413539886, 0.008751708082854748, 0.10484902560710907, -0.029786061495542526, 0.1272510141134262, -0.04794549196958542, 0.058182913810014725, 0.031954213976860046, -0.06822611391544342, -0.11156979948282242, -0.10210788249969482, -0.01922014355659485, -0.04209023714065552, 0.048701733350753784, -0.03475267067551613, 0.02212943509221077, -0.07285700738430023, 0.046083420515060425, 0.09613843262195587, -0.05629062280058861, -0.02820836752653122, 0.00813627801835537, 0.01134414691478014, 0.06922515481710434, -0.14388470351696014, -0.01836344599723816, 0.028039535507559776, 0.0011347141116857529, 0.05141538754105568, -0.04379205405712128, -0.06307090818881989, -0.07710910588502884, -0.10863147675991058, -0.026515137404203415, 0.20569375157356262, 0.03916774317622185, -0.1618429720401764, -0.0857347846031189, 0.007695233449339867, -0.07781203091144562, -0.07089681923389435, -0.019403010606765747, 0.05284604802727699, -0.026821400970220566, 0.026672236621379852, 0.04506942629814148, -0.07779719680547714, -0.02507961541414261, -0.05920127406716347, 0.15682488679885864, -0.019567321985960007, 0.02931634895503521, 0.0049809422343969345, 0.09029941260814667, -0.0781809613108635, -0.0344211608171463, -0.06274101138114929, -0.029138121753931046, -0.10780897736549377, -0.06538702547550201, -0.027242574840784073, -0.039274007081985474, -0.026280926540493965, 0.09605956077575684, -0.12666979432106018, 0.03702731430530548, -0.11043578386306763, -0.023705098778009415, 0.10286608338356018, 0.1021498367190361, 0.04687630757689476, -0.035652656108140945, 0.010073453187942505, 0.0306013785302639, 0.026266206055879593, -0.01404884085059166, 0.005835794843733311, -0.01960013434290886, 0.044485971331596375, 0.07114845514297485, 0.012834901921451092, -0.01976732164621353, -0.12208402901887894, -0.02606971748173237, 0.16799964010715485, -0.16304627060890198, 0.041511692106723785, 0.057252898812294006, -0.06185625120997429, 0.09857965260744095, -0.03274328634142876, -0.05372020602226257, -0.0830332338809967, 0.0561649315059185, -0.07373026013374329, 0.005804875865578651, -0.09549545496702194, -0.08754050731658936, 0.07281377911567688, 0.08126400411128998, -0.088178351521492, -0.029499541968107224, -0.08546973764896393, -0.04881459102034569, 0.004138334654271603, -0.08092714846134186, 0.04223097488284111, -0.03289131447672844, 0.014387494884431362, -0.025591660290956497, 0.029090119525790215, 0.061333466321229935, -0.060024846345186234, -0.024103296920657158, -0.012950458563864231, 0.03848138451576233, 0.028834281489253044, 0.01844017580151558, -0.03157660365104675, 0.014361530542373657, -0.1664944589138031, 0.1276664137840271, -0.05746202543377876, -0.08346305787563324, -0.056390732526779175, -0.055551931262016296, -0.0498778373003006, 0.02069169655442238, 0.0021115411072969437, 0.18746113777160645, -0.2616250216960907, -0.07595135271549225, 0.09539636969566345, -0.1685549020767212, -0.0057746609672904015, 0.12138943374156952, -0.05112574249505997, -0.031927332282066345, 0.0571722611784935, 0.07367123663425446, 0.06755702942609787, -0.11928550899028778, -0.10289952903985977, 0.010777674615383148, 0.005497843958437443, 0.14629648625850677, 0.08546370267868042, 0.005833270959556103, 0.04827040061354637, 0.02134845219552517, -0.02167881466448307, -0.07333635538816452, -0.03782602399587631, -0.011738540604710579, -0.01074981689453125, 0.04002665355801582, -0.019648825749754906, -0.000806052703410387, -0.04998035728931427, 0.009287804365158081, -0.06395606696605682, -0.07904393970966339, 0.10779573768377304, -0.05696290731430054, 0.051485538482666016, -0.06129088252782822, 0.04441177845001221, 0.01875925622880459, -0.005924005527049303, -0.15067529678344727, -0.09045296907424927, 0.07288557291030884, -0.12962506711483002, 0.04844861477613449, 0.006323158275336027, 0.018866820260882378, 0.04017270356416702, -0.08048012852668762, 0.0446539968252182, -0.07118339836597443, -0.01889357902109623, 0.05881018936634064, -0.20643094182014465, -0.03449798747897148, -0.06791023164987564, 0.1853460967540741, -0.14654159545898438, -0.030647095292806625, 0.17561213672161102, 0.11343806982040405, 0.024897176772356033, -0.10148677229881287, -0.018598653376102448, 0.03204638138413429, -0.033228494226932526, -0.02827126532793045, -0.027828870341181755, 0.0016106562688946724, -0.0040735770016908646, 0.032617248594760895, -0.11915085464715958, -0.09499486535787582, 0.06490502506494522, 0.03228503093123436, -0.12708985805511475, -0.029308445751667023, -0.05175524950027466, 0.00860800500959158, -0.09993677586317062, 0.002634448232129216, 0.024032797664403915, 0.08905048668384552, 0.10423960536718369, -0.06223536282777786, -0.03128108009696007, 0.03530232235789299, 0.012211497873067856, -0.06894732266664505, 0.0758276879787445, 0.009535642340779305, -0.017677633091807365, 0.04964347183704376, 0.017116371542215347, -0.00038342736661434174, 0.12999549508094788, 0.004120716825127602, -0.09768721461296082, -0.06197994574904442, 0.025976257398724556, 0.017205586656928062, 0.1294768899679184, -0.020871032029390335, 0.01158153172582388, 0.042541325092315674, -0.012162884697318077, -0.019879065454006195, -0.07680998742580414, 0.03043176606297493, -0.0005004191771149635, -0.048495665192604065, -0.07975685596466064, -0.0481569878757, -0.014907753095030785, 0.13025914132595062, 0.021614467725157738, -0.05165046453475952, -0.05028859153389931, -0.08535239100456238, -0.13182568550109863, 0.16783887147903442, -0.036353230476379395, -0.22853350639343262, -0.100984126329422, 0.022821098566055298, -0.0997573733329773, 0.006961468607187271, -0.05356582999229431, -0.04851582646369934, -0.0642983615398407, -0.15283553302288055, 0.0009299770463258028, -0.04472535476088524, -0.046815425157547, -0.0591442808508873, 0.01018083468079567, -0.01809660904109478, -0.10666496306657791, 0.005972720682621002, 0.009960686787962914, -0.07041281461715698, -0.003453778102993965, -0.011227644979953766, 0.06408007442951202, 0.13780902326107025, -0.037137359380722046, -0.04203023761510849, -0.03030458651483059, 0.1238141655921936, -0.13781854510307312, 0.07638373970985413, 0.05279835686087608, -0.009883986786007881, 0.04130854830145836, 0.14331281185150146, 0.024566294625401497, -0.03819297254085541, 0.04636752977967262, 0.04917025566101074, -0.03933501988649368, -0.16985568404197693, -0.056784775108098984, -0.07650813460350037, 0.029799338430166245, 0.0437912791967392, 0.01125412993133068, -0.008622996509075165, -0.016548633575439453, -0.08600641787052155, -0.04715926945209503, 0.08246488869190216, 0.09314069151878357, 0.12697507441043854, 0.002014066558331251, 0.09231822937726974, -0.08041168749332428, -0.0025049829855561256, 0.1542455554008484, 0.009330532513558865, 0.15180350840091705, -0.08804655075073242, 0.15333041548728943, 0.03417615219950676, 0.0417175367474556, 0.025616465136408806, 0.04309818893671036, 0.06615447252988815, 0.023907452821731567, -0.018318213522434235, -0.05575064569711685, -0.055046409368515015, 0.04077877104282379, -0.02540268562734127, -0.09509432315826416, -0.07116017490625381, -0.12273905426263809, 0.03077993541955948, 0.1055300384759903, 0.06129075214266777, -0.11949549615383148, -0.0902383029460907, 0.004149732179939747, 0.0042941514402627945, -0.016484541818499565, -0.019330177456140518, 0.13699138164520264, -0.13556110858917236, 0.1430513560771942, 0.00423339381814003, 0.03947962075471878, -0.11244563013315201, -0.03095284476876259, -0.010057131759822369, 0.06319700926542282, -0.04163901507854462, 0.044054239988327026, -0.16692456603050232, 0.06704080104827881, -0.00999118946492672, 0.014427058398723602, -0.011787781491875648, 0.0067175328731536865, 0.018751464784145355, 0.10164275765419006, 0.14098626375198364, 0.04196632653474808, -0.07437098771333694, -0.022784706205129623, -0.0066987075842916965, 0.01764349825680256, 0.07730763405561447, -0.03579081594944, 0.049202535301446915, -0.0006906736525706947, -0.010040677152574062, -0.033270686864852905, -0.0057644713670015335, -0.05937351658940315, -0.17298220098018646, 0.07294371724128723, -0.07625643163919449, 0.014309041202068329, -0.020595958456397057, -0.08294516801834106, -0.032448895275592804, 0.16586115956306458, -0.023633230477571487, 0.015471848659217358, -0.09893162548542023, 0.011524215340614319, 0.08672264963388443, -0.033670004457235336, 0.061246924102306366, -0.040742285549640656, 0.2267075777053833, -0.008933013305068016, -0.0625731572508812, -0.011242302134633064, -0.04647364839911461, -0.11887247115373611, -0.06619652360677719, 0.10155479609966278, 0.06863927841186523, 0.017269715666770935, 0.005201894324272871, 0.026631735265254974, 0.016530361026525497, -0.11264471709728241, -0.0007715746760368347, 0.03176403418183327, 0.013712297193706036, 0.12683241069316864, -0.07879318296909332, -0.16526129841804504, -0.06324505805969238, -0.04380761831998825, 0.011090168729424477, 0.22006255388259888, -0.053881168365478516, 0.046571727842092514, 0.07273636758327484, -0.11335764825344086, -0.2088555246591568, 0.0433925986289978, 0.055497877299785614, -0.014055896550416946, 0.05340828746557236, -0.14108018577098846, 0.03492319583892822, 0.08158066123723984, 0.016378745436668396, 0.026728130877017975, -0.1572316437959671, -0.10962352156639099, -0.003024608828127384, 0.08495968580245972, 0.04268369823694229, -0.026746192947030067, 0.009897108189761639, -0.05085250735282898, -0.06787209212779999, 0.13520386815071106, -0.019357912242412567, 0.031426072120666504, -0.021347232162952423, 0.010682756081223488, 0.023322047665715218, -0.006428207736462355, 0.08995726704597473, 0.0760662704706192, 0.06775012612342834, -0.007199592422693968, 0.004155592992901802, 0.0035652806982398033, -0.02313249185681343, 0.12078571319580078, 0.028428690508008003, 0.011228513903915882, -0.004130903631448746, -0.029906723648309708, -0.0672558918595314, 0.05637165904045105, -0.07520976662635803, 0.001722319982945919, -0.10572436451911926, 0.08693094551563263, 0.04424864426255226, -0.013817867264151573, -0.056765951216220856, -0.06826669722795486, -0.029669050127267838, 0.21684227883815765, 0.0980258658528328, 0.04706238955259323, -0.06455463916063309, 0.06001313403248787, 0.006173964124172926, 0.012690319679677486, -0.04355568066239357, 0.08013217151165009, 0.1365688294172287, 0.03676890581846237, 0.14606066048145294, 0.01651832088828087, -0.09572567790746689, -0.0596548393368721, 0.09376893937587738, -0.05882440134882927, -0.21418547630310059, 0.014955188147723675, -0.06332367658615112, -0.12466541677713394, -0.03680060803890228, 0.11679224669933319, -0.03218722715973854, -0.015506263822317123, -0.0013321134028956294, 0.058167874813079834, 0.033030711114406586, 0.06381507962942123, 0.011214878410100937, 0.01180067379027605, -0.076163649559021, 0.06766951084136963, 0.08546364307403564, -0.16286972165107727, 0.008595595136284828, 0.039449356496334076, -0.07559356093406677, -0.018066681921482086, 0.009538451209664345, 0.1005806028842926, -0.08497250080108643, -0.04393325373530388, -0.04891572147607803, -0.11118580400943756, 0.03387437015771866, 0.09078638255596161, 0.007625710219144821, 0.12306157499551773, -0.009468726813793182, -0.007626630365848541, -0.09831950068473816, 0.10034394264221191, 0.05356556922197342, 0.04654230549931526, -0.0005896501243114471, 0.08501972258090973, -0.005667211953550577, -0.03345617651939392, -0.023273766040802002, -0.06587356328964233, -0.022161951288580894, -0.039888087660074234, -0.0307527594268322, 0.0005598347634077072, -0.04532651603221893, 0.03260792791843414, -0.011378983035683632, -0.017849953845143318, -0.005473681725561619, 0.013964101672172546, -0.02152598835527897, -0.011032727546989918, -0.017104802653193474, 0.04991387948393822, -0.17189091444015503, 0.03427426517009735, 0.09266039729118347, -0.09364160895347595, 0.04804025590419769, 0.03751743584871292, -0.002500163624063134, 0.033020809292793274, -0.1270473748445511, 0.049179282039403915, -0.036230914294719696, 0.04197147116065025, -0.027613608166575432, -0.12395117431879044, 0.04370338097214699, 0.0654456689953804, -0.016785532236099243, 0.0198967382311821, 0.052681002765893936, -0.07928498834371567, 0.006771870888769627, 0.06276300549507141, -0.058255042880773544, -0.07584382593631744, 0.16333919763565063, 0.0417647585272789, 0.07120504230260849, 0.1159113347530365, -0.017715366557240486, 0.0021044122986495495, -0.14633126556873322, -0.049763791263103485, 0.02785583585500717, 0.022093817591667175, -0.02878962643444538, -0.02045685052871704, 0.046829257160425186, 0.008856156840920448, 0.17695698142051697, 0.021051175892353058, 0.06472231447696686, 0.0352601483464241, -0.018760621547698975, -0.05890728905797005, 0.0485018827021122, 0.013531207107007504, 0.004995713476091623, -0.046684540808200836, 0.011440543457865715, -0.02612968161702156, -0.008098677732050419, 0.08308058232069016, 0.10264866054058075, 0.05488857999444008, 0.0029524285346269608, -0.005454471800476313, -0.048110321164131165, -0.05567120760679245, 0.04854357987642288, 0.09474718570709229, -0.07526803761720657, 0.031543441116809845, -0.05795871093869209, 0.04392802342772484, 0.028745397925376892, -0.14028587937355042, 0.21051594614982605, -0.006926075555384159, -0.10013183951377869, -0.034702446311712265, -0.10665934532880783, -0.03345320746302605, -0.09019409120082855, -0.002275998704135418, -0.13212761282920837, 0.1159304603934288, 0.08017754554748535, 0.0579342320561409, -0.042107611894607544, 0.08193464577198029, -0.18482142686843872, -0.10837678611278534, 0.09612959623336792, 0.039616793394088745, 0.012579087167978287, 0.08426932245492935, 0.10938426852226257, 0.040373899042606354, 0.0574793815612793, 0.10880768299102783, 0.10885602980852127, 0.12080711126327515, 0.016197439283132553, -0.021989306434988976, -0.042517971247434616, 0.04573232680559158, -0.08381599932909012, 0.010541339404881, 0.1938258707523346, 0.010285945609211922, -0.00275346077978611, 0.04009947180747986, 0.1882673054933548, -0.037504322826862335, -0.014659380540251732, -0.12908867001533508, 0.14641830325126648, 0.00007881876081228256, 0.023400261998176575, -0.0009381035342812538, -0.08398805558681488, 0.018228448927402496, 0.03394690155982971, 0.09944233298301697, 0.0025966870598495007, -0.010866418480873108, 0.005495015531778336, 0.007065608631819487, 0.06951093673706055, 0.0021666474640369415, 0.003353489562869072, 0.15615086257457733, -0.048670075833797455, 0.14375744760036469, -0.0002891113981604576, 0.033872440457344055, 0.06943538039922714, 0.1026468425989151, -0.048648521304130554, 0.021308155730366707, -0.16350683569908142, 0.053920283913612366, 0.0285444725304842, -0.32178106904029846, 0.0771355926990509, -0.06951656192541122, -0.06035396084189415, -0.014891965314745903, -0.045067206025123596, -0.01192378904670477, 0.008965536020696163, 0.04286128282546997, -0.0050941165536642075, 0.20889756083488464, -0.011356163769960403, 0.0015189088881015778, -0.14431273937225342, 0.0992799699306488, -0.07717941701412201, 0.10916159301996231, -0.001177853555418551, 0.15677767992019653, 0.05291878432035446, -0.018220841884613037, -0.05858246609568596, 0.011321566998958588, 0.009006350301206112, 0.04806014895439148, 0.005073891952633858, 0.18774376809597015, -0.021680545061826706, 0.1279132217168808, 0.01709781214594841, 0.06632614135742188, 0.05263648182153702, -0.07736535370349884, -0.05185394734144211, -0.06546792387962341, 0.08127640932798386, -0.10355613380670547, 0.1110137403011322, 0.16884157061576843, 0.010895062237977982, 0.04902692884206772, -0.09180311113595963, -0.008020337671041489, 0.004415253177285194, 0.11610275506973267, 0.0759725421667099, -0.10088440775871277, 0.05161410942673683, -0.0070871952921152115, 0.03206893801689148, -0.2127874195575714, -0.004733947571367025, 0.05769489333033562, -0.03057781234383583, 0.035390399396419525, 0.09900878369808197, -0.04386831447482109, 0.05941806733608246, -0.08330447971820831, -0.08584719896316528, 0.06491301953792572, 0.06791822612285614, 0.027523446828126907, -0.023984309285879135 ]
afbd92e198bbcf17f660e03076fd2938f5a4bbb2
# Dataset Card for Asian Language Treebank (ALT) ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://www2.nict.go.jp/astrec-att/member/mutiyama/ALT/ - **Leaderboard:** - **Paper:** [Introduction of the Asian Language Treebank](https://ieeexplore.ieee.org/abstract/document/7918974) - **Point of Contact:** [ALT info](alt-info@khn.nict.go.jp) ### Dataset Summary The ALT project aims to advance the state-of-the-art Asian natural language processing (NLP) techniques through the open collaboration for developing and using ALT. It was first conducted by NICT and UCSY as described in Ye Kyaw Thu, Win Pa Pa, Masao Utiyama, Andrew Finch and Eiichiro Sumita (2016). Then, it was developed under [ASEAN IVO](https://www.nict.go.jp/en/asean_ivo/index.html) as described in this Web page. The process of building ALT began with sampling about 20,000 sentences from English Wikinews, and then these sentences were translated into the other languages. ### Supported Tasks and Leaderboards Machine Translation, Dependency Parsing ### Languages It supports 13 language: * Bengali * English * Filipino * Hindi * Bahasa Indonesia * Japanese * Khmer * Lao * Malay * Myanmar (Burmese) * Thai * Vietnamese * Chinese (Simplified Chinese). ## Dataset Structure ### Data Instances #### ALT Parallel Corpus ``` { "SNT.URLID": "80188", "SNT.URLID.SNTID": "1", "url": "http://en.wikinews.org/wiki/2007_Rugby_World_Cup:_Italy_31_-_5_Portugal", "bg": "[translated sentence]", "en": "[translated sentence]", "en_tok": "[translated sentence]", "fil": "[translated sentence]", "hi": "[translated sentence]", "id": "[translated sentence]", "ja": "[translated sentence]", "khm": "[translated sentence]", "lo": "[translated sentence]", "ms": "[translated sentence]", "my": "[translated sentence]", "th": "[translated sentence]", "vi": "[translated sentence]", "zh": "[translated sentence]" } ``` #### ALT Treebank ``` { "SNT.URLID": "80188", "SNT.URLID.SNTID": "1", "url": "http://en.wikinews.org/wiki/2007_Rugby_World_Cup:_Italy_31_-_5_Portugal", "status": "draft/reviewed", "value": "(S (S (BASENP (NNP Italy)) (VP (VBP have) (VP (VP (VP (VBN defeated) (BASENP (NNP Portugal))) (ADVP (RB 31-5))) (PP (IN in) (NP (BASENP (NNP Pool) (NNP C)) (PP (IN of) (NP (BASENP (DT the) (NN 2007) (NNP Rugby) (NNP World) (NNP Cup)) (PP (IN at) (NP (BASENP (NNP Parc) (FW des) (NNP Princes)) (COMMA ,) (BASENP (NNP Paris) (COMMA ,) (NNP France))))))))))) (PERIOD .))" } ``` #### ALT Myanmar transliteration ``` { "en": "CASINO", "my": [ "ကက်စီနို", "ကစီနို", "ကာစီနို", "ကာဆီနို" ] } ``` ### Data Fields #### ALT Parallel Corpus - SNT.URLID: URL link to the source article listed in [URL.txt](https://www2.nict.go.jp/astrec-att/member/mutiyama/ALT/ALT-Parallel-Corpus-20191206/URL.txt) - SNT.URLID.SNTID: index number from 1 to 20000. It is a seletected sentence from `SNT.URLID` and bg, en, fil, hi, id, ja, khm, lo, ms, my, th, vi, zh correspond to the target language #### ALT Treebank - status: it indicates how a sentence is annotated; `draft` sentences are annotated by one annotater and `reviewed` sentences are annotated by two annotater The annotatation is different from language to language, please see [their guildlines](https://www2.nict.go.jp/astrec-att/member/mutiyama/ALT/) for more detail. ### Data Splits | | train | valid | test | |-----------|-------|-------|-------| | # articles | 1698 | 98 | 97 | | # sentences | 18088 | 1000 | 1018 | ## Dataset Creation ### Curation Rationale The ALT project was initiated by the [National Institute of Information and Communications Technology, Japan](https://www.nict.go.jp/en/) (NICT) in 2014. NICT started to build Japanese and English ALT and worked with the University of Computer Studies, Yangon, Myanmar (UCSY) to build Myanmar ALT in 2014. Then, the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT), the Institute for Infocomm Research, Singapore (I2R), the Institute of Information Technology, Vietnam (IOIT), and the National Institute of Posts, Telecoms and ICT, Cambodia (NIPTICT) joined to make ALT for Indonesian, Malay, Vietnamese, and Khmer in 2015. ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? The dataset is sampled from the English Wikinews in 2014. These will be annotated with word segmentation, POS tags, and syntax information, in addition to the word alignment information by linguistic experts from * National Institute of Information and Communications Technology, Japan (NICT) for Japanses and English * University of Computer Studies, Yangon, Myanmar (UCSY) for Myanmar * the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT) for Indonesian * the Institute for Infocomm Research, Singapore (I2R) for Malay * the Institute of Information Technology, Vietnam (IOIT) for Vietnamese * the National Institute of Posts, Telecoms and ICT, Cambodia for Khmer ### 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 * National Institute of Information and Communications Technology, Japan (NICT) for Japanses and English * University of Computer Studies, Yangon, Myanmar (UCSY) for Myanmar * the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT) for Indonesian * the Institute for Infocomm Research, Singapore (I2R) for Malay * the Institute of Information Technology, Vietnam (IOIT) for Vietnamese * the National Institute of Posts, Telecoms and ICT, Cambodia for Khmer ### Licensing Information [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) ### Citation Information Please cite the following if you make use of the dataset: Hammam Riza, Michael Purwoadi, Gunarso, Teduh Uliniansyah, Aw Ai Ti, Sharifah Mahani Aljunied, Luong Chi Mai, Vu Tat Thang, Nguyen Phuong Thai, Vichet Chea, Rapid Sun, Sethserey Sam, Sopheap Seng, Khin Mar Soe, Khin Thandar Nwet, Masao Utiyama, Chenchen Ding. (2016) "Introduction of the Asian Language Treebank" Oriental COCOSDA. BibTeX: ``` @inproceedings{riza2016introduction, title={Introduction of the asian language treebank}, author={Riza, Hammam and Purwoadi, Michael and Uliniansyah, Teduh and Ti, Aw Ai and Aljunied, Sharifah Mahani and Mai, Luong Chi and Thang, Vu Tat and Thai, Nguyen Phuong and Chea, Vichet and Sam, Sethserey and others}, booktitle={2016 Conference of The Oriental Chapter of International Committee for Coordination and Standardization of Speech Databases and Assessment Techniques (O-COCOSDA)}, pages={1--6}, year={2016}, organization={IEEE} } ``` ### Contributions Thanks to [@chameleonTK](https://github.com/chameleonTK) for adding this dataset.
alt
[ "task_categories:translation", "task_categories:token-classification", "task_ids:parsing", "annotations_creators:expert-generated", "language_creators:crowdsourced", "multilinguality:multilingual", "multilinguality:translation", "size_categories:100K<n<1M", "size_categories:10K<n<100K", "source_datasets:original", "language:bn", "language:en", "language:fil", "language:hi", "language:id", "language:ja", "language:km", "language:lo", "language:ms", "language:my", "language:th", "language:vi", "language:zh", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced"], "language": ["bn", "en", "fil", "hi", "id", "ja", "km", "lo", "ms", "my", "th", "vi", "zh"], "license": ["cc-by-4.0"], "multilinguality": ["multilingual", "translation"], "size_categories": ["100K<n<1M", "10K<n<100K"], "source_datasets": ["original"], "task_categories": ["translation", "token-classification"], "task_ids": ["parsing"], "paperswithcode_id": "alt", "pretty_name": "Asian Language Treebank", "config_names": ["alt-en", "alt-jp", "alt-km", "alt-my", "alt-my-transliteration", "alt-my-west-transliteration", "alt-parallel"], "dataset_info": [{"config_name": "alt-en", "features": [{"name": "SNT.URLID", "dtype": "string"}, {"name": "SNT.URLID.SNTID", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "status", "dtype": "string"}, {"name": "value", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 10075569, "num_examples": 17889}, {"name": "validation", "num_bytes": 544719, "num_examples": 988}, {"name": "test", "num_bytes": 567272, "num_examples": 1017}], "download_size": 3781814, "dataset_size": 11187560}, {"config_name": "alt-jp", "features": [{"name": "SNT.URLID", "dtype": "string"}, {"name": "SNT.URLID.SNTID", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "status", "dtype": "string"}, {"name": "value", "dtype": "string"}, {"name": "word_alignment", "dtype": "string"}, {"name": "jp_tokenized", "dtype": "string"}, {"name": "en_tokenized", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 21888277, "num_examples": 17202}, {"name": "validation", "num_bytes": 1181555, "num_examples": 953}, {"name": "test", "num_bytes": 1175592, "num_examples": 931}], "download_size": 10355366, "dataset_size": 24245424}, {"config_name": "alt-km", "features": [{"name": "SNT.URLID", "dtype": "string"}, {"name": "SNT.URLID.SNTID", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "km_pos_tag", "dtype": "string"}, {"name": "km_tokenized", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 12015371, "num_examples": 18088}, {"name": "validation", "num_bytes": 655212, "num_examples": 1000}, {"name": "test", "num_bytes": 673733, "num_examples": 1018}], "download_size": 4344096, "dataset_size": 13344316}, {"config_name": "alt-my", "features": [{"name": "SNT.URLID", "dtype": "string"}, {"name": "SNT.URLID.SNTID", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "value", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 20433243, "num_examples": 18088}, {"name": "validation", "num_bytes": 1111394, "num_examples": 1000}, {"name": "test", "num_bytes": 1135193, "num_examples": 1018}], "download_size": 6569025, "dataset_size": 22679830}, {"config_name": "alt-my-transliteration", "features": [{"name": "en", "dtype": "string"}, {"name": "my", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 4249316, "num_examples": 84022}], "download_size": 2163951, "dataset_size": 4249316}, {"config_name": "alt-my-west-transliteration", "features": [{"name": "en", "dtype": "string"}, {"name": "my", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 7411911, "num_examples": 107121}], "download_size": 2857511, "dataset_size": 7411911}, {"config_name": "alt-parallel", "features": [{"name": "SNT.URLID", "dtype": "string"}, {"name": "SNT.URLID.SNTID", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["bg", "en", "en_tok", "fil", "hi", "id", "ja", "khm", "lo", "ms", "my", "th", "vi", "zh"]}}}], "splits": [{"name": "train", "num_bytes": 68445916, "num_examples": 18088}, {"name": "validation", "num_bytes": 3710979, "num_examples": 1000}, {"name": "test", "num_bytes": 3814431, "num_examples": 1019}], "download_size": 34707907, "dataset_size": 75971326}], "configs": [{"config_name": "alt-en", "data_files": [{"split": "train", "path": "alt-en/train-*"}, {"split": "validation", "path": "alt-en/validation-*"}, {"split": "test", "path": "alt-en/test-*"}]}, {"config_name": "alt-jp", "data_files": [{"split": "train", "path": "alt-jp/train-*"}, {"split": "validation", "path": "alt-jp/validation-*"}, {"split": "test", "path": "alt-jp/test-*"}]}, {"config_name": "alt-km", "data_files": [{"split": "train", "path": "alt-km/train-*"}, {"split": "validation", "path": "alt-km/validation-*"}, {"split": "test", "path": "alt-km/test-*"}]}, {"config_name": "alt-my", "data_files": [{"split": "train", "path": "alt-my/train-*"}, {"split": "validation", "path": "alt-my/validation-*"}, {"split": "test", "path": "alt-my/test-*"}]}, {"config_name": "alt-my-transliteration", "data_files": [{"split": "train", "path": "alt-my-transliteration/train-*"}]}, {"config_name": "alt-my-west-transliteration", "data_files": [{"split": "train", "path": "alt-my-west-transliteration/train-*"}]}, {"config_name": "alt-parallel", "data_files": [{"split": "train", "path": "alt-parallel/train-*"}, {"split": "validation", "path": "alt-parallel/validation-*"}, {"split": "test", "path": "alt-parallel/test-*"}], "default": true}]}
2024-01-09T12:07:24+00:00
[]
[ "bn", "en", "fil", "hi", "id", "ja", "km", "lo", "ms", "my", "th", "vi", "zh" ]
TAGS #task_categories-translation #task_categories-token-classification #task_ids-parsing #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-multilingual #multilinguality-translation #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-Bengali #language-English #language-Filipino #language-Hindi #language-Indonesian #language-Japanese #language-Khmer #language-Lao #language-Malay (macrolanguage) #language-Burmese #language-Thai #language-Vietnamese #language-Chinese #license-cc-by-4.0 #region-us
Dataset Card for Asian Language Treebank (ALT) ============================================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Leaderboard: * Paper: Introduction of the Asian Language Treebank * Point of Contact: ALT info ### Dataset Summary The ALT project aims to advance the state-of-the-art Asian natural language processing (NLP) techniques through the open collaboration for developing and using ALT. It was first conducted by NICT and UCSY as described in Ye Kyaw Thu, Win Pa Pa, Masao Utiyama, Andrew Finch and Eiichiro Sumita (2016). Then, it was developed under ASEAN IVO as described in this Web page. The process of building ALT began with sampling about 20,000 sentences from English Wikinews, and then these sentences were translated into the other languages. ### Supported Tasks and Leaderboards Machine Translation, Dependency Parsing ### Languages It supports 13 language: * Bengali * English * Filipino * Hindi * Bahasa Indonesia * Japanese * Khmer * Lao * Malay * Myanmar (Burmese) * Thai * Vietnamese * Chinese (Simplified Chinese). Dataset Structure ----------------- ### Data Instances #### ALT Parallel Corpus #### ALT Treebank #### ALT Myanmar transliteration ### Data Fields #### ALT Parallel Corpus * SNT.URLID: URL link to the source article listed in URL * SNT.URLID.SNTID: index number from 1 to 20000. It is a seletected sentence from 'SNT.URLID' and bg, en, fil, hi, id, ja, khm, lo, ms, my, th, vi, zh correspond to the target language #### ALT Treebank * status: it indicates how a sentence is annotated; 'draft' sentences are annotated by one annotater and 'reviewed' sentences are annotated by two annotater The annotatation is different from language to language, please see their guildlines for more detail. ### Data Splits Dataset Creation ---------------- ### Curation Rationale The ALT project was initiated by the National Institute of Information and Communications Technology, Japan (NICT) in 2014. NICT started to build Japanese and English ALT and worked with the University of Computer Studies, Yangon, Myanmar (UCSY) to build Myanmar ALT in 2014. Then, the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT), the Institute for Infocomm Research, Singapore (I2R), the Institute of Information Technology, Vietnam (IOIT), and the National Institute of Posts, Telecoms and ICT, Cambodia (NIPTICT) joined to make ALT for Indonesian, Malay, Vietnamese, and Khmer in 2015. ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? The dataset is sampled from the English Wikinews in 2014. These will be annotated with word segmentation, POS tags, and syntax information, in addition to the word alignment information by linguistic experts from * National Institute of Information and Communications Technology, Japan (NICT) for Japanses and English * University of Computer Studies, Yangon, Myanmar (UCSY) for Myanmar * the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT) for Indonesian * the Institute for Infocomm Research, Singapore (I2R) for Malay * the Institute of Information Technology, Vietnam (IOIT) for Vietnamese * the National Institute of Posts, Telecoms and ICT, Cambodia for Khmer ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators * National Institute of Information and Communications Technology, Japan (NICT) for Japanses and English * University of Computer Studies, Yangon, Myanmar (UCSY) for Myanmar * the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT) for Indonesian * the Institute for Infocomm Research, Singapore (I2R) for Malay * the Institute of Information Technology, Vietnam (IOIT) for Vietnamese * the National Institute of Posts, Telecoms and ICT, Cambodia for Khmer ### Licensing Information Creative Commons Attribution 4.0 International (CC BY 4.0) Please cite the following if you make use of the dataset: Hammam Riza, Michael Purwoadi, Gunarso, Teduh Uliniansyah, Aw Ai Ti, Sharifah Mahani Aljunied, Luong Chi Mai, Vu Tat Thang, Nguyen Phuong Thai, Vichet Chea, Rapid Sun, Sethserey Sam, Sopheap Seng, Khin Mar Soe, Khin Thandar Nwet, Masao Utiyama, Chenchen Ding. (2016) "Introduction of the Asian Language Treebank" Oriental COCOSDA. BibTeX: ### Contributions Thanks to @chameleonTK for adding this dataset.
[ "### Dataset Summary\n\n\nThe ALT project aims to advance the state-of-the-art Asian natural language processing (NLP) techniques through the open collaboration for developing and using ALT. It was first conducted by NICT and UCSY as described in Ye Kyaw Thu, Win Pa Pa, Masao Utiyama, Andrew Finch and Eiichiro Sumita (2016). Then, it was developed under ASEAN IVO as described in this Web page.\n\n\nThe process of building ALT began with sampling about 20,000 sentences from English Wikinews, and then these sentences were translated into the other languages.", "### Supported Tasks and Leaderboards\n\n\nMachine Translation, Dependency Parsing", "### Languages\n\n\nIt supports 13 language:\n\n\n* Bengali\n* English\n* Filipino\n* Hindi\n* Bahasa Indonesia\n* Japanese\n* Khmer\n* Lao\n* Malay\n* Myanmar (Burmese)\n* Thai\n* Vietnamese\n* Chinese (Simplified Chinese).\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### ALT Parallel Corpus", "#### ALT Treebank", "#### ALT Myanmar transliteration", "### Data Fields", "#### ALT Parallel Corpus\n\n\n* SNT.URLID: URL link to the source article listed in URL\n* SNT.URLID.SNTID: index number from 1 to 20000. It is a seletected sentence from 'SNT.URLID'\n\n\nand bg, en, fil, hi, id, ja, khm, lo, ms, my, th, vi, zh correspond to the target language", "#### ALT Treebank\n\n\n* status: it indicates how a sentence is annotated; 'draft' sentences are annotated by one annotater and 'reviewed' sentences are annotated by two annotater\n\n\nThe annotatation is different from language to language, please see their guildlines for more detail.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe ALT project was initiated by the National Institute of Information and Communications Technology, Japan (NICT) in 2014. NICT started to build Japanese and English ALT and worked with the University of Computer Studies, Yangon, Myanmar (UCSY) to build Myanmar ALT in 2014. Then, the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT), the Institute for Infocomm Research, Singapore (I2R), the Institute of Information Technology, Vietnam (IOIT), and the National Institute of Posts, Telecoms and ICT, Cambodia (NIPTICT) joined to make ALT for Indonesian, Malay, Vietnamese, and Khmer in 2015.", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\n\nThe dataset is sampled from the English Wikinews in 2014. These will be annotated with word segmentation, POS tags, and syntax information, in addition to the word alignment information by linguistic experts from\n\n\n* National Institute of Information and Communications Technology, Japan (NICT) for Japanses and English\n* University of Computer Studies, Yangon, Myanmar (UCSY) for Myanmar\n* the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT) for Indonesian\n* the Institute for Infocomm Research, Singapore (I2R) for Malay\n* the Institute of Information Technology, Vietnam (IOIT) for Vietnamese\n* the National Institute of Posts, Telecoms and ICT, Cambodia for Khmer", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\n* National Institute of Information and Communications Technology, Japan (NICT) for Japanses and English\n* University of Computer Studies, Yangon, Myanmar (UCSY) for Myanmar\n* the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT) for Indonesian\n* the Institute for Infocomm Research, Singapore (I2R) for Malay\n* the Institute of Information Technology, Vietnam (IOIT) for Vietnamese\n* the National Institute of Posts, Telecoms and ICT, Cambodia for Khmer", "### Licensing Information\n\n\nCreative Commons Attribution 4.0 International (CC BY 4.0)\n\n\nPlease cite the following if you make use of the dataset:\n\n\nHammam Riza, Michael Purwoadi, Gunarso, Teduh Uliniansyah, Aw Ai Ti, Sharifah Mahani Aljunied, Luong Chi Mai, Vu Tat Thang, Nguyen Phuong Thai, Vichet Chea, Rapid Sun, Sethserey Sam, Sopheap Seng, Khin Mar Soe, Khin Thandar Nwet, Masao Utiyama, Chenchen Ding. (2016) \"Introduction of the Asian Language Treebank\" Oriental COCOSDA.\n\n\nBibTeX:", "### Contributions\n\n\nThanks to @chameleonTK for adding this dataset." ]
[ "TAGS\n#task_categories-translation #task_categories-token-classification #task_ids-parsing #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-multilingual #multilinguality-translation #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-Bengali #language-English #language-Filipino #language-Hindi #language-Indonesian #language-Japanese #language-Khmer #language-Lao #language-Malay (macrolanguage) #language-Burmese #language-Thai #language-Vietnamese #language-Chinese #license-cc-by-4.0 #region-us \n", "### Dataset Summary\n\n\nThe ALT project aims to advance the state-of-the-art Asian natural language processing (NLP) techniques through the open collaboration for developing and using ALT. It was first conducted by NICT and UCSY as described in Ye Kyaw Thu, Win Pa Pa, Masao Utiyama, Andrew Finch and Eiichiro Sumita (2016). Then, it was developed under ASEAN IVO as described in this Web page.\n\n\nThe process of building ALT began with sampling about 20,000 sentences from English Wikinews, and then these sentences were translated into the other languages.", "### Supported Tasks and Leaderboards\n\n\nMachine Translation, Dependency Parsing", "### Languages\n\n\nIt supports 13 language:\n\n\n* Bengali\n* English\n* Filipino\n* Hindi\n* Bahasa Indonesia\n* Japanese\n* Khmer\n* Lao\n* Malay\n* Myanmar (Burmese)\n* Thai\n* Vietnamese\n* Chinese (Simplified Chinese).\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### ALT Parallel Corpus", "#### ALT Treebank", "#### ALT Myanmar transliteration", "### Data Fields", "#### ALT Parallel Corpus\n\n\n* SNT.URLID: URL link to the source article listed in URL\n* SNT.URLID.SNTID: index number from 1 to 20000. It is a seletected sentence from 'SNT.URLID'\n\n\nand bg, en, fil, hi, id, ja, khm, lo, ms, my, th, vi, zh correspond to the target language", "#### ALT Treebank\n\n\n* status: it indicates how a sentence is annotated; 'draft' sentences are annotated by one annotater and 'reviewed' sentences are annotated by two annotater\n\n\nThe annotatation is different from language to language, please see their guildlines for more detail.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe ALT project was initiated by the National Institute of Information and Communications Technology, Japan (NICT) in 2014. NICT started to build Japanese and English ALT and worked with the University of Computer Studies, Yangon, Myanmar (UCSY) to build Myanmar ALT in 2014. Then, the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT), the Institute for Infocomm Research, Singapore (I2R), the Institute of Information Technology, Vietnam (IOIT), and the National Institute of Posts, Telecoms and ICT, Cambodia (NIPTICT) joined to make ALT for Indonesian, Malay, Vietnamese, and Khmer in 2015.", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\n\nThe dataset is sampled from the English Wikinews in 2014. These will be annotated with word segmentation, POS tags, and syntax information, in addition to the word alignment information by linguistic experts from\n\n\n* National Institute of Information and Communications Technology, Japan (NICT) for Japanses and English\n* University of Computer Studies, Yangon, Myanmar (UCSY) for Myanmar\n* the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT) for Indonesian\n* the Institute for Infocomm Research, Singapore (I2R) for Malay\n* the Institute of Information Technology, Vietnam (IOIT) for Vietnamese\n* the National Institute of Posts, Telecoms and ICT, Cambodia for Khmer", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\n* National Institute of Information and Communications Technology, Japan (NICT) for Japanses and English\n* University of Computer Studies, Yangon, Myanmar (UCSY) for Myanmar\n* the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT) for Indonesian\n* the Institute for Infocomm Research, Singapore (I2R) for Malay\n* the Institute of Information Technology, Vietnam (IOIT) for Vietnamese\n* the National Institute of Posts, Telecoms and ICT, Cambodia for Khmer", "### Licensing Information\n\n\nCreative Commons Attribution 4.0 International (CC BY 4.0)\n\n\nPlease cite the following if you make use of the dataset:\n\n\nHammam Riza, Michael Purwoadi, Gunarso, Teduh Uliniansyah, Aw Ai Ti, Sharifah Mahani Aljunied, Luong Chi Mai, Vu Tat Thang, Nguyen Phuong Thai, Vichet Chea, Rapid Sun, Sethserey Sam, Sopheap Seng, Khin Mar Soe, Khin Thandar Nwet, Masao Utiyama, Chenchen Ding. (2016) \"Introduction of the Asian Language Treebank\" Oriental COCOSDA.\n\n\nBibTeX:", "### Contributions\n\n\nThanks to @chameleonTK for adding this dataset." ]
[ 185, 131, 18, 55, 6, 5, 5, 7, 5, 89, 71, 11, 143, 4, 10, 160, 5, 5, 9, 18, 7, 8, 14, 110, 143, 18 ]
[ "passage: TAGS\n#task_categories-translation #task_categories-token-classification #task_ids-parsing #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-multilingual #multilinguality-translation #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-Bengali #language-English #language-Filipino #language-Hindi #language-Indonesian #language-Japanese #language-Khmer #language-Lao #language-Malay (macrolanguage) #language-Burmese #language-Thai #language-Vietnamese #language-Chinese #license-cc-by-4.0 #region-us \n### Dataset Summary\n\n\nThe ALT project aims to advance the state-of-the-art Asian natural language processing (NLP) techniques through the open collaboration for developing and using ALT. It was first conducted by NICT and UCSY as described in Ye Kyaw Thu, Win Pa Pa, Masao Utiyama, Andrew Finch and Eiichiro Sumita (2016). Then, it was developed under ASEAN IVO as described in this Web page.\n\n\nThe process of building ALT began with sampling about 20,000 sentences from English Wikinews, and then these sentences were translated into the other languages.### Supported Tasks and Leaderboards\n\n\nMachine Translation, Dependency Parsing### Languages\n\n\nIt supports 13 language:\n\n\n* Bengali\n* English\n* Filipino\n* Hindi\n* Bahasa Indonesia\n* Japanese\n* Khmer\n* Lao\n* Malay\n* Myanmar (Burmese)\n* Thai\n* Vietnamese\n* Chinese (Simplified Chinese).\n\n\nDataset Structure\n-----------------### Data Instances#### ALT Parallel Corpus#### ALT Treebank#### ALT Myanmar transliteration### Data Fields#### ALT Parallel Corpus\n\n\n* SNT.URLID: URL link to the source article listed in URL\n* SNT.URLID.SNTID: index number from 1 to 20000. It is a seletected sentence from 'SNT.URLID'\n\n\nand bg, en, fil, hi, id, ja, khm, lo, ms, my, th, vi, zh correspond to the target language", "passage: #### ALT Treebank\n\n\n* status: it indicates how a sentence is annotated; 'draft' sentences are annotated by one annotater and 'reviewed' sentences are annotated by two annotater\n\n\nThe annotatation is different from language to language, please see their guildlines for more detail.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThe ALT project was initiated by the National Institute of Information and Communications Technology, Japan (NICT) in 2014. NICT started to build Japanese and English ALT and worked with the University of Computer Studies, Yangon, Myanmar (UCSY) to build Myanmar ALT in 2014. Then, the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT), the Institute for Infocomm Research, Singapore (I2R), the Institute of Information Technology, Vietnam (IOIT), and the National Institute of Posts, Telecoms and ICT, Cambodia (NIPTICT) joined to make ALT for Indonesian, Malay, Vietnamese, and Khmer in 2015.### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?\n\n\nThe dataset is sampled from the English Wikinews in 2014. These will be annotated with word segmentation, POS tags, and syntax information, in addition to the word alignment information by linguistic experts from\n\n\n* National Institute of Information and Communications Technology, Japan (NICT) for Japanses and English\n* University of Computer Studies, Yangon, Myanmar (UCSY) for Myanmar\n* the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT) for Indonesian\n* the Institute for Infocomm Research, Singapore (I2R) for Malay\n* the Institute of Information Technology, Vietnam (IOIT) for Vietnamese\n* the National Institute of Posts, Telecoms and ICT, Cambodia for Khmer### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators\n\n\n* National Institute of Information and Communications Technology, Japan (NICT) for Japanses and English\n* University of Computer Studies, Yangon, Myanmar (UCSY) for Myanmar\n* the Badan Pengkajian dan Penerapan Teknologi, Indonesia (BPPT) for Indonesian\n* the Institute for Infocomm Research, Singapore (I2R) for Malay\n* the Institute of Information Technology, Vietnam (IOIT) for Vietnamese\n* the National Institute of Posts, Telecoms and ICT, Cambodia for Khmer" ]
[ 0.013235554099082947, 0.08909586817026138, -0.0043713669292628765, 0.01195805799216032, 0.06349518895149231, -0.04509132727980614, 0.008147791028022766, 0.07490213960409164, -0.013378463685512543, 0.040335651487112045, -0.041476838290691376, -0.0248597152531147, 0.15770414471626282, 0.03572438657283783, 0.033089760690927505, -0.31518518924713135, 0.06358456611633301, -0.03947551175951958, -0.09743882715702057, 0.06971167773008347, 0.09565712511539459, -0.009607638232409954, 0.06978773325681686, 0.031173020601272583, 0.01808929070830345, -0.0034667071886360645, -0.13373973965644836, -0.061498694121837616, 0.01808166317641735, 0.0068208291195333, 0.061927348375320435, -0.019420478492975235, 0.020343683660030365, -0.21778789162635803, -0.006583301350474358, 0.009726723656058311, 0.05019436776638031, -0.03014432266354561, 0.1073206216096878, 0.04186003655195236, 0.19454166293144226, -0.11616259813308716, 0.07442624121904373, 0.028494620695710182, -0.07257743179798126, -0.23453325033187866, -0.11166797578334808, 0.06678035110235214, 0.16831877827644348, 0.053638096898794174, -0.07501256465911865, 0.04151780903339386, -0.049015454947948456, 0.032958559691905975, -0.013355516828596592, -0.15050897002220154, -0.055840864777565, -0.04743829742074013, 0.03153246268630028, 0.07695385813713074, -0.0972035676240921, -0.006882521789520979, 0.015873614698648453, 0.029665829613804817, 0.011359792202711105, -0.06437283754348755, 0.06809759885072708, -0.03989112004637718, -0.11692211776971817, -0.01975349336862564, 0.14001761376857758, 0.016367709264159203, -0.058166295289993286, -0.10988377034664154, 0.00965482834726572, -0.02404969371855259, -0.031670764088630676, -0.07964113354682922, 0.01561024971306324, 0.024232007563114166, 0.25273358821868896, -0.08358681201934814, -0.1113404631614685, 0.059828020632267, 0.01896747760474682, 0.08044491708278656, 0.06730401515960693, -0.03403022885322571, -0.001989996060729027, -0.004397311247885227, 0.045672111213207245, -0.058874934911727905, -0.03597529977560043, 0.009353911504149437, -0.09005934000015259, 0.05078960582613945, 0.09697805345058441, -0.023474059998989105, 0.012167803011834621, 0.16081561148166656, -0.14141355454921722, 0.06940754503011703, -0.04709697514772415, -0.002143547171726823, 0.0439581423997879, 0.16180050373077393, -0.0797228068113327, -0.025800757110118866, -0.058065105229616165, -0.06886230409145355, -0.022998567670583725, -0.004671873990446329, 0.004259847104549408, 0.047073639929294586, 0.02701951377093792, 0.02935972809791565, 0.06123024970293045, 0.06302742660045624, -0.02489439770579338, -0.04196447879076004, 0.12935122847557068, -0.14698785543441772, -0.010537657886743546, -0.02274060994386673, 0.009761192835867405, 0.12147659808397293, 0.015352018177509308, 0.038949720561504364, -0.0795917958021164, 0.08168478310108185, 0.02138480544090271, -0.003334417473524809, -0.050015971064567566, -0.026785971596837044, 0.03576475381851196, -0.04742540046572685, -0.05958569422364235, -0.052523866295814514, -0.1082744300365448, -0.0973726287484169, 0.05419651046395302, -0.05628608539700508, 0.020307503640651703, -0.026236437261104584, -0.05761100724339485, 0.004766097292304039, 0.02132888324558735, -0.010156329721212387, -0.04177004098892212, -0.016251342371106148, -0.0942327082157135, 0.058551255613565445, -0.014657683670520782, 0.04726991057395935, -0.07362230122089386, 0.10332033038139343, -0.07412548363208771, 0.08300329744815826, -0.1348746120929718, 0.06910965591669083, -0.0746755301952362, -0.014489326626062393, -0.005726413801312447, 0.005423964932560921, -0.034324027597904205, 0.09130537509918213, -0.12397269904613495, -0.02499428018927574, 0.09387674927711487, -0.13614504039287567, -0.08300318568944931, 0.15779781341552734, 0.04218485578894615, 0.11255650222301483, 0.0025072828866541386, 0.16844424605369568, 0.10004778206348419, 0.010478733107447624, -0.032433778047561646, -0.05420619621872902, 0.007629431784152985, 0.19503046572208405, 0.11434105038642883, -0.050928957760334015, 0.025608953088521957, 0.04292326793074608, -0.021943364292383194, -0.02465827390551567, 0.019536569714546204, -0.06011873483657837, 0.050771258771419525, 0.00232009869068861, -0.013211725279688835, 0.011931326240301132, 0.005810990929603577, 0.003694692626595497, -0.04076369106769562, 0.030646808445453644, 0.06658890843391418, -0.026345742866396904, 0.04771348088979721, -0.07959268242120743, 0.002419085241854191, 0.07448005676269531, 0.021176666021347046, -0.1018819808959961, -0.006938832812011242, 0.07458718121051788, -0.12280044704675674, 0.12581077218055725, -0.10451795160770416, 0.00047058984637260437, 0.006751298438757658, -0.017063220962882042, -0.029065631330013275, 0.015795541927218437, 0.016651419922709465, 0.029070185497403145, -0.10490887612104416, 0.04559704288840294, 0.0018021464347839355, 0.11900116503238678, -0.08012279868125916, 0.005457531660795212, 0.08374848961830139, 0.15514187514781952, 0.034077949821949005, -0.014333965256810188, 0.023900402709841728, 0.06566721200942993, 0.016009792685508728, -0.010584257543087006, -0.013036121614277363, 0.019425803795456886, -0.04796909540891647, 0.15310069918632507, -0.054504744708538055, -0.15209701657295227, 0.05671963840723038, 0.024370389059185982, -0.06269174814224243, 0.046551771461963654, -0.04247045889496803, -0.08795632421970367, 0.026686498895287514, -0.016217965632677078, 0.13713505864143372, -0.011949960142374039, 0.07859303057193756, -0.09557877480983734, -0.060716934502124786, -0.04880549758672714, -0.0699668675661087, -0.048311010003089905, 0.11295485496520996, 0.03037637285888195, -0.2026907354593277, 0.14882130920886993, 0.009134799242019653, 0.06832008808851242, 0.16960671544075012, -0.027653533965349197, -0.05954486131668091, -0.0643291026353836, 0.09079450368881226, 0.020840870216488838, 0.02916579321026802, -0.13111673295497894, 0.05239700525999069, 0.030800390988588333, 0.05042196065187454, 0.0474867969751358, -0.06464973092079163, 0.024054955691099167, -0.009875626303255558, -0.0011537028476595879, 0.09304739534854889, 0.041730232536792755, 0.028747670352458954, 0.03996049612760544, 0.04050329327583313, 0.11268749833106995, -0.08374784886837006, -0.028537675738334656, -0.0913742259144783, 0.11645384132862091, -0.1327163577079773, -0.3827545642852783, -0.1139587014913559, -0.02227765880525112, -0.007567116990685463, -0.06841961294412613, 0.03561210632324219, -0.1250908523797989, -0.10399093478918076, -0.07949194312095642, 0.013898649252951145, -0.026434428989887238, -0.06299491226673126, -0.018560364842414856, 0.03226917237043381, -0.04307461529970169, -0.025231679901480675, -0.00462670624256134, 0.02952905371785164, 0.015258283354341984, 0.02636297419667244, -0.04334403574466705, 0.06515999138355255, 0.06782173365354538, 0.026380570605397224, -0.04079793766140938, 0.005569416098296642, 0.12050909548997879, -0.15048381686210632, 0.1196514442563057, 0.04052427038550377, -0.0915846973657608, 0.08426007628440857, 0.17974793910980225, 0.02508792281150818, -0.03881210461258888, 0.05581580847501755, 0.04728119447827339, 0.002459726994857192, -0.2794545292854309, -0.10725652426481247, -0.07843659818172455, 0.10542745143175125, 0.0027345851995050907, 0.04945189505815506, 0.047826364636421204, -0.02434847131371498, -0.06253452599048615, 0.0635475218296051, 0.08076015114784241, 0.05871853977441788, 0.11239796876907349, 0.0030852975323796272, -0.03101392649114132, -0.04900171980261803, 0.008747098036110401, 0.08956285566091537, -0.014846470206975937, 0.20135468244552612, 0.07574857026338577, 0.1891569197177887, 0.10673150420188904, 0.18278223276138306, 0.030522475019097328, -0.02234514057636261, -0.06570256501436234, 0.05532323941588402, 0.017116010189056396, -0.06870492547750473, 0.11853078007698059, 0.09962262213230133, 0.016997823491692543, -0.086391881108284, 0.08854727447032928, 0.00847274623811245, 0.06950122863054276, 0.1769203543663025, -0.017730774357914925, 0.02362585812807083, -0.02979658916592598, 0.02775360271334648, -0.07398554682731628, -0.1110491082072258, 0.025713719427585602, 0.02414683811366558, -0.16786426305770874, 0.09241810441017151, 0.0005803967942483723, 0.09103266894817352, -0.08029395341873169, -0.06022253632545471, 0.023587314411997795, -0.026276715099811554, 0.010076617822051048, 0.07158127427101135, -0.10726398229598999, 0.15910440683364868, -0.007624529302120209, -0.01563280262053013, -0.02504238300025463, 0.05379985272884369, -0.008319290354847908, -0.014625627547502518, 0.09667513519525528, 0.05525526404380798, -0.13283149898052216, -0.03155779093503952, -0.08210127055644989, -0.028059741482138634, 0.1418587863445282, -0.056950315833091736, 0.05495421215891838, -0.024279288947582245, -0.057638391852378845, -0.06946466863155365, -0.13127249479293823, -0.11687058210372925, -0.16932138800621033, 0.10639678686857224, -0.05654679238796234, 0.08019192516803741, -0.028774267062544823, -0.03560265153646469, -0.06319783627986908, 0.1859150230884552, -0.07496009021997452, -0.09446998685598373, -0.08691340684890747, -0.0443418063223362, 0.13331498205661774, -0.06837072968482971, 0.08586733043193817, -0.05024855583906174, 0.0452132374048233, 0.01747073233127594, 0.01952138915657997, 0.07130499184131622, -0.009297804906964302, -0.14129436016082764, 0.013571600429713726, 0.1195845901966095, 0.08354026079177856, 0.012070674449205399, 0.0007006870582699776, 0.021183399483561516, 0.04608667641878128, -0.13932056725025177, -0.04885046184062958, 0.12291846424341202, 0.013642163015902042, 0.13466858863830566, -0.07187500596046448, -0.2170908898115158, -0.15430855751037598, -0.21502423286437988, 0.09327332675457001, 0.15676485002040863, -0.01913769170641899, 0.15071050822734833, 0.1413659155368805, -0.11200445890426636, -0.16348303854465485, -0.08433355391025543, 0.05258406698703766, -0.002430001273751259, -0.007833813317120075, -0.13044016063213348, 0.01592763140797615, 0.026555554941296577, 0.0012121242471039295, -0.0469200573861599, -0.14099445939064026, -0.16118042171001434, 0.02560027688741684, -0.01907936856150627, -0.23740644752979279, -0.11440536379814148, -0.08773469179868698, 0.002637307159602642, -0.11686243116855621, 0.08873265981674194, 0.09772806614637375, -0.020150411874055862, 0.01181718148291111, -0.03208557143807411, -0.003913765773177147, 0.0037664389237761497, 0.19708627462387085, -0.04374915733933449, -0.01596454530954361, -0.08314748853445053, -0.03467615693807602, -0.01787719689309597, 0.041245002299547195, 0.15882745385169983, 0.07629917562007904, -0.027467550709843636, -0.12312890589237213, -0.04540806636214256, -0.07523767650127411, -0.026525024324655533, -0.061347972601652145, -0.03420409932732582, -0.1316816508769989, 0.1423083245754242, 0.06952523440122604, -0.0051723867654800415, 0.015692908316850662, -0.021364210173487663, -0.026650216430425644, 0.062458980828523636, 0.12858964502811432, 0.024167165160179138, 0.048262305557727814, -0.0850510448217392, 0.0018018617993220687, -0.014144815504550934, -0.11468067020177841, 0.01958520896732807, 0.09510144591331482, -0.016102952882647514, 0.17589768767356873, -0.0440324991941452, -0.1684049665927887, 0.03013518452644348, 0.08287641406059265, -0.018995385617017746, -0.25078660249710083, -0.04556170850992203, 0.006910947151482105, 0.008573804050683975, -0.07759658992290497, 0.014253150671720505, -0.09611882269382477, -0.036400388926267624, 0.056395165622234344, 0.045152731239795685, -0.0010293200612068176, -0.026746781542897224, -0.005267066415399313, 0.032535113394260406, -0.0369449257850647, 0.16214418411254883, 0.164503812789917, -0.1001305878162384, 0.01251712441444397, 0.28294265270233154, -0.07635723054409027, -0.022276217117905617, 0.013355350121855736, 0.04987319931387901, 0.061733730137348175, -0.059846751391887665, 0.05999010056257248, -0.11125484108924866, 0.017868848517537117, 0.0892777368426323, -0.008048336021602154, 0.017503758892416954, 0.04850884526968002, -0.004406968597322702, 0.0006488468497991562, 0.11312848329544067, 0.12241999804973602, -0.023758310824632645, -0.054506514221429825, -0.02095508761703968, 0.119367316365242, 0.06472036242485046, 0.005135813727974892, -0.07824540138244629, -0.06982499361038208, -0.010868299752473831, -0.07383880764245987, 0.03457241505384445, -0.13163115084171295, -0.019416160881519318, -0.005792087875306606, -0.08007387816905975, -0.026805274188518524, -0.014631785452365875, -0.039312105625867844, -0.03235369175672531, -0.05016382038593292, 0.08143675327301025, -0.06357765942811966, -0.05755981430411339, 0.137407124042511, -0.04169230908155441, 0.027142826467752457, -0.021753566339612007, -0.038272224366664886, 0.06938859075307846, -0.004298094660043716, 0.056388773024082184, 0.000009306706488132477, 0.0292471032589674, 0.04237460345029831, -0.1670590192079544, -0.07198873162269592, 0.022924568504095078, 0.004096142016351223, -0.0015176841989159584, 0.0012981703039258718, -0.05757727846503258, -0.027235496789216995, -0.08804096281528473, -0.07944909483194351, -0.040264520794153214, 0.008192368783056736, 0.0067131612449884415, 0.0154933612793684, 0.04244709759950638, -0.03801771253347397, 0.0932082086801529, -0.08800071477890015, -0.006444083526730537, -0.0024596652947366238, -0.014765116386115551, 0.07155819237232208, -0.05273343622684479, 0.018254004418849945, 0.009208782576024532, 0.09166797250509262, -0.03131038695573807, -0.05488905310630798, 0.04767603427171707, -0.11424534767866135, -0.13789547979831696, 0.0690041184425354, 0.04203134775161743, 0.034327033907175064, -0.0370766781270504, -0.00466273445636034, -0.0689925029873848, -0.12423005700111389, 0.01375538483262062, -0.011818932369351387, 0.12731696665287018, 0.17514964938163757, 0.017293047159910202, 0.009564973413944244, -0.028017548844218254, -0.16191400587558746, 0.004863315261900425, -0.10291449725627899, 0.06393773853778839, -0.07675321400165558, 0.20579828321933746, 0.15576107800006866, -0.22333453595638275, 0.13613557815551758, -0.006374940276145935, -0.10879743099212646, -0.039047226309776306, -0.2141200751066208, -0.053258225321769714, -0.03655880689620972, -0.03392409905791283, -0.09565840661525726, 0.08522282540798187, 0.05327800661325455, 0.08051768690347672, -0.012558523565530777, 0.13331925868988037, -0.05887291580438614, -0.12514322996139526, 0.10049842298030853, 0.016958793625235558, 0.060326311737298965, -0.0050032008439302444, 0.02906658686697483, -0.06208536773920059, 0.031112562865018845, -0.0035896645858883858, 0.08596375584602356, -0.0876423567533493, 0.020393479615449905, -0.03990241140127182, -0.06247600540518761, 0.03809064254164696, -0.018669042736291885, -0.006385060027241707, 0.10877709090709686, 0.050779324024915695, -0.012995827943086624, 0.02670937031507492, 0.1664065420627594, 0.010658574290573597, -0.09720071405172348, -0.188895121216774, 0.03255849331617355, -0.021128440275788307, -0.06024286150932312, 0.05993908643722534, -0.09694187343120575, -0.027466177940368652, 0.20725440979003906, 0.06777052581310272, 0.07002122700214386, 0.02062135934829712, 0.006649279035627842, 0.025781506672501564, -0.06698668003082275, 0.06441964209079742, 0.08577471971511841, 0.2227754443883896, -0.05293755605816841, 0.02341505140066147, -0.11090031266212463, -0.0609356164932251, -0.09342430531978607, 0.052976083010435104, 0.011472915299236774, -0.009000902995467186, -0.04056080803275108, 0.15106649696826935, -0.13497358560562134, -0.22435560822486877, 0.006541237235069275, -0.08513768017292023, -0.14727191627025604, -0.00935120414942503, -0.009723363444209099, 0.05221060663461685, -0.017840523272752762, 0.0670512318611145, -0.006579712964594364, 0.10546349734067917, 0.09244171530008316, 0.022912276908755302, -0.028944486752152443, 0.12323645502328873, -0.03296799212694168, 0.1323220133781433, 0.032316744327545166, 0.03173121437430382, 0.05586642771959305, 0.024346016347408295, -0.08260424435138702, -0.008816791698336601, 0.06049790233373642, 0.037621237337589264, -0.004213937558233738, 0.1799490600824356, 0.012320388108491898, 0.06561180204153061, 0.08399039506912231, 0.056358810514211655, 0.09557502716779709, 0.04898291081190109, 0.01721348613500595, -0.020476441830396652, 0.1008453369140625, -0.15098154544830322, 0.10258433222770691, 0.1770002692937851, -0.02684968337416649, 0.025469090789556503, -0.024574723094701767, 0.033137980848550797, -0.07467246800661087, 0.04378752037882805, -0.025309007614850998, -0.1580209583044052, 0.031421925872564316, 0.018822139129042625, 0.14456942677497864, -0.07309748232364655, -0.03489571809768677, 0.02258984185755253, 0.001879364252090454, -0.07382611930370331, 0.14512044191360474, 0.02584221586585045, -0.03844249248504639, -0.047651875764131546, -0.23310650885105133, -0.008017882704734802, 0.09324274212121964, -0.06436077505350113, 0.007156582549214363 ]
9d9c45c18f8c3cf1b23a3c27917b60cbf28f3289
# Dataset Card for Amazon Review Polarity ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://registry.opendata.aws/ - **Repository:** https://github.com/zhangxiangxiao/Crepe - **Paper:** https://arxiv.org/abs/1509.01626 - **Leaderboard:** [Needs More Information] - **Point of Contact:** [Xiang Zhang](mailto:xiang.zhang@nyu.edu) ### Dataset Summary The Amazon reviews dataset consists of reviews from amazon. The data span a period of 18 years, including ~35 million reviews up to March 2013. Reviews include product and user information, ratings, and a plaintext review. ### Supported Tasks and Leaderboards - `text-classification`, `sentiment-classification`: The dataset is mainly used for text classification: given the content and the title, predict the correct star rating. ### Languages Mainly English. ## Dataset Structure ### Data Instances A typical data point, comprises of a title, a content and the corresponding label. An example from the AmazonPolarity test set looks as follows: ``` { 'title':'Great CD', 'content':"My lovely Pat has one of the GREAT voices of her generation. I have listened to this CD for YEARS and I still LOVE IT. When I'm in a good mood it makes me feel better. A bad mood just evaporates like sugar in the rain. This CD just oozes LIFE. Vocals are jusat STUUNNING and lyrics just kill. One of life's hidden gems. This is a desert isle CD in my book. Why she never made it big is just beyond me. Everytime I play this, no matter black, white, young, old, male, female EVERYBODY says one thing ""Who was that singing ?""", 'label':1 } ``` ### Data Fields - 'title': a string containing the title of the review - escaped using double quotes (") and any internal double quote is escaped by 2 double quotes (""). New lines are escaped by a backslash followed with an "n" character, that is "\n". - 'content': a string containing the body of the document - escaped using double quotes (") and any internal double quote is escaped by 2 double quotes (""). New lines are escaped by a backslash followed with an "n" character, that is "\n". - 'label': either 1 (positive) or 0 (negative) rating. ### Data Splits The Amazon reviews polarity dataset is constructed by taking review score 1 and 2 as negative, and 4 and 5 as positive. Samples of score 3 is ignored. Each class has 1,800,000 training samples and 200,000 testing samples. ## Dataset Creation ### Curation Rationale The Amazon reviews polarity dataset is constructed by Xiang Zhang (xiang.zhang@nyu.edu). It is used as a text classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015). ### Source Data #### Initial Data Collection and Normalization [Needs More Information] #### Who are the source language producers? [Needs More Information] ### Annotations #### Annotation process [Needs More Information] #### Who are the annotators? [Needs More Information] ### Personal and Sensitive Information [Needs More Information] ## Considerations for Using the Data ### Social Impact of Dataset [Needs More Information] ### Discussion of Biases [Needs More Information] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators [Needs More Information] ### Licensing Information Apache License 2.0 ### Citation Information McAuley, Julian, and Jure Leskovec. "Hidden factors and hidden topics: understanding rating dimensions with review text." In Proceedings of the 7th ACM conference on Recommender systems, pp. 165-172. 2013. Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015) ### Contributions Thanks to [@hfawaz](https://github.com/hfawaz) for adding this dataset.
amazon_polarity
[ "task_categories:text-classification", "task_ids:sentiment-classification", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1M<n<10M", "source_datasets:original", "language:en", "license:apache-2.0", "arxiv:1509.01626", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["apache-2.0"], "multilinguality": ["monolingual"], "size_categories": ["1M<n<10M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["sentiment-classification"], "pretty_name": "Amazon Review Polarity", "dataset_info": {"config_name": "amazon_polarity", "features": [{"name": "label", "dtype": {"class_label": {"names": {"0": "negative", "1": "positive"}}}}, {"name": "title", "dtype": "string"}, {"name": "content", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1604364432, "num_examples": 3600000}, {"name": "test", "num_bytes": 178176193, "num_examples": 400000}], "download_size": 1145430497, "dataset_size": 1782540625}, "configs": [{"config_name": "amazon_polarity", "data_files": [{"split": "train", "path": "amazon_polarity/train-*"}, {"split": "test", "path": "amazon_polarity/test-*"}], "default": true}], "train-eval-index": [{"config": "amazon_polarity", "task": "text-classification", "task_id": "binary_classification", "splits": {"train_split": "train", "eval_split": "test"}, "col_mapping": {"content": "text", "label": "target"}, "metrics": [{"type": "accuracy", "name": "Accuracy"}, {"type": "f1", "name": "F1 macro", "args": {"average": "macro"}}, {"type": "f1", "name": "F1 micro", "args": {"average": "micro"}}, {"type": "f1", "name": "F1 weighted", "args": {"average": "weighted"}}, {"type": "precision", "name": "Precision macro", "args": {"average": "macro"}}, {"type": "precision", "name": "Precision micro", "args": {"average": "micro"}}, {"type": "precision", "name": "Precision weighted", "args": {"average": "weighted"}}, {"type": "recall", "name": "Recall macro", "args": {"average": "macro"}}, {"type": "recall", "name": "Recall micro", "args": {"average": "micro"}}, {"type": "recall", "name": "Recall weighted", "args": {"average": "weighted"}}]}]}
2024-01-09T12:23:33+00:00
[ "1509.01626" ]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-apache-2.0 #arxiv-1509.01626 #region-us
# Dataset Card for Amazon Review Polarity ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: URL - Leaderboard: - Point of Contact: Xiang Zhang ### Dataset Summary The Amazon reviews dataset consists of reviews from amazon. The data span a period of 18 years, including ~35 million reviews up to March 2013. Reviews include product and user information, ratings, and a plaintext review. ### Supported Tasks and Leaderboards - 'text-classification', 'sentiment-classification': The dataset is mainly used for text classification: given the content and the title, predict the correct star rating. ### Languages Mainly English. ## Dataset Structure ### Data Instances A typical data point, comprises of a title, a content and the corresponding label. An example from the AmazonPolarity test set looks as follows: ### Data Fields - 'title': a string containing the title of the review - escaped using double quotes (") and any internal double quote is escaped by 2 double quotes (""). New lines are escaped by a backslash followed with an "n" character, that is "\n". - 'content': a string containing the body of the document - escaped using double quotes (") and any internal double quote is escaped by 2 double quotes (""). New lines are escaped by a backslash followed with an "n" character, that is "\n". - 'label': either 1 (positive) or 0 (negative) rating. ### Data Splits The Amazon reviews polarity dataset is constructed by taking review score 1 and 2 as negative, and 4 and 5 as positive. Samples of score 3 is ignored. Each class has 1,800,000 training samples and 200,000 testing samples. ## Dataset Creation ### Curation Rationale The Amazon reviews polarity dataset is constructed by Xiang Zhang (URL@URL). It is used as a text classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015). ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information Apache License 2.0 McAuley, Julian, and Jure Leskovec. "Hidden factors and hidden topics: understanding rating dimensions with review text." In Proceedings of the 7th ACM conference on Recommender systems, pp. 165-172. 2013. Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015) ### Contributions Thanks to @hfawaz for adding this dataset.
[ "# Dataset Card for Amazon Review Polarity", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard: \n- Point of Contact: Xiang Zhang", "### Dataset Summary\n\nThe Amazon reviews dataset consists of reviews from amazon.\nThe data span a period of 18 years, including ~35 million reviews up to March 2013.\nReviews include product and user information, ratings, and a plaintext review.", "### Supported Tasks and Leaderboards\n\n- 'text-classification', 'sentiment-classification': The dataset is mainly used for text classification: given the content and the title, predict the correct star rating.", "### Languages\n\nMainly English.", "## Dataset Structure", "### Data Instances\n\nA typical data point, comprises of a title, a content and the corresponding label. \n\nAn example from the AmazonPolarity test set looks as follows:", "### Data Fields\n\n- 'title': a string containing the title of the review - escaped using double quotes (\") and any internal double quote is escaped by 2 double quotes (\"\"). New lines are escaped by a backslash followed with an \"n\" character, that is \"\\n\".\n- 'content': a string containing the body of the document - escaped using double quotes (\") and any internal double quote is escaped by 2 double quotes (\"\"). New lines are escaped by a backslash followed with an \"n\" character, that is \"\\n\".\n- 'label': either 1 (positive) or 0 (negative) rating.", "### Data Splits\n\nThe Amazon reviews polarity dataset is constructed by taking review score 1 and 2 as negative, and 4 and 5 as positive. Samples of score 3 is ignored. Each class has 1,800,000 training samples and 200,000 testing samples.", "## Dataset Creation", "### Curation Rationale\n\nThe Amazon reviews polarity dataset is constructed by Xiang Zhang (URL@URL). It is used as a text classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015).", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nApache License 2.0\n\n\n\nMcAuley, Julian, and Jure Leskovec. \"Hidden factors and hidden topics: understanding rating dimensions with review text.\" In Proceedings of the 7th ACM conference on Recommender systems, pp. 165-172. 2013.\n\nXiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015)", "### Contributions\n\nThanks to @hfawaz for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-apache-2.0 #arxiv-1509.01626 #region-us \n", "# Dataset Card for Amazon Review Polarity", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard: \n- Point of Contact: Xiang Zhang", "### Dataset Summary\n\nThe Amazon reviews dataset consists of reviews from amazon.\nThe data span a period of 18 years, including ~35 million reviews up to March 2013.\nReviews include product and user information, ratings, and a plaintext review.", "### Supported Tasks and Leaderboards\n\n- 'text-classification', 'sentiment-classification': The dataset is mainly used for text classification: given the content and the title, predict the correct star rating.", "### Languages\n\nMainly English.", "## Dataset Structure", "### Data Instances\n\nA typical data point, comprises of a title, a content and the corresponding label. \n\nAn example from the AmazonPolarity test set looks as follows:", "### Data Fields\n\n- 'title': a string containing the title of the review - escaped using double quotes (\") and any internal double quote is escaped by 2 double quotes (\"\"). New lines are escaped by a backslash followed with an \"n\" character, that is \"\\n\".\n- 'content': a string containing the body of the document - escaped using double quotes (\") and any internal double quote is escaped by 2 double quotes (\"\"). New lines are escaped by a backslash followed with an \"n\" character, that is \"\\n\".\n- 'label': either 1 (positive) or 0 (negative) rating.", "### Data Splits\n\nThe Amazon reviews polarity dataset is constructed by taking review score 1 and 2 as negative, and 4 and 5 as positive. Samples of score 3 is ignored. Each class has 1,800,000 training samples and 200,000 testing samples.", "## Dataset Creation", "### Curation Rationale\n\nThe Amazon reviews polarity dataset is constructed by Xiang Zhang (URL@URL). It is used as a text classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015).", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nApache License 2.0\n\n\n\nMcAuley, Julian, and Jure Leskovec. \"Hidden factors and hidden topics: understanding rating dimensions with review text.\" In Proceedings of the 7th ACM conference on Recommender systems, pp. 165-172. 2013.\n\nXiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015)", "### Contributions\n\nThanks to @hfawaz for adding this dataset." ]
[ 100, 9, 120, 31, 54, 51, 8, 6, 40, 148, 59, 5, 89, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 108, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-apache-2.0 #arxiv-1509.01626 #region-us \n# Dataset Card for Amazon Review Polarity## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard: \n- Point of Contact: Xiang Zhang### Dataset Summary\n\nThe Amazon reviews dataset consists of reviews from amazon.\nThe data span a period of 18 years, including ~35 million reviews up to March 2013.\nReviews include product and user information, ratings, and a plaintext review.### Supported Tasks and Leaderboards\n\n- 'text-classification', 'sentiment-classification': The dataset is mainly used for text classification: given the content and the title, predict the correct star rating.### Languages\n\nMainly English.## Dataset Structure### Data Instances\n\nA typical data point, comprises of a title, a content and the corresponding label. \n\nAn example from the AmazonPolarity test set looks as follows:" ]
[ -0.03680524602532387, 0.1904984414577484, -0.004412089008837938, 0.017645295709371567, 0.1007516160607338, 0.044776711612939835, 0.1021069586277008, 0.08829980343580246, 0.03721967712044716, 0.06453697383403778, -0.06177176162600517, 0.00975400023162365, 0.10942621529102325, 0.11863202601671219, 0.009703129529953003, -0.22422078251838684, 0.02333538420498371, -0.0935363844037056, 0.022428203374147415, 0.12002772837877274, 0.12478739023208618, -0.07367599755525589, 0.07799449563026428, -0.06515238434076309, 0.022353744134306908, -0.004467775113880634, 0.004098600707948208, -0.08689058572053909, 0.03180629014968872, 0.04335048049688339, 0.08821167796850204, -0.025018753483891487, 0.04611329734325409, -0.23465049266815186, 0.0309513658285141, 0.05310102924704552, 0.041046518832445145, 0.05733716860413551, 0.08466369658708572, -0.08160400390625, 0.10862082988023758, -0.042413342744112015, 0.13252124190330505, 0.0674823448061943, -0.07351301610469818, -0.08273980021476746, -0.1491318941116333, 0.09943993389606476, 0.08334973454475403, 0.053095243871212006, -0.03333036229014397, 0.06831615418195724, -0.019937094300985336, 0.0072455331683158875, 0.12926797568798065, -0.13233047723770142, -0.05153535678982735, 0.03826972469687462, 0.03613336756825447, 0.10914318263530731, -0.12249526381492615, -0.015169703401625156, -0.014328965917229652, 0.03412733972072601, 0.06947389245033264, -0.03703534975647926, -0.018291592597961426, 0.02611926756799221, -0.092827208340168, -0.029546521604061127, 0.13931980729103088, -0.029650220647454262, -0.0670197457075119, -0.21558940410614014, 0.012598726898431778, 0.022244079038500786, -0.058104220777750015, 0.040284305810928345, 0.07276181876659393, -0.04243121296167374, 0.0484420545399189, -0.06723812222480774, -0.07383441179990768, 0.00032497369102202356, -0.03668198734521866, 0.01693914458155632, 0.033931948244571686, 0.02973717451095581, 0.0030916084069758654, 0.06775389611721039, 0.08744332939386368, -0.06043584272265434, -0.0629989355802536, -0.08517909795045853, -0.1793927401304245, -0.01906915195286274, 0.017923468723893166, -0.07954403012990952, 0.015911629423499107, 0.18749047815799713, -0.0300294142216444, 0.059638410806655884, -0.050293538719415665, -0.011156179010868073, 0.10823550820350647, 0.17601512372493744, -0.013306709937751293, -0.092702217400074, -0.02468220330774784, 0.006939588580280542, 0.042460158467292786, -0.017281530424952507, 0.03321359306573868, 0.054125696420669556, -0.0034304242581129074, 0.0930362194776535, 0.07190734893083572, -0.000009258776117349043, -0.07106608897447586, -0.08509117364883423, 0.12325096875429153, -0.13729169964790344, 0.034168027341365814, 0.006054077763110399, -0.01659436896443367, 0.03262704238295555, -0.022036956623196602, 0.004427474457770586, -0.054192375391721725, 0.13613741099834442, -0.08032523840665817, -0.018278447911143303, -0.06982862204313278, -0.035271305590867996, 0.07155472785234451, 0.015292459167540073, -0.07323937863111496, -0.02136950194835663, -0.09833505004644394, -0.07254650443792343, 0.0130061786621809, -0.08754773437976837, -0.02241726778447628, 0.04801939055323601, 0.048497989773750305, 0.033438656479120255, 0.0017993065994232893, 0.04296848922967911, -0.0670006051659584, 0.0031449580565094948, -0.041446901857852936, -0.00011559840640984476, 0.08069290965795517, 0.021347520872950554, -0.10414920747280121, 0.03876601159572601, -0.16491073369979858, 0.04414889216423035, -0.14002898335456848, 0.026327794417738914, -0.09759704023599625, 0.0016315551474690437, 0.06249988079071045, 0.024930354207754135, -0.04785647243261337, 0.0905773863196373, -0.1748434156179428, -0.04865512624382973, 0.09055320918560028, -0.12687912583351135, -0.05631661042571068, 0.026738494634628296, -0.031159158796072006, -0.0008052977500483394, 0.09796910732984543, 0.04106399044394493, 0.029565246775746346, -0.05017513781785965, -0.0330616720020771, -0.09683786332607269, 0.04430751875042915, 0.08872736245393753, 0.10519518703222275, -0.05634557828307152, 0.03566700220108032, 0.04595228284597397, -0.06831995397806168, -0.08186271786689758, 0.022787129506468773, -0.049036964774131775, 0.021934229880571365, -0.025453299283981323, 0.0055002872832119465, 0.0023553057108074427, -0.04275182634592056, -0.005321923177689314, -0.07448606193065643, 0.09567216783761978, 0.06389673054218292, -0.010739597491919994, 0.01954510062932968, -0.024012086912989616, 0.020689582452178, 0.03961857035756111, -0.012526989914476871, -0.1896660178899765, -0.16349780559539795, 0.06965175271034241, -0.10515395551919937, 0.11239763349294662, -0.09734682738780975, -0.00939186941832304, -0.05195174738764763, -0.07692709565162659, 0.031502615660429, -0.039972711354494095, -0.01052581425756216, -0.016903476789593697, -0.17622236907482147, -0.0326286144554615, -0.041994329541921616, 0.06681092083454132, -0.08570798486471176, -0.027856262400746346, 0.022760111838579178, 0.12512874603271484, 0.08988401293754578, -0.07757933437824249, 0.08377482742071152, 0.007852436974644661, 0.013276880607008934, -0.03549091890454292, -0.014109811745584011, -0.035089146345853806, 0.005556106101721525, 0.1469607800245285, -0.05945234000682831, -0.05500830337405205, 0.05615900456905365, 0.17221425473690033, -0.07813720405101776, -0.02121542952954769, -0.02817997708916664, -0.020766204223036766, -0.13908860087394714, -0.059624288231134415, 0.08330176025629044, 0.09516575187444687, 0.034360527992248535, -0.1019303947687149, -0.11470256000757217, -0.04003356024622917, 0.03930908069014549, -0.05579645559191704, 0.08233854919672012, 0.09915148466825485, -0.11281271278858185, 0.1031389981508255, 0.02734142728149891, 0.10125850141048431, 0.13667036592960358, -0.034041933715343475, -0.07345996052026749, 0.006205251440405846, -0.08077529072761536, -0.022100869566202164, 0.13052275776863098, 0.031944047659635544, 0.008091885596513748, 0.06435471773147583, 0.001978381769731641, 0.011408751830458641, -0.03013000637292862, 0.03852229565382004, 0.013798159547150135, -0.017532769590616226, -0.04898013919591904, -0.025408903136849403, 0.052531518042087555, 0.10701556503772736, 0.04383879154920578, 0.12053852528333664, -0.06808636337518692, -0.05738561227917671, -0.10012383759021759, 0.1299089938402176, -0.12997421622276306, -0.2173052579164505, -0.12737831473350525, 0.02468458004295826, -0.04627440124750137, -0.03755499795079231, -0.05820942297577858, 0.005368428770452738, -0.10838258266448975, -0.11563493311405182, 0.08099636435508728, 0.06648650020360947, -0.07983199506998062, -0.1172739639878273, 0.01947120390832424, -0.06172633171081543, -0.12327626347541809, 0.01772134006023407, 0.012019130401313305, -0.02525983564555645, -0.05469664931297302, 0.04405764117836952, 0.052639976143836975, 0.11471261084079742, 0.059568919241428375, -0.04722953960299492, -0.047247130423784256, 0.147894948720932, -0.11037956923246384, 0.12988699972629547, 0.10554589331150055, -0.014999848790466785, 0.016122842207551003, 0.18571288883686066, 0.02012951858341694, -0.040146853774785995, 0.04635527729988098, 0.0986984521150589, -0.01893080584704876, -0.3118545114994049, -0.0659826323390007, -0.07710543274879456, -0.014209897257387638, 0.07623018324375153, 0.05508820712566376, -0.05976404994726181, -0.007094069849699736, -0.10298159718513489, -0.032356902956962585, 0.09063877165317535, 0.06516660004854202, 0.08335591852664948, 0.027518844231963158, 0.05263691768050194, -0.0873027965426445, 0.0414348728954792, 0.147482231259346, 0.049189355224370956, 0.240814208984375, 0.0068433997221291065, 0.1686592400074005, 0.0546882338821888, -0.03482406586408615, 0.0007142437971197069, 0.05165323242545128, 0.0057004159316420555, 0.07959310710430145, -0.006318149622529745, -0.032852817326784134, -0.0059342216700315475, 0.054833412170410156, 0.07854349911212921, -0.0734507218003273, 0.011311027221381664, -0.16235888004302979, 0.04665559157729149, 0.2196672558784485, -0.00017058510275091976, -0.064948670566082, -0.06137676164507866, 0.08969233930110931, -0.10148528218269348, -0.06987940520048141, 0.034093014895915985, 0.03651747480034828, -0.16245724260807037, 0.13695262372493744, -0.054442375898361206, 0.10997352004051208, -0.142227441072464, -0.07226469367742538, 0.06995800882577896, 0.019663618877530098, -0.03832262009382248, 0.037876229733228683, -0.14282454550266266, 0.13225676119327545, -0.003092932514846325, 0.009151081554591656, -0.03883877396583557, 0.03402542695403099, 0.016474226489663124, -0.05323430895805359, 0.054433826357126236, 0.024877937510609627, -0.1426301747560501, -0.008484017103910446, -0.064669668674469, 0.005764448083937168, 0.03593510761857033, -0.11448875814676285, 0.09682556986808777, -0.05705595761537552, -0.030931903049349785, -0.07079213857650757, -0.12607325613498688, -0.10676249861717224, -0.19132475554943085, 0.04762352630496025, -0.09160543233156204, -0.0351811945438385, -0.05841909721493721, -0.062213409692049026, 0.05750091001391411, 0.09823091328144073, -0.15181173384189606, -0.11780192703008652, -0.15811406075954437, -0.06318065524101257, 0.17197313904762268, -0.03335488215088844, 0.06941217929124832, -0.020969903096556664, 0.21261630952358246, 0.002509505720809102, -0.09283531457185745, 0.015776051208376884, -0.025566760450601578, -0.21718348562717438, -0.037390872836112976, 0.16312652826309204, 0.04471800476312637, 0.03162667900323868, -0.034766290336847305, 0.09481963515281677, 0.010918227024376392, -0.09901286661624908, -0.009096713736653328, 0.14284567534923553, 0.02903188019990921, 0.08723652362823486, -0.022474002093076706, -0.12814845144748688, -0.11493249237537384, -0.03241400048136711, 0.055286891758441925, -0.012269486673176289, -0.008255388587713242, 0.2200789898633957, 0.06106986850500107, -0.11479276418685913, -0.15349380671977997, -0.03773555904626846, 0.02972950041294098, 0.006531544029712677, 0.12432427704334259, -0.16433455049991608, 0.08930778503417969, 0.06128043681383133, -0.024723246693611145, 0.030964143574237823, -0.1978224515914917, -0.14763173460960388, -0.02339303493499756, 0.06426822394132614, -0.2228884994983673, -0.09284380823373795, -0.08654915541410446, -0.06318560242652893, -0.1407308727502823, 0.18121743202209473, 0.026729054749011993, 0.014633054845035076, -0.03288203477859497, 0.10077954083681107, 0.00540416594594717, -0.01736178807914257, 0.10415611416101456, 0.006511135026812553, 0.04593261331319809, -0.039448332041502, -0.02681029960513115, 0.08286570757627487, -0.03642437979578972, 0.06437864899635315, -0.04408981278538704, 0.012954994104802608, -0.07950618863105774, -0.06157076731324196, -0.030106304213404655, -0.00952039286494255, -0.08793596923351288, -0.0028921382036060095, -0.09146235883235931, 0.1066218763589859, 0.028767455369234085, -0.06198211386799812, 0.16599713265895844, -0.05947355180978775, 0.03143269196152687, 0.04445626586675644, 0.1475045382976532, 0.09427724033594131, -0.16783566772937775, -0.060219451785087585, -0.009955508634448051, -0.008713917806744576, -0.1855752170085907, 0.06496749073266983, 0.09175600111484528, 0.025572577491402626, 0.11010158061981201, -0.04571438580751419, -0.1525612622499466, 0.003600816475227475, 0.06633249670267105, -0.014017586596310139, -0.18095485866069794, 0.03761745244264603, 0.009381387382745743, -0.15149985253810883, -0.08190100640058517, 0.09294826537370682, 0.028309907764196396, -0.09624990820884705, 0.04181404411792755, 0.11224726587533951, 0.05604942888021469, 0.13720077276229858, -0.010953501798212528, 0.046038348227739334, -0.11600684374570847, 0.13599100708961487, 0.13054604828357697, -0.02492828480899334, -0.045604363083839417, 0.1448260247707367, -0.060159411281347275, -0.032048244029283524, 0.0246562622487545, 0.007195820566266775, -0.022872814908623695, -0.008420986123383045, 0.00999707542359829, -0.16061143577098846, 0.03717590123414993, 0.14200131595134735, 0.00801130011677742, 0.08089430630207062, 0.005920902825891972, -0.0444999523460865, 0.025733282789587975, 0.13041752576828003, 0.0445854477584362, 0.03542688488960266, -0.07196561992168427, -0.127272829413414, 0.06521348655223846, -0.053148526698350906, 0.0007482072105631232, -0.02092607691884041, -0.0999142974615097, -0.02087976410984993, -0.1394055038690567, 0.03013438545167446, -0.07905308902263641, 0.003314907429739833, -0.0023763247299939394, -0.04998275265097618, -0.032709039747714996, 0.01261474471539259, -0.04413866251707077, -0.046847738325595856, -0.05485795810818672, 0.12691089510917664, -0.1668059527873993, 0.0482364147901535, 0.13229934871196747, -0.06526299566030502, 0.09609939903020859, -0.009422562085092068, -0.012142949737608433, 0.04712440073490143, -0.09778526425361633, 0.03209066018462181, -0.05623543635010719, 0.03682558611035347, 0.00029086219728924334, -0.1783483773469925, 0.02946876734495163, 0.006047450006008148, -0.03820783644914627, 0.036228638142347336, 0.03786701336503029, -0.1451769769191742, 0.020327840000391006, -0.02331688441336155, -0.07063588500022888, 0.025031212717294693, 0.01131792925298214, 0.09904372692108154, 0.021698687225580215, 0.13478130102157593, -0.03481900319457054, 0.0448901541531086, -0.1241031289100647, -0.014013548381626606, -0.026367751881480217, 0.003981492482125759, -0.09335760772228241, -0.025061151012778282, 0.036583930253982544, 0.0068102809600532055, 0.22977286577224731, 0.0166771337389946, 0.05055958777666092, 0.08999308198690414, 0.14195966720581055, -0.05285866931080818, 0.08038026094436646, -0.026038192212581635, -0.026526495814323425, -0.05176130309700966, 0.0971962958574295, -0.07538757473230362, -0.06832312792539597, -0.06889181584119797, 0.1564677655696869, 0.21177391707897186, 0.17242327332496643, -0.024729592725634575, 0.08335603773593903, -0.036849331110715866, -0.017796730622649193, 0.029844211414456367, -0.05350583791732788, 0.023355800658464432, -0.06459111720323563, 0.11411148309707642, 0.0867948830127716, -0.20115524530410767, 0.14713937044143677, -0.04744654521346092, -0.07011797279119492, -0.028207585215568542, -0.195511594414711, -0.04921571537852287, -0.02795497328042984, -0.044663190841674805, -0.09797319769859314, 0.0013631422771140933, 0.09806840121746063, 0.017219234257936478, -0.019096512347459793, -0.0010047117248177528, -0.08754196763038635, -0.13445203006267548, 0.10360497236251831, 0.10886209458112717, 0.00019123585661873221, 0.04152783751487732, 0.05604349076747894, -0.03006741590797901, 0.07830481231212616, 0.05212396755814552, 0.05674746260046959, -0.007018767297267914, 0.023770395666360855, -0.060417357832193375, -0.05140338093042374, 0.060489293187856674, -0.036954715847969055, -0.027982883155345917, 0.14579160511493683, 0.042075030505657196, 0.040856003761291504, 0.0016942069632932544, 0.33338212966918945, -0.010124803520739079, -0.044021379202604294, -0.18509526550769806, 0.09274274110794067, -0.0072502377443015575, -0.034526895731687546, 0.0466059111058712, -0.14089953899383545, -0.027022376656532288, 0.1513986885547638, 0.15161554515361786, -0.005883446894586086, -0.013390934094786644, -0.017139168456196785, 0.022604521363973618, 0.02934800274670124, 0.0947212353348732, -0.02585284598171711, 0.2192493975162506, 0.03269233554601669, 0.05094515532255173, 0.014289537444710732, -0.04864908382296562, -0.012039005756378174, 0.13873547315597534, -0.01224255096167326, -0.04513205215334892, -0.08641871064901352, 0.15578317642211914, -0.09005143493413925, -0.2440163493156433, 0.030974959954619408, -0.08912414312362671, -0.1798655092716217, -0.019120872020721436, 0.031176801770925522, 0.018106644973158836, -0.00981706939637661, 0.11488417536020279, -0.05758173391222954, 0.1877586543560028, 0.061861712485551834, -0.06024078652262688, -0.11223287880420685, 0.12567806243896484, -0.06532277911901474, 0.22609902918338776, -0.007449830882251263, 0.002234702929854393, 0.0628339871764183, -0.011293045245110989, -0.11772137135267258, 0.0012297879438847303, 0.0862366184592247, -0.05420495942234993, 0.019157685339450836, 0.17164185643196106, 0.011482938192784786, 0.1200004294514656, 0.08798134326934814, 0.041468407958745956, 0.017404427751898766, -0.09402981400489807, -0.03095952235162258, -0.07541660219430923, 0.10177157074213028, -0.13725313544273376, 0.11357870697975159, 0.13634878396987915, -0.06837281584739685, 0.003999235108494759, -0.023662200197577477, 0.03554990887641907, -0.029195738956332207, 0.12168391048908234, 0.021231738850474358, -0.14398498833179474, -0.01148800365626812, -0.020675532519817352, 0.06205927953124046, -0.1726379096508026, 0.006207055877894163, 0.028924982994794846, 0.006196970120072365, -0.011110215447843075, 0.13128791749477386, 0.023344526067376137, -0.024618595838546753, -0.046106912195682526, -0.1276705265045166, 0.03697363659739494, 0.1047026664018631, -0.08062127977609634, 0.026144059374928474 ]
b6115b04af1d02b3c30849bdd4c55899bff0ae63
# Dataset Card for The Multilingual Amazon Reviews Corpus ## Table of Contents - [Dataset Card for amazon_reviews_multi](#dataset-card-for-amazon_reviews_multi) - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [plain_text](#plain_text) - [Data Fields](#data-fields) - [plain_text](#plain_text-1) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization) - [Who are the source language producers?](#who-are-the-source-language-producers) - [Annotations](#annotations) - [Annotation process](#annotation-process) - [Who are the annotators?](#who-are-the-annotators) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Webpage:** https://registry.opendata.aws/amazon-reviews-ml/ - **Paper:** https://arxiv.org/abs/2010.02573 - **Point of Contact:** [multilingual-reviews-dataset@amazon.com](mailto:multilingual-reviews-dataset@amazon.com) ### Dataset Summary <div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400"> <p><b>Defunct:</b> Dataset "amazon_reviews_multi" is defunct and no longer accessible due to the decision of data providers.</p> </div> We provide an Amazon product reviews dataset for multilingual text classification. The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish, collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.) The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language. For each language, there are 200,000, 5,000 and 5,000 reviews in the training, development and test sets respectively. The maximum number of reviews per reviewer is 20 and the maximum number of reviews per product is 20. All reviews are truncated after 2,000 characters, and all reviews are at least 20 characters long. Note that the language of a review does not necessarily match the language of its marketplace (e.g. reviews from amazon.de are primarily written in German, but could also be written in English, etc.). For this reason, we applied a language detection algorithm based on the work in Bojanowski et al. (2017) to determine the language of the review text and we removed reviews that were not written in the expected language. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish. ## Dataset Structure ### Data Instances Each data instance corresponds to a review. The original JSON for an instance looks like so (German example): ```json { "review_id": "de_0784695", "product_id": "product_de_0572654", "reviewer_id": "reviewer_de_0645436", "stars": "1", "review_body": "Leider, leider nach einmal waschen ausgeblichen . Es sieht super h\u00fcbsch aus , nur leider stinkt es ganz schrecklich und ein Waschgang in der Maschine ist notwendig ! Nach einem mal waschen sah es aus als w\u00e4re es 10 Jahre alt und hatte 1000 e von Waschg\u00e4ngen hinter sich :( echt schade !", "review_title": "Leider nicht zu empfehlen", "language": "de", "product_category": "home" } ``` ### Data Fields - `review_id`: A string identifier of the review. - `product_id`: A string identifier of the product being reviewed. - `reviewer_id`: A string identifier of the reviewer. - `stars`: An int between 1-5 indicating the number of stars. - `review_body`: The text body of the review. - `review_title`: The text title of the review. - `language`: The string identifier of the review language. - `product_category`: String representation of the product's category. ### Data Splits Each language configuration comes with its own `train`, `validation`, and `test` splits. The `all_languages` split is simply a concatenation of the corresponding split across all languages. That is, the `train` split for `all_languages` is a concatenation of the `train` splits for each of the languages and likewise for `validation` and `test`. ## Dataset Creation ### Curation Rationale The dataset is motivated by the desire to advance sentiment analysis and text classification in other (non-English) languages. ### Source Data #### Initial Data Collection and Normalization The authors gathered the reviews from the marketplaces in the US, Japan, Germany, France, Spain, and China for the English, Japanese, German, French, Spanish, and Chinese languages, respectively. They then ensured the correct language by applying a language detection algorithm, only retaining those of the target language. In a random sample of the resulting reviews, the authors observed a small percentage of target languages that were incorrectly filtered out and a very few mismatched languages that were incorrectly retained. #### Who are the source language producers? The original text comes from Amazon customers reviewing products on the marketplace across a variety of product categories. ### Annotations #### Annotation process Each of the fields included are submitted by the user with the review or otherwise associated with the review. No manual or machine-driven annotation was necessary. #### Who are the annotators? N/A ### Personal and Sensitive Information According to the original dataset [license terms](https://docs.opendata.aws/amazon-reviews-ml/license.txt), you may not: - link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or - attempt to determine the identity of the author of any content in the Reviews Corpus. If you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically terminate without prejudice to any of the other rights or remedies Amazon may have. ## Considerations for Using the Data ### Social Impact of Dataset This dataset is part of an effort to encourage text classification research in languages other than English. Such work increases the accessibility of natural language technology to more regions and cultures. Unfortunately, each of the languages included here is relatively high resource and well studied. ### Discussion of Biases The dataset contains only reviews from verified purchases (as described in the paper, section 2.1), and the reviews should conform the [Amazon Community Guidelines](https://www.amazon.com/gp/help/customer/display.html?nodeId=GLHXEX85MENUE4XF). ### Other Known Limitations The dataset is constructed so that the distribution of star ratings is balanced. This feature has some advantages for purposes of classification, but some types of language may be over or underrepresented relative to the original distribution of reviews to achieve this balance. ## Additional Information ### Dataset Curators Published by Phillip Keung, Yichao Lu, György Szarvas, and Noah A. Smith. Managed by Amazon. ### Licensing Information Amazon has licensed this dataset under its own agreement for non-commercial research usage only. This licence is quite restrictive preventing use anywhere a fee is received including paid for internships etc. A copy of the agreement can be found at the dataset webpage here: https://docs.opendata.aws/amazon-reviews-ml/license.txt By accessing the Multilingual Amazon Reviews Corpus ("Reviews Corpus"), you agree that the Reviews Corpus is an Amazon Service subject to the [Amazon.com Conditions of Use](https://www.amazon.com/gp/help/customer/display.html/ref=footer_cou?ie=UTF8&nodeId=508088) and you agree to be bound by them, with the following additional conditions: In addition to the license rights granted under the Conditions of Use, Amazon or its content providers grant you a limited, non-exclusive, non-transferable, non-sublicensable, revocable license to access and use the Reviews Corpus for purposes of academic research. You may not resell, republish, or make any commercial use of the Reviews Corpus or its contents, including use of the Reviews Corpus for commercial research, such as research related to a funding or consultancy contract, internship, or other relationship in which the results are provided for a fee or delivered to a for-profit organization. You may not (a) link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or (b) attempt to determine the identity of the author of any content in the Reviews Corpus. If you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically terminate without prejudice to any of the other rights or remedies Amazon may have. ### Citation Information Please cite the following paper (arXiv) if you found this dataset useful: Phillip Keung, Yichao Lu, György Szarvas and Noah A. Smith. “The Multilingual Amazon Reviews Corpus.” In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing, 2020. ``` @inproceedings{marc_reviews, title={The Multilingual Amazon Reviews Corpus}, author={Keung, Phillip and Lu, Yichao and Szarvas, György and Smith, Noah A.}, booktitle={Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing}, year={2020} } ``` ### Contributions Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.
amazon_reviews_multi
[ "task_categories:summarization", "task_categories:text-generation", "task_categories:fill-mask", "task_categories:text-classification", "task_ids:text-scoring", "task_ids:language-modeling", "task_ids:masked-language-modeling", "task_ids:sentiment-classification", "task_ids:sentiment-scoring", "task_ids:topic-classification", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "multilinguality:multilingual", "size_categories:100K<n<1M", "size_categories:1M<n<10M", "source_datasets:original", "language:de", "language:en", "language:es", "language:fr", "language:ja", "language:zh", "license:other", "arxiv:2010.02573", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["de", "en", "es", "fr", "ja", "zh"], "license": ["other"], "multilinguality": ["monolingual", "multilingual"], "size_categories": ["100K<n<1M", "1M<n<10M"], "source_datasets": ["original"], "task_categories": ["summarization", "text-generation", "fill-mask", "text-classification"], "task_ids": ["text-scoring", "language-modeling", "masked-language-modeling", "sentiment-classification", "sentiment-scoring", "topic-classification"], "pretty_name": "The Multilingual Amazon Reviews Corpus", "config_names": ["all_languages", "de", "en", "es", "fr", "ja", "zh"], "dataset_info": [{"config_name": "all_languages", "features": [{"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "reviewer_id", "dtype": "string"}, {"name": "stars", "dtype": "int32"}, {"name": "review_body", "dtype": "string"}, {"name": "review_title", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "product_category", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 364405048, "num_examples": 1200000}, {"name": "validation", "num_bytes": 9047533, "num_examples": 30000}, {"name": "test", "num_bytes": 9099141, "num_examples": 30000}], "download_size": 640320386, "dataset_size": 382551722}, {"config_name": "de", "features": [{"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "reviewer_id", "dtype": "string"}, {"name": "stars", "dtype": "int32"}, {"name": "review_body", "dtype": "string"}, {"name": "review_title", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "product_category", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 64485678, "num_examples": 200000}, {"name": "validation", "num_bytes": 1605727, "num_examples": 5000}, {"name": "test", "num_bytes": 1611044, "num_examples": 5000}], "download_size": 94802490, "dataset_size": 67702449}, {"config_name": "en", "features": [{"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "reviewer_id", "dtype": "string"}, {"name": "stars", "dtype": "int32"}, {"name": "review_body", "dtype": "string"}, {"name": "review_title", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "product_category", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 58601089, "num_examples": 200000}, {"name": "validation", "num_bytes": 1474672, "num_examples": 5000}, {"name": "test", "num_bytes": 1460565, "num_examples": 5000}], "download_size": 86094112, "dataset_size": 61536326}, {"config_name": "es", "features": [{"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "reviewer_id", "dtype": "string"}, {"name": "stars", "dtype": "int32"}, {"name": "review_body", "dtype": "string"}, {"name": "review_title", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "product_category", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 52375658, "num_examples": 200000}, {"name": "validation", "num_bytes": 1303958, "num_examples": 5000}, {"name": "test", "num_bytes": 1312347, "num_examples": 5000}], "download_size": 81345461, "dataset_size": 54991963}, {"config_name": "fr", "features": [{"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "reviewer_id", "dtype": "string"}, {"name": "stars", "dtype": "int32"}, {"name": "review_body", "dtype": "string"}, {"name": "review_title", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "product_category", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 54593565, "num_examples": 200000}, {"name": "validation", "num_bytes": 1340763, "num_examples": 5000}, {"name": "test", "num_bytes": 1364510, "num_examples": 5000}], "download_size": 85917293, "dataset_size": 57298838}, {"config_name": "ja", "features": [{"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "reviewer_id", "dtype": "string"}, {"name": "stars", "dtype": "int32"}, {"name": "review_body", "dtype": "string"}, {"name": "review_title", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "product_category", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 82401390, "num_examples": 200000}, {"name": "validation", "num_bytes": 2035391, "num_examples": 5000}, {"name": "test", "num_bytes": 2048048, "num_examples": 5000}], "download_size": 177773783, "dataset_size": 86484829}, {"config_name": "zh", "features": [{"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "reviewer_id", "dtype": "string"}, {"name": "stars", "dtype": "int32"}, {"name": "review_body", "dtype": "string"}, {"name": "review_title", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "product_category", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 51947668, "num_examples": 200000}, {"name": "validation", "num_bytes": 1287106, "num_examples": 5000}, {"name": "test", "num_bytes": 1302711, "num_examples": 5000}], "download_size": 114387247, "dataset_size": 54537485}], "viewer": false}
2023-11-02T14:52:21+00:00
[ "2010.02573" ]
[ "de", "en", "es", "fr", "ja", "zh" ]
TAGS #task_categories-summarization #task_categories-text-generation #task_categories-fill-mask #task_categories-text-classification #task_ids-text-scoring #task_ids-language-modeling #task_ids-masked-language-modeling #task_ids-sentiment-classification #task_ids-sentiment-scoring #task_ids-topic-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-1M<n<10M #source_datasets-original #language-German #language-English #language-Spanish #language-French #language-Japanese #language-Chinese #license-other #arxiv-2010.02573 #region-us
# Dataset Card for The Multilingual Amazon Reviews Corpus ## Table of Contents - Dataset Card for amazon_reviews_multi - Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - plain_text - Data Fields - plain_text - Data Splits - Dataset Creation - Curation Rationale - Source Data - Initial Data Collection and Normalization - Who are the source language producers? - Annotations - Annotation process - Who are the annotators? - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Webpage: URL - Paper: URL - Point of Contact: multilingual-reviews-dataset@URL ### Dataset Summary <div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400"> <p><b>Defunct:</b> Dataset "amazon_reviews_multi" is defunct and no longer accessible due to the decision of data providers.</p> </div> We provide an Amazon product reviews dataset for multilingual text classification. The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish, collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.) The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language. For each language, there are 200,000, 5,000 and 5,000 reviews in the training, development and test sets respectively. The maximum number of reviews per reviewer is 20 and the maximum number of reviews per product is 20. All reviews are truncated after 2,000 characters, and all reviews are at least 20 characters long. Note that the language of a review does not necessarily match the language of its marketplace (e.g. reviews from URL are primarily written in German, but could also be written in English, etc.). For this reason, we applied a language detection algorithm based on the work in Bojanowski et al. (2017) to determine the language of the review text and we removed reviews that were not written in the expected language. ### Supported Tasks and Leaderboards ### Languages The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish. ## Dataset Structure ### Data Instances Each data instance corresponds to a review. The original JSON for an instance looks like so (German example): ### Data Fields - 'review_id': A string identifier of the review. - 'product_id': A string identifier of the product being reviewed. - 'reviewer_id': A string identifier of the reviewer. - 'stars': An int between 1-5 indicating the number of stars. - 'review_body': The text body of the review. - 'review_title': The text title of the review. - 'language': The string identifier of the review language. - 'product_category': String representation of the product's category. ### Data Splits Each language configuration comes with its own 'train', 'validation', and 'test' splits. The 'all_languages' split is simply a concatenation of the corresponding split across all languages. That is, the 'train' split for 'all_languages' is a concatenation of the 'train' splits for each of the languages and likewise for 'validation' and 'test'. ## Dataset Creation ### Curation Rationale The dataset is motivated by the desire to advance sentiment analysis and text classification in other (non-English) languages. ### Source Data #### Initial Data Collection and Normalization The authors gathered the reviews from the marketplaces in the US, Japan, Germany, France, Spain, and China for the English, Japanese, German, French, Spanish, and Chinese languages, respectively. They then ensured the correct language by applying a language detection algorithm, only retaining those of the target language. In a random sample of the resulting reviews, the authors observed a small percentage of target languages that were incorrectly filtered out and a very few mismatched languages that were incorrectly retained. #### Who are the source language producers? The original text comes from Amazon customers reviewing products on the marketplace across a variety of product categories. ### Annotations #### Annotation process Each of the fields included are submitted by the user with the review or otherwise associated with the review. No manual or machine-driven annotation was necessary. #### Who are the annotators? N/A ### Personal and Sensitive Information According to the original dataset license terms, you may not: - link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or - attempt to determine the identity of the author of any content in the Reviews Corpus. If you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically terminate without prejudice to any of the other rights or remedies Amazon may have. ## Considerations for Using the Data ### Social Impact of Dataset This dataset is part of an effort to encourage text classification research in languages other than English. Such work increases the accessibility of natural language technology to more regions and cultures. Unfortunately, each of the languages included here is relatively high resource and well studied. ### Discussion of Biases The dataset contains only reviews from verified purchases (as described in the paper, section 2.1), and the reviews should conform the Amazon Community Guidelines. ### Other Known Limitations The dataset is constructed so that the distribution of star ratings is balanced. This feature has some advantages for purposes of classification, but some types of language may be over or underrepresented relative to the original distribution of reviews to achieve this balance. ## Additional Information ### Dataset Curators Published by Phillip Keung, Yichao Lu, György Szarvas, and Noah A. Smith. Managed by Amazon. ### Licensing Information Amazon has licensed this dataset under its own agreement for non-commercial research usage only. This licence is quite restrictive preventing use anywhere a fee is received including paid for internships etc. A copy of the agreement can be found at the dataset webpage here: URL By accessing the Multilingual Amazon Reviews Corpus ("Reviews Corpus"), you agree that the Reviews Corpus is an Amazon Service subject to the URL Conditions of Use and you agree to be bound by them, with the following additional conditions: In addition to the license rights granted under the Conditions of Use, Amazon or its content providers grant you a limited, non-exclusive, non-transferable, non-sublicensable, revocable license to access and use the Reviews Corpus for purposes of academic research. You may not resell, republish, or make any commercial use of the Reviews Corpus or its contents, including use of the Reviews Corpus for commercial research, such as research related to a funding or consultancy contract, internship, or other relationship in which the results are provided for a fee or delivered to a for-profit organization. You may not (a) link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or (b) attempt to determine the identity of the author of any content in the Reviews Corpus. If you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically terminate without prejudice to any of the other rights or remedies Amazon may have. Please cite the following paper (arXiv) if you found this dataset useful: Phillip Keung, Yichao Lu, György Szarvas and Noah A. Smith. “The Multilingual Amazon Reviews Corpus.” In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing, 2020. ### Contributions Thanks to @joeddav for adding this dataset.
[ "# Dataset Card for The Multilingual Amazon Reviews Corpus", "## Table of Contents\n- Dataset Card for amazon_reviews_multi\n - Table of Contents\n - Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n - Dataset Structure\n - Data Instances\n - plain_text\n - Data Fields\n - plain_text\n - Data Splits\n - Dataset Creation\n - Curation Rationale\n - Source Data\n - Initial Data Collection and Normalization\n - Who are the source language producers?\n - Annotations\n - Annotation process\n - Who are the annotators?\n - Personal and Sensitive Information\n - Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n - Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Webpage: URL\n- Paper: URL\n- Point of Contact: multilingual-reviews-dataset@URL", "### Dataset Summary\n\n<div class=\"course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400\">\n <p><b>Defunct:</b> Dataset \"amazon_reviews_multi\" is defunct and no longer accessible due to the decision of data providers.</p>\n</div>\n\nWe provide an Amazon product reviews dataset for multilingual text classification. The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish, collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.) The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language.\n\nFor each language, there are 200,000, 5,000 and 5,000 reviews in the training, development and test sets respectively. The maximum number of reviews per reviewer is 20 and the maximum number of reviews per product is 20. All reviews are truncated after 2,000 characters, and all reviews are at least 20 characters long.\n\nNote that the language of a review does not necessarily match the language of its marketplace (e.g. reviews from URL are primarily written in German, but could also be written in English, etc.). For this reason, we applied a language detection algorithm based on the work in Bojanowski et al. (2017) to determine the language of the review text and we removed reviews that were not written in the expected language.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe dataset contains reviews in English, Japanese, German, French, Chinese and Spanish.", "## Dataset Structure", "### Data Instances\n\nEach data instance corresponds to a review. The original JSON for an instance looks like so (German example):", "### Data Fields\n\n- 'review_id': A string identifier of the review.\n- 'product_id': A string identifier of the product being reviewed.\n- 'reviewer_id': A string identifier of the reviewer.\n- 'stars': An int between 1-5 indicating the number of stars.\n- 'review_body': The text body of the review.\n- 'review_title': The text title of the review.\n- 'language': The string identifier of the review language.\n- 'product_category': String representation of the product's category.", "### Data Splits\n\nEach language configuration comes with its own 'train', 'validation', and 'test' splits. The 'all_languages' split\nis simply a concatenation of the corresponding split across all languages. That is, the 'train' split for\n'all_languages' is a concatenation of the 'train' splits for each of the languages and likewise for 'validation' and\n'test'.", "## Dataset Creation", "### Curation Rationale\n\nThe dataset is motivated by the desire to advance sentiment analysis and text classification in other (non-English)\nlanguages.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe authors gathered the reviews from the marketplaces in the US, Japan, Germany, France, Spain, and China for the\nEnglish, Japanese, German, French, Spanish, and Chinese languages, respectively. They then ensured the correct\nlanguage by applying a language detection algorithm, only retaining those of the target language. In a random sample\nof the resulting reviews, the authors observed a small percentage of target languages that were incorrectly filtered\nout and a very few mismatched languages that were incorrectly retained.", "#### Who are the source language producers?\n\nThe original text comes from Amazon customers reviewing products on the marketplace across a variety of product\ncategories.", "### Annotations", "#### Annotation process\n\nEach of the fields included are submitted by the user with the review or otherwise associated with the review. No\nmanual or machine-driven annotation was necessary.", "#### Who are the annotators?\n\nN/A", "### Personal and Sensitive Information\n\nAccording to the original dataset license terms, you may not:\n- link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or \n- attempt to determine the identity of the author of any content in the Reviews Corpus.\n\nIf you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically\nterminate without prejudice to any of the other rights or remedies Amazon may have.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThis dataset is part of an effort to encourage text classification research in languages other than English. Such\nwork increases the accessibility of natural language technology to more regions and cultures. Unfortunately, each of\nthe languages included here is relatively high resource and well studied.", "### Discussion of Biases\n\nThe dataset contains only reviews from verified purchases (as described in the paper, section 2.1), and the reviews\nshould conform the Amazon Community Guidelines.", "### Other Known Limitations\n\nThe dataset is constructed so that the distribution of star ratings is balanced. This feature has some advantages for\npurposes of classification, but some types of language may be over or underrepresented relative to the original\ndistribution of reviews to achieve this balance.", "## Additional Information", "### Dataset Curators\n\nPublished by Phillip Keung, Yichao Lu, György Szarvas, and Noah A. Smith. Managed by Amazon.", "### Licensing Information\n\nAmazon has licensed this dataset under its own agreement for non-commercial research usage only. This licence is quite restrictive preventing use anywhere a fee is received including paid for internships etc. A copy of the agreement can be found at the dataset webpage here:\nURL\n\nBy accessing the Multilingual Amazon Reviews Corpus (\"Reviews Corpus\"), you agree that the Reviews Corpus is an Amazon Service subject to the URL Conditions of Use and you agree to be bound by them, with the following additional conditions:\n\nIn addition to the license rights granted under the Conditions of Use, Amazon or its content providers grant you a limited, non-exclusive, non-transferable, non-sublicensable, revocable license to access and use the Reviews Corpus for purposes of academic research. You may not resell, republish, or make any commercial use of the Reviews Corpus or its contents, including use of the Reviews Corpus for commercial research, such as research related to a funding or consultancy contract, internship, or other relationship in which the results are provided for a fee or delivered to a for-profit organization. You may not (a) link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or (b) attempt to determine the identity of the author of any content in the Reviews Corpus. If you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically terminate without prejudice to any of the other rights or remedies Amazon may have.\n\n\n\nPlease cite the following paper (arXiv) if you found this dataset useful:\n\nPhillip Keung, Yichao Lu, György Szarvas and Noah A. Smith. “The Multilingual Amazon Reviews Corpus.” In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing, 2020.", "### Contributions\n\nThanks to @joeddav for adding this dataset." ]
[ "TAGS\n#task_categories-summarization #task_categories-text-generation #task_categories-fill-mask #task_categories-text-classification #task_ids-text-scoring #task_ids-language-modeling #task_ids-masked-language-modeling #task_ids-sentiment-classification #task_ids-sentiment-scoring #task_ids-topic-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-1M<n<10M #source_datasets-original #language-German #language-English #language-Spanish #language-French #language-Japanese #language-Chinese #license-other #arxiv-2010.02573 #region-us \n", "# Dataset Card for The Multilingual Amazon Reviews Corpus", "## Table of Contents\n- Dataset Card for amazon_reviews_multi\n - Table of Contents\n - Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n - Dataset Structure\n - Data Instances\n - plain_text\n - Data Fields\n - plain_text\n - Data Splits\n - Dataset Creation\n - Curation Rationale\n - Source Data\n - Initial Data Collection and Normalization\n - Who are the source language producers?\n - Annotations\n - Annotation process\n - Who are the annotators?\n - Personal and Sensitive Information\n - Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n - Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Webpage: URL\n- Paper: URL\n- Point of Contact: multilingual-reviews-dataset@URL", "### Dataset Summary\n\n<div class=\"course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400\">\n <p><b>Defunct:</b> Dataset \"amazon_reviews_multi\" is defunct and no longer accessible due to the decision of data providers.</p>\n</div>\n\nWe provide an Amazon product reviews dataset for multilingual text classification. The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish, collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.) The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language.\n\nFor each language, there are 200,000, 5,000 and 5,000 reviews in the training, development and test sets respectively. The maximum number of reviews per reviewer is 20 and the maximum number of reviews per product is 20. All reviews are truncated after 2,000 characters, and all reviews are at least 20 characters long.\n\nNote that the language of a review does not necessarily match the language of its marketplace (e.g. reviews from URL are primarily written in German, but could also be written in English, etc.). For this reason, we applied a language detection algorithm based on the work in Bojanowski et al. (2017) to determine the language of the review text and we removed reviews that were not written in the expected language.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe dataset contains reviews in English, Japanese, German, French, Chinese and Spanish.", "## Dataset Structure", "### Data Instances\n\nEach data instance corresponds to a review. The original JSON for an instance looks like so (German example):", "### Data Fields\n\n- 'review_id': A string identifier of the review.\n- 'product_id': A string identifier of the product being reviewed.\n- 'reviewer_id': A string identifier of the reviewer.\n- 'stars': An int between 1-5 indicating the number of stars.\n- 'review_body': The text body of the review.\n- 'review_title': The text title of the review.\n- 'language': The string identifier of the review language.\n- 'product_category': String representation of the product's category.", "### Data Splits\n\nEach language configuration comes with its own 'train', 'validation', and 'test' splits. The 'all_languages' split\nis simply a concatenation of the corresponding split across all languages. That is, the 'train' split for\n'all_languages' is a concatenation of the 'train' splits for each of the languages and likewise for 'validation' and\n'test'.", "## Dataset Creation", "### Curation Rationale\n\nThe dataset is motivated by the desire to advance sentiment analysis and text classification in other (non-English)\nlanguages.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe authors gathered the reviews from the marketplaces in the US, Japan, Germany, France, Spain, and China for the\nEnglish, Japanese, German, French, Spanish, and Chinese languages, respectively. They then ensured the correct\nlanguage by applying a language detection algorithm, only retaining those of the target language. In a random sample\nof the resulting reviews, the authors observed a small percentage of target languages that were incorrectly filtered\nout and a very few mismatched languages that were incorrectly retained.", "#### Who are the source language producers?\n\nThe original text comes from Amazon customers reviewing products on the marketplace across a variety of product\ncategories.", "### Annotations", "#### Annotation process\n\nEach of the fields included are submitted by the user with the review or otherwise associated with the review. No\nmanual or machine-driven annotation was necessary.", "#### Who are the annotators?\n\nN/A", "### Personal and Sensitive Information\n\nAccording to the original dataset license terms, you may not:\n- link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or \n- attempt to determine the identity of the author of any content in the Reviews Corpus.\n\nIf you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically\nterminate without prejudice to any of the other rights or remedies Amazon may have.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThis dataset is part of an effort to encourage text classification research in languages other than English. Such\nwork increases the accessibility of natural language technology to more regions and cultures. Unfortunately, each of\nthe languages included here is relatively high resource and well studied.", "### Discussion of Biases\n\nThe dataset contains only reviews from verified purchases (as described in the paper, section 2.1), and the reviews\nshould conform the Amazon Community Guidelines.", "### Other Known Limitations\n\nThe dataset is constructed so that the distribution of star ratings is balanced. This feature has some advantages for\npurposes of classification, but some types of language may be over or underrepresented relative to the original\ndistribution of reviews to achieve this balance.", "## Additional Information", "### Dataset Curators\n\nPublished by Phillip Keung, Yichao Lu, György Szarvas, and Noah A. Smith. Managed by Amazon.", "### Licensing Information\n\nAmazon has licensed this dataset under its own agreement for non-commercial research usage only. This licence is quite restrictive preventing use anywhere a fee is received including paid for internships etc. A copy of the agreement can be found at the dataset webpage here:\nURL\n\nBy accessing the Multilingual Amazon Reviews Corpus (\"Reviews Corpus\"), you agree that the Reviews Corpus is an Amazon Service subject to the URL Conditions of Use and you agree to be bound by them, with the following additional conditions:\n\nIn addition to the license rights granted under the Conditions of Use, Amazon or its content providers grant you a limited, non-exclusive, non-transferable, non-sublicensable, revocable license to access and use the Reviews Corpus for purposes of academic research. You may not resell, republish, or make any commercial use of the Reviews Corpus or its contents, including use of the Reviews Corpus for commercial research, such as research related to a funding or consultancy contract, internship, or other relationship in which the results are provided for a fee or delivered to a for-profit organization. You may not (a) link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or (b) attempt to determine the identity of the author of any content in the Reviews Corpus. If you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically terminate without prejudice to any of the other rights or remedies Amazon may have.\n\n\n\nPlease cite the following paper (arXiv) if you found this dataset useful:\n\nPhillip Keung, Yichao Lu, György Szarvas and Noah A. Smith. “The Multilingual Amazon Reviews Corpus.” In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing, 2020.", "### Contributions\n\nThanks to @joeddav for adding this dataset." ]
[ 223, 13, 175, 29, 433, 10, 23, 6, 29, 141, 105, 5, 34, 4, 126, 31, 5, 38, 12, 105, 8, 67, 41, 63, 5, 34, 412, 17 ]
[ "passage: TAGS\n#task_categories-summarization #task_categories-text-generation #task_categories-fill-mask #task_categories-text-classification #task_ids-text-scoring #task_ids-language-modeling #task_ids-masked-language-modeling #task_ids-sentiment-classification #task_ids-sentiment-scoring #task_ids-topic-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-1M<n<10M #source_datasets-original #language-German #language-English #language-Spanish #language-French #language-Japanese #language-Chinese #license-other #arxiv-2010.02573 #region-us \n# Dataset Card for The Multilingual Amazon Reviews Corpus## Table of Contents\n- Dataset Card for amazon_reviews_multi\n - Table of Contents\n - Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n - Dataset Structure\n - Data Instances\n - plain_text\n - Data Fields\n - plain_text\n - Data Splits\n - Dataset Creation\n - Curation Rationale\n - Source Data\n - Initial Data Collection and Normalization\n - Who are the source language producers?\n - Annotations\n - Annotation process\n - Who are the annotators?\n - Personal and Sensitive Information\n - Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n - Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Webpage: URL\n- Paper: URL\n- Point of Contact: multilingual-reviews-dataset@URL", "passage: ### Dataset Summary\n\n<div class=\"course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400\">\n <p><b>Defunct:</b> Dataset \"amazon_reviews_multi\" is defunct and no longer accessible due to the decision of data providers.</p>\n</div>\n\nWe provide an Amazon product reviews dataset for multilingual text classification. The dataset contains reviews in English, Japanese, German, French, Chinese and Spanish, collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.) The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language.\n\nFor each language, there are 200,000, 5,000 and 5,000 reviews in the training, development and test sets respectively. The maximum number of reviews per reviewer is 20 and the maximum number of reviews per product is 20. All reviews are truncated after 2,000 characters, and all reviews are at least 20 characters long.\n\nNote that the language of a review does not necessarily match the language of its marketplace (e.g. reviews from URL are primarily written in German, but could also be written in English, etc.). For this reason, we applied a language detection algorithm based on the work in Bojanowski et al. (2017) to determine the language of the review text and we removed reviews that were not written in the expected language.### Supported Tasks and Leaderboards### Languages\n\nThe dataset contains reviews in English, Japanese, German, French, Chinese and Spanish.## Dataset Structure### Data Instances\n\nEach data instance corresponds to a review. The original JSON for an instance looks like so (German example):### Data Fields\n\n- 'review_id': A string identifier of the review.\n- 'product_id': A string identifier of the product being reviewed.\n- 'reviewer_id': A string identifier of the reviewer.\n- 'stars': An int between 1-5 indicating the number of stars.\n- 'review_body': The text body of the review.\n- 'review_title': The text title of the review.\n- 'language': The string identifier of the review language.\n- 'product_category': String representation of the product's category.### Data Splits\n\nEach language configuration comes with its own 'train', 'validation', and 'test' splits. The 'all_languages' split\nis simply a concatenation of the corresponding split across all languages. That is, the 'train' split for\n'all_languages' is a concatenation of the 'train' splits for each of the languages and likewise for 'validation' and\n'test'.## Dataset Creation### Curation Rationale\n\nThe dataset is motivated by the desire to advance sentiment analysis and text classification in other (non-English)\nlanguages.### Source Data#### Initial Data Collection and Normalization\n\nThe authors gathered the reviews from the marketplaces in the US, Japan, Germany, France, Spain, and China for the\nEnglish, Japanese, German, French, Spanish, and Chinese languages, respectively. They then ensured the correct\nlanguage by applying a language detection algorithm, only retaining those of the target language. In a random sample\nof the resulting reviews, the authors observed a small percentage of target languages that were incorrectly filtered\nout and a very few mismatched languages that were incorrectly retained.", "passage: #### Who are the source language producers?\n\nThe original text comes from Amazon customers reviewing products on the marketplace across a variety of product\ncategories.### Annotations#### Annotation process\n\nEach of the fields included are submitted by the user with the review or otherwise associated with the review. No\nmanual or machine-driven annotation was necessary.#### Who are the annotators?\n\nN/A### Personal and Sensitive Information\n\nAccording to the original dataset license terms, you may not:\n- link or associate content in the Reviews Corpus with any personal information (including Amazon customer accounts), or \n- attempt to determine the identity of the author of any content in the Reviews Corpus.\n\nIf you violate any of the foregoing conditions, your license to access and use the Reviews Corpus will automatically\nterminate without prejudice to any of the other rights or remedies Amazon may have.## Considerations for Using the Data### Social Impact of Dataset\n\nThis dataset is part of an effort to encourage text classification research in languages other than English. Such\nwork increases the accessibility of natural language technology to more regions and cultures. Unfortunately, each of\nthe languages included here is relatively high resource and well studied.### Discussion of Biases\n\nThe dataset contains only reviews from verified purchases (as described in the paper, section 2.1), and the reviews\nshould conform the Amazon Community Guidelines.### Other Known Limitations\n\nThe dataset is constructed so that the distribution of star ratings is balanced. This feature has some advantages for\npurposes of classification, but some types of language may be over or underrepresented relative to the original\ndistribution of reviews to achieve this balance.## Additional Information### Dataset Curators\n\nPublished by Phillip Keung, Yichao Lu, György Szarvas, and Noah A. Smith. Managed by Amazon." ]
[ -0.04862071946263313, 0.19831939041614532, -0.0046415189281105995, 0.061639439314603806, 0.09150489419698715, -0.008476614020764828, 0.11447996646165848, 0.07005497068166733, 0.020067714154720306, 0.08335307985544205, -0.06563667953014374, -0.004119237419217825, 0.08953525871038437, 0.1380404382944107, 0.005933354143053293, -0.16501323878765106, 0.04487064853310585, -0.09898773580789566, -0.0017991276690736413, 0.08168315887451172, 0.09445402026176453, -0.055647123605012894, 0.06994665414094925, -0.08493047952651978, -0.02058333531022072, 0.02849615551531315, 0.020112989470362663, -0.11453232914209366, 0.050662413239479065, 0.0665871724486351, 0.07886844128370285, 0.008718484081327915, 0.042686205357313156, -0.18780331313610077, 0.017561763525009155, 0.05738583207130432, 0.005087092984467745, 0.013516952283680439, 0.09586983919143677, -0.07814399152994156, 0.14453069865703583, -0.07504379004240036, 0.05027511715888977, 0.05584041774272919, -0.11494148522615433, -0.14779870212078094, -0.11081710457801819, 0.06416624039411545, 0.045678164809942245, 0.0615026019513607, -0.04592308774590492, 0.050883639603853226, -0.04592180624604225, 0.031249279156327248, 0.0869908258318901, -0.07874398678541183, -0.025101950392127037, 0.02128434181213379, 0.0038713172543793917, 0.12598909437656403, -0.08350861817598343, 0.0034337900578975677, 0.04790574312210083, 0.005472781602293253, -0.01717940904200077, -0.060370463877916336, -0.02461346425116062, -0.004606437403708696, -0.07684517651796341, -0.06669739633798599, 0.18559157848358154, 0.00044260048889555037, -0.11440954357385635, -0.11152226477861404, 0.025790328159928322, 0.05182346701622009, -0.011989359743893147, 0.009555553086102009, 0.03344963490962982, -0.019551822915673256, 0.0737733468413353, -0.031137406826019287, -0.09229018539190292, 0.015604319982230663, -0.014951501041650772, 0.14905376732349396, 0.02414415031671524, -0.0010049697011709213, -0.010219243355095387, 0.050032928586006165, 0.032705724239349365, -0.06098802015185356, -0.03146475553512573, -0.07816217094659805, -0.13588811457157135, 0.004519155714660883, 0.03636883571743965, -0.08545148372650146, 0.029460616409778595, 0.10240048170089722, -0.0653899535536766, 0.031357426196336746, -0.10290416330099106, 0.0006178785115480423, 0.09065812826156616, 0.14889048039913177, 0.047204405069351196, -0.09329838305711746, -0.02420617826282978, 0.000539372384082526, 0.028141846880316734, -0.03435559570789337, 0.00560745969414711, -0.01722962036728859, 0.028857819736003876, 0.11205672472715378, 0.04400726780295372, -0.025300689041614532, -0.09526925534009933, -0.04833227023482323, 0.10615038871765137, -0.12564542889595032, 0.01743723638355732, 0.025613004341721535, 0.010293231345713139, 0.007005190011113882, -0.028904935345053673, -0.010959647595882416, -0.105252206325531, 0.08000797033309937, -0.024154819548130035, -0.02254737727344036, -0.06702368706464767, -0.05837978050112724, 0.05740310624241829, -0.0398239903151989, -0.03974834457039833, -0.04894178733229637, -0.02884397655725479, -0.08361562341451645, -0.0029275722336024046, -0.051026906818151474, -0.03309638798236847, 0.00646946718916297, 0.0012436546385288239, -0.02025127410888672, 0.002527257427573204, 0.009845849126577377, -0.06761779636144638, 0.017699338495731354, -0.006542467977851629, 0.013171020895242691, 0.03255576640367508, 0.03411853685975075, -0.08493822813034058, 0.04142240062355995, -0.15378625690937042, 0.11135251075029373, -0.11887207627296448, -0.015545804984867573, -0.07318224757909775, -0.036815229803323746, 0.04044331982731819, 0.0441756434738636, -0.0584494024515152, 0.1175890788435936, -0.20706512033939362, -0.09073226898908615, 0.0856771245598793, -0.14847789704799652, -0.008020111359655857, 0.07829346507787704, -0.046717192977666855, 0.005745700094848871, 0.10241033881902695, 0.10666552186012268, 0.028375303372740746, -0.0029114549979567528, -0.07676252722740173, -0.09223389625549316, 0.005338395480066538, 0.12933559715747833, 0.0844775065779686, -0.06337756663560867, -0.011316277086734772, 0.035303715616464615, -0.049078214913606644, -0.09237691015005112, 0.028246119618415833, -0.053957223892211914, 0.004199735354632139, 0.0074750944040715694, 0.004275261890143156, 0.022659635171294212, -0.06377935409545898, -0.04624633118510246, -0.04682721570134163, -0.030504116788506508, 0.0479968786239624, -0.04570792615413666, 0.02341770939528942, -0.019760889932513237, 0.040572647005319595, 0.026695625856518745, 0.010456282645463943, -0.17705929279327393, -0.046024661511182785, 0.09969225525856018, -0.11212631314992905, 0.15377338230609894, 0.0015456601977348328, -0.026545008644461632, 0.003877916606143117, -0.03446513041853905, 0.006523387040942907, -0.07663171738386154, -0.00402439059689641, -0.0034293930511921644, -0.1746053248643875, -0.009735582396388054, -0.041815128177404404, 0.09505216032266617, -0.15760476887226105, -0.04657188057899475, 0.09220784902572632, 0.08574826270341873, 0.06948351860046387, -0.04632241651415825, 0.04911556839942932, 0.04526218771934509, -0.014613214880228043, -0.038604024797677994, -0.02030227519571781, -0.05014998838305473, -0.03820082172751427, 0.10547027736902237, -0.09280016273260117, -0.054087404161691666, 0.03987843170762062, 0.09271770715713501, -0.07367614656686783, -0.010593359358608723, -0.030793800950050354, -0.022958314046263695, -0.09627672284841537, -0.011592894792556763, 0.1479867398738861, 0.04766269028186798, 0.019548987969756126, -0.11468100547790527, -0.013278300873935223, -0.011710205115377903, -0.00954513344913721, -0.048160385340452194, 0.1228509321808815, 0.014496862888336182, -0.13226072490215302, 0.06574618816375732, 0.030766552314162254, 0.07464578747749329, 0.143559992313385, -0.007121816277503967, -0.0873076543211937, -0.0020523543935269117, -0.007586317602545023, 0.032175421714782715, 0.09897283464670181, -0.017483873292803764, 0.0031406923662871122, 0.04634696617722511, 0.028679385781288147, 0.019985591992735863, -0.054812610149383545, 0.028849156573414803, 0.009341472759842873, -0.06263517588376999, -0.06797625869512558, -0.030436215922236443, 0.04211551323533058, 0.10229925066232681, -0.0037090443074703217, 0.08101841807365417, -0.035773277282714844, -0.06531447172164917, -0.09274426847696304, 0.15749339759349823, -0.09157848358154297, -0.27099117636680603, -0.16922567784786224, 0.019168630242347717, -0.06820966303348541, 0.013326826505362988, 0.005035436246544123, -0.06326785683631897, -0.1119411289691925, -0.08679568767547607, 0.0657130777835846, 0.015113625675439835, -0.08851388841867447, -0.09724819660186768, 0.07935436069965363, -0.043235618621110916, -0.10165446996688843, 0.009122841991484165, 0.03406171873211861, -0.02269442193210125, -0.0029182678554207087, 0.0034616172779351473, 0.10291982442140579, 0.09261395782232285, 0.0411059744656086, -0.05770555138587952, -0.03168005496263504, 0.13108742237091064, -0.1285795122385025, 0.055625662207603455, 0.0856647863984108, -0.05196022614836693, 0.013831180520355701, 0.17698998749256134, 0.008973558433353901, -0.04973022639751434, 0.0503690205514431, 0.06323052197694778, -0.04333697631955147, -0.29687702655792236, -0.06347732990980148, -0.06006471812725067, -0.010212444700300694, 0.052411023527383804, 0.053633350878953934, -0.01727166771888733, -0.010097593069076538, -0.07520308345556259, 0.004714125767350197, 0.07483918219804764, 0.06596425175666809, 0.05486015975475311, 0.025787264108657837, 0.05690673366189003, -0.07008684426546097, 0.01777712255716324, 0.14782600104808807, 0.05685357376933098, 0.22602246701717377, -0.02557804249227047, 0.17949986457824707, 0.05002085492014885, 0.017915435135364532, 0.03470644727349281, 0.02013968862593174, 0.0618780255317688, 0.07011958211660385, -0.0346476249396801, -0.04767938330769539, -0.03309926018118858, 0.06730329245328903, 0.07813716679811478, -0.06660839170217514, -0.03211667016148567, -0.07540784031152725, 0.046414997428655624, 0.14394442737102509, -0.0018412383506074548, -0.06046284735202789, -0.043404605239629745, 0.08035474270582199, -0.07023933529853821, -0.06646153330802917, 0.03164837136864662, 0.06088034808635712, -0.15010760724544525, 0.08924385160207748, -0.006490733940154314, 0.08950626850128174, -0.14933061599731445, -0.025630081072449684, -0.05101300776004791, 0.013204402290284634, -0.024050123989582062, 0.09353002905845642, -0.16991688311100006, 0.1510458141565323, -0.0067405980080366135, 0.0361342579126358, -0.06301829218864441, 0.03415632247924805, -0.026732146739959717, -0.011332724243402481, 0.08994821459054947, 0.025272170081734657, -0.1596045345067978, -0.04321988299489021, -0.04618224874138832, 0.021816091611981392, 0.069693423807621, -0.053319573402404785, 0.0883924663066864, -0.008302315138280392, -0.01277094054967165, -0.08278360962867737, -0.08411893248558044, -0.12668953835964203, -0.17995013296604156, 0.07957058399915695, -0.08534419536590576, 0.016033856198191643, -0.06991598755121231, -0.052260737866163254, 0.06129583343863487, 0.1384345442056656, -0.11930334568023682, -0.07146205753087997, -0.1232498362660408, -0.028208335861563683, 0.1540035754442215, -0.038122136145830154, 0.022696077823638916, -0.014329456724226475, 0.14604876935482025, -0.01657542958855629, -0.03359288349747658, 0.009102389216423035, -0.026437705382704735, -0.1981911063194275, -0.01586991362273693, 0.12430799007415771, 0.06604201346635818, 0.04054294899106026, -0.009435907006263733, 0.037301141768693924, 0.03530890867114067, -0.10825080424547195, -0.005011144559830427, 0.07775130122900009, 0.05650908872485161, 0.13581128418445587, -0.029190948233008385, -0.18540722131729126, -0.15405839681625366, -0.07717839628458023, 0.004853334743529558, 0.13261322677135468, -0.010911323130130768, 0.18060672283172607, 0.10968077182769775, -0.1431017369031906, -0.11887145787477493, -0.0067043364979326725, 0.021224042400717735, 0.01594899222254753, 0.07162328064441681, -0.1520388126373291, 0.04951845109462738, 0.04297402873635292, 0.016431394964456558, -0.00487552722916007, -0.16624386608600616, -0.12765266001224518, 0.0031173701863735914, 0.03585413843393326, -0.11375846713781357, -0.09283646196126938, -0.06280028074979782, -0.06833970546722412, -0.11207914352416992, 0.13750295341014862, -0.009207288734614849, 0.042300719767808914, -0.006177177652716637, -0.0028518158942461014, 0.031062066555023193, -0.01930108666419983, 0.1276824027299881, 0.02196052111685276, 0.054474104195833206, -0.04504526033997536, -0.052946507930755615, 0.04129735380411148, -0.01151182409375906, 0.057583555579185486, -0.016326477751135826, 0.0176295954734087, -0.0349859744310379, -0.06782740354537964, -0.03594058379530907, 0.021621793508529663, -0.08605631440877914, -0.00782730896025896, -0.08112350106239319, 0.08189986646175385, 0.023144006729125977, -0.016638683155179024, 0.09184721857309341, -0.07067129760980606, 0.013504352420568466, 0.0711335614323616, 0.18092364072799683, 0.05165517330169678, -0.07408503443002701, -0.03913608938455582, -0.013609142042696476, 0.007583021651953459, -0.07418378442525864, 0.06801456212997437, 0.09793039411306381, -0.009913722984492779, 0.13460691273212433, -0.034190546721220016, -0.14947490394115448, 0.013804682530462742, 0.060821954160928726, -0.033209607005119324, -0.16931462287902832, 0.016103822737932205, -0.003948807716369629, -0.07952374964952469, -0.07394381612539291, 0.11945744603872299, -0.012903404422104359, -0.0677013099193573, 0.01490838173776865, 0.07106620818376541, 0.020910119637846947, 0.0962907150387764, 0.004098561592400074, 0.0370396226644516, -0.08633985370397568, 0.16051997244358063, 0.14435191452503204, -0.10412190109491348, 0.010651211254298687, 0.11444315314292908, -0.07514345645904541, -0.014429154805839062, 0.008739079348742962, 0.07521717250347137, -0.04117462411522865, -0.08857879787683487, -0.011935538612306118, -0.10174862295389175, 0.01999996043741703, 0.08899951726198196, 0.010647505521774292, 0.07904204726219177, -0.0034843527246266603, -0.02610153891146183, 0.014235281385481358, 0.06828479468822479, 0.06570262461900711, 0.03700583055615425, -0.02964445948600769, -0.015904376283288002, 0.021779919043183327, -0.0032563793938606977, -0.004339007195085287, -0.033962905406951904, -0.09975668042898178, -0.012414534576237202, -0.13037513196468353, 0.07922046631574631, -0.03729434683918953, 0.01203911378979683, -0.023053860291838646, -0.04716796055436134, -0.012878820300102234, -0.002318569226190448, -0.05347132682800293, -0.03136315569281578, -0.04064183309674263, 0.12343621999025345, -0.14893589913845062, 0.021586842834949493, 0.1073823869228363, -0.050677403807640076, 0.0835917592048645, -0.0008564374293200672, -0.05516381189227104, 0.07639067620038986, -0.0892353430390358, 0.05445520207285881, -0.009344014339148998, 0.04165157303214073, 0.013607125729322433, -0.17136628925800323, 0.012751138769090176, 0.02972620539367199, -0.010401212610304356, 0.02011963538825512, 0.03429056331515312, -0.10449599474668503, 0.0072640310972929, 0.0127986716106534, -0.11402135342359543, -0.019547827541828156, 0.08153649419546127, 0.06829702854156494, 0.02684417925775051, 0.12299752980470657, -0.03725474327802658, 0.038080133497714996, -0.08304145932197571, -0.016549240797758102, -0.018313882872462273, -0.01813218556344509, -0.054991722106933594, -0.024039162322878838, 0.03970510885119438, 0.01965455152094364, 0.19237206876277924, 0.021469606086611748, 0.09206809848546982, 0.029134491458535194, -0.02531188167631626, -0.04531331732869148, 0.05177154764533043, 0.01790781132876873, 0.000824113201815635, -0.018222378566861153, 0.035644929856061935, -0.05910876393318176, -0.048995714634656906, -0.005227877292782068, 0.1603829562664032, 0.17171460390090942, 0.14919771254062653, 0.008761473931372166, 0.016331490129232407, -0.06497037410736084, -0.02550678513944149, 0.050639357417821884, -0.024714211001992226, 0.036209139972925186, -0.05116025730967522, 0.0584479458630085, 0.09008970111608505, -0.1598912477493286, 0.146483913064003, -0.02794703282415867, -0.08467143028974533, -0.04368215799331665, -0.15852563083171844, -0.054054517298936844, -0.02460637129843235, -0.023973235860466957, -0.10885611176490784, 0.06310116499662399, -0.014983613975346088, 0.01439634244889021, -0.053626883774995804, 0.02339935302734375, -0.08598286658525467, -0.1037364974617958, 0.0796840637922287, 0.03720715641975403, 0.027392081916332245, 0.09331101924180984, 0.05744275823235512, -0.03771777078509331, 0.060991477221250534, 0.0552111454308033, 0.09199180454015732, 0.010644297115504742, 0.013011902570724487, -0.05217144265770912, -0.04482164978981018, 0.05190306529402733, -0.04819747805595398, -0.009063432924449444, 0.1832791119813919, 0.06116275116801262, -0.004683731123805046, 0.04214966669678688, 0.27009811997413635, 0.00014998919505160302, -0.08586915582418442, -0.1559513956308365, 0.10482678562402725, -0.01759079471230507, 0.00224801036529243, 0.01468736957758665, -0.12610606849193573, 0.005681136157363653, 0.09682995080947876, 0.13918642699718475, 0.031198270618915558, 0.01019404549151659, -0.026656540110707283, 0.017902785912156105, 0.019661536440253258, 0.09652859717607498, -0.04552425071597099, 0.22126440703868866, 0.004607184324413538, 0.05850645899772644, -0.01041280385106802, 0.02131754718720913, -0.031184300780296326, 0.16384856402873993, -0.03424493968486786, -0.057023510336875916, -0.07254581898450851, 0.1459091454744339, -0.07423751801252365, -0.24528799951076508, -0.016433997079730034, -0.08054311573505402, -0.15398557484149933, -0.02673487178981304, -0.006373785436153412, 0.0055256919004023075, 0.019924933090806007, 0.06299842149019241, -0.04792653024196625, 0.14212042093276978, 0.04902610182762146, -0.03792652487754822, -0.06666289269924164, 0.0875476822257042, -0.03625352680683136, 0.1558755785226822, 0.008899553678929806, 0.06792590767145157, 0.05565841123461723, 0.005479349289089441, -0.09054044634103775, 0.038787055760622025, 0.049249809235334396, 0.030275801196694374, 0.047266650944948196, 0.18220867216587067, -0.015496366657316685, 0.0971168801188469, 0.08698448538780212, 0.06282629817724228, 0.04433358833193779, -0.042621176689863205, -0.009961067698895931, -0.10565189272165298, 0.0801764652132988, -0.15438425540924072, 0.09247291088104248, 0.1394905149936676, -0.022768937051296234, 0.005231425166130066, -0.030867865309119225, 0.053498830646276474, -0.03848811984062195, 0.13680623471736908, 0.009923436678946018, -0.11285670846700668, -0.005593946669250727, -0.0017079474637284875, 0.06234166398644447, -0.1590067744255066, 0.011808455921709538, 0.04110810160636902, 0.00568213639780879, -0.0174812413752079, 0.127658411860466, 0.014228533953428268, -0.0029983671847730875, -0.052036624401807785, -0.12175041437149048, 0.031021827831864357, 0.11639666557312012, -0.081841379404068, -0.01640159823000431 ]
e1bfd57e2da5dc7dc4c748eb4a4a112c71e85162
# Dataset Card for "amazon_us_reviews" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://s3.amazonaws.com/amazon-reviews-pds/readme.html](https://s3.amazonaws.com/amazon-reviews-pds/readme.html) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 32377.29 MB - **Size of the generated dataset:** 82820.19 MB - **Total amount of disk used:** 115197.49 MB ### Dataset Summary <div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400"> <p><b>Defunct:</b> Dataset "amazon_us_reviews" is defunct and no longer accessible due to the decision of data providers.</p> </div> Amazon Customer Reviews (a.k.a. Product Reviews) is one of Amazons iconic products. In a period of over two decades since the first review in 1995, millions of Amazon customers have contributed over a hundred million reviews to express opinions and describe their experiences regarding products on the Amazon.com website. This makes Amazon Customer Reviews a rich source of information for academic researchers in the fields of Natural Language Processing (NLP), Information Retrieval (IR), and Machine Learning (ML), amongst others. Accordingly, we are releasing this data to further research in multiple disciplines related to understanding customer product experiences. Specifically, this dataset was constructed to represent a sample of customer evaluations and opinions, variation in the perception of a product across geographical regions, and promotional intent or bias in reviews. Over 130+ million customer reviews are available to researchers as part of this release. The data is available in TSV files in the amazon-reviews-pds S3 bucket in AWS US East Region. Each line in the data files corresponds to an individual review (tab delimited, with no quote and escape characters). Each Dataset contains the following columns : marketplace - 2 letter country code of the marketplace where the review was written. customer_id - Random identifier that can be used to aggregate reviews written by a single author. review_id - The unique ID of the review. product_id - The unique Product ID the review pertains to. In the multilingual dataset the reviews for the same product in different countries can be grouped by the same product_id. product_parent - Random identifier that can be used to aggregate reviews for the same product. product_title - Title of the product. product_category - Broad product category that can be used to group reviews (also used to group the dataset into coherent parts). star_rating - The 1-5 star rating of the review. helpful_votes - Number of helpful votes. total_votes - Number of total votes the review received. vine - Review was written as part of the Vine program. verified_purchase - The review is on a verified purchase. review_headline - The title of the review. review_body - The review text. review_date - The date the review was written. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### Apparel_v1_00 - **Size of downloaded dataset files:** 648.64 MB - **Size of the generated dataset:** 2254.36 MB - **Total amount of disk used:** 2903.00 MB An example of 'train' looks as follows. ``` { "customer_id": "45223824", "helpful_votes": 0, "marketplace": "US", "product_category": "Apparel", "product_id": "B016PUU3VO", "product_parent": "893588059", "product_title": "Fruit of the Loom Boys' A-Shirt (Pack of 4)", "review_body": "I ordered the same size as I ordered last time, and these shirts were much larger than the previous order. They were also about 6 inches longer. It was like they sent men's shirts instead of boys' shirts. I'll be returning these...", "review_date": "2015-01-01", "review_headline": "Sizes not correct, too big overall and WAY too long", "review_id": "R1N3Z13931J3O9", "star_rating": 2, "total_votes": 0, "verified_purchase": 1, "vine": 0 } ``` #### Automotive_v1_00 - **Size of downloaded dataset files:** 582.15 MB - **Size of the generated dataset:** 1518.88 MB - **Total amount of disk used:** 2101.03 MB An example of 'train' looks as follows. ``` { "customer_id": "16825098", "helpful_votes": 0, "marketplace": "US", "product_category": "Automotive", "product_id": "B000E4PCGE", "product_parent": "694793259", "product_title": "00-03 NISSAN SENTRA MIRROR RH (PASSENGER SIDE), Power, Non-Heated (2000 00 2001 01 2002 02 2003 03) NS35ER 963015M000", "review_body": "Product was as described, new and a great look. Only bad thing is that one of the screws was stripped so I couldn't tighten all three.", "review_date": "2015-08-31", "review_headline": "new and a great look. Only bad thing is that one of ...", "review_id": "R2RUIDUMDKG7P", "star_rating": 3, "total_votes": 0, "verified_purchase": 1, "vine": 0 } ``` #### Baby_v1_00 - **Size of downloaded dataset files:** 357.40 MB - **Size of the generated dataset:** 956.30 MB - **Total amount of disk used:** 1313.70 MB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "customer_id": "23299101", "helpful_votes": 2, "marketplace": "US", "product_category": "Baby", "product_id": "B00SN6F9NG", "product_parent": "3470998", "product_title": "Rhoost Nail Clipper for Baby - Ergonomically Designed and Easy to Use Baby Nail Clipper, Natural Wooden Bamboo - Baby Health and Personal Care Kits", "review_body": "\"This is an absolute MUST item to have! I was scared to death to clip my baby's nails. I tried other baby nail clippers and th...", "review_date": "2015-08-31", "review_headline": "If fits so comfortably in my hand and I feel like I have ...", "review_id": "R2DRL5NRODVQ3Z", "star_rating": 5, "total_votes": 2, "verified_purchase": 1, "vine": 0 } ``` #### Beauty_v1_00 - **Size of downloaded dataset files:** 914.08 MB - **Size of the generated dataset:** 2397.39 MB - **Total amount of disk used:** 3311.47 MB An example of 'train' looks as follows. ``` { "customer_id": "24655453", "helpful_votes": 1, "marketplace": "US", "product_category": "Beauty", "product_id": "B00SAQ9DZY", "product_parent": "292127037", "product_title": "12 New, High Quality, Amber 2 ml (5/8 Dram) Glass Bottles, with Orifice Reducer and Black Cap.", "review_body": "These are great for small mixtures for EO's, especially for traveling. I only gave this 4 stars because of the orifice reducer. The hole is so small it is hard to get the oil out. Just needs to be slightly bigger.", "review_date": "2015-08-31", "review_headline": "Good Product", "review_id": "R2A30ALEGLMCGN", "star_rating": 4, "total_votes": 1, "verified_purchase": 1, "vine": 0 } ``` #### Books_v1_00 - **Size of downloaded dataset files:** 2740.34 MB - **Size of the generated dataset:** 7193.86 MB - **Total amount of disk used:** 9934.20 MB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "customer_id": "49735028", "helpful_votes": 0, "marketplace": "US", "product_category": "Books", "product_id": "0664254969", "product_parent": "248307276", "product_title": "Presbyterian Creeds: A Guide to the Book of Confessions", "review_body": "\"The Presbyterian Book of Confessions contains multiple Creeds for use by the denomination. This guidebook helps he lay person t...", "review_date": "2015-08-31", "review_headline": "The Presbyterian Book of Confessions contains multiple Creeds for use ...", "review_id": "R2G519UREHRO8M", "star_rating": 3, "total_votes": 1, "verified_purchase": 1, "vine": 0 } ``` ### Data Fields The data fields are the same among all splits. #### Apparel_v1_00 - `marketplace`: a `string` feature. - `customer_id`: a `string` feature. - `review_id`: a `string` feature. - `product_id`: a `string` feature. - `product_parent`: a `string` feature. - `product_title`: a `string` feature. - `product_category`: a `string` feature. - `star_rating`: a `int32` feature. - `helpful_votes`: a `int32` feature. - `total_votes`: a `int32` feature. - `vine`: a classification label, with possible values including `Y` (0), `N` (1). - `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1). - `review_headline`: a `string` feature. - `review_body`: a `string` feature. - `review_date`: a `string` feature. #### Automotive_v1_00 - `marketplace`: a `string` feature. - `customer_id`: a `string` feature. - `review_id`: a `string` feature. - `product_id`: a `string` feature. - `product_parent`: a `string` feature. - `product_title`: a `string` feature. - `product_category`: a `string` feature. - `star_rating`: a `int32` feature. - `helpful_votes`: a `int32` feature. - `total_votes`: a `int32` feature. - `vine`: a classification label, with possible values including `Y` (0), `N` (1). - `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1). - `review_headline`: a `string` feature. - `review_body`: a `string` feature. - `review_date`: a `string` feature. #### Baby_v1_00 - `marketplace`: a `string` feature. - `customer_id`: a `string` feature. - `review_id`: a `string` feature. - `product_id`: a `string` feature. - `product_parent`: a `string` feature. - `product_title`: a `string` feature. - `product_category`: a `string` feature. - `star_rating`: a `int32` feature. - `helpful_votes`: a `int32` feature. - `total_votes`: a `int32` feature. - `vine`: a classification label, with possible values including `Y` (0), `N` (1). - `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1). - `review_headline`: a `string` feature. - `review_body`: a `string` feature. - `review_date`: a `string` feature. #### Beauty_v1_00 - `marketplace`: a `string` feature. - `customer_id`: a `string` feature. - `review_id`: a `string` feature. - `product_id`: a `string` feature. - `product_parent`: a `string` feature. - `product_title`: a `string` feature. - `product_category`: a `string` feature. - `star_rating`: a `int32` feature. - `helpful_votes`: a `int32` feature. - `total_votes`: a `int32` feature. - `vine`: a classification label, with possible values including `Y` (0), `N` (1). - `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1). - `review_headline`: a `string` feature. - `review_body`: a `string` feature. - `review_date`: a `string` feature. #### Books_v1_00 - `marketplace`: a `string` feature. - `customer_id`: a `string` feature. - `review_id`: a `string` feature. - `product_id`: a `string` feature. - `product_parent`: a `string` feature. - `product_title`: a `string` feature. - `product_category`: a `string` feature. - `star_rating`: a `int32` feature. - `helpful_votes`: a `int32` feature. - `total_votes`: a `int32` feature. - `vine`: a classification label, with possible values including `Y` (0), `N` (1). - `verified_purchase`: a classification label, with possible values including `Y` (0), `N` (1). - `review_headline`: a `string` feature. - `review_body`: a `string` feature. - `review_date`: a `string` feature. ### Data Splits | name | train | |----------------|-------:| |Apparel_v1_00 | 5906333| |Automotive_v1_00 | 3514942| |Baby_v1_00 | 1752932| |Beauty_v1_00 | 5115666| |Books_v1_00 | 10319090| |Books_v1_01 | 6106719| |Books_v1_02 | 3105520| |Camera_v1_00 | 1801974| |Digital_Ebook_Purchase_v1_00 | 12520722| |Digital_Ebook_Purchase_v1_01 | 5101693| |Digital_Music_Purchase_v1_00 | 1688884| |Digital_Software_v1_00 | 102084| |Digital_Video_Download_v1_00 | 4057147| |Digital_Video_Games_v1_00 | 145431| |Electronics_v1_00 | 3093869| |Furniture_v1_00 | 792113| |Gift_Card_v1_00 | 149086| |Grocery_v1_00 | 2402458| |Health_Personal_Care_v1_00 | 5331449| |Home_Entertainment_v1_00 | 705889| |Home_Improvement_v1_00 | 2634781| |Home_v1_00 | 6221559| |Jewelry_v1_00 | 1767753| |Kitchen_v1_00 | 4880466| |Lawn_and_Garden_v1_00 | 2557288| |Luggage_v1_00 | 348657| |Major_Appliances_v1_00 | 96901| |Mobile_Apps_v1_00 | 5033376| |Mobile_Electronics_v1_00 | 104975| |Music_v1_00 | 4751577| |Musical_Instruments_v1_00 | 904765| |Office_Products_v1_00 | 2642434| |Outdoors_v1_00 | 2302401| |PC_v1_00 | 6908554| |Personal_Care_Appliances_v1_00 | 85981| |Pet_Products_v1_00 | 2643619| |Shoes_v1_00 | 4366916| |Software_v1_00 | 341931| |Sports_v1_00 | 4850360| |Tools_v1_00 | 1741100| |Toys_v1_00 | 4864249| |Video_DVD_v1_00 | 5069140| |Video_Games_v1_00 | 1785997| |Video_v1_00 | 380604| |Watches_v1_00 | 960872| |Wireless_v1_00 | 9002021| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information https://s3.amazonaws.com/amazon-reviews-pds/LICENSE.txt By accessing the Amazon Customer Reviews Library ("Reviews Library"), you agree that the Reviews Library is an Amazon Service subject to the [Amazon.com Conditions of Use](https://www.amazon.com/gp/help/customer/display.html/ref=footer_cou?ie=UTF8&nodeId=508088) and you agree to be bound by them, with the following additional conditions: In addition to the license rights granted under the Conditions of Use, Amazon or its content providers grant you a limited, non-exclusive, non-transferable, non-sublicensable, revocable license to access and use the Reviews Library for purposes of academic research. You may not resell, republish, or make any commercial use of the Reviews Library or its contents, including use of the Reviews Library for commercial research, such as research related to a funding or consultancy contract, internship, or other relationship in which the results are provided for a fee or delivered to a for-profit organization. You may not (a) link or associate content in the Reviews Library with any personal information (including Amazon customer accounts), or (b) attempt to determine the identity of the author of any content in the Reviews Library. If you violate any of the foregoing conditions, your license to access and use the Reviews Library will automatically terminate without prejudice to any of the other rights or remedies Amazon may have. ### Citation Information No citation information. ### Contributions Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.
amazon_us_reviews
[ "task_categories:summarization", "task_categories:text-generation", "task_categories:fill-mask", "task_categories:text-classification", "task_ids:text-scoring", "task_ids:language-modeling", "task_ids:masked-language-modeling", "task_ids:sentiment-classification", "task_ids:sentiment-scoring", "task_ids:topic-classification", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:100M<n<1B", "source_datasets:original", "language:en", "license:other", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["en"], "license": ["other"], "multilinguality": ["monolingual"], "size_categories": ["100M<n<1B"], "source_datasets": ["original"], "task_categories": ["summarization", "text-generation", "fill-mask", "text-classification"], "task_ids": ["text-scoring", "language-modeling", "masked-language-modeling", "sentiment-classification", "sentiment-scoring", "topic-classification"], "pretty_name": "Amazon US Reviews", "viewer": false, "dataset_info": [{"config_name": "Books_v1_01", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 6997552259, "num_examples": 6106719}], "download_size": 2692708591, "dataset_size": 6997552259}, {"config_name": "Watches_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 458976082, "num_examples": 960872}], "download_size": 162973819, "dataset_size": 458976082}, {"config_name": "Personal_Care_Appliances_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 49036547, "num_examples": 85981}], "download_size": 17634794, "dataset_size": 49036547}, {"config_name": "Mobile_Electronics_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 63293377, "num_examples": 104975}], "download_size": 22870508, "dataset_size": 63293377}, {"config_name": "Digital_Video_Games_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 80176851, "num_examples": 145431}], "download_size": 27442648, "dataset_size": 80176851}, {"config_name": "Digital_Software_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 58782931, "num_examples": 102084}], "download_size": 18997559, "dataset_size": 58782931}, {"config_name": "Major_Appliances_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 67642424, "num_examples": 96901}], "download_size": 24359816, "dataset_size": 67642424}, {"config_name": "Gift_Card_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 47188062, "num_examples": 149086}], "download_size": 12134676, "dataset_size": 47188062}, {"config_name": "Video_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 356264426, "num_examples": 380604}], "download_size": 138929896, "dataset_size": 356264426}, {"config_name": "Luggage_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 167354173, "num_examples": 348657}], "download_size": 60320191, "dataset_size": 167354173}, {"config_name": "Software_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 266020595, "num_examples": 341931}], "download_size": 94010685, "dataset_size": 266020595}, {"config_name": "Video_Games_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1291054668, "num_examples": 1785997}], "download_size": 475199894, "dataset_size": 1291054668}, {"config_name": "Furniture_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 405212374, "num_examples": 792113}], "download_size": 148982796, "dataset_size": 405212374}, {"config_name": "Musical_Instruments_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 518908568, "num_examples": 904765}], "download_size": 193389086, "dataset_size": 518908568}, {"config_name": "Digital_Music_Purchase_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 710546079, "num_examples": 1688884}], "download_size": 253570168, "dataset_size": 710546079}, {"config_name": "Books_v1_02", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3387034903, "num_examples": 3105520}], "download_size": 1329539135, "dataset_size": 3387034903}, {"config_name": "Home_Entertainment_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 534333848, "num_examples": 705889}], "download_size": 193168458, "dataset_size": 534333848}, {"config_name": "Grocery_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1072289473, "num_examples": 2402458}], "download_size": 401337166, "dataset_size": 1072289473}, {"config_name": "Outdoors_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1172986088, "num_examples": 2302401}], "download_size": 448963100, "dataset_size": 1172986088}, {"config_name": "Pet_Products_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1355659812, "num_examples": 2643619}], "download_size": 515815253, "dataset_size": 1355659812}, {"config_name": "Video_DVD_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3953234561, "num_examples": 5069140}], "download_size": 1512355451, "dataset_size": 3953234561}, {"config_name": "Apparel_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2256558450, "num_examples": 5906333}], "download_size": 648641286, "dataset_size": 2256558450}, {"config_name": "PC_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3982684438, "num_examples": 6908554}], "download_size": 1512903923, "dataset_size": 3982684438}, {"config_name": "Tools_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 872273119, "num_examples": 1741100}], "download_size": 333782939, "dataset_size": 872273119}, {"config_name": "Jewelry_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 703275869, "num_examples": 1767753}], "download_size": 247022254, "dataset_size": 703275869}, {"config_name": "Baby_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 956952590, "num_examples": 1752932}], "download_size": 357392893, "dataset_size": 956952590}, {"config_name": "Home_Improvement_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1329688315, "num_examples": 2634781}], "download_size": 503339178, "dataset_size": 1329688315}, {"config_name": "Camera_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1187101912, "num_examples": 1801974}], "download_size": 442653086, "dataset_size": 1187101912}, {"config_name": "Lawn_and_Garden_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1272255987, "num_examples": 2557288}], "download_size": 486772662, "dataset_size": 1272255987}, {"config_name": "Office_Products_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1370685534, "num_examples": 2642434}], "download_size": 512323500, "dataset_size": 1370685534}, {"config_name": "Electronics_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1875406721, "num_examples": 3093869}], "download_size": 698828243, "dataset_size": 1875406721}, {"config_name": "Automotive_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1520191087, "num_examples": 3514942}], "download_size": 582145299, "dataset_size": 1520191087}, {"config_name": "Digital_Video_Download_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1484214187, "num_examples": 4057147}], "download_size": 506979922, "dataset_size": 1484214187}, {"config_name": "Mobile_Apps_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1627857158, "num_examples": 5033376}], "download_size": 557959415, "dataset_size": 1627857158}, {"config_name": "Shoes_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1781283508, "num_examples": 4366916}], "download_size": 642255314, "dataset_size": 1781283508}, {"config_name": "Toys_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2197820069, "num_examples": 4864249}], "download_size": 838451398, "dataset_size": 2197820069}, {"config_name": "Sports_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2241349145, "num_examples": 4850360}], "download_size": 872478735, "dataset_size": 2241349145}, {"config_name": "Kitchen_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2453735305, "num_examples": 4880466}], "download_size": 930744854, "dataset_size": 2453735305}, {"config_name": "Beauty_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2399292506, "num_examples": 5115666}], "download_size": 914070021, "dataset_size": 2399292506}, {"config_name": "Music_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3900138839, "num_examples": 4751577}], "download_size": 1521994296, "dataset_size": 3900138839}, {"config_name": "Health_Personal_Care_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2679427491, "num_examples": 5331449}], "download_size": 1011180212, "dataset_size": 2679427491}, {"config_name": "Digital_Ebook_Purchase_v1_01", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3470453859, "num_examples": 5101693}], "download_size": 1294879074, "dataset_size": 3470453859}, {"config_name": "Home_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2796680249, "num_examples": 6221559}], "download_size": 1081002012, "dataset_size": 2796680249}, {"config_name": "Wireless_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 4633213433, "num_examples": 9002021}], "download_size": 1704713674, "dataset_size": 4633213433}, {"config_name": "Books_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 7197687124, "num_examples": 10319090}], "download_size": 2740337188, "dataset_size": 7197687124}, {"config_name": "Digital_Ebook_Purchase_v1_00", "features": [{"name": "marketplace", "dtype": "string"}, {"name": "customer_id", "dtype": "string"}, {"name": "review_id", "dtype": "string"}, {"name": "product_id", "dtype": "string"}, {"name": "product_parent", "dtype": "string"}, {"name": "product_title", "dtype": "string"}, {"name": "product_category", "dtype": "string"}, {"name": "star_rating", "dtype": "int32"}, {"name": "helpful_votes", "dtype": "int32"}, {"name": "total_votes", "dtype": "int32"}, {"name": "vine", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "verified_purchase", "dtype": {"class_label": {"names": {"0": "N", "1": "Y"}}}}, {"name": "review_headline", "dtype": "string"}, {"name": "review_body", "dtype": "string"}, {"name": "review_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 7302303804, "num_examples": 12520722}], "download_size": 2689739299, "dataset_size": 7302303804}]}
2023-11-02T14:57:03+00:00
[]
[ "en" ]
TAGS #task_categories-summarization #task_categories-text-generation #task_categories-fill-mask #task_categories-text-classification #task_ids-text-scoring #task_ids-language-modeling #task_ids-masked-language-modeling #task_ids-sentiment-classification #task_ids-sentiment-scoring #task_ids-topic-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100M<n<1B #source_datasets-original #language-English #license-other #region-us
Dataset Card for "amazon\_us\_reviews" ====================================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: * Point of Contact: * Size of downloaded dataset files: 32377.29 MB * Size of the generated dataset: 82820.19 MB * Total amount of disk used: 115197.49 MB ### Dataset Summary **Defunct:** Dataset "amazon\_us\_reviews" is defunct and no longer accessible due to the decision of data providers. Amazon Customer Reviews (a.k.a. Product Reviews) is one of Amazons iconic products. In a period of over two decades since the first review in 1995, millions of Amazon customers have contributed over a hundred million reviews to express opinions and describe their experiences regarding products on the URL website. This makes Amazon Customer Reviews a rich source of information for academic researchers in the fields of Natural Language Processing (NLP), Information Retrieval (IR), and Machine Learning (ML), amongst others. Accordingly, we are releasing this data to further research in multiple disciplines related to understanding customer product experiences. Specifically, this dataset was constructed to represent a sample of customer evaluations and opinions, variation in the perception of a product across geographical regions, and promotional intent or bias in reviews. Over 130+ million customer reviews are available to researchers as part of this release. The data is available in TSV files in the amazon-reviews-pds S3 bucket in AWS US East Region. Each line in the data files corresponds to an individual review (tab delimited, with no quote and escape characters). Each Dataset contains the following columns : marketplace - 2 letter country code of the marketplace where the review was written. customer\_id - Random identifier that can be used to aggregate reviews written by a single author. review\_id - The unique ID of the review. product\_id - The unique Product ID the review pertains to. In the multilingual dataset the reviews for the same product in different countries can be grouped by the same product\_id. product\_parent - Random identifier that can be used to aggregate reviews for the same product. product\_title - Title of the product. product\_category - Broad product category that can be used to group reviews (also used to group the dataset into coherent parts). star\_rating - The 1-5 star rating of the review. helpful\_votes - Number of helpful votes. total\_votes - Number of total votes the review received. vine - Review was written as part of the Vine program. verified\_purchase - The review is on a verified purchase. review\_headline - The title of the review. review\_body - The review text. review\_date - The date the review was written. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### Apparel\_v1\_00 * Size of downloaded dataset files: 648.64 MB * Size of the generated dataset: 2254.36 MB * Total amount of disk used: 2903.00 MB An example of 'train' looks as follows. #### Automotive\_v1\_00 * Size of downloaded dataset files: 582.15 MB * Size of the generated dataset: 1518.88 MB * Total amount of disk used: 2101.03 MB An example of 'train' looks as follows. #### Baby\_v1\_00 * Size of downloaded dataset files: 357.40 MB * Size of the generated dataset: 956.30 MB * Total amount of disk used: 1313.70 MB An example of 'train' looks as follows. #### Beauty\_v1\_00 * Size of downloaded dataset files: 914.08 MB * Size of the generated dataset: 2397.39 MB * Total amount of disk used: 3311.47 MB An example of 'train' looks as follows. #### Books\_v1\_00 * Size of downloaded dataset files: 2740.34 MB * Size of the generated dataset: 7193.86 MB * Total amount of disk used: 9934.20 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### Apparel\_v1\_00 * 'marketplace': a 'string' feature. * 'customer\_id': a 'string' feature. * 'review\_id': a 'string' feature. * 'product\_id': a 'string' feature. * 'product\_parent': a 'string' feature. * 'product\_title': a 'string' feature. * 'product\_category': a 'string' feature. * 'star\_rating': a 'int32' feature. * 'helpful\_votes': a 'int32' feature. * 'total\_votes': a 'int32' feature. * 'vine': a classification label, with possible values including 'Y' (0), 'N' (1). * 'verified\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1). * 'review\_headline': a 'string' feature. * 'review\_body': a 'string' feature. * 'review\_date': a 'string' feature. #### Automotive\_v1\_00 * 'marketplace': a 'string' feature. * 'customer\_id': a 'string' feature. * 'review\_id': a 'string' feature. * 'product\_id': a 'string' feature. * 'product\_parent': a 'string' feature. * 'product\_title': a 'string' feature. * 'product\_category': a 'string' feature. * 'star\_rating': a 'int32' feature. * 'helpful\_votes': a 'int32' feature. * 'total\_votes': a 'int32' feature. * 'vine': a classification label, with possible values including 'Y' (0), 'N' (1). * 'verified\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1). * 'review\_headline': a 'string' feature. * 'review\_body': a 'string' feature. * 'review\_date': a 'string' feature. #### Baby\_v1\_00 * 'marketplace': a 'string' feature. * 'customer\_id': a 'string' feature. * 'review\_id': a 'string' feature. * 'product\_id': a 'string' feature. * 'product\_parent': a 'string' feature. * 'product\_title': a 'string' feature. * 'product\_category': a 'string' feature. * 'star\_rating': a 'int32' feature. * 'helpful\_votes': a 'int32' feature. * 'total\_votes': a 'int32' feature. * 'vine': a classification label, with possible values including 'Y' (0), 'N' (1). * 'verified\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1). * 'review\_headline': a 'string' feature. * 'review\_body': a 'string' feature. * 'review\_date': a 'string' feature. #### Beauty\_v1\_00 * 'marketplace': a 'string' feature. * 'customer\_id': a 'string' feature. * 'review\_id': a 'string' feature. * 'product\_id': a 'string' feature. * 'product\_parent': a 'string' feature. * 'product\_title': a 'string' feature. * 'product\_category': a 'string' feature. * 'star\_rating': a 'int32' feature. * 'helpful\_votes': a 'int32' feature. * 'total\_votes': a 'int32' feature. * 'vine': a classification label, with possible values including 'Y' (0), 'N' (1). * 'verified\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1). * 'review\_headline': a 'string' feature. * 'review\_body': a 'string' feature. * 'review\_date': a 'string' feature. #### Books\_v1\_00 * 'marketplace': a 'string' feature. * 'customer\_id': a 'string' feature. * 'review\_id': a 'string' feature. * 'product\_id': a 'string' feature. * 'product\_parent': a 'string' feature. * 'product\_title': a 'string' feature. * 'product\_category': a 'string' feature. * 'star\_rating': a 'int32' feature. * 'helpful\_votes': a 'int32' feature. * 'total\_votes': a 'int32' feature. * 'vine': a classification label, with possible values including 'Y' (0), 'N' (1). * 'verified\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1). * 'review\_headline': a 'string' feature. * 'review\_body': a 'string' feature. * 'review\_date': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information URL By accessing the Amazon Customer Reviews Library ("Reviews Library"), you agree that the Reviews Library is an Amazon Service subject to the URL Conditions of Use and you agree to be bound by them, with the following additional conditions: In addition to the license rights granted under the Conditions of Use, Amazon or its content providers grant you a limited, non-exclusive, non-transferable, non-sublicensable, revocable license to access and use the Reviews Library for purposes of academic research. You may not resell, republish, or make any commercial use of the Reviews Library or its contents, including use of the Reviews Library for commercial research, such as research related to a funding or consultancy contract, internship, or other relationship in which the results are provided for a fee or delivered to a for-profit organization. You may not (a) link or associate content in the Reviews Library with any personal information (including Amazon customer accounts), or (b) attempt to determine the identity of the author of any content in the Reviews Library. If you violate any of the foregoing conditions, your license to access and use the Reviews Library will automatically terminate without prejudice to any of the other rights or remedies Amazon may have. No citation information. ### Contributions Thanks to @joeddav for adding this dataset.
[ "### Dataset Summary\n\n\n\n**Defunct:** Dataset \"amazon\\_us\\_reviews\" is defunct and no longer accessible due to the decision of data providers.\n\n\n\nAmazon Customer Reviews (a.k.a. Product Reviews) is one of Amazons iconic products. In a period of over two decades since the first review in 1995, millions of Amazon customers have contributed over a hundred million reviews to express opinions and describe their experiences regarding products on the URL website. This makes Amazon Customer Reviews a rich source of information for academic researchers in the fields of Natural Language Processing (NLP), Information Retrieval (IR), and Machine Learning (ML), amongst others. Accordingly, we are releasing this data to further research in multiple disciplines related to understanding customer product experiences. Specifically, this dataset was constructed to represent a sample of customer evaluations and opinions, variation in the perception of a product across geographical regions, and promotional intent or bias in reviews.\nOver 130+ million customer reviews are available to researchers as part of this release. The data is available in TSV files in the amazon-reviews-pds S3 bucket in AWS US East Region. Each line in the data files corresponds to an individual review (tab delimited, with no quote and escape characters).\nEach Dataset contains the following columns :\nmarketplace - 2 letter country code of the marketplace where the review was written.\ncustomer\\_id - Random identifier that can be used to aggregate reviews written by a single author.\nreview\\_id - The unique ID of the review.\nproduct\\_id - The unique Product ID the review pertains to. In the multilingual dataset the reviews\nfor the same product in different countries can be grouped by the same product\\_id.\nproduct\\_parent - Random identifier that can be used to aggregate reviews for the same product.\nproduct\\_title - Title of the product.\nproduct\\_category - Broad product category that can be used to group reviews\n(also used to group the dataset into coherent parts).\nstar\\_rating - The 1-5 star rating of the review.\nhelpful\\_votes - Number of helpful votes.\ntotal\\_votes - Number of total votes the review received.\nvine - Review was written as part of the Vine program.\nverified\\_purchase - The review is on a verified purchase.\nreview\\_headline - The title of the review.\nreview\\_body - The review text.\nreview\\_date - The date the review was written.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### Apparel\\_v1\\_00\n\n\n* Size of downloaded dataset files: 648.64 MB\n* Size of the generated dataset: 2254.36 MB\n* Total amount of disk used: 2903.00 MB\n\n\nAn example of 'train' looks as follows.", "#### Automotive\\_v1\\_00\n\n\n* Size of downloaded dataset files: 582.15 MB\n* Size of the generated dataset: 1518.88 MB\n* Total amount of disk used: 2101.03 MB\n\n\nAn example of 'train' looks as follows.", "#### Baby\\_v1\\_00\n\n\n* Size of downloaded dataset files: 357.40 MB\n* Size of the generated dataset: 956.30 MB\n* Total amount of disk used: 1313.70 MB\n\n\nAn example of 'train' looks as follows.", "#### Beauty\\_v1\\_00\n\n\n* Size of downloaded dataset files: 914.08 MB\n* Size of the generated dataset: 2397.39 MB\n* Total amount of disk used: 3311.47 MB\n\n\nAn example of 'train' looks as follows.", "#### Books\\_v1\\_00\n\n\n* Size of downloaded dataset files: 2740.34 MB\n* Size of the generated dataset: 7193.86 MB\n* Total amount of disk used: 9934.20 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### Apparel\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.", "#### Automotive\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.", "#### Baby\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.", "#### Beauty\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.", "#### Books\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nURL\n\n\nBy accessing the Amazon Customer Reviews Library (\"Reviews Library\"), you agree that the\nReviews Library is an Amazon Service subject to the URL Conditions of Use\nand you agree to be bound by them, with the following additional conditions:\n\n\nIn addition to the license rights granted under the Conditions of Use,\nAmazon or its content providers grant you a limited, non-exclusive, non-transferable,\nnon-sublicensable, revocable license to access and use the Reviews Library\nfor purposes of academic research.\nYou may not resell, republish, or make any commercial use of the Reviews Library\nor its contents, including use of the Reviews Library for commercial research,\nsuch as research related to a funding or consultancy contract, internship, or\nother relationship in which the results are provided for a fee or delivered\nto a for-profit organization. You may not (a) link or associate content\nin the Reviews Library with any personal information (including Amazon customer accounts),\nor (b) attempt to determine the identity of the author of any content in the\nReviews Library.\nIf you violate any of the foregoing conditions, your license to access and use the\nReviews Library will automatically terminate without prejudice to any of the\nother rights or remedies Amazon may have.\n\n\nNo citation information.", "### Contributions\n\n\nThanks to @joeddav for adding this dataset." ]
[ "TAGS\n#task_categories-summarization #task_categories-text-generation #task_categories-fill-mask #task_categories-text-classification #task_ids-text-scoring #task_ids-language-modeling #task_ids-masked-language-modeling #task_ids-sentiment-classification #task_ids-sentiment-scoring #task_ids-topic-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100M<n<1B #source_datasets-original #language-English #license-other #region-us \n", "### Dataset Summary\n\n\n\n**Defunct:** Dataset \"amazon\\_us\\_reviews\" is defunct and no longer accessible due to the decision of data providers.\n\n\n\nAmazon Customer Reviews (a.k.a. Product Reviews) is one of Amazons iconic products. In a period of over two decades since the first review in 1995, millions of Amazon customers have contributed over a hundred million reviews to express opinions and describe their experiences regarding products on the URL website. This makes Amazon Customer Reviews a rich source of information for academic researchers in the fields of Natural Language Processing (NLP), Information Retrieval (IR), and Machine Learning (ML), amongst others. Accordingly, we are releasing this data to further research in multiple disciplines related to understanding customer product experiences. Specifically, this dataset was constructed to represent a sample of customer evaluations and opinions, variation in the perception of a product across geographical regions, and promotional intent or bias in reviews.\nOver 130+ million customer reviews are available to researchers as part of this release. The data is available in TSV files in the amazon-reviews-pds S3 bucket in AWS US East Region. Each line in the data files corresponds to an individual review (tab delimited, with no quote and escape characters).\nEach Dataset contains the following columns :\nmarketplace - 2 letter country code of the marketplace where the review was written.\ncustomer\\_id - Random identifier that can be used to aggregate reviews written by a single author.\nreview\\_id - The unique ID of the review.\nproduct\\_id - The unique Product ID the review pertains to. In the multilingual dataset the reviews\nfor the same product in different countries can be grouped by the same product\\_id.\nproduct\\_parent - Random identifier that can be used to aggregate reviews for the same product.\nproduct\\_title - Title of the product.\nproduct\\_category - Broad product category that can be used to group reviews\n(also used to group the dataset into coherent parts).\nstar\\_rating - The 1-5 star rating of the review.\nhelpful\\_votes - Number of helpful votes.\ntotal\\_votes - Number of total votes the review received.\nvine - Review was written as part of the Vine program.\nverified\\_purchase - The review is on a verified purchase.\nreview\\_headline - The title of the review.\nreview\\_body - The review text.\nreview\\_date - The date the review was written.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### Apparel\\_v1\\_00\n\n\n* Size of downloaded dataset files: 648.64 MB\n* Size of the generated dataset: 2254.36 MB\n* Total amount of disk used: 2903.00 MB\n\n\nAn example of 'train' looks as follows.", "#### Automotive\\_v1\\_00\n\n\n* Size of downloaded dataset files: 582.15 MB\n* Size of the generated dataset: 1518.88 MB\n* Total amount of disk used: 2101.03 MB\n\n\nAn example of 'train' looks as follows.", "#### Baby\\_v1\\_00\n\n\n* Size of downloaded dataset files: 357.40 MB\n* Size of the generated dataset: 956.30 MB\n* Total amount of disk used: 1313.70 MB\n\n\nAn example of 'train' looks as follows.", "#### Beauty\\_v1\\_00\n\n\n* Size of downloaded dataset files: 914.08 MB\n* Size of the generated dataset: 2397.39 MB\n* Total amount of disk used: 3311.47 MB\n\n\nAn example of 'train' looks as follows.", "#### Books\\_v1\\_00\n\n\n* Size of downloaded dataset files: 2740.34 MB\n* Size of the generated dataset: 7193.86 MB\n* Total amount of disk used: 9934.20 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### Apparel\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.", "#### Automotive\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.", "#### Baby\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.", "#### Beauty\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.", "#### Books\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nURL\n\n\nBy accessing the Amazon Customer Reviews Library (\"Reviews Library\"), you agree that the\nReviews Library is an Amazon Service subject to the URL Conditions of Use\nand you agree to be bound by them, with the following additional conditions:\n\n\nIn addition to the license rights granted under the Conditions of Use,\nAmazon or its content providers grant you a limited, non-exclusive, non-transferable,\nnon-sublicensable, revocable license to access and use the Reviews Library\nfor purposes of academic research.\nYou may not resell, republish, or make any commercial use of the Reviews Library\nor its contents, including use of the Reviews Library for commercial research,\nsuch as research related to a funding or consultancy contract, internship, or\nother relationship in which the results are provided for a fee or delivered\nto a for-profit organization. You may not (a) link or associate content\nin the Reviews Library with any personal information (including Amazon customer accounts),\nor (b) attempt to determine the identity of the author of any content in the\nReviews Library.\nIf you violate any of the foregoing conditions, your license to access and use the\nReviews Library will automatically terminate without prejudice to any of the\nother rights or remedies Amazon may have.\n\n\nNo citation information.", "### Contributions\n\n\nThanks to @joeddav for adding this dataset." ]
[ 172, 569, 10, 11, 6, 62, 62, 62, 62, 62, 17, 258, 258, 256, 256, 256, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 287, 17 ]
[ "passage: TAGS\n#task_categories-summarization #task_categories-text-generation #task_categories-fill-mask #task_categories-text-classification #task_ids-text-scoring #task_ids-language-modeling #task_ids-masked-language-modeling #task_ids-sentiment-classification #task_ids-sentiment-scoring #task_ids-topic-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100M<n<1B #source_datasets-original #language-English #license-other #region-us \n", "passage: ### Dataset Summary\n\n\n\n**Defunct:** Dataset \"amazon\\_us\\_reviews\" is defunct and no longer accessible due to the decision of data providers.\n\n\n\nAmazon Customer Reviews (a.k.a. Product Reviews) is one of Amazons iconic products. In a period of over two decades since the first review in 1995, millions of Amazon customers have contributed over a hundred million reviews to express opinions and describe their experiences regarding products on the URL website. This makes Amazon Customer Reviews a rich source of information for academic researchers in the fields of Natural Language Processing (NLP), Information Retrieval (IR), and Machine Learning (ML), amongst others. Accordingly, we are releasing this data to further research in multiple disciplines related to understanding customer product experiences. Specifically, this dataset was constructed to represent a sample of customer evaluations and opinions, variation in the perception of a product across geographical regions, and promotional intent or bias in reviews.\nOver 130+ million customer reviews are available to researchers as part of this release. The data is available in TSV files in the amazon-reviews-pds S3 bucket in AWS US East Region. Each line in the data files corresponds to an individual review (tab delimited, with no quote and escape characters).\nEach Dataset contains the following columns :\nmarketplace - 2 letter country code of the marketplace where the review was written.\ncustomer\\_id - Random identifier that can be used to aggregate reviews written by a single author.\nreview\\_id - The unique ID of the review.\nproduct\\_id - The unique Product ID the review pertains to. In the multilingual dataset the reviews\nfor the same product in different countries can be grouped by the same product\\_id.\nproduct\\_parent - Random identifier that can be used to aggregate reviews for the same product.\nproduct\\_title - Title of the product.\nproduct\\_category - Broad product category that can be used to group reviews\n(also used to group the dataset into coherent parts).\nstar\\_rating - The 1-5 star rating of the review.\nhelpful\\_votes - Number of helpful votes.\ntotal\\_votes - Number of total votes the review received.\nvine - Review was written as part of the Vine program.\nverified\\_purchase - The review is on a verified purchase.\nreview\\_headline - The title of the review.\nreview\\_body - The review text.\nreview\\_date - The date the review was written.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### Apparel\\_v1\\_00\n\n\n* Size of downloaded dataset files: 648.64 MB\n* Size of the generated dataset: 2254.36 MB\n* Total amount of disk used: 2903.00 MB\n\n\nAn example of 'train' looks as follows.#### Automotive\\_v1\\_00\n\n\n* Size of downloaded dataset files: 582.15 MB\n* Size of the generated dataset: 1518.88 MB\n* Total amount of disk used: 2101.03 MB\n\n\nAn example of 'train' looks as follows.#### Baby\\_v1\\_00\n\n\n* Size of downloaded dataset files: 357.40 MB\n* Size of the generated dataset: 956.30 MB\n* Total amount of disk used: 1313.70 MB\n\n\nAn example of 'train' looks as follows.#### Beauty\\_v1\\_00\n\n\n* Size of downloaded dataset files: 914.08 MB\n* Size of the generated dataset: 2397.39 MB\n* Total amount of disk used: 3311.47 MB\n\n\nAn example of 'train' looks as follows.#### Books\\_v1\\_00\n\n\n* Size of downloaded dataset files: 2740.34 MB\n* Size of the generated dataset: 7193.86 MB\n* Total amount of disk used: 9934.20 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.", "passage: #### Apparel\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.#### Automotive\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.", "passage: #### Baby\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature.#### Beauty\\_v1\\_00\n\n\n* 'marketplace': a 'string' feature.\n* 'customer\\_id': a 'string' feature.\n* 'review\\_id': a 'string' feature.\n* 'product\\_id': a 'string' feature.\n* 'product\\_parent': a 'string' feature.\n* 'product\\_title': a 'string' feature.\n* 'product\\_category': a 'string' feature.\n* 'star\\_rating': a 'int32' feature.\n* 'helpful\\_votes': a 'int32' feature.\n* 'total\\_votes': a 'int32' feature.\n* 'vine': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'verified\\_purchase': a classification label, with possible values including 'Y' (0), 'N' (1).\n* 'review\\_headline': a 'string' feature.\n* 'review\\_body': a 'string' feature.\n* 'review\\_date': a 'string' feature." ]
[ -0.02784312702715397, 0.06285231560468674, -0.00811413861811161, 0.008182630874216557, 0.09324649721384048, 0.016885176301002502, 0.08627359569072723, 0.07325580716133118, 0.0371815524995327, 0.11633595824241638, 0.017025558277964592, 0.04071296006441116, 0.06622350215911865, 0.14738108217716217, -0.008418533019721508, -0.19553861021995544, 0.04708710312843323, -0.07989835739135742, 0.1130719929933548, 0.11049605906009674, 0.10484522581100464, -0.05481204763054848, 0.08144382387399673, -0.03664615377783775, -0.02275640144944191, -0.009364846162497997, 0.01981053128838539, -0.049827128648757935, 0.04987959936261177, 0.05144976079463959, 0.08648894727230072, -0.03611642122268677, -0.024041011929512024, -0.21915112435817719, 0.01974639855325222, 0.07218565046787262, -0.010639023035764694, 0.010787987150251865, 0.06342992186546326, -0.06977027654647827, 0.17898672819137573, -0.05862734466791153, 0.0702056735754013, 0.06116035580635071, -0.11567694693803787, -0.10069960355758667, -0.07390113174915314, 0.10457012802362442, 0.07830457389354706, 0.02256014756858349, -0.05291842669248581, 0.06831355392932892, -0.039243608713150024, 0.08752405643463135, 0.11631609499454498, -0.06777168810367584, -0.030690528452396393, 0.017863458022475243, 0.05467087775468826, 0.03414614126086235, -0.04821563512086868, -0.0139504075050354, -0.037148699164390564, 0.02348373830318451, -0.012520392425358295, -0.04036884754896164, 0.013292182236909866, -0.019018549472093582, -0.10824649035930634, -0.08696143329143524, 0.196271151304245, 0.08247997611761093, -0.09895708411931992, -0.09346035122871399, -0.018401453271508217, -0.05826466903090477, -0.06934104114770889, 0.004728199448436499, 0.007786541245877743, 0.006423294544219971, 0.0412101112306118, -0.04147906228899956, -0.06624379754066467, -0.03126879036426544, -0.040808115154504776, 0.0940966010093689, -0.003736496903002262, 0.0017029917798936367, 0.040404144674539566, 0.04156585782766342, -0.08281011879444122, -0.056669626384973526, -0.03224197402596474, -0.05064375698566437, -0.12041069567203522, -0.023609520867466927, 0.019160248339176178, -0.0671360045671463, 0.0831369161605835, 0.08697928488254547, -0.03385699540376663, 0.025544870644807816, -0.07385732233524323, 0.031181953847408295, 0.06661064177751541, 0.12458109110593796, -0.03187263011932373, -0.05530481040477753, -0.03744672238826752, 0.019491620361804962, 0.03628052398562431, -0.030395951122045517, -0.038315217941999435, 0.028101546689867973, 0.10607686638832092, 0.04756603762507439, 0.09509367495775223, 0.07190870493650436, -0.10518835484981537, -0.010463973507285118, 0.05465247482061386, -0.10426749289035797, -0.023254867643117905, 0.05326959490776062, -0.053116023540496826, 0.0071779051795601845, -0.01691526733338833, 0.016092680394649506, -0.07465530931949615, 0.05795732140541077, -0.0557338148355484, 0.011703981086611748, -0.08603173494338989, -0.09951446950435638, 0.060643453150987625, -0.050974372774362564, -0.04265033081173897, -0.044887907803058624, -0.1123461127281189, -0.08077414333820343, 0.002545282244682312, -0.05143718793988228, -0.03765939921140671, -0.03848373144865036, -0.04508007690310478, -0.009379670023918152, 0.002042436273768544, 0.0325939767062664, -0.06495935469865799, 0.05565202981233597, -0.06251605600118637, 0.018983379006385803, 0.03767615184187889, 0.023820016533136368, -0.11130237579345703, 0.07206480950117111, -0.1642061024904251, 0.1087232232093811, -0.06923896819353104, 0.08558105677366257, -0.09972772002220154, -0.034989822655916214, 0.026752421632409096, 0.042021699249744415, -0.04435063898563385, 0.1519063115119934, -0.17879429459571838, -0.041455842554569244, 0.08102445304393768, -0.08739203959703445, -0.06970390677452087, 0.10358744859695435, -0.03194154426455498, 0.05621358007192612, 0.11949577182531357, 0.1371486485004425, 0.04764975234866142, -0.047295644879341125, -0.05704472213983536, 0.010945028625428677, -0.06417034566402435, 0.11609859764575958, 0.09017998725175858, -0.05165889114141464, 0.02762432210147381, 0.034856103360652924, 0.010317175649106503, -0.06447681039571762, -0.019538063555955887, -0.022778961807489395, 0.027559667825698853, -0.009091383777558804, 0.02050677314400673, 0.010795308277010918, -0.08724018186330795, -0.03791322559118271, -0.11387185007333755, -0.007318741641938686, 0.024026352912187576, 0.005868237465620041, 0.009359391406178474, -0.06394851207733154, 0.14227993786334991, 0.06219928339123726, -0.008419211953878403, -0.17429393529891968, -0.09972590208053589, 0.023872295394539833, -0.04342671111226082, 0.10407595336437225, 0.018916364759206772, -0.0362497977912426, -0.03211398422718048, 0.004885653033852577, 0.009067864157259464, -0.018784211948513985, -0.011730307713150978, 0.0019004130735993385, -0.17130324244499207, -0.016456885263323784, -0.024465037509799004, 0.11869652569293976, -0.08333100378513336, -0.0016489406116306782, 0.17482107877731323, 0.049408912658691406, 0.06328386813402176, -0.040385179221630096, 0.07072262465953827, 0.03526410460472107, -0.0030132532119750977, -0.011861518025398254, 0.03327343240380287, -0.027623550966382027, -0.07417245209217072, 0.031215202063322067, -0.1319924294948578, -0.05748334154486656, 0.03860059008002281, -0.030866753309965134, -0.10802857577800751, -0.018665261566638947, -0.015952810645103455, 0.0017138677649199963, -0.056708917021751404, -0.06146898493170738, 0.07847657799720764, 0.07284831255674362, 0.05493197217583656, -0.05988054722547531, -0.002921805717051029, -0.00616789422929287, -0.01591113768517971, -0.03693694621324539, 0.1131671741604805, -0.009231146425008774, -0.16140155494213104, 0.08234500885009766, -0.02657337859272957, 0.029868943616747856, 0.1401231586933136, 0.015347342938184738, -0.023220272734761238, -0.05371998995542526, 0.04532227665185928, -0.006169117521494627, 0.019336428493261337, -0.14738528430461884, 0.020560050383210182, 0.04309093952178955, 0.017892885953187943, 0.001665595918893814, -0.06912475824356079, 0.02658441662788391, 0.00978030450642109, -0.04790288954973221, -0.0170912966132164, 0.008260327391326427, 0.05121076852083206, 0.09130145609378815, 0.06409843266010284, -0.00008784327656030655, 0.004613862838596106, -0.06823597848415375, -0.11678079515695572, 0.17118635773658752, -0.09644272178411484, -0.2911871373653412, -0.16268499195575714, -0.0825938880443573, -0.04719258472323418, 0.005647983867675066, 0.0019143151585012674, 0.010524613782763481, -0.04102783650159836, -0.1049312949180603, 0.06140034645795822, -0.01671009138226509, -0.07723379880189896, -0.17635685205459595, 0.08949809521436691, -0.003063378855586052, -0.07150297611951828, -0.0003576968447305262, -0.014460518024861813, -0.04510277509689331, -0.015406795777380466, -0.008187083527445793, 0.09276257455348969, 0.10948789864778519, 0.04080178216099739, -0.027073660865426064, -0.025040917098522186, 0.19611045718193054, -0.10526524484157562, 0.04398691654205322, 0.10109952837228775, -0.029879257082939148, 0.05007720738649368, 0.2348218560218811, 0.019238799810409546, -0.036205779761075974, 0.023912567645311356, 0.029854262247681618, -0.04931892454624176, -0.22699451446533203, -0.0816623866558075, -0.05407850444316864, 0.005075981840491295, 0.002285249065607786, 0.027685560286045074, -0.008567439392209053, 0.014194129034876823, -0.054974012076854706, 0.032246675342321396, 0.007705807685852051, 0.06838427484035492, 0.17685014009475708, -0.004986350890249014, 0.07101790606975555, -0.04617728292942047, 0.017639733850955963, 0.06723661720752716, -0.0190499946475029, 0.13914918899536133, -0.031254276633262634, 0.16335460543632507, 0.08334718644618988, 0.0319647416472435, 0.026511017233133316, -0.013263603672385216, 0.0018667303957045078, 0.0602811761200428, -0.02592633292078972, -0.06264853477478027, -0.063605397939682, 0.07639279216527939, 0.09535111486911774, -0.02022460661828518, -0.023832211270928383, -0.02885086089372635, 0.08425669372081757, 0.11223964393138885, 0.06428875029087067, -0.12625618278980255, -0.03145194798707962, 0.05380205437541008, -0.03416915237903595, -0.09494511783123016, -0.008392281830310822, 0.035192813724279404, -0.1216394305229187, 0.09681278467178345, 0.002004242967814207, 0.09278722107410431, -0.14124968647956848, 0.016406022012233734, 0.03388860076665878, 0.026290757581591606, -0.01748090423643589, 0.06718019396066666, -0.14008429646492004, 0.18173672258853912, 0.035790227353572845, 0.00425470108166337, -0.03967374190688133, 0.03131125494837761, -0.007848832756280899, 0.053057193756103516, 0.11538950353860855, 0.009067649953067303, -0.054371047765016556, -0.12224385887384415, -0.02679125778377056, -0.003308245912194252, 0.0793144702911377, -0.03459344431757927, 0.08742721378803253, -0.003947726916521788, -0.008544303476810455, -0.05331909656524658, 0.022379254922270775, -0.06863521784543991, -0.10601641237735748, 0.063791923224926, -0.0606805682182312, 0.052576567977666855, -0.04704979807138443, 0.009485987946391106, 0.05774553492665291, 0.1003832072019577, -0.21888278424739838, -0.07655122131109238, -0.08421951532363892, 0.0432063527405262, 0.08484579622745514, -0.06013043224811554, 0.008946269750595093, -0.053762443363666534, 0.12679854035377502, 0.01521112397313118, 0.0032552164047956467, 0.04927355423569679, -0.01965879090130329, -0.13747812807559967, -0.04327799379825592, 0.11586471647024155, 0.015400104224681854, 0.06285843998193741, -0.04006390646100044, 0.05314214900135994, -0.008742258884012699, -0.07360952347517014, 0.004606225527822971, 0.06346878409385681, -0.003637014888226986, 0.16345562040805817, -0.01966697722673416, -0.14511644840240479, -0.11756832897663116, -0.029909323900938034, 0.10054911673069, 0.18041367828845978, -0.04282832890748978, 0.0933750569820404, 0.06379886716604233, -0.09546300023794174, -0.20325586199760437, -0.0009479224681854248, 0.04324714466929436, 0.00268576480448246, 0.05467023700475693, -0.13495312631130219, 0.012846048921346664, 0.048744603991508484, 0.0018506627529859543, 0.02374345250427723, -0.1743815392255783, -0.10977861285209656, 0.02482093870639801, 0.025558874011039734, -0.1594250351190567, -0.11477695405483246, -0.09042955935001373, -0.029702268540859222, -0.06592845171689987, 0.08345821499824524, -0.00836898572742939, 0.03112970106303692, 0.026904266327619553, 0.09709575027227402, 0.05516421049833298, -0.0071661644615232944, 0.1019587591290474, -0.02147711254656315, 0.046812061220407486, -0.07022145390510559, -0.10472044348716736, 0.06627202779054642, -0.038056857883930206, 0.0526798814535141, -0.022635146975517273, 0.011348327621817589, -0.04059833288192749, -0.03710903227329254, -0.05275995284318924, 0.049719393253326416, -0.0851508378982544, -0.03907657414674759, -0.0982222855091095, 0.04356691613793373, 0.0189089085906744, -0.012769687920808792, 0.1326003074645996, -0.10775597393512726, 0.0910990834236145, 0.12383099645376205, 0.11732681840658188, 0.006172880530357361, -0.13168317079544067, -0.016477156430482864, -0.0006740372627973557, 0.006704145576804876, -0.1391945630311966, 0.01118716411292553, 0.07369735836982727, 0.008360900916159153, 0.1727031171321869, 0.0004624687135219574, -0.12901464104652405, 0.031074348837137222, 0.07177130877971649, -0.05207867920398712, -0.16255192458629608, -0.004306494258344173, 0.05122562497854233, -0.15395449101924896, -0.08472609519958496, 0.08605574071407318, -0.010131742805242538, -0.0004230563063174486, 0.007265319582074881, 0.06821759045124054, 0.015262257307767868, 0.0578237920999527, 0.038548439741134644, 0.0761907622218132, -0.07093227654695511, 0.03297588974237442, 0.12795381247997284, -0.1299142986536026, -0.006758795119822025, 0.09023693203926086, -0.07127264887094498, -0.05237496271729469, -0.015404746867716312, 0.09342098236083984, 0.041463788598775864, -0.04371536523103714, -0.05227521434426308, -0.11692512035369873, 0.07538716495037079, 0.12856757640838623, 0.030880136415362358, 0.09235289692878723, 0.008128775283694267, -0.048710279166698456, 0.04168236255645752, 0.12362305819988251, -0.009067610837519169, -0.00503005413338542, -0.06789587438106537, 0.026578523218631744, 0.047107063233852386, -0.001459397142753005, 0.010631013661623001, -0.05618602782487869, -0.06742752343416214, 0.028937894850969315, -0.06419813632965088, 0.07597057521343231, -0.07635027170181274, 0.01376511249691248, 0.0032336795702576637, 0.009733641520142555, -0.026406820863485336, -0.0128788398578763, -0.05756594240665436, -0.035928256809711456, -0.034066710621118546, 0.12084665894508362, -0.11778449267148972, 0.019236989319324493, 0.08539728820323944, -0.048220500349998474, 0.0900547057390213, -0.0167861171066761, -0.05958501622080803, 0.0361483059823513, -0.13366565108299255, 0.0323893241584301, -0.0023537268862128258, 0.03642622381448746, 0.0052116867154836655, -0.08610640466213226, 0.012066357769072056, -0.009532855823636055, -0.014459559693932533, 0.020563866943120956, -0.011145963333547115, -0.13360664248466492, 0.06980631500482559, 0.027154184877872467, -0.05350591242313385, -0.08132252097129822, 0.07599858194589615, 0.03180649131536484, 0.023906370624899864, 0.12238381803035736, -0.03827491030097008, 0.07685017585754395, -0.08663585036993027, -0.018307046964764595, 0.009306054562330246, -0.04350995644927025, -0.05653931200504303, -0.03780540078878403, 0.0440208837389946, -0.025963321328163147, 0.16002637147903442, 0.08515359461307526, 0.05386235564947128, 0.05330987647175789, 0.04622344672679901, 0.030753131955862045, 0.04843458533287048, -0.004481660667806864, 0.01728851906955242, -0.030727561563253403, 0.02434442564845085, -0.05672023445367813, -0.011055332608520985, 0.01323783677071333, 0.09873689711093903, 0.11473633348941803, 0.12492416799068451, 0.012206164188683033, 0.06383511424064636, -0.012686430476605892, 0.002690991386771202, 0.07875217497348785, -0.019688913598656654, 0.07982891798019409, -0.06662638485431671, 0.09465121477842331, 0.09729686379432678, -0.11805913597345352, 0.10088348388671875, -0.012105428613722324, -0.0827813595533371, -0.06293107569217682, -0.15603075921535492, -0.06805536895990372, -0.04632597416639328, -0.011983523145318031, -0.10122095048427582, 0.033749595284461975, 0.07902568578720093, -0.024939293041825294, -0.010885684750974178, 0.04912165552377701, -0.07419070601463318, -0.07496660202741623, 0.0814044252038002, 0.009031764231622219, -0.018630225211381912, 0.020051706582307816, 0.012499234639108181, 0.02743745967745781, 0.0033508832566440105, 0.048446882516145706, 0.06861003488302231, -0.0025515248998999596, 0.0007999225053936243, -0.11053410172462463, -0.09145217388868332, 0.021119894459843636, -0.012018110603094101, -0.05371160805225372, 0.12601597607135773, 0.035478122532367706, -0.03084857203066349, 0.024358665570616722, 0.18104501068592072, -0.011259601451456547, -0.047351956367492676, -0.112505242228508, 0.08120584487915039, -0.026632627472281456, -0.013359246775507927, 0.0029091639444231987, -0.10208958387374878, 0.03075440227985382, 0.12012945860624313, 0.17606821656227112, 0.029493825510144234, 0.001714104786515236, 0.018336886540055275, 0.022307641804218292, 0.00007778091821819544, 0.07635683566331863, -0.014920078217983246, 0.18582816421985626, -0.0012603336945176125, 0.08916712552309036, -0.03617045283317566, -0.04318999499082565, -0.010915448889136314, 0.013035863637924194, 0.022990277037024498, 0.00014602276496589184, -0.0856761559844017, 0.17226345837116241, -0.16756469011306763, -0.16645847260951996, 0.06148410588502884, -0.08488694578409195, -0.10493350774049759, -0.03920257091522217, 0.09043432027101517, 0.054297998547554016, 0.05618735030293465, 0.021137485280632973, -0.054600790143013, 0.035640157759189606, -0.00009340071119368076, -0.11322569847106934, -0.08409085869789124, 0.08744992315769196, 0.03238896280527115, 0.13569143414497375, -0.010049495846033096, 0.09551220387220383, 0.10287753492593765, -0.00828598067164421, -0.07686425000429153, 0.06623192131519318, 0.08259060978889465, -0.03793937340378761, 0.03467779606580734, 0.13368730247020721, 0.0014479439705610275, 0.11549988389015198, 0.09865973889827728, -0.05218018218874931, 0.048799507319927216, -0.08329689502716064, -0.032441798597574234, -0.10706769675016403, 0.03916102275252342, -0.11252988874912262, 0.08001469820737839, 0.16671377420425415, -0.026752086356282234, -0.028043927624821663, -0.041591644287109375, -0.0005773990415036678, 0.00680618267506361, 0.08972303569316864, -0.013791507109999657, -0.12488798797130585, 0.013730067759752274, 0.035347968339920044, 0.026433449238538742, -0.1986418068408966, -0.03176645562052727, 0.0309373177587986, 0.04881269857287407, -0.009901368990540504, 0.11746587604284286, 0.02578095719218254, -0.0076221018098294735, -0.049129046499729156, -0.09021007269620895, 0.026041075587272644, 0.15288926661014557, -0.05038865655660629, -0.051277805119752884 ]
e969d0132f4dd28c2939d55be34f1788c00ccfe7
# Dataset Card for AmbigQA: Answering Ambiguous Open-domain Questions ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - [**Homepage:**](https://nlp.cs.washington.edu/ambigqa/) - [**Repository:**](https://github.com/shmsw25/AmbigQA) - [**Paper:**](https://arxiv.org/pdf/2004.10645.pdf) ### Dataset Summary AmbigNQ, a dataset covering 14,042 questions from NQ-open, an existing open-domain QA benchmark. We find that over half of the questions in NQ-open are ambiguous. The types of ambiguity are diverse and sometimes subtle, many of which are only apparent after examining evidence provided by a very large text corpus. AMBIGNQ, a dataset with 14,042 annotations on NQ-OPEN questions containing diverse types of ambiguity. We provide two distributions of our new dataset AmbigNQ: a `full` version with all annotation metadata and a `light` version with only inputs and outputs. ### Supported Tasks and Leaderboards `question-answering` ### Languages English ## Dataset Structure ### Data Instances An example from the data set looks as follows: ``` {'annotations': {'answer': [[]], 'qaPairs': [{'answer': [['April 19, 1987'], ['December 17, 1989']], 'question': ['When did the Simpsons first air on television as an animated short on the Tracey Ullman Show?', 'When did the Simpsons first air as a half-hour prime time show?']}], 'type': ['multipleQAs']}, 'id': '-4469503464110108318', 'nq_answer': ['December 17 , 1989'], 'nq_doc_title': 'The Simpsons', 'question': 'When did the simpsons first air on television?', 'used_queries': {'query': ['When did the simpsons first air on television?'], 'results': [{'snippet': ['The <b>Simpsons</b> is an American animated <b>television</b> sitcom starring the animated \nSimpson family, ... Since its <b>debut</b> on December 17, 1989, the show <b>has</b> \nbroadcast 673 episodes and its 30th season started ... The <b>Simpsons first</b> season \n<b>was</b> the Fox network&#39;s <b>first TV</b> series to rank among a season&#39;s top 30 highest-\nrated shows.', 'The <b>Simpsons</b> is an American animated sitcom created by Matt Groening for the \nFox ... Since its <b>debut</b> on December 17, 1989, 674 episodes of The <b>Simpsons</b> \nhave been broadcast. ... When producer James L. Brooks <b>was</b> working on the \n<b>television</b> variety show The Tracey Ullman Show, he decided to include small \nanimated&nbsp;...', '... in shorts from The Tracey Ullman Show as their <b>television debut</b> in 1987. The \n<b>Simpsons</b> shorts are a series of animated shorts that <b>aired</b> as a recurring \nsegment on Fox variety <b>television</b> series The Tracey ... The final short to <b>air was</b> &quot;\n<b>TV Simpsons</b>&quot;, originally airing on May 14, 1989. The <b>Simpsons</b> later debuted on\n&nbsp;...', 'The <b>first</b> season of the American animated <b>television</b> series The <b>Simpsons</b> \noriginally <b>aired</b> on the Fox network between December 17, 1989, and May 13, \n1990, beginning with the Christmas special &quot;<b>Simpsons</b> Roasting on an Open Fire\n&quot;. The executive producers for the <b>first</b> production season <b>were</b> Matt Groening,&nbsp;...', 'The <b>Simpsons</b> is an American animated <b>television</b> sitcom created by Matt \nGroening for the Fox ... Since its <b>debut</b> on December 17, 1989, The <b>Simpsons</b> \n<b>has</b> broadcast 674 episodes. The show holds several American <b>television</b> \nlongevity&nbsp;...', 'The opening sequence of the American animated <b>television</b> series The <b>Simpsons</b> \nis among the most popular opening sequences in <b>television</b> and is accompanied \nby one of <b>television&#39;s</b> most recognizable theme songs. The <b>first</b> episode to use \nthis intro <b>was</b> the series&#39; second episode &quot;Bart the ... <b>was</b> the <b>first</b> episode of The \n<b>Simpsons</b> to <b>air</b> in 720p high-definition <b>television</b>,&nbsp;...', '&quot;<b>Simpsons</b> Roasting on an Open Fire&quot;, titled onscreen as &quot;The <b>Simpsons</b> \nChristmas Special&quot;, is the premiere episode of the American animated <b>TV</b> series \nThe <b>Simpsons</b>, ... The show <b>was</b> originally intended to <b>debut</b> earlier in 1989 with &quot;\nSome Enchanted Evening&quot;, but due to animation problems with that episode, the \nshow&nbsp;...', '&quot;Stark Raving Dad&quot; is the <b>first</b> episode of the third season of the American \nanimated <b>television</b> series The <b>Simpsons</b>. It <b>first aired</b> on the Fox network in the \nUnited States on September 19, 1991. ... The <b>Simpsons was</b> the second highest \nrated show on Fox the week it <b>aired</b>, behind Married... with Children. &quot;Stark \nRaving Dad,&quot;&nbsp;...', 'The <b>Simpsons</b>&#39; twentieth season <b>aired</b> on Fox from September 28, 2008 to May \n17, 2009. With this season, the show tied Gunsmoke as the longest-running \nAmerican primetime <b>television</b> series in terms of total number ... It <b>was</b> the <b>first</b>-\never episode of the show to <b>air</b> in Europe before being seen in the United States.', 'The animated <b>TV</b> show The <b>Simpsons</b> is an American English language \nanimated sitcom which ... The <b>Simpsons was</b> dubbed for the <b>first</b> time in Punjabi \nand <b>aired</b> on Geo <b>TV</b> in Pakistan. The name of the localised Punjabi version is \nTedi Sim&nbsp;...'], 'title': ['History of The Simpsons', 'The Simpsons', 'The Simpsons shorts', 'The Simpsons (season 1)', 'List of The Simpsons episodes', 'The Simpsons opening sequence', 'Simpsons Roasting on an Open Fire', 'Stark Raving Dad', 'The Simpsons (season 20)', 'Non-English versions of The Simpsons']}]}, 'viewed_doc_titles': ['The Simpsons']} ``` ### Data Fields Full ``` {'id': Value(dtype='string', id=None), 'question': Value(dtype='string', id=None), 'annotations': Sequence(feature={'type': Value(dtype='string', id=None), 'answer': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'qaPairs': Sequence(feature={'question': Value(dtype='string', id=None), 'answer': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}, length=-1, id=None)}, length=-1, id=None), 'viewed_doc_titles': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'used_queries': Sequence(feature={'query': Value(dtype='string', id=None), 'results': Sequence(feature={'title': Value(dtype='string', id=None), 'snippet': Value(dtype='string', id=None)}, length=-1, id=None)}, length=-1, id=None), 'nq_answer': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'nq_doc_title': Value(dtype='string', id=None)} ``` In the original data format `annotations` have different keys depending on the `type` field = `singleAnswer` or `multipleQAs`. But this implementation uses an empty list `[]` for the unavailable keys please refer to Dataset Contents(https://github.com/shmsw25/AmbigQA#dataset-contents) for more details. ``` for example in train_light_dataset: for i,t in enumerate(example['annotations']['type']): if t =='singleAnswer': # use the example['annotations']['answer'][i] # example['annotations']['qaPairs'][i] - > is [] print(example['annotations']['answer'][i]) else: # use the example['annotations']['qaPairs'][i] # example['annotations']['answer'][i] - > is [] print(example['annotations']['qaPairs'][i]) ``` please refer to Dataset Contents(https://github.com/shmsw25/AmbigQA#dataset-contents) for more details. Light version only has `id`, `question`, `annotations` fields ### Data Splits - train: 10036 - validation: 2002 ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data - Wikipedia - NQ-open: ``` @article{ kwiatkowski2019natural, title={ Natural questions: a benchmark for question answering research}, author={ Kwiatkowski, Tom and Palomaki, Jennimaria and Redfield, Olivia and Collins, Michael and Parikh, Ankur and Alberti, Chris and Epstein, Danielle and Polosukhin, Illia and Devlin, Jacob and Lee, Kenton and others }, journal={ Transactions of the Association for Computational Linguistics }, year={ 2019 } } ``` #### 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 [More Information Needed] ### Licensing Information [CC BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/) ### Citation Information ``` @inproceedings{ min2020ambigqa, title={ {A}mbig{QA}: Answering Ambiguous Open-domain Questions }, author={ Min, Sewon and Michael, Julian and Hajishirzi, Hannaneh and Zettlemoyer, Luke }, booktitle={ EMNLP }, year={2020} } ``` ### Contributions Thanks to [@cceyda](https://github.com/cceyda) for adding this dataset.
ambig_qa
[ "task_categories:question-answering", "task_ids:open-domain-qa", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:extended|natural_questions", "source_datasets:original", "language:en", "license:cc-by-sa-3.0", "arxiv:2004.10645", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-sa-3.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["extended|natural_questions", "original"], "task_categories": ["question-answering"], "task_ids": ["open-domain-qa"], "paperswithcode_id": "ambigqa", "pretty_name": "AmbigQA: Answering Ambiguous Open-domain Questions", "dataset_info": [{"config_name": "full", "features": [{"name": "id", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "annotations", "sequence": [{"name": "type", "dtype": "string"}, {"name": "answer", "sequence": "string"}, {"name": "qaPairs", "sequence": [{"name": "question", "dtype": "string"}, {"name": "answer", "sequence": "string"}]}]}, {"name": "viewed_doc_titles", "sequence": "string"}, {"name": "used_queries", "sequence": [{"name": "query", "dtype": "string"}, {"name": "results", "sequence": [{"name": "title", "dtype": "string"}, {"name": "snippet", "dtype": "string"}]}]}, {"name": "nq_answer", "sequence": "string"}, {"name": "nq_doc_title", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 43538533, "num_examples": 10036}, {"name": "validation", "num_bytes": 15383268, "num_examples": 2002}], "download_size": 30674462, "dataset_size": 58921801}, {"config_name": "light", "features": [{"name": "id", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "annotations", "sequence": [{"name": "type", "dtype": "string"}, {"name": "answer", "sequence": "string"}, {"name": "qaPairs", "sequence": [{"name": "question", "dtype": "string"}, {"name": "answer", "sequence": "string"}]}]}], "splits": [{"name": "train", "num_bytes": 2739628, "num_examples": 10036}, {"name": "validation", "num_bytes": 805756, "num_examples": 2002}], "download_size": 1777867, "dataset_size": 3545384}], "configs": [{"config_name": "full", "data_files": [{"split": "train", "path": "full/train-*"}, {"split": "validation", "path": "full/validation-*"}], "default": true}, {"config_name": "light", "data_files": [{"split": "train", "path": "light/train-*"}, {"split": "validation", "path": "light/validation-*"}]}]}
2024-01-09T12:27:07+00:00
[ "2004.10645" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|natural_questions #source_datasets-original #language-English #license-cc-by-sa-3.0 #arxiv-2004.10645 #region-us
# Dataset Card for AmbigQA: Answering Ambiguous Open-domain Questions ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: - Repository: - Paper: ### Dataset Summary AmbigNQ, a dataset covering 14,042 questions from NQ-open, an existing open-domain QA benchmark. We find that over half of the questions in NQ-open are ambiguous. The types of ambiguity are diverse and sometimes subtle, many of which are only apparent after examining evidence provided by a very large text corpus. AMBIGNQ, a dataset with 14,042 annotations on NQ-OPEN questions containing diverse types of ambiguity. We provide two distributions of our new dataset AmbigNQ: a 'full' version with all annotation metadata and a 'light' version with only inputs and outputs. ### Supported Tasks and Leaderboards 'question-answering' ### Languages English ## Dataset Structure ### Data Instances An example from the data set looks as follows: ### Data Fields Full In the original data format 'annotations' have different keys depending on the 'type' field = 'singleAnswer' or 'multipleQAs'. But this implementation uses an empty list '[]' for the unavailable keys please refer to Dataset Contents(URL for more details. please refer to Dataset Contents(URL for more details. Light version only has 'id', 'question', 'annotations' fields ### Data Splits - train: 10036 - validation: 2002 ## Dataset Creation ### Curation Rationale ### Source Data - Wikipedia - NQ-open: #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information CC BY-SA 3.0 ### Contributions Thanks to @cceyda for adding this dataset.
[ "# Dataset Card for AmbigQA: Answering Ambiguous Open-domain Questions", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage:\n- Repository:\n- Paper:", "### Dataset Summary\n\nAmbigNQ, a dataset covering 14,042 questions from NQ-open, an existing open-domain QA benchmark. We find that over half of the questions in NQ-open are ambiguous. The types of ambiguity are diverse and sometimes subtle, many of which are only apparent after examining evidence provided by a very large text corpus. AMBIGNQ, a dataset with\n14,042 annotations on NQ-OPEN questions containing diverse types of ambiguity.\nWe provide two distributions of our new dataset AmbigNQ: a 'full' version with all annotation metadata and a 'light' version with only inputs and outputs.", "### Supported Tasks and Leaderboards\n\n'question-answering'", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nAn example from the data set looks as follows:", "### Data Fields\n\nFull\n\nIn the original data format 'annotations' have different keys depending on the 'type' field = 'singleAnswer' or 'multipleQAs'. But this implementation uses an empty list '[]' for the unavailable keys \n\nplease refer to Dataset Contents(URL for more details.\n\n\n\nplease refer to Dataset Contents(URL for more details.\n\nLight version only has 'id', 'question', 'annotations' fields", "### Data Splits\n\n- train: 10036\n- validation: 2002", "## Dataset Creation", "### Curation Rationale", "### Source Data\n\n- Wikipedia\n- NQ-open:", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nCC BY-SA 3.0", "### Contributions\n\nThanks to @cceyda for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|natural_questions #source_datasets-original #language-English #license-cc-by-sa-3.0 #arxiv-2004.10645 #region-us \n", "# Dataset Card for AmbigQA: Answering Ambiguous Open-domain Questions", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage:\n- Repository:\n- Paper:", "### Dataset Summary\n\nAmbigNQ, a dataset covering 14,042 questions from NQ-open, an existing open-domain QA benchmark. We find that over half of the questions in NQ-open are ambiguous. The types of ambiguity are diverse and sometimes subtle, many of which are only apparent after examining evidence provided by a very large text corpus. AMBIGNQ, a dataset with\n14,042 annotations on NQ-OPEN questions containing diverse types of ambiguity.\nWe provide two distributions of our new dataset AmbigNQ: a 'full' version with all annotation metadata and a 'light' version with only inputs and outputs.", "### Supported Tasks and Leaderboards\n\n'question-answering'", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nAn example from the data set looks as follows:", "### Data Fields\n\nFull\n\nIn the original data format 'annotations' have different keys depending on the 'type' field = 'singleAnswer' or 'multipleQAs'. But this implementation uses an empty list '[]' for the unavailable keys \n\nplease refer to Dataset Contents(URL for more details.\n\n\n\nplease refer to Dataset Contents(URL for more details.\n\nLight version only has 'id', 'question', 'annotations' fields", "### Data Splits\n\n- train: 10036\n- validation: 2002", "## Dataset Creation", "### Curation Rationale", "### Source Data\n\n- Wikipedia\n- NQ-open:", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nCC BY-SA 3.0", "### Contributions\n\nThanks to @cceyda for adding this dataset." ]
[ 118, 20, 120, 15, 157, 17, 5, 6, 17, 110, 15, 5, 7, 12, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 11, 16 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|natural_questions #source_datasets-original #language-English #license-cc-by-sa-3.0 #arxiv-2004.10645 #region-us \n# Dataset Card for AmbigQA: Answering Ambiguous Open-domain Questions## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage:\n- Repository:\n- Paper:### Dataset Summary\n\nAmbigNQ, a dataset covering 14,042 questions from NQ-open, an existing open-domain QA benchmark. We find that over half of the questions in NQ-open are ambiguous. The types of ambiguity are diverse and sometimes subtle, many of which are only apparent after examining evidence provided by a very large text corpus. AMBIGNQ, a dataset with\n14,042 annotations on NQ-OPEN questions containing diverse types of ambiguity.\nWe provide two distributions of our new dataset AmbigNQ: a 'full' version with all annotation metadata and a 'light' version with only inputs and outputs.### Supported Tasks and Leaderboards\n\n'question-answering'### Languages\n\nEnglish## Dataset Structure### Data Instances\n\nAn example from the data set looks as follows:" ]
[ -0.043507836759090424, 0.15897850692272186, -0.0065854317508637905, 0.014675308018922806, 0.05643759295344353, 0.016092505306005478, 0.0761868879199028, 0.08312474191188812, 0.006017285864800215, 0.09774646162986755, -0.06134925037622452, 0.005711092613637447, 0.08446453511714935, 0.07318581640720367, 0.005888722371309996, -0.16132575273513794, 0.057356592267751694, -0.09731831401586533, -0.0057542771100997925, 0.08328278362751007, 0.1133795976638794, -0.07117677479982376, 0.029537029564380646, -0.03542008250951767, 0.006738712545484304, 0.013878006488084793, -0.06689462065696716, -0.052581578493118286, 0.07665134221315384, 0.07464514672756195, 0.06450337916612625, -0.001898206421174109, 0.0067968606017529964, -0.2712337076663971, 0.03306784853339195, 0.06254914402961731, 0.0375942662358284, 0.041438471525907516, 0.07164652645587921, 0.006621409673243761, 0.03313106298446655, -0.12275180220603943, 0.093682661652565, 0.06721527129411697, -0.0967610701918602, -0.17908096313476562, -0.09878717362880707, -0.028074175119400024, 0.08562078326940536, 0.04481520876288414, -0.06615488231182098, 0.060605455189943314, -0.08226201683282852, 0.02003634162247181, 0.07369621843099594, -0.14175532758235931, -0.04112252593040466, 0.0001515434414613992, -0.01487189345061779, 0.07571195811033249, -0.11430294066667557, -0.02414815127849579, -0.03405153378844261, 0.03399179130792618, -0.02833927609026432, -0.015058556571602821, -0.04027090221643448, 0.023029714822769165, -0.0848361998796463, -0.022294698283076286, 0.18669061362743378, -0.006513942964375019, -0.04219654202461243, -0.21892251074314117, -0.032609954476356506, 0.19860140979290009, -0.04355943575501442, -0.023076187819242477, 0.024118583649396896, -0.011565868742763996, 0.03390389680862427, -0.059436965733766556, -0.08638112992048264, 0.03456014767289162, -0.08270565420389175, 0.0019187316065654159, 0.011376066133379936, 0.013824976049363613, -0.004755172412842512, 0.04379899799823761, 0.006575422361493111, -0.09585480391979218, -0.050131358206272125, -0.09432994574308395, -0.1543775349855423, -0.02875511161983013, -0.010177185758948326, -0.04284810647368431, 0.10455154627561569, 0.19467392563819885, -0.04093301668763161, 0.052156202495098114, -0.11574351787567139, -0.011842221952974796, 0.09324652701616287, 0.0771162137389183, -0.04719676822423935, -0.13884879648685455, -0.01278482936322689, -0.02642907202243805, 0.0284228827804327, -0.014269917272031307, 0.014905000105500221, 0.03345922753214836, -0.05179315805435181, 0.09716743975877762, 0.11683527380228043, 0.003956872504204512, -0.0924726352095604, -0.05075247958302498, 0.07400446385145187, -0.15596312284469604, 0.029288945719599724, 0.03435179591178894, 0.007770128548145294, -0.0347549244761467, -0.0297666247934103, 0.04536183550953865, -0.07823488861322403, 0.0831785500049591, -0.04262252151966095, -0.04561096802353859, -0.06295360624790192, -0.040091611444950104, 0.08574381470680237, 0.019271446391940117, -0.06601003557443619, 0.014803744852542877, -0.08361291140317917, -0.03977935016155243, 0.008961508050560951, -0.08920352160930634, -0.03804083541035652, -0.003879690542817116, 0.03779606893658638, 0.032057084143161774, 0.016099978238344193, 0.05353477597236633, -0.05076195299625397, 0.0011840774677693844, -0.011686594225466251, 0.039412856101989746, 0.08523532748222351, 0.02714456617832184, -0.08651835471391678, 0.028162837028503418, -0.13224145770072937, 0.12017384171485901, -0.13916854560375214, -0.011876263655722141, -0.13042739033699036, 0.03369644284248352, 0.019580071792006493, 0.025522101670503616, -0.015589307062327862, 0.13992735743522644, -0.14760617911815643, -0.013031917624175549, 0.1886320412158966, -0.12045542150735855, -0.054517194628715515, 0.10598984360694885, -0.0444447360932827, 0.03480004146695137, 0.04050758481025696, 0.06118696928024292, -0.004816215950995684, -0.012199794873595238, -0.032804328948259354, -0.04260228946805, 0.05111662298440933, 0.17320799827575684, 0.11640319228172302, -0.11442192643880844, 0.1222783774137497, 0.01710340939462185, 0.031568851321935654, -0.07810313254594803, 0.00814428087323904, -0.09078312665224075, 0.01415008120238781, 0.0039291055873036385, 0.03236567601561546, -0.01111788023263216, -0.0725010335445404, -0.012920383363962173, -0.08849901705980301, 0.023477703332901, 0.03708207607269287, 0.00541766919195652, 0.02122020348906517, -0.10215122252702713, -0.028261587023735046, -0.03191195800900459, 0.008914405480027199, -0.18116922676563263, -0.1758769452571869, 0.02955598756670952, -0.06032203882932663, 0.08398456871509552, 0.020953943952918053, 0.014992183074355125, -0.02106652595102787, -0.0679948553442955, 0.04463248327374458, -0.018872663378715515, 0.008408003486692905, 0.004259850364178419, -0.19152823090553284, 0.014558467082679272, -0.06862682849168777, 0.13909730315208435, -0.07643662393093109, -0.004642744082957506, 0.11299677938222885, 0.12510821223258972, 0.06237252056598663, -0.05328851938247681, 0.05719020962715149, 0.01011470053344965, 0.030132895335555077, -0.035711582750082016, 0.02024829015135765, -0.025444386526942253, -0.0477052666246891, 0.042619917541742325, -0.10959717631340027, -0.0826309397816658, 0.03748923912644386, 0.08025256544351578, -0.03788511082530022, -0.0646665021777153, -0.061031945049762726, -0.043290529400110245, -0.13228262960910797, -0.09336002171039581, 0.0902118906378746, 0.07984299957752228, 0.012946292757987976, -0.07654592394828796, -0.07185479253530502, -0.0432673804461956, 0.017478344962000847, -0.05829622596502304, 0.07583875209093094, 0.03349792957305908, -0.17850013077259064, 0.10860050469636917, 0.08052901178598404, 0.10705860704183578, 0.09626492112874985, -0.04832783713936806, -0.08518362790346146, -0.019646989181637764, 0.002709704451262951, -0.010296911001205444, 0.0768548846244812, -0.11204597353935242, 0.05039574205875397, 0.07589910924434662, -0.0009548753732815385, 0.024715783074498177, -0.04639262333512306, 0.03128506615757942, 0.006477664224803448, 0.0034785836469382048, -0.04531151428818703, -0.0128253772854805, 0.07378785312175751, 0.10756922513246536, 0.043069783598184586, 0.14981159567832947, 0.004131592810153961, -0.06854614615440369, -0.10773948580026627, 0.1184823215007782, -0.16019268333911896, -0.2540209889411926, -0.09588836878538132, -0.06804512441158295, -0.04942530766129494, -0.04451862722635269, 0.031763069331645966, -0.05858201906085014, -0.11256030946969986, -0.0510861799120903, 0.07584512233734131, 0.07436393201351166, -0.1255786418914795, 0.00779927521944046, 0.025063933804631233, 0.016497742384672165, -0.12803269922733307, 0.033529914915561676, 0.03644632548093796, -0.052403613924980164, -0.001982110319659114, 0.015282576903700829, 0.061302050948143005, 0.06718631833791733, 0.09145885705947876, -0.04073716700077057, -0.021674977615475655, 0.23322975635528564, -0.1474408656358719, 0.10998005419969559, 0.07569169998168945, -0.0679561197757721, 0.06892231851816177, 0.24000973999500275, 0.03846559301018715, -0.03112046793103218, 0.02564009092748165, 0.11364917457103729, 0.001638259389437735, -0.2893768548965454, -0.08641418069601059, -0.08403336256742477, -0.028157223016023636, 0.0015022396109998226, 0.03474416583776474, -0.03887462243437767, 0.014255749061703682, -0.11566851288080215, -0.05232502147555351, 0.07073285430669785, 0.0674576386809349, 0.16841262578964233, 0.0057610636577010155, 0.08330897986888885, -0.06713231652975082, -0.028414547443389893, 0.11657176166772842, 0.048638444393873215, 0.20887435972690582, 0.02759215608239174, 0.16328075528144836, 0.09438027441501617, 0.030148062855005264, -0.014026119373738766, 0.009150299243628979, -0.01960270293056965, 0.05553310737013817, -0.04467408359050751, -0.08014123141765594, -0.008915098384022713, 0.06525193899869919, 0.02181347645819187, -0.09558410942554474, 0.07440448552370071, -0.03301016241312027, 0.06336896121501923, 0.20237834751605988, 0.05290772020816803, -0.006302048452198505, -0.033233892172575, 0.11334908753633499, -0.08236212283372879, -0.10116992145776749, 0.009001893922686577, 0.11105095595121384, -0.16541092097759247, 0.08819673210382462, -0.022936677560210228, 0.10725102573633194, -0.04750720411539078, -0.02352292835712433, -0.03423290699720383, -0.004419099539518356, -0.04145705699920654, 0.09321799129247665, -0.19755330681800842, 0.11995234340429306, 0.036529310047626495, -0.004030247218906879, -0.0831110030412674, 0.09041530638933182, 0.016827166080474854, -0.058716364204883575, 0.12415450811386108, 0.006777120754122734, -0.13017484545707703, 0.03503808751702309, -0.06840293109416962, 0.03467705473303795, 0.0692175030708313, -0.08486877381801605, 0.08386638760566711, -0.019836317747831345, -0.012777917087078094, -0.034813687205314636, 0.0738985538482666, -0.08195103704929352, -0.2527773678302765, 0.08307219296693802, -0.07759608328342438, -0.007697911001741886, -0.057004012167453766, -0.031612709164619446, 0.005380213726311922, 0.16115640103816986, -0.12330207973718643, -0.11451265960931778, -0.14093947410583496, -0.007416011765599251, 0.1583258956670761, -0.024693002924323082, 0.04839266836643219, -0.010383335873484612, 0.17230269312858582, -0.012965040281414986, -0.040388986468315125, 0.056032802909612656, -0.07555162161588669, -0.18783614039421082, -0.05873710289597511, 0.14198164641857147, 0.03427547961473465, 0.047174230217933655, -0.0038020929787307978, 0.0772533193230629, 0.015123682096600533, -0.07715506106615067, 0.037915997207164764, 0.08787456899881363, 0.06712636351585388, 0.10532625019550323, -0.05937275290489197, -0.18251720070838928, -0.08400880545377731, -0.07228268682956696, 0.10368601232767105, 0.10459794849157333, -0.017376696690917015, 0.17524126172065735, 0.15842589735984802, -0.10380618274211884, -0.18584628403186798, -0.02181697078049183, 0.011585899628698826, -0.018768172711133957, 0.08923667669296265, -0.23192951083183289, 0.13491465151309967, 0.06211737170815468, -0.029589641839265823, -0.013327754102647305, -0.1428554505109787, -0.12645594775676727, 0.04222579300403595, 0.0037560542114079, -0.13435876369476318, -0.12490839511156082, -0.08956913650035858, -0.02960820496082306, -0.10251422971487045, 0.12571999430656433, -0.027402743697166443, 0.00810468103736639, 0.024128206074237823, 0.07304058223962784, 0.04375031590461731, -0.04339458420872688, 0.12049423903226852, 0.003465913934633136, -0.005611120257526636, -0.09136050194501877, -0.038770418614149094, 0.0906389132142067, 0.003014949383214116, 0.007152677513659, 0.03718411177396774, 0.019475765526294708, -0.13877549767494202, -0.04464751482009888, -0.057465389370918274, -0.022573154419660568, -0.09520623832941055, -0.0513777919113636, -0.06270231306552887, 0.09939394146203995, 0.07492582499980927, -0.031502023339271545, 0.09204468876123428, -0.09141915291547775, 0.09295737743377686, 0.06734631955623627, 0.1974247545003891, 0.02461760677397251, -0.0640767514705658, -0.041951734572649, -0.024014340713620186, -0.0028944285586476326, -0.11011098325252533, 0.09524723142385483, 0.07929079979658127, 0.006193890236318111, 0.12829656898975372, -0.03404796123504639, -0.1309618204832077, -0.015380077064037323, 0.08000243455171585, -0.05057792365550995, -0.228457972407341, 0.019058750942349434, 0.12640121579170227, -0.16789011657238007, -0.06337791681289673, 0.08488903939723969, 0.10970348119735718, -0.07177039980888367, 0.03268514201045036, 0.13688740134239197, 0.06703343242406845, 0.06969275325536728, 0.004580055829137564, 0.07209872454404831, -0.11084025353193283, 0.08860933780670166, 0.1351393759250641, -0.11103153973817825, -0.004028837662190199, 0.13869543373584747, -0.0626252219080925, -0.02618659846484661, -0.004290110431611538, 0.031110933050513268, 0.04324270412325859, -0.04692978784441948, 0.03556333854794502, -0.14989915490150452, 0.029209870845079422, 0.10224776715040207, -0.02010180987417698, 0.030103877186775208, 0.02444005385041237, -0.048542529344558716, 0.020196599885821342, 0.16580504179000854, -0.008555383421480656, -0.0036801451351493597, 0.022885989397764206, -0.0867065042257309, -0.01735725626349449, -0.03642990440130234, 0.004827772732824087, -0.03971688449382782, -0.07732734084129333, -0.008255782537162304, -0.18399903178215027, 0.03352697938680649, -0.08262445777654648, 0.0030679041519761086, -0.00008550055645173416, -0.04178459942340851, -0.01622461900115013, -0.007560804020613432, -0.0491480752825737, -0.00261401548050344, -0.022771591320633888, 0.11396235227584839, -0.1853153109550476, 0.027375416830182076, 0.10935021191835403, -0.08032529056072235, 0.13071195781230927, -0.0211101695895195, -0.02293238416314125, -0.019597304984927177, -0.04850692301988602, -0.008478249423205853, -0.03774941340088844, 0.07700048387050629, 0.015522797591984272, -0.15335339307785034, -0.006138515658676624, 0.0059488131664693356, -0.04366445168852806, 0.0277963075786829, 0.025593677535653114, -0.09034297615289688, 0.10581152886152267, -0.004947768058627844, -0.09528914093971252, -0.04458355903625488, 0.008447015658020973, 0.07510364055633545, -0.03508933633565903, 0.10918238013982773, -0.03855650871992111, 0.05718069523572922, -0.10298573225736618, -0.00890793651342392, 0.03034510649740696, 0.03633363917469978, 0.025505738332867622, -0.009554186835885048, 0.05133715271949768, -0.002401867648586631, 0.18970179557800293, -0.0840027779340744, 0.05536694824695587, 0.08457771688699722, 0.043903399258852005, -0.025458989664912224, 0.029771925881505013, 0.007083293981850147, 0.0022309105843305588, -0.04151812940835953, 0.03769959881901741, -0.06406514346599579, -0.08437176793813705, 0.014140273444354534, 0.14966298639774323, 0.17201685905456543, 0.19292345643043518, -0.040837325155735016, 0.057642340660095215, -0.0833577886223793, -0.01616773195564747, 0.1016840934753418, -0.03043949417769909, 0.0005107730394229293, -0.08229974657297134, 0.05047651380300522, 0.10632219165563583, -0.15766015648841858, 0.14294391870498657, -0.06757308542728424, -0.04298467934131622, -0.08193810284137726, -0.13141417503356934, -0.06632385402917862, 0.031426697969436646, -0.0071572912856936455, -0.16075000166893005, 0.0540614016354084, 0.11236963421106339, 0.01368358451873064, -0.018493320792913437, 0.08207450807094574, -0.08452258259057999, -0.09275010973215103, 0.037842653691768646, 0.06316538900136948, 0.07589635998010635, 0.06916001439094543, 0.06282880902290344, -0.005918458104133606, 0.13452263176441193, 0.07589694857597351, 0.07712972909212112, 0.02424922026693821, -0.014351861551404, -0.08177398890256882, -0.05949690565466881, 0.00459612300619483, -0.02841147780418396, -0.03202342614531517, 0.16489872336387634, 0.012041331268846989, 0.05535348132252693, 0.01575690507888794, 0.2499651461839676, -0.049429912120103836, -0.12439925968647003, -0.17999635636806488, 0.0032899428624659777, -0.051784586161375046, 0.00680213188752532, 0.04936918616294861, -0.14914649724960327, 0.008634028024971485, 0.11445459723472595, 0.1282816380262375, -0.020181767642498016, 0.007256651297211647, 0.04702635109424591, 0.029877763241529465, 0.0024826813023537397, 0.031823545694351196, 0.0014018341898918152, 0.28753039240837097, -0.04262497276067734, 0.022011293098330498, 0.021135222166776657, -0.0342266671359539, -0.056171976029872894, 0.15712100267410278, -0.0018243420636281371, -0.017080076038837433, -0.04284602403640747, 0.13615241646766663, -0.0640513002872467, -0.22519725561141968, -0.006845745723694563, -0.0926654264330864, -0.17257273197174072, -0.03111342154443264, -0.0023402534425258636, 0.004865687340497971, -0.003248898545280099, 0.08990956097841263, -0.05229110270738602, 0.16899947822093964, 0.06125308573246002, -0.017995255067944527, -0.030033307150006294, 0.11663082242012024, -0.11436984688043594, 0.18274831771850586, 0.047449249774217606, 0.05568370968103409, 0.0933488979935646, -0.04229668900370598, -0.10561905056238174, 0.0054704840295016766, 0.09145625680685043, -0.03907669335603714, 0.03179684653878212, 0.14986830949783325, 0.023427477106451988, 0.14524225890636444, 0.14953257143497467, -0.020021000877022743, 0.05665357783436775, 0.07880762219429016, -0.037792183458805084, -0.059947557747364044, 0.11384584754705429, -0.13694792985916138, 0.09694987535476685, 0.11692697554826736, -0.02979746274650097, -0.000003117615960945841, -0.010443065315485, 0.02188841812312603, -0.03317945823073387, 0.12506423890590668, -0.028105730190873146, -0.12668143212795258, 0.0492117814719677, -0.048362769186496735, 0.08863550424575806, -0.1836899369955063, -0.05109782889485359, 0.07570012658834457, 0.027685794979333878, -0.05500800162553787, 0.10730824619531631, 0.07987428456544876, -0.024118440225720406, -0.03566890209913254, -0.20243340730667114, 0.033001940697431564, 0.10614091157913208, -0.04490773007273674, 0.035039275884628296 ]
1f3f4fa57acb59b2f352031de45ba08227d972c0
# Dataset Card for AmericasNLI ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-instances) - [Data Splits](#data-instances) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) ## Dataset Description - **Homepage:** [Needs More Information] - **Repository:** https://github.com/abteen/americasnli - **Repository:** https://github.com/nala-cub/AmericasNLI - **Paper:** https://arxiv.org/abs/2104.08726 - **Leaderboard:** [Needs More Information] - **Point of Contact:** [Needs More Information] ### Dataset Summary AmericasNLI is an extension of XNLI (Conneau et al., 2018) a natural language inference (NLI) dataset covering 15 high-resource languages to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels). ### Supported Tasks and Leaderboards [Needs More Information] ### Languages - aym - bzd - cni - gn - hch - nah - oto - quy - shp - tar ## Dataset Structure ### Data Instances #### all_languages An example of the test split looks as follows: ``` {'language': 'aym', 'premise': "Ukhamaxa, janiw ukatuqits lup'kayätti, ukhamarus wali phiñasitayätwa, ukatx jupampiw mayamp aruskipañ qallanttha.", 'hypothesis': 'Janiw mayamp jupampix p arlxapxti.', 'label': 2} ``` #### aym An example of the test split looks as follows: ``` {'premise': "Ukhamaxa, janiw ukatuqits lup'kayätti, ukhamarus wali phiñasitayätwa, ukatx jupampiw mayamp aruskipañ qallanttha.", 'hypothesis': 'Janiw mayamp jupampix parlxapxti.', 'label ': 2} ``` #### bzd An example of the test split looks as follows: ``` {'premise': "Bua', kèq ye' kũ e' bikeitsök erë ye' chkénãwã tã ye' ujtémĩne ie' tã páxlĩnẽ.", 'hypothesis': "Kèq ye' ùtẽnẽ ie' tã páxlĩ.", 'label': 2} ``` #### cni An example of the test split looks as follows: ``` {'premise': 'Kameetsa, tee nokenkeshireajeroji, iro kantaincha tee nomateroji aisati nintajaro noñanatajiri iroakera.', 'hypothesis': 'Tee noñatajeriji.', 'label': 2} ``` #### gn An example of the test split looks as follows: ``` {'premise': "Néi, ni napensaikurihína upéva rehe, ajepichaiterei ha añepyrûjey añe'ê hendive.", 'hypothesis': "Nañe'êvéi hendive.", 'label': 2} ``` #### hch An example of the test split looks as follows: ``` {'premise': 'mu hekwa.', 'hypothesis': 'neuka tita xatawe m+k+ mat+a.', 'label': 2} ``` #### nah An example of the test split looks as follows: ``` {'premise': 'Cualtitoc, na axnimoihliaya ino, nicualaniztoya queh naha nicamohuihqui', 'hypothesis': 'Ayoc nicamohuihtoc', 'label': 2} ``` #### oto An example of the test split looks as follows: ``` {'premise': 'mi-ga, nin mibⴘy mbô̮nitho ane guenu, guedi mibⴘy nho ⴘnmⴘy xi di mⴘdi o ñana nen nⴘua manaigui', 'hypothesis': 'hin din bi pengui nen nⴘa', 'label': 2} ``` #### quy An example of the test split looks as follows: ``` {'premise': 'Allinmi, manam chaypiqa hamutachkarqanichu, ichaqa manam allinchu tarikurqani chaymi kaqllamanta paywan rimarqani.', 'hypothesis': 'Manam paywanqa kaqllamantaqa rimarqani .', 'label': 2} ``` #### shp An example of the test split looks as follows: ``` {'premise': 'Jakon riki, ja shinanamara ea ike, ikaxbi kikin frustradara ea ike jakopira ea jabe yoyo iribake.', 'hypothesis': 'Eara jabe yoyo iribiama iki.', 'label': 2} ``` #### tar An example of the test split looks as follows: ``` {'premise': 'Ga’lá ju, ke tási newalayé nejé echi kítira, we ne majáli, a’lí ko uchécho ne yua ku ra’íchaki.', 'hypothesis': 'Tási ne uchecho yua ra’ícha échi rejói.', 'label': 2} ``` ### Data Fields #### all_languages - language: a multilingual string variable, with languages including ar, bg, de, el, en. - premise: a multilingual string variable, with languages including ar, bg, de, el, en. - hypothesis: a multilingual string variable, with possible languages including ar, bg, de, el, en. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). #### aym - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). #### bzd - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). #### cni - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). #### hch - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). #### nah - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). #### oto - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). #### quy - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). #### shp - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). #### tar - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). ### Data Splits | Language | ISO | Family | Dev | Test | |-------------------|-----|:-------------|-----:|-----:| | all_languages | -- | -- | 6457 | 7486 | | Aymara | aym | Aymaran | 743 | 750 | | Ashaninka | cni | Arawak | 658 | 750 | | Bribri | bzd | Chibchan | 743 | 750 | | Guarani | gn | Tupi-Guarani | 743 | 750 | | Nahuatl | nah | Uto-Aztecan | 376 | 738 | | Otomi | oto | Oto-Manguean | 222 | 748 | | Quechua | quy | Quechuan | 743 | 750 | | Raramuri | tar | Uto-Aztecan | 743 | 750 | | Shipibo-Konibo | shp | Panoan | 743 | 750 | | Wixarika | hch | Uto-Aztecan | 743 | 750 | ## Dataset Creation ### Curation Rationale [Needs More Information] ### Source Data The authors translate from the Spanish subset of XNLI. > AmericasNLI is the translation of a subset of XNLI (Conneau et al., 2018). As translators between Spanish and the target languages are more frequently available than those for English, we translate from the Spanish version. As per paragraph 3.1 of the [original paper](https://arxiv.org/abs/2104.08726). #### Initial Data Collection and Normalization [Needs More Information] #### Who are the source language producers? [Needs More Information] ### Annotations #### Annotation process The dataset comprises expert translations from Spanish XNLI. > Additionally, some translators reported that code-switching is often used to describe certain topics, and, while many words without an exact equivalence in the target language are worked in through translation or interpretation, others are kept in Spanish. To minimize the amount of Spanish vocabulary in the translated examples, we choose sentences from genres that we judged to be relatively easy to translate into the target languages: “face-to-face,” “letters,” and “telephone.” As per paragraph 3.1 of the [original paper](https://arxiv.org/abs/2104.08726). #### Who are the annotators? [Needs More Information] ### Personal and Sensitive Information [Needs More Information] ## Considerations for Using the Data ### Social Impact of Dataset [Needs More Information] ### Discussion of Biases [Needs More Information] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators [Needs More Information] ### Licensing Information Creative Commons Attribution Share Alike 4.0 International: https://github.com/abteen/americasnli/blob/main/LICENSE.md ### Citation Information ``` @inproceedings{ebrahimi-etal-2022-americasnli, title = "{A}mericas{NLI}: Evaluating Zero-shot Natural Language Understanding of Pretrained Multilingual Models in Truly Low-resource Languages", author = "Ebrahimi, Abteen and Mager, Manuel and Oncevay, Arturo and Chaudhary, Vishrav and Chiruzzo, Luis and Fan, Angela and Ortega, John and Ramos, Ricardo and Rios, Annette and Meza Ruiz, Ivan Vladimir and Gim{\'e}nez-Lugo, Gustavo and Mager, Elisabeth and Neubig, Graham and Palmer, Alexis and Coto-Solano, Rolando and Vu, Thang and Kann, Katharina", booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)", month = may, year = "2022", address = "Dublin, Ireland", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2022.acl-long.435", pages = "6279--6299", abstract = "Pretrained multilingual models are able to perform cross-lingual transfer in a zero-shot setting, even for languages unseen during pretraining. However, prior work evaluating performance on unseen languages has largely been limited to low-level, syntactic tasks, and it remains unclear if zero-shot learning of high-level, semantic tasks is possible for unseen languages. To explore this question, we present AmericasNLI, an extension of XNLI (Conneau et al., 2018) to 10 Indigenous languages of the Americas. We conduct experiments with XLM-R, testing multiple zero-shot and translation-based approaches. Additionally, we explore model adaptation via continued pretraining and provide an analysis of the dataset by considering hypothesis-only models. We find that XLM-R{'}s zero-shot performance is poor for all 10 languages, with an average performance of 38.48{\%}. Continued pretraining offers improvements, with an average accuracy of 43.85{\%}. Surprisingly, training on poorly translated data by far outperforms all other methods with an accuracy of 49.12{\%}.", } ``` ### Contributions Thanks to [@fdschmidt93](https://github.com/fdschmidt93) for adding this dataset.
nala-cub/americas_nli
[ "task_categories:text-classification", "task_ids:natural-language-inference", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:multilingual", "multilinguality:translation", "size_categories:unknown", "source_datasets:extended|xnli", "language:ay", "language:bzd", "language:cni", "language:gn", "language:hch", "language:nah", "language:oto", "language:qu", "language:shp", "language:tar", "license:cc-by-sa-4.0", "arxiv:2104.08726", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["ay", "bzd", "cni", "gn", "hch", "nah", "oto", "qu", "shp", "tar"], "license": "cc-by-sa-4.0", "multilinguality": ["multilingual", "translation"], "size_categories": ["unknown"], "source_datasets": ["extended|xnli"], "task_categories": ["text-classification"], "task_ids": ["natural-language-inference"], "pretty_name": "AmericasNLI: A NLI Corpus of 10 Indigenous Low-Resource Languages.", "dataset_info": [{"config_name": "all_languages", "features": [{"name": "language", "dtype": "string"}, {"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}], "splits": [{"name": "validation", "num_bytes": 1129080, "num_examples": 6457}, {"name": "test", "num_bytes": 1210579, "num_examples": 7486}], "download_size": 791239, "dataset_size": 2339659}, {"config_name": "aym", "features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}], "splits": [{"name": "validation", "num_bytes": 117530, "num_examples": 743}, {"name": "test", "num_bytes": 115251, "num_examples": 750}], "download_size": 87882, "dataset_size": 232781}, {"config_name": "bzd", "features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}], "splits": [{"name": "validation", "num_bytes": 143354, "num_examples": 743}, {"name": "test", "num_bytes": 127676, "num_examples": 750}], "download_size": 91039, "dataset_size": 271030}, {"config_name": "cni", "features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}], "splits": [{"name": "validation", "num_bytes": 113256, "num_examples": 658}, {"name": "test", "num_bytes": 116284, "num_examples": 750}], "download_size": 78899, "dataset_size": 229540}, {"config_name": "gn", "features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}], "splits": [{"name": "validation", "num_bytes": 115135, "num_examples": 743}, {"name": "test", "num_bytes": 101948, "num_examples": 750}], "download_size": 80429, "dataset_size": 217083}, {"config_name": "hch", "features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}], "splits": [{"name": "validation", "num_bytes": 127966, "num_examples": 743}, {"name": "test", "num_bytes": 120857, "num_examples": 750}], "download_size": 90748, "dataset_size": 248823}, {"config_name": "nah", "features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}], "splits": [{"name": "validation", "num_bytes": 50741, "num_examples": 376}, {"name": "test", "num_bytes": 102953, "num_examples": 738}], "download_size": 56953, "dataset_size": 153694}, {"config_name": "oto", "features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}], "splits": [{"name": "validation", "num_bytes": 27010, "num_examples": 222}, {"name": "test", "num_bytes": 119650, "num_examples": 748}], "download_size": 57849, "dataset_size": 146660}, {"config_name": "quy", "features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}], "splits": [{"name": "validation", "num_bytes": 125636, "num_examples": 743}, {"name": "test", "num_bytes": 112750, "num_examples": 750}], "download_size": 85673, "dataset_size": 238386}, {"config_name": "shp", "features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}], "splits": [{"name": "validation", "num_bytes": 124500, "num_examples": 743}, {"name": "test", "num_bytes": 118934, "num_examples": 750}], "download_size": 85544, "dataset_size": 243434}, {"config_name": "tar", "features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}], "splits": [{"name": "validation", "num_bytes": 139496, "num_examples": 743}, {"name": "test", "num_bytes": 122624, "num_examples": 750}], "download_size": 89683, "dataset_size": 262120}], "configs": [{"config_name": "all_languages", "data_files": [{"split": "validation", "path": "all_languages/validation-*"}, {"split": "test", "path": "all_languages/test-*"}]}, {"config_name": "aym", "data_files": [{"split": "validation", "path": "aym/validation-*"}, {"split": "test", "path": "aym/test-*"}]}, {"config_name": "bzd", "data_files": [{"split": "validation", "path": "bzd/validation-*"}, {"split": "test", "path": "bzd/test-*"}]}, {"config_name": "cni", "data_files": [{"split": "validation", "path": "cni/validation-*"}, {"split": "test", "path": "cni/test-*"}]}, {"config_name": "gn", "data_files": [{"split": "validation", "path": "gn/validation-*"}, {"split": "test", "path": "gn/test-*"}]}, {"config_name": "hch", "data_files": [{"split": "validation", "path": "hch/validation-*"}, {"split": "test", "path": "hch/test-*"}]}, {"config_name": "nah", "data_files": [{"split": "validation", "path": "nah/validation-*"}, {"split": "test", "path": "nah/test-*"}]}, {"config_name": "oto", "data_files": [{"split": "validation", "path": "oto/validation-*"}, {"split": "test", "path": "oto/test-*"}]}, {"config_name": "quy", "data_files": [{"split": "validation", "path": "quy/validation-*"}, {"split": "test", "path": "quy/test-*"}]}, {"config_name": "shp", "data_files": [{"split": "validation", "path": "shp/validation-*"}, {"split": "test", "path": "shp/test-*"}]}, {"config_name": "tar", "data_files": [{"split": "validation", "path": "tar/validation-*"}, {"split": "test", "path": "tar/test-*"}]}]}
2024-01-23T09:18:27+00:00
[ "2104.08726" ]
[ "ay", "bzd", "cni", "gn", "hch", "nah", "oto", "qu", "shp", "tar" ]
TAGS #task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-multilingual #multilinguality-translation #size_categories-unknown #source_datasets-extended|xnli #language-Aymara #language-Bribri #language-Asháninka #language-Guarani #language-Huichol #language-nah #language-oto #language-Quechua #language-Shipibo-Conibo #language-Central Tarahumara #license-cc-by-sa-4.0 #arxiv-2104.08726 #region-us
Dataset Card for AmericasNLI ============================ Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information Dataset Description ------------------- * Homepage: * Repository: URL * Repository: URL * Paper: URL * Leaderboard: * Point of Contact: ### Dataset Summary AmericasNLI is an extension of XNLI (Conneau et al., 2018) a natural language inference (NLI) dataset covering 15 high-resource languages to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels). ### Supported Tasks and Leaderboards ### Languages * aym * bzd * cni * gn * hch * nah * oto * quy * shp * tar Dataset Structure ----------------- ### Data Instances #### all\_languages An example of the test split looks as follows: #### aym An example of the test split looks as follows: #### bzd An example of the test split looks as follows: #### cni An example of the test split looks as follows: #### gn An example of the test split looks as follows: #### hch An example of the test split looks as follows: #### nah An example of the test split looks as follows: #### oto An example of the test split looks as follows: #### quy An example of the test split looks as follows: #### shp An example of the test split looks as follows: #### tar An example of the test split looks as follows: ### Data Fields #### all\_languages ``` - language: a multilingual string variable, with languages including ar, bg, de, el, en. - premise: a multilingual string variable, with languages including ar, bg, de, el, en. - hypothesis: a multilingual string variable, with possible languages including ar, bg, de, el, en. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). ``` #### aym ``` - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). ``` #### bzd ``` - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). ``` #### cni ``` - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). ``` #### hch ``` - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). ``` #### nah ``` - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). ``` #### oto ``` - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). ``` #### quy ``` - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). ``` #### shp ``` - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). ``` #### tar ``` - premise: a string feature. - hypothesis: a string feature. - label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2). ``` ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data The authors translate from the Spanish subset of XNLI. > > AmericasNLI is the translation of a subset of XNLI (Conneau et al., 2018). As translators between Spanish and the target languages are more frequently available than those for English, we translate from the Spanish version. > > > As per paragraph 3.1 of the original paper. #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process The dataset comprises expert translations from Spanish XNLI. > > Additionally, some translators reported that code-switching is often used to describe certain topics, and, while many words without an exact equivalence in the target language are worked in through translation or interpretation, others are kept in Spanish. To minimize the amount of Spanish vocabulary in the translated examples, we choose sentences from genres that we judged to be relatively easy to translate into the target languages: “face-to-face,” “letters,” and “telephone.” > > > As per paragraph 3.1 of the original paper. #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information Creative Commons Attribution Share Alike 4.0 International: URL ### Contributions Thanks to @fdschmidt93 for adding this dataset.
[ "### Dataset Summary\n\n\nAmericasNLI is an extension of XNLI (Conneau et al., 2018) a natural language inference (NLI) dataset covering 15 high-resource languages to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).", "### Supported Tasks and Leaderboards", "### Languages\n\n\n* aym\n* bzd\n* cni\n* gn\n* hch\n* nah\n* oto\n* quy\n* shp\n* tar\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### all\\_languages\n\n\nAn example of the test split looks as follows:", "#### aym\n\n\nAn example of the test split looks as follows:", "#### bzd\n\n\nAn example of the test split looks as follows:", "#### cni\n\n\nAn example of the test split looks as follows:", "#### gn\n\n\nAn example of the test split looks as follows:", "#### hch\n\n\nAn example of the test split looks as follows:", "#### nah\n\n\nAn example of the test split looks as follows:", "#### oto\n\n\nAn example of the test split looks as follows:", "#### quy\n\n\nAn example of the test split looks as follows:", "#### shp\n\n\nAn example of the test split looks as follows:", "#### tar\n\n\nAn example of the test split looks as follows:", "### Data Fields", "#### all\\_languages\n\n\n\n```\n- language: a multilingual string variable, with languages including ar, bg, de, el, en.\n- premise: a multilingual string variable, with languages including ar, bg, de, el, en.\n- hypothesis: a multilingual string variable, with possible languages including ar, bg, de, el, en.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### aym\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### bzd\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### cni\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### hch\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### nah\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### oto\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### quy\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### shp\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### tar\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data\n\n\nThe authors translate from the Spanish subset of XNLI.\n\n\n\n> \n> AmericasNLI is the translation of a subset of XNLI (Conneau et al., 2018). As translators between Spanish and the target languages are more frequently available than those for English, we translate from the Spanish version.\n> \n> \n> \n\n\nAs per paragraph 3.1 of the original paper.", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nThe dataset comprises expert translations from Spanish XNLI.\n\n\n\n> \n> Additionally, some translators reported that code-switching is often used to describe certain topics, and, while many words without an exact equivalence in the target language are worked in through translation or interpretation, others are kept in Spanish. To minimize the amount of Spanish vocabulary in the translated examples, we choose sentences from genres that we judged to be relatively easy to translate into the target languages: “face-to-face,” “letters,” and “telephone.”\n> \n> \n> \n\n\nAs per paragraph 3.1 of the original paper.", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nCreative Commons Attribution Share Alike 4.0 International: URL", "### Contributions\n\n\nThanks to @fdschmidt93 for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-multilingual #multilinguality-translation #size_categories-unknown #source_datasets-extended|xnli #language-Aymara #language-Bribri #language-Asháninka #language-Guarani #language-Huichol #language-nah #language-oto #language-Quechua #language-Shipibo-Conibo #language-Central Tarahumara #license-cc-by-sa-4.0 #arxiv-2104.08726 #region-us \n", "### Dataset Summary\n\n\nAmericasNLI is an extension of XNLI (Conneau et al., 2018) a natural language inference (NLI) dataset covering 15 high-resource languages to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).", "### Supported Tasks and Leaderboards", "### Languages\n\n\n* aym\n* bzd\n* cni\n* gn\n* hch\n* nah\n* oto\n* quy\n* shp\n* tar\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### all\\_languages\n\n\nAn example of the test split looks as follows:", "#### aym\n\n\nAn example of the test split looks as follows:", "#### bzd\n\n\nAn example of the test split looks as follows:", "#### cni\n\n\nAn example of the test split looks as follows:", "#### gn\n\n\nAn example of the test split looks as follows:", "#### hch\n\n\nAn example of the test split looks as follows:", "#### nah\n\n\nAn example of the test split looks as follows:", "#### oto\n\n\nAn example of the test split looks as follows:", "#### quy\n\n\nAn example of the test split looks as follows:", "#### shp\n\n\nAn example of the test split looks as follows:", "#### tar\n\n\nAn example of the test split looks as follows:", "### Data Fields", "#### all\\_languages\n\n\n\n```\n- language: a multilingual string variable, with languages including ar, bg, de, el, en.\n- premise: a multilingual string variable, with languages including ar, bg, de, el, en.\n- hypothesis: a multilingual string variable, with possible languages including ar, bg, de, el, en.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### aym\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### bzd\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### cni\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### hch\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### nah\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### oto\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### quy\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### shp\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "#### tar\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data\n\n\nThe authors translate from the Spanish subset of XNLI.\n\n\n\n> \n> AmericasNLI is the translation of a subset of XNLI (Conneau et al., 2018). As translators between Spanish and the target languages are more frequently available than those for English, we translate from the Spanish version.\n> \n> \n> \n\n\nAs per paragraph 3.1 of the original paper.", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nThe dataset comprises expert translations from Spanish XNLI.\n\n\n\n> \n> Additionally, some translators reported that code-switching is often used to describe certain topics, and, while many words without an exact equivalence in the target language are worked in through translation or interpretation, others are kept in Spanish. To minimize the amount of Spanish vocabulary in the translated examples, we choose sentences from genres that we judged to be relatively easy to translate into the target languages: “face-to-face,” “letters,” and “telephone.”\n> \n> \n> \n\n\nAs per paragraph 3.1 of the original paper.", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nCreative Commons Attribution Share Alike 4.0 International: URL", "### Contributions\n\n\nThanks to @fdschmidt93 for adding this dataset." ]
[ 172, 156, 10, 36, 6, 18, 15, 15, 15, 15, 15, 14, 14, 14, 14, 14, 5, 114, 49, 49, 49, 49, 48, 48, 48, 48, 48, 11, 7, 86, 10, 10, 5, 146, 9, 18, 7, 8, 14, 6, 16, 20 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-multilingual #multilinguality-translation #size_categories-unknown #source_datasets-extended|xnli #language-Aymara #language-Bribri #language-Asháninka #language-Guarani #language-Huichol #language-nah #language-oto #language-Quechua #language-Shipibo-Conibo #language-Central Tarahumara #license-cc-by-sa-4.0 #arxiv-2104.08726 #region-us \n### Dataset Summary\n\n\nAmericasNLI is an extension of XNLI (Conneau et al., 2018) a natural language inference (NLI) dataset covering 15 high-resource languages to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).### Supported Tasks and Leaderboards### Languages\n\n\n* aym\n* bzd\n* cni\n* gn\n* hch\n* nah\n* oto\n* quy\n* shp\n* tar\n\n\nDataset Structure\n-----------------### Data Instances#### all\\_languages\n\n\nAn example of the test split looks as follows:#### aym\n\n\nAn example of the test split looks as follows:#### bzd\n\n\nAn example of the test split looks as follows:#### cni\n\n\nAn example of the test split looks as follows:#### gn\n\n\nAn example of the test split looks as follows:#### hch\n\n\nAn example of the test split looks as follows:#### nah\n\n\nAn example of the test split looks as follows:#### oto\n\n\nAn example of the test split looks as follows:", "passage: #### quy\n\n\nAn example of the test split looks as follows:#### shp\n\n\nAn example of the test split looks as follows:#### tar\n\n\nAn example of the test split looks as follows:### Data Fields#### all\\_languages\n\n\n\n```\n- language: a multilingual string variable, with languages including ar, bg, de, el, en.\n- premise: a multilingual string variable, with languages including ar, bg, de, el, en.\n- hypothesis: a multilingual string variable, with possible languages including ar, bg, de, el, en.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```#### aym\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```#### bzd\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```#### cni\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```#### hch\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```#### nah\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```#### oto\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```#### quy\n\n\n\n```\n- premise: a string feature.\n- hypothesis: a string feature.\n- label: a classification label, with possible values including entailment (0), neutral (1), contradiction (2).\n\n```" ]
[ -0.06283636391162872, 0.01443573646247387, -0.007924642413854599, 0.03189700096845627, -0.0007496094331145287, -0.01902797818183899, 0.0308653824031353, 0.09059026837348938, 0.10315452516078949, 0.10945859551429749, -0.0035582780838012695, 0.04362864792346954, 0.08663135766983032, 0.10313962399959564, -0.05844778195023537, -0.19177380204200745, 0.007978642359375954, -0.06830841302871704, 0.100326307117939, 0.09247364848852158, 0.1256297528743744, -0.023739127442240715, 0.0394306480884552, -0.020397648215293884, -0.006284997332841158, 0.007160216569900513, -0.0498136505484581, -0.03200208395719528, 0.04938444495201111, 0.06854647397994995, 0.04462077468633652, 0.04258057102560997, -0.04726971313357353, -0.2319105863571167, 0.012131363153457642, 0.011290919035673141, 0.0016141124069690704, -0.00991001632064581, 0.07913043349981308, -0.08221611380577087, 0.0649762749671936, -0.05718139559030533, 0.041780754923820496, 0.04635100066661835, -0.09845986217260361, -0.06620429456233978, -0.04816540703177452, 0.03918860852718353, 0.05257539823651314, 0.016944730654358864, -0.07961831986904144, 0.03920113667845726, -0.10899710655212402, 0.07505696266889572, 0.19232040643692017, -0.10421943664550781, -0.031427279114723206, -0.022351080551743507, 0.02514026314020157, 0.0306930523365736, -0.06763747334480286, -0.04832880198955536, 0.03639424964785576, 0.04420863837003708, -0.09719926118850708, -0.03186255320906639, 0.0019202549010515213, -0.00926308985799551, -0.1442088782787323, -0.017547989264130592, 0.1281687319278717, 0.02375386469066143, -0.06607072800397873, -0.052838344126939774, 0.015276521444320679, 0.02460733987390995, -0.016775062307715416, -0.04364629089832306, 0.006791980005800724, -0.013388494960963726, 0.16459617018699646, -0.003322071395814419, -0.0677337646484375, 0.056628093123435974, -0.07648403942584991, 0.1373378038406372, 0.031749170273542404, -0.0020401813089847565, 0.009577348828315735, 0.046651292592287064, -0.07091741263866425, -0.10418877005577087, -0.06878866255283356, -0.07878264039754868, -0.085661381483078, -0.028544029220938683, -0.027280418202280998, -0.051782287657260895, 0.07991145551204681, 0.13683512806892395, -0.1817520707845688, 0.07034759968519211, -0.07042209804058075, 0.025730472058057785, 0.06629188358783722, 0.06774788349866867, -0.03937070071697235, -0.06121892109513283, -0.028744598850607872, 0.039205823093652725, -0.0003406996838748455, -0.012208358384668827, -0.043384384363889694, 0.025295214727520943, 0.04864669218659401, 0.03081735037267208, 0.07624450325965881, -0.0169902965426445, -0.11625255644321442, -0.050501611083745956, 0.0003183353692293167, -0.10874596238136292, -0.019153961911797523, 0.06732982397079468, -0.0577421560883522, 0.03178553283214569, -0.013166466727852821, 0.03456950932741165, -0.03567134588956833, 0.02536906860768795, -0.00878978706896305, 0.026156965643167496, -0.06801670789718628, -0.04315038397908211, 0.022541619837284088, 0.020086267963051796, -0.051504023373126984, -0.05447227507829666, -0.04404080659151077, -0.09480162709951401, 0.008256660774350166, -0.07817156612873077, -0.02693433314561844, -0.07489219307899475, -0.030489176511764526, -0.05109018087387085, 0.020101971924304962, 0.08347699046134949, -0.05098787695169449, -0.0029448727145791054, 0.012842253781855106, 0.05240575224161148, 0.033587224781513214, -0.0003215419128537178, -0.10947391390800476, 0.0930238664150238, -0.12963683903217316, 0.1484624445438385, -0.10029429197311401, 0.03197479993104935, -0.08540292084217072, -0.056748319417238235, -0.020326416939496994, 0.050329677760601044, -0.009083623066544533, 0.11500468105077744, -0.1681424379348755, -0.041868358850479126, 0.139298677444458, -0.08568068593740463, -0.10463765263557434, 0.12518838047981262, -0.05420473590493202, 0.06450239568948746, 0.05861848592758179, 0.13380137085914612, 0.03356451913714409, -0.0277540422976017, -0.05347235128283501, -0.01235043816268444, 0.021296456456184387, 0.234574556350708, 0.08591985702514648, -0.04068796709179878, 0.009627588093280792, 0.03025784343481064, -0.051099732518196106, -0.07166977971792221, -0.031196707859635353, -0.0656217411160469, -0.0030612843111157417, -0.026704218238592148, 0.06547233462333679, 0.019002433866262436, -0.039406441152095795, -0.04240524768829346, -0.09403343498706818, 0.06417465955018997, 0.05227698013186455, 0.015129773877561092, 0.0142802894115448, -0.10233759135007858, 0.1029258668422699, 0.06948299705982208, -0.02871519699692726, -0.16860058903694153, -0.08339338004589081, 0.02888643927872181, -0.06969290971755981, 0.12897680699825287, 0.03345057740807533, 0.010822292417287827, 0.011159325018525124, -0.041952211409807205, 0.006053628865629435, 0.03279360011219978, 0.028142744675278664, -0.036052774637937546, -0.23889169096946716, 0.030965857207775116, -0.04432554543018341, 0.12766997516155243, -0.09872908890247345, -0.03146464750170708, 0.10482180118560791, 0.16588452458381653, 0.015096466057002544, 0.03932224214076996, 0.033197954297065735, 0.0610174685716629, -0.017319979146122932, -0.00027408450841903687, 0.015010631643235683, -0.045491576194763184, -0.0673767626285553, 0.007674809545278549, -0.047481149435043335, -0.19561493396759033, 0.025556087493896484, -0.055126938968896866, -0.09832693636417389, -0.1062072142958641, -0.06883275508880615, -0.025242909789085388, -0.031334467232227325, -0.041633035987615585, 0.1361234188079834, 0.014784316532313824, 0.016362225636839867, -0.09682197868824005, -0.04683731868863106, -0.03464864194393158, -0.0558062382042408, -0.05080000311136246, 0.1667245328426361, -0.02929074689745903, -0.27264922857284546, 0.07797267287969589, 0.052421148866415024, -0.001750461757183075, 0.10240694880485535, 0.007540719583630562, -0.05489734187722206, -0.041633620858192444, 0.10796967893838882, 0.006495756097137928, 0.03549326956272125, -0.09037696570158005, 0.047899581491947174, 0.034040093421936035, 0.006778866983950138, 0.03315388411283493, -0.05668950825929642, 0.050247687846422195, -0.008045041933655739, 0.013014310970902443, 0.0785018727183342, -0.010319787077605724, 0.06044808775186539, 0.0586649514734745, 0.04772910103201866, -0.08527057617902756, 0.02369210496544838, -0.04991113394498825, -0.08915987610816956, 0.18094173073768616, -0.11495235562324524, -0.2423081398010254, -0.03664948418736458, -0.09068261086940765, -0.062180399894714355, -0.03942745923995972, 0.04110264033079147, -0.03381870687007904, -0.0413319393992424, -0.06638466566801071, 0.02190958335995674, 0.008383897133171558, -0.07203549891710281, -0.11161331832408905, 0.08601502329111099, -0.0011372659355401993, -0.026160314679145813, -0.006558281369507313, -0.023336738348007202, 0.012010651640594006, 0.009515530429780483, -0.07492640614509583, 0.009029733017086983, 0.1288721114397049, 0.0689077079296112, -0.01335251796990633, -0.03887168690562248, 0.21462933719158173, -0.0870237946510315, 0.05022897571325302, 0.07242418825626373, -0.07941755652427673, 0.07764313369989395, 0.21535059809684753, 0.008972682990133762, -0.04531867057085037, 0.042785484343767166, 0.04187430441379547, 0.015063920058310032, -0.26111093163490295, -0.06860403716564178, -0.04728534072637558, -0.039791885763406754, -0.0013983892276883125, -0.0009794533252716064, 0.050616178661584854, 0.013702018186450005, -0.04864863306283951, -0.02077394165098667, -0.0015965458005666733, 0.052362121641635895, 0.1415196657180786, 0.009396133944392204, 0.06576618552207947, 0.0008547967299818993, 0.014516429975628853, 0.06431296467781067, 0.030866708606481552, 0.1388547718524933, -0.03159760311245918, 0.11955253779888153, 0.14750777184963226, 0.09468996524810791, 0.0022240979596972466, -0.10319957137107849, -0.04129607975482941, 0.03585045784711838, -0.021482106298208237, -0.06127890571951866, 0.04561273008584976, 0.0984770655632019, 0.058452457189559937, 0.02284049615263939, 0.017095983028411865, -0.018510136753320694, 0.10064682364463806, 0.10130991041660309, 0.09581688046455383, -0.09191405773162842, -0.05314289405941963, 0.036060869693756104, 0.004110313951969147, -0.0802052691578865, -0.01437316183000803, -0.005666929297149181, -0.09365665167570114, 0.10359200835227966, 0.017517704516649246, 0.07480621337890625, -0.038078807294368744, 0.022788245230913162, -0.027588287368416786, 0.12911923229694366, -0.01621648669242859, 0.07235056906938553, -0.244511216878891, 0.1502099335193634, 0.010435694828629494, -0.0009527392685413361, -0.05330879986286163, -0.011843658983707428, 0.011565935797989368, 0.046711862087249756, 0.0915483757853508, 0.0063238865695893764, -0.07205978780984879, 0.016584550961852074, -0.028538737446069717, -0.016867555677890778, 0.11944654583930969, -0.03294716030359268, 0.08305905759334564, 0.044531386345624924, -0.013817466795444489, -0.04376545548439026, 0.06580404192209244, -0.07660019397735596, -0.10042669624090195, 0.09368999302387238, -0.1389148086309433, 0.019969582557678223, -0.034320052713155746, -0.05087721347808838, -0.07526931166648865, 0.1106899231672287, -0.1898769587278366, -0.09398046880960464, -0.054942529648542404, 0.04703846946358681, 0.13794389367103577, -0.07107608020305634, -0.007680129259824753, -0.034389812499284744, 0.11541748046875, -0.007198539562523365, -0.006480361334979534, 0.07398046553134918, -0.07834844291210175, -0.18873471021652222, -0.05003359541296959, 0.11545135080814362, 0.06033256649971008, 0.04916178807616234, 0.013473634608089924, 0.01664436236023903, -0.03273765370249748, -0.04934156313538551, 0.015967125073075294, 0.04534931108355522, 0.016080651432275772, 0.15132665634155273, -0.009991694241762161, -0.11560813337564468, -0.1816251128911972, -0.08093293756246567, 0.030698981136083603, 0.19297805428504944, -0.01778433658182621, 0.1067907065153122, 0.11484444886445999, -0.1167481392621994, -0.14084410667419434, 0.0181671604514122, 0.12273448705673218, 0.01283547468483448, 0.10094603896141052, -0.1154840961098671, 0.06939288228750229, 0.02331286296248436, -0.001188986119814217, 0.05228855088353157, -0.1969197690486908, -0.08067776262760162, 0.06064903736114502, -0.03940414637327194, -0.08939112722873688, -0.11507025361061096, -0.09077507257461548, -0.02698763832449913, -0.04914500564336777, 0.06095080450177193, -0.0018608327955007553, 0.036458615213632584, -0.009898312389850616, 0.039823293685913086, 0.03918253630399704, 0.02341362275183201, 0.1692185252904892, -0.06506006419658661, 0.005110590253025293, -0.07391194999217987, -0.041755035519599915, -0.01191064901649952, -0.024890519678592682, 0.011593579314649105, -0.012120258994400501, 0.018047157675027847, -0.01816890761256218, -0.05677361786365509, -0.08214510977268219, 0.07287269830703735, -0.0864371657371521, -0.0077727437019348145, -0.09958082437515259, 0.0788394957780838, 0.044811349362134933, 0.01668873056769371, 0.0386170968413353, -0.09115041792392731, 0.06484022736549377, 0.16682027280330658, 0.16561812162399292, 0.028716029599308968, -0.10274462401866913, 0.007457759231328964, 0.0007029268890619278, 0.007206795271486044, -0.10614185035228729, 0.0008070375770330429, 0.11701643466949463, 0.009062236174941063, 0.15051481127738953, 0.011352748610079288, -0.19134138524532318, 0.0354912206530571, 0.06660338491201401, -0.010013176128268242, -0.16801035404205322, -0.01214213203638792, 0.11605507135391235, -0.1441856175661087, -0.05316110700368881, 0.11525452136993408, -0.018313992768526077, -0.029186207801103592, 0.01073247566819191, 0.09190983325242996, -0.020743489265441895, 0.02562686800956726, 0.08047015964984894, 0.05548233911395073, -0.05401621758937836, 0.019834354519844055, 0.09395311772823334, -0.015213795006275177, 0.011856484226882458, 0.11644439399242401, -0.04077102988958359, -0.05896621569991112, -0.0265573188662529, 0.057728104293346405, -0.00923791155219078, -0.054492492228746414, -0.054806992411613464, -0.1397099494934082, 0.027206402271986008, 0.16458915174007416, 0.025162361562252045, 0.02021518349647522, 0.060153715312480927, -0.0386066772043705, 0.05386662483215332, 0.11102311313152313, 0.01432451605796814, 0.0552515834569931, -0.010336508974432945, 0.023314660415053368, 0.0058542583137750626, 0.04333992674946785, 0.003290880937129259, -0.027962815016508102, -0.11756965517997742, 0.03629836440086365, -0.22081369161605835, 0.06086292862892151, -0.07501722872257233, -0.0009036985575221479, 0.018606873229146004, -0.058774277567863464, -0.011182041838765144, 0.0510505735874176, -0.06915058195590973, 0.010663937777280807, 0.02493351884186268, 0.11874532699584961, -0.09380041062831879, -0.0012469408102333546, 0.09497882425785065, -0.06511563062667847, 0.06052011996507645, -0.022008195519447327, -0.0629321038722992, 0.053898073732852936, -0.11709432303905487, 0.010019801557064056, -0.03334612771868706, 0.06153348088264465, 0.02739030309021473, -0.17773744463920593, -0.03970994055271149, -0.013133207336068153, -0.0535462349653244, 0.01563526690006256, 0.01796514354646206, -0.07807943224906921, 0.04208230599761009, 0.035982921719551086, -0.05261365696787834, -0.032956141978502274, 0.06144481897354126, 0.02491803653538227, -0.004734611138701439, 0.05464264377951622, -0.02360493503510952, 0.06929804384708405, -0.060157015919685364, -0.0544317290186882, -0.005531916860491037, 0.014321129769086838, 0.007088270504027605, -0.045863617211580276, 0.06773301959037781, 0.007272336632013321, 0.1285581886768341, -0.01390598714351654, 0.06083201244473457, 0.017587443813681602, -0.09211942553520203, 0.007599245756864548, 0.09474527835845947, -0.0027068965137004852, -0.004266390576958656, -0.021503087133169174, -0.04040013253688812, -0.051168933510780334, -0.04356527701020241, 0.07045023143291473, 0.10925038158893585, 0.1710490733385086, 0.1019183099269867, 0.0002868715673685074, 0.060756705701351166, -0.03336695581674576, -0.014495098032057285, 0.09202644973993301, 0.009209368377923965, 0.0358889177441597, -0.039511751383543015, 0.07716391980648041, 0.11138394474983215, -0.0840660035610199, 0.1328776478767395, -0.08056727796792984, -0.08849237859249115, -0.061243124306201935, -0.11673238128423691, -0.07954959571361542, -0.036241672933101654, -0.01317358948290348, -0.1190347969532013, 0.04117940738797188, 0.10012179613113403, 0.04984421283006668, 0.00382999237626791, 0.07076404243707657, 0.03633187711238861, -0.10094691812992096, 0.08994045853614807, -0.014790788292884827, 0.022981997579336166, 0.02576601877808571, 0.015089687891304493, 0.04034142196178436, 0.006749451160430908, -0.03190581500530243, 0.03819189965724945, -0.02727372944355011, -0.06936711072921753, -0.03812763839960098, -0.06100393086671829, 0.05365576595067978, -0.025220463052392006, -0.03775496035814285, 0.14382319152355194, 0.03134448826313019, -0.01203139964491129, 0.027038004249334335, 0.14715242385864258, 0.011888985522091389, -0.16497677564620972, -0.13063427805900574, 0.2074265331029892, -0.021693529561161995, 0.042394090443849564, -0.0016532372683286667, -0.09904371201992035, 0.05505159869790077, 0.08511291444301605, 0.029844623059034348, -0.05114574730396271, 0.004625122062861919, 0.055467426776885986, 0.009494518861174583, -0.0012198085896670818, -0.012696091085672379, 0.007224252447485924, 0.24216966331005096, -0.04337477311491966, 0.07279060035943985, -0.020509442314505577, -0.04342425614595413, -0.06176736578345299, -0.006318595260381699, 0.026816871017217636, 0.006460368167608976, -0.0796719640493393, 0.13173982501029968, -0.16150538623332977, -0.1721133291721344, 0.07776285707950592, -0.15561963617801666, -0.14241917431354523, -0.07797719538211823, 0.05961756408214569, 0.047070521861314774, 0.03671031445264816, 0.010338259860873222, -0.07009799778461456, 0.07600526511669159, 0.014393696561455727, 0.022966129705309868, -0.051089875400066376, 0.09049630165100098, -0.08426841348409653, 0.08064315468072891, -0.0065495166927576065, 0.1861019879579544, 0.12117607891559601, 0.01911787874996662, -0.07169687747955322, 0.0083733219653368, 0.07782961428165436, -0.034178994596004486, 0.06840726733207703, 0.10991780459880829, 0.026467779651284218, 0.05530458316206932, 0.1166052520275116, -0.02621372602880001, 0.04915855824947357, 0.09567050635814667, -0.05110178515315056, -0.07736848294734955, 0.051959335803985596, -0.12233900278806686, 0.08971472084522247, 0.1680511236190796, -0.0547780767083168, -0.020006384700536728, -0.05450936779379845, 0.038862552493810654, 0.014545475132763386, 0.11625673621892929, -0.04878324270248413, -0.13862867653369904, 0.058125149458646774, 0.1343477964401245, 0.06873375922441483, -0.1501709520816803, -0.07027684152126312, 0.06186611205339432, 0.03056439757347107, 0.0181589275598526, 0.09023763984441757, 0.10358722507953644, 0.01801213249564171, -0.05440719053149223, -0.05465177074074745, -0.022813787683844566, 0.12512022256851196, -0.03721567988395691, -0.020652657374739647 ]
81c6507a5cead40db13e77610fdcdf5c0f6261e4
# Dataset Card for AMI Corpus ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Dataset Preprocessing](#dataset-preprocessing) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) <div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400"> <p><b>Deprecated:</b> This legacy dataset is outdated. Please, use <a href="https://huggingface.co/datasets/edinburghcstr/ami"> edinburghcstr/ami </a> instead.</p> </div> ## Dataset Description - **Homepage:** [AMI corpus](https://groups.inf.ed.ac.uk/ami/corpus/) - **Repository:** [Needs More Information] - **Paper:** [Needs More Information] - **Leaderboard:** [Needs More Information] - **Point of Contact:** [Needs More Information] ### Dataset Summary The AMI Meeting Corpus consists of 100 hours of meeting recordings. The recordings use a range of signals synchronized to a common timeline. These include close-talking and far-field microphones, individual and room-view video cameras, and output from a slide projector and an electronic whiteboard. During the meetings, the participants also have unsynchronized pens available to them that record what is written. The meetings were recorded in English using three different rooms with different acoustic properties, and include mostly non-native speakers. ### Dataset Preprocessing Individual samples of the AMI dataset contain very large audio files (between 10 and 60 minutes). Such lengths are unfeasible for most speech recognition models. In the following, we show how the dataset can effectively be chunked into multiple segments as defined by the dataset creators. The following function cuts the long audio files into the defined segment lengths: ```python import librosa import math from datasets import load_dataset SAMPLE_RATE = 16_000 def chunk_audio(batch): new_batch = { "audio": [], "words": [], "speaker": [], "lengths": [], "word_start_times": [], "segment_start_times": [], } audio, _ = librosa.load(batch["file"][0], sr=SAMPLE_RATE) word_idx = 0 num_words = len(batch["words"][0]) for segment_idx in range(len(batch["segment_start_times"][0])): words = [] word_start_times = [] start_time = batch["segment_start_times"][0][segment_idx] end_time = batch["segment_end_times"][0][segment_idx] # go back and forth with word_idx since segments overlap with each other while (word_idx > 1) and (start_time < batch["word_end_times"][0][word_idx - 1]): word_idx -= 1 while word_idx < num_words and (start_time > batch["word_start_times"][0][word_idx]): word_idx += 1 new_batch["audio"].append(audio[int(start_time * SAMPLE_RATE): int(end_time * SAMPLE_RATE)]) while word_idx < num_words and batch["word_start_times"][0][word_idx] < end_time: words.append(batch["words"][0][word_idx]) word_start_times.append(batch["word_start_times"][0][word_idx]) word_idx += 1 new_batch["lengths"].append(end_time - start_time) new_batch["words"].append(words) new_batch["speaker"].append(batch["segment_speakers"][0][segment_idx]) new_batch["word_start_times"].append(word_start_times) new_batch["segment_start_times"].append(batch["segment_start_times"][0][segment_idx]) return new_batch ami = load_dataset("ami", "headset-single") ami = ami.map(chunk_audio, batched=True, batch_size=1, remove_columns=ami["train"].column_names) ``` The segmented audio files can still be as long as a minute. To further chunk the data into shorter audio chunks, you can use the following script. ```python MAX_LENGTH_IN_SECONDS = 20.0 def chunk_into_max_n_seconds(batch): new_batch = { "audio": [], "text": [], } sample_length = batch["lengths"][0] segment_start = batch["segment_start_times"][0] if sample_length > MAX_LENGTH_IN_SECONDS: num_chunks_per_sample = math.ceil(sample_length / MAX_LENGTH_IN_SECONDS) avg_chunk_length = sample_length / num_chunks_per_sample num_words = len(batch["words"][0]) # start chunking by times start_word_idx = end_word_idx = 0 chunk_start_time = 0 for n in range(num_chunks_per_sample): while (end_word_idx < num_words - 1) and (batch["word_start_times"][0][end_word_idx] < segment_start + (n + 1) * avg_chunk_length): end_word_idx += 1 chunk_end_time = int((batch["word_start_times"][0][end_word_idx] - segment_start) * SAMPLE_RATE) new_batch["audio"].append(batch["audio"][0][chunk_start_time: chunk_end_time]) new_batch["text"].append(" ".join(batch["words"][0][start_word_idx: end_word_idx])) chunk_start_time = chunk_end_time start_word_idx = end_word_idx else: new_batch["audio"].append(batch["audio"][0]) new_batch["text"].append(" ".join(batch["words"][0])) return new_batch ami = ami.map(chunk_into_max_n_seconds, batched=True, batch_size=1, remove_columns=ami["train"].column_names, num_proc=64) ``` A segmented and chunked dataset of the config `"headset-single"`can be found [here](https://huggingface.co/datasets/ami-wav2vec2/ami_single_headset_segmented_and_chunked). ### Supported Tasks and Leaderboards - `automatic-speech-recognition`: The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER). The task does not have an active leaderboard at the moment. - `speaker-diarization`: The dataset can be used to train model for Speaker Diarization (SD). The model is presented with an audio file and asked to predict which speaker spoke at what time. ### Languages The audio is in English. ## Dataset Structure ### Data Instances A typical data point comprises the path to the audio file (or files in the case of the multi-headset or multi-microphone dataset), called `file` and its transcription as a list of words, called `words`. Additional information about the `speakers`, the `word_start_time`, `word_end_time`, `segment_start_time`, `segment_end_time` is given. In addition and its transcription, called `text`. Some additional information about the speaker and the passage which contains the transcription is provided. ``` {'word_ids': ["ES2004a.D.words1", "ES2004a.D.words2", ...], 'word_start_times': [0.3700000047683716, 0.949999988079071, ...], 'word_end_times': [0.949999988079071, 1.5299999713897705, ...], 'word_speakers': ['A', 'A', ...], 'segment_ids': ["ES2004a.sync.1", "ES2004a.sync.2", ...] 'segment_start_times': [10.944000244140625, 17.618999481201172, ...], 'segment_end_times': [17.618999481201172, 18.722000122070312, ...], 'segment_speakers': ['A', 'B', ...], 'words', ["hmm", "hmm", ...] 'channels': [0, 0, ..], 'file': "/.cache/huggingface/datasets/downloads/af7e748544004557b35eef8b0522d4fb2c71e004b82ba8b7343913a15def465f" 'audio': {'path': "/.cache/huggingface/datasets/downloads/af7e748544004557b35eef8b0522d4fb2c71e004b82ba8b7343913a15def465f", 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32), 'sampling_rate': 16000}, } ``` ### Data Fields - word_ids: a list of the ids of the words - word_start_times: a list of the start times of when the words were spoken in seconds - word_end_times: a list of the end times of when the words were spoken in seconds - word_speakers: a list of speakers one for each word - segment_ids: a list of the ids of the segments - segment_start_times: a list of the start times of when the segments start - segment_end_times: a list of the start times of when the segments ends - segment_speakers: a list of speakers one for each segment - words: a list of all the spoken words - channels: a list of all channels that were used for each word - file: a path to the audio file - audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: `dataset[0]["audio"]` the audio file is automatically decoded and resampled to `dataset.features["audio"].sampling_rate`. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the `"audio"` column, *i.e.* `dataset[0]["audio"]` should **always** be preferred over `dataset["audio"][0]`. ### Data Splits The dataset consists of several configurations, each one having train/validation/test splits: - headset-single: Close talking audio of single headset. This configuration only includes audio belonging to the headset of the person currently speaking. - headset-multi (4 channels): Close talking audio of four individual headset. This configuration includes audio belonging to four individual headsets. For each annotation there are 4 audio files 0, 1, 2, 3. - microphone-single: Far field audio of single microphone. This configuration only includes audio belonging the first microphone, *i.e.* 1-1, of the microphone array. - microphone-multi (8 channels): Far field audio of microphone array. This configuration includes audio of the first microphone array 1-1, 1-2, ..., 1-8. In general, `headset-single` and `headset-multi` include significantly less noise than `microphone-single` and `microphone-multi`. | | Train | Valid | Test | | ----- | ------ | ----- | ---- | | headset-single | 136 (80h) | 18 (9h) | 16 (9h) | | headset-multi (4 channels) | 136 (320h) | 18 (36h) | 16 (36h) | | microphone-single | 136 (80h) | 18 (9h) | 16 (9h) | | microphone-multi (8 channels) | 136 (640h) | 18 (72h) | 16 (72h) | Note that each sample contains between 10 and 60 minutes of audio data which makes it impractical for direct transcription. One should make use of the segment and word start times and end times to chunk the samples into smaller samples of manageable size. ## Dataset Creation All information about the dataset creation can be found [here](https://groups.inf.ed.ac.uk/ami/corpus/overview.shtml) ### Curation Rationale [Needs More Information] ### Source Data #### Initial Data Collection and Normalization [Needs More Information] #### Who are the source language producers? [Needs More Information] ### Annotations #### Annotation process [Needs More Information] #### Who are the annotators? [Needs More Information] ### Personal and Sensitive Information The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset. ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators [Needs More Information] ### Licensing Information CC BY 4.0 ### Citation Information #### TODO ### Contributions Thanks to [@cahya-wirawan](https://github.com/cahya-wirawan) and [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset. #### TODO
ami
[ "task_categories:automatic-speech-recognition", "annotations_creators:expert-generated", "language_creators:crowdsourced", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced", "expert-generated"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["automatic-speech-recognition"], "task_ids": [], "pretty_name": "AMI Corpus", "dataset_info": [{"config_name": "microphone-single", "features": [{"name": "word_ids", "sequence": "string"}, {"name": "word_start_times", "sequence": "float32"}, {"name": "word_end_times", "sequence": "float32"}, {"name": "word_speakers", "sequence": "string"}, {"name": "segment_ids", "sequence": "string"}, {"name": "segment_start_times", "sequence": "float32"}, {"name": "segment_end_times", "sequence": "float32"}, {"name": "segment_speakers", "sequence": "string"}, {"name": "words", "sequence": "string"}, {"name": "channels", "sequence": "string"}, {"name": "file", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}], "splits": [{"name": "train", "num_bytes": 42013753, "num_examples": 134}, {"name": "validation", "num_bytes": 5110497, "num_examples": 18}, {"name": "test", "num_bytes": 4821283, "num_examples": 16}], "download_size": 11387715153, "dataset_size": 51945533}, {"config_name": "microphone-multi", "features": [{"name": "word_ids", "sequence": "string"}, {"name": "word_start_times", "sequence": "float32"}, {"name": "word_end_times", "sequence": "float32"}, {"name": "word_speakers", "sequence": "string"}, {"name": "segment_ids", "sequence": "string"}, {"name": "segment_start_times", "sequence": "float32"}, {"name": "segment_end_times", "sequence": "float32"}, {"name": "segment_speakers", "sequence": "string"}, {"name": "words", "sequence": "string"}, {"name": "channels", "sequence": "string"}, {"name": "file-1-1", "dtype": "string"}, {"name": "file-1-2", "dtype": "string"}, {"name": "file-1-3", "dtype": "string"}, {"name": "file-1-4", "dtype": "string"}, {"name": "file-1-5", "dtype": "string"}, {"name": "file-1-6", "dtype": "string"}, {"name": "file-1-7", "dtype": "string"}, {"name": "file-1-8", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 42126341, "num_examples": 134}, {"name": "validation", "num_bytes": 5125645, "num_examples": 18}, {"name": "test", "num_bytes": 4834751, "num_examples": 16}], "download_size": 90941506169, "dataset_size": 52086737}, {"config_name": "headset-single", "features": [{"name": "word_ids", "sequence": "string"}, {"name": "word_start_times", "sequence": "float32"}, {"name": "word_end_times", "sequence": "float32"}, {"name": "word_speakers", "sequence": "string"}, {"name": "segment_ids", "sequence": "string"}, {"name": "segment_start_times", "sequence": "float32"}, {"name": "segment_end_times", "sequence": "float32"}, {"name": "segment_speakers", "sequence": "string"}, {"name": "words", "sequence": "string"}, {"name": "channels", "sequence": "string"}, {"name": "file", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}], "splits": [{"name": "train", "num_bytes": 42491091, "num_examples": 136}, {"name": "validation", "num_bytes": 5110497, "num_examples": 18}, {"name": "test", "num_bytes": 4821283, "num_examples": 16}], "download_size": 11505070978, "dataset_size": 52422871}, {"config_name": "headset-multi", "features": [{"name": "word_ids", "sequence": "string"}, {"name": "word_start_times", "sequence": "float32"}, {"name": "word_end_times", "sequence": "float32"}, {"name": "word_speakers", "sequence": "string"}, {"name": "segment_ids", "sequence": "string"}, {"name": "segment_start_times", "sequence": "float32"}, {"name": "segment_end_times", "sequence": "float32"}, {"name": "segment_speakers", "sequence": "string"}, {"name": "words", "sequence": "string"}, {"name": "channels", "sequence": "string"}, {"name": "file-0", "dtype": "string"}, {"name": "file-1", "dtype": "string"}, {"name": "file-2", "dtype": "string"}, {"name": "file-3", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 42540063, "num_examples": 136}, {"name": "validation", "num_bytes": 5116989, "num_examples": 18}, {"name": "test", "num_bytes": 4827055, "num_examples": 16}], "download_size": 45951596391, "dataset_size": 52484107}]}
2024-01-18T11:01:45+00:00
[]
[ "en" ]
TAGS #task_categories-automatic-speech-recognition #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #region-us
Dataset Card for AMI Corpus =========================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Dataset Preprocessing + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions **Deprecated:** This legacy dataset is outdated. Please, use <a href="URL edinburghcstr/ami </a> instead. Dataset Description ------------------- * Homepage: AMI corpus * Repository: * Paper: * Leaderboard: * Point of Contact: ### Dataset Summary The AMI Meeting Corpus consists of 100 hours of meeting recordings. The recordings use a range of signals synchronized to a common timeline. These include close-talking and far-field microphones, individual and room-view video cameras, and output from a slide projector and an electronic whiteboard. During the meetings, the participants also have unsynchronized pens available to them that record what is written. The meetings were recorded in English using three different rooms with different acoustic properties, and include mostly non-native speakers. ### Dataset Preprocessing Individual samples of the AMI dataset contain very large audio files (between 10 and 60 minutes). Such lengths are unfeasible for most speech recognition models. In the following, we show how the dataset can effectively be chunked into multiple segments as defined by the dataset creators. The following function cuts the long audio files into the defined segment lengths: The segmented audio files can still be as long as a minute. To further chunk the data into shorter audio chunks, you can use the following script. A segmented and chunked dataset of the config '"headset-single"'can be found here. ### Supported Tasks and Leaderboards * 'automatic-speech-recognition': The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER). The task does not have an active leaderboard at the moment. * 'speaker-diarization': The dataset can be used to train model for Speaker Diarization (SD). The model is presented with an audio file and asked to predict which speaker spoke at what time. ### Languages The audio is in English. Dataset Structure ----------------- ### Data Instances A typical data point comprises the path to the audio file (or files in the case of the multi-headset or multi-microphone dataset), called 'file' and its transcription as a list of words, called 'words'. Additional information about the 'speakers', the 'word\_start\_time', 'word\_end\_time', 'segment\_start\_time', 'segment\_end\_time' is given. In addition and its transcription, called 'text'. Some additional information about the speaker and the passage which contains the transcription is provided. ### Data Fields * word\_ids: a list of the ids of the words * word\_start\_times: a list of the start times of when the words were spoken in seconds * word\_end\_times: a list of the end times of when the words were spoken in seconds * word\_speakers: a list of speakers one for each word * segment\_ids: a list of the ids of the segments * segment\_start\_times: a list of the start times of when the segments start * segment\_end\_times: a list of the start times of when the segments ends * segment\_speakers: a list of speakers one for each segment * words: a list of all the spoken words * channels: a list of all channels that were used for each word * file: a path to the audio file * audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: 'dataset[0]["audio"]' the audio file is automatically decoded and resampled to 'dataset.features["audio"].sampling\_rate'. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the '"audio"' column, *i.e.* 'dataset[0]["audio"]' should always be preferred over 'dataset["audio"][0]'. ### Data Splits The dataset consists of several configurations, each one having train/validation/test splits: * headset-single: Close talking audio of single headset. This configuration only includes audio belonging to the headset of the person currently speaking. * headset-multi (4 channels): Close talking audio of four individual headset. This configuration includes audio belonging to four individual headsets. For each annotation there are 4 audio files 0, 1, 2, 3. * microphone-single: Far field audio of single microphone. This configuration only includes audio belonging the first microphone, *i.e.* 1-1, of the microphone array. * microphone-multi (8 channels): Far field audio of microphone array. This configuration includes audio of the first microphone array 1-1, 1-2, ..., 1-8. In general, 'headset-single' and 'headset-multi' include significantly less noise than 'microphone-single' and 'microphone-multi'. Note that each sample contains between 10 and 60 minutes of audio data which makes it impractical for direct transcription. One should make use of the segment and word start times and end times to chunk the samples into smaller samples of manageable size. Dataset Creation ---------------- All information about the dataset creation can be found here ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information CC BY 4.0 #### TODO ### Contributions Thanks to @cahya-wirawan and @patrickvonplaten for adding this dataset. #### TODO
[ "### Dataset Summary\n\n\nThe AMI Meeting Corpus consists of 100 hours of meeting recordings. The recordings use a range of signals\nsynchronized to a common timeline. These include close-talking and far-field microphones, individual and\nroom-view video cameras, and output from a slide projector and an electronic whiteboard. During the meetings,\nthe participants also have unsynchronized pens available to them that record what is written. The meetings\nwere recorded in English using three different rooms with different acoustic properties, and include mostly\nnon-native speakers.", "### Dataset Preprocessing\n\n\nIndividual samples of the AMI dataset contain very large audio files (between 10 and 60 minutes).\nSuch lengths are unfeasible for most speech recognition models. In the following, we show how the\ndataset can effectively be chunked into multiple segments as defined by the dataset creators.\n\n\nThe following function cuts the long audio files into the defined segment lengths:\n\n\nThe segmented audio files can still be as long as a minute. To further chunk the data into shorter\naudio chunks, you can use the following script.\n\n\nA segmented and chunked dataset of the config '\"headset-single\"'can be found here.", "### Supported Tasks and Leaderboards\n\n\n* 'automatic-speech-recognition': The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER). The task does not have an active leaderboard at the moment.\n* 'speaker-diarization': The dataset can be used to train model for Speaker Diarization (SD). The model is presented with an audio file and asked to predict which speaker spoke at what time.", "### Languages\n\n\nThe audio is in English.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises the path to the audio file (or files in the case of\nthe multi-headset or multi-microphone dataset), called 'file' and its transcription as\na list of words, called 'words'. Additional information about the 'speakers', the 'word\\_start\\_time', 'word\\_end\\_time', 'segment\\_start\\_time', 'segment\\_end\\_time' is given.\nIn addition\n\n\nand its transcription, called 'text'. Some additional information about the speaker and the passage which contains the transcription is provided.", "### Data Fields\n\n\n* word\\_ids: a list of the ids of the words\n* word\\_start\\_times: a list of the start times of when the words were spoken in seconds\n* word\\_end\\_times: a list of the end times of when the words were spoken in seconds\n* word\\_speakers: a list of speakers one for each word\n* segment\\_ids: a list of the ids of the segments\n* segment\\_start\\_times: a list of the start times of when the segments start\n* segment\\_end\\_times: a list of the start times of when the segments ends\n* segment\\_speakers: a list of speakers one for each segment\n* words: a list of all the spoken words\n* channels: a list of all channels that were used for each word\n* file: a path to the audio file\n* audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: 'dataset[0][\"audio\"]' the audio file is automatically decoded and resampled to 'dataset.features[\"audio\"].sampling\\_rate'. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the '\"audio\"' column, *i.e.* 'dataset[0][\"audio\"]' should always be preferred over 'dataset[\"audio\"][0]'.", "### Data Splits\n\n\nThe dataset consists of several configurations, each one having train/validation/test splits:\n\n\n* headset-single: Close talking audio of single headset. This configuration only includes audio belonging to the headset of the person currently speaking.\n* headset-multi (4 channels): Close talking audio of four individual headset. This configuration includes audio belonging to four individual headsets. For each annotation there are 4 audio files 0, 1, 2, 3.\n* microphone-single: Far field audio of single microphone. This configuration only includes audio belonging the first microphone, *i.e.* 1-1, of the microphone array.\n* microphone-multi (8 channels): Far field audio of microphone array. This configuration includes audio of the first microphone array 1-1, 1-2, ..., 1-8.\n\n\nIn general, 'headset-single' and 'headset-multi' include significantly less noise than\n'microphone-single' and 'microphone-multi'.\n\n\n\nNote that each sample contains between 10 and 60 minutes of audio data which makes it\nimpractical for direct transcription. One should make use of the segment and word start times and end times to chunk the samples into smaller samples of manageable size.\n\n\nDataset Creation\n----------------\n\n\nAll information about the dataset creation can be found\nhere", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nThe dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nCC BY 4.0", "#### TODO", "### Contributions\n\n\nThanks to @cahya-wirawan and @patrickvonplaten for adding this dataset.", "#### TODO" ]
[ "TAGS\n#task_categories-automatic-speech-recognition #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #region-us \n", "### Dataset Summary\n\n\nThe AMI Meeting Corpus consists of 100 hours of meeting recordings. The recordings use a range of signals\nsynchronized to a common timeline. These include close-talking and far-field microphones, individual and\nroom-view video cameras, and output from a slide projector and an electronic whiteboard. During the meetings,\nthe participants also have unsynchronized pens available to them that record what is written. The meetings\nwere recorded in English using three different rooms with different acoustic properties, and include mostly\nnon-native speakers.", "### Dataset Preprocessing\n\n\nIndividual samples of the AMI dataset contain very large audio files (between 10 and 60 minutes).\nSuch lengths are unfeasible for most speech recognition models. In the following, we show how the\ndataset can effectively be chunked into multiple segments as defined by the dataset creators.\n\n\nThe following function cuts the long audio files into the defined segment lengths:\n\n\nThe segmented audio files can still be as long as a minute. To further chunk the data into shorter\naudio chunks, you can use the following script.\n\n\nA segmented and chunked dataset of the config '\"headset-single\"'can be found here.", "### Supported Tasks and Leaderboards\n\n\n* 'automatic-speech-recognition': The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER). The task does not have an active leaderboard at the moment.\n* 'speaker-diarization': The dataset can be used to train model for Speaker Diarization (SD). The model is presented with an audio file and asked to predict which speaker spoke at what time.", "### Languages\n\n\nThe audio is in English.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises the path to the audio file (or files in the case of\nthe multi-headset or multi-microphone dataset), called 'file' and its transcription as\na list of words, called 'words'. Additional information about the 'speakers', the 'word\\_start\\_time', 'word\\_end\\_time', 'segment\\_start\\_time', 'segment\\_end\\_time' is given.\nIn addition\n\n\nand its transcription, called 'text'. Some additional information about the speaker and the passage which contains the transcription is provided.", "### Data Fields\n\n\n* word\\_ids: a list of the ids of the words\n* word\\_start\\_times: a list of the start times of when the words were spoken in seconds\n* word\\_end\\_times: a list of the end times of when the words were spoken in seconds\n* word\\_speakers: a list of speakers one for each word\n* segment\\_ids: a list of the ids of the segments\n* segment\\_start\\_times: a list of the start times of when the segments start\n* segment\\_end\\_times: a list of the start times of when the segments ends\n* segment\\_speakers: a list of speakers one for each segment\n* words: a list of all the spoken words\n* channels: a list of all channels that were used for each word\n* file: a path to the audio file\n* audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: 'dataset[0][\"audio\"]' the audio file is automatically decoded and resampled to 'dataset.features[\"audio\"].sampling\\_rate'. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the '\"audio\"' column, *i.e.* 'dataset[0][\"audio\"]' should always be preferred over 'dataset[\"audio\"][0]'.", "### Data Splits\n\n\nThe dataset consists of several configurations, each one having train/validation/test splits:\n\n\n* headset-single: Close talking audio of single headset. This configuration only includes audio belonging to the headset of the person currently speaking.\n* headset-multi (4 channels): Close talking audio of four individual headset. This configuration includes audio belonging to four individual headsets. For each annotation there are 4 audio files 0, 1, 2, 3.\n* microphone-single: Far field audio of single microphone. This configuration only includes audio belonging the first microphone, *i.e.* 1-1, of the microphone array.\n* microphone-multi (8 channels): Far field audio of microphone array. This configuration includes audio of the first microphone array 1-1, 1-2, ..., 1-8.\n\n\nIn general, 'headset-single' and 'headset-multi' include significantly less noise than\n'microphone-single' and 'microphone-multi'.\n\n\n\nNote that each sample contains between 10 and 60 minutes of audio data which makes it\nimpractical for direct transcription. One should make use of the segment and word start times and end times to chunk the samples into smaller samples of manageable size.\n\n\nDataset Creation\n----------------\n\n\nAll information about the dataset creation can be found\nhere", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nThe dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nCC BY 4.0", "#### TODO", "### Contributions\n\n\nThanks to @cahya-wirawan and @patrickvonplaten for adding this dataset.", "#### TODO" ]
[ 98, 126, 150, 140, 17, 145, 370, 296, 7, 4, 10, 10, 5, 5, 9, 50, 7, 8, 14, 6, 9, 4, 26, 4 ]
[ "passage: TAGS\n#task_categories-automatic-speech-recognition #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #region-us \n### Dataset Summary\n\n\nThe AMI Meeting Corpus consists of 100 hours of meeting recordings. The recordings use a range of signals\nsynchronized to a common timeline. These include close-talking and far-field microphones, individual and\nroom-view video cameras, and output from a slide projector and an electronic whiteboard. During the meetings,\nthe participants also have unsynchronized pens available to them that record what is written. The meetings\nwere recorded in English using three different rooms with different acoustic properties, and include mostly\nnon-native speakers.### Dataset Preprocessing\n\n\nIndividual samples of the AMI dataset contain very large audio files (between 10 and 60 minutes).\nSuch lengths are unfeasible for most speech recognition models. In the following, we show how the\ndataset can effectively be chunked into multiple segments as defined by the dataset creators.\n\n\nThe following function cuts the long audio files into the defined segment lengths:\n\n\nThe segmented audio files can still be as long as a minute. To further chunk the data into shorter\naudio chunks, you can use the following script.\n\n\nA segmented and chunked dataset of the config '\"headset-single\"'can be found here.", "passage: ### Supported Tasks and Leaderboards\n\n\n* 'automatic-speech-recognition': The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER). The task does not have an active leaderboard at the moment.\n* 'speaker-diarization': The dataset can be used to train model for Speaker Diarization (SD). The model is presented with an audio file and asked to predict which speaker spoke at what time.### Languages\n\n\nThe audio is in English.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA typical data point comprises the path to the audio file (or files in the case of\nthe multi-headset or multi-microphone dataset), called 'file' and its transcription as\na list of words, called 'words'. Additional information about the 'speakers', the 'word\\_start\\_time', 'word\\_end\\_time', 'segment\\_start\\_time', 'segment\\_end\\_time' is given.\nIn addition\n\n\nand its transcription, called 'text'. Some additional information about the speaker and the passage which contains the transcription is provided." ]
[ -0.10184812545776367, 0.08963412046432495, -0.0005264884093776345, -0.007657058537006378, 0.0613209530711174, -0.04000253602862358, 0.0847100168466568, 0.04641661047935486, -0.06822769343852997, 0.11843758821487427, -0.028823181986808777, -0.05070421099662781, 0.018168725073337555, 0.07882113754749298, 0.0483429953455925, -0.2383924424648285, 0.033650223165750504, -0.06785896420478821, 0.08478376269340515, 0.05539952218532562, 0.08540688455104828, -0.08169590681791306, 0.004671868868172169, -0.04760508984327316, -0.07268267124891281, -0.02147839590907097, 0.004532169550657272, -0.07067501544952393, 0.08754464983940125, 0.08323892951011658, 0.0222519189119339, -0.013706160709261894, 0.01796058565378189, -0.16571944952011108, 0.014182738959789276, 0.07979120314121246, 0.09783935546875, 0.006823742762207985, 0.004942006431519985, 0.043511033058166504, 0.07130412757396698, 0.0040238890796899796, -0.0013877488672733307, 0.07020119577646255, -0.0691695585846901, -0.1367303729057312, -0.0437326543033123, -0.04853932932019234, 0.04841504245996475, 0.0979968011379242, -0.0490921214222908, 0.032198671251535416, 0.008026368916034698, 0.06562891602516174, 0.06072598695755005, -0.05044031888246536, 0.009277015924453735, -0.08214893937110901, 0.0678105354309082, 0.17796315252780914, -0.06110844388604164, -0.0013920986093580723, 0.02294907346367836, 0.004129350185394287, -0.018386758863925934, -0.04274657368659973, -0.11725721508264542, -0.09913887083530426, -0.12346260249614716, -0.0362250916659832, 0.2498864233493805, -0.013572007417678833, -0.07247092574834824, -0.1529405117034912, 0.0009300382807850838, 0.00932659674435854, -0.02772277221083641, 0.04882320389151573, -0.029440863057971, -0.005961788818240166, 0.018171656876802444, -0.05795890837907791, -0.10354508459568024, -0.04755213484168053, -0.05459027364850044, 0.09124384820461273, 0.0027659437619149685, 0.024910634383559227, -0.07322566211223602, 0.01755591109395027, -0.11873018741607666, -0.07245758175849915, -0.02626321092247963, -0.02130730077624321, -0.08388267457485199, -0.0033186012879014015, -0.02063053846359253, -0.087866872549057, 0.022019904106855392, 0.025807444006204605, -0.05264651030302048, 0.0017325347289443016, -0.1082017719745636, 0.045429348945617676, 0.12412065267562866, 0.07926706969738007, 0.051535338163375854, -0.05519876629114151, 0.0010557237546890974, 0.012364285066723824, 0.023071739822626114, -0.058696359395980835, -0.032531168311834335, 0.06450493633747101, 0.0014918670058250427, 0.03492724150419235, 0.05637476220726967, 0.000933406874537468, -0.007811326999217272, -0.013058312237262726, 0.07075381278991699, -0.15886148810386658, 0.006271996535360813, 0.049141623079776764, 0.029640160501003265, 0.031632523983716965, 0.0006683133542537689, -0.007226826623082161, -0.10048322379589081, -0.007321218494325876, 0.0019521741196513176, -0.03790801763534546, -0.10303017497062683, -0.10069592297077179, 0.03913593292236328, -0.030710238963365555, -0.03390340507030487, -0.06534330546855927, -0.01666633039712906, -0.06449903547763824, -0.007639992982149124, -0.027973197400569916, -0.04583185911178589, -0.02655547857284546, 0.05603187158703804, 0.007123151794075966, -0.06558157503604889, 0.015162024646997452, -0.03232840448617935, 0.047904886305332184, 0.008048978634178638, 0.07686349749565125, -0.009935975074768066, 0.10753389447927475, -0.0801459401845932, 0.011683285236358643, -0.11577101051807404, 0.14364416897296906, -0.08931589871644974, -0.05309348180890083, -0.07458367198705673, -0.0009692893945612013, -0.07100917398929596, 0.09101085364818573, -0.025140833109617233, 0.0354451984167099, -0.20654354989528656, -0.08651132136583328, 0.11883845925331116, -0.15447840094566345, -0.013787439092993736, 0.1354939192533493, 0.01711238920688629, 0.10993072390556335, 0.10339497774839401, 0.19667670130729675, 0.10901309549808502, -0.08364767581224442, -0.038227081298828125, -0.009894279763102531, 0.03433911129832268, 0.10324735939502716, 0.05659712105989456, -0.08284483104944229, 0.11510507017374039, -0.010664539411664009, 0.07310642302036285, 0.01091611199080944, 0.020026706159114838, -0.020840894430875778, 0.03131648898124695, -0.02167498879134655, -0.029177023097872734, 0.0015427656471729279, -0.028881242498755455, -0.0006868178024888039, -0.04625687003135681, 0.05784768611192703, 0.037468165159225464, -0.10452795028686523, 0.07014493644237518, -0.02763623744249344, 0.01028335839509964, -0.059975653886795044, 0.00011053867638111115, -0.21044012904167175, 0.013211604207754135, 0.03769688308238983, -0.043029285967350006, 0.12914325296878815, 0.07496859133243561, -0.0362434983253479, 0.04363396763801575, 0.02679675817489624, 0.06410880386829376, 0.04602508619427681, 0.010701694525778294, -0.0164058655500412, -0.10338098555803299, 0.029488468542695045, -0.09264406561851501, -0.03197142109274864, -0.047198936343193054, -0.018860256299376488, 0.041926059871912, -0.005047281738370657, 0.03759925439953804, -0.06922747939825058, 0.060592420399188995, 0.07888568937778473, -0.010012987069785595, -0.003764180466532707, 0.00396402133628726, 0.020631544291973114, 0.01200111210346222, 0.13920779526233673, -0.27727973461151123, -0.1314285397529602, 0.06912849098443985, 0.050645023584365845, -0.02879115380346775, 0.00002206023782491684, -0.009667584672570229, -0.051655419170856476, -0.10031464695930481, -0.08603962510824203, 0.25118136405944824, 0.020268654450774193, 0.09228157997131348, -0.05163811147212982, 0.00509756850078702, 0.023562725633382797, -0.034944355487823486, -0.02477608621120453, 0.03895869851112366, 0.027378112077713013, -0.05154005438089371, 0.06387069076299667, -0.009850475937128067, 0.017686663195490837, 0.2805781960487366, -0.056129612028598785, -0.16153711080551147, 0.044056981801986694, -0.059305571019649506, -0.01858740672469139, 0.0822080448269844, -0.11186924576759338, -0.03808671236038208, 0.044794563204050064, 0.08351043611764908, 0.028579488396644592, -0.07407119870185852, 0.08922846615314484, 0.05937759950757027, -0.04948528856039047, -0.10934092104434967, -0.019659975543618202, -0.034446295350790024, 0.04645448550581932, -0.008002317510545254, 0.018129859119653702, -0.024895386770367622, -0.06062205135822296, -0.1434764862060547, 0.06599937379360199, -0.10667921602725983, -0.2382620871067047, -0.17338600754737854, -0.10287725925445557, 0.03970223292708397, 0.03390130028128624, 0.08809873461723328, -0.01960870251059532, -0.045989878475666046, -0.07817809283733368, 0.1747070848941803, -0.014512680470943451, -0.06010633707046509, 0.03935805335640907, -0.011666951701045036, -0.010492200031876564, -0.09630849957466125, 0.04303950071334839, 0.023357588797807693, 0.02200627699494362, -0.03157680109143257, 0.02035430446267128, 0.0556720606982708, 0.15877065062522888, 0.07173238694667816, -0.04866146296262741, -0.05125143378973007, 0.16303002834320068, -0.13554248213768005, 0.0684192031621933, 0.1734561324119568, -0.10304555296897888, 0.010358884930610657, 0.1283511519432068, 0.02522178739309311, -0.015047803521156311, 0.02333163470029831, 0.00542105920612812, -0.07821469008922577, -0.1582203507423401, -0.11417001485824585, -0.08953888714313507, 0.02811826765537262, 0.03484691306948662, 0.0010409653186798096, 0.0158400759100914, -0.034854255616664886, -0.059801433235406876, -0.022498250007629395, 0.0630587488412857, 0.028112951666116714, 0.12577268481254578, -0.06481250375509262, 0.07316545397043228, -0.07407741993665695, 0.01448923721909523, 0.07957437634468079, 0.04621570184826851, 0.21968436241149902, 0.041529811918735504, 0.18900708854198456, 0.03833624720573425, -0.0872926115989685, 0.0949372947216034, 0.04773964732885361, -0.08017948269844055, 0.038130126893520355, -0.018465377390384674, -0.080853171646595, -0.019904455170035362, 0.029247000813484192, 0.07268226146697998, -0.1292022168636322, -0.040470242500305176, 0.005481136031448841, -0.03946782648563385, 0.18676820397377014, 0.08776630461215973, -0.050181932747364044, -0.1204025074839592, 0.03194497525691986, -0.07005079090595245, -0.1006968542933464, 0.07410867512226105, 0.23134058713912964, -0.020014671608805656, -0.015292978845536709, 0.03159516677260399, 0.09367448091506958, -0.12081477046012878, 0.04583587497472763, 0.007338118739426136, 0.027705788612365723, -0.018351774662733078, 0.052148155868053436, -0.09867043048143387, 0.15012308955192566, 0.02704126015305519, 0.061869263648986816, -0.04751773551106453, 0.02681131102144718, -0.03362751007080078, 0.01316898688673973, 0.09237277507781982, 0.000832574674859643, -0.2452256679534912, -0.019536983221769333, -0.10739631950855255, 0.018753040581941605, 0.07948754727840424, 0.024974383413791656, 0.024167723953723907, -0.025128094479441643, 0.00901137012988329, 0.0035854303278028965, -0.172665536403656, -0.057288385927677155, -0.19909653067588806, 0.064797043800354, 0.10116663575172424, 0.06869830191135406, -0.017549019306898117, -0.02761998027563095, 0.01884278655052185, 0.043373920023441315, -0.18012726306915283, -0.03677792474627495, -0.08333595097064972, -0.04778674244880676, 0.1305021494626999, -0.00838368572294712, 0.045304566621780396, 0.04185229539871216, 0.14819049835205078, -0.07364284247159958, -0.06642390787601471, 0.04881756752729416, -0.06925145536661148, -0.08793097734451294, -0.06694380939006805, 0.15872657299041748, 0.06287607550621033, 0.08766474574804306, -0.0430147722363472, 0.057166215032339096, 0.01807745173573494, -0.0315743014216423, 0.005441727116703987, 0.10711044073104858, 0.0037963679060339928, 0.04840538650751114, -0.09365345537662506, -0.10000595450401306, -0.07515349984169006, -0.103876993060112, 0.15320464968681335, 0.05494188517332077, -0.05810099095106125, 0.196003720164299, 0.19121889770030975, -0.10515984147787094, -0.24620860815048218, -0.0420365147292614, 0.06974126398563385, 0.05753175914287567, -0.006090217269957066, -0.23790663480758667, 0.023475589230656624, 0.01594076305627823, -0.001983271213248372, 0.0384749211370945, -0.22567486763000488, -0.10799691826105118, 0.09141093492507935, -0.06312636286020279, -0.014382537454366684, -0.0638982430100441, -0.021888496354222298, -0.013643264770507812, 0.043851062655448914, 0.04601026326417923, -0.06040967255830765, 0.08550077676773071, 0.0672193318605423, 0.10698645561933517, 0.011142988689243793, -0.027521532028913498, 0.03139662370085716, 0.01733355224132538, -0.030817877501249313, -0.021974362432956696, -0.004641746170818806, -0.030631447210907936, -0.03528279811143875, 0.1092207208275795, -0.015297440811991692, -0.006847463548183441, -0.006984509527683258, -0.04940667748451233, -0.02613099291920662, -0.0014321841299533844, -0.013481331057846546, -0.0152300875633955, -0.01931198127567768, 0.020357102155685425, -0.006004604510962963, -0.029174499213695526, 0.06957623362541199, -0.17148885130882263, -0.0011527221649885178, 0.09734942018985748, 0.17046186327934265, 0.009998973459005356, -0.19783085584640503, -0.006540403701364994, -0.02023026905953884, 0.0977146327495575, -0.13797223567962646, 0.0508960597217083, 0.045533597469329834, 0.02409379556775093, 0.1134391725063324, -0.020338574424386024, -0.09177172183990479, 0.06171131134033203, 0.009499656967818737, -0.04562554508447647, -0.15826398134231567, 0.015518859028816223, 0.10977537930011749, -0.10946356505155563, -0.05579433590173721, 0.11329054087400436, -0.018502481281757355, 0.009235282428562641, -0.025684639811515808, 0.06287546455860138, -0.03785489499568939, 0.14229604601860046, 0.0033149290829896927, 0.05247105658054352, -0.06387554109096527, 0.07225047051906586, 0.12211626023054123, -0.14708101749420166, 0.05499596148729324, 0.07587897777557373, -0.037927448749542236, -0.055646076798439026, -0.0485822856426239, -0.0102414321154356, 0.03951307386159897, -0.07661190629005432, 0.02607709728181362, -0.0632728710770607, 0.03740939870476723, 0.15190435945987701, -0.05257096141576767, 0.049832772463560104, -0.10664964467287064, -0.014240514487028122, -0.09041132032871246, 0.0860372930765152, -0.06048724427819252, 0.038032785058021545, -0.0520622581243515, 0.053273580968379974, 0.016807004809379578, 0.00819135457277298, -0.03733811900019646, -0.11487296223640442, -0.05232101306319237, 0.036793068051338196, -0.03479434549808502, 0.007684599608182907, -0.06260639429092407, -0.010501397773623466, 0.01116374135017395, -0.023158127442002296, 0.01428164355456829, 0.026181822642683983, -0.018522078171372414, 0.03889434039592743, -0.05785992741584778, 0.05672268196940422, -0.07766218483448029, 0.05060267448425293, 0.054991934448480606, -0.04364292696118355, 0.08937083184719086, 0.006708570756018162, -0.08376911282539368, -0.01569450832903385, -0.09751205146312714, -0.018818672746419907, 0.025201253592967987, 0.06957932561635971, -0.011519532650709152, -0.07090811431407928, -0.02385307475924492, 0.03959548473358154, 0.010360919870436192, -0.019578056409955025, 0.04569012671709061, -0.06636940687894821, 0.13339096307754517, -0.015135498717427254, -0.010722467675805092, -0.04436535760760307, 0.046943169087171555, 0.03535044565796852, 0.04678845405578613, 0.08878694474697113, -0.08352795988321304, 0.08593250811100006, -0.059494439512491226, 0.01917044073343277, 0.03442821651697159, -0.025288132950663567, 0.019740670919418335, -0.07003255188465118, 0.047857508063316345, -0.012068153358995914, 0.1881091296672821, 0.01243998110294342, 0.05902847275137901, 0.042259640991687775, -0.09606880694627762, -0.02655346319079399, 0.030751455575227737, 0.09573942422866821, 0.012789860367774963, -0.00673935329541564, -0.03217744082212448, -0.00775733171030879, -0.009865306317806244, 0.15296529233455658, 0.08122041821479797, 0.11727968603372574, 0.12672828137874603, 0.012440619990229607, 0.07098213583230972, -0.10351419448852539, -0.11683125793933868, 0.022635117173194885, -0.0013481515925377607, 0.07111308723688126, -0.05042930692434311, 0.07044998556375504, 0.05779935419559479, -0.05106087028980255, 0.11902864277362823, -0.03474219888448715, -0.06184784322977066, -0.08855162560939789, -0.10430888831615448, 0.011579951271414757, -0.05721127241849899, -0.021708793938159943, -0.08430716395378113, 0.0844535306096077, -0.01615781895816326, 0.031021421775221825, -0.0027929539792239666, 0.17547419667243958, -0.10035094618797302, -0.08358844369649887, 0.051080700010061264, -0.020339997485280037, 0.07223999500274658, -0.03902292624115944, 0.04049869254231453, 0.11730942130088806, 0.040236588567495346, 0.0846405103802681, 0.05772034078836441, -0.00008345558308064938, 0.04356655478477478, -0.07189449667930603, -0.038561757653951645, 0.0021758400835096836, 0.00453882897272706, 0.03968564420938492, 0.1835743486881256, 0.08454115688800812, -0.08353987336158752, 0.01925673894584179, 0.13010922074317932, -0.05200139060616493, -0.16353154182434082, -0.14900431036949158, 0.11252906918525696, -0.06207503005862236, 0.026595402508974075, -0.0851159319281578, -0.09416909515857697, -0.040595218539237976, 0.17473314702510834, 0.19120603799819946, 0.028285624459385872, -0.0005483912536874413, -0.021101895719766617, 0.006494547706097364, -0.048590581864118576, 0.0655844658613205, 0.054748229682445526, 0.3128367066383362, 0.04466038942337036, -0.02778049185872078, -0.04376973584294319, -0.024746455252170563, -0.06860983371734619, 0.07997611165046692, -0.04688352346420288, -0.025246290490031242, -0.03770103678107262, 0.09896441549062729, -0.023178884759545326, -0.22826004028320312, -0.11132074892520905, -0.043826956301927567, -0.06578349322080612, 0.01798565313220024, 0.09210679680109024, 0.020488213747739792, -0.019937101751565933, 0.005214100703597069, -0.03817258030176163, 0.10779179632663727, -0.00034335372038185596, -0.02902500331401825, -0.012745081447064877, 0.01805794984102249, -0.14892587065696716, 0.057575441896915436, -0.012366566807031631, 0.10221356153488159, 0.005630726460367441, 0.04349903389811516, -0.019898006692528725, 0.09046892821788788, 0.029779698699712753, -0.07825428992509842, 0.005299588665366173, 0.22004389762878418, -0.04200582951307297, 0.24752752482891083, 0.0502488911151886, -0.07304909825325012, 0.04170766472816467, -0.06848036497831345, -0.07314978539943695, -0.035988949239254, -0.023989804089069366, -0.059554003179073334, 0.16063573956489563, 0.07863619178533554, 0.0011988161131739616, -0.04750305414199829, -0.0059403665363788605, 0.020398752763867378, -0.021697774529457092, 0.13075825572013855, -0.04076433926820755, -0.17113593220710754, -0.04513091593980789, -0.10516722500324249, 0.018445763736963272, -0.2507379949092865, -0.0438539981842041, 0.04147503897547722, -0.02053966000676155, -0.0014117498649284244, 0.03590015694499016, 0.09170264005661011, -0.004987435415387154, -0.06838636100292206, -0.09981358051300049, 0.07868441939353943, 0.09464669227600098, -0.09415915608406067, -0.02970827743411064 ]
271a5aa99e75e936e334b3c52ec178f08bced629
# Dataset Card for AMTTL ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Github](https://github.com/adapt-sjtu/AMTTL/tree/master/medical_data) - **Repository:** [Github](https://github.com/adapt-sjtu/AMTTL/tree/master/medical_data) - **Paper:** [Aclweb](http://aclweb.org/anthology/C18-1307) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary [More Information Needed] ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ```bibtex @inproceedings{xing2018adaptive, title={Adaptive multi-task transfer learning for Chinese word segmentation in medical text}, author={Xing, Junjie and Zhu, Kenny and Zhang, Shaodian}, booktitle={Proceedings of the 27th International Conference on Computational Linguistics}, pages={3619--3630}, year={2018} } ``` ### Contributions Thanks to [@JetRunner](https://github.com/JetRunner) for adding this dataset.
amttl
[ "task_categories:token-classification", "task_ids:parsing", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:zh", "license:mit", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["zh"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["token-classification"], "task_ids": ["parsing"], "pretty_name": "AMTTL", "dataset_info": {"config_name": "amttl", "features": [{"name": "id", "dtype": "string"}, {"name": "tokens", "sequence": "string"}, {"name": "tags", "sequence": {"class_label": {"names": {"0": "B", "1": "I", "2": "E", "3": "S"}}}}], "splits": [{"name": "train", "num_bytes": 1132196, "num_examples": 3063}, {"name": "validation", "num_bytes": 324358, "num_examples": 822}, {"name": "test", "num_bytes": 328509, "num_examples": 908}], "download_size": 274351, "dataset_size": 1785063}, "configs": [{"config_name": "amttl", "data_files": [{"split": "train", "path": "amttl/train-*"}, {"split": "validation", "path": "amttl/validation-*"}, {"split": "test", "path": "amttl/test-*"}], "default": true}]}
2024-01-09T12:28:18+00:00
[]
[ "zh" ]
TAGS #task_categories-token-classification #task_ids-parsing #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Chinese #license-mit #region-us
# Dataset Card for AMTTL ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: Github - Repository: Github - Paper: Aclweb - Leaderboard: - Point of Contact: ### Dataset Summary ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @JetRunner for adding this dataset.
[ "# Dataset Card for AMTTL", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: Aclweb\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @JetRunner for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #task_ids-parsing #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Chinese #license-mit #region-us \n", "# Dataset Card for AMTTL", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: Aclweb\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @JetRunner for adding this dataset." ]
[ 85, 8, 120, 33, 6, 10, 4, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-token-classification #task_ids-parsing #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Chinese #license-mit #region-us \n# Dataset Card for AMTTL## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: Aclweb\n- Leaderboard:\n- Point of Contact:### Dataset Summary### Supported Tasks and Leaderboards### Languages## Dataset Structure### Data Instances### Data Fields### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases### Other Known Limitations## Additional Information### Dataset Curators### Licensing Information### Contributions\n\nThanks to @JetRunner for adding this dataset." ]
[ -0.024095958098769188, 0.26145076751708984, -0.007385732606053352, 0.015184501186013222, 0.09931313991546631, 0.028986092656850815, 0.07540739327669144, 0.13996152579784393, 0.01598164811730385, 0.14077460765838623, -0.038834355771541595, 0.08180898427963257, 0.14836697280406952, 0.12764696776866913, -0.0218950267881155, -0.23728294670581818, 0.03451259806752205, -0.0751585140824318, -0.028600189834833145, 0.1047261506319046, 0.12488200515508652, -0.08585690706968307, 0.05461858585476875, -0.03787945955991745, -0.03586061671376228, -0.009774354286491871, -0.07637859135866165, -0.04219513013958931, 0.023754624649882317, 0.014118862338364124, 0.058514609932899475, 0.025891151279211044, 0.06260079145431519, -0.2710455656051636, 0.028734350576996803, 0.05367737635970116, 0.02194645069539547, 0.05410512164235115, 0.07638851553201675, -0.0720311850309372, 0.03953567147254944, -0.15196175873279572, 0.08024930953979492, 0.07672417163848877, -0.11698655039072037, -0.09808066487312317, -0.1231580600142479, 0.060411009937524796, 0.12625837326049805, 0.01942318119108677, -0.07056400179862976, 0.038374580442905426, -0.07453476637601852, 0.03180350363254547, 0.08954013884067535, -0.09580273181200027, -0.07537215948104858, 0.036117762327194214, 0.026144670322537422, 0.02939947135746479, -0.14279143512248993, 0.0006179702468216419, -0.032043300569057465, 0.015017416328191757, 0.006523794494569302, -0.026265762746334076, -0.020828012377023697, 0.04431745037436485, -0.09490590542554855, -0.014578294940292835, 0.09627065062522888, -0.0037858979776501656, 0.012274256907403469, -0.21803373098373413, -0.01948266662657261, 0.008069885894656181, -0.08029559999704361, 0.008494142442941666, 0.013485918752849102, -0.015549946576356888, 0.08377984911203384, -0.027267972007393837, -0.03422774747014046, 0.010234209708869457, 0.01960756629705429, -0.030675988644361496, 0.0478551909327507, -0.039904795587062836, 0.04380463808774948, 0.04718753695487976, 0.0948714017868042, -0.1355537623167038, -0.018384739756584167, -0.06685758382081985, -0.16770382225513458, -0.01444385014474392, 0.0685347467660904, 0.045356955379247665, 0.13158383965492249, 0.19314470887184143, -0.0519694909453392, 0.06747975200414658, -0.05873784422874451, -0.04664520546793938, 0.09669888764619827, 0.07130291312932968, -0.09376402944326401, -0.11998724937438965, -0.028698192909359932, 0.022174814715981483, -0.07280349731445312, -0.020963432267308235, 0.0030927718617022038, 0.06965863704681396, 0.02839992381632328, 0.12076296657323837, 0.1269044280052185, 0.020861495286226273, -0.10295935720205307, -0.048504788428545, 0.11448481678962708, -0.11786382645368576, 0.05487270653247833, 0.06419708579778671, -0.016027327626943588, -0.012089300900697708, -0.07397995889186859, 0.027994101867079735, -0.0706925094127655, 0.08513829112052917, -0.057115163654088974, -0.018758714199066162, -0.08363232761621475, -0.02963707223534584, 0.0707554817199707, -0.0610964410007, -0.051393572241067886, 0.04187764599919319, -0.08248873800039291, -0.07429590821266174, 0.03187618404626846, -0.12839531898498535, -0.06624949723482132, -0.011603894643485546, -0.045036789029836655, 0.03755876049399376, 0.01229336578398943, 0.020558206364512444, -0.06037498638033867, 0.032649390399456024, -0.06325728446245193, 0.016757730394601822, 0.09027210623025894, 0.034631598740816116, -0.05419917404651642, 0.07753148674964905, -0.1397676318883896, 0.11042435467243195, -0.1673140674829483, 0.04977330565452576, -0.13457676768302917, -0.01460148673504591, 0.08882113546133041, -0.008791863918304443, -0.026015914976596832, 0.16383175551891327, -0.22015239298343658, -0.026472674682736397, 0.1200760081410408, -0.06753963977098465, -0.06339798122644424, 0.07532662898302078, -0.031744249165058136, 0.009238566271960735, 0.017664803192019463, 0.1334591954946518, 0.004086669068783522, 0.016705725342035294, -0.04861103743314743, -0.09567127376794815, 0.07197576761245728, 0.220671609044075, 0.08410585671663284, -0.07435128837823868, 0.17929323017597198, 0.01565650664269924, 0.0012086225906386971, -0.06800084561109543, -0.025278683751821518, -0.10636886209249496, 0.033963125199079514, -0.0029710475355386734, 0.012222415767610073, 0.0260167196393013, -0.04298478737473488, -0.025022301822900772, -0.07205867022275925, 0.01865033246576786, 0.017564497888088226, 0.0012708727736026049, -0.009603813290596008, -0.09517034143209457, -0.010866127908229828, 0.08117271959781647, 0.02516830340027809, -0.1563451588153839, -0.16866864264011383, 0.055543962866067886, -0.04084504768252373, 0.09966828674077988, -0.07314445823431015, 0.010512206703424454, -0.03325849026441574, -0.04894182085990906, -0.007906491868197918, 0.04820866882801056, 0.033978354185819626, 0.00571985961869359, -0.23919349908828735, -0.005837760400027037, -0.05441472679376602, 0.12164396047592163, -0.11119633913040161, 0.020607292652130127, 0.15983664989471436, 0.23161807656288147, 0.0371478833258152, -0.0664270669221878, 0.07502057403326035, 0.01769491657614708, -0.0052870651707053185, -0.06644970178604126, 0.012337582185864449, -0.07487471401691437, -0.005660873372107744, 0.04127489775419235, -0.05677928403019905, -0.0258426982909441, 0.061851438134908676, 0.08448971807956696, -0.08123406767845154, -0.05477389320731163, -0.05137278884649277, -0.036129843443632126, -0.029257604852318764, -0.06776925921440125, 0.06383097916841507, 0.054315175861120224, -0.002400718629360199, -0.04732679948210716, -0.0714067667722702, -0.06275603175163269, 0.007184632588177919, -0.06183537840843201, 0.13019201159477234, 0.034001827239990234, -0.15000472962856293, 0.18968409299850464, 0.010818978771567345, 0.14232200384140015, 0.10646101832389832, -0.07559440284967422, -0.054380178451538086, -0.01867622323334217, 0.010330652818083763, 0.018850330263376236, 0.07984133809804916, -0.1389135718345642, -0.021707985550165176, 0.055361658334732056, -0.024599367752671242, 0.014281119219958782, -0.05149892345070839, 0.02111305668950081, -0.03451170399785042, -0.022056272253394127, 0.04097862169146538, 0.0014748990070074797, 0.06862957775592804, 0.08890441060066223, 0.02868642285466194, 0.0879412516951561, -0.028512364253401756, -0.05959158018231392, -0.06485845148563385, 0.0987134575843811, -0.16972872614860535, -0.21232973039150238, -0.048743076622486115, -0.12602603435516357, -0.025272859260439873, -0.04127660021185875, -0.0011866865679621696, -0.08757498860359192, -0.10697408765554428, -0.03279706835746765, 0.0858076885342598, 0.08794544637203217, -0.0892055481672287, -0.012900480069220066, 0.019552886486053467, -0.026608450338244438, -0.11332239955663681, 0.033079925924539566, 0.07774533331394196, -0.03898210451006889, 0.01696472428739071, 0.038468677550554276, 0.08950150012969971, 0.10571035742759705, 0.1052917018532753, -0.0061509497463703156, -0.032078780233860016, 0.26326316595077515, -0.16985072195529938, 0.14248891174793243, 0.07049239426851273, -0.06494452059268951, 0.050461094826459885, 0.2590279281139374, 0.04223732277750969, -0.07295900583267212, 0.019155442714691162, 0.08379030227661133, 0.005907885264605284, -0.2409287393093109, -0.08461818099021912, -0.09686321765184402, -0.013962188735604286, 0.041723351925611496, 0.08040090650320053, 0.026682740077376366, 0.01454666443169117, -0.09822095185518265, -0.04674205929040909, 0.08706583082675934, 0.06638088822364807, 0.06066820025444031, 0.01641755737364292, 0.05611875653266907, -0.01623724214732647, -0.006390163209289312, 0.07661834359169006, 0.08151784539222717, 0.21344824135303497, 0.026785127818584442, 0.25892511010169983, 0.06877707690000534, 0.10957888513803482, -0.007052366156131029, -0.015252876095473766, -0.027652159333229065, 0.0789748951792717, -0.003930745180696249, -0.03719952702522278, 0.027111085131764412, 0.05958573892712593, 0.10239067673683167, -0.12740391492843628, 0.09915575385093689, -0.06734626740217209, 0.12032949179410934, 0.20077946782112122, 0.056088995188474655, -0.07102591544389725, 0.01011811476200819, 0.13851749897003174, -0.09266669303178787, -0.09945102035999298, -0.009881861507892609, 0.017787327989935875, -0.16658475995063782, 0.10461276769638062, -0.03729473799467087, 0.1309332698583603, -0.07799390703439713, -0.03877692297101021, 0.0012732119066640735, 0.031041918322443962, -0.026015881448984146, 0.0499710738658905, -0.19836163520812988, 0.14698779582977295, 0.009862637147307396, -0.003734344383701682, -0.09472876042127609, 0.08468856662511826, 0.023350264877080917, -0.024858837947249413, 0.16482381522655487, -0.012664413079619408, -0.10498419404029846, 0.007380711380392313, -0.07238179445266724, -0.010136556811630726, 0.09524419158697128, -0.14981919527053833, 0.09039782732725143, -0.0030283310916274786, -0.028933003544807434, -0.0565994493663311, -0.08393246680498123, -0.10580805689096451, -0.20994353294372559, 0.08053838461637497, -0.10740488767623901, 0.08845831453800201, -0.06260041147470474, -0.010329671204090118, -0.0654672309756279, 0.17076921463012695, -0.14027176797389984, -0.10127120465040207, -0.16622495651245117, 0.011474848724901676, 0.18871229887008667, -0.03191070631146431, 0.09134303033351898, -0.03347289562225342, 0.1533115655183792, 0.014288751408457756, -0.017563827335834503, 0.08128672093153, -0.03265327960252762, -0.21968451142311096, -0.04087691754102707, 0.17525790631771088, 0.03476107865571976, 0.04115016758441925, 0.008756333030760288, 0.07193387299776077, 0.027262110263109207, -0.10093209147453308, 0.04614560306072235, 0.03507216274738312, 0.051418423652648926, 0.10985963046550751, -0.018900327384471893, -0.23622551560401917, -0.1418551802635193, -0.054427050054073334, 0.08640329539775848, 0.12018813192844391, -0.03263493999838829, 0.18150432407855988, 0.09552101790904999, -0.09106748551130295, -0.20372594892978668, -0.010309484787285328, 0.00931345671415329, -0.0367908738553524, 0.0021550168748944998, -0.2077828347682953, 0.06618659943342209, 0.03429113328456879, -0.0011562268482521176, 0.0177372545003891, -0.13453654944896698, -0.12639251351356506, 0.024449516087770462, -0.0014360081404447556, -0.30297616124153137, -0.18216142058372498, -0.12224703282117844, -0.010989787057042122, -0.18222205340862274, 0.1401739865541458, 0.05376037210226059, -0.005011746194213629, 0.0003534661664161831, 0.027293972671031952, 0.019196487963199615, -0.04363115876913071, 0.17382916808128357, 0.03078768216073513, -0.0007410990074276924, -0.08001833409070969, -0.08303958922624588, 0.10819516330957413, 0.0216066911816597, 0.021261852234601974, 0.0010596769861876965, -0.013189039193093777, -0.1170370951294899, -0.019807331264019012, -0.07763062417507172, 0.0038806668017059565, -0.10976225882768631, -0.05239848792552948, -0.0799570381641388, 0.13069359958171844, 0.07164920121431351, -0.025854703038930893, 0.13628393411636353, -0.06275098025798798, 0.06760057061910629, 0.07199075073003769, 0.15096992254257202, 0.04348249360918999, -0.014225048013031483, -0.016524039208889008, 0.0014290353283286095, -0.046290382742881775, -0.13467325270175934, 0.058989547193050385, 0.10624469071626663, 0.013447197154164314, 0.1577918380498886, -0.02791181206703186, -0.13534820079803467, -0.0037431123200803995, 0.07537658512592316, -0.041769325733184814, -0.23731260001659393, 0.03609199449419975, 0.011952102184295654, -0.1282891482114792, -0.04071105271577835, 0.055205583572387695, 0.07488974928855896, -0.08902686834335327, 0.03959119692444801, 0.13165903091430664, 0.035331450402736664, 0.0902266651391983, 0.0008443962433375418, 0.0711139664053917, -0.15373976528644562, 0.06344814598560333, 0.13229864835739136, -0.04679202660918236, -0.013024105690419674, 0.21803715825080872, -0.0633765161037445, -0.039452191442251205, 0.02219461090862751, 0.05337217077612877, 0.0734056606888771, 0.025024056434631348, 0.025734473019838333, -0.1641790121793747, 0.026138678193092346, 0.12260764837265015, -0.02214435674250126, 0.02089861035346985, 0.0361187569797039, -0.023140618577599525, 0.004896110389381647, 0.1500273495912552, 0.062282171100378036, 0.041287701576948166, -0.05178508907556534, -0.02068166993558407, -0.01916527934372425, -0.04439469426870346, 0.0013898821780458093, 0.006503700744360685, -0.1424434632062912, -0.0030167708173394203, -0.11691230535507202, -0.013218099251389503, -0.16379332542419434, -0.006953025236725807, 0.010193489491939545, -0.10587715357542038, -0.0210625771433115, -0.015625620260834694, -0.08032474666833878, -0.06472916901111603, -0.02866770140826702, 0.14380662143230438, -0.17541652917861938, 0.004768839105963707, 0.11195973306894302, -0.09401912987232208, 0.1278846114873886, -0.0010443408973515034, -0.039975281804800034, 0.01902047172188759, -0.09837877005338669, -0.01873590610921383, -0.010409343987703323, 0.04779542237520218, 0.05652732029557228, -0.13464511930942535, -0.017163623124361038, -0.014117596670985222, -0.036341652274131775, 0.04481144994497299, 0.008088069036602974, -0.08029091358184814, 0.06197672709822655, -0.06061255931854248, -0.08189466595649719, 0.007107987534254789, 0.022598955780267715, 0.1528981626033783, -0.029311031103134155, 0.11658677458763123, -0.012382972985506058, 0.10217240452766418, -0.14010529220104218, -0.014326328411698341, -0.009999970905482769, -0.031917743384838104, 0.04449506476521492, -0.0017980069387704134, 0.08124449104070663, 0.010420795530080795, 0.19041123986244202, -0.05543086305260658, -0.010837673209607601, 0.08765919506549835, 0.07849155366420746, -0.05417868494987488, 0.09856441617012024, -0.002822533715516329, 0.029326394200325012, -0.04143083095550537, -0.0023300079628825188, -0.07399703562259674, -0.09012801945209503, -0.09782545268535614, 0.11131824553012848, 0.1855248659849167, 0.15862789750099182, -0.055170316249132156, 0.08764664083719254, -0.11180420219898224, -0.04771580547094345, 0.15698891878128052, -0.07696928083896637, 0.018560243770480156, -0.09967309981584549, 0.05221779644489288, 0.05665160343050957, -0.19536447525024414, 0.12299815565347672, -0.08865367621183395, -0.08454356342554092, -0.009994090534746647, -0.14807365834712982, -0.07641290128231049, -0.007368930149823427, -0.0031194568146020174, -0.1123734787106514, 0.09848713129758835, 0.09945745766162872, 0.0027707775589078665, -0.01648956537246704, 0.09826675057411194, -0.01115486491471529, -0.04902022331953049, 0.07318803668022156, 0.08886954188346863, 0.011910510249435902, -0.0032530564349144697, 0.04077713191509247, -0.0728939026594162, 0.1176844909787178, 0.0643714964389801, 0.04786672070622444, -0.06843823939561844, 0.001867489656433463, -0.07709117978811264, -0.09000854194164276, 0.040275998413562775, -0.04775698110461235, -0.11150123178958893, 0.16726918518543243, 0.004114487208425999, 0.048303186893463135, 0.009875589050352573, 0.22900082170963287, -0.03477588668465614, -0.09472838044166565, -0.19498293101787567, -0.010904518887400627, -0.051267966628074646, 0.00009270596638089046, 0.07222595065832138, -0.12976159155368805, 0.014748115092515945, 0.1068979948759079, 0.16272635757923126, -0.05608933046460152, 0.013466333039104939, 0.0007805986097082496, 0.03566209599375725, -0.010269965045154095, 0.0246573556214571, 0.06369717419147491, 0.1639258712530136, -0.04338611662387848, 0.010507753118872643, -0.017180129885673523, -0.08710356801748276, -0.10153214633464813, 0.09522902220487595, 0.04341276362538338, -0.013709181919693947, -0.06291653215885162, 0.17846620082855225, -0.138373002409935, -0.2419198453426361, 0.027840886265039444, -0.15859466791152954, -0.18143492937088013, -0.04297691583633423, 0.012759607285261154, 0.007282247766852379, -0.018613891676068306, 0.10324016958475113, -0.03632255643606186, 0.138263538479805, 0.09110988676548004, 0.00024612341076135635, -0.0006970458198338747, 0.13719917833805084, -0.14176373183727264, 0.21605537831783295, -0.0012708349386230111, -0.010931633412837982, 0.10539552569389343, -0.06869128346443176, -0.12122318148612976, -0.028335971757769585, 0.11693114042282104, -0.046282581984996796, 0.01621277444064617, 0.18080228567123413, 0.022800387814641, 0.09914065897464752, 0.10164432972669601, -0.04862968996167183, 0.04809220880270004, 0.05131775140762329, -0.029862547293305397, -0.068332239985466, 0.12370139360427856, -0.13350608944892883, 0.08020197600126266, 0.12866336107254028, -0.07412334531545639, 0.03805201128125191, -0.014645381830632687, 0.014240853488445282, -0.057945366948843, 0.17284560203552246, -0.05192660912871361, -0.18410274386405945, 0.004948406480252743, -0.032741378992795944, 0.10375027358531952, -0.06910278648138046, -0.04889491945505142, 0.004394975956529379, 0.03104899264872074, -0.12119483202695847, 0.1445675939321518, 0.09200634807348251, -0.019500883296132088, -0.018774764612317085, -0.14215987920761108, 0.03170996159315109, 0.10962004214525223, -0.07172360271215439, 0.052998073399066925 ]
8e4813d81f46d313dac7892e1c28076917cfcdf9
# Dataset Card for "anli" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** - **Repository:** [https://github.com/facebookresearch/anli/](https://github.com/facebookresearch/anli/) - **Paper:** [Adversarial NLI: A New Benchmark for Natural Language Understanding](https://arxiv.org/abs/1910.14599) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 18.62 MB - **Size of the generated dataset:** 77.12 MB - **Total amount of disk used:** 95.75 MB ### Dataset Summary The Adversarial Natural Language Inference (ANLI) is a new large-scale NLI benchmark dataset, The dataset is collected via an iterative, adversarial human-and-model-in-the-loop procedure. ANLI is much more difficult than its predecessors including SNLI and MNLI. It contains three rounds. Each round has train/dev/test splits. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages English ## Dataset Structure ### Data Instances #### plain_text - **Size of downloaded dataset files:** 18.62 MB - **Size of the generated dataset:** 77.12 MB - **Total amount of disk used:** 95.75 MB An example of 'train_r2' looks as follows. ``` This example was too long and was cropped: { "hypothesis": "Idris Sultan was born in the first month of the year preceding 1994.", "label": 0, "premise": "\"Idris Sultan (born January 1993) is a Tanzanian Actor and comedian, actor and radio host who won the Big Brother Africa-Hotshot...", "reason": "", "uid": "ed5c37ab-77c5-4dbc-ba75-8fd617b19712" } ``` ### Data Fields The data fields are the same among all splits. #### plain_text - `uid`: a `string` feature. - `premise`: a `string` feature. - `hypothesis`: a `string` feature. - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2). - `reason`: a `string` feature. ### Data Splits | name |train_r1|dev_r1|train_r2|dev_r2|train_r3|dev_r3|test_r1|test_r2|test_r3| |----------|-------:|-----:|-------:|-----:|-------:|-----:|------:|------:|------:| |plain_text| 16946| 1000| 45460| 1000| 100459| 1200| 1000| 1000| 1200| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [cc-4 Attribution-NonCommercial](https://github.com/facebookresearch/anli/blob/main/LICENSE) ### Citation Information ``` @InProceedings{nie2019adversarial, title={Adversarial NLI: A New Benchmark for Natural Language Understanding}, author={Nie, Yixin and Williams, Adina and Dinan, Emily and Bansal, Mohit and Weston, Jason and Kiela, Douwe}, booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", year = "2020", publisher = "Association for Computational Linguistics", } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@easonnie](https://github.com/easonnie), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
facebook/anli
[ "task_categories:text-classification", "task_ids:natural-language-inference", "task_ids:multi-input-text-classification", "annotations_creators:crowdsourced", "annotations_creators:machine-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "source_datasets:extended|hotpot_qa", "language:en", "license:cc-by-nc-4.0", "arxiv:1910.14599", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced", "machine-generated"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-nc-4.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original", "extended|hotpot_qa"], "task_categories": ["text-classification"], "task_ids": ["natural-language-inference", "multi-input-text-classification"], "paperswithcode_id": "anli", "pretty_name": "Adversarial NLI", "dataset_info": {"config_name": "plain_text", "features": [{"name": "uid", "dtype": "string"}, {"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}, {"name": "reason", "dtype": "string"}], "splits": [{"name": "train_r1", "num_bytes": 8006888, "num_examples": 16946}, {"name": "dev_r1", "num_bytes": 573428, "num_examples": 1000}, {"name": "test_r1", "num_bytes": 574917, "num_examples": 1000}, {"name": "train_r2", "num_bytes": 20801581, "num_examples": 45460}, {"name": "dev_r2", "num_bytes": 556066, "num_examples": 1000}, {"name": "test_r2", "num_bytes": 572639, "num_examples": 1000}, {"name": "train_r3", "num_bytes": 44720719, "num_examples": 100459}, {"name": "dev_r3", "num_bytes": 663148, "num_examples": 1200}, {"name": "test_r3", "num_bytes": 657586, "num_examples": 1200}], "download_size": 26286748, "dataset_size": 77126972}, "configs": [{"config_name": "plain_text", "data_files": [{"split": "train_r1", "path": "plain_text/train_r1-*"}, {"split": "dev_r1", "path": "plain_text/dev_r1-*"}, {"split": "test_r1", "path": "plain_text/test_r1-*"}, {"split": "train_r2", "path": "plain_text/train_r2-*"}, {"split": "dev_r2", "path": "plain_text/dev_r2-*"}, {"split": "test_r2", "path": "plain_text/test_r2-*"}, {"split": "train_r3", "path": "plain_text/train_r3-*"}, {"split": "dev_r3", "path": "plain_text/dev_r3-*"}, {"split": "test_r3", "path": "plain_text/test_r3-*"}], "default": true}]}
2023-12-21T15:34:02+00:00
[ "1910.14599" ]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-natural-language-inference #task_ids-multi-input-text-classification #annotations_creators-crowdsourced #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #source_datasets-extended|hotpot_qa #language-English #license-cc-by-nc-4.0 #arxiv-1910.14599 #region-us
Dataset Card for "anli" ======================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: * Repository: URL * Paper: Adversarial NLI: A New Benchmark for Natural Language Understanding * Point of Contact: * Size of downloaded dataset files: 18.62 MB * Size of the generated dataset: 77.12 MB * Total amount of disk used: 95.75 MB ### Dataset Summary The Adversarial Natural Language Inference (ANLI) is a new large-scale NLI benchmark dataset, The dataset is collected via an iterative, adversarial human-and-model-in-the-loop procedure. ANLI is much more difficult than its predecessors including SNLI and MNLI. It contains three rounds. Each round has train/dev/test splits. ### Supported Tasks and Leaderboards ### Languages English Dataset Structure ----------------- ### Data Instances #### plain\_text * Size of downloaded dataset files: 18.62 MB * Size of the generated dataset: 77.12 MB * Total amount of disk used: 95.75 MB An example of 'train\_r2' looks as follows. ### Data Fields The data fields are the same among all splits. #### plain\_text * 'uid': a 'string' feature. * 'premise': a 'string' feature. * 'hypothesis': a 'string' feature. * 'label': a classification label, with possible values including 'entailment' (0), 'neutral' (1), 'contradiction' (2). * 'reason': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information cc-4 Attribution-NonCommercial ### Contributions Thanks to @thomwolf, @easonnie, @lhoestq, @patrickvonplaten for adding this dataset.
[ "### Dataset Summary\n\n\nThe Adversarial Natural Language Inference (ANLI) is a new large-scale NLI benchmark dataset,\nThe dataset is collected via an iterative, adversarial human-and-model-in-the-loop procedure.\nANLI is much more difficult than its predecessors including SNLI and MNLI.\nIt contains three rounds. Each round has train/dev/test splits.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 18.62 MB\n* Size of the generated dataset: 77.12 MB\n* Total amount of disk used: 95.75 MB\n\n\nAn example of 'train\\_r2' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\n\n\n* 'uid': a 'string' feature.\n* 'premise': a 'string' feature.\n* 'hypothesis': a 'string' feature.\n* 'label': a classification label, with possible values including 'entailment' (0), 'neutral' (1), 'contradiction' (2).\n* 'reason': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\ncc-4 Attribution-NonCommercial", "### Contributions\n\n\nThanks to @thomwolf, @easonnie, @lhoestq, @patrickvonplaten for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-natural-language-inference #task_ids-multi-input-text-classification #annotations_creators-crowdsourced #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #source_datasets-extended|hotpot_qa #language-English #license-cc-by-nc-4.0 #arxiv-1910.14599 #region-us \n", "### Dataset Summary\n\n\nThe Adversarial Natural Language Inference (ANLI) is a new large-scale NLI benchmark dataset,\nThe dataset is collected via an iterative, adversarial human-and-model-in-the-loop procedure.\nANLI is much more difficult than its predecessors including SNLI and MNLI.\nIt contains three rounds. Each round has train/dev/test splits.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 18.62 MB\n* Size of the generated dataset: 77.12 MB\n* Total amount of disk used: 95.75 MB\n\n\nAn example of 'train\\_r2' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\n\n\n* 'uid': a 'string' feature.\n* 'premise': a 'string' feature.\n* 'hypothesis': a 'string' feature.\n* 'label': a classification label, with possible values including 'entailment' (0), 'neutral' (1), 'contradiction' (2).\n* 'reason': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\ncc-4 Attribution-NonCommercial", "### Contributions\n\n\nThanks to @thomwolf, @easonnie, @lhoestq, @patrickvonplaten for adding this dataset." ]
[ 146, 97, 10, 12, 6, 58, 17, 89, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 15, 35 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-natural-language-inference #task_ids-multi-input-text-classification #annotations_creators-crowdsourced #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #source_datasets-extended|hotpot_qa #language-English #license-cc-by-nc-4.0 #arxiv-1910.14599 #region-us \n### Dataset Summary\n\n\nThe Adversarial Natural Language Inference (ANLI) is a new large-scale NLI benchmark dataset,\nThe dataset is collected via an iterative, adversarial human-and-model-in-the-loop procedure.\nANLI is much more difficult than its predecessors including SNLI and MNLI.\nIt contains three rounds. Each round has train/dev/test splits.### Supported Tasks and Leaderboards### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------### Data Instances#### plain\\_text\n\n\n* Size of downloaded dataset files: 18.62 MB\n* Size of the generated dataset: 77.12 MB\n* Total amount of disk used: 95.75 MB\n\n\nAn example of 'train\\_r2' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### plain\\_text\n\n\n* 'uid': a 'string' feature.\n* 'premise': a 'string' feature.\n* 'hypothesis': a 'string' feature.\n* 'label': a classification label, with possible values including 'entailment' (0), 'neutral' (1), 'contradiction' (2).\n* 'reason': a 'string' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?" ]
[ -0.031508803367614746, 0.17983144521713257, -0.007224257569760084, 0.057886045426130295, 0.0707920715212822, 0.007168701849877834, 0.01688477396965027, 0.1123940646648407, -0.011890717782080173, 0.18645955622196198, -0.0006174927111715078, 0.059358444064855576, 0.10776598751544952, 0.14103157818317413, 0.00041735172271728516, -0.20273664593696594, 0.042614083737134933, -0.08507976680994034, -0.01843152567744255, 0.09573082625865936, 0.10941720753908157, -0.0737343579530716, 0.05857866257429123, -0.10210578143596649, -0.027270441874861717, 0.01999833807349205, -0.039953652769327164, -0.005391987506300211, 0.015889808535575867, 0.03571680933237076, -0.005628972314298153, 0.0004965258412994444, 0.05199228227138519, -0.22257141768932343, 0.009767676703631878, 0.07921289652585983, 0.026800500229001045, 0.05679422989487648, 0.11371418088674545, -0.027623211964964867, 0.08978429436683655, -0.1377543956041336, 0.027348851785063744, 0.052964966744184494, -0.10130906850099564, -0.15870139002799988, -0.1195758730173111, 0.01491777878254652, 0.09344252943992615, 0.06220684200525284, -0.05622696131467819, 0.02725108712911606, -0.06261487305164337, 0.06259721517562866, 0.1202259212732315, -0.11291995644569397, -0.0652499720454216, 0.034647684544324875, 0.05394076555967331, 0.09931076318025589, -0.0692872554063797, -0.013382076285779476, 0.026057126000523567, 0.030255930498242378, 0.011594287119805813, -0.029264062643051147, 0.0008643516921438277, 0.026692615821957588, -0.14587809145450592, -0.06891940534114838, 0.17042094469070435, 0.04158790782094002, -0.03163895010948181, -0.09782277047634125, -0.02785792015492916, -0.024182863533496857, -0.006828561890870333, 0.0050961230881512165, 0.008987265639007092, -0.013390323147177696, 0.04653020203113556, -0.007946670986711979, -0.04503581300377846, -0.031051501631736755, -0.0018521753372624516, 0.011447085998952389, 0.02225562185049057, 0.006600077264010906, 0.06382930278778076, 0.03421488776803017, -0.025831351056694984, -0.1284521371126175, -0.03295685350894928, -0.02800789847970009, -0.12693920731544495, -0.01538154762238264, 0.018995435908436775, -0.07183956354856491, 0.09193000197410583, 0.12942443788051605, -0.08573966473340988, 0.05474226921796799, -0.07332011312246323, 0.0018074589315801859, 0.0943719819188118, 0.09484411776065826, -0.08038598299026489, -0.104933001101017, -0.02592802420258522, 0.023313840851187706, 0.027662334963679314, -0.04333639144897461, -0.025225356221199036, 0.02534947544336319, 0.03650603070855141, 0.09404870867729187, 0.10151062905788422, 0.02227560244500637, -0.058809030801057816, -0.05130470171570778, 0.047796040773391724, -0.16930177807807922, 0.050071123987436295, 0.07299558073282242, -0.0479365698993206, 0.007510978262871504, -0.04449634253978729, -0.025089748203754425, -0.11447024345397949, 0.03634041175246239, -0.03960297629237175, -0.02542068623006344, -0.08628381788730621, -0.06691797077655792, 0.057089921087026596, -0.04272625967860222, -0.08094947040081024, -0.03233276307582855, -0.12429069727659225, -0.06744206696748734, 0.02785143442451954, -0.10004922747612, -0.03441094234585762, 0.00040063081542029977, -0.021687930449843407, 0.007943849079310894, -0.013303066603839397, 0.05246890336275101, -0.057385511696338654, 0.028343917801976204, -0.025842910632491112, 0.022904811426997185, 0.09736047685146332, 0.052396636456251144, -0.10082697123289108, 0.09955139458179474, -0.08604210615158081, 0.12336664646863937, -0.10972896963357925, 0.006023474968969822, -0.13384607434272766, -0.06354966759681702, 0.02634965255856514, -0.03486108034849167, -0.001634771702811122, 0.09754962474107742, -0.2045861929655075, -0.033547863364219666, 0.059980422258377075, -0.07116612046957016, -0.06975104659795761, 0.10225505381822586, -0.011680533178150654, -0.06533574312925339, 0.049618180841207504, 0.15483546257019043, 0.021446146070957184, 0.047307875007390976, -0.06250029802322388, -0.060963038355112076, 0.05453149974346161, 0.18798810243606567, 0.10962513834238052, -0.07371050864458084, 0.024908922612667084, -0.006027536001056433, -0.004548739641904831, -0.07998032122850418, -0.0180137250572443, -0.07681187242269516, -0.031563933938741684, -0.014105462469160557, -0.008867516182363033, 0.030507439747452736, -0.06675345450639725, -0.05044630169868469, -0.07692745327949524, -0.062380336225032806, 0.03486034274101257, -0.027237461879849434, 0.022278157994151115, -0.034219156950712204, 0.06149222329258919, -0.003092175116762519, 0.02638641558587551, -0.1624646782875061, -0.11050833016633987, 0.07446816563606262, -0.08804474771022797, 0.06457460671663284, -0.09543661028146744, -0.004192200023680925, 0.028161367401480675, -0.007996423169970512, -0.010607405565679073, 0.020472580567002296, 0.01574559323489666, 0.01997379958629608, -0.15466201305389404, -0.0749291330575943, -0.0159075278788805, 0.058326080441474915, -0.11948531121015549, -0.015461640432476997, 0.08116625994443893, 0.14100414514541626, -0.011725259013473988, -0.06736604869365692, 0.05027952045202255, 0.0009404823067598045, -0.030074140056967735, -0.059400931000709534, -0.004643619526177645, -0.04442102089524269, 0.018899250775575638, 0.0325959213078022, -0.1204891949892044, -0.11115649342536926, 0.04292842000722885, 0.07168085873126984, -0.07442425191402435, -0.02070327289402485, -0.05556660518050194, -0.04906374216079712, -0.05412380024790764, -0.09010905027389526, 0.01650453731417656, 0.02886461466550827, 0.03111262619495392, -0.06641567498445511, -0.047125257551670074, -0.021073292940855026, 0.007618627045303583, -0.05860111862421036, 0.1278035193681717, 0.040060676634311676, -0.15847627818584442, 0.12588925659656525, 0.04816146567463875, 0.023686761036515236, 0.09959786385297775, -0.039475347846746445, -0.12237401306629181, -0.04587104916572571, 0.03530770540237427, 0.03224458917975426, 0.026124542579054832, -0.03950102999806404, 0.060204729437828064, 0.0647076889872551, 0.050841301679611206, 0.019594522193074226, -0.03755677118897438, 0.03715541958808899, 0.02399771474301815, -0.06121104583144188, 0.0067491973750293255, -0.0327984057366848, 0.042090192437171936, 0.08938785642385483, 0.0484633632004261, 0.08516854047775269, 0.007213560398668051, -0.0812598168849945, -0.11745091527700424, 0.16798649728298187, -0.10592669993638992, -0.15964101254940033, -0.10696928948163986, -0.10628361999988556, -0.0577859953045845, -0.004898378625512123, 0.008226785808801651, -0.023707767948508263, -0.08589626848697662, -0.10924234986305237, 0.12174753099679947, 0.0031869870144873857, -0.09831473231315613, -0.026179203763604164, -0.012964094989001751, 0.027882583439350128, -0.09075050055980682, 0.041137803345918655, 0.08470857888460159, -0.06174341216683388, -0.007162776775658131, 0.008784443140029907, 0.12658824026584625, 0.12981274724006653, 0.045228876173496246, -0.0035130695905536413, 0.02246350422501564, 0.2365187704563141, -0.09818749874830246, 0.10726235061883926, 0.06949479132890701, -0.014840502291917801, 0.06972669810056686, 0.2057148516178131, 0.0318257100880146, -0.03366979584097862, 0.04033399745821953, 0.060295894742012024, -0.047401197254657745, -0.26742374897003174, -0.08192837983369827, -0.05696946382522583, 0.05128566548228264, 0.08573391288518906, 0.05612117052078247, 0.0019239011453464627, 0.031185749918222427, -0.07701310515403748, -0.04513346403837204, 0.05903320014476776, 0.05627002567052841, 0.05644848197698593, 0.022878803312778473, 0.038146596401929855, -0.014968887902796268, 0.02741657756268978, 0.11008021980524063, 0.0050759585574269295, 0.1395345777273178, -0.031620047986507416, 0.23708604276180267, 0.04480710253119469, 0.09440170973539352, -0.02287052944302559, 0.0350072905421257, 0.005827622953802347, 0.08027192950248718, 0.027820054441690445, -0.0754615068435669, 0.03609263524413109, 0.04086894169449806, 0.09133543819189072, 0.008722624741494656, 0.024962184950709343, -0.0672348290681839, 0.0807197242975235, 0.21818286180496216, 0.059560976922512054, -0.1505819857120514, -0.019801992923021317, 0.07957028597593307, -0.01568652130663395, -0.08662869036197662, 0.022748442366719246, 0.09670141339302063, -0.13714705407619476, 0.08025632053613663, -0.022243104875087738, 0.100385881960392, -0.034518830478191376, -0.03479134291410446, 0.08295474946498871, 0.10642876476049423, 0.00315183587372303, 0.11973772943019867, -0.1619824916124344, 0.0781358927488327, 0.006522189825773239, 0.004039627965539694, -0.04779578745365143, 0.06560833007097244, -0.018237095326185226, 0.014006434008479118, 0.14632722735404968, 0.0175593551248312, -0.14440691471099854, -0.060637038201093674, -0.0903688445687294, -0.017425404861569405, 0.11757717281579971, -0.12013846635818481, 0.09805237501859665, 0.004047929774969816, -0.03175739198923111, -0.04764381796121597, 0.012768223881721497, -0.1015976145863533, -0.1707850694656372, 0.06239917501807213, -0.02748703397810459, 0.06866245716810226, -0.05042504146695137, -0.02657938003540039, -0.07573282718658447, 0.19488804042339325, -0.12369391322135925, -0.08217205107212067, -0.127190500497818, 0.03203989192843437, 0.18560555577278137, -0.045972466468811035, 0.02504427172243595, -0.03591148555278778, 0.15852926671504974, 0.014932765625417233, -0.08863784372806549, 0.06290555000305176, -0.0366048663854599, -0.19392526149749756, -0.03254907578229904, 0.1662740260362625, 0.04005042836070061, 0.05269517004489899, -0.023531464859843254, 0.09911671280860901, 0.003051621839404106, -0.09424519538879395, 0.042288437485694885, 0.08382472395896912, 0.05021059140563011, 0.15225595235824585, -0.03384720906615257, -0.09447545558214188, -0.10487549006938934, -0.046691689640283585, 0.118911974132061, 0.11035745590925217, -0.0880214273929596, 0.07130779325962067, 0.08651363849639893, -0.08897338807582855, -0.218722864985466, 0.00040081748738884926, 0.055571455508470535, -0.012314961291849613, 0.043890200555324554, -0.19595377147197723, 0.07168073207139969, 0.10737957060337067, -0.0005861038807779551, 0.0784306451678276, -0.3012959063053131, -0.0934668704867363, -0.022518344223499298, 0.016133327037096024, -0.2876220941543579, -0.17436803877353668, -0.1225171610713005, -0.04457077383995056, -0.10546287149190903, 0.10837959498167038, -0.019636081531643867, 0.040880147367715836, 0.0026887101121246815, 0.019254425540566444, 0.015534036792814732, -0.0398031547665596, 0.15546895563602448, 0.010501451790332794, 0.01074671745300293, -0.09978992491960526, 0.022812357172369957, 0.024709690362215042, -0.03309807553887367, 0.10999982059001923, -0.03499449044466019, 0.04129352420568466, -0.054634690284729004, -0.013242795132100582, -0.07958866655826569, 0.02858457714319229, -0.0800253227353096, -0.025989478453993797, -0.10022285580635071, 0.07198620587587357, 0.1028190404176712, -0.025595931336283684, 0.09139570593833923, -0.03332069143652916, 0.07523278146982193, 0.22467385232448578, 0.0945015400648117, 0.059243179857730865, -0.14950735867023468, -0.02362104132771492, 0.007010011933743954, -0.0007459594053216279, -0.09182973206043243, 0.049271635711193085, 0.13871583342552185, 0.039538752287626266, 0.14875204861164093, -0.009619158692657948, -0.14578290283679962, -0.0252970103174448, 0.04361796751618385, -0.08178914338350296, -0.22974024713039398, 0.00793660618364811, 0.04616076126694679, -0.16050347685813904, -0.08554725348949432, 0.02575729973614216, 0.011309352703392506, -0.013822541572153568, 0.03189999982714653, 0.10826778411865234, 0.00013062327343504876, 0.14829085767269135, 0.04573992267251015, 0.0684523805975914, -0.09867966175079346, 0.1354878544807434, 0.15100447833538055, -0.07618428021669388, -0.0029020269867032766, 0.226284921169281, -0.04967491701245308, -0.0426035076379776, 0.0293916966766119, 0.011017451994121075, 0.05052636191248894, -0.02475307136774063, 0.041554275900125504, -0.1511819064617157, 0.07983105629682541, 0.08952772617340088, 0.014463325962424278, 0.042599089443683624, 0.023448675870895386, -0.034811679273843765, -0.04231252148747444, 0.15017548203468323, 0.029353119432926178, 0.0768103376030922, -0.026374144479632378, 0.00020630427752621472, -0.01749991625547409, 0.02796313539147377, 0.00046949973329901695, -0.041818950325250626, -0.05616547912359238, -0.0028157630003988743, -0.13227258622646332, 0.051249898970127106, -0.09178729355335236, -0.03433746099472046, -0.03255128487944603, -0.026421183720231056, -0.008351758122444153, 0.02010619081556797, -0.03394678980112076, -0.09531348943710327, -0.08230819553136826, 0.0658523440361023, -0.14849720895290375, -0.023736895993351936, 0.0690612643957138, -0.07160743325948715, 0.09360510110855103, -0.003379218280315399, -0.018796974793076515, 0.010828613303601742, -0.10377410054206848, -0.02741270698606968, -0.0369766429066658, 0.05174410715699196, 0.03463556244969368, -0.165725439786911, -0.02563571371138096, -0.006962899584323168, -0.10357566922903061, 0.012051394209265709, -0.011313834227621555, -0.13268890976905823, 0.05833999440073967, -0.04801969602704048, -0.04615778103470802, -0.047317635267972946, 0.05044630169868469, 0.019284961745142937, 0.0085371695458889, 0.1342492401599884, -0.05008132383227348, 0.12477367371320724, -0.14308759570121765, -0.03696870431303978, 0.017315322533249855, -0.01587485708296299, -0.02472866140305996, 0.05877600237727165, 0.07521137595176697, -0.05734458565711975, 0.1620606780052185, -0.02610555849969387, -0.04162858799099922, 0.04663186892867088, -0.02251434326171875, 0.03005899116396904, 0.0714072585105896, 0.06233595311641693, -0.003278703661635518, -0.04522111639380455, 0.028293222188949585, -0.027454977855086327, -0.03581422194838524, 0.08777575939893723, 0.11995508521795273, 0.15908202528953552, 0.15316559374332428, -0.028622440993785858, 0.06899787485599518, -0.10567246377468109, -0.038384925574064255, 0.1271590292453766, -0.012149267829954624, 0.08305211365222931, -0.037186894565820694, 0.07625994086265564, 0.05949791893362999, -0.1838357150554657, 0.10309447348117828, -0.07749814540147781, -0.09840831905603409, -0.06000979244709015, -0.1796288788318634, -0.07904908806085587, -0.037020448595285416, -0.025000769644975662, -0.13207095861434937, 0.1099342554807663, 0.10739673674106598, 0.018268663436174393, -0.022815722972154617, 0.1301586776971817, -0.05819370225071907, -0.050453633069992065, 0.030340926721692085, 0.025378622114658356, 0.007484466303139925, 0.10915409028530121, 0.04335987940430641, 0.005805214401334524, 0.004158772993832827, 0.08766695111989975, 0.07597104460000992, 0.029390936717391014, 0.023660367354750633, -0.05954178795218468, -0.0704619511961937, 0.024704571813344955, -0.011446274816989899, -0.05421055480837822, 0.1384802758693695, 0.05855826288461685, 0.0007149347220547497, 0.006830011960119009, 0.15240025520324707, -0.04391331225633621, -0.07016662508249283, -0.13189813494682312, 0.08888062834739685, -0.0419415719807148, -0.01480239536613226, 0.02572973445057869, -0.14367343485355377, -0.014270776882767677, 0.10547220706939697, 0.14850308001041412, -0.002180101117119193, 0.003907212056219578, -0.0011427176650613546, 0.011149815283715725, 0.008454330265522003, 0.036714110523462296, 0.06214749068021774, 0.11932671815156937, -0.036775898188352585, 0.04905436933040619, -0.057118531316518784, -0.03254959359765053, -0.11631640791893005, 0.1135677769780159, -0.008168457075953484, 0.00411008158698678, -0.06781767308712006, 0.11178456246852875, -0.07992970943450928, -0.17148010432720184, 0.012597041204571724, -0.09373949468135834, -0.12904709577560425, -0.03181230276823044, 0.03114965744316578, 0.012073488906025887, 0.022487454116344452, 0.03681737929582596, -0.01918291486799717, 0.07519588619470596, 0.03562641143798828, -0.04843534156680107, -0.05003709718585014, 0.08406150341033936, -0.09613944590091705, 0.20150142908096313, 0.014093631878495216, 0.05025234818458557, 0.07663566619157791, -0.029158828780055046, -0.13769717514514923, 0.07783787697553635, 0.14104197919368744, 0.0006156805902719498, 0.03666873648762703, 0.18170569837093353, -0.011052818037569523, 0.17477017641067505, 0.07989728450775146, -0.005446074530482292, 0.00015057074779178947, 0.03980792313814163, -0.013659588061273098, -0.12844203412532806, 0.015706554055213928, -0.08961944282054901, 0.11349868774414062, 0.19781123101711273, -0.04932280629873276, -0.013737771660089493, -0.060547251254320145, 0.017924323678016663, -0.051467590034008026, 0.16264891624450684, -0.000786131713539362, -0.15050742030143738, 0.01748517155647278, -0.0269691850990057, 0.11228138208389282, -0.1229836717247963, -0.04499512165784836, 0.020219042897224426, -0.009046938270330429, -0.020421398803591728, 0.13389813899993896, 0.06318803131580353, 0.006693501956760883, -0.06057404354214668, -0.08808579295873642, 0.02064221166074276, 0.14406511187553406, -0.08550065755844116, -0.017798960208892822 ]
9eaa95f66364367e8752b0f34c00f67aafa95d15
# Dataset Card for [Dataset Name] ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Home Page](https://github.com/sealuzh/user_quality) - **Repository:** [Repo Link](https://github.com/sealuzh/user_quality) - **Paper:** [Link](https://giograno.me/assets/pdf/workshop/wama17.pdf) - **Leaderboard: - **Point of Contact:** [Darshan Gandhi](darshangandhi1151@gmail.com) ### Dataset Summary It is a large dataset of Android applications belonging to 23 differentapps categories, which provides an overview of the types of feedback users report on the apps and documents the evolution of the related code metrics. The dataset contains about 395 applications of the F-Droid repository, including around 600 versions, 280,000 user reviews (extracted with specific text mining approaches) ### Supported Tasks and Leaderboards The dataset we provide comprises 395 different apps from F-Droid repository, including code quality indicators of 629 versions of these apps. It also encloses app reviews related to each of these versions, which have been automatically categorized classifying types of user feedback from a software maintenance and evolution perspective. ### Languages The dataset is a monolingual dataset which has the messages English. ## Dataset Structure ### Data Instances The dataset consists of a message in English. {'package_name': 'com.mantz_it.rfanalyzer', 'review': "Great app! The new version now works on my Bravia Android TV which is great as it's right by my rooftop aerial cable. The scan feature would be useful...any ETA on when this will be available? Also the option to import a list of bookmarks e.g. from a simple properties file would be useful.", 'date': 'October 12 2016', 'star': 4} ### Data Fields * package_name : Name of the Software Application Package * review : Message of the user * date : date when the user posted the review * star : rating provied by the user for the application ### Data Splits There is training data, with a total of : 288065 ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 With the help of this dataset one can try to understand more about software applications and what are the views and opinions of the users about them. This helps to understand more about which type of software applications are prefeered by the users and how do these applications facilitate the user to help them solve their problems and issues. ### Discussion of Biases The reviews are only for applications which are in the open-source software applications, the other sectors have not been considered here ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators Giovanni Grano - (University of Zurich), Sebastiano Panichella - (University of Zurich), Andrea di Sorbo - (University of Sannio) ### Licensing Information [More Information Needed] ### Citation Information @InProceedings{Zurich Open Repository and Archive:dataset, title = {Software Applications User Reviews}, authors={Grano, Giovanni; Di Sorbo, Andrea; Mercaldo, Francesco; Visaggio, Corrado A; Canfora, Gerardo; Panichella, Sebastiano}, year={2017} } ### Contributions Thanks to [@darshan-gandhi](https://github.com/darshan-gandhi) for adding this dataset.
app_reviews
[ "task_categories:text-classification", "task_ids:text-scoring", "task_ids:sentiment-scoring", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["text-scoring", "sentiment-scoring"], "pretty_name": "AppReviews", "dataset_info": {"features": [{"name": "package_name", "dtype": "string"}, {"name": "review", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "star", "dtype": "int8"}], "splits": [{"name": "train", "num_bytes": 32768731, "num_examples": 288065}], "download_size": 13207727, "dataset_size": 32768731}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-09T12:30:17+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-text-scoring #task_ids-sentiment-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #region-us
# Dataset Card for [Dataset Name] ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: Home Page - Repository: Repo Link - Paper: Link - Leaderboard: - Point of Contact: Darshan Gandhi ### Dataset Summary It is a large dataset of Android applications belonging to 23 differentapps categories, which provides an overview of the types of feedback users report on the apps and documents the evolution of the related code metrics. The dataset contains about 395 applications of the F-Droid repository, including around 600 versions, 280,000 user reviews (extracted with specific text mining approaches) ### Supported Tasks and Leaderboards The dataset we provide comprises 395 different apps from F-Droid repository, including code quality indicators of 629 versions of these apps. It also encloses app reviews related to each of these versions, which have been automatically categorized classifying types of user feedback from a software maintenance and evolution perspective. ### Languages The dataset is a monolingual dataset which has the messages English. ## Dataset Structure ### Data Instances The dataset consists of a message in English. {'package_name': 'com.mantz_it.rfanalyzer', 'review': "Great app! The new version now works on my Bravia Android TV which is great as it's right by my rooftop aerial cable. The scan feature would be useful...any ETA on when this will be available? Also the option to import a list of bookmarks e.g. from a simple properties file would be useful.", 'date': 'October 12 2016', 'star': 4} ### Data Fields * package_name : Name of the Software Application Package * review : Message of the user * date : date when the user posted the review * star : rating provied by the user for the application ### Data Splits There is training data, with a total of : 288065 ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset With the help of this dataset one can try to understand more about software applications and what are the views and opinions of the users about them. This helps to understand more about which type of software applications are prefeered by the users and how do these applications facilitate the user to help them solve their problems and issues. ### Discussion of Biases The reviews are only for applications which are in the open-source software applications, the other sectors have not been considered here ### Other Known Limitations ## Additional Information ### Dataset Curators Giovanni Grano - (University of Zurich), Sebastiano Panichella - (University of Zurich), Andrea di Sorbo - (University of Sannio) ### Licensing Information @InProceedings{Zurich Open Repository and Archive:dataset, title = {Software Applications User Reviews}, authors={Grano, Giovanni; Di Sorbo, Andrea; Mercaldo, Francesco; Visaggio, Corrado A; Canfora, Gerardo; Panichella, Sebastiano}, year={2017} } ### Contributions Thanks to @darshan-gandhi for adding this dataset.
[ "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Home Page\n- Repository: Repo Link\n- Paper: Link\n- Leaderboard:\n- Point of Contact: Darshan Gandhi", "### Dataset Summary\n\nIt is a large dataset of Android applications belonging to 23 differentapps categories, which provides an overview of the types of feedback users report on the apps and documents the evolution of the related code metrics. The dataset contains about 395 applications of the F-Droid repository, including around 600 versions, 280,000 user reviews (extracted with specific text mining approaches)", "### Supported Tasks and Leaderboards\n\nThe dataset we provide comprises 395 different apps from F-Droid repository, including code quality indicators of 629 versions of these\napps. It also encloses app reviews related to each of these versions, which have been automatically categorized classifying types of user feedback from a software maintenance and evolution perspective.", "### Languages\n\nThe dataset is a monolingual dataset which has the messages English.", "## Dataset Structure", "### Data Instances\n\nThe dataset consists of a message in English.\n\n{'package_name': 'com.mantz_it.rfanalyzer',\n 'review': \"Great app! The new version now works on my Bravia Android TV which is great as it's right by my rooftop aerial cable. The scan feature would be useful...any ETA on when this will be available? Also the option to import a list of bookmarks e.g. from a simple properties file would be useful.\",\n 'date': 'October 12 2016',\n 'star': 4}", "### Data Fields\n\n* package_name : Name of the Software Application Package\n* review : Message of the user \n* date : date when the user posted the review \n* star : rating provied by the user for the application", "### Data Splits\n\nThere is training data, with a total of : 288065", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nWith the help of this dataset one can try to understand more about software applications and what are the views and opinions of the users about them. This helps to understand more about which type of software applications are prefeered by the users and how do these applications facilitate the user to help them solve their problems and issues.", "### Discussion of Biases\n\nThe reviews are only for applications which are in the open-source software applications, the other sectors have not been considered here", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nGiovanni Grano - (University of Zurich), Sebastiano Panichella - (University of Zurich), Andrea di Sorbo - (University of Sannio)", "### Licensing Information\n\n\n\n\n\n@InProceedings{Zurich Open Repository and\nArchive:dataset,\ntitle = {Software Applications User Reviews},\nauthors={Grano, Giovanni; Di Sorbo, Andrea; Mercaldo, Francesco; Visaggio, Corrado A; Canfora, Gerardo;\nPanichella, Sebastiano},\nyear={2017}\n}", "### Contributions\n\nThanks to @darshan-gandhi for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-text-scoring #task_ids-sentiment-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #region-us \n", "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Home Page\n- Repository: Repo Link\n- Paper: Link\n- Leaderboard:\n- Point of Contact: Darshan Gandhi", "### Dataset Summary\n\nIt is a large dataset of Android applications belonging to 23 differentapps categories, which provides an overview of the types of feedback users report on the apps and documents the evolution of the related code metrics. The dataset contains about 395 applications of the F-Droid repository, including around 600 versions, 280,000 user reviews (extracted with specific text mining approaches)", "### Supported Tasks and Leaderboards\n\nThe dataset we provide comprises 395 different apps from F-Droid repository, including code quality indicators of 629 versions of these\napps. It also encloses app reviews related to each of these versions, which have been automatically categorized classifying types of user feedback from a software maintenance and evolution perspective.", "### Languages\n\nThe dataset is a monolingual dataset which has the messages English.", "## Dataset Structure", "### Data Instances\n\nThe dataset consists of a message in English.\n\n{'package_name': 'com.mantz_it.rfanalyzer',\n 'review': \"Great app! The new version now works on my Bravia Android TV which is great as it's right by my rooftop aerial cable. The scan feature would be useful...any ETA on when this will be available? Also the option to import a list of bookmarks e.g. from a simple properties file would be useful.\",\n 'date': 'October 12 2016',\n 'star': 4}", "### Data Fields\n\n* package_name : Name of the Software Application Package\n* review : Message of the user \n* date : date when the user posted the review \n* star : rating provied by the user for the application", "### Data Splits\n\nThere is training data, with a total of : 288065", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nWith the help of this dataset one can try to understand more about software applications and what are the views and opinions of the users about them. This helps to understand more about which type of software applications are prefeered by the users and how do these applications facilitate the user to help them solve their problems and issues.", "### Discussion of Biases\n\nThe reviews are only for applications which are in the open-source software applications, the other sectors have not been considered here", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nGiovanni Grano - (University of Zurich), Sebastiano Panichella - (University of Zurich), Andrea di Sorbo - (University of Sannio)", "### Licensing Information\n\n\n\n\n\n@InProceedings{Zurich Open Repository and\nArchive:dataset,\ntitle = {Software Applications User Reviews},\nauthors={Grano, Giovanni; Di Sorbo, Andrea; Mercaldo, Francesco; Visaggio, Corrado A; Canfora, Gerardo;\nPanichella, Sebastiano},\nyear={2017}\n}", "### Contributions\n\nThanks to @darshan-gandhi for adding this dataset." ]
[ 101, 10, 120, 33, 92, 80, 20, 6, 133, 47, 18, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 73, 33, 7, 5, 42, 85, 19 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-text-scoring #task_ids-sentiment-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #region-us \n# Dataset Card for [Dataset Name]## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: Home Page\n- Repository: Repo Link\n- Paper: Link\n- Leaderboard:\n- Point of Contact: Darshan Gandhi### Dataset Summary\n\nIt is a large dataset of Android applications belonging to 23 differentapps categories, which provides an overview of the types of feedback users report on the apps and documents the evolution of the related code metrics. The dataset contains about 395 applications of the F-Droid repository, including around 600 versions, 280,000 user reviews (extracted with specific text mining approaches)### Supported Tasks and Leaderboards\n\nThe dataset we provide comprises 395 different apps from F-Droid repository, including code quality indicators of 629 versions of these\napps. It also encloses app reviews related to each of these versions, which have been automatically categorized classifying types of user feedback from a software maintenance and evolution perspective.### Languages\n\nThe dataset is a monolingual dataset which has the messages English.## Dataset Structure" ]
[ -0.02718854323029518, 0.16364818811416626, -0.004428103566169739, 0.04612857103347778, 0.13918904960155487, 0.0032769355457276106, 0.0758652612566948, 0.09514807164669037, 0.045248329639434814, 0.0759110152721405, -0.10623747110366821, 0.04901031404733658, 0.13960786163806915, 0.07021069526672363, 0.01740664429962635, -0.22246581315994263, 0.011353773064911366, -0.10107111930847168, -0.060434576123952866, 0.08460771292448044, 0.11396230757236481, -0.05799508094787598, 0.09688156843185425, -0.06016873940825462, -0.02098873257637024, -0.0008641306194476783, -0.03989027440547943, -0.08897405862808228, 0.031039604917168617, 0.0029520003590732813, 0.04908974468708038, -0.008780098520219326, 0.024704597890377045, -0.22748693823814392, 0.02806890197098255, 0.03715524822473526, 0.028919698670506477, 0.028251897543668747, 0.07218587398529053, -0.002111510606482625, 0.15143604576587677, -0.09320967644453049, 0.10953056812286377, 0.062427446246147156, -0.06722938269376755, -0.10130637139081955, -0.12282313406467438, 0.021402794867753983, 0.11255639046430588, 0.07079403847455978, -0.029388191178441048, 0.03541591018438339, -0.033024631440639496, 0.041321661323308945, 0.05169524624943733, -0.13922898471355438, -0.037339650094509125, 0.06226981431245804, 0.0075185890309512615, 0.1103031188249588, -0.11170651018619537, -0.04581017419695854, -0.046958643943071365, 0.04610581323504448, 0.024845629930496216, -0.03780801594257355, -0.04424997791647911, 0.008472447283565998, -0.04092661663889885, -0.008068040944635868, 0.16400454938411713, -0.05770048871636391, -0.03139888122677803, -0.22263529896736145, -0.03217866271734238, 0.0647171288728714, -0.02024100348353386, 0.023052161559462547, 0.056621722877025604, -0.010659555904567242, 0.0577227808535099, -0.03565876930952072, -0.0522821769118309, 0.03899402543902397, -0.04162488132715225, -0.02999337576329708, 0.022746121510863304, 0.008592754602432251, -0.019189465790987015, 0.05586683005094528, 0.0785079076886177, -0.12893177568912506, -0.06596782803535461, -0.03094213642179966, -0.11975160986185074, -0.019728513434529305, 0.03623552247881889, -0.06559889018535614, 0.07409359514713287, 0.13742876052856445, -0.08028027415275574, 0.05952131748199463, -0.09275156259536743, -0.06564806401729584, 0.10801823437213898, 0.10649131238460541, -0.009373147040605545, -0.12824741005897522, 0.0011963056167587638, 0.0034877725411206484, 0.06581591814756393, -0.022983424365520477, -0.009587086737155914, 0.0877508670091629, -0.05303497239947319, 0.09837880730628967, 0.05773770064115524, -0.00828143022954464, -0.05560964718461037, -0.06001979857683182, 0.136215478181839, -0.1312427520751953, 0.0357549749314785, -0.007572836242616177, 0.02513214200735092, 0.008504792116582394, -0.05079354718327522, -0.008184044621884823, -0.047955773770809174, 0.08910580724477768, -0.07365413755178452, -0.027443358674645424, -0.1072060763835907, -0.019730696454644203, 0.060191810131073, -0.06150209531188011, -0.057124149054288864, -0.0075655230320990086, -0.1332133412361145, -0.058143649250268936, -0.019192665815353394, -0.12356724590063095, -0.030509691685438156, -0.010136352851986885, -0.021977940574288368, 0.0410638190805912, 0.007307920139282942, -0.025225402787327766, -0.059910014271736145, 0.03468387573957443, -0.02212204411625862, 0.05403228476643562, 0.08459430187940598, 0.052099693566560745, -0.07291566580533981, 0.04239729791879654, -0.14600278437137604, 0.07879307866096497, -0.1446213275194168, 0.025045452639460564, -0.06971995532512665, 0.03981023654341698, 0.08140573650598526, 0.018355045467615128, -0.06693242490291595, 0.0937572494149208, -0.16722539067268372, -0.045697085559368134, 0.11249036341905594, -0.1438094973564148, -0.06351566314697266, 0.03114425390958786, -0.006620464380830526, 0.044619351625442505, 0.0627046525478363, 0.09414362907409668, 0.02906370721757412, 0.010372556746006012, -0.10224776715040207, -0.05975213274359703, 0.09800997376441956, 0.10389276593923569, 0.07268442213535309, -0.0363740399479866, 0.12462335079908371, 0.03711487725377083, -0.030151162296533585, -0.03915166109800339, 0.02372809313237667, -0.05126842483878136, 0.03331445902585983, -0.003116133389994502, -0.013736922293901443, 0.0027867122553288937, 0.009352047927677631, 0.013616845943033695, -0.04858561232686043, 0.03892944008111954, 0.07392001152038574, -0.002183168428018689, -0.010553190484642982, -0.08408034592866898, 0.020297003909945488, 0.02199527621269226, -0.0056470949202775955, -0.17991399765014648, -0.11326815187931061, 0.08725666254758835, -0.1180204451084137, 0.06098224222660065, -0.08042586594820023, -0.005584151949733496, 0.008438166230916977, -0.04816735163331032, 0.04326920211315155, -0.049249567091464996, 0.00407917145639658, -0.010548568330705166, -0.16601048409938812, 0.023691803216934204, -0.062643863260746, 0.11176622658967972, -0.09737468510866165, -0.001981216249987483, 0.15364478528499603, 0.15221276879310608, 0.12203962355852127, -0.0685143694281578, 0.05369978025555611, 0.04769347235560417, 0.00007718725100858137, -0.05033081769943237, -0.016390254721045494, -0.03730066493153572, 0.07265397161245346, 0.052536264061927795, -0.10510769486427307, -0.031398408114910126, 0.04436284303665161, 0.17569728195667267, -0.059913914650678635, -0.0009122360497713089, 0.01840345934033394, -0.026035161688923836, -0.089459627866745, -0.05922646448016167, 0.09600765258073807, 0.041048575192689896, 0.06318412721157074, -0.053005151450634, -0.09343498200178146, -0.03172258287668228, 0.04507073760032654, -0.026532229036092758, 0.078062504529953, 0.11806058883666992, -0.0928257405757904, 0.1556187868118286, 0.08338392525911331, 0.1252371072769165, 0.1626346856355667, -0.07017067074775696, -0.058608993887901306, -0.03081992268562317, -0.04071459174156189, -0.019434135407209396, 0.10062944144010544, -0.07323756814002991, -0.010186000727117062, 0.036915019154548645, -0.003446746850386262, -0.004931645933538675, -0.013151219114661217, 0.041824374347925186, 0.03229506313800812, 0.0065783108584582806, -0.03663064166903496, 0.0015191356651484966, 0.06233799830079079, 0.08627481758594513, 0.020179538056254387, 0.13427287340164185, -0.021436449140310287, -0.04418766871094704, -0.07399887591600418, 0.10536223649978638, -0.16976948082447052, -0.23549748957157135, -0.12075229734182358, -0.022967694327235222, -0.04723510518670082, -0.043054625391960144, -0.0220720786601305, -0.05846376344561577, -0.11301340162754059, -0.07814405858516693, 0.12083692103624344, 0.12511956691741943, -0.11075284332036972, -0.024115579202771187, 0.016469189897179604, -0.0555824339389801, -0.1347838044166565, 0.015026603825390339, 0.0644320547580719, -0.11049352586269379, -0.0006816203240305185, 0.043222278356552124, 0.024331696331501007, 0.055074166506528854, 0.0810057520866394, -0.029098739847540855, -0.017796769738197327, 0.1422071009874344, -0.13744065165519714, 0.15779545903205872, 0.0894768163561821, 0.01717275194823742, 0.02608051896095276, 0.20583395659923553, 0.03034720942378044, -0.052058372646570206, 0.030021119862794876, 0.07811696827411652, 0.00011326315143378451, -0.2534574866294861, -0.08566739410161972, -0.0863717645406723, -0.019271593540906906, 0.016435295343399048, 0.07840214669704437, -0.005340624134987593, 0.00020437613420654088, -0.07089246809482574, 0.015074183233082294, 0.047796305269002914, 0.04335495084524155, 0.1354244202375412, 0.028675712645053864, 0.0328790619969368, -0.0778374969959259, 0.03815624490380287, 0.15239106118679047, 0.045296959578990936, 0.29098930954933167, 0.0060885390266776085, 0.16349300742149353, 0.04563705995678902, 0.025751758366823196, -0.0039247069507837296, 0.012108761817216873, -0.05522562563419342, 0.058872394263744354, -0.017824921756982803, -0.04916456341743469, -0.014002855867147446, 0.05527745559811592, 0.011445757001638412, -0.12032393366098404, 0.056025225669145584, -0.07699113339185715, 0.03230004757642746, 0.22366133332252502, -0.011474335566163063, -0.05308154970407486, -0.028939051553606987, 0.11310014128684998, -0.10468582063913345, -0.08000854402780533, 0.04957788437604904, 0.15274478495121002, -0.13813942670822144, 0.10087937116622925, -0.048961009830236435, 0.08087529987096786, -0.1434161365032196, -0.04146832227706909, 0.065449558198452, -0.0244891420006752, -0.010580265894532204, 0.03777218982577324, -0.09774434566497803, 0.09568783640861511, 0.0020093549974262714, 0.022740034386515617, -0.05060683935880661, 0.08173464238643646, 0.026456039398908615, -0.019423313438892365, 0.056440357118844986, 0.018245641142129898, -0.10946882516145706, -0.0637902244925499, -0.05835803970694542, -0.0022519095800817013, 0.05141264945268631, -0.1433301568031311, 0.0863322839140892, -0.029047949239611626, -0.02566586062312126, -0.07991897314786911, -0.12486790865659714, -0.044088877737522125, -0.21973450481891632, 0.058429915457963943, -0.08959295600652695, 0.04594223201274872, -0.08468861877918243, -0.04058758541941643, 0.08414069563150406, 0.04870406910777092, -0.22000692784786224, -0.13749302923679352, -0.11691273003816605, -0.08683280646800995, 0.10791829973459244, -0.03309258446097374, 0.08766264468431473, -0.001753082382492721, 0.1310657411813736, -0.00014732714043930173, -0.0791253000497818, 0.04894990101456642, -0.02219000831246376, -0.19123607873916626, -0.031508490443229675, 0.13048414885997772, 0.06755021959543228, 0.0017033858457580209, -0.023707173764705658, 0.10248787701129913, 0.03340240567922592, -0.0918402373790741, -0.03927222639322281, 0.16900962591171265, 0.023046327754855156, 0.10959812998771667, -0.01327037438750267, -0.19392699003219604, -0.05050725117325783, -0.04373453930020332, 0.04085768014192581, 0.07357894629240036, 0.004772715736180544, 0.21763944625854492, 0.11584683507680893, -0.10785232484340668, -0.17088331282138824, -0.03094298206269741, -0.005402511917054653, 0.017425643280148506, 0.10610288381576538, -0.25395503640174866, 0.12973321974277496, 0.06533946841955185, -0.029685107991099358, 0.048386406153440475, -0.1710488647222519, -0.12689079344272614, -0.024874893948435783, 0.04076032713055611, -0.1594264805316925, -0.11028537154197693, -0.10998936742544174, -0.010019097477197647, -0.1254519522190094, 0.18485714495182037, 0.007108636666089296, 0.017599567770957947, -0.05438019707798958, 0.11380694806575775, 0.0089682936668396, -0.010660277679562569, 0.09102822840213776, 0.00264498102478683, 0.04454880580306053, -0.09081387519836426, -0.0577472560107708, 0.08678724616765976, -0.0045360843650996685, 0.042632460594177246, -0.03438083454966545, -0.0037823577877134085, -0.1473686695098877, -0.03420893847942352, -0.04921145737171173, -0.010641749016940594, -0.08017023652791977, -0.02295810543000698, -0.08645208925008774, 0.11606509238481522, 0.000617299519944936, -0.048048004508018494, 0.15479636192321777, -0.035711467266082764, 0.04076385125517845, 0.0905885323882103, 0.16910052299499512, 0.04110414907336235, -0.06507093459367752, -0.06444136053323746, 0.007593875285238028, 0.018310658633708954, -0.19606895744800568, 0.045187510550022125, 0.05256006866693497, 0.029188597574830055, 0.11020894348621368, -0.04721110686659813, -0.10186204314231873, 0.047527410089969635, 0.09159865230321884, -0.011492465622723103, -0.21926414966583252, 0.006376298144459724, 0.04426221176981926, -0.1307380199432373, -0.06550322473049164, 0.0887136310338974, 0.0340828001499176, -0.08911921828985214, 0.009296586737036705, 0.13757941126823425, 0.07137060165405273, 0.07010190933942795, -0.013542696833610535, 0.0386795811355114, -0.12604744732379913, 0.11516950279474258, 0.14361436665058136, -0.10607468336820602, -0.03166710585355759, 0.2246069312095642, -0.09908391535282135, -0.0491144098341465, -0.06710419058799744, 0.036869291216135025, 0.027924856171011925, 0.020042436197400093, 0.03405795618891716, -0.15106463432312012, 0.013037257827818394, 0.11811856180429459, -0.02457992359995842, 0.07305711507797241, -0.030589111149311066, -0.03349839523434639, 0.00018803142302203923, 0.13760675489902496, -0.02544931136071682, 0.032797008752822876, -0.06834370642900467, -0.13885517418384552, 0.027463369071483612, -0.05025314912199974, -0.0022988966666162014, -0.04433954507112503, -0.10018157958984375, -0.05677596479654312, -0.13977579772472382, 0.014948501251637936, -0.13318774104118347, -0.009426633827388287, 0.002739556832239032, -0.04854488745331764, -0.02275242656469345, 0.024386504665017128, -0.04348083212971687, -0.03315497189760208, -0.049817923456430435, 0.15742728114128113, -0.14164192974567413, 0.028880085796117783, 0.11588626354932785, -0.09251174330711365, 0.14027974009513855, -0.03623956814408302, -0.01428878866136074, 0.014864788390696049, -0.033608488738536835, 0.021496957167983055, -0.052298687398433685, 0.07612775266170502, 0.04190068319439888, -0.15147842466831207, 0.020668696612119675, 0.003288596635684371, -0.020783400163054466, 0.03953928500413895, 0.06956756860017776, -0.11523709446191788, 0.11970216035842896, -0.06219310685992241, -0.08100766688585281, -0.01774579845368862, 0.030547944828867912, 0.1629028469324112, -0.04429656267166138, 0.13875842094421387, -0.06647639721632004, 0.036420371383428574, -0.10471759736537933, -0.018073707818984985, 0.007528131827712059, -0.01092037558555603, -0.05415929853916168, -0.02827872335910797, 0.03822432830929756, 0.009393623098731041, 0.129531592130661, -0.03311587870121002, 0.016647789627313614, 0.09287407994270325, 0.11312144249677658, -0.054043471813201904, 0.04550991952419281, -0.05965537205338478, 0.014224045909941196, -0.026407388970255852, 0.030216557905077934, -0.073801189661026, -0.09875421226024628, -0.06618846952915192, 0.06915455311536789, 0.18567179143428802, 0.11092661321163177, -0.05566146597266197, 0.10884489119052887, -0.07671009004116058, -0.10181179642677307, 0.0862671434879303, -0.11837510019540787, 0.037525273859500885, -0.08615773171186447, 0.015136074274778366, 0.09453535079956055, -0.18236470222473145, 0.11634402722120285, -0.055161915719509125, -0.05477116256952286, 0.009859394282102585, -0.14795495569705963, -0.054248370230197906, -0.03202364966273308, -0.020762553438544273, -0.1118675023317337, 0.054613202810287476, 0.18672600388526917, 0.01755070500075817, -0.039528653025627136, 0.09371062368154526, -0.11152814328670502, -0.07820909470319748, 0.07384918630123138, 0.08830755949020386, 0.045553091913461685, 0.0019013956189155579, 0.06639688462018967, -0.08313342928886414, 0.11817149072885513, 0.05322248861193657, 0.09510888159275055, -0.016768131405115128, -0.024623464792966843, -0.09406329691410065, -0.03639307990670204, 0.06303878873586655, -0.01017889752984047, -0.10456504672765732, 0.1710215061903, 0.030834490433335304, 0.02558472752571106, 0.034770555794239044, 0.28822529315948486, -0.03579167649149895, -0.05444987490773201, -0.14702124893665314, 0.005610938649624586, 0.017034003511071205, -0.015156785026192665, 0.06923818588256836, -0.13336974382400513, -0.0440528467297554, 0.09438434988260269, 0.13820667564868927, 0.010530774481594563, 0.005442245863378048, -0.03137209266424179, 0.034917764365673065, -0.03816373273730278, 0.08089441806077957, 0.016539601609110832, 0.27969080209732056, -0.0013199952663853765, 0.05289289727807045, 0.0036636702716350555, -0.040887363255023956, -0.08167565613985062, 0.09239573031663895, -0.011134746484458447, -0.032945580780506134, -0.04994335398077965, 0.13856427371501923, -0.033255260437726974, -0.2081957906484604, 0.06103421375155449, -0.12061865627765656, -0.17646494507789612, -0.009929660707712173, 0.02972068265080452, -0.009968397207558155, -0.029956961050629616, 0.11918160319328308, -0.03471732884645462, 0.18651534616947174, 0.06985741853713989, -0.0497828833758831, -0.03590637072920799, 0.13978101313114166, -0.19247666001319885, 0.204080268740654, -0.007577207870781422, -0.0009458499844186008, 0.07330762594938278, -0.022872110828757286, -0.12242670357227325, -0.0025670109316706657, 0.08156236261129379, -0.0475272573530674, -0.016197672113776207, 0.17254728078842163, 0.02472350373864174, 0.17421025037765503, 0.10523263365030289, 0.02972273714840412, 0.015466115437448025, 0.012778361327946186, -0.019319726154208183, -0.06934285163879395, 0.09830574691295624, -0.10362664610147476, 0.1117168664932251, 0.11900614202022552, -0.04540982097387314, 0.0067671420983970165, -0.007900253869593143, 0.009845989756286144, -0.04952534660696983, 0.11506406217813492, -0.02125592529773712, -0.13276194036006927, -0.011889555491507053, -0.04995087534189224, 0.10619102418422699, -0.17922456562519073, -0.032450683414936066, 0.019382862374186516, 0.014580870047211647, -0.10127405822277069, 0.13058345019817352, 0.07450910657644272, -0.023503338918089867, -0.023956183344125748, -0.15698452293872833, 0.018763519823551178, 0.09224863350391388, -0.06982971727848053, 0.020543573424220085 ]
33301c6a050c96af81f63cad5562cb5363e88971
# Dataset Card for AQUA-RAT ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://github.com/deepmind/AQuA](https://github.com/deepmind/AQuA) - **Repository:** [https://github.com/deepmind/AQuA](https://github.com/deepmind/AQuA) - **Paper:** [https://arxiv.org/pdf/1705.04146.pdf](https://arxiv.org/pdf/1705.04146.pdf) ### Dataset Summary A large-scale dataset consisting of approximately 100,000 algebraic word problems. The solution to each question is explained step-by-step using natural language. This data is used to train a program generation model that learns to generate the explanation, while generating the program that solves the question. ### Supported Tasks and Leaderboards ### Languages en ## Dataset Structure ### Data Instances ``` { "question": "A grocery sells a bag of ice for $1.25, and makes 20% profit. If it sells 500 bags of ice, how much total profit does it make?", "options": ["A)125", "B)150", "C)225", "D)250", "E)275"], "rationale": "Profit per bag = 1.25 * 0.20 = 0.25\nTotal profit = 500 * 0.25 = 125\nAnswer is A.", "correct": "A" } ``` ### Data Fields - `question` : (str) A natural language definition of the problem to solve - `options` : (list(str)) 5 possible options (A, B, C, D and E), among which one is correct - `rationale` : (str) A natural language description of the solution to the problem - `correct` : (str) The correct option ### Data Splits | | Train | Valid | Test | | ----- | ------ | ----- | ---- | | Examples | 97467 | 254 | 254 | ## Dataset Creation ### Curation Rationale [Needs More Information] ### Source Data #### Initial Data Collection and Normalization [Needs More Information] #### Who are the source language producers? [Needs More Information] ### Annotations #### Annotation process [Needs More Information] #### Who are the annotators? [Needs More Information] ### Personal and Sensitive Information [Needs More Information] ## Considerations for Using the Data ### Social Impact of Dataset [Needs More Information] ### Discussion of Biases [Needs More Information] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators [Needs More Information] ### Licensing Information Copyright 2017 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ### Citation Information ``` @article{ling2017program, title={Program induction by rationale generation: Learning to solve and explain algebraic word problems}, author={Ling, Wang and Yogatama, Dani and Dyer, Chris and Blunsom, Phil}, journal={ACL}, year={2017} } ``` ### Contributions Thanks to [@arkhalid](https://github.com/arkhalid) for adding this dataset.
aqua_rat
[ "task_categories:question-answering", "task_ids:multiple-choice-qa", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:apache-2.0", "arxiv:1705.04146", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced", "expert-generated"], "language": ["en"], "license": ["apache-2.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["multiple-choice-qa"], "paperswithcode_id": "aqua-rat", "pretty_name": "Algebra Question Answering with Rationales", "dataset_info": [{"config_name": "raw", "features": [{"name": "question", "dtype": "string"}, {"name": "options", "sequence": "string"}, {"name": "rationale", "dtype": "string"}, {"name": "correct", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 42333059, "num_examples": 97467}, {"name": "test", "num_bytes": 116759, "num_examples": 254}, {"name": "validation", "num_bytes": 118616, "num_examples": 254}], "download_size": 25568676, "dataset_size": 42568434}, {"config_name": "tokenized", "features": [{"name": "question", "dtype": "string"}, {"name": "options", "sequence": "string"}, {"name": "rationale", "dtype": "string"}, {"name": "correct", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 46493643, "num_examples": 97467}, {"name": "test", "num_bytes": 126263, "num_examples": 254}, {"name": "validation", "num_bytes": 128853, "num_examples": 254}], "download_size": 26429873, "dataset_size": 46748759}], "configs": [{"config_name": "raw", "data_files": [{"split": "train", "path": "raw/train-*"}, {"split": "test", "path": "raw/test-*"}, {"split": "validation", "path": "raw/validation-*"}], "default": true}, {"config_name": "tokenized", "data_files": [{"split": "train", "path": "tokenized/train-*"}, {"split": "test", "path": "tokenized/test-*"}, {"split": "validation", "path": "tokenized/validation-*"}]}]}
2024-01-09T12:33:06+00:00
[ "1705.04146" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-apache-2.0 #arxiv-1705.04146 #region-us
Dataset Card for AQUA-RAT ========================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: URL * Paper: URL ### Dataset Summary A large-scale dataset consisting of approximately 100,000 algebraic word problems. The solution to each question is explained step-by-step using natural language. This data is used to train a program generation model that learns to generate the explanation, while generating the program that solves the question. ### Supported Tasks and Leaderboards ### Languages en Dataset Structure ----------------- ### Data Instances ### Data Fields * 'question' : (str) A natural language definition of the problem to solve * 'options' : (list(str)) 5 possible options (A, B, C, D and E), among which one is correct * 'rationale' : (str) A natural language description of the solution to the problem * 'correct' : (str) The correct option ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information Copyright 2017 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at ``` URL ``` Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ### Contributions Thanks to @arkhalid for adding this dataset.
[ "### Dataset Summary\n\n\nA large-scale dataset consisting of approximately 100,000 algebraic word problems.\nThe solution to each question is explained step-by-step using natural language.\nThis data is used to train a program generation model that learns to generate the explanation,\nwhile generating the program that solves the question.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nen\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\n* 'question' : (str) A natural language definition of the problem to solve\n* 'options' : (list(str)) 5 possible options (A, B, C, D and E), among which one is correct\n* 'rationale' : (str) A natural language description of the solution to the problem\n* 'correct' : (str) The correct option", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nCopyright 2017 Google Inc.\n\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\n\n```\nURL\n\n```\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "### Contributions\n\n\nThanks to @arkhalid for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-apache-2.0 #arxiv-1705.04146 #region-us \n", "### Dataset Summary\n\n\nA large-scale dataset consisting of approximately 100,000 algebraic word problems.\nThe solution to each question is explained step-by-step using natural language.\nThis data is used to train a program generation model that learns to generate the explanation,\nwhile generating the program that solves the question.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nen\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\n* 'question' : (str) A natural language definition of the problem to solve\n* 'options' : (list(str)) 5 possible options (A, B, C, D and E), among which one is correct\n* 'rationale' : (str) A natural language description of the solution to the problem\n* 'correct' : (str) The correct option", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nCopyright 2017 Google Inc.\n\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\n\n```\nURL\n\n```\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "### Contributions\n\n\nThanks to @arkhalid for adding this dataset." ]
[ 115, 72, 10, 12, 6, 85, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 126, 17 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-apache-2.0 #arxiv-1705.04146 #region-us \n### Dataset Summary\n\n\nA large-scale dataset consisting of approximately 100,000 algebraic word problems.\nThe solution to each question is explained step-by-step using natural language.\nThis data is used to train a program generation model that learns to generate the explanation,\nwhile generating the program that solves the question.### Supported Tasks and Leaderboards### Languages\n\n\nen\n\n\nDataset Structure\n-----------------### Data Instances### Data Fields\n\n\n* 'question' : (str) A natural language definition of the problem to solve\n* 'options' : (list(str)) 5 possible options (A, B, C, D and E), among which one is correct\n* 'rationale' : (str) A natural language description of the solution to the problem\n* 'correct' : (str) The correct option### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators" ]
[ 0.011619580909609795, 0.13542670011520386, -0.006881263107061386, -0.010552585124969482, 0.0533558614552021, 0.01090889610350132, 0.029805755242705345, 0.0826360434293747, 0.011444369331002235, 0.15545092523097992, 0.05130121856927872, 0.12148067355155945, 0.10414762049913406, 0.04953698813915253, -0.01640237867832184, -0.19061177968978882, 0.02878602035343647, -0.10762377828359604, 0.0034360631834715605, 0.1339675337076187, 0.14391522109508514, -0.057139817625284195, 0.03192010149359703, -0.09295942634344101, 0.021489348262548447, -0.010436173528432846, -0.0018435053061693907, -0.026828927919268608, 0.06910203397274017, 0.06319703161716461, 0.03818053379654884, 0.01844932697713375, 0.08325380086898804, -0.29116323590278625, -0.002391803078353405, 0.03844178840517998, 0.016045665368437767, 0.027850506827235222, 0.06207316741347313, -0.08287547528743744, 0.064262256026268, -0.16237668693065643, 0.057431455701589584, 0.08231406658887863, -0.14426353573799133, -0.16671110689640045, -0.09974803030490875, 0.035333264619112015, 0.15420669317245483, 0.0735652819275856, -0.09681645035743713, -0.0010160824749618769, -0.10685552656650543, 0.09303604811429977, 0.07966960966587067, -0.12098484486341476, -0.08483279496431351, 0.10929648578166962, 0.04921204224228859, 0.13319219648838043, -0.09941447526216507, 0.02860192023217678, 0.012686371803283691, 0.01817009225487709, 0.03894489258527756, -0.06905858963727951, 0.008801688440144062, 0.05625232681632042, -0.17430193722248077, -0.12087206542491913, 0.1599833220243454, 0.03352295979857445, -0.021480971947312355, -0.13016805052757263, -0.026390042155981064, 0.03842906653881073, -0.012004176154732704, -0.031123735010623932, -0.047753024846315384, -0.0074217068031430244, 0.08690528571605682, -0.11172713339328766, -0.05785803124308586, -0.03546503931283951, 0.0026213263627141714, 0.05741003528237343, 0.039042405784130096, 0.0066332705318927765, 0.0317411832511425, 0.04185318201780319, -0.08947034180164337, -0.07931863516569138, 0.010802295058965683, -0.017833396792411804, -0.19532504677772522, 0.0023769973777234554, 0.025013186037540436, -0.06285537034273148, 0.06478971987962723, 0.14537155628204346, -0.059589337557554245, 0.019192544743418694, 0.020715506747364998, 0.004705652128905058, 0.06427273154258728, 0.13337336480617523, -0.12606677412986755, -0.13772816956043243, -0.04763360694050789, 0.019643649458885193, -0.0345902144908905, -0.046544309705495834, -0.013629415072500706, 0.04788842797279358, 0.034436266869306564, 0.12983742356300354, 0.15184509754180908, -0.01056336797773838, -0.06256271153688431, 0.0016740993596613407, -0.037752844393253326, -0.09611772745847702, 0.030403023585677147, 0.07104634493589401, -0.04482046887278557, -0.012402462773025036, -0.05780547857284546, 0.005823053419589996, -0.11944893002510071, 0.07455722987651825, -0.04061272367835045, -0.021192310377955437, -0.0848773792386055, -0.08199158310890198, 0.030299222096800804, -0.05495258420705795, -0.0768602266907692, 0.05194614455103874, -0.11336903274059296, -0.0915050059556961, 0.013719544745981693, -0.11631917953491211, -0.08544853329658508, -0.058430347591638565, -0.04756259545683861, -0.0023146665189415216, 0.006810478400439024, -0.015401875600218773, -0.018937723711133003, 0.06462807953357697, -0.047251854091882706, 0.015819532796740532, 0.015584953129291534, 0.012449790723621845, -0.06486359238624573, 0.08744851499795914, -0.08298780769109726, 0.1257663369178772, -0.10703089833259583, -0.03714681416749954, -0.15745007991790771, -0.12926840782165527, 0.10930010676383972, 0.002558872802183032, -0.04224434867501259, 0.1015753373503685, -0.12686800956726074, 0.02365592122077942, 0.12416809797286987, 0.015960846096277237, -0.018257534131407738, 0.12058639526367188, -0.03876899555325508, 0.046982791274785995, 0.021813875064253807, 0.10716952383518219, 0.07951109111309052, 0.0820746049284935, -0.010768510401248932, -0.03622858598828316, 0.018998216837644577, 0.2589637339115143, 0.07239388674497604, -0.10259725898504257, 0.020425932481884956, 0.0014473594492301345, -0.06027612462639809, -0.09675432741641998, -0.02949719876050949, -0.11556508392095566, -0.02357906475663185, 0.004945959430187941, 0.08626367896795273, 0.008122822269797325, -0.07755415886640549, -0.054404184222221375, -0.07629919052124023, -0.019701126962900162, -0.0029909005388617516, -0.000699225754942745, -0.026275653392076492, -0.07369010895490646, 0.0363103412091732, 0.008380023762583733, 0.0387045256793499, -0.1929180771112442, -0.16994008421897888, 0.03512074053287506, -0.03148176893591881, 0.11782912164926529, 0.013240331783890724, 0.026894669979810715, -0.013065991923213005, -0.05944972112774849, -0.011893126182258129, -0.0017286849906668067, -0.005525039974600077, 0.01701413094997406, -0.15198421478271484, 0.028182784095406532, -0.02543523535132408, 0.12316959351301193, -0.14514745771884918, 0.016084566712379456, 0.09862593561410904, 0.1199956089258194, -0.004751876927912235, -0.050545502454042435, 0.010663815774023533, 0.021958885714411736, -0.019212640821933746, 0.005126794334501028, -0.0034042506013065577, -0.101756751537323, -0.0499226339161396, -0.026213379576802254, -0.1655212938785553, -0.14309842884540558, 0.018797803670167923, -0.022693999111652374, -0.11047698557376862, 0.013895818032324314, -0.058352116495370865, -0.020314207300543785, -0.02643989585340023, -0.10719259083271027, 0.04440546780824661, 0.029744889587163925, -0.016920706257224083, -0.0550670400261879, -0.04226848483085632, -0.035153456032276154, -0.05171622335910797, -0.027356060221791267, 0.14355693757534027, -0.010136297903954983, -0.1375008225440979, 0.12770745158195496, -0.010619980283081532, 0.02908107079565525, 0.0657908096909523, -0.020045744255185127, -0.09655573219060898, -0.06229877099394798, 0.11473328620195389, 0.015386243350803852, 0.06172524765133858, -0.06204090639948845, 0.035212378948926926, 0.06403493136167526, 0.013913002796471119, -0.007276993710547686, -0.10385417938232422, 0.032600272446870804, -0.011319895274937153, -0.08870618790388107, -0.012985896319150925, -0.018788570538163185, 0.07001383602619171, 0.11807664483785629, 0.04218191280961037, 0.016783664003014565, 0.0005972236976958811, -0.059666216373443604, -0.13111291825771332, 0.11843519657850266, -0.12143279612064362, -0.23407429456710815, -0.12737560272216797, -0.044679656624794006, -0.0643172413110733, -0.01175062544643879, 0.026725344359874725, -0.021869033575057983, -0.07017271965742111, -0.042314063757658005, 0.10271401703357697, -0.02410942316055298, -0.14752213656902313, -0.1262417882680893, 0.00867415126413107, -0.003554313210770488, -0.08427195250988007, 0.04146730527281761, 0.09076351672410965, -0.08433204889297485, 0.04540623351931572, -0.004192434251308441, 0.1444896012544632, 0.17782333493232727, 0.0496513694524765, -0.044676125049591064, -0.024124110117554665, 0.28989842534065247, -0.14552710950374603, 0.12998129427433014, 0.029377100989222527, -0.04253287613391876, 0.09076321125030518, 0.22002838551998138, 0.028719644993543625, -0.06289384514093399, 0.06170131638646126, 0.10410794615745544, -0.050277143716812134, -0.2899102568626404, -0.09640193730592728, -0.0795673131942749, -0.0013821327593177557, 0.028532113879919052, 0.03871418163180351, 0.09239265322685242, 0.0311844851821661, -0.07102029770612717, -0.04539453983306885, 0.11375594139099121, 0.10631906241178513, 0.1257740557193756, -0.03692519664764404, 0.06834588944911957, -0.02746780589222908, -0.03763560205698013, 0.08682750165462494, 0.015530066564679146, 0.19420374929904938, 0.029036328196525574, 0.2705428898334503, 0.0731886476278305, 0.15431970357894897, -0.06357183307409286, -0.021571194753050804, 0.00688951974734664, 0.06201178580522537, -0.026592884212732315, -0.050848133862018585, 0.03093467466533184, 0.07861363887786865, 0.2144058346748352, -0.04535488039255142, 0.13808853924274445, -0.06691915541887283, 0.09728072583675385, 0.2681964933872223, 0.04023813456296921, -0.07741261273622513, 0.01713196560740471, 0.13386763632297516, 0.002953537506982684, -0.13461561501026154, 0.02256481908261776, 0.10416344553232193, -0.1528497040271759, 0.041777562350034714, -0.01611955277621746, 0.1189124658703804, 0.0010901602217927575, -0.016801217570900917, -0.050049636512994766, 0.021208729594945908, 0.00213762023486197, 0.14373202621936798, -0.22910743951797485, 0.1315406858921051, 0.028740739449858665, -0.0317196361720562, -0.06419104337692261, 0.034497760236263275, -0.055640723556280136, 0.009762571193277836, 0.20858421921730042, 0.048651617020368576, -0.05256691575050354, -0.04267066717147827, -0.02685767225921154, -0.052254028618335724, 0.17239508032798767, -0.14140048623085022, 0.07678254693746567, -0.04869924485683441, -0.014142271131277084, -0.0566372387111187, -0.03760712593793869, -0.024195382371544838, -0.17010726034641266, 0.06487739831209183, -0.05088501423597336, 0.08053839206695557, -0.07103878259658813, 0.018839415162801743, -0.04215288907289505, 0.16991081833839417, -0.1095685064792633, -0.06891427934169769, -0.12564820051193237, -0.044394299387931824, 0.17620849609375, -0.04799497127532959, 0.03665933012962341, -0.02519938163459301, 0.09175501018762589, 0.014561164192855358, 0.041362419724464417, 0.09379220008850098, -0.008262956514954567, -0.21841219067573547, -0.02818375825881958, 0.2085380256175995, 0.0693424865603447, 0.0936453565955162, -0.004130741581320763, 0.08877866715192795, -0.01175149716436863, -0.14099840819835663, 0.038147103041410446, 0.04122458025813103, -0.007738197222352028, 0.19812870025634766, -0.0004215054214000702, -0.11397749930620193, -0.15258042514324188, -0.058282773941755295, 0.17789246141910553, 0.1516261100769043, -0.10896020382642746, 0.08099992573261261, 0.10857988893985748, -0.0486365407705307, -0.2264128178358078, 0.009923113510012627, 0.05142167955636978, -0.04079627990722656, 0.01884974166750908, -0.1570432335138321, -0.04914717376232147, 0.022503165528178215, 0.000037332818465074524, 0.03354997932910919, -0.2892274856567383, -0.09255564212799072, 0.02116844803094864, 0.05814731866121292, -0.17501533031463623, -0.17307357490062714, -0.10130532085895538, 0.010999603196978569, -0.09624245017766953, 0.12253472954034805, 0.0023156495299190283, 0.027807103469967842, 0.023214709013700485, 0.09087517112493515, 0.031997352838516235, -0.05537726357579231, 0.22739990055561066, -0.033204272389411926, -0.011991718783974648, -0.07904352992773056, -0.02858002670109272, 0.14229008555412292, 0.01426974032074213, 0.07274549454450607, 0.0221970584243536, 0.03625430911779404, -0.11215060949325562, -0.027728943154215813, -0.13268202543258667, -0.010863733477890491, -0.13400323688983917, -0.07880445569753647, -0.12033310532569885, 0.03991828113794327, 0.08800613880157471, -0.015983788296580315, 0.06203312799334526, -0.09324928373098373, 0.076277956366539, 0.1405332088470459, 0.15110145509243011, 0.16184018552303314, -0.191230908036232, 0.005036115180701017, 0.015432882122695446, -0.03065117821097374, -0.07842647284269333, 0.045284420251846313, 0.15766163170337677, 0.058776479214429855, 0.21658283472061157, -0.03158508613705635, -0.13309043645858765, -0.0010021679336205125, 0.026866544038057327, -0.05818133056163788, -0.3607366383075714, 0.025614989921450615, 0.06399863958358765, -0.16701334714889526, -0.10652051120996475, 0.05141870304942131, 0.04700827971100807, -0.015491422265768051, 0.044659797102212906, 0.12677499651908875, 0.00030026701278984547, 0.07979951798915863, 0.03678629547357559, 0.10544556379318237, -0.06261949241161346, 0.010292116552591324, 0.12998616695404053, -0.05409063771367073, -0.03272347152233124, 0.19914144277572632, -0.03113919496536255, -0.027369366958737373, 0.02371486835181713, -0.0716010108590126, -0.032599836587905884, -0.020247016102075577, 0.033113423734903336, -0.17855167388916016, 0.032398123294115067, 0.10611879080533981, -0.036442168056964874, -0.009394734166562557, 0.023202888667583466, -0.03735695406794548, -0.0003165921079926193, 0.1071760356426239, 0.0031756474636495113, 0.009189536795020103, 0.029231790453195572, -0.015724288299679756, -0.025435566902160645, 0.005152748432010412, -0.0006798610556870699, -0.05033588036894798, -0.10243579000234604, 0.05715493857860565, -0.19058814644813538, 0.02947516180574894, -0.10206394642591476, -0.0019290084019303322, -0.01725291833281517, -0.08974415063858032, 0.0033044510055333376, -0.01955239474773407, -0.08096818625926971, -0.0644294023513794, -0.01211504451930523, 0.0868649035692215, -0.1580250859260559, -0.018459567800164223, 0.10809087008237839, -0.05906955897808075, 0.08873140066862106, -0.015159036964178085, -0.0838228166103363, 0.07527413219213486, -0.06901456415653229, -0.0015088231302797794, -0.025107838213443756, 0.07860881835222244, 0.03753034025430679, -0.16202948987483978, -0.043777648359537125, -0.029501432552933693, -0.03721044957637787, 0.06026268005371094, -0.13722217082977295, -0.09746759384870529, 0.087342768907547, -0.03476232290267944, -0.1320866495370865, -0.04017430916428566, 0.025376096367836, -0.0403672456741333, -0.012561251409351826, 0.12772783637046814, -0.03891218081116676, 0.142324760556221, -0.08384063839912415, -0.024516472592949867, -0.01012401469051838, 0.038384128361940384, -0.010505405254662037, -0.028096962720155716, 0.05366064980626106, -0.038324590772390366, 0.10597681254148483, -0.09653601050376892, 0.0017019333317875862, 0.04230233654379845, 0.01434291061013937, 0.014681495726108551, 0.027230363339185715, 0.03288804367184639, 0.009262914769351482, -0.05726982280611992, -0.019288526847958565, -0.042263053357601166, -0.11049386113882065, -0.038820262998342514, 0.11332420259714127, 0.07562027126550674, 0.24046337604522705, -0.0397690050303936, 0.05936592072248459, -0.11106202006340027, -0.00013087561819702387, 0.16430705785751343, 0.023336714133620262, 0.00641875434666872, -0.05747431144118309, 0.09772412478923798, 0.12457495927810669, -0.20799334347248077, 0.13456973433494568, -0.08276042342185974, -0.1016056165099144, -0.042664553970098495, -0.12728726863861084, -0.0718463882803917, 0.011365174315869808, 0.018298359587788582, -0.12863685190677643, 0.09920667111873627, 0.03119446523487568, 0.014265578240156174, -0.0347566120326519, 0.10370835661888123, -0.05996711552143097, -0.05986608937382698, -0.0010506737744435668, 0.04966399073600769, 0.1089417040348053, 0.06066233292222023, 0.06561008840799332, -0.033215321600437164, 0.0075415452010929585, 0.1170336902141571, 0.08450249582529068, -0.04718853160738945, -0.030062993988394737, -0.06979898363351822, -0.032561756670475006, 0.020670825615525246, 0.018272392451763153, -0.03414556384086609, 0.21430058777332306, 0.032674893736839294, -0.014441386796534061, 0.013978792354464531, 0.245945006608963, -0.08967287093400955, -0.13250930607318878, -0.1303587108850479, 0.17738550901412964, -0.0295121930539608, 0.040890417993068695, 0.044904425740242004, -0.1394054889678955, -0.0011231314856559038, 0.08820177614688873, 0.1301112174987793, 0.022325847297906876, 0.017363185063004494, -0.013326522894203663, 0.029304467141628265, 0.022397948428988457, -0.028987744823098183, 0.05714838579297066, 0.23077373206615448, -0.074852854013443, 0.06753060221672058, -0.06269717961549759, -0.026330184191465378, -0.04212147369980812, 0.09491533786058426, 0.03114275075495243, -0.022115163505077362, -0.07236181199550629, 0.16557542979717255, -0.10061823576688766, -0.1546749323606491, 0.0349031463265419, -0.07081073522567749, -0.1158488318324089, -0.012002692557871342, 0.017720304429531097, 0.006150079425424337, 0.01734856702387333, 0.05316134914755821, -0.03870335966348648, 0.061249759048223495, 0.04920538514852524, -0.010126444511115551, 0.005555627401918173, 0.127250537276268, -0.089139923453331, 0.19321121275424957, 0.01779528521001339, 0.06901530176401138, 0.13167086243629456, -0.09194615483283997, -0.05436834692955017, 0.09813552349805832, 0.1260165274143219, -0.01762663759291172, 0.006511119659990072, 0.20052972435951233, 0.021564994007349014, 0.14933781325817108, 0.10092493891716003, -0.05939488485455513, 0.04275088012218475, 0.06175556406378746, -0.00018172389536630362, -0.1315469741821289, 0.04773334786295891, -0.13247273862361908, 0.0738903358578682, 0.16621710360050201, -0.0585193932056427, 0.010286394506692886, -0.03754530847072601, 0.005064794793725014, -0.034764062613248825, 0.19521890580654144, -0.030999572947621346, -0.12022652477025986, 0.016763517633080482, -0.057262763381004333, 0.11302205175161362, -0.12588752806186676, -0.0618048831820488, 0.061822112649679184, 0.02752784453332424, -0.011827798560261726, 0.13018779456615448, 0.06422526389360428, -0.0033136876299977303, -0.0415470153093338, -0.22671642899513245, -0.02618935890495777, 0.15923069417476654, -0.06476283073425293, 0.012531369924545288 ]
84df3ebd8bfe31e2875d242300161ea64ac2b06b
# Dataset Card for AQuaMuSe ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://github.com/google-research-datasets/aquamuse - **Repository:** https://github.com/google-research-datasets/aquamuse - **Paper:** https://arxiv.org/pdf/2010.12694.pdf - **Leaderboard:** - **Point of Contact:** ### 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](https://arxiv.org/pdf/2010.12694.pdf). ### Supported Tasks and Leaderboards - **Abstractive** and **Extractive** query-based multi-document summarization - Question Answering ### Languages en : English ## Dataset Structure ### Data Instances - `input_urls`: a `list` of `string` features. - `query`: a `string` feature. - `target`: a `string` 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`: a `list` of `string` features. - List of URLs to input documents pointing to [Common Crawl](https://commoncrawl.org/2017/07/june-2017-crawl-archive-now-available) to be summarized. - Dependencies: Documents URLs references the [Common Crawl June 2017 Archive](https://commoncrawl.org/2017/07/june-2017-crawl-archive-now-available). - `query`: a `string` feature. - Input query to be used as summarization context. This is derived from [Natural Questions](https://ai.google.com/research/NaturalQuestions/) user queries. - `target`: a `string` feature - Summarization target, derived from [Natural Questions](https://ai.google.com/research/NaturalQuestions/) long answers. ### Data Splits - This dataset has two high-level configurations `abstractive` and `extractive` - Each configuration has the data splits of `train`, `dev` and `test` - The original format of the data was in [TFrecords](https://www.tensorflow.org/tutorials/load_data/tfrecord), which has been parsed to the format as specified in [Data Instances](#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](https://arxiv.org/pdf/2010.12694.pdf). ### 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](https://github.com/google-research-datasets/aquamuse/commits?author=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](https://github.com/Karthik-Bhaskar) for adding this dataset.
aquamuse
[ "task_categories:other", "task_categories:question-answering", "task_categories:text2text-generation", "task_ids:abstractive-qa", "task_ids:extractive-qa", "annotations_creators:crowdsourced", "annotations_creators:expert-generated", "language_creators:crowdsourced", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:extended|natural_questions", "source_datasets:extended|other-Common-Crawl", "source_datasets:original", "language:en", "license:unknown", "query-based-multi-document-summarization", "arxiv:2010.12694", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced", "expert-generated"], "language_creators": ["crowdsourced", "expert-generated"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["extended|natural_questions", "extended|other-Common-Crawl", "original"], "task_categories": ["other", "question-answering", "text2text-generation"], "task_ids": ["abstractive-qa", "extractive-qa"], "paperswithcode_id": "aquamuse", "pretty_name": "AQuaMuSe", "tags": ["query-based-multi-document-summarization"], "dataset_info": [{"config_name": "abstractive", "features": [{"name": "query", "dtype": "string"}, {"name": "input_urls", "sequence": "string"}, {"name": "target", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 6434893, "num_examples": 6253}, {"name": "test", "num_bytes": 843165, "num_examples": 811}, {"name": "validation", "num_bytes": 689093, "num_examples": 661}], "download_size": 5167854, "dataset_size": 7967151}, {"config_name": "extractive", "features": [{"name": "query", "dtype": "string"}, {"name": "input_urls", "sequence": "string"}, {"name": "target", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 6434893, "num_examples": 6253}, {"name": "test", "num_bytes": 843165, "num_examples": 811}, {"name": "validation", "num_bytes": 689093, "num_examples": 661}], "download_size": 5162151, "dataset_size": 7967151}], "configs": [{"config_name": "abstractive", "data_files": [{"split": "train", "path": "abstractive/train-*"}, {"split": "test", "path": "abstractive/test-*"}, {"split": "validation", "path": "abstractive/validation-*"}]}, {"config_name": "extractive", "data_files": [{"split": "train", "path": "extractive/train-*"}, {"split": "test", "path": "extractive/test-*"}, {"split": "validation", "path": "extractive/validation-*"}]}]}
2024-01-09T12:36:37+00:00
[ "2010.12694" ]
[ "en" ]
TAGS #task_categories-other #task_categories-question-answering #task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-extractive-qa #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|natural_questions #source_datasets-extended|other-Common-Crawl #source_datasets-original #language-English #license-unknown #query-based-multi-document-summarization #arxiv-2010.12694 #region-us
# Dataset Card for AQuaMuSe ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: URL - Leaderboard: - Point of Contact: ### 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': a 'list' of 'string' features. - 'query': a 'string' feature. - 'target': a 'string' feature Example: ### Data Fields - 'input_urls': a 'list' of 'string' 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': a 'string' feature. - Input query to be used as summarization context. This is derived from Natural Questions user queries. - 'target': a 'string' feature - Summarization target, derived from Natural Questions long answers. ### Data Splits - This dataset has two high-level configurations 'abstractive' and 'extractive' - Each configuration has the data splits of 'train', 'dev' and 'test' - 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 #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## 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 @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.
[ "# Dataset Card for AQuaMuSe", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nAQuaMuSe 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)\n\nThis 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\n\n- Abstractive and Extractive query-based multi-document summarization\n- Question Answering", "### Languages\n\nen : English", "## Dataset Structure", "### Data Instances\n\n- 'input_urls': a 'list' of 'string' features. \n- 'query': a 'string' feature.\n- 'target': a 'string' feature\n\n\nExample:", "### Data Fields\n\n - 'input_urls': a 'list' of 'string' features. \n - List of URLs to input documents pointing to Common Crawl to be summarized. \n - Dependencies: Documents URLs references the Common Crawl June 2017 Archive.\n \n - 'query': a 'string' feature.\n - Input query to be used as summarization context. This is derived from Natural Questions user queries.\n \n - 'target': a 'string' feature\n - Summarization target, derived from Natural Questions long answers.", "### Data Splits\n - This dataset has two high-level configurations 'abstractive' and 'extractive'\n - Each configuration has the data splits of 'train', 'dev' and 'test'\n - 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\n\nThe 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", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe 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\n\n\n\n\n\n@misc{kulkarni2020aquamuse,\n title={AQuaMuSe: Automatically Generating Datasets for Query-Based Multi-Document Summarization}, \n author={Sayali Kulkarni and Sheide Chammas and Wan Zhu and Fei Sha and Eugene Ie},\n year={2020},\n eprint={2010.12694},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}", "### Contributions\n\nThanks to @Karthik-Bhaskar for adding this dataset." ]
[ "TAGS\n#task_categories-other #task_categories-question-answering #task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-extractive-qa #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|natural_questions #source_datasets-extended|other-Common-Crawl #source_datasets-original #language-English #license-unknown #query-based-multi-document-summarization #arxiv-2010.12694 #region-us \n", "# Dataset Card for AQuaMuSe", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nAQuaMuSe 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)\n\nThis 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\n\n- Abstractive and Extractive query-based multi-document summarization\n- Question Answering", "### Languages\n\nen : English", "## Dataset Structure", "### Data Instances\n\n- 'input_urls': a 'list' of 'string' features. \n- 'query': a 'string' feature.\n- 'target': a 'string' feature\n\n\nExample:", "### Data Fields\n\n - 'input_urls': a 'list' of 'string' features. \n - List of URLs to input documents pointing to Common Crawl to be summarized. \n - Dependencies: Documents URLs references the Common Crawl June 2017 Archive.\n \n - 'query': a 'string' feature.\n - Input query to be used as summarization context. This is derived from Natural Questions user queries.\n \n - 'target': a 'string' feature\n - Summarization target, derived from Natural Questions long answers.", "### Data Splits\n - This dataset has two high-level configurations 'abstractive' and 'extractive'\n - Each configuration has the data splits of 'train', 'dev' and 'test'\n - 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\n\nThe 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", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe 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\n\n\n\n\n\n@misc{kulkarni2020aquamuse,\n title={AQuaMuSe: Automatically Generating Datasets for Query-Based Multi-Document Summarization}, \n author={Sayali Kulkarni and Sheide Chammas and Wan Zhu and Fei Sha and Eugene Ie},\n year={2020},\n eprint={2010.12694},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}", "### Contributions\n\nThanks to @Karthik-Bhaskar for adding this dataset." ]
[ 203, 10, 120, 27, 103, 31, 7, 6, 51, 128, 79, 5, 43, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 115, 111, 20 ]
[ "passage: TAGS\n#task_categories-other #task_categories-question-answering #task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-extractive-qa #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|natural_questions #source_datasets-extended|other-Common-Crawl #source_datasets-original #language-English #license-unknown #query-based-multi-document-summarization #arxiv-2010.12694 #region-us \n# Dataset Card for AQuaMuSe## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard:\n- Point of Contact:### Dataset Summary\n\nAQuaMuSe 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)\n\nThis 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\n\n- Abstractive and Extractive query-based multi-document summarization\n- Question Answering### Languages\n\nen : English## Dataset Structure", "passage: ### Data Instances\n\n- 'input_urls': a 'list' of 'string' features. \n- 'query': a 'string' feature.\n- 'target': a 'string' feature\n\n\nExample:### Data Fields\n\n - 'input_urls': a 'list' of 'string' features. \n - List of URLs to input documents pointing to Common Crawl to be summarized. \n - Dependencies: Documents URLs references the Common Crawl June 2017 Archive.\n \n - 'query': a 'string' feature.\n - Input query to be used as summarization context. This is derived from Natural Questions user queries.\n \n - 'target': a 'string' feature\n - Summarization target, derived from Natural Questions long answers.### Data Splits\n - This dataset has two high-level configurations 'abstractive' and 'extractive'\n - Each configuration has the data splits of 'train', 'dev' and 'test'\n - 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\n\nThe 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#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases### Other Known Limitations## Additional Information### Dataset Curators\n\nThe 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." ]
[ -0.006454823538661003, 0.20929589867591858, -0.00708742393180728, 0.008989425376057625, 0.08053714781999588, 0.013363330624997616, 0.07499563694000244, 0.09358972311019897, 0.0038553858175873756, 0.1406734585762024, -0.0253865085542202, 0.04137635976076126, 0.10542665421962738, 0.07867997139692307, 0.007765959482640028, -0.21886146068572998, 0.03875454515218735, -0.10418902337551117, -0.011582871899008751, 0.08936134725809097, 0.12546582520008087, -0.07025273144245148, 0.060629405081272125, -0.029383836314082146, 0.017849957570433617, -0.002313392236828804, -0.04327806085348129, -0.06656324863433838, 0.031117912381887436, 0.057631541043519974, 0.04780502989888191, 0.020537618547677994, 0.05301719158887863, -0.2550332248210907, 0.026050196960568428, 0.04890798032283783, 0.02890271507203579, 0.040040671825408936, 0.10330351442098618, -0.05207929387688637, 0.07501950114965439, -0.12461961805820465, 0.08609957993030548, 0.04316195473074913, -0.08903105556964874, -0.07175808399915695, -0.1368531584739685, 0.0163081344217062, 0.06006419658660889, 0.059804439544677734, -0.04601582884788513, 0.04033660143613815, -0.047237325459718704, 0.036226317286491394, 0.04405991733074188, -0.11440519988536835, -0.07513657212257385, -0.00930029060691595, 0.011362588964402676, 0.07267072051763535, -0.08395004272460938, -0.012766077183187008, -0.048063673079013824, 0.017500728368759155, -0.025038447231054306, -0.015306912362575531, -0.045653335750103, 0.030746467411518097, -0.11900518834590912, -0.029442505910992622, 0.13977095484733582, -0.013558262027800083, -0.027567222714424133, -0.16844794154167175, -0.011344421654939651, 0.11480577290058136, -0.020987054333090782, -0.022609572857618332, 0.004043868742883205, -0.019215423613786697, 0.03197094053030014, -0.03123418614268303, -0.07306738942861557, 0.02980460226535797, -0.03689839690923691, -0.010947022587060928, 0.023792142048478127, 0.011731492355465889, 0.005571495275944471, 0.05306682735681534, 0.05451040342450142, -0.0977923721075058, -0.016305800527334213, -0.06110197305679321, -0.13205255568027496, -0.03636445850133896, 0.00690844003111124, -0.12425219267606735, 0.10107333958148956, 0.18084880709648132, 0.0029151025228202343, 0.05226326361298561, -0.06766568124294281, -0.036256708204746246, 0.1034431979060173, 0.14725817739963531, -0.05120435729622841, -0.10197687894105911, -0.02093428559601307, 0.034727707505226135, -0.013302995823323727, -0.027934584766626358, 0.024352021515369415, 0.07375925779342651, -0.011428509838879108, 0.0940222293138504, 0.11345300078392029, -0.0005078886169940233, -0.05469115078449249, -0.0407223179936409, 0.07441851496696472, -0.1546529233455658, 0.03564579039812088, 0.03476231172680855, -0.017115771770477295, 0.009386152029037476, -0.052377693355083466, 0.015343960374593735, -0.08534540235996246, 0.07523132860660553, -0.04085923731327057, -0.01777561381459236, -0.06675562262535095, -0.03411871939897537, 0.05664682015776634, -0.01628473959863186, -0.073817178606987, -0.008733882568776608, -0.08056430518627167, -0.0712086632847786, 0.03956177458167076, -0.09750977903604507, -0.03379187360405922, 0.00746131781488657, 0.036795951426029205, 0.028428930789232254, 0.02419210597872734, 0.049271829426288605, -0.05285848677158356, 0.008214006200432777, -0.04903813451528549, 0.0014169542118906975, 0.11305445432662964, 0.036620303988456726, -0.06765108555555344, 0.04853050410747528, -0.11421529203653336, 0.1091395765542984, -0.12303619086742401, -0.014483969658613205, -0.11633214354515076, -0.007599921431392431, 0.0478564016520977, -0.005351778119802475, -0.01944144442677498, 0.08756180852651596, -0.18240123987197876, -0.005843117833137512, 0.10930639505386353, -0.09609536826610565, -0.0377315953373909, 0.08296293765306473, -0.036621421575546265, 0.020822709426283836, 0.03989965468645096, 0.09108130633831024, 0.042963169515132904, -0.005720901302993298, -0.048454686999320984, -0.07904979586601257, 0.047662585973739624, 0.2226814478635788, 0.09369407594203949, -0.088704414665699, 0.08890838921070099, 0.008330034092068672, -0.016885744407773018, -0.05938637629151344, 0.0050305030308663845, -0.07954814285039902, 0.014745437540113926, 0.00523931672796607, -0.028244106099009514, -0.02513054758310318, -0.044160500168800354, -0.013515045866370201, -0.07166533917188644, -0.03068961575627327, 0.02204488217830658, -0.008319699205458164, -0.001811794936656952, -0.08228369057178497, 0.0081263966858387, 0.025004787370562553, 0.013555681332945824, -0.17300057411193848, -0.12925724685192108, 0.060869328677654266, -0.10721568018198013, 0.10541503131389618, -0.06516192108392715, -0.008018543012440205, -0.00015312246978282928, -0.019021552056074142, 0.020551389083266258, -0.011647904291749, 0.008464244194328785, 0.008941983804106712, -0.15303108096122742, 0.005959425587207079, -0.04388165473937988, 0.15630674362182617, -0.0927858054637909, 0.008090605027973652, 0.08087119460105896, 0.14139975607395172, 0.041244927793741226, -0.05432964116334915, 0.047017984092235565, 0.011619954369962215, 0.013582753948867321, -0.028302792459726334, -0.015953226014971733, -0.04240894317626953, -0.017656976357102394, 0.032925792038440704, -0.09016720950603485, -0.09817921370267868, 0.02412896789610386, 0.11668047308921814, -0.05509676784276962, -0.014706285670399666, -0.04732801020145416, -0.035323724150657654, -0.0893799215555191, -0.053362876176834106, 0.10755392909049988, 0.06534628570079803, 0.01389516144990921, -0.05651303380727768, -0.06262597441673279, -0.05113769695162773, 0.012735536321997643, -0.06554599106311798, 0.07591918110847473, 0.05537017434835434, -0.1580880582332611, 0.10602468252182007, 0.04339896887540817, 0.10113838315010071, 0.10564935952425003, -0.04836350306868553, -0.0956728458404541, -0.036127351224422455, -0.0035529513843357563, -0.0014475147472694516, 0.05051553249359131, -0.030301500111818314, 0.02692987024784088, 0.07481971383094788, -0.016154689714312553, 0.012193813920021057, -0.05384943634271622, 0.03991033136844635, -0.002512870356440544, -0.015230650082230568, -0.014730803668498993, -0.004505027085542679, 0.06492792814970016, 0.09437588602304459, 0.025263242423534393, 0.12221397459506989, -0.03309378772974014, -0.05385288596153259, -0.09857881814241409, 0.10170673578977585, -0.14350664615631104, -0.22754931449890137, -0.10689501464366913, -0.016622401773929596, -0.039247777312994, -0.04142606630921364, 0.0010926700197160244, -0.03659093752503395, -0.10571244359016418, -0.09091859310865402, 0.07851071655750275, 0.07905501127243042, -0.10362276434898376, -0.008075164631009102, 0.019212443381547928, 0.005101911723613739, -0.11183405667543411, 0.02812744490802288, 0.04755238816142082, -0.03517751768231392, 0.022483475506305695, 0.06464684754610062, 0.09564647078514099, 0.06470364332199097, 0.0688982829451561, -0.02883138507604599, -0.0103733129799366, 0.22183829545974731, -0.118564173579216, 0.1284819096326828, 0.11742942035198212, -0.06811055541038513, 0.06378830969333649, 0.1801045536994934, 0.025019071996212006, -0.023442503064870834, 0.023863568902015686, 0.07207583636045456, 0.003566192463040352, -0.2667170763015747, -0.08250774443149567, -0.04457101970911026, -0.018775392323732376, 0.048937126994132996, 0.04903217777609825, -0.04723713546991348, 0.021895302459597588, -0.09968926012516022, -0.042673684656620026, 0.06620214879512787, 0.05388542264699936, 0.10187244415283203, 0.006057349499315023, 0.0585213303565979, -0.051271021366119385, -0.028422676026821136, 0.09153777360916138, 0.029652658849954605, 0.18514858186244965, 0.01282423548400402, 0.16465461254119873, 0.048123814165592194, 0.05508323758840561, 0.0009263637475669384, 0.00783450249582529, 0.001698569394648075, 0.0663347840309143, -0.01962970942258835, -0.06140313297510147, -0.0027509257197380066, 0.06881540268659592, 0.0844210758805275, -0.10263372957706451, 0.08295072615146637, -0.010903272777795792, 0.09247580170631409, 0.2132394015789032, 0.001318161841481924, -0.03795558959245682, -0.033173248171806335, 0.08907417953014374, -0.08943533897399902, -0.09096089750528336, -0.008766058832406998, 0.05629114806652069, -0.16836445033550262, 0.07939817011356354, -0.0359683521091938, 0.09870092570781708, -0.06255340576171875, -0.028312072157859802, 0.021008167415857315, 0.032352134585380554, -0.012776256538927555, 0.0926792100071907, -0.14079874753952026, 0.09643913060426712, 0.008742747828364372, 0.0007411199621856213, -0.08486282080411911, 0.08386354148387909, 0.015119312331080437, -0.0744965523481369, 0.10971443355083466, 0.005823894403874874, -0.19138146936893463, 0.029488040134310722, -0.0794733315706253, 0.031637392938137054, 0.11416180431842804, -0.12669116258621216, 0.10615089535713196, -0.026343055069446564, -0.023121163249015808, -0.063564732670784, -0.0844535082578659, -0.11298045516014099, -0.24007445573806763, 0.09467683732509613, -0.10834139585494995, 0.042013123631477356, -0.07085093855857849, -0.030514733865857124, -0.030120395123958588, 0.11591765284538269, -0.14554068446159363, -0.070888452231884, -0.12940630316734314, 0.017390821129083633, 0.16462638974189758, -0.04326711595058441, 0.03599212318658829, -0.0226917564868927, 0.16397136449813843, -0.0033892474602907896, -0.043827299028635025, 0.01381116732954979, -0.043812938034534454, -0.20568811893463135, -0.045144595205783844, 0.13454529643058777, 0.051838282495737076, 0.04372125864028931, -0.020928479731082916, 0.09428269416093826, -0.002719159936532378, -0.08720628917217255, 0.023567091673612595, 0.09229105710983276, 0.02620275691151619, 0.09969226270914078, -0.07029655575752258, -0.18068371713161469, -0.13261307775974274, -0.07751699537038803, 0.11122660338878632, 0.07539866864681244, -0.03361985459923744, 0.14712466299533844, 0.09164595603942871, -0.09788885712623596, -0.18035370111465454, -0.01929328590631485, 0.03325042501091957, -0.02638356387615204, 0.047240033745765686, -0.23086026310920715, 0.10273425281047821, 0.08214949816465378, 0.0026628952473402023, 0.007052760571241379, -0.17292442917823792, -0.11817852407693863, 0.0012461179867386818, 0.010640110820531845, -0.23509463667869568, -0.14610765874385834, -0.09273284673690796, -0.024862080812454224, -0.08388114720582962, 0.11789290606975555, -0.0015902034938335419, 0.0041875941678881645, 0.009089017286896706, 0.06286807358264923, 0.022404978051781654, -0.03456969931721687, 0.13986742496490479, 0.0012355102226138115, -0.00945509783923626, -0.07490316033363342, -0.04278498515486717, 0.0871955156326294, -0.007185697555541992, 0.07135441899299622, 0.0014303630450740457, 0.01132912002503872, -0.07553300261497498, -0.02860511653125286, -0.057989515364170074, -0.007199601270258427, -0.08489036560058594, -0.0227391105145216, -0.07632328569889069, 0.08981380611658096, 0.08363806456327438, -0.04323973506689072, 0.09157858043909073, -0.0572936087846756, 0.03316138684749603, 0.08679923415184021, 0.10563582926988602, 0.07679516077041626, -0.05599914491176605, -0.03210083022713661, 0.007813370786607265, -0.03270475193858147, -0.0700254738330841, 0.06546516716480255, 0.09941290318965912, 0.010105862282216549, 0.14353090524673462, -0.04328440874814987, -0.12212353199720383, -0.00534014031291008, 0.058947786688804626, -0.07538729906082153, -0.21286791563034058, 0.01740977354347706, 0.0874904990196228, -0.16505080461502075, -0.10356060415506363, 0.09799449145793915, 0.08346015214920044, -0.07101830840110779, 0.009527700021862984, 0.12531009316444397, 0.05308539420366287, 0.07971709966659546, -0.011215660721063614, 0.04918317124247551, -0.09113733470439911, 0.09081222116947174, 0.16917617619037628, -0.11948614567518234, -0.012485192157328129, 0.1569165736436844, -0.04488348960876465, -0.044121671468019485, -0.02734581008553505, 0.058157362043857574, 0.0033508427441120148, -0.006772872991859913, -0.007242947816848755, -0.15134990215301514, 0.04477518051862717, 0.1380254030227661, -0.0187528058886528, 0.020153841003775597, 0.014862284064292908, -0.034660376608371735, -0.0030793044716119766, 0.14882484078407288, 0.04310380294919014, 0.02466503530740738, -0.021403130143880844, -0.05354493856430054, 0.00019075907766819, -0.017758414149284363, 0.013236621394753456, -0.04575543850660324, -0.07360947132110596, -0.023298777639865875, -0.11935233324766159, 0.029071107506752014, -0.10806962102651596, 0.0014552632346749306, 0.016148759052157402, -0.045338258147239685, -0.0029058996587991714, -0.008233743719756603, -0.048754673451185226, -0.054008472710847855, -0.06701531261205673, 0.13580158352851868, -0.16401292383670807, 0.011902992613613605, 0.09636261314153671, -0.08534038066864014, 0.10001527518033981, 0.011894813738763332, -0.019830290228128433, 0.0011208383366465569, -0.10273152589797974, -0.01731409691274166, -0.054810162633657455, 0.07713571190834045, 0.020618073642253876, -0.18206652998924255, 0.008251986466348171, -0.004036858677864075, -0.0666595995426178, 0.027904227375984192, 0.05611041560769081, -0.09400230646133423, 0.09791627526283264, -0.002051332499831915, -0.08702830970287323, -0.03986174613237381, 0.012186061590909958, 0.061757490038871765, -0.019065657630562782, 0.12267857789993286, -0.04949264973402023, 0.09077297151088715, -0.12619900703430176, -0.009388284757733345, 0.01412203349173069, 0.008113063871860504, 0.006252263206988573, -0.015797138214111328, 0.048008233308792114, -0.007577360607683659, 0.19280797243118286, -0.024250075221061707, 0.033153265714645386, 0.07758142054080963, 0.04569513723254204, -0.026293141767382622, 0.07120903581380844, -0.03711449354887009, 0.012580077163875103, -0.028202220797538757, -0.003294512629508972, -0.08313800394535065, -0.07642294466495514, -0.02676103636622429, 0.12389746308326721, 0.16648614406585693, 0.18456026911735535, -0.029462013393640518, 0.09058862924575806, -0.08548370003700256, -0.008813822641968727, 0.09249822795391083, -0.05863528326153755, 0.015840644016861916, -0.06350220739841461, 0.05332347750663757, 0.06879892200231552, -0.1837691366672516, 0.09703700244426727, -0.07742056250572205, -0.05472683161497116, -0.025535326451063156, -0.15431028604507446, -0.08701290190219879, 0.03324298933148384, -0.0003124031936749816, -0.11018162965774536, 0.07606402039527893, 0.06856408715248108, -0.01080990582704544, -0.02363460883498192, 0.07519925385713577, -0.08519791811704636, -0.07938136905431747, 0.058976735919713974, 0.0665116161108017, 0.0455889031291008, 0.07161975651979446, 0.056283943355083466, -0.027160806581377983, 0.09410056471824646, 0.07005546241998672, 0.07729938626289368, 0.01461019180715084, -0.005197563208639622, -0.07905033975839615, -0.061756912618875504, 0.03493448346853256, -0.04304220527410507, -0.06506630778312683, 0.1379019320011139, 0.028110790997743607, 0.040481120347976685, 0.01238260418176651, 0.2047441601753235, -0.021694263443350792, -0.09851078689098358, -0.1773415058851242, 0.0532367117702961, -0.022968264296650887, 0.004204088822007179, 0.07308477908372879, -0.12721046805381775, -0.0071078939363360405, 0.08817499876022339, 0.16319584846496582, -0.029618721455335617, 0.012045038864016533, 0.010767817497253418, 0.031977180391550064, 0.002665264531970024, 0.02294563688337803, 0.058363161981105804, 0.19974668323993683, -0.03332524374127388, 0.03539034724235535, -0.03641624003648758, -0.0397016778588295, -0.08110808581113815, 0.11745698750019073, -0.01026100292801857, -0.002332773059606552, -0.0388665571808815, 0.13851699233055115, -0.07591640949249268, -0.21584771573543549, 0.0021071918308734894, -0.10747101902961731, -0.17472246289253235, -0.009356938302516937, 0.03663058951497078, -0.024259023368358612, 0.010429241694509983, 0.08289030194282532, -0.059122487902641296, 0.12915650010108948, 0.06707056611776352, -0.006976734846830368, 0.005298430100083351, 0.12416861951351166, -0.12163278460502625, 0.1869286298751831, 0.0314897745847702, 0.05122101679444313, 0.08516597747802734, -0.02024145796895027, -0.09450258314609528, 0.05164356902241707, 0.10425412654876709, -0.025772705674171448, 0.03342662751674652, 0.1690656840801239, 0.02579645998775959, 0.17573627829551697, 0.1322202980518341, 0.010316101834177971, 0.06732764840126038, 0.046352945268154144, -0.034929972141981125, -0.0799424946308136, 0.10231553018093109, -0.13383547961711884, 0.10501604527235031, 0.16717427968978882, -0.03386004641652107, 0.026706550270318985, -0.017903776839375496, 0.027102556079626083, -0.03123578615486622, 0.1479092538356781, -0.03003011643886566, -0.13687583804130554, 0.018060896545648575, -0.07448602467775345, 0.10312840342521667, -0.1374576985836029, -0.06318797171115875, 0.027676839381456375, -0.004609941504895687, -0.02437461167573929, 0.13880503177642822, 0.07737515866756439, -0.014487983658909798, -0.0324779711663723, -0.12682414054870605, 0.03844568878412247, 0.09952760487794876, -0.07669904828071594, 0.03711731359362602 ]
447b2a5a20c9e8ffaee0f14b31697be7b0dec403
# Dataset Card for ArCOV19 ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** - **Repository:** https://gitlab.com/bigirqu/ArCOV-19 - **Paper:** [ArCOV-19: The First Arabic COVID-19 Twitter Dataset with Propagation Networks](https://arxiv.org/abs/2004.05861) - **Leaderboard:** [More Information Needed] - **Point of Contact:** [Fatima Haouari](mailto:200159617@qu.edu.qa) ### Dataset Summary ArCOV-19 is an Arabic COVID-19 Twitter dataset that covers the period from 27th of January till 5th of May 2021. ArCOV-19 is the first publicly-available Arabic Twitter dataset covering COVID-19 pandemic that includes about 3.2M tweets alongside the propagation networks of the most-popular subset of them (i.e., most-retweeted and-liked). The propagation networks include both retweets and conversational threads (i.e., threads of replies). ArCOV-19 is designed to enable research under several domains including natural language processing, information retrieval, and social computing, among others. Preliminary analysis shows that ArCOV-19 captures rising discussions associated with the first reported cases of the disease as they appeared in the Arab world. In addition to the source tweets and the propagation networks, we also release the search queries and the language-independent crawler used to collect the tweets to encourage the curation of similar datasets. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages Arabic ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields tweet_id: the Twitter assigned ID for the tweet object. ### Data Splits [More Information Needed] ## Dataset Creation The dataset collection approach is presented in the following paper: [ArCOV-19: The First Arabic COVID-19 Twitter Dataset with Propagation Networks](https://arxiv.org/abs/2004.05861) ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations No annotation was provided with the dataset. #### Annotation process No annotation was provided with the dataset. #### Who are the annotators? No annotation was provided with the dataset. ### 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 **Team:** [bigIR](https://sites.google.com/view/bigir) from Qatar University ([@bigIR_group](https://twitter.com/bigIR_group)) - [Fatima Haouari](mailto:200159617@qu.edu.qa) - [Maram Hasanain](mailto:maram.hasanain@qu.edu.qa) - [Reem Suwaileh](mailto:rs081123@qu.edu.qa) - [Dr. Tamer Elsayed](mailto:telsayed@qu.edu.qa) ### Licensing Information [More Information Needed] ### Citation Information ``` @article{haouari2020arcov19, title={ArCOV-19: The First Arabic COVID-19 Twitter Dataset with Propagation Networks}, author={Fatima Haouari and Maram Hasanain and Reem Suwaileh and Tamer Elsayed}, year={2021}, eprint={2004.05861}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Contributions Thanks to [@Fatima-Haouari](https://github.com/Fatima-Haouari) for adding this dataset.
bigIR/ar_cov19
[ "task_categories:other", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:1M<n<10M", "source_datasets:original", "language:ar", "data-mining", "arxiv:2004.05861", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["ar"], "multilinguality": ["monolingual"], "size_categories": ["1M<n<10M"], "source_datasets": ["original"], "task_categories": ["other"], "task_ids": [], "paperswithcode_id": "arcov-19", "pretty_name": "ArCOV19", "tags": ["data-mining"], "dataset_info": {"config_name": "ar_cov19", "features": [{"name": "tweetID", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 72223634, "num_examples": 3140158}], "download_size": 23678407, "dataset_size": 72223634}}
2023-09-19T05:52:17+00:00
[ "2004.05861" ]
[ "ar" ]
TAGS #task_categories-other #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-Arabic #data-mining #arxiv-2004.05861 #region-us
# Dataset Card for ArCOV19 ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: - Repository: URL - Paper: ArCOV-19: The First Arabic COVID-19 Twitter Dataset with Propagation Networks - Leaderboard: - Point of Contact: Fatima Haouari ### Dataset Summary ArCOV-19 is an Arabic COVID-19 Twitter dataset that covers the period from 27th of January till 5th of May 2021. ArCOV-19 is the first publicly-available Arabic Twitter dataset covering COVID-19 pandemic that includes about 3.2M tweets alongside the propagation networks of the most-popular subset of them (i.e., most-retweeted and-liked). The propagation networks include both retweets and conversational threads (i.e., threads of replies). ArCOV-19 is designed to enable research under several domains including natural language processing, information retrieval, and social computing, among others. Preliminary analysis shows that ArCOV-19 captures rising discussions associated with the first reported cases of the disease as they appeared in the Arab world. In addition to the source tweets and the propagation networks, we also release the search queries and the language-independent crawler used to collect the tweets to encourage the curation of similar datasets. ### Supported Tasks and Leaderboards ### Languages Arabic ## Dataset Structure ### Data Instances ### Data Fields tweet_id: the Twitter assigned ID for the tweet object. ### Data Splits ## Dataset Creation The dataset collection approach is presented in the following paper: ArCOV-19: The First Arabic COVID-19 Twitter Dataset with Propagation Networks ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations No annotation was provided with the dataset. #### Annotation process No annotation was provided with the dataset. #### Who are the annotators? No annotation was provided with the dataset. ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators Team: bigIR from Qatar University (@bigIR_group) - Fatima Haouari - Maram Hasanain - Reem Suwaileh - Dr. Tamer Elsayed ### Licensing Information ### Contributions Thanks to @Fatima-Haouari for adding this dataset.
[ "# Dataset Card for ArCOV19", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: \n- Repository: URL\n- Paper: ArCOV-19: The First Arabic COVID-19 Twitter Dataset with Propagation Networks\n- Leaderboard: \n- Point of Contact: Fatima Haouari", "### Dataset Summary\n\nArCOV-19 is an Arabic COVID-19 Twitter dataset that covers the period from 27th of January till 5th of May 2021.\nArCOV-19 is the first publicly-available Arabic Twitter dataset covering COVID-19 pandemic that includes about 3.2M\ntweets alongside the propagation networks of the most-popular subset of them (i.e., most-retweeted and-liked).\nThe propagation networks include both retweets and conversational threads (i.e., threads of replies).\nArCOV-19 is designed to enable research under several domains including natural language processing, information\nretrieval, and social computing, among others. Preliminary analysis shows that ArCOV-19 captures rising discussions\nassociated with the first reported cases of the disease as they appeared in the Arab world. In addition to the source\ntweets and the propagation networks, we also release the search queries and the language-independent crawler used to\ncollect the tweets to encourage the curation of similar datasets.", "### Supported Tasks and Leaderboards", "### Languages\n\nArabic", "## Dataset Structure", "### Data Instances", "### Data Fields\n\ntweet_id: the Twitter assigned ID for the tweet object.", "### Data Splits", "## Dataset Creation\n\nThe dataset collection approach is presented in the following paper: ArCOV-19: The First Arabic COVID-19 Twitter Dataset with Propagation Networks", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations\nNo annotation was provided with the dataset.", "#### Annotation process\n\nNo annotation was provided with the dataset.", "#### Who are the annotators?\n\nNo annotation was provided with the dataset.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nTeam: bigIR from Qatar University (@bigIR_group)\n\n- Fatima Haouari\n- Maram Hasanain\n- Reem Suwaileh\n- Dr. Tamer Elsayed", "### Licensing Information", "### Contributions\n\nThanks to @Fatima-Haouari for adding this dataset." ]
[ "TAGS\n#task_categories-other #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-Arabic #data-mining #arxiv-2004.05861 #region-us \n", "# Dataset Card for ArCOV19", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: \n- Repository: URL\n- Paper: ArCOV-19: The First Arabic COVID-19 Twitter Dataset with Propagation Networks\n- Leaderboard: \n- Point of Contact: Fatima Haouari", "### Dataset Summary\n\nArCOV-19 is an Arabic COVID-19 Twitter dataset that covers the period from 27th of January till 5th of May 2021.\nArCOV-19 is the first publicly-available Arabic Twitter dataset covering COVID-19 pandemic that includes about 3.2M\ntweets alongside the propagation networks of the most-popular subset of them (i.e., most-retweeted and-liked).\nThe propagation networks include both retweets and conversational threads (i.e., threads of replies).\nArCOV-19 is designed to enable research under several domains including natural language processing, information\nretrieval, and social computing, among others. Preliminary analysis shows that ArCOV-19 captures rising discussions\nassociated with the first reported cases of the disease as they appeared in the Arab world. In addition to the source\ntweets and the propagation networks, we also release the search queries and the language-independent crawler used to\ncollect the tweets to encourage the curation of similar datasets.", "### Supported Tasks and Leaderboards", "### Languages\n\nArabic", "## Dataset Structure", "### Data Instances", "### Data Fields\n\ntweet_id: the Twitter assigned ID for the tweet object.", "### Data Splits", "## Dataset Creation\n\nThe dataset collection approach is presented in the following paper: ArCOV-19: The First Arabic COVID-19 Twitter Dataset with Propagation Networks", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations\nNo annotation was provided with the dataset.", "#### Annotation process\n\nNo annotation was provided with the dataset.", "#### Who are the annotators?\n\nNo annotation was provided with the dataset.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nTeam: bigIR from Qatar University (@bigIR_group)\n\n- Fatima Haouari\n- Maram Hasanain\n- Reem Suwaileh\n- Dr. Tamer Elsayed", "### Licensing Information", "### Contributions\n\nThanks to @Fatima-Haouari for adding this dataset." ]
[ 81, 9, 120, 49, 238, 10, 5, 6, 6, 19, 5, 38, 7, 4, 10, 10, 15, 15, 19, 8, 8, 7, 8, 7, 5, 44, 6, 20 ]
[ "passage: TAGS\n#task_categories-other #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-Arabic #data-mining #arxiv-2004.05861 #region-us \n# Dataset Card for ArCOV19## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: \n- Repository: URL\n- Paper: ArCOV-19: The First Arabic COVID-19 Twitter Dataset with Propagation Networks\n- Leaderboard: \n- Point of Contact: Fatima Haouari### Dataset Summary\n\nArCOV-19 is an Arabic COVID-19 Twitter dataset that covers the period from 27th of January till 5th of May 2021.\nArCOV-19 is the first publicly-available Arabic Twitter dataset covering COVID-19 pandemic that includes about 3.2M\ntweets alongside the propagation networks of the most-popular subset of them (i.e., most-retweeted and-liked).\nThe propagation networks include both retweets and conversational threads (i.e., threads of replies).\nArCOV-19 is designed to enable research under several domains including natural language processing, information\nretrieval, and social computing, among others. Preliminary analysis shows that ArCOV-19 captures rising discussions\nassociated with the first reported cases of the disease as they appeared in the Arab world. In addition to the source\ntweets and the propagation networks, we also release the search queries and the language-independent crawler used to\ncollect the tweets to encourage the curation of similar datasets.### Supported Tasks and Leaderboards" ]
[ 0.004755033180117607, 0.1341770738363266, -0.005410784389823675, -0.03860841691493988, 0.03931576386094093, 0.015073353424668312, 0.06174758821725845, 0.09874362498521805, -0.0509704165160656, 0.1369856745004654, -0.013731575571000576, -0.07273510843515396, 0.13194012641906738, 0.10429519414901733, 0.10322485119104385, -0.14362767338752747, 0.03617103397846222, -0.10783814638853073, 0.009163480252027512, 0.11686498671770096, 0.0999288260936737, -0.05119867995381355, 0.08079548180103302, -0.006576993502676487, 0.019307369366288185, -0.007757742423564196, -0.07104172557592392, -0.0737001895904541, 0.048574984073638916, 0.036389704793691635, 0.10073626786470413, 0.0017142214346677065, 0.03983912244439125, -0.21008609235286713, 0.0249236561357975, 0.10577093809843063, -0.012028517201542854, 0.034163299947977066, 0.07857777178287506, -0.09607362002134323, 0.09251002222299576, -0.17011432349681854, 0.0762796625494957, 0.043877992779016495, -0.12924642860889435, -0.054421551525592804, -0.12226006388664246, 0.04264894872903824, 0.10390491783618927, 0.06898903846740723, -0.04228151589632034, 0.07296721637248993, -0.032178591936826706, 0.005630976054817438, 0.11354329437017441, -0.17187213897705078, -0.05668102577328682, -0.04789247736334801, 0.006067650392651558, 0.1207350343465805, -0.0754980519413948, 0.03712690249085426, -0.010472310706973076, -0.01673576422035694, -0.03781497851014137, -0.0018816165393218398, 0.07485853135585785, -0.0316513292491436, -0.10234197974205017, -0.09128846973180771, 0.10378525406122208, -0.024126041680574417, -0.007604587823152542, -0.11764995008707047, -0.038754988461732864, 0.06233398988842964, -0.054990340024232864, -0.006297076120972633, 0.05339021235704422, 0.021346766501665115, 0.07991625368595123, -0.07689190655946732, -0.13677208125591278, 0.05660846456885338, -0.06945803761482239, 0.08560986816883087, 0.006847116630524397, 0.010006408207118511, 0.005512560252100229, 0.05970395356416702, 0.13361547887325287, -0.0851210430264473, -0.031015783548355103, -0.07196381688117981, -0.10722585022449493, -0.023293396458029747, -0.006602655164897442, -0.0659211128950119, 0.03437752276659012, 0.15344667434692383, -0.012924558483064175, 0.06357158720493317, -0.10146485269069672, -0.014346289448440075, 0.06443777680397034, 0.08193287253379822, -0.04600583016872406, -0.052089910954236984, -0.031945813447237015, 0.004480350762605667, 0.016319163143634796, 0.008424118161201477, 0.09759670495986938, 0.11118920892477036, -0.02722274139523506, 0.07897032797336578, 0.09403597563505173, 0.04960155859589577, -0.042155735194683075, -0.0277579203248024, 0.15329301357269287, -0.14693473279476166, -0.031990136951208115, 0.005834808107465506, 0.006033457815647125, -0.009031719528138638, 0.01688615418970585, 0.02007419802248478, -0.04919099062681198, 0.015797950327396393, -0.09006357938051224, -0.015051503665745258, -0.002969027031213045, -0.0013540062354877591, 0.06652463972568512, -0.08014915883541107, -0.12437038123607635, -0.0941481664776802, -0.046343009918928146, -0.050941742956638336, 0.021241342648863792, -0.07336226850748062, 0.012091971933841705, 0.00997943989932537, 0.05270564928650856, 0.08678337931632996, 0.026988962665200233, 0.03929741680622101, -0.07306414097547531, 0.0539768822491169, -0.052570898085832596, 0.02159484475851059, 0.14726537466049194, 0.029750658199191093, -0.12167328596115112, 0.02935710735619068, -0.15963822603225708, 0.0961759090423584, -0.1368713080883026, 0.06657049804925919, -0.16428349912166595, 0.05534466356039047, -0.029134569689631462, 0.0005081376293674111, -0.01296347938477993, 0.1124514639377594, -0.16969455778598785, -0.09347306936979294, 0.1285879760980606, -0.11460213363170624, -0.024670301005244255, 0.05549970269203186, 0.009791507385671139, 0.05392846092581749, 0.05692629516124725, 0.11790930479764938, -0.007232173345983028, -0.057352397590875626, -0.0730045735836029, -0.06015332043170929, -0.01222309097647667, 0.1808159053325653, 0.06685241311788559, -0.08997350931167603, 0.12580054998397827, 0.01218483131378889, 0.010328354313969612, 0.018876826390624046, 0.012959136627614498, -0.07155683636665344, 0.049905501306056976, -0.016522319987416267, 0.043256886303424835, 0.028244677931070328, -0.03869754448533058, -0.04304768517613411, -0.11676274985074997, -0.1076953336596489, 0.028841223567724228, 0.008363725617527962, 0.04797672480344772, -0.08180810511112213, -0.04142623767256737, -0.0010502629447728395, 0.013699139468371868, -0.13874255120754242, -0.16233383119106293, 0.014434847980737686, -0.0021230168640613556, 0.0796130821108818, -0.040206629782915115, 0.019250690937042236, -0.05262869969010353, -0.036203622817993164, 0.00965539738535881, 0.03866550698876381, 0.010748748667538166, -0.07547652721405029, -0.14967314898967743, 0.053087763488292694, -0.057834915816783905, 0.13655033707618713, -0.05064805597066879, -0.03855094313621521, 0.058105677366256714, 0.2368524819612503, 0.028266672044992447, -0.052512090653181076, 0.0684092566370964, -0.0034343372099101543, 0.05418502911925316, -0.057199250906705856, 0.004929971881210804, -0.04076608642935753, 0.023139016702771187, 0.12631793320178986, -0.15412524342536926, -0.12485474348068237, 0.08039213716983795, 0.09553468227386475, -0.05774521455168724, 0.03933549299836159, -0.07704312354326248, -0.03638157621026039, 0.027047479525208473, -0.03222642093896866, 0.09949661791324615, 0.033479247242212296, 0.04700851067900658, -0.07660502195358276, -0.07990477234125137, 0.0053216745145618916, 0.003356719156727195, -0.1406484693288803, 0.05425286293029785, 0.01883680745959282, -0.253711462020874, 0.09409821778535843, 0.07696313410997391, 0.19081880152225494, 0.13909094035625458, -0.010858929716050625, -0.0966876745223999, 0.04118293523788452, -0.029376719146966934, -0.005567212589085102, 0.04566076397895813, -0.0003657627967186272, -0.019054410979151726, 0.02089555561542511, 0.0038125982973724604, 0.011254760436713696, -0.005829183384776115, 0.04666987806558609, -0.004796268418431282, -0.004077386576682329, 0.03206046670675278, -0.012921500951051712, 0.03792114555835724, 0.10251757502555847, 0.05157284066081047, 0.09641259908676147, -0.0579310841858387, -0.02541336789727211, -0.1024576872587204, 0.09347022324800491, -0.14477193355560303, -0.3380906283855438, -0.021753819659352303, -0.07093547284603119, -0.01564716175198555, -0.018941029906272888, 0.022588904947042465, -0.09139624983072281, -0.0880448967218399, -0.10688641667366028, 0.03720923513174057, 0.019445154815912247, -0.04751976579427719, 0.009108790196478367, -0.015524701215326786, 0.024825654923915863, -0.13367921113967896, 0.041709233075380325, -0.017789147794246674, -0.10277817398309708, -0.009648328647017479, -0.01418814156204462, 0.042080529034137726, 0.03015570528805256, 0.0787411630153656, -0.01631768047809601, -0.06276217848062515, 0.1816471517086029, -0.16411547362804413, 0.13035021722316742, -0.0026389083359390497, -0.005305924918502569, 0.05821555480360985, 0.17414799332618713, -0.011245320551097393, -0.05031704157590866, 0.04907923564314842, 0.1289534717798233, -0.0023288559168577194, -0.21945536136627197, -0.10710807889699936, -0.0491194911301136, -0.09241794049739838, 0.0762299969792366, 0.08177413791418076, 0.03490487113595009, -0.02704591304063797, -0.13682270050048828, -0.05920526012778282, 0.052360862493515015, 0.03436031565070152, 0.088364377617836, 0.040150951594114304, 0.05514846369624138, -0.09455376863479614, 0.02265022322535515, 0.12138331681489944, -0.016634931787848473, 0.21154624223709106, 0.01431189849972725, 0.12437301874160767, 0.06366397440433502, 0.03210333362221718, 0.0006108615198172629, 0.00629535922780633, 0.006191154010593891, 0.07255303859710693, -0.030967269092798233, -0.0428510382771492, -0.041775915771722794, 0.04465286806225777, 0.10483240336179733, -0.16445811092853546, 0.05178685113787651, -0.09582121670246124, 0.08878667652606964, 0.21871228516101837, -0.011759347282350063, -0.04989565163850784, -0.0038417803589254618, 0.048719603568315506, -0.12418069690465927, -0.07404311001300812, 0.00018493793322704732, -0.02039353922009468, -0.11486627161502838, 0.1234624981880188, -0.000051957813411718234, 0.06529758125543594, -0.05427974835038185, -0.02593001164495945, -0.0024139643646776676, -0.03154418244957924, -0.047952283173799515, 0.05603841319680214, -0.1780991107225418, 0.2005014419555664, 0.04076848924160004, 0.019901053979992867, -0.02894817292690277, 0.017005452886223793, 0.022253578528761864, -0.05716364085674286, 0.12267077714204788, 0.04401366412639618, -0.018646903336048126, 0.004958610516041517, -0.14201848208904266, 0.027636732906103134, 0.1289268285036087, -0.1319364607334137, 0.09254016727209091, -0.018054673448204994, -0.020597703754901886, -0.04627909138798714, -0.023556256666779518, -0.13420921564102173, -0.18771351873874664, 0.12138514965772629, -0.13282442092895508, 0.022380907088518143, -0.04998262599110603, -0.03942753002047539, -0.08532456308603287, 0.09293954074382782, -0.1319248080253601, -0.12044862657785416, -0.1517951637506485, -0.046768106520175934, 0.15481100976467133, -0.03522367402911186, 0.05538264662027359, -0.04039406031370163, 0.08715996146202087, -0.008037840947508812, -0.12462706863880157, -0.0017288846429437399, -0.05414116010069847, -0.20382951200008392, -0.041806094348430634, 0.19211986660957336, 0.07582724094390869, 0.0033165800850838423, 0.010992204770445824, 0.100398488342762, 0.006200864445418119, -0.04917485639452934, 0.06591041386127472, 0.061332590878009796, 0.03131141513586044, -0.04218611866235733, 0.043642520904541016, -0.10868483036756516, -0.1291675865650177, -0.03308271989226341, 0.0262307021766901, 0.08765935152769089, 0.0007487040711566806, 0.2386438250541687, 0.14625594019889832, -0.10179539769887924, -0.16304759681224823, -0.13077501952648163, 0.035954542458057404, -0.050543129444122314, -0.013600315898656845, -0.1980077177286148, 0.07869692146778107, 0.042806562036275864, 0.004751123487949371, -0.04543260484933853, -0.1141057014465332, -0.10550405830144882, 0.011673061177134514, -0.06126081943511963, -0.027541501447558403, -0.1007058247923851, -0.07042312622070312, 0.00890670157968998, -0.05570049583911896, 0.13073571026325226, 0.033822741359472275, 0.05240530148148537, 0.0021849616896361113, 0.006549246143549681, -0.005599111318588257, 0.01655752584338188, 0.09552644193172455, -0.026234759017825127, -0.004352724179625511, -0.10312823951244354, 0.015726108103990555, 0.08959710597991943, -0.01727668195962906, -0.016525862738490105, 0.07672034949064255, -0.0011775640305131674, -0.16534051299095154, -0.03780139237642288, -0.09101872891187668, 0.002091506263241172, -0.05669209733605385, -0.011943497695028782, -0.04122927039861679, 0.07257160544395447, 0.11594530940055847, -0.019463900476694107, 0.06346415728330612, -0.034924279898405075, 0.048904865980148315, 0.05108119919896126, 0.16293156147003174, -0.039099812507629395, -0.032283660024404526, -0.044307250529527664, -0.014531219378113747, 0.0017173568485304713, -0.1586114466190338, 0.03860680013895035, 0.06337438523769379, -0.03530515730381012, 0.05513196066021919, -0.04743310436606407, -0.16727247834205627, -0.024614501744508743, 0.13511571288108826, -0.0531802624464035, -0.17108581960201263, 0.020201554521918297, 0.02703223191201687, -0.09190867096185684, -0.06972786039113998, 0.14781084656715393, 0.04527798667550087, -0.07676474004983902, 0.015367458574473858, 0.08631917834281921, 0.03830568119883537, 0.04566429182887077, -0.02884216234087944, 0.016380472108721733, -0.1028425395488739, 0.1625283807516098, 0.17582795023918152, -0.04873103275895119, -0.00033414553035981953, 0.20661728084087372, -0.09730884432792664, -0.047721028327941895, -0.05435589700937271, -0.03589927405118942, 0.030309194698929787, 0.01443688478320837, 0.07788915932178497, -0.07001529633998871, -0.015185141935944557, 0.2251647561788559, -0.048745330423116684, 0.08244900405406952, 0.019345227628946304, 0.015324152074754238, 0.052717175334692, 0.09361077100038528, -0.009452654048800468, -0.03510948643088341, 0.003346889279782772, 0.05018196254968643, 0.015003252774477005, -0.020225591957569122, -0.00193185789976269, -0.02885987050831318, -0.039327334612607956, -0.013037892058491707, -0.012701231054961681, -0.027482692152261734, -0.0846380665898323, -0.025833463296294212, 0.0021396640222519636, -0.05273893103003502, -0.030437983572483063, -0.04441201314330101, -0.02559755928814411, -0.03175079822540283, -0.028172025457024574, 0.12359613180160522, -0.2060968428850174, 0.037606898695230484, 0.09787175059318542, -0.05795842036604881, 0.0974464938044548, 0.027822084724903107, 0.008207602426409721, 0.01973303221166134, -0.09786548465490341, 0.0006807965692132711, -0.03760997951030731, 0.01877131499350071, 0.01469426043331623, -0.057426340878009796, 0.016395889222621918, -0.003117673797532916, -0.06571037322282791, 0.03596295043826103, 0.012490779161453247, -0.07874538749456406, 0.0740562304854393, -0.019077541306614876, -0.052196621894836426, -0.004771541338413954, -0.03273531422019005, 0.06844337284564972, -0.008668548427522182, 0.06291207671165466, -0.039540741592645645, -0.04265138506889343, -0.09311187267303467, -0.03443916141986847, 0.012370333075523376, -0.0028518789913505316, 0.01723061501979828, -0.027469351887702942, 0.04347632825374603, 0.015483198687434196, 0.12906014919281006, 0.020360562950372696, -0.009002643637359142, 0.10656536370515823, 0.051058873534202576, -0.1142200380563736, 0.05952750891447067, -0.09875936061143875, 0.03558507189154625, -0.03103475831449032, 0.023214705288410187, -0.11371444910764694, -0.0616464801132679, -0.12342678010463715, 0.10324041545391083, 0.19279976189136505, 0.27910059690475464, -0.02501211129128933, -0.0021304511465132236, -0.14221319556236267, -0.05586666241288185, 0.05670655146241188, -0.10179328173398972, -0.011898110620677471, -0.05144409090280533, 0.0025185293052345514, 0.14636607468128204, -0.10388021171092987, 0.06360965967178345, -0.061831727623939514, 0.0046371640637516975, 0.02980896271765232, -0.1253083348274231, -0.024997591972351074, -0.00934804417192936, -0.01917213387787342, -0.06999682635068893, 0.07013554871082306, 0.13241051137447357, 0.024088343605399132, 0.008811064064502716, 0.04923473671078682, 0.021707406267523766, -0.1065618023276329, 0.05179009959101677, 0.055909737944602966, 0.08475376665592194, 0.014631077647209167, 0.040332093834877014, -0.04143713042140007, 0.13256187736988068, 0.034179914742708206, 0.06400647014379501, 0.026043711230158806, 0.1074635311961174, -0.07411517202854156, -0.10325713455677032, 0.05749255791306496, -0.012016247026622295, -0.06194252148270607, 0.12154535949230194, 0.0502936951816082, 0.05358941853046417, 0.014929664321243763, 0.22080473601818085, 0.03702494502067566, -0.05631004646420479, -0.1450817734003067, 0.018015678972005844, -0.043758660554885864, -0.023838846012949944, -0.0054412707686424255, -0.13480952382087708, -0.022170722484588623, 0.1719205230474472, 0.09857694059610367, 0.01571483351290226, 0.025130586698651314, -0.04139045625925064, 0.019138909876346588, 0.040948398411273956, 0.01224935706704855, 0.038223110139369965, 0.23899035155773163, -0.0804821252822876, -0.012529176659882069, 0.007295980583876371, -0.0227742288261652, -0.08320426195859909, 0.10456439852714539, -0.025698313489556313, 0.011297570541501045, -0.07232356071472168, 0.10093677043914795, -0.038677386939525604, -0.20971979200839996, 0.002676650183275342, -0.08366978168487549, -0.0820198580622673, 0.0009011295042000711, -0.0023912370670586824, 0.03660954162478447, -0.023960109800100327, 0.10855931043624878, -0.07495497912168503, 0.14354172348976135, 0.06440319865942001, -0.027014516294002533, -0.07536955177783966, 0.117325559258461, -0.0600474514067173, 0.21258816123008728, 0.015299894846975803, -0.03220556303858757, 0.03428122401237488, 0.003129201242700219, -0.1125950813293457, -0.017939558252692223, 0.09141909331083298, -0.042582493275403976, 0.006731719709932804, 0.13404515385627747, 0.036045514047145844, 0.06814643740653992, 0.11966538429260254, 0.015436188317835331, 0.08012016862630844, 0.05078563839197159, 0.03646893426775932, -0.004581288900226355, 0.09498096257448196, -0.13234800100326538, 0.10787045955657959, 0.11465708166360855, -0.025732524693012238, 0.04475340247154236, -0.0248721856623888, -0.03266728296875954, -0.056129664182662964, 0.07208994030952454, -0.036322221159935, -0.14722813665866852, 0.02435453236103058, -0.01833477057516575, 0.060963086783885956, -0.05935658514499664, -0.03221449628472328, 0.02709321863949299, 0.001342364470474422, -0.038325779139995575, 0.11655527353286743, 0.03183672949671745, -0.046639274805784225, -0.03217453137040138, -0.09622883796691895, 0.047070350497961044, 0.1007923036813736, -0.06607945263385773, 0.02758769690990448 ]
d51bf2435d030e0041344f576c5e8d7154828977
# Dataset Card for ArRestReviews ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Large Arabic Sentiment Analysis Resources](https://github.com/hadyelsahar/large-arabic-sentiment-analysis-resouces) - **Repository:** [Large Arabic Sentiment Analysis Resources](https://github.com/hadyelsahar/large-arabic-sentiment-analysis-resouces) - **Paper:** [ Building Large Arabic Multi-domain Resources for Sentiment Analysis](https://github.com/hadyelsahar/large-arabic-sentiment-analysis-resouces/blob/master/Paper%20-%20Building%20Large%20Arabic%20Multi-domain%20Resources%20for%20Sentiment%20Analysis.pdf) - **Point of Contact:** [hady elsahar](hadyelsahar@gmail.com) ### Dataset Summary Dataset of 8364 restaurant reviews from qaym.com in Arabic for sentiment analysis ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The dataset is based on Arabic. ## Dataset Structure ### Data Instances A typical data point comprises of the following: - "polarity": which is a string value of either 0 or 1 indicating the sentiment around the review - "text": is the review plain text of a restaurant in Arabic - "restaurant_id": the restaurant ID on the website - "user_id": the user ID on the website example: ``` { 'polarity': 0, # negative 'restaurant_id': '1412', 'text': 'عادي جدا مامن زود', 'user_id': '21294' } ``` ### Data Fields - "polarity": is a string value of either 0 or 1 indicating the sentiment around the review - "text": is the review plain text of a restaurant in Arabic - "restaurant_id": the restaurant ID on the website (string) - "user_id": the user ID on the website (string) ### Data Splits The dataset is not split. ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data [More Information Needed] #### Initial Data Collection and Normalization Contains 8364 restaurant reviews from qaym.com #### Who are the source language producers? From tweeter. ### Annotations The polarity field provides a label of 1 or -1 pertaining to the sentiment of the review #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Discussion of Social Impact and Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information @InProceedings{10.1007/978-3-319-18117-2_2, author="ElSahar, Hady and El-Beltagy, Samhaa R.", editor="Gelbukh, Alexander", title="Building Large Arabic Multi-domain Resources for Sentiment Analysis", booktitle="Computational Linguistics and Intelligent Text Processing", year="2015", publisher="Springer International Publishing", address="Cham", pages="23--34", isbn="978-3-319-18117-2" } ### Contributions Thanks to [@abdulelahsm](https://github.com/abdulelahsm) for adding this dataset.
ar_res_reviews
[ "task_categories:text-classification", "task_ids:sentiment-classification", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:ar", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["ar"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["sentiment-classification"], "pretty_name": "ArRestReviews", "dataset_info": {"features": [{"name": "polarity", "dtype": {"class_label": {"names": {"0": "negative", "1": "positive"}}}}, {"name": "text", "dtype": "string"}, {"name": "restaurant_id", "dtype": "string"}, {"name": "user_id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3617085, "num_examples": 8364}], "download_size": 1887029, "dataset_size": 3617085}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-09T12:38:13+00:00
[]
[ "ar" ]
TAGS #task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-unknown #region-us
# Dataset Card for ArRestReviews ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: Large Arabic Sentiment Analysis Resources - Repository: Large Arabic Sentiment Analysis Resources - Paper: Building Large Arabic Multi-domain Resources for Sentiment Analysis - Point of Contact: hady elsahar ### Dataset Summary Dataset of 8364 restaurant reviews from URL in Arabic for sentiment analysis ### Supported Tasks and Leaderboards ### Languages The dataset is based on Arabic. ## Dataset Structure ### Data Instances A typical data point comprises of the following: - "polarity": which is a string value of either 0 or 1 indicating the sentiment around the review - "text": is the review plain text of a restaurant in Arabic - "restaurant_id": the restaurant ID on the website - "user_id": the user ID on the website example: ### Data Fields - "polarity": is a string value of either 0 or 1 indicating the sentiment around the review - "text": is the review plain text of a restaurant in Arabic - "restaurant_id": the restaurant ID on the website (string) - "user_id": the user ID on the website (string) ### Data Splits The dataset is not split. ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization Contains 8364 restaurant reviews from URL #### Who are the source language producers? From tweeter. ### Annotations The polarity field provides a label of 1 or -1 pertaining to the sentiment of the review #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Discussion of Social Impact and Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information @InProceedings{10.1007/978-3-319-18117-2_2, author="ElSahar, Hady and El-Beltagy, Samhaa R.", editor="Gelbukh, Alexander", title="Building Large Arabic Multi-domain Resources for Sentiment Analysis", booktitle="Computational Linguistics and Intelligent Text Processing", year="2015", publisher="Springer International Publishing", address="Cham", pages="23--34", isbn="978-3-319-18117-2" } ### Contributions Thanks to @abdulelahsm for adding this dataset.
[ "# Dataset Card for ArRestReviews", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Large Arabic Sentiment Analysis Resources\n- Repository: Large Arabic Sentiment Analysis Resources\n- Paper: Building Large Arabic Multi-domain Resources for Sentiment Analysis\n- Point of Contact: hady elsahar", "### Dataset Summary\n\nDataset of 8364 restaurant reviews from URL in Arabic for sentiment analysis", "### Supported Tasks and Leaderboards", "### Languages\n\nThe dataset is based on Arabic.", "## Dataset Structure", "### Data Instances\n\nA typical data point comprises of the following:\n\n- \"polarity\": which is a string value of either 0 or 1 indicating the sentiment around the review \n\n- \"text\": is the review plain text of a restaurant in Arabic\n\n- \"restaurant_id\": the restaurant ID on the website\n\n- \"user_id\": the user ID on the website\n\nexample:", "### Data Fields\n\n- \"polarity\": is a string value of either 0 or 1 indicating the sentiment around the review \n\n- \"text\": is the review plain text of a restaurant in Arabic\n\n- \"restaurant_id\": the restaurant ID on the website (string)\n\n- \"user_id\": the user ID on the website (string)", "### Data Splits\n\nThe dataset is not split.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nContains 8364 restaurant reviews from URL", "#### Who are the source language producers?\n\nFrom tweeter.", "### Annotations\n\nThe polarity field provides a label of 1 or -1 pertaining to the sentiment of the review", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Discussion of Social Impact and Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\n\n\n\n\n@InProceedings{10.1007/978-3-319-18117-2_2,\nauthor=\"ElSahar, Hady\nand El-Beltagy, Samhaa R.\",\neditor=\"Gelbukh, Alexander\",\ntitle=\"Building Large Arabic Multi-domain Resources for Sentiment Analysis\",\nbooktitle=\"Computational Linguistics and Intelligent Text Processing\",\nyear=\"2015\",\npublisher=\"Springer International Publishing\",\naddress=\"Cham\",\npages=\"23--34\",\nisbn=\"978-3-319-18117-2\"\n}", "### Contributions\n\nThanks to @abdulelahsm for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-unknown #region-us \n", "# Dataset Card for ArRestReviews", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Large Arabic Sentiment Analysis Resources\n- Repository: Large Arabic Sentiment Analysis Resources\n- Paper: Building Large Arabic Multi-domain Resources for Sentiment Analysis\n- Point of Contact: hady elsahar", "### Dataset Summary\n\nDataset of 8364 restaurant reviews from URL in Arabic for sentiment analysis", "### Supported Tasks and Leaderboards", "### Languages\n\nThe dataset is based on Arabic.", "## Dataset Structure", "### Data Instances\n\nA typical data point comprises of the following:\n\n- \"polarity\": which is a string value of either 0 or 1 indicating the sentiment around the review \n\n- \"text\": is the review plain text of a restaurant in Arabic\n\n- \"restaurant_id\": the restaurant ID on the website\n\n- \"user_id\": the user ID on the website\n\nexample:", "### Data Fields\n\n- \"polarity\": is a string value of either 0 or 1 indicating the sentiment around the review \n\n- \"text\": is the review plain text of a restaurant in Arabic\n\n- \"restaurant_id\": the restaurant ID on the website (string)\n\n- \"user_id\": the user ID on the website (string)", "### Data Splits\n\nThe dataset is not split.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nContains 8364 restaurant reviews from URL", "#### Who are the source language producers?\n\nFrom tweeter.", "### Annotations\n\nThe polarity field provides a label of 1 or -1 pertaining to the sentiment of the review", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Discussion of Social Impact and Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\n\n\n\n\n@InProceedings{10.1007/978-3-319-18117-2_2,\nauthor=\"ElSahar, Hady\nand El-Beltagy, Samhaa R.\",\neditor=\"Gelbukh, Alexander\",\ntitle=\"Building Large Arabic Multi-domain Resources for Sentiment Analysis\",\nbooktitle=\"Computational Linguistics and Intelligent Text Processing\",\nyear=\"2015\",\npublisher=\"Springer International Publishing\",\naddress=\"Cham\",\npages=\"23--34\",\nisbn=\"978-3-319-18117-2\"\n}", "### Contributions\n\nThanks to @abdulelahsm for adding this dataset." ]
[ 86, 11, 120, 55, 20, 10, 12, 6, 83, 75, 12, 5, 7, 4, 18, 14, 26, 5, 9, 8, 8, 11, 7, 5, 6, 127, 20 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-unknown #region-us \n# Dataset Card for ArRestReviews## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: Large Arabic Sentiment Analysis Resources\n- Repository: Large Arabic Sentiment Analysis Resources\n- Paper: Building Large Arabic Multi-domain Resources for Sentiment Analysis\n- Point of Contact: hady elsahar### Dataset Summary\n\nDataset of 8364 restaurant reviews from URL in Arabic for sentiment analysis### Supported Tasks and Leaderboards### Languages\n\nThe dataset is based on Arabic.## Dataset Structure### Data Instances\n\nA typical data point comprises of the following:\n\n- \"polarity\": which is a string value of either 0 or 1 indicating the sentiment around the review \n\n- \"text\": is the review plain text of a restaurant in Arabic\n\n- \"restaurant_id\": the restaurant ID on the website\n\n- \"user_id\": the user ID on the website\n\nexample:### Data Fields\n\n- \"polarity\": is a string value of either 0 or 1 indicating the sentiment around the review \n\n- \"text\": is the review plain text of a restaurant in Arabic\n\n- \"restaurant_id\": the restaurant ID on the website (string)\n\n- \"user_id\": the user ID on the website (string)### Data Splits\n\nThe dataset is not split.## Dataset Creation### Curation Rationale### Source Data" ]
[ -0.0014899104135110974, 0.16012905538082123, -0.00698899757117033, 0.003852978115901351, 0.03801194578409195, 0.052159231156110764, 0.1303510069847107, 0.16115528345108032, 0.05481753870844841, 0.11379525065422058, -0.04943292215466499, -0.027555933222174644, 0.16812558472156525, 0.09658091515302658, 0.017773767933249474, -0.15384447574615479, 0.024148421362042427, -0.11296496540307999, 0.010522646829485893, 0.12367039173841476, 0.1394154578447342, -0.044372815638780594, 0.08026792854070663, -0.035909704864025116, -0.03447920083999634, 0.003252466442063451, -0.07518027722835541, -0.053251463919878006, 0.03093618154525757, 0.030643664300441742, 0.12223584204912186, -0.012705647386610508, 0.014010269194841385, -0.26964443922042847, 0.037608709186315536, 0.029402727261185646, 0.0071980771608650684, 0.018401701003313065, 0.11542829126119614, -0.05506375804543495, 0.05107943341135979, -0.18481770157814026, 0.07770214229822159, 0.07423251867294312, -0.06734525412321091, -0.12358634918928146, -0.1267145723104477, 0.08818221837282181, 0.06730227172374725, 0.025284256786108017, -0.06885514408349991, 0.007109752390533686, -0.14282488822937012, 0.03722134232521057, 0.04775538668036461, -0.005338555667549372, -0.05918749421834946, -0.07327808439731598, -0.05768682435154915, 0.10497333854436874, -0.13449713587760925, -0.028067389503121376, -0.037000905722379684, 0.0030250288546085358, -0.08145961910486221, 0.006892864592373371, 0.0025586497504264116, 0.03256548196077347, -0.0231460090726614, -0.06335500627756119, 0.1292286515235901, 0.029483553022146225, -0.005295128561556339, -0.20706886053085327, 0.009077579714357853, 0.016712836921215057, -0.07079216837882996, -0.0325380302965641, 0.04872781038284302, 0.01026598084717989, 0.1036832332611084, -0.005855986382812262, -0.09454529732465744, 0.043251074850559235, -0.07704301178455353, 0.00261173234321177, 0.02805376797914505, 0.006024916656315327, 0.02987719140946865, 0.017682814970612526, 0.08892612904310226, -0.11301086097955704, -0.01674082688987255, -0.04666388779878616, -0.13218781352043152, -0.02046489156782627, 0.020266741514205933, 0.02230207622051239, 0.08966180682182312, 0.12406253069639206, -0.04352854564785957, 0.066184863448143, -0.06298156082630157, -0.08136560022830963, 0.05157475918531418, 0.11036857217550278, -0.019650455564260483, -0.10698618739843369, -0.12171510607004166, 0.027297746390104294, -0.0369446687400341, 0.05048245191574097, 0.047750361263751984, 0.08581697940826416, 0.004468932747840881, 0.08052220195531845, 0.09422121196985245, 0.006310347933322191, -0.09701761603355408, -0.03510607033967972, 0.0955851823091507, -0.14727982878684998, 0.059025149792432785, 0.09384798258543015, -0.07228726148605347, 0.06741403788328171, -0.0843912735581398, 0.0002974596864078194, -0.0640815868973732, 0.056058432906866074, -0.031115835532546043, 0.03159607946872711, -0.06861266493797302, 0.025419924408197403, 0.0992278903722763, 0.026468364521861076, -0.08122608065605164, 0.008773420937359333, -0.07746531814336777, -0.058036621659994125, 0.01945379562675953, -0.15953966975212097, -0.015563071705400944, -0.008069533854722977, 0.02073090896010399, 0.0889715850353241, 0.009580427780747414, 0.06046765670180321, -0.06859557330608368, 0.06066262722015381, -0.032688599079847336, 0.02782895229756832, 0.17887632548809052, 0.03398696333169937, -0.05993987247347832, 0.020233524963259697, -0.14090636372566223, 0.17210444808006287, -0.12356539815664291, 0.029292218387126923, -0.15156328678131104, 0.034294016659259796, 0.0461650975048542, -0.013098401948809624, -0.08068013191223145, 0.20507273077964783, -0.26517409086227417, -0.07996302098035812, 0.1266329139471054, -0.05997845530509949, -0.07140440493822098, 0.12885257601737976, -0.023150013759732246, 0.013274411670863628, 0.09831676632165909, 0.09576957672834396, -0.053809259086847305, 0.013655632734298706, -0.09986251592636108, -0.016994941979646683, 0.08377804607152939, 0.21213407814502716, 0.1229938492178917, -0.07989732921123505, 0.1950380504131317, 0.018923234194517136, 0.047004833817481995, 0.008304709568619728, 0.046338606625795364, -0.10826171189546585, 0.037007007747888565, 0.002068819710984826, 0.028412053361535072, 0.01381590124219656, -0.014980649575591087, -0.05565955489873886, -0.12399981170892715, -0.007900423370301723, 0.030462492257356644, 0.04114624112844467, 0.01601250469684601, -0.08782007545232773, -0.006050957832485437, 0.05959412083029747, -0.017490383237600327, -0.10639122128486633, -0.13845254480838776, 0.01693372055888176, -0.05839212238788605, 0.06388744711875916, -0.09251928329467773, 0.040768101811409, -0.06377048790454865, -0.03411691263318062, 0.0033854874782264233, 0.042741261422634125, 0.03330828249454498, -0.017850952222943306, -0.14571823179721832, 0.051503147929906845, -0.03928534686565399, 0.1648251712322235, -0.014274475164711475, -0.02446693740785122, 0.1907305270433426, 0.2427203506231308, 0.02626265585422516, -0.0282555241137743, 0.03979416936635971, 0.010877038352191448, 0.052875906229019165, -0.030357051640748978, -0.017539270222187042, -0.08206229656934738, -0.022361725568771362, 0.046576373279094696, -0.08187843859195709, -0.056716714054346085, 0.10050521045923233, 0.13325601816177368, -0.06811469048261642, -0.040552396327257156, -0.05546354129910469, -0.005078303627669811, -0.006479441188275814, -0.03855321556329727, 0.04624190926551819, 0.06114986911416054, 0.01808890327811241, -0.05532211437821388, -0.06050216779112816, -0.06415064632892609, 0.003329798113554716, -0.11197681725025177, 0.12080090492963791, -0.062130652368068695, -0.1545446515083313, 0.1866454780101776, 0.1140676811337471, 0.16746650636196136, 0.0943511426448822, -0.05187515541911125, -0.061400093138217926, -0.026812609285116196, 0.045027244836091995, -0.026415573433041573, 0.03934858739376068, -0.058530453592538834, 0.00574824633076787, 0.038136955350637436, -0.02797069400548935, -0.025297878310084343, -0.014891320839524269, 0.04495423287153244, 0.014527617953717709, 0.0066523985005915165, 0.03783484175801277, -0.054925769567489624, 0.12927381694316864, 0.0942947044968605, 0.05963284522294998, 0.0528193898499012, -0.026209864765405655, -0.04830040782690048, -0.06522464007139206, 0.07645116001367569, -0.1588200181722641, -0.23261095583438873, 0.0032512128818780184, -0.14107882976531982, -0.02965337224304676, -0.04257981851696968, 0.01041472889482975, -0.17686447501182556, -0.07511107623577118, -0.06444091349840164, 0.09941363334655762, 0.1179530918598175, -0.10388179868459702, -0.016515586525201797, 0.006021947134286165, 0.0047464873641729355, -0.12164349108934402, 0.011239754036068916, 0.026720009744167328, -0.032805800437927246, -0.05256407707929611, -0.004461073782294989, 0.02888042852282524, 0.026887837797403336, 0.07375902682542801, -0.0057136863470077515, -0.03383621200919151, 0.21040943264961243, -0.16229841113090515, 0.142185240983963, 0.05513134226202965, -0.016821986064314842, 0.07892762124538422, 0.2745620310306549, 0.06620071828365326, -0.04675716161727905, -0.0008326836978085339, 0.10107504576444626, 0.07830934226512909, -0.20222796499729156, -0.09619360417127609, -0.06454022973775864, -0.07063750922679901, 0.024960344657301903, 0.08435416221618652, -0.02987530641257763, -0.0007807287038303912, -0.13480816781520844, -0.06455469131469727, 0.035076625645160675, 0.030621664598584175, 0.12758854031562805, 0.01180711667984724, 0.02023150585591793, -0.07838571071624756, 0.0030259862542152405, 0.13350078463554382, 0.07994889467954636, 0.10724050551652908, 0.02012532949447632, 0.31805482506752014, 0.05695167928934097, 0.08043745905160904, -0.022294510155916214, -0.05805223435163498, 0.0004223670985084027, 0.04857918247580528, 0.0009374695364385843, -0.03437908738851547, -0.0379827581346035, 0.07162655144929886, 0.12358599901199341, -0.06596636772155762, 0.11177138239145279, -0.12267918884754181, 0.16154344379901886, 0.1338481307029724, 0.005720021668821573, -0.1100965365767479, 0.009418360888957977, 0.10903087258338928, -0.12927363812923431, -0.08426200598478317, -0.04863264784216881, -0.07448889315128326, -0.17389410734176636, 0.09985075891017914, -0.015046686865389347, 0.09979889541864395, -0.08083688467741013, -0.03943828120827675, 0.05402762070298195, -0.02428937330842018, -0.02307777665555477, 0.0761769637465477, -0.20838704705238342, 0.13242369890213013, 0.02781386487185955, 0.0030265902169048786, -0.09039135277271271, 0.07710134238004684, 0.06399311870336533, -0.06904613971710205, 0.1386457085609436, 0.018350206315517426, -0.03361612185835838, -0.02860158681869507, -0.10118497908115387, 0.0003621191717684269, 0.09576599299907684, -0.10793066024780273, 0.04269833117723465, -0.019928131252527237, -0.005304072517901659, -0.06767451763153076, 0.026959573850035667, -0.08347097039222717, -0.23226681351661682, 0.03854167461395264, -0.13492079079151154, 0.06341902911663055, -0.03540961816906929, -0.035083871334791183, -0.11915273219347, 0.11369973421096802, -0.16550572216510773, -0.1302727907896042, -0.1488245576620102, -0.03916805982589722, 0.10731086879968643, -0.06322181969881058, -0.0022684617433696985, -0.06141557916998863, 0.11942709237337112, 0.018345944583415985, -0.025293007493019104, -0.00045477025560103357, -0.01438235118985176, -0.14118291437625885, -0.043790485709905624, 0.12465459853410721, 0.04901985824108124, 0.04309941455721855, -0.005109017714858055, 0.057476747781038284, -0.03693782910704613, -0.05664052814245224, -0.016753453761339188, 0.05858372896909714, 0.04701821878552437, 0.09781453758478165, 0.03193487226963043, -0.16651907563209534, -0.1401478499174118, -0.04138017073273659, 0.06899158656597137, 0.11069606244564056, 0.006802055984735489, 0.2287617325782776, 0.06082260236144066, -0.05222988501191139, -0.14557544887065887, -0.10028207302093506, 0.036374080926179886, -0.05065436288714409, 0.013547155074775219, -0.1641385406255722, 0.0968029722571373, 0.01765896938741207, 0.004070439375936985, -0.12011958658695221, -0.13128432631492615, -0.09965971112251282, 0.02572563663125038, -0.006826474796980619, -0.2687702476978302, -0.15494664013385773, -0.09501653909683228, -0.05462842434644699, -0.08871417492628098, 0.10923479497432709, 0.10572806000709534, 0.0013322234153747559, -0.02236313372850418, 0.08630777150392532, 0.010561155155301094, 0.02209613285958767, 0.1937526911497116, -0.004087717272341251, -0.0025930816773325205, -0.14024440944194794, -0.041016992181539536, 0.045525118708610535, 0.00564147625118494, 0.003975422587245703, -0.06993111968040466, -0.07122023403644562, -0.20803935825824738, -0.05403318628668785, -0.06502950936555862, -0.03859485313296318, -0.10425058007240295, -0.015517495572566986, -0.08359985798597336, 0.08784779161214828, 0.10988287627696991, -0.04478705674409866, 0.0486672967672348, -0.025119727477431297, 0.011306419968605042, 0.1217968761920929, 0.14533430337905884, 0.04110182076692581, -0.12415761500597, -0.020111650228500366, 0.033716268837451935, -0.04133838787674904, -0.16553296148777008, 0.04346514493227005, 0.06325270980596542, -0.05445823445916176, 0.1507718414068222, -0.07115267962217331, -0.1307670921087265, -0.016830697655677795, 0.11109856516122818, 0.056514862924814224, -0.2571362257003784, 0.03558126464486122, 0.004934534430503845, -0.16269545257091522, -0.17661574482917786, 0.05192315950989723, 0.09162529557943344, -0.09549296647310257, 0.030621130019426346, 0.10661959648132324, 0.02440660633146763, 0.05967509001493454, 0.004108837340027094, 0.05665111169219017, -0.12257938832044601, 0.10666386038064957, 0.1669853925704956, -0.10596557706594467, -0.011777701787650585, 0.23197533190250397, -0.06191737949848175, -0.015350675210356712, 0.0829789862036705, 0.09814560413360596, 0.014132714830338955, -0.011882894672453403, -0.024644622579216957, -0.1693921834230423, 0.0333557054400444, 0.07213134318590164, 0.01759728230535984, 0.061821602284908295, 0.005134853068739176, -0.0370020791888237, 0.058041464537382126, 0.19000323116779327, 0.04427233710885048, -0.03126474469900131, -0.009774032980203629, -0.06247461587190628, -0.04026535153388977, -0.01181513350456953, 0.023909088224172592, -0.002148641040548682, -0.061058830469846725, 0.0002479952236171812, -0.18149463832378387, 0.01747320219874382, -0.0948651134967804, 0.021792849525809288, -0.007887020707130432, -0.00962995644658804, -0.012896138243377209, -0.03015630878508091, -0.0659404769539833, -0.04277771711349487, -0.009276103228330612, 0.16175130009651184, -0.22643212974071503, 0.04517081752419472, 0.09976691752672195, -0.058926332741975784, 0.09825707226991653, 0.012898776680231094, -0.042386699467897415, -0.017468886449933052, -0.12313072383403778, -0.07377517223358154, -0.07541140913963318, 0.026926308870315552, 0.05015973374247551, -0.15770161151885986, 0.014192196540534496, 0.024425368756055832, -0.06212114915251732, 0.042786240577697754, 0.03680591657757759, -0.02347966656088829, 0.05131128057837486, -0.009285490959882736, -0.049637872725725174, -0.027002248913049698, 0.06080586090683937, 0.10870694369077682, -0.054290883243083954, 0.06728368252515793, 0.009182379581034184, 0.021847324445843697, -0.11373323947191238, -0.04818194732069969, 0.007489973213523626, 0.014087453484535217, -0.04688546061515808, -0.0421002060174942, 0.07224839180707932, 0.06279350072145462, 0.15040117502212524, 0.013138553127646446, -0.05174412950873375, 0.09952898323535919, 0.08576159924268723, -0.045396048575639725, 0.060075800865888596, 0.01757277548313141, -0.011663928627967834, -0.022853035479784012, 0.04653123393654823, -0.1321529895067215, -0.0779740959405899, -0.03811526671051979, 0.07767999172210693, 0.31706225872039795, 0.1878463327884674, -0.05506069213151932, 0.05188712850213051, -0.09898342937231064, -0.0005722470232285559, 0.08757603913545609, -0.09867144376039505, -0.02150220423936844, -0.11024966835975647, 0.012347276322543621, 0.07299749553203583, -0.18555061519145966, 0.11250732094049454, -0.10505914688110352, -0.06273919343948364, 0.008546911180019379, -0.15931035578250885, -0.07472972571849823, -0.04407528415322304, 0.006220655050128698, -0.08131962269544601, 0.07548586279153824, 0.16301237046718597, 0.02275737375020981, -0.013375794515013695, 0.07863529026508331, -0.10479606688022614, -0.10093975812196732, 0.061813872307538986, 0.07055656611919403, 0.03807973116636276, 0.008565054275095463, 0.06702134758234024, -0.052743230015039444, 0.09235481917858124, 0.07279936969280243, 0.08146436512470245, -0.018139967694878578, -0.010391227900981903, -0.09667181223630905, -0.07291969656944275, 0.06433089077472687, -0.0650244653224945, -0.0690888836979866, 0.22352638840675354, 0.010087011381983757, 0.06787890195846558, -0.001326634082943201, 0.22119185328483582, 0.0030121172312647104, -0.08876117318868637, -0.14996647834777832, -0.02589055709540844, -0.06335502862930298, -0.005907395388931036, 0.050044793635606766, -0.13127046823501587, -0.017146147787570953, 0.061604179441928864, 0.1020379364490509, -0.05073988810181618, 0.03523039072751999, -0.004635786172002554, 0.04129447415471077, -0.015331052243709564, 0.002291694050654769, 0.03157198801636696, 0.1299850046634674, -0.09741945564746857, 0.11622478812932968, 0.051919907331466675, -0.10869824141263962, -0.08451119810342789, 0.12947092950344086, -0.009344415739178658, 0.01423558034002781, -0.10100842267274857, 0.17140857875347137, -0.03759158402681351, -0.21638426184654236, 0.11624336987733841, -0.10086086392402649, -0.1507118046283722, -0.026253506541252136, 0.11346235126256943, 0.054428234696388245, -0.0302481297403574, 0.1206105649471283, -0.06349942833185196, 0.1626899391412735, 0.06475501507520676, -0.05813039839267731, -0.027713295072317123, 0.1429518759250641, -0.1936560720205307, 0.20024457573890686, 0.04602837935090065, 0.018633026629686356, 0.09822827577590942, -0.05920102819800377, -0.10587926208972931, -0.014837883412837982, 0.1255687028169632, -0.009583922103047371, 0.03157920762896538, 0.18947061896324158, 0.031260617077350616, 0.060663118958473206, 0.11925730109214783, -0.021464962512254715, 0.09843874722719193, 0.07938875257968903, -0.038691628724336624, -0.06814002990722656, 0.1117633730173111, -0.1582833081483841, 0.08239646255970001, 0.1667892038822174, -0.042811986058950424, 0.07104069739580154, -0.020437540486454964, 0.028402917087078094, 0.0016576523194089532, 0.0861058309674263, 0.007679451256990433, -0.12201779335737228, 0.030475841835141182, 0.013106265105307102, 0.1020292118191719, -0.058630988001823425, -0.0909341350197792, -0.008904044516384602, 0.02262899838387966, -0.052959464490413666, 0.1368776112794876, 0.062167584896087646, -0.018389474600553513, -0.015110205858945847, -0.21003402769565582, 0.01502250786870718, 0.07936932891607285, -0.023471754044294357, 0.08338964730501175 ]
557bf94ac6177cc442f42d0b09b6e4b76e8f47c9
# Dataset Card for ArSarcasm ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Repository:** [GitHub](https://github.com/iabufarha/ArSarcasm) - **Paper:** https://www.aclweb.org/anthology/2020.osact-1.5/ ### Dataset Summary ArSarcasm is a new Arabic sarcasm detection dataset. The dataset was created using previously available Arabic sentiment analysis datasets ([SemEval 2017](https://www.aclweb.org/anthology/S17-2088.pdf) and [ASTD](https://www.aclweb.org/anthology/D15-1299.pdf)) and adds sarcasm and dialect labels to them. The dataset contains 10,547 tweets, 1,682 (16%) of which are sarcastic. For more details, please check the paper [From Arabic Sentiment Analysis to Sarcasm Detection: The ArSarcasm Dataset](https://www.aclweb.org/anthology/2020.osact-1.5/) ### Supported Tasks and Leaderboards You can get more information about an Arabic sarcasm tasks and leaderboard [here](https://sites.google.com/view/ar-sarcasm-sentiment-detection/). ### Languages Arabic (multiple dialects) ## Dataset Structure ### Data Instances ```javascript {'dialect': 1, 'original_sentiment': 0, 'sarcasm': 0, 'sentiment': 0, 'source': 'semeval', 'tweet': 'نصيحه ما عمرك اتنزل لعبة سوبر ماريو مش زي ما كنّا متوقعين الله يرحم ايامات السيقا والفاميلي #SuperMarioRun'} ``` ### Data Fields - tweet: the original tweet text - sarcasm: 0 for non-sarcastic, 1 for sarcastic - sentiment: 0 for negative, 1 for neutral, 2 for positive - original_sentiment: 0 for negative, 1 for neutral, 2 for positive - source: the original source of tweet: SemEval or ASTD - dialect: 0 for Egypt, 1 for Gulf, 2 for Levant, 3 for Magreb, 4 for Modern Standard Arabic (MSA) ### Data Splits The training set contains 8,437 tweets, while the test set contains 2,110 tweets. ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization The dataset was created using previously available Arabic sentiment analysis datasets (SemEval 2017 and ASTD) and adds sarcasm and dialect labels to them. #### Who are the source language producers? SemEval 2017 and ASTD ### Annotations #### Annotation process For the annotation process, we used Figure-Eight crowdsourcing platform. Our main objective was to annotate the data for sarcasm detection, but due to the challenges imposed by dialectal variations, we decided to add the annotation for dialects. We also include a new annotation for sentiment labels in order to have a glimpse of the variability and subjectivity between different annotators. Thus, the annotators were asked to provide three labels for each tweet as the following: - Sarcasm: sarcastic or non-sarcastic. - Sentiment: positive, negative or neutral. - Dialect: Egyptian, Gulf, Levantine, Maghrebi or Modern Standard Arabic (MSA). #### Who are the annotators? Figure-Eight crowdsourcing platform ### 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 - Ibrahim Abu-Farha - Walid Magdy ### Licensing Information MIT ### Citation Information ``` @inproceedings{abu-farha-magdy-2020-arabic, title = "From {A}rabic Sentiment Analysis to Sarcasm Detection: The {A}r{S}arcasm Dataset", author = "Abu Farha, Ibrahim and Magdy, Walid", booktitle = "Proceedings of the 4th Workshop on Open-Source Arabic Corpora and Processing Tools, with a Shared Task on Offensive Language Detection", month = may, year = "2020", address = "Marseille, France", publisher = "European Language Resource Association", url = "https://www.aclweb.org/anthology/2020.osact-1.5", pages = "32--39", language = "English", ISBN = "979-10-95546-51-1", } ``` ### Contributions Thanks to [@mapmeld](https://github.com/mapmeld) for adding this dataset.
ar_sarcasm
[ "task_categories:text-classification", "task_ids:sentiment-classification", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:extended|other-semeval_2017", "source_datasets:extended|other-astd", "language:ar", "license:mit", "sarcasm-detection", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["ar"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["extended|other-semeval_2017", "extended|other-astd"], "task_categories": ["text-classification"], "task_ids": ["sentiment-classification"], "pretty_name": "ArSarcasm", "tags": ["sarcasm-detection"], "dataset_info": {"features": [{"name": "dialect", "dtype": {"class_label": {"names": {"0": "egypt", "1": "gulf", "2": "levant", "3": "magreb", "4": "msa"}}}}, {"name": "sarcasm", "dtype": {"class_label": {"names": {"0": "non-sarcastic", "1": "sarcastic"}}}}, {"name": "sentiment", "dtype": {"class_label": {"names": {"0": "negative", "1": "neutral", "2": "positive"}}}}, {"name": "original_sentiment", "dtype": {"class_label": {"names": {"0": "negative", "1": "neutral", "2": "positive"}}}}, {"name": "tweet", "dtype": "string"}, {"name": "source", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1829159, "num_examples": 8437}, {"name": "test", "num_bytes": 458210, "num_examples": 2110}], "download_size": 1180619, "dataset_size": 2287369}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-09T12:42:05+00:00
[]
[ "ar" ]
TAGS #task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-semeval_2017 #source_datasets-extended|other-astd #language-Arabic #license-mit #sarcasm-detection #region-us
# Dataset Card for ArSarcasm ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Repository: GitHub - Paper: URL ### Dataset Summary ArSarcasm is a new Arabic sarcasm detection dataset. The dataset was created using previously available Arabic sentiment analysis datasets (SemEval 2017 and ASTD) and adds sarcasm and dialect labels to them. The dataset contains 10,547 tweets, 1,682 (16%) of which are sarcastic. For more details, please check the paper From Arabic Sentiment Analysis to Sarcasm Detection: The ArSarcasm Dataset ### Supported Tasks and Leaderboards You can get more information about an Arabic sarcasm tasks and leaderboard here. ### Languages Arabic (multiple dialects) ## Dataset Structure ### Data Instances ### Data Fields - tweet: the original tweet text - sarcasm: 0 for non-sarcastic, 1 for sarcastic - sentiment: 0 for negative, 1 for neutral, 2 for positive - original_sentiment: 0 for negative, 1 for neutral, 2 for positive - source: the original source of tweet: SemEval or ASTD - dialect: 0 for Egypt, 1 for Gulf, 2 for Levant, 3 for Magreb, 4 for Modern Standard Arabic (MSA) ### Data Splits The training set contains 8,437 tweets, while the test set contains 2,110 tweets. ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization The dataset was created using previously available Arabic sentiment analysis datasets (SemEval 2017 and ASTD) and adds sarcasm and dialect labels to them. #### Who are the source language producers? SemEval 2017 and ASTD ### Annotations #### Annotation process For the annotation process, we used Figure-Eight crowdsourcing platform. Our main objective was to annotate the data for sarcasm detection, but due to the challenges imposed by dialectal variations, we decided to add the annotation for dialects. We also include a new annotation for sentiment labels in order to have a glimpse of the variability and subjectivity between different annotators. Thus, the annotators were asked to provide three labels for each tweet as the following: - Sarcasm: sarcastic or non-sarcastic. - Sentiment: positive, negative or neutral. - Dialect: Egyptian, Gulf, Levantine, Maghrebi or Modern Standard Arabic (MSA). #### Who are the annotators? Figure-Eight crowdsourcing platform ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators - Ibrahim Abu-Farha - Walid Magdy ### Licensing Information MIT ### Contributions Thanks to @mapmeld for adding this dataset.
[ "# Dataset Card for ArSarcasm", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Repository: GitHub\n- Paper: URL", "### Dataset Summary\n\nArSarcasm is a new Arabic sarcasm detection dataset.\nThe dataset was created using previously available Arabic sentiment analysis\ndatasets (SemEval 2017\nand ASTD) and adds sarcasm and\ndialect labels to them.\n\nThe dataset contains 10,547 tweets, 1,682 (16%) of which are sarcastic.\n\nFor more details, please check the paper\nFrom Arabic Sentiment Analysis to Sarcasm Detection: The ArSarcasm Dataset", "### Supported Tasks and Leaderboards\n\nYou can get more information about an Arabic sarcasm tasks and leaderboard\nhere.", "### Languages\n\nArabic (multiple dialects)", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- tweet: the original tweet text\n- sarcasm: 0 for non-sarcastic, 1 for sarcastic\n- sentiment: 0 for negative, 1 for neutral, 2 for positive\n- original_sentiment: 0 for negative, 1 for neutral, 2 for positive\n- source: the original source of tweet: SemEval or ASTD\n- dialect: 0 for Egypt, 1 for Gulf, 2 for Levant, 3 for Magreb, 4 for Modern Standard Arabic (MSA)", "### Data Splits\n\nThe training set contains 8,437 tweets, while the test set contains 2,110 tweets.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe dataset was created using previously available Arabic sentiment analysis datasets (SemEval 2017 and ASTD) and adds sarcasm and dialect labels to them.", "#### Who are the source language producers?\n\nSemEval 2017 and ASTD", "### Annotations", "#### Annotation process\n\nFor the annotation process, we used Figure-Eight\ncrowdsourcing platform. Our main objective was to annotate the\ndata for sarcasm detection, but due to the challenges imposed by dialectal variations, we decided to add the annotation for dialects. We also include a new annotation for\nsentiment labels in order to have a glimpse of the variability and subjectivity between different annotators. Thus, the\nannotators were asked to provide three labels for each tweet\nas the following:\n\n- Sarcasm: sarcastic or non-sarcastic.\n- Sentiment: positive, negative or neutral.\n- Dialect: Egyptian, Gulf, Levantine, Maghrebi or Modern Standard Arabic (MSA).", "#### Who are the annotators?\n\nFigure-Eight crowdsourcing platform", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\n- Ibrahim Abu-Farha\n- Walid Magdy", "### Licensing Information\n\nMIT", "### Contributions\n\nThanks to @mapmeld for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-semeval_2017 #source_datasets-extended|other-astd #language-Arabic #license-mit #sarcasm-detection #region-us \n", "# Dataset Card for ArSarcasm", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Repository: GitHub\n- Paper: URL", "### Dataset Summary\n\nArSarcasm is a new Arabic sarcasm detection dataset.\nThe dataset was created using previously available Arabic sentiment analysis\ndatasets (SemEval 2017\nand ASTD) and adds sarcasm and\ndialect labels to them.\n\nThe dataset contains 10,547 tweets, 1,682 (16%) of which are sarcastic.\n\nFor more details, please check the paper\nFrom Arabic Sentiment Analysis to Sarcasm Detection: The ArSarcasm Dataset", "### Supported Tasks and Leaderboards\n\nYou can get more information about an Arabic sarcasm tasks and leaderboard\nhere.", "### Languages\n\nArabic (multiple dialects)", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- tweet: the original tweet text\n- sarcasm: 0 for non-sarcastic, 1 for sarcastic\n- sentiment: 0 for negative, 1 for neutral, 2 for positive\n- original_sentiment: 0 for negative, 1 for neutral, 2 for positive\n- source: the original source of tweet: SemEval or ASTD\n- dialect: 0 for Egypt, 1 for Gulf, 2 for Levant, 3 for Magreb, 4 for Modern Standard Arabic (MSA)", "### Data Splits\n\nThe training set contains 8,437 tweets, while the test set contains 2,110 tweets.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe dataset was created using previously available Arabic sentiment analysis datasets (SemEval 2017 and ASTD) and adds sarcasm and dialect labels to them.", "#### Who are the source language producers?\n\nSemEval 2017 and ASTD", "### Annotations", "#### Annotation process\n\nFor the annotation process, we used Figure-Eight\ncrowdsourcing platform. Our main objective was to annotate the\ndata for sarcasm detection, but due to the challenges imposed by dialectal variations, we decided to add the annotation for dialects. We also include a new annotation for\nsentiment labels in order to have a glimpse of the variability and subjectivity between different annotators. Thus, the\nannotators were asked to provide three labels for each tweet\nas the following:\n\n- Sarcasm: sarcastic or non-sarcastic.\n- Sentiment: positive, negative or neutral.\n- Dialect: Egyptian, Gulf, Levantine, Maghrebi or Modern Standard Arabic (MSA).", "#### Who are the annotators?\n\nFigure-Eight crowdsourcing platform", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\n- Ibrahim Abu-Farha\n- Walid Magdy", "### Licensing Information\n\nMIT", "### Contributions\n\nThanks to @mapmeld for adding this dataset." ]
[ 119, 10, 120, 16, 111, 28, 11, 6, 6, 107, 27, 5, 7, 4, 47, 17, 5, 167, 17, 8, 8, 7, 8, 7, 5, 17, 7, 16 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-semeval_2017 #source_datasets-extended|other-astd #language-Arabic #license-mit #sarcasm-detection #region-us \n# Dataset Card for ArSarcasm## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Repository: GitHub\n- Paper: URL### Dataset Summary\n\nArSarcasm is a new Arabic sarcasm detection dataset.\nThe dataset was created using previously available Arabic sentiment analysis\ndatasets (SemEval 2017\nand ASTD) and adds sarcasm and\ndialect labels to them.\n\nThe dataset contains 10,547 tweets, 1,682 (16%) of which are sarcastic.\n\nFor more details, please check the paper\nFrom Arabic Sentiment Analysis to Sarcasm Detection: The ArSarcasm Dataset### Supported Tasks and Leaderboards\n\nYou can get more information about an Arabic sarcasm tasks and leaderboard\nhere.### Languages\n\nArabic (multiple dialects)## Dataset Structure### Data Instances" ]
[ -0.023298166692256927, 0.18501661717891693, -0.004362405743449926, 0.004148806910961866, 0.07100164145231247, -0.009333311580121517, 0.13781560957431793, 0.11476042866706848, 0.0259317085146904, 0.08457674086093903, -0.03082105703651905, 0.01954740472137928, 0.12084066867828369, 0.1421089470386505, 0.06981024891138077, -0.16763457655906677, 0.04254232347011566, -0.1285865753889084, 0.014542651362717152, 0.12954756617546082, 0.12473534047603607, -0.04092691093683243, 0.06386135518550873, -0.027606405317783356, -0.004478939343243837, 0.03923159837722778, -0.08933421224355698, -0.12160518765449524, 0.0458640418946743, 0.05492331087589264, 0.08803155273199081, 0.012259464710950851, -0.008690370246767998, -0.30557647347450256, 0.045830581337213516, 0.051862020045518875, 0.023692511022090912, -0.011091652326285839, 0.06349743902683258, -0.08869472146034241, 0.1331884115934372, -0.11688580363988876, 0.09639239311218262, 0.06951268762350082, -0.10536906868219376, -0.06928333640098572, -0.08754419535398483, -0.005695500411093235, 0.07803944498300552, 0.06166285276412964, -0.05981690064072609, 0.08729703724384308, -0.05890539288520813, 0.028959479182958603, 0.11396101117134094, -0.09470933675765991, -0.03353133797645569, -0.02704174630343914, -0.0685560554265976, 0.07857858389616013, -0.1169280856847763, 0.03748161718249321, -0.0411897711455822, 0.01889627054333687, -0.020107800140976906, -0.02145157754421234, -0.08897696435451508, 0.00009182719077216461, -0.06593251973390579, -0.10335618257522583, 0.13749945163726807, 0.009185576811432838, -0.04640565812587738, -0.23078738152980804, 0.006112311966717243, 0.09450440853834152, -0.08030609041452408, 0.008494880981743336, -0.014680405147373676, -0.013107278384268284, 0.021763037890195847, -0.03604203090071678, -0.09424461424350739, 0.032878708094358444, -0.04420828819274902, 0.07479317486286163, 0.03878891095519066, 0.01876365952193737, 0.002123721409589052, 0.02400311268866062, 0.09750215709209442, -0.10871685296297073, -0.04324701800942421, -0.08268579095602036, -0.1347002536058426, -0.002077766228467226, 0.0001903030788525939, -0.05334766209125519, 0.06614859402179718, 0.16245225071907043, -0.014895257540047169, 0.08727096021175385, -0.07073580473661423, -0.033191386610269547, 0.06479578465223312, 0.0630941167473793, -0.007756582461297512, -0.10921253263950348, -0.05626657232642174, 0.030336707830429077, 0.0028103599324822426, -0.00806437712162733, 0.04346361383795738, 0.0606393963098526, 0.0027168714441359043, 0.1208421140909195, 0.08150306344032288, 0.060857709497213364, -0.0901045873761177, -0.019761426374316216, 0.16436950862407684, -0.16844868659973145, -0.01583831198513508, 0.023029154166579247, -0.0679311752319336, -0.08827465027570724, 0.016117675229907036, -0.0005465865251608193, -0.08634292334318161, 0.00562588544562459, -0.03322117030620575, 0.01879473216831684, -0.05275498703122139, -0.007835570722818375, 0.09161447733640671, 0.054831646382808685, -0.07525090873241425, -0.05744986608624458, -0.14911048114299774, -0.025929126888513565, -0.01659495383501053, -0.07152523845434189, 0.00480224471539259, -0.01084363367408514, 0.016867199912667274, 0.06436555832624435, -0.001390503952279687, 0.0396561473608017, -0.07759443670511246, 0.06150500103831291, -0.03420557826757431, 0.05758700519800186, 0.1339177042245865, 0.016908828169107437, -0.09945817291736603, 0.03208848461508751, -0.22462822496891022, 0.20132698118686676, -0.1739736795425415, -0.0508161261677742, -0.15537233650684357, 0.046322330832481384, -0.053506601601839066, 0.020560545846819878, -0.04143989086151123, 0.17402677237987518, -0.2810019254684448, -0.08427232503890991, 0.15852321684360504, -0.09389690309762955, -0.0707353949546814, 0.0884070172905922, -0.06947560608386993, 0.055351320654153824, 0.07955116778612137, 0.11672903597354889, -0.10084734112024307, -0.0012212410802021623, -0.15752151608467102, -0.05535895377397537, 0.11670976877212524, 0.24925941228866577, 0.09404806047677994, -0.08543693274259567, 0.20390869677066803, 0.036699797958135605, 0.04824105277657509, 0.03447093814611435, 0.037963151931762695, -0.0966339260339737, 0.05135294795036316, -0.035558607429265976, 0.05079322308301926, -0.014675470069050789, -0.008076055906713009, -0.020336605608463287, -0.10638823360204697, 0.004957736935466528, 0.04552347585558891, 0.02214464731514454, 0.01751832477748394, -0.11326102912425995, -0.06823113560676575, -0.014817372895777225, 0.0032673231326043606, -0.22859865427017212, -0.19699794054031372, 0.004733034409582615, -0.08793886005878448, 0.10736215114593506, -0.13392367959022522, 0.0243226308375597, -0.03984883055090904, -0.05331546813249588, 0.05733513832092285, -0.04756605625152588, 0.02395021729171276, -0.02251603826880455, -0.12777550518512726, 0.00820322148501873, -0.07285081595182419, 0.1970425248146057, -0.013831613585352898, 0.013199579901993275, 0.11560583859682083, 0.23432403802871704, 0.0574331134557724, -0.08917495608329773, 0.09092734009027481, 0.04435201361775398, 0.020098909735679626, -0.055019721388816833, -0.01587519608438015, -0.05413443222641945, -0.04666754603385925, 0.12923401594161987, -0.1860770583152771, -0.08144494891166687, 0.09168272465467453, 0.08885075896978378, -0.09554261714220047, -0.04288396239280701, -0.03641529008746147, -0.024516873061656952, -0.028810538351535797, -0.0019729402847588062, 0.10791578143835068, 0.03482067957520485, 0.04941205307841301, -0.08068489283323288, -0.05071878805756569, -0.06020176783204079, 0.048563312739133835, -0.0869925394654274, 0.08717173337936401, 0.028305115178227425, -0.19870014488697052, 0.17091937363147736, 0.13474969565868378, 0.16767585277557373, 0.1459701955318451, -0.018620632588863373, -0.08925574272871017, 0.011300628073513508, 0.0012468554778024554, -0.007679265923798084, 0.0658210963010788, -0.05786530300974846, -0.002922907005995512, 0.03652206063270569, -0.051547106355428696, -0.010629943571984768, -0.005474793259054422, 0.04071670025587082, 0.01881895586848259, -0.014903365634381771, -0.00537523441016674, 0.004166633356362581, 0.07645510882139206, 0.10744423419237137, -0.0023633192759007215, 0.1305251121520996, -0.06408964097499847, -0.029866240918636322, -0.07278383523225784, 0.12286084145307541, -0.13021411001682281, -0.2886047959327698, -0.02378498576581478, -0.03035013936460018, -0.06060226634144783, -0.021418234333395958, 0.010383514687418938, -0.0831097960472107, -0.05205301567912102, -0.09258713573217392, 0.059175267815589905, 0.07362445443868637, -0.060226909816265106, 0.014157673344016075, -0.0006949491216801107, 0.017339633777737617, -0.1326005905866623, 0.02564895525574684, 0.044324010610580444, -0.027184342965483665, -0.04875684157013893, 0.02709384821355343, 0.067793108522892, 0.006251099519431591, 0.09294448792934418, -0.02250484563410282, -0.06542204320430756, 0.25491800904273987, -0.1491403579711914, 0.09177267551422119, 0.06070229411125183, -0.09677771478891373, 0.039051540195941925, 0.19669900834560394, 0.02757924608886242, -0.06991319358348846, 0.02731354534626007, 0.13532817363739014, -0.03568078577518463, -0.196099653840065, -0.10919292271137238, -0.060724880546331406, -0.05671120434999466, 0.0569109171628952, 0.10724792629480362, -0.02415314130485058, -0.014779601246118546, -0.157199427485466, -0.03630155324935913, 0.06935853511095047, 0.05772361904382706, 0.0935315489768982, 0.022605713456869125, 0.04426563158631325, -0.11499690264463425, -0.01415412686765194, 0.08468274772167206, 0.056738581508398056, 0.13556267321109772, -0.03015635721385479, 0.22523626685142517, 0.06809299439191818, 0.06797637045383453, 0.022545194253325462, -0.054434873163700104, 0.04042978212237358, 0.04270916432142258, -0.029564209282398224, -0.06756522506475449, -0.08553437888622284, 0.06559761613607407, 0.07214008271694183, -0.12092823535203934, 0.0872233435511589, -0.09009172022342682, 0.12399104237556458, 0.08926765620708466, -0.02622300386428833, -0.13901928067207336, -0.02544352598488331, 0.09301198273897171, -0.10741185396909714, -0.08055008947849274, -0.04676574468612671, -0.023183787241578102, -0.17627215385437012, 0.14704830944538116, -0.015007391571998596, 0.08610525727272034, -0.08804619312286377, -0.05256173014640808, -0.05039519816637039, -0.08225326240062714, -0.031310711055994034, 0.0738978162407875, -0.21606557071208954, 0.12856921553611755, 0.060272637754678726, 0.017599638551473618, -0.1065383180975914, 0.04674405977129936, 0.06706801801919937, -0.11406669020652771, 0.16640543937683105, -0.010197782889008522, -0.14370588958263397, -0.006189248524606228, -0.1127113625407219, 0.01548465434461832, 0.0816093385219574, -0.08534645289182663, 0.07558979839086533, 0.02160760387778282, 0.002394650364294648, -0.057070810347795486, -0.027024712413549423, -0.18483780324459076, -0.3033604025840759, 0.05984608456492424, -0.033359598368406296, -0.022937918081879616, -0.05262641981244087, -0.04698150232434273, -0.031032228842377663, 0.14126820862293243, -0.0702812671661377, -0.12056117504835129, -0.1358722746372223, 0.02768854610621929, 0.15113842487335205, -0.0534808523952961, 0.04458381235599518, -0.049953754991292953, 0.1499682366847992, -0.028205592185258865, -0.06439799070358276, -0.009268580004572868, -0.03534044325351715, -0.11990239471197128, -0.054079048335552216, 0.07964256405830383, 0.04294825717806816, 0.0388740636408329, 0.003911096137017012, 0.037273503839969635, 0.08219710737466812, -0.06312448531389236, -0.013853480108082294, 0.0920320525765419, 0.036867741495370865, 0.12137626856565475, 0.0031462956685572863, -0.1817692220211029, -0.12604203820228577, -0.04697636514902115, 0.09539636969566345, 0.15645703673362732, 0.00006917909195180982, 0.23446227610111237, 0.11549462378025055, -0.08724730461835861, -0.22339096665382385, -0.10642758011817932, 0.04347500205039978, -0.0304054394364357, 0.11468417942523956, -0.2222205400466919, 0.0073110181838274, -0.007849476300179958, -0.012305348180234432, -0.08166469633579254, -0.22374926507472992, -0.13447335362434387, 0.051137588918209076, -0.015424801968038082, -0.13941185176372528, -0.14449219405651093, -0.07903832197189331, -0.06082765758037567, -0.06907247751951218, 0.11400177329778671, 0.07359519600868225, 0.029678305611014366, 0.009945983998477459, 0.06777452677488327, 0.011573842726647854, 0.001817789627239108, 0.17539428174495697, -0.0007442236528731883, -0.004629784729331732, -0.1584295928478241, -0.015064503066241741, 0.11626894026994705, -0.008548400364816189, 0.006860819645226002, -0.009561269544064999, -0.03896142914891243, -0.1505882441997528, -0.07023239135742188, -0.07094968110322952, 0.010793093591928482, -0.054329197853803635, -0.011135200969874859, -0.047721706330776215, 0.035710662603378296, 0.08483285456895828, -0.03714451938867569, 0.061933089047670364, -0.05264582484960556, 0.07620169967412949, 0.1184687614440918, 0.11537390202283859, 0.08365204930305481, -0.05921201407909393, -0.016044246032834053, 0.013707051053643227, -0.022984430193901062, -0.169372096657753, 0.038240984082221985, 0.04897511377930641, -0.02251593768596649, 0.10566075891256332, -0.045008715242147446, -0.15932343900203705, 0.05643891543149948, 0.10232437402009964, -0.012234020978212357, -0.20934845507144928, 0.0335867740213871, 0.105763278901577, -0.1277313530445099, -0.1366087794303894, 0.09246054291725159, 0.044966213405132294, -0.08743098378181458, 0.016203975304961205, 0.06693267077207565, 0.08137600868940353, 0.08691741526126862, -0.022160809487104416, 0.04150274023413658, -0.11701975762844086, 0.17220743000507355, 0.1663292795419693, -0.16552074253559113, 0.04024333506822586, 0.11087032407522202, -0.11172574758529663, -0.03218378126621246, -0.03262592479586601, 0.04398417845368385, -0.008992730639874935, 0.0019818218424916267, -0.017185810953378677, -0.06092517450451851, 0.0198341216892004, 0.15642789006233215, -0.0005568914348259568, 0.07079915702342987, 0.028437640517950058, -0.016346056014299393, 0.06851066648960114, 0.1393834799528122, 0.043233927339315414, -0.020897723734378815, -0.021549036726355553, -0.045663982629776, 0.010441099293529987, 0.026367319747805595, -0.0010917908512055874, -0.044326674193143845, -0.05167742818593979, 0.019996726885437965, -0.13479387760162354, 0.03122519701719284, -0.14002308249473572, -0.013319623656570911, 0.012346039526164532, -0.021321916952729225, -0.03711479529738426, -0.009541061706840992, -0.0797102078795433, -0.04176685959100723, -0.028568364679813385, 0.15016786754131317, -0.21167293190956116, 0.019400205463171005, 0.0986349955201149, -0.06867152452468872, 0.10937552899122238, 0.055950284004211426, -0.05978909879922867, 0.04573586955666542, -0.0710967406630516, -0.036671385169029236, -0.004786733537912369, 0.028073962777853012, 0.0082726264372468, -0.055041804909706116, 0.0369194820523262, 0.014843168668448925, -0.005192039534449577, 0.03022181987762451, 0.08196993172168732, -0.06678690016269684, 0.007661160547286272, 0.057822905480861664, -0.03200405836105347, 0.009455938823521137, 0.05730026587843895, 0.14304761588573456, 0.009673931635916233, 0.0945197120308876, -0.001014799578115344, -0.04014766961336136, -0.11191766709089279, -0.01850893534719944, -0.025420432910323143, -0.005019850097596645, 0.02898262068629265, -0.0546533465385437, 0.06424614787101746, 0.042978398501873016, 0.22997748851776123, -0.03020765632390976, 0.02683778665959835, 0.10364149510860443, 0.054784491658210754, -0.02190537564456463, 0.06609310954809189, 0.012685995548963547, 0.01691877841949463, -0.03761778026819229, 0.07209406793117523, -0.09782349318265915, -0.05034015700221062, -0.014843439683318138, 0.03383853659033775, 0.24089288711547852, 0.21960271894931793, -0.014292668551206589, 0.0055503989569842815, -0.06708507239818573, 0.05080515891313553, 0.010684097185730934, -0.08126343786716461, -0.00773067818954587, -0.09889010339975357, -0.004715052433311939, 0.1514650285243988, -0.12939605116844177, 0.11431940644979477, -0.06560925394296646, -0.047008369117975235, -0.04111127182841301, -0.15148550271987915, -0.05876903235912323, 0.0454590767621994, 0.0013233883073553443, -0.05594494938850403, 0.07488596439361572, 0.2140735238790512, 0.03129525110125542, 0.026225551962852478, 0.1474050134420395, -0.10376551747322083, -0.1524999588727951, 0.04382491484284401, 0.024747777730226517, 0.03661111369729042, 0.03826724365353584, 0.06611884385347366, 0.00249261106364429, 0.1103542298078537, 0.06809638440608978, 0.07216928899288177, -0.013620325364172459, 0.047774992883205414, -0.11843141168355942, -0.04133371263742447, 0.036042604595422745, -0.033636387437582016, -0.02771584875881672, 0.21877019107341766, 0.05070607364177704, 0.04418626055121422, 0.011699643917381763, 0.27300721406936646, 0.011217423714697361, -0.11347317695617676, -0.1950250118970871, -0.07296983897686005, -0.0025569703429937363, -0.006515206769108772, 0.006135907489806414, -0.11564765870571136, 0.004907727241516113, 0.01309109665453434, 0.15996970236301422, -0.03468875586986542, 0.03125515580177307, -0.04721299186348915, 0.041223764419555664, -0.00861595943570137, 0.02890925668179989, -0.0030662312638014555, 0.2039579153060913, -0.09321679174900055, 0.05419272556900978, 0.006525565404444933, -0.055657267570495605, -0.10472752898931503, 0.16789782047271729, -0.04096744954586029, -0.00281515228562057, -0.08644383400678635, 0.14705052971839905, -0.08886188268661499, -0.2847059965133667, 0.0057623060420155525, -0.11796507984399796, -0.15911999344825745, 0.0052475999109447, 0.010477199219167233, 0.07996053248643875, -0.04845060408115387, 0.08480299264192581, -0.04013943299651146, 0.1107429713010788, 0.08520679920911789, -0.04198448359966278, -0.06948179751634598, 0.12563718855381012, -0.04882311448454857, 0.21824006736278534, 0.023071130737662315, 0.07923484593629837, 0.09170179069042206, -0.04827171564102173, -0.09840738773345947, 0.008885912597179413, 0.13029803335666656, 0.054926514625549316, 0.026755981147289276, 0.21012981235980988, 0.004763237200677395, 0.11926819384098053, 0.09666945785284042, 0.06997688114643097, 0.11308681219816208, -0.005543927662074566, -0.026190847158432007, -0.0437936931848526, 0.11603037267923355, -0.11521133035421371, 0.08684584498405457, 0.07654977589845657, -0.027130410075187683, 0.06637346744537354, -0.0104917511343956, -0.010912185534834862, -0.012736325152218342, 0.042270660400390625, -0.03462176397442818, -0.14496880769729614, 0.04045776650309563, -0.042057108134031296, 0.08099980652332306, -0.16100552678108215, -0.03833300620317459, 0.04804327338933945, -0.015326662920415401, -0.0027557876892387867, 0.14473770558834076, 0.06495042145252228, -0.05104472115635872, -0.0380561389029026, -0.22346702218055725, 0.04343986138701439, 0.08295264095067978, -0.0669136643409729, 0.013337695971131325 ]
c948146dc6e63d56b3469be209ea7e35a4ed5579
# Dataset Card for Arabic Billion Words Corpus ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** http://www.abuelkhair.net/index.php/en/arabic/abu-el-khair-corpus - **Repository:** - **Paper:** https://arxiv.org/pdf/1611.04033 - **Leaderboard:** - **Point of Contact:**[Ibrahim Abu El-Khair](iabuelkhair@gmail.com) ### Dataset Summary Abu El-Khair Corpus is an Arabic text corpus, that includes more than five million newspaper articles. It contains over a billion and a half words in total, out of which, there are about three million unique words. The corpus is encoded with two types of encoding, namely: UTF-8, and Windows CP-1256. Also it was marked with two mark-up languages, namely: SGML, and XML. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages Arabic ## Dataset Structure ### Data Instances This is an example of the "Almasryalyoum" configuration subset: ```python { "url": "http://today.almasryalyoum.com/printerfriendly.aspx?ArticleID=61300", "head_line": "رئيس وزراء المجر: عنصرية جماهير أوجبيست جلبت العار للبلاد", "date": "19/5/2007", "text": """قال متحدث باسم الحكومة المجرية: إن رئيس الوزراء فيرنك جيوركساني رحب بقرار اتحاد كرة القدم المجري بخصم ثلاث نقاط من نادي أوجبيست بسبب السلوك العنصري الذي صدر من جماهيره. وعاقب الاتحاد المجري فريق أوجبيست بعد أن سخرت جماهيره من إبراهيم سيديبي مهاجم فريق ديبرينسين الأسود أثناء مباراة الفريقين أوائل مايو الجاري. يذكر أن الاتحاد فرض أيضا غرامة مالية قدرها 20 ألف دولار علي أوجبيست في عام 2005 بعد أن رددت جماهيره شعارات معادية للسامية خلال مباراة بالدوري المجري. وأوضح جيوركساني في خطاب إلي إيستفان كيستليكي رئيس الاتحاد المجري لكرة القدم، أن هذا السلوك العنصري من الجماهير «جلب العار لكرة القدم وللمجر». يذكر أن المجر بها مجموعة من مشجعي كرة القدم المشاغبين «الهوليجانز»، وشارك الكثير منهم في أعمال شغب معادية للحكومة في العام الماضي.""", } ``` ### Data Fields The data fields are: - "url": string, original url of the article, - "head_line": string, headline of the article, - "date": string, date of the article, - "text": string, text content of the article, ### Data Splits There is only one "training" split for all configuration subsets, containing the following number of examples: | | Number of examples | |:---------------|-------------------:| | Alittihad | 349342 | | Almasryalyoum | 291723 | | Almustaqbal | 446873 | | Alqabas | 817274 | | Echoroukonline | 139732 | | Ryiadh | 858188 | | Sabanews | 92149 | | SaudiYoum | 888068 | | Techreen | 314597 | | Youm7 | 1172136 | ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @article{el20161, title={1.5 billion words arabic corpus}, author={El-Khair, Ibrahim Abu}, journal={arXiv preprint arXiv:1611.04033}, year={2016} } ``` ### Contributions Thanks to [@zaidalyafeai](https://github.com/zaidalyafeai) and [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
arabic_billion_words
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "size_categories:10K<n<100K", "size_categories:1M<n<10M", "source_datasets:original", "language:ar", "license:unknown", "arxiv:1611.04033", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["ar"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M", "10K<n<100K", "1M<n<10M"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["language-modeling", "masked-language-modeling"], "pretty_name": "Arabic Billion Words", "config_names": ["Alittihad", "Almasryalyoum", "Almustaqbal", "Alqabas", "Echoroukonline", "Ryiadh", "Sabanews", "SaudiYoum", "Techreen", "Youm7"], "dataset_info": [{"config_name": "Alittihad", "features": [{"name": "url", "dtype": "string"}, {"name": "head_line", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1601790302, "num_examples": 349342}], "download_size": 348259999, "dataset_size": 1601790302}, {"config_name": "Almasryalyoum", "features": [{"name": "url", "dtype": "string"}, {"name": "head_line", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1056197870, "num_examples": 291723}], "download_size": 242604438, "dataset_size": 1056197870}, {"config_name": "Almustaqbal", "features": [{"name": "url", "dtype": "string"}, {"name": "head_line", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1545659336, "num_examples": 446873}], "download_size": 350826797, "dataset_size": 1545659336}, {"config_name": "Alqabas", "features": [{"name": "url", "dtype": "string"}, {"name": "head_line", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2631729746, "num_examples": 817274}], "download_size": 595274646, "dataset_size": 2631729746}, {"config_name": "Echoroukonline", "features": [{"name": "url", "dtype": "string"}, {"name": "head_line", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 464386206, "num_examples": 139732}], "download_size": 108184378, "dataset_size": 464386206}, {"config_name": "Ryiadh", "features": [{"name": "url", "dtype": "string"}, {"name": "head_line", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3101294859, "num_examples": 858188}], "download_size": 691264971, "dataset_size": 3101294859}, {"config_name": "Sabanews", "features": [{"name": "url", "dtype": "string"}, {"name": "head_line", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 198019614, "num_examples": 92149}], "download_size": 38214558, "dataset_size": 198019614}, {"config_name": "SaudiYoum", "features": [{"name": "url", "dtype": "string"}, {"name": "head_line", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2723291416, "num_examples": 888068}], "download_size": 605537923, "dataset_size": 2723291416}, {"config_name": "Techreen", "features": [{"name": "url", "dtype": "string"}, {"name": "head_line", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1103458209, "num_examples": 314597}], "download_size": 252976781, "dataset_size": 1103458209}, {"config_name": "Youm7", "features": [{"name": "url", "dtype": "string"}, {"name": "head_line", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3004689464, "num_examples": 1172136}], "download_size": 617708074, "dataset_size": 3004689464}]}
2024-01-18T11:01:47+00:00
[ "1611.04033" ]
[ "ar" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-Arabic #license-unknown #arxiv-1611.04033 #region-us
Dataset Card for Arabic Billion Words Corpus ============================================ Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: URL * Leaderboard: * Point of Contact:Ibrahim Abu El-Khair ### Dataset Summary Abu El-Khair Corpus is an Arabic text corpus, that includes more than five million newspaper articles. It contains over a billion and a half words in total, out of which, there are about three million unique words. The corpus is encoded with two types of encoding, namely: UTF-8, and Windows CP-1256. Also it was marked with two mark-up languages, namely: SGML, and XML. ### Supported Tasks and Leaderboards ### Languages Arabic Dataset Structure ----------------- ### Data Instances This is an example of the "Almasryalyoum" configuration subset: ### Data Fields The data fields are: * "url": string, original url of the article, * "head\_line": string, headline of the article, * "date": string, date of the article, * "text": string, text content of the article, ### Data Splits There is only one "training" split for all configuration subsets, containing the following number of examples: Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @zaidalyafeai and @albertvillanova for adding this dataset.
[ "### Dataset Summary\n\n\nAbu El-Khair Corpus is an Arabic text corpus, that includes more than five million newspaper articles.\nIt contains over a billion and a half words in total, out of which, there are about three million unique words.\nThe corpus is encoded with two types of encoding, namely: UTF-8, and Windows CP-1256.\nAlso it was marked with two mark-up languages, namely: SGML, and XML.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nArabic\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThis is an example of the \"Almasryalyoum\" configuration subset:", "### Data Fields\n\n\nThe data fields are:\n\n\n* \"url\": string, original url of the article,\n* \"head\\_line\": string, headline of the article,\n* \"date\": string, date of the article,\n* \"text\": string, text content of the article,", "### Data Splits\n\n\nThere is only one \"training\" split for all configuration subsets, containing the following number of examples:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @zaidalyafeai and @albertvillanova for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-Arabic #license-unknown #arxiv-1611.04033 #region-us \n", "### Dataset Summary\n\n\nAbu El-Khair Corpus is an Arabic text corpus, that includes more than five million newspaper articles.\nIt contains over a billion and a half words in total, out of which, there are about three million unique words.\nThe corpus is encoded with two types of encoding, namely: UTF-8, and Windows CP-1256.\nAlso it was marked with two mark-up languages, namely: SGML, and XML.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nArabic\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThis is an example of the \"Almasryalyoum\" configuration subset:", "### Data Fields\n\n\nThe data fields are:\n\n\n* \"url\": string, original url of the article,\n* \"head\\_line\": string, headline of the article,\n* \"date\": string, date of the article,\n* \"text\": string, text content of the article,", "### Data Splits\n\n\nThere is only one \"training\" split for all configuration subsets, containing the following number of examples:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @zaidalyafeai and @albertvillanova for adding this dataset." ]
[ 142, 100, 10, 12, 24, 66, 35, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 26 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-Arabic #license-unknown #arxiv-1611.04033 #region-us \n### Dataset Summary\n\n\nAbu El-Khair Corpus is an Arabic text corpus, that includes more than five million newspaper articles.\nIt contains over a billion and a half words in total, out of which, there are about three million unique words.\nThe corpus is encoded with two types of encoding, namely: UTF-8, and Windows CP-1256.\nAlso it was marked with two mark-up languages, namely: SGML, and XML.### Supported Tasks and Leaderboards### Languages\n\n\nArabic\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nThis is an example of the \"Almasryalyoum\" configuration subset:### Data Fields\n\n\nThe data fields are:\n\n\n* \"url\": string, original url of the article,\n* \"head\\_line\": string, headline of the article,\n* \"date\": string, date of the article,\n* \"text\": string, text content of the article,### Data Splits\n\n\nThere is only one \"training\" split for all configuration subsets, containing the following number of examples:\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators### Licensing Information" ]
[ -0.050420746207237244, 0.23328502476215363, -0.004402054939419031, 0.03259569779038429, 0.07659954577684402, 0.020341407507658005, 0.07960138469934464, 0.10991466790437698, -0.024906016886234283, 0.1943214237689972, 0.03698020800948143, 0.040078580379486084, 0.10820114612579346, 0.09228052943944931, 0.05391673743724823, -0.18640412390232086, 0.04805905744433403, -0.12968318164348602, 0.01893751695752144, 0.11128577589988708, 0.13486778736114502, -0.06390431523323059, 0.06267847120761871, -0.09889549762010574, -0.01910851150751114, -0.006896797567605972, -0.09436843544244766, -0.036395736038684845, 0.019134296104311943, 0.0773998349905014, 0.03285885602235794, -0.017210420221090317, 0.0720638856291771, -0.28991612792015076, 0.01683294214308262, 0.051599979400634766, -0.0482264906167984, 0.02736140601336956, 0.11735153198242188, -0.06355804204940796, 0.10500587522983551, -0.17893600463867188, 0.015672355890274048, 0.04744238778948784, -0.13763383030891418, -0.1558736264705658, -0.16011035442352295, 0.16128812730312347, 0.11498798429965973, 0.06295517086982727, -0.039711568504571915, 0.03672944754362106, -0.03996320813894272, 0.063993901014328, 0.19438669085502625, -0.11548870801925659, -0.04099774733185768, 0.0478033684194088, 0.07970248907804489, 0.04612923413515091, -0.06806819140911102, 0.027451109141111374, 0.005202378146350384, 0.022855274379253387, -0.07390869408845901, -0.004948859103024006, -0.010409753769636154, 0.04761107638478279, -0.12174942344427109, -0.15691699087619781, 0.12579548358917236, 0.05638144537806511, -0.014767342247068882, -0.131760373711586, 0.01608421839773655, -0.05667831748723984, -0.05530957877635956, 0.026433570310473442, -0.005606251768767834, -0.01115597877651453, 0.08049885183572769, -0.022294679656624794, -0.07133025676012039, -0.026390165090560913, -0.017783652991056442, 0.1068735420703888, 0.03873922675848007, -0.0019451251719146967, 0.03246641531586647, 0.060237348079681396, -0.0504896305501461, -0.11955926567316055, -0.04123149812221527, 0.001355508342385292, -0.10931304097175598, -0.0037440205924212933, -0.002963841427117586, -0.02087259665131569, 0.08332009613513947, 0.18409620225429535, -0.09322401881217957, 0.04849826544523239, -0.011572901159524918, 0.017010675743222237, 0.04736114665865898, 0.1231178343296051, -0.11773017048835754, -0.08970299363136292, -0.05263543874025345, 0.0192401222884655, 0.04908911883831024, -0.0428803488612175, -0.07106901705265045, 0.06397457420825958, 0.06895527243614197, 0.1165032759308815, 0.14305737614631653, 0.026928456500172615, -0.08044259995222092, -0.01792975328862667, 0.13377155363559723, -0.15540483593940735, 0.05200633034110069, 0.07092990726232529, -0.013570809736847878, -0.09359091520309448, -0.011949069797992706, 0.017396820709109306, -0.098224937915802, 0.05018620565533638, -0.04823930189013481, 0.024598650634288788, -0.06845629215240479, -0.07411866635084152, 0.09661455452442169, -0.06379791349172592, -0.0794292539358139, -0.022724656388163567, -0.12391603738069534, -0.06707039475440979, 0.016811801120638847, -0.08238909393548965, -0.033295389264822006, -0.00604008324444294, -0.06906189024448395, 0.029913820326328278, 0.026107143610715866, 0.04906236752867699, -0.07749566435813904, 0.06382687389850616, -0.01062669325619936, 0.03265989199280739, 0.061074234545230865, 0.02540128491818905, -0.041792016476392746, 0.0907730683684349, -0.1786413937807083, 0.13473621010780334, -0.11824650317430496, 0.05952893942594528, -0.1381853222846985, -0.025529218837618828, 0.030030790716409683, 0.0034105374943464994, -0.026867007836699486, 0.12182531505823135, -0.25060969591140747, -0.044308148324489594, 0.17248037457466125, -0.07301949709653854, -0.07073254138231277, 0.05508219450712204, -0.01382079254835844, -0.018418777734041214, 0.04434895142912865, 0.11015447974205017, -0.021172557026147842, -0.029575888067483902, -0.11533036828041077, -0.05952278897166252, 0.05526953190565109, 0.22155992686748505, 0.1401401311159134, -0.14212821424007416, 0.14480093121528625, 0.016236191615462303, -0.009215361438691616, -0.08903618156909943, -0.013113241642713547, -0.0849195197224617, 0.016305189579725266, -0.016423068940639496, 0.02950213849544525, 0.004559784661978483, -0.06097708269953728, -0.05330556631088257, -0.1217179074883461, -0.04738030582666397, 0.03188149631023407, 0.034716736525297165, 0.042749810963869095, -0.04581352323293686, -0.008255855180323124, -0.01626809686422348, 0.02770412713289261, -0.2136964350938797, -0.12402642518281937, 0.015794366598129272, -0.04925208538770676, 0.10596071928739548, -0.11272531747817993, -0.002268040319904685, 0.012137793935835361, -0.030570784583687782, 0.02634257636964321, -0.042339641600847244, 0.02023646980524063, -0.04675779119133949, -0.1843077540397644, -0.055252112448215485, -0.05583781749010086, 0.10011734068393707, -0.12968026101589203, 0.009701156988739967, 0.132048100233078, 0.16667428612709045, 0.011740967631340027, -0.08735184371471405, 0.0705760270357132, 0.04545718431472778, -0.01734895259141922, -0.05981827899813652, 0.006787238642573357, -0.06320764124393463, -0.027792520821094513, 0.03974364697933197, -0.2053375244140625, -0.05842497944831848, 0.07245443761348724, 0.05603097751736641, -0.10413181781768799, 0.0037164476234465837, -0.04467080533504486, -0.05404932051897049, -0.03971249610185623, -0.08619167655706406, 0.07142440974712372, 0.03845561295747757, 0.027684617787599564, -0.07174096256494522, -0.059368327260017395, -0.02095530740916729, 0.003697700100019574, -0.10116319358348846, 0.1436828076839447, 0.01987164095044136, -0.15579155087471008, 0.13154149055480957, 0.0603734515607357, 0.11735056340694427, 0.0707339197397232, -0.01517203077673912, -0.11711151897907257, -0.055188149213790894, 0.054610516875982285, 0.06127352640032768, 0.07829498499631882, -0.09103372693061829, 0.027106303721666336, 0.02196465991437435, 0.03188934177160263, 0.00911386962980032, -0.08976143598556519, 0.04891626909375191, 0.025441354140639305, -0.08212094753980637, -0.023912208154797554, -0.06878530979156494, 0.024535169824957848, 0.0991252213716507, 0.04237135127186775, 0.10361681133508682, -0.005324483849108219, -0.058680783957242966, -0.13904114067554474, 0.15708200633525848, -0.0934717133641243, -0.24816247820854187, -0.10968248546123505, -0.08925753831863403, -0.03442760929465294, -0.010168714448809624, 0.03996339440345764, -0.021091539412736893, -0.07477131485939026, -0.11416199058294296, 0.02838296629488468, 0.021104207262396812, -0.08583535999059677, 0.025595616549253464, 0.0144497100263834, 0.023120997473597527, -0.11587770283222198, 0.03390040993690491, 0.06368685513734818, -0.04357468709349632, -0.025878192856907845, 0.06288929283618927, 0.16196905076503754, 0.11472123861312866, 0.07615352421998978, -0.009414322674274445, -0.012322607450187206, 0.2414623200893402, -0.12028656899929047, 0.06986644119024277, 0.007479497697204351, -0.08106104284524918, 0.07456444948911667, 0.23478670418262482, 0.029807019978761673, -0.0677541196346283, 0.02133014239370823, 0.0867135226726532, -0.03874364495277405, -0.22716651856899261, -0.07959239184856415, -0.0450582355260849, -0.010726692155003548, 0.0617511160671711, 0.0944870263338089, 0.013682923279702663, -0.048093508929014206, -0.10445201396942139, 0.004557959269732237, 0.03360956907272339, 0.07630113512277603, 0.04237113893032074, 0.007335690315812826, 0.03363571688532829, -0.08689484745264053, 0.030084902420639992, 0.09743398427963257, 0.044818080961704254, 0.15820787847042084, 0.02054070308804512, 0.2919691205024719, 0.07707446813583374, 0.0545504204928875, -0.039898425340652466, -0.02068919688463211, 0.037426237016916275, 0.044094279408454895, -0.014660931192338467, -0.07961519062519073, 0.04198082163929939, 0.06757324934005737, 0.09306718409061432, -0.04311226308345795, 0.02222444862127304, -0.11651686578989029, 0.10048016905784607, 0.11396070569753647, 0.06234407424926758, -0.12303625047206879, -0.0012817200040444732, 0.08383781462907791, -0.05741387605667114, -0.03991418704390526, -0.04452679678797722, 0.036075491458177567, -0.1435842663049698, 0.10848645120859146, 0.026798389852046967, 0.12736323475837708, -0.07110178470611572, -0.03727784752845764, -0.009005041792988777, -0.017028382048010826, -0.008450904861092567, 0.11819112300872803, -0.20178775489330292, 0.18274548649787903, 0.03899245336651802, 0.017936602234840393, -0.06511522084474564, 0.03985470160841942, 0.008032051846385002, -0.010045051574707031, 0.14122934639453888, 0.013395947404205799, -0.1612817347049713, -0.05491580814123154, -0.13010849058628082, -0.04177185520529747, 0.12591086328029633, -0.12480202317237854, 0.11719582974910736, 0.031092138960957527, -0.036808960139751434, -0.06053759530186653, 0.10203352570533752, -0.12720590829849243, -0.18041254580020905, 0.09705080091953278, -0.05870598554611206, 0.06098856031894684, -0.07566897571086884, -0.04272916540503502, -0.11773359775543213, 0.1353749930858612, -0.1456095278263092, -0.04996189475059509, -0.12732945382595062, 0.025662582367658615, 0.13934241235256195, -0.08103017508983612, 0.023796210065484047, -0.026042515411973, 0.10070528835058212, 0.01924472115933895, -0.00029360540793277323, 0.06330063194036484, -0.031004175543785095, -0.2115614265203476, -0.04669548198580742, 0.14691674709320068, 0.017514478415250778, 0.062437620013952255, -0.03311023488640785, 0.07621032744646072, 0.042432818561792374, -0.10928989201784134, 0.047491978853940964, 0.11410452425479889, 0.09107635170221329, 0.13220667839050293, 0.014884939417243004, -0.14523139595985413, -0.10244031250476837, -0.07040160894393921, 0.12910273671150208, 0.20195379853248596, -0.08091053366661072, 0.15215352177619934, 0.09607978165149689, -0.1007092297077179, -0.25600510835647583, -0.06980433315038681, 0.04362097010016441, -0.027456628158688545, 0.04070710390806198, -0.14348627626895905, 0.013821029104292393, 0.03072538413107395, -0.022272298112511635, 0.07805045694112778, -0.32480064034461975, -0.14113859832286835, 0.0031311209313571453, 0.02021104469895363, -0.2520564794540405, -0.2265242040157318, -0.1452861726284027, -0.043116938322782516, -0.20761214196681976, 0.0826742947101593, 0.01004759781062603, 0.05021372437477112, 0.01938062161207199, -0.026950884610414505, -0.011243777349591255, -0.0319141186773777, 0.21815001964569092, 0.02932281792163849, -0.010105443187057972, -0.15404456853866577, -0.03565162420272827, 0.11630237102508545, -0.03329116478562355, 0.07461169362068176, -0.055104438215494156, 0.012786313891410828, -0.13474011421203613, -0.024033784866333008, -0.059589095413684845, 0.00027361023239791393, -0.11200983077287674, 0.010753396898508072, -0.054125815629959106, 0.010159334167838097, 0.06635892391204834, -0.016385849565267563, 0.08429054915904999, -0.035944852977991104, 0.08309178054332733, 0.17348714172840118, 0.10712730884552002, 0.0283142551779747, -0.13430951535701752, -0.047740720212459564, -0.014665619470179081, -0.034269068390131, -0.12191778421401978, 0.016535408794879913, 0.09120956808328629, 0.038943931460380554, 0.15710720419883728, -0.02245679497718811, -0.14597733318805695, 0.0009385239682160318, 0.08819877356290817, -0.03265265002846718, -0.26090171933174133, 0.015833208337426186, 0.03383024409413338, -0.19586098194122314, -0.08582544326782227, 0.03910395875573158, 0.037879686802625656, -0.04110457003116608, 0.008775261230766773, 0.08752841502428055, 0.03181648254394531, 0.09989690780639648, 0.05466921627521515, 0.07725968211889267, -0.09862496703863144, 0.14109750092029572, 0.1601424664258957, -0.12813739478588104, 0.02589375153183937, 0.22689568996429443, -0.06003490835428238, -0.05684856325387955, 0.029506996273994446, 0.10494733601808548, 0.03622070699930191, -0.04982220381498337, 0.0020505706779658794, -0.0704117938876152, 0.1022910326719284, 0.17775100469589233, 0.010812332853674889, 0.04296601563692093, 0.0649469643831253, -0.024583056569099426, 0.003943498246371746, 0.1470976024866104, 0.04852946847677231, 0.02560955472290516, -0.04962650686502457, 0.03532923758029938, -0.0003347885503899306, 0.039583079516887665, 0.022169511765241623, -0.03497413173317909, -0.08782250434160233, -0.0010478290496394038, -0.14214371144771576, 0.07648716121912003, -0.09974532574415207, -0.014574856497347355, -0.029946936294436455, -0.056034281849861145, -0.0017095479415729642, -0.014661505818367004, -0.06244245171546936, -0.10930074006319046, -0.05749191343784332, 0.11057275533676147, -0.19497264921665192, -0.02350037172436714, 0.09375091642141342, -0.030392449349164963, 0.12278134375810623, 0.011915096081793308, -0.032690923660993576, 0.031072521582245827, -0.12586933374404907, 0.0012597510358318686, -0.0455159991979599, 0.0025340416468679905, 0.020184701308608055, -0.1446501612663269, 0.0010330819059163332, -0.02061890810728073, -0.042853839695453644, 0.05666660889983177, -0.02048584446310997, -0.1009599044919014, 0.024477515369653702, -0.05954626575112343, -0.0701364055275917, -0.009459245018661022, 0.05213506147265434, 0.06636146456003189, -0.022807301953434944, 0.086103156208992, -0.03910357877612114, 0.06818827986717224, -0.13209469616413116, -0.012587006203830242, -0.029618723317980766, 0.005549577064812183, -0.05789212882518768, 0.010823002085089684, 0.0635981485247612, -0.008476519025862217, 0.18024486303329468, -0.035189297050237656, -0.020342787727713585, 0.052047766745090485, 0.09236875176429749, -0.014982752501964569, 0.05276850238442421, 0.06781787425279617, 0.0025512378197163343, -0.02890298329293728, 0.004071483388543129, -0.01168053224682808, -0.05435424670577049, -0.10252019017934799, 0.14907211065292358, 0.21281298995018005, 0.21404223144054413, 0.007852798327803612, 0.039179421961307526, -0.1662839651107788, -0.06251397728919983, 0.10372497886419296, -0.030925411731004715, 0.03529778867959976, -0.087003692984581, 0.024033717811107635, 0.12458483874797821, -0.1867276430130005, 0.10661725699901581, -0.0656447559595108, -0.052281200885772705, -0.023224947974085808, -0.1560574322938919, -0.06376626342535019, 0.0052728489972651005, -0.010202465578913689, -0.078221395611763, 0.10978304594755173, 0.15564511716365814, -0.029428638517856598, 0.007565573323518038, 0.10076906532049179, -0.07171791791915894, -0.05933613330125809, 0.005122791510075331, 0.016713283956050873, 0.04306386783719063, 0.04760028049349785, 0.0756985992193222, -0.002521718153730035, 0.026119474321603775, 0.09727878123521805, 0.10904949903488159, 0.01023062877357006, 0.03682751581072807, -0.08955942839384079, -0.08885902911424637, 0.043618153780698776, 0.005072196014225483, -0.01039924006909132, 0.2082698792219162, 0.05754067003726959, 0.003913277760148048, 0.022431442514061928, 0.21231751143932343, -0.02461353689432144, -0.14867627620697021, -0.11897601932287216, 0.008876873180270195, -0.027076728641986847, -0.016873998567461967, 0.0015314372722059488, -0.1583094447851181, 0.03753909096121788, 0.08604580909013748, 0.15676714479923248, -0.0024429105687886477, 0.04267583414912224, -0.020032037049531937, 0.022510375827550888, 0.04963193088769913, -0.0049980818293988705, 0.05174683779478073, 0.23791563510894775, -0.08151499181985855, -0.0016779074212536216, -0.027348993346095085, -0.018633365631103516, -0.14165256917476654, 0.08462756872177124, -0.01667683571577072, -0.020745430141687393, -0.06014711409807205, 0.1458124816417694, -0.06668394804000854, -0.18556523323059082, 0.04251833260059357, -0.12836571037769318, -0.11937346309423447, -0.0014520649565383792, 0.09857077896595001, 0.05664233863353729, -0.005540328565984964, 0.0789198949933052, 0.011064973659813404, 0.1139904260635376, 0.034544240683317184, -0.07669554650783539, -0.028660915791988373, 0.061346642673015594, -0.040219031274318695, 0.24810880422592163, -0.01611066423356533, 0.07714834064245224, 0.11940924823284149, -0.01914914697408676, -0.13050881028175354, 0.06188683211803436, 0.11403527855873108, 0.03542114421725273, 0.054071150720119476, 0.1606026291847229, -0.009781585074961185, 0.06338401883840561, 0.09971163421869278, 0.0009201471693813801, 0.05062863975763321, 0.0490540973842144, 0.0028461574111133814, -0.09478060901165009, 0.06781889498233795, -0.11702156811952591, 0.11390027403831482, 0.13585568964481354, -0.05230234935879707, 0.012698830105364323, -0.004793393891304731, -0.007516828831285238, -0.04206286370754242, 0.1254102885723114, -0.014329291880130768, -0.1572451889514923, 0.051987603306770325, -0.06451429426670074, 0.10484013706445694, -0.1883023977279663, -0.07472104579210281, 0.08238191157579422, -0.008579365909099579, -0.03672594949603081, 0.11812540143728256, 0.13567626476287842, -0.028267132118344307, -0.05677643045783043, -0.16573894023895264, 0.0017263693735003471, 0.14851053059101105, -0.09341857582330704, -0.018967969343066216 ]
897e2cecae33a242f5003922d3f1564f0c55c3dd
# Dataset Card for Arabic POS Dialect ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://alt.qcri.org/resources/da_resources/ - **Repository:** https://github.com/qcri/dialectal_arabic_resources - **Paper:** http://www.lrec-conf.org/proceedings/lrec2018/pdf/562.pdf - **Contacts:** - Ahmed Abdelali < aabdelali @ hbku dot edu dot qa > - Kareem Darwish < kdarwish @ hbku dot edu dot qa > - Hamdy Mubarak < hmubarak @ hbku dot edu dot qa > ### Dataset Summary This dataset was created to support part of speech (POS) tagging in dialects of Arabic. It contains sets of 350 manually segmented and POS tagged tweets for each of four dialects: Egyptian, Levantine, Gulf, and Maghrebi. ### Supported Tasks and Leaderboards The dataset can be used to train a model for Arabic token segmentation and part of speech tagging in Arabic dialects. Success on this task is typically measured by achieving a high accuracy over a held out dataset. Darwish et al. (2018) train a CRF model across all four dialects and achieve an average accuracy of 89.3%. ### Languages The BCP-47 code is ar-Arab. The dataset consists of four dialects of Arabic, Egyptian (EGY), Levantine (LEV), Gulf (GLF), and Maghrebi (MGR), written in Arabic script. ## Dataset Structure ### Data Instances Below is a partial example from the Egyptian set: ``` - `Fold`: 4 - `SubFold`: A - `Word`: [ليه, لما, تحب, حد, من, قلبك, ...] - `Segmentation`: [ليه, لما, تحب, حد, من, قلب+ك, ...] - `POS`: [PART, PART, V, NOUN, PREP, NOUN+PRON, ...] ``` ### Data Fields The `fold` and the `subfold` fields refer to the crossfold validation splits used by Darwish et al., which can be generated using this [script](https://github.com/qcri/dialectal_arabic_resources/blob/master/generate_splits.sh). - `fold`: An int32 indicating which fold the instance was in for the crossfold validation - `subfold`: A string, either 'A' or 'B', indicating which subfold the instance was in for the crossfold validation - `words`: A sequence of strings of the unsegmented token - `segments`: A sequence of strings consisting of the segments of the word separated by '+' if there is more than one segment - `pos_tags`: A sequence of strings of the part of speech tags of the segments separated by '+' if there is more than one segment The POS tags consist of a set developed by [Darwish et al. (2017)](https://www.aclweb.org/anthology/W17-1316.pdf) for Modern Standard Arabic (MSA) plus an additional 6 tags (2 dialect-specific tags and 4 tweet-specific tags). | Tag | Purpose | Description | | ----- | ------ | ----- | | ADV | MSA | Adverb | | ADJ | MSA | Adjective | | CONJ | MSA | Conjunction | | DET | MSA | Determiner | | NOUN | MSA | Noun | | NSUFF | MSA | Noun suffix | | NUM | MSA | Number | | PART | MSA | Particle | | PREP | MSA | Preposition | | PRON | MSA | Pronoun | | PUNC | MSA | Preposition | | V | MSA | Verb | | ABBREV | MSA | Abbreviation | | CASE | MSA | Alef of tanween fatha | | JUS | MSA | Jussification attached to verbs | | VSUFF | MSA | Verb Suffix | | FOREIGN | MSA | Non-Arabic as well as non-MSA words | | FUR_PART | MSA | Future particle "s" prefix and "swf" | | PROG_PART | Dialect | Progressive particle | | NEG_PART | Dialect | Negation particle | | HASH | Tweet | Hashtag | | EMOT | Tweet | Emoticon/Emoji | | MENTION | Tweet | Mention | | URL | Tweet | URL | ### Data Splits The dataset is split by dialect. | Dialect | Tweets | Words | | ----- | ------ | ----- | | Egyptian (EGY) | 350 | 7481 | | Levantine (LEV) | 350 | 7221 | | Gulf (GLF) | 350 | 6767 | | Maghrebi (MGR) | 350 | 6400 | ## Dataset Creation ### Curation Rationale This dataset was created to address the lack of computational resources available for dialects of Arabic. These dialects are typically used in speech, while written forms of the language are typically in Modern Standard Arabic. Social media, however, has provided a venue for people to use dialects in written format. ### Source Data This dataset builds off of the work of [Eldesouki et al. (2017)](https://arxiv.org/pdf/1708.05891.pdf) and [Samih et al. (2017b)](https://www.aclweb.org/anthology/K17-1043.pdf) who originally collected the tweets. #### Initial Data Collection and Normalization They started with 175 million Arabic tweets returned by the Twitter API using the query "lang:ar" in March 2014. They then filtered this set using author-identified locations and tokens that are unique to each dialect. Finally, they had native speakers of each dialect select 350 tweets that were heavily accented. #### Who are the source language producers? The source language producers are people who posted on Twitter in Arabic using dialectal words from countries where the dialects of interest were spoken, as identified in [Mubarak and Darwish (2014)](https://www.aclweb.org/anthology/W14-3601.pdf). ### Annotations #### Annotation process The segmentation guidelines are available at https://alt.qcri.org/resources1/da_resources/seg-guidelines.pdf. The tagging guidelines are not provided, but Darwish at al. note that there were multiple rounds of quality control and revision. #### Who are the annotators? The POS tags were annotated by native speakers of each dialect. Further information is not known. ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset Darwish et al find that the accuracy on the Maghrebi dataset suffered the most when the training set was from another dialect, and conversely training on Maghrebi yielded the worst results for all the other dialects. They suggest that Egyptian, Levantine, and Gulf may be more similar to each other and Maghrebi the most dissimilar to all of them. They also find that training on Modern Standard Arabic (MSA) and testing on dialects yielded significantly lower results compared to training on dialects and testing on MSA. This suggests that dialectal variation should be a significant consideration for future work in Arabic NLP applications, particularly when working with social media text. ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators This dataset was curated by Kareem Darwish, Hamdy Mubarak, Mohamed Eldesouki and Ahmed Abdelali with the Qatar Computing Research Institute (QCRI), Younes Samih and Laura Kallmeyer with the University of Dusseldorf, Randah Alharbi and Walid Magdy with the University of Edinburgh, and Mohammed Attia with Google. No funding information was included. ### Licensing Information This dataset is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). ### Citation Information Kareem Darwish, Hamdy Mubarak, Ahmed Abdelali, Mohamed Eldesouki, Younes Samih, Randah Alharbi, Mohammed Attia, Walid Magdy and Laura Kallmeyer (2018) Multi-Dialect Arabic POS Tagging: A CRF Approach. Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018), May 7-12, 2018. Miyazaki, Japan. ``` @InProceedings{DARWISH18.562, author = {Kareem Darwish ,Hamdy Mubarak ,Ahmed Abdelali ,Mohamed Eldesouki ,Younes Samih ,Randah Alharbi ,Mohammed Attia ,Walid Magdy and Laura Kallmeyer}, title = {Multi-Dialect Arabic POS Tagging: A CRF Approach}, booktitle = {Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018)}, year = {2018}, month = {may}, date = {7-12}, location = {Miyazaki, Japan}, editor = {Nicoletta Calzolari (Conference chair) and Khalid Choukri and Christopher Cieri and Thierry Declerck and Sara Goggi and Koiti Hasida and Hitoshi Isahara and Bente Maegaard and Joseph Mariani and Hélène Mazo and Asuncion Moreno and Jan Odijk and Stelios Piperidis and Takenobu Tokunaga}, publisher = {European Language Resources Association (ELRA)}, address = {Paris, France}, isbn = {979-10-95546-00-9}, language = {english} } ``` ### Contributions Thanks to [@mcmillanmajora](https://github.com/mcmillanmajora) for adding this dataset.
arabic_pos_dialect
[ "task_categories:token-classification", "task_ids:part-of-speech", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:multilingual", "size_categories:n<1K", "source_datasets:extended", "language:ar", "license:apache-2.0", "arxiv:1708.05891", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["ar"], "license": ["apache-2.0"], "multilinguality": ["multilingual"], "size_categories": ["n<1K"], "source_datasets": ["extended"], "task_categories": ["token-classification"], "task_ids": ["part-of-speech"], "pretty_name": "Arabic POS Dialect", "dataset_info": [{"config_name": "egy", "features": [{"name": "fold", "dtype": "int32"}, {"name": "subfold", "dtype": "string"}, {"name": "words", "sequence": "string"}, {"name": "segments", "sequence": "string"}, {"name": "pos_tags", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 269629, "num_examples": 350}], "download_size": 89684, "dataset_size": 269629}, {"config_name": "glf", "features": [{"name": "fold", "dtype": "int32"}, {"name": "subfold", "dtype": "string"}, {"name": "words", "sequence": "string"}, {"name": "segments", "sequence": "string"}, {"name": "pos_tags", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 239883, "num_examples": 350}], "download_size": 89178, "dataset_size": 239883}, {"config_name": "lev", "features": [{"name": "fold", "dtype": "int32"}, {"name": "subfold", "dtype": "string"}, {"name": "words", "sequence": "string"}, {"name": "segments", "sequence": "string"}, {"name": "pos_tags", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 263102, "num_examples": 350}], "download_size": 97055, "dataset_size": 263102}, {"config_name": "mgr", "features": [{"name": "fold", "dtype": "int32"}, {"name": "subfold", "dtype": "string"}, {"name": "words", "sequence": "string"}, {"name": "segments", "sequence": "string"}, {"name": "pos_tags", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 245717, "num_examples": 350}], "download_size": 90503, "dataset_size": 245717}], "configs": [{"config_name": "egy", "data_files": [{"split": "train", "path": "egy/train-*"}]}, {"config_name": "glf", "data_files": [{"split": "train", "path": "glf/train-*"}]}, {"config_name": "lev", "data_files": [{"split": "train", "path": "lev/train-*"}]}, {"config_name": "mgr", "data_files": [{"split": "train", "path": "mgr/train-*"}]}]}
2024-01-09T12:43:34+00:00
[ "1708.05891" ]
[ "ar" ]
TAGS #task_categories-token-classification #task_ids-part-of-speech #annotations_creators-expert-generated #language_creators-found #multilinguality-multilingual #size_categories-n<1K #source_datasets-extended #language-Arabic #license-apache-2.0 #arxiv-1708.05891 #region-us
Dataset Card for Arabic POS Dialect =================================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: URL * Paper: URL * Contacts: * Ahmed Abdelali < aabdelali @ hbku dot edu dot qa > * Kareem Darwish < kdarwish @ hbku dot edu dot qa > * Hamdy Mubarak < hmubarak @ hbku dot edu dot qa > ### Dataset Summary This dataset was created to support part of speech (POS) tagging in dialects of Arabic. It contains sets of 350 manually segmented and POS tagged tweets for each of four dialects: Egyptian, Levantine, Gulf, and Maghrebi. ### Supported Tasks and Leaderboards The dataset can be used to train a model for Arabic token segmentation and part of speech tagging in Arabic dialects. Success on this task is typically measured by achieving a high accuracy over a held out dataset. Darwish et al. (2018) train a CRF model across all four dialects and achieve an average accuracy of 89.3%. ### Languages The BCP-47 code is ar-Arab. The dataset consists of four dialects of Arabic, Egyptian (EGY), Levantine (LEV), Gulf (GLF), and Maghrebi (MGR), written in Arabic script. Dataset Structure ----------------- ### Data Instances Below is a partial example from the Egyptian set: ### Data Fields The 'fold' and the 'subfold' fields refer to the crossfold validation splits used by Darwish et al., which can be generated using this script. * 'fold': An int32 indicating which fold the instance was in for the crossfold validation * 'subfold': A string, either 'A' or 'B', indicating which subfold the instance was in for the crossfold validation * 'words': A sequence of strings of the unsegmented token * 'segments': A sequence of strings consisting of the segments of the word separated by '+' if there is more than one segment * 'pos\_tags': A sequence of strings of the part of speech tags of the segments separated by '+' if there is more than one segment The POS tags consist of a set developed by Darwish et al. (2017) for Modern Standard Arabic (MSA) plus an additional 6 tags (2 dialect-specific tags and 4 tweet-specific tags). Tag: ADV, Purpose: MSA, Description: Adverb Tag: ADJ, Purpose: MSA, Description: Adjective Tag: CONJ, Purpose: MSA, Description: Conjunction Tag: DET, Purpose: MSA, Description: Determiner Tag: NOUN, Purpose: MSA, Description: Noun Tag: NSUFF, Purpose: MSA, Description: Noun suffix Tag: NUM, Purpose: MSA, Description: Number Tag: PART, Purpose: MSA, Description: Particle Tag: PREP, Purpose: MSA, Description: Preposition Tag: PRON, Purpose: MSA, Description: Pronoun Tag: PUNC, Purpose: MSA, Description: Preposition Tag: V, Purpose: MSA, Description: Verb Tag: ABBREV, Purpose: MSA, Description: Abbreviation Tag: CASE, Purpose: MSA, Description: Alef of tanween fatha Tag: JUS, Purpose: MSA, Description: Jussification attached to verbs Tag: VSUFF, Purpose: MSA, Description: Verb Suffix Tag: FOREIGN, Purpose: MSA, Description: Non-Arabic as well as non-MSA words Tag: FUR\_PART, Purpose: MSA, Description: Future particle "s" prefix and "swf" Tag: PROG\_PART, Purpose: Dialect, Description: Progressive particle Tag: NEG\_PART, Purpose: Dialect, Description: Negation particle Tag: HASH, Purpose: Tweet, Description: Hashtag Tag: EMOT, Purpose: Tweet, Description: Emoticon/Emoji Tag: MENTION, Purpose: Tweet, Description: Mention Tag: URL, Purpose: Tweet, Description: URL ### Data Splits The dataset is split by dialect. Dialect: Egyptian (EGY), Tweets: 350, Words: 7481 Dialect: Levantine (LEV), Tweets: 350, Words: 7221 Dialect: Gulf (GLF), Tweets: 350, Words: 6767 Dialect: Maghrebi (MGR), Tweets: 350, Words: 6400 Dataset Creation ---------------- ### Curation Rationale This dataset was created to address the lack of computational resources available for dialects of Arabic. These dialects are typically used in speech, while written forms of the language are typically in Modern Standard Arabic. Social media, however, has provided a venue for people to use dialects in written format. ### Source Data This dataset builds off of the work of Eldesouki et al. (2017) and Samih et al. (2017b) who originally collected the tweets. #### Initial Data Collection and Normalization They started with 175 million Arabic tweets returned by the Twitter API using the query "lang:ar" in March 2014. They then filtered this set using author-identified locations and tokens that are unique to each dialect. Finally, they had native speakers of each dialect select 350 tweets that were heavily accented. #### Who are the source language producers? The source language producers are people who posted on Twitter in Arabic using dialectal words from countries where the dialects of interest were spoken, as identified in Mubarak and Darwish (2014). ### Annotations #### Annotation process The segmentation guidelines are available at URL The tagging guidelines are not provided, but Darwish at al. note that there were multiple rounds of quality control and revision. #### Who are the annotators? The POS tags were annotated by native speakers of each dialect. Further information is not known. ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset Darwish et al find that the accuracy on the Maghrebi dataset suffered the most when the training set was from another dialect, and conversely training on Maghrebi yielded the worst results for all the other dialects. They suggest that Egyptian, Levantine, and Gulf may be more similar to each other and Maghrebi the most dissimilar to all of them. They also find that training on Modern Standard Arabic (MSA) and testing on dialects yielded significantly lower results compared to training on dialects and testing on MSA. This suggests that dialectal variation should be a significant consideration for future work in Arabic NLP applications, particularly when working with social media text. ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators This dataset was curated by Kareem Darwish, Hamdy Mubarak, Mohamed Eldesouki and Ahmed Abdelali with the Qatar Computing Research Institute (QCRI), Younes Samih and Laura Kallmeyer with the University of Dusseldorf, Randah Alharbi and Walid Magdy with the University of Edinburgh, and Mohammed Attia with Google. No funding information was included. ### Licensing Information This dataset is licensed under the Apache License, Version 2.0. Kareem Darwish, Hamdy Mubarak, Ahmed Abdelali, Mohamed Eldesouki, Younes Samih, Randah Alharbi, Mohammed Attia, Walid Magdy and Laura Kallmeyer (2018) Multi-Dialect Arabic POS Tagging: A CRF Approach. Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018), May 7-12, 2018. Miyazaki, Japan. ### Contributions Thanks to @mcmillanmajora for adding this dataset.
[ "### Dataset Summary\n\n\nThis dataset was created to support part of speech (POS) tagging in dialects of Arabic. It contains sets of 350 manually segmented and POS tagged tweets for each of four dialects: Egyptian, Levantine, Gulf, and Maghrebi.", "### Supported Tasks and Leaderboards\n\n\nThe dataset can be used to train a model for Arabic token segmentation and part of speech tagging in Arabic dialects. Success on this task is typically measured by achieving a high accuracy over a held out dataset. Darwish et al. (2018) train a CRF model across all four dialects and achieve an average accuracy of 89.3%.", "### Languages\n\n\nThe BCP-47 code is ar-Arab. The dataset consists of four dialects of Arabic, Egyptian (EGY), Levantine (LEV), Gulf (GLF), and Maghrebi (MGR), written in Arabic script.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nBelow is a partial example from the Egyptian set:", "### Data Fields\n\n\nThe 'fold' and the 'subfold' fields refer to the crossfold validation splits used by Darwish et al., which can be generated using this script.\n\n\n* 'fold': An int32 indicating which fold the instance was in for the crossfold validation\n* 'subfold': A string, either 'A' or 'B', indicating which subfold the instance was in for the crossfold validation\n* 'words': A sequence of strings of the unsegmented token\n* 'segments': A sequence of strings consisting of the segments of the word separated by '+' if there is more than one segment\n* 'pos\\_tags': A sequence of strings of the part of speech tags of the segments separated by '+' if there is more than one segment\n\n\nThe POS tags consist of a set developed by Darwish et al. (2017) for Modern Standard Arabic (MSA) plus an additional 6 tags (2 dialect-specific tags and 4 tweet-specific tags).\n\n\nTag: ADV, Purpose: MSA, Description: Adverb\nTag: ADJ, Purpose: MSA, Description: Adjective\nTag: CONJ, Purpose: MSA, Description: Conjunction\nTag: DET, Purpose: MSA, Description: Determiner\nTag: NOUN, Purpose: MSA, Description: Noun\nTag: NSUFF, Purpose: MSA, Description: Noun suffix\nTag: NUM, Purpose: MSA, Description: Number\nTag: PART, Purpose: MSA, Description: Particle\nTag: PREP, Purpose: MSA, Description: Preposition\nTag: PRON, Purpose: MSA, Description: Pronoun\nTag: PUNC, Purpose: MSA, Description: Preposition\nTag: V, Purpose: MSA, Description: Verb\nTag: ABBREV, Purpose: MSA, Description: Abbreviation\nTag: CASE, Purpose: MSA, Description: Alef of tanween fatha\nTag: JUS, Purpose: MSA, Description: Jussification attached to verbs\nTag: VSUFF, Purpose: MSA, Description: Verb Suffix\nTag: FOREIGN, Purpose: MSA, Description: Non-Arabic as well as non-MSA words\nTag: FUR\\_PART, Purpose: MSA, Description: Future particle \"s\" prefix and \"swf\"\nTag: PROG\\_PART, Purpose: Dialect, Description: Progressive particle\nTag: NEG\\_PART, Purpose: Dialect, Description: Negation particle\nTag: HASH, Purpose: Tweet, Description: Hashtag\nTag: EMOT, Purpose: Tweet, Description: Emoticon/Emoji\nTag: MENTION, Purpose: Tweet, Description: Mention\nTag: URL, Purpose: Tweet, Description: URL", "### Data Splits\n\n\nThe dataset is split by dialect.\n\n\nDialect: Egyptian (EGY), Tweets: 350, Words: 7481\nDialect: Levantine (LEV), Tweets: 350, Words: 7221\nDialect: Gulf (GLF), Tweets: 350, Words: 6767\nDialect: Maghrebi (MGR), Tweets: 350, Words: 6400\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThis dataset was created to address the lack of computational resources available for dialects of Arabic. These dialects are typically used in speech, while written forms of the language are typically in Modern Standard Arabic. Social media, however, has provided a venue for people to use dialects in written format.", "### Source Data\n\n\nThis dataset builds off of the work of Eldesouki et al. (2017) and Samih et al. (2017b) who originally collected the tweets.", "#### Initial Data Collection and Normalization\n\n\nThey started with 175 million Arabic tweets returned by the Twitter API using the query \"lang:ar\" in March 2014. They then filtered this set using author-identified locations and tokens that are unique to each dialect. Finally, they had native speakers of each dialect select 350 tweets that were heavily accented.", "#### Who are the source language producers?\n\n\nThe source language producers are people who posted on Twitter in Arabic using dialectal words from countries where the dialects of interest were spoken, as identified in Mubarak and Darwish (2014).", "### Annotations", "#### Annotation process\n\n\nThe segmentation guidelines are available at URL The tagging guidelines are not provided, but Darwish at al. note that there were multiple rounds of quality control and revision.", "#### Who are the annotators?\n\n\nThe POS tags were annotated by native speakers of each dialect. Further information is not known.", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nDarwish et al find that the accuracy on the Maghrebi dataset suffered the most when the training set was from another dialect, and conversely training on Maghrebi yielded the worst results for all the other dialects. They suggest that Egyptian, Levantine, and Gulf may be more similar to each other and Maghrebi the most dissimilar to all of them. They also find that training on Modern Standard Arabic (MSA) and testing on dialects yielded significantly lower results compared to training on dialects and testing on MSA. This suggests that dialectal variation should be a significant consideration for future work in Arabic NLP applications, particularly when working with social media text.", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThis dataset was curated by Kareem Darwish, Hamdy Mubarak, Mohamed Eldesouki and Ahmed Abdelali with the Qatar Computing Research Institute (QCRI), Younes Samih and Laura Kallmeyer with the University of Dusseldorf, Randah Alharbi and Walid Magdy with the University of Edinburgh, and Mohammed Attia with Google. No funding information was included.", "### Licensing Information\n\n\nThis dataset is licensed under the Apache License, Version 2.0.\n\n\nKareem Darwish, Hamdy Mubarak, Ahmed Abdelali, Mohamed Eldesouki, Younes Samih, Randah Alharbi, Mohammed Attia, Walid Magdy and Laura Kallmeyer (2018) Multi-Dialect Arabic POS Tagging: A CRF Approach. Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018), May 7-12, 2018. Miyazaki, Japan.", "### Contributions\n\n\nThanks to @mcmillanmajora for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #task_ids-part-of-speech #annotations_creators-expert-generated #language_creators-found #multilinguality-multilingual #size_categories-n<1K #source_datasets-extended #language-Arabic #license-apache-2.0 #arxiv-1708.05891 #region-us \n", "### Dataset Summary\n\n\nThis dataset was created to support part of speech (POS) tagging in dialects of Arabic. It contains sets of 350 manually segmented and POS tagged tweets for each of four dialects: Egyptian, Levantine, Gulf, and Maghrebi.", "### Supported Tasks and Leaderboards\n\n\nThe dataset can be used to train a model for Arabic token segmentation and part of speech tagging in Arabic dialects. Success on this task is typically measured by achieving a high accuracy over a held out dataset. Darwish et al. (2018) train a CRF model across all four dialects and achieve an average accuracy of 89.3%.", "### Languages\n\n\nThe BCP-47 code is ar-Arab. The dataset consists of four dialects of Arabic, Egyptian (EGY), Levantine (LEV), Gulf (GLF), and Maghrebi (MGR), written in Arabic script.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nBelow is a partial example from the Egyptian set:", "### Data Fields\n\n\nThe 'fold' and the 'subfold' fields refer to the crossfold validation splits used by Darwish et al., which can be generated using this script.\n\n\n* 'fold': An int32 indicating which fold the instance was in for the crossfold validation\n* 'subfold': A string, either 'A' or 'B', indicating which subfold the instance was in for the crossfold validation\n* 'words': A sequence of strings of the unsegmented token\n* 'segments': A sequence of strings consisting of the segments of the word separated by '+' if there is more than one segment\n* 'pos\\_tags': A sequence of strings of the part of speech tags of the segments separated by '+' if there is more than one segment\n\n\nThe POS tags consist of a set developed by Darwish et al. (2017) for Modern Standard Arabic (MSA) plus an additional 6 tags (2 dialect-specific tags and 4 tweet-specific tags).\n\n\nTag: ADV, Purpose: MSA, Description: Adverb\nTag: ADJ, Purpose: MSA, Description: Adjective\nTag: CONJ, Purpose: MSA, Description: Conjunction\nTag: DET, Purpose: MSA, Description: Determiner\nTag: NOUN, Purpose: MSA, Description: Noun\nTag: NSUFF, Purpose: MSA, Description: Noun suffix\nTag: NUM, Purpose: MSA, Description: Number\nTag: PART, Purpose: MSA, Description: Particle\nTag: PREP, Purpose: MSA, Description: Preposition\nTag: PRON, Purpose: MSA, Description: Pronoun\nTag: PUNC, Purpose: MSA, Description: Preposition\nTag: V, Purpose: MSA, Description: Verb\nTag: ABBREV, Purpose: MSA, Description: Abbreviation\nTag: CASE, Purpose: MSA, Description: Alef of tanween fatha\nTag: JUS, Purpose: MSA, Description: Jussification attached to verbs\nTag: VSUFF, Purpose: MSA, Description: Verb Suffix\nTag: FOREIGN, Purpose: MSA, Description: Non-Arabic as well as non-MSA words\nTag: FUR\\_PART, Purpose: MSA, Description: Future particle \"s\" prefix and \"swf\"\nTag: PROG\\_PART, Purpose: Dialect, Description: Progressive particle\nTag: NEG\\_PART, Purpose: Dialect, Description: Negation particle\nTag: HASH, Purpose: Tweet, Description: Hashtag\nTag: EMOT, Purpose: Tweet, Description: Emoticon/Emoji\nTag: MENTION, Purpose: Tweet, Description: Mention\nTag: URL, Purpose: Tweet, Description: URL", "### Data Splits\n\n\nThe dataset is split by dialect.\n\n\nDialect: Egyptian (EGY), Tweets: 350, Words: 7481\nDialect: Levantine (LEV), Tweets: 350, Words: 7221\nDialect: Gulf (GLF), Tweets: 350, Words: 6767\nDialect: Maghrebi (MGR), Tweets: 350, Words: 6400\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThis dataset was created to address the lack of computational resources available for dialects of Arabic. These dialects are typically used in speech, while written forms of the language are typically in Modern Standard Arabic. Social media, however, has provided a venue for people to use dialects in written format.", "### Source Data\n\n\nThis dataset builds off of the work of Eldesouki et al. (2017) and Samih et al. (2017b) who originally collected the tweets.", "#### Initial Data Collection and Normalization\n\n\nThey started with 175 million Arabic tweets returned by the Twitter API using the query \"lang:ar\" in March 2014. They then filtered this set using author-identified locations and tokens that are unique to each dialect. Finally, they had native speakers of each dialect select 350 tweets that were heavily accented.", "#### Who are the source language producers?\n\n\nThe source language producers are people who posted on Twitter in Arabic using dialectal words from countries where the dialects of interest were spoken, as identified in Mubarak and Darwish (2014).", "### Annotations", "#### Annotation process\n\n\nThe segmentation guidelines are available at URL The tagging guidelines are not provided, but Darwish at al. note that there were multiple rounds of quality control and revision.", "#### Who are the annotators?\n\n\nThe POS tags were annotated by native speakers of each dialect. Further information is not known.", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nDarwish et al find that the accuracy on the Maghrebi dataset suffered the most when the training set was from another dialect, and conversely training on Maghrebi yielded the worst results for all the other dialects. They suggest that Egyptian, Levantine, and Gulf may be more similar to each other and Maghrebi the most dissimilar to all of them. They also find that training on Modern Standard Arabic (MSA) and testing on dialects yielded significantly lower results compared to training on dialects and testing on MSA. This suggests that dialectal variation should be a significant consideration for future work in Arabic NLP applications, particularly when working with social media text.", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThis dataset was curated by Kareem Darwish, Hamdy Mubarak, Mohamed Eldesouki and Ahmed Abdelali with the Qatar Computing Research Institute (QCRI), Younes Samih and Laura Kallmeyer with the University of Dusseldorf, Randah Alharbi and Walid Magdy with the University of Edinburgh, and Mohammed Attia with Google. No funding information was included.", "### Licensing Information\n\n\nThis dataset is licensed under the Apache License, Version 2.0.\n\n\nKareem Darwish, Hamdy Mubarak, Ahmed Abdelali, Mohamed Eldesouki, Younes Samih, Randah Alharbi, Mohammed Attia, Walid Magdy and Laura Kallmeyer (2018) Multi-Dialect Arabic POS Tagging: A CRF Approach. Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018), May 7-12, 2018. Miyazaki, Japan.", "### Contributions\n\n\nThanks to @mcmillanmajora for adding this dataset." ]
[ 101, 65, 89, 65, 19, 650, 100, 69, 41, 81, 48, 5, 40, 32, 18, 158, 8, 14, 91, 117, 20 ]
[ "passage: TAGS\n#task_categories-token-classification #task_ids-part-of-speech #annotations_creators-expert-generated #language_creators-found #multilinguality-multilingual #size_categories-n<1K #source_datasets-extended #language-Arabic #license-apache-2.0 #arxiv-1708.05891 #region-us \n### Dataset Summary\n\n\nThis dataset was created to support part of speech (POS) tagging in dialects of Arabic. It contains sets of 350 manually segmented and POS tagged tweets for each of four dialects: Egyptian, Levantine, Gulf, and Maghrebi.### Supported Tasks and Leaderboards\n\n\nThe dataset can be used to train a model for Arabic token segmentation and part of speech tagging in Arabic dialects. Success on this task is typically measured by achieving a high accuracy over a held out dataset. Darwish et al. (2018) train a CRF model across all four dialects and achieve an average accuracy of 89.3%.### Languages\n\n\nThe BCP-47 code is ar-Arab. The dataset consists of four dialects of Arabic, Egyptian (EGY), Levantine (LEV), Gulf (GLF), and Maghrebi (MGR), written in Arabic script.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nBelow is a partial example from the Egyptian set:", "passage: ### Data Fields\n\n\nThe 'fold' and the 'subfold' fields refer to the crossfold validation splits used by Darwish et al., which can be generated using this script.\n\n\n* 'fold': An int32 indicating which fold the instance was in for the crossfold validation\n* 'subfold': A string, either 'A' or 'B', indicating which subfold the instance was in for the crossfold validation\n* 'words': A sequence of strings of the unsegmented token\n* 'segments': A sequence of strings consisting of the segments of the word separated by '+' if there is more than one segment\n* 'pos\\_tags': A sequence of strings of the part of speech tags of the segments separated by '+' if there is more than one segment\n\n\nThe POS tags consist of a set developed by Darwish et al. (2017) for Modern Standard Arabic (MSA) plus an additional 6 tags (2 dialect-specific tags and 4 tweet-specific tags).\n\n\nTag: ADV, Purpose: MSA, Description: Adverb\nTag: ADJ, Purpose: MSA, Description: Adjective\nTag: CONJ, Purpose: MSA, Description: Conjunction\nTag: DET, Purpose: MSA, Description: Determiner\nTag: NOUN, Purpose: MSA, Description: Noun\nTag: NSUFF, Purpose: MSA, Description: Noun suffix\nTag: NUM, Purpose: MSA, Description: Number\nTag: PART, Purpose: MSA, Description: Particle\nTag: PREP, Purpose: MSA, Description: Preposition\nTag: PRON, Purpose: MSA, Description: Pronoun\nTag: PUNC, Purpose: MSA, Description: Preposition\nTag: V, Purpose: MSA, Description: Verb\nTag: ABBREV, Purpose: MSA, Description: Abbreviation\nTag: CASE, Purpose: MSA, Description: Alef of tanween fatha\nTag: JUS, Purpose: MSA, Description: Jussification attached to verbs\nTag: VSUFF, Purpose: MSA, Description: Verb Suffix\nTag: FOREIGN, Purpose: MSA, Description: Non-Arabic as well as non-MSA words\nTag: FUR\\_PART, Purpose: MSA, Description: Future particle \"s\" prefix and \"swf\"\nTag: PROG\\_PART, Purpose: Dialect, Description: Progressive particle\nTag: NEG\\_PART, Purpose: Dialect, Description: Negation particle\nTag: HASH, Purpose: Tweet, Description: Hashtag\nTag: EMOT, Purpose: Tweet, Description: Emoticon/Emoji\nTag: MENTION, Purpose: Tweet, Description: Mention\nTag: URL, Purpose: Tweet, Description: URL### Data Splits\n\n\nThe dataset is split by dialect.\n\n\nDialect: Egyptian (EGY), Tweets: 350, Words: 7481\nDialect: Levantine (LEV), Tweets: 350, Words: 7221\nDialect: Gulf (GLF), Tweets: 350, Words: 6767\nDialect: Maghrebi (MGR), Tweets: 350, Words: 6400\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThis dataset was created to address the lack of computational resources available for dialects of Arabic. These dialects are typically used in speech, while written forms of the language are typically in Modern Standard Arabic. Social media, however, has provided a venue for people to use dialects in written format.### Source Data\n\n\nThis dataset builds off of the work of Eldesouki et al. (2017) and Samih et al. (2017b) who originally collected the tweets.#### Initial Data Collection and Normalization\n\n\nThey started with 175 million Arabic tweets returned by the Twitter API using the query \"lang:ar\" in March 2014. They then filtered this set using author-identified locations and tokens that are unique to each dialect. Finally, they had native speakers of each dialect select 350 tweets that were heavily accented.#### Who are the source language producers?\n\n\nThe source language producers are people who posted on Twitter in Arabic using dialectal words from countries where the dialects of interest were spoken, as identified in Mubarak and Darwish (2014).### Annotations#### Annotation process\n\n\nThe segmentation guidelines are available at URL The tagging guidelines are not provided, but Darwish at al. note that there were multiple rounds of quality control and revision.#### Who are the annotators?\n\n\nThe POS tags were annotated by native speakers of each dialect. Further information is not known.### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------" ]
[ -0.06614401191473007, 0.05554031580686569, -0.006420130841434002, 0.0015629064291715622, 0.0867699533700943, 0.009022338315844536, 0.09363535791635513, 0.03091040439903736, 0.006883511319756508, 0.07482574880123138, 0.012484386563301086, -0.012225618585944176, 0.09012293815612793, 0.1099947839975357, 0.07883397489786148, -0.1518349051475525, 0.03756408393383026, -0.12416963279247284, 0.006661002524197102, 0.08126911520957947, 0.12331324815750122, -0.02238265797495842, 0.05758664011955261, -0.052445877343416214, -0.034184060990810394, 0.02408265508711338, -0.051358915865421295, -0.03857404738664627, 0.04615108668804169, 0.06896701455116272, 0.07853168249130249, -0.02157491073012352, 0.024781078100204468, -0.22364597022533417, 0.014579739421606064, 0.04394238442182541, 0.0077858781442046165, -0.04378687962889671, 0.060720980167388916, -0.001530058914795518, 0.11108291149139404, -0.09759105741977692, 0.020197400823235512, 0.04012017697095871, -0.06457535177469254, -0.09841858595609665, -0.08921581506729126, 0.06622759997844696, 0.11248313635587692, 0.05743837729096413, -0.03981584683060646, 0.008468925952911377, -0.062036484479904175, 0.062212541699409485, 0.059596721082925797, -0.12900525331497192, -0.03658868372440338, 0.016666781157255173, -0.017383454367518425, 0.04610301926732063, -0.032399892807006836, 0.03210420906543732, -0.05766237527132034, 0.013619652017951012, -0.04489697888493538, -0.05420253798365593, 0.028033137321472168, -0.004348189570009708, -0.11308920383453369, -0.09891603887081146, 0.18610666692256927, 0.0396297387778759, -0.06966449320316315, -0.1223955973982811, -0.009525660425424576, 0.07131875306367874, -0.053428035229444504, -0.014492560178041458, 0.015989480540156364, 0.02220732532441616, 0.12709040939807892, -0.04235783964395523, -0.10324257612228394, -0.00006704125553369522, -0.11267191916704178, 0.0787632018327713, 0.07199011743068695, 0.014674902893602848, 0.014308792538940907, 0.05666302144527435, -0.09219066798686981, -0.08719614148139954, -0.05466694384813309, -0.07268349826335907, -0.16161181032657623, -0.021293405443429947, -0.013319705612957478, -0.07633555680513382, 0.02809865213930607, 0.15597468614578247, 0.028221096843481064, 0.10241293907165527, -0.02928270772099495, -0.002838354790583253, 0.04043690115213394, 0.08756031095981598, -0.04293401539325714, 0.0027593066915869713, -0.028390631079673767, 0.019733769819140434, -0.01876092702150345, -0.00757084833458066, 0.005477178376168013, 0.08715872466564178, -0.0263314601033926, 0.06530062109231949, 0.03487693518400192, 0.04206329956650734, -0.03946444392204285, -0.044255245476961136, 0.04488430917263031, -0.19597530364990234, -0.054433245211839676, 0.016835011541843414, -0.01893782801926136, -0.00529390899464488, 0.012546028010547161, 0.02262105606496334, -0.06867074966430664, -0.028997428715229034, -0.027357837185263634, 0.04736971855163574, -0.027616586536169052, -0.022387921810150146, 0.04277244210243225, -0.026631150394678116, -0.06841153651475906, -0.12481773644685745, -0.17559276521205902, -0.055661946535110474, 0.015283618122339249, -0.06895500421524048, -0.004995129071176052, -0.0012692660093307495, 0.014634834602475166, 0.016944166272878647, -0.018549922853708267, -0.0007568434812128544, -0.04534539952874184, 0.027163594961166382, 0.06010100990533829, 0.025375114753842354, 0.08341550827026367, 0.022544141858816147, -0.032233476638793945, 0.03798666596412659, -0.1605904996395111, 0.19214984774589539, -0.10349028557538986, 0.06560511142015457, -0.13052517175674438, 0.04927973449230194, 0.01393180713057518, 0.020188424736261368, -0.013110147789120674, 0.11837977170944214, -0.22476911544799805, -0.05697818845510483, 0.1396743208169937, -0.10103461891412735, -0.09777846932411194, 0.11081521213054657, -0.013010344468057156, 0.047642141580581665, 0.09834203124046326, 0.11900059878826141, 0.07822975516319275, -0.10566858947277069, -0.09808319807052612, -0.01552870124578476, 0.04902312532067299, 0.1381630003452301, 0.1525605022907257, -0.07598476856946945, 0.12891490757465363, 0.03342238441109657, -0.0002206023782491684, 0.04609830677509308, 0.0011488767340779305, -0.07678855955600739, 0.029716230928897858, -0.02540634572505951, -0.007105851545929909, 0.027334362268447876, 0.0191400945186615, -0.004045144654810429, -0.08345086872577667, -0.030759193003177643, 0.051095910370349884, -0.014431420713663101, 0.046025291085243225, -0.09723101556301117, -0.025401752442121506, -0.03763290122151375, 0.02115354686975479, -0.16849809885025024, -0.18029972910881042, -0.011863475665450096, 0.0005035120993852615, 0.11922395974397659, -0.019831962883472443, 0.01167125441133976, 0.020762816071510315, -0.0384635403752327, 0.014784734696149826, -0.03117452934384346, 0.012707160785794258, -0.052881840616464615, -0.12473056465387344, -0.003644220530986786, -0.04433432221412659, 0.06166553497314453, -0.016217343509197235, 0.01925412379205227, 0.03613488748669624, 0.1522240787744522, -0.01334761269390583, -0.0469239205121994, 0.05137445405125618, 0.05746036022901535, 0.04098564386367798, -0.0241660438477993, 0.011256445199251175, -0.04622931778430939, -0.02597080171108246, 0.0938301682472229, -0.12961725890636444, -0.027331799268722534, 0.055236898362636566, 0.0440562404692173, -0.05834299698472023, 0.024633493274450302, -0.02002798393368721, -0.048752278089523315, 0.007579928729683161, -0.06447167694568634, 0.11844885349273682, 0.020908184349536896, 0.07171513140201569, -0.06827381253242493, -0.04157596454024315, -0.02552175335586071, -0.04097341001033783, -0.08295691758394241, 0.02694198116660118, 0.008865904062986374, -0.19992727041244507, 0.11185653507709503, 0.08852244168519974, 0.09793846309185028, 0.1755816787481308, -0.016702640801668167, -0.07383691519498825, -0.04545145109295845, 0.03320755809545517, -0.0338594913482666, 0.02710529789328575, -0.03862251713871956, 0.00023735687136650085, 0.02316683903336525, 0.07648404687643051, 0.016118701547384262, 0.011126530356705189, 0.03262149170041084, 0.03119041584432125, -0.03860124945640564, -0.010089591145515442, 0.014022569172084332, 0.017621103674173355, 0.07651158422231674, 0.008048424497246742, 0.047407567501068115, -0.015697309747338295, -0.017772670835256577, -0.12047922611236572, 0.12808138132095337, -0.10262663662433624, -0.24490712583065033, -0.08081504702568054, -0.10752089321613312, -0.07511697709560394, 0.003200873965397477, 0.01888752356171608, -0.11534340679645538, -0.032564613968133926, -0.0861644446849823, 0.05407988280057907, -0.04003344848752022, -0.03329916298389435, 0.016944579780101776, -0.0002258606255054474, 0.03557555004954338, -0.08697611093521118, -0.01062692143023014, -0.02598876878619194, -0.07804037630558014, -0.006418522447347641, 0.00982649251818657, 0.04668234661221504, 0.04574339836835861, 0.07015760242938995, 0.003200145438313484, -0.036229293793439865, 0.20274272561073303, -0.06630747020244598, 0.06925345212221146, 0.1455639898777008, -0.00039625726640224457, 0.0536339208483696, 0.2106257528066635, 0.020764892920851707, -0.07314984500408173, 0.005418764427304268, 0.09485678374767303, -0.040386177599430084, -0.18511922657489777, -0.07504422962665558, -0.08365829288959503, -0.048840705305337906, -0.04058144986629486, 0.03458466753363609, -0.03666969761252403, -0.023018181324005127, -0.08533138036727905, -0.025748765096068382, 0.011631608009338379, 0.02615721896290779, 0.18650931119918823, -0.0034700511023402214, 0.09129022806882858, -0.09533564746379852, 0.03576287627220154, 0.0833830013871193, -0.01335230190306902, 0.18186922371387482, -0.0041361842304468155, 0.07924012094736099, 0.11667531728744507, 0.03286343812942505, -0.020458295941352844, -0.025884872302412987, -0.007798945531249046, 0.008554063737392426, -0.016296779736876488, -0.044259972870349884, -0.0856708511710167, 0.05439528077840805, 0.08043325692415237, -0.09988951683044434, 0.003279274795204401, -0.010731643065810204, 0.10724352300167084, 0.02971922606229782, 0.047071538865566254, -0.09022638946771622, -0.037145670503377914, 0.06077882647514343, -0.08744239062070847, -0.034846823662519455, -0.047622159123420715, 0.056065209209918976, -0.10615507513284683, 0.12279058992862701, 0.010202985256910324, 0.08148334920406342, -0.03275652974843979, 0.00014684535562992096, 0.0011754576116800308, -0.05102337524294853, 0.0019286815077066422, 0.09446518123149872, -0.2366420179605484, 0.1748112291097641, 0.04632806405425072, 0.05558432266116142, 0.004473358858376741, 0.08365410566329956, 0.023583536967635155, -0.01526162400841713, 0.1178232878446579, 0.03338862955570221, -0.14725510776042938, -0.11489920318126678, -0.10354147851467133, 0.039635200053453445, 0.10327444970607758, -0.08002746105194092, 0.0707387626171112, 0.03712277114391327, 0.005336628761142492, -0.05637763440608978, 0.1158052384853363, -0.18263688683509827, -0.17251360416412354, 0.08766410499811172, -0.04125790297985077, 0.003552410751581192, -0.04068215191364288, -0.008656363934278488, -0.08409915864467621, 0.11723204702138901, -0.16661550104618073, -0.11084487289190292, -0.10686925053596497, 0.03681682050228119, 0.07664984464645386, -0.10364740341901779, 0.011578957550227642, -0.03673458844423294, -0.01665080338716507, 0.007108356337994337, -0.06255870312452316, 0.01065115537494421, -0.06634493172168732, -0.07866249978542328, -0.046772003173828125, 0.15910208225250244, 0.039798300713300705, 0.01826370507478714, -0.013153841719031334, 0.0378463938832283, 0.03223239630460739, -0.09443017840385437, 0.02241704799234867, 0.07041121274232864, 0.0944066122174263, 0.12037715315818787, -0.022165164351463318, -0.11914338171482086, -0.05063875392079353, -0.08600364625453949, 0.09544190764427185, 0.17303191125392914, 0.0020826049149036407, 0.16877329349517822, 0.12016815692186356, -0.09782225638628006, -0.1905449777841568, -0.15158045291900635, 0.07995519042015076, 0.00501648522913456, 0.042450860142707825, -0.20030757784843445, 0.019685208797454834, 0.003832181915640831, 0.018601244315505028, -0.14644570648670197, -0.22317659854888916, -0.11506317555904388, 0.07839003205299377, -0.05455511435866356, 0.01023516058921814, -0.1202613115310669, -0.044655025005340576, -0.008190921507775784, -0.09886817634105682, 0.044018398970365524, 0.010312369093298912, 0.0660523995757103, 0.02343512885272503, -0.002287442795932293, -0.0035165799781680107, -0.006935067940503359, 0.14716556668281555, 0.07823339104652405, -0.005353053566068411, -0.10784897208213806, 0.0640028566122055, 0.10541611164808273, -0.01596950739622116, 0.08697471022605896, 0.02733345702290535, -0.02066238783299923, -0.24204295873641968, -0.06839141249656677, -0.0677448958158493, -0.04698476940393448, -0.044876813888549805, -0.0017264646012336016, -0.03709578514099121, 0.02742854692041874, 0.07004276663064957, -0.01260004285722971, 0.024969708174467087, -0.08696981519460678, 0.010588770732283592, 0.09813065826892853, 0.12017463147640228, -0.038637902587652206, -0.14925314486026764, -0.051722150295972824, 0.03176463022828102, -0.012951352633535862, -0.1747136414051056, 0.022086968645453453, 0.0612339973449707, -0.048451002687215805, 0.0727124959230423, -0.011406914331018925, -0.11121778190135956, 0.05721551924943924, 0.10296954959630966, -0.02384202927350998, -0.16599123179912567, 0.00846509076654911, 0.011130914092063904, -0.09587924182415009, -0.05169226974248886, 0.10190261900424957, 0.03548678755760193, -0.01889776811003685, -0.029417267069220543, 0.043273523449897766, 0.001882583019323647, 0.15179909765720367, -0.006761061958968639, 0.04824395477771759, -0.0636739432811737, 0.12360712885856628, 0.10317523032426834, -0.1047711968421936, 0.02948237769305706, 0.13389508426189423, -0.09624017030000687, -0.06683384627103806, -0.03290309011936188, 0.02141876146197319, 0.02968553453683853, -0.03277004510164261, -0.022842368111014366, -0.04899517819285393, 0.04537256807088852, 0.09401349723339081, 0.034083977341651917, 0.0616474412381649, -0.013632778078317642, -0.03235864266753197, 0.07474364340305328, 0.09482377767562866, 0.038519665598869324, -0.013445395976305008, -0.07836239039897919, 0.05031253397464752, 0.001771269366145134, 0.11737806349992752, -0.0019322028383612633, -0.044049642980098724, -0.06151675060391426, 0.02779931202530861, -0.06739319115877151, -0.011413387954235077, -0.07602375745773315, -0.020657585933804512, 0.00032850634306669235, -0.03562997281551361, -0.012317881919443607, 0.018659347668290138, -0.02641400322318077, -0.01304524578154087, -0.0342380590736866, 0.12738078832626343, -0.15096166729927063, 0.004827076569199562, 0.06064445152878761, -0.04233793169260025, 0.10821518301963806, 0.04606921970844269, -0.016380103304982185, 0.055723998695611954, -0.04712632670998573, -0.0016213338822126389, -0.025996968150138855, 0.008121037855744362, -0.02767934650182724, -0.07243812084197998, 0.04232444614171982, 0.047977618873119354, -0.0032862555235624313, 0.033145420253276825, 0.0876261368393898, -0.06846748292446136, 0.02668311446905136, 0.03351403400301933, -0.0352872833609581, -0.04217920079827309, 0.02631816640496254, 0.02992607280611992, 0.06715478003025055, 0.062384504824876785, -0.03435329347848892, -0.021191220730543137, -0.12789098918437958, -0.04285144805908203, 0.004557525739073753, 0.017423957586288452, 0.038069918751716614, -0.07840554416179657, 0.05775581672787666, -0.0009743096306920052, 0.1179732233285904, 0.012280765920877457, -0.019113685935735703, 0.059532131999731064, 0.05582292377948761, 0.07643651217222214, 0.04988980293273926, -0.031158680096268654, 0.013011762872338295, 0.00287272734567523, 0.064365454018116, -0.07649898529052734, -0.02517789602279663, 0.01164250448346138, 0.0930880457162857, 0.13471126556396484, 0.1277599185705185, 0.005617449060082436, -0.0012372657656669617, -0.09012264758348465, -0.05601324886083603, 0.027946433052420616, -0.048912856727838516, -0.00764832878485322, -0.07897017896175385, -0.02392886020243168, 0.14269840717315674, -0.12742941081523895, 0.11798202991485596, -0.03237661346793175, -0.05200304090976715, -0.04621780663728714, -0.13149459660053253, -0.021693147718906403, -0.0015094659756869078, -0.004126920830458403, -0.06592389941215515, 0.052230119705200195, 0.21266187727451324, 0.014475222676992416, 0.027583107352256775, 0.14062948524951935, -0.07427306473255157, -0.10996141284704208, -0.018832582980394363, -0.024442460387945175, 0.030133970081806183, 0.09175999462604523, 0.05625887215137482, 0.01879866234958172, 0.04321596771478653, 0.05609141290187836, 0.06121617183089256, 0.028715498745441437, 0.0359073132276535, -0.11168303340673447, -0.06145353242754936, -0.007132651284337044, 0.003241690807044506, 0.005834244191646576, 0.09364666789770126, 0.04077467694878578, -0.0441078320145607, 0.01091382373124361, 0.17697210609912872, 0.03900035470724106, -0.12546202540397644, -0.15557532012462616, 0.034092534333467484, 0.030676810070872307, 0.007479913532733917, -0.015278367325663567, -0.07977892458438873, 0.02211511880159378, 0.06886517256498337, 0.12743055820465088, -0.02163110300898552, 0.0062720030546188354, -0.023562122136354446, 0.018018946051597595, 0.04282468929886818, 0.06491729617118835, 0.01050175353884697, 0.23715496063232422, -0.06578416377305984, 0.033603306859731674, -0.004200896713882685, -0.07059159874916077, -0.10273997485637665, 0.11740682274103165, -0.03691737726330757, 0.04760722070932388, -0.040222376585006714, 0.11660602688789368, 0.029444361105561256, -0.08268968015909195, 0.050894804298877716, -0.01894957199692726, -0.06325570493936539, -0.006291236728429794, 0.08201228827238083, 0.05084022134542465, -0.029108434915542603, 0.03878171741962433, -0.018993103876709938, 0.11069849133491516, 0.04635795205831528, -0.07277147471904755, -0.10236035287380219, 0.14867590367794037, 0.03490878641605377, 0.12183566391468048, -0.0015532446559518576, 0.12165918201208115, 0.0667283684015274, -0.01718739978969097, -0.06346270442008972, 0.05978163704276085, 0.060877736657857895, 0.02388446405529976, 0.020975204184651375, 0.15688708424568176, 0.0027034059166908264, 0.10576361417770386, 0.07131978869438171, 0.01415267214179039, 0.05187394469976425, -0.04207503795623779, -0.024749621748924255, -0.011554619297385216, 0.11062553524971008, -0.14644229412078857, 0.0824168473482132, 0.10649487376213074, -0.016067329794168472, 0.03948057070374489, -0.056586917489767075, 0.00894227810204029, -0.014018123969435692, 0.07679765671491623, -0.04050199314951897, -0.15148979425430298, 0.028759703040122986, -0.03148800879716873, 0.06260120123624802, -0.12532126903533936, -0.10122799873352051, 0.05924614146351814, 0.03797828406095505, -0.017344363033771515, 0.14582408964633942, 0.05002230033278465, -0.03496628627181053, -0.056897785514593124, -0.22851547598838806, 0.010582026094198227, 0.08198833465576172, -0.05460989475250244, -0.030719183385372162 ]
5dd29493c034ff0859973fdc7cf69f00ffa50d26
# Dataset Card for Arabic Speech Corpus ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Arabic Speech Corpus](http://en.arabicspeechcorpus.com/) - **Repository:** [Needs More Information] - **Paper:** [Modern standard Arabic phonetics for speech synthesis](http://en.arabicspeechcorpus.com/Nawar%20Halabi%20PhD%20Thesis%20Revised.pdf) - **Leaderboard:** [Paperswithcode Leaderboard][Needs More Information] - **Point of Contact:** [Nawar Halabi](mailto:nawar.halabi@gmail.com) ### Dataset Summary This Speech corpus has been developed as part of PhD work carried out by Nawar Halabi at the University of Southampton. The corpus was recorded in south Levantine Arabic (Damascian accent) using a professional studio. Synthesized speech as an output using this corpus has produced a high quality, natural voice. ### Supported Tasks and Leaderboards [Needs More Information] ### Languages The audio is in Arabic. ## Dataset Structure ### Data Instances A typical data point comprises the path to the audio file, usually called `file` and its transcription, called `text`. An example from the dataset is: ``` { 'file': '/Users/username/.cache/huggingface/datasets/downloads/extracted/baebe85e2cb67579f6f88e7117a87888c1ace390f4f14cb6c3e585c517ad9db0/arabic-speech-corpus/wav/ARA NORM 0002.wav', 'audio': {'path': '/Users/username/.cache/huggingface/datasets/downloads/extracted/baebe85e2cb67579f6f88e7117a87888c1ace390f4f14cb6c3e585c517ad9db0/arabic-speech-corpus/wav/ARA NORM 0002.wav', 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32), 'sampling_rate': 48000}, 'orthographic': 'waraj~aHa Alt~aqoriyru Al~a*iy >aEad~ahu maEohadu >aboHaA^i haDabapi Alt~ibiti fiy Alo>akaAdiymiy~api AlS~iyniy~api liloEuluwmi - >ano tasotamir~a darajaAtu AloHaraArapi wamusotawayaAtu Alr~uTuwbapi fiy Alo<irotifaAEi TawaAla ha*aA Aloqarono', 'phonetic': "sil w a r a' jj A H a tt A q r ii0' r u0 ll a * i0 < a E a' dd a h u0 m a' E h a d u0 < a b H aa' ^ i0 h A D A' b a t i0 tt i1' b t i0 f i0 l < a k aa d ii0 m ii0' y a t i0 SS II0 n ii0' y a t i0 l u0 l E u0 l uu0' m i0 sil < a' n t a s t a m i0' rr a d a r a j aa' t u0 l H a r aa' r a t i0 w a m u0 s t a w a y aa' t u0 rr U0 T UU0' b a t i0 f i0 l Ah i0 r t i0 f aa' E i0 T A' w A l a h aa' * a l q A' r n sil", 'text': '\ufeffwaraj~aHa Alt~aqoriyru Al~aTHiy >aEad~ahu maEohadu >aboHaA^i haDabapi Alt~ibiti fiy Alo>akaAdiymiy~api AlS~iyniy~api liloEuluwmi - >ano tasotamir~a darajaAtu AloHaraArapi wamusotawayaAtu Alr~uTuwbapi fiy Alo<irotifaAEi TawaAla haTHaA Aloqarono' } ``` ### Data Fields - file: A path to the downloaded audio file in .wav format. - audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: `dataset[0]["audio"]` the audio file is automatically decoded and resampled to `dataset.features["audio"].sampling_rate`. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the `"audio"` column, *i.e.* `dataset[0]["audio"]` should **always** be preferred over `dataset["audio"][0]`. - text: the transcription of the audio file. - phonetic: the transcription in phonentics format. - orthographic: the transcriptions written in orthographic format. ### Data Splits | | Train | Test | | ----- | ----- | ---- | | dataset | 1813 | 100 | ## Dataset Creation ### Curation Rationale The corpus was created with Speech Synthesis as the main application in mind. Although it has been used as part of a larger corpus for speech recognition and speech denoising. Here are some explanations why the corpus was built the way it is: * Corpus size: Budget limitations and the research goal resulted in the decision not to gather more data. The goal was to show that high quality speech synthesis is possible with smaller corpora. * Phonetic diversity: Just like with many corpora, the phonetic diversity was acheived using greedy methods. Start with a core set of utterances and add more utterances which contribute to adding more phonetic diversity the most iterativly. The measure of diversity is based on the diphone frequency. * Content: News, sports, economics, fully diacritised content from the internet was gathered. The choice of utterances was random to avoid copyright issues. Because of corpus size, acheiving diversity of content type was difficult and was not the goal. * Non-sense utterances: The corpus contains a large set of utterances that are generated computationally to compensate for the diphones missing in the main part of the corpus. The usefullness of non-sense utterances was not proven in the PhD thesis. * The talent: The voice talent had a Syrian dialect from Damascus and spoke in formal Arabic. Please refer to [PhD thesis](#Citation-Information) for more detailed information. ### Source Data #### Initial Data Collection and Normalization News, sports, economics, fully diacritised content from the internet was gathered. The choice of utterances was random to avoid copyright issues. Because of corpus size, acheiving diversity of content type was difficult and was not the goal. We were restricted to content which was fully diacritised to make the annotation process easier. Just like with many corpora, the phonetic diversity was acheived using greedy methods. Start with a core set of utterances and add more utterances which contribute to adding more phonetic diversity the most iterativly. The measure of diversity is based on the diphone frequency. Please refer to [PhD thesis](#Citation-Information). #### Who are the source language producers? Please refer to [PhD thesis](#Citation-Information). ### Annotations #### Annotation process Three annotators aligned audio with phonemes with the help of HTK forced alignment. They worked on overlapping parts as well to assess annotator agreement and the quality of the annotations. The entire corpus was checked by human annotators. Please refer to [PhD thesis](#Citation-Information). #### Who are the annotators? Nawar Halabi and two anonymous Arabic language teachers. ### Personal and Sensitive Information The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset. The voice talent agreed in writing for their voice to be used in speech technologies as long as they stay anonymous. ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators The corpus was recorded in south Levantine Arabic (Damascian accent) using a professional studio by Nawar Halabi. ### Licensing Information [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) ### Citation Information ``` @phdthesis{halabi2016modern, title={Modern standard Arabic phonetics for speech synthesis}, author={Halabi, Nawar}, year={2016}, school={University of Southampton} } ``` ### Contributions This dataset was created by: * Nawar Halabi [@nawarhalabi](https://github.com/nawarhalabi) main creator and annotator. * Two anonymous Arabic langauge teachers as annotators. * One anonymous voice talent. * Thanks to [@zaidalyafeai](https://github.com/zaidalyafeai) for adding this dataset.
arabic_speech_corpus
[ "task_categories:automatic-speech-recognition", "annotations_creators:expert-generated", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:ar", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced"], "language": ["ar"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["automatic-speech-recognition"], "task_ids": [], "paperswithcode_id": "arabic-speech-corpus", "pretty_name": "Arabic Speech Corpus", "dataset_info": {"features": [{"name": "file", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "phonetic", "dtype": "string"}, {"name": "orthographic", "dtype": "string"}], "config_name": "clean", "splits": [{"name": "train", "num_bytes": 1002365, "num_examples": 1813}, {"name": "test", "num_bytes": 65784, "num_examples": 100}], "download_size": 1192302846, "dataset_size": 1068149}, "train-eval-index": [{"config": "clean", "task": "automatic-speech-recognition", "task_id": "speech_recognition", "splits": {"train_split": "train", "eval_split": "test"}, "col_mapping": {"file": "path", "text": "text"}, "metrics": [{"type": "wer", "name": "WER"}, {"type": "cer", "name": "CER"}]}]}
2024-01-18T11:01:49+00:00
[]
[ "ar" ]
TAGS #task_categories-automatic-speech-recognition #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-cc-by-4.0 #region-us
Dataset Card for Arabic Speech Corpus ===================================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: Arabic Speech Corpus * Repository: * Paper: Modern standard Arabic phonetics for speech synthesis * Leaderboard: [Paperswithcode Leaderboard] * Point of Contact: Nawar Halabi ### Dataset Summary This Speech corpus has been developed as part of PhD work carried out by Nawar Halabi at the University of Southampton. The corpus was recorded in south Levantine Arabic (Damascian accent) using a professional studio. Synthesized speech as an output using this corpus has produced a high quality, natural voice. ### Supported Tasks and Leaderboards ### Languages The audio is in Arabic. Dataset Structure ----------------- ### Data Instances A typical data point comprises the path to the audio file, usually called 'file' and its transcription, called 'text'. An example from the dataset is: ### Data Fields * file: A path to the downloaded audio file in .wav format. * audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: 'dataset[0]["audio"]' the audio file is automatically decoded and resampled to 'dataset.features["audio"].sampling\_rate'. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the '"audio"' column, *i.e.* 'dataset[0]["audio"]' should always be preferred over 'dataset["audio"][0]'. * text: the transcription of the audio file. * phonetic: the transcription in phonentics format. * orthographic: the transcriptions written in orthographic format. ### Data Splits Train: dataset, Test: 1813 Dataset Creation ---------------- ### Curation Rationale The corpus was created with Speech Synthesis as the main application in mind. Although it has been used as part of a larger corpus for speech recognition and speech denoising. Here are some explanations why the corpus was built the way it is: * Corpus size: Budget limitations and the research goal resulted in the decision not to gather more data. The goal was to show that high quality speech synthesis is possible with smaller corpora. * Phonetic diversity: Just like with many corpora, the phonetic diversity was acheived using greedy methods. Start with a core set of utterances and add more utterances which contribute to adding more phonetic diversity the most iterativly. The measure of diversity is based on the diphone frequency. * Content: News, sports, economics, fully diacritised content from the internet was gathered. The choice of utterances was random to avoid copyright issues. Because of corpus size, acheiving diversity of content type was difficult and was not the goal. * Non-sense utterances: The corpus contains a large set of utterances that are generated computationally to compensate for the diphones missing in the main part of the corpus. The usefullness of non-sense utterances was not proven in the PhD thesis. * The talent: The voice talent had a Syrian dialect from Damascus and spoke in formal Arabic. Please refer to PhD thesis for more detailed information. ### Source Data #### Initial Data Collection and Normalization News, sports, economics, fully diacritised content from the internet was gathered. The choice of utterances was random to avoid copyright issues. Because of corpus size, acheiving diversity of content type was difficult and was not the goal. We were restricted to content which was fully diacritised to make the annotation process easier. Just like with many corpora, the phonetic diversity was acheived using greedy methods. Start with a core set of utterances and add more utterances which contribute to adding more phonetic diversity the most iterativly. The measure of diversity is based on the diphone frequency. Please refer to PhD thesis. #### Who are the source language producers? Please refer to PhD thesis. ### Annotations #### Annotation process Three annotators aligned audio with phonemes with the help of HTK forced alignment. They worked on overlapping parts as well to assess annotator agreement and the quality of the annotations. The entire corpus was checked by human annotators. Please refer to PhD thesis. #### Who are the annotators? Nawar Halabi and two anonymous Arabic language teachers. ### Personal and Sensitive Information The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset. The voice talent agreed in writing for their voice to be used in speech technologies as long as they stay anonymous. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators The corpus was recorded in south Levantine Arabic (Damascian accent) using a professional studio by Nawar Halabi. ### Licensing Information CC BY 4.0 ### Contributions This dataset was created by: * Nawar Halabi @nawarhalabi main creator and annotator. * Two anonymous Arabic langauge teachers as annotators. * One anonymous voice talent. * Thanks to @zaidalyafeai for adding this dataset.
[ "### Dataset Summary\n\n\nThis Speech corpus has been developed as part of PhD work carried out by Nawar Halabi at the University of Southampton. The corpus was recorded in south Levantine Arabic (Damascian accent) using a professional studio. Synthesized speech as an output using this corpus has produced a high quality, natural voice.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe audio is in Arabic.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises the path to the audio file, usually called 'file' and its transcription, called 'text'.\nAn example from the dataset is:", "### Data Fields\n\n\n* file: A path to the downloaded audio file in .wav format.\n* audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: 'dataset[0][\"audio\"]' the audio file is automatically decoded and resampled to 'dataset.features[\"audio\"].sampling\\_rate'. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the '\"audio\"' column, *i.e.* 'dataset[0][\"audio\"]' should always be preferred over 'dataset[\"audio\"][0]'.\n* text: the transcription of the audio file.\n* phonetic: the transcription in phonentics format.\n* orthographic: the transcriptions written in orthographic format.", "### Data Splits\n\n\nTrain: dataset, Test: 1813\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe corpus was created with Speech Synthesis as the main application in mind. Although it has been used as part of a larger corpus for speech recognition and speech denoising. Here are some explanations why the corpus was built the way it is:\n\n\n* Corpus size: Budget limitations and the research goal resulted in the decision not to gather more data. The goal was to show that high quality speech synthesis is possible with smaller corpora.\n* Phonetic diversity: Just like with many corpora, the phonetic diversity was acheived using greedy methods. Start with a core set of utterances and add more utterances which contribute to adding more phonetic diversity the most iterativly. The measure of diversity is based on the diphone frequency.\n* Content: News, sports, economics, fully diacritised content from the internet was gathered. The choice of utterances was random to avoid copyright issues. Because of corpus size, acheiving diversity of content type was difficult and was not the goal.\n* Non-sense utterances: The corpus contains a large set of utterances that are generated computationally to compensate for the diphones missing in the main part of the corpus. The usefullness of non-sense utterances was not proven in the PhD thesis.\n* The talent: The voice talent had a Syrian dialect from Damascus and spoke in formal Arabic.\n\n\nPlease refer to PhD thesis for more detailed information.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nNews, sports, economics, fully diacritised content from the internet was gathered. The choice of utterances was random to avoid copyright issues. Because of corpus size, acheiving diversity of content type was difficult and was not the goal. We were restricted to content which was fully diacritised to make the annotation process easier.\n\n\nJust like with many corpora, the phonetic diversity was acheived using greedy methods. Start with a core set of utterances and add more utterances which contribute to adding more phonetic diversity the most iterativly. The measure of diversity is based on the diphone frequency.\n\n\nPlease refer to PhD thesis.", "#### Who are the source language producers?\n\n\nPlease refer to PhD thesis.", "### Annotations", "#### Annotation process\n\n\nThree annotators aligned audio with phonemes with the help of HTK forced alignment. They worked on overlapping parts as well to assess annotator agreement and the quality of the annotations. The entire corpus was checked by human annotators.\n\n\nPlease refer to PhD thesis.", "#### Who are the annotators?\n\n\nNawar Halabi and two anonymous Arabic language teachers.", "### Personal and Sensitive Information\n\n\nThe dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset. The voice talent agreed in writing for their voice to be used in speech technologies as long as they stay anonymous.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe corpus was recorded in south Levantine Arabic (Damascian accent) using a professional studio by Nawar Halabi.", "### Licensing Information\n\n\nCC BY 4.0", "### Contributions\n\n\nThis dataset was created by:\n\n\n* Nawar Halabi @nawarhalabi main creator and annotator.\n* Two anonymous Arabic langauge teachers as annotators.\n* One anonymous voice talent.\n* Thanks to @zaidalyafeai for adding this dataset." ]
[ "TAGS\n#task_categories-automatic-speech-recognition #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-cc-by-4.0 #region-us \n", "### Dataset Summary\n\n\nThis Speech corpus has been developed as part of PhD work carried out by Nawar Halabi at the University of Southampton. The corpus was recorded in south Levantine Arabic (Damascian accent) using a professional studio. Synthesized speech as an output using this corpus has produced a high quality, natural voice.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe audio is in Arabic.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises the path to the audio file, usually called 'file' and its transcription, called 'text'.\nAn example from the dataset is:", "### Data Fields\n\n\n* file: A path to the downloaded audio file in .wav format.\n* audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: 'dataset[0][\"audio\"]' the audio file is automatically decoded and resampled to 'dataset.features[\"audio\"].sampling\\_rate'. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the '\"audio\"' column, *i.e.* 'dataset[0][\"audio\"]' should always be preferred over 'dataset[\"audio\"][0]'.\n* text: the transcription of the audio file.\n* phonetic: the transcription in phonentics format.\n* orthographic: the transcriptions written in orthographic format.", "### Data Splits\n\n\nTrain: dataset, Test: 1813\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe corpus was created with Speech Synthesis as the main application in mind. Although it has been used as part of a larger corpus for speech recognition and speech denoising. Here are some explanations why the corpus was built the way it is:\n\n\n* Corpus size: Budget limitations and the research goal resulted in the decision not to gather more data. The goal was to show that high quality speech synthesis is possible with smaller corpora.\n* Phonetic diversity: Just like with many corpora, the phonetic diversity was acheived using greedy methods. Start with a core set of utterances and add more utterances which contribute to adding more phonetic diversity the most iterativly. The measure of diversity is based on the diphone frequency.\n* Content: News, sports, economics, fully diacritised content from the internet was gathered. The choice of utterances was random to avoid copyright issues. Because of corpus size, acheiving diversity of content type was difficult and was not the goal.\n* Non-sense utterances: The corpus contains a large set of utterances that are generated computationally to compensate for the diphones missing in the main part of the corpus. The usefullness of non-sense utterances was not proven in the PhD thesis.\n* The talent: The voice talent had a Syrian dialect from Damascus and spoke in formal Arabic.\n\n\nPlease refer to PhD thesis for more detailed information.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nNews, sports, economics, fully diacritised content from the internet was gathered. The choice of utterances was random to avoid copyright issues. Because of corpus size, acheiving diversity of content type was difficult and was not the goal. We were restricted to content which was fully diacritised to make the annotation process easier.\n\n\nJust like with many corpora, the phonetic diversity was acheived using greedy methods. Start with a core set of utterances and add more utterances which contribute to adding more phonetic diversity the most iterativly. The measure of diversity is based on the diphone frequency.\n\n\nPlease refer to PhD thesis.", "#### Who are the source language producers?\n\n\nPlease refer to PhD thesis.", "### Annotations", "#### Annotation process\n\n\nThree annotators aligned audio with phonemes with the help of HTK forced alignment. They worked on overlapping parts as well to assess annotator agreement and the quality of the annotations. The entire corpus was checked by human annotators.\n\n\nPlease refer to PhD thesis.", "#### Who are the annotators?\n\n\nNawar Halabi and two anonymous Arabic language teachers.", "### Personal and Sensitive Information\n\n\nThe dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset. The voice talent agreed in writing for their voice to be used in speech technologies as long as they stay anonymous.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe corpus was recorded in south Levantine Arabic (Damascian accent) using a professional studio by Nawar Halabi.", "### Licensing Information\n\n\nCC BY 4.0", "### Contributions\n\n\nThis dataset was created by:\n\n\n* Nawar Halabi @nawarhalabi main creator and annotator.\n* Two anonymous Arabic langauge teachers as annotators.\n* One anonymous voice talent.\n* Thanks to @zaidalyafeai for adding this dataset." ]
[ 88, 72, 10, 17, 42, 236, 20, 320, 4, 155, 16, 5, 68, 21, 73, 7, 8, 14, 33, 9, 65 ]
[ "passage: TAGS\n#task_categories-automatic-speech-recognition #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-cc-by-4.0 #region-us \n### Dataset Summary\n\n\nThis Speech corpus has been developed as part of PhD work carried out by Nawar Halabi at the University of Southampton. The corpus was recorded in south Levantine Arabic (Damascian accent) using a professional studio. Synthesized speech as an output using this corpus has produced a high quality, natural voice.### Supported Tasks and Leaderboards### Languages\n\n\nThe audio is in Arabic.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA typical data point comprises the path to the audio file, usually called 'file' and its transcription, called 'text'.\nAn example from the dataset is:### Data Fields\n\n\n* file: A path to the downloaded audio file in .wav format.\n* audio: A dictionary containing the path to the downloaded audio file, the decoded audio array, and the sampling rate. Note that when accessing the audio column: 'dataset[0][\"audio\"]' the audio file is automatically decoded and resampled to 'dataset.features[\"audio\"].sampling\\_rate'. Decoding and resampling of a large number of audio files might take a significant amount of time. Thus it is important to first query the sample index before the '\"audio\"' column, *i.e.* 'dataset[0][\"audio\"]' should always be preferred over 'dataset[\"audio\"][0]'.\n* text: the transcription of the audio file.\n* phonetic: the transcription in phonentics format.\n* orthographic: the transcriptions written in orthographic format.### Data Splits\n\n\nTrain: dataset, Test: 1813\n\n\nDataset Creation\n----------------" ]
[ -0.10776282101869583, 0.12552565336227417, -0.0048070685006678104, 0.03636346012353897, 0.02262469381093979, -0.014234007336199284, 0.08087877184152603, 0.032924313098192215, -0.10175758600234985, 0.09317740052938461, 0.013263663277029991, -0.009960111230611801, 0.08630257099866867, 0.06774722784757614, -0.00372216640971601, -0.1626090705394745, 0.04352710768580437, -0.11409053206443787, 0.03644918277859688, 0.07647189497947693, 0.10290119051933289, -0.059780530631542206, 0.06358638405799866, -0.07145935297012329, -0.042445458471775055, 0.008091823197901249, 0.03141060844063759, -0.009187438525259495, 0.03297489508986473, 0.09228202700614929, 0.07603258639574051, -0.013335306197404861, 0.04222387820482254, -0.18032722175121307, 0.033855587244033813, 0.08909536153078079, 0.042936500161886215, 0.024550896137952805, 0.09273642301559448, -0.0243508443236351, 0.0661705881357193, -0.044733621180057526, -0.022909510880708694, 0.04548751935362816, -0.0944206491112709, -0.1467592567205429, -0.08286909759044647, -0.024984126910567284, 0.058588672429323196, 0.05673835799098015, -0.058924600481987, -0.01996733620762825, -0.05908780172467232, 0.09238655865192413, -0.016141682863235474, -0.042308464646339417, -0.03171612322330475, 0.021883279085159302, 0.07364694029092789, 0.21141238510608673, -0.07771908491849899, -0.05395592376589775, -0.02623441070318222, 0.006729008164256811, -0.012350236997008324, -0.05147362872958183, -0.1408771127462387, -0.008256225846707821, -0.112175852060318, -0.042380932718515396, 0.2182219922542572, 0.00440022861585021, -0.07855045050382614, -0.07071860879659653, -0.02055463381111622, -0.050656508654356, 0.015587471425533295, -0.00207605236209929, 0.00747290626168251, 0.06411252915859222, 0.012631065212190151, -0.002315505873411894, -0.08594722300767899, -0.014168108813464642, -0.10830216109752655, 0.021887172013521194, 0.01565670222043991, 0.05776011943817139, 0.06593995541334152, 0.04387039691209793, -0.046422217041254044, -0.08243351429700851, 0.003493643831461668, -0.03428727388381958, -0.12326845526695251, -0.03859585151076317, -0.03756604343652725, -0.23284846544265747, 0.008141590282320976, 0.07923805713653564, -0.08798626065254211, 0.032279741019010544, -0.037563104182481766, 0.033035751432180405, 0.06154438853263855, 0.05776248872280121, -0.049498751759529114, -0.07447637617588043, 0.01792100816965103, 0.05789462849497795, 0.0008033890626393259, -0.004722577519714832, -0.04441890865564346, 0.03185349330306053, 0.006024525500833988, 0.005438362248241901, 0.029933011159300804, -0.037062179297208786, -0.09435830265283585, -0.034801185131073, 0.04794576019048691, -0.14049331843852997, 0.028757832944393158, 0.05251948907971382, -0.01882975548505783, 0.05209236964583397, 1.7179438316361484e-7, 0.028062524273991585, -0.08330556750297546, 0.0022925420198589563, -0.031193425878882408, 0.03007439523935318, -0.1129177138209343, -0.10552146285772324, 0.02528557740151882, -0.0018943523755297065, -0.061424143612384796, -0.0553911067545414, -0.10998512804508209, -0.05885264649987221, 0.08608323335647583, -0.01516750082373619, -0.0009395127999596298, -0.04744553193449974, -0.004865644499659538, 0.01715652458369732, -0.029707355424761772, 0.04601999372243881, -0.07875853776931763, 0.0799497440457344, -0.09836570173501968, 0.043347008526325226, -0.016541093587875366, 0.08324257284402847, -0.05754515901207924, 0.007611837238073349, -0.14775630831718445, 0.2063823789358139, -0.05545200780034065, -0.033845674246549606, -0.12842290103435516, 0.007116042077541351, -0.0526258647441864, 0.03776756674051285, -0.007466105744242668, 0.058721691370010376, -0.2875126600265503, -0.049463022500276566, 0.062187280505895615, -0.06319858878850937, 0.05871383473277092, 0.1929345428943634, -0.08064697682857513, 0.0014511874178424478, 0.10558861494064331, 0.17579767107963562, 0.10894335806369781, -0.07595798373222351, -0.14354945719242096, -0.0032173553481698036, 0.0026180166751146317, 0.12097866088151932, 0.11338222026824951, -0.024915818125009537, 0.09598463773727417, -0.026480935513973236, 0.06383910775184631, 0.05605097860097885, 0.013160979375243187, -0.03370360657572746, 0.012664775364100933, -0.01759088598191738, -0.027503883466124535, 0.008257756009697914, -0.07334313541650772, 0.013766223564743996, -0.10612314939498901, -0.0075492095202207565, 0.007225587964057922, -0.04376029968261719, 0.04164372757077217, -0.034944597631692886, 0.044396888464689255, -0.08807627111673355, -0.021148858591914177, -0.19113369286060333, 0.019294273108243942, 0.0449097640812397, -0.06997741013765335, 0.12031968683004379, -0.0017649984220042825, -0.0059320954605937, 0.0585712306201458, -0.01684095524251461, 0.008435873314738274, 0.06244170293211937, -0.03730671480298042, -0.012781670317053795, -0.12992574274539948, 0.03581610694527626, -0.03592894598841667, -0.012009362690150738, -0.07341674715280533, -0.01867057941854, 0.10347592830657959, 0.04819251224398613, 0.039345234632492065, -0.06775952875614166, 0.028731677681207657, 0.05415104702115059, -0.025573210790753365, -0.010873324237763882, -0.035087063908576965, 0.016460025683045387, -0.0029867016710340977, 0.046218451112508774, -0.21322590112686157, -0.11223920434713364, 0.07366372644901276, 0.026462817564606667, -0.0687224343419075, 0.008215619251132011, -0.008559806272387505, -0.023150412365794182, -0.06412982195615768, -0.05472850054502487, 0.2264815717935562, 0.008169984444975853, 0.09169550985097885, -0.08225290477275848, 0.002730916952714324, -0.013457261025905609, -0.013410652987658978, 0.025449831038713455, 0.04491564631462097, -0.02004031091928482, -0.06581933051347733, 0.08998386561870575, 0.012698177248239517, -0.06374328583478928, 0.24671462178230286, -0.04695329815149307, -0.11658021807670593, -0.031075095757842064, 0.039489638060331345, -0.02687869220972061, 0.06094633787870407, 0.021715234965085983, 0.043410997837781906, 0.04868241026997566, 0.09093308448791504, -0.02979111857712269, -0.08712591975927353, 0.07888638228178024, 0.022400856018066406, -0.07375345379114151, -0.08786142617464066, -0.03769933432340622, 0.02256176620721817, 0.0531160794198513, -0.019435659050941467, 0.03917352855205536, -0.0027107202913612127, -0.04400503262877464, -0.09029792249202728, 0.13819393515586853, -0.14830206334590912, -0.18452991545200348, -0.19949547946453094, -0.12473934143781662, -0.043826472014188766, 0.01346170250326395, 0.04550604522228241, -0.045233167707920074, -0.09349843859672546, -0.08321129530668259, 0.17965449392795563, 0.009025786072015762, -0.06487267464399338, -0.16960400342941284, 0.016484789550304413, 0.019013317301869392, -0.11448831856250763, 0.03500615432858467, 0.03970573469996452, -0.0020723987836390734, -0.0222941804677248, 0.035931650549173355, 0.015473797917366028, 0.08909061551094055, 0.03135692700743675, -0.049809835851192474, -0.00013297784607857466, 0.19461636245250702, -0.11063097417354584, 0.1286519169807434, 0.10275793820619583, -0.1233440414071083, 0.04286092147231102, 0.23546230792999268, 0.04038218781352043, 0.010469655506312847, 0.0010729891946539283, 0.033175934106111526, -0.04057439789175987, -0.25015702843666077, -0.06162010878324509, -0.1054835394024849, -0.005473545752465725, -0.03159691020846367, 0.00047231384087353945, 0.020894424989819527, 0.0396660715341568, -0.07496386021375656, 0.06926383078098297, 0.06410433351993561, 0.018738707527518272, 0.09105698019266129, 0.0074970917776227, 0.10512217879295349, -0.06826123595237732, 0.011638526804745197, 0.1291070282459259, 0.06305646151304245, 0.25624388456344604, -0.03691510483622551, 0.18100351095199585, 0.05124147608876228, 0.035165153443813324, 0.047658521682024, 0.0016571283340454102, -0.003750626230612397, 0.04792743921279907, -0.024476472288370132, -0.05856277421116829, -0.008914184756577015, 0.0503736212849617, 0.11833740770816803, -0.012853354215621948, 0.044699449092149734, -0.003829305525869131, 0.038913846015930176, 0.1704985350370407, 0.0657399445772171, -0.22587431967258453, -0.07405760884284973, 0.05404697731137276, -0.08055836707353592, -0.11133277416229248, 0.023936668410897255, 0.17435413599014282, -0.021133514121174812, 0.03199884667992592, -0.001369407051242888, 0.07719282060861588, -0.11185455322265625, -0.02083590067923069, 0.05284864082932472, 0.12763206660747528, -0.056148335337638855, 0.03884102404117584, -0.12817978858947754, 0.12852348387241364, 0.05563397705554962, 0.06893016397953033, 0.027398884296417236, 0.07653176784515381, 0.04850654676556587, 0.015917399898171425, 0.10650206357240677, 0.011501956731081009, -0.16115088760852814, -0.04525022953748703, -0.1249922662973404, 0.0070790937170386314, 0.08652237802743912, 0.03630682826042175, 0.05224781110882759, -0.04532260820269585, 0.001123690395615995, -0.016760770231485367, -0.07932571321725845, -0.08676136285066605, -0.18794456124305725, -0.004566679242998362, 0.06384795904159546, 0.1394471973180771, -0.021983973681926727, 0.004714083392173052, -0.008439167402684689, 0.07722613215446472, -0.13750708103179932, -0.09114634245634079, -0.09575198590755463, 0.019718987867236137, 0.16673950850963593, -0.012786063365638256, 0.03580983355641365, -0.04059666767716408, 0.07133330404758453, -0.01724671572446823, -0.06754224747419357, 0.04723760113120079, -0.019160045310854912, -0.03420693054795265, -0.11744868010282516, 0.1303035318851471, 0.07248323410749435, 0.08099769055843353, -0.03700853884220123, 0.1063583642244339, -0.09473720192909241, -0.032532233744859695, -0.024265676736831665, 0.030040793120861053, 0.030737366527318954, 0.19769659638404846, -0.05954298377037048, -0.2344626784324646, -0.03937210515141487, -0.06732317060232162, 0.06682340055704117, 0.12299589812755585, -0.04313723370432854, 0.13674470782279968, 0.15844500064849854, -0.11830318719148636, -0.25410112738609314, -0.003552954876795411, 0.10931435972452164, 0.07648223638534546, -0.014444969594478607, -0.23083937168121338, 0.06872580945491791, 0.04640485718846321, 0.03996441513299942, 0.013759473338723183, -0.20511318743228912, -0.08690298348665237, 0.052728671580553055, -0.04401485249400139, -0.029087742790579796, -0.10752403736114502, -0.04193921014666557, -0.061678774654865265, 0.025310520082712173, 0.05024510249495506, -0.08034124225378036, 0.08143795281648636, 0.055964626371860504, 0.04822526127099991, 0.01251515094190836, -0.015142054297029972, 0.11420838534832001, 0.05651017650961876, 0.04527168348431587, -0.04934215918183327, 0.057482726871967316, 0.08887872844934464, -0.01993377134203911, 0.07334176450967789, -0.042195893824100494, 0.020060984417796135, -0.04548994079232216, -0.057831212878227234, -0.03088591992855072, -0.0055813719518482685, -0.012738045305013657, -0.029792005196213722, -0.08987996727228165, 0.021990327164530754, 0.06396105140447617, -0.010473030619323254, 0.03086773492395878, -0.07565101981163025, -0.02660089172422886, 0.10450227558612823, 0.1927739977836609, 0.013763289898633957, -0.1721886843442917, 0.030229592695832253, -0.02054719440639019, 0.05894995108246803, -0.17184852063655853, 0.045295871794223785, 0.09468917548656464, -0.020333699882030487, 0.1250556856393814, 0.019681336358189583, -0.09477850049734116, 0.06288676708936691, 0.06408637762069702, -0.04141811653971672, -0.17043866217136383, 0.007932251319289207, -0.00667144637554884, -0.1397004872560501, -0.1530720293521881, 0.11668798327445984, -0.011445926502346992, 0.02109384536743164, 0.020275162532925606, 0.05441347882151604, -0.03779140114784241, 0.12252457439899445, -0.0040541645139455795, 0.014053422026336193, -0.07582695782184601, 0.09518557041883469, 0.13248050212860107, -0.14574381709098816, -0.014924177899956703, 0.09122006595134735, -0.07741598784923553, -0.03280308097600937, -0.027964146807789803, 0.06383296102285385, 0.009008653461933136, -0.03567720204591751, -0.017946699634194374, -0.13194449245929718, 0.042753223329782486, 0.05728648975491524, -0.0175323449075222, 0.05894853174686432, -0.08829957246780396, -0.014520550146698952, -0.03859122097492218, 0.1816783994436264, 0.01599830947816372, 0.02795124053955078, -0.055298276245594025, 0.06436821073293686, -0.04430292174220085, -0.06851155310869217, -0.005632274784147739, -0.04025224596261978, -0.03192529082298279, 0.01583142951130867, -0.13905012607574463, 0.020376715809106827, -0.011247903108596802, -0.0007556130294688046, 0.006798144895583391, -0.009953420609235764, -0.001208988018333912, 0.0159758348017931, -0.04073428362607956, -0.017760058864951134, -0.05385236442089081, 0.09809242933988571, -0.08620879799127579, 0.009559785015881062, 0.05991723760962486, -0.059757936745882034, 0.07724189758300781, 0.02405252493917942, -0.07075813412666321, -0.00873407069593668, -0.13895370066165924, -0.052177995443344116, 0.020758213475346565, 0.07871510833501816, -0.02877172827720642, -0.10235939174890518, 0.03321022540330887, 0.05240865796804428, -0.005615247879177332, -0.020829232409596443, 0.03110494278371334, -0.027300696820020676, 0.11723871529102325, -0.04966731742024422, 0.02739112265408039, -0.0785122662782669, 0.08171290159225464, 0.05467202514410019, 0.08875643461942673, 0.14497753977775574, -0.04548123478889465, 0.011181673035025597, -0.12263037264347076, -0.003677235683426261, 0.029362177476286888, -0.06588496267795563, -0.1131088063120842, -0.10998912155628204, 0.08363613486289978, 0.008058644831180573, 0.13452580571174622, 0.07608427852392197, -0.042414452880620956, 0.01745789870619774, 0.04549546539783478, 0.00970318540930748, 0.05793337523937225, 0.09519372135400772, 0.019698185846209526, -0.04074369743466377, -0.02611297182738781, -0.03873834386467934, 0.03248948976397514, 0.11142470687627792, 0.04853438585996628, 0.16882911324501038, 0.12146465480327606, 0.0013417914742603898, -0.010116353631019592, -0.1230839341878891, -0.03806690126657486, 0.12317276746034622, -0.052484795451164246, 0.039026372134685516, -0.022169891744852066, 0.11211245507001877, 0.03221641108393669, -0.14394207298755646, 0.13453468680381775, -0.007582764141261578, -0.08630550652742386, -0.0739922970533371, -0.05727600306272507, -0.03770294785499573, -0.06348610669374466, -0.041087035089731216, -0.1191495880484581, 0.11138742417097092, 0.07635945081710815, 0.021446747705340385, 0.022273657843470573, 0.12191198766231537, -0.14789725840091705, -0.11406658589839935, 0.04753629118204117, -0.03136349469423294, 0.0435856431722641, 0.09702932089567184, 0.0024764256086200476, 0.13725610077381134, -0.047749441117048264, 0.0855240523815155, 0.07239056378602982, 0.04750832915306091, 0.055459558963775635, -0.11269558221101761, -0.05049828439950943, 0.0008718330645933747, -0.020538700744509697, -0.033306799829006195, 0.19856643676757812, 0.07320205122232437, -0.03058011643588543, 0.05859924480319023, 0.1064157709479332, -0.008760503493249416, -0.08933284878730774, -0.18600675463676453, -0.0002492099883966148, -0.044116005301475525, 0.02109619602560997, -0.009322844445705414, -0.1023092195391655, 0.013283238746225834, 0.08485353738069534, 0.12368891388177872, -0.052623797208070755, -0.03429955989122391, 0.03850401192903519, -0.00016078277258202434, -0.015460149385035038, 0.06781908869743347, 0.04254303127527237, 0.27452516555786133, -0.04028650373220444, 0.02951669506728649, -0.022049428895115852, -0.05551885813474655, -0.05717029422521591, 0.06335634738206863, -0.04444791376590729, -0.035442426800727844, -0.025739729404449463, 0.12372658401727676, -0.05784311518073082, -0.17924083769321442, -0.03737590089440346, -0.02612300217151642, -0.058827731758356094, -0.06470849364995956, 0.09087849408388138, 0.02071618288755417, -0.06865164637565613, -0.009629860520362854, -0.0489993691444397, 0.20767395198345184, -0.02013019286096096, -0.08169281482696533, -0.0316462405025959, 0.044732898473739624, -0.14583073556423187, 0.07132609188556671, 0.019980642944574356, 0.13507966697216034, 0.03382513299584389, 0.004706740379333496, -0.03637975826859474, 0.08383552730083466, 0.039143435657024384, -0.04174007102847099, 0.015858689323067665, 0.167051762342453, -0.002021272899582982, 0.20540499687194824, 0.03503774106502533, 0.0699276328086853, 0.07311581075191498, -0.05211525037884712, -0.1245533898472786, -0.046758368611335754, 0.0028372062370181084, -0.07618667185306549, 0.10352139174938202, 0.13665680587291718, 0.02713344432413578, 0.027855990454554558, -0.052270617336034775, -0.004082562867552042, 0.03255337104201317, 0.13072340190410614, 0.017645923420786858, -0.13091877102851868, -0.001427325652912259, -0.05408192425966263, 0.07798368483781815, -0.20208781957626343, -0.06473205983638763, -0.02804636023938656, -0.0002797782944981009, -0.026768766343593597, 0.10492322593927383, 0.057141195982694626, 0.0026892153546214104, -0.04189574345946312, -0.034646034240722656, 0.03295787051320076, 0.056164611130952835, -0.00786653719842434, -0.05121340602636337 ]
cc6906b6eda547e4ffc63b8d88ccca7e0515187a
# Dataset Card for "arcd" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://github.com/husseinmozannar/SOQAL/tree/master/data](https://github.com/husseinmozannar/SOQAL/tree/master/data) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 1.94 MB - **Size of the generated dataset:** 1.70 MB - **Total amount of disk used:** 3.64 MB ### Dataset Summary Arabic Reading Comprehension Dataset (ARCD) composed of 1,395 questions posed by crowdworkers on Wikipedia articles. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### plain_text - **Size of downloaded dataset files:** 1.94 MB - **Size of the generated dataset:** 1.70 MB - **Total amount of disk used:** 3.64 MB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "answers": "{\"answer_start\": [34], \"text\": [\"صحابي من صحابة رسول الإسلام محمد، وعمُّه وأخوه من الرضاعة وأحد وزرائه الأربعة عشر،\"]}...", "context": "\"حمزة بن عبد المطلب الهاشمي القرشي صحابي من صحابة رسول الإسلام محمد، وعمُّه وأخوه من الرضاعة وأحد وزرائه الأربعة عشر، وهو خير أع...", "id": "621723207492", "question": "من هو حمزة بن عبد المطلب؟", "title": "حمزة بن عبد المطلب" } ``` ### Data Fields The data fields are the same among all splits. #### plain_text - `id`: a `string` feature. - `title`: a `string` feature. - `context`: a `string` feature. - `question`: a `string` feature. - `answers`: a dictionary feature containing: - `text`: a `string` feature. - `answer_start`: a `int32` feature. ### Data Splits | name | train | validation | | ---------- | ----: | ---------: | | plain_text | 693 | 702 | ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @inproceedings{mozannar-etal-2019-neural, title = "Neural {A}rabic Question Answering", author = "Mozannar, Hussein and Maamary, Elie and El Hajal, Karl and Hajj, Hazem", booktitle = "Proceedings of the Fourth Arabic Natural Language Processing Workshop", month = aug, year = "2019", address = "Florence, Italy", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/W19-4612", doi = "10.18653/v1/W19-4612", pages = "108--118", abstract = "This paper tackles the problem of open domain factual Arabic question answering (QA) using Wikipedia as our knowledge source. This constrains the answer of any question to be a span of text in Wikipedia. Open domain QA for Arabic entails three challenges: annotated QA datasets in Arabic, large scale efficient information retrieval and machine reading comprehension. To deal with the lack of Arabic QA datasets we present the Arabic Reading Comprehension Dataset (ARCD) composed of 1,395 questions posed by crowdworkers on Wikipedia articles, and a machine translation of the Stanford Question Answering Dataset (Arabic-SQuAD). Our system for open domain question answering in Arabic (SOQAL) is based on two components: (1) a document retriever using a hierarchical TF-IDF approach and (2) a neural reading comprehension model using the pre-trained bi-directional transformer BERT. Our experiments on ARCD indicate the effectiveness of our approach with our BERT-based reader achieving a 61.3 F1 score, and our open domain system SOQAL achieving a 27.6 F1 score.", } ``` ### Contributions Thanks to [@albertvillanova](https://github.com/albertvillanova), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@tayciryahmed](https://github.com/tayciryahmed) for adding this dataset.
arcd
[ "task_categories:question-answering", "task_ids:extractive-qa", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:ar", "license:mit", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["ar"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["extractive-qa"], "paperswithcode_id": "arcd", "pretty_name": "ARCD", "language_bcp47": ["ar-SA"], "dataset_info": {"config_name": "plain_text", "features": [{"name": "id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}], "splits": [{"name": "train", "num_bytes": 811036, "num_examples": 693}, {"name": "validation", "num_bytes": 885620, "num_examples": 702}], "download_size": 365858, "dataset_size": 1696656}, "configs": [{"config_name": "plain_text", "data_files": [{"split": "train", "path": "plain_text/train-*"}, {"split": "validation", "path": "plain_text/validation-*"}], "default": true}]}
2024-01-09T12:44:24+00:00
[]
[ "ar" ]
TAGS #task_categories-question-answering #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-mit #region-us
Dataset Card for "arcd" ======================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: * Point of Contact: * Size of downloaded dataset files: 1.94 MB * Size of the generated dataset: 1.70 MB * Total amount of disk used: 3.64 MB ### Dataset Summary Arabic Reading Comprehension Dataset (ARCD) composed of 1,395 questions posed by crowdworkers on Wikipedia articles. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### plain\_text * Size of downloaded dataset files: 1.94 MB * Size of the generated dataset: 1.70 MB * Total amount of disk used: 3.64 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### plain\_text * 'id': a 'string' feature. * 'title': a 'string' feature. * 'context': a 'string' feature. * 'question': a 'string' feature. * 'answers': a dictionary feature containing: + 'text': a 'string' feature. + 'answer\_start': a 'int32' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @albertvillanova, @lewtun, @mariamabarham, @thomwolf, @tayciryahmed for adding this dataset.
[ "### Dataset Summary\n\n\nArabic Reading Comprehension Dataset (ARCD) composed of 1,395 questions posed by crowdworkers on Wikipedia articles.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 1.94 MB\n* Size of the generated dataset: 1.70 MB\n* Total amount of disk used: 3.64 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\n\n\n* 'id': a 'string' feature.\n* 'title': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @albertvillanova, @lewtun, @mariamabarham, @thomwolf, @tayciryahmed for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-mit #region-us \n", "### Dataset Summary\n\n\nArabic Reading Comprehension Dataset (ARCD) composed of 1,395 questions posed by crowdworkers on Wikipedia articles.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 1.94 MB\n* Size of the generated dataset: 1.70 MB\n* Total amount of disk used: 3.64 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\n\n\n* 'id': a 'string' feature.\n* 'title': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @albertvillanova, @lewtun, @mariamabarham, @thomwolf, @tayciryahmed for adding this dataset." ]
[ 91, 32, 10, 11, 6, 52, 17, 93, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 39 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Arabic #license-mit #region-us \n### Dataset Summary\n\n\nArabic Reading Comprehension Dataset (ARCD) composed of 1,395 questions posed by crowdworkers on Wikipedia articles.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### plain\\_text\n\n\n* Size of downloaded dataset files: 1.94 MB\n* Size of the generated dataset: 1.70 MB\n* Total amount of disk used: 3.64 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### plain\\_text\n\n\n* 'id': a 'string' feature.\n* 'title': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators### Licensing Information### Contributions\n\n\nThanks to @albertvillanova, @lewtun, @mariamabarham, @thomwolf, @tayciryahmed for adding this dataset." ]
[ -0.03041650913655758, 0.1875395029783249, -0.008038816042244434, 0.048807792365550995, 0.08035048097372055, 0.013345870189368725, 0.06995855271816254, 0.09639526158571243, -0.0028158181812614202, 0.17817644774913788, 0.04950079694390297, 0.040994793176651, 0.13684916496276855, 0.13451123237609863, -0.0016338428249582648, -0.18796111643314362, 0.028785327449440956, -0.10709240287542343, -0.008104024454951286, 0.09887773543596268, 0.14104913175106049, -0.07260103523731232, 0.0716930702328682, -0.09895627945661545, -0.047901228070259094, 0.03370784595608711, -0.056688398122787476, -0.042459771037101746, 0.023225827142596245, 0.06773185729980469, 0.025913814082741737, 0.010297163389623165, 0.047246627509593964, -0.2781178951263428, 0.029125308617949486, 0.041842203587293625, 0.003078754525631666, 0.02644740790128708, 0.13546210527420044, -0.05057583004236221, 0.09497452527284622, -0.163355752825737, 0.05393210053443909, 0.04388698935508728, -0.12037930637598038, -0.09457366168498993, -0.14703147113323212, 0.057676538825035095, 0.12434180080890656, 0.030687501654028893, -0.06458424031734467, -0.022202566266059875, -0.06967703998088837, 0.08568336069583893, 0.1375489979982376, -0.07938185334205627, -0.08190573751926422, -0.000794435094576329, 0.03906464949250221, 0.07888855040073395, -0.10192055255174637, 0.010953514836728573, -0.01870092935860157, 0.03257109224796295, 0.026026317849755287, -0.053346723318099976, -0.08579927682876587, 0.012961563654243946, -0.11053438484668732, -0.1052447110414505, 0.14791342616081238, 0.05641813576221466, -0.013743683695793152, -0.1441831886768341, -0.013099534437060356, 0.025936894118785858, -0.048656124621629715, 0.002527292352169752, -0.005397512577474117, -0.010741260834038258, 0.03257526829838753, -0.04429054260253906, -0.050260867923498154, -0.01144147664308548, -0.031865477561950684, -0.007051875349134207, 0.03448380529880524, -0.0048628742806613445, 0.05357217788696289, 0.019963620230555534, -0.010123837739229202, -0.14505140483379364, -0.012167009525001049, -0.013969670981168747, -0.11196819692850113, -0.022838842123746872, 0.060631196945905685, -0.03728839382529259, 0.13141028583049774, 0.15324965119361877, -0.1297147572040558, 0.06271768361330032, -0.08707712590694427, -0.02337007038295269, 0.04091325402259827, 0.11903342604637146, -0.11746551096439362, -0.12815046310424805, -0.01564258709549904, 0.019259203225374222, -0.005581230390816927, -0.02042740024626255, -0.003363387892022729, 0.05252896249294281, 0.07037202268838882, 0.11382041126489639, 0.14214172959327698, 0.026349466294050217, -0.059750936925411224, -0.01868598163127899, 0.10558055341243744, -0.14752107858657837, 0.04601162672042847, 0.08615434169769287, -0.053534191101789474, -0.03046867623925209, -0.046338289976119995, -0.005658026318997145, -0.12387816607952118, 0.048110343515872955, -0.045841533690690994, 0.0012993384152650833, -0.040993887931108475, -0.06227944418787956, 0.08419059216976166, -0.04107228294014931, -0.06642811745405197, -0.030971163883805275, -0.13054662942886353, -0.07348974794149399, 0.023089993745088577, -0.10963741689920425, -0.03755415230989456, -0.020002489909529686, -0.039919763803482056, 0.014175783842802048, -0.0012903499882668257, 0.0902743712067604, -0.06023441627621651, 0.05591979995369911, -0.02925284393131733, 0.033416420221328735, 0.08267825841903687, 0.040768399834632874, -0.06691985577344894, 0.10819095373153687, -0.11312967538833618, 0.16351854801177979, -0.0965290367603302, 0.037219349294900894, -0.16405168175697327, -0.032179784029722214, 0.05701321363449097, -0.024975664913654327, 0.027316080406308174, 0.1890709549188614, -0.19659553468227386, -0.026989975944161415, 0.13534532487392426, -0.009377568028867245, -0.09764089435338974, 0.10284820199012756, -0.03318721055984497, -0.028792906552553177, 0.0677313432097435, 0.16558106243610382, -0.036348607391119, 0.019098123535513878, -0.06684910506010056, -0.05954394489526749, 0.07267437875270844, 0.21840442717075348, 0.11935525387525558, -0.10857205837965012, 0.17504796385765076, 0.0071739875711500645, 0.059675127267837524, -0.028384117409586906, -0.014058993197977543, -0.0875706896185875, 0.01211811788380146, -0.03540210798382759, 0.013614465482532978, 0.015886278823018074, -0.07396221905946732, -0.049238577485084534, -0.07768402993679047, -0.07144373655319214, -0.006612039636820555, 0.0005800470244139433, 0.020536895841360092, -0.06604399532079697, 0.04900186508893967, -0.0062472084537148476, 0.035232074558734894, -0.16730834543704987, -0.1281985640525818, 0.02913101390004158, -0.024711281061172485, 0.10458511114120483, -0.1608796864748001, 0.006211556028574705, -0.008643688634037971, -0.04336635023355484, 0.0005016109207645059, 0.05983560159802437, 0.005096722394227982, -0.010641314089298248, -0.17279677093029022, -0.012660322710871696, -0.013673297129571438, 0.10641184449195862, -0.09798698127269745, 0.0030326161067932844, 0.13197331130504608, 0.19919340312480927, 0.003258325159549713, -0.06545019894838333, 0.0726044625043869, 0.02607824094593525, 0.004439271055161953, -0.07811164110898972, -0.019061468541622162, -0.06569170951843262, -0.002226518467068672, 0.00822373665869236, -0.13303327560424805, -0.07990047335624695, 0.04942983388900757, 0.034337930381298065, -0.08793836086988449, -0.002523058094084263, -0.026266271248459816, -0.04552321881055832, -0.04278043285012245, -0.06714333593845367, 0.05682012066245079, 0.05116337537765503, 0.016765523701906204, -0.05296468362212181, -0.030893465504050255, -0.02536044269800186, -0.01946774683892727, -0.07164674252271652, 0.14603962004184723, -0.0034114287700504065, -0.18784849345684052, 0.141112819314003, 0.02658904157578945, 0.05565522983670235, 0.06041639670729637, -0.04387331381440163, -0.07983166724443436, -0.041483283042907715, 0.057918399572372437, 0.016587354242801666, 0.04816417768597603, -0.0921638086438179, 0.029892390593886375, 0.04539038985967636, -0.0030477428808808327, -0.00019900448387488723, -0.03814747929573059, 0.04860024154186249, 0.012372431345283985, -0.06657124310731888, 0.0050232200883328915, -0.021475613117218018, 0.06235882267355919, 0.10357090830802917, 0.06411690264940262, 0.08582884818315506, -0.0185567457228899, -0.06543424725532532, -0.11627170443534851, 0.14347848296165466, -0.10558605939149857, -0.192402184009552, -0.07286544144153595, -0.15435895323753357, -0.06714735925197601, -0.02336903288960457, 0.02517009899020195, -0.04089222103357315, -0.05334094539284706, -0.08355790376663208, 0.06949872523546219, 0.09030498564243317, -0.09778539091348648, -0.03855561092495918, -0.0335136279463768, 0.024792563170194626, -0.08066162467002869, 0.027968809008598328, 0.085395447909832, -0.03862444683909416, -0.0074118319898843765, 0.024508964270353317, 0.14489729702472687, 0.10268793255090714, 0.05182058736681938, -0.013780794106423855, -0.011798168532550335, 0.28213363885879517, -0.14415110647678375, 0.10108372569084167, 0.08705522119998932, -0.048257943242788315, 0.0678538978099823, 0.28866225481033325, 0.03577140346169472, -0.05916064605116844, 0.00878575723618269, 0.07495397329330444, -0.03346867114305496, -0.25039562582969666, -0.06900214403867722, -0.07689099758863449, 0.030549269169569016, 0.07681991159915924, 0.057480908930301666, -0.006063668988645077, 0.03244645148515701, -0.08665874600410461, -0.008693728595972061, 0.05491765961050987, 0.06980036944150925, 0.1035018190741539, 0.03504638373851776, 0.047346796840429306, -0.039947837591171265, 0.021382899954915047, 0.09751030802726746, 0.017480287700891495, 0.14534983038902283, -0.04263170063495636, 0.2762630879878998, 0.05487142503261566, 0.11396115273237228, -0.06455538421869278, -0.013226457871496677, 0.004029217176139355, 0.07890364527702332, 0.019110674038529396, -0.05517575144767761, -0.00020449032308533788, 0.029748084023594856, 0.13199491798877716, -0.04984547197818756, 0.04463248699903488, -0.08223289251327515, 0.1110675111413002, 0.1861938089132309, 0.019647477194666862, -0.12866516411304474, -0.009087211452424526, 0.11340557038784027, -0.07900513708591461, -0.11862777918577194, -0.023835893720388412, 0.07903996109962463, -0.1746319979429245, 0.0982915461063385, 0.0009594337898306549, 0.1451619416475296, -0.050254955887794495, -0.05660027265548706, 0.011591730639338493, 0.051769405603408813, -0.021200109273195267, 0.08160072565078735, -0.2434532344341278, 0.13091084361076355, 0.033753134310245514, 0.02702580764889717, -0.075079046189785, 0.055325400084257126, 0.01782454177737236, -0.0018560606986284256, 0.14755965769290924, 0.00005316572423907928, -0.09850530326366425, -0.01935441978275776, -0.08138527721166611, 0.0017027496360242367, 0.09219475835561752, -0.09245416522026062, 0.08826865255832672, 0.010793572291731834, -0.014087462797760963, -0.07289858907461166, 0.012733574956655502, -0.08618536591529846, -0.1821858137845993, 0.03727487847208977, -0.07553770393133163, 0.08101723343133926, -0.05182346701622009, 0.00007910968270152807, -0.06938252598047256, 0.12284713238477707, -0.10765744745731354, -0.11777797341346741, -0.12900833785533905, 0.03601707145571709, 0.16924665868282318, -0.07436492294073105, 0.041659433394670486, -0.057604800909757614, 0.12237820774316788, 0.013601928018033504, -0.012474306859076023, 0.052055831998586655, -0.028128894045948982, -0.17684204876422882, -0.03365786746144295, 0.16011258959770203, 0.007856938056647778, 0.05727119371294975, -0.007859848439693451, 0.08045430481433868, 0.004556045401841402, -0.0978424921631813, 0.029765641316771507, 0.0061227548867464066, 0.0237474013119936, 0.12837958335876465, 0.044900357723236084, -0.18771642446517944, -0.14520412683486938, -0.06939772516489029, 0.1123221218585968, 0.1627711057662964, -0.05750786140561104, 0.09412022680044174, 0.10190389305353165, -0.07235211879014969, -0.2118440717458725, -0.039500121027231216, 0.03118530847132206, -0.039053335785865784, 0.02743212692439556, -0.1603071391582489, 0.011614223942160606, 0.02252463810145855, 0.00443253992125392, 0.0518532432615757, -0.2666487395763397, -0.1255122274160385, 0.04068420082330704, 0.02764383889734745, -0.32438144087791443, -0.21352478861808777, -0.12055236101150513, -0.04657783359289169, -0.15973599255084991, 0.06346534192562103, -0.00455259345471859, 0.020049387589097023, 0.01890420913696289, 0.06637757271528244, 0.008713559247553349, -0.020874878391623497, 0.19185610115528107, -0.028265560045838356, -0.014566216617822647, -0.12472385168075562, -0.05599568039178848, 0.038991063833236694, -0.009003052487969398, 0.060871705412864685, -0.05378338322043419, 0.013520653359591961, -0.08573886007070541, -0.007942978292703629, -0.09069207310676575, 0.016000835224986076, -0.09826021641492844, -0.027594927698373795, -0.07787185162305832, 0.04004594683647156, 0.11966454982757568, -0.0009610166307538748, 0.05710110813379288, -0.0536089688539505, 0.08573281764984131, 0.18785791099071503, 0.1207270398736, 0.07234954833984375, -0.09968927502632141, -0.020843559876084328, 0.0008708610548637807, -0.03163021430373192, -0.15404105186462402, 0.03835916891694069, 0.122993104159832, 0.02499370649456978, 0.16503864526748657, -0.04754454642534256, -0.12740226089954376, 0.01685519702732563, 0.06504707038402557, -0.054876260459423065, -0.2652708888053894, 0.03449840471148491, 0.06704472005367279, -0.19068500399589539, -0.11752604693174362, 0.03478803113102913, 0.05068314075469971, -0.031452588737010956, 0.024128349497914314, 0.11731285601854324, -0.004800023045390844, 0.13470013439655304, 0.059285763651132584, 0.06373076140880585, -0.10797624289989471, 0.0939747542142868, 0.17253680527210236, -0.07868894189596176, -0.0009819030528888106, 0.255245178937912, -0.04081772640347481, -0.03114599920809269, 0.04701119661331177, 0.05351317301392555, 0.04190324246883392, -0.02848339080810547, 0.027197979390621185, -0.14182880520820618, 0.04633459821343422, 0.11413421481847763, -0.019977323710918427, 0.030542319640517235, 0.046016793698072433, -0.030117789283394814, -0.0037066570948809385, 0.17369703948497772, 0.07335853576660156, 0.022350555285811424, -0.011155673302710056, 0.018635625019669533, -0.038569409400224686, 0.04162970930337906, 0.012147643603384495, -0.012182489968836308, -0.06578301638364792, 0.022005582228302956, -0.18527384102344513, 0.042898181825876236, -0.12816613912582397, -0.0013169111916795373, -0.024564895778894424, -0.05769256129860878, -0.027095265686511993, -0.008814185857772827, -0.04951440542936325, -0.08208496868610382, -0.054665207862854004, 0.11658533662557602, -0.20873098075389862, -0.03055618889629841, 0.09588563442230225, -0.04568557068705559, 0.10239461809396744, -0.004610375966876745, -0.05845051258802414, 0.019963780418038368, -0.12870799005031586, -0.018424123525619507, -0.06199309602379799, 0.03009188361465931, 0.046598322689533234, -0.1308394968509674, -0.01792868785560131, -0.020056089386343956, -0.06939709186553955, 0.028969574719667435, -0.028096510097384453, -0.08993260562419891, 0.06806476414203644, -0.06089438125491142, -0.04874318093061447, -0.03510382026433945, 0.09160887449979782, 0.05214456468820572, -0.014549722895026207, 0.09356173127889633, -0.04831862077116966, 0.09579461067914963, -0.12968352437019348, -0.022072957828640938, 0.006965911015868187, -0.0285989660769701, 0.0011546254390850663, 0.01504545658826828, 0.08969712257385254, -0.019622914493083954, 0.14291901886463165, -0.02023593708872795, -0.041740160435438156, 0.06261509656906128, 0.05854324623942375, 0.013248580507934093, 0.07529811561107635, 0.018747545778751373, -0.0271287951618433, -0.06102627515792847, -0.010975142940878868, -0.03818950057029724, -0.05945587903261185, 0.024808555841445923, 0.12156476080417633, 0.19112811982631683, 0.16563040018081665, -0.02921777032315731, 0.04189278930425644, -0.10461211949586868, 0.011385121382772923, 0.08300665766000748, -0.02381453663110733, 0.022900555282831192, -0.09947547316551208, 0.04024912789463997, 0.08123692870140076, -0.2109633833169937, 0.10042858868837357, -0.07520442456007004, -0.0810604989528656, -0.020635409280657768, -0.1154639720916748, -0.06847931444644928, 0.0055210161954164505, -0.012341276742517948, -0.11531148105859756, 0.12390672415494919, 0.13221853971481323, -0.006666354835033417, -0.03417110815644264, 0.15687422454357147, -0.03774478659033775, -0.07493001967668533, 0.040925540030002594, 0.04538027569651604, 0.030963703989982605, 0.06488042324781418, 0.07197022438049316, -0.014294566586613655, 0.03455294668674469, 0.09820672869682312, 0.09269971400499344, -0.03739829733967781, 0.03491782397031784, -0.09320590645074844, -0.07905351370573044, 0.03294368460774422, -0.007809854578226805, -0.05169886350631714, 0.2276528924703598, 0.039595481008291245, 0.032600559294223785, 0.01313239149749279, 0.1668585240840912, -0.027582494542002678, -0.10208822041749954, -0.15217052400112152, -0.0184936486184597, -0.06699641793966293, -0.0269829910248518, 0.021459270268678665, -0.15318596363067627, 0.013265739195048809, 0.1225704550743103, 0.13593362271785736, -0.04154291749000549, 0.02371176704764366, -0.011596846394240856, 0.030161410570144653, -0.004685393534600735, 0.014732309617102146, 0.03557160496711731, 0.1433984339237213, -0.08015286922454834, 0.054543379694223404, -0.018439555540680885, -0.06340750306844711, -0.11062351614236832, 0.08390390127897263, 0.009142794646322727, 0.010291744023561478, -0.07523976266384125, 0.16083191335201263, -0.14586563408374786, -0.21700820326805115, 0.024667421355843544, -0.11741083115339279, -0.13224856555461884, -0.037660013884305954, 0.015687452629208565, 0.07674889266490936, 0.0025231868494302034, 0.0693051889538765, 0.013283994980156422, 0.06498321890830994, 0.061238836497068405, -0.013024666346609592, -0.02055729180574417, 0.10945185273885727, -0.0724191814661026, 0.2147984355688095, -0.0022438152227550745, 0.07601779699325562, 0.11535131931304932, -0.04792745038866997, -0.09851895272731781, 0.029388820752501488, 0.16601091623306274, 0.008683133870363235, 0.04184257984161377, 0.17243985831737518, 0.0027887860778719187, 0.07249364256858826, 0.0973358154296875, 0.03734824061393738, 0.046860471367836, 0.04265080392360687, 0.013532389886677265, -0.11735224723815918, 0.06736858934164047, -0.11804185807704926, 0.08730009943246841, 0.17036300897598267, -0.0627727210521698, 0.02731487527489662, -0.027281712740659714, 0.00567909050732851, -0.009281464852392673, 0.14726048707962036, -0.025501398369669914, -0.17028027772903442, 0.039306528866291046, -0.05760275945067406, 0.10152926295995712, -0.10892045497894287, -0.03307240083813667, 0.0052505177445709705, 0.016487492248415947, -0.04515634477138519, 0.16486555337905884, 0.09369217604398727, -0.017616713419556618, -0.040849220007658005, -0.1774950921535492, -0.003198271384462714, 0.14194145798683167, -0.0525924451649189, 0.006061451509594917 ]
ce4d032917566e486a90330392bc7853280e7249
# Dataset Card for ArSenTD-LEV ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [ArSenTD-LEV homepage](http://oma-project.com/) - **Paper:** [ArSentD-LEV: A Multi-Topic Corpus for Target-based Sentiment Analysis in Arabic Levantine Tweets](https://arxiv.org/abs/1906.01830) ### Dataset Summary The Arabic Sentiment Twitter Dataset for Levantine dialect (ArSenTD-LEV) contains 4,000 tweets written in Arabic and equally retrieved from Jordan, Lebanon, Palestine and Syria. ### Supported Tasks and Leaderboards Sentriment analysis ### Languages Arabic Levantine Dualect ## Dataset Structure ### Data Instances {'Country': 0, 'Sentiment': 3, 'Sentiment_Expression': 0, 'Sentiment_Target': 'هاي سوالف عصابات ارهابية', 'Topic': 'politics', 'Tweet': 'ثلاث تفجيرات في #كركوك الحصيلة قتيل و 16 جريح بدأت اكلاوات كركوك كانت امان قبل دخول القوات العراقية ، هاي سوالف عصابات ارهابية'} ### Data Fields `Tweet`: the text content of the tweet \ `Country`: the country from which the tweet was collected ('jordan', 'lebanon', 'syria', 'palestine')\ `Topic`: the topic being discussed in the tweet (personal, politics, religion, sports, entertainment and others) \ `Sentiment`: the overall sentiment expressed in the tweet (very_negative, negative, neutral, positive and very_positive) \ `Sentiment_Expression`: the way how the sentiment was expressed: explicit, implicit, or none (the latter when sentiment is neutral) \ `Sentiment_Target`: the segment from the tweet to which sentiment is expressed. If sentiment is neutral, this field takes the 'none' value. ### Data Splits No standard splits are provided ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information Make sure to read and agree to the [license](http://oma-project.com/ArSenL/ArSenTD_Lev_Intro) ### Citation Information ``` @article{baly2019arsentd, title={Arsentd-lev: A multi-topic corpus for target-based sentiment analysis in arabic levantine tweets}, author={Baly, Ramy and Khaddaj, Alaa and Hajj, Hazem and El-Hajj, Wassim and Shaban, Khaled Bashir}, journal={arXiv preprint arXiv:1906.01830}, year={2019} } ``` ### Contributions Thanks to [@moussaKam](https://github.com/moussaKam) for adding this dataset.
arsentd_lev
[ "task_categories:text-classification", "task_ids:sentiment-classification", "task_ids:topic-classification", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:apc", "language:ajp", "license:other", "arxiv:1906.01830", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["apc", "ajp"], "license": ["other"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["sentiment-classification", "topic-classification"], "paperswithcode_id": "arsentd-lev", "pretty_name": "ArSenTD-LEV", "dataset_info": {"features": [{"name": "Tweet", "dtype": "string"}, {"name": "Country", "dtype": {"class_label": {"names": {"0": "jordan", "1": "lebanon", "2": "syria", "3": "palestine"}}}}, {"name": "Topic", "dtype": "string"}, {"name": "Sentiment", "dtype": {"class_label": {"names": {"0": "negative", "1": "neutral", "2": "positive", "3": "very_negative", "4": "very_positive"}}}}, {"name": "Sentiment_Expression", "dtype": {"class_label": {"names": {"0": "explicit", "1": "implicit", "2": "none"}}}}, {"name": "Sentiment_Target", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1233980, "num_examples": 4000}], "download_size": 392666, "dataset_size": 1233980}}
2024-01-18T11:01:50+00:00
[ "1906.01830" ]
[ "apc", "ajp" ]
TAGS #task_categories-text-classification #task_ids-sentiment-classification #task_ids-topic-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Levantine Arabic #language-South Levantine Arabic #license-other #arxiv-1906.01830 #region-us
# Dataset Card for ArSenTD-LEV ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: ArSenTD-LEV homepage - Paper: ArSentD-LEV: A Multi-Topic Corpus for Target-based Sentiment Analysis in Arabic Levantine Tweets ### Dataset Summary The Arabic Sentiment Twitter Dataset for Levantine dialect (ArSenTD-LEV) contains 4,000 tweets written in Arabic and equally retrieved from Jordan, Lebanon, Palestine and Syria. ### Supported Tasks and Leaderboards Sentriment analysis ### Languages Arabic Levantine Dualect ## Dataset Structure ### Data Instances {'Country': 0, 'Sentiment': 3, 'Sentiment_Expression': 0, 'Sentiment_Target': 'هاي سوالف عصابات ارهابية', 'Topic': 'politics', 'Tweet': 'ثلاث تفجيرات في #كركوك الحصيلة قتيل و 16 جريح بدأت اكلاوات كركوك كانت امان قبل دخول القوات العراقية ، هاي سوالف عصابات ارهابية'} ### Data Fields 'Tweet': the text content of the tweet \ 'Country': the country from which the tweet was collected ('jordan', 'lebanon', 'syria', 'palestine')\ 'Topic': the topic being discussed in the tweet (personal, politics, religion, sports, entertainment and others) \ 'Sentiment': the overall sentiment expressed in the tweet (very_negative, negative, neutral, positive and very_positive) \ 'Sentiment_Expression': the way how the sentiment was expressed: explicit, implicit, or none (the latter when sentiment is neutral) \ 'Sentiment_Target': the segment from the tweet to which sentiment is expressed. If sentiment is neutral, this field takes the 'none' value. ### Data Splits No standard splits are provided ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information Make sure to read and agree to the license ### Contributions Thanks to @moussaKam for adding this dataset.
[ "# Dataset Card for ArSenTD-LEV", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: ArSenTD-LEV homepage\n- Paper: ArSentD-LEV: A Multi-Topic Corpus for Target-based Sentiment Analysis in Arabic Levantine Tweets", "### Dataset Summary\n\nThe Arabic Sentiment Twitter Dataset for Levantine dialect (ArSenTD-LEV) contains 4,000 tweets written in Arabic and equally retrieved from Jordan, Lebanon, Palestine and Syria.", "### Supported Tasks and Leaderboards\n\nSentriment analysis", "### Languages\n\nArabic Levantine Dualect", "## Dataset Structure", "### Data Instances\n\n{'Country': 0,\n 'Sentiment': 3,\n 'Sentiment_Expression': 0,\n 'Sentiment_Target': 'هاي سوالف عصابات ارهابية',\n 'Topic': 'politics',\n 'Tweet': 'ثلاث تفجيرات في #كركوك الحصيلة قتيل و 16 جريح بدأت اكلاوات كركوك كانت امان قبل دخول القوات العراقية ، هاي سوالف عصابات ارهابية'}", "### Data Fields\n\n'Tweet': the text content of the tweet \\\n'Country': the country from which the tweet was collected ('jordan', 'lebanon', 'syria', 'palestine')\\\n'Topic': the topic being discussed in the tweet (personal, politics, religion, sports, entertainment and others) \\\n'Sentiment': the overall sentiment expressed in the tweet (very_negative, negative, neutral, positive and very_positive) \\\n'Sentiment_Expression': the way how the sentiment was expressed: explicit, implicit, or none (the latter when sentiment is neutral) \\\n'Sentiment_Target': the segment from the tweet to which sentiment is expressed. If sentiment is neutral, this field takes the 'none' value.", "### Data Splits\n\nNo standard splits are provided", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nMake sure to read and agree to the license", "### Contributions\n\nThanks to @moussaKam for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #task_ids-topic-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Levantine Arabic #language-South Levantine Arabic #license-other #arxiv-1906.01830 #region-us \n", "# Dataset Card for ArSenTD-LEV", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: ArSenTD-LEV homepage\n- Paper: ArSentD-LEV: A Multi-Topic Corpus for Target-based Sentiment Analysis in Arabic Levantine Tweets", "### Dataset Summary\n\nThe Arabic Sentiment Twitter Dataset for Levantine dialect (ArSenTD-LEV) contains 4,000 tweets written in Arabic and equally retrieved from Jordan, Lebanon, Palestine and Syria.", "### Supported Tasks and Leaderboards\n\nSentriment analysis", "### Languages\n\nArabic Levantine Dualect", "## Dataset Structure", "### Data Instances\n\n{'Country': 0,\n 'Sentiment': 3,\n 'Sentiment_Expression': 0,\n 'Sentiment_Target': 'هاي سوالف عصابات ارهابية',\n 'Topic': 'politics',\n 'Tweet': 'ثلاث تفجيرات في #كركوك الحصيلة قتيل و 16 جريح بدأت اكلاوات كركوك كانت امان قبل دخول القوات العراقية ، هاي سوالف عصابات ارهابية'}", "### Data Fields\n\n'Tweet': the text content of the tweet \\\n'Country': the country from which the tweet was collected ('jordan', 'lebanon', 'syria', 'palestine')\\\n'Topic': the topic being discussed in the tweet (personal, politics, religion, sports, entertainment and others) \\\n'Sentiment': the overall sentiment expressed in the tweet (very_negative, negative, neutral, positive and very_positive) \\\n'Sentiment_Expression': the way how the sentiment was expressed: explicit, implicit, or none (the latter when sentiment is neutral) \\\n'Sentiment_Target': the segment from the tweet to which sentiment is expressed. If sentiment is neutral, this field takes the 'none' value.", "### Data Splits\n\nNo standard splits are provided", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nMake sure to read and agree to the license", "### Contributions\n\nThanks to @moussaKam for adding this dataset." ]
[ 115, 10, 120, 45, 50, 14, 10, 6, 111, 191, 11, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 15, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #task_ids-topic-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Levantine Arabic #language-South Levantine Arabic #license-other #arxiv-1906.01830 #region-us \n# Dataset Card for ArSenTD-LEV## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: ArSenTD-LEV homepage\n- Paper: ArSentD-LEV: A Multi-Topic Corpus for Target-based Sentiment Analysis in Arabic Levantine Tweets### Dataset Summary\n\nThe Arabic Sentiment Twitter Dataset for Levantine dialect (ArSenTD-LEV) contains 4,000 tweets written in Arabic and equally retrieved from Jordan, Lebanon, Palestine and Syria.### Supported Tasks and Leaderboards\n\nSentriment analysis### Languages\n\nArabic Levantine Dualect## Dataset Structure### Data Instances\n\n{'Country': 0,\n 'Sentiment': 3,\n 'Sentiment_Expression': 0,\n 'Sentiment_Target': 'هاي سوالف عصابات ارهابية',\n 'Topic': 'politics',\n 'Tweet': 'ثلاث تفجيرات في #كركوك الحصيلة قتيل و 16 جريح بدأت اكلاوات كركوك كانت امان قبل دخول القوات العراقية ، هاي سوالف عصابات ارهابية'}" ]
[ 0.008147169835865498, 0.11984040588140488, -0.0086138304322958, 0.008247141726315022, 0.04380830004811287, 0.04143200069665909, 0.17767803370952606, 0.10768435150384903, 0.059191640466451645, 0.03991595283150673, 0.04547083377838135, 0.02621961571276188, 0.09596183151006699, 0.06343735009431839, 0.040324028581380844, -0.18719880282878876, -0.005490391049534082, -0.10239776223897934, 0.029572833329439163, 0.12498500943183899, 0.17445336282253265, 0.005887209437787533, 0.08603419363498688, -0.04955673962831497, 0.03851454332470894, 0.044708527624607086, -0.04025202989578247, -0.08607128262519836, 0.09188047796487808, 0.08624013513326645, 0.10063453018665314, 0.009871594607830048, -0.02151651680469513, -0.31451404094696045, 0.027489086613059044, 0.056960757821798325, -0.04515151306986809, -0.02633281797170639, 0.046444278210401535, -0.13973982632160187, 0.1784774214029312, -0.18100766837596893, 0.06431550532579422, 0.04161284491419792, -0.10620228201150894, -0.06463562697172165, -0.052254289388656616, 0.07007376849651337, 0.10046014934778214, -0.03357710316777229, -0.038772013038396835, 0.13142527639865875, -0.06843989342451096, 0.09140528738498688, 0.10632751137018204, -0.12555037438869476, -0.08312106877565384, -0.05393671244382858, -0.0661487951874733, 0.08896180987358093, -0.05969996005296707, 0.06136518344283104, -0.03620755299925804, 0.046836573630571365, -0.0631619542837143, -0.06099032610654831, -0.06223389506340027, 0.007739303633570671, -0.06495893001556396, -0.07870492339134216, 0.1499853879213333, 0.04694952070713043, 0.004769361577928066, -0.16976909339427948, 0.0018365979194641113, 0.09802822768688202, -0.1021052747964859, -0.02175326459109783, -0.023147018626332283, -0.030474429950118065, 0.05576275661587715, -0.007253341376781464, -0.10932346433401108, 0.03234664350748062, -0.08001545071601868, 0.0004495047323871404, 0.06280858814716339, 0.008761809207499027, 0.014434699900448322, 0.015230108052492142, 0.03197186440229416, -0.09938376396894455, 0.001784066786058247, -0.06234598159790039, -0.07767113298177719, -0.031646862626075745, 0.013811172917485237, -0.031744565814733505, 0.11931797116994858, 0.1721479296684265, -0.004369383677840233, 0.09177607297897339, -0.04579279571771622, -0.01818191260099411, 0.02527385577559471, 0.017712578177452087, -0.08645892888307571, -0.11041053384542465, -0.09634370356798172, 0.03645801544189453, -0.04069230705499649, 0.014295777305960655, 0.02552703395485878, 0.08238475769758224, -0.01149367168545723, 0.06404481828212738, 0.07496708631515503, 0.0946650579571724, -0.06469973921775818, -0.017136871814727783, 0.03672882169485092, -0.1362868994474411, -0.029793893918395042, 0.013835463672876358, -0.0674142837524414, -0.01413042563945055, -0.01243612915277481, 0.04403859004378319, -0.08492954075336456, -0.010411561466753483, -0.03410081937909126, 0.08450653403997421, 0.011734308674931526, 0.008269798941910267, 0.07441446930170059, -0.02653086930513382, -0.04638010635972023, -0.1179141253232956, -0.08999769389629364, 0.0032610155176371336, 0.026283198967576027, -0.03028562292456627, 0.025045698508620262, -0.00187495572026819, 0.03299602493643761, 0.08861749619245529, -0.0012318500084802508, -0.0010440084151923656, -0.08838237076997757, 0.07297459989786148, -0.03434233367443085, 0.042690541595220566, 0.13253264129161835, -0.012444001622498035, -0.03486962988972664, 0.059910956770181656, -0.15096262097358704, 0.20779407024383545, -0.17441760003566742, 0.052918631583452225, -0.19523018598556519, 0.050738438963890076, 0.055181834846735, 0.023998981341719627, -0.024370355531573296, 0.18513892590999603, -0.27720385789871216, -0.10033518075942993, 0.12498180568218231, -0.05243123322725296, -0.11843094974756241, 0.15103186666965485, -0.02628995105624199, 0.030542640015482903, 0.12296156585216522, 0.14720287919044495, -0.02010493166744709, -0.0712609589099884, -0.11271051317453384, 0.04546922817826271, 0.07396093010902405, 0.2870904505252838, 0.07353097200393677, -0.05115659907460213, 0.16683240234851837, 0.037054166197776794, 0.1137891411781311, 0.017585981637239456, -0.009244539774954319, -0.10035522282123566, 0.05258558318018913, -0.05756044760346413, 0.10007382184267044, 0.029973162338137627, -0.0003071389510296285, -0.04969939589500427, -0.08893854916095734, -0.013714391738176346, 0.04670896753668785, 0.0438460037112236, 0.026741797104477882, -0.13193096220493317, -0.07949534058570862, 0.025015702471137047, 0.01533358171582222, -0.14378386735916138, -0.18706953525543213, -0.005849006585776806, 0.029315199702978134, 0.12687258422374725, -0.09033413231372833, 0.06697656959295273, -0.029337109997868538, -0.06885866820812225, 0.055551037192344666, 0.014633354730904102, 0.022403914481401443, -0.0556446872651577, -0.1378970444202423, 0.027451567351818085, -0.0152837373316288, 0.14910916984081268, -0.027938127517700195, 0.021182915195822716, 0.10214085131883621, 0.24597787857055664, 0.0389518178999424, 0.003836715593934059, 0.011730989441275597, 0.059040021151304245, 0.04207419231534004, -0.034472715109586716, -0.009151478298008442, -0.08486565202474594, -0.04782058671116829, 0.08266833424568176, -0.08410588651895523, 0.12171231210231781, 0.07094522565603256, 0.041614316403865814, -0.1031341478228569, 0.007571957539767027, -0.033213045448064804, -0.03512473776936531, 0.07402157783508301, -0.010194915346801281, 0.09448160231113434, 0.03422145918011665, 0.04645245894789696, -0.07912420481443405, -0.028653841465711594, -0.04614885896444321, -0.04027767851948738, -0.1207551583647728, 0.13504306972026825, -0.0048984261229634285, -0.2604908347129822, 0.15407052636146545, 0.14981257915496826, 0.12963096797466278, 0.1494487076997757, -0.03438830003142357, -0.06834244728088379, -0.06953071802854538, -0.008248788304626942, -0.011037158779799938, 0.006139665376394987, -0.055326323956251144, -0.009965416043996811, -0.006079384591430426, -0.026585597544908524, -0.01375846192240715, 0.02347732149064541, -0.005194890312850475, -0.010445570573210716, -0.01596776582300663, -0.03626108542084694, 0.01152663305401802, 0.08244604617357254, 0.12368404120206833, -0.03722512722015381, 0.08342587947845459, -0.046482622623443604, -0.008901374414563179, -0.0832321047782898, 0.10602223128080368, -0.18465165793895721, -0.301270991563797, 0.018551155924797058, -0.15042270720005035, -0.08340181410312653, -0.03246642276644707, -0.006733763497322798, -0.0875578373670578, -0.03263293579220772, -0.0635405108332634, 0.06403011828660965, 0.08191883563995361, -0.04547156020998955, -0.012712143361568451, 0.012876675464212894, 0.05357864499092102, -0.131628155708313, 0.002433117711916566, 0.02318563498556614, -0.0858413577079773, -0.027438931167125702, -0.004470005165785551, 0.019211135804653168, -0.019099602475762367, 0.08750232309103012, -0.0127110555768013, -0.05561714991927147, 0.2650664150714874, -0.13620062172412872, 0.11378291994333267, 0.01179792545735836, -0.0432560034096241, 0.07276152074337006, 0.23865948617458344, 0.05628998205065727, -0.06346320360898972, 0.0147123197093606, 0.13392356038093567, -0.0011519882827997208, -0.14451627433300018, -0.1139603927731514, -0.050088491290807724, -0.002018918050453067, 0.046932559460401535, 0.06582196801900864, 0.02446776069700718, -0.006685241125524044, -0.1277949959039688, 0.013914528302848339, 0.03548181802034378, 0.015709679573774338, 0.1311565786600113, 0.006007594987750053, 0.03223945200443268, -0.13416703045368195, -0.014370987191796303, 0.08967816084623337, 0.044075723737478256, 0.11598941683769226, 0.003922031261026859, 0.17179659008979797, 0.08267150074243546, 0.10754501819610596, 0.0035091545432806015, -0.09389173984527588, 0.011416620574891567, 0.016782965511083603, -0.0009642677032388747, -0.059125419706106186, -0.07212220132350922, 0.06136201322078705, 0.14885586500167847, -0.12087489664554596, 0.11034470796585083, -0.04353208839893341, 0.18310338258743286, 0.05774252861738205, 0.01382284052670002, -0.117596335709095, 0.006853868253529072, 0.07347751408815384, -0.11235683411359787, -0.05965130031108856, -0.03582453355193138, -0.022936439141631126, -0.1600261628627777, 0.17664308845996857, 0.007441964466124773, 0.08024293184280396, -0.07230842113494873, -0.019440706819295883, -0.06569887697696686, -0.09239592403173447, -0.05035245791077614, 0.054903674870729446, -0.3205800950527191, 0.23114527761936188, 0.07595378905534744, -0.0009011232177726924, -0.08443877846002579, 0.020443020388484, 0.06281162053346634, -0.02045532688498497, 0.14599232375621796, -0.0006039668805897236, -0.06096743792295456, -0.0721445232629776, -0.10195615887641907, 0.0006956856814213097, 0.13616394996643066, -0.10957429558038712, 0.03523927181959152, 0.00021351614850573242, -0.0012143811909481883, -0.0593097098171711, 0.020353881642222404, -0.20085841417312622, -0.24653123319149017, 0.058329034596681595, -0.039745353162288666, -0.0705128163099289, -0.04374684393405914, -0.025394780561327934, -0.08405187726020813, 0.04661652445793152, -0.1365392655134201, -0.09856991469860077, -0.107433021068573, -0.06525751948356628, 0.12190478295087814, -0.10166320949792862, 0.011235810816287994, -0.04091254249215126, 0.00480601005256176, -0.016274385154247284, -0.06357583403587341, -0.012768187560141087, -0.028370922431349754, -0.07701124250888824, -0.04207461327314377, 0.1795956939458847, 0.03677709773182869, 0.03905845806002617, 0.008694451302289963, 0.004048654809594154, 0.06791406124830246, -0.056220363825559616, -0.003940921742469072, -0.04454734921455383, 0.03917375206947327, 0.12224925309419632, 0.019607821479439735, -0.17121317982673645, -0.12611612677574158, -0.05023083835840225, 0.07890911400318146, 0.2454422265291214, 0.016099002212285995, 0.19042761623859406, 0.13476744294166565, -0.05139678344130516, -0.1833977848291397, -0.17052389681339264, 0.068731389939785, -0.06931453198194504, 0.07903135567903519, -0.21750566363334656, -0.004705535247921944, -0.027573315426707268, 0.042750753462314606, -0.058442313224077225, -0.23814459145069122, -0.12318837642669678, 0.06884751468896866, -0.04012593626976013, -0.1620659977197647, -0.16110859811306, -0.0493415892124176, -0.052055757492780685, -0.15745751559734344, 0.11271166801452637, 0.05152454599738121, 0.01136056985706091, 0.003938245587050915, 0.09835691750049591, -0.0008652198011986911, 0.0417262464761734, 0.19853919744491577, 0.05792422592639923, 0.046482671052217484, -0.210728257894516, -0.05011840537190437, 0.13794174790382385, 0.013848979026079178, 0.00799926370382309, -0.06692766398191452, -0.07219328731298447, -0.2053687423467636, -0.037316273897886276, -0.09675174206495285, 0.012825923971831799, -0.06510473787784576, -0.029671845957636833, -0.016985295340418816, 0.042179692536592484, 0.03347371891140938, -0.028927840292453766, 0.07981737703084946, -0.047352466732263565, 0.08491180092096329, 0.0718168318271637, 0.12862439453601837, -0.0330575555562973, -0.06764885038137436, -0.03449271619319916, 0.029426293447613716, -0.019980521872639656, -0.19643990695476532, -0.009823353961110115, 0.03689682483673096, -0.037771131843328476, 0.10673712193965912, -0.08605729788541794, -0.0901952013373375, 0.01749689131975174, 0.13938648998737335, -0.017890237271785736, -0.23255187273025513, -0.009545338340103626, 0.009861033409833908, -0.10449666529893875, -0.06685595214366913, 0.10714783519506454, 0.06534986943006516, -0.04930262267589569, -0.02385399118065834, 0.024810539558529854, 0.009576395153999329, 0.05885117128491402, 0.030902661383152008, 0.029973097145557404, -0.10281947255134583, 0.1460641622543335, 0.14188401401042938, -0.05816242843866348, 0.04502864181995392, 0.144576296210289, -0.07726974785327911, -0.05843687430024147, -0.06235049292445183, 0.04516815021634102, 0.07526961714029312, 0.011820687912404537, 0.028687266632914543, -0.06511025130748749, 0.00483296113088727, 0.18556585907936096, 0.02795700915157795, 0.0863703116774559, 0.0210649985820055, -0.05953247472643852, 0.08728025108575821, 0.13563761115074158, 0.0850769653916359, -0.04173056036233902, -0.047032929956912994, 0.02143571898341179, -0.02528499811887741, 0.07429513335227966, 0.016672855243086815, -0.030187414959073067, -0.0997210443019867, 0.030017875134944916, -0.14730951189994812, 0.012012748047709465, -0.12355656176805496, 0.044498320668935776, 0.04017787426710129, -0.05353845655918121, -0.09563487023115158, -0.05465121939778328, -0.06173170730471611, 0.0013595232740044594, 0.04568605124950409, 0.1873510777950287, -0.21784920990467072, -0.00852289143949747, 0.10541075468063354, -0.05682582035660744, 0.11819865554571152, 0.07028986513614655, -0.05102129280567169, 0.10615286231040955, -0.11049163341522217, -0.0025363825261592865, -0.03689192235469818, 0.020016344264149666, 0.01267669815570116, 0.0026756159495562315, 0.026924200356006622, -0.014193891547620296, 0.030410565435886383, 0.07129182666540146, 0.014629817567765713, -0.039718832820653915, 0.0732436403632164, 0.03029552660882473, -0.07219735532999039, 0.002693127142265439, 0.024464506655931473, 0.07867925614118576, -0.010545655153691769, 0.09589751809835434, 0.00011337985779391602, -0.04452212154865265, -0.10283614695072174, -0.02512293867766857, -0.013553409837186337, -0.05832810327410698, 0.04434652253985405, -0.08693140000104904, 0.053979624062776566, 0.005094423890113831, 0.18263131380081177, -0.0007244869484566152, -0.0024159837048500776, 0.08716567605733871, 0.07465298473834991, -0.05203685164451599, 0.07734886556863785, -0.02720567211508751, 0.007242793682962656, -0.0429098904132843, -0.028525087982416153, -0.10652406513690948, -0.01904546469449997, -0.05977897718548775, -0.006866747513413429, 0.1925879269838333, 0.12934133410453796, -0.0437021404504776, 0.006775055080652237, -0.035702601075172424, 0.07885715365409851, 0.006101198960095644, -0.09386985749006271, -0.014671552926301956, -0.11205260455608368, -0.04352891072630882, 0.1299983412027359, -0.13857316970825195, 0.06848706305027008, -0.07966160029172897, -0.044197965413331985, -0.0028615156188607216, -0.16974583268165588, -0.05825883522629738, 0.04069124534726143, 0.020622773095965385, -0.06164781004190445, 0.07953372597694397, 0.2413700520992279, 0.03432713821530342, 0.019822992384433746, 0.15480263531208038, -0.053011197596788406, -0.08461936563253403, 0.07709022611379623, 0.02570105716586113, 0.033498868346214294, 0.03238503634929657, 0.024148203432559967, -0.04590432718396187, 0.040860649198293686, 0.02866736240684986, 0.031928278505802155, -0.0660654753446579, 0.0029772017151117325, -0.11115535348653793, -0.08021458983421326, 0.04026097059249878, -0.013040163554251194, -0.07682346552610397, 0.10809988528490067, 0.05522720143198967, 0.00583208492025733, 0.01551456656306982, 0.24059882760047913, 0.05653642863035202, -0.19709958136081696, -0.18601945042610168, -0.018940487876534462, -0.017269320785999298, 0.000913168303668499, 0.0020721741020679474, -0.06646154820919037, 0.0052299280650913715, 0.014045264571905136, 0.196820467710495, -0.04518868401646614, 0.04132979363203049, -0.09114327281713486, 0.056681372225284576, 0.027813361957669258, 0.04220651090145111, -0.011807248927652836, 0.16596636176109314, -0.07643131911754608, 0.03897836431860924, 0.01781042478978634, -0.030546605587005615, -0.1210123673081398, 0.14803138375282288, -0.009020824916660786, -0.009627209976315498, -0.047470975667238235, 0.1608281284570694, -0.12899917364120483, -0.16011445224285126, -0.011725520715117455, -0.138450026512146, -0.1131957471370697, -0.026314467191696167, 0.04728323221206665, 0.08785275369882584, -0.033766958862543106, 0.07147839665412903, -0.08727656304836273, 0.05480753630399704, 0.07965737581253052, -0.08228549361228943, -0.04073082283139229, 0.17722544074058533, -0.019146114587783813, 0.16576363146305084, 0.015961430966854095, 0.10718332976102829, 0.08446286618709564, -0.048773884773254395, -0.01501237228512764, 0.02378259040415287, 0.1223335713148117, 0.06809584051370621, -0.0042471797205507755, 0.11506490409374237, 0.02265314944088459, 0.06563461571931839, 0.108697809278965, 0.06207682937383652, 0.10512389987707138, 0.0059890421107411385, 0.021998535841703415, 0.008990203030407429, 0.1432218700647354, -0.11560414731502533, 0.07668998092412949, 0.10225152224302292, -0.01670466549694538, 0.07194625586271286, -0.037268899381160736, -0.014648997224867344, -0.023142270743846893, -0.014058016240596771, -0.05725954473018646, -0.11097386479377747, -0.005300779826939106, -0.06763263046741486, 0.09167439490556717, -0.1001952514052391, -0.06250347942113876, 0.0641632080078125, 0.019629696384072304, -0.04585530236363411, 0.1297561675310135, 0.10495036095380783, -0.03340877220034599, -0.015451363287866116, -0.19356855750083923, 0.042560216039419174, 0.08862203359603882, -0.022403674200177193, 0.013415098190307617 ]
df6c96ba77462a86dc1cf530c12a69da47ea42e7
# Dataset Card for "art" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://leaderboard.allenai.org/anli/submissions/get-started](https://leaderboard.allenai.org/anli/submissions/get-started) - **Repository:** https://github.com/allenai/abductive-commonsense-reasoning - **Paper:** [Abductive Commonsense Reasoning](https://arxiv.org/abs/1908.05739) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 5.12 MB - **Size of the generated dataset:** 34.36 MB - **Total amount of disk used:** 39.48 MB ### Dataset Summary ART consists of over 20k commonsense narrative contexts and 200k explanations. The Abductive Natural Language Inference Dataset from AI2. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### anli - **Size of downloaded dataset files:** 5.12 MB - **Size of the generated dataset:** 34.36 MB - **Total amount of disk used:** 39.48 MB An example of 'train' looks as follows. ``` { "hypothesis_1": "Chad's car had all sorts of other problems besides alignment.", "hypothesis_2": "Chad's car had all sorts of benefits other than being sexy.", "label": 1, "observation_1": "Chad went to get the wheel alignment measured on his car.", "observation_2": "The mechanic provided a working alignment with new body work." } ``` ### Data Fields The data fields are the same among all splits. #### anli - `observation_1`: a `string` feature. - `observation_2`: a `string` feature. - `hypothesis_1`: a `string` feature. - `hypothesis_2`: a `string` feature. - `label`: a classification label, with possible values including `0` (0), `1` (1), `2` (2). ### Data Splits |name|train |validation| |----|-----:|---------:| |anli|169654| 1532| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @inproceedings{Bhagavatula2020Abductive, title={Abductive Commonsense Reasoning}, author={Chandra Bhagavatula and Ronan Le Bras and Chaitanya Malaviya and Keisuke Sakaguchi and Ari Holtzman and Hannah Rashkin and Doug Downey and Wen-tau Yih and Yejin Choi}, booktitle={International Conference on Learning Representations}, year={2020}, url={https://openreview.net/forum?id=Byg1v1HKDB} } ``` ### Contributions Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
art
[ "task_categories:multiple-choice", "task_categories:text-classification", "task_ids:natural-language-inference", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:unknown", "abductive-natural-language-inference", "arxiv:1908.05739", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["multiple-choice", "text-classification"], "task_ids": ["natural-language-inference"], "paperswithcode_id": "art-dataset", "pretty_name": "Abductive Reasoning in narrative Text", "tags": ["abductive-natural-language-inference"], "dataset_info": {"config_name": "anli", "features": [{"name": "observation_1", "dtype": "string"}, {"name": "observation_2", "dtype": "string"}, {"name": "hypothesis_1", "dtype": "string"}, {"name": "hypothesis_2", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "0", "1": "1", "2": "2"}}}}], "splits": [{"name": "validation", "num_bytes": 311146, "num_examples": 1532}, {"name": "train", "num_bytes": 33918790, "num_examples": 169654}], "download_size": 9191805, "dataset_size": 34229936}, "configs": [{"config_name": "anli", "data_files": [{"split": "validation", "path": "anli/validation-*"}, {"split": "train", "path": "anli/train-*"}], "default": true}]}
2024-01-09T12:45:10+00:00
[ "1908.05739" ]
[ "en" ]
TAGS #task_categories-multiple-choice #task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #abductive-natural-language-inference #arxiv-1908.05739 #region-us
Dataset Card for "art" ====================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: URL * Paper: Abductive Commonsense Reasoning * Point of Contact: * Size of downloaded dataset files: 5.12 MB * Size of the generated dataset: 34.36 MB * Total amount of disk used: 39.48 MB ### Dataset Summary ART consists of over 20k commonsense narrative contexts and 200k explanations. The Abductive Natural Language Inference Dataset from AI2. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### anli * Size of downloaded dataset files: 5.12 MB * Size of the generated dataset: 34.36 MB * Total amount of disk used: 39.48 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### anli * 'observation\_1': a 'string' feature. * 'observation\_2': a 'string' feature. * 'hypothesis\_1': a 'string' feature. * 'hypothesis\_2': a 'string' feature. * 'label': a classification label, with possible values including '0' (0), '1' (1), '2' (2). ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @patrickvonplaten, @thomwolf, @mariamabarham, @lewtun, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nART consists of over 20k commonsense narrative contexts and 200k explanations.\n\n\nThe Abductive Natural Language Inference Dataset from AI2.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### anli\n\n\n* Size of downloaded dataset files: 5.12 MB\n* Size of the generated dataset: 34.36 MB\n* Total amount of disk used: 39.48 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### anli\n\n\n* 'observation\\_1': a 'string' feature.\n* 'observation\\_2': a 'string' feature.\n* 'hypothesis\\_1': a 'string' feature.\n* 'hypothesis\\_2': a 'string' feature.\n* 'label': a classification label, with possible values including '0' (0), '1' (1), '2' (2).", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @patrickvonplaten, @thomwolf, @mariamabarham, @lewtun, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-multiple-choice #task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #abductive-natural-language-inference #arxiv-1908.05739 #region-us \n", "### Dataset Summary\n\n\nART consists of over 20k commonsense narrative contexts and 200k explanations.\n\n\nThe Abductive Natural Language Inference Dataset from AI2.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### anli\n\n\n* Size of downloaded dataset files: 5.12 MB\n* Size of the generated dataset: 34.36 MB\n* Total amount of disk used: 39.48 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### anli\n\n\n* 'observation\\_1': a 'string' feature.\n* 'observation\\_2': a 'string' feature.\n* 'hypothesis\\_1': a 'string' feature.\n* 'hypothesis\\_2': a 'string' feature.\n* 'label': a classification label, with possible values including '0' (0), '1' (1), '2' (2).", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @patrickvonplaten, @thomwolf, @mariamabarham, @lewtun, @lhoestq for adding this dataset." ]
[ 122, 39, 10, 11, 6, 51, 17, 95, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 39 ]
[ "passage: TAGS\n#task_categories-multiple-choice #task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #abductive-natural-language-inference #arxiv-1908.05739 #region-us \n### Dataset Summary\n\n\nART consists of over 20k commonsense narrative contexts and 200k explanations.\n\n\nThe Abductive Natural Language Inference Dataset from AI2.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### anli\n\n\n* Size of downloaded dataset files: 5.12 MB\n* Size of the generated dataset: 34.36 MB\n* Total amount of disk used: 39.48 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### anli\n\n\n* 'observation\\_1': a 'string' feature.\n* 'observation\\_2': a 'string' feature.\n* 'hypothesis\\_1': a 'string' feature.\n* 'hypothesis\\_2': a 'string' feature.\n* 'label': a classification label, with possible values including '0' (0), '1' (1), '2' (2).### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators### Licensing Information" ]
[ -0.016900967806577682, 0.13866333663463593, -0.006764516234397888, 0.05018474906682968, 0.06912536919116974, 0.029829492792487144, 0.031046200543642044, 0.11532638967037201, 0.006130213849246502, 0.16234619915485382, 0.011646848171949387, 0.00490610534325242, 0.10041549801826477, 0.05836229398846626, -0.012136450968682766, -0.20166988670825958, 0.02427499182522297, -0.11342044919729233, 0.009271102026104927, 0.10791095346212387, 0.12508003413677216, -0.07849844545125961, 0.06482426077127457, -0.09151675552129745, -0.04336944967508316, 0.019699890166521072, -0.0624142661690712, -0.011052051559090614, 0.04450606182217598, 0.05202856659889221, 0.022446807473897934, -0.006316555198282003, 0.07329395413398743, -0.2747718095779419, 0.003961491864174604, 0.05849245935678482, 0.007605754304677248, 0.024677719920873642, 0.11254028230905533, -0.04950445890426636, 0.1657327115535736, -0.12221071869134903, 0.06675326824188232, 0.03912628814578056, -0.09679270535707474, -0.13698378205299377, -0.1425035297870636, 0.011850526556372643, 0.13966621458530426, 0.03922369331121445, -0.07081082463264465, -0.00335365510545671, -0.09043043851852417, 0.07486678659915924, 0.14491404592990875, -0.10292802006006241, -0.04898636415600777, 0.08441650867462158, 0.03702789917588234, 0.09518171846866608, -0.07557633519172668, 0.0022500932682305574, 0.01087041012942791, 0.051645465195178986, 0.07016931474208832, -0.03277801349759102, 0.0062448023818433285, 0.047000452876091, -0.13318221271038055, -0.10999216884374619, 0.16370467841625214, 0.03672972321510315, -0.020919572561979294, -0.15828090906143188, -0.02095722407102585, -0.019112056121230125, -0.03892570734024048, 0.005729996599256992, 0.006817257031798363, -0.021728456020355225, 0.06274097412824631, -0.030817963182926178, -0.053143374621868134, -0.026772910729050636, -0.006089458707720041, 0.00008801524381851777, 0.037713807076215744, -0.018051428720355034, 0.08469130843877792, 0.06095287203788757, -0.024902382865548134, -0.13201363384723663, -0.026184724643826485, -0.0011244019260630012, -0.11936831474304199, -0.0008802946540527046, 0.025784043595194817, -0.05155855789780617, 0.0896172821521759, 0.10115208476781845, -0.07438547164201736, 0.07304950058460236, -0.08005141466856003, 0.006749821826815605, 0.06391245871782303, 0.10076941549777985, -0.10520949959754944, -0.12894059717655182, -0.033624738454818726, 0.026340359821915627, 0.0014585698954761028, -0.03305978327989578, -0.027954423800110817, 0.07868126034736633, 0.08841047435998917, 0.09461002051830292, 0.10510861128568649, 0.010409154929220676, -0.07208799570798874, -0.02139711193740368, 0.08415776491165161, -0.1601257026195526, 0.03736050799489021, 0.057323578745126724, -0.0454363115131855, -0.05941995605826378, -0.01389932818710804, 0.021274447441101074, -0.09512734413146973, 0.11230319738388062, -0.037857942283153534, -0.011575371026992798, -0.08067005127668381, -0.09657394886016846, 0.058200620114803314, 0.006788457743823528, -0.07446366548538208, -0.018558446317911148, -0.13723300397396088, -0.06750393658876419, 0.029451685026288033, -0.11474543064832687, -0.04013917222619057, -0.013456890359520912, -0.037543389946222305, 0.013469384051859379, 0.001300441101193428, 0.08971821516752243, -0.0583500973880291, 0.04817458242177963, -0.058816201984882355, 0.02522169053554535, 0.07860089093446732, 0.05155887454748154, -0.08813078701496124, 0.09394323080778122, -0.15113700926303864, 0.14334174990653992, -0.125875785946846, 0.01840837672352791, -0.1621338427066803, -0.07599368691444397, 0.039035871624946594, -0.0027563648764044046, -0.0036037289537489414, 0.12982060015201569, -0.1982887238264084, -0.018284352496266365, 0.07974503189325333, -0.036408521234989166, -0.07475780695676804, 0.12627093493938446, -0.045426879078149796, -0.021326350048184395, 0.04005855321884155, 0.17415884137153625, -0.020065179094672203, -0.0039177509024739265, -0.03733525425195694, -0.05820208415389061, 0.08514393866062164, 0.2354593724012375, 0.11760322004556656, -0.1004733145236969, 0.1182737648487091, 0.0024626099038869143, 0.004676079377532005, -0.07740265876054764, -0.01468813605606556, -0.08413714170455933, -0.005925772245973349, -0.012580798007547855, 0.013758515007793903, 0.01426006481051445, -0.06650029867887497, -0.06578271836042404, -0.08082395046949387, -0.007162915542721748, 0.025018349289894104, -0.01932237669825554, 0.03905508667230606, -0.040485188364982605, 0.04418608546257019, -0.005962424445897341, 0.01942080818116665, -0.17717251181602478, -0.09931517392396927, 0.04396762326359749, -0.039096932858228683, 0.09157074242830276, -0.02661505527794361, 0.0008298677857965231, 0.007906507700681686, -0.07524947822093964, 0.004080393351614475, 0.018379956483840942, 0.014018700458109379, -0.010241779498755932, -0.1913960874080658, -0.027583763003349304, -0.02493719384074211, 0.09352770447731018, -0.094880111515522, 0.003969710785895586, 0.17019778490066528, 0.14605490863323212, 0.010350876487791538, -0.07711922377347946, 0.03529784083366394, 0.02706262841820717, -0.019709842279553413, -0.06292794644832611, -0.011239239946007729, -0.0590539313852787, -0.026156287640333176, 0.03151464834809303, -0.1430416852235794, -0.04562440142035484, 0.06275182217359543, 0.05616113170981407, -0.07698941230773926, -0.014924798160791397, -0.028742963448166847, -0.059320222586393356, -0.07488356530666351, -0.1069672629237175, 0.09772761166095734, 0.03392042592167854, 0.02221461944282055, -0.0762542337179184, -0.061483487486839294, -0.02162357233464718, -0.011856702156364918, -0.0636780634522438, 0.14069154858589172, 0.016952114179730415, -0.19044454395771027, 0.12966832518577576, 0.05163047835230827, 0.04530515521764755, 0.08424294739961624, -0.033702440559864044, -0.08293063938617706, -0.060755811631679535, 0.054344773292541504, 0.007585142273455858, 0.06704294681549072, -0.06859125196933746, 0.033989954739809036, 0.05648277327418327, 0.028056804090738297, 0.021084100008010864, -0.06513429433107376, 0.03861647844314575, 0.038620177656412125, -0.051906485110521317, 0.039328817278146744, -0.020620863884687424, 0.037690624594688416, 0.09895869344472885, 0.04076702147722244, 0.05736276134848595, -0.02819650061428547, -0.08334895223379135, -0.12941013276576996, 0.15160907804965973, -0.1214219182729721, -0.19392544031143188, -0.08254700154066086, -0.10560862720012665, -0.04121978580951691, -0.03851844742894173, 0.027794012799859047, -0.017864858731627464, -0.07502754777669907, -0.10217002034187317, 0.09068336337804794, 0.005298438481986523, -0.11175522208213806, -0.04548906907439232, -0.007060750387609005, 0.015988625586032867, -0.10533539205789566, 0.007693135645240545, 0.08131815493106842, -0.06580536812543869, -0.014114092104136944, 0.03738974407315254, 0.13298173248767853, 0.13261675834655762, 0.04995599389076233, -0.007966707460582256, -0.010804836638271809, 0.21877098083496094, -0.12227603793144226, 0.0869349017739296, 0.022426286712288857, -0.04489165544509888, 0.07158864289522171, 0.2414678931236267, 0.04877203330397606, -0.05095957964658737, 0.03161532059311867, 0.08252841979265213, -0.06276485323905945, -0.2607637643814087, -0.11808259785175323, -0.06324373185634613, 0.03857375681400299, 0.0748981311917305, 0.04986362159252167, 0.018650665879249573, -0.002443782053887844, -0.06471124291419983, 0.009249470196664333, 0.03793571516871452, 0.07905532419681549, 0.07947464287281036, 0.011281294748187065, 0.07695449143648148, -0.025902459397912025, 0.03291620686650276, 0.10037468373775482, -0.011811607517302036, 0.1771710366010666, -0.04781767725944519, 0.20651991665363312, 0.07671131193637848, 0.12163402885198593, -0.051857925951480865, -0.0038879895582795143, -0.03401391953229904, 0.07492407411336899, -0.01649424061179161, -0.07971233129501343, 0.01632341742515564, 0.08351965993642807, 0.14259149134159088, -0.039534274488687515, 0.044008225202560425, -0.08381921052932739, 0.09952730685472488, 0.19935700297355652, 0.051726844161748886, -0.11462696641683578, 0.009784691967070103, 0.12557247281074524, -0.05814734846353531, -0.08027645945549011, 0.013089871034026146, 0.1170436218380928, -0.1592167317867279, 0.08365406095981598, -0.016152873635292053, 0.11695423722267151, -0.07774575054645538, -0.03527633100748062, 0.034606073051691055, 0.004064567387104034, -0.029535219073295593, 0.09023826569318771, -0.22376041114330292, 0.1455288678407669, 0.02276158705353737, -0.023268362507224083, -0.07174725830554962, 0.05947330594062805, 0.020985325798392296, -0.00016574590699747205, 0.14586040377616882, 0.0195497777312994, -0.11589349061250687, -0.026287266984581947, -0.08070922642946243, -0.01360559556633234, 0.08013113588094711, -0.13822340965270996, 0.09504035860300064, 0.008037448860704899, -0.01039475854486227, -0.04161186143755913, 0.013896860182285309, -0.0805022343993187, -0.16040442883968353, 0.06491006165742874, -0.07693863660097122, -0.002294328296557069, -0.06008611619472504, -0.02318933978676796, -0.08629850298166275, 0.16840846836566925, -0.07782541960477829, -0.09866698831319809, -0.11990278959274292, 0.029512418434023857, 0.17508897185325623, -0.055766765028238297, 0.04309177026152611, -0.009770945645868778, 0.11262263357639313, 0.0031236012000590563, -0.031021786853671074, 0.08585726469755173, -0.0335807129740715, -0.1878807693719864, -0.029159558936953545, 0.1737259030342102, 0.039855170994997025, 0.08130919188261032, -0.03385814651846886, 0.10562555491924286, 0.02991599775850773, -0.10690969973802567, 0.04080832749605179, 0.06753271818161011, 0.06416499614715576, 0.155661940574646, 0.011366277001798153, -0.15677277743816376, -0.08754811435937881, -0.0801701545715332, 0.10736048221588135, 0.1769832819700241, -0.073252372443676, 0.1259164810180664, 0.10081347823143005, -0.09398199617862701, -0.23685158789157867, -0.013201895169913769, 0.015727544203400612, -0.008083799853920937, 0.09802381694316864, -0.15830978751182556, 0.006645499728620052, 0.05994906648993492, -0.025147611275315285, 0.024900417774915695, -0.28529906272888184, -0.13705259561538696, 0.02060881070792675, 0.033652812242507935, -0.29278141260147095, -0.1852196604013443, -0.12558293342590332, -0.04339061304926872, -0.18731079995632172, 0.019035207107663155, -0.005393682047724724, 0.022303570061922073, 0.011262807063758373, 0.07685170322656631, 0.03210170939564705, -0.035382453352212906, 0.19132016599178314, -0.0031505434308201075, -0.008722446858882904, -0.12218298017978668, -0.05122484639286995, 0.0607699379324913, -0.024199793115258217, 0.09712755680084229, -0.09109868109226227, 0.02265201136469841, -0.08152949064970016, 0.0018984562484547496, -0.07628291845321655, 0.006314584985375404, -0.10468702763319016, -0.06254352629184723, -0.12830819189548492, 0.05185656249523163, 0.11793410032987595, -0.03229587525129318, 0.04999317228794098, -0.060702890157699585, 0.06638821214437485, 0.21108360588550568, 0.11182837933301926, 0.09254875779151917, -0.12640105187892914, -0.020612597465515137, -0.0009309435845352709, -0.015680329874157906, -0.19855915009975433, 0.05022283270955086, 0.13304181396961212, 0.042338404804468155, 0.18413574993610382, -0.03107919543981552, -0.14807148277759552, -0.0012089653173461556, 0.05452435836195946, -0.06982281804084778, -0.2558044195175171, 0.016792798414826393, 0.06491401046514511, -0.15223808586597443, -0.1041266918182373, 0.050711601972579956, -0.009170693345367908, -0.018138861283659935, 0.025694577023386955, 0.13712097704410553, 0.0007790622767060995, 0.1351565569639206, 0.02660450153052807, 0.08454243093729019, -0.09923788160085678, 0.09539733827114105, 0.13814498484134674, -0.09990452229976654, 0.012197161093354225, 0.1900884062051773, -0.031546685844659805, -0.039332177489995956, 0.05524858459830284, 0.037775587290525436, 0.07235155999660492, -0.00795076135545969, 0.019567066803574562, -0.1657770723104477, 0.06981203705072403, 0.05140500143170357, 0.03595537692308426, 0.03320704400539398, 0.009415804408490658, -0.024179143831133842, -0.018260953947901726, 0.18443308770656586, 0.05980199947953224, 0.03868446871638298, -0.02169301174581051, 0.0035601372364908457, -0.01474319864064455, -0.0023621057625859976, 0.0060485051944851875, -0.01163837406784296, -0.05306723713874817, 0.013611717149615288, -0.17570184171199799, 0.022020062431693077, -0.09993690997362137, -0.009376573376357555, -0.014769249595701694, -0.04414576292037964, -0.02119802124798298, 0.01699775457382202, -0.07387671619653702, -0.08153516054153442, -0.06377817690372467, 0.10171373188495636, -0.16292232275009155, -0.03826155140995979, 0.09899553656578064, -0.0674910768866539, 0.10368981212377548, -0.01667933724820614, -0.028697088360786438, 0.01834999956190586, -0.05415508896112442, 0.023452676832675934, -0.002253832295536995, 0.03655388951301575, 0.029971303418278694, -0.16800956428050995, -0.04341717064380646, -0.03497062250971794, -0.05014953389763832, 0.04088593274354935, -0.014240799471735954, -0.10937102884054184, 0.0714557021856308, -0.05834893882274628, -0.06951572746038437, -0.029282212257385254, 0.08095759153366089, 0.048594556748867035, 0.025126248598098755, 0.07960393279790878, -0.03365123271942139, 0.09182225167751312, -0.14152389764785767, -0.03449025750160217, 0.009316136129200459, -0.014962561428546906, -0.018776124343276024, 0.019310854375362396, 0.06602181494235992, -0.038473766297101974, 0.17834044992923737, -0.009105123579502106, -0.06155923381447792, 0.0598660372197628, 0.07599377632141113, 0.031139932572841644, 0.07080970704555511, 0.03884243592619896, -0.05413202568888664, -0.05156473070383072, -0.01241761352866888, -0.04942813143134117, -0.048656173050403595, 0.044096700847148895, 0.11419440060853958, 0.1532115489244461, 0.1978192776441574, -0.04310674965381622, 0.0507478229701519, -0.1288863867521286, -0.06034519895911217, 0.13275225460529327, -0.00917963869869709, 0.0866028293967247, -0.07091089338064194, 0.09635983407497406, 0.06361959874629974, -0.23180586099624634, 0.13249430060386658, -0.08763143420219421, -0.0831826701760292, -0.024887699633836746, -0.11032508313655853, -0.07848386466503143, -0.02497050352394581, -0.021734654903411865, -0.12139182537794113, 0.1268170028924942, 0.12476557493209839, 0.0015711468877270818, -0.01218902412801981, 0.15388444066047668, -0.09317484498023987, -0.06108550354838371, 0.05639930069446564, 0.03672345355153084, -0.007984881289303303, 0.062441084533929825, 0.04796021804213524, -0.01389845460653305, 0.03246263414621353, 0.08017252385616302, 0.06699558347463608, -0.04430267587304115, 0.010992269031703472, -0.051676809787750244, -0.060039907693862915, 0.022524835541844368, -0.030203983187675476, -0.026965990662574768, 0.17975297570228577, 0.03452884033322334, 0.016444172710180283, 0.004366527311503887, 0.19809390604496002, -0.0743752270936966, -0.08602269738912582, -0.14362674951553345, 0.05040904879570007, -0.039586398750543594, -0.007507751230150461, 0.04964376613497734, -0.13195587694644928, 0.02289837971329689, 0.07228974252939224, 0.17739537358283997, -0.02121022529900074, 0.017958341166377068, -0.0005691998521797359, 0.02114514447748661, -0.005726345349103212, 0.011024455539882183, 0.03664300963282585, 0.15231074392795563, -0.07011982798576355, 0.051439300179481506, -0.053885750472545624, -0.0788944736123085, -0.06622730940580368, 0.102719247341156, 0.012926395051181316, -0.007746332325041294, -0.05686710774898529, 0.14514100551605225, -0.05475151538848877, -0.23077653348445892, 0.036692485213279724, -0.14499862492084503, -0.13540349900722504, 0.005698801949620247, 0.05768393352627754, 0.03917134553194046, 0.017781568691134453, 0.03813210129737854, -0.0011339376214891672, 0.0917382761836052, 0.0450144037604332, -0.06575798988342285, -0.02861868590116501, 0.09715120494365692, -0.05419940873980522, 0.22944356501102448, 0.016351979225873947, 0.06938286125659943, 0.10340624302625656, -0.029054244980216026, -0.08146592974662781, 0.05398356914520264, 0.15132279694080353, -0.034634970128536224, 0.024800296872854233, 0.20172227919101715, -0.017194796353578568, 0.13452264666557312, 0.10274460166692734, -0.022078316658735275, 0.03510543331503868, 0.04556933045387268, -0.019989555701613426, -0.10499443858861923, 0.037924520671367645, -0.11630536615848541, 0.09661043435335159, 0.17802280187606812, -0.03880469501018524, 0.007007695268839598, -0.021784966811537743, 0.010675081051886082, -0.02393781766295433, 0.20799235999584198, 0.008691001683473587, -0.17137262225151062, 0.0401022732257843, -0.05025874078273773, 0.09412489831447601, -0.16073738038539886, -0.08107512444257736, 0.05826658010482788, 0.010125572793185711, -0.05287173017859459, 0.1682732254266739, 0.08109371364116669, -0.04654577001929283, -0.036498378962278366, -0.19067353010177612, 0.0030237457249313593, 0.14254890382289886, -0.08213739842176437, 0.013173616491258144 ]
c70944cb158dcdab8a5403b1fa20f28119f701a6
# Dataset Card for arXiv Dataset ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Kaggle arXiv Dataset Homepage](https://www.kaggle.com/Cornell-University/arxiv) - **Repository:** - **Paper:** [On the Use of ArXiv as a Dataset](https://arxiv.org/abs/1905.00075) - **Leaderboard:** - **Point of Contact:** [Matt Bierbaum](mailto:matt.bierbaum@gmail.com) ### Dataset Summary A dataset of 1.7 million arXiv articles for applications like trend analysis, paper recommender engines, category prediction, co-citation networks, knowledge graph construction and semantic search interfaces. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The language supported is English ## Dataset Structure ### Data Instances This dataset is a mirror of the original ArXiv data. Because the full dataset is rather large (1.1TB and growing), this dataset provides only a metadata file in the json format. An example is given below ``` {'id': '0704.0002', 'submitter': 'Louis Theran', 'authors': 'Ileana Streinu and Louis Theran', 'title': 'Sparsity-certifying Graph Decompositions', 'comments': 'To appear in Graphs and Combinatorics', 'journal-ref': None, 'doi': None, 'report-no': None, 'categories': 'math.CO cs.CG', 'license': 'http://arxiv.org/licenses/nonexclusive-distrib/1.0/', 'abstract': ' We describe a new algorithm, the $(k,\\ell)$-pebble game with colors, and use\nit obtain a characterization of the family of $(k,\\ell)$-sparse graphs and\nalgorithmic solutions to a family of problems concerning tree decompositions of\ngraphs. Special instances of sparse graphs appear in rigidity theory and have\nreceived increased attention in recent years. In particular, our colored\npebbles generalize and strengthen the previous results of Lee and Streinu and\ngive a new proof of the Tutte-Nash-Williams characterization of arboricity. We\nalso present a new decomposition that certifies sparsity based on the\n$(k,\\ell)$-pebble game with colors. Our work also exposes connections between\npebble game algorithms and previous sparse graph algorithms by Gabow, Gabow and\nWestermann and Hendrickson.\n', 'update_date': '2008-12-13'} ``` ### Data Fields - `id`: ArXiv ID (can be used to access the paper) - `submitter`: Who submitted the paper - `authors`: Authors of the paper - `title`: Title of the paper - `comments`: Additional info, such as number of pages and figures - `journal-ref`: Information about the journal the paper was published in - `doi`: [Digital Object Identifier](https://www.doi.org) - `report-no`: Report Number - `abstract`: The abstract of the paper - `categories`: Categories / tags in the ArXiv system ### Data Splits The data was not splited. ## Dataset Creation ### Curation Rationale For nearly 30 years, ArXiv has served the public and research communities by providing open access to scholarly articles, from the vast branches of physics to the many subdisciplines of computer science to everything in between, including math, statistics, electrical engineering, quantitative biology, and economics. This rich corpus of information offers significant, but sometimes overwhelming depth. In these times of unique global challenges, efficient extraction of insights from data is essential. To help make the arXiv more accessible, a free, open pipeline on Kaggle to the machine-readable arXiv dataset: a repository of 1.7 million articles, with relevant features such as article titles, authors, categories, abstracts, full text PDFs, and more is presented to empower new use cases that can lead to the exploration of richer machine learning techniques that combine multi-modal features towards applications like trend analysis, paper recommender engines, category prediction, co-citation networks, knowledge graph construction and semantic search interfaces. ### Source Data This data is based on arXiv papers. [More Information Needed] #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations This dataset contains no 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 original data is maintained by [ArXiv](https://arxiv.org/) ### Licensing Information The data is under the [Creative Commons CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/) ### Citation Information ``` @misc{clement2019arxiv, title={On the Use of ArXiv as a Dataset}, author={Colin B. Clement and Matthew Bierbaum and Kevin P. O'Keeffe and Alexander A. Alemi}, year={2019}, eprint={1905.00075}, archivePrefix={arXiv}, primaryClass={cs.IR} } ``` ### Contributions Thanks to [@tanmoyio](https://github.com/tanmoyio) for adding this dataset.
arxiv_dataset
[ "task_categories:translation", "task_categories:summarization", "task_categories:text-retrieval", "task_ids:document-retrieval", "task_ids:entity-linking-retrieval", "task_ids:explanation-generation", "task_ids:fact-checking-retrieval", "task_ids:text-simplification", "annotations_creators:no-annotation", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:1M<n<10M", "source_datasets:original", "language:en", "license:cc0-1.0", "arxiv:1905.00075", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["expert-generated"], "language": ["en"], "license": ["cc0-1.0"], "multilinguality": ["monolingual"], "size_categories": ["1M<n<10M"], "source_datasets": ["original"], "task_categories": ["translation", "summarization", "text-retrieval"], "task_ids": ["document-retrieval", "entity-linking-retrieval", "explanation-generation", "fact-checking-retrieval", "text-simplification"], "pretty_name": "arXiv Dataset", "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "submitter", "dtype": "string"}, {"name": "authors", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "comments", "dtype": "string"}, {"name": "journal-ref", "dtype": "string"}, {"name": "doi", "dtype": "string"}, {"name": "report-no", "dtype": "string"}, {"name": "categories", "dtype": "string"}, {"name": "license", "dtype": "string"}, {"name": "abstract", "dtype": "string"}, {"name": "update_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3056873071, "num_examples": 2349354}], "download_size": 0, "dataset_size": 3056873071}}
2024-01-18T11:01:52+00:00
[ "1905.00075" ]
[ "en" ]
TAGS #task_categories-translation #task_categories-summarization #task_categories-text-retrieval #task_ids-document-retrieval #task_ids-entity-linking-retrieval #task_ids-explanation-generation #task_ids-fact-checking-retrieval #task_ids-text-simplification #annotations_creators-no-annotation #language_creators-expert-generated #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc0-1.0 #arxiv-1905.00075 #region-us
# Dataset Card for arXiv Dataset ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: Kaggle arXiv Dataset Homepage - Repository: - Paper: On the Use of ArXiv as a Dataset - Leaderboard: - Point of Contact: Matt Bierbaum ### Dataset Summary A dataset of 1.7 million arXiv articles for applications like trend analysis, paper recommender engines, category prediction, co-citation networks, knowledge graph construction and semantic search interfaces. ### Supported Tasks and Leaderboards ### Languages The language supported is English ## Dataset Structure ### Data Instances This dataset is a mirror of the original ArXiv data. Because the full dataset is rather large (1.1TB and growing), this dataset provides only a metadata file in the json format. An example is given below ### Data Fields - 'id': ArXiv ID (can be used to access the paper) - 'submitter': Who submitted the paper - 'authors': Authors of the paper - 'title': Title of the paper - 'comments': Additional info, such as number of pages and figures - 'journal-ref': Information about the journal the paper was published in - 'doi': Digital Object Identifier - 'report-no': Report Number - 'abstract': The abstract of the paper - 'categories': Categories / tags in the ArXiv system ### Data Splits The data was not splited. ## Dataset Creation ### Curation Rationale For nearly 30 years, ArXiv has served the public and research communities by providing open access to scholarly articles, from the vast branches of physics to the many subdisciplines of computer science to everything in between, including math, statistics, electrical engineering, quantitative biology, and economics. This rich corpus of information offers significant, but sometimes overwhelming depth. In these times of unique global challenges, efficient extraction of insights from data is essential. To help make the arXiv more accessible, a free, open pipeline on Kaggle to the machine-readable arXiv dataset: a repository of 1.7 million articles, with relevant features such as article titles, authors, categories, abstracts, full text PDFs, and more is presented to empower new use cases that can lead to the exploration of richer machine learning techniques that combine multi-modal features towards applications like trend analysis, paper recommender engines, category prediction, co-citation networks, knowledge graph construction and semantic search interfaces. ### Source Data This data is based on arXiv papers. #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations This dataset contains no annotations. #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators The original data is maintained by ArXiv ### Licensing Information The data is under the Creative Commons CC0 1.0 Universal Public Domain Dedication ### Contributions Thanks to @tanmoyio for adding this dataset.
[ "# Dataset Card for arXiv Dataset", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Kaggle arXiv Dataset Homepage\n- Repository: \n- Paper: On the Use of ArXiv as a Dataset\n- Leaderboard: \n- Point of Contact: Matt Bierbaum", "### Dataset Summary\n\nA dataset of 1.7 million arXiv articles for applications like trend analysis, paper recommender engines, category prediction, co-citation networks, knowledge graph construction and semantic search interfaces.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe language supported is English", "## Dataset Structure", "### Data Instances\n\nThis dataset is a mirror of the original ArXiv data. Because the full dataset is rather large (1.1TB and growing), this dataset provides only a metadata file in the json format. An example is given below", "### Data Fields\n\n- 'id': ArXiv ID (can be used to access the paper)\n- 'submitter': Who submitted the paper\n- 'authors': Authors of the paper\n- 'title': Title of the paper\n- 'comments': Additional info, such as number of pages and figures\n- 'journal-ref': Information about the journal the paper was published in\n- 'doi': Digital Object Identifier\n- 'report-no': Report Number\n- 'abstract': The abstract of the paper\n- 'categories': Categories / tags in the ArXiv system", "### Data Splits\n\nThe data was not splited.", "## Dataset Creation", "### Curation Rationale\n\nFor nearly 30 years, ArXiv has served the public and research communities by providing open access to scholarly articles, from the vast branches of physics to the many subdisciplines of computer science to everything in between, including math, statistics, electrical engineering, quantitative biology, and economics. This rich corpus of information offers significant, but sometimes overwhelming depth. In these times of unique global challenges, efficient extraction of insights from data is essential. To help make the arXiv more accessible, a free, open pipeline on Kaggle to the machine-readable arXiv dataset: a repository of 1.7 million articles, with relevant features such as article titles, authors, categories, abstracts, full text PDFs, and more is presented to empower new use cases that can lead to the exploration of richer machine learning techniques that combine multi-modal features towards applications like trend analysis, paper recommender engines, category prediction, co-citation networks, knowledge graph construction and semantic search interfaces.", "### Source Data\n\nThis data is based on arXiv papers.", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations\n\nThis dataset contains no annotations.", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe original data is maintained by ArXiv", "### Licensing Information\n\nThe data is under the Creative Commons CC0 1.0 Universal Public Domain Dedication", "### Contributions\n\nThanks to @tanmoyio for adding this dataset." ]
[ "TAGS\n#task_categories-translation #task_categories-summarization #task_categories-text-retrieval #task_ids-document-retrieval #task_ids-entity-linking-retrieval #task_ids-explanation-generation #task_ids-fact-checking-retrieval #task_ids-text-simplification #annotations_creators-no-annotation #language_creators-expert-generated #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc0-1.0 #arxiv-1905.00075 #region-us \n", "# Dataset Card for arXiv Dataset", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Kaggle arXiv Dataset Homepage\n- Repository: \n- Paper: On the Use of ArXiv as a Dataset\n- Leaderboard: \n- Point of Contact: Matt Bierbaum", "### Dataset Summary\n\nA dataset of 1.7 million arXiv articles for applications like trend analysis, paper recommender engines, category prediction, co-citation networks, knowledge graph construction and semantic search interfaces.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe language supported is English", "## Dataset Structure", "### Data Instances\n\nThis dataset is a mirror of the original ArXiv data. Because the full dataset is rather large (1.1TB and growing), this dataset provides only a metadata file in the json format. An example is given below", "### Data Fields\n\n- 'id': ArXiv ID (can be used to access the paper)\n- 'submitter': Who submitted the paper\n- 'authors': Authors of the paper\n- 'title': Title of the paper\n- 'comments': Additional info, such as number of pages and figures\n- 'journal-ref': Information about the journal the paper was published in\n- 'doi': Digital Object Identifier\n- 'report-no': Report Number\n- 'abstract': The abstract of the paper\n- 'categories': Categories / tags in the ArXiv system", "### Data Splits\n\nThe data was not splited.", "## Dataset Creation", "### Curation Rationale\n\nFor nearly 30 years, ArXiv has served the public and research communities by providing open access to scholarly articles, from the vast branches of physics to the many subdisciplines of computer science to everything in between, including math, statistics, electrical engineering, quantitative biology, and economics. This rich corpus of information offers significant, but sometimes overwhelming depth. In these times of unique global challenges, efficient extraction of insights from data is essential. To help make the arXiv more accessible, a free, open pipeline on Kaggle to the machine-readable arXiv dataset: a repository of 1.7 million articles, with relevant features such as article titles, authors, categories, abstracts, full text PDFs, and more is presented to empower new use cases that can lead to the exploration of richer machine learning techniques that combine multi-modal features towards applications like trend analysis, paper recommender engines, category prediction, co-citation networks, knowledge graph construction and semantic search interfaces.", "### Source Data\n\nThis data is based on arXiv papers.", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations\n\nThis dataset contains no annotations.", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe original data is maintained by ArXiv", "### Licensing Information\n\nThe data is under the Creative Commons CC0 1.0 Universal Public Domain Dedication", "### Contributions\n\nThanks to @tanmoyio for adding this dataset." ]
[ 172, 10, 120, 47, 50, 10, 10, 6, 54, 136, 12, 5, 238, 15, 10, 10, 15, 5, 9, 8, 8, 7, 8, 7, 5, 16, 22, 18 ]
[ "passage: TAGS\n#task_categories-translation #task_categories-summarization #task_categories-text-retrieval #task_ids-document-retrieval #task_ids-entity-linking-retrieval #task_ids-explanation-generation #task_ids-fact-checking-retrieval #task_ids-text-simplification #annotations_creators-no-annotation #language_creators-expert-generated #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc0-1.0 #arxiv-1905.00075 #region-us \n# Dataset Card for arXiv Dataset## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: Kaggle arXiv Dataset Homepage\n- Repository: \n- Paper: On the Use of ArXiv as a Dataset\n- Leaderboard: \n- Point of Contact: Matt Bierbaum### Dataset Summary\n\nA dataset of 1.7 million arXiv articles for applications like trend analysis, paper recommender engines, category prediction, co-citation networks, knowledge graph construction and semantic search interfaces.### Supported Tasks and Leaderboards### Languages\n\nThe language supported is English## Dataset Structure### Data Instances\n\nThis dataset is a mirror of the original ArXiv data. Because the full dataset is rather large (1.1TB and growing), this dataset provides only a metadata file in the json format. An example is given below" ]
[ -0.04162927716970444, 0.1977566033601761, -0.007060439791530371, 0.012306233868002892, 0.06847957521677017, 0.021957769989967346, 0.10137083381414413, 0.12118476629257202, 0.056759316474199295, 0.11353501677513123, -0.08570367842912674, 0.05743805319070816, 0.07945917546749115, 0.15324528515338898, -0.007066396065056324, -0.17844855785369873, 0.04947102442383766, -0.09363318234682083, 0.05132107436656952, 0.09641115367412567, 0.11909493058919907, -0.06639249622821808, 0.04030442237854004, -0.03158841282129288, -0.02543943002820015, 0.006199158728122711, -0.053547896444797516, -0.06259443610906601, 0.039592526853084564, 0.050612207502126694, 0.0766805037856102, -0.0008141356520354748, 0.03369097411632538, -0.2694820463657379, 0.030161956325173378, 0.07300973683595657, 0.027029121294617653, 0.0501101091504097, 0.09198973327875137, -0.11752896755933762, 0.022476818412542343, -0.11056705564260483, 0.11401358991861343, 0.0742930993437767, -0.08509623259305954, -0.09146004915237427, -0.10055019706487656, 0.05033653602004051, 0.09396259486675262, 0.03190790116786957, -0.02659580111503601, 0.038304753601551056, -0.07032212615013123, 0.044132549315690994, 0.10336745530366898, -0.08394315838813782, -0.058892734348773956, 0.026203325018286705, -0.025348104536533356, 0.06061088666319847, -0.12511542439460754, -0.006581441964954138, -0.034399084746837616, 0.030520016327500343, -0.0058784522116184235, -0.005453786347061396, -0.044131454080343246, 0.007957875728607178, -0.04946764186024666, -0.03633284941315651, 0.12029122561216354, -0.03938894718885422, -0.03650577366352081, -0.2100847065448761, -0.0019353250972926617, 0.09995434433221817, -0.0865979716181755, 0.03240539878606796, 0.02501995675265789, -0.023348955437541008, 0.0842113196849823, -0.015655480325222015, -0.052834611386060715, -0.0018849401967599988, -0.042347848415374756, 0.08198723196983337, 0.024962037801742554, 0.0018825324950739741, 0.03442864120006561, 0.06515703350305557, 0.03944910690188408, -0.09872210025787354, -0.05264957621693611, -0.08378609269857407, -0.19904127717018127, -0.01741650700569153, 0.02537412755191326, -0.04123492166399956, 0.09388405084609985, 0.21149642765522003, -0.001703281537629664, 0.06435656547546387, -0.0985977053642273, -0.03198014572262764, 0.08019431680440903, 0.08695310354232788, -0.0109257185831666, -0.1460951268672943, -0.01421935111284256, -0.004909420385956764, -0.0018958481959998608, -0.024616684764623642, 0.0032320390455424786, 0.04760212451219559, -0.011714722961187363, 0.09973053634166718, 0.12202649563550949, 0.022960664704442024, -0.11011261492967606, -0.038960494101047516, 0.14417938888072968, -0.15920698642730713, 0.04222460091114044, 0.04371996223926544, 0.023590147495269775, 0.006309874355792999, 0.0033022973220795393, -0.0052696773782372475, -0.07009314745664597, 0.09994678944349289, -0.048804715275764465, -0.002273043617606163, -0.08561956882476807, -0.03970187157392502, 0.07479953020811081, 0.0009850186761468649, -0.07440634816884995, -0.00977358128875494, -0.09358520805835724, -0.056727390736341476, 0.025163903832435608, -0.11262015253305435, -0.024163562804460526, 0.004677767865359783, -0.009838009253144264, 0.0596841536462307, 0.01083710603415966, 0.02790251560509205, -0.07321986556053162, 0.0046960110776126385, -0.0872526541352272, 0.02206067182123661, 0.0901683047413826, 0.045859742909669876, -0.05577940493822098, 0.04801073670387268, -0.19092173874378204, 0.1345980316400528, -0.2022244781255722, -0.016414161771535873, -0.11866015940904617, 0.03836068883538246, 0.06252799183130264, 0.026045631617307663, -0.0379214845597744, 0.10053962469100952, -0.20846311748027802, -0.033029068261384964, 0.1277552843093872, -0.1205504909157753, -0.000404107355279848, 0.053245093673467636, -0.05243649333715439, 0.03113388828933239, 0.05703502520918846, 0.13005907833576202, 0.06069108843803406, -0.01894611120223999, -0.06072065606713295, -0.042061854153871536, 0.07345391809940338, 0.1681288778781891, 0.08890072256326675, -0.07409645617008209, 0.15174366533756256, 0.06601885706186295, -0.0044561163522303104, -0.06539852917194366, 0.016807379201054573, -0.05282984673976898, 0.014351003803312778, -0.00925461109727621, 0.03814292326569557, -0.015198640525341034, -0.02166564390063286, -0.014652049168944359, -0.0911049097776413, 0.09883684664964676, 0.06633986532688141, -0.0036164592020213604, 0.004921841900795698, -0.08473081886768341, -0.043212391436100006, 0.004852958954870701, 0.0013658303068950772, -0.20466774702072144, -0.16639502346515656, 0.053664952516555786, -0.056930698454380035, 0.09200350195169449, -0.0428045354783535, 0.008237732574343681, -0.023663299158215523, -0.03514059633016586, 0.04394201934337616, -0.0019012386910617352, 0.032836370170116425, -0.0064821671694517136, -0.2106456160545349, -0.04241565987467766, -0.07900796830654144, 0.12936624884605408, -0.09118179976940155, -0.002661036094650626, 0.08981606364250183, 0.20959267020225525, 0.06793128699064255, -0.08563406765460968, 0.047136250883340836, 0.03780638054013252, -0.015839826315641403, -0.055534977465867996, -0.00028473237762227654, -0.05438804626464844, 0.03310173749923706, 0.09135318547487259, -0.07889892160892487, -0.030118364840745926, 0.05343727022409439, 0.12275385856628418, -0.07007715106010437, -0.06331125646829605, -0.03578340262174606, -0.03687005117535591, -0.0862070769071579, -0.09671668708324432, 0.09971877932548523, 0.09023823589086533, 0.028624361380934715, -0.06546339392662048, -0.08586310595273972, -0.06300082057714462, 0.041730478405952454, -0.029298141598701477, 0.11736802756786346, 0.031174367293715477, -0.09679538756608963, 0.13001862168312073, 0.021398726850748062, 0.11957699060440063, 0.11077199131250381, -0.053348224610090256, -0.08285853266716003, 0.0077407872304320335, -0.02587648667395115, 0.021931452676653862, 0.07695508003234863, -0.06894177198410034, -0.0028603775426745415, 0.07741524279117584, -0.011124414391815662, 0.023521356284618378, -0.022916393354535103, 0.04058672860264778, -0.015081217512488365, -0.014728314243257046, -0.016564341261982918, -0.026244740933179855, 0.09205617755651474, 0.09646988660097122, -0.0051214429549872875, 0.09920299053192139, -0.05041112005710602, -0.053585756570100784, -0.053458161652088165, 0.10901273787021637, -0.15452724695205688, -0.23301978409290314, -0.13107703626155853, -0.07798799872398376, -0.06201104447245598, -0.051302965730428696, -0.0037763072177767754, -0.02193950116634369, -0.11605988442897797, -0.07859686762094498, 0.06617067754268646, 0.06834930926561356, -0.12077690660953522, 0.006441173609346151, 0.0332610197365284, -0.004666442982852459, -0.1521410197019577, 0.01665024645626545, 0.04099368304014206, -0.024421822279691696, -0.008558501489460468, 0.03996547311544418, 0.04755311459302902, 0.07439842075109482, 0.10713256150484085, -0.02607789821922779, -0.03596128523349762, 0.1915520578622818, -0.12010620534420013, 0.14538539946079254, 0.0883985161781311, -0.08079411834478378, 0.04148618504405022, 0.20336228609085083, 0.05220794677734375, -0.03649571165442467, -0.007609904743731022, 0.08878259360790253, -0.02066381461918354, -0.268851101398468, -0.11789663881063461, -0.06443929672241211, -0.05268343910574913, 0.0708128958940506, 0.06681842356920242, -0.016857171431183815, -0.015309065580368042, -0.10347031056880951, -0.0014404405374079943, 0.10080334544181824, 0.06449639797210693, 0.11840164661407471, 0.010319776833057404, 0.07582631707191467, -0.05321666598320007, 0.016272323206067085, 0.09567342698574066, 0.09668464213609695, 0.2282124161720276, 0.013848233968019485, 0.21966704726219177, 0.052640218287706375, 0.010150871239602566, 0.007988177239894867, 0.03863469511270523, -0.012031600810587406, 0.07188694924116135, -0.018774788826704025, -0.06842750310897827, -0.0053088669665157795, 0.05957203730940819, 0.043743569403886795, -0.10077205300331116, 0.08717415481805801, -0.09992482513189316, 0.07348235696554184, 0.15975762903690338, 0.0038514393381774426, -0.06250517070293427, -0.013529033400118351, 0.09710671007633209, -0.10618595778942108, -0.08516861498355865, -0.006517346017062664, 0.028275106102228165, -0.13331221044063568, 0.11413078755140305, -0.02718110755085945, 0.1140664666891098, -0.08724462985992432, -0.04997333139181137, -0.03558716922998428, 0.050478313118219376, -0.011101043783128262, 0.07090754806995392, -0.13111580908298492, 0.11793188750743866, 0.011619064956903458, 0.022480780258774757, -0.07071656733751297, 0.086652010679245, 0.012337866239249706, 0.002006225986406207, 0.12107732146978378, -0.0009661511867307127, -0.06896082311868668, -0.021150968968868256, -0.13332654535770416, -0.011243307963013649, 0.04226907342672348, -0.13502471148967743, 0.09157831221818924, -0.013853139244019985, -0.03128650039434433, -0.0550847128033638, -0.07454173266887665, -0.10073222219944, -0.2672867774963379, 0.08118781447410583, -0.07480570673942566, 0.01767856813967228, -0.0799092948436737, -0.04906930401921272, -0.011835961602628231, 0.17475099861621857, -0.09977009892463684, -0.10842577368021011, -0.17388710379600525, -0.04780242219567299, 0.19327856600284576, -0.025593362748622894, 0.05386490374803543, -0.032745275646448135, 0.19307208061218262, -0.029731890186667442, -0.07560759037733078, 0.013407807797193527, -0.05787593126296997, -0.17301630973815918, -0.04780004173517227, 0.14581865072250366, 0.01573464646935463, 0.025326000526547432, 0.02019434981048107, 0.05559457093477249, 0.04180081561207771, -0.08359136432409286, 0.006248861085623503, 0.16116215288639069, 0.017424866557121277, 0.09735681861639023, -0.04506024718284607, -0.19361962378025055, -0.08997967094182968, -0.02337326481938362, 0.06289153546094894, 0.11181089282035828, -0.052462123334407806, 0.24313369393348694, 0.06843996793031693, -0.13335560262203217, -0.19787344336509705, -0.033472489565610886, 0.05170224979519844, -0.030588330700993538, 0.06867911666631699, -0.19994395971298218, 0.12724415957927704, 0.06788742542266846, -0.024333864450454712, 0.01709454134106636, -0.13021758198738098, -0.13513702154159546, 0.007478553801774979, -0.0035412567667663097, -0.18896718323230743, -0.13900905847549438, -0.10234253108501434, -0.054699163883924484, -0.1850472390651703, 0.15185625851154327, 0.033424012362957, 0.017481204122304916, -0.01682579517364502, 0.036207377910614014, 0.040910158306360245, -0.034734535962343216, 0.13806681334972382, 0.02386532723903656, 0.02029675804078579, -0.06974552571773529, -0.043757643550634384, 0.10288891941308975, -0.010266800411045551, 0.03662586584687233, -0.0072248526848852634, -0.005163823254406452, -0.10987257212400436, -0.044017594307661057, -0.05760917067527771, 0.009876077063381672, -0.08746281266212463, -0.02105719968676567, -0.04588145390152931, 0.08856247365474701, 0.03986406698822975, -0.03739963471889496, 0.13366946578025818, -0.06360652297735214, 0.060112565755844116, 0.13559921085834503, 0.1312156617641449, 0.007542632985860109, -0.09483976662158966, -0.03316375985741615, -0.027333969250321388, -0.03124137967824936, -0.14586657285690308, 0.06388195604085922, 0.07568109035491943, 0.018731098622083664, 0.12613102793693542, -0.040227387100458145, -0.15301819145679474, 0.0009240854415111244, 0.0810854360461235, -0.007439660839736462, -0.22937506437301636, 0.03565698862075806, 0.07823856920003891, -0.11465153098106384, -0.05694149434566498, 0.12351752072572708, 0.058760225772857666, -0.08046569675207138, 0.023206520825624466, 0.10294211655855179, 0.08591389656066895, 0.08503249287605286, -0.02406034804880619, 0.06475024670362473, -0.13003072142601013, 0.08734792470932007, 0.14633780717849731, -0.030738580971956253, -0.012770939618349075, 0.12131614238023758, -0.07331153750419617, -0.04238042235374451, 0.010004037991166115, 0.06582492589950562, 0.0662352591753006, 0.012824995443224907, 0.016155485063791275, -0.1263859122991562, 0.04321755841374397, 0.14396369457244873, -0.006828800309449434, 0.029762208461761475, 0.006206543650478125, -0.038217198103666306, 0.026593776419758797, 0.13720043003559113, 0.01976064220070839, 0.04992891103029251, -0.05051828920841217, -0.019120825454592705, -0.007881805300712585, -0.06038656458258629, 0.004625575616955757, -0.041974958032369614, -0.09984210133552551, -0.019105175510048866, -0.18773381412029266, 0.05953139066696167, -0.1270444691181183, 0.006556473206728697, 0.009410997852683067, -0.04531807452440262, -0.009402016177773476, 0.017957506701350212, -0.08212625980377197, -0.04807035252451897, -0.03646853566169739, 0.13641612231731415, -0.16604819893836975, 0.022889316082000732, 0.09290174394845963, -0.094505675137043, 0.10673165321350098, 0.004681070800870657, -0.024528130888938904, 0.02501787431538105, -0.12520232796669006, -0.010260958224534988, -0.01719065196812153, 0.0632513090968132, 0.04122914373874664, -0.11772470921278, 0.011146661825478077, 0.0018360011745244265, -0.043284472078084946, 0.039293620735406876, 0.011341205798089504, -0.11320946365594864, 0.06661013513803482, -0.004391152877360582, -0.08865836262702942, 0.007148987613618374, 0.02712451107800007, 0.1577252596616745, -0.01360186468809843, 0.11554691940546036, -0.026023242622613907, 0.055859293788671494, -0.14000138640403748, -0.022655747830867767, -0.01037727389484644, -0.011472531594336033, 0.03230713680386543, -0.03171692416071892, 0.04443787410855293, 0.029385440051555634, 0.21399736404418945, -0.01565888337790966, 0.03467796742916107, 0.06367016583681107, 0.03719989210367203, -0.08285242319107056, 0.09007766842842102, -0.019573116675019264, 0.015729213133454323, 0.0022205004934221506, 0.014328096993267536, -0.10355859249830246, -0.061448127031326294, -0.047959133982658386, 0.0598115399479866, 0.23841021955013275, 0.1468610018491745, -0.05344248190522194, 0.0991726815700531, -0.08348213136196136, -0.057559192180633545, 0.07078684866428375, -0.08587174862623215, 0.016042431816458702, -0.10068952292203903, 0.03476763516664505, 0.038914360105991364, -0.1556146740913391, 0.14740103483200073, -0.05244329944252968, -0.038950979709625244, -0.025384515523910522, -0.14600996673107147, -0.07664154469966888, -0.0052604409866034985, -0.01724878139793873, -0.11498400568962097, 0.08461166173219681, 0.12976762652397156, 0.014878840185701847, 0.02075193263590336, 0.05591423436999321, -0.07061729580163956, -0.08753179758787155, 0.08638861775398254, 0.048935338854789734, 0.0132370600476861, 0.0016817126888781786, 0.06453289836645126, -0.03337491303682327, 0.10636390745639801, 0.05475381389260292, 0.08869948238134384, 0.01591923087835312, -0.019929707050323486, -0.06934605538845062, -0.06197246536612511, 0.051109250634908676, -0.04687359184026718, -0.08486449718475342, 0.17139165103435516, 0.04516701400279999, 0.030345909297466278, 0.004159131087362766, 0.2563403844833374, -0.0019405828788876534, -0.15201053023338318, -0.1890684962272644, 0.009215664118528366, -0.023497924208641052, 0.010929213836789131, 0.05085672065615654, -0.11370429396629333, -0.01621120423078537, 0.07270754128694534, 0.14903512597084045, -0.002230302197858691, 0.02025085687637329, 0.0022827554494142532, 0.01632506400346756, 0.003132711863145232, 0.06857277452945709, -0.007903709076344967, 0.23922796547412872, -0.016988422721624374, 0.04526025056838989, 0.027495047077536583, -0.0574708990752697, -0.09172707051038742, 0.15310494601726532, -0.04067103937268257, -0.03159704431891441, -0.08282908797264099, 0.1139352098107338, -0.0713701918721199, -0.2422717660665512, 0.018335966393351555, -0.15454240143299103, -0.19353149831295013, -0.036333031952381134, 0.031064096838235855, -0.030708342790603638, -0.025323618203401566, 0.08351017534732819, -0.06814177334308624, 0.18481563031673431, 0.03427399322390556, -0.012907765805721283, -0.03011578507721424, 0.12434612214565277, -0.12108450382947922, 0.18758611381053925, 0.009659145958721638, 0.043791644275188446, 0.08872436732053757, -0.027742967009544373, -0.13167676329612732, -0.013991594314575195, 0.07521067559719086, -0.036257464438676834, 0.048049550503492355, 0.176339790225029, 0.0057562910951673985, 0.1322416365146637, 0.09742435067892075, -0.010050483047962189, 0.05027247220277786, 0.04503756761550903, -0.060377079993486404, -0.057979147881269455, 0.06655754148960114, -0.11663668602705002, 0.08028461039066315, 0.10521542280912399, -0.03793327882885933, 0.014665011316537857, -0.024107063189148903, 0.032704222947359085, -0.04140705242753029, 0.1517113298177719, -0.04805818945169449, -0.15718801319599152, 0.013569638133049011, 0.00341227394528687, 0.11940966546535492, -0.1646764874458313, -0.04964470490813255, 0.016169605776667595, -0.014421869069337845, -0.06199313700199127, 0.1336735486984253, 0.12022170424461365, -0.014169522561132908, -0.02836671471595764, -0.1833859533071518, 0.05134085193276405, 0.1034085750579834, -0.04157617315649986, 0.04855898395180702 ]
9157196d77890cf20b57075353813b34dba3426e
# Dataset Card for Ascent KB ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://ascent.mpi-inf.mpg.de/ - **Repository:** https://github.com/phongnt570/ascent - **Paper:** https://arxiv.org/abs/2011.00905 - **Point of Contact:** http://tuan-phong.com ### Dataset Summary This dataset contains 8.9M commonsense assertions extracted by the Ascent pipeline developed at the [Max Planck Institute for Informatics](https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/). The focus of this dataset is on everyday concepts such as *elephant*, *car*, *laptop*, etc. The current version of Ascent KB (v1.0.0) is approximately **19 times larger than ConceptNet** (note that, in this comparison, non-commonsense knowledge in ConceptNet such as lexical relations is excluded). For more details, take a look at [the research paper](https://arxiv.org/abs/2011.00905) and [the website](https://ascent.mpi-inf.mpg.de). ### Supported Tasks and Leaderboards The dataset can be used in a wide range of downstream tasks such as commonsense question answering or dialogue systems. ### Languages The dataset is in English. ## Dataset Structure ### Data Instances There are two configurations available for this dataset: 1. `canonical` (default): This part contains `<arg1 ; rel ; arg2>` assertions where the relations (`rel`) were mapped to [ConceptNet relations](https://github.com/commonsense/conceptnet5/wiki/Relations) with slight modifications: - Introducing 2 new relations: `/r/HasSubgroup`, `/r/HasAspect`. - All `/r/HasA` relations were replaced with `/r/HasAspect`. This is motivated by the [ATOMIC-2020](https://allenai.org/data/atomic-2020) schema, although they grouped all `/r/HasA` and `/r/HasProperty` into `/r/HasProperty`. - The `/r/UsedFor` relation was replaced with `/r/ObjectUse` which is broader (could be either _"used for"_, _"used in"_, or _"used as"_, ect.). This is also taken from ATOMIC-2020. 2. `open`: This part contains open assertions of the form `<subject ; predicate ; object>` extracted directly from web contents. This is the original form of the `canonical` triples. In both configurations, each assertion is equipped with extra information including: a set of semantic `facets` (e.g., *LOCATION*, *TEMPORAL*, etc.), its `support` (i.e., number of occurrences), and a list of `source_sentences`. An example row in the `canonical` configuration: ```JSON { "arg1": "elephant", "rel": "/r/HasProperty", "arg2": "intelligent", "support": 15, "facets": [ { "value": "extremely", "type": "DEGREE", "support": 11 } ], "source_sentences": [ { "text": "Elephants are extremely intelligent animals.", "source": "https://www.softschools.com/facts/animals/asian_elephant_facts/2310/" }, { "text": "Elephants are extremely intelligent creatures and an elephant's brain can weigh as much as 4-6 kg.", "source": "https://www.elephantsforafrica.org/elephant-facts/" } ] } ``` ### Data Fields - **For `canonical` configuration** - `arg1`: the first argument to the relationship, e.g., *elephant* - `rel`: the canonical relation, e.g., */r/HasProperty* - `arg2`: the second argument to the relationship, e.g., *intelligence* - `support`: the number of occurrences of the assertion, e.g., *15* - `facets`: an array of semantic facets, each contains - `value`: facet value, e.g., *extremely* - `type`: facet type, e.g., *DEGREE* - `support`: the number of occurrences of the facet, e.g., *11* - `source_sentences`: an array of source sentences from which the assertion was extracted, each contains - `text`: the raw text of the sentence - `source`: the URL to its parent document - **For `open` configuration** - The fields of this configuration are the same as the `canonical` configuration's, except that the (`arg1`, `rel`, `arg2`) fields are replaced with the (`subject`, `predicate`, `object`) fields which are free text phrases extracted directly from the source sentences using an Open Information Extraction (OpenIE) tool. ### Data Splits There are no splits. All data points come to a default split called `train`. ## Dataset Creation ### Curation Rationale The commonsense knowledge base was created to assist in development of robust and reliable AI. ### Source Data #### Initial Data Collection and Normalization Texts were collected from the web using the Bing Search API, and went through various cleaning steps before being processed by an OpenIE tool to get open assertions. The assertions were then grouped into semantically equivalent clusters. Take a look at the research paper for more details. #### Who are the source language producers? Web users. ### Annotations #### Annotation process None. #### Who are the annotators? None. ### Personal and Sensitive Information Unknown. ## Considerations for Using the Data ### Social Impact of Dataset [Needs More Information] ### Discussion of Biases [Needs More Information] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators The knowledge base has been developed by researchers at the [Max Planck Institute for Informatics](https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/). Contact [Tuan-Phong Nguyen](http://tuan-phong.com) in case of questions and comments. ### Licensing Information [The Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/) ### Citation Information ``` @InProceedings{nguyen2021www, title={Advanced Semantics for Commonsense Knowledge Extraction}, author={Nguyen, Tuan-Phong and Razniewski, Simon and Weikum, Gerhard}, year={2021}, booktitle={The Web Conference 2021}, } ``` ### Contributions Thanks to [@phongnt570](https://github.com/phongnt570) for adding this dataset.
ascent_kb
[ "task_categories:other", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:1M<n<10M", "source_datasets:original", "language:en", "license:cc-by-4.0", "knowledge-base", "arxiv:2011.00905", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["1M<n<10M"], "source_datasets": ["original"], "task_categories": ["other"], "task_ids": [], "paperswithcode_id": "ascentkb", "pretty_name": "Ascent KB", "tags": ["knowledge-base"], "dataset_info": [{"config_name": "canonical", "features": [{"name": "arg1", "dtype": "string"}, {"name": "rel", "dtype": "string"}, {"name": "arg2", "dtype": "string"}, {"name": "support", "dtype": "int64"}, {"name": "facets", "list": [{"name": "value", "dtype": "string"}, {"name": "type", "dtype": "string"}, {"name": "support", "dtype": "int64"}]}, {"name": "source_sentences", "list": [{"name": "text", "dtype": "string"}, {"name": "source", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2976665740, "num_examples": 8904060}], "download_size": 898478552, "dataset_size": 2976665740}, {"config_name": "open", "features": [{"name": "subject", "dtype": "string"}, {"name": "predicate", "dtype": "string"}, {"name": "object", "dtype": "string"}, {"name": "support", "dtype": "int64"}, {"name": "facets", "list": [{"name": "value", "dtype": "string"}, {"name": "type", "dtype": "string"}, {"name": "support", "dtype": "int64"}]}, {"name": "source_sentences", "list": [{"name": "text", "dtype": "string"}, {"name": "source", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2882646222, "num_examples": 8904060}], "download_size": 900156754, "dataset_size": 2882646222}], "configs": [{"config_name": "canonical", "data_files": [{"split": "train", "path": "canonical/train-*"}], "default": true}, {"config_name": "open", "data_files": [{"split": "train", "path": "open/train-*"}]}]}
2024-01-09T14:44:26+00:00
[ "2011.00905" ]
[ "en" ]
TAGS #task_categories-other #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc-by-4.0 #knowledge-base #arxiv-2011.00905 #region-us
# Dataset Card for Ascent KB ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: URL - Point of Contact: URL ### Dataset Summary This dataset contains 8.9M commonsense assertions extracted by the Ascent pipeline developed at the Max Planck Institute for Informatics. The focus of this dataset is on everyday concepts such as *elephant*, *car*, *laptop*, etc. The current version of Ascent KB (v1.0.0) is approximately 19 times larger than ConceptNet (note that, in this comparison, non-commonsense knowledge in ConceptNet such as lexical relations is excluded). For more details, take a look at the research paper and the website. ### Supported Tasks and Leaderboards The dataset can be used in a wide range of downstream tasks such as commonsense question answering or dialogue systems. ### Languages The dataset is in English. ## Dataset Structure ### Data Instances There are two configurations available for this dataset: 1. 'canonical' (default): This part contains '<arg1 ; rel ; arg2>' assertions where the relations ('rel') were mapped to ConceptNet relations with slight modifications: - Introducing 2 new relations: '/r/HasSubgroup', '/r/HasAspect'. - All '/r/HasA' relations were replaced with '/r/HasAspect'. This is motivated by the ATOMIC-2020 schema, although they grouped all '/r/HasA' and '/r/HasProperty' into '/r/HasProperty'. - The '/r/UsedFor' relation was replaced with '/r/ObjectUse' which is broader (could be either _"used for"_, _"used in"_, or _"used as"_, ect.). This is also taken from ATOMIC-2020. 2. 'open': This part contains open assertions of the form '<subject ; predicate ; object>' extracted directly from web contents. This is the original form of the 'canonical' triples. In both configurations, each assertion is equipped with extra information including: a set of semantic 'facets' (e.g., *LOCATION*, *TEMPORAL*, etc.), its 'support' (i.e., number of occurrences), and a list of 'source_sentences'. An example row in the 'canonical' configuration: ### Data Fields - For 'canonical' configuration - 'arg1': the first argument to the relationship, e.g., *elephant* - 'rel': the canonical relation, e.g., */r/HasProperty* - 'arg2': the second argument to the relationship, e.g., *intelligence* - 'support': the number of occurrences of the assertion, e.g., *15* - 'facets': an array of semantic facets, each contains - 'value': facet value, e.g., *extremely* - 'type': facet type, e.g., *DEGREE* - 'support': the number of occurrences of the facet, e.g., *11* - 'source_sentences': an array of source sentences from which the assertion was extracted, each contains - 'text': the raw text of the sentence - 'source': the URL to its parent document - For 'open' configuration - The fields of this configuration are the same as the 'canonical' configuration's, except that the ('arg1', 'rel', 'arg2') fields are replaced with the ('subject', 'predicate', 'object') fields which are free text phrases extracted directly from the source sentences using an Open Information Extraction (OpenIE) tool. ### Data Splits There are no splits. All data points come to a default split called 'train'. ## Dataset Creation ### Curation Rationale The commonsense knowledge base was created to assist in development of robust and reliable AI. ### Source Data #### Initial Data Collection and Normalization Texts were collected from the web using the Bing Search API, and went through various cleaning steps before being processed by an OpenIE tool to get open assertions. The assertions were then grouped into semantically equivalent clusters. Take a look at the research paper for more details. #### Who are the source language producers? Web users. ### Annotations #### Annotation process None. #### Who are the annotators? None. ### Personal and Sensitive Information Unknown. ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators The knowledge base has been developed by researchers at the Max Planck Institute for Informatics. Contact Tuan-Phong Nguyen in case of questions and comments. ### Licensing Information The Creative Commons Attribution 4.0 International License ### Contributions Thanks to @phongnt570 for adding this dataset.
[ "# Dataset Card for Ascent KB", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Point of Contact: URL", "### Dataset Summary\n\nThis dataset contains 8.9M commonsense assertions extracted by the Ascent pipeline developed at the Max Planck Institute for Informatics.\nThe focus of this dataset is on everyday concepts such as *elephant*, *car*, *laptop*, etc.\nThe current version of Ascent KB (v1.0.0) is approximately 19 times larger than ConceptNet (note that, in this comparison, non-commonsense knowledge in ConceptNet such as lexical relations is excluded).\n\nFor more details, take a look at\nthe research paper and\nthe website.", "### Supported Tasks and Leaderboards\n\nThe dataset can be used in a wide range of downstream tasks such as commonsense question answering or dialogue systems.", "### Languages\n\nThe dataset is in English.", "## Dataset Structure", "### Data Instances\nThere are two configurations available for this dataset:\n1. 'canonical' (default): This part contains '<arg1 ; rel ; arg2>'\n assertions where the relations ('rel') were mapped to \n ConceptNet relations\n with slight modifications:\n - Introducing 2 new relations: '/r/HasSubgroup', '/r/HasAspect'.\n - All '/r/HasA' relations were replaced with '/r/HasAspect'. \n This is motivated by the ATOMIC-2020\n schema, although they grouped all '/r/HasA' and\n '/r/HasProperty' into '/r/HasProperty'.\n - The '/r/UsedFor' relation was replaced with '/r/ObjectUse'\n which is broader (could be either _\"used for\"_, _\"used in\"_, or _\"used as\"_, ect.).\n This is also taken from ATOMIC-2020.\n2. 'open': This part contains open assertions of the form\n '<subject ; predicate ; object>' extracted directly from web\n contents. This is the original form of the 'canonical' triples. \n\nIn both configurations, each assertion is equipped with \nextra information including: a set of semantic 'facets'\n(e.g., *LOCATION*, *TEMPORAL*, etc.), its 'support' (i.e., number of occurrences),\nand a list of 'source_sentences'.\n\nAn example row in the 'canonical' configuration:", "### Data Fields\n\n- For 'canonical' configuration\n - 'arg1': the first argument to the relationship, e.g., *elephant*\n - 'rel': the canonical relation, e.g., */r/HasProperty*\n - 'arg2': the second argument to the relationship, e.g., *intelligence*\n - 'support': the number of occurrences of the assertion, e.g., *15*\n - 'facets': an array of semantic facets, each contains\n - 'value': facet value, e.g., *extremely*\n - 'type': facet type, e.g., *DEGREE*\n - 'support': the number of occurrences of the facet, e.g., *11*\n - 'source_sentences': an array of source sentences from which the assertion was\n extracted, each contains\n - 'text': the raw text of the sentence\n - 'source': the URL to its parent document\n\n- For 'open' configuration\n - The fields of this configuration are the same as the 'canonical'\n configuration's, except that\n the ('arg1', 'rel', 'arg2') fields are replaced with the\n ('subject', 'predicate', 'object') fields\n which are free\n text phrases extracted directly from the source sentences\n using an Open Information Extraction (OpenIE) tool.", "### Data Splits\n\nThere are no splits. All data points come to a default split called 'train'.", "## Dataset Creation", "### Curation Rationale\n\nThe commonsense knowledge base was created to assist in development of robust and reliable AI.", "### Source Data", "#### Initial Data Collection and Normalization\n\nTexts were collected from the web using the Bing Search API, and went through various cleaning steps before being processed by an OpenIE tool to get open assertions.\nThe assertions were then grouped into semantically equivalent clusters.\nTake a look at the research paper for more details.", "#### Who are the source language producers?\n\nWeb users.", "### Annotations", "#### Annotation process\n\nNone.", "#### Who are the annotators?\n\nNone.", "### Personal and Sensitive Information\n\nUnknown.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe knowledge base has been developed by researchers at the\nMax Planck Institute for Informatics.\n\nContact Tuan-Phong Nguyen in case of questions and comments.", "### Licensing Information\n\nThe Creative Commons Attribution 4.0 International License", "### Contributions\n\nThanks to @phongnt570 for adding this dataset." ]
[ "TAGS\n#task_categories-other #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc-by-4.0 #knowledge-base #arxiv-2011.00905 #region-us \n", "# Dataset Card for Ascent KB", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Point of Contact: URL", "### Dataset Summary\n\nThis dataset contains 8.9M commonsense assertions extracted by the Ascent pipeline developed at the Max Planck Institute for Informatics.\nThe focus of this dataset is on everyday concepts such as *elephant*, *car*, *laptop*, etc.\nThe current version of Ascent KB (v1.0.0) is approximately 19 times larger than ConceptNet (note that, in this comparison, non-commonsense knowledge in ConceptNet such as lexical relations is excluded).\n\nFor more details, take a look at\nthe research paper and\nthe website.", "### Supported Tasks and Leaderboards\n\nThe dataset can be used in a wide range of downstream tasks such as commonsense question answering or dialogue systems.", "### Languages\n\nThe dataset is in English.", "## Dataset Structure", "### Data Instances\nThere are two configurations available for this dataset:\n1. 'canonical' (default): This part contains '<arg1 ; rel ; arg2>'\n assertions where the relations ('rel') were mapped to \n ConceptNet relations\n with slight modifications:\n - Introducing 2 new relations: '/r/HasSubgroup', '/r/HasAspect'.\n - All '/r/HasA' relations were replaced with '/r/HasAspect'. \n This is motivated by the ATOMIC-2020\n schema, although they grouped all '/r/HasA' and\n '/r/HasProperty' into '/r/HasProperty'.\n - The '/r/UsedFor' relation was replaced with '/r/ObjectUse'\n which is broader (could be either _\"used for\"_, _\"used in\"_, or _\"used as\"_, ect.).\n This is also taken from ATOMIC-2020.\n2. 'open': This part contains open assertions of the form\n '<subject ; predicate ; object>' extracted directly from web\n contents. This is the original form of the 'canonical' triples. \n\nIn both configurations, each assertion is equipped with \nextra information including: a set of semantic 'facets'\n(e.g., *LOCATION*, *TEMPORAL*, etc.), its 'support' (i.e., number of occurrences),\nand a list of 'source_sentences'.\n\nAn example row in the 'canonical' configuration:", "### Data Fields\n\n- For 'canonical' configuration\n - 'arg1': the first argument to the relationship, e.g., *elephant*\n - 'rel': the canonical relation, e.g., */r/HasProperty*\n - 'arg2': the second argument to the relationship, e.g., *intelligence*\n - 'support': the number of occurrences of the assertion, e.g., *15*\n - 'facets': an array of semantic facets, each contains\n - 'value': facet value, e.g., *extremely*\n - 'type': facet type, e.g., *DEGREE*\n - 'support': the number of occurrences of the facet, e.g., *11*\n - 'source_sentences': an array of source sentences from which the assertion was\n extracted, each contains\n - 'text': the raw text of the sentence\n - 'source': the URL to its parent document\n\n- For 'open' configuration\n - The fields of this configuration are the same as the 'canonical'\n configuration's, except that\n the ('arg1', 'rel', 'arg2') fields are replaced with the\n ('subject', 'predicate', 'object') fields\n which are free\n text phrases extracted directly from the source sentences\n using an Open Information Extraction (OpenIE) tool.", "### Data Splits\n\nThere are no splits. All data points come to a default split called 'train'.", "## Dataset Creation", "### Curation Rationale\n\nThe commonsense knowledge base was created to assist in development of robust and reliable AI.", "### Source Data", "#### Initial Data Collection and Normalization\n\nTexts were collected from the web using the Bing Search API, and went through various cleaning steps before being processed by an OpenIE tool to get open assertions.\nThe assertions were then grouped into semantically equivalent clusters.\nTake a look at the research paper for more details.", "#### Who are the source language producers?\n\nWeb users.", "### Annotations", "#### Annotation process\n\nNone.", "#### Who are the annotators?\n\nNone.", "### Personal and Sensitive Information\n\nUnknown.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe knowledge base has been developed by researchers at the\nMax Planck Institute for Informatics.\n\nContact Tuan-Phong Nguyen in case of questions and comments.", "### Licensing Information\n\nThe Creative Commons Attribution 4.0 International License", "### Contributions\n\nThanks to @phongnt570 for adding this dataset." ]
[ 86, 8, 120, 24, 129, 36, 11, 6, 374, 333, 25, 5, 24, 4, 73, 13, 5, 8, 12, 12, 8, 7, 8, 7, 5, 38, 13, 19 ]
[ "passage: TAGS\n#task_categories-other #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc-by-4.0 #knowledge-base #arxiv-2011.00905 #region-us \n# Dataset Card for Ascent KB## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Point of Contact: URL### Dataset Summary\n\nThis dataset contains 8.9M commonsense assertions extracted by the Ascent pipeline developed at the Max Planck Institute for Informatics.\nThe focus of this dataset is on everyday concepts such as *elephant*, *car*, *laptop*, etc.\nThe current version of Ascent KB (v1.0.0) is approximately 19 times larger than ConceptNet (note that, in this comparison, non-commonsense knowledge in ConceptNet such as lexical relations is excluded).\n\nFor more details, take a look at\nthe research paper and\nthe website.### Supported Tasks and Leaderboards\n\nThe dataset can be used in a wide range of downstream tasks such as commonsense question answering or dialogue systems.### Languages\n\nThe dataset is in English.## Dataset Structure", "passage: ### Data Instances\nThere are two configurations available for this dataset:\n1. 'canonical' (default): This part contains '<arg1 ; rel ; arg2>'\n assertions where the relations ('rel') were mapped to \n ConceptNet relations\n with slight modifications:\n - Introducing 2 new relations: '/r/HasSubgroup', '/r/HasAspect'.\n - All '/r/HasA' relations were replaced with '/r/HasAspect'. \n This is motivated by the ATOMIC-2020\n schema, although they grouped all '/r/HasA' and\n '/r/HasProperty' into '/r/HasProperty'.\n - The '/r/UsedFor' relation was replaced with '/r/ObjectUse'\n which is broader (could be either _\"used for\"_, _\"used in\"_, or _\"used as\"_, ect.).\n This is also taken from ATOMIC-2020.\n2. 'open': This part contains open assertions of the form\n '<subject ; predicate ; object>' extracted directly from web\n contents. This is the original form of the 'canonical' triples. \n\nIn both configurations, each assertion is equipped with \nextra information including: a set of semantic 'facets'\n(e.g., *LOCATION*, *TEMPORAL*, etc.), its 'support' (i.e., number of occurrences),\nand a list of 'source_sentences'.\n\nAn example row in the 'canonical' configuration:### Data Fields\n\n- For 'canonical' configuration\n - 'arg1': the first argument to the relationship, e.g., *elephant*\n - 'rel': the canonical relation, e.g., */r/HasProperty*\n - 'arg2': the second argument to the relationship, e.g., *intelligence*\n - 'support': the number of occurrences of the assertion, e.g., *15*\n - 'facets': an array of semantic facets, each contains\n - 'value': facet value, e.g., *extremely*\n - 'type': facet type, e.g., *DEGREE*\n - 'support': the number of occurrences of the facet, e.g., *11*\n - 'source_sentences': an array of source sentences from which the assertion was\n extracted, each contains\n - 'text': the raw text of the sentence\n - 'source': the URL to its parent document\n\n- For 'open' configuration\n - The fields of this configuration are the same as the 'canonical'\n configuration's, except that\n the ('arg1', 'rel', 'arg2') fields are replaced with the\n ('subject', 'predicate', 'object') fields\n which are free\n text phrases extracted directly from the source sentences\n using an Open Information Extraction (OpenIE) tool.### Data Splits\n\nThere are no splits. All data points come to a default split called 'train'.## Dataset Creation### Curation Rationale\n\nThe commonsense knowledge base was created to assist in development of robust and reliable AI.### Source Data#### Initial Data Collection and Normalization\n\nTexts were collected from the web using the Bing Search API, and went through various cleaning steps before being processed by an OpenIE tool to get open assertions.\nThe assertions were then grouped into semantically equivalent clusters.\nTake a look at the research paper for more details.#### Who are the source language producers?\n\nWeb users.### Annotations#### Annotation process\n\nNone.#### Who are the annotators?\n\nNone." ]
[ -0.020093508064746857, 0.04541086405515671, -0.008006896823644638, 0.046103738248348236, 0.04465559124946594, 0.007934346795082092, 0.07889731228351593, 0.06100628525018692, -0.013627154752612114, 0.10449711978435516, -0.054837100207805634, 0.0337144173681736, 0.08460086584091187, 0.0958215668797493, 0.017740633338689804, -0.15117241442203522, 0.006276894360780716, -0.0742836445569992, -0.08498818427324295, 0.05345708504319191, 0.15491731464862823, -0.06086689978837967, 0.061887532472610474, -0.014985984191298485, -0.014635071158409119, -0.017283393070101738, -0.04975736141204834, -0.017425088211894035, 0.08311089873313904, 0.07224979996681213, 0.09991849958896637, 0.0017132384236901999, 0.034066181629896164, -0.24457791447639465, 0.013567591086030006, 0.09034180641174316, -0.0038972944021224976, 0.029217448085546494, 0.06682811677455902, -0.05095624923706055, 0.022412052378058434, -0.06366879492998123, 0.04950442910194397, 0.02966269664466381, -0.10111510753631592, -0.07003909349441528, -0.10926442593336105, 0.03370213136076927, 0.05664423108100891, -0.016945216804742813, -0.010082659311592579, 0.037783972918987274, -0.020996233448386192, 0.056199416518211365, 0.08604590594768524, -0.04956572875380516, -0.0008120201528072357, 0.004811367020010948, -0.05833453685045242, 0.06553073972463608, -0.031999893486499786, -0.03470751643180847, 0.0008585434406995773, 0.019025854766368866, 0.009922131896018982, 0.016296708956360817, -0.04658201336860657, -0.004329794552177191, -0.0925016850233078, -0.049903638660907745, 0.2369699329137802, 0.02572346292436123, -0.03728151321411133, -0.0902511328458786, -0.04669298231601715, 0.015601029619574547, 0.019380245357751846, -0.009435130283236504, 0.02852783352136612, 0.016827743500471115, 0.10740356147289276, -0.06885384768247604, -0.13711269199848175, 0.05352500081062317, -0.08740945160388947, 0.018690571188926697, 0.012708843685686588, 0.04336734116077423, -0.010531133972108364, 0.06365302205085754, -0.00003900192677974701, -0.0970374122262001, -0.050647322088479996, -0.04405111074447632, -0.10291619598865509, -0.021523436531424522, -0.014365512877702713, -0.07820340245962143, 0.05355382710695267, 0.12874047458171844, 0.008701189421117306, 0.001994018442928791, -0.07485678791999817, 0.02818022295832634, 0.1229938492178917, 0.07892049103975296, 0.020751910284161568, -0.04336608946323395, -0.002626645378768444, 0.0345873199403286, 0.027295593172311783, -0.029089894145727158, -0.022733982652425766, 0.06645581126213074, 0.0008747532265260816, 0.0029410067945718765, 0.11299744248390198, 0.021604109555482864, -0.04854700714349747, -0.057878103107213974, 0.1162867397069931, -0.15473802387714386, 0.014344841241836548, 0.036124758422374725, -0.017924560233950615, 0.03243901953101158, 0.01326146349310875, 0.041785575449466705, -0.04667779058218002, 0.030341707170009613, -0.04200109839439392, 0.018168538808822632, -0.08931629359722137, -0.048262108117341995, 0.04798063635826111, -0.027165550738573074, -0.05107906460762024, -0.06952138990163803, -0.11462277173995972, -0.05241673067212105, 0.05396917462348938, -0.032731711864471436, -0.013210746459662914, 0.010119644924998283, 0.023292334750294685, -0.004186556674540043, 0.006400419864803553, -0.0005137152038514614, -0.04359224811196327, -0.004976203199476004, -0.03873450309038162, 0.008794015273451805, 0.03043436072766781, 0.026573065668344498, -0.06451080739498138, 0.03413376957178116, -0.09534372389316559, 0.1165887862443924, -0.07444731146097183, -0.013580303639173508, -0.09578217566013336, 0.012017689645290375, -0.010663890279829502, 0.02960837446153164, -0.021833447739481926, 0.05471520125865936, -0.1516830176115036, -0.004100782796740532, 0.1081320196390152, -0.1275058388710022, -0.07618691772222519, 0.10078524053096771, -0.04399758577346802, 0.06112168729305267, 0.02798192948102951, 0.08158501982688904, 0.083122119307518, -0.03837651014328003, -0.0707668662071228, -0.0419238805770874, 0.0438135601580143, 0.17049303650856018, 0.08743298053741455, -0.0527288019657135, 0.14365705847740173, 0.01435146015137434, -0.015080981887876987, -0.052617788314819336, 0.022596940398216248, -0.07544586062431335, 0.008724987506866455, -0.014864068478345871, -0.021216992288827896, -0.04815446585416794, -0.050717078149318695, -0.0013251034542918205, -0.057560406625270844, 0.023296115919947624, 0.05514062941074371, -0.0323927104473114, 0.04175492748618126, -0.02914716862142086, -0.015001429244875908, -0.0006767304148525, -0.023988133296370506, -0.15689992904663086, -0.18861550092697144, 0.043985623866319656, -0.08062571287155151, 0.05972501263022423, 0.05657617002725601, 0.0010250748600810766, 0.02178264781832695, -0.012246723286807537, 0.01725800335407257, -0.046637337654829025, -0.003999870270490646, 0.016220368444919586, -0.1399371474981308, -0.010206356644630432, -0.07010439038276672, 0.09430164098739624, -0.06559506803750992, 0.015432743355631828, 0.06003156304359436, 0.15797081589698792, 0.04398617893457413, -0.042751677334308624, -0.03323189541697502, -0.022543855011463165, -0.05957464128732681, -0.019375745207071304, -0.021358154714107513, -0.001807907596230507, 0.023825421929359436, 0.05854538083076477, -0.14023657143115997, -0.07969457656145096, 0.035222552716732025, 0.007517237216234207, -0.03643380105495453, -0.09422567486763, -0.05373020097613335, -0.029413137584924698, -0.09588079154491425, -0.08362630009651184, 0.07996942102909088, 0.033565908670425415, 0.04961235076189041, -0.04705784469842911, -0.05826493352651596, -0.015200975351035595, -0.03758387640118599, -0.05961519479751587, 0.02478664182126522, 0.03421827033162117, -0.09902358055114746, 0.10812266170978546, 0.040331315249204636, 0.04472639784216881, 0.08608385920524597, -0.02272638864815235, -0.08072531223297119, -0.031963858753442764, 0.030750518664717674, -0.027003861963748932, 0.06043557450175285, -0.07010795176029205, 0.0011293301358819008, 0.05575009062886238, 0.039910316467285156, 0.024274304509162903, -0.08898857980966568, 0.0744057297706604, 0.045322783291339874, -0.010499341413378716, 0.030454467982053757, -0.04886992275714874, 0.022005639970302582, 0.08818438649177551, -0.0064078643918037415, 0.05419297516345978, -0.004556359723210335, -0.05421610176563263, -0.12140069901943207, 0.12883882224559784, -0.13666996359825134, -0.2343723475933075, -0.12424656748771667, -0.04026059806346893, -0.04068668559193611, 0.005200350657105446, 0.03752543777227402, -0.012136731296777725, -0.0777207762002945, -0.08422988653182983, 0.06115327030420303, 0.009845180436968803, -0.08052299916744232, -0.011968347243964672, 0.07297153025865555, -0.009768888354301453, -0.1211259514093399, -0.005264239851385355, 0.02271544747054577, -0.02689957618713379, 0.003209643764421344, 0.06534334272146225, 0.03309035301208496, 0.08224016427993774, 0.03734524920582771, -0.021439101547002792, -0.014601589180529118, 0.1386052817106247, -0.07508624345064163, 0.10549823939800262, 0.09535236656665802, -0.0655456930398941, 0.0935530811548233, 0.1857646107673645, 0.024373354390263557, 0.010807275772094727, 0.051870159804821014, 0.04785618558526039, -0.01704086735844612, -0.23699204623699188, -0.07536226511001587, -0.047670185565948486, -0.06880122423171997, 0.042452435940504074, 0.031338371336460114, 0.02030179463326931, 0.03627806156873703, -0.09537473320960999, 0.005890314932912588, 0.029905734583735466, 0.046625975519418716, 0.12803633511066437, 0.000932368217036128, 0.07507249712944031, -0.04769635200500488, -0.026702340692281723, 0.0696103647351265, 0.0787893533706665, 0.20489349961280823, -0.036377135664224625, 0.13615559041500092, 0.07304725050926208, 0.04204799234867096, -0.03772996738553047, 0.05062393471598625, -0.009406727738678455, 0.10057994723320007, -0.03312348574399948, -0.048303961753845215, -0.02766674943268299, 0.11804674565792084, 0.08366245776414871, -0.08653287589550018, 0.06809410452842712, 0.007031232118606567, 0.06127975881099701, 0.14687633514404297, 0.051451683044433594, -0.07734328508377075, -0.024926092475652695, 0.05678103491663933, -0.003405435010790825, -0.07422101497650146, -0.03835822269320488, 0.06772048026323318, -0.08442462980747223, 0.06306682527065277, 0.013680929318070412, 0.05725625157356262, -0.07303386926651001, -0.031151684001088142, -0.016370628029108047, -0.014109941199421883, -0.005380329675972462, 0.07982054352760315, -0.15606924891471863, 0.18264423310756683, 0.009041639976203442, -0.018334729596972466, -0.046218518167734146, 0.10331134498119354, -0.004383176099509001, -0.01605265960097313, 0.0736500695347786, 0.028373293578624725, -0.1505795121192932, 0.01626425050199032, -0.06921807676553726, 0.025924118235707283, 0.09242070466279984, -0.10780254006385803, 0.08405763655900955, -0.01490071788430214, -0.003339148359373212, -0.013085154816508293, -0.010882705450057983, -0.09466567635536194, -0.20476403832435608, 0.12148594856262207, -0.08984841406345367, -0.035898562520742416, -0.04595678299665451, -0.05332791060209274, -0.04622776061296463, 0.13949128985404968, -0.12305578589439392, -0.07322219014167786, -0.08934811502695084, -0.010759161785244942, 0.11712208390235901, -0.05914430692791939, 0.03718098998069763, -0.016984160989522934, 0.1424160748720169, -0.01233227364718914, -0.047924648970365524, 0.004726412706077099, -0.06790172308683395, -0.1460191160440445, -0.07780349254608154, 0.08656356483697891, 0.03463059663772583, 0.020768240094184875, 0.0036397501826286316, 0.06463195383548737, -0.01241781935095787, -0.0555807426571846, 0.03855505213141441, 0.11682428419589996, 0.04661984741687775, 0.1346532702445984, -0.07347704470157623, -0.17483070492744446, -0.07411161810159683, -0.07058510929346085, 0.05069052800536156, 0.16164225339889526, -0.036112017929553986, 0.12461957335472107, 0.12071716785430908, -0.12580031156539917, -0.1550997942686081, -0.06765228509902954, 0.06464990973472595, -0.01153635885566473, 0.052103884518146515, -0.17978277802467346, 0.1258087456226349, 0.05435671657323837, -0.03175385668873787, -0.0010593440383672714, -0.1079721450805664, -0.10065197944641113, 0.020791880786418915, -0.0402919203042984, -0.15067058801651, -0.10840941965579987, -0.04866332560777664, -0.009945162571966648, -0.1482999622821808, 0.15127308666706085, 0.020467009395360947, 0.0020363605581223965, 0.02947509102523327, 0.05188635736703873, 0.027758043259382248, -0.03122738189995289, 0.12763890624046326, 0.02265317738056183, -0.014310484752058983, -0.06940025836229324, -0.05701466649770737, 0.09467533230781555, -0.060432665050029755, 0.10006467252969742, 0.03323262929916382, 0.012453556060791016, -0.08225609362125397, -0.02505112811923027, -0.03704729676246643, 0.062385015189647675, -0.06211896613240242, -0.06171676889061928, -0.09531451761722565, 0.014325238764286041, 0.11589182913303375, -0.0026574302464723587, 0.10172009468078613, 0.014062376692891121, 0.02429082803428173, 0.15958920121192932, 0.05908263474702835, 0.028811011463403702, -0.14459215104579926, -0.04413047432899475, 0.0029873941093683243, -0.03280074894428253, -0.13216224312782288, 0.07992438226938248, 0.0853036418557167, -0.0028172535821795464, 0.12408214807510376, 0.017375294119119644, -0.15391553938388824, 0.012250347062945366, 0.08589845895767212, -0.010759726166725159, -0.12030520290136337, 0.0007171239703893661, 0.06054018437862396, -0.142649307847023, -0.03463858738541603, 0.13001441955566406, 0.04132934287190437, -0.029343001544475555, -0.03461115062236786, 0.11886512488126755, 0.05017690360546112, 0.05291745811700821, 0.02862827479839325, 0.043993204832077026, -0.04365594685077667, 0.07343149185180664, 0.14172877371311188, -0.13220129907131195, -0.01027839444577694, 0.046292513608932495, -0.035760872066020966, -0.05226762592792511, 0.002808108925819397, -0.061336759477853775, -0.03171197324991226, -0.022685591131448746, -0.01871480979025364, -0.05490921437740326, 0.0109004070982337, 0.10340626537799835, 0.026345500722527504, 0.05510559305548668, 0.036115117371082306, -0.011395502835512161, 0.031741611659526825, 0.13214850425720215, 0.03626781702041626, 0.056151360273361206, -0.040102556347846985, 0.026554081588983536, -0.0051461076363921165, 0.02268032170832157, 0.02350209653377533, -0.044156111776828766, -0.010823313146829605, -0.022711340337991714, -0.053446944802999496, 0.04799061641097069, -0.06488484889268875, -0.002527498872950673, 0.05955810099840164, -0.06606757640838623, 0.001877760048955679, 0.03572159633040428, -0.07060523331165314, -0.015295768156647682, -0.06783919036388397, 0.11247584968805313, -0.14588028192520142, -0.03493088111281395, 0.08957552909851074, -0.095084547996521, 0.08443881571292877, -0.00719812884926796, -0.023307209834456444, 0.018573366105556488, -0.07626193016767502, -0.0009688455611467361, 0.0014912255574017763, 0.114985391497612, -0.003071436658501625, -0.12842603027820587, 0.0066045131534338, 0.009144790470600128, -0.029034877195954323, -0.02071656659245491, 0.050428103655576706, -0.09619408845901489, 0.05622491240501404, -0.039482660591602325, -0.10481635481119156, -0.035559769719839096, 0.010462548583745956, 0.011014223098754883, 0.024578317999839783, 0.10880427807569504, -0.012790779583156109, 0.04633232206106186, -0.12223556637763977, -0.008904083631932735, 0.028858058154582977, 0.009053369052708149, 0.02950076200067997, -0.018026202917099, 0.01442454382777214, -0.022484105080366135, 0.18538564443588257, 0.023651182651519775, -0.012335262261331081, 0.04026653617620468, -0.02545768767595291, -0.03959452733397484, 0.049964193254709244, 0.0012161396443843842, -0.006973473355174065, -0.016241129487752914, -0.046735815703868866, -0.06554082036018372, -0.0088801309466362, -0.06503540277481079, 0.08751586079597473, 0.0847536027431488, 0.12008468061685562, 0.00045515046804212034, 0.09229281544685364, -0.14241215586662292, -0.032233115285634995, -0.025637321174144745, -0.036415066570043564, 0.029483377933502197, -0.049043260514736176, 0.02655898593366146, 0.08771826326847076, -0.10246862471103668, 0.11188779771327972, -0.06137944757938385, -0.04903774335980415, -0.06138648837804794, -0.10959632694721222, -0.06449306756258011, -0.0065657212398946285, -0.02828337624669075, -0.10987573117017746, 0.05290012061595917, 0.14649100601673126, 0.0004007657989859581, 0.003949962556362152, 0.008307104930281639, -0.013238003477454185, -0.06620462983846664, -0.006764590740203857, 0.03790790215134621, 0.0668656975030899, 0.05949033051729202, 0.0324607715010643, 0.0069853998720645905, 0.09732125699520111, 0.052141252905130386, 0.07755833864212036, 0.07038308680057526, -0.0009354781359434128, -0.03334688022732735, -0.05654323846101761, 0.005760439671576023, -0.06407089531421661, -0.07174020260572433, 0.10111326724290848, 0.035968881100416183, 0.028483698144555092, 0.02177363634109497, 0.16920790076255798, -0.031757086515426636, -0.1020837277173996, -0.1709156036376953, 0.03290282562375069, -0.0020199278369545937, 0.049626823514699936, 0.044599615037441254, -0.13728567957878113, -0.02089160494506359, 0.06192536652088165, 0.17180556058883667, 0.061567388474941254, 0.00487552909180522, 0.05407215654850006, 0.017308413982391357, 0.017032837495207787, 0.011818692088127136, 0.04853510111570358, 0.21572229266166687, -0.03736189007759094, 0.027896568179130554, -0.01585967093706131, -0.0056325942277908325, -0.07721924781799316, 0.03716672956943512, -0.046360909938812256, 0.026684628799557686, -0.05229189246892929, 0.09968686103820801, 0.02902904525399208, -0.23410263657569885, 0.03100566565990448, -0.10970847308635712, -0.1017870232462883, 0.015220580622553825, 0.07103453576564789, -0.03213101625442505, 0.031964510679244995, 0.02181440033018589, -0.09323292225599289, 0.21054059267044067, 0.014957785606384277, -0.07458474487066269, 0.019327692687511444, 0.080168217420578, -0.1463342308998108, 0.17922207713127136, 0.03465021774172783, 0.12039677798748016, 0.07054884731769562, -0.0005730707198381424, -0.07780470699071884, -0.017919136211276054, 0.08308713138103485, 0.007346088066697121, 0.03903082758188248, 0.11750450730323792, -0.01741791144013405, 0.08105485141277313, 0.10188348591327667, -0.04291233792901039, 0.04388945549726486, 0.13490355014801025, -0.032533012330532074, -0.07227780669927597, 0.044059157371520996, -0.11731024086475372, 0.08396117389202118, 0.09107901901006699, -0.014226340688765049, -0.012542431242763996, -0.023867299780249596, -0.023950789123773575, 0.03054789826273918, 0.1452038437128067, -0.026614490896463394, -0.1196037009358406, 0.03055262751877308, -0.039606768637895584, 0.08714830875396729, -0.10073574632406235, -0.07158467918634415, 0.10947855561971664, -0.026535702869296074, -0.03317975997924805, 0.09870585054159164, 0.07485021650791168, 0.002399665303528309, -0.05534611642360687, -0.03554035723209381, -0.01017411332577467, 0.062058575451374054, -0.06777292490005493, -0.02713463455438614 ]
cb7cd272db8fcd4004ee04ddf50e194c15ea24d6
# Dataset Card for "aslg_pc12" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://achrafothman.net/site/asl-smt/](https://achrafothman.net/site/asl-smt/) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 12.77 MB - **Size of the generated dataset:** 13.50 MB - **Total amount of disk used:** 26.27 MB ### Dataset Summary Synthetic English-ASL Gloss Parallel Corpus 2012 ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### default - **Size of downloaded dataset files:** 12.77 MB - **Size of the generated dataset:** 13.50 MB - **Total amount of disk used:** 26.27 MB An example of 'train' looks as follows. ``` { "gloss": "WRITE STATEMENT AND DESC-ORAL QUESTION TABLE SEE MINUTE\n", "text": "written statements and oral questions tabling see minutes\n" } ``` ### Data Fields The data fields are the same among all splits. #### default - `gloss`: a `string` feature. - `text`: a `string` feature. ### Data Splits | name |train| |-------|----:| |default|87710| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @inproceedings{othman2012english, title={English-asl gloss parallel corpus 2012: Aslg-pc12}, author={Othman, Achraf and Jemni, Mohamed}, booktitle={5th Workshop on the Representation and Processing of Sign Languages: Interactions between Corpus and Lexicon LREC}, year={2012} } ``` ### Contributions Thanks to [@AmitMY](https://github.com/AmitMY) for adding this dataset.
aslg_pc12
[ "task_categories:translation", "annotations_creators:crowdsourced", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:translation", "size_categories:10K<n<100K", "source_datasets:original", "language:ase", "language:en", "license:cc-by-nc-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced", "expert-generated"], "language_creators": ["found"], "language": ["ase", "en"], "license": ["cc-by-nc-4.0"], "multilinguality": ["translation"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "paperswithcode_id": "aslg-pc12", "pretty_name": "English-ASL Gloss Parallel Corpus 2012", "dataset_info": {"features": [{"name": "gloss", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 13475111, "num_examples": 87710}], "download_size": 7583458, "dataset_size": 13475111}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-09T12:45:54+00:00
[]
[ "ase", "en" ]
TAGS #task_categories-translation #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #multilinguality-translation #size_categories-10K<n<100K #source_datasets-original #language-American Sign Language #language-English #license-cc-by-nc-4.0 #region-us
Dataset Card for "aslg\_pc12" ============================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: * Point of Contact: * Size of downloaded dataset files: 12.77 MB * Size of the generated dataset: 13.50 MB * Total amount of disk used: 26.27 MB ### Dataset Summary Synthetic English-ASL Gloss Parallel Corpus 2012 ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 12.77 MB * Size of the generated dataset: 13.50 MB * Total amount of disk used: 26.27 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'gloss': a 'string' feature. * 'text': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @AmitMY for adding this dataset.
[ "### Dataset Summary\n\n\nSynthetic English-ASL Gloss Parallel Corpus 2012", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 12.77 MB\n* Size of the generated dataset: 13.50 MB\n* Total amount of disk used: 26.27 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'gloss': a 'string' feature.\n* 'text': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @AmitMY for adding this dataset." ]
[ "TAGS\n#task_categories-translation #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #multilinguality-translation #size_categories-10K<n<100K #source_datasets-original #language-American Sign Language #language-English #license-cc-by-nc-4.0 #region-us \n", "### Dataset Summary\n\n\nSynthetic English-ASL Gloss Parallel Corpus 2012", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 12.77 MB\n* Size of the generated dataset: 13.50 MB\n* Total amount of disk used: 26.27 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'gloss': a 'string' feature.\n* 'text': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @AmitMY for adding this dataset." ]
[ 97, 19, 10, 11, 6, 49, 17, 27, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 17 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #multilinguality-translation #size_categories-10K<n<100K #source_datasets-original #language-American Sign Language #language-English #license-cc-by-nc-4.0 #region-us \n### Dataset Summary\n\n\nSynthetic English-ASL Gloss Parallel Corpus 2012### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 12.77 MB\n* Size of the generated dataset: 13.50 MB\n* Total amount of disk used: 26.27 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### default\n\n\n* 'gloss': a 'string' feature.\n* 'text': a 'string' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators### Licensing Information### Contributions\n\n\nThanks to @AmitMY for adding this dataset." ]
[ 0.009324233047664165, 0.2310348004102707, -0.007317128125578165, 0.038055699318647385, 0.09769397228956223, 0.002301690401509404, 0.05805583670735359, 0.10182993113994598, -0.028745688498020172, 0.1720559298992157, 0.017123430967330933, 0.06565559655427933, 0.14326760172843933, 0.08222373574972153, -0.006486319005489349, -0.22054366767406464, 0.021969713270664215, -0.09934572875499725, -0.03336293250322342, 0.0802985280752182, 0.1246068999171257, -0.08341994881629944, 0.0874442309141159, -0.08813317120075226, -0.026968644931912422, 0.04096980020403862, -0.025334127247333527, -0.04066377878189087, 0.03427309915423393, 0.08899295330047607, -0.002289991360157728, 0.004244373179972172, 0.0694924145936966, -0.29361361265182495, 0.0099375881254673, 0.0459078811109066, 0.00999163556843996, 0.04127942770719528, 0.14009901881217957, -0.054374951869249344, 0.0912419930100441, -0.14654864370822906, 0.06276994943618774, 0.056354276835918427, -0.1338224560022354, -0.14424976706504822, -0.14229269325733185, -0.002249746583402157, 0.12059575319290161, 0.04111886024475098, -0.060197070240974426, 0.012990853749215603, -0.08032891154289246, 0.06547516584396362, 0.13045820593833923, -0.07788167893886566, -0.06255688518285751, 0.05040101706981659, 0.032898299396038055, 0.10862015187740326, -0.08914749324321747, 0.005173309240490198, 0.004548309836536646, 0.030954254791140556, 0.06391330063343048, -0.03132776543498039, -0.04923064261674881, 0.0507897324860096, -0.1338983029127121, -0.10100242495536804, 0.17087459564208984, 0.021870171651244164, 0.008279402740299702, -0.13890056312084198, 0.009626397863030434, 0.004403918981552124, -0.05137007310986519, -0.000014020346498000436, 0.01712435856461525, -0.027231885120272636, 0.04031112790107727, -0.028978073969483376, -0.05106939747929573, -0.009740317240357399, -0.0028253712225705385, -0.020031357184052467, 0.02377164736390114, -0.002878502942621708, 0.013702510856091976, 0.03276698663830757, -0.0035788032691925764, -0.10997720807790756, 0.008444609120488167, -0.019953185692429543, -0.0866359993815422, -0.03285447508096695, 0.05905783548951149, -0.032328493893146515, 0.10386291146278381, 0.10560102015733719, -0.07123951613903046, 0.04227640852332115, -0.0811740830540657, -0.01842648535966873, 0.06931057572364807, 0.10569903254508972, -0.09806172549724579, -0.11147604137659073, -0.029625287279486656, -0.00818779319524765, -0.027378713712096214, -0.019047537818551064, -0.02876468002796173, 0.0773734524846077, 0.02785172127187252, 0.1276111900806427, 0.13689792156219482, -0.020329104736447334, -0.06889421492815018, -0.02376873791217804, 0.12303144484758377, -0.14360880851745605, 0.04572480171918869, 0.07342855632305145, -0.05630502477288246, -0.040414221584796906, -0.09217692166566849, 0.007817376405000687, -0.11055213958024979, 0.07813504338264465, -0.05986301228404045, -0.024551996961236, -0.07682182639837265, -0.08676031231880188, 0.07428278774023056, 0.0009595926385372877, -0.04961315542459488, 0.008573043160140514, -0.10475306212902069, -0.0838928297162056, 0.0049568284302949905, -0.11723973602056503, -0.08207982033491135, -0.005023025441914797, -0.01621457003057003, 0.004027966409921646, -0.011928589083254337, 0.06343410909175873, -0.06675064563751221, 0.040588609874248505, -0.04314548149704933, 0.016204990446567535, 0.0790620744228363, 0.060192834585905075, -0.10252011567354202, 0.07978364825248718, -0.09308960288763046, 0.11094533652067184, -0.11318189650774002, 0.042423587292432785, -0.1364275962114334, -0.08508407324552536, 0.026666130870580673, -0.024109091609716415, -0.031446535140275955, 0.14806146919727325, -0.23747847974300385, -0.03022293746471405, 0.13263507187366486, -0.042023658752441406, -0.06578502058982849, 0.10397854447364807, -0.03152429312467575, -0.06004706397652626, 0.05863112956285477, 0.14211243391036987, 0.0011399330105632544, 0.0622955858707428, -0.031833093613386154, -0.052512217313051224, 0.06430437415838242, 0.20794600248336792, 0.1298152506351471, -0.09709416329860687, 0.12411153316497803, -0.012142171151936054, 0.007507901173084974, -0.057650450617074966, -0.019959015771746635, -0.09555509686470032, -0.0003080654423683882, -0.004199995193630457, -0.016267871484160423, 0.026500385254621506, -0.07450887560844421, -0.05153708532452583, -0.029022762551903725, -0.012809679843485355, 0.0013338644057512283, -0.007575737778097391, -0.005628097336739302, -0.04119371622800827, 0.036504875868558884, 0.03382847085595131, 0.025759005919098854, -0.15551747381687164, -0.10920129716396332, 0.05223281681537628, -0.07991773635149002, 0.09758167713880539, -0.051822762936353683, 0.0019606114365160465, -0.012990606017410755, -0.031496964395046234, 0.01900412142276764, 0.06892698258161545, -0.001007240149192512, 0.012412440031766891, -0.17440225183963776, -0.00826217234134674, -0.02092677913606167, 0.07297970354557037, -0.12440582364797592, 0.014252522960305214, 0.15118949115276337, 0.1705199033021927, 0.03420867770910263, -0.07566039264202118, 0.04876765236258507, 0.012192189693450928, -0.008831486105918884, -0.0695374384522438, -0.017314080148935318, -0.08651035279035568, -0.005504092201590538, 0.03732982277870178, -0.14950960874557495, -0.005696777254343033, 0.05530692636966705, 0.036825187504291534, -0.027771474793553352, -0.030651355162262917, -0.037044674158096313, -0.02969629503786564, -0.06696408987045288, -0.08206582069396973, 0.07158803939819336, 0.040649473667144775, 0.005754290148615837, -0.07730457931756973, -0.06522870808839798, -0.0293850339949131, -0.016745954751968384, -0.0823698490858078, 0.14646689593791962, -0.009912868961691856, -0.16084499657154083, 0.1617499142885208, 0.023594511672854424, 0.1015133485198021, 0.07506057620048523, -0.033681709319353104, -0.08305748552083969, -0.02727970853447914, 0.011378653347492218, 0.012221814133226871, 0.03815421089529991, -0.06141042336821556, 0.03928535431623459, 0.06408429145812988, 0.0001040208080667071, 0.013000627979636192, -0.06744380295276642, 0.023117847740650177, 0.018145205453038216, -0.06681019067764282, 0.005725053604692221, -0.03544733673334122, 0.04831243306398392, 0.11015871912240982, 0.05526795610785484, 0.11625047773122787, -0.02507372573018074, -0.07719813287258148, -0.12665393948554993, 0.1344270259141922, -0.11692817509174347, -0.2201891541481018, -0.10664359480142593, -0.1407608985900879, -0.02262778766453266, -0.02054237201809883, 0.020017389208078384, -0.047098442912101746, -0.09232450276613235, -0.07665886729955673, 0.10470066964626312, 0.007546931505203247, -0.14566442370414734, -0.03338323161005974, -0.007750320713967085, -0.00027617730665951967, -0.09751512855291367, 0.03292745351791382, 0.11247371137142181, -0.015934549272060394, -0.0004422901838552207, 0.04784586280584335, 0.1229952797293663, 0.13729269802570343, 0.06037863716483116, -0.029783859848976135, -0.027547897771000862, 0.2925410866737366, -0.13792632520198822, 0.07474228739738464, 0.11413854360580444, -0.04211839661002159, 0.06423734873533249, 0.24861718714237213, 0.05123542994260788, -0.05665113776922226, 0.032866016030311584, 0.06836715340614319, -0.030914656817913055, -0.26499155163764954, -0.10367826372385025, -0.0682920515537262, 0.01995563693344593, 0.07680411636829376, 0.05332751199603081, -0.008875816129148006, 0.020283164456486702, -0.08794791996479034, 0.0021589300595223904, 0.06876954436302185, 0.07757720351219177, 0.10976710170507431, 0.013205000199377537, 0.05890200659632683, -0.020851721987128258, -0.001975705847144127, 0.1176273301243782, -0.010947993025183678, 0.11719029396772385, 0.0023621416185051203, 0.25870880484580994, 0.032519496977329254, 0.11876678466796875, -0.05008313059806824, -0.008058675564825535, 0.020644109696149826, 0.0777430608868599, -0.0023467743303626776, -0.06245293840765953, 0.008468162268400192, 0.03977779671549797, 0.12522049248218536, -0.07449387013912201, 0.05470794439315796, -0.10230185836553574, 0.09026654809713364, 0.21894840896129608, 0.017760511487722397, -0.12962718307971954, -0.014945944771170616, 0.15269170701503754, -0.07282592356204987, -0.1151760071516037, 0.013982336968183517, 0.10284370183944702, -0.18078848719596863, 0.08949297666549683, -0.013134653680026531, 0.13821063935756683, -0.05170954018831253, -0.024369431659579277, 0.019877692684531212, 0.028818700462579727, -0.015195963904261589, 0.11910222470760345, -0.235096275806427, 0.10863006860017776, 0.025817256420850754, -0.022535471245646477, -0.08325108140707016, 0.05121694132685661, -0.0025677557568997145, -0.002336051082238555, 0.15224464237689972, 0.01652609370648861, -0.16219066083431244, 0.002360555110499263, -0.06878923624753952, -0.013752373866736889, 0.08562880754470825, -0.13686557114124298, 0.0735538974404335, -0.01803300715982914, -0.017643490806221962, -0.0654943510890007, -0.05771683156490326, -0.09093960374593735, -0.17067605257034302, 0.06433470547199249, -0.06060277670621872, 0.08154431730508804, -0.052787650376558304, -0.011173863895237446, -0.07140154391527176, 0.13317076861858368, -0.11431686580181122, -0.07122599333524704, -0.13181903958320618, 0.05877995863556862, 0.18637898564338684, -0.046723607927560806, 0.045358363538980484, -0.025467753410339355, 0.1720035821199417, 0.019685950130224228, -0.03194562718272209, 0.05763782188296318, -0.05079212412238121, -0.21565364301204681, -0.002698431955650449, 0.17271903157234192, 0.013779274187982082, 0.08446606993675232, -0.01593788154423237, 0.08918330073356628, 0.0009912581881508231, -0.11107775568962097, 0.02800602652132511, 0.06305587291717529, 0.039364274591207504, 0.13317306339740753, 0.000986770959571004, -0.23770323395729065, -0.150530606508255, -0.08324846625328064, 0.15934495627880096, 0.15468277037143707, -0.06545127183198929, 0.10900788009166718, 0.084614597260952, -0.095393605530262, -0.2090216428041458, 0.014934848062694073, -0.015013353899121284, -0.027025533840060234, 0.11472269147634506, -0.16865329444408417, 0.007719472050666809, 0.04930249974131584, -0.006889193318784237, 0.02830839715898037, -0.26701265573501587, -0.11580822616815567, 0.022174345329403877, 0.04313494637608528, -0.28633105754852295, -0.18336783349514008, -0.14168305695056915, -0.07220987230539322, -0.17348456382751465, 0.10106717795133591, 0.015104862861335278, -0.017256539314985275, 0.008731367997825146, 0.05841333046555519, 0.029580777511000633, -0.035499781370162964, 0.18640588223934174, -0.023788539692759514, 0.005669422447681427, -0.1059388741850853, -0.05595799535512924, 0.009214443154633045, 0.010056798346340656, 0.07410119473934174, -0.03283955156803131, 0.02028023824095726, -0.06112842634320259, -0.007121583446860313, -0.080689437687397, 0.014566921629011631, -0.09334142506122589, -0.03180842474102974, -0.11555778235197067, 0.05339837074279785, 0.11283817887306213, -0.015067839063704014, 0.08113120496273041, -0.07706562429666519, 0.07060126215219498, 0.13994190096855164, 0.1435457468032837, 0.11809360980987549, -0.06781389564275742, -0.019947007298469543, 0.011298002675175667, -0.04305798560380936, -0.11916949599981308, 0.07297173142433167, 0.14892898499965668, 0.021785320714116096, 0.1716715395450592, -0.039492420852184296, -0.12115728110074997, -0.01819556951522827, 0.049513790756464005, -0.06790955364704132, -0.24864517152309418, 0.012404686771333218, 0.11303337663412094, -0.18437790870666504, -0.11793918162584305, 0.03037969581782818, 0.040687188506126404, -0.052341680973768234, 0.01919368840754032, 0.13878393173217773, 0.006698027718812227, 0.11990267038345337, 0.02403177134692669, 0.06897079944610596, -0.11480128765106201, 0.09137329459190369, 0.1610175222158432, -0.11719517409801483, -0.025390708819031715, 0.20275171101093292, -0.011127077974379063, -0.04009132459759712, 0.07097997516393661, 0.03170293569564819, 0.031697943806648254, -0.02677985653281212, 0.039905838668346405, -0.18271704018115997, 0.05444825813174248, 0.11597424745559692, -0.013157266192138195, 0.02821457013487816, 0.0399014949798584, -0.040518153458833694, -0.008210119791328907, 0.14767155051231384, 0.05057183653116226, 0.022820843383669853, -0.029988473281264305, 0.04197683557868004, -0.017352333292365074, 0.008552014827728271, 0.004577976185828447, -0.00014142075087875128, -0.07873084396123886, -0.006212018430233002, -0.10869064927101135, 0.014828271232545376, -0.11763183772563934, 0.000776254921220243, -0.0236959345638752, -0.06489155441522598, -0.03199145942926407, -0.027924085035920143, -0.08339691907167435, -0.05996754765510559, -0.07946931570768356, 0.12926700711250305, -0.16467854380607605, -0.02645350992679596, 0.1026630699634552, -0.033414341509342194, 0.09878123551607132, -0.016227830201387405, -0.04329473525285721, 0.038007065653800964, -0.10924901068210602, 0.01820366643369198, -0.017469367012381554, 0.055613406002521515, 0.048364680260419846, -0.14105121791362762, -0.03286786377429962, -0.010243124328553677, -0.06967601180076599, 0.04074108973145485, -0.057853084057569504, -0.11186305433511734, 0.06259836256504059, -0.0485217310488224, -0.09751607477664948, -0.015467951074242592, 0.036410149186849594, 0.043638572096824646, -0.03733361139893532, 0.1089186891913414, -0.03408963605761528, 0.10240232199430466, -0.14250510931015015, -0.007278847508132458, -0.014175236225128174, -0.025696387514472008, -0.021114490926265717, 0.041140537708997726, 0.08067671954631805, -0.006929514929652214, 0.23198185861110687, 0.020524075254797935, -0.029715944081544876, 0.06654193252325058, 0.06263259798288345, 0.0238377433270216, 0.06818889081478119, 0.028134098276495934, -0.023793289437890053, -0.06521476805210114, -0.014698025770485401, -0.04515586793422699, -0.08664578944444656, -0.0016122035449370742, 0.13686233758926392, 0.15177041292190552, 0.1415928155183792, -0.04224717244505882, 0.06133740395307541, -0.12770961225032806, 0.020583100616931915, 0.12035001069307327, 0.0003973916464019567, 0.052440837025642395, -0.07200521975755692, 0.11422930657863617, 0.06316427141427994, -0.21040111780166626, 0.1166231781244278, -0.09031321108341217, -0.07259579002857208, -0.05467958748340607, -0.12815947830677032, -0.07266692072153091, -0.01479049026966095, -0.022919977083802223, -0.13912025094032288, 0.14171868562698364, 0.10762336105108261, -0.019683485850691795, -0.04234837368130684, 0.12772612273693085, -0.1002417579293251, -0.07662554085254669, 0.031306568533182144, 0.05573323369026184, 0.0325089655816555, 0.01661553606390953, 0.06604377180337906, -0.020020239055156708, 0.03446975722908974, 0.08717875182628632, 0.06454286724328995, -0.03779911994934082, 0.03169811889529228, -0.08088186383247375, -0.0745403841137886, 0.028262602165341377, -0.021267184987664223, -0.06184598058462143, 0.18186120688915253, 0.022291863337159157, 0.05437743291258812, 0.01994616538286209, 0.2272503674030304, -0.07578111439943314, -0.021945202723145485, -0.12752926349639893, 0.0451875664293766, -0.04796901345252991, 0.002058356534689665, 0.046616677194833755, -0.12657955288887024, 0.019040729850530624, 0.10367739200592041, 0.15697811543941498, -0.008707917295396328, 0.0006570085533894598, -0.021068021655082703, 0.037259187549352646, 0.006541363894939423, 0.011306914500892162, 0.06713010370731354, 0.13718517124652863, -0.08172047883272171, 0.03600504249334335, -0.04509499669075012, -0.016382794827222824, -0.08203405141830444, 0.07976913452148438, 0.02292683720588684, 0.002900257706642151, -0.036731887608766556, 0.1894858181476593, -0.1237197294831276, -0.1803974062204361, -0.007766498252749443, -0.13014551997184753, -0.12359675765037537, -0.01601002924144268, 0.005766620393842459, 0.04478295519948006, 0.021247385069727898, 0.0694560706615448, -0.014149573631584644, 0.08888121694326401, 0.06785836070775986, -0.06774608790874481, -0.02781238593161106, 0.11687000840902328, -0.06999824196100235, 0.21840742230415344, 0.010911468416452408, 0.06101938709616661, 0.09169431030750275, -0.0557095929980278, -0.07956555485725403, 0.040790606290102005, 0.12731988728046417, -0.005520247388631105, 0.040423668920993805, 0.17993439733982086, 0.005333689507097006, 0.13186092674732208, 0.09809588640928268, -0.03873728588223457, 0.04359719157218933, 0.055412907153367996, 0.0006200050702318549, -0.09703753143548965, 0.061602883040905, -0.12662248313426971, 0.08713944256305695, 0.1787215620279312, -0.05124613270163536, 0.004385336302220821, -0.03129655495285988, 0.0350017286837101, -0.03739692643284798, 0.19641806185245514, -0.005553943570703268, -0.16615544259548187, 0.01937219314277172, -0.07442624121904373, 0.07297514379024506, -0.11490920931100845, -0.03376412391662598, 0.01925775036215782, 0.00786554254591465, -0.055326323956251144, 0.14046727120876312, 0.06534778326749802, -0.028104038909077644, -0.04394654929637909, -0.17505578696727753, 0.02175050415098667, 0.15090002119541168, -0.07461895793676376, 0.027328822761774063 ]
32291fc9663b9ee88abb97114e52501bdd58a129
# Dataset Card for "asnq" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://github.com/alexa/wqa_tanda#answer-sentence-natural-questions-asnq](https://github.com/alexa/wqa_tanda#answer-sentence-natural-questions-asnq) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [TANDA: Transfer and Adapt Pre-Trained Transformer Models for Answer Sentence Selection](https://arxiv.org/abs/1911.04118) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 3.56 GB - **Size of the generated dataset:** 3.82 GB - **Total amount of disk used:** 7.39 GB ### Dataset Summary ASNQ is a dataset for answer sentence selection derived from Google's Natural Questions (NQ) dataset (Kwiatkowski et al. 2019). Each example contains a question, candidate sentence, label indicating whether or not the sentence answers the question, and two additional features -- sentence_in_long_answer and short_answer_in_sentence indicating whether ot not the candidate sentence is contained in the long_answer and if the short_answer is in the candidate sentence. For more details please see https://arxiv.org/abs/1911.04118 and https://research.google/pubs/pub47761/ ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### default - **Size of downloaded dataset files:** 3.56 GB - **Size of the generated dataset:** 3.82 GB - **Total amount of disk used:** 7.39 GB An example of 'validation' looks as follows. ``` { "label": 0, "question": "when did somewhere over the rainbow come out", "sentence": "In films and TV shows ( edit ) In the film Third Finger , Left Hand ( 1940 ) with Myrna Loy , Melvyn Douglas , and Raymond Walburn , the tune played throughout the film in short sequences .", "sentence_in_long_answer": false, "short_answer_in_sentence": false } ``` ### Data Fields The data fields are the same among all splits. #### default - `question`: a `string` feature. - `sentence`: a `string` feature. - `label`: a classification label, with possible values including `neg` (0), `pos` (1). - `sentence_in_long_answer`: a `bool` feature. - `short_answer_in_sentence`: a `bool` feature. ### Data Splits | name | train |validation| |-------|-------:|---------:| |default|20377568| 930062| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information The data is made available under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License: https://github.com/alexa/wqa_tanda/blob/master/LICENSE ### Citation Information ``` @article{Garg_2020, title={TANDA: Transfer and Adapt Pre-Trained Transformer Models for Answer Sentence Selection}, volume={34}, ISSN={2159-5399}, url={http://dx.doi.org/10.1609/AAAI.V34I05.6282}, DOI={10.1609/aaai.v34i05.6282}, number={05}, journal={Proceedings of the AAAI Conference on Artificial Intelligence}, publisher={Association for the Advancement of Artificial Intelligence (AAAI)}, author={Garg, Siddhant and Vu, Thuy and Moschitti, Alessandro}, year={2020}, month={Apr}, pages={7780–7788} } ``` ### Contributions Thanks to [@mkserge](https://github.com/mkserge) for adding this dataset.
asnq
[ "task_categories:multiple-choice", "task_ids:multiple-choice-qa", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10M<n<100M", "source_datasets:extended|natural_questions", "language:en", "license:cc-by-nc-sa-3.0", "arxiv:1911.04118", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-nc-sa-3.0"], "multilinguality": ["monolingual"], "size_categories": ["10M<n<100M"], "source_datasets": ["extended|natural_questions"], "task_categories": ["multiple-choice"], "task_ids": ["multiple-choice-qa"], "paperswithcode_id": "asnq", "pretty_name": "Answer Sentence Natural Questions (ASNQ)", "dataset_info": {"features": [{"name": "question", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "neg", "1": "pos"}}}}, {"name": "sentence_in_long_answer", "dtype": "bool"}, {"name": "short_answer_in_sentence", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 3656865072, "num_examples": 20377568}, {"name": "validation", "num_bytes": 168004403, "num_examples": 930062}], "download_size": 2496835395, "dataset_size": 3824869475}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}]}]}
2024-01-09T15:33:53+00:00
[ "1911.04118" ]
[ "en" ]
TAGS #task_categories-multiple-choice #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-extended|natural_questions #language-English #license-cc-by-nc-sa-3.0 #arxiv-1911.04118 #region-us
Dataset Card for "asnq" ======================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: TANDA: Transfer and Adapt Pre-Trained Transformer Models for Answer Sentence Selection * Point of Contact: * Size of downloaded dataset files: 3.56 GB * Size of the generated dataset: 3.82 GB * Total amount of disk used: 7.39 GB ### Dataset Summary ASNQ is a dataset for answer sentence selection derived from Google's Natural Questions (NQ) dataset (Kwiatkowski et al. 2019). Each example contains a question, candidate sentence, label indicating whether or not the sentence answers the question, and two additional features -- sentence\_in\_long\_answer and short\_answer\_in\_sentence indicating whether ot not the candidate sentence is contained in the long\_answer and if the short\_answer is in the candidate sentence. For more details please see URL and URL ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 3.56 GB * Size of the generated dataset: 3.82 GB * Total amount of disk used: 7.39 GB An example of 'validation' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'question': a 'string' feature. * 'sentence': a 'string' feature. * 'label': a classification label, with possible values including 'neg' (0), 'pos' (1). * 'sentence\_in\_long\_answer': a 'bool' feature. * 'short\_answer\_in\_sentence': a 'bool' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information The data is made available under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License: URL ### Contributions Thanks to @mkserge for adding this dataset.
[ "### Dataset Summary\n\n\nASNQ is a dataset for answer sentence selection derived from\nGoogle's Natural Questions (NQ) dataset (Kwiatkowski et al. 2019).\n\n\nEach example contains a question, candidate sentence, label indicating whether or not\nthe sentence answers the question, and two additional features --\nsentence\\_in\\_long\\_answer and short\\_answer\\_in\\_sentence indicating whether ot not the\ncandidate sentence is contained in the long\\_answer and if the short\\_answer is in the candidate sentence.\n\n\nFor more details please see\nURL\n\n\nand\n\n\nURL", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 3.56 GB\n* Size of the generated dataset: 3.82 GB\n* Total amount of disk used: 7.39 GB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'question': a 'string' feature.\n* 'sentence': a 'string' feature.\n* 'label': a classification label, with possible values including 'neg' (0), 'pos' (1).\n* 'sentence\\_in\\_long\\_answer': a 'bool' feature.\n* 'short\\_answer\\_in\\_sentence': a 'bool' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe data is made available under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License:\nURL", "### Contributions\n\n\nThanks to @mkserge for adding this dataset." ]
[ "TAGS\n#task_categories-multiple-choice #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-extended|natural_questions #language-English #license-cc-by-nc-sa-3.0 #arxiv-1911.04118 #region-us \n", "### Dataset Summary\n\n\nASNQ is a dataset for answer sentence selection derived from\nGoogle's Natural Questions (NQ) dataset (Kwiatkowski et al. 2019).\n\n\nEach example contains a question, candidate sentence, label indicating whether or not\nthe sentence answers the question, and two additional features --\nsentence\\_in\\_long\\_answer and short\\_answer\\_in\\_sentence indicating whether ot not the\ncandidate sentence is contained in the long\\_answer and if the short\\_answer is in the candidate sentence.\n\n\nFor more details please see\nURL\n\n\nand\n\n\nURL", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 3.56 GB\n* Size of the generated dataset: 3.82 GB\n* Total amount of disk used: 7.39 GB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'question': a 'string' feature.\n* 'sentence': a 'string' feature.\n* 'label': a classification label, with possible values including 'neg' (0), 'pos' (1).\n* 'sentence\\_in\\_long\\_answer': a 'bool' feature.\n* 'short\\_answer\\_in\\_sentence': a 'bool' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe data is made available under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License:\nURL", "### Contributions\n\n\nThanks to @mkserge for adding this dataset." ]
[ 113, 138, 10, 11, 6, 50, 17, 96, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 28, 17 ]
[ "passage: TAGS\n#task_categories-multiple-choice #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-extended|natural_questions #language-English #license-cc-by-nc-sa-3.0 #arxiv-1911.04118 #region-us \n### Dataset Summary\n\n\nASNQ is a dataset for answer sentence selection derived from\nGoogle's Natural Questions (NQ) dataset (Kwiatkowski et al. 2019).\n\n\nEach example contains a question, candidate sentence, label indicating whether or not\nthe sentence answers the question, and two additional features --\nsentence\\_in\\_long\\_answer and short\\_answer\\_in\\_sentence indicating whether ot not the\ncandidate sentence is contained in the long\\_answer and if the short\\_answer is in the candidate sentence.\n\n\nFor more details please see\nURL\n\n\nand\n\n\nURL### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 3.56 GB\n* Size of the generated dataset: 3.82 GB\n* Total amount of disk used: 7.39 GB\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### default\n\n\n* 'question': a 'string' feature.\n* 'sentence': a 'string' feature.\n* 'label': a classification label, with possible values including 'neg' (0), 'pos' (1).\n* 'sentence\\_in\\_long\\_answer': a 'bool' feature.\n* 'short\\_answer\\_in\\_sentence': a 'bool' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?" ]
[ -0.0149495555087924, 0.12620139122009277, -0.005532363895326853, 0.06006453558802605, 0.07595717161893845, -0.00040010802331380546, -0.009228432551026344, 0.1242862343788147, 0.015801439061760902, 0.2175564169883728, 0.053028419613838196, 0.012800497002899647, 0.10008151084184647, 0.05328139290213585, 0.0027228412218391895, -0.22463113069534302, 0.035964321345090866, -0.12415632605552673, 0.011620646342635155, 0.10811970382928848, 0.12108142673969269, -0.11582167446613312, 0.06099816411733627, -0.08724182099103928, -0.03599751368165016, 0.023806797340512276, -0.05114826560020447, -0.0014476497890427709, 0.0019400400342419744, 0.07146116346120834, -0.07059290260076523, -0.004894167184829712, 0.034718845039606094, -0.2424260973930359, 0.014486802741885185, 0.05425138399004936, 0.03302769362926483, 0.03609481081366539, 0.1089688315987587, -0.041539181023836136, 0.021952958777546883, -0.18707284331321716, 0.0013125741388648748, 0.06539987772703171, -0.1021989956498146, -0.1476411670446396, -0.12324879318475723, 0.02193954586982727, 0.1383829116821289, 0.06886225938796997, -0.0813479945063591, 0.03177271783351898, -0.11072730273008347, 0.0502605102956295, 0.1596250683069229, -0.12997950613498688, -0.06442007422447205, 0.027060233056545258, 0.0820833370089531, 0.13570570945739746, -0.10322859138250351, -0.005099193193018436, 0.020522283390164375, 0.01595158316195011, -0.006630157120525837, -0.02537470869719982, -0.0001948825374711305, 0.06121161952614784, -0.1406482756137848, -0.07907731086015701, 0.15352076292037964, 0.09301459044218063, -0.020357735455036163, -0.1198994517326355, 0.019592076539993286, -0.06841225177049637, -0.022167423740029335, 0.033652231097221375, 0.006565348245203495, -0.02547583356499672, 0.04155455529689789, -0.037534695118665695, -0.062194377183914185, -0.042975053191185, -0.06428126245737076, 0.08805464208126068, 0.03894248232245445, 0.00952108670026064, 0.01021962333470583, 0.017125887796282768, -0.07886587828397751, -0.14044086635112762, -0.05461210012435913, 0.006894897203892469, -0.09906511753797531, -0.014086650684475899, 0.010008561424911022, -0.021371832117438316, 0.11827558279037476, 0.09913714230060577, -0.07992640137672424, 0.030009418725967407, -0.05996403843164444, 0.01983737200498581, 0.0721946507692337, 0.12814274430274963, -0.14503958821296692, -0.11607090383768082, 0.011347603052854538, -0.005404448136687279, 0.02311168611049652, -0.018611133098602295, -0.04785597324371338, -0.005975645501166582, 0.042197421193122864, 0.10630832612514496, 0.16425006091594696, 0.022010693326592445, -0.05642031505703926, -0.05174214765429497, 0.11571139842271805, -0.1316950023174286, 0.05919948220252991, 0.10831553488969803, -0.10032209753990173, -0.05821326747536659, -0.08340916782617569, 0.007953382097184658, -0.10164658725261688, 0.07243386656045914, -0.049799010157585144, 0.0019489297410473228, -0.05368347093462944, -0.09076232463121414, 0.060357652604579926, 0.013922915793955326, -0.05927588418126106, 0.0001242616563104093, -0.07530499249696732, -0.06977833807468414, -0.031727761030197144, -0.12705707550048828, -0.063032366335392, 0.008747057057917118, -0.03355427086353302, -0.0030611103866249323, -0.01619051955640316, 0.07082468271255493, -0.05285884439945221, 0.056298643350601196, 0.022723447531461716, 0.02634546533226967, 0.07152403891086578, 0.03496876358985901, -0.11304910480976105, 0.07282381504774094, -0.11107122153043747, 0.12471089512109756, -0.07623684406280518, 0.05936501547694206, -0.14753171801567078, -0.12845943868160248, 0.048696015030145645, -0.03196777403354645, -0.03516511246562004, 0.12474663555622101, -0.14602212607860565, -0.009962214156985283, 0.15341366827487946, 0.010917864739894867, -0.10406568646430969, 0.11724476516246796, -0.002167642116546631, -0.09050323069095612, 0.050799835473299026, 0.12390388548374176, 0.054886430501937866, 0.007360498886555433, -0.06717545539140701, -0.08233420550823212, 0.02142680622637272, 0.19937872886657715, 0.13765165209770203, -0.10109230130910873, 0.07040385156869888, -0.003751466516405344, -0.04547150060534477, -0.04221006855368614, -0.020002281293272972, -0.0643472895026207, -0.020494511350989342, -0.0003890330553986132, 0.015140100382268429, 0.0021737113129347563, -0.08540599048137665, -0.07779695838689804, -0.0758378803730011, -0.0649750679731369, 0.018842700868844986, 0.01010718010365963, 0.01091541163623333, -0.05850711464881897, 0.05602670833468437, -0.03248601406812668, 0.0069600059650838375, -0.11531674861907959, -0.10876016318798065, 0.05179030820727348, -0.037832003086805344, 0.09029465913772583, -0.09747149050235748, 0.01925656571984291, -0.002367336768656969, -0.027540648356080055, -0.01392191369086504, 0.0766628310084343, -0.009564784355461597, 0.011218421161174774, -0.14284414052963257, -0.02028154581785202, 0.024776918813586235, 0.0645751804113388, -0.082921601831913, -0.014201895333826542, 0.12766574323177338, 0.12210012227296829, -0.015222710557281971, -0.05734418332576752, 0.06508231908082962, -0.035567838698625565, -0.0023912559263408184, -0.049301233142614365, -0.028760071843862534, -0.05856615677475929, -0.021222252398729324, 0.03090589866042137, -0.17642125487327576, -0.1466476172208786, 0.06003045663237572, 0.08114101737737656, -0.04047270119190216, -0.04444202780723572, -0.07001873850822449, -0.04731036350131035, -0.06716090440750122, -0.09643228352069855, 0.05634307116270065, 0.035953130573034286, 0.009967376478016376, -0.07096154987812042, -0.06010938808321953, -0.02121284231543541, 0.0028320527635514736, -0.028833240270614624, 0.12678565084934235, 0.009975058026611805, -0.1780083030462265, 0.11467909067869186, -0.003737888764590025, 0.02052251622080803, 0.08670437335968018, -0.006047285161912441, -0.10608228296041489, -0.05017618462443352, 0.07936017215251923, 0.03878936544060707, 0.038080912083387375, -0.054387543350458145, 0.07827191054821014, 0.06563473492860794, 0.049182429909706116, 0.006213883403688669, -0.040836893022060394, 0.02964276261627674, 0.018439488485455513, -0.08904445171356201, 0.037911877036094666, -0.02822376973927021, 0.05951767414808273, 0.09204581379890442, 0.09050606936216354, 0.11724337190389633, -0.0002933211508207023, -0.07691469043493271, -0.135817751288414, 0.14395007491111755, -0.09145063906908035, -0.17446498572826385, -0.0994674414396286, -0.09309347718954086, -0.05420633405447006, -0.017456594854593277, 0.043110981583595276, -0.05457272380590439, -0.07023050636053085, -0.09939972311258316, 0.14504340291023254, -0.0014517491217702627, -0.06935709714889526, -0.08945517241954803, -0.0010762808378785849, 0.043267399072647095, -0.08220668137073517, 0.01986588165163994, 0.07310432195663452, -0.055137667804956436, 0.0007844440406188369, 0.06560210883617401, 0.12322792410850525, 0.11345896869897842, 0.04477791115641594, -0.007463524118065834, 0.010248719714581966, 0.2455691546201706, -0.12388072907924652, 0.07961344718933105, 0.08210380375385284, 0.011332347057759762, 0.06428879499435425, 0.2513999044895172, 0.02639981359243393, -0.04592986777424812, 0.06535860151052475, 0.08331993222236633, -0.024915361776947975, -0.2269687056541443, -0.1039000079035759, -0.06822613626718521, 0.06298770755529404, 0.10484342277050018, 0.038038600236177444, 0.007187115028500557, 0.03369319811463356, -0.1181299164891243, -0.06035113334655762, 0.04124865308403969, 0.08578626811504364, 0.0932430773973465, 0.03931158035993576, 0.05442715063691139, -0.010742677375674248, 0.004134674556553364, 0.12008437514305115, -0.012533290311694145, 0.12239500880241394, -0.04563065245747566, 0.2818455100059509, 0.041027750819921494, 0.11911150068044662, -0.02834697999060154, -0.020376645028591156, -0.004706815350800753, 0.04182637855410576, 0.014032031409442425, -0.08025649935007095, 0.077395498752594, 0.060714032500982285, 0.1458924263715744, 0.03447125107049942, 0.027113482356071472, -0.08704330772161484, 0.0938052162528038, 0.20263919234275818, 0.07088377326726913, -0.1251314878463745, -0.05601421743631363, 0.1040756031870842, -0.04839984327554703, -0.08281755447387695, -0.002071382710710168, 0.10894321650266647, -0.15454024076461792, 0.06306177377700806, 0.005559656769037247, 0.1157420203089714, -0.0028994695749133825, -0.03265302628278732, 0.06645110249519348, 0.1055462509393692, 0.013143796473741531, 0.13308261334896088, -0.1979621946811676, 0.09667353332042694, 0.018326440826058388, -0.01776815578341484, -0.07867079228162766, 0.04505864158272743, -0.02937619760632515, -0.042139682918787, 0.1524009257555008, 0.01957148127257824, -0.013699205592274666, 0.009995304979383945, -0.1465742141008377, -0.008750640787184238, 0.1150386705994606, -0.14058826863765717, 0.10385488718748093, -0.006916646379977465, -0.03949768841266632, -0.041102588176727295, 0.02280302345752716, -0.041824717074632645, -0.15583743155002594, 0.033683594316244125, -0.03178996220231056, 0.09924328327178955, -0.031805552542209625, -0.000005380695711210137, -0.0744001492857933, 0.1980339139699936, -0.1475280374288559, -0.09011398255825043, -0.10113964974880219, 0.07099971920251846, 0.19100309908390045, -0.06939985603094101, -0.0007144739502109587, -0.037276286631822586, 0.1561303436756134, 0.056909844279289246, -0.02638004906475544, 0.10509128123521805, -0.06298381835222244, -0.20673136413097382, -0.02031104639172554, 0.17899245023727417, 0.03206583857536316, 0.08385271579027176, -0.042103249579668045, 0.09571384638547897, -0.03742450848221779, -0.1437263786792755, 0.0347856841981411, 0.036781661212444305, 0.07716904580593109, 0.13254761695861816, 0.012961583212018013, -0.07983662188053131, -0.12159106880426407, -0.0781281590461731, 0.1415218710899353, 0.17170897126197815, -0.10770151764154434, 0.08040637522935867, -0.009151401929557323, -0.01209182757884264, -0.18625585734844208, 0.015324447304010391, 0.050405103713274, -0.015674959868192673, 0.054457154124975204, -0.11656515300273895, 0.06150113791227341, 0.06593358516693115, -0.020690910518169403, 0.06291569769382477, -0.31787827610969543, -0.10753306746482849, -0.015730740502476692, 0.011830600909888744, -0.2712685465812683, -0.19854223728179932, -0.12200517952442169, -0.026107650250196457, -0.12995798885822296, 0.1276150792837143, 0.012459716759622097, 0.03240393474698067, -0.00888775009661913, 0.04240329936146736, 0.019577451050281525, -0.05408722907304764, 0.20206065475940704, -0.03480435535311699, -0.03574299067258835, -0.1083538830280304, -0.010782797820866108, -0.028382282704114914, -0.01246861182153225, 0.12155698239803314, -0.07512680441141129, 0.04903748631477356, -0.0959182158112526, -0.018163640052080154, -0.11816180497407913, 0.013617128133773804, -0.07188946008682251, -0.0345848873257637, -0.10844492167234421, 0.058291029185056686, 0.12265853583812714, 0.000862343586049974, 0.03715704381465912, -0.050450053066015244, 0.040172021836042404, 0.17732174694538116, 0.14660923182964325, 0.08158411085605621, -0.15241146087646484, -0.022106073796749115, 0.02486119233071804, -0.005234142765402794, -0.0782458633184433, 0.06662993878126144, 0.1318497508764267, 0.0419437438249588, 0.15546205639839172, -0.028396496549248695, -0.09079056233167648, -0.01680620387196541, 0.05558284372091293, -0.06606221944093704, -0.2808090150356293, 0.02395881898701191, 0.10560500621795654, -0.19133137166500092, -0.14541760087013245, 0.009582514874637127, 0.019764112308621407, -0.03583584725856781, 0.050849638879299164, 0.13218793272972107, -0.006867405027151108, 0.12128329277038574, 0.051051050424575806, 0.07447805255651474, -0.10770716518163681, 0.05771990120410919, 0.14972689747810364, -0.08188175410032272, 0.0007851363625377417, 0.2356206774711609, -0.00927661545574665, -0.03961622714996338, 0.040044911205768585, -0.07223812490701675, 0.014809384942054749, -0.02040751278400421, 0.04237673804163933, -0.12262395024299622, 0.07296080142259598, 0.019730394706130028, -0.004302110057324171, 0.011265631765127182, 0.06996173411607742, -0.019264191389083862, -0.047642096877098083, 0.1579001545906067, 0.025146668776869774, 0.04844912514090538, -0.0255877822637558, 0.008573534898459911, -0.03790195286273956, 0.04154573380947113, 0.012905149720609188, -0.006429167464375496, -0.0378664992749691, 0.005613655783236027, -0.17392422258853912, 0.05248815566301346, -0.11303821206092834, -0.007936442270874977, -0.02876807563006878, -0.05869967117905617, -0.030512610450387, -0.0005707672680728137, -0.05348125100135803, -0.11407051980495453, -0.06286939233541489, 0.07828976213932037, -0.1619502305984497, -0.03161090984940529, 0.12492486834526062, -0.04163452982902527, 0.13032451272010803, 0.021433960646390915, -0.031168796122074127, -0.023415014147758484, -0.06514132767915726, -0.059496715664863586, -0.02472809888422489, 0.04175713285803795, 0.03197447210550308, -0.1588316410779953, -0.01993432641029358, -0.015118463896214962, -0.0952015295624733, 0.02829081378877163, -0.07922052592039108, -0.13470450043678284, 0.05783688277006149, -0.08078941702842712, -0.00827512051910162, -0.06784196943044662, 0.025483597069978714, -0.0496879406273365, -0.03354902192950249, 0.09375166147947311, -0.061379529535770416, 0.1189107745885849, -0.14781641960144043, -0.0133521081879735, -0.02469990774989128, 0.01668904908001423, -0.05999915301799774, 0.07464630901813507, 0.09537725150585175, -0.03225817158818245, 0.15520426630973816, -0.03992849960923195, -0.03898186236619949, 0.06333532184362411, 0.034038327634334564, 0.08049240708351135, 0.044275783002376556, 0.06509867310523987, -0.015450234524905682, -0.050606753677129745, 0.048797719180583954, -0.015627771615982056, -0.06307638436555862, 0.03474849835038185, 0.15764650702476501, 0.17686781287193298, 0.1349770724773407, -0.04066035896539688, 0.05315864086151123, -0.13507574796676636, -0.013142935000360012, 0.16134272515773773, -0.04442758113145828, 0.056588415056467056, -0.03972245752811432, 0.08734288811683655, 0.07931532710790634, -0.20806413888931274, 0.07669961452484131, -0.08076487481594086, -0.07642223685979843, -0.05294672027230263, -0.11947453767061234, -0.08650236576795578, -0.09282389283180237, 0.014424581080675125, -0.1416473388671875, 0.11824778467416763, 0.04092919081449509, 0.021273711696267128, -0.04051067307591438, 0.13255202770233154, -0.02451769821345806, -0.08367598056793213, 0.009405241347849369, 0.017362434417009354, 0.04833228513598442, 0.14096994698047638, 0.06309329718351364, 0.03134675696492195, -0.014753967523574829, 0.12961536645889282, 0.09554392099380493, -0.006488352548331022, 0.008166084066033363, -0.09764224290847778, -0.09003320336341858, -0.005508051719516516, -0.00046988987014628947, -0.028975162655115128, 0.19983790814876556, 0.0507475882768631, 0.02569364570081234, -0.002903826767578721, 0.20945383608341217, -0.06389369815587997, -0.08547242730855942, -0.09503643959760666, 0.009266822598874569, -0.04538290575146675, -0.00860598124563694, 0.0012852913932874799, -0.17489679157733917, -0.046306028962135315, 0.11790736019611359, 0.10964178293943405, -0.039378248155117035, 0.019778501242399216, 0.006712211761623621, -0.0009782103588804603, 0.018118808045983315, -0.0470258966088295, 0.06302686780691147, 0.20572328567504883, -0.09194357693195343, 0.012326936237514019, -0.028411144390702248, -0.016801591962575912, -0.09622131288051605, 0.06857768446207047, -0.02676674909889698, 0.011635038070380688, -0.06365430355072021, 0.11356557160615921, -0.09292512387037277, -0.1290999948978424, 0.0019641155377030373, -0.1322348266839981, -0.13888175785541534, -0.032637543976306915, 0.04307571426033974, 0.0758979320526123, 0.03467234969139099, 0.05395903065800667, -0.02863294444978237, 0.015434288419783115, 0.028484325855970383, -0.07327307015657425, -0.022046560421586037, 0.09229885786771774, -0.032897260040044785, 0.19546493887901306, 0.0063068680465221405, 0.08311041444540024, 0.10144160687923431, -0.056609801948070526, -0.14133289456367493, 0.06562606245279312, 0.12500670552253723, -0.060246869921684265, 0.06787730008363724, 0.20925045013427734, 0.021127715706825256, 0.09519228339195251, 0.12625852227210999, -0.028104199096560478, 0.013550417497754097, 0.019400756806135178, 0.033196818083524704, -0.1746336817741394, 0.03105677105486393, -0.09341239184141159, 0.11728478968143463, 0.16849589347839355, -0.07819609344005585, -0.011088341474533081, -0.046817466616630554, 0.025894908234477043, -0.01288175955414772, 0.2172062247991562, -0.0036083816085010767, -0.17369884252548218, 0.04440661892294884, -0.004449861124157906, 0.10589613765478134, -0.14995375275611877, -0.04430893436074257, 0.048049330711364746, -0.003212780226022005, -0.017856786027550697, 0.13280367851257324, 0.08902984112501144, 0.0028815269470214844, -0.06702648103237152, -0.10404454916715622, 0.0035158160608261824, 0.14536598324775696, -0.09319014102220535, -0.017113858833909035 ]
c7f2fa4bae55ae656091805d4416c1374582bb4e
# Dataset Card for ASSET ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Repository:** [ASSET Github repository](https://github.com/facebookresearch/asset) - **Paper:** [ASSET: A Dataset for Tuning and Evaluation of Sentence Simplification Models with Multiple Rewriting Transformations](https://www.aclweb.org/anthology/2020.acl-main.424/) - **Point of Contact:** [Louis Martin](louismartincs@gmail.com) ### Dataset Summary [ASSET](https://github.com/facebookresearch/asset) [(Alva-Manchego et al., 2020)](https://www.aclweb.org/anthology/2020.acl-main.424.pdf) is multi-reference dataset for the evaluation of sentence simplification in English. The dataset uses the same 2,359 sentences from [TurkCorpus]( https://github.com/cocoxu/simplification/) [(Xu et al., 2016)](https://www.aclweb.org/anthology/Q16-1029.pdf) and each sentence is associated with 10 crowdsourced simplifications. Unlike previous simplification datasets, which contain a single transformation (e.g., lexical paraphrasing in TurkCorpus or sentence splitting in [HSplit](https://www.aclweb.org/anthology/D18-1081.pdf)), the simplifications in ASSET encompass a variety of rewriting transformations. ### Supported Tasks and Leaderboards The dataset supports the evaluation of `text-simplification` systems. Success in this tasks is typically measured using the [SARI](https://huggingface.co/metrics/sari) and [FKBLEU](https://huggingface.co/metrics/fkbleu) metrics described in the paper [Optimizing Statistical Machine Translation for Text Simplification](https://www.aclweb.org/anthology/Q16-1029.pdf). ### Languages The text in this dataset is in English (`en`). ## Dataset Structure ### Data Instances - `simplification` configuration: an instance consists in an original sentence and 10 possible reference simplifications. - `ratings` configuration: a data instance consists in an original sentence, a simplification obtained by an automated system, and a judgment of quality along one of three axes by a crowd worker. ### Data Fields - `original`: an original sentence from the source datasets - `simplifications`: in the `simplification` config, a set of reference simplifications produced by crowd workers. - `simplification`: in the `ratings` config, a simplification of the original obtained by an automated system - `aspect`: in the `ratings` config, the aspect on which the simplification is evaluated, one of `meaning`, `fluency`, `simplicity` - `rating`: a quality rating between 0 and 100 ### Data Splits ASSET does not contain a training set; many models use [WikiLarge](https://github.com/XingxingZhang/dress) (Zhang and Lapata, 2017) for training. Each input sentence has 10 associated reference simplified sentences. The statistics of ASSET are given below. | | Dev | Test | Total | | ----- | ------ | ---- | ----- | | Input Sentences | 2000 | 359 | 2359 | | Reference Simplifications | 20000 | 3590 | 23590 | The test and validation sets are the same as those of TurkCorpus. The split was random. There are 19.04 tokens per reference on average (lower than 21.29 and 25.49 for TurkCorpus and HSplit, respectively). Most (17,245) of the referece sentences do not involve sentence splitting. ## Dataset Creation ### Curation Rationale ASSET was created in order to improve the evaluation of sentence simplification. It uses the same input sentences as the [TurkCorpus]( https://github.com/cocoxu/simplification/) dataset from [(Xu et al., 2016)](https://www.aclweb.org/anthology/Q16-1029.pdf). The 2,359 input sentences of TurkCorpus are a sample of "standard" (not simple) sentences from the [Parallel Wikipedia Simplification (PWKP)](https://www.informatik.tu-darmstadt.de/ukp/research_6/data/sentence_simplification/simple_complex_sentence_pairs/index.en.jsp) dataset [(Zhu et al., 2010)](https://www.aclweb.org/anthology/C10-1152.pdf), which come from the August 22, 2009 version of Wikipedia. The sentences of TurkCorpus were chosen to be of similar length [(Xu et al., 2016)](https://www.aclweb.org/anthology/Q16-1029.pdf). No further information is provided on the sampling strategy. The TurkCorpus dataset was developed in order to overcome some of the problems with sentence pairs from Standard and Simple Wikipedia: a large fraction of sentences were misaligned, or not actually simpler [(Xu et al., 2016)](https://www.aclweb.org/anthology/Q16-1029.pdf). However, TurkCorpus mainly focused on *lexical paraphrasing*, and so cannot be used to evaluate simplifications involving *compression* (deletion) or *sentence splitting*. HSplit [(Sulem et al., 2018)](https://www.aclweb.org/anthology/D18-1081.pdf), on the other hand, can only be used to evaluate sentence splitting. The reference sentences in ASSET include a wider variety of sentence rewriting strategies, combining splitting, compression and paraphrasing. Annotators were given examples of each kind of transformation individually, as well as all three transformations used at once, but were allowed to decide which transformations to use for any given sentence. An example illustrating the differences between TurkCorpus, HSplit and ASSET is given below: > **Original:** He settled in London, devoting himself chiefly to practical teaching. > > **TurkCorpus:** He rooted in London, devoting himself mainly to practical teaching. > > **HSplit:** He settled in London. He devoted himself chiefly to practical teaching. > > **ASSET:** He lived in London. He was a teacher. ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? The input sentences are from English Wikipedia (August 22, 2009 version). No demographic information is available for the writers of these sentences. However, most Wikipedia editors are male (Lam, 2011; Graells-Garrido, 2015), which has an impact on the topics covered (see also [the Wikipedia page on Wikipedia gender bias](https://en.wikipedia.org/wiki/Gender_bias_on_Wikipedia)). In addition, Wikipedia editors are mostly white, young, and from the Northern Hemisphere [(Wikipedia: Systemic bias)](https://en.wikipedia.org/wiki/Wikipedia:Systemic_bias). Reference sentences were written by 42 workers on Amazon Mechanical Turk (AMT). The requirements for being an annotator were: - Passing a Qualification Test (appropriately simplifying sentences). Out of 100 workers, 42 passed the test. - Being a resident of the United States, United Kingdom or Canada. - Having a HIT approval rate over 95%, and over 1000 HITs approved. No other demographic or compensation information is provided in the ASSET paper. ### Annotations #### Annotation process The instructions given to the annotators are available [here](https://github.com/facebookresearch/asset/blob/master/crowdsourcing/AMT_AnnotationInstructions.pdf). #### 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 The dataset may contain some social biases, as the input sentences are based on Wikipedia. Studies have shown that the English Wikipedia contains both gender biases (Schmahl et al., 2020) and racial biases (Adams et al., 2019). > Adams, Julia, Hannah Brückner, and Cambria Naslund. "Who Counts as a Notable Sociologist on Wikipedia? Gender, Race, and the “Professor Test”." Socius 5 (2019): 2378023118823946. > Schmahl, Katja Geertruida, et al. "Is Wikipedia succeeding in reducing gender bias? Assessing changes in gender bias in Wikipedia using word embeddings." Proceedings of the Fourth Workshop on Natural Language Processing and Computational Social Science. 2020. ### Other Known Limitations Dataset provided for research purposes only. Please check dataset license for additional information. ## Additional Information ### Dataset Curators ASSET was developed by researchers at the University of Sheffield, Inria, Facebook AI Research, and Imperial College London. The work was partly supported by Benoît Sagot's chair in the PRAIRIE institute, funded by the French National Research Agency (ANR) as part of the "Investissements d’avenir" program (reference ANR-19-P3IA-0001). ### Licensing Information [Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/) ### Citation Information ``` @inproceedings{alva-manchego-etal-2020-asset, title = "{ASSET}: {A} Dataset for Tuning and Evaluation of Sentence Simplification Models with Multiple Rewriting Transformations", author = "Alva-Manchego, Fernando and Martin, Louis and Bordes, Antoine and Scarton, Carolina and Sagot, Beno{\^\i}t and Specia, Lucia", booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", month = jul, year = "2020", address = "Online", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/2020.acl-main.424", pages = "4668--4679", } ``` This dataset card uses material written by [Juan Diego Rodriguez](https://github.com/juand-r). ### Contributions Thanks to [@yjernite](https://github.com/yjernite) for adding this dataset.
facebook/asset
[ "task_categories:text-classification", "task_categories:text2text-generation", "task_ids:text-simplification", "annotations_creators:machine-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "source_datasets:extended|other-turkcorpus", "language:en", "license:cc-by-sa-4.0", "simplification-evaluation", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["machine-generated"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original", "extended|other-turkcorpus"], "task_categories": ["text-classification", "text2text-generation"], "task_ids": ["text-simplification"], "paperswithcode_id": "asset", "pretty_name": "ASSET", "config_names": ["ratings", "simplification"], "tags": ["simplification-evaluation"], "dataset_info": [{"config_name": "ratings", "features": [{"name": "original", "dtype": "string"}, {"name": "simplification", "dtype": "string"}, {"name": "original_sentence_id", "dtype": "int32"}, {"name": "aspect", "dtype": {"class_label": {"names": {"0": "meaning", "1": "fluency", "2": "simplicity"}}}}, {"name": "worker_id", "dtype": "int32"}, {"name": "rating", "dtype": "int32"}], "splits": [{"name": "full", "num_bytes": 1036845, "num_examples": 4500}], "download_size": 44642, "dataset_size": 1036845}, {"config_name": "simplification", "features": [{"name": "original", "dtype": "string"}, {"name": "simplifications", "sequence": "string"}], "splits": [{"name": "validation", "num_bytes": 2303484, "num_examples": 2000}, {"name": "test", "num_bytes": 411019, "num_examples": 359}], "download_size": 1055163, "dataset_size": 2714503}], "configs": [{"config_name": "ratings", "data_files": [{"split": "full", "path": "ratings/full-*"}]}, {"config_name": "simplification", "data_files": [{"split": "validation", "path": "simplification/validation-*"}, {"split": "test", "path": "simplification/test-*"}], "default": true}]}
2023-12-21T15:41:23+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_categories-text2text-generation #task_ids-text-simplification #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #source_datasets-extended|other-turkcorpus #language-English #license-cc-by-sa-4.0 #simplification-evaluation #region-us
Dataset Card for ASSET ====================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Repository: ASSET Github repository * Paper: ASSET: A Dataset for Tuning and Evaluation of Sentence Simplification Models with Multiple Rewriting Transformations * Point of Contact: Louis Martin ### Dataset Summary ASSET (Alva-Manchego et al., 2020) is multi-reference dataset for the evaluation of sentence simplification in English. The dataset uses the same 2,359 sentences from TurkCorpus (Xu et al., 2016) and each sentence is associated with 10 crowdsourced simplifications. Unlike previous simplification datasets, which contain a single transformation (e.g., lexical paraphrasing in TurkCorpus or sentence splitting in HSplit), the simplifications in ASSET encompass a variety of rewriting transformations. ### Supported Tasks and Leaderboards The dataset supports the evaluation of 'text-simplification' systems. Success in this tasks is typically measured using the SARI and FKBLEU metrics described in the paper Optimizing Statistical Machine Translation for Text Simplification. ### Languages The text in this dataset is in English ('en'). Dataset Structure ----------------- ### Data Instances * 'simplification' configuration: an instance consists in an original sentence and 10 possible reference simplifications. * 'ratings' configuration: a data instance consists in an original sentence, a simplification obtained by an automated system, and a judgment of quality along one of three axes by a crowd worker. ### Data Fields * 'original': an original sentence from the source datasets * 'simplifications': in the 'simplification' config, a set of reference simplifications produced by crowd workers. * 'simplification': in the 'ratings' config, a simplification of the original obtained by an automated system * 'aspect': in the 'ratings' config, the aspect on which the simplification is evaluated, one of 'meaning', 'fluency', 'simplicity' * 'rating': a quality rating between 0 and 100 ### Data Splits ASSET does not contain a training set; many models use WikiLarge (Zhang and Lapata, 2017) for training. Each input sentence has 10 associated reference simplified sentences. The statistics of ASSET are given below. The test and validation sets are the same as those of TurkCorpus. The split was random. There are 19.04 tokens per reference on average (lower than 21.29 and 25.49 for TurkCorpus and HSplit, respectively). Most (17,245) of the referece sentences do not involve sentence splitting. Dataset Creation ---------------- ### Curation Rationale ASSET was created in order to improve the evaluation of sentence simplification. It uses the same input sentences as the TurkCorpus dataset from (Xu et al., 2016). The 2,359 input sentences of TurkCorpus are a sample of "standard" (not simple) sentences from the Parallel Wikipedia Simplification (PWKP) dataset (Zhu et al., 2010), which come from the August 22, 2009 version of Wikipedia. The sentences of TurkCorpus were chosen to be of similar length (Xu et al., 2016). No further information is provided on the sampling strategy. The TurkCorpus dataset was developed in order to overcome some of the problems with sentence pairs from Standard and Simple Wikipedia: a large fraction of sentences were misaligned, or not actually simpler (Xu et al., 2016). However, TurkCorpus mainly focused on *lexical paraphrasing*, and so cannot be used to evaluate simplifications involving *compression* (deletion) or *sentence splitting*. HSplit (Sulem et al., 2018), on the other hand, can only be used to evaluate sentence splitting. The reference sentences in ASSET include a wider variety of sentence rewriting strategies, combining splitting, compression and paraphrasing. Annotators were given examples of each kind of transformation individually, as well as all three transformations used at once, but were allowed to decide which transformations to use for any given sentence. An example illustrating the differences between TurkCorpus, HSplit and ASSET is given below: > > Original: He settled in London, devoting himself chiefly to practical teaching. > > > TurkCorpus: He rooted in London, devoting himself mainly to practical teaching. > > > HSplit: He settled in London. He devoted himself chiefly to practical teaching. > > > ASSET: He lived in London. He was a teacher. > > > ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? The input sentences are from English Wikipedia (August 22, 2009 version). No demographic information is available for the writers of these sentences. However, most Wikipedia editors are male (Lam, 2011; Graells-Garrido, 2015), which has an impact on the topics covered (see also the Wikipedia page on Wikipedia gender bias). In addition, Wikipedia editors are mostly white, young, and from the Northern Hemisphere (Wikipedia: Systemic bias). Reference sentences were written by 42 workers on Amazon Mechanical Turk (AMT). The requirements for being an annotator were: * Passing a Qualification Test (appropriately simplifying sentences). Out of 100 workers, 42 passed the test. * Being a resident of the United States, United Kingdom or Canada. * Having a HIT approval rate over 95%, and over 1000 HITs approved. No other demographic or compensation information is provided in the ASSET paper. ### Annotations #### Annotation process The instructions given to the annotators are available here. #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases The dataset may contain some social biases, as the input sentences are based on Wikipedia. Studies have shown that the English Wikipedia contains both gender biases (Schmahl et al., 2020) and racial biases (Adams et al., 2019). > > Adams, Julia, Hannah Brückner, and Cambria Naslund. "Who Counts as a Notable Sociologist on Wikipedia? Gender, Race, and the “Professor Test”." Socius 5 (2019): 2378023118823946. > Schmahl, Katja Geertruida, et al. "Is Wikipedia succeeding in reducing gender bias? Assessing changes in gender bias in Wikipedia using word embeddings." Proceedings of the Fourth Workshop on Natural Language Processing and Computational Social Science. 2020. > > > ### Other Known Limitations Dataset provided for research purposes only. Please check dataset license for additional information. Additional Information ---------------------- ### Dataset Curators ASSET was developed by researchers at the University of Sheffield, Inria, Facebook AI Research, and Imperial College London. The work was partly supported by Benoît Sagot's chair in the PRAIRIE institute, funded by the French National Research Agency (ANR) as part of the "Investissements d’avenir" program (reference ANR-19-P3IA-0001). ### Licensing Information Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) This dataset card uses material written by Juan Diego Rodriguez. ### Contributions Thanks to @yjernite for adding this dataset.
[ "### Dataset Summary\n\n\nASSET (Alva-Manchego et al., 2020) is multi-reference dataset for the evaluation of sentence simplification in English. The dataset uses the same 2,359 sentences from TurkCorpus (Xu et al., 2016) and each sentence is associated with 10 crowdsourced simplifications. Unlike previous simplification datasets, which contain a single transformation (e.g., lexical paraphrasing in TurkCorpus or sentence\nsplitting in HSplit), the simplifications in ASSET encompass a variety of rewriting transformations.", "### Supported Tasks and Leaderboards\n\n\nThe dataset supports the evaluation of 'text-simplification' systems. Success in this tasks is typically measured using the SARI and FKBLEU metrics described in the paper Optimizing Statistical Machine Translation for Text Simplification.", "### Languages\n\n\nThe text in this dataset is in English ('en').\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\n* 'simplification' configuration: an instance consists in an original sentence and 10 possible reference simplifications.\n* 'ratings' configuration: a data instance consists in an original sentence, a simplification obtained by an automated system, and a judgment of quality along one of three axes by a crowd worker.", "### Data Fields\n\n\n* 'original': an original sentence from the source datasets\n* 'simplifications': in the 'simplification' config, a set of reference simplifications produced by crowd workers.\n* 'simplification': in the 'ratings' config, a simplification of the original obtained by an automated system\n* 'aspect': in the 'ratings' config, the aspect on which the simplification is evaluated, one of 'meaning', 'fluency', 'simplicity'\n* 'rating': a quality rating between 0 and 100", "### Data Splits\n\n\nASSET does not contain a training set; many models use WikiLarge (Zhang and Lapata, 2017) for training.\n\n\nEach input sentence has 10 associated reference simplified sentences. The statistics of ASSET are given below.\n\n\n\nThe test and validation sets are the same as those of TurkCorpus. The split was random.\n\n\nThere are 19.04 tokens per reference on average (lower than 21.29 and 25.49 for TurkCorpus and HSplit, respectively). Most (17,245) of the referece sentences do not involve sentence splitting.\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nASSET was created in order to improve the evaluation of sentence simplification. It uses the same input sentences as the TurkCorpus dataset from (Xu et al., 2016). The 2,359 input sentences of TurkCorpus are a sample of \"standard\" (not simple) sentences from the Parallel Wikipedia Simplification (PWKP) dataset (Zhu et al., 2010), which come from the August 22, 2009 version of Wikipedia. The sentences of TurkCorpus were chosen to be of similar length (Xu et al., 2016). No further information is provided on the sampling strategy.\n\n\nThe TurkCorpus dataset was developed in order to overcome some of the problems with sentence pairs from Standard and Simple Wikipedia: a large fraction of sentences were misaligned, or not actually simpler (Xu et al., 2016). However, TurkCorpus mainly focused on *lexical paraphrasing*, and so cannot be used to evaluate simplifications involving *compression* (deletion) or *sentence splitting*. HSplit (Sulem et al., 2018), on the other hand, can only be used to evaluate sentence splitting. The reference sentences in ASSET include a wider variety of sentence rewriting strategies, combining splitting, compression and paraphrasing. Annotators were given examples of each kind of transformation individually, as well as all three transformations used at once, but were allowed to decide which transformations to use for any given sentence.\n\n\nAn example illustrating the differences between TurkCorpus, HSplit and ASSET is given below:\n\n\n\n> \n> Original: He settled in London, devoting himself chiefly to practical teaching.\n> \n> \n> TurkCorpus: He rooted in London, devoting himself mainly to practical teaching.\n> \n> \n> HSplit: He settled in London. He devoted himself chiefly to practical teaching.\n> \n> \n> ASSET: He lived in London. He was a teacher.\n> \n> \n>", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\n\nThe input sentences are from English Wikipedia (August 22, 2009 version). No demographic information is available for the writers of these sentences. However, most Wikipedia editors are male (Lam, 2011; Graells-Garrido, 2015), which has an impact on the topics covered (see also the Wikipedia page on Wikipedia gender bias). In addition, Wikipedia editors are mostly white, young, and from the Northern Hemisphere (Wikipedia: Systemic bias).\n\n\nReference sentences were written by 42 workers on Amazon Mechanical Turk (AMT). The requirements for being an annotator were:\n\n\n* Passing a Qualification Test (appropriately simplifying sentences). Out of 100 workers, 42 passed the test.\n* Being a resident of the United States, United Kingdom or Canada.\n* Having a HIT approval rate over 95%, and over 1000 HITs approved.\n\n\nNo other demographic or compensation information is provided in the ASSET paper.", "### Annotations", "#### Annotation process\n\n\nThe instructions given to the annotators are available here.", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases\n\n\nThe dataset may contain some social biases, as the input sentences are based on Wikipedia. Studies have shown that the English Wikipedia contains both gender biases (Schmahl et al., 2020) and racial biases (Adams et al., 2019).\n\n\n\n> \n> Adams, Julia, Hannah Brückner, and Cambria Naslund. \"Who Counts as a Notable Sociologist on Wikipedia? Gender, Race, and the “Professor Test”.\" Socius 5 (2019): 2378023118823946.\n> Schmahl, Katja Geertruida, et al. \"Is Wikipedia succeeding in reducing gender bias? Assessing changes in gender bias in Wikipedia using word embeddings.\" Proceedings of the Fourth Workshop on Natural Language Processing and Computational Social Science. 2020.\n> \n> \n>", "### Other Known Limitations\n\n\nDataset provided for research purposes only. Please check dataset license for additional information.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nASSET was developed by researchers at the University of Sheffield, Inria,\nFacebook AI Research, and Imperial College London. The work was partly supported by Benoît Sagot's chair in the PRAIRIE institute, funded by the French National Research Agency (ANR) as part of the \"Investissements d’avenir\" program (reference ANR-19-P3IA-0001).", "### Licensing Information\n\n\nAttribution-NonCommercial 4.0 International (CC BY-NC 4.0)\n\n\nThis dataset card uses material written by Juan Diego Rodriguez.", "### Contributions\n\n\nThanks to @yjernite for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_categories-text2text-generation #task_ids-text-simplification #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #source_datasets-extended|other-turkcorpus #language-English #license-cc-by-sa-4.0 #simplification-evaluation #region-us \n", "### Dataset Summary\n\n\nASSET (Alva-Manchego et al., 2020) is multi-reference dataset for the evaluation of sentence simplification in English. The dataset uses the same 2,359 sentences from TurkCorpus (Xu et al., 2016) and each sentence is associated with 10 crowdsourced simplifications. Unlike previous simplification datasets, which contain a single transformation (e.g., lexical paraphrasing in TurkCorpus or sentence\nsplitting in HSplit), the simplifications in ASSET encompass a variety of rewriting transformations.", "### Supported Tasks and Leaderboards\n\n\nThe dataset supports the evaluation of 'text-simplification' systems. Success in this tasks is typically measured using the SARI and FKBLEU metrics described in the paper Optimizing Statistical Machine Translation for Text Simplification.", "### Languages\n\n\nThe text in this dataset is in English ('en').\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\n* 'simplification' configuration: an instance consists in an original sentence and 10 possible reference simplifications.\n* 'ratings' configuration: a data instance consists in an original sentence, a simplification obtained by an automated system, and a judgment of quality along one of three axes by a crowd worker.", "### Data Fields\n\n\n* 'original': an original sentence from the source datasets\n* 'simplifications': in the 'simplification' config, a set of reference simplifications produced by crowd workers.\n* 'simplification': in the 'ratings' config, a simplification of the original obtained by an automated system\n* 'aspect': in the 'ratings' config, the aspect on which the simplification is evaluated, one of 'meaning', 'fluency', 'simplicity'\n* 'rating': a quality rating between 0 and 100", "### Data Splits\n\n\nASSET does not contain a training set; many models use WikiLarge (Zhang and Lapata, 2017) for training.\n\n\nEach input sentence has 10 associated reference simplified sentences. The statistics of ASSET are given below.\n\n\n\nThe test and validation sets are the same as those of TurkCorpus. The split was random.\n\n\nThere are 19.04 tokens per reference on average (lower than 21.29 and 25.49 for TurkCorpus and HSplit, respectively). Most (17,245) of the referece sentences do not involve sentence splitting.\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nASSET was created in order to improve the evaluation of sentence simplification. It uses the same input sentences as the TurkCorpus dataset from (Xu et al., 2016). The 2,359 input sentences of TurkCorpus are a sample of \"standard\" (not simple) sentences from the Parallel Wikipedia Simplification (PWKP) dataset (Zhu et al., 2010), which come from the August 22, 2009 version of Wikipedia. The sentences of TurkCorpus were chosen to be of similar length (Xu et al., 2016). No further information is provided on the sampling strategy.\n\n\nThe TurkCorpus dataset was developed in order to overcome some of the problems with sentence pairs from Standard and Simple Wikipedia: a large fraction of sentences were misaligned, or not actually simpler (Xu et al., 2016). However, TurkCorpus mainly focused on *lexical paraphrasing*, and so cannot be used to evaluate simplifications involving *compression* (deletion) or *sentence splitting*. HSplit (Sulem et al., 2018), on the other hand, can only be used to evaluate sentence splitting. The reference sentences in ASSET include a wider variety of sentence rewriting strategies, combining splitting, compression and paraphrasing. Annotators were given examples of each kind of transformation individually, as well as all three transformations used at once, but were allowed to decide which transformations to use for any given sentence.\n\n\nAn example illustrating the differences between TurkCorpus, HSplit and ASSET is given below:\n\n\n\n> \n> Original: He settled in London, devoting himself chiefly to practical teaching.\n> \n> \n> TurkCorpus: He rooted in London, devoting himself mainly to practical teaching.\n> \n> \n> HSplit: He settled in London. He devoted himself chiefly to practical teaching.\n> \n> \n> ASSET: He lived in London. He was a teacher.\n> \n> \n>", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\n\nThe input sentences are from English Wikipedia (August 22, 2009 version). No demographic information is available for the writers of these sentences. However, most Wikipedia editors are male (Lam, 2011; Graells-Garrido, 2015), which has an impact on the topics covered (see also the Wikipedia page on Wikipedia gender bias). In addition, Wikipedia editors are mostly white, young, and from the Northern Hemisphere (Wikipedia: Systemic bias).\n\n\nReference sentences were written by 42 workers on Amazon Mechanical Turk (AMT). The requirements for being an annotator were:\n\n\n* Passing a Qualification Test (appropriately simplifying sentences). Out of 100 workers, 42 passed the test.\n* Being a resident of the United States, United Kingdom or Canada.\n* Having a HIT approval rate over 95%, and over 1000 HITs approved.\n\n\nNo other demographic or compensation information is provided in the ASSET paper.", "### Annotations", "#### Annotation process\n\n\nThe instructions given to the annotators are available here.", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases\n\n\nThe dataset may contain some social biases, as the input sentences are based on Wikipedia. Studies have shown that the English Wikipedia contains both gender biases (Schmahl et al., 2020) and racial biases (Adams et al., 2019).\n\n\n\n> \n> Adams, Julia, Hannah Brückner, and Cambria Naslund. \"Who Counts as a Notable Sociologist on Wikipedia? Gender, Race, and the “Professor Test”.\" Socius 5 (2019): 2378023118823946.\n> Schmahl, Katja Geertruida, et al. \"Is Wikipedia succeeding in reducing gender bias? Assessing changes in gender bias in Wikipedia using word embeddings.\" Proceedings of the Fourth Workshop on Natural Language Processing and Computational Social Science. 2020.\n> \n> \n>", "### Other Known Limitations\n\n\nDataset provided for research purposes only. Please check dataset license for additional information.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nASSET was developed by researchers at the University of Sheffield, Inria,\nFacebook AI Research, and Imperial College London. The work was partly supported by Benoît Sagot's chair in the PRAIRIE institute, funded by the French National Research Agency (ANR) as part of the \"Investissements d’avenir\" program (reference ANR-19-P3IA-0001).", "### Licensing Information\n\n\nAttribution-NonCommercial 4.0 International (CC BY-NC 4.0)\n\n\nThis dataset card uses material written by Juan Diego Rodriguez.", "### Contributions\n\n\nThanks to @yjernite for adding this dataset." ]
[ 128, 129, 62, 25, 74, 132, 131, 445, 4, 10, 214, 5, 17, 9, 18, 7, 195, 32, 94, 34, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_categories-text2text-generation #task_ids-text-simplification #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #source_datasets-extended|other-turkcorpus #language-English #license-cc-by-sa-4.0 #simplification-evaluation #region-us \n### Dataset Summary\n\n\nASSET (Alva-Manchego et al., 2020) is multi-reference dataset for the evaluation of sentence simplification in English. The dataset uses the same 2,359 sentences from TurkCorpus (Xu et al., 2016) and each sentence is associated with 10 crowdsourced simplifications. Unlike previous simplification datasets, which contain a single transformation (e.g., lexical paraphrasing in TurkCorpus or sentence\nsplitting in HSplit), the simplifications in ASSET encompass a variety of rewriting transformations.### Supported Tasks and Leaderboards\n\n\nThe dataset supports the evaluation of 'text-simplification' systems. Success in this tasks is typically measured using the SARI and FKBLEU metrics described in the paper Optimizing Statistical Machine Translation for Text Simplification.### Languages\n\n\nThe text in this dataset is in English ('en').\n\n\nDataset Structure\n-----------------### Data Instances\n\n\n* 'simplification' configuration: an instance consists in an original sentence and 10 possible reference simplifications.\n* 'ratings' configuration: a data instance consists in an original sentence, a simplification obtained by an automated system, and a judgment of quality along one of three axes by a crowd worker.", "passage: ### Data Fields\n\n\n* 'original': an original sentence from the source datasets\n* 'simplifications': in the 'simplification' config, a set of reference simplifications produced by crowd workers.\n* 'simplification': in the 'ratings' config, a simplification of the original obtained by an automated system\n* 'aspect': in the 'ratings' config, the aspect on which the simplification is evaluated, one of 'meaning', 'fluency', 'simplicity'\n* 'rating': a quality rating between 0 and 100### Data Splits\n\n\nASSET does not contain a training set; many models use WikiLarge (Zhang and Lapata, 2017) for training.\n\n\nEach input sentence has 10 associated reference simplified sentences. The statistics of ASSET are given below.\n\n\n\nThe test and validation sets are the same as those of TurkCorpus. The split was random.\n\n\nThere are 19.04 tokens per reference on average (lower than 21.29 and 25.49 for TurkCorpus and HSplit, respectively). Most (17,245) of the referece sentences do not involve sentence splitting.\n\n\nDataset Creation\n----------------", "passage: ### Curation Rationale\n\n\nASSET was created in order to improve the evaluation of sentence simplification. It uses the same input sentences as the TurkCorpus dataset from (Xu et al., 2016). The 2,359 input sentences of TurkCorpus are a sample of \"standard\" (not simple) sentences from the Parallel Wikipedia Simplification (PWKP) dataset (Zhu et al., 2010), which come from the August 22, 2009 version of Wikipedia. The sentences of TurkCorpus were chosen to be of similar length (Xu et al., 2016). No further information is provided on the sampling strategy.\n\n\nThe TurkCorpus dataset was developed in order to overcome some of the problems with sentence pairs from Standard and Simple Wikipedia: a large fraction of sentences were misaligned, or not actually simpler (Xu et al., 2016). However, TurkCorpus mainly focused on *lexical paraphrasing*, and so cannot be used to evaluate simplifications involving *compression* (deletion) or *sentence splitting*. HSplit (Sulem et al., 2018), on the other hand, can only be used to evaluate sentence splitting. The reference sentences in ASSET include a wider variety of sentence rewriting strategies, combining splitting, compression and paraphrasing. Annotators were given examples of each kind of transformation individually, as well as all three transformations used at once, but were allowed to decide which transformations to use for any given sentence.\n\n\nAn example illustrating the differences between TurkCorpus, HSplit and ASSET is given below:\n\n\n\n> \n> Original: He settled in London, devoting himself chiefly to practical teaching.\n> \n> \n> TurkCorpus: He rooted in London, devoting himself mainly to practical teaching.\n> \n> \n> HSplit: He settled in London. He devoted himself chiefly to practical teaching.\n> \n> \n> ASSET: He lived in London. He was a teacher.\n> \n> \n>### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?\n\n\nThe input sentences are from English Wikipedia (August 22, 2009 version). No demographic information is available for the writers of these sentences. However, most Wikipedia editors are male (Lam, 2011; Graells-Garrido, 2015), which has an impact on the topics covered (see also the Wikipedia page on Wikipedia gender bias). In addition, Wikipedia editors are mostly white, young, and from the Northern Hemisphere (Wikipedia: Systemic bias).\n\n\nReference sentences were written by 42 workers on Amazon Mechanical Turk (AMT). The requirements for being an annotator were:\n\n\n* Passing a Qualification Test (appropriately simplifying sentences). Out of 100 workers, 42 passed the test.\n* Being a resident of the United States, United Kingdom or Canada.\n* Having a HIT approval rate over 95%, and over 1000 HITs approved.\n\n\nNo other demographic or compensation information is provided in the ASSET paper.### Annotations#### Annotation process\n\n\nThe instructions given to the annotators are available here.#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases\n\n\nThe dataset may contain some social biases, as the input sentences are based on Wikipedia. Studies have shown that the English Wikipedia contains both gender biases (Schmahl et al., 2020) and racial biases (Adams et al., 2019).\n\n\n\n> \n> Adams, Julia, Hannah Brückner, and Cambria Naslund. \"Who Counts as a Notable Sociologist on Wikipedia? Gender, Race, and the “Professor Test”.\" Socius 5 (2019): 2378023118823946.\n> Schmahl, Katja Geertruida, et al. \"Is Wikipedia succeeding in reducing gender bias? Assessing changes in gender bias in Wikipedia using word embeddings.\" Proceedings of the Fourth Workshop on Natural Language Processing and Computational Social Science. 2020.\n> \n> \n>" ]
[ -0.04591137170791626, -0.10283422470092773, -0.004465251229703426, -0.03901578113436699, 0.001200928702019155, 0.0429387129843235, 0.14877302944660187, 0.024912932887673378, -0.1176738515496254, 0.04248048737645149, 0.028198832646012306, -0.01931813918054104, 0.10937350988388062, -0.03448282182216644, -0.023144586011767387, -0.22613464295864105, 0.07449937611818314, 0.00029079490923322737, -0.06250909715890884, 0.08667536824941635, 0.15003041923046112, -0.07290806621313095, 0.0399964414536953, 0.04639479145407677, -0.0780707374215126, 0.0082819489762187, 0.025417828932404518, -0.03498050943017006, 0.09408388286828995, 0.12450411915779114, 0.13201189041137695, 0.0143591845408082, -0.005287076812237501, -0.16264398396015167, 0.027271034196019173, 0.08022341877222061, 0.03036665730178356, 0.03952762112021446, 0.03701431676745415, 0.062169987708330154, 0.22317899763584137, -0.0740293338894844, 0.027708174660801888, 0.022467447444796562, -0.061209410429000854, 0.014783244580030441, -0.13793504238128662, 0.0205261018127203, 0.15379106998443604, 0.002739396644756198, -0.02101154811680317, 0.11030767112970352, -0.061489541083574295, 0.039040639996528625, 0.04474400356411934, -0.180512472987175, -0.056216370314359665, -0.09731241315603256, -0.0731898695230484, 0.0549476332962513, -0.024030445143580437, 0.024641910567879677, -0.003465607762336731, 0.0038864363450556993, -0.043477803468704224, -0.06333637982606888, -0.07824104279279709, -0.061517585068941116, -0.0746229737997055, -0.021732842549681664, 0.15835466980934143, 0.007173210382461548, -0.05765458941459656, -0.0861729085445404, -0.038203515112400055, 0.10159697383642197, -0.00015637651085853577, -0.06414506584405899, -0.02362954057753086, -0.012097780592739582, 0.10910896211862564, -0.0600464791059494, -0.14862360060214996, 0.003971287980675697, -0.11800223588943481, 0.13738183677196503, 0.05823005363345146, 0.06758158653974533, -0.009468942880630493, -0.0009441575384698808, 0.00405711168423295, -0.05158534646034241, -0.007564747706055641, -0.030653178691864014, -0.14041680097579956, 0.002685538260266185, -0.04039247706532478, -0.29996272921562195, -0.05622674524784088, 0.010629448108375072, -0.0034310955088585615, 0.03851306065917015, 0.05214269459247589, 0.05409516021609306, 0.08575376868247986, 0.11388368159532547, -0.0013916579773649573, 0.004121388774365187, 0.008343963883817196, 0.005014454014599323, 0.05414623022079468, -0.04991837963461876, -0.002334118587896228, 0.007586492691189051, 0.04517807438969612, 0.02819034457206726, -0.03893614932894707, 0.0034760311245918274, -0.020298555493354797, -0.05524018406867981, 0.08303752541542053, -0.1352599710226059, -0.03276848793029785, -0.03472713753581047, 0.020558590069413185, 0.14250211417675018, -0.05019153282046318, 0.015167000703513622, -0.10724543780088425, 0.08471673727035522, -0.06025071069598198, 0.0032163329888135195, -0.044627148658037186, -0.08540325611829758, -0.0214438047260046, -0.10586520284414291, -0.032225679606199265, -0.055608320981264114, -0.12136352807283401, -0.03845837712287903, 0.04356546327471733, -0.0011556114768609405, 0.009220924228429794, -0.002174987690523267, 0.0633268877863884, -0.056776463985443115, -0.0035966094583272934, 0.006489788647741079, -0.030393892899155617, 0.021413883194327354, -0.08064306527376175, -0.02391993999481201, -0.12486947327852249, 0.04828984662890434, -0.07043259590864182, 0.03207246586680412, -0.13232819736003876, 0.10884175449609756, -0.042855020612478256, -0.002251456491649151, -0.03788523003458977, -0.03572641685605049, 0.07537113130092621, 0.031301502138376236, -0.01603700965642929, 0.027166292071342468, -0.23318813741207123, -0.05593832954764366, -0.0563167929649353, -0.18718810379505157, -0.00817427784204483, 0.10258188843727112, -0.06214544177055359, 0.10212325304746628, 0.14201302826404572, 0.19506120681762695, 0.10675803571939468, 0.03674070164561272, -0.045060139149427414, -0.02172287367284298, 0.028481245040893555, 0.13354003429412842, 0.04681798443198204, -0.041706908494234085, 0.07212407141923904, 0.04609643295407295, -0.0025850385427474976, -0.050010085105895996, -0.0007804085616953671, -0.04905584454536438, 0.04178452864289284, -0.005485245957970619, -0.07153644412755966, -0.020872032269835472, 0.028514495119452477, -0.04687616601586342, -0.043814051896333694, 0.03426518663764, 0.06011650338768959, -0.0465804785490036, 0.03608601167798042, -0.025243766605854034, 0.010044319555163383, 0.042816150933504105, -0.0008731028065085411, -0.13538089394569397, -0.05390537902712822, 0.008687283843755722, 0.0797843188047409, 0.083961121737957, 0.06312641501426697, -0.04057219997048378, 0.024313757196068764, -0.030523953959345818, 0.07902257889509201, -0.03558901324868202, 0.00328928604722023, -0.07487136125564575, -0.054392945021390915, -0.03058583475649357, -0.007757504936307669, -0.002962316619232297, -0.008046318776905537, -0.0032386097591370344, 0.07260708510875702, 0.12939225137233734, 0.03402549773454666, -0.037791553884744644, -0.0318540595471859, 0.03483961895108223, -0.057069119065999985, -0.012394350953400135, -0.012131216935813427, 0.0007405283977277577, -0.07055541127920151, 0.09719857573509216, -0.0998227521777153, -0.18062038719654083, 0.038074467331171036, 0.006940692663192749, -0.05166354775428772, -0.00615306431427598, -0.04284391924738884, -0.002877092221751809, -0.040776778012514114, -0.029283801093697548, 0.18896722793579102, 0.041035670787096024, 0.06416404247283936, -0.0987405776977539, -0.014054755680263042, -0.03749159723520279, 0.008038950152695179, -0.02887844294309616, 0.03375700116157532, 0.008937161415815353, -0.19580499827861786, 0.03856063261628151, 0.026518801227211952, 0.04789603874087334, 0.1410125195980072, -0.04717095196247101, -0.10554122924804688, -0.007177629042416811, 0.02773362398147583, -0.005592923145741224, 0.1353316307067871, -0.00891501922160387, 0.011553461663424969, 0.04263793304562569, 0.05502103641629219, 0.037009403109550476, -0.12227620929479599, 0.06702528893947601, 0.024248048663139343, -0.028645440936088562, 0.015584215521812439, -0.010730094276368618, 0.015419714152812958, 0.0803990289568901, -0.03532855212688446, 0.05248413607478142, -0.030833503231406212, -0.03595826029777527, -0.061769094318151474, 0.1442573070526123, -0.12965534627437592, -0.21989941596984863, -0.14526693522930145, 0.10353527218103409, -0.072343610227108, -0.0149000259116292, 0.016768204048275948, -0.041573334485292435, -0.07134705036878586, -0.10388165712356567, 0.13170574605464935, -0.0522126741707325, -0.016862496733665466, -0.055415842682123184, -0.006190083920955658, -0.06178830936551094, -0.10363548249006271, 0.006225196644663811, -0.05051548406481743, -0.025043174624443054, 0.025338759645819664, -0.037482764571905136, 0.01611296832561493, 0.08012419193983078, -0.043614912778139114, -0.04021701216697693, -0.07116895914077759, 0.09125081449747086, -0.07228679209947586, 0.0876067653298378, 0.04602821171283722, -0.09691935777664185, 0.029452459886670113, 0.0945456400513649, -0.0017118541290983558, -0.044081155210733414, -0.009924410842359066, 0.0648447573184967, -0.03300841525197029, -0.2251749038696289, -0.03944167494773865, -0.07143626362085342, -0.05135008320212364, -0.007209049072116613, -0.006008924450725317, -0.0983545184135437, 0.08456933498382568, -0.07729577273130417, 0.059551697224378586, 0.016974927857518196, 0.004380693193525076, 0.1889704018831253, -0.013382039964199066, 0.05982891842722893, -0.06903279572725296, -0.03356434032320976, 0.10875535756349564, -0.030798958614468575, 0.2684805989265442, -0.06665157526731491, 0.174557626247406, 0.0601239837706089, 0.016481192782521248, 0.02834671549499035, 0.09889516234397888, 0.0007211298798210919, 0.03901180624961853, -0.0549173541367054, -0.023718437179923058, -0.10951981693506241, 0.057222217321395874, 0.046714991331100464, -0.01820649392902851, -0.0011617131531238556, 0.09075481444597244, 0.061737287789583206, 0.2185363918542862, 0.02867177128791809, -0.03605188801884651, -0.10246489197015762, 0.03289103880524635, -0.09717050194740295, -0.06752881407737732, 0.031225556507706642, 0.10174865275621414, -0.07941865921020508, 0.10694830864667892, -0.004766315221786499, 0.08491814881563187, -0.10846986621618271, -0.011553135700523853, -0.09316450357437134, 0.029215330258011818, 0.008074743673205376, 0.07792658358812332, -0.11088478565216064, 0.1442974954843521, 0.026201697066426277, 0.05472252890467644, -0.07044129818677902, 0.021369175985455513, -0.0058420319110155106, 0.040369126945734024, 0.04182009771466255, 0.03615089878439903, -0.17427241802215576, 0.02122543938457966, -0.08096745610237122, 0.06060069799423218, 0.0851152166724205, 0.0009063910692930222, 0.06032748147845268, -0.03989874944090843, 0.0865098237991333, -0.020343931391835213, -0.08399084955453873, -0.09758131951093674, -0.22862063348293304, 0.046104803681373596, -0.036468517035245895, -0.06941156834363937, -0.06101937219500542, -0.04276767745614052, 0.04276575520634651, 0.19174619019031525, 0.04103335365653038, -0.11347421258687973, -0.11945042014122009, 0.01658724807202816, 0.13709411025047302, -0.048576176166534424, -0.022378360852599144, -0.02970474399626255, 0.04324342682957649, -0.05992903187870979, -0.06479920446872711, -0.0051040747202932835, -0.0016845694044604897, -0.09828022867441177, -0.028282171115279198, 0.112169049680233, 0.01530732586979866, 0.04839971661567688, 0.02619318850338459, 0.04775126650929451, -0.021249612793326378, -0.10847123712301254, -0.06748905032873154, 0.040727581828832626, -0.014149894006550312, 0.14195625483989716, -0.04361443594098091, -0.017738061025738716, -0.08714555948972702, -0.05840533971786499, 0.12696872651576996, 0.1901780515909195, -0.020394736900925636, 0.12997682392597198, 0.08278859406709671, -0.06924078613519669, -0.17217092216014862, -0.07041731476783752, 0.05123835802078247, 0.07443046569824219, 0.04316003993153572, -0.08882278203964233, 0.01993224211037159, 0.10656068474054337, 0.05276558920741081, 0.05206414684653282, -0.1523703783750534, -0.09712457656860352, 0.09172433614730835, 0.06794377416372299, 0.1325882524251938, -0.08656278252601624, -0.017114898189902306, -0.05875656008720398, -0.017892539501190186, 0.083318330347538, 0.001847000210545957, 0.08410489559173584, -0.016095077618956566, 0.042069870978593826, 0.010543227195739746, 0.006042804103344679, 0.16789181530475616, -0.015065130777657032, 0.03499948978424072, -0.0280278529971838, -0.001929769292473793, 0.149749293923378, 0.012005985714495182, 0.052315518260002136, -0.09233597666025162, 0.03400890901684761, -0.07834364473819733, -0.04533253237605095, -0.0045545962639153, 0.013186521828174591, -0.05540332570672035, -0.036154091358184814, -0.13974995911121368, 0.009759756736457348, 0.03951225057244301, -0.0019971029832959175, 0.1604546159505844, -0.005461480002850294, 0.015129697509109974, 0.04290206357836723, 0.05948827043175697, -0.12634092569351196, -0.08210594952106476, -0.028533756732940674, 0.025620877742767334, 0.0685739740729332, -0.04055168852210045, 0.023885458707809448, 0.11082372069358826, -0.001162546337582171, 0.1043403372168541, -0.009723232127726078, -0.12096799165010452, 0.03904411941766739, 0.06082907319068909, -0.08600755780935287, -0.1786121129989624, 0.009824234060943127, 0.006049975752830505, -0.0543353445827961, -0.027936672791838646, 0.16500400006771088, -0.042638685554265976, -0.004834847524762154, -0.0002009769232245162, 0.03824346140027046, -0.000996598624624312, 0.12648403644561768, -0.031586308032274246, 0.0046583241783082485, -0.05108140781521797, 0.07958594709634781, 0.10073593258857727, -0.03289474919438362, 0.005684188101440668, 0.03001897968351841, -0.1212332546710968, -0.030903518199920654, -0.06570522487163544, -0.027179323136806488, -0.012691580690443516, -0.045282814651727676, -0.0858164131641388, -0.1830541342496872, -0.013414966873824596, 0.037014491856098175, 0.024746092036366463, 0.07658302783966064, -0.08004792779684067, -0.03535370156168938, 0.013718674890697002, 0.03648540377616882, 0.02234002947807312, 0.04158012196421623, -0.01818038336932659, 0.08180717378854752, 0.0134052112698555, 0.015988370403647423, -0.0065101818181574345, -0.03341907262802124, 0.0015944838523864746, -0.018070178106427193, -0.15049411356449127, 0.01048904936760664, -0.09407702088356018, -0.027964377775788307, 0.07743237167596817, -0.00008186201011994854, -0.016608543694019318, -0.009491748176515102, -0.021080678328871727, -0.01354971807450056, -0.07816313207149506, 0.0176521148532629, -0.05424317345023155, 0.021903524175286293, 0.061158329248428345, -0.05681135132908821, 0.04437742009758949, -0.013617546297609806, -0.015242316760122776, 0.08290743082761765, -0.024295242503285408, -0.02592591382563114, -0.013993519358336926, 0.07802512496709824, 0.02993929199874401, -0.06283879280090332, -0.03143509849905968, 0.0934164896607399, 0.02869918942451477, 0.02496001310646534, 0.05246575549244881, -0.0547938235104084, 0.0036421443801373243, -0.021156825125217438, -0.056657955050468445, -0.051939308643341064, 0.020344460383057594, -0.009390068240463734, 0.05872759595513344, 0.14984440803527832, -0.01808260753750801, 0.027764230966567993, -0.10006137937307358, -0.009204929694533348, 0.0014815876493230462, -0.025521693751215935, 0.006255630403757095, -0.08764106780290604, 0.010167581960558891, -0.025257756933569908, 0.1712883561849594, -0.019120004028081894, -0.03990723565220833, 0.050021152943372726, -0.009043951518833637, -0.04715731739997864, 0.020710045471787453, 0.13661080598831177, 0.04470096156001091, -0.0014961411943659186, -0.07049886137247086, -0.06410708278417587, -0.03367011249065399, -0.10369828343391418, 0.20537932217121124, 0.07228707522153854, 0.00993025116622448, 0.06652605533599854, -0.0034058494493365288, -0.006250560283660889, 0.05659596994519234, 0.015715941786766052, 0.0010579501977190375, 0.008989143185317516, 0.0489446222782135, 0.09376402944326401, 0.16908027231693268, -0.14594149589538574, 0.12195303291082382, 0.0073463222943246365, -0.0990656241774559, -0.05210338905453682, -0.05585051700472832, -0.03952736780047417, -0.05044814944267273, -0.01635211519896984, -0.09460260719060898, 0.007530896458774805, 0.09372404962778091, 0.029647788032889366, -0.005055483430624008, 0.08643332868814468, -0.10573815554380417, -0.11753792315721512, 0.05956628918647766, 0.03189762309193611, 0.007207291666418314, 0.035222724080085754, 0.002734801732003689, 0.01999150589108467, 0.055095016956329346, 0.06690692156553268, 0.05276254191994667, 0.04516626521945, 0.018796464428305626, -0.03428693488240242, -0.01800817996263504, 0.024347132071852684, -0.03605963662266731, 0.04216564819216728, 0.07372745126485825, 0.056073714047670364, -0.0008709682733751833, -0.019211018458008766, 0.0585535503923893, 0.02829573303461075, -0.1378123015165329, -0.11687016487121582, 0.09675701707601547, 0.01859661191701889, 0.007994855754077435, 0.07260621339082718, -0.08663513511419296, 0.012855522334575653, 0.13860613107681274, 0.20365796983242035, -0.03182853385806084, -0.021453693509101868, -0.05974350869655609, 0.007874255999922752, -0.02181914448738098, 0.10207930207252502, -0.029794633388519287, 0.15848302841186523, -0.01016564853489399, 0.0108717055991292, -0.07178870588541031, -0.02197926491498947, -0.09065329283475876, 0.04348433390259743, 0.04083951935172081, -0.003861775388941169, -0.035232074558734894, 0.10109219700098038, 0.06414072960615158, -0.26424840092658997, 0.027189910411834717, -0.06676413863897324, -0.0751490592956543, 0.008645753376185894, 0.03332613408565521, -0.02804350107908249, 0.03410620987415314, 0.003590231528505683, -0.0031102504581212997, 0.15924054384231567, 0.029707884415984154, -0.08840662240982056, -0.04205657169222832, 0.19070255756378174, -0.11535628885030746, 0.05007832124829292, 0.01397417951375246, 0.11835768073797226, 0.03151705488562584, 0.057434361428022385, 0.0294599998742342, 0.07356178015470505, 0.04092317819595337, 0.042834505438804626, 0.016555598005652428, 0.03651772439479828, 0.017662731930613518, 0.03356660529971123, 0.06055257096886635, -0.02636549435555935, 0.04401196166872978, -0.0449790395796299, -0.03106406331062317, -0.014031998813152313, 0.04029576852917671, -0.11072083562612534, 0.12312283366918564, 0.1555817574262619, 0.004908690229058266, 0.027422310784459114, -0.023372748866677284, -0.014511525630950928, 0.010713967494666576, 0.10834034532308578, -0.005091861356049776, -0.14132054150104523, -0.04848786070942879, 0.042482826858758926, 0.031253375113010406, -0.13226477801799774, -0.03060241974890232, 0.0074134692549705505, -0.044193726032972336, 0.03308110311627388, 0.10513591766357422, 0.05893037095665932, 0.0010596700012683868, -0.06051527336239815, -0.12886488437652588, -0.007421458605676889, 0.018073534592986107, -0.017490893602371216, -0.028248881921172142 ]
6535e48351178e07ade013b05b69f0e35cb28bbb
# Dataset Card for ASSIN ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [ASSIN homepage](http://nilc.icmc.usp.br/assin/) - **Repository:** [ASSIN repository](http://nilc.icmc.usp.br/assin/) - **Paper:** [ASSIN: Evaluation of Semantic Similarity and Textual Inference](http://propor2016.di.fc.ul.pt/wp-content/uploads/2015/10/assin-overview.pdf) - **Point of Contact:** [Erick Rocha Fonseca](mailto:erickrf@icmc.usp.br) ### Dataset Summary The ASSIN (Avaliação de Similaridade Semântica e INferência textual) corpus is a corpus annotated with pairs of sentences written in Portuguese that is suitable for the exploration of textual entailment and paraphrasing classifiers. The corpus contains pairs of sentences extracted from news articles written in European Portuguese (EP) and Brazilian Portuguese (BP), obtained from Google News Portugal and Brazil, respectively. To create the corpus, the authors started by collecting a set of news articles describing the same event (one news article from Google News Portugal and another from Google News Brazil) from Google News. Then, they employed Latent Dirichlet Allocation (LDA) models to retrieve pairs of similar sentences between sets of news articles that were grouped together around the same topic. For that, two LDA models were trained (for EP and for BP) on external and large-scale collections of unannotated news articles from Portuguese and Brazilian news providers, respectively. Then, the authors defined a lower and upper threshold for the sentence similarity score of the retrieved pairs of sentences, taking into account that high similarity scores correspond to sentences that contain almost the same content (paraphrase candidates), and low similarity scores correspond to sentences that are very different in content from each other (no-relation candidates). From the collection of pairs of sentences obtained at this stage, the authors performed some manual grammatical corrections and discarded some of the pairs wrongly retrieved. Furthermore, from a preliminary analysis made to the retrieved sentence pairs the authors noticed that the number of contradictions retrieved during the previous stage was very low. Additionally, they also noticed that event though paraphrases are not very frequent, they occur with some frequency in news articles. Consequently, in contrast with the majority of the currently available corpora for other languages, which consider as labels “neutral”, “entailment” and “contradiction” for the task of RTE, the authors of the ASSIN corpus decided to use as labels “none”, “entailment” and “paraphrase”. Finally, the manual annotation of pairs of sentences was performed by human annotators. At least four annotators were randomly selected to annotate each pair of sentences, which is done in two steps: (i) assigning a semantic similarity label (a score between 1 and 5, from unrelated to very similar); and (ii) providing an entailment label (one sentence entails the other, sentences are paraphrases, or no relation). Sentence pairs where at least three annotators do not agree on the entailment label were considered controversial and thus discarded from the gold standard annotations. The full dataset has 10,000 sentence pairs, half of which in Brazilian Portuguese (ptbr) and half in European Portuguese (ptpt). Either language variant has 2,500 pairs for training, 500 for validation and 2,000 for testing. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The language supported is Portuguese. ## Dataset Structure ### Data Instances An example from the ASSIN dataset looks as follows: ``` { "entailment_judgment": 0, "hypothesis": "André Gomes entra em campo quatro meses depois de uma lesão na perna esquerda o ter afastado dos relvados.", "premise": "Relembre-se que o atleta estava afastado dos relvados desde maio, altura em que contraiu uma lesão na perna esquerda.", "relatedness_score": 3.5, "sentence_pair_id": 1 } ``` ### Data Fields - `sentence_pair_id`: a `int64` feature. - `premise`: a `string` feature. - `hypothesis`: a `string` feature. - `relatedness_score`: a `float32` feature. - `entailment_judgment`: a classification label, with possible values including `NONE`, `ENTAILMENT`, `PARAPHRASE`. ### Data Splits The data is split into train, validation and test set. The split sizes are as follow: | | Train | Val | Test | | ----- | ------ | ----- | ---- | | full | 5000 | 1000 | 4000 | | ptbr | 2500 | 500 | 2000 | | ptpt | 2500 | 500 | 2000 | ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @inproceedings{fonseca2016assin, title={ASSIN: Avaliacao de similaridade semantica e inferencia textual}, author={Fonseca, E and Santos, L and Criscuolo, Marcelo and Aluisio, S}, booktitle={Computational Processing of the Portuguese Language-12th International Conference, Tomar, Portugal}, pages={13--15}, year={2016} } ``` ### Contributions Thanks to [@jonatasgrosman](https://github.com/jonatasgrosman) for adding this dataset.
assin
[ "task_categories:text-classification", "task_ids:text-scoring", "task_ids:natural-language-inference", "task_ids:semantic-similarity-scoring", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:pt", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["pt"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["text-scoring", "natural-language-inference", "semantic-similarity-scoring"], "paperswithcode_id": "assin", "pretty_name": "ASSIN", "dataset_info": [{"config_name": "full", "features": [{"name": "sentence_pair_id", "dtype": "int64"}, {"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "relatedness_score", "dtype": "float32"}, {"name": "entailment_judgment", "dtype": {"class_label": {"names": {"0": "NONE", "1": "ENTAILMENT", "2": "PARAPHRASE"}}}}], "splits": [{"name": "train", "num_bytes": 986499, "num_examples": 5000}, {"name": "test", "num_bytes": 767304, "num_examples": 4000}, {"name": "validation", "num_bytes": 196821, "num_examples": 1000}], "download_size": 1335013, "dataset_size": 1950624}, {"config_name": "ptbr", "features": [{"name": "sentence_pair_id", "dtype": "int64"}, {"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "relatedness_score", "dtype": "float32"}, {"name": "entailment_judgment", "dtype": {"class_label": {"names": {"0": "NONE", "1": "ENTAILMENT", "2": "PARAPHRASE"}}}}], "splits": [{"name": "train", "num_bytes": 463505, "num_examples": 2500}, {"name": "test", "num_bytes": 374424, "num_examples": 2000}, {"name": "validation", "num_bytes": 91203, "num_examples": 500}], "download_size": 639490, "dataset_size": 929132}, {"config_name": "ptpt", "features": [{"name": "sentence_pair_id", "dtype": "int64"}, {"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "relatedness_score", "dtype": "float32"}, {"name": "entailment_judgment", "dtype": {"class_label": {"names": {"0": "NONE", "1": "ENTAILMENT", "2": "PARAPHRASE"}}}}], "splits": [{"name": "train", "num_bytes": 522994, "num_examples": 2500}, {"name": "test", "num_bytes": 392880, "num_examples": 2000}, {"name": "validation", "num_bytes": 105618, "num_examples": 500}], "download_size": 706661, "dataset_size": 1021492}], "configs": [{"config_name": "full", "data_files": [{"split": "train", "path": "full/train-*"}, {"split": "test", "path": "full/test-*"}, {"split": "validation", "path": "full/validation-*"}], "default": true}, {"config_name": "ptbr", "data_files": [{"split": "train", "path": "ptbr/train-*"}, {"split": "test", "path": "ptbr/test-*"}, {"split": "validation", "path": "ptbr/validation-*"}]}, {"config_name": "ptpt", "data_files": [{"split": "train", "path": "ptpt/train-*"}, {"split": "test", "path": "ptpt/test-*"}, {"split": "validation", "path": "ptpt/validation-*"}]}]}
2024-01-09T12:47:28+00:00
[]
[ "pt" ]
TAGS #task_categories-text-classification #task_ids-text-scoring #task_ids-natural-language-inference #task_ids-semantic-similarity-scoring #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Portuguese #license-unknown #region-us
Dataset Card for ASSIN ====================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: ASSIN homepage * Repository: ASSIN repository * Paper: ASSIN: Evaluation of Semantic Similarity and Textual Inference * Point of Contact: Erick Rocha Fonseca ### Dataset Summary The ASSIN (Avaliação de Similaridade Semântica e INferência textual) corpus is a corpus annotated with pairs of sentences written in Portuguese that is suitable for the exploration of textual entailment and paraphrasing classifiers. The corpus contains pairs of sentences extracted from news articles written in European Portuguese (EP) and Brazilian Portuguese (BP), obtained from Google News Portugal and Brazil, respectively. To create the corpus, the authors started by collecting a set of news articles describing the same event (one news article from Google News Portugal and another from Google News Brazil) from Google News. Then, they employed Latent Dirichlet Allocation (LDA) models to retrieve pairs of similar sentences between sets of news articles that were grouped together around the same topic. For that, two LDA models were trained (for EP and for BP) on external and large-scale collections of unannotated news articles from Portuguese and Brazilian news providers, respectively. Then, the authors defined a lower and upper threshold for the sentence similarity score of the retrieved pairs of sentences, taking into account that high similarity scores correspond to sentences that contain almost the same content (paraphrase candidates), and low similarity scores correspond to sentences that are very different in content from each other (no-relation candidates). From the collection of pairs of sentences obtained at this stage, the authors performed some manual grammatical corrections and discarded some of the pairs wrongly retrieved. Furthermore, from a preliminary analysis made to the retrieved sentence pairs the authors noticed that the number of contradictions retrieved during the previous stage was very low. Additionally, they also noticed that event though paraphrases are not very frequent, they occur with some frequency in news articles. Consequently, in contrast with the majority of the currently available corpora for other languages, which consider as labels “neutral”, “entailment” and “contradiction” for the task of RTE, the authors of the ASSIN corpus decided to use as labels “none”, “entailment” and “paraphrase”. Finally, the manual annotation of pairs of sentences was performed by human annotators. At least four annotators were randomly selected to annotate each pair of sentences, which is done in two steps: (i) assigning a semantic similarity label (a score between 1 and 5, from unrelated to very similar); and (ii) providing an entailment label (one sentence entails the other, sentences are paraphrases, or no relation). Sentence pairs where at least three annotators do not agree on the entailment label were considered controversial and thus discarded from the gold standard annotations. The full dataset has 10,000 sentence pairs, half of which in Brazilian Portuguese (ptbr) and half in European Portuguese (ptpt). Either language variant has 2,500 pairs for training, 500 for validation and 2,000 for testing. ### Supported Tasks and Leaderboards ### Languages The language supported is Portuguese. Dataset Structure ----------------- ### Data Instances An example from the ASSIN dataset looks as follows: ### Data Fields * 'sentence\_pair\_id': a 'int64' feature. * 'premise': a 'string' feature. * 'hypothesis': a 'string' feature. * 'relatedness\_score': a 'float32' feature. * 'entailment\_judgment': a classification label, with possible values including 'NONE', 'ENTAILMENT', 'PARAPHRASE'. ### Data Splits The data is split into train, validation and test set. The split sizes are as follow: Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @jonatasgrosman for adding this dataset.
[ "### Dataset Summary\n\n\nThe ASSIN (Avaliação de Similaridade Semântica e INferência textual) corpus is a corpus annotated with pairs of sentences written in\nPortuguese that is suitable for the exploration of textual entailment and paraphrasing classifiers. The corpus contains pairs of sentences\nextracted from news articles written in European Portuguese (EP) and Brazilian Portuguese (BP), obtained from Google News Portugal\nand Brazil, respectively. To create the corpus, the authors started by collecting a set of news articles describing the\nsame event (one news article from Google News Portugal and another from Google News Brazil) from Google News.\nThen, they employed Latent Dirichlet Allocation (LDA) models to retrieve pairs of similar sentences between sets of news\narticles that were grouped together around the same topic. For that, two LDA models were trained (for EP and for BP)\non external and large-scale collections of unannotated news articles from Portuguese and Brazilian news providers, respectively.\nThen, the authors defined a lower and upper threshold for the sentence similarity score of the retrieved pairs of sentences,\ntaking into account that high similarity scores correspond to sentences that contain almost the same content (paraphrase candidates),\nand low similarity scores correspond to sentences that are very different in content from each other (no-relation candidates).\nFrom the collection of pairs of sentences obtained at this stage, the authors performed some manual grammatical corrections\nand discarded some of the pairs wrongly retrieved. Furthermore, from a preliminary analysis made to the retrieved sentence pairs\nthe authors noticed that the number of contradictions retrieved during the previous stage was very low. Additionally, they also\nnoticed that event though paraphrases are not very frequent, they occur with some frequency in news articles. Consequently,\nin contrast with the majority of the currently available corpora for other languages, which consider as labels “neutral”, “entailment”\nand “contradiction” for the task of RTE, the authors of the ASSIN corpus decided to use as labels “none”, “entailment” and “paraphrase”.\nFinally, the manual annotation of pairs of sentences was performed by human annotators. At least four annotators were randomly\nselected to annotate each pair of sentences, which is done in two steps: (i) assigning a semantic similarity label (a score between 1 and 5,\nfrom unrelated to very similar); and (ii) providing an entailment label (one sentence entails the other, sentences are paraphrases,\nor no relation). Sentence pairs where at least three annotators do not agree on the entailment label were considered controversial\nand thus discarded from the gold standard annotations. The full dataset has 10,000 sentence pairs, half of which in Brazilian Portuguese (ptbr)\nand half in European Portuguese (ptpt). Either language variant has 2,500 pairs for training, 500 for validation and 2,000 for testing.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe language supported is Portuguese.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example from the ASSIN dataset looks as follows:", "### Data Fields\n\n\n* 'sentence\\_pair\\_id': a 'int64' feature.\n* 'premise': a 'string' feature.\n* 'hypothesis': a 'string' feature.\n* 'relatedness\\_score': a 'float32' feature.\n* 'entailment\\_judgment': a classification label, with possible values including 'NONE', 'ENTAILMENT', 'PARAPHRASE'.", "### Data Splits\n\n\nThe data is split into train, validation and test set. The split sizes are as follow:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @jonatasgrosman for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-text-scoring #task_ids-natural-language-inference #task_ids-semantic-similarity-scoring #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Portuguese #license-unknown #region-us \n", "### Dataset Summary\n\n\nThe ASSIN (Avaliação de Similaridade Semântica e INferência textual) corpus is a corpus annotated with pairs of sentences written in\nPortuguese that is suitable for the exploration of textual entailment and paraphrasing classifiers. The corpus contains pairs of sentences\nextracted from news articles written in European Portuguese (EP) and Brazilian Portuguese (BP), obtained from Google News Portugal\nand Brazil, respectively. To create the corpus, the authors started by collecting a set of news articles describing the\nsame event (one news article from Google News Portugal and another from Google News Brazil) from Google News.\nThen, they employed Latent Dirichlet Allocation (LDA) models to retrieve pairs of similar sentences between sets of news\narticles that were grouped together around the same topic. For that, two LDA models were trained (for EP and for BP)\non external and large-scale collections of unannotated news articles from Portuguese and Brazilian news providers, respectively.\nThen, the authors defined a lower and upper threshold for the sentence similarity score of the retrieved pairs of sentences,\ntaking into account that high similarity scores correspond to sentences that contain almost the same content (paraphrase candidates),\nand low similarity scores correspond to sentences that are very different in content from each other (no-relation candidates).\nFrom the collection of pairs of sentences obtained at this stage, the authors performed some manual grammatical corrections\nand discarded some of the pairs wrongly retrieved. Furthermore, from a preliminary analysis made to the retrieved sentence pairs\nthe authors noticed that the number of contradictions retrieved during the previous stage was very low. Additionally, they also\nnoticed that event though paraphrases are not very frequent, they occur with some frequency in news articles. Consequently,\nin contrast with the majority of the currently available corpora for other languages, which consider as labels “neutral”, “entailment”\nand “contradiction” for the task of RTE, the authors of the ASSIN corpus decided to use as labels “none”, “entailment” and “paraphrase”.\nFinally, the manual annotation of pairs of sentences was performed by human annotators. At least four annotators were randomly\nselected to annotate each pair of sentences, which is done in two steps: (i) assigning a semantic similarity label (a score between 1 and 5,\nfrom unrelated to very similar); and (ii) providing an entailment label (one sentence entails the other, sentences are paraphrases,\nor no relation). Sentence pairs where at least three annotators do not agree on the entailment label were considered controversial\nand thus discarded from the gold standard annotations. The full dataset has 10,000 sentence pairs, half of which in Brazilian Portuguese (ptbr)\nand half in European Portuguese (ptpt). Either language variant has 2,500 pairs for training, 500 for validation and 2,000 for testing.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe language supported is Portuguese.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example from the ASSIN dataset looks as follows:", "### Data Fields\n\n\n* 'sentence\\_pair\\_id': a 'int64' feature.\n* 'premise': a 'string' feature.\n* 'hypothesis': a 'string' feature.\n* 'relatedness\\_score': a 'float32' feature.\n* 'entailment\\_judgment': a classification label, with possible values including 'NONE', 'ENTAILMENT', 'PARAPHRASE'.", "### Data Splits\n\n\nThe data is split into train, validation and test set. The split sizes are as follow:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @jonatasgrosman for adding this dataset." ]
[ 117, 710, 10, 20, 19, 109, 32, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-text-scoring #task_ids-natural-language-inference #task_ids-semantic-similarity-scoring #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Portuguese #license-unknown #region-us \n" ]
[ -0.05919387936592102, -0.04302660748362541, -0.006120048929005861, 0.08409424126148224, 0.07452330738306046, 0.03531839698553085, 0.08586493134498596, 0.08635484427213669, 0.079857736825943, 0.015369498170912266, -0.013265390880405903, 0.08534744381904602, 0.033882442861795425, -0.008059412240982056, -0.10829205811023712, -0.17000582814216614, 0.040193259716033936, -0.042752984911203384, -0.03836040943861008, 0.06948957592248917, 0.09219233691692352, 0.03036382980644703, 0.04512465000152588, -0.037788957357406616, -0.06888022273778915, 0.09739942848682404, 0.046520452946424484, -0.1565181165933609, 0.07652489095926285, 0.05150455981492996, 0.10810470581054688, 0.033910952508449554, -0.032923828810453415, -0.11109866946935654, -0.0063255298882722855, -0.012222583405673504, 0.013783031143248081, -0.05708228051662445, 0.061895959079265594, -0.14398036897182465, 0.024474484845995903, -0.047583453357219696, -0.002280153101310134, 0.09250853955745697, -0.21791695058345795, -0.06753505021333694, -0.060143858194351196, -0.07838651537895203, -0.04853031039237976, 0.009389815852046013, -0.04557996615767479, 0.11897971481084824, -0.08259450644254684, 0.041790541261434555, 0.05811312794685364, -0.12972301244735718, -0.08322646468877792, 0.1923108696937561, 0.08072400093078613, 0.02688656374812126, 0.006921784952282906, 0.08879448473453522, 0.07774756103754044, 0.010742374695837498, -0.14395026862621307, -0.14297284185886383, -0.07169412821531296, -0.014837362803518772, -0.03469279035925865, -0.007883425801992416, 0.2506740093231201, 0.04735669493675232, 0.01628684252500534, -0.14255763590335846, -0.06965083628892899, 0.10965558886528015, -0.060425758361816406, 0.0221105869859457, -0.07012483477592468, 0.011893823742866516, 0.20839259028434753, -0.025547783821821213, -0.029632557183504105, 0.0007333987159654498, -0.06945648044347763, 0.1795729547739029, 0.01892687752842903, -0.0316728875041008, 0.02760484255850315, -0.016984423622488976, -0.06389810144901276, -0.10494211316108704, 0.04588354751467705, -0.0809769257903099, -0.08781895786523819, 0.015535872429609299, 0.11516629904508591, -0.09061714261770248, 0.17128266394138336, -0.014088012278079987, 0.02976395934820175, -0.004847400356084108, -0.20446030795574188, 0.10752201080322266, 0.07462294399738312, 0.10602584481239319, -0.07312488555908203, -0.04038159176707268, -0.01248109620064497, -0.02397724986076355, 0.04155225306749344, -0.04854254797101021, -0.11621400713920593, -0.0740809366106987, -0.06174169480800629, 0.1889042854309082, 0.10267967730760574, 0.04599504917860031, -0.09865715354681015, -0.04958954453468323, -0.05161367729306221, -0.08870580792427063, 0.022302323952317238, 0.006577721331268549, -0.052738819271326065, 0.11499042809009552, -0.11547087132930756, 0.008064133115112782, -0.14503921568393707, -0.027305617928504944, -0.008752943947911263, 0.04435043781995773, -0.05476817861199379, -0.17337651550769806, 0.06286511570215225, -0.11537986993789673, -0.00320311333052814, -0.07915275543928146, -0.10258675366640091, -0.09403576701879501, -0.0008909095195122063, -0.10492618381977081, 0.010792883113026619, -0.10864752531051636, -0.07745271176099777, -0.0036368241999298334, -0.00134031951893121, -0.07692858576774597, -0.1110159382224083, 0.045370977371931076, -0.006724890787154436, 0.05094657838344574, -0.16388504207134247, 0.012477598153054714, -0.09564872831106186, 0.07804395258426666, -0.1890316605567932, 0.16168691217899323, -0.102394700050354, 0.07948844134807587, -0.0685093104839325, -0.004216185305267572, -0.026979845017194748, 0.0827735960483551, -0.06773447245359421, 0.1978791356086731, -0.15945176780223846, -0.03827152028679848, 0.16261015832424164, -0.036152783781290054, -0.09858575463294983, 0.09849639236927032, 0.0383853055536747, 0.22231514751911163, 0.07028205692768097, 0.31340375542640686, -0.031261567026376724, 0.05163387209177017, 0.10785728693008423, -0.01779639907181263, -0.0028868657536804676, 0.12354075908660889, 0.0891169011592865, -0.08738917112350464, 0.027801452204585075, 0.01408968772739172, 0.13942863047122955, -0.016019264236092567, 0.006715280003845692, -0.07284560799598694, -0.027928799390792847, 0.043078504502773285, 0.09133214503526688, -0.010877491906285286, 0.05040023848414421, -0.0949496477842331, -0.036106888204813004, -0.0861452966928482, -0.03887564316391945, -0.03459062799811363, -0.020052172243595123, -0.0941886380314827, 0.061837345361709595, 0.036170702427625656, 0.04183464124798775, -0.15514002740383148, -0.06866583228111267, 0.08850499987602234, 0.12456592917442322, 0.09480319172143936, 0.06962137669324875, -0.031227096915245056, -0.05225108191370964, -0.036383338272571564, 0.04828089848160744, -0.02016703225672245, -0.024713408201932907, 0.0290573388338089, -0.1420367807149887, 0.11292161047458649, -0.01790367066860199, -0.01454742532223463, -0.10952315479516983, 0.0436522550880909, -0.01585451513528824, 0.08379323035478592, 0.03395882248878479, 0.08754429221153259, 0.0292490404099226, 0.14255240559577942, -0.05216537043452263, -0.0416380800306797, 0.082797572016716, -0.10692218691110611, -0.08021841943264008, 0.09719739854335785, -0.035061925649642944, 0.0839749202132225, 0.08950838446617126, -0.1175447627902031, 0.009990946389734745, 0.04467026889324188, 0.03289500251412392, -0.011520475149154663, -0.0512695275247097, -0.0957016721367836, 0.0821380540728569, 0.04020347446203232, 0.09813467413187027, -0.0899280458688736, 0.02303345873951912, -0.036086540669202805, 0.02483639493584633, -0.03200974687933922, 0.16206739842891693, 0.04498162865638733, -0.17964871227741241, 0.1847497969865799, 0.0675094723701477, 0.09041523188352585, 0.1855051964521408, -0.04357447475194931, -0.0054619465954601765, 0.04305992275476456, 0.08227962255477905, -0.008032185025513172, 0.026863785460591316, -0.2800104320049286, 0.03709107264876366, 0.04004387557506561, 0.09569699317216873, 0.03126578778028488, -0.06425780057907104, -0.058811210095882416, -0.08855271339416504, -0.06781812757253647, -0.10745815187692642, 0.06396971642971039, 0.09290403872728348, 0.09003955870866776, -0.023788539692759514, -0.024253088980913162, 0.012760143727064133, -0.03812829777598381, -0.035015009343624115, 0.10107395052909851, -0.07022089511156082, -0.2775450348854065, -0.15686474740505219, 0.016827985644340515, -0.16841436922550201, 0.03995775431394577, 0.0389893501996994, -0.009350979700684547, 0.022014029324054718, -0.0031927404925227165, 0.30073103308677673, -0.13436999917030334, -0.16978375613689423, -0.0559636689722538, 0.11106496304273605, -0.12864096462726593, -0.0926789715886116, -0.002942727180197835, 0.06500692665576935, -0.0028046949300915003, 0.06958279758691788, -0.20358146727085114, 0.10754403471946716, 0.18650604784488678, 0.02823767624795437, -0.028571173548698425, -0.07395227998495102, 0.105311818420887, -0.12671928107738495, 0.030143816024065018, 0.18820784986019135, 0.031085927039384842, -0.023743491619825363, 0.22785121202468872, 0.02136406861245632, -0.08158781379461288, -0.011668688617646694, 0.07936663925647736, -0.026676688343286514, -0.27840858697891235, -0.1276037096977234, -0.09465521574020386, 0.16823148727416992, 0.007753721904009581, 0.011608905158936977, 0.008769942447543144, 0.0302781593054533, -0.024995258077979088, 0.05197669193148613, 0.06692327558994293, 0.03648694232106209, 0.22785460948944092, -0.04919184744358063, 0.06463254243135452, -0.03134214133024216, -0.13823628425598145, 0.05999242141842842, 0.10947027802467346, 0.09549243748188019, 0.1251104325056076, 0.20024892687797546, 0.026068836450576782, 0.013058085925877094, 0.042852770537137985, 0.061679303646087646, 0.11311669647693634, 0.027792856097221375, -0.04348260536789894, -0.047153290361166, 0.024213656783103943, 0.02032512053847313, 0.10448084026575089, -0.033538397401571274, -0.00010743761959020048, -0.12810920178890228, 0.1376790702342987, 0.15143148601055145, 0.09200985729694366, -0.02311788685619831, 0.035581205040216446, 0.12691760063171387, -0.02921992726624012, -0.20459167659282684, 0.08775632828474045, 0.098124660551548, -0.10479645431041718, 0.112752266228199, 0.010749751701951027, 0.1734093874692917, -0.045244909822940826, 0.032340116798877716, -0.20027561485767365, -0.14523455500602722, 0.00162073306273669, 0.1161671131849289, -0.21531245112419128, 0.22659188508987427, 0.06687604635953903, -0.021136753261089325, -0.1056852787733078, -0.007359921466559172, 0.00791914016008377, 0.12375983595848083, 0.13479205965995789, -0.017048856243491173, -0.004964232910424471, -0.05771804600954056, -0.14606258273124695, -0.006617057602852583, 0.05110060051083565, -0.06461900472640991, 0.033353548496961594, 0.027757467702031136, 0.06542769074440002, -0.04958817735314369, 0.008555472828447819, -0.18791775405406952, -0.12922480702400208, 0.025670520961284637, 0.06919871270656586, 0.007636800408363342, -0.028259459882974625, -0.032470278441905975, -0.021102702245116234, 0.18657201528549194, -0.028365733101963997, -0.08512687683105469, -0.10319320857524872, 0.008346517570316792, 0.10457130521535873, 0.03100631572306156, -0.07571345567703247, -0.06505267322063446, 0.006835389882326126, -0.06343720853328705, -0.01166585274040699, 0.17596490681171417, -0.010677659884095192, 0.0032614204101264477, -0.05844317749142647, 0.18699581921100616, -0.06281468272209167, 0.05399235337972641, 0.009678512811660767, -0.0010002529015764594, 0.06225982680916786, -0.08576151728630066, 0.04078099504113197, -0.01327346172183752, -0.05942036956548691, 0.2670152485370636, -0.17288611829280853, -0.16614361107349396, -0.11082439124584198, -0.13997222483158112, 0.23106342554092407, 0.09815797209739685, -0.015688277781009674, 0.0467044897377491, 0.01894371584057808, -0.10640156269073486, -0.3126624822616577, 0.06897854059934616, -0.017585495486855507, 0.08865634351968765, -0.07545233517885208, -0.14942999184131622, -0.015999509021639824, 0.06895063072443008, 0.02045264281332493, 0.12960027158260345, -0.3688681721687317, -0.056526850908994675, -0.00041213189251720905, -0.03282035514712334, 0.11060180515050888, -0.1490132063627243, -0.07648345828056335, -0.15478064119815826, -0.13523420691490173, 0.033556774258613586, -0.09450208395719528, 0.049104493111371994, -0.01559603214263916, 0.035623930394649506, 0.02456585504114628, 0.05474074184894562, 0.17165684700012207, 0.027557963505387306, 0.0630500316619873, 0.0022190420422703028, -0.09873659163713455, 0.19320401549339294, 0.06245450675487518, -0.009229649789631367, 0.08633165061473846, -0.053426433354616165, -0.012089937925338745, -0.05942241847515106, -0.08408749848604202, 0.11194319278001785, -0.0483858697116375, -0.03855281323194504, -0.07025156915187836, -0.023335929960012436, -0.09544455260038376, 0.024312570691108704, 0.251183420419693, -0.10271836817264557, 0.10471627861261368, -0.027207212522625923, 0.14124874770641327, -0.04296370595693588, 0.04396417737007141, 0.0015172803541645408, 0.01612202450633049, 0.05038917064666748, -0.07316671311855316, 0.04316360875964165, 0.140944242477417, -0.03198032081127167, 0.06917868554592133, 0.049808405339717865, -0.03654372692108154, 0.06203268840909004, 0.07654090225696564, 0.08105774223804474, -0.19467724859714508, -0.046845950186252594, -0.10261417180299759, 0.09304017573595047, -0.028097525238990784, 0.16219794750213623, 0.06501030176877975, -0.028791731223464012, 0.013711370527744293, -0.04217012971639633, -0.03182021155953407, 0.055458664894104004, -0.06627783924341202, 0.06520666182041168, -0.07878898084163666, 0.14803729951381683, 0.15148164331912994, -0.11670638620853424, -0.061643484979867935, 0.14240901172161102, -0.051100779324769974, -0.06433054059743881, -0.07443051040172577, 0.19656294584274292, 0.0027081011794507504, -0.05668013542890549, -0.06185006722807884, -0.17094647884368896, -0.017333369702100754, 0.18778899312019348, 0.005896624177694321, 0.0316169336438179, 0.017352212220430374, -0.1218479797244072, 0.10006891936063766, -0.006667936220765114, -0.02218792214989662, -0.023186899721622467, -0.06924928724765778, -0.0476817712187767, 0.022333966568112373, 0.04701903089880943, -0.03189985826611519, -0.037612184882164, -0.1715223640203476, 0.06050441041588783, -0.10221001505851746, 0.0905841514468193, -0.05660836026072502, -0.006744777783751488, 0.0007065462996251881, -0.03307640552520752, -0.05500505864620209, -0.07327701896429062, -0.14470183849334717, -0.03848832845687866, -0.05605913698673248, 0.1756504625082016, 0.05503503978252411, -0.03797684982419014, 0.03452514484524727, -0.038077618926763535, 0.05851822718977928, 0.02422477677464485, -0.13378582894802094, 0.10288514196872711, -0.2133643627166748, 0.022943740710616112, 0.09126035869121552, 0.07016386091709137, 0.047014158219099045, -0.048931464552879333, -0.001994677586480975, 0.04867975041270256, 0.06671799719333649, 0.07479298859834671, -0.09306249767541885, -0.1074085533618927, -0.0900128111243248, -0.04349465295672417, -0.19662342965602875, 0.0603451170027256, 0.02093799039721489, 0.08339685946702957, -0.006875236053019762, 0.05825861915946007, -0.025513416156172752, 0.07806367427110672, -0.0568566732108593, 0.026902224868535995, -0.03549931198358536, -0.07589399814605713, 0.09374041855335236, -0.054652296006679535, 0.049715306609869, 0.02142917551100254, 0.2587692141532898, 0.09610249847173691, 0.08241339027881622, 0.006985802203416824, -0.10694675892591476, -0.02901969477534294, 0.07106786221265793, 0.15251965820789337, 0.09934386610984802, -0.010257169604301453, 0.015372270718216896, -0.02189502865076065, 0.037285737693309784, 0.2184082418680191, 0.06520335376262665, 0.15439125895500183, 0.07955548912286758, 0.06542248278856277, 0.029501866549253464, -0.04299475625157356, 0.1062440574169159, 0.09707038849592209, 0.17532303929328918, 0.05058944225311279, -0.07872889190912247, 0.01465520542114973, 0.051287148147821426, -0.05264288932085037, 0.08225743472576141, -0.07544749230146408, -0.09366974234580994, -0.10133089870214462, -0.014028972946107388, -0.06255482137203217, -0.08971358835697174, -0.011669046245515347, -0.10728293657302856, 0.04714064300060272, 0.0667259693145752, 0.05027918517589569, -0.04613282531499863, 0.07368917763233185, -0.14351369440555573, -0.16545863449573517, 0.12730517983436584, -0.015578461810946465, 0.1256667971611023, -0.06390143185853958, 0.03199009224772453, -0.0575321689248085, 0.08664770424365997, -0.016379304230213165, 0.07985758781433105, -0.06197354197502136, -0.053259532898664474, -0.21581736207008362, -0.040916766971349716, -0.012831691652536392, 0.024586739018559456, -0.0011314409784972668, 0.15770509839057922, 0.07729854434728622, -0.08047842234373093, 0.04926171526312828, 0.23570516705513, 0.011803445406258106, -0.17756876349449158, -0.12440738081932068, 0.07377180457115173, -0.033589787781238556, 0.04556293413043022, -0.05889764800667763, -0.11114540696144104, -0.050488006323575974, 0.1404915601015091, 0.23282717168331146, 0.022884754464030266, -0.03239576146006584, -0.06326032429933548, 0.030629362910985947, 0.024200348183512688, -0.003310173051431775, -0.028535911813378334, 0.02852325327694416, -0.009573466144502163, -0.08535544574260712, -0.04139961674809456, -0.006022047251462936, -0.17509368062019348, 0.1675335168838501, 0.031028395518660545, -0.04377232491970062, -0.03247154876589775, 0.21040518581867218, -0.12941518425941467, 0.038392938673496246, 0.02568640001118183, -0.15252912044525146, -0.14446385204792023, -0.06330575793981552, -0.07242996990680695, -0.012933029793202877, 0.06722644716501236, -0.0016064121155068278, -0.09095726907253265, -0.12250339239835739, 0.024320196360349655, -0.10682429373264313, -0.04698256030678749, 0.013399476185441017, -0.061319541186094284, 0.07067972421646118, -0.01374039426445961, 0.10526005178689957, 0.10174606740474701, -0.011324897408485413, 0.051797591149806976, 0.0806526392698288, 0.0506708100438118, 0.19441793859004974, 0.06683512032032013, 0.06737340241670609, -0.015238854102790356, 0.08320995420217514, 0.0762866660952568, -0.12076791375875473, 0.05148082971572876, 0.11729419231414795, -0.08397508412599564, -0.12333114445209503, 0.05280415341258049, -0.14703403413295746, 0.036353133618831635, 0.14111706614494324, -0.01580451987683773, -0.013134877197444439, -0.03810976445674896, 0.02764192782342434, -0.021311338990926743, 0.05562746152281761, -0.11776411533355713, -0.1683475375175476, -0.03321173042058945, 0.021126259118318558, 0.01853177510201931, -0.25325480103492737, 0.05970792844891548, -0.008737915195524693, 0.061153121292591095, -0.05329147353768349, 0.07929185032844543, 0.010092167183756828, -0.02862628363072872, -0.00029388463008217514, -0.4429350793361664, 0.07367323338985443, 0.11702552437782288, 0.03452455624938011, -0.051945701241493225 ]
0ff9c86779e06855536d8775ce5550550e1e5a2d
# Dataset Card for ASSIN 2 ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [ASSIN 2 homepage](https://sites.google.com/view/assin2) - **Repository:** [ASSIN 2 repository](https://sites.google.com/view/assin2) - **Paper:** [The ASSIN 2 shared task: a quick overview](https://drive.google.com/file/d/1ft1VU6xiVm-N58dfAp6FHWjQ4IvcXgqp/view) - **Point of Contact:** [Livy Real](mailto:livyreal@gmail.com) ### Dataset Summary The ASSIN 2 corpus is composed of rather simple sentences. Following the procedures of SemEval 2014 Task 1. The training and validation data are composed, respectively, of 6,500 and 500 sentence pairs in Brazilian Portuguese, annotated for entailment and semantic similarity. Semantic similarity values range from 1 to 5, and text entailment classes are either entailment or none. The test data are composed of approximately 3,000 sentence pairs with the same annotation. All data were manually annotated. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The language supported is Portuguese. ## Dataset Structure ### Data Instances An example from the ASSIN 2 dataset looks as follows: ``` { "entailment_judgment": 1, "hypothesis": "Uma criança está segurando uma pistola de água", "premise": "Uma criança risonha está segurando uma pistola de água e sendo espirrada com água", "relatedness_score": 4.5, "sentence_pair_id": 1 } ``` ### Data Fields - `sentence_pair_id`: a `int64` feature. - `premise`: a `string` feature. - `hypothesis`: a `string` feature. - `relatedness_score`: a `float32` feature. - `entailment_judgment`: a classification label, with possible values including `NONE`, `ENTAILMENT`. ### Data Splits The data is split into train, validation and test set. The split sizes are as follow: | Train | Val | Test | | ------ | ----- | ---- | | 6500 | 500 | 2448 | ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @inproceedings{real2020assin, title={The assin 2 shared task: a quick overview}, author={Real, Livy and Fonseca, Erick and Oliveira, Hugo Goncalo}, booktitle={International Conference on Computational Processing of the Portuguese Language}, pages={406--412}, year={2020}, organization={Springer} } ``` ### Contributions Thanks to [@jonatasgrosman](https://github.com/jonatasgrosman) for adding this dataset.
assin2
[ "task_categories:text-classification", "task_ids:text-scoring", "task_ids:natural-language-inference", "task_ids:semantic-similarity-scoring", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:pt", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["pt"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["text-scoring", "natural-language-inference", "semantic-similarity-scoring"], "paperswithcode_id": "assin2", "pretty_name": "ASSIN 2", "dataset_info": {"features": [{"name": "sentence_pair_id", "dtype": "int64"}, {"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "relatedness_score", "dtype": "float32"}, {"name": "entailment_judgment", "dtype": {"class_label": {"names": {"0": "NONE", "1": "ENTAILMENT"}}}}], "splits": [{"name": "train", "num_bytes": 863995, "num_examples": 6500}, {"name": "test", "num_bytes": 339266, "num_examples": 2448}, {"name": "validation", "num_bytes": 66824, "num_examples": 500}], "download_size": 566733, "dataset_size": 1270085}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}, {"split": "validation", "path": "data/validation-*"}]}]}
2024-01-09T12:48:38+00:00
[]
[ "pt" ]
TAGS #task_categories-text-classification #task_ids-text-scoring #task_ids-natural-language-inference #task_ids-semantic-similarity-scoring #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Portuguese #license-unknown #region-us
Dataset Card for ASSIN 2 ======================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: ASSIN 2 homepage * Repository: ASSIN 2 repository * Paper: The ASSIN 2 shared task: a quick overview * Point of Contact: Livy Real ### Dataset Summary The ASSIN 2 corpus is composed of rather simple sentences. Following the procedures of SemEval 2014 Task 1. The training and validation data are composed, respectively, of 6,500 and 500 sentence pairs in Brazilian Portuguese, annotated for entailment and semantic similarity. Semantic similarity values range from 1 to 5, and text entailment classes are either entailment or none. The test data are composed of approximately 3,000 sentence pairs with the same annotation. All data were manually annotated. ### Supported Tasks and Leaderboards ### Languages The language supported is Portuguese. Dataset Structure ----------------- ### Data Instances An example from the ASSIN 2 dataset looks as follows: ### Data Fields * 'sentence\_pair\_id': a 'int64' feature. * 'premise': a 'string' feature. * 'hypothesis': a 'string' feature. * 'relatedness\_score': a 'float32' feature. * 'entailment\_judgment': a classification label, with possible values including 'NONE', 'ENTAILMENT'. ### Data Splits The data is split into train, validation and test set. The split sizes are as follow: Train: 6500, Val: 500, Test: 2448 Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @jonatasgrosman for adding this dataset.
[ "### Dataset Summary\n\n\nThe ASSIN 2 corpus is composed of rather simple sentences. Following the procedures of SemEval 2014 Task 1.\nThe training and validation data are composed, respectively, of 6,500 and 500 sentence pairs in Brazilian Portuguese,\nannotated for entailment and semantic similarity. Semantic similarity values range from 1 to 5, and text entailment\nclasses are either entailment or none. The test data are composed of approximately 3,000 sentence pairs with the same\nannotation. All data were manually annotated.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe language supported is Portuguese.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example from the ASSIN 2 dataset looks as follows:", "### Data Fields\n\n\n* 'sentence\\_pair\\_id': a 'int64' feature.\n* 'premise': a 'string' feature.\n* 'hypothesis': a 'string' feature.\n* 'relatedness\\_score': a 'float32' feature.\n* 'entailment\\_judgment': a classification label, with possible values including 'NONE', 'ENTAILMENT'.", "### Data Splits\n\n\nThe data is split into train, validation and test set. The split sizes are as follow:\n\n\nTrain: 6500, Val: 500, Test: 2448\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @jonatasgrosman for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-text-scoring #task_ids-natural-language-inference #task_ids-semantic-similarity-scoring #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Portuguese #license-unknown #region-us \n", "### Dataset Summary\n\n\nThe ASSIN 2 corpus is composed of rather simple sentences. Following the procedures of SemEval 2014 Task 1.\nThe training and validation data are composed, respectively, of 6,500 and 500 sentence pairs in Brazilian Portuguese,\nannotated for entailment and semantic similarity. Semantic similarity values range from 1 to 5, and text entailment\nclasses are either entailment or none. The test data are composed of approximately 3,000 sentence pairs with the same\nannotation. All data were manually annotated.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe language supported is Portuguese.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example from the ASSIN 2 dataset looks as follows:", "### Data Fields\n\n\n* 'sentence\\_pair\\_id': a 'int64' feature.\n* 'premise': a 'string' feature.\n* 'hypothesis': a 'string' feature.\n* 'relatedness\\_score': a 'float32' feature.\n* 'entailment\\_judgment': a classification label, with possible values including 'NONE', 'ENTAILMENT'.", "### Data Splits\n\n\nThe data is split into train, validation and test set. The split sizes are as follow:\n\n\nTrain: 6500, Val: 500, Test: 2448\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @jonatasgrosman for adding this dataset." ]
[ 117, 129, 10, 20, 20, 102, 45, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-text-scoring #task_ids-natural-language-inference #task_ids-semantic-similarity-scoring #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Portuguese #license-unknown #region-us \n### Dataset Summary\n\n\nThe ASSIN 2 corpus is composed of rather simple sentences. Following the procedures of SemEval 2014 Task 1.\nThe training and validation data are composed, respectively, of 6,500 and 500 sentence pairs in Brazilian Portuguese,\nannotated for entailment and semantic similarity. Semantic similarity values range from 1 to 5, and text entailment\nclasses are either entailment or none. The test data are composed of approximately 3,000 sentence pairs with the same\nannotation. All data were manually annotated.### Supported Tasks and Leaderboards### Languages\n\n\nThe language supported is Portuguese.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example from the ASSIN 2 dataset looks as follows:### Data Fields\n\n\n* 'sentence\\_pair\\_id': a 'int64' feature.\n* 'premise': a 'string' feature.\n* 'hypothesis': a 'string' feature.\n* 'relatedness\\_score': a 'float32' feature.\n* 'entailment\\_judgment': a classification label, with possible values including 'NONE', 'ENTAILMENT'.### Data Splits\n\n\nThe data is split into train, validation and test set. The split sizes are as follow:\n\n\nTrain: 6500, Val: 500, Test: 2448\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?" ]
[ -0.10992592573165894, 0.12070666253566742, -0.005338919349014759, 0.09327764809131622, 0.07777563482522964, 0.010497231967747211, 0.03407289832830429, 0.08268772810697556, -0.09860137850046158, 0.1237572506070137, -0.030259283259510994, -0.02102341316640377, 0.06541575491428375, 0.09502182900905609, -0.009722230955958366, -0.13712894916534424, 0.03939249739050865, -0.10624925792217255, -0.0721212774515152, 0.10592187941074371, 0.14894182980060577, -0.059206001460552216, 0.0677010640501976, -0.10426399111747742, -0.007057558745145798, -0.004335677716881037, -0.037712618708610535, -0.016782207414507866, 0.030531372874975204, 0.06947482377290726, 0.04023190215229988, 0.03700889274477959, 0.008184729143977165, -0.15980754792690277, -0.004638536833226681, 0.08339250832796097, 0.037132274359464645, 0.04177890717983246, 0.07877716422080994, -0.11321067065000534, 0.018122753128409386, -0.10816819965839386, 0.04887283965945244, 0.06652750819921494, -0.15397289395332336, -0.08970344066619873, -0.09041967988014221, -0.04405215382575989, 0.14858785271644592, 0.09037941694259644, -0.03701741620898247, 0.04744188115000725, -0.055396270006895065, 0.0512426495552063, 0.10230111330747604, -0.015603335574269295, -0.06121950224041939, -0.052906978875398636, -0.023314306512475014, 0.1068497970700264, -0.08231127262115479, -0.043078429996967316, 0.03874501585960388, 0.008480464108288288, -0.008707132190465927, -0.02323971875011921, -0.12996158003807068, -0.012833397835493088, -0.06418837606906891, -0.04616819694638252, 0.21414081752300262, 0.0018786030123010278, -0.07327073812484741, -0.07183773815631866, 0.009441656991839409, -0.02536466345191002, 0.017773836851119995, 0.006430995184928179, 0.05482989177107811, -0.005707507953047752, 0.028346216306090355, -0.031487319618463516, -0.11743195354938507, -0.015642447397112846, -0.032499875873327255, 0.028487933799624443, -0.003460278268903494, 0.012477798387408257, -0.018947526812553406, 0.04899429529905319, -0.05472973734140396, -0.1250709444284439, -0.05169672891497612, -0.041951801627874374, -0.1096205785870552, -0.012692540884017944, -0.016937589272856712, -0.11174393445253372, 0.049340713769197464, 0.1345449686050415, -0.15308734774589539, 0.04237375780940056, -0.04452855885028839, 0.005497152451425791, 0.052209291607141495, 0.11466476321220398, 0.017832443118095398, -0.07548928260803223, -0.04238659515976906, -0.05947526544332504, -0.001157952006906271, -0.045411366969347, -0.004867642652243376, 0.02681780979037285, 0.040385905653238297, 0.08957907557487488, 0.07906173169612885, -0.02982247620820999, -0.11478506773710251, -0.05510948970913887, -0.028257038444280624, -0.1409999281167984, 0.04140152409672737, 0.028659570962190628, -0.008222517557442188, 0.07789427042007446, 0.01766575500369072, -0.007408243604004383, -0.06052239611744881, 0.0602334626019001, -0.05753069743514061, -0.012217046692967415, -0.08585764467716217, -0.07950014621019363, 0.04584600776433945, -0.07338602095842361, -0.08872474730014801, -0.03811684250831604, -0.13866841793060303, -0.12236355245113373, 0.022351549938321114, -0.10287051647901535, -0.016554690897464752, -0.03484169766306877, -0.024265822023153305, -0.036409661173820496, 0.017516786232590675, 0.04146387800574303, -0.035150859504938126, 0.028673414140939713, 0.048290666192770004, 0.008115565404295921, 0.07001274824142456, 0.048549406230449677, -0.19398264586925507, 0.07314692437648773, -0.07569821923971176, 0.15652774274349213, -0.12326955050230026, 0.0251042190939188, -0.12888434529304504, -0.01238319557160139, -0.01083381474018097, -0.011741100810468197, 0.011055201292037964, 0.16294072568416595, -0.2661550045013428, -0.05849897488951683, 0.09749570488929749, -0.14369353652000427, -0.05361974239349365, 0.07146817445755005, -0.011243541724979877, 0.052240047603845596, 0.09871698915958405, 0.1003943458199501, 0.07397841662168503, -0.02114741876721382, -0.008774475194513798, -0.07898186147212982, 0.0824049711227417, 0.17513176798820496, 0.13462494313716888, -0.14175842702388763, 0.000597786100115627, 0.07333141565322876, -0.045764483511447906, -0.10079759359359741, -0.02956881932914257, -0.05740121006965637, -0.030678942799568176, -0.02597254514694214, 0.05868850648403168, 0.029604902490973473, -0.04148155450820923, -0.07258079200983047, -0.10460907965898514, -0.03705582395195961, 0.0014189679641276598, -0.05277600139379501, -0.00018348003504797816, -0.03500213101506233, 0.08111055940389633, 0.0057502854615449905, -0.043863695114851, -0.16886061429977417, -0.164464071393013, 0.04948917403817177, -0.017443466931581497, 0.11222457140684128, -0.07995197921991348, -0.00419212132692337, 0.04292428866028786, -0.058789923787117004, 0.04653593525290489, -0.015034966170787811, 0.026395263150334358, 0.0038521962705999613, -0.22135348618030548, -0.018585404381155968, -0.02194146066904068, 0.1253863424062729, -0.07005754858255386, -0.012218778021633625, 0.08695455640554428, 0.1799512356519699, 0.05118484050035477, -0.05670706927776337, 0.022167371585965157, 0.07866943627595901, -0.02470806986093521, -0.05517666041851044, -0.0011094806250184774, -0.031882498413324356, 0.01571694202721119, -0.0008339545456692576, -0.13482674956321716, -0.18100830912590027, 0.027771370485424995, 0.0985429584980011, -0.11371272057294846, -0.04628415033221245, -0.0309025626629591, -0.04511190205812454, -0.12108616530895233, -0.04946251958608627, 0.054154831916093826, 0.025593552738428116, 0.07194332778453827, -0.08231570571660995, -0.03673921525478363, -0.0030897220131009817, -0.023777902126312256, -0.06626582890748978, 0.09846760332584381, 0.04587920010089874, -0.07131725549697876, 0.1369984745979309, 0.007535990327596664, 0.004077850840985775, 0.11348714679479599, -0.037432532757520676, -0.10454161465167999, -0.05378757417201996, 0.007796512451022863, 0.024109559133648872, 0.08252827078104019, -0.07816384732723236, 0.07312820851802826, 0.05481424182653427, 0.025282122194767, 0.04221179336309433, -0.03682491183280945, 0.06165589019656181, 0.040788665413856506, -0.04129937291145325, 0.024303093552589417, -0.027532000094652176, 0.037872835993766785, 0.08243311941623688, -0.01671207696199417, 0.10661573708057404, -0.006102960091084242, -0.026949096471071243, -0.1400431990623474, 0.17141452431678772, -0.10670673847198486, -0.22081319987773895, -0.1638919711112976, 0.01638798974454403, -0.10765986889600754, -0.006498619448393583, 0.05536171793937683, -0.028601573780179024, -0.048185840249061584, -0.11209671944379807, 0.10959973186254501, 0.009265141561627388, -0.09635955095291138, -0.07735326141119003, 0.057895299047231674, 0.035748448222875595, -0.06721867620944977, 0.01816496066749096, 0.07337048649787903, -0.02092081308364868, 0.019436204805970192, -0.03009176440536976, 0.10134070366621017, 0.13184854388237, 0.0025155770126730204, -0.05381365865468979, -0.024051103740930557, 0.24475319683551788, -0.08244683593511581, 0.08701642602682114, 0.10160171985626221, -0.023485250771045685, 0.048641104251146317, 0.20002368092536926, 0.002987355226650834, -0.030143750831484795, 0.025894757360219955, 0.08181259036064148, -0.059132643043994904, -0.26286405324935913, -0.09359228610992432, -0.07797001302242279, 0.040709637105464935, 0.06246475502848625, -0.005116431508213282, 0.08747167885303497, 0.038036447018384933, -0.057835422456264496, -0.03940926119685173, 0.07689612358808517, 0.0924224704504013, 0.10316126048564911, 0.036842409521341324, 0.083010233938694, -0.026057224720716476, 0.03822219744324684, 0.12548527121543884, 0.010834375396370888, 0.16292676329612732, -0.02774357795715332, 0.14830388128757477, 0.07882978767156601, 0.04407184198498726, -0.013541624881327152, 0.009266110137104988, 0.008027754724025726, 0.0752730444073677, -0.027755076065659523, -0.06722493469715118, -0.006336034741252661, 0.053622614592313766, 0.08220503479242325, -0.01897091045975685, -0.0710243508219719, -0.03489583358168602, 0.0712897852063179, 0.17736846208572388, 0.09158535301685333, -0.1344999074935913, -0.11823765933513641, 0.08626400679349899, 0.030148770660161972, -0.06339120864868164, -0.003191309282556176, 0.0789039134979248, -0.1197892501950264, 0.10285080969333649, -0.010586120188236237, 0.1189437136054039, 0.01960916444659233, -0.003238201839849353, -0.01492214947938919, 0.04065624251961708, -0.004089419264346361, 0.12070737779140472, -0.20835469663143158, 0.134164959192276, -0.011403413489460945, 0.04133538901805878, -0.028141802176833153, 0.029245929792523384, -0.055744778364896774, -0.009530166164040565, 0.13292361795902252, 0.023669783025979996, -0.1784891039133072, -0.025865385308861732, -0.11102937906980515, 0.007266505621373653, 0.048721712082624435, -0.14990967512130737, 0.09910118579864502, -0.008833715692162514, -0.017062699422240257, -0.052594345062971115, 0.05400118976831436, -0.11031967401504517, -0.17603425681591034, 0.07042786478996277, -0.09684602171182632, 0.05341212823987007, -0.03831019252538681, -0.03449259698390961, 0.0003675514890346676, 0.2274431735277176, -0.18314220011234283, -0.10573889315128326, -0.1423262506723404, 0.030555935576558113, 0.19683532416820526, -0.04822170361876488, -0.017032679170370102, -0.0334257073700428, 0.1858617216348648, 0.02057025395333767, -0.038819100707769394, 0.04891098663210869, -0.03344373777508736, -0.22527149319648743, -0.0935276448726654, 0.14406587183475494, 0.00544404424726963, 0.040449343621730804, -0.016807973384857178, 0.09957495331764221, 0.007107650861144066, -0.07114062458276749, 0.035994213074445724, 0.1445045918226242, 0.04861021041870117, 0.12782563269138336, -0.08211283385753632, -0.12399109452962875, -0.12218830734491348, -0.11653589457273483, 0.07861937582492828, 0.17034827172756195, -0.08329496532678604, 0.13982528448104858, 0.09850907325744629, -0.13253304362297058, -0.15711341798305511, 0.002707432024180889, 0.08526542782783508, 0.04613909497857094, 0.1121414452791214, -0.14609897136688232, 0.007880277000367641, 0.12172400206327438, 0.021394364535808563, -0.06435788422822952, -0.2623385787010193, -0.12884534895420074, -0.027645278722047806, -0.018332550302147865, -0.18503740429878235, -0.12963123619556427, -0.08997926861047745, -0.08729185163974762, -0.10911185294389725, 0.12714514136314392, -0.04058639705181122, 0.030219217762351036, -0.007160852197557688, 0.001257665571756661, 0.024296624585986137, -0.008941994048655033, 0.21073658764362335, 0.03167618811130524, 0.00026310147950425744, -0.020884569734334946, 0.007229985669255257, 0.06709976494312286, -0.04502716287970543, 0.08109880983829498, 0.025093674659729004, 0.09548984467983246, -0.038575705140829086, -0.04857344552874565, -0.05485819652676582, 0.054414983838796616, -0.09512700140476227, 0.003540712408721447, -0.06002386286854744, 0.08200294524431229, 0.05687324330210686, -0.03395324572920799, 0.05888393148779869, -0.08883281797170639, 0.11451020836830139, 0.1769704520702362, 0.10884690284729004, 0.06014303117990494, -0.18851879239082336, -0.009178522042930126, -0.0015363780548796058, 0.0012206509709358215, -0.08709366619586945, 0.07778467237949371, 0.13864031434059143, 0.05410606786608696, 0.1512681096792221, -0.018828969448804855, -0.10735079646110535, 0.02882716804742813, 0.06358379870653152, -0.037330180406570435, -0.12577424943447113, -0.020423689857125282, 0.004994730465114117, -0.14868709444999695, -0.08787037432193756, 0.13146676123142242, -0.012246755883097649, -0.019555088132619858, 0.008559290319681168, 0.08510368317365646, -0.01691458374261856, 0.13597899675369263, -0.010514214634895325, 0.05343655124306679, -0.07405539602041245, 0.14593464136123657, 0.1468147337436676, -0.09972682595252991, 0.008447406813502312, 0.16239872574806213, -0.05903731286525726, -0.04537466913461685, 0.07162704318761826, 0.05986965447664261, -0.026206154376268387, -0.040559686720371246, -0.03579575568437576, -0.10137990862131119, 0.05746730789542198, 0.1400865614414215, -0.014299880713224411, 0.08341412246227264, 0.008876140229403973, -0.058675654232501984, -0.057970914989709854, 0.11253546923398972, 0.1257476657629013, 0.05971895158290863, -0.011425201781094074, 0.04553268477320671, 0.019233200699090958, -0.018245508894324303, 0.008707815781235695, -0.06604105234146118, -0.0879768505692482, -0.022023284807801247, -0.1564343273639679, 0.061651308089494705, -0.03686394542455673, -0.039046477526426315, 0.017627758905291557, -0.05607158690690994, -0.011287436820566654, 0.011890580877661705, -0.02107360027730465, -0.05379757657647133, -0.06631536781787872, 0.10228385031223297, -0.13482308387756348, 0.009822403080761433, 0.10755472630262375, -0.07328908145427704, 0.0535767488181591, -0.0022184220142662525, -0.021638235077261925, -0.006484142504632473, -0.1452241688966751, 0.03189603239297867, -0.06102311238646507, 0.030808180570602417, 0.031265582889318466, -0.17310160398483276, -0.02014259621500969, 0.023277370259165764, -0.0444193109869957, 0.01683242991566658, 0.05445185303688049, -0.11927369982004166, 0.018265007063746452, 0.017392238602042198, -0.0846029594540596, -0.016577446833252907, 0.05441262945532799, 0.03570432588458061, 0.001318901078775525, 0.13138771057128906, -0.05477222800254822, 0.1414065808057785, -0.13040481507778168, -0.04171007499098778, -0.003180637490004301, 0.023131217807531357, -0.08263185620307922, -0.01898290403187275, 0.06888898462057114, -0.03179800137877464, 0.11706693470478058, 0.06091466173529625, 0.12786084413528442, 0.037618380039930344, -0.04138799011707306, 0.01160701084882021, 0.09192732721567154, 0.04120923578739166, -0.00737830949947238, 0.009854092262685299, 0.0287479218095541, -0.017990900203585625, -0.05625368654727936, 0.0472525991499424, 0.15450862050056458, 0.1119886189699173, 0.0452510230243206, -0.011273796670138836, 0.015410245396196842, -0.060032911598682404, -0.06604435294866562, 0.06872496753931046, 0.07671287655830383, 0.048078179359436035, -0.037315890192985535, 0.032095346599817276, 0.05385024845600128, -0.21078138053417206, 0.1643778532743454, -0.08010998368263245, -0.10879893600940704, -0.02312474139034748, -0.1463804543018341, -0.07667926698923111, -0.056934256106615067, -0.026106372475624084, -0.15108582377433777, 0.05433332175016403, 0.07202401012182236, 0.018773378804326057, -0.010654443874955177, 0.0818229615688324, -0.10488046705722809, -0.12170364707708359, 0.027963407337665558, 0.03219332545995712, 0.06597074121236801, 0.03499455004930496, 0.08663453161716461, 0.022652164101600647, 0.1047922670841217, 0.048715416342020035, 0.07633223384618759, 0.0561426542699337, -0.02669711224734783, -0.03973179683089256, -0.08240056782960892, 0.04227983206510544, -0.011956152506172657, -0.04327082261443138, 0.18999792635440826, 0.03288307413458824, -0.0015124977799132466, 0.02794024720788002, 0.2187618911266327, -0.047413505613803864, -0.15394960343837738, -0.18508614599704742, 0.14922182261943817, -0.027499785646796227, -0.008897184394299984, 0.02753422036767006, -0.1684829592704773, 0.02371981553733349, 0.13138774037361145, 0.11431269347667694, 0.01234825886785984, -0.016795577481389046, 0.0034241625107824802, 0.010677178390324116, 0.017941586673259735, 0.01955411024391651, -0.0400768481194973, 0.19575442373752594, -0.07223112136125565, 0.0905253067612648, -0.008318986743688583, -0.02308659255504608, -0.10186582058668137, 0.1737613081932068, -0.0630543977022171, -0.025935549288988113, -0.06585922837257385, 0.15051063895225525, -0.04070739448070526, -0.16817785799503326, 0.05575662851333618, -0.14986225962638855, -0.14608162641525269, -0.02386392466723919, 0.006892302073538303, 0.009444150142371655, -0.0041941325180232525, 0.043947793543338776, -0.021922830492258072, 0.19777041673660278, 0.025806134566664696, -0.008891739882528782, -0.08579720556735992, 0.08789392560720444, -0.06642599403858185, 0.1406727135181427, -0.008777318522334099, 0.10567362606525421, 0.08300960808992386, 0.0004994645132683218, -0.067484050989151, 0.03343755006790161, 0.0841989666223526, 0.07712987065315247, 0.07982932031154633, 0.12307336926460266, 0.0032745690550655127, 0.19728918373584747, 0.1034604087471962, -0.06414096802473068, 0.014772014692425728, 0.06984999030828476, -0.039630208164453506, -0.060726772993803024, 0.053843721747398376, -0.10275588929653168, 0.10634101927280426, 0.16215424239635468, -0.07315703481435776, -0.03628211468458176, -0.029305608943104744, 0.11503643542528152, -0.034954242408275604, 0.15879999101161957, -0.0006543590570800006, -0.18445873260498047, 0.00044185874867253006, 0.08441690355539322, 0.10554635524749756, -0.21983657777309418, -0.046387944370508194, 0.07982397824525833, -0.009216155856847763, 0.027499957010149956, 0.131098672747612, 0.03246621787548065, -0.02122921496629715, -0.0824938490986824, -0.12330195307731628, 0.026843002066016197, 0.14359910786151886, -0.04472767189145088, -0.026458311825990677 ]
a6ea1d221fa3a5c953b1e69f2594816046bb57c7
# Dataset Card for An Atlas of Machine Commonsense for If-Then Reasoning - Atomic Common Sense Dataset ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://homes.cs.washington.edu/~msap/atomic/ - **Repository:** https://homes.cs.washington.edu/~msap/atomic/ - **Paper:** Maarten Sap, Ronan LeBras, Emily Allaway, Chandra Bhagavatula, Nicholas Lourie, Hannah Rashkin, Brendan Roof, Noah A. Smith & Yejin Choi (2019). ATOMIC: An Atlas of Machine Commonsense for If-Then Reasoning. AAAI ### Dataset Summary This dataset provides the template sentences and relationships defined in the ATOMIC common sense dataset. There are three splits - train, test, and dev. From the authors. Disclaimer/Content warning: the events in atomic have been automatically extracted from blogs, stories and books written at various times. The events might depict violent or problematic actions, which we left in the corpus for the sake of learning the (probably negative but still important) commonsense implications associated with the events. We removed a small set of truly out-dated events, but might have missed some so please email us (msap@cs.washington.edu) if you have any concerns. For more information, see: https://homes.cs.washington.edu/~msap/atomic/ ### Supported Tasks and Leaderboards [More Information Needed] ### Languages en ## Dataset Structure ### Data Instances Here is one example from the atomic dataset: `` {'event': "PersonX uses PersonX's ___ to obtain", 'oEffect': [], 'oReact': ['annoyed', 'angry', 'worried'], 'oWant': [], 'prefix': ['uses', 'obtain'], 'split': 'trn', 'xAttr': [], 'xEffect': [], 'xIntent': ['to have an advantage', 'to fulfill a desire', 'to get out of trouble'], 'xNeed': [], 'xReact': ['pleased', 'smug', 'excited'], 'xWant': []} `` ### Data Fields Notes from the authors: * event: just a string representation of the event. * oEffect,oReact,oWant,xAttr,xEffect,xIntent,xNeed,xReact,xWant: annotations for each of the dimensions, stored in a json-dumped string. Note: "none" means the worker explicitly responded with the empty response, whereas [] means the worker did not annotate this dimension. * prefix: json-dumped string that represents the prefix of content words (used to make a better trn/dev/tst split). * split: string rep of which split the event belongs to. ### Data Splits The atomic dataset has three splits: test, train and dev of the form: ## Dataset Creation ### Curation Rationale This dataset was gathered and created over to assist in common sense reasoning. ### Source Data #### Initial Data Collection and Normalization See the reaserch paper and website for more detail. The dataset was created by the University of Washington using crowd sourced data #### Who are the source language producers? The Atomic authors and crowd source. ### Annotations #### Annotation process Human annotations directed by forms. #### Who are the annotators? Human annotations. ### Personal and Sensitive Information Unkown, but likely none. ## Considerations for Using the Data ### Social Impact of Dataset The goal for the work is to help machines understand common sense. ### Discussion of Biases Since the data is human annotators, there is likely to be baised. From the authors: Disclaimer/Content warning: the events in atomic have been automatically extracted from blogs, stories and books written at various times. The events might depict violent or problematic actions, which we left in the corpus for the sake of learning the (probably negative but still important) commonsense implications associated with the events. We removed a small set of truly out-dated events, but might have missed some so please email us (msap@cs.washington.edu) if you have any concerns. ### Other Known Limitations While there are many relationships, the data is quite sparse. Also, each item of the dataset could be expanded into multiple sentences along the vsrious dimensions, oEffect, oRect, etc. For example, given event: "PersonX uses PersonX's ___ to obtain" and dimension oReact: "annoyed", this could be transformed into an entry: "PersonX uses PersonX's ___ to obtain => PersonY is annoyed" ## Additional Information ### Dataset Curators The authors of Aotmic at The University of Washington ### Licensing Information The Creative Commons Attribution 4.0 International License. https://creativecommons.org/licenses/by/4.0/ ### Citation Information @article{Sap2019ATOMICAA, title={ATOMIC: An Atlas of Machine Commonsense for If-Then Reasoning}, author={Maarten Sap and Ronan Le Bras and Emily Allaway and Chandra Bhagavatula and Nicholas Lourie and Hannah Rashkin and Brendan Roof and Noah A. Smith and Yejin Choi}, journal={ArXiv}, year={2019}, volume={abs/1811.00146} } ### Contributions Thanks to [@ontocord](https://github.com/ontocord) for adding this dataset.
atomic
[ "task_categories:text2text-generation", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:cc-by-4.0", "common-sense-if-then-reasoning", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text2text-generation"], "task_ids": [], "paperswithcode_id": "atomic", "pretty_name": "ATOMIC", "tags": ["common-sense-if-then-reasoning"], "dataset_info": {"features": [{"name": "event", "dtype": "string"}, {"name": "oEffect", "sequence": "string"}, {"name": "oReact", "sequence": "string"}, {"name": "oWant", "sequence": "string"}, {"name": "xAttr", "sequence": "string"}, {"name": "xEffect", "sequence": "string"}, {"name": "xIntent", "sequence": "string"}, {"name": "xNeed", "sequence": "string"}, {"name": "xReact", "sequence": "string"}, {"name": "xWant", "sequence": "string"}, {"name": "prefix", "sequence": "string"}, {"name": "split", "dtype": "string"}], "config_name": "atomic", "splits": [{"name": "train", "num_bytes": 32441878, "num_examples": 202271}, {"name": "test", "num_bytes": 3995624, "num_examples": 24856}, {"name": "validation", "num_bytes": 3629768, "num_examples": 22620}], "download_size": 19083782, "dataset_size": 40067270}}
2024-01-18T11:01:54+00:00
[]
[ "en" ]
TAGS #task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #common-sense-if-then-reasoning #region-us
# Dataset Card for An Atlas of Machine Commonsense for If-Then Reasoning - Atomic Common Sense Dataset ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: Maarten Sap, Ronan LeBras, Emily Allaway, Chandra Bhagavatula, Nicholas Lourie, Hannah Rashkin, Brendan Roof, Noah A. Smith & Yejin Choi (2019). ATOMIC: An Atlas of Machine Commonsense for If-Then Reasoning. AAAI ### Dataset Summary This dataset provides the template sentences and relationships defined in the ATOMIC common sense dataset. There are three splits - train, test, and dev. From the authors. Disclaimer/Content warning: the events in atomic have been automatically extracted from blogs, stories and books written at various times. The events might depict violent or problematic actions, which we left in the corpus for the sake of learning the (probably negative but still important) commonsense implications associated with the events. We removed a small set of truly out-dated events, but might have missed some so please email us (msap@URL) if you have any concerns. For more information, see: URL ### Supported Tasks and Leaderboards ### Languages en ## Dataset Structure ### Data Instances Here is one example from the atomic dataset: '' {'event': "PersonX uses PersonX's ___ to obtain", 'oEffect': [], 'oReact': ['annoyed', 'angry', 'worried'], 'oWant': [], 'prefix': ['uses', 'obtain'], 'split': 'trn', 'xAttr': [], 'xEffect': [], 'xIntent': ['to have an advantage', 'to fulfill a desire', 'to get out of trouble'], 'xNeed': [], 'xReact': ['pleased', 'smug', 'excited'], 'xWant': []} '' ### Data Fields Notes from the authors: * event: just a string representation of the event. * oEffect,oReact,oWant,xAttr,xEffect,xIntent,xNeed,xReact,xWant: annotations for each of the dimensions, stored in a json-dumped string. Note: "none" means the worker explicitly responded with the empty response, whereas [] means the worker did not annotate this dimension. * prefix: json-dumped string that represents the prefix of content words (used to make a better trn/dev/tst split). * split: string rep of which split the event belongs to. ### Data Splits The atomic dataset has three splits: test, train and dev of the form: ## Dataset Creation ### Curation Rationale This dataset was gathered and created over to assist in common sense reasoning. ### Source Data #### Initial Data Collection and Normalization See the reaserch paper and website for more detail. The dataset was created by the University of Washington using crowd sourced data #### Who are the source language producers? The Atomic authors and crowd source. ### Annotations #### Annotation process Human annotations directed by forms. #### Who are the annotators? Human annotations. ### Personal and Sensitive Information Unkown, but likely none. ## Considerations for Using the Data ### Social Impact of Dataset The goal for the work is to help machines understand common sense. ### Discussion of Biases Since the data is human annotators, there is likely to be baised. From the authors: Disclaimer/Content warning: the events in atomic have been automatically extracted from blogs, stories and books written at various times. The events might depict violent or problematic actions, which we left in the corpus for the sake of learning the (probably negative but still important) commonsense implications associated with the events. We removed a small set of truly out-dated events, but might have missed some so please email us (msap@URL) if you have any concerns. ### Other Known Limitations While there are many relationships, the data is quite sparse. Also, each item of the dataset could be expanded into multiple sentences along the vsrious dimensions, oEffect, oRect, etc. For example, given event: "PersonX uses PersonX's ___ to obtain" and dimension oReact: "annoyed", this could be transformed into an entry: "PersonX uses PersonX's ___ to obtain => PersonY is annoyed" ## Additional Information ### Dataset Curators The authors of Aotmic at The University of Washington ### Licensing Information The Creative Commons Attribution 4.0 International License. URL @article{Sap2019ATOMICAA, title={ATOMIC: An Atlas of Machine Commonsense for If-Then Reasoning}, author={Maarten Sap and Ronan Le Bras and Emily Allaway and Chandra Bhagavatula and Nicholas Lourie and Hannah Rashkin and Brendan Roof and Noah A. Smith and Yejin Choi}, journal={ArXiv}, year={2019}, volume={abs/1811.00146} } ### Contributions Thanks to @ontocord for adding this dataset.
[ "# Dataset Card for An Atlas of Machine Commonsense for If-Then Reasoning - Atomic Common Sense Dataset", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage:\nURL\n- Repository:\nURL\n- Paper:\nMaarten Sap, Ronan LeBras, Emily Allaway, Chandra Bhagavatula, Nicholas Lourie, Hannah Rashkin, Brendan Roof, Noah A. Smith & Yejin Choi (2019). ATOMIC: An Atlas of Machine Commonsense for If-Then Reasoning. AAAI", "### Dataset Summary\n\nThis dataset provides the template sentences and\nrelationships defined in the ATOMIC common sense dataset. There are\nthree splits - train, test, and dev.\n\nFrom the authors.\n\nDisclaimer/Content warning: the events in atomic have been\nautomatically extracted from blogs, stories and books written at\nvarious times. The events might depict violent or problematic actions,\nwhich we left in the corpus for the sake of learning the (probably\nnegative but still important) commonsense implications associated with\nthe events. We removed a small set of truly out-dated events, but\nmight have missed some so please email us (msap@URL) if\nyou have any concerns.\n\n\nFor more information, see: URL", "### Supported Tasks and Leaderboards", "### Languages\nen", "## Dataset Structure", "### Data Instances\n\nHere is one example from the atomic dataset:\n\n\n'' \n{'event': \"PersonX uses PersonX's ___ to obtain\", 'oEffect': [], 'oReact': ['annoyed', 'angry', 'worried'], 'oWant': [], 'prefix': ['uses', 'obtain'], 'split': 'trn', 'xAttr': [], 'xEffect': [], 'xIntent': ['to have an advantage', 'to fulfill a desire', 'to get out of trouble'], 'xNeed': [], 'xReact': ['pleased', 'smug', 'excited'], 'xWant': []}\n''", "### Data Fields\n\nNotes from the authors:\n\n* event: just a string representation of the event.\n* oEffect,oReact,oWant,xAttr,xEffect,xIntent,xNeed,xReact,xWant: annotations for each of the dimensions, stored in a json-dumped string.\n Note: \"none\" means the worker explicitly responded with the empty response, whereas [] means the worker did not annotate this dimension.\n* prefix: json-dumped string that represents the prefix of content words (used to make a better trn/dev/tst split).\n* split: string rep of which split the event belongs to.", "### Data Splits\n\nThe atomic dataset has three splits: test, train and dev of the form:", "## Dataset Creation", "### Curation Rationale\n\nThis dataset was gathered and created over to assist in common sense reasoning.", "### Source Data", "#### Initial Data Collection and Normalization\n\nSee the reaserch paper and website for more detail. The dataset was\ncreated by the University of Washington using crowd sourced data", "#### Who are the source language producers?\n\nThe Atomic authors and crowd source.", "### Annotations", "#### Annotation process\n\nHuman annotations directed by forms.", "#### Who are the annotators?\n\nHuman annotations.", "### Personal and Sensitive Information\n\nUnkown, but likely none.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe goal for the work is to help machines understand common sense.", "### Discussion of Biases\n\nSince the data is human annotators, there is likely to be baised. From the authors:\n\n\nDisclaimer/Content warning: the events in atomic have been automatically extracted from blogs, stories and books written at various times. The events might depict violent or problematic actions, which we left in the corpus for the sake of learning the (probably negative but still important) commonsense implications associated with the events. We removed a small set of truly out-dated events, but might have missed some so please email us (msap@URL) if you have any concerns.", "### Other Known Limitations\n\nWhile there are many relationships, the data is quite sparse. Also, each item of the dataset could be expanded into multiple sentences along the vsrious dimensions, oEffect, oRect, etc.\n\nFor example, given event: \"PersonX uses PersonX's ___ to obtain\" and dimension oReact: \"annoyed\", this could be transformed into an entry:\n\n\"PersonX uses PersonX's ___ to obtain => PersonY is annoyed\"", "## Additional Information", "### Dataset Curators\n\nThe authors of Aotmic at The University of Washington", "### Licensing Information\n\nThe Creative Commons Attribution 4.0 International License. URL\n\n\n\n@article{Sap2019ATOMICAA,\n title={ATOMIC: An Atlas of Machine Commonsense for If-Then Reasoning},\n author={Maarten Sap and Ronan Le Bras and Emily Allaway and Chandra Bhagavatula and Nicholas Lourie and Hannah Rashkin and Brendan Roof and Noah A. Smith and Yejin Choi},\n journal={ArXiv},\n year={2019},\n volume={abs/1811.00146}\n}", "### Contributions\n\nThanks to @ontocord for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #common-sense-if-then-reasoning #region-us \n", "# Dataset Card for An Atlas of Machine Commonsense for If-Then Reasoning - Atomic Common Sense Dataset", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage:\nURL\n- Repository:\nURL\n- Paper:\nMaarten Sap, Ronan LeBras, Emily Allaway, Chandra Bhagavatula, Nicholas Lourie, Hannah Rashkin, Brendan Roof, Noah A. Smith & Yejin Choi (2019). ATOMIC: An Atlas of Machine Commonsense for If-Then Reasoning. AAAI", "### Dataset Summary\n\nThis dataset provides the template sentences and\nrelationships defined in the ATOMIC common sense dataset. There are\nthree splits - train, test, and dev.\n\nFrom the authors.\n\nDisclaimer/Content warning: the events in atomic have been\nautomatically extracted from blogs, stories and books written at\nvarious times. The events might depict violent or problematic actions,\nwhich we left in the corpus for the sake of learning the (probably\nnegative but still important) commonsense implications associated with\nthe events. We removed a small set of truly out-dated events, but\nmight have missed some so please email us (msap@URL) if\nyou have any concerns.\n\n\nFor more information, see: URL", "### Supported Tasks and Leaderboards", "### Languages\nen", "## Dataset Structure", "### Data Instances\n\nHere is one example from the atomic dataset:\n\n\n'' \n{'event': \"PersonX uses PersonX's ___ to obtain\", 'oEffect': [], 'oReact': ['annoyed', 'angry', 'worried'], 'oWant': [], 'prefix': ['uses', 'obtain'], 'split': 'trn', 'xAttr': [], 'xEffect': [], 'xIntent': ['to have an advantage', 'to fulfill a desire', 'to get out of trouble'], 'xNeed': [], 'xReact': ['pleased', 'smug', 'excited'], 'xWant': []}\n''", "### Data Fields\n\nNotes from the authors:\n\n* event: just a string representation of the event.\n* oEffect,oReact,oWant,xAttr,xEffect,xIntent,xNeed,xReact,xWant: annotations for each of the dimensions, stored in a json-dumped string.\n Note: \"none\" means the worker explicitly responded with the empty response, whereas [] means the worker did not annotate this dimension.\n* prefix: json-dumped string that represents the prefix of content words (used to make a better trn/dev/tst split).\n* split: string rep of which split the event belongs to.", "### Data Splits\n\nThe atomic dataset has three splits: test, train and dev of the form:", "## Dataset Creation", "### Curation Rationale\n\nThis dataset was gathered and created over to assist in common sense reasoning.", "### Source Data", "#### Initial Data Collection and Normalization\n\nSee the reaserch paper and website for more detail. The dataset was\ncreated by the University of Washington using crowd sourced data", "#### Who are the source language producers?\n\nThe Atomic authors and crowd source.", "### Annotations", "#### Annotation process\n\nHuman annotations directed by forms.", "#### Who are the annotators?\n\nHuman annotations.", "### Personal and Sensitive Information\n\nUnkown, but likely none.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe goal for the work is to help machines understand common sense.", "### Discussion of Biases\n\nSince the data is human annotators, there is likely to be baised. From the authors:\n\n\nDisclaimer/Content warning: the events in atomic have been automatically extracted from blogs, stories and books written at various times. The events might depict violent or problematic actions, which we left in the corpus for the sake of learning the (probably negative but still important) commonsense implications associated with the events. We removed a small set of truly out-dated events, but might have missed some so please email us (msap@URL) if you have any concerns.", "### Other Known Limitations\n\nWhile there are many relationships, the data is quite sparse. Also, each item of the dataset could be expanded into multiple sentences along the vsrious dimensions, oEffect, oRect, etc.\n\nFor example, given event: \"PersonX uses PersonX's ___ to obtain\" and dimension oReact: \"annoyed\", this could be transformed into an entry:\n\n\"PersonX uses PersonX's ___ to obtain => PersonY is annoyed\"", "## Additional Information", "### Dataset Curators\n\nThe authors of Aotmic at The University of Washington", "### Licensing Information\n\nThe Creative Commons Attribution 4.0 International License. URL\n\n\n\n@article{Sap2019ATOMICAA,\n title={ATOMIC: An Atlas of Machine Commonsense for If-Then Reasoning},\n author={Maarten Sap and Ronan Le Bras and Emily Allaway and Chandra Bhagavatula and Nicholas Lourie and Hannah Rashkin and Brendan Roof and Noah A. Smith and Yejin Choi},\n journal={ArXiv},\n year={2019},\n volume={abs/1811.00146}\n}", "### Contributions\n\nThanks to @ontocord for adding this dataset." ]
[ 97, 25, 120, 82, 156, 10, 5, 6, 200, 165, 24, 5, 25, 4, 37, 19, 5, 15, 14, 17, 8, 20, 133, 115, 5, 18, 118, 16 ]
[ "passage: TAGS\n#task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #common-sense-if-then-reasoning #region-us \n# Dataset Card for An Atlas of Machine Commonsense for If-Then Reasoning - Atomic Common Sense Dataset## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage:\nURL\n- Repository:\nURL\n- Paper:\nMaarten Sap, Ronan LeBras, Emily Allaway, Chandra Bhagavatula, Nicholas Lourie, Hannah Rashkin, Brendan Roof, Noah A. Smith & Yejin Choi (2019). ATOMIC: An Atlas of Machine Commonsense for If-Then Reasoning. AAAI### Dataset Summary\n\nThis dataset provides the template sentences and\nrelationships defined in the ATOMIC common sense dataset. There are\nthree splits - train, test, and dev.\n\nFrom the authors.\n\nDisclaimer/Content warning: the events in atomic have been\nautomatically extracted from blogs, stories and books written at\nvarious times. The events might depict violent or problematic actions,\nwhich we left in the corpus for the sake of learning the (probably\nnegative but still important) commonsense implications associated with\nthe events. We removed a small set of truly out-dated events, but\nmight have missed some so please email us (msap@URL) if\nyou have any concerns.\n\n\nFor more information, see: URL### Supported Tasks and Leaderboards### Languages\nen## Dataset Structure", "passage: ### Data Instances\n\nHere is one example from the atomic dataset:\n\n\n'' \n{'event': \"PersonX uses PersonX's ___ to obtain\", 'oEffect': [], 'oReact': ['annoyed', 'angry', 'worried'], 'oWant': [], 'prefix': ['uses', 'obtain'], 'split': 'trn', 'xAttr': [], 'xEffect': [], 'xIntent': ['to have an advantage', 'to fulfill a desire', 'to get out of trouble'], 'xNeed': [], 'xReact': ['pleased', 'smug', 'excited'], 'xWant': []}\n''### Data Fields\n\nNotes from the authors:\n\n* event: just a string representation of the event.\n* oEffect,oReact,oWant,xAttr,xEffect,xIntent,xNeed,xReact,xWant: annotations for each of the dimensions, stored in a json-dumped string.\n Note: \"none\" means the worker explicitly responded with the empty response, whereas [] means the worker did not annotate this dimension.\n* prefix: json-dumped string that represents the prefix of content words (used to make a better trn/dev/tst split).\n* split: string rep of which split the event belongs to.### Data Splits\n\nThe atomic dataset has three splits: test, train and dev of the form:## Dataset Creation### Curation Rationale\n\nThis dataset was gathered and created over to assist in common sense reasoning.### Source Data#### Initial Data Collection and Normalization\n\nSee the reaserch paper and website for more detail. The dataset was\ncreated by the University of Washington using crowd sourced data#### Who are the source language producers?\n\nThe Atomic authors and crowd source.### Annotations#### Annotation process\n\nHuman annotations directed by forms.#### Who are the annotators?\n\nHuman annotations.### Personal and Sensitive Information\n\nUnkown, but likely none.## Considerations for Using the Data### Social Impact of Dataset\n\nThe goal for the work is to help machines understand common sense.### Discussion of Biases\n\nSince the data is human annotators, there is likely to be baised. From the authors:\n\n\nDisclaimer/Content warning: the events in atomic have been automatically extracted from blogs, stories and books written at various times. The events might depict violent or problematic actions, which we left in the corpus for the sake of learning the (probably negative but still important) commonsense implications associated with the events. We removed a small set of truly out-dated events, but might have missed some so please email us (msap@URL) if you have any concerns." ]
[ -0.03554104268550873, 0.16978484392166138, -0.007335048168897629, 0.06132272258400917, 0.08537265658378601, -0.03894823044538498, 0.06098828837275505, 0.07957331836223602, -0.008489427156746387, 0.14288830757141113, -0.007203615270555019, 0.04020287096500397, 0.07434911280870438, 0.038684822618961334, -0.00927924457937479, -0.1381780058145523, 0.011571604758501053, -0.10072878748178482, 0.010893668979406357, 0.0670572817325592, 0.10558199882507324, -0.06951975077390671, 0.07007391005754471, -0.0518534891307354, -0.0062706866301596165, 0.013639026321470737, -0.040727172046899796, -0.028243977576494217, 0.05580936372280121, 0.09249323606491089, 0.04274720698595047, 0.010918738320469856, -0.017114941030740738, -0.2007191777229309, 0.03128658980131149, 0.09681684523820877, 0.0181130263954401, 0.020510561764240265, 0.08096295595169067, -0.04867488890886307, 0.07874234020709991, -0.1331709921360016, 0.014791125431656837, 0.058026887476444244, -0.1173504889011383, -0.06805995106697083, -0.0833020731806755, 0.027550797909498215, 0.021276475861668587, 0.05128152668476105, -0.05576411262154579, 0.07706800103187561, -0.0054785702377557755, 0.05000525712966919, 0.15242083370685577, -0.04784364998340607, -0.05120428651571274, -0.04407545551657677, 0.027738280594348907, 0.07493588328361511, -0.09843769669532776, -0.01814604178071022, -0.00296782236546278, 0.022594593465328217, -0.03188645467162132, -0.03225868195295334, 0.003659617155790329, 0.022391237318515778, -0.09720346331596375, -0.03592665493488312, 0.14079317450523376, 0.03426406532526016, -0.07700146734714508, -0.13143809139728546, -0.030338741838932037, 0.08011671900749207, 0.0029836464673280716, -0.033713918179273605, 0.015472476370632648, -0.004290843848139048, 0.07724516093730927, -0.04009490832686424, -0.097102589905262, 0.07024897634983063, -0.043219130486249924, 0.10494919121265411, -0.009978472255170345, 0.03611718863248825, -0.0010663624852895737, 0.03702321648597717, 0.052586305886507034, -0.07922279834747314, -0.02318592742085457, -0.06844538450241089, -0.09872850775718689, -0.0003361254930496216, -0.02530656009912491, -0.0732232853770256, 0.0780407190322876, 0.08266060799360275, -0.05036881938576698, 0.011858002282679081, -0.07146775722503662, 0.02150293067097664, 0.12338602542877197, 0.06222877651453018, -0.03648461773991585, -0.04790860787034035, 0.0030941972509026527, 0.0429951474070549, -0.0008000019006431103, -0.02097085490822792, 0.025791563093662262, 0.062029700726270676, 0.013018153607845306, 0.06281682848930359, 0.10863848030567169, 0.017305806279182434, -0.10892380028963089, -0.048569560050964355, 0.055707674473524094, -0.1442943811416626, 0.031505733728408813, 0.05688720941543579, -0.04467805102467537, 0.03936989605426788, -0.022744519636034966, 0.02471286989748478, -0.06513732671737671, 0.003390183672308922, -0.06328310072422028, -0.016638807952404022, -0.07362978160381317, -0.07492565363645554, 0.044783815741539, -0.024633221328258514, -0.03305435925722122, -0.061389364302158356, -0.11480111628770828, -0.09218528121709824, 0.046319298446178436, -0.04078991711139679, -0.03950470685958862, -0.02663968876004219, 0.0022798324935138226, -0.015200133435428143, 0.0207988154143095, -0.04551205784082413, -0.03298604488372803, 0.03554145619273186, -0.08461123704910278, 0.023640379309654236, 0.06456458568572998, 0.023102985695004463, -0.09241840988397598, 0.0565686896443367, -0.0884748175740242, 0.10119669884443283, -0.0978894755244255, 0.024255534633994102, -0.10577550530433655, -0.002318195067346096, 0.043877631425857544, 0.027985021471977234, -0.015367799438536167, 0.10788823664188385, -0.19546884298324585, -0.030077585950493813, 0.02449313923716545, -0.07997060567140579, -0.019555779173970222, 0.09379240870475769, -0.042571768164634705, 0.055593814700841904, 0.06207706034183502, 0.11436156183481216, -0.03412913158535957, -0.0628100335597992, -0.1055474579334259, -0.0902828574180603, -0.022285792976617813, 0.22481799125671387, 0.0782688707113266, -0.06589032709598541, 0.08252386748790741, 0.009937952272593975, 0.03477519378066063, -0.09405896067619324, -0.002513275481760502, -0.0748865157365799, 0.023096449673175812, -0.010084928013384342, -0.01856188103556633, -0.013995896093547344, -0.07433193922042847, -0.03998029977083206, -0.09848590940237045, -0.01711682602763176, 0.05846891924738884, -0.022854920476675034, 0.0320330373942852, -0.05120614543557167, 0.02102925442159176, 0.0037742522545158863, 0.009786785580217838, -0.1601589471101761, -0.13406938314437866, 0.04492272436618805, -0.09955286979675293, 0.0899835154414177, 0.02097669616341591, 0.005594958085566759, 0.023843219503760338, 0.022849248722195625, 0.033726900815963745, -0.012013069353997707, -0.008227342739701271, -0.016780368983745575, -0.15940077602863312, -0.00725652975961566, -0.0461864247918129, 0.09637539088726044, -0.14382031559944153, 0.006131345871835947, 0.13168446719646454, 0.11111702024936676, 0.048704635351896286, -0.06375157088041306, 0.04508855566382408, 0.019289005547761917, -0.015500565059483051, -0.02453664317727089, 0.004362926352769136, -0.022411061450839043, -0.010408044792711735, 0.04261977598071098, -0.1443798840045929, -0.1081046387553215, 0.04419642686843872, 0.07846463471651077, -0.04431845247745514, -0.04033947363495827, -0.06290086358785629, -0.03422899544239044, -0.052339307963848114, -0.03376006335020065, 0.11235123872756958, 0.03704163804650307, -0.00225349934771657, -0.06567709147930145, -0.02784913219511509, -0.017460621893405914, 0.0011002365499734879, -0.08243711292743683, 0.08656419813632965, 0.004091721959412098, -0.14851227402687073, 0.09692505747079849, 0.038141876459121704, 0.020232539623975754, 0.14718995988368988, 0.005081622861325741, -0.09144286811351776, -0.049587372690439224, 0.018808476626873016, 0.017780613154172897, 0.05362014099955559, -0.01341106928884983, 0.04900432005524635, 0.03796017915010452, -0.02219775691628456, -0.00071156513877213, -0.040101878345012665, 0.031043842434883118, 0.015174636617302895, 0.015682443976402283, 0.016476022079586983, -0.008338943123817444, 0.042309705168008804, 0.07119165360927582, -0.0014601843431591988, 0.0633968859910965, -0.006822830066084862, -0.03701996058225632, -0.08496257662773132, 0.10284163057804108, -0.09854987263679504, -0.2423696517944336, -0.07644783705472946, -0.012872735969722271, -0.08082830905914307, -0.017283786088228226, 0.0427718386054039, -0.02135349065065384, -0.07890767604112625, -0.0944264680147171, 0.04559840261936188, 0.06173238903284073, -0.08920589089393616, 0.00516034010797739, 0.029398933053016663, 0.022084364667534828, -0.10865217447280884, 0.01581510715186596, 0.027823902666568756, -0.04915810748934746, 0.004667688626796007, 0.0704803317785263, 0.11221054941415787, 0.045350752770900726, 0.06217547133564949, -0.027971170842647552, -0.018397029489278793, 0.214286208152771, -0.11600910872220993, 0.08312881737947464, 0.04560883715748787, -0.07931307703256607, 0.08233027160167694, 0.14266672730445862, 0.016890868544578552, -0.017106976360082626, 0.03706943616271019, 0.09700651466846466, 0.0077307699248194695, -0.2064226269721985, -0.044483304023742676, -0.04308974742889404, -0.0017613633535802364, 0.04696491360664368, 0.054448921233415604, -0.005950320512056351, 0.011148694902658463, -0.053902994841337204, 0.015684738755226135, 0.034504856914281845, 0.07324006408452988, 0.017041578888893127, 0.02545042335987091, 0.04092976450920105, -0.010242721065878868, -0.009243188425898552, 0.11154419928789139, 0.026639917865395546, 0.21444526314735413, -0.03886675834655762, 0.18525293469429016, 0.07659110426902771, 0.01430574245750904, -0.015596622601151466, -0.0172024704515934, -0.0012318708468228579, 0.08160999417304993, -0.04682081937789917, -0.07796034216880798, -0.0004464751109480858, 0.0898723304271698, 0.08459027111530304, -0.03978865593671799, 0.02320823073387146, -0.002816632390022278, 0.11495938897132874, 0.18955707550048828, -0.01671254076063633, -0.08335442841053009, -0.04155135899782181, 0.07765661180019379, -0.063867948949337, -0.05088655650615692, 0.008225318044424057, 0.07696071267127991, -0.12029910087585449, 0.03865674138069153, -0.012456190772354603, 0.06924299895763397, -0.056425414979457855, 0.0060447100549936295, -0.018575800582766533, 0.04038725793361664, -0.03468668460845947, 0.07356381416320801, -0.19538798928260803, 0.09068067371845245, 0.011118989437818527, 0.02308516576886177, -0.05365404486656189, 0.02809448540210724, 0.0268012136220932, -0.07866956293582916, 0.1500013917684555, -0.010012982413172722, -0.11576221883296967, 0.009987731464207172, -0.061098456382751465, 0.03479102998971939, 0.09227080643177032, -0.08924178034067154, 0.10098062455654144, -0.0025611575692892075, 0.005210457369685173, -0.04997428506612778, 0.038355402648448944, -0.11400821805000305, -0.18274939060211182, 0.06823864579200745, -0.06908439844846725, 0.03958919271826744, -0.03930358588695526, -0.025394802913069725, -0.013362433761358261, 0.138375386595726, -0.1210356280207634, -0.0648290365934372, -0.10331732034683228, -0.00359242781996727, 0.13021475076675415, -0.06028608977794647, 0.006869221571832895, -0.0018631729763001204, 0.12757112085819244, -0.042230620980262756, -0.03331063687801361, 0.04428043216466904, -0.02695489674806595, -0.18327918648719788, -0.05597342550754547, 0.07629156112670898, 0.06089523434638977, 0.04153496026992798, -0.023392125964164734, 0.08502309024333954, -0.042790792882442474, -0.07179855555295944, 0.042435452342033386, 0.06173517554998398, 0.068340003490448, 0.10480737686157227, -0.027954580262303352, -0.15400516986846924, -0.12795758247375488, -0.06813273578882217, 0.08083530515432358, 0.1804976463317871, -0.029126714915037155, 0.1281505823135376, 0.16111035645008087, -0.12462118268013, -0.16629162430763245, -0.01803821139037609, 0.019205737859010696, -0.0030934447422623634, 0.05666690692305565, -0.16985751688480377, 0.04033447802066803, 0.1025555431842804, 0.006632702425122261, 0.07520634680986404, -0.1294611692428589, -0.0972999781370163, 0.02338092401623726, 0.037768613547086716, -0.07986573874950409, -0.17242109775543213, -0.05687563493847847, -0.022792987525463104, -0.09815452992916107, 0.11729629337787628, -0.04250643402338028, 0.025555957108736038, 0.010676106438040733, 0.042777661234140396, 0.04489923268556595, -0.044705867767333984, 0.13362909853458405, 0.0027473836671561003, 0.02518860250711441, -0.09688921272754669, -0.09564295411109924, 0.06690040975809097, -0.02773045003414154, 0.061826203018426895, -0.017899289727211, -0.010226878337562084, -0.0514971986413002, -0.0337122306227684, -0.08657750487327576, 0.0426827110350132, -0.07926353812217712, -0.04538809135556221, -0.06327854096889496, 0.09712272882461548, 0.09104622900485992, 0.005990892648696899, 0.059788454324007034, -0.050777263939380646, 0.029650472104549408, 0.1519702672958374, 0.10145194083452225, 0.057072922587394714, -0.11642815172672272, 0.007792632561177015, 0.004000894725322723, 0.028238609433174133, -0.075298011302948, 0.050964150577783585, 0.10434874892234802, 0.0018546291394159198, 0.16439607739448547, -0.011384045705199242, -0.12742412090301514, 0.042625367641448975, 0.0495852455496788, -0.09855397045612335, -0.16805432736873627, -0.026601964607834816, 0.020827583968639374, -0.125425785779953, -0.06835334748029709, 0.12269693613052368, 0.009492781013250351, -0.029592564329504967, 0.00104594137519598, 0.12815269827842712, 0.036678146570920944, 0.01362938154488802, 0.0308183953166008, 0.03714389353990555, -0.04297005012631416, 0.08845936506986618, 0.15342268347740173, -0.14405086636543274, 0.03659253939986229, 0.1287672221660614, -0.032423604279756546, -0.050499867647886276, -0.035481199622154236, 0.045213669538497925, 0.01613062247633934, -0.0032886359840631485, -0.029177414253354073, -0.06025651842355728, 0.04914846271276474, 0.07513555139303207, -0.02215436100959778, 0.05130700394511223, 0.012721346691250801, -0.020193923264741898, -0.04091407731175423, 0.12050782144069672, 0.03686831146478653, 0.003516478929668665, -0.02228700742125511, -0.0039588287472724915, -0.02050442434847355, 0.007371293380856514, 0.02378547564148903, -0.061978843063116074, -0.10077007114887238, -0.02023984119296074, -0.10462315380573273, 0.03488466143608093, -0.0936572328209877, -0.005894641391932964, 0.008313597179949284, -0.027318187057971954, 0.001281512901186943, 0.028984209522604942, -0.04383256286382675, -0.0407780185341835, 0.003559657372534275, 0.11185729503631592, -0.16421213746070862, -0.0261851716786623, 0.08142049610614777, -0.06041538342833519, 0.0824466273188591, 0.014264287427067757, -0.056552525609731674, -0.023236215114593506, -0.05046228691935539, 0.014746477827429771, -0.04202546924352646, 0.018454015254974365, 0.02600565366446972, -0.14510971307754517, -0.012789847329258919, -0.014524886384606361, -0.025513093918561935, -0.012476355768740177, 0.03710668161511421, -0.07695569097995758, 0.09013920277357101, 0.04743003845214844, -0.06352017819881439, -0.06237496808171272, 0.01785586029291153, 0.01719137653708458, 0.006661228369921446, 0.10717788338661194, -0.022741243243217468, 0.07164749503135681, -0.1031307503581047, -0.02265772968530655, 0.04378300532698631, -0.005495540797710419, 0.005198478698730469, -0.009273515082895756, 0.04241257160902023, -0.027892887592315674, 0.11746126413345337, -0.012279991060495377, -0.01182573102414608, 0.04611290991306305, -0.0410921685397625, -0.10465593636035919, 0.04802294448018074, -0.04119255393743515, -0.018974125385284424, -0.02727460116147995, -0.011392815969884396, -0.08002907782793045, -0.033757902681827545, 0.00044851377606391907, 0.10053128004074097, 0.13790945708751678, 0.1884157806634903, -0.014326445758342743, 0.06793785095214844, -0.06962789595127106, -0.06561872363090515, 0.07306461781263351, -0.04284083843231201, 0.056846778839826584, -0.063857302069664, 0.005061328411102295, 0.10532999783754349, -0.11343532800674438, 0.10982372611761093, -0.06188421696424484, -0.05426530912518501, -0.028183383867144585, -0.14902426302433014, -0.06265497207641602, 0.03554479777812958, -0.004127885214984417, -0.11103527992963791, 0.10296449065208435, 0.05534942075610161, 0.00012112734839320183, -0.02373581752181053, 0.06100782752037048, -0.023227110505104065, -0.08237796276807785, 0.06213424354791641, 0.002467353828251362, 0.01546626165509224, 0.052756331861019135, 0.043092623353004456, -0.02731349691748619, 0.03999466449022293, 0.056367386132478714, 0.08433644473552704, 0.030081791803240776, 0.0005516381934285164, -0.0775291845202446, -0.0723283439874649, 0.01272319070994854, -0.005314568057656288, -0.05693381279706955, 0.1189669519662857, 0.035681139677762985, 0.017689429223537445, 0.03086712397634983, 0.16000545024871826, -0.004417169373482466, -0.07553914189338684, -0.1440771222114563, 0.06985445320606232, -0.011250851675868034, -0.004409317392855883, 0.03210768476128578, -0.1383563131093979, 0.032176341861486435, 0.0763988196849823, 0.15427552163600922, -0.0626947209239006, 0.017581332474946976, 0.005632519721984863, 0.02263682335615158, 0.008619583211839199, 0.031991731375455856, 0.0500965341925621, 0.2037954330444336, -0.07747353613376617, 0.06362193077802658, -0.022825714200735092, -0.01078028604388237, -0.09869261085987091, 0.11885625869035721, -0.028904519975185394, 0.014647169969975948, -0.05488945543766022, 0.07417312264442444, -0.08074773848056793, -0.26242098212242126, -0.03991975262761116, -0.07387340813875198, -0.10510112345218658, -0.016681456938385963, 0.012567118741571903, -0.008519764058291912, 0.048988573253154755, 0.03768407553434372, -0.06620043516159058, 0.16269850730895996, 0.02123236656188965, -0.02536696381866932, 0.017631128430366516, 0.115028977394104, -0.09190206229686737, 0.1593492180109024, 0.012560367584228516, 0.06766356527805328, 0.07867346704006195, -0.019796665757894516, -0.09658920764923096, 0.0306001678109169, 0.07678341120481491, -0.023429110646247864, 0.013512997888028622, 0.14043284952640533, 0.011006806045770645, 0.1340564638376236, 0.09941262006759644, 0.016433902084827423, 0.04900246113538742, 0.11308510601520538, -0.006799311842769384, -0.05843653157353401, 0.054889556020498276, -0.11662304401397705, 0.09396200627088547, 0.11723071336746216, -0.01296458300203085, 0.00574415223672986, -0.04091324657201767, 0.016187092289328575, -0.013917808420956135, 0.11997014284133911, -0.02915913239121437, -0.10203327983617783, 0.02495560608804226, 0.0015015709213912487, 0.11009950190782547, -0.17287655174732208, -0.07319077849388123, 0.07709981501102448, -0.021671343594789505, -0.012466996908187866, 0.07795517146587372, 0.09084741771221161, -0.022740140557289124, -0.04115165397524834, -0.10347764939069748, 0.009477338753640652, 0.0971212387084961, -0.03335290402173996, 0.00710259610787034 ]
d1951a019d5dedcb8ce47f55bce6328d31f69956
# Dataset Card for autshumato ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://repo.sadilar.org/handle/20.500.12185/7/discover]() - **Repository:** []() - **Paper:** []() - **Leaderboard:** []() - **Point of Contact:** []() ### Dataset Summary Multilingual information access is stipulated in the South African constitution. In practise, this is hampered by a lack of resources and capacity to perform the large volumes of translation work required to realise multilingual information access. One of the aims of the Autshumato project is to develop machine translation systems for three South African languages pairs. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data [More Information Needed] #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations [More Information Needed] #### 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 [More Information Needed] ### Dataset Curators [More Information Needed] ### Licensing Information ### Citation Information ``` @article{groenewald2010processing, title={Processing parallel text corpora for three South African language pairs in the Autshumato project}, author={Groenewald, Hendrik J and du Plooy, Liza}, journal={AfLaT 2010}, pages={27}, year={2010} } ``` ### Contributions Thanks to [@Narsil](https://github.com/Narsil) for adding this dataset.
autshumato
[ "task_categories:translation", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:multilingual", "size_categories:100K<n<1M", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "language:tn", "language:ts", "language:zu", "license:cc-by-2.5", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["en", "tn", "ts", "zu"], "license": ["cc-by-2.5"], "multilinguality": ["multilingual"], "size_categories": ["100K<n<1M", "10K<n<100K"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "pretty_name": "autshumato", "config_names": ["autshumato-en-tn", "autshumato-en-ts", "autshumato-en-ts-manual", "autshumato-en-zu", "autshumato-tn", "autshumato-ts"], "dataset_info": [{"config_name": "autshumato-en-tn", "features": [{"name": "translation", "dtype": {"translation": {"languages": ["en", "tn"]}}}], "splits": [{"name": "train", "num_bytes": 28826392, "num_examples": 159000}], "download_size": 9458762, "dataset_size": 28826392}, {"config_name": "autshumato-en-zu", "features": [{"name": "translation", "dtype": {"translation": {"languages": ["en", "zu"]}}}], "splits": [{"name": "train", "num_bytes": 7188970, "num_examples": 35489}], "download_size": 2068891, "dataset_size": 7188970}, {"config_name": "autshumato-en-ts", "features": [{"name": "translation", "dtype": {"translation": {"languages": ["en", "ts"]}}}], "splits": [{"name": "train", "num_bytes": 50803849, "num_examples": 450000}], "download_size": 15145915, "dataset_size": 50803849}, {"config_name": "autshumato-en-ts-manual", "features": [{"name": "translation", "dtype": {"translation": {"languages": ["en", "ts"]}}}], "splits": [{"name": "train", "num_bytes": 10408757, "num_examples": 92396}], "download_size": 2876924, "dataset_size": 10408757}, {"config_name": "autshumato-tn", "features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 5132267, "num_examples": 38206}], "download_size": 1599029, "dataset_size": 5132267}, {"config_name": "autshumato-ts", "features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3399674, "num_examples": 58398}], "download_size": 974488, "dataset_size": 3399674}]}
2024-01-18T11:01:55+00:00
[]
[ "en", "tn", "ts", "zu" ]
TAGS #task_categories-translation #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-English #language-Tswana #language-Tsonga #language-Zulu #license-cc-by-2.5 #region-us
# Dataset Card for autshumato ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: [URL - Repository: []() - Paper: []() - Leaderboard: []() - Point of Contact: []() ### Dataset Summary Multilingual information access is stipulated in the South African constitution. In practise, this is hampered by a lack of resources and capacity to perform the large volumes of translation work required to realise multilingual information access. One of the aims of the Autshumato project is to develop machine translation systems for three South African languages pairs. ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @Narsil for adding this dataset.
[ "# Dataset Card for autshumato", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: [URL\n- Repository: []()\n- Paper: []()\n- Leaderboard: []()\n- Point of Contact: []()", "### Dataset Summary\n\nMultilingual information access is stipulated in the South African constitution. In practise, this\nis hampered by a lack of resources and capacity to perform the large volumes of translation\nwork required to realise multilingual information access. One of the aims of the Autshumato\nproject is to develop machine translation systems for three South African languages pairs.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @Narsil for adding this dataset." ]
[ "TAGS\n#task_categories-translation #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-English #language-Tswana #language-Tsonga #language-Zulu #license-cc-by-2.5 #region-us \n", "# Dataset Card for autshumato", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: [URL\n- Repository: []()\n- Paper: []()\n- Leaderboard: []()\n- Point of Contact: []()", "### Dataset Summary\n\nMultilingual information access is stipulated in the South African constitution. In practise, this\nis hampered by a lack of resources and capacity to perform the large volumes of translation\nwork required to realise multilingual information access. One of the aims of the Autshumato\nproject is to develop machine translation systems for three South African languages pairs.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @Narsil for adding this dataset." ]
[ 109, 8, 120, 42, 81, 10, 4, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 16 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-English #language-Tswana #language-Tsonga #language-Zulu #license-cc-by-2.5 #region-us \n# Dataset Card for autshumato## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: [URL\n- Repository: []()\n- Paper: []()\n- Leaderboard: []()\n- Point of Contact: []()### Dataset Summary\n\nMultilingual information access is stipulated in the South African constitution. In practise, this\nis hampered by a lack of resources and capacity to perform the large volumes of translation\nwork required to realise multilingual information access. One of the aims of the Autshumato\nproject is to develop machine translation systems for three South African languages pairs.### Supported Tasks and Leaderboards### Languages## Dataset Structure### Data Instances### Data Fields### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases### Other Known Limitations## Additional Information### Dataset Curators### Licensing Information" ]
[ 0.02114390768110752, 0.20957662165164948, -0.007817798294126987, 0.039610203355550766, 0.10302012413740158, 0.03316885605454445, 0.07034872472286224, 0.08833078294992447, 0.004871369805186987, 0.13248108327388763, -0.03590613231062889, 0.05313138663768768, 0.15451224148273468, 0.08222812414169312, -0.003789028385654092, -0.19758130609989166, 0.037393633276224136, -0.09418344497680664, -0.042806476354599, 0.11628986895084381, 0.12718653678894043, -0.051675304770469666, 0.02795523591339588, -0.0970996543765068, 0.0033000693656504154, 0.04115606099367142, -0.08485667407512665, -0.05459168553352356, -0.001274583861231804, 0.04335550218820572, 0.051637157797813416, 0.05616924539208412, 0.05267844721674919, -0.3481156527996063, 0.004744190257042646, -0.0017382988007739186, 0.01716998964548111, -0.005256246775388718, 0.06648789346218109, -0.025045190006494522, 0.009807463735342026, -0.15578094124794006, 0.09181834012269974, 0.06658393144607544, -0.12934356927871704, -0.07770790904760361, -0.11838635057210922, 0.02038515731692314, 0.11124695092439651, 0.03319839760661125, -0.07001958042383194, 0.058439213782548904, -0.08544769138097763, 0.018089400604367256, 0.0477813221514225, -0.16378135979175568, -0.04025232791900635, 0.053523432463407516, 0.002774645108729601, 0.09248086810112, -0.13685861229896545, -0.009012836031615734, -0.03264021873474121, 0.038345757871866226, 0.02513100579380989, -0.049672484397888184, -0.0015832310309633613, 0.02560807392001152, -0.10416506975889206, -0.07096295803785324, 0.14037968218326569, 0.011829174123704433, -0.03643639013171196, -0.1963987648487091, 0.05144756659865379, 0.06558361649513245, -0.04606856033205986, -0.00016080369823612273, 0.017240503802895546, 0.0009060145239345729, 0.046956729143857956, 0.017262287437915802, -0.029321040958166122, 0.05688232183456421, -0.0423269048333168, 0.046119462698698044, 0.03858720511198044, -0.022325797006487846, 0.04623117670416832, 0.026520948857069016, 0.10204413533210754, -0.13441337645053864, -0.03888823464512825, -0.05424051731824875, -0.15349820256233215, -0.018146051093935966, 0.09548016637563705, 0.043072424829006195, 0.12293293327093124, 0.18522663414478302, -0.057000380009412766, 0.06773700565099716, -0.07118212431669235, -0.030752601101994514, 0.0795159861445427, 0.09808752685785294, -0.06909297406673431, -0.1740507036447525, -0.03501644730567932, 0.003370692953467369, -0.019880959764122963, -0.03172580897808075, 0.01950032077729702, 0.0831371545791626, -0.006370343267917633, 0.125983327627182, 0.11537732183933258, -0.022787880152463913, -0.10613473504781723, -0.035916440188884735, 0.054564252495765686, -0.1273845136165619, 0.018350113183259964, 0.0072038364596664906, 0.006742142140865326, 0.01580043137073517, -0.04728848859667778, 0.03471142426133156, -0.0754728764295578, 0.08055488020181656, -0.03319159150123596, -0.03540375456213951, -0.07543657720088959, -0.006172763649374247, 0.05744471028447151, 0.022613491863012314, -0.04484233632683754, 0.007586060557514429, -0.10768087953329086, -0.07290968298912048, 0.018422067165374756, -0.1155862882733345, -0.09415420889854431, -0.019956417381763458, -0.025081316009163857, 0.03802551329135895, 0.015601609833538532, 0.006263141520321369, -0.04779482260346413, 0.03985592722892761, -0.025734180584549904, 0.03754071891307831, 0.13103072345256805, 0.036295466125011444, -0.06063854321837425, 0.10393156856298447, -0.12511350214481354, 0.14004607498645782, -0.18282730877399445, 0.033714812248945236, -0.14597496390342712, -0.010583652183413506, 0.04508993774652481, -0.007669168058782816, -0.047720201313495636, 0.17756381630897522, -0.20009060204029083, -0.039427366107702255, 0.18849556148052216, -0.11036770045757294, -0.07013162970542908, 0.09010686725378036, -0.035669710487127304, 0.02533060684800148, 0.03139533847570419, 0.09076519310474396, -0.040842462331056595, 0.015334862284362316, -0.05086107552051544, -0.08861972391605377, 0.08370523899793625, 0.23149961233139038, 0.12474081665277481, -0.11470644176006317, 0.15063676238059998, 0.013480188325047493, 0.03156760707497597, -0.01092565432190895, -0.005170588381588459, -0.07705076783895493, 0.05503765493631363, 0.016984909772872925, 0.04665124788880348, 0.02399233542382717, -0.0900391936302185, -0.03253905475139618, -0.09216418117284775, 0.022819671779870987, 0.02178177610039711, 0.0010816560825333, -0.012750955298542976, -0.08358027786016464, -0.05927903577685356, 0.024370737373828888, -0.018368301913142204, -0.12002839148044586, -0.13297472894191742, 0.0581958182156086, -0.03260445222258568, 0.12946726381778717, -0.08827803283929825, 0.01630934327840805, -0.03019324131309986, -0.05809181183576584, 0.005165059585124254, 0.005622852127999067, 0.02036338672041893, 0.031343843787908554, -0.19338886439800262, 0.03548299893736839, -0.02363121509552002, 0.1406143754720688, -0.07550650089979172, -0.012698900885879993, 0.08626288175582886, 0.2120407521724701, 0.06667876243591309, -0.06590300053358078, 0.08911152929067612, 0.05318794399499893, 0.008096926845610142, -0.04248997941613197, -0.028708623722195625, -0.07862573862075806, -0.003320917719975114, 0.052957385778427124, -0.111081063747406, -0.01630571484565735, 0.04144386947154999, 0.06863008439540863, -0.06060135364532471, -0.030576633289456367, -0.019455580040812492, -0.04329375922679901, -0.03531428799033165, -0.04289878159761429, 0.08469108492136002, 0.04861736670136452, 0.00044040504144504666, -0.047762006521224976, -0.07714280486106873, -0.05687392130494118, -0.0326758436858654, -0.06935783475637436, 0.09505201131105423, 0.06465275585651398, -0.1519375890493393, 0.17494632303714752, 0.09820529073476791, 0.13273999094963074, 0.12974336743354797, -0.09163656830787659, -0.09028029441833496, -0.054652489721775055, -0.0010245826561003923, 0.009229195304214954, 0.06902482360601425, -0.10176408290863037, 0.031720783561468124, 0.03707977756857872, -0.02709750272333622, 0.01035789679735899, 0.009120474569499493, 0.017118562012910843, 0.005204855464398861, -0.010886186733841896, 0.04098789393901825, 0.0010568477446213365, 0.05152243748307228, 0.06019166484475136, 0.0006928849034011364, 0.07596277445554733, -0.012170988135039806, -0.05533494055271149, -0.05441255122423172, 0.09230741113424301, -0.17099909484386444, -0.21812179684638977, -0.08841430395841599, -0.0925658717751503, -0.04660125449299812, -0.06615851819515228, 0.011772922240197659, -0.05790560320019722, -0.10742682218551636, -0.04049048572778702, 0.07514804601669312, 0.03953847661614418, -0.11022751033306122, 0.010867762379348278, 0.03480958938598633, -0.019194941967725754, -0.09791769087314606, 0.014512240886688232, 0.07412013411521912, -0.04471314698457718, 0.03274640440940857, 0.016753491014242172, 0.09106524288654327, 0.11502739042043686, 0.13054728507995605, -0.008875544182956219, -0.03218461200594902, 0.24120230972766876, -0.15868502855300903, 0.0972299575805664, 0.051441263407468796, -0.097518689930439, 0.06534989178180695, 0.27266231179237366, 0.03706250339746475, -0.048851560801267624, 0.016902577131986618, 0.0713462084531784, 0.0020059379749000072, -0.2545275390148163, -0.09132563322782516, -0.07758314907550812, -0.030220072716474533, -0.022302594035863876, 0.04835165664553642, 0.004823296330869198, 0.0010395264253020287, -0.07557761669158936, -0.034591518342494965, 0.10971727222204208, 0.0709405392408371, 0.08200002461671829, 0.03970930352807045, 0.04517953097820282, -0.044894956052303314, -0.032217156141996384, 0.09192042052745819, 0.03364492580294609, 0.210061714053154, 0.08211610466241837, 0.22745761275291443, 0.09547941386699677, 0.10012941062450409, -0.02848643809556961, -0.012930663302540779, 0.0017278142040595412, 0.0652320384979248, -0.0043925815261900425, -0.04539745673537254, -0.006543962750583887, 0.03959105908870697, 0.11451810598373413, -0.09233260899782181, 0.09766573458909988, -0.04174946993589401, 0.09426195919513702, 0.11125838756561279, 0.011891625821590424, -0.027784565463662148, 0.018055293709039688, 0.15706279873847961, -0.1079263761639595, -0.10733530670404434, 0.02976401150226593, 0.042714957147836685, -0.15428371727466583, 0.09627486020326614, 0.007805581670254469, 0.11340662837028503, -0.07794835418462753, -0.03476504608988762, -0.0355432964861393, -0.01466456800699234, -0.029645303264260292, 0.06252072751522064, -0.21183551847934723, 0.15351974964141846, 0.007229150272905827, -0.01653958112001419, -0.09032560139894485, 0.08892365545034409, -0.009530085138976574, -0.011202480643987656, 0.16140484809875488, 0.019678710028529167, -0.09511897712945938, -0.0036422398407012224, -0.030451979488134384, -0.03528394177556038, 0.12976783514022827, -0.13272219896316528, 0.12165185064077377, -0.0035539648961275816, -0.0070531838573515415, -0.06820512562990189, -0.04433038830757141, -0.13794822990894318, -0.21555893123149872, 0.10087409615516663, -0.10506399720907211, 0.06109265610575676, -0.08592021465301514, -0.0017853113822638988, -0.09725425392389297, 0.11945722252130508, -0.171571284532547, -0.11732164770364761, -0.14403899013996124, -0.047159820795059204, 0.20359323918819427, -0.06238550692796707, 0.05781188979744911, -0.004932422190904617, 0.12728403508663177, -0.009823809377849102, -0.011209406889975071, 0.04992303624749184, -0.032400522381067276, -0.18476928770542145, -0.05621608346700668, 0.14785806834697723, 0.027170000597834587, 0.03595903143286705, 0.030198803171515465, 0.0657879188656807, 0.05408795177936554, -0.11058221012353897, 0.07871898263692856, 0.01829582080245018, 0.0050565763376653194, 0.12940990924835205, 0.0010115401819348335, -0.23202426731586456, -0.12249688804149628, -0.10213998705148697, 0.13665470480918884, 0.1365661472082138, -0.037148695439100266, 0.1864723563194275, 0.10512271523475647, -0.12196926772594452, -0.1824577897787094, -0.0806070938706398, 0.04126736894249916, -0.03026522509753704, 0.07720477879047394, -0.18178223073482513, 0.03859603404998779, 0.010288801044225693, -0.007562902756035328, -0.06243959814310074, -0.20290757715702057, -0.11840556561946869, 0.030709967017173767, -0.03278828784823418, -0.27730369567871094, -0.1903141587972641, -0.11261723190546036, -0.04968791827559471, -0.20688220858573914, 0.09825357794761658, 0.05396582931280136, -0.0177217535674572, 0.010974347591400146, 0.06363063305616379, 0.009035810828208923, -0.017309950664639473, 0.18714910745620728, 0.06471103429794312, 0.010445419698953629, -0.10097862780094147, -0.0904773697257042, 0.1189350113272667, 0.023137127980589867, -0.009428836405277252, 0.024112233892083168, -0.039054881781339645, -0.1901531219482422, -0.030199386179447174, -0.07061947137117386, -0.0005319163901731372, -0.12653443217277527, -0.03764589875936508, -0.03890775516629219, 0.11365457624197006, 0.10105452686548233, -0.03215191140770912, 0.08044353127479553, -0.07418233156204224, 0.04036502167582512, 0.13176144659519196, 0.17160150408744812, 0.11359024792909622, -0.08223981410264969, -0.010942603461444378, 0.0018186678644269705, -0.06989794224500656, -0.10892926901578903, 0.07328631728887558, 0.07660539448261261, -0.005536843556910753, 0.15781812369823456, -0.06087862700223923, -0.14227589964866638, 0.009850683622062206, 0.08329639583826065, 0.006071594078093767, -0.2119113802909851, 0.01563585363328457, 0.07242803275585175, -0.10757371783256531, -0.1040274128317833, 0.04600142687559128, 0.07930409163236618, -0.07835703343153, 0.015070391818881035, 0.12884433567523956, 0.0015910209622234106, 0.055190201848745346, 0.016250042244791985, 0.07721052318811417, -0.1039116233587265, 0.14031031727790833, 0.14834317564964294, -0.05637148767709732, -0.02151322551071644, 0.19624797999858856, -0.05159036070108414, -0.03084636479616165, 0.011511428281664848, 0.07646054774522781, 0.044236913323402405, 0.025765912607312202, 0.05686398595571518, -0.17075330018997192, -0.0012873258674517274, 0.13013800978660583, -0.023523494601249695, -0.0028652234468609095, 0.0540020577609539, -0.045529555529356, 0.015194672159850597, 0.14792826771736145, 0.09803082048892975, 0.013102637603878975, -0.029593106359243393, -0.026451461017131805, -0.01903461292386055, -0.03800436854362488, 0.009970281273126602, -0.03100981004536152, -0.10999220609664917, 0.01845133677124977, -0.12526509165763855, 0.009845266118645668, -0.13169686496257782, 0.002268234035000205, 0.01695060543715954, -0.09528989344835281, -0.02437608130276203, -0.02885448932647705, -0.10839639604091644, -0.0408870168030262, -0.008205163292586803, 0.17326019704341888, -0.11958334594964981, -0.037304606288671494, 0.1547093540430069, -0.09088724106550217, 0.1053469106554985, -0.01116480864584446, -0.010941138491034508, 0.009646528400480747, -0.04403410106897354, 0.01980891264975071, -0.058049146085977554, 0.034011293202638626, 0.024386366829276085, -0.1440463364124298, -0.02066311612725258, -0.019564561545848846, -0.056204523891210556, 0.04404948279261589, -0.04257218912243843, -0.07075430452823639, 0.07728487998247147, -0.028285883367061615, -0.10829301178455353, 0.01771283894777298, 0.02369685284793377, 0.11681454628705978, -0.04447346180677414, 0.11537650227546692, -0.03646600991487503, 0.07434041053056717, -0.11845777183771133, -0.024959154427051544, -0.009582930244505405, 0.01922174170613289, -0.000042740011849673465, -0.03592979535460472, 0.05483125150203705, 0.014239780604839325, 0.18688224256038666, -0.04263880103826523, -0.009461261332035065, 0.060362309217453, 0.017577530816197395, -0.02780204638838768, 0.06756981462240219, 0.004245062358677387, 0.027051491662859917, -0.036005642265081406, 0.021550877019762993, -0.13967137038707733, -0.09248238056898117, -0.13902463018894196, 0.057871013879776, 0.20168635249137878, 0.1724071353673935, -0.04660550877451897, 0.05141955986618996, -0.11362000554800034, -0.016607554629445076, 0.09521342813968658, -0.03956422209739685, -0.00740725127980113, -0.07653854042291641, 0.08942064642906189, 0.08149495720863342, -0.20405103266239166, 0.11372852325439453, -0.04844352602958679, -0.0694168284535408, -0.032591138035058975, -0.10584642738103867, -0.07291946560144424, 0.0015183370560407639, 0.0429462231695652, -0.13076288998126984, 0.1145712286233902, 0.19111323356628418, -0.005469116847962141, -0.0027003514114767313, 0.053595371544361115, -0.0666782334446907, -0.0903472825884819, 0.07429715991020203, 0.0651138499379158, 0.036141227930784225, -0.03159557282924652, 0.10495658963918686, -0.09914602339267731, 0.10857691615819931, 0.04485069960355759, 0.07859525084495544, -0.05663508176803589, -0.024113260209560394, -0.10450936108827591, -0.07648446410894394, 0.05278825759887695, -0.021762829273939133, -0.06668347120285034, 0.20089885592460632, -0.0018498466815799475, 0.04103526100516319, 0.01970134675502777, 0.18200010061264038, -0.04391568526625633, -0.16488595306873322, -0.1707441508769989, -0.02416960895061493, -0.016666816547513008, 0.03840769827365875, 0.04799648001790047, -0.14422951638698578, 0.03428984060883522, 0.11810816079378128, 0.0789802223443985, -0.007532729301601648, 0.024361087009310722, 0.002993198111653328, 0.0437467098236084, -0.016005102545022964, 0.009903477504849434, 0.030202439054846764, 0.17163816094398499, -0.08516061305999756, 0.02379271201789379, -0.024807656183838844, -0.04860445111989975, -0.0777251124382019, 0.11063306033611298, -0.008673550561070442, -0.0250620786100626, -0.05350140482187271, 0.19077594578266144, -0.16008490324020386, -0.18664364516735077, 0.04569247364997864, -0.14756833016872406, -0.17305150628089905, -0.07480811327695847, -0.0034411910455673933, 0.035136956721544266, -0.03487537056207657, 0.10938107967376709, -0.07970361411571503, 0.14214308559894562, 0.11729596555233002, -0.024844739586114883, 0.02111859805881977, 0.11746853590011597, -0.10813005268573761, 0.2373659461736679, 0.027577510103583336, 0.07618096470832825, 0.1023467555642128, -0.037644870579242706, -0.10419348627328873, -0.00449107913300395, 0.12368009984493256, -0.00014798773918300867, -0.014296808280050755, 0.1922653168439865, 0.01459449715912342, 0.13848188519477844, 0.09819454699754715, 0.03415530174970627, 0.06186357140541077, 0.0752921774983406, -0.0578470304608345, -0.05211842805147171, 0.10045278072357178, -0.12697063386440277, 0.07614152133464813, 0.07899449020624161, -0.06244459003210068, 0.023240014910697937, -0.026633767411112785, 0.025010839104652405, -0.03797917440533638, 0.1846250295639038, -0.04854109510779381, -0.12434227019548416, 0.02533862367272377, -0.06262078881263733, 0.11830171197652817, -0.11753343790769577, -0.02663467265665531, 0.036280419677495956, 0.03226378187537193, -0.09657751768827438, 0.19536997377872467, 0.117381751537323, -0.035430606454610825, -0.021653788164258003, -0.17783284187316895, 0.023678645491600037, 0.1394578069448471, -0.06705120205879211, 0.07922425866127014 ]
021d7aeb7307b7856dd0632f92827bc607dc2f1b
# Dataset Card for bAbi QA ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:**[The bAbI project](https://research.fb.com/downloads/babi/) - **Repository:** - **Paper:** [arXiv Paper](https://arxiv.org/pdf/1502.05698.pdf) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary The (20) QA bAbI tasks are a set of proxy tasks that evaluate reading comprehension via question answering. Our tasks measure understanding in several ways: whether a system is able to answer questions via chaining facts, simple induction, deduction and many more. The tasks are designed to be prerequisites for any system that aims to be capable of conversing with a human. The aim is to classify these tasks into skill sets,so that researchers can identify (and then rectify) the failings of their systems. ### Supported Tasks and Leaderboards The dataset supports a set of 20 proxy story-based question answering tasks for various "types" in English and Hindi. The tasks are: |task_no|task_name| |----|------------| |qa1 |single-supporting-fact| |qa2 |two-supporting-facts| |qa3 |three-supporting-facts| |qa4 |two-arg-relations| |qa5 |three-arg-relations| |qa6 |yes-no-questions| |qa7 |counting| |qa8 |lists-sets| |qa9 |simple-negation| |qa10| indefinite-knowledge| |qa11| basic-coreference| |qa12| conjunction| |qa13| compound-coreference| |qa14| time-reasoning| |qa15| basic-deduction| |qa16| basic-induction| |qa17| positional-reasoning| |qa18| size-reasoning| |qa19| path-finding| |qa20| agents-motivations| The "types" are are: - `en` - the tasks in English, readable by humans. - `hn` - the tasks in Hindi, readable by humans. - `shuffled` - the same tasks with shuffled letters so they are not readable by humans, and for existing parsers and taggers cannot be used in a straight-forward fashion to leverage extra resources-- in this case the learner is more forced to rely on the given training data. This mimics a learner being first presented a language and having to learn from scratch. - `en-10k`, `shuffled-10k` and `hn-10k` - the same tasks in the three formats, but with 10,000 training examples, rather than 1000 training examples. - `en-valid` and `en-valid-10k` - are the same as `en` and `en10k` except the train sets have been conveniently split into train and valid portions (90% and 10% split). To get a particular dataset, use `load_dataset('babi_qa',type=f'{type}',task_no=f'{task_no}')` where `type` is one of the types, and `task_no` is one of the task numbers. For example, `load_dataset('babi_qa', type='en', task_no='qa1')`. ### Languages ## Dataset Structure ### Data Instances An instance from the `en-qa1` config's `train` split: ``` {'story': {'answer': ['', '', 'bathroom', '', '', 'hallway', '', '', 'hallway', '', '', 'office', '', '', 'bathroom'], 'id': ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15'], 'supporting_ids': [[], [], ['1'], [], [], ['4'], [], [], ['4'], [], [], ['11'], [], [], ['8']], 'text': ['Mary moved to the bathroom.', 'John went to the hallway.', 'Where is Mary?', 'Daniel went back to the hallway.', 'Sandra moved to the garden.', 'Where is Daniel?', 'John moved to the office.', 'Sandra journeyed to the bathroom.', 'Where is Daniel?', 'Mary moved to the hallway.', 'Daniel travelled to the office.', 'Where is Daniel?', 'John went back to the garden.', 'John moved to the bedroom.', 'Where is Sandra?'], 'type': [0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1]}} ``` ### Data Fields - `story`: a dictionary feature containing: - `id`: a `string` feature, which denotes the line number in the example. - `type`: a classification label, with possible values including `context`, `question`, denoting whether the text is context or a question. - `text`: a `string` feature the text present, whether it is a question or context. - `supporting_ids`: a `list` of `string` features containing the line numbers of the lines in the example which support the answer. - `answer`: a `string` feature containing the answer to the question, or an empty string if the `type`s is not `question`. ### Data Splits The splits and corresponding sizes are: | | train | test | validation | |-------------------|---------|--------|--------------| | en-qa1 | 200 | 200 | - | | en-qa2 | 200 | 200 | - | | en-qa3 | 200 | 200 | - | | en-qa4 | 1000 | 1000 | - | | en-qa5 | 200 | 200 | - | | en-qa6 | 200 | 200 | - | | en-qa7 | 200 | 200 | - | | en-qa8 | 200 | 200 | - | | en-qa9 | 200 | 200 | - | | en-qa10 | 200 | 200 | - | | en-qa11 | 200 | 200 | - | | en-qa12 | 200 | 200 | - | | en-qa13 | 200 | 200 | - | | en-qa14 | 200 | 200 | - | | en-qa15 | 250 | 250 | - | | en-qa16 | 1000 | 1000 | - | | en-qa17 | 125 | 125 | - | | en-qa18 | 198 | 199 | - | | en-qa19 | 1000 | 1000 | - | | en-qa20 | 94 | 93 | - | | en-10k-qa1 | 2000 | 200 | - | | en-10k-qa2 | 2000 | 200 | - | | en-10k-qa3 | 2000 | 200 | - | | en-10k-qa4 | 10000 | 1000 | - | | en-10k-qa5 | 2000 | 200 | - | | en-10k-qa6 | 2000 | 200 | - | | en-10k-qa7 | 2000 | 200 | - | | en-10k-qa8 | 2000 | 200 | - | | en-10k-qa9 | 2000 | 200 | - | | en-10k-qa10 | 2000 | 200 | - | | en-10k-qa11 | 2000 | 200 | - | | en-10k-qa12 | 2000 | 200 | - | | en-10k-qa13 | 2000 | 200 | - | | en-10k-qa14 | 2000 | 200 | - | | en-10k-qa15 | 2500 | 250 | - | | en-10k-qa16 | 10000 | 1000 | - | | en-10k-qa17 | 1250 | 125 | - | | en-10k-qa18 | 1978 | 199 | - | | en-10k-qa19 | 10000 | 1000 | - | | en-10k-qa20 | 933 | 93 | - | | en-valid-qa1 | 180 | 200 | 20 | | en-valid-qa2 | 180 | 200 | 20 | | en-valid-qa3 | 180 | 200 | 20 | | en-valid-qa4 | 900 | 1000 | 100 | | en-valid-qa5 | 180 | 200 | 20 | | en-valid-qa6 | 180 | 200 | 20 | | en-valid-qa7 | 180 | 200 | 20 | | en-valid-qa8 | 180 | 200 | 20 | | en-valid-qa9 | 180 | 200 | 20 | | en-valid-qa10 | 180 | 200 | 20 | | en-valid-qa11 | 180 | 200 | 20 | | en-valid-qa12 | 180 | 200 | 20 | | en-valid-qa13 | 180 | 200 | 20 | | en-valid-qa14 | 180 | 200 | 20 | | en-valid-qa15 | 225 | 250 | 25 | | en-valid-qa16 | 900 | 1000 | 100 | | en-valid-qa17 | 113 | 125 | 12 | | en-valid-qa18 | 179 | 199 | 19 | | en-valid-qa19 | 900 | 1000 | 100 | | en-valid-qa20 | 85 | 93 | 9 | | en-valid-10k-qa1 | 1800 | 200 | 200 | | en-valid-10k-qa2 | 1800 | 200 | 200 | | en-valid-10k-qa3 | 1800 | 200 | 200 | | en-valid-10k-qa4 | 9000 | 1000 | 1000 | | en-valid-10k-qa5 | 1800 | 200 | 200 | | en-valid-10k-qa6 | 1800 | 200 | 200 | | en-valid-10k-qa7 | 1800 | 200 | 200 | | en-valid-10k-qa8 | 1800 | 200 | 200 | | en-valid-10k-qa9 | 1800 | 200 | 200 | | en-valid-10k-qa10 | 1800 | 200 | 200 | | en-valid-10k-qa11 | 1800 | 200 | 200 | | en-valid-10k-qa12 | 1800 | 200 | 200 | | en-valid-10k-qa13 | 1800 | 200 | 200 | | en-valid-10k-qa14 | 1800 | 200 | 200 | | en-valid-10k-qa15 | 2250 | 250 | 250 | | en-valid-10k-qa16 | 9000 | 1000 | 1000 | | en-valid-10k-qa17 | 1125 | 125 | 125 | | en-valid-10k-qa18 | 1781 | 199 | 197 | | en-valid-10k-qa19 | 9000 | 1000 | 1000 | | en-valid-10k-qa20 | 840 | 93 | 93 | | hn-qa1 | 200 | 200 | - | | hn-qa2 | 200 | 200 | - | | hn-qa3 | 167 | 167 | - | | hn-qa4 | 1000 | 1000 | - | | hn-qa5 | 200 | 200 | - | | hn-qa6 | 200 | 200 | - | | hn-qa7 | 200 | 200 | - | | hn-qa8 | 200 | 200 | - | | hn-qa9 | 200 | 200 | - | | hn-qa10 | 200 | 200 | - | | hn-qa11 | 200 | 200 | - | | hn-qa12 | 200 | 200 | - | | hn-qa13 | 125 | 125 | - | | hn-qa14 | 200 | 200 | - | | hn-qa15 | 250 | 250 | - | | hn-qa16 | 1000 | 1000 | - | | hn-qa17 | 125 | 125 | - | | hn-qa18 | 198 | 198 | - | | hn-qa19 | 1000 | 1000 | - | | hn-qa20 | 93 | 94 | - | | hn-10k-qa1 | 2000 | 200 | - | | hn-10k-qa2 | 2000 | 200 | - | | hn-10k-qa3 | 1667 | 167 | - | | hn-10k-qa4 | 10000 | 1000 | - | | hn-10k-qa5 | 2000 | 200 | - | | hn-10k-qa6 | 2000 | 200 | - | | hn-10k-qa7 | 2000 | 200 | - | | hn-10k-qa8 | 2000 | 200 | - | | hn-10k-qa9 | 2000 | 200 | - | | hn-10k-qa10 | 2000 | 200 | - | | hn-10k-qa11 | 2000 | 200 | - | | hn-10k-qa12 | 2000 | 200 | - | | hn-10k-qa13 | 1250 | 125 | - | | hn-10k-qa14 | 2000 | 200 | - | | hn-10k-qa15 | 2500 | 250 | - | | hn-10k-qa16 | 10000 | 1000 | - | | hn-10k-qa17 | 1250 | 125 | - | | hn-10k-qa18 | 1977 | 198 | - | | hn-10k-qa19 | 10000 | 1000 | - | | hn-10k-qa20 | 934 | 94 | - | | shuffled-qa1 | 200 | 200 | - | | shuffled-qa2 | 200 | 200 | - | | shuffled-qa3 | 200 | 200 | - | | shuffled-qa4 | 1000 | 1000 | - | | shuffled-qa5 | 200 | 200 | - | | shuffled-qa6 | 200 | 200 | - | | shuffled-qa7 | 200 | 200 | - | | shuffled-qa8 | 200 | 200 | - | | shuffled-qa9 | 200 | 200 | - | | shuffled-qa10 | 200 | 200 | - | | shuffled-qa11 | 200 | 200 | - | | shuffled-qa12 | 200 | 200 | - | | shuffled-qa13 | 200 | 200 | - | | shuffled-qa14 | 200 | 200 | - | | shuffled-qa15 | 250 | 250 | - | | shuffled-qa16 | 1000 | 1000 | - | | shuffled-qa17 | 125 | 125 | - | | shuffled-qa18 | 198 | 199 | - | | shuffled-qa19 | 1000 | 1000 | - | | shuffled-qa20 | 94 | 93 | - | | shuffled-10k-qa1 | 2000 | 200 | - | | shuffled-10k-qa2 | 2000 | 200 | - | | shuffled-10k-qa3 | 2000 | 200 | - | | shuffled-10k-qa4 | 10000 | 1000 | - | | shuffled-10k-qa5 | 2000 | 200 | - | | shuffled-10k-qa6 | 2000 | 200 | - | | shuffled-10k-qa7 | 2000 | 200 | - | | shuffled-10k-qa8 | 2000 | 200 | - | | shuffled-10k-qa9 | 2000 | 200 | - | | shuffled-10k-qa10 | 2000 | 200 | - | | shuffled-10k-qa11 | 2000 | 200 | - | | shuffled-10k-qa12 | 2000 | 200 | - | | shuffled-10k-qa13 | 2000 | 200 | - | | shuffled-10k-qa14 | 2000 | 200 | - | | shuffled-10k-qa15 | 2500 | 250 | - | | shuffled-10k-qa16 | 10000 | 1000 | - | | shuffled-10k-qa17 | 1250 | 125 | - | | shuffled-10k-qa18 | 1978 | 199 | - | | shuffled-10k-qa19 | 10000 | 1000 | - | | shuffled-10k-qa20 | 933 | 93 | - | ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization Code to generate tasks is available on [github](https://github.com/facebook/bAbI-tasks) #### 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 Jesse Dodge and Andreea Gane and Xiang Zhang and Antoine Bordes and Sumit Chopra and Alexander Miller and Arthur Szlam and Jason Weston, at Facebook Research. ### Licensing Information ``` Creative Commons Attribution 3.0 License ``` ### Citation Information ``` @misc{dodge2016evaluating, title={Evaluating Prerequisite Qualities for Learning End-to-End Dialog Systems}, author={Jesse Dodge and Andreea Gane and Xiang Zhang and Antoine Bordes and Sumit Chopra and Alexander Miller and Arthur Szlam and Jason Weston}, year={2016}, eprint={1511.06931}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Contributions Thanks to [@gchhablani](https://github.com/gchhablani) for adding this dataset.
facebook/babi_qa
[ "task_categories:question-answering", "annotations_creators:machine-generated", "language_creators:machine-generated", "multilinguality:monolingual", "size_categories:10K<n<100K", "size_categories:1K<n<10K", "size_categories:n<1K", "source_datasets:original", "language:en", "license:cc-by-3.0", "chained-qa", "arxiv:1502.05698", "arxiv:1511.06931", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["machine-generated"], "language_creators": ["machine-generated"], "language": ["en"], "license": ["cc-by-3.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K", "1K<n<10K", "n<1K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": [], "paperswithcode_id": "babi-1", "pretty_name": "BabiQa", "configs": ["en-10k-qa1", "en-10k-qa10", "en-10k-qa11", "en-10k-qa12", "en-10k-qa13", "en-10k-qa14", "en-10k-qa15", "en-10k-qa16", "en-10k-qa17", "en-10k-qa18", "en-10k-qa19", "en-10k-qa2", "en-10k-qa20", "en-10k-qa3", "en-10k-qa4", "en-10k-qa5", "en-10k-qa6", "en-10k-qa7", "en-10k-qa8", "en-10k-qa9", "en-qa1", "en-qa10", "en-qa11", "en-qa12", "en-qa13", "en-qa14", "en-qa15", "en-qa16", "en-qa17", "en-qa18", "en-qa19", "en-qa2", "en-qa20", "en-qa3", "en-qa4", "en-qa5", "en-qa6", "en-qa7", "en-qa8", "en-qa9", "en-valid-10k-qa1", "en-valid-10k-qa10", "en-valid-10k-qa11", "en-valid-10k-qa12", "en-valid-10k-qa13", "en-valid-10k-qa14", "en-valid-10k-qa15", "en-valid-10k-qa16", "en-valid-10k-qa17", "en-valid-10k-qa18", "en-valid-10k-qa19", "en-valid-10k-qa2", "en-valid-10k-qa20", "en-valid-10k-qa3", "en-valid-10k-qa4", "en-valid-10k-qa5", "en-valid-10k-qa6", "en-valid-10k-qa7", "en-valid-10k-qa8", "en-valid-10k-qa9", "en-valid-qa1", "en-valid-qa10", "en-valid-qa11", "en-valid-qa12", "en-valid-qa13", "en-valid-qa14", "en-valid-qa15", "en-valid-qa16", "en-valid-qa17", "en-valid-qa18", "en-valid-qa19", "en-valid-qa2", "en-valid-qa20", "en-valid-qa3", "en-valid-qa4", "en-valid-qa5", "en-valid-qa6", "en-valid-qa7", "en-valid-qa8", "en-valid-qa9", "hn-10k-qa1", "hn-10k-qa10", "hn-10k-qa11", "hn-10k-qa12", "hn-10k-qa13", "hn-10k-qa14", "hn-10k-qa15", "hn-10k-qa16", "hn-10k-qa17", "hn-10k-qa18", "hn-10k-qa19", "hn-10k-qa2", "hn-10k-qa20", "hn-10k-qa3", "hn-10k-qa4", "hn-10k-qa5", "hn-10k-qa6", "hn-10k-qa7", "hn-10k-qa8", "hn-10k-qa9", "hn-qa1", "hn-qa10", "hn-qa11", "hn-qa12", "hn-qa13", "hn-qa14", "hn-qa15", "hn-qa16", "hn-qa17", "hn-qa18", "hn-qa19", "hn-qa2", "hn-qa20", "hn-qa3", "hn-qa4", "hn-qa5", "hn-qa6", "hn-qa7", "hn-qa8", "hn-qa9", "shuffled-10k-qa1", "shuffled-10k-qa10", "shuffled-10k-qa11", "shuffled-10k-qa12", "shuffled-10k-qa13", "shuffled-10k-qa14", "shuffled-10k-qa15", "shuffled-10k-qa16", "shuffled-10k-qa17", "shuffled-10k-qa18", "shuffled-10k-qa19", "shuffled-10k-qa2", "shuffled-10k-qa20", "shuffled-10k-qa3", "shuffled-10k-qa4", "shuffled-10k-qa5", "shuffled-10k-qa6", "shuffled-10k-qa7", "shuffled-10k-qa8", "shuffled-10k-qa9", "shuffled-qa1", "shuffled-qa10", "shuffled-qa11", "shuffled-qa12", "shuffled-qa13", "shuffled-qa14", "shuffled-qa15", "shuffled-qa16", "shuffled-qa17", "shuffled-qa18", "shuffled-qa19", "shuffled-qa2", "shuffled-qa20", "shuffled-qa3", "shuffled-qa4", "shuffled-qa5", "shuffled-qa6", "shuffled-qa7", "shuffled-qa8", "shuffled-qa9"], "tags": ["chained-qa"], "dataset_info": [{"config_name": "en-qa1", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 165386, "num_examples": 200}, {"name": "test", "num_bytes": 165517, "num_examples": 200}], "download_size": 15719851, "dataset_size": 330903}, {"config_name": "en-qa2", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 302888, "num_examples": 200}, {"name": "test", "num_bytes": 306631, "num_examples": 200}], "download_size": 15719851, "dataset_size": 609519}, {"config_name": "en-qa3", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 887756, "num_examples": 200}, {"name": "test", "num_bytes": 883187, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1770943}, {"config_name": "en-qa4", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 205510, "num_examples": 1000}, {"name": "test", "num_bytes": 205434, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 410944}, {"config_name": "en-qa5", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 337349, "num_examples": 200}, {"name": "test", "num_bytes": 350457, "num_examples": 200}], "download_size": 15719851, "dataset_size": 687806}, {"config_name": "en-qa6", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 173053, "num_examples": 200}, {"name": "test", "num_bytes": 172249, "num_examples": 200}], "download_size": 15719851, "dataset_size": 345302}, {"config_name": "en-qa7", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 224778, "num_examples": 200}, {"name": "test", "num_bytes": 215512, "num_examples": 200}], "download_size": 15719851, "dataset_size": 440290}, {"config_name": "en-qa8", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 212517, "num_examples": 200}, {"name": "test", "num_bytes": 216244, "num_examples": 200}], "download_size": 15719851, "dataset_size": 428761}, {"config_name": "en-qa9", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 168350, "num_examples": 200}, {"name": "test", "num_bytes": 168248, "num_examples": 200}], "download_size": 15719851, "dataset_size": 336598}, {"config_name": "en-qa10", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 170257, "num_examples": 200}, {"name": "test", "num_bytes": 170672, "num_examples": 200}], "download_size": 15719851, "dataset_size": 340929}, {"config_name": "en-qa11", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 178560, "num_examples": 200}, {"name": "test", "num_bytes": 178840, "num_examples": 200}], "download_size": 15719851, "dataset_size": 357400}, {"config_name": "en-qa12", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 185600, "num_examples": 200}, {"name": "test", "num_bytes": 185529, "num_examples": 200}], "download_size": 15719851, "dataset_size": 371129}, {"config_name": "en-qa13", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 190556, "num_examples": 200}, {"name": "test", "num_bytes": 190484, "num_examples": 200}], "download_size": 15719851, "dataset_size": 381040}, {"config_name": "en-qa14", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 234355, "num_examples": 200}, {"name": "test", "num_bytes": 233204, "num_examples": 200}], "download_size": 15719851, "dataset_size": 467559}, {"config_name": "en-qa15", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 163728, "num_examples": 250}, {"name": "test", "num_bytes": 163809, "num_examples": 250}], "download_size": 15719851, "dataset_size": 327537}, {"config_name": "en-qa16", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 456374, "num_examples": 1000}, {"name": "test", "num_bytes": 456248, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 912622}, {"config_name": "en-qa17", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 103636, "num_examples": 125}, {"name": "test", "num_bytes": 103618, "num_examples": 125}], "download_size": 15719851, "dataset_size": 207254}, {"config_name": "en-qa18", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 162875, "num_examples": 198}, {"name": "test", "num_bytes": 161266, "num_examples": 199}], "download_size": 15719851, "dataset_size": 324141}, {"config_name": "en-qa19", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 404536, "num_examples": 1000}, {"name": "test", "num_bytes": 404489, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 809025}, {"config_name": "en-qa20", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 115812, "num_examples": 94}, {"name": "test", "num_bytes": 115863, "num_examples": 93}], "download_size": 15719851, "dataset_size": 231675}, {"config_name": "hn-qa1", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 168605, "num_examples": 200}, {"name": "test", "num_bytes": 168572, "num_examples": 200}], "download_size": 15719851, "dataset_size": 337177}, {"config_name": "hn-qa2", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 296391, "num_examples": 200}, {"name": "test", "num_bytes": 288429, "num_examples": 200}], "download_size": 15719851, "dataset_size": 584820}, {"config_name": "hn-qa3", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 842184, "num_examples": 167}, {"name": "test", "num_bytes": 808460, "num_examples": 167}], "download_size": 15719851, "dataset_size": 1650644}, {"config_name": "hn-qa4", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 231303, "num_examples": 1000}, {"name": "test", "num_bytes": 231230, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 462533}, {"config_name": "hn-qa5", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 320859, "num_examples": 200}, {"name": "test", "num_bytes": 315396, "num_examples": 200}], "download_size": 15719851, "dataset_size": 636255}, {"config_name": "hn-qa6", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 170796, "num_examples": 200}, {"name": "test", "num_bytes": 171360, "num_examples": 200}], "download_size": 15719851, "dataset_size": 342156}, {"config_name": "hn-qa7", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 206981, "num_examples": 200}, {"name": "test", "num_bytes": 208080, "num_examples": 200}], "download_size": 15719851, "dataset_size": 415061}, {"config_name": "hn-qa8", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 211584, "num_examples": 200}, {"name": "test", "num_bytes": 222232, "num_examples": 200}], "download_size": 15719851, "dataset_size": 433816}, {"config_name": "hn-qa9", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 187718, "num_examples": 200}, {"name": "test", "num_bytes": 187341, "num_examples": 200}], "download_size": 15719851, "dataset_size": 375059}, {"config_name": "hn-qa10", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 183583, "num_examples": 200}, {"name": "test", "num_bytes": 182932, "num_examples": 200}], "download_size": 15719851, "dataset_size": 366515}, {"config_name": "hn-qa11", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 179698, "num_examples": 200}, {"name": "test", "num_bytes": 180461, "num_examples": 200}], "download_size": 15719851, "dataset_size": 360159}, {"config_name": "hn-qa12", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 187731, "num_examples": 200}, {"name": "test", "num_bytes": 187954, "num_examples": 200}], "download_size": 15719851, "dataset_size": 375685}, {"config_name": "hn-qa13", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 191395, "num_examples": 125}, {"name": "test", "num_bytes": 191747, "num_examples": 125}], "download_size": 15719851, "dataset_size": 383142}, {"config_name": "hn-qa14", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 240659, "num_examples": 200}, {"name": "test", "num_bytes": 240436, "num_examples": 200}], "download_size": 15719851, "dataset_size": 481095}, {"config_name": "hn-qa15", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 170358, "num_examples": 250}, {"name": "test", "num_bytes": 170259, "num_examples": 250}], "download_size": 15719851, "dataset_size": 340617}, {"config_name": "hn-qa16", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 523093, "num_examples": 1000}, {"name": "test", "num_bytes": 523032, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 1046125}, {"config_name": "hn-qa17", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 103878, "num_examples": 125}, {"name": "test", "num_bytes": 104061, "num_examples": 125}], "download_size": 15719851, "dataset_size": 207939}, {"config_name": "hn-qa18", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 173056, "num_examples": 198}, {"name": "test", "num_bytes": 176824, "num_examples": 198}], "download_size": 15719851, "dataset_size": 349880}, {"config_name": "hn-qa19", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 470225, "num_examples": 1000}, {"name": "test", "num_bytes": 470479, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 940704}, {"config_name": "hn-qa20", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 115021, "num_examples": 93}, {"name": "test", "num_bytes": 115088, "num_examples": 94}], "download_size": 15719851, "dataset_size": 230109}, {"config_name": "en-10k-qa1", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1654288, "num_examples": 2000}, {"name": "test", "num_bytes": 165517, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1819805}, {"config_name": "en-10k-qa2", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 3062580, "num_examples": 2000}, {"name": "test", "num_bytes": 306631, "num_examples": 200}], "download_size": 15719851, "dataset_size": 3369211}, {"config_name": "en-10k-qa3", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 8921215, "num_examples": 2000}, {"name": "test", "num_bytes": 883187, "num_examples": 200}], "download_size": 15719851, "dataset_size": 9804402}, {"config_name": "en-10k-qa4", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2055105, "num_examples": 10000}, {"name": "test", "num_bytes": 205434, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 2260539}, {"config_name": "en-10k-qa5", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 3592157, "num_examples": 2000}, {"name": "test", "num_bytes": 350457, "num_examples": 200}], "download_size": 15719851, "dataset_size": 3942614}, {"config_name": "en-10k-qa6", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1726716, "num_examples": 2000}, {"name": "test", "num_bytes": 172249, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1898965}, {"config_name": "en-10k-qa7", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2228087, "num_examples": 2000}, {"name": "test", "num_bytes": 215512, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2443599}, {"config_name": "en-10k-qa8", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2141880, "num_examples": 2000}, {"name": "test", "num_bytes": 216244, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2358124}, {"config_name": "en-10k-qa9", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1681213, "num_examples": 2000}, {"name": "test", "num_bytes": 168248, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1849461}, {"config_name": "en-10k-qa10", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1707675, "num_examples": 2000}, {"name": "test", "num_bytes": 170672, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1878347}, {"config_name": "en-10k-qa11", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1786179, "num_examples": 2000}, {"name": "test", "num_bytes": 178840, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1965019}, {"config_name": "en-10k-qa12", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1854745, "num_examples": 2000}, {"name": "test", "num_bytes": 185529, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2040274}, {"config_name": "en-10k-qa13", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1903149, "num_examples": 2000}, {"name": "test", "num_bytes": 190484, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2093633}, {"config_name": "en-10k-qa14", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2321511, "num_examples": 2000}, {"name": "test", "num_bytes": 233204, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2554715}, {"config_name": "en-10k-qa15", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1637398, "num_examples": 2500}, {"name": "test", "num_bytes": 163809, "num_examples": 250}], "download_size": 15719851, "dataset_size": 1801207}, {"config_name": "en-10k-qa16", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 4562844, "num_examples": 10000}, {"name": "test", "num_bytes": 456248, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 5019092}, {"config_name": "en-10k-qa17", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1034333, "num_examples": 1250}, {"name": "test", "num_bytes": 103618, "num_examples": 125}], "download_size": 15719851, "dataset_size": 1137951}, {"config_name": "en-10k-qa18", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1641650, "num_examples": 1978}, {"name": "test", "num_bytes": 161266, "num_examples": 199}], "download_size": 15719851, "dataset_size": 1802916}, {"config_name": "en-10k-qa19", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 4045086, "num_examples": 10000}, {"name": "test", "num_bytes": 404489, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 4449575}, {"config_name": "en-10k-qa20", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1157351, "num_examples": 933}, {"name": "test", "num_bytes": 115863, "num_examples": 93}], "download_size": 15719851, "dataset_size": 1273214}, {"config_name": "en-valid-qa1", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 148887, "num_examples": 180}, {"name": "test", "num_bytes": 165517, "num_examples": 200}, {"name": "validation", "num_bytes": 16539, "num_examples": 20}], "download_size": 15719851, "dataset_size": 330943}, {"config_name": "en-valid-qa2", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 275106, "num_examples": 180}, {"name": "test", "num_bytes": 306631, "num_examples": 200}, {"name": "validation", "num_bytes": 27822, "num_examples": 20}], "download_size": 15719851, "dataset_size": 609559}, {"config_name": "en-valid-qa3", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 794565, "num_examples": 180}, {"name": "test", "num_bytes": 883187, "num_examples": 200}, {"name": "validation", "num_bytes": 93231, "num_examples": 20}], "download_size": 15719851, "dataset_size": 1770983}, {"config_name": "en-valid-qa4", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 184992, "num_examples": 900}, {"name": "test", "num_bytes": 205434, "num_examples": 1000}, {"name": "validation", "num_bytes": 20558, "num_examples": 100}], "download_size": 15719851, "dataset_size": 410984}, {"config_name": "en-valid-qa5", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 305472, "num_examples": 180}, {"name": "test", "num_bytes": 350457, "num_examples": 200}, {"name": "validation", "num_bytes": 31917, "num_examples": 20}], "download_size": 15719851, "dataset_size": 687846}, {"config_name": "en-valid-qa6", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 155845, "num_examples": 180}, {"name": "test", "num_bytes": 172249, "num_examples": 200}, {"name": "validation", "num_bytes": 17248, "num_examples": 20}], "download_size": 15719851, "dataset_size": 345342}, {"config_name": "en-valid-qa7", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 203642, "num_examples": 180}, {"name": "test", "num_bytes": 215512, "num_examples": 200}, {"name": "validation", "num_bytes": 21176, "num_examples": 20}], "download_size": 15719851, "dataset_size": 440330}, {"config_name": "en-valid-qa8", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 191599, "num_examples": 180}, {"name": "test", "num_bytes": 216244, "num_examples": 200}, {"name": "validation", "num_bytes": 20958, "num_examples": 20}], "download_size": 15719851, "dataset_size": 428801}, {"config_name": "en-valid-qa9", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 151458, "num_examples": 180}, {"name": "test", "num_bytes": 168248, "num_examples": 200}, {"name": "validation", "num_bytes": 16932, "num_examples": 20}], "download_size": 15719851, "dataset_size": 336638}, {"config_name": "en-valid-qa10", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 153240, "num_examples": 180}, {"name": "test", "num_bytes": 170672, "num_examples": 200}, {"name": "validation", "num_bytes": 17057, "num_examples": 20}], "download_size": 15719851, "dataset_size": 340969}, {"config_name": "en-valid-qa11", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 160701, "num_examples": 180}, {"name": "test", "num_bytes": 178840, "num_examples": 200}, {"name": "validation", "num_bytes": 17899, "num_examples": 20}], "download_size": 15719851, "dataset_size": 357440}, {"config_name": "en-valid-qa12", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 167031, "num_examples": 180}, {"name": "test", "num_bytes": 185529, "num_examples": 200}, {"name": "validation", "num_bytes": 18609, "num_examples": 20}], "download_size": 15719851, "dataset_size": 371169}, {"config_name": "en-valid-qa13", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 171527, "num_examples": 180}, {"name": "test", "num_bytes": 190484, "num_examples": 200}, {"name": "validation", "num_bytes": 19069, "num_examples": 20}], "download_size": 15719851, "dataset_size": 381080}, {"config_name": "en-valid-qa14", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 210650, "num_examples": 180}, {"name": "test", "num_bytes": 233204, "num_examples": 200}, {"name": "validation", "num_bytes": 23745, "num_examples": 20}], "download_size": 15719851, "dataset_size": 467599}, {"config_name": "en-valid-qa15", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 147356, "num_examples": 225}, {"name": "test", "num_bytes": 163809, "num_examples": 250}, {"name": "validation", "num_bytes": 16412, "num_examples": 25}], "download_size": 15719851, "dataset_size": 327577}, {"config_name": "en-valid-qa16", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 410711, "num_examples": 900}, {"name": "test", "num_bytes": 456248, "num_examples": 1000}, {"name": "validation", "num_bytes": 45703, "num_examples": 100}], "download_size": 15719851, "dataset_size": 912662}, {"config_name": "en-valid-qa17", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 93596, "num_examples": 113}, {"name": "test", "num_bytes": 103618, "num_examples": 125}, {"name": "validation", "num_bytes": 10080, "num_examples": 12}], "download_size": 15719851, "dataset_size": 207294}, {"config_name": "en-valid-qa18", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 147338, "num_examples": 179}, {"name": "test", "num_bytes": 161266, "num_examples": 199}, {"name": "validation", "num_bytes": 15577, "num_examples": 19}], "download_size": 15719851, "dataset_size": 324181}, {"config_name": "en-valid-qa19", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 364090, "num_examples": 900}, {"name": "test", "num_bytes": 404489, "num_examples": 1000}, {"name": "validation", "num_bytes": 40486, "num_examples": 100}], "download_size": 15719851, "dataset_size": 809065}, {"config_name": "en-valid-qa20", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 104706, "num_examples": 85}, {"name": "test", "num_bytes": 115863, "num_examples": 93}, {"name": "validation", "num_bytes": 11146, "num_examples": 9}], "download_size": 15719851, "dataset_size": 231715}, {"config_name": "en-valid-10k-qa1", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1488751, "num_examples": 1800}, {"name": "test", "num_bytes": 165517, "num_examples": 200}, {"name": "validation", "num_bytes": 165577, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1819845}, {"config_name": "en-valid-10k-qa2", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2746462, "num_examples": 1800}, {"name": "test", "num_bytes": 306631, "num_examples": 200}, {"name": "validation", "num_bytes": 316158, "num_examples": 200}], "download_size": 15719851, "dataset_size": 3369251}, {"config_name": "en-valid-10k-qa3", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 8021847, "num_examples": 1800}, {"name": "test", "num_bytes": 883187, "num_examples": 200}, {"name": "validation", "num_bytes": 899408, "num_examples": 200}], "download_size": 15719851, "dataset_size": 9804442}, {"config_name": "en-valid-10k-qa4", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1849497, "num_examples": 9000}, {"name": "test", "num_bytes": 205434, "num_examples": 1000}, {"name": "validation", "num_bytes": 205648, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 2260579}, {"config_name": "en-valid-10k-qa5", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 3234186, "num_examples": 1800}, {"name": "test", "num_bytes": 350457, "num_examples": 200}, {"name": "validation", "num_bytes": 358011, "num_examples": 200}], "download_size": 15719851, "dataset_size": 3942654}, {"config_name": "en-valid-10k-qa6", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1553957, "num_examples": 1800}, {"name": "test", "num_bytes": 172249, "num_examples": 200}, {"name": "validation", "num_bytes": 172799, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1899005}, {"config_name": "en-valid-10k-qa7", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2003820, "num_examples": 1800}, {"name": "test", "num_bytes": 215512, "num_examples": 200}, {"name": "validation", "num_bytes": 224307, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2443639}, {"config_name": "en-valid-10k-qa8", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1926339, "num_examples": 1800}, {"name": "test", "num_bytes": 216244, "num_examples": 200}, {"name": "validation", "num_bytes": 215581, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2358164}, {"config_name": "en-valid-10k-qa9", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1512917, "num_examples": 1800}, {"name": "test", "num_bytes": 168248, "num_examples": 200}, {"name": "validation", "num_bytes": 168336, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1849501}, {"config_name": "en-valid-10k-qa10", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1536416, "num_examples": 1800}, {"name": "test", "num_bytes": 170672, "num_examples": 200}, {"name": "validation", "num_bytes": 171299, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1878387}, {"config_name": "en-valid-10k-qa11", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1607505, "num_examples": 1800}, {"name": "test", "num_bytes": 178840, "num_examples": 200}, {"name": "validation", "num_bytes": 178714, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1965059}, {"config_name": "en-valid-10k-qa12", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1669198, "num_examples": 1800}, {"name": "test", "num_bytes": 185529, "num_examples": 200}, {"name": "validation", "num_bytes": 185587, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2040314}, {"config_name": "en-valid-10k-qa13", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1712558, "num_examples": 1800}, {"name": "test", "num_bytes": 190484, "num_examples": 200}, {"name": "validation", "num_bytes": 190631, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2093673}, {"config_name": "en-valid-10k-qa14", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2091491, "num_examples": 1800}, {"name": "test", "num_bytes": 233204, "num_examples": 200}, {"name": "validation", "num_bytes": 230060, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2554755}, {"config_name": "en-valid-10k-qa15", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1473615, "num_examples": 2250}, {"name": "test", "num_bytes": 163809, "num_examples": 250}, {"name": "validation", "num_bytes": 163823, "num_examples": 250}], "download_size": 15719851, "dataset_size": 1801247}, {"config_name": "en-valid-10k-qa16", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 4106444, "num_examples": 9000}, {"name": "test", "num_bytes": 456248, "num_examples": 1000}, {"name": "validation", "num_bytes": 456440, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 5019132}, {"config_name": "en-valid-10k-qa17", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 930465, "num_examples": 1125}, {"name": "test", "num_bytes": 103618, "num_examples": 125}, {"name": "validation", "num_bytes": 103908, "num_examples": 125}], "download_size": 15719851, "dataset_size": 1137991}, {"config_name": "en-valid-10k-qa18", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1477467, "num_examples": 1781}, {"name": "test", "num_bytes": 161266, "num_examples": 199}, {"name": "validation", "num_bytes": 164223, "num_examples": 197}], "download_size": 15719851, "dataset_size": 1802956}, {"config_name": "en-valid-10k-qa19", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 3640527, "num_examples": 9000}, {"name": "test", "num_bytes": 404489, "num_examples": 1000}, {"name": "validation", "num_bytes": 404599, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 4449615}, {"config_name": "en-valid-10k-qa20", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1041856, "num_examples": 840}, {"name": "test", "num_bytes": 115863, "num_examples": 93}, {"name": "validation", "num_bytes": 115535, "num_examples": 93}], "download_size": 15719851, "dataset_size": 1273254}, {"config_name": "hn-10k-qa1", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1684003, "num_examples": 2000}, {"name": "test", "num_bytes": 168572, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1852575}, {"config_name": "hn-10k-qa2", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2934642, "num_examples": 2000}, {"name": "test", "num_bytes": 288429, "num_examples": 200}], "download_size": 15719851, "dataset_size": 3223071}, {"config_name": "hn-10k-qa3", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 8440008, "num_examples": 1667}, {"name": "test", "num_bytes": 808460, "num_examples": 167}], "download_size": 15719851, "dataset_size": 9248468}, {"config_name": "hn-10k-qa4", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2312075, "num_examples": 10000}, {"name": "test", "num_bytes": 231230, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 2543305}, {"config_name": "hn-10k-qa5", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 3301271, "num_examples": 2000}, {"name": "test", "num_bytes": 315396, "num_examples": 200}], "download_size": 15719851, "dataset_size": 3616667}, {"config_name": "hn-10k-qa6", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1703863, "num_examples": 2000}, {"name": "test", "num_bytes": 171360, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1875223}, {"config_name": "hn-10k-qa7", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2091460, "num_examples": 2000}, {"name": "test", "num_bytes": 208080, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2299540}, {"config_name": "hn-10k-qa8", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2178277, "num_examples": 2000}, {"name": "test", "num_bytes": 222232, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2400509}, {"config_name": "hn-10k-qa9", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1874753, "num_examples": 2000}, {"name": "test", "num_bytes": 187341, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2062094}, {"config_name": "hn-10k-qa10", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1830698, "num_examples": 2000}, {"name": "test", "num_bytes": 182932, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2013630}, {"config_name": "hn-10k-qa11", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1798057, "num_examples": 2000}, {"name": "test", "num_bytes": 180461, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1978518}, {"config_name": "hn-10k-qa12", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1879776, "num_examples": 2000}, {"name": "test", "num_bytes": 187954, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2067730}, {"config_name": "hn-10k-qa13", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1915482, "num_examples": 1250}, {"name": "test", "num_bytes": 191747, "num_examples": 125}], "download_size": 15719851, "dataset_size": 2107229}, {"config_name": "hn-10k-qa14", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2392212, "num_examples": 2000}, {"name": "test", "num_bytes": 240436, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2632648}, {"config_name": "hn-10k-qa15", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1702512, "num_examples": 2500}, {"name": "test", "num_bytes": 170259, "num_examples": 250}], "download_size": 15719851, "dataset_size": 1872771}, {"config_name": "hn-10k-qa16", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 5229983, "num_examples": 10000}, {"name": "test", "num_bytes": 523032, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 5753015}, {"config_name": "hn-10k-qa17", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1039729, "num_examples": 1250}, {"name": "test", "num_bytes": 104061, "num_examples": 125}], "download_size": 15719851, "dataset_size": 1143790}, {"config_name": "hn-10k-qa18", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1738458, "num_examples": 1977}, {"name": "test", "num_bytes": 176824, "num_examples": 198}], "download_size": 15719851, "dataset_size": 1915282}, {"config_name": "hn-10k-qa19", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 4702044, "num_examples": 10000}, {"name": "test", "num_bytes": 470479, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 5172523}, {"config_name": "hn-10k-qa20", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1147599, "num_examples": 934}, {"name": "test", "num_bytes": 115088, "num_examples": 94}], "download_size": 15719851, "dataset_size": 1262687}, {"config_name": "shuffled-qa1", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 165386, "num_examples": 200}, {"name": "test", "num_bytes": 165517, "num_examples": 200}], "download_size": 15719851, "dataset_size": 330903}, {"config_name": "shuffled-qa2", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 302888, "num_examples": 200}, {"name": "test", "num_bytes": 306631, "num_examples": 200}], "download_size": 15719851, "dataset_size": 609519}, {"config_name": "shuffled-qa3", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 887756, "num_examples": 200}, {"name": "test", "num_bytes": 883187, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1770943}, {"config_name": "shuffled-qa4", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 205510, "num_examples": 1000}, {"name": "test", "num_bytes": 205434, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 410944}, {"config_name": "shuffled-qa5", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 337349, "num_examples": 200}, {"name": "test", "num_bytes": 350457, "num_examples": 200}], "download_size": 15719851, "dataset_size": 687806}, {"config_name": "shuffled-qa6", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 173053, "num_examples": 200}, {"name": "test", "num_bytes": 172249, "num_examples": 200}], "download_size": 15719851, "dataset_size": 345302}, {"config_name": "shuffled-qa7", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 224778, "num_examples": 200}, {"name": "test", "num_bytes": 215512, "num_examples": 200}], "download_size": 15719851, "dataset_size": 440290}, {"config_name": "shuffled-qa8", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 212517, "num_examples": 200}, {"name": "test", "num_bytes": 216244, "num_examples": 200}], "download_size": 15719851, "dataset_size": 428761}, {"config_name": "shuffled-qa9", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 168350, "num_examples": 200}, {"name": "test", "num_bytes": 168248, "num_examples": 200}], "download_size": 15719851, "dataset_size": 336598}, {"config_name": "shuffled-qa10", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 170257, "num_examples": 200}, {"name": "test", "num_bytes": 170672, "num_examples": 200}], "download_size": 15719851, "dataset_size": 340929}, {"config_name": "shuffled-qa11", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 178083, "num_examples": 200}, {"name": "test", "num_bytes": 178313, "num_examples": 200}], "download_size": 15719851, "dataset_size": 356396}, {"config_name": "shuffled-qa12", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 185600, "num_examples": 200}, {"name": "test", "num_bytes": 185529, "num_examples": 200}], "download_size": 15719851, "dataset_size": 371129}, {"config_name": "shuffled-qa13", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 190556, "num_examples": 200}, {"name": "test", "num_bytes": 190484, "num_examples": 200}], "download_size": 15719851, "dataset_size": 381040}, {"config_name": "shuffled-qa14", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 234355, "num_examples": 200}, {"name": "test", "num_bytes": 233204, "num_examples": 200}], "download_size": 15719851, "dataset_size": 467559}, {"config_name": "shuffled-qa15", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 163728, "num_examples": 250}, {"name": "test", "num_bytes": 163809, "num_examples": 250}], "download_size": 15719851, "dataset_size": 327537}, {"config_name": "shuffled-qa16", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 456374, "num_examples": 1000}, {"name": "test", "num_bytes": 456248, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 912622}, {"config_name": "shuffled-qa17", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 103636, "num_examples": 125}, {"name": "test", "num_bytes": 103618, "num_examples": 125}], "download_size": 15719851, "dataset_size": 207254}, {"config_name": "shuffled-qa18", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 162875, "num_examples": 198}, {"name": "test", "num_bytes": 161266, "num_examples": 199}], "download_size": 15719851, "dataset_size": 324141}, {"config_name": "shuffled-qa19", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 404536, "num_examples": 1000}, {"name": "test", "num_bytes": 404489, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 809025}, {"config_name": "shuffled-qa20", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 115812, "num_examples": 94}, {"name": "test", "num_bytes": 115863, "num_examples": 93}], "download_size": 15719851, "dataset_size": 231675}, {"config_name": "shuffled-10k-qa1", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1654288, "num_examples": 2000}, {"name": "test", "num_bytes": 165517, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1819805}, {"config_name": "shuffled-10k-qa2", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 3062580, "num_examples": 2000}, {"name": "test", "num_bytes": 306631, "num_examples": 200}], "download_size": 15719851, "dataset_size": 3369211}, {"config_name": "shuffled-10k-qa3", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 8921215, "num_examples": 2000}, {"name": "test", "num_bytes": 883187, "num_examples": 200}], "download_size": 15719851, "dataset_size": 9804402}, {"config_name": "shuffled-10k-qa4", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2055105, "num_examples": 10000}, {"name": "test", "num_bytes": 205434, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 2260539}, {"config_name": "shuffled-10k-qa5", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 3592157, "num_examples": 2000}, {"name": "test", "num_bytes": 350457, "num_examples": 200}], "download_size": 15719851, "dataset_size": 3942614}, {"config_name": "shuffled-10k-qa6", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1726716, "num_examples": 2000}, {"name": "test", "num_bytes": 172249, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1898965}, {"config_name": "shuffled-10k-qa7", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2228087, "num_examples": 2000}, {"name": "test", "num_bytes": 215512, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2443599}, {"config_name": "shuffled-10k-qa8", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2141880, "num_examples": 2000}, {"name": "test", "num_bytes": 216244, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2358124}, {"config_name": "shuffled-10k-qa9", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1681213, "num_examples": 2000}, {"name": "test", "num_bytes": 168248, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1849461}, {"config_name": "shuffled-10k-qa10", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1707675, "num_examples": 2000}, {"name": "test", "num_bytes": 170672, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1878347}, {"config_name": "shuffled-10k-qa11", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1781176, "num_examples": 2000}, {"name": "test", "num_bytes": 178313, "num_examples": 200}], "download_size": 15719851, "dataset_size": 1959489}, {"config_name": "shuffled-10k-qa12", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1854745, "num_examples": 2000}, {"name": "test", "num_bytes": 185529, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2040274}, {"config_name": "shuffled-10k-qa13", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1903149, "num_examples": 2000}, {"name": "test", "num_bytes": 190484, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2093633}, {"config_name": "shuffled-10k-qa14", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2321511, "num_examples": 2000}, {"name": "test", "num_bytes": 233204, "num_examples": 200}], "download_size": 15719851, "dataset_size": 2554715}, {"config_name": "shuffled-10k-qa15", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1637398, "num_examples": 2500}, {"name": "test", "num_bytes": 163809, "num_examples": 250}], "download_size": 15719851, "dataset_size": 1801207}, {"config_name": "shuffled-10k-qa16", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 4562844, "num_examples": 10000}, {"name": "test", "num_bytes": 456248, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 5019092}, {"config_name": "shuffled-10k-qa17", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1034333, "num_examples": 1250}, {"name": "test", "num_bytes": 103618, "num_examples": 125}], "download_size": 15719851, "dataset_size": 1137951}, {"config_name": "shuffled-10k-qa18", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1641650, "num_examples": 1978}, {"name": "test", "num_bytes": 161266, "num_examples": 199}], "download_size": 15719851, "dataset_size": 1802916}, {"config_name": "shuffled-10k-qa19", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 4045086, "num_examples": 10000}, {"name": "test", "num_bytes": 404489, "num_examples": 1000}], "download_size": 15719851, "dataset_size": 4449575}, {"config_name": "shuffled-10k-qa20", "features": [{"name": "story", "sequence": [{"name": "id", "dtype": "string"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "context", "1": "question"}}}}, {"name": "text", "dtype": "string"}, {"name": "supporting_ids", "sequence": "string"}, {"name": "answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1157351, "num_examples": 933}, {"name": "test", "num_bytes": 115863, "num_examples": 93}], "download_size": 15719851, "dataset_size": 1273214}]}
2023-01-25T14:26:58+00:00
[ "1502.05698", "1511.06931" ]
[ "en" ]
TAGS #task_categories-question-answering #annotations_creators-machine-generated #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #license-cc-by-3.0 #chained-qa #arxiv-1502.05698 #arxiv-1511.06931 #region-us
Dataset Card for bAbi QA ======================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage:The bAbI project * Repository: * Paper: arXiv Paper * Leaderboard: * Point of Contact: ### Dataset Summary The (20) QA bAbI tasks are a set of proxy tasks that evaluate reading comprehension via question answering. Our tasks measure understanding in several ways: whether a system is able to answer questions via chaining facts, simple induction, deduction and many more. The tasks are designed to be prerequisites for any system that aims to be capable of conversing with a human. The aim is to classify these tasks into skill sets,so that researchers can identify (and then rectify) the failings of their systems. ### Supported Tasks and Leaderboards The dataset supports a set of 20 proxy story-based question answering tasks for various "types" in English and Hindi. The tasks are: The "types" are are: * 'en' + the tasks in English, readable by humans. * 'hn' + the tasks in Hindi, readable by humans. * 'shuffled' + the same tasks with shuffled letters so they are not readable by humans, and for existing parsers and taggers cannot be used in a straight-forward fashion to leverage extra resources-- in this case the learner is more forced to rely on the given training data. This mimics a learner being first presented a language and having to learn from scratch. * 'en-10k', 'shuffled-10k' and 'hn-10k' + the same tasks in the three formats, but with 10,000 training examples, rather than 1000 training examples. * 'en-valid' and 'en-valid-10k' + are the same as 'en' and 'en10k' except the train sets have been conveniently split into train and valid portions (90% and 10% split). To get a particular dataset, use 'load\_dataset('babi\_qa',type=f'{type}',task\_no=f'{task\_no}')' where 'type' is one of the types, and 'task\_no' is one of the task numbers. For example, 'load\_dataset('babi\_qa', type='en', task\_no='qa1')'. ### Languages Dataset Structure ----------------- ### Data Instances An instance from the 'en-qa1' config's 'train' split: ### Data Fields * 'story': a dictionary feature containing: + 'id': a 'string' feature, which denotes the line number in the example. + 'type': a classification label, with possible values including 'context', 'question', denoting whether the text is context or a question. + 'text': a 'string' feature the text present, whether it is a question or context. + 'supporting\_ids': a 'list' of 'string' features containing the line numbers of the lines in the example which support the answer. + 'answer': a 'string' feature containing the answer to the question, or an empty string if the 'type's is not 'question'. ### Data Splits The splits and corresponding sizes are: Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization Code to generate tasks is available on github #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators Jesse Dodge and Andreea Gane and Xiang Zhang and Antoine Bordes and Sumit Chopra and Alexander Miller and Arthur Szlam and Jason Weston, at Facebook Research. ### Licensing Information ### Contributions Thanks to @gchhablani for adding this dataset.
[ "### Dataset Summary\n\n\nThe (20) QA bAbI tasks are a set of proxy tasks that evaluate reading comprehension via question answering. Our tasks measure understanding in several ways: whether a system is able to answer questions via chaining facts, simple induction, deduction and many more. The tasks are designed to be prerequisites for any system that aims to be capable of conversing with a human. The aim is to classify these tasks into skill sets,so that researchers can identify (and then rectify) the failings of their systems.", "### Supported Tasks and Leaderboards\n\n\nThe dataset supports a set of 20 proxy story-based question answering tasks for various \"types\" in English and Hindi. The tasks are:\n\n\n\nThe \"types\" are are:\n\n\n* 'en'\n\n\n\t+ the tasks in English, readable by humans.\n* 'hn'\n\n\n\t+ the tasks in Hindi, readable by humans.\n* 'shuffled'\n\n\n\t+ the same tasks with shuffled letters so they are not readable by humans, and for existing parsers and taggers cannot be used in a straight-forward fashion to leverage extra resources-- in this case the learner is more forced to rely on the given training data. This mimics a learner being first presented a language and having to learn from scratch.\n* 'en-10k', 'shuffled-10k' and 'hn-10k'\n\n\n\t+ the same tasks in the three formats, but with 10,000 training examples, rather than 1000 training examples.\n* 'en-valid' and 'en-valid-10k'\n\n\n\t+ are the same as 'en' and 'en10k' except the train sets have been conveniently split into train and valid portions (90% and 10% split).\n\n\nTo get a particular dataset, use 'load\\_dataset('babi\\_qa',type=f'{type}',task\\_no=f'{task\\_no}')' where 'type' is one of the types, and 'task\\_no' is one of the task numbers. For example, 'load\\_dataset('babi\\_qa', type='en', task\\_no='qa1')'.", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn instance from the 'en-qa1' config's 'train' split:", "### Data Fields\n\n\n* 'story': a dictionary feature containing:\n\t+ 'id': a 'string' feature, which denotes the line number in the example.\n\t+ 'type': a classification label, with possible values including 'context', 'question', denoting whether the text is context or a question.\n\t+ 'text': a 'string' feature the text present, whether it is a question or context.\n\t+ 'supporting\\_ids': a 'list' of 'string' features containing the line numbers of the lines in the example which support the answer.\n\t+ 'answer': a 'string' feature containing the answer to the question, or an empty string if the 'type's is not 'question'.", "### Data Splits\n\n\nThe splits and corresponding sizes are:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nCode to generate tasks is available on github", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nJesse Dodge and Andreea Gane and Xiang Zhang and Antoine Bordes and Sumit Chopra and Alexander Miller and Arthur Szlam and Jason Weston, at Facebook Research.", "### Licensing Information", "### Contributions\n\n\nThanks to @gchhablani for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #annotations_creators-machine-generated #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #license-cc-by-3.0 #chained-qa #arxiv-1502.05698 #arxiv-1511.06931 #region-us \n", "### Dataset Summary\n\n\nThe (20) QA bAbI tasks are a set of proxy tasks that evaluate reading comprehension via question answering. Our tasks measure understanding in several ways: whether a system is able to answer questions via chaining facts, simple induction, deduction and many more. The tasks are designed to be prerequisites for any system that aims to be capable of conversing with a human. The aim is to classify these tasks into skill sets,so that researchers can identify (and then rectify) the failings of their systems.", "### Supported Tasks and Leaderboards\n\n\nThe dataset supports a set of 20 proxy story-based question answering tasks for various \"types\" in English and Hindi. The tasks are:\n\n\n\nThe \"types\" are are:\n\n\n* 'en'\n\n\n\t+ the tasks in English, readable by humans.\n* 'hn'\n\n\n\t+ the tasks in Hindi, readable by humans.\n* 'shuffled'\n\n\n\t+ the same tasks with shuffled letters so they are not readable by humans, and for existing parsers and taggers cannot be used in a straight-forward fashion to leverage extra resources-- in this case the learner is more forced to rely on the given training data. This mimics a learner being first presented a language and having to learn from scratch.\n* 'en-10k', 'shuffled-10k' and 'hn-10k'\n\n\n\t+ the same tasks in the three formats, but with 10,000 training examples, rather than 1000 training examples.\n* 'en-valid' and 'en-valid-10k'\n\n\n\t+ are the same as 'en' and 'en10k' except the train sets have been conveniently split into train and valid portions (90% and 10% split).\n\n\nTo get a particular dataset, use 'load\\_dataset('babi\\_qa',type=f'{type}',task\\_no=f'{task\\_no}')' where 'type' is one of the types, and 'task\\_no' is one of the task numbers. For example, 'load\\_dataset('babi\\_qa', type='en', task\\_no='qa1')'.", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn instance from the 'en-qa1' config's 'train' split:", "### Data Fields\n\n\n* 'story': a dictionary feature containing:\n\t+ 'id': a 'string' feature, which denotes the line number in the example.\n\t+ 'type': a classification label, with possible values including 'context', 'question', denoting whether the text is context or a question.\n\t+ 'text': a 'string' feature the text present, whether it is a question or context.\n\t+ 'supporting\\_ids': a 'list' of 'string' features containing the line numbers of the lines in the example which support the answer.\n\t+ 'answer': a 'string' feature containing the answer to the question, or an empty string if the 'type's is not 'question'.", "### Data Splits\n\n\nThe splits and corresponding sizes are:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nCode to generate tasks is available on github", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nJesse Dodge and Andreea Gane and Xiang Zhang and Antoine Bordes and Sumit Chopra and Alexander Miller and Arthur Szlam and Jason Weston, at Facebook Research.", "### Licensing Information", "### Contributions\n\n\nThanks to @gchhablani for adding this dataset." ]
[ 127, 130, 382, 11, 26, 168, 21, 7, 4, 20, 10, 5, 5, 9, 18, 7, 8, 14, 44, 6, 18 ]
[ "passage: TAGS\n#task_categories-question-answering #annotations_creators-machine-generated #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #license-cc-by-3.0 #chained-qa #arxiv-1502.05698 #arxiv-1511.06931 #region-us \n### Dataset Summary\n\n\nThe (20) QA bAbI tasks are a set of proxy tasks that evaluate reading comprehension via question answering. Our tasks measure understanding in several ways: whether a system is able to answer questions via chaining facts, simple induction, deduction and many more. The tasks are designed to be prerequisites for any system that aims to be capable of conversing with a human. The aim is to classify these tasks into skill sets,so that researchers can identify (and then rectify) the failings of their systems." ]
[ -0.05500554293394089, -0.19219762086868286, -0.002243570750579238, 0.0010724036255851388, 0.09885673224925995, 0.05764167755842209, 0.10565823316574097, 0.012720884755253792, 0.1885279268026352, 0.06246329843997955, -0.019019048660993576, -0.002383559476584196, 0.07787735760211945, 0.00901632010936737, 0.008857368491590023, -0.14780056476593018, 0.048775751143693924, -0.03148548677563667, 0.08147752285003662, 0.11351379007101059, 0.06017991155385971, -0.026675207540392876, 0.026416225358843803, -0.0847172811627388, -0.026050901040434837, -0.041687604039907455, 0.020400477573275566, -0.007170795928686857, 0.15753453969955444, 0.06657454371452332, 0.08092331141233444, 0.006487445905804634, -0.002603841945528984, -0.20676212012767792, 0.017438670620322227, -0.01980452984571457, 0.034097813069820404, -0.012008489109575748, -0.12293823808431625, 0.0005213481490500271, 0.0933917984366417, -0.0069752465933561325, 0.039955634623765945, 0.11191679537296295, -0.14360463619232178, -0.04871378839015961, 0.0713115707039833, -0.0306780356913805, 0.08741800487041473, 0.1138099953532219, -0.040888190269470215, 0.08243517577648163, -0.15361392498016357, 0.07800212502479553, 0.08843748271465302, -0.25357574224472046, -0.035623375326395035, 0.2275160402059555, 0.05945722386240959, 0.23630115389823914, -0.0405573844909668, 0.017252465710043907, -0.03278360515832901, 0.0497296079993248, 0.06462803483009338, -0.11487456411123276, -0.00347207416780293, -0.028082028031349182, -0.06221700459718704, -0.07151500880718231, 0.24946947395801544, 0.04124527424573898, -0.08449073135852814, -0.10577308386564255, -0.015675952658057213, 0.12662766873836517, -0.0371490977704525, -0.050476133823394775, -0.051038336008787155, -0.02870107814669609, 0.021497264504432678, -0.036920979619026184, -0.04370668902993202, -0.14756113290786743, -0.020119426771998405, 0.036234863102436066, -0.010950598865747452, 0.007463536690920591, 0.00623747194185853, 0.06215852499008179, -0.043987855315208435, -0.03668903559446335, -0.1109122484922409, -0.03244209662079811, -0.23183472454547882, 0.029351135715842247, 0.025569209828972816, -0.03568016737699509, 0.01655103638768196, 0.042052991688251495, 0.06067430227994919, 0.07958429306745529, -0.07561572641134262, 0.11395224183797836, 0.08378402888774872, 0.10633072257041931, 0.09791891276836395, -0.08028487861156464, -0.057471685111522675, 0.05499628931283951, -0.046217888593673706, -0.05536484345793724, -0.052332554012537, -0.012811248190701008, 0.04398054629564285, 0.11940141022205353, -0.006183127406984568, 0.055731337517499924, -0.08319476246833801, 0.0016446956433355808, -0.06855837255716324, -0.05583706498146057, -0.0713997632265091, -0.02714516967535019, -0.07693152874708176, -0.08078902214765549, -0.06421339511871338, 0.01981258951127529, -0.07876971364021301, -0.013970699161291122, -0.0287371426820755, -0.04448623210191727, -0.049845822155475616, -0.14520126581192017, 0.02643430233001709, -0.05652093142271042, -0.018564274534583092, -0.16073237359523773, -0.21240076422691345, -0.09182477742433548, 0.08203241974115372, -0.10013853013515472, -0.07486920803785324, -0.02242698334157467, 0.06003041937947273, -0.05272946134209633, -0.08355193585157394, -0.09676579385995865, -0.03515664115548134, 0.07812369614839554, -0.003651694394648075, 0.17560358345508575, -0.04970032721757889, 0.01037148479372263, -0.070660799741745, 0.021564660593867302, -0.2350541353225708, 0.10975248366594315, -0.1475515365600586, 0.07789541035890579, -0.10478516668081284, -0.012575569562613964, -0.018431836739182472, 0.06313266605138779, -0.05017977952957153, 0.09505059570074081, -0.008539515547454357, -0.04015747830271721, 0.15277405083179474, -0.03983164578676224, -0.1512524038553238, 0.10789721459150314, 0.015908172354102135, 0.27630895376205444, 0.1290157586336136, 0.25149932503700256, -0.0688275545835495, 0.0018376687075942755, 0.04055715352296829, 0.027966460213065147, -0.0027550843078643084, 0.06024624779820442, 0.06662292778491974, 0.026511231437325478, -0.013784980401396751, -0.012574044987559319, 0.06857838481664658, -0.01925070397555828, -0.027252797037363052, -0.088150754570961, 0.035280440002679825, -0.032072074711322784, -0.051856961101293564, 0.030619749799370766, 0.030385825783014297, -0.001332883141003549, 0.0033804739359766245, -0.17303258180618286, -0.03097257949411869, -0.025728756561875343, 0.037108976393938065, -0.10926755517721176, -0.0944410115480423, 0.014365701004862785, 0.07611698657274246, -0.14070262014865875, -0.11381562799215317, 0.0337277352809906, 0.05605722963809967, 0.14504636824131012, 0.21615086495876312, -0.012110389769077301, -0.07448001205921173, -0.03696383535861969, -0.0075114136561751366, -0.05505184829235077, -0.04280955716967583, -0.07677941769361496, -0.12805841863155365, -0.0003357286914251745, -0.050199706107378006, 0.04662656784057617, -0.06092091649770737, 0.039329998195171356, -0.04395241290330887, -0.09481936693191528, 0.0344511903822422, 0.0032448589336127043, 0.015712624415755272, 0.09035515040159225, 0.0100138233974576, 0.05280163884162903, 0.0822603851556778, -0.04153648018836975, -0.13632801175117493, 0.059189580380916595, -0.03425738587975502, 0.07365960627794266, 0.008546194061636925, -0.023750752210617065, -0.07170230895280838, -0.03786559775471687, 0.0015680810902267694, -0.0595441497862339, -0.0027242430951446295, -0.16552723944187164, 0.12106360495090485, 0.00006991955888224766, 0.04120156913995743, -0.03949064761400223, 0.06358212977647781, -0.022273074835538864, 0.007216372527182102, 0.09080905467271805, 0.07427790015935898, 0.012015274725854397, -0.20636896789073944, 0.05056500807404518, -0.03578251600265503, -0.006850319914519787, 0.14527960121631622, 0.07307682931423187, -0.023010196164250374, 0.030916469171643257, 0.07678724825382233, 0.00015222631918732077, 0.17204639315605164, -0.34056806564331055, -0.026641666889190674, 0.06489715725183487, 0.07338619977235794, -0.024180756881833076, -0.024124395102262497, -0.0038298037834465504, 0.00703813973814249, -0.051805444061756134, -0.05665038526058197, -0.009927731938660145, -0.04189450666308403, 0.13959139585494995, 0.08623595535755157, -0.05112599581480026, -0.008907127194106579, -0.07485789805650711, -0.15266194939613342, 0.14643320441246033, 0.07196146994829178, -0.2148570418357849, -0.02823403663933277, 0.020808015018701553, -0.004198466427624226, -0.014992871321737766, 0.05298061668872833, -0.01399314682930708, -0.0349976122379303, -0.055008415132761, 0.11094603687524796, -0.009434995241463184, -0.11422403901815414, 0.10352611541748047, -0.03654555231332779, -0.0584021657705307, -0.03459444269537926, 0.004806770943105221, 0.009923098608851433, -0.12350741773843765, 0.08781637251377106, -0.1768360137939453, 0.17551612854003906, 0.14106963574886322, 0.07871615141630173, 0.010118778795003891, -0.09009302407503128, 0.33788037300109863, -0.12953656911849976, 0.0964614599943161, -0.016398580744862556, 0.03675622120499611, 0.00398738868534565, 0.2301546186208725, 0.02385796420276165, -0.046995386481285095, 0.05314767360687256, 0.0482696108520031, -0.12678572535514832, -0.14098994433879852, -0.0576818585395813, -0.09175777435302734, 0.10536762326955795, -0.030571166425943375, 0.03174818307161331, 0.11451347917318344, 0.04834870249032974, -0.053568027913570404, 0.05904359370470047, 0.07514635473489761, 0.05514542758464813, 0.04605064541101456, -0.08864078670740128, 0.12353541702032089, -0.0005473020137287676, -0.01838984340429306, -0.0034510884433984756, 0.10741128027439117, 0.21000666916370392, 0.06994692236185074, 0.1562788337469101, 0.041789837181568146, -0.020753277465701103, -0.019027268514037132, 0.05701775103807449, -0.0945470929145813, -0.005782033782452345, -0.09089335054159164, -0.01313420943915844, -0.08744998276233673, 0.08352427184581757, 0.036912817507982254, -0.037654582411050797, 0.03665782883763313, -0.03011675365269184, 0.07082245498895645, 0.14322754740715027, 0.013298993930220604, -0.03958393633365631, -0.06285539269447327, 0.11588551849126816, -0.031326450407505035, -0.13021934032440186, 0.04342932626605034, 0.19208647310733795, -0.13716408610343933, -0.0744146853685379, -0.01279671210795641, 0.14319124817848206, -0.00023787510872352868, 0.061412911862134933, -0.15206947922706604, -0.2087879776954651, -0.038032952696084976, 0.09714678674936295, -0.31008318066596985, 0.1645752191543579, 0.018977897241711617, 0.04227249324321747, -0.09808617830276489, -0.08538112044334412, -0.06488464027643204, -0.008829882368445396, 0.1316407173871994, 0.03328612819314003, -0.002292614197358489, -0.17709706723690033, 0.014210142195224762, 0.10725679993629456, 0.03629712015390396, -0.01591944508254528, 0.07763057202100754, 0.04668324068188667, 0.058788739144802094, -0.026616178452968597, 0.11658072471618652, -0.1120043694972992, -0.045277588069438934, 0.014723410829901695, 0.18965213000774384, 0.09949329495429993, -0.0036036409437656403, 0.0735950693488121, 0.1041884645819664, 0.0836624801158905, -0.19409558176994324, -0.0719740092754364, -0.06255479156970978, -0.039742711931467056, -0.0829022154211998, -0.05355582386255264, -0.027216296643018723, -0.021192725747823715, -0.050962381064891815, -0.04259984940290451, -0.0014464642154052854, 0.09715232998132706, -0.07965939491987228, -0.062411610037088394, -0.0458645224571228, 0.015401184558868408, 0.07152731716632843, 0.1476871818304062, -0.02631417103111744, -0.058589328080415726, 0.013595725409686565, -0.06947825103998184, 0.02416016347706318, -0.04499340057373047, -0.09355002641677856, 0.19767747819423676, -0.09468924254179001, -0.1004328653216362, -0.08579789847135544, -0.12293925881385803, 0.18280038237571716, 0.04691628739237785, -0.020327111706137657, 0.07606508582830429, 0.26217907667160034, -0.03661118447780609, -0.23860923945903778, 0.04188096523284912, 0.008559489622712135, 0.07905343174934387, 0.013560024090111256, -0.1709858775138855, -0.04020504653453827, 0.019163981080055237, -0.031221915036439896, -0.02435459941625595, -0.275452196598053, -0.04416482150554657, 0.04251667857170105, 0.08679941296577454, 0.21635985374450684, -0.1389470100402832, 0.008384865708649158, -0.08240003883838654, -0.18186365067958832, -0.032504960894584656, -0.06442546099424362, 0.10799787193536758, -0.038253992795944214, 0.14467033743858337, -0.011623678728938103, -0.024143993854522705, 0.10346969217061996, 0.07785648107528687, 0.027894651517271996, -0.059279926121234894, -0.011822723783552647, 0.11116988211870193, -0.007574603892862797, 0.07562223076820374, -0.07201217859983444, -0.01309567503631115, -0.18920168280601501, -0.060358788818120956, -0.13619932532310486, -0.04091848060488701, -0.02480403333902359, -0.11795226484537125, -0.09940781444311142, 0.05980434641242027, 0.052310653030872345, 0.06552235037088394, 0.03551376238465309, -0.1816987246274948, 0.1318640112876892, 0.09402276575565338, 0.15603871643543243, -0.1899246722459793, -0.0916847214102745, -0.008239418268203735, 0.013329514302313328, 0.14806246757507324, -0.09978247433900833, 0.03447599336504936, 0.1535307615995407, -0.002136023947969079, 0.18069365620613098, 0.052135128527879715, -0.07070855051279068, 0.09278181195259094, 0.020754283294081688, 0.0015730549348518252, -0.1882558912038803, 0.039067596197128296, 0.07132332772016525, -0.08863789588212967, 0.02966989204287529, 0.0670633316040039, -0.03211659938097, 0.07070626318454742, 0.013411947526037693, -0.0065312134101986885, -0.00784861110150814, 0.12525448203086853, -0.037754934281110764, 0.11058136075735092, -0.0040005873888731, -0.03035769984126091, 0.03953620791435242, -0.13287512958049774, 0.007978180423378944, 0.07526707649230957, -0.08656109124422073, -0.08262967318296432, -0.08797261118888855, 0.029550869017839432, -0.065472811460495, -0.006151952315121889, -0.0014318089233711362, -0.20162861049175262, 0.041459329426288605, 0.18367980420589447, -0.03162546455860138, -0.03300309181213379, 0.00897239614278078, 0.0194290392100811, 0.04424343630671501, 0.015702463686466217, -0.13166369497776031, -0.011337639763951302, -0.02573811262845993, -0.10590966790914536, 0.0419292226433754, 0.10746350139379501, -0.045836638659238815, -0.13173511624336243, -0.25078675150871277, 0.14374135434627533, -0.15142026543617249, -0.00009532004332868382, -0.10466936230659485, -0.057160183787345886, -0.01926288940012455, -0.03331814333796501, -0.023331686854362488, -0.01965555176138878, -0.03734099492430687, -0.01934034749865532, 0.0008367869886569679, 0.09683062881231308, -0.03645750507712364, 0.013128727674484253, 0.054944124072790146, -0.03884991258382797, 0.08716440945863724, 0.007381667848676443, -0.1041654646396637, 0.008365513756871223, -0.10399848222732544, 0.13911543786525726, 0.03652394935488701, 0.030809642747044563, 0.03210553154349327, 0.05432213842868805, -0.057928573340177536, -0.010578839108347893, 0.08573944121599197, 0.10243158042430878, 0.04762810096144676, -0.044181447476148605, 0.17787152528762817, -0.05128636211156845, -0.10491812229156494, -0.04899236932396889, 0.035821884870529175, -0.012289663776755333, 0.0070234863087534904, 0.05178004130721092, -0.025258224457502365, 0.03556132689118385, -0.152531236410141, 0.01129815261811018, 0.09710099548101425, 0.02756728045642376, 0.07365784049034119, -0.1160629391670227, 0.008548925630748272, -0.05750051885843277, 0.11741964519023895, 0.012909609824419022, -0.04528709873557091, 0.03698248788714409, -0.07556711882352829, 0.04047339782118797, -0.08336523175239563, -0.07044612616300583, 0.11305328458547592, -0.03039819933474064, 0.0716388076543808, -0.011626331135630608, -0.043868158012628555, 0.12694568932056427, 0.16645874083042145, 0.09299822151660919, 0.11163026094436646, 0.036824509501457214, 0.01463918387889862, -0.047229278832674026, -0.02709532529115677, -0.003548978827893734, 0.050441399216651917, 0.037452857941389084, -0.01829618215560913, 0.13041076064109802, 0.20570455491542816, -0.0848667100071907, 0.08205234259366989, -0.10146089643239975, -0.07843616604804993, -0.04212434962391853, -0.12298166006803513, -0.03045281581580639, -0.07481949776411057, -0.007489460986107588, -0.09709006547927856, -0.04954112693667412, 0.18320992588996887, 0.010974284261465073, 0.02757922187447548, 0.19340384006500244, -0.06520643085241318, -0.027353985235095024, 0.02100640907883644, -0.034051813185214996, 0.022940726950764656, -0.004082797560840845, 0.06549408286809921, -0.004987385123968124, 0.07102273404598236, 0.0825272873044014, 0.06661832332611084, -0.10773532092571259, -0.06526245921850204, -0.03493542969226837, -0.02449505217373371, -0.04526162147521973, 0.056789807975292206, 0.004370814189314842, 0.15166407823562622, 0.028210658580064774, -0.0589103177189827, -0.00983261689543724, 0.21416790783405304, -0.056911587715148926, -0.13267812132835388, -0.08927860856056213, 0.20859965682029724, -0.0420687235891819, -0.05719289928674698, -0.054868679493665695, -0.0535983182489872, -0.00021969304361846298, 0.18981453776359558, 0.1412012279033661, -0.1344432383775711, -0.033017296344041824, -0.11282605677843094, 0.0297304205596447, 0.017303163185715675, 0.11525339633226395, 0.04975643381476402, 0.3815545439720154, -0.0963093489408493, 0.10954973101615906, -0.002813296392560005, -0.053074274212121964, -0.03505506366491318, 0.026981687173247337, 0.07367485016584396, 0.024444499984383583, -0.13182222843170166, 0.1103643923997879, -0.11455624550580978, 0.01438381802290678, 0.09300487488508224, -0.05978998914361, -0.02441529557108879, -0.02512294240295887, 0.0553729310631752, -0.054626885801553726, 0.043186284601688385, -0.04215116426348686, -0.005892186891287565, -0.09677574783563614, 0.004529435187578201, -0.014138046652078629, -0.08941302448511124, 0.12119392305612564, 0.016611194238066673, 0.13644370436668396, -0.026629561558365822, 0.13514001667499542, 0.057574525475502014, -0.018473204225301743, 0.01265699416399002, 0.11381262540817261, 0.03614603728055954, -0.04631543904542923, -0.07719682157039642, 0.1727539449930191, -0.005331995896995068, 0.2785640060901642, 0.11318804323673248, -0.16584639251232147, 0.022315680980682373, 0.16008497774600983, 0.010923964902758598, -0.09653153270483017, -0.028882455080747604, -0.07053294777870178, 0.07702998071908951, 0.10618386417627335, 0.04565975069999695, -0.03207509219646454, 0.0054372698068618774, -0.02900508977472782, 0.020417893305420876, 0.10417073220014572, -0.13647809624671936, -0.17374871671199799, 0.0004267874173820019, -0.028203371912240982, -0.008716993033885956, -0.3231939375400543, -0.0631423220038414, 0.049136415123939514, 0.07848553359508514, 0.10291001200675964, 0.07096200436353683, 0.08550640940666199, -0.029870305210351944, -0.042208872735500336, -0.41610804200172424, 0.04883797839283943, 0.19880084693431854, -0.08457200974225998, -0.060756128281354904 ]
f54121560de48f2852f90be299010d1d6dc612ec
# Dataset Card for BANKING77 ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Github](https://github.com/PolyAI-LDN/task-specific-datasets) - **Repository:** [Github](https://github.com/PolyAI-LDN/task-specific-datasets) - **Paper:** [ArXiv](https://arxiv.org/abs/2003.04807) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary <div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400"> <p><b>Deprecated:</b> Dataset "banking77" is deprecated and will be deleted. Use "<a href="https://huggingface.co/datasets/PolyAI/banking77">PolyAI/banking77</a>" instead.</p> </div> Dataset composed of online banking queries annotated with their corresponding intents. BANKING77 dataset provides a very fine-grained set of intents in a banking domain. It comprises 13,083 customer service queries labeled with 77 intents. It focuses on fine-grained single-domain intent detection. ### Supported Tasks and Leaderboards Intent classification, intent detection ### Languages English ## Dataset Structure ### Data Instances An example of 'train' looks as follows: ``` { 'label': 11, # integer label corresponding to "card_arrival" intent 'text': 'I am still waiting on my card?' } ``` ### Data Fields - `text`: a string feature. - `label`: One of classification labels (0-76) corresponding to unique intents. Intent names are mapped to `label` in the following way: | label | intent (category) | |---:|:-------------------------------------------------| | 0 | activate_my_card | | 1 | age_limit | | 2 | apple_pay_or_google_pay | | 3 | atm_support | | 4 | automatic_top_up | | 5 | balance_not_updated_after_bank_transfer | | 6 | balance_not_updated_after_cheque_or_cash_deposit | | 7 | beneficiary_not_allowed | | 8 | cancel_transfer | | 9 | card_about_to_expire | | 10 | card_acceptance | | 11 | card_arrival | | 12 | card_delivery_estimate | | 13 | card_linking | | 14 | card_not_working | | 15 | card_payment_fee_charged | | 16 | card_payment_not_recognised | | 17 | card_payment_wrong_exchange_rate | | 18 | card_swallowed | | 19 | cash_withdrawal_charge | | 20 | cash_withdrawal_not_recognised | | 21 | change_pin | | 22 | compromised_card | | 23 | contactless_not_working | | 24 | country_support | | 25 | declined_card_payment | | 26 | declined_cash_withdrawal | | 27 | declined_transfer | | 28 | direct_debit_payment_not_recognised | | 29 | disposable_card_limits | | 30 | edit_personal_details | | 31 | exchange_charge | | 32 | exchange_rate | | 33 | exchange_via_app | | 34 | extra_charge_on_statement | | 35 | failed_transfer | | 36 | fiat_currency_support | | 37 | get_disposable_virtual_card | | 38 | get_physical_card | | 39 | getting_spare_card | | 40 | getting_virtual_card | | 41 | lost_or_stolen_card | | 42 | lost_or_stolen_phone | | 43 | order_physical_card | | 44 | passcode_forgotten | | 45 | pending_card_payment | | 46 | pending_cash_withdrawal | | 47 | pending_top_up | | 48 | pending_transfer | | 49 | pin_blocked | | 50 | receiving_money | | 51 | Refund_not_showing_up | | 52 | request_refund | | 53 | reverted_card_payment? | | 54 | supported_cards_and_currencies | | 55 | terminate_account | | 56 | top_up_by_bank_transfer_charge | | 57 | top_up_by_card_charge | | 58 | top_up_by_cash_or_cheque | | 59 | top_up_failed | | 60 | top_up_limits | | 61 | top_up_reverted | | 62 | topping_up_by_card | | 63 | transaction_charged_twice | | 64 | transfer_fee_charged | | 65 | transfer_into_account | | 66 | transfer_not_received_by_recipient | | 67 | transfer_timing | | 68 | unable_to_verify_identity | | 69 | verify_my_identity | | 70 | verify_source_of_funds | | 71 | verify_top_up | | 72 | virtual_card_not_working | | 73 | visa_or_mastercard | | 74 | why_verify_identity | | 75 | wrong_amount_of_cash_received | | 76 | wrong_exchange_rate_for_cash_withdrawal | ### Data Splits | Dataset statistics | Train | Test | | --- | --- | --- | | Number of examples | 10 003 | 3 080 | | Average character length | 59.5 | 54.2 | | Number of intents | 77 | 77 | | Number of domains | 1 | 1 | ## Dataset Creation ### Curation Rationale Previous intent detection datasets such as Web Apps, Ask Ubuntu, the Chatbot Corpus or SNIPS are limited to small number of classes (<10), which oversimplifies the intent detection task and does not emulate the true environment of commercial systems. Although there exist large scale *multi-domain* datasets ([HWU64](https://github.com/xliuhw/NLU-Evaluation-Data) and [CLINC150](https://github.com/clinc/oos-eval)), the examples per each domain may not sufficiently capture the full complexity of each domain as encountered "in the wild". This dataset tries to fill the gap and provides a very fine-grained set of intents in a *single-domain* i.e. **banking**. Its focus on fine-grained single-domain intent detection makes it complementary to the other two multi-domain datasets. ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process The dataset does not contain any additional annotations. #### Who are the annotators? [N/A] ### Personal and Sensitive Information [N/A] ## Considerations for Using the Data ### Social Impact of Dataset The purpose of this dataset it to help develop better intent detection systems. Any comprehensive intent detection evaluation should involve both coarser-grained multi-domain datasets and a fine-grained single-domain dataset such as BANKING77. ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [PolyAI](https://github.com/PolyAI-LDN) ### Licensing Information Creative Commons Attribution 4.0 International ### Citation Information ``` @inproceedings{Casanueva2020, author = {I{\~{n}}igo Casanueva and Tadas Temcinas and Daniela Gerz and Matthew Henderson and Ivan Vulic}, title = {Efficient Intent Detection with Dual Sentence Encoders}, year = {2020}, month = {mar}, note = {Data available at https://github.com/PolyAI-LDN/task-specific-datasets}, url = {https://arxiv.org/abs/2003.04807}, booktitle = {Proceedings of the 2nd Workshop on NLP for ConvAI - ACL 2020} } ``` ### Contributions Thanks to [@dkajtoch](https://github.com/dkajtoch) for adding this dataset.
banking77
[ "task_categories:text-classification", "task_ids:intent-classification", "task_ids:multi-class-classification", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-4.0", "arxiv:2003.04807", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["intent-classification", "multi-class-classification"], "pretty_name": "BANKING77", "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "activate_my_card", "1": "age_limit", "2": "apple_pay_or_google_pay", "3": "atm_support", "4": "automatic_top_up", "5": "balance_not_updated_after_bank_transfer", "6": "balance_not_updated_after_cheque_or_cash_deposit", "7": "beneficiary_not_allowed", "8": "cancel_transfer", "9": "card_about_to_expire", "10": "card_acceptance", "11": "card_arrival", "12": "card_delivery_estimate", "13": "card_linking", "14": "card_not_working", "15": "card_payment_fee_charged", "16": "card_payment_not_recognised", "17": "card_payment_wrong_exchange_rate", "18": "card_swallowed", "19": "cash_withdrawal_charge", "20": "cash_withdrawal_not_recognised", "21": "change_pin", "22": "compromised_card", "23": "contactless_not_working", "24": "country_support", "25": "declined_card_payment", "26": "declined_cash_withdrawal", "27": "declined_transfer", "28": "direct_debit_payment_not_recognised", "29": "disposable_card_limits", "30": "edit_personal_details", "31": "exchange_charge", "32": "exchange_rate", "33": "exchange_via_app", "34": "extra_charge_on_statement", "35": "failed_transfer", "36": "fiat_currency_support", "37": "get_disposable_virtual_card", "38": "get_physical_card", "39": "getting_spare_card", "40": "getting_virtual_card", "41": "lost_or_stolen_card", "42": "lost_or_stolen_phone", "43": "order_physical_card", "44": "passcode_forgotten", "45": "pending_card_payment", "46": "pending_cash_withdrawal", "47": "pending_top_up", "48": "pending_transfer", "49": "pin_blocked", "50": "receiving_money", "51": "Refund_not_showing_up", "52": "request_refund", "53": "reverted_card_payment?", "54": "supported_cards_and_currencies", "55": "terminate_account", "56": "top_up_by_bank_transfer_charge", "57": "top_up_by_card_charge", "58": "top_up_by_cash_or_cheque", "59": "top_up_failed", "60": "top_up_limits", "61": "top_up_reverted", "62": "topping_up_by_card", "63": "transaction_charged_twice", "64": "transfer_fee_charged", "65": "transfer_into_account", "66": "transfer_not_received_by_recipient", "67": "transfer_timing", "68": "unable_to_verify_identity", "69": "verify_my_identity", "70": "verify_source_of_funds", "71": "verify_top_up", "72": "virtual_card_not_working", "73": "visa_or_mastercard", "74": "why_verify_identity", "75": "wrong_amount_of_cash_received", "76": "wrong_exchange_rate_for_cash_withdrawal"}}}}], "splits": [{"name": "train", "num_bytes": 715028, "num_examples": 10003}, {"name": "test", "num_bytes": 204010, "num_examples": 3080}], "download_size": 392040, "dataset_size": 919038}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "train-eval-index": [{"config": "default", "task": "text-classification", "task_id": "multi_class_classification", "splits": {"train_split": "train", "eval_split": "test"}, "col_mapping": {"text": "text", "label": "target"}, "metrics": [{"type": "accuracy", "name": "Accuracy"}, {"type": "f1", "name": "F1 macro", "args": {"average": "macro"}}, {"type": "f1", "name": "F1 micro", "args": {"average": "micro"}}, {"type": "f1", "name": "F1 weighted", "args": {"average": "weighted"}}, {"type": "precision", "name": "Precision macro", "args": {"average": "macro"}}, {"type": "precision", "name": "Precision micro", "args": {"average": "micro"}}, {"type": "precision", "name": "Precision weighted", "args": {"average": "weighted"}}, {"type": "recall", "name": "Recall macro", "args": {"average": "macro"}}, {"type": "recall", "name": "Recall micro", "args": {"average": "micro"}}, {"type": "recall", "name": "Recall weighted", "args": {"average": "weighted"}}]}]}
2024-01-10T08:23:17+00:00
[ "2003.04807" ]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-intent-classification #task_ids-multi-class-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-2003.04807 #region-us
Dataset Card for BANKING77 ========================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: Github * Repository: Github * Paper: ArXiv * Leaderboard: * Point of Contact: ### Dataset Summary **Deprecated:** Dataset "banking77" is deprecated and will be deleted. Use "<a href="URL instead.</p> Dataset composed of online banking queries annotated with their corresponding intents. BANKING77 dataset provides a very fine-grained set of intents in a banking domain. It comprises 13,083 customer service queries labeled with 77 intents. It focuses on fine-grained single-domain intent detection. ### Supported Tasks and Leaderboards Intent classification, intent detection ### Languages English Dataset Structure ----------------- ### Data Instances An example of 'train' looks as follows: ### Data Fields * 'text': a string feature. * 'label': One of classification labels (0-76) corresponding to unique intents. Intent names are mapped to 'label' in the following way: ### Data Splits Dataset statistics: Number of examples, Train: 10 003, Test: 3 080 Dataset statistics: Average character length, Train: 59.5, Test: 54.2 Dataset statistics: Number of intents, Train: 77, Test: 77 Dataset statistics: Number of domains, Train: 1, Test: 1 Dataset Creation ---------------- ### Curation Rationale Previous intent detection datasets such as Web Apps, Ask Ubuntu, the Chatbot Corpus or SNIPS are limited to small number of classes (<10), which oversimplifies the intent detection task and does not emulate the true environment of commercial systems. Although there exist large scale *multi-domain* datasets (HWU64 and CLINC150), the examples per each domain may not sufficiently capture the full complexity of each domain as encountered "in the wild". This dataset tries to fill the gap and provides a very fine-grained set of intents in a *single-domain* i.e. banking. Its focus on fine-grained single-domain intent detection makes it complementary to the other two multi-domain datasets. ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process The dataset does not contain any additional annotations. #### Who are the annotators? [N/A] ### Personal and Sensitive Information [N/A] Considerations for Using the Data --------------------------------- ### Social Impact of Dataset The purpose of this dataset it to help develop better intent detection systems. Any comprehensive intent detection evaluation should involve both coarser-grained multi-domain datasets and a fine-grained single-domain dataset such as BANKING77. ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators PolyAI ### Licensing Information Creative Commons Attribution 4.0 International ### Contributions Thanks to @dkajtoch for adding this dataset.
[ "### Dataset Summary\n\n\n\n**Deprecated:** Dataset \"banking77\" is deprecated and will be deleted. Use \"<a href=\"URL instead.</p>\n\n\n\nDataset composed of online banking queries annotated with their corresponding intents.\n\n\nBANKING77 dataset provides a very fine-grained set of intents in a banking domain.\nIt comprises 13,083 customer service queries labeled with 77 intents.\nIt focuses on fine-grained single-domain intent detection.", "### Supported Tasks and Leaderboards\n\n\nIntent classification, intent detection", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows:", "### Data Fields\n\n\n* 'text': a string feature.\n* 'label': One of classification labels (0-76) corresponding to unique intents.\n\n\nIntent names are mapped to 'label' in the following way:", "### Data Splits\n\n\nDataset statistics: Number of examples, Train: 10 003, Test: 3 080\nDataset statistics: Average character length, Train: 59.5, Test: 54.2\nDataset statistics: Number of intents, Train: 77, Test: 77\nDataset statistics: Number of domains, Train: 1, Test: 1\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nPrevious intent detection datasets such as Web Apps, Ask Ubuntu, the Chatbot Corpus or SNIPS are limited to small number of classes (<10), which oversimplifies the intent detection task and does not emulate the true environment of commercial systems. Although there exist large scale *multi-domain* datasets (HWU64 and CLINC150), the examples per each domain may not sufficiently capture the full complexity of each domain as encountered \"in the wild\". This dataset tries to fill the gap and provides a very fine-grained set of intents in a *single-domain* i.e. banking. Its focus on fine-grained single-domain intent detection makes it complementary to the other two multi-domain datasets.", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nThe dataset does not contain any additional annotations.", "#### Who are the annotators?\n\n\n[N/A]", "### Personal and Sensitive Information\n\n\n[N/A]\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThe purpose of this dataset it to help develop better intent detection systems.\n\n\nAny comprehensive intent detection evaluation should involve both coarser-grained multi-domain datasets and a fine-grained single-domain dataset such as BANKING77.", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nPolyAI", "### Licensing Information\n\n\nCreative Commons Attribution 4.0 International", "### Contributions\n\n\nThanks to @dkajtoch for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-intent-classification #task_ids-multi-class-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-2003.04807 #region-us \n", "### Dataset Summary\n\n\n\n**Deprecated:** Dataset \"banking77\" is deprecated and will be deleted. Use \"<a href=\"URL instead.</p>\n\n\n\nDataset composed of online banking queries annotated with their corresponding intents.\n\n\nBANKING77 dataset provides a very fine-grained set of intents in a banking domain.\nIt comprises 13,083 customer service queries labeled with 77 intents.\nIt focuses on fine-grained single-domain intent detection.", "### Supported Tasks and Leaderboards\n\n\nIntent classification, intent detection", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows:", "### Data Fields\n\n\n* 'text': a string feature.\n* 'label': One of classification labels (0-76) corresponding to unique intents.\n\n\nIntent names are mapped to 'label' in the following way:", "### Data Splits\n\n\nDataset statistics: Number of examples, Train: 10 003, Test: 3 080\nDataset statistics: Average character length, Train: 59.5, Test: 54.2\nDataset statistics: Number of intents, Train: 77, Test: 77\nDataset statistics: Number of domains, Train: 1, Test: 1\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nPrevious intent detection datasets such as Web Apps, Ask Ubuntu, the Chatbot Corpus or SNIPS are limited to small number of classes (<10), which oversimplifies the intent detection task and does not emulate the true environment of commercial systems. Although there exist large scale *multi-domain* datasets (HWU64 and CLINC150), the examples per each domain may not sufficiently capture the full complexity of each domain as encountered \"in the wild\". This dataset tries to fill the gap and provides a very fine-grained set of intents in a *single-domain* i.e. banking. Its focus on fine-grained single-domain intent detection makes it complementary to the other two multi-domain datasets.", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nThe dataset does not contain any additional annotations.", "#### Who are the annotators?\n\n\n[N/A]", "### Personal and Sensitive Information\n\n\n[N/A]\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThe purpose of this dataset it to help develop better intent detection systems.\n\n\nAny comprehensive intent detection evaluation should involve both coarser-grained multi-domain datasets and a fine-grained single-domain dataset such as BANKING77.", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nPolyAI", "### Licensing Information\n\n\nCreative Commons Attribution 4.0 International", "### Contributions\n\n\nThanks to @dkajtoch for adding this dataset." ]
[ 113, 119, 18, 12, 18, 50, 85, 185, 4, 10, 10, 5, 17, 14, 23, 63, 8, 14, 8, 11, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-intent-classification #task_ids-multi-class-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-2003.04807 #region-us \n### Dataset Summary\n\n\n\n**Deprecated:** Dataset \"banking77\" is deprecated and will be deleted. Use \"<a href=\"URL instead.</p>\n\n\n\nDataset composed of online banking queries annotated with their corresponding intents.\n\n\nBANKING77 dataset provides a very fine-grained set of intents in a banking domain.\nIt comprises 13,083 customer service queries labeled with 77 intents.\nIt focuses on fine-grained single-domain intent detection.### Supported Tasks and Leaderboards\n\n\nIntent classification, intent detection### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example of 'train' looks as follows:### Data Fields\n\n\n* 'text': a string feature.\n* 'label': One of classification labels (0-76) corresponding to unique intents.\n\n\nIntent names are mapped to 'label' in the following way:### Data Splits\n\n\nDataset statistics: Number of examples, Train: 10 003, Test: 3 080\nDataset statistics: Average character length, Train: 59.5, Test: 54.2\nDataset statistics: Number of intents, Train: 77, Test: 77\nDataset statistics: Number of domains, Train: 1, Test: 1\n\n\nDataset Creation\n----------------" ]
[ -0.08499430119991302, 0.11232243478298187, -0.006366705987602472, 0.09231200814247131, 0.08633873611688614, 0.04007861763238907, 0.15997089445590973, 0.07173257321119308, 0.00038110287277959287, 0.14344747364521027, 0.015148857608437538, -0.02128233015537262, 0.060138039290905, 0.16859318315982819, 0.008298719301819801, -0.11707453429698944, 0.059307072311639786, -0.10066728293895721, 0.06768874078989029, 0.08491384983062744, 0.1450047343969345, -0.059023842215538025, 0.07199440151453018, -0.05160020291805267, -0.15293237566947937, 0.05554421618580818, 0.0455455556511879, -0.031131422147154808, 0.06184547394514084, 0.040728453546762466, 0.13423383235931396, -0.017621014267206192, 0.01901656948029995, -0.18293793499469757, 0.035104911774396896, 0.0635981559753418, -0.009878663346171379, 0.023227231577038765, 0.07720010727643967, -0.0644303634762764, 0.008108006790280342, -0.06437265872955322, 0.09846983104944229, 0.061872370541095734, -0.13793134689331055, 0.00045941994176246226, -0.14162810146808624, 0.1297193318605423, 0.04694594070315361, 0.061880722641944885, -0.017931129783391953, -0.06882110238075256, -0.08580991625785828, 0.06901470571756363, 0.0706191435456276, -0.08559130132198334, -0.06191564351320267, 0.08180998265743256, -0.0773984044790268, 0.07889863848686218, -0.10894197970628738, -0.01929917186498642, -0.03475469723343849, 0.025384968146681786, 0.0036196517758071423, -0.045609258115291595, -0.041073236614465714, 0.012128583155572414, -0.08352305740118027, -0.08653519302606583, 0.1779268980026245, 0.04893587529659271, -0.06146843731403351, -0.2002411186695099, -0.04926283285021782, -0.0835919976234436, -0.031704943627119064, 0.006641671992838383, 0.024615656584501266, -0.004253223538398743, 0.09308052062988281, -0.037550587207078934, -0.062470804899930954, -0.02144365943968296, -0.05122356116771698, -0.03263386711478233, -0.022417515516281128, 0.01968047395348549, 0.004097523633390665, 0.07857821136713028, -0.09258036315441132, -0.07512480765581131, -0.06538774073123932, -0.0701453760266304, -0.1401713788509369, -0.01725887320935726, 0.005035133566707373, -0.10490164905786514, 0.06645555794239044, 0.2235885113477707, -0.01746024191379547, 0.08932167291641235, -0.12137942016124725, 0.01633903570473194, 0.04329664632678032, 0.13393399119377136, 0.03167836368083954, -0.09026100486516953, 0.02580796368420124, 0.0825994536280632, 0.032010290771722794, -0.026505867019295692, -0.0720522403717041, 0.013117514550685883, 0.06568527221679688, 0.06769469380378723, 0.06535539031028748, 0.0021301498636603355, -0.07586728036403656, -0.03064677119255066, 0.07900027185678482, -0.18326641619205475, 0.08047714829444885, 0.03849484398961067, -0.010816078633069992, 0.004433879628777504, -0.05963082239031792, -0.030943958088755608, -0.06190086156129837, 0.043872758746147156, -0.08410873264074326, 0.025464201346039772, -0.11077447980642319, -0.1039959266781807, 0.060778915882110596, -0.0541752465069294, -0.06150316447019577, -0.07726084440946579, -0.24054847657680511, -0.11725430190563202, 0.02098914608359337, -0.06888438016176224, -0.02460717409849167, -0.017062073573470116, -0.062033943831920624, 0.0387970507144928, -0.0004125876585021615, 0.01058195997029543, -0.025612471625208855, -0.011551780626177788, -0.04808998107910156, 0.012276727706193924, 0.05161861330270767, 0.012543007731437683, -0.09289222955703735, 0.032192375510931015, -0.24992793798446655, 0.14755888283252716, -0.11096782982349396, 0.030322572216391563, -0.08605513721704483, 0.02711091935634613, -0.0020948543678969145, 0.019789045676589012, 0.011258578859269619, 0.11682534217834473, -0.14509014785289764, -0.007284900639206171, 0.14106036722660065, -0.15535183250904083, -0.020887572318315506, 0.09012221544981003, -0.046766605228185654, 0.02560797892510891, 0.08000731468200684, 0.20733705163002014, 0.09214432537555695, -0.049577776342630386, -0.04952463507652283, -0.03555405139923096, -0.031835876405239105, 0.1260172426700592, 0.04354867711663246, -0.06311758607625961, 0.05655473843216896, 0.03587537631392479, 0.017354117706418037, -0.0369461365044117, 0.004590396769344807, -0.038743000477552414, -0.02662179246544838, 0.01446561049669981, -0.039346013218164444, -0.0200906153768301, -0.04058980569243431, -0.04118592292070389, -0.10830900073051453, 0.020027441903948784, 0.05819130688905716, -0.003256587078794837, 0.03455209359526634, -0.09827625751495361, 0.07393828779459, -0.04572827368974686, -0.0017045586137101054, -0.19002775847911835, -0.1970321387052536, 0.03630858659744263, -0.08467666059732437, 0.08527645468711853, 0.027896368876099586, -0.005204478278756142, -0.0015130981337279081, -0.05680258199572563, -0.048698969185352325, -0.08875874429941177, -0.01909029111266136, -0.043094709515571594, -0.21041525900363922, -0.059711527079343796, -0.0640689805150032, 0.11887757480144501, -0.11829713732004166, 0.04670458287000656, 0.10237930715084076, 0.06860426813364029, 0.042317163199186325, -0.07111195474863052, 0.002545872237533331, 0.05140020325779915, -0.03565352037549019, -0.07259278744459152, -0.012111545540392399, -0.006442164536565542, 0.026828447356820107, 0.008425392210483551, -0.1028173491358757, -0.00005158940257388167, 0.040066465735435486, 0.023461369797587395, -0.11492136865854263, -0.04547501355409622, -0.023777076974511147, -0.003236958757042885, -0.11573533713817596, -0.08333022147417068, 0.05304805561900139, 0.0175230223685503, 0.08176056295633316, -0.06362640112638474, -0.004895911552011967, -0.022215142846107483, 0.03336082398891449, -0.0401034913957119, 0.09326855838298798, -0.004787589889019728, -0.13139890134334564, 0.12401805818080902, -0.03367675840854645, 0.042928289622068405, 0.07256792485713959, -0.03301536664366722, -0.0648328885436058, -0.05354064330458641, 0.011472790502011776, -0.022464603185653687, 0.13002067804336548, -0.07341045141220093, 0.0034701316617429256, 0.040706817060709, 0.0888032466173172, -0.0011265324428677559, -0.05532928928732872, 0.02819516882300377, 0.020232804119586945, -0.053041502833366394, -0.03380119800567627, -0.01235596090555191, 0.045252468436956406, 0.1085967868566513, 0.014502708800137043, 0.006586316041648388, 0.011226517148315907, -0.05849144607782364, -0.11641155928373337, 0.12877009809017181, -0.11127511411905289, -0.23060795664787292, -0.18242798745632172, -0.010048676282167435, -0.08694416284561157, -0.008802232332527637, 0.029688088223338127, -0.007592701818794012, -0.06523929536342621, -0.1489107310771942, 0.02964627370238304, -0.02239069528877735, -0.09457513689994812, -0.046656522899866104, -0.01583625189960003, 0.011975294910371304, -0.10680197924375534, -0.005919978022575378, 0.008646138943731785, -0.017851335927844048, 0.002716010669246316, 0.06863601505756378, 0.07810496538877487, 0.12991446256637573, 0.03255714103579521, 0.0054663605988025665, -0.05383516475558281, 0.17270365357398987, -0.07849615067243576, 0.1193312481045723, 0.11370469629764557, 0.032390445470809937, 0.04514923691749573, 0.18934839963912964, 0.05384063720703125, -0.04789159074425697, 0.004894021432846785, 0.0772641971707344, -0.05032773315906525, -0.25261226296424866, -0.05248720198869705, -0.055366113781929016, 0.004144103266298771, 0.030444348230957985, 0.07426831126213074, 0.12646867334842682, 0.00020027683058287948, -0.006062489002943039, 0.0025650011375546455, 0.053687505424022675, 0.10613718628883362, 0.18038256466388702, 0.0006985851796343923, 0.06562282145023346, -0.05528254061937332, 0.06847042590379715, 0.08775472640991211, -0.05331419035792351, 0.13639459013938904, -0.019310196861624718, 0.19154277443885803, 0.06507553160190582, 0.03388972580432892, 0.031837619841098785, 0.011282765306532383, -0.011715732514858246, 0.043266646564006805, -0.0020292222034186125, -0.035700250416994095, -0.03046208806335926, 0.06107992306351662, 0.015952643007040024, 0.025724360719323158, -0.04323657602071762, -0.0449274405837059, 0.07245529443025589, 0.1622447818517685, 0.04372987896203995, -0.1311592310667038, -0.06087947264313698, 0.05543285235762596, -0.07447368651628494, -0.11593375355005264, -0.004348638467490673, 0.10785568505525589, -0.11783232539892197, 0.05285870283842087, -0.028231870383024216, 0.13150550425052643, 0.007097124587744474, -0.028589267283678055, -0.014811837114393711, 0.06226969137787819, -0.04143694043159485, 0.06862259656190872, -0.22145578265190125, 0.097178153693676, 0.030603980645537376, 0.04835955798625946, -0.017106374725699425, 0.058025091886520386, 0.010149998590350151, 0.08808714896440506, 0.10764528065919876, 0.013642260804772377, -0.1148018017411232, -0.059728678315877914, -0.07857063412666321, -0.028668474406003952, 0.06515977531671524, -0.08837345987558365, 0.080821692943573, -0.0021193022839725018, -0.007961772382259369, -0.046621259301900864, 0.006985816173255444, -0.09673236310482025, -0.16346925497055054, 0.031165076419711113, -0.010259403847157955, 0.08198043704032898, -0.07359211891889572, 0.0023410043213516474, 0.009059527888894081, 0.1531328707933426, -0.2039000242948532, -0.03105797804892063, -0.18017148971557617, 0.061169084161520004, 0.0971374362707138, -0.035530298948287964, 0.05043100565671921, -0.03680066391825676, 0.11727750301361084, 0.02314743958413601, -0.042438212782144547, 0.02683940902352333, -0.05119619518518448, -0.13421496748924255, -0.08414937555789948, 0.12159721553325653, 0.01902468129992485, 0.04158654436469078, -0.010103264823555946, 0.04193701595067978, 0.01623896136879921, -0.09195917099714279, 0.03329465910792351, 0.10045522451400757, 0.002828632015734911, 0.1798558384180069, -0.05101093277335167, -0.08747050911188126, -0.0363093763589859, -0.021117210388183594, 0.08049879223108292, 0.14288367331027985, -0.05661946162581444, 0.1320662498474121, 0.05873005464673042, -0.13898229598999023, -0.18789148330688477, 0.07396405935287476, -0.005406131502240896, 0.051547497510910034, -0.03131984546780586, -0.17208200693130493, 0.09778498858213425, 0.06895334273576736, -0.007147182244807482, 0.07776089012622833, -0.25994980335235596, -0.12663932144641876, 0.01699487864971161, -0.026425234973430634, -0.08375759422779083, -0.13786426186561584, -0.0750235840678215, -0.011210071854293346, -0.06466398388147354, 0.021354999393224716, -0.06609810888767242, 0.04506451636552811, 0.004541259258985519, 0.057626936584711075, 0.022345468401908875, -0.031029751524329185, 0.13702943921089172, 0.07223767787218094, 0.1003665030002594, -0.0562514066696167, -0.040545303374528885, 0.16796207427978516, -0.07694560289382935, 0.09915550798177719, 0.07480677217245102, 0.03198623284697533, -0.13300365209579468, -0.04541035369038582, -0.05125189945101738, 0.04733039438724518, -0.06341575086116791, -0.007176763378083706, -0.0880785882472992, 0.05203589051961899, 0.05559803172945976, -0.01195055153220892, 0.10185054689645767, -0.09642347693443298, 0.034093741327524185, 0.14365464448928833, 0.07975562661886215, 0.007291560992598534, -0.14702914655208588, 0.0009123333147726953, -0.019979892298579216, 0.022787893190979958, -0.12497495859861374, 0.036836981773376465, 0.08179076015949249, 0.018198708072304726, 0.16028836369514465, 0.005910242907702923, -0.09628257155418396, 0.020322218537330627, 0.04782342165708542, -0.05841577798128128, -0.14938005805015564, 0.029986897483468056, -0.03153572604060173, -0.13221457600593567, -0.08234997093677521, 0.11132683604955673, 0.02894095703959465, -0.013114097528159618, 0.0077351233921945095, 0.07267633825540543, 0.015097955241799355, 0.05370409041643143, 0.015693357214331627, 0.05732157453894615, -0.0777289867401123, 0.06546130031347275, 0.10329333692789078, -0.18749351799488068, 0.020243685692548752, 0.14756864309310913, -0.07183914631605148, -0.08050213754177094, -0.03525621443986893, 0.19678199291229248, 0.037978194653987885, -0.023652000352740288, -0.04525759443640709, -0.12092030048370361, 0.0874774381518364, 0.22548861801624298, -0.006307756062597036, 0.0519590899348259, -0.022937417030334473, -0.003236008109524846, -0.06253449618816376, 0.09281085431575775, -0.018974827602505684, 0.07415639609098434, -0.0792950987815857, 0.02303246036171913, -0.00604298897087574, -0.0001641413982724771, 0.00041039244388230145, -0.0416034460067749, -0.06838526576757431, -0.006478046532720327, -0.10991838574409485, 0.05819835886359215, -0.0361662358045578, 0.01040683500468731, 0.032520197331905365, -0.04061213880777359, -0.016120925545692444, 0.0017699907766655087, -0.04466300085186958, -0.03175424411892891, -0.022375626489520073, 0.1095011904835701, -0.13895432651042938, 0.01277248840779066, 0.009538332000374794, -0.06608305871486664, 0.10842524468898773, 0.023249665275216103, -0.0020897998474538326, 0.005299951881170273, -0.151871919631958, 0.0612637884914875, -0.0452880784869194, 0.00810253992676735, 0.0015885892789810896, -0.11682160198688507, 0.02457057498395443, -0.007908036932349205, -0.06187525764107704, 0.02470467984676361, -0.06133570149540901, -0.11155758053064346, 0.07829651236534119, 0.02395794726908207, -0.09017347544431686, -0.0810980349779129, 0.0824202299118042, 0.11324535310268402, -0.006059889215976, 0.12044579535722733, -0.06007562205195427, 0.05861440673470497, -0.16456572711467743, -0.012533137574791908, 0.027862457558512688, 0.045111872255802155, -0.02126372791826725, -0.0675811767578125, 0.06273972988128662, -0.017821211367845535, 0.18381129205226898, 0.08093385398387909, -0.07116151601076126, 0.06968312710523605, -0.016889335587620735, -0.031366392970085144, 0.07096205651760101, -0.017758289352059364, 0.015214039944112301, -0.05339231714606285, 0.06976352632045746, -0.097513347864151, -0.0007558379438705742, 0.08403956890106201, 0.14099694788455963, 0.20561271905899048, 0.12557439506053925, 0.03666186332702637, 0.015302659943699837, -0.07979576289653778, -0.0480947270989418, 0.049169398844242096, -0.08973821252584457, 0.023760244250297546, -0.08275670558214188, 0.12734204530715942, 0.07327251881361008, -0.12978652119636536, 0.15306104719638824, -0.015958337113261223, -0.07775436341762543, -0.042054157704114914, -0.1438140720129013, -0.0756509006023407, -0.03427903726696968, -0.028981689363718033, -0.13122178614139557, 0.0927324891090393, 0.15060260891914368, 0.004430155269801617, 0.006800524424761534, 0.10924576222896576, -0.0344640351831913, -0.04297921806573868, 0.07320630550384521, 0.017810948193073273, 0.013478836975991726, 0.040034253150224686, 0.006516882684081793, 0.009998326189815998, 0.008781103417277336, 0.06841576099395752, 0.09490233659744263, 0.10202379524707794, -0.008527674712240696, -0.08543103188276291, -0.06381141394376755, 0.03748498484492302, -0.01877996139228344, -0.04251379147171974, 0.11890110373497009, 0.04584434628486633, -0.03174392506480217, 0.008180809207260609, 0.22298386693000793, 0.006997410207986832, -0.08159676939249039, -0.14627276360988617, 0.09967151284217834, 0.014959147199988365, 0.01977427490055561, -0.02052532508969307, -0.13243700563907623, 0.06015422195196152, 0.08400269597768784, 0.16881965100765228, -0.012349524535238743, -0.0205696951597929, 0.014893781393766403, -0.0006036160048097372, 0.01565653644502163, 0.05182443931698799, -0.04299778863787651, 0.21147048473358154, -0.023587821051478386, 0.12955065071582794, -0.0045783729292452335, -0.05048510432243347, -0.058464180678129196, 0.10867582261562347, -0.028912458568811417, -0.003970117308199406, -0.10711229592561722, 0.07289663702249527, -0.05192648246884346, -0.14931465685367584, 0.21741025149822235, -0.06675039231777191, -0.11139374226331711, 0.002434417838230729, 0.0604233592748642, 0.004169801715761423, 0.04007109999656677, -0.003066047327592969, -0.037843093276023865, 0.13321669399738312, -0.03799208626151085, -0.038627076894044876, -0.13219591975212097, 0.08840873837471008, -0.12443148344755173, 0.20582915842533112, -0.012652318924665451, 0.0915626510977745, 0.1368909478187561, -0.03644387796521187, -0.1339353621006012, 0.030686168000102043, 0.032289884984493256, -0.025812651962041855, 0.025859680026769638, 0.17005500197410583, 0.02150082215666771, 0.21013763546943665, 0.06997011601924896, -0.049292080104351044, 0.01569867692887783, 0.018488463014364243, -0.049464285373687744, -0.07838085293769836, 0.010690285824239254, -0.07044725865125656, 0.11427254974842072, 0.13378550112247467, -0.011937358416616917, 0.025640562176704407, -0.05383322760462761, -0.0003378110413905233, -0.002693221205845475, 0.13351403176784515, -0.006874635815620422, -0.12612582743167877, 0.06904663890600204, 0.03506331890821457, 0.041751835495233536, -0.3246106803417206, -0.09635909646749496, 0.00108818500302732, 0.03394455090165138, -0.06162768602371216, 0.14465171098709106, 0.08010172843933105, 0.03852206468582153, -0.034062378108501434, -0.10409511625766754, 0.06536678224802017, 0.16227631270885468, -0.03666815534234047, -0.03193938359618187 ]
f9dde1200348af9b531e8fd09096bd9f9ddfeb34
# Dataset Card for "bbaw_egyptian" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://edoc.bbaw.de/frontdoor/index/index/docId/2919](https://edoc.bbaw.de/frontdoor/index/index/docId/2919) - **Repository:** [Github](https://phiwi.github.io/all.json) - **Paper:** [Multi-Task Modeling of Phonographic Languages: Translating Middle Egyptian Hieroglyph](https://zenodo.org/record/3524924) - **Point of Contact:** [Philipp Wiesenbach](https://www.cl.uni-heidelberg.de/~wiesenbach/index.html) - **Size of downloaded dataset files:** 35.65 MB ### Dataset Summary This dataset comprises parallel sentences of hieroglyphic encodings, transcription and translation as used in the paper [Multi-Task Modeling of Phonographic Languages: Translating Middle Egyptian Hieroglyph](https://zenodo.org/record/3524924). The data triples are extracted from the [digital corpus of Egyptian texts](https://edoc.bbaw.de/frontdoor/index/index/docId/2919) compiled by the project "Strukturen und Transformationen des Wortschatzes der ägyptischen Sprache". ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages The dataset consists of parallel triples of - `hieroglyphs`: [Encoding of the hieroglyphs with the [Gardiner's sign list](https://en.wikipedia.org/wiki/Gardiner%27s_sign_list) - `transcription`: Transliteration of the above mentioned hieroglyphs with a [transliteration scheme](https://en.wikipedia.org/wiki/Transliteration_of_Ancient_Egyptian) - `translation`: Translation in mostly German language (with some English mixed in) ## Dataset Structure The dataset is not divided into 'train', 'dev' and 'test' splits as it was not built for competitive purposes and we encourage all scientists to use individual partitioning schemes to suit their needs (due to the low resource setting it might be advisable to use cross validation anyway). The only available split 'all' therefore comprises the full 100,708 translation triples, 35,503 of which possess hieroglyphic encodings (the remaining 65,205 triples have empty `hieroglyph` entries). ### Data Instances An example of a data triple looks the following way: ``` { "transcription": "n rḏi̯(.w) gꜣ =j r dbḥ.t m pr-ḥḏ", "translation": "I was not let to suffer lack in the treasury with respect to what was needed;", "hieroglyphs": "D35 D21 -D37 G1&W11 -V32B A1 D21 D46 -D58 *V28 -F18 *X1 -A2 G17 [? *O2 *?]" } ``` *Important*: Only about a third of the instance actually cover hieroglyphic encodings (the rest is the empty string `""`) as the leftover encodings have not yet been incorporated into the BBAW's project database. ### Data Fields #### plain_text - `transcription`: a `string` feature. - `translation`: a `string` feature. - `hieroglyphs`: a `string` feature. ### Data Splits | name |all| |----------|----:| |plain_text|100708| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization The data source comes from the project "Strukturen und Transformationen des Wortschatzes der ägyptischen Sprache" which is compiling an extensively annotated digital corpus of Egyptian texts. Their [publication](https://edoc.bbaw.de/frontdoor/index/index/docId/2919) comprises an excerpt of the internal database's contents. #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process The corpus has not been preprocessed as we encourage every scientist to prepare the corpus to their desired needs. This means, that all textcritic symbols are still included in the transliteration and translation. This concerns the following annotations: - `()`: defective - `[]`: lost - `{}`: surplus - `〈〉`: omitted - `⸢⸣`: damaged - `⸮?`: unclear - `{{}}`: erasure - `(())`: above - `[[]]`: overstrike - `〈〈〉〉`: haplography Their exists a similar sign list for the annotation of the hieroglyphic encoding. If you wish access to this list, please get in contact with the author. #### Who are the annotators? AV Altägyptisches Wörterbuch (https://www.bbaw.de/forschung/altaegyptisches-woerterbuch), AV Wortschatz der ägyptischen Sprache (https://www.bbaw.de/en/research/vocabulary-of-the-egyptian-language, https://aaew.bbaw.de); Burkhard Backes, Susanne Beck, Anke Blöbaum, Angela Böhme, Marc Brose, Adelheid Burkhardt, Roberto A. Díaz Hernández, Peter Dils, Roland Enmarch, Frank Feder, Heinz Felber, Silke Grallert, Stefan Grunert, Ingelore Hafemann, Anne Herzberg, John M. Iskander, Ines Köhler, Maxim Kupreyev, Renata Landgrafova, Verena Lepper, Lutz Popko, Alexander Schütze, Simon Schweitzer, Stephan Seidlmayer, Gunnar Sperveslage, Susanne Töpfer, Doris Topmann, Anja Weber ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information CC BY-SA 4.0 Deed Attribution-ShareAlike 4.0 International https://creativecommons.org/licenses/by-sa/4.0/ ### Citation Information Source corpus: ``` @misc{BerlinBrandenburgischeAkademiederWissenschaften2018, editor = {{Berlin-Brandenburgische Akademie der Wissenschaften} and {Sächsische Akademie der Wissenschaften zu Leipzig} and Richter, Tonio Sebastian and Hafemann, Ingelore and Hans-Werner Fischer-Elfert and Peter Dils}, year = {2018}, title = {Teilauszug der Datenbank des Vorhabens {\dq}Strukturen und Transformationen des Wortschatzes der {\"a}gyptischen Sprache{\dq} vom Januar 2018}, url = {https://nbn-resolving.org/urn:nbn:de:kobv:b4-opus4-29190}, keywords = {493;932;{\"A}gyptische Sprache;Korpus}, abstract = {The research project {\dq}Strukturen und Transformationen des Wortschatzes der {\{\dq}a}gyptischen Sprache{\dq} at the Berlin-Brandenburgische Akademie der Wissenschaften compiles an extensively annotated digital corpus of Egyptian texts. This publication comprises an excerpt of the internal database's contents. Its JSON encoded entries require approximately 800 MB of disk space after decompression.}, location = {Berlin}, organization = {{Berlin-Brandenburgische Akademie der Wissenschaften} and {Sächsische Akademie der Wissenschaften zu Leipzig}}, subtitle = {Database snapshot of project {\dq}Strukturen und Transformationen des Wortschatzes der {\"a}gyptischen Sprache{\dq} (excerpt from January 2018)} } ``` Translation paper: ``` @article{wiesenbach19, title = {Multi-Task Modeling of Phonographic Languages: Translating Middle Egyptian Hieroglyphs}, author = {Wiesenbach, Philipp and Riezler, Stefan}, journal = {Proceedings of the International Workshop on Spoken Language Translation}, journal-abbrev = {IWSLT}, year = {2019}, url = {https://www.cl.uni-heidelberg.de/statnlpgroup/publications/IWSLT2019_v2.pdf} } ``` ### Contributions Thanks to [@phiwi](https://github.com/phiwi) for adding this dataset.
bbaw_egyptian
[ "task_categories:translation", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:multilingual", "size_categories:100K<n<1M", "source_datasets:extended|wikipedia", "language:egy", "language:de", "language:en", "license:cc-by-sa-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["egy", "de", "en"], "license": ["cc-by-sa-4.0"], "multilinguality": ["multilingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["extended|wikipedia"], "task_categories": ["translation"], "task_ids": [], "pretty_name": "BBAW, Thesaurus Linguae Aegyptiae, Ancient Egyptian (2018)", "dataset_info": {"features": [{"name": "transcription", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "hieroglyphs", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 18533905, "num_examples": 100736}], "download_size": 9746860, "dataset_size": 18533905}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-10T08:24:41+00:00
[]
[ "egy", "de", "en" ]
TAGS #task_categories-translation #annotations_creators-expert-generated #language_creators-found #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-extended|wikipedia #language-Egyptian (Ancient) #language-German #language-English #license-cc-by-sa-4.0 #region-us
Dataset Card for "bbaw\_egyptian" ================================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: Github * Paper: Multi-Task Modeling of Phonographic Languages: Translating Middle Egyptian Hieroglyph * Point of Contact: Philipp Wiesenbach * Size of downloaded dataset files: 35.65 MB ### Dataset Summary This dataset comprises parallel sentences of hieroglyphic encodings, transcription and translation as used in the paper Multi-Task Modeling of Phonographic Languages: Translating Middle Egyptian Hieroglyph. The data triples are extracted from the digital corpus of Egyptian texts compiled by the project "Strukturen und Transformationen des Wortschatzes der ägyptischen Sprache". ### Supported Tasks and Leaderboards ### Languages The dataset consists of parallel triples of * 'hieroglyphs': Encoding of the hieroglyphs with the [Gardiner's sign list * 'transcription': Transliteration of the above mentioned hieroglyphs with a transliteration scheme * 'translation': Translation in mostly German language (with some English mixed in) Dataset Structure ----------------- The dataset is not divided into 'train', 'dev' and 'test' splits as it was not built for competitive purposes and we encourage all scientists to use individual partitioning schemes to suit their needs (due to the low resource setting it might be advisable to use cross validation anyway). The only available split 'all' therefore comprises the full 100,708 translation triples, 35,503 of which possess hieroglyphic encodings (the remaining 65,205 triples have empty 'hieroglyph' entries). ### Data Instances An example of a data triple looks the following way: *Important*: Only about a third of the instance actually cover hieroglyphic encodings (the rest is the empty string '""') as the leftover encodings have not yet been incorporated into the BBAW's project database. ### Data Fields #### plain\_text * 'transcription': a 'string' feature. * 'translation': a 'string' feature. * 'hieroglyphs': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization The data source comes from the project "Strukturen und Transformationen des Wortschatzes der ägyptischen Sprache" which is compiling an extensively annotated digital corpus of Egyptian texts. Their publication comprises an excerpt of the internal database's contents. #### Who are the source language producers? ### Annotations #### Annotation process The corpus has not been preprocessed as we encourage every scientist to prepare the corpus to their desired needs. This means, that all textcritic symbols are still included in the transliteration and translation. This concerns the following annotations: * '()': defective * '[]': lost * '{}': surplus * '〈〉': omitted * '⸢⸣': damaged * '⸮?': unclear * '{{}}': erasure * '(())': above * '[[]]': overstrike * '〈〈〉〉': haplography Their exists a similar sign list for the annotation of the hieroglyphic encoding. If you wish access to this list, please get in contact with the author. #### Who are the annotators? AV Altägyptisches Wörterbuch (URL AV Wortschatz der ägyptischen Sprache (URL URL); Burkhard Backes, Susanne Beck, Anke Blöbaum, Angela Böhme, Marc Brose, Adelheid Burkhardt, Roberto A. Díaz Hernández, Peter Dils, Roland Enmarch, Frank Feder, Heinz Felber, Silke Grallert, Stefan Grunert, Ingelore Hafemann, Anne Herzberg, John M. Iskander, Ines Köhler, Maxim Kupreyev, Renata Landgrafova, Verena Lepper, Lutz Popko, Alexander Schütze, Simon Schweitzer, Stephan Seidlmayer, Gunnar Sperveslage, Susanne Töpfer, Doris Topmann, Anja Weber ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information CC BY-SA 4.0 Deed Attribution-ShareAlike 4.0 International URL Source corpus: Translation paper: ### Contributions Thanks to @phiwi for adding this dataset.
[ "### Dataset Summary\n\n\nThis dataset comprises parallel sentences of hieroglyphic encodings, transcription and translation as used in the paper Multi-Task Modeling of Phonographic Languages: Translating Middle Egyptian Hieroglyph. The data triples are extracted from the digital corpus of Egyptian texts compiled by the project \"Strukturen und Transformationen des Wortschatzes der ägyptischen Sprache\".", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe dataset consists of parallel triples of\n\n\n* 'hieroglyphs': Encoding of the hieroglyphs with the [Gardiner's sign list\n* 'transcription': Transliteration of the above mentioned hieroglyphs with a transliteration scheme\n* 'translation': Translation in mostly German language (with some English mixed in)\n\n\nDataset Structure\n-----------------\n\n\nThe dataset is not divided into 'train', 'dev' and 'test' splits as it was not built for competitive purposes and we encourage all scientists to use individual partitioning schemes to suit their needs (due to the low resource setting it might be advisable to use cross validation anyway). The only available split 'all' therefore comprises the full 100,708 translation triples, 35,503 of which possess hieroglyphic encodings (the remaining 65,205 triples have empty 'hieroglyph' entries).", "### Data Instances\n\n\nAn example of a data triple looks the following way:\n\n\n*Important*: Only about a third of the instance actually cover hieroglyphic encodings (the rest is the empty string '\"\"') as the leftover encodings have not yet been incorporated into the BBAW's project database.", "### Data Fields", "#### plain\\_text\n\n\n* 'transcription': a 'string' feature.\n* 'translation': a 'string' feature.\n* 'hieroglyphs': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data source comes from the project \"Strukturen und Transformationen des Wortschatzes der ägyptischen Sprache\" which is compiling an extensively annotated digital corpus of Egyptian texts. Their publication comprises an excerpt of the internal database's contents.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nThe corpus has not been preprocessed as we encourage every scientist to prepare the corpus to their desired needs. This means, that all textcritic symbols are still included in the transliteration and translation. This concerns the following annotations:\n\n\n* '()': defective\n* '[]': lost\n* '{}': surplus\n* '〈〉': omitted\n* '⸢⸣': damaged\n* '⸮?': unclear\n* '{{}}': erasure\n* '(())': above\n* '[[]]': overstrike\n* '〈〈〉〉': haplography\n\n\nTheir exists a similar sign list for the annotation of the hieroglyphic encoding. If you wish access to this list, please get in contact with the author.", "#### Who are the annotators?\n\n\nAV Altägyptisches Wörterbuch (URL AV Wortschatz der ägyptischen Sprache (URL URL);\nBurkhard Backes, Susanne Beck, Anke Blöbaum, Angela Böhme, Marc Brose, Adelheid Burkhardt, Roberto A. Díaz Hernández, Peter Dils, Roland Enmarch, Frank Feder, Heinz Felber, Silke Grallert, Stefan Grunert, Ingelore Hafemann, Anne Herzberg, John M. Iskander, Ines Köhler, Maxim Kupreyev, Renata Landgrafova, Verena Lepper, Lutz Popko, Alexander Schütze, Simon Schweitzer, Stephan Seidlmayer, Gunnar Sperveslage, Susanne Töpfer, Doris Topmann, Anja Weber", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nCC BY-SA 4.0 Deed Attribution-ShareAlike 4.0 International URL\n\n\nSource corpus:\n\n\nTranslation paper:", "### Contributions\n\n\nThanks to @phiwi for adding this dataset." ]
[ "TAGS\n#task_categories-translation #annotations_creators-expert-generated #language_creators-found #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-extended|wikipedia #language-Egyptian (Ancient) #language-German #language-English #license-cc-by-sa-4.0 #region-us \n", "### Dataset Summary\n\n\nThis dataset comprises parallel sentences of hieroglyphic encodings, transcription and translation as used in the paper Multi-Task Modeling of Phonographic Languages: Translating Middle Egyptian Hieroglyph. The data triples are extracted from the digital corpus of Egyptian texts compiled by the project \"Strukturen und Transformationen des Wortschatzes der ägyptischen Sprache\".", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe dataset consists of parallel triples of\n\n\n* 'hieroglyphs': Encoding of the hieroglyphs with the [Gardiner's sign list\n* 'transcription': Transliteration of the above mentioned hieroglyphs with a transliteration scheme\n* 'translation': Translation in mostly German language (with some English mixed in)\n\n\nDataset Structure\n-----------------\n\n\nThe dataset is not divided into 'train', 'dev' and 'test' splits as it was not built for competitive purposes and we encourage all scientists to use individual partitioning schemes to suit their needs (due to the low resource setting it might be advisable to use cross validation anyway). The only available split 'all' therefore comprises the full 100,708 translation triples, 35,503 of which possess hieroglyphic encodings (the remaining 65,205 triples have empty 'hieroglyph' entries).", "### Data Instances\n\n\nAn example of a data triple looks the following way:\n\n\n*Important*: Only about a third of the instance actually cover hieroglyphic encodings (the rest is the empty string '\"\"') as the leftover encodings have not yet been incorporated into the BBAW's project database.", "### Data Fields", "#### plain\\_text\n\n\n* 'transcription': a 'string' feature.\n* 'translation': a 'string' feature.\n* 'hieroglyphs': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data source comes from the project \"Strukturen und Transformationen des Wortschatzes der ägyptischen Sprache\" which is compiling an extensively annotated digital corpus of Egyptian texts. Their publication comprises an excerpt of the internal database's contents.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nThe corpus has not been preprocessed as we encourage every scientist to prepare the corpus to their desired needs. This means, that all textcritic symbols are still included in the transliteration and translation. This concerns the following annotations:\n\n\n* '()': defective\n* '[]': lost\n* '{}': surplus\n* '〈〉': omitted\n* '⸢⸣': damaged\n* '⸮?': unclear\n* '{{}}': erasure\n* '(())': above\n* '[[]]': overstrike\n* '〈〈〉〉': haplography\n\n\nTheir exists a similar sign list for the annotation of the hieroglyphic encoding. If you wish access to this list, please get in contact with the author.", "#### Who are the annotators?\n\n\nAV Altägyptisches Wörterbuch (URL AV Wortschatz der ägyptischen Sprache (URL URL);\nBurkhard Backes, Susanne Beck, Anke Blöbaum, Angela Böhme, Marc Brose, Adelheid Burkhardt, Roberto A. Díaz Hernández, Peter Dils, Roland Enmarch, Frank Feder, Heinz Felber, Silke Grallert, Stefan Grunert, Ingelore Hafemann, Anne Herzberg, John M. Iskander, Ines Köhler, Maxim Kupreyev, Renata Landgrafova, Verena Lepper, Lutz Popko, Alexander Schütze, Simon Schweitzer, Stephan Seidlmayer, Gunnar Sperveslage, Susanne Töpfer, Doris Topmann, Anja Weber", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nCC BY-SA 4.0 Deed Attribution-ShareAlike 4.0 International URL\n\n\nSource corpus:\n\n\nTranslation paper:", "### Contributions\n\n\nThanks to @phiwi for adding this dataset." ]
[ 97, 99, 10, 218, 76, 5, 45, 11, 7, 4, 74, 10, 5, 182, 177, 18, 7, 8, 14, 6, 25, 16 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-expert-generated #language_creators-found #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-extended|wikipedia #language-Egyptian (Ancient) #language-German #language-English #license-cc-by-sa-4.0 #region-us \n### Dataset Summary\n\n\nThis dataset comprises parallel sentences of hieroglyphic encodings, transcription and translation as used in the paper Multi-Task Modeling of Phonographic Languages: Translating Middle Egyptian Hieroglyph. The data triples are extracted from the digital corpus of Egyptian texts compiled by the project \"Strukturen und Transformationen des Wortschatzes der ägyptischen Sprache\".### Supported Tasks and Leaderboards### Languages\n\n\nThe dataset consists of parallel triples of\n\n\n* 'hieroglyphs': Encoding of the hieroglyphs with the [Gardiner's sign list\n* 'transcription': Transliteration of the above mentioned hieroglyphs with a transliteration scheme\n* 'translation': Translation in mostly German language (with some English mixed in)\n\n\nDataset Structure\n-----------------\n\n\nThe dataset is not divided into 'train', 'dev' and 'test' splits as it was not built for competitive purposes and we encourage all scientists to use individual partitioning schemes to suit their needs (due to the low resource setting it might be advisable to use cross validation anyway). The only available split 'all' therefore comprises the full 100,708 translation triples, 35,503 of which possess hieroglyphic encodings (the remaining 65,205 triples have empty 'hieroglyph' entries).### Data Instances\n\n\nAn example of a data triple looks the following way:\n\n\n*Important*: Only about a third of the instance actually cover hieroglyphic encodings (the rest is the empty string '\"\"') as the leftover encodings have not yet been incorporated into the BBAW's project database.### Data Fields", "passage: #### plain\\_text\n\n\n* 'transcription': a 'string' feature.\n* 'translation': a 'string' feature.\n* 'hieroglyphs': a 'string' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization\n\n\nThe data source comes from the project \"Strukturen und Transformationen des Wortschatzes der ägyptischen Sprache\" which is compiling an extensively annotated digital corpus of Egyptian texts. Their publication comprises an excerpt of the internal database's contents.#### Who are the source language producers?### Annotations#### Annotation process\n\n\nThe corpus has not been preprocessed as we encourage every scientist to prepare the corpus to their desired needs. This means, that all textcritic symbols are still included in the transliteration and translation. This concerns the following annotations:\n\n\n* '()': defective\n* '[]': lost\n* '{}': surplus\n* '〈〉': omitted\n* '⸢⸣': damaged\n* '⸮?': unclear\n* '{{}}': erasure\n* '(())': above\n* '[[]]': overstrike\n* '〈〈〉〉': haplography\n\n\nTheir exists a similar sign list for the annotation of the hieroglyphic encoding. If you wish access to this list, please get in contact with the author.#### Who are the annotators?\n\n\nAV Altägyptisches Wörterbuch (URL AV Wortschatz der ägyptischen Sprache (URL URL);\nBurkhard Backes, Susanne Beck, Anke Blöbaum, Angela Böhme, Marc Brose, Adelheid Burkhardt, Roberto A. Díaz Hernández, Peter Dils, Roland Enmarch, Frank Feder, Heinz Felber, Silke Grallert, Stefan Grunert, Ingelore Hafemann, Anne Herzberg, John M. Iskander, Ines Köhler, Maxim Kupreyev, Renata Landgrafova, Verena Lepper, Lutz Popko, Alexander Schütze, Simon Schweitzer, Stephan Seidlmayer, Gunnar Sperveslage, Susanne Töpfer, Doris Topmann, Anja Weber### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases" ]
[ -0.011936575174331665, 0.08540098369121552, -0.0053518349304795265, 0.04548245295882225, 0.03760010376572609, 0.02064754255115986, 0.0612867996096611, 0.06050235405564308, 0.013525372371077538, 0.06945948302745819, 0.01100058201700449, 0.005785390734672546, 0.09794341027736664, -0.01236653234809637, 0.011090556159615517, -0.16536983847618103, 0.0477365143597126, -0.10547754913568497, -0.026614177972078323, 0.05357271060347557, 0.12840870022773743, -0.015877489000558853, 0.08320700377225876, -0.09900587797164917, 0.017999833449721336, 0.027788566425442696, -0.0333733968436718, 0.00688899215310812, 0.08160801976919174, 0.09858954697847366, 0.06468433141708374, -0.0010162515100091696, -0.00488706398755312, -0.1837231069803238, 0.005133005790412426, 0.04687443748116493, -0.025924447923898697, -0.001295741181820631, 0.042446210980415344, -0.0252536553889513, 0.054439567029476166, -0.19070526957511902, -0.017193276435136795, 0.00007040239870548248, -0.11026997864246368, -0.06697872281074524, -0.12283453345298767, 0.11112111806869507, 0.046803250908851624, 0.004148454871028662, -0.05186796188354492, 0.09610465168952942, 0.00717705674469471, 0.0688992366194725, 0.13437455892562866, -0.21789169311523438, -0.05525214970111847, 0.03595416247844696, 0.04255105182528496, 0.08212217688560486, -0.06567825376987457, 0.07370802760124207, -0.0014308218378573656, 0.02101401798427105, -0.051718614995479584, -0.0906938835978508, 0.06268662214279175, -0.029372956603765488, -0.12023499608039856, -0.04223702475428581, 0.17720431089401245, -0.00036836788058280945, -0.059838928282260895, -0.11289940029382706, -0.01965872384607792, 0.06281939148902893, 0.007969127967953682, -0.034566521644592285, -0.0016664080321788788, -0.013553047552704811, 0.1059996709227562, -0.09414441883563995, -0.09030112624168396, 0.070455402135849, -0.0744638666510582, 0.06713941693305969, 0.046193063259124756, -0.025970205664634705, 0.08728395402431488, 0.04462780803442001, -0.09014854580163956, -0.0922287106513977, -0.0025643594563007355, -0.0844566822052002, -0.13150951266288757, -0.01066584698855877, -0.04698104411363602, -0.08707409352064133, 0.04919959232211113, 0.2036493718624115, -0.06831858307123184, 0.06651611626148224, -0.06626039743423462, 0.04126693308353424, 0.03750072419643402, 0.06385985016822815, -0.09300915896892548, -0.12474387139081955, -0.03659745678305626, -0.013418378308415413, 0.0668112188577652, 0.0014376156032085419, -0.03137240931391716, 0.0003068740479648113, 0.03190469369292259, 0.05278943106532097, 0.07635322213172913, 0.03862906992435455, -0.0454314649105072, -0.04682956635951996, 0.0534537173807621, -0.11787950247526169, 0.010501342825591564, -0.007660821080207825, -0.00615993607789278, 0.059111207723617554, 0.0010204566642642021, 0.031794145703315735, -0.08221262693405151, 0.05777483433485031, -0.009581318125128746, 0.011023754253983498, -0.03094213455915451, -0.07819449156522751, 0.03500770032405853, -0.051285021007061005, -0.058460529893636703, -0.11355471611022949, -0.05641217529773712, -0.04995208978652954, 0.07382133603096008, -0.05036824196577072, 0.038935285061597824, -0.003805415006354451, -0.034820083528757095, -0.0025378328282386065, 0.008481191471219063, -0.012268690392374992, -0.018269265070557594, 0.02147376537322998, -0.07216925919055939, 0.053954869508743286, -0.06226286292076111, 0.002320490311831236, -0.10708317160606384, 0.046124882996082306, -0.18787674605846405, 0.09855545312166214, -0.1023750901222229, -0.030897483229637146, -0.15210050344467163, -0.016885366290807724, 0.017167914658784866, 0.04469325393438339, 0.040670037269592285, 0.12348596006631851, -0.19769912958145142, -0.022154908627271652, 0.13659197092056274, -0.07981186360120773, -0.06233978644013405, 0.16137287020683289, -0.008259320631623268, 0.03663909435272217, 0.09429077804088593, 0.147935152053833, -0.03050839900970459, -0.019329506903886795, -0.13205325603485107, -0.05462237820029259, 0.04619533568620682, 0.2536349296569824, 0.07608477771282196, -0.07626861333847046, 0.06120670214295387, 0.010656939819455147, -0.03701484203338623, -0.04678897187113762, 0.016561904922127724, -0.07763663679361343, 0.00873925257474184, -0.0038244957104325294, 0.10158440470695496, -0.0041401078924536705, -0.024920852854847908, -0.055299147963523865, -0.12796920537948608, -0.011503682471811771, 0.0030999109148979187, -0.008664222434163094, 0.06462317705154419, -0.004633018746972084, -0.006412990391254425, 0.0447700135409832, 0.015575609169900417, -0.12496547400951385, -0.10650657117366791, 0.0264928936958313, -0.06781595200300217, 0.11098438501358032, -0.03506701439619064, 0.02348513714969158, 0.05390609800815582, -0.08390805870294571, -0.012549014762043953, 0.03133465722203255, -0.0012420595157891512, -0.027561338618397713, -0.18992537260055542, 0.0012337910011410713, -0.008715657517313957, 0.08246136456727982, -0.03421950340270996, -0.0005081139970570803, -0.0353730134665966, 0.2338491678237915, -0.0017393461894243956, -0.018169548362493515, -0.03111153654754162, 0.0719471126794815, -0.03286951035261154, -0.01065060030668974, 0.011603951454162598, -0.05681702122092247, -0.09644319862127304, 0.05397811532020569, -0.10977558046579361, -0.15788514912128448, 0.07652837038040161, -0.022604966536164284, -0.11405697464942932, 0.013695785775780678, -0.005717232823371887, -0.05734759196639061, 0.020637113600969315, -0.12910938262939453, 0.12145297974348068, 0.02723824791610241, 0.023422079160809517, -0.05708836019039154, -0.019991857931017876, -0.037479665130376816, -0.05598943680524826, -0.09413715451955795, 0.10387679189443588, 0.0024425797164440155, -0.2629815936088562, 0.10425412654876709, 0.08096979558467865, -0.01898263767361641, 0.1761167049407959, -0.012114648707211018, -0.0414418987929821, -0.06505592167377472, 0.06698434799909592, 0.032527223229408264, 0.05618129298090935, -0.061776090413331985, 0.009781423956155777, 0.027122868224978447, 0.019557751715183258, -0.015185005962848663, -0.0006571612320840359, 0.052794430404901505, -0.004867492243647575, 0.017131716012954712, 0.09443942457437515, 0.042735591530799866, 0.004562207963317633, 0.09342758357524872, -0.007359118200838566, 0.018584342673420906, -0.0007259417325258255, -0.03407391533255577, -0.07350584864616394, 0.11749662458896637, -0.1315452754497528, -0.2607824504375458, -0.0868094190955162, -0.05082579329609871, -0.1394735872745514, -0.010535079054534435, 0.0659959614276886, -0.021432459354400635, -0.044923555105924606, -0.05505406856536865, 0.08578050136566162, 0.017058981582522392, -0.06314960867166519, -0.0995539128780365, -0.037672948092222214, 0.0170158501714468, -0.09727714955806732, -0.023471083492040634, 0.01028999499976635, -0.05548315495252609, 0.015875373035669327, 0.008589987643063068, 0.08032052218914032, 0.02592713013291359, 0.0424395315349102, -0.07041674852371216, -0.024336298927664757, 0.22050544619560242, -0.09774404764175415, 0.11611191928386688, 0.009330471977591515, -0.0841827467083931, 0.0956568568944931, 0.2223040759563446, 0.03600791096687317, -0.03475401550531387, -0.004604673013091087, 0.0683446004986763, -0.006127618718892336, -0.1976436972618103, -0.10439571738243103, -0.058850858360528946, -0.004484687000513077, -0.01945902779698372, -0.0008766902610659599, 0.029623184353113174, -0.0025500929914414883, -0.13195762038230896, 0.04761723428964615, 0.01305152103304863, 0.0828535258769989, 0.11187085509300232, 0.019288400188088417, 0.0778341293334961, -0.023888004943728447, -0.0288437157869339, 0.08382676541805267, -0.008134963922202587, 0.16190163791179657, 0.013693326152861118, 0.13860943913459778, 0.07648267596960068, 0.04529084265232086, -0.03960544615983963, -0.03256316855549812, -0.00828652922064066, 0.030979814007878304, -0.018057597801089287, -0.07971539348363876, 0.025423850864171982, 0.06743000447750092, 0.0764559805393219, -0.015506834723055363, 0.0014531463384628296, -0.024037733674049377, 0.13695450127124786, 0.07269669324159622, 0.06737659126520157, -0.01836976408958435, -0.03841865807771683, 0.06207645311951637, -0.024083366617560387, -0.05107033625245094, -0.04292796552181244, 0.04880949854850769, -0.12423336505889893, 0.09507371485233307, -0.019860442727804184, 0.05394870415329933, -0.06277924031019211, 0.015072284266352654, -0.06529016047716141, 0.013269998133182526, -0.025661010295152664, 0.06044166535139084, -0.23961852490901947, 0.17603573203086853, 0.03653156757354736, 0.04866523668169975, -0.044082388281822205, 0.018171068280935287, 0.028932759538292885, 0.011348946020007133, 0.15666162967681885, 0.04638545960187912, -0.1294964849948883, -0.01893826201558113, -0.05735800042748451, -0.02076648361980915, 0.16873033344745636, -0.06988227367401123, 0.08996205031871796, -0.005224196240305901, -0.00671766372397542, -0.054727017879486084, 0.09890827536582947, -0.17783522605895996, -0.16745439171791077, 0.09650096297264099, -0.06859555840492249, 0.015283268876373768, -0.008428772911429405, -0.01670914888381958, -0.12401829659938812, 0.1792066991329193, -0.16427022218704224, -0.10795964300632477, -0.06726395338773727, -0.007625076919794083, 0.139714315533638, -0.08331715315580368, 0.011819856241345406, -0.02798401564359665, 0.012686903588473797, -0.06326755881309509, -0.05170297622680664, 0.06031927466392517, -0.05351708456873894, -0.11549060046672821, -0.06572885066270828, 0.16309937834739685, 0.06051662936806679, 0.06712622940540314, 0.01659000664949417, 0.08811486512422562, 0.02883005514740944, -0.08693104982376099, 0.04694542661309242, 0.036174476146698, 0.06592751294374466, 0.1510847508907318, -0.08841577917337418, -0.12033436447381973, -0.10168154537677765, -0.07212112843990326, 0.0930480808019638, 0.24587993323802948, -0.03810688853263855, 0.11910513788461685, 0.1246451660990715, -0.10244416445493698, -0.22669368982315063, -0.07921717315912247, 0.050949081778526306, 0.0063812024891376495, 0.0292481891810894, -0.14933857321739197, 0.025954440236091614, 0.04630255699157715, 0.030491003766655922, -0.0193929523229599, -0.23979032039642334, -0.11591576039791107, 0.024538284167647362, -0.01908225566148758, -0.054689228534698486, -0.14249621331691742, -0.07521892338991165, -0.06956629455089569, -0.09583231806755066, 0.050700798630714417, -0.008361058309674263, 0.08561888337135315, 0.029566876590251923, -0.023302394896745682, 0.006979377940297127, -0.0017122691497206688, 0.201704740524292, 0.03668585792183876, 0.010008735582232475, -0.0792781338095665, -0.02606046386063099, 0.07821806520223618, -0.0016895197331905365, 0.0891188234090805, -0.0637100338935852, -0.026582246646285057, -0.05403291434049606, 0.005248722620308399, -0.08899278938770294, 0.08925493061542511, -0.10983014106750488, -0.06624820083379745, -0.05013216286897659, 0.10708066821098328, 0.08323945850133896, 0.0069805351085960865, 0.043242499232292175, -0.033867381513118744, 0.04062409698963165, 0.11137311160564423, 0.12481346726417542, 0.10150109976530075, -0.111293725669384, -0.007206246256828308, -0.018561799079179764, 0.04072581231594086, -0.006604623049497604, 0.026730023324489594, 0.1006365567445755, -0.009770959615707397, 0.12290231883525848, -0.028835993260145187, -0.12473553419113159, -0.008422551676630974, 0.06881706416606903, -0.12009143829345703, -0.21058617532253265, -0.023704998195171356, -0.051951173692941666, -0.018494965508580208, -0.036986593157052994, 0.16526737809181213, -0.02277262881398201, -0.019268229603767395, 0.005237874574959278, 0.0679311603307724, -0.009959458373486996, 0.08165900409221649, -0.010404141619801521, 0.013783592730760574, -0.05293508246541023, 0.11648227274417877, 0.11232750117778778, -0.09562333673238754, 0.07813725620508194, 0.10601888597011566, -0.06085748225450516, -0.05969874560832977, -0.021321263164281845, 0.07587748765945435, -0.05601300671696663, -0.010441932827234268, 0.003645158838480711, -0.05462475121021271, -0.021946847438812256, 0.04222242161631584, 0.0313776358962059, 0.005880643147975206, 0.02989833429455757, -0.047152530401945114, 0.026709025725722313, 0.11413423717021942, 0.1083819717168808, 0.06150372326374054, 0.004816197790205479, 0.08882702887058258, -0.029926154762506485, -0.01832759380340576, 0.007822060026228428, 0.0006979107856750488, -0.13147689402103424, -0.03596170246601105, -0.18234166502952576, -0.037461597472429276, -0.0306614488363266, -0.05221714824438095, 0.010022738948464394, -0.03288120776414871, 0.009493871591985226, -0.005240693688392639, -0.041496433317661285, -0.05293121188879013, -0.006274538114666939, 0.10774090886116028, -0.1504414826631546, -0.03793787583708763, 0.09137152135372162, -0.052685268223285675, 0.051735877990722656, 0.01910855807363987, -0.012328235432505608, 0.07405947893857956, -0.07857684791088104, 0.027308152988553047, -0.08488431572914124, 0.027254831045866013, 0.024064136669039726, -0.09529994428157806, -0.04405765235424042, -0.014251708984375, -0.0024408604949712753, 0.030811991542577744, -0.0008402708917856216, -0.06397140026092529, 0.05978473648428917, -0.012948105111718178, -0.022256191819906235, -0.012150896713137627, 0.06690888106822968, 0.03883092850446701, 0.024909276515245438, 0.10306192934513092, -0.07315421104431152, 0.032555002719163895, -0.05635037273168564, -0.010496299713850021, 0.017566047608852386, -0.06705938279628754, 0.03939584642648697, -0.0431741327047348, 0.045740023255348206, -0.013920782133936882, 0.09727869182825089, -0.006858089007437229, 0.01488066278398037, 0.026129547506570816, -0.027612460777163506, -0.07700272649526596, 0.0719190239906311, 0.045883942395448685, -0.01345212571322918, -0.03474710136651993, -0.11566627025604248, -0.02400907129049301, -0.025140967220067978, 0.05279289186000824, 0.13641385734081268, 0.1679076850414276, 0.13430969417095184, 0.02037716843187809, 0.03105461411178112, -0.07869155704975128, -0.10189758241176605, 0.03232058882713318, 0.058032624423503876, 0.10889147967100143, -0.07655515521764755, 0.011340243741869926, 0.03702476993203163, -0.1734180450439453, 0.11104054749011993, -0.06066200137138367, -0.06189027428627014, -0.011428340338170528, -0.165117084980011, -0.032679807394742966, 0.03937259316444397, -0.024829180911183357, -0.08464758098125458, 0.07050944864749908, 0.07025706768035889, 0.04437091201543808, -0.020744072273373604, 0.1248769760131836, -0.10912973433732986, -0.08760318160057068, 0.08441507816314697, 0.018180768936872482, 0.044450677931308746, 0.07950017601251602, -0.0007875282317399979, -0.03441743925213814, 0.04674558341503143, 0.009634286165237427, 0.07565198838710785, 0.005805807188153267, -0.03139403462409973, -0.06626573204994202, -0.08797606080770493, 0.020309176295995712, 0.005270823836326599, -0.0025909487158060074, 0.1544189155101776, 0.044758833944797516, -0.013405431993305683, -0.006661838386207819, 0.15535664558410645, -0.017624149098992348, -0.11088773608207703, -0.13120684027671814, 0.09489206969738007, -0.026321524754166603, 0.026847772300243378, 0.018248150125145912, -0.13908925652503967, 0.034652404487133026, 0.08709192276000977, 0.16702722012996674, -0.014209380373358727, 0.026042984798550606, 0.03721223026514053, 0.02835344709455967, 0.035920217633247375, 0.044668592512607574, 0.01561771146953106, 0.18345296382904053, -0.0777023509144783, 0.06951448321342468, -0.032238587737083435, -0.039504941552877426, -0.13165956735610962, 0.11612202972173691, 0.02001241222023964, -0.026369990780949593, -0.038974687457084656, 0.10066618025302887, -0.05027921497821808, -0.29070931673049927, -0.014283816330134869, -0.09893029928207397, -0.10613533109426498, -0.031536951661109924, 0.06987157464027405, 0.06255777180194855, 0.04108758643269539, 0.027676180005073547, -0.01432102732360363, 0.15168261528015137, 0.024897096678614616, -0.009114658460021019, -0.0403573215007782, 0.07414079457521439, -0.01123448833823204, 0.11462022364139557, 0.031096646562218666, 0.12172204256057739, 0.09427884966135025, 0.006350384559482336, 0.014283109456300735, -0.0077172135934233665, 0.10661863535642624, 0.008218023926019669, 0.04186245799064636, 0.16654044389724731, -0.0013587633147835732, 0.09176535904407501, 0.08794082701206207, -0.014379331842064857, 0.054858580231666565, 0.12471581995487213, -0.0385618582367897, -0.030654456466436386, 0.13078556954860687, -0.13099779188632965, 0.1306581348180771, 0.20755988359451294, 0.005911107640713453, 0.01722276583313942, -0.04653144255280495, -0.020672179758548737, 0.05898274853825569, 0.08323540538549423, -0.03404545411467552, -0.15585532784461975, 0.02757704071700573, 0.008913571946322918, 0.11774562299251556, -0.12269256263971329, -0.09249730408191681, 0.028540370985865593, 0.06084786728024483, -0.05374016612768173, 0.1023142859339714, 0.08052638173103333, -0.0552852526307106, -0.03946744650602341, -0.06309936195611954, -0.02514183148741722, 0.04411851242184639, -0.019475247710943222, -0.006699222140014172 ]
bca982bebdd497ab9078feda251111aac4874318
# Dataset Card for BBC Hindi NLI Dataset ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Repository:** [GitHub](https://github.com/midas-research/hindi-nli-data) - **Paper:** [Aclweb](https://www.aclweb.org/anthology/2020.aacl-main.71) - **Point of Contact:** [GitHub](https://github.com/midas-research/hindi-nli-data) ### Dataset Summary - Dataset for Natural Language Inference in Hindi Language. BBC Hindi Dataset consists of textual-entailment pairs. - Each row of the Datasets if made up of 4 columns - Premise, Hypothesis, Label and Topic. - Context and Hypothesis is written in Hindi while Entailment_Label is in English. - Entailment_label is of 2 types - entailed and not-entailed. - Dataset can be used to train models for Natural Language Inference tasks in Hindi Language. [More Information Needed] ### Supported Tasks and Leaderboards - Natural Language Inference for Hindi ### Languages Dataset is in Hindi ## Dataset Structure - Data is structured in TSV format. - Train and Test files are in seperate files ### Dataset Instances An example of 'train' looks as follows. ``` {'hypothesis': 'यह खबर की सूचना है|', 'label': 'entailed', 'premise': 'गोपनीयता की नीति', 'topic': '1'} ``` ### Data Fields - Each row contatins 4 columns - Premise, Hypothesis, Label and Topic. ### Data Splits - Train : 15553 - Valid : 2581 - Test : 2593 ## Dataset Creation - We employ a recasting technique from Poliak et al. (2018a,b) to convert publicly available BBC Hindi news text classification datasets in Hindi and pose them as TE problems - In this recasting process, we build template hypotheses for each class in the label taxonomy - Then, we pair the original annotated sentence with each of the template hypotheses to create TE samples. - For more information on the recasting process, refer to paper "https://www.aclweb.org/anthology/2020.aacl-main.71" ### Source Data Source Dataset for the recasting process is the BBC Hindi Headlines Dataset(https://github.com/NirantK/hindi2vec/releases/tag/bbc-hindi-v0.1) #### Initial Data Collection and Normalization - BBC Hindi News Classification Dataset contains 4, 335 Hindi news headlines tagged across 14 categories: India, Pakistan,news, International, entertainment, sport, science, China, learning english, social, southasia, business, institutional, multimedia - We processed this dataset to combine two sets of relevant but low prevalence classes. - Namely, we merged the samples from Pakistan, China, international, and southasia as one class called international. - Likewise, we also merged samples from news, business, social, learning english, and institutional as news. - Lastly, we also removed the class multimedia because there were very few samples. #### Who are the source language producers? Pls refer to this paper: "https://www.aclweb.org/anthology/2020.aacl-main.71" ### Annotations #### Annotation process Annotation process has been described in Dataset Creation Section. #### Who are the annotators? Annotation is done automatically. ### Personal and Sensitive Information No Personal and Sensitive Information is mentioned in the Datasets. ## Considerations for Using the Data Pls refer to this paper: https://www.aclweb.org/anthology/2020.aacl-main.71 ### Discussion of Biases Pls refer to this paper: https://www.aclweb.org/anthology/2020.aacl-main.71 ### Other Known Limitations No other known limitations ## Additional Information Pls refer to this link: https://github.com/midas-research/hindi-nli-data ### Dataset Curators It is written in the repo : https://github.com/avinsit123/hindi-nli-data that - This corpus can be used freely for research purposes. - The paper listed below provide details of the creation and use of the corpus. If you use the corpus, then please cite the paper. - If interested in commercial use of the corpus, send email to midas@iiitd.ac.in. - If you use the corpus in a product or application, then please credit the authors and Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi appropriately. Also, if you send us an email, we will be thrilled to know about how you have used the corpus. - Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi, India disclaims any responsibility for the use of the corpus and does not provide technical support. However, the contact listed above will be happy to respond to queries and clarifications. - Rather than redistributing the corpus, please direct interested parties to this page - Please feel free to send us an email: - with feedback regarding the corpus. - with information on how you have used the corpus. - if interested in having us analyze your data for natural language inference. - if interested in a collaborative research project. ### Licensing Information Copyright (C) 2019 Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi (MIDAS, IIIT-Delhi). Pls contact authors for any information on the dataset. ### Citation Information ``` @inproceedings{uppal-etal-2020-two, title = "Two-Step Classification using Recasted Data for Low Resource Settings", author = "Uppal, Shagun and Gupta, Vivek and Swaminathan, Avinash and Zhang, Haimin and Mahata, Debanjan and Gosangi, Rakesh and Shah, Rajiv Ratn and Stent, Amanda", booktitle = "Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing", month = dec, year = "2020", address = "Suzhou, China", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/2020.aacl-main.71", pages = "706--719", abstract = "An NLP model{'}s ability to reason should be independent of language. Previous works utilize Natural Language Inference (NLI) to understand the reasoning ability of models, mostly focusing on high resource languages like English. To address scarcity of data in low-resource languages such as Hindi, we use data recasting to create NLI datasets for four existing text classification datasets. Through experiments, we show that our recasted dataset is devoid of statistical irregularities and spurious patterns. We further study the consistency in predictions of the textual entailment models and propose a consistency regulariser to remove pairwise-inconsistencies in predictions. We propose a novel two-step classification method which uses textual-entailment predictions for classification task. We further improve the performance by using a joint-objective for classification and textual entailment. We therefore highlight the benefits of data recasting and improvements on classification performance using our approach with supporting experimental results.", } ``` ### Contributions Thanks to [@avinsit123](https://github.com/avinsit123) for adding this dataset.
bbc_hindi_nli
[ "task_categories:text-classification", "task_ids:natural-language-inference", "annotations_creators:machine-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:extended|bbc__hindi_news_classification", "language:hi", "license:mit", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["machine-generated"], "language_creators": ["found"], "language": ["hi"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["extended|bbc__hindi_news_classification"], "task_categories": ["text-classification"], "task_ids": ["natural-language-inference"], "pretty_name": "BBC Hindi NLI Dataset", "dataset_info": {"config_name": "bbc hindi nli", "features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "not-entailment", "1": "entailment"}}}}, {"name": "topic", "dtype": {"class_label": {"names": {"0": "india", "1": "news", "2": "international", "3": "entertainment", "4": "sport", "5": "science"}}}}], "splits": [{"name": "train", "num_bytes": 2990064, "num_examples": 15552}, {"name": "validation", "num_bytes": 496800, "num_examples": 2580}, {"name": "test", "num_bytes": 494424, "num_examples": 2592}], "download_size": 309124, "dataset_size": 3981288}, "configs": [{"config_name": "bbc hindi nli", "data_files": [{"split": "train", "path": "bbc hindi nli/train-*"}, {"split": "validation", "path": "bbc hindi nli/validation-*"}, {"split": "test", "path": "bbc hindi nli/test-*"}], "default": true}]}
2024-01-10T10:00:44+00:00
[]
[ "hi" ]
TAGS #task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|bbc__hindi_news_classification #language-Hindi #license-mit #region-us
# Dataset Card for BBC Hindi NLI Dataset ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Repository: GitHub - Paper: Aclweb - Point of Contact: GitHub ### Dataset Summary - Dataset for Natural Language Inference in Hindi Language. BBC Hindi Dataset consists of textual-entailment pairs. - Each row of the Datasets if made up of 4 columns - Premise, Hypothesis, Label and Topic. - Context and Hypothesis is written in Hindi while Entailment_Label is in English. - Entailment_label is of 2 types - entailed and not-entailed. - Dataset can be used to train models for Natural Language Inference tasks in Hindi Language. ### Supported Tasks and Leaderboards - Natural Language Inference for Hindi ### Languages Dataset is in Hindi ## Dataset Structure - Data is structured in TSV format. - Train and Test files are in seperate files ### Dataset Instances An example of 'train' looks as follows. ### Data Fields - Each row contatins 4 columns - Premise, Hypothesis, Label and Topic. ### Data Splits - Train : 15553 - Valid : 2581 - Test : 2593 ## Dataset Creation - We employ a recasting technique from Poliak et al. (2018a,b) to convert publicly available BBC Hindi news text classification datasets in Hindi and pose them as TE problems - In this recasting process, we build template hypotheses for each class in the label taxonomy - Then, we pair the original annotated sentence with each of the template hypotheses to create TE samples. - For more information on the recasting process, refer to paper "URL ### Source Data Source Dataset for the recasting process is the BBC Hindi Headlines Dataset(URL #### Initial Data Collection and Normalization - BBC Hindi News Classification Dataset contains 4, 335 Hindi news headlines tagged across 14 categories: India, Pakistan,news, International, entertainment, sport, science, China, learning english, social, southasia, business, institutional, multimedia - We processed this dataset to combine two sets of relevant but low prevalence classes. - Namely, we merged the samples from Pakistan, China, international, and southasia as one class called international. - Likewise, we also merged samples from news, business, social, learning english, and institutional as news. - Lastly, we also removed the class multimedia because there were very few samples. #### Who are the source language producers? Pls refer to this paper: "URL ### Annotations #### Annotation process Annotation process has been described in Dataset Creation Section. #### Who are the annotators? Annotation is done automatically. ### Personal and Sensitive Information No Personal and Sensitive Information is mentioned in the Datasets. ## Considerations for Using the Data Pls refer to this paper: URL ### Discussion of Biases Pls refer to this paper: URL ### Other Known Limitations No other known limitations ## Additional Information Pls refer to this link: URL ### Dataset Curators It is written in the repo : URL that - This corpus can be used freely for research purposes. - The paper listed below provide details of the creation and use of the corpus. If you use the corpus, then please cite the paper. - If interested in commercial use of the corpus, send email to midas@URL. - If you use the corpus in a product or application, then please credit the authors and Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi appropriately. Also, if you send us an email, we will be thrilled to know about how you have used the corpus. - Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi, India disclaims any responsibility for the use of the corpus and does not provide technical support. However, the contact listed above will be happy to respond to queries and clarifications. - Rather than redistributing the corpus, please direct interested parties to this page - Please feel free to send us an email: - with feedback regarding the corpus. - with information on how you have used the corpus. - if interested in having us analyze your data for natural language inference. - if interested in a collaborative research project. ### Licensing Information Copyright (C) 2019 Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi (MIDAS, IIIT-Delhi). Pls contact authors for any information on the dataset. ### Contributions Thanks to @avinsit123 for adding this dataset.
[ "# Dataset Card for BBC Hindi NLI Dataset", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Repository: GitHub\n- Paper: Aclweb\n- Point of Contact: GitHub", "### Dataset Summary\n\n- Dataset for Natural Language Inference in Hindi Language. BBC Hindi Dataset consists of textual-entailment pairs.\n- Each row of the Datasets if made up of 4 columns - Premise, Hypothesis, Label and Topic.\n- Context and Hypothesis is written in Hindi while Entailment_Label is in English.\n- Entailment_label is of 2 types - entailed and not-entailed.\n- Dataset can be used to train models for Natural Language Inference tasks in Hindi Language.", "### Supported Tasks and Leaderboards\n\n- Natural Language Inference for Hindi", "### Languages\n\nDataset is in Hindi", "## Dataset Structure\n\n- Data is structured in TSV format. \n- Train and Test files are in seperate files", "### Dataset Instances\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n- Each row contatins 4 columns - Premise, Hypothesis, Label and Topic.", "### Data Splits\n\n- Train : 15553\n- Valid : 2581\n- Test : 2593", "## Dataset Creation\n\n- We employ a recasting technique from Poliak et al. (2018a,b) to convert publicly available BBC Hindi news text classification datasets in Hindi and pose them as TE problems\n- In this recasting process, we build template hypotheses for each class in the label taxonomy\n- Then, we pair the original annotated sentence with each of the template hypotheses to create TE samples.\n- For more information on the recasting process, refer to paper \"URL", "### Source Data\n\nSource Dataset for the recasting process is the BBC Hindi Headlines Dataset(URL", "#### Initial Data Collection and Normalization\n\n- BBC Hindi News Classification Dataset contains 4, 335 Hindi news headlines tagged across 14 categories: India, Pakistan,news, International, entertainment, sport, science, China, learning english, social, southasia, business, institutional, multimedia\n- We processed this dataset to combine two sets of relevant but low prevalence classes.\n- Namely, we merged the samples from Pakistan, China, international, and southasia as one class called international.\n- Likewise, we also merged samples from news, business, social, learning english, and institutional as news.\n- Lastly, we also removed the class multimedia because there were very few samples.", "#### Who are the source language producers?\n\nPls refer to this paper: \"URL", "### Annotations", "#### Annotation process\n\nAnnotation process has been described in Dataset Creation Section.", "#### Who are the annotators?\n\nAnnotation is done automatically.", "### Personal and Sensitive Information\n\nNo Personal and Sensitive Information is mentioned in the Datasets.", "## Considerations for Using the Data\n\nPls refer to this paper: URL", "### Discussion of Biases\n\nPls refer to this paper: URL", "### Other Known Limitations\n\nNo other known limitations", "## Additional Information\n\nPls refer to this link: URL", "### Dataset Curators\n\nIt is written in the repo : URL that \n- This corpus can be used freely for research purposes.\n- The paper listed below provide details of the creation and use of the corpus. If you use the corpus, then please cite the paper.\n- If interested in commercial use of the corpus, send email to midas@URL.\n- If you use the corpus in a product or application, then please credit the authors and Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi appropriately. Also, if you send us an email, we will be thrilled to know about how you have used the corpus.\n- Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi, India disclaims any responsibility for the use of the corpus and does not provide technical support. However, the contact listed above will be happy to respond to queries and clarifications.\n- Rather than redistributing the corpus, please direct interested parties to this page\n- Please feel free to send us an email:\n - with feedback regarding the corpus.\n - with information on how you have used the corpus.\n - if interested in having us analyze your data for natural language inference.\n - if interested in a collaborative research project.", "### Licensing Information\n\nCopyright (C) 2019 Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi (MIDAS, IIIT-Delhi).\nPls contact authors for any information on the dataset.", "### Contributions\n\nThanks to @avinsit123 for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|bbc__hindi_news_classification #language-Hindi #license-mit #region-us \n", "# Dataset Card for BBC Hindi NLI Dataset", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Repository: GitHub\n- Paper: Aclweb\n- Point of Contact: GitHub", "### Dataset Summary\n\n- Dataset for Natural Language Inference in Hindi Language. BBC Hindi Dataset consists of textual-entailment pairs.\n- Each row of the Datasets if made up of 4 columns - Premise, Hypothesis, Label and Topic.\n- Context and Hypothesis is written in Hindi while Entailment_Label is in English.\n- Entailment_label is of 2 types - entailed and not-entailed.\n- Dataset can be used to train models for Natural Language Inference tasks in Hindi Language.", "### Supported Tasks and Leaderboards\n\n- Natural Language Inference for Hindi", "### Languages\n\nDataset is in Hindi", "## Dataset Structure\n\n- Data is structured in TSV format. \n- Train and Test files are in seperate files", "### Dataset Instances\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n- Each row contatins 4 columns - Premise, Hypothesis, Label and Topic.", "### Data Splits\n\n- Train : 15553\n- Valid : 2581\n- Test : 2593", "## Dataset Creation\n\n- We employ a recasting technique from Poliak et al. (2018a,b) to convert publicly available BBC Hindi news text classification datasets in Hindi and pose them as TE problems\n- In this recasting process, we build template hypotheses for each class in the label taxonomy\n- Then, we pair the original annotated sentence with each of the template hypotheses to create TE samples.\n- For more information on the recasting process, refer to paper \"URL", "### Source Data\n\nSource Dataset for the recasting process is the BBC Hindi Headlines Dataset(URL", "#### Initial Data Collection and Normalization\n\n- BBC Hindi News Classification Dataset contains 4, 335 Hindi news headlines tagged across 14 categories: India, Pakistan,news, International, entertainment, sport, science, China, learning english, social, southasia, business, institutional, multimedia\n- We processed this dataset to combine two sets of relevant but low prevalence classes.\n- Namely, we merged the samples from Pakistan, China, international, and southasia as one class called international.\n- Likewise, we also merged samples from news, business, social, learning english, and institutional as news.\n- Lastly, we also removed the class multimedia because there were very few samples.", "#### Who are the source language producers?\n\nPls refer to this paper: \"URL", "### Annotations", "#### Annotation process\n\nAnnotation process has been described in Dataset Creation Section.", "#### Who are the annotators?\n\nAnnotation is done automatically.", "### Personal and Sensitive Information\n\nNo Personal and Sensitive Information is mentioned in the Datasets.", "## Considerations for Using the Data\n\nPls refer to this paper: URL", "### Discussion of Biases\n\nPls refer to this paper: URL", "### Other Known Limitations\n\nNo other known limitations", "## Additional Information\n\nPls refer to this link: URL", "### Dataset Curators\n\nIt is written in the repo : URL that \n- This corpus can be used freely for research purposes.\n- The paper listed below provide details of the creation and use of the corpus. If you use the corpus, then please cite the paper.\n- If interested in commercial use of the corpus, send email to midas@URL.\n- If you use the corpus in a product or application, then please credit the authors and Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi appropriately. Also, if you send us an email, we will be thrilled to know about how you have used the corpus.\n- Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi, India disclaims any responsibility for the use of the corpus and does not provide technical support. However, the contact listed above will be happy to respond to queries and clarifications.\n- Rather than redistributing the corpus, please direct interested parties to this page\n- Please feel free to send us an email:\n - with feedback regarding the corpus.\n - with information on how you have used the corpus.\n - if interested in having us analyze your data for natural language inference.\n - if interested in a collaborative research project.", "### Licensing Information\n\nCopyright (C) 2019 Multimodal Digital Media Analysis Lab - Indraprastha Institute of Information Technology, New Delhi (MIDAS, IIIT-Delhi).\nPls contact authors for any information on the dataset.", "### Contributions\n\nThanks to @avinsit123 for adding this dataset." ]
[ 100, 11, 120, 26, 128, 18, 9, 27, 19, 28, 21, 109, 23, 154, 19, 5, 18, 15, 23, 16, 16, 12, 13, 269, 53, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|bbc__hindi_news_classification #language-Hindi #license-mit #region-us \n# Dataset Card for BBC Hindi NLI Dataset## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Repository: GitHub\n- Paper: Aclweb\n- Point of Contact: GitHub### Dataset Summary\n\n- Dataset for Natural Language Inference in Hindi Language. BBC Hindi Dataset consists of textual-entailment pairs.\n- Each row of the Datasets if made up of 4 columns - Premise, Hypothesis, Label and Topic.\n- Context and Hypothesis is written in Hindi while Entailment_Label is in English.\n- Entailment_label is of 2 types - entailed and not-entailed.\n- Dataset can be used to train models for Natural Language Inference tasks in Hindi Language.### Supported Tasks and Leaderboards\n\n- Natural Language Inference for Hindi### Languages\n\nDataset is in Hindi## Dataset Structure\n\n- Data is structured in TSV format. \n- Train and Test files are in seperate files### Dataset Instances\n\nAn example of 'train' looks as follows.### Data Fields\n\n- Each row contatins 4 columns - Premise, Hypothesis, Label and Topic.### Data Splits\n\n- Train : 15553\n- Valid : 2581\n- Test : 2593", "passage: ## Dataset Creation\n\n- We employ a recasting technique from Poliak et al. (2018a,b) to convert publicly available BBC Hindi news text classification datasets in Hindi and pose them as TE problems\n- In this recasting process, we build template hypotheses for each class in the label taxonomy\n- Then, we pair the original annotated sentence with each of the template hypotheses to create TE samples.\n- For more information on the recasting process, refer to paper \"URL### Source Data\n\nSource Dataset for the recasting process is the BBC Hindi Headlines Dataset(URL#### Initial Data Collection and Normalization\n\n- BBC Hindi News Classification Dataset contains 4, 335 Hindi news headlines tagged across 14 categories: India, Pakistan,news, International, entertainment, sport, science, China, learning english, social, southasia, business, institutional, multimedia\n- We processed this dataset to combine two sets of relevant but low prevalence classes.\n- Namely, we merged the samples from Pakistan, China, international, and southasia as one class called international.\n- Likewise, we also merged samples from news, business, social, learning english, and institutional as news.\n- Lastly, we also removed the class multimedia because there were very few samples.#### Who are the source language producers?\n\nPls refer to this paper: \"URL### Annotations#### Annotation process\n\nAnnotation process has been described in Dataset Creation Section.#### Who are the annotators?\n\nAnnotation is done automatically.### Personal and Sensitive Information\n\nNo Personal and Sensitive Information is mentioned in the Datasets.## Considerations for Using the Data\n\nPls refer to this paper: URL### Discussion of Biases\n\nPls refer to this paper: URL### Other Known Limitations\n\nNo other known limitations## Additional Information\n\nPls refer to this link: URL" ]
[ -0.04716881364583969, 0.128592848777771, -0.0017118777614086866, 0.05107889324426651, 0.06956174969673157, -0.00020410818979144096, 0.08322496712207794, 0.12190590798854828, -0.031215911731123924, 0.08454195410013199, -0.07475800812244415, 0.057993125170469284, 0.1264396607875824, 0.11790543794631958, 0.03052443265914917, -0.2182368040084839, 0.062223002314567566, -0.0669018104672432, -0.04364081099629402, 0.0921056866645813, 0.14629176259040833, -0.04753128066658974, 0.05589491128921509, -0.04639078676700592, -0.051242828369140625, 0.04202811419963837, -0.050596341490745544, -0.030576255172491074, 0.05368902161717415, 0.06258098036050797, 0.08031235635280609, 0.0365559346973896, 0.012494469992816448, -0.23224171996116638, 0.037314482033252716, 0.028056824579834938, 0.0026792779099196196, 0.0051866802386939526, 0.07563214004039764, 0.01988709345459938, 0.10775069892406464, -0.11970910429954529, 0.045900363475084305, 0.04776440188288689, -0.10342773795127869, -0.03752090781927109, -0.10653127729892731, 0.03443443775177002, 0.05592692270874977, 0.08317773789167404, -0.054312653839588165, 0.0802573561668396, -0.0036630993708968163, 0.029400333762168884, 0.018351998180150986, -0.10195916146039963, -0.019672546535730362, 0.052565544843673706, 0.035741351544857025, 0.1193162202835083, -0.1206955760717392, 0.007386697456240654, 0.013036604039371014, -0.0017227400094270706, -0.07477530092000961, -0.030064983293414116, -0.10935579985380173, -0.006138977594673634, -0.03799813613295555, -0.02850526198744774, 0.12878835201263428, -0.07159963250160217, -0.04318937286734581, -0.10234279185533524, -0.019532639533281326, 0.016913631930947304, 0.0006324183195829391, 0.03936173766851425, -0.01342214085161686, 0.028751052916049957, 0.13164973258972168, -0.043113142251968384, -0.10484743118286133, 0.04695960134267807, 0.022440053522586823, 0.0096218790858984, 0.05604590103030205, 0.05122029408812523, -0.06309860944747925, 0.02113724686205387, 0.06973173469305038, -0.060102678835392, -0.0020893793553113937, -0.07087421417236328, -0.09144387394189835, 0.018061891198158264, -0.009773653000593185, -0.11647990345954895, -0.01898498460650444, 0.049678824841976166, -0.1783979833126068, 0.07708409428596497, -0.048744797706604004, 0.000787980854511261, 0.1358439028263092, 0.06892265379428864, -0.053435854613780975, -0.026334574446082115, 0.01246863417327404, 0.006084322929382324, 0.05150847136974335, -0.021656785160303116, 0.024863675236701965, 0.05620640888810158, -0.026440879330039024, 0.05722924694418907, 0.03331071883440018, 0.03444654494524002, -0.06197897344827652, -0.04176589101552963, 0.10992595553398132, -0.14520928263664246, 0.01477797795087099, -0.019986238330602646, 0.01903795637190342, 0.10794955492019653, -0.009579419158399105, -0.023261524736881256, -0.056192852556705475, -0.05495443940162659, -0.049949657171964645, 0.03633078560233116, -0.10096212476491928, -0.014943758025765419, 0.030834972858428955, -0.0701209232211113, -0.08092290908098221, 0.0041883038356900215, -0.17607828974723816, -0.02645662985742092, 0.030496299266815186, -0.09092365205287933, -0.029469085857272148, -0.009769543074071407, 0.05898352712392807, 0.02649492770433426, -0.011952229775488377, 0.0034091041889041662, -0.06458953768014908, 0.023362938314676285, -0.05271558091044426, 0.05533980205655098, -0.03034956380724907, 0.07005437463521957, -0.07507821917533875, 0.07934723049402237, -0.05512253940105438, 0.12610018253326416, -0.10397036373615265, -0.02222127839922905, -0.06807433813810349, 0.0066004060208797455, 0.09008003771305084, 0.02099478989839554, -0.06906574219465256, 0.061424776911735535, -0.2449491322040558, -0.04780237749218941, 0.050088122487068176, -0.19076836109161377, -0.0006665345281362534, 0.047307342290878296, -0.05639762058854103, 0.08725173026323318, 0.05424387380480766, 0.018217608332633972, 0.0669228658080101, 0.03629089519381523, -0.0815713107585907, -0.07834324240684509, 0.03560732305049896, 0.14356444776058197, 0.05860181897878647, -0.032163895666599274, 0.07213636487722397, 0.03606183081865311, -0.011199562810361385, -0.03609887510538101, -0.01880502700805664, -0.05275965481996536, 0.02025773376226425, -0.008411772549152374, 0.0015533054247498512, 0.029543759301304817, -0.003158858045935631, -0.000029978342354297638, -0.021667812019586563, 0.06095662713050842, 0.043356433510780334, -0.035852402448654175, 0.07222093641757965, -0.0451720766723156, 0.093192920088768, -0.018828803673386574, -0.025726746767759323, -0.18337395787239075, -0.07635604590177536, 0.08519548177719116, -0.09913650155067444, 0.08923293650150299, -0.013666125014424324, -0.026723254472017288, 0.02586570382118225, -0.036643028259277344, -0.012090910226106644, 0.009560970589518547, 0.0016511203721165657, -0.012858296744525433, -0.16463544964790344, -0.006757779978215694, -0.07034124433994293, 0.14546114206314087, -0.02837488055229187, -0.015726687386631966, 0.026013873517513275, 0.16675931215286255, 0.02230219915509224, -0.062171243131160736, 0.06598423421382904, 0.044989775866270065, -0.0358356274664402, -0.010640623979270458, -0.006785030476748943, -0.034552689641714096, -0.011745832860469818, 0.08645916730165482, -0.051748305559158325, -0.2376709133386612, 0.025798961520195007, -0.040684767067432404, -0.030068248510360718, -0.038052238523960114, -0.039923008531332016, -0.01633601449429989, -0.03719000518321991, 0.0024743136018514633, 0.09485195577144623, 0.0006524501368403435, 0.06619656085968018, -0.06489823013544083, -0.0575152151286602, -0.0696822926402092, -0.01996602676808834, -0.11072328686714172, 0.025919288396835327, 0.0461847297847271, -0.16140413284301758, 0.1918133646249771, -0.0008533832151442766, 0.13815414905548096, 0.20758047699928284, -0.025903575122356415, -0.11692874133586884, 0.030347418040037155, -0.014441053383052349, -0.06273476034402847, 0.07321786135435104, -0.03775568678975105, 0.02996227703988552, 0.048822950571775436, -0.03856900334358215, 0.016996361315250397, -0.02123904973268509, 0.03990434110164642, 0.0073775965720415115, -0.022230232134461403, -0.016302209347486496, -0.008336951024830341, 0.0393538698554039, 0.09260822832584381, -0.05271507054567337, 0.13328081369400024, 0.023723378777503967, -0.037017446011304855, -0.10601699352264404, 0.09451764076948166, -0.18760085105895996, -0.2815806269645691, -0.16059255599975586, -0.06856082379817963, -0.05431333929300308, -0.018817588686943054, -0.002156275324523449, -0.09156579524278641, -0.1305587738752365, -0.10312877595424652, 0.056018292903900146, 0.026287812739610672, -0.07058847695589066, -0.09686648845672607, -0.023737087845802307, -0.01604730263352394, -0.10624894499778748, 0.044606924057006836, 0.07331850379705429, -0.0015771872131153941, 0.05856836214661598, -0.009436501190066338, -0.0009339503012597561, 0.009465456008911133, -0.015666238963603973, -0.038419947028160095, -0.013174346648156643, 0.16364122927188873, -0.08131551742553711, 0.1775595247745514, 0.049664318561553955, -0.07937179505825043, 0.036964051425457, 0.23538121581077576, -0.016332246363162994, -0.006861917674541473, 0.000885156390722841, 0.04023590683937073, 0.0050984760746359825, -0.27989381551742554, -0.09074664115905762, -0.07318013161420822, -0.07896933704614639, -0.017886921763420105, 0.043464887887239456, 0.0542091466486454, 0.0198216512799263, -0.12403567135334015, -0.003394993022084236, 0.061895519495010376, 0.0346454456448555, 0.06827637553215027, 0.006233940366655588, 0.03466019779443741, -0.08329673111438751, 0.05584603175520897, 0.07467572391033173, 0.0235501229763031, 0.19825342297554016, 0.02037929557263851, 0.14969311654567719, 0.05223369598388672, 0.08218909054994583, 0.08288256078958511, 0.04476914182305336, -0.04136952757835388, 0.06091580539941788, 0.0008529070764780045, 0.0034216386266052723, -0.032094478607177734, 0.08635671436786652, 0.10072444379329681, -0.05545854568481445, 0.06298816204071045, -0.03674882650375366, 0.018317310139536858, 0.1625111848115921, 0.0076783187687397, -0.07855449616909027, -0.031439125537872314, 0.0750884860754013, -0.04850323498249054, -0.12336485087871552, -0.0017602803418412805, 0.047232747077941895, -0.09724730253219604, 0.11661148071289062, -0.016984479501843452, 0.053835429251194, -0.051843006163835526, -0.04500890523195267, 0.027532050386071205, -0.07662469893693924, -0.04359006881713867, 0.061790645122528076, -0.17014634609222412, 0.1494869589805603, 0.02151203155517578, -0.012450765818357468, -0.022478189319372177, 0.05273371934890747, -0.026596534997224808, 0.0015418939292430878, 0.053813036531209946, 0.01388524193316698, -0.1656186878681183, -0.03800676763057709, -0.03504540026187897, -0.008234668523073196, 0.09199786186218262, -0.005235146731138229, 0.12272883206605911, -0.041588425636291504, -0.012306809425354004, -0.08581937104463577, -0.045528657734394073, -0.06660878658294678, -0.2141101062297821, 0.0821027010679245, -0.08040259033441544, 0.06756550073623657, -0.08836774528026581, -0.05278016999363899, -0.10153381526470184, 0.10200106352567673, -0.14638108015060425, -0.16265226900577545, -0.1095188707113266, 0.07792916893959045, 0.13751594722270966, -0.03194022178649902, 0.07976828515529633, -0.033913686871528625, 0.10131080448627472, -0.02742464654147625, -0.07914498448371887, -0.023065945133566856, 0.01311352290213108, -0.18957923352718353, -0.03783511370420456, 0.11389446258544922, 0.054287150502204895, 0.007931556552648544, -0.01527751237154007, 0.06965020298957825, 0.05130191519856453, -0.026528023183345795, -0.03279520198702812, 0.142270028591156, 0.007085388991981745, 0.17312076687812805, -0.11795458197593689, -0.23098225891590118, -0.07929228246212006, -0.11486278474330902, 0.0822683721780777, 0.10617734491825104, 0.023600559681653976, 0.2012874186038971, 0.1622624546289444, -0.11692386865615845, -0.15255114436149597, -0.035630010068416595, -0.025505155324935913, 0.0065269796177744865, 0.0033961054868996143, -0.16792237758636475, 0.03511149436235428, 0.04311534762382507, 0.04154156893491745, -0.058802004903554916, -0.12738481163978577, -0.09959623217582703, 0.014819268137216568, 0.03709767758846283, -0.11135778576135635, -0.14251162111759186, -0.07184824347496033, -0.037732768803834915, -0.02802693098783493, 0.0758727416396141, 0.05925578624010086, 0.02114138938486576, -0.05078323557972908, 0.07718122005462646, -0.011386730708181858, -0.026061760261654854, 0.12155674397945404, -0.006953741889446974, 0.025253038853406906, -0.08052967488765717, -0.013349847868084908, 0.1480688452720642, 0.0215753223747015, 0.0642298236489296, 0.00969020277261734, -0.009699709713459015, -0.12488116323947906, -0.02906578592956066, -0.07460680603981018, -0.03247416391968727, -0.08804863691329956, -0.0006974693387746811, -0.10561501979827881, 0.12010534852743149, 0.05188465118408203, 0.005247291177511215, 0.05685275048017502, -0.05698557570576668, 0.05581924691796303, 0.10479117184877396, 0.1359068751335144, 0.08126873522996902, -0.05324302613735199, -0.05450842157006264, 0.015860997140407562, 0.006997138261795044, -0.057597771286964417, 0.018570492044091225, 0.07471957057714462, -0.015057794749736786, 0.16176554560661316, -0.033289726823568344, -0.10310155153274536, 0.0564403161406517, 0.09417221695184708, 0.018917767331004143, -0.16411003470420837, 0.029195735231041908, 0.040828682482242584, -0.0530657097697258, -0.10279912501573563, 0.04561767354607582, 0.016675293445587158, -0.05883309617638588, -0.020357269793748856, 0.09070044755935669, 0.00037103332579135895, 0.05689196288585663, -0.016755038872361183, 0.008493068628013134, -0.11517540365457535, 0.1598162055015564, 0.13686220347881317, -0.10177311301231384, -0.026978224515914917, 0.16648179292678833, -0.09714378416538239, -0.06333811581134796, 0.008368640206754208, 0.011752471327781677, -0.07511371374130249, -0.0021928977221250534, 0.044035427272319794, -0.12888778746128082, 0.007232118397951126, 0.14019912481307983, -0.06622862815856934, 0.061851050704717636, -0.039584800601005554, -0.042928487062454224, -0.020922217518091202, 0.10254976153373718, 0.0009549949318170547, 0.05465082824230194, -0.022077806293964386, -0.019113190472126007, 0.00004497228655964136, -0.005712239537388086, -0.007833861745893955, -0.04957306757569313, -0.022794213145971298, -0.00833034049719572, -0.14080986380577087, 0.035817477852106094, -0.09387511014938354, -0.05724627152085304, 0.0032325349748134613, -0.04749447852373123, 0.03032582998275757, -0.0005313921719789505, -0.032473381608724594, -0.03652581572532654, -0.04414544999599457, 0.11970500648021698, -0.1427421271800995, -0.017495043575763702, 0.11410534381866455, -0.04069845378398895, 0.07040482014417648, 0.02649618871510029, -0.04920325428247452, 0.04470611363649368, -0.08347270637750626, -0.015268243849277496, -0.05560266226530075, 0.03963781148195267, 0.05008702725172043, -0.08682756125926971, -0.029615087434649467, 0.0506749227643013, -0.09211461991071701, 0.029224880039691925, 0.056102313101291656, -0.04425431415438652, 0.07166127860546112, -0.061426158994436264, -0.034860581159591675, -0.04041469097137451, 0.041122179478406906, 0.08055506646633148, -0.017712049186229706, 0.1161707192659378, -0.07640568912029266, 0.015660928562283516, -0.07207765430212021, -0.003504667431116104, 0.015841439366340637, 0.002681311219930649, -0.05462256446480751, -0.05108422785997391, 0.025209229439496994, -0.015098197385668755, 0.17075392603874207, -0.045420996844768524, -0.07383771240711212, 0.07079616189002991, -0.008012090809643269, -0.030503012239933014, 0.04524897038936615, 0.07775501161813736, 0.032076235860586166, -0.00391034223139286, 0.01702328398823738, -0.07186786085367203, -0.07883226126432419, 0.0072118015959858894, 0.056540656834840775, 0.1901748925447464, 0.09746882319450378, 0.0034368131309747696, 0.032474126666784286, -0.0986434817314148, 0.03962124511599541, -0.0012245960533618927, -0.09249250590801239, 0.01773049123585224, -0.013792335987091064, 0.08713936805725098, 0.1681394726037979, -0.21453702449798584, 0.1397911012172699, -0.015130897052586079, -0.07924893498420715, 0.035833150148391724, -0.1268112063407898, -0.057817310094833374, -0.0011281771585345268, 0.0058122482150793076, -0.11174522340297699, 0.07453761249780655, 0.09756877273321152, 0.04597867280244827, -0.029834937304258347, 0.11694532632827759, -0.022745829075574875, -0.11502838134765625, 0.0278630293905735, 0.07915995270013809, 0.07873987406492233, 0.024443894624710083, 0.024752911180257797, -0.021631555631756783, 0.046678707003593445, 0.019208522513508797, 0.1026310920715332, 0.07028190791606903, 0.05282021686434746, -0.04487549513578415, -0.07321953773498535, 0.046787507832050323, -0.017865292727947235, -0.05363871157169342, 0.17919829487800598, 0.023268599063158035, 0.0562468096613884, -0.012789707630872726, 0.07472675293684006, 0.02478789910674095, -0.06056874245405197, -0.11612734198570251, 0.09387765824794769, -0.004846396390348673, -0.010219703428447247, 0.07826423645019531, -0.1302386224269867, -0.0001790802925825119, 0.07820579409599304, 0.16631606221199036, 0.006160687655210495, 0.0045766159892082214, -0.051669489592313766, 0.021691108122467995, -0.027106817811727524, 0.05572737753391266, 0.051633283495903015, 0.14794036746025085, -0.06849806010723114, 0.059965960681438446, -0.05970542132854462, -0.0026298444718122482, -0.10270959883928299, 0.10957475751638412, -0.015969153493642807, -0.06640994548797607, -0.04814435914158821, 0.11194629967212677, -0.10944618284702301, -0.18804813921451569, 0.05936526507139206, -0.059935562312603, -0.11729981005191803, -0.044851817190647125, -0.05683966726064682, 0.021240446716547012, -0.04006679728627205, 0.05310877040028572, -0.002125488594174385, 0.14863145351409912, 0.07846086472272873, -0.05355539172887802, -0.05943632870912552, 0.1852739304304123, -0.1485910266637802, 0.10683542490005493, 0.010946040041744709, 0.06130101531744003, 0.03468655049800873, 0.01796683296561241, -0.057423971593379974, 0.061299823224544525, 0.08804301917552948, 0.01599305123090744, -0.03354346752166748, 0.17809134721755981, 0.0666508674621582, 0.144426167011261, 0.08961097151041031, 0.12445081025362015, 0.0762724056839943, 0.04532867670059204, -0.045745573937892914, -0.060155801475048065, 0.07367134094238281, -0.08990310877561569, 0.13188958168029785, 0.10699088126420975, -0.02608450874686241, 0.009805078618228436, -0.05103566497564316, -0.00798341166228056, -0.03903299197554588, 0.06953773647546768, -0.04489250108599663, -0.15163782238960266, 0.037645451724529266, -0.12649720907211304, 0.12233690172433853, -0.10157560557126999, -0.030987532809376717, 0.006341559812426567, 0.0021722866222262383, -0.047202643007040024, 0.1484488546848297, 0.04551222175359726, 0.02542557194828987, -0.005073981825262308, -0.10111835598945618, 0.028674442321062088, 0.08293791115283966, -0.07978993654251099, 0.015825767070055008 ]
dc0640510665bb3de7c88416ede4708cf6481b61
# Dataset Card for bc2gm_corpus ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Github](https://github.com/spyysalo/bc2gm-corpus/) - **Repository:** [Github](https://github.com/spyysalo/bc2gm-corpus/) - **Paper:** [NCBI](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2559986/) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary [More Information Needed] ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields - `id`: Sentence identifier. - `tokens`: Array of tokens composing a sentence. - `ner_tags`: Array of tags, where `0` indicates no disease mentioned, `1` signals the first token of a disease and `2` the subsequent disease tokens. ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions Thanks to [@mahajandiwakar](https://github.com/mahajandiwakar) for adding this dataset.
bc2gm_corpus
[ "task_categories:token-classification", "task_ids:named-entity-recognition", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["token-classification"], "task_ids": ["named-entity-recognition"], "pretty_name": "Bc2GmCorpus", "dataset_info": {"config_name": "bc2gm_corpus", "features": [{"name": "id", "dtype": "string"}, {"name": "tokens", "sequence": "string"}, {"name": "ner_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "B-GENE", "2": "I-GENE"}}}}], "splits": [{"name": "train", "num_bytes": 6095123, "num_examples": 12500}, {"name": "validation", "num_bytes": 1215919, "num_examples": 2500}, {"name": "test", "num_bytes": 2454589, "num_examples": 5000}], "download_size": 2154630, "dataset_size": 9765631}, "configs": [{"config_name": "bc2gm_corpus", "data_files": [{"split": "train", "path": "bc2gm_corpus/train-*"}, {"split": "validation", "path": "bc2gm_corpus/validation-*"}, {"split": "test", "path": "bc2gm_corpus/test-*"}], "default": true}]}
2024-01-10T10:03:04+00:00
[]
[ "en" ]
TAGS #task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us
# Dataset Card for bc2gm_corpus ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: Github - Repository: Github - Paper: NCBI - Leaderboard: - Point of Contact: ### Dataset Summary ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances ### Data Fields - 'id': Sentence identifier. - 'tokens': Array of tokens composing a sentence. - 'ner_tags': Array of tags, where '0' indicates no disease mentioned, '1' signals the first token of a disease and '2' the subsequent disease tokens. ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @mahajandiwakar for adding this dataset.
[ "# Dataset Card for bc2gm_corpus", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: NCBI\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- 'id': Sentence identifier. \n- 'tokens': Array of tokens composing a sentence. \n- 'ner_tags': Array of tags, where '0' indicates no disease mentioned, '1' signals the first token of a disease and '2' the subsequent disease tokens.", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @mahajandiwakar for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us \n", "# Dataset Card for bc2gm_corpus", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: NCBI\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- 'id': Sentence identifier. \n- 'tokens': Array of tokens composing a sentence. \n- 'ner_tags': Array of tags, where '0' indicates no disease mentioned, '1' signals the first token of a disease and '2' the subsequent disease tokens.", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @mahajandiwakar for adding this dataset." ]
[ 96, 13, 120, 32, 6, 10, 4, 6, 6, 77, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us \n# Dataset Card for bc2gm_corpus## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: NCBI\n- Leaderboard:\n- Point of Contact:### Dataset Summary### Supported Tasks and Leaderboards### Languages## Dataset Structure### Data Instances### Data Fields\n\n- 'id': Sentence identifier. \n- 'tokens': Array of tokens composing a sentence. \n- 'ner_tags': Array of tags, where '0' indicates no disease mentioned, '1' signals the first token of a disease and '2' the subsequent disease tokens.### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases### Other Known Limitations## Additional Information### Dataset Curators### Licensing Information### Contributions\n\nThanks to @mahajandiwakar for adding this dataset." ]
[ 0.008258352056145668, 0.25797536969184875, -0.008043495006859303, 0.0104227215051651, 0.08610880374908447, 0.037483785301446915, 0.057945556938648224, 0.1517750322818756, 0.04664206877350807, 0.1794167160987854, -0.038359418511390686, 0.11007929593324661, 0.13195085525512695, 0.09316810965538025, 0.0005157999112270772, -0.21698825061321259, 0.05059315636754036, -0.07784032076597214, -0.02054200880229473, 0.09107581526041031, 0.11509669572114944, -0.07635398209095001, 0.038101423531770706, -0.0743345394730568, -0.010265138931572437, -0.0017766470555216074, -0.05748651921749115, -0.04337175935506821, 0.0231175497174263, 0.004192864056676626, 0.03873809427022934, 0.004363181069493294, 0.06065109744668007, -0.30280831456184387, 0.011693225242197514, 0.04690759629011154, 0.014928622171282768, 0.05670056864619255, 0.061097435653209686, -0.0869845598936081, 0.02460232377052307, -0.19574515521526337, 0.10385331511497498, 0.04696441814303398, -0.11487916857004166, -0.11689087003469467, -0.11574750393629074, 0.0772562026977539, 0.11305350065231323, 0.023876851424574852, -0.0548710897564888, 0.06597708910703659, -0.03497255966067314, 0.026187950745224953, 0.08744422346353531, -0.14553236961364746, -0.05658704414963722, 0.029301119968295097, 0.05977343022823334, 0.04567788913846016, -0.14119698107242584, 0.02210305631160736, -0.04030303657054901, 0.02993234619498253, 0.03319300711154938, -0.010804765857756138, 0.010416731238365173, 0.0786622166633606, -0.10626722872257233, -0.03725410997867584, 0.09066184610128403, -0.015242445282638073, 0.01954241842031479, -0.23267094790935516, 0.00914338044822216, 0.022184260189533234, -0.052521318197250366, -0.0373154953122139, 0.017923075705766678, -0.02723696641623974, 0.08519645780324936, 0.007168719545006752, -0.016564304009079933, 0.0058904592879116535, 0.006891891825944185, -0.034128110855817795, 0.032562486827373505, -0.022160539403557777, 0.07297078520059586, 0.033794477581977844, 0.06465600430965424, -0.1133284717798233, -0.02961611934006214, -0.04347534477710724, -0.1894887089729309, -0.02779615856707096, 0.06068418174982071, 0.03457743301987648, 0.14343903958797455, 0.18733195960521698, -0.03798617795109749, 0.02458004094660282, -0.07403389364480972, -0.041531868278980255, 0.09652857482433319, 0.05863844230771065, -0.11752313375473022, -0.13057933747768402, -0.051623109728097916, 0.029601873829960823, -0.03908931091427803, -0.027232371270656586, 0.005517021287232637, 0.09619263559579849, 0.047519829124212265, 0.10907459259033203, 0.11122716218233109, 0.01316165179014206, -0.0926198810338974, -0.04745887964963913, 0.11377567052841187, -0.12243112176656723, 0.05905254930257797, 0.06002429872751236, -0.0015226417453959584, 0.0042768982239067554, -0.04017535224556923, 0.03100026398897171, -0.07328343391418457, 0.09982437640428543, -0.049918897449970245, -0.030032861977815628, -0.08742227405309677, -0.04246576130390167, 0.0886618047952652, -0.004008462652564049, -0.06756670027971268, 0.019614532589912415, -0.030655017122626305, -0.07490023970603943, 0.0229989942163229, -0.11788026988506317, -0.04666192829608917, -0.029153339564800262, -0.03252149000763893, 0.05062803253531456, 0.01673690229654312, 0.01914210617542267, -0.04912908747792244, 0.0278050247579813, -0.11424876749515533, 0.03475584834814072, 0.08863744884729385, 0.03355419635772705, -0.05384901911020279, 0.07634762674570084, -0.1287086308002472, 0.08444685488939285, -0.16180330514907837, 0.024394582957029343, -0.15832985937595367, 0.007639061193913221, 0.1014411523938179, -0.025722958147525787, -0.008952975273132324, 0.12191765010356903, -0.1989261656999588, -0.021999573335051537, 0.1470707356929779, -0.04050551354885101, -0.09679790586233139, 0.05656134709715843, -0.03198966756463051, 0.016177237033843994, 0.04495447129011154, 0.11455126106739044, -0.030327409505844116, -0.018180841580033302, -0.05434105917811394, -0.1373177170753479, 0.058297209441661835, 0.23440520465373993, 0.09498881548643112, -0.09099707752466202, 0.16333447396755219, 0.011333130300045013, -0.0002465595898684114, -0.0955265462398529, -0.018527010455727577, -0.07406526803970337, 0.04781831428408623, -0.012508307583630085, 0.012920730747282505, -0.005279612261801958, -0.07011830061674118, -0.026607882231473923, -0.09231764823198318, 0.04971456900238991, 0.018438350409269333, -0.0026211130898445845, 0.005647796671837568, -0.10533204674720764, -0.057716257870197296, 0.07172094285488129, 0.028556395322084427, -0.13265259563922882, -0.166312575340271, 0.07120826840400696, -0.025970136746764183, 0.09485325962305069, -0.09425268322229385, 0.002072914270684123, -0.017155535519123077, -0.031114498153328896, 0.026589177548885345, 0.05688142403960228, 0.044547054916620255, -0.01034063845872879, -0.23694516718387604, -0.003398340893909335, -0.05968649685382843, 0.11822322756052017, -0.08182140439748764, 0.010061847977340221, 0.11878151446580887, 0.2114880532026291, 0.04180677980184555, -0.06970418989658356, 0.0723002627491951, 0.02198517881333828, 0.010325133800506592, -0.04249102249741554, 0.01425476185977459, -0.09217362105846405, 0.003973903134465218, 0.03839743137359619, -0.09959379583597183, -0.08884360641241074, 0.04601549729704857, 0.11814255267381668, -0.06575652956962585, -0.06486589461565018, -0.03583033010363579, -0.0386638417840004, -0.053041085600852966, -0.1033547967672348, 0.06399612128734589, 0.08162730187177658, -0.007861936464905739, -0.021956726908683777, -0.08402306586503983, -0.07236378639936447, 0.010962219908833504, -0.08097126334905624, 0.10638020187616348, 0.03747144713997841, -0.17712514102458954, 0.15576794743537903, 0.026347557082772255, 0.132377490401268, 0.09004277735948563, -0.04839543625712395, -0.07696674019098282, -0.03931909054517746, -0.0060038440860807896, 0.04953834041953087, 0.05244234576821327, -0.10403384268283844, 0.009637360461056232, 0.06653721630573273, -0.0315551683306694, 0.002773551270365715, -0.012346426956355572, 0.038635749369859695, -0.02936101146042347, -0.025053605437278748, 0.06797143071889877, 0.005159054882824421, 0.05447990819811821, 0.11103810369968414, 0.03618112578988075, 0.07737322151660919, -0.03313106298446655, -0.051221493631601334, -0.09099205583333969, 0.07477789372205734, -0.17943400144577026, -0.22620543837547302, -0.07994431257247925, -0.12573173642158508, -0.010150204412639141, -0.04463976249098778, -0.006564580835402012, -0.04242822900414467, -0.09436185657978058, -0.04185968637466431, 0.051840826869010925, 0.11263347417116165, -0.12414024770259857, 0.013660336844623089, 0.029974084347486496, -0.015307019464671612, -0.10795553773641586, 0.03215548396110535, 0.05152914673089981, -0.04157281666994095, 0.0065716104581952095, 0.044281117618083954, 0.10134337842464447, 0.1381479799747467, 0.10779723525047302, -0.0066183386370539665, -0.03236987069249153, 0.23118402063846588, -0.14394693076610565, 0.15016263723373413, 0.0472777895629406, -0.057500068098306656, 0.04831608012318611, 0.25112879276275635, 0.04725023731589317, -0.0529884435236454, 0.022516096010804176, 0.08155117928981781, 0.018868176266551018, -0.25816425681114197, -0.07951122522354126, -0.07669035345315933, -0.02461945079267025, 0.045997269451618195, 0.064064621925354, 0.05504950135946274, -0.013673934154212475, -0.0830443874001503, -0.044063206762075424, 0.08999337255954742, 0.07896444201469421, 0.06344012916088104, 0.021849554032087326, 0.06542021036148071, -0.0009658284834586084, -0.010436918586492538, 0.07060257345438004, 0.07273539155721664, 0.1686667799949646, 0.0549008771777153, 0.25429612398147583, 0.0764690712094307, 0.04895159602165222, -0.0152205191552639, -0.0037344316951930523, -0.017233045771718025, 0.09267502278089523, -0.0006498525035567582, -0.05821513012051582, 0.017275070771574974, 0.07145069539546967, 0.09574572741985321, -0.11200632899999619, 0.10371940582990646, -0.07309082895517349, 0.11595378071069717, 0.1486790031194687, 0.060295283794403076, -0.05954418703913689, 0.030807357281446457, 0.1323562115430832, -0.08441162109375, -0.11760410666465759, -0.024462582543492317, 0.028491701930761337, -0.16369834542274475, 0.09999468922615051, -0.04230787977576256, 0.11983489990234375, -0.06005324423313141, -0.024059081450104713, 0.019553374499082565, 0.026053961366415024, -0.03300075978040695, 0.07604048401117325, -0.21271872520446777, 0.09769674390554428, 0.004281159956008196, 0.0013843191554769874, -0.09530922025442123, 0.0733603909611702, -0.0020621935836970806, -0.02425934374332428, 0.1545807123184204, -0.012839308008551598, -0.10753379762172699, 0.027252282947301865, -0.10010060667991638, -0.02791651152074337, 0.0999518558382988, -0.17263494431972504, 0.10643597692251205, 0.003213978838175535, -0.04107114300131798, -0.06150450557470322, -0.06308524310588837, -0.09420230239629745, -0.19991014897823334, 0.100694440305233, -0.08059576153755188, 0.11616397649049759, -0.05323893204331398, -0.003415010403841734, -0.10272124409675598, 0.13797011971473694, -0.18458496034145355, -0.08161859959363937, -0.16476848721504211, 0.027716191485524178, 0.177364781498909, -0.03717279061675072, 0.05799298360943794, -0.017711298540234566, 0.15077881515026093, -0.012596843764185905, -0.03754662349820137, 0.0627506747841835, -0.024188658222556114, -0.20304134488105774, -0.062088459730148315, 0.17194928228855133, 0.048856303095817566, 0.05048404261469841, 0.011909808963537216, 0.09319865703582764, 0.041264861822128296, -0.07163767516613007, 0.09471406042575836, 0.09490937739610672, 0.03154093399643898, 0.08468879759311676, -0.056210994720458984, -0.2285938560962677, -0.1586967259645462, -0.04963545873761177, 0.11440438032150269, 0.09912371635437012, -0.06279988586902618, 0.202567458152771, 0.08905013650655746, -0.11325424909591675, -0.21176430583000183, -0.054601043462753296, 0.049001891165971756, -0.042239829897880554, -0.010060321539640427, -0.20615728199481964, 0.07922636717557907, 0.04264252632856369, -0.007475857622921467, -0.0025227440055459738, -0.1366833746433258, -0.12953338027000427, 0.005567172542214394, -0.009940569289028645, -0.3443937599658966, -0.18580488860607147, -0.12469537556171417, -0.0016427627997472882, -0.17668771743774414, 0.15944039821624756, 0.051545318216085434, -0.013522005639970303, -0.0008960230625234544, 0.04503696784377098, 0.022657906636595726, -0.025313973426818848, 0.15065164864063263, 0.04297388345003128, 0.004696237854659557, -0.0744515135884285, -0.08250560611486435, 0.11137288808822632, 0.00393213564530015, 0.032598815858364105, 0.004596815910190344, -0.04742742329835892, -0.10340620577335358, -0.015081365592777729, -0.0744614377617836, -0.007092432584613562, -0.10795033723115921, -0.05573242902755737, -0.05952766165137291, 0.1240604817867279, 0.07935463637113571, -0.041016899049282074, 0.10873749107122421, -0.07389260828495026, 0.08025723695755005, 0.11461050808429718, 0.13847829401493073, 0.06773842871189117, -0.06307439506053925, 0.001130768796429038, -0.014422159641981125, -0.04296063631772995, -0.11053572595119476, 0.05684160068631172, 0.0989726185798645, 0.022269241511821747, 0.15134234726428986, -0.03711048141121864, -0.1564393937587738, -0.03775374963879585, 0.07625208795070648, -0.06464516371488571, -0.2108752727508545, 0.04383242875337601, 0.07363530248403549, -0.13221096992492676, -0.05918475240468979, 0.06924699246883392, 0.07312729954719543, -0.07895677536725998, 0.03499073162674904, 0.13721314072608948, 0.021381013095378876, 0.11130859702825546, 0.008400547318160534, 0.06943207234144211, -0.11969523876905441, 0.05443806201219559, 0.17151828110218048, -0.045040860772132874, 0.017848672345280647, 0.20647042989730835, -0.04455554112792015, -0.03976920247077942, 0.019611887633800507, 0.07761864364147186, 0.06820692867040634, 0.0032863602973520756, 0.06430255621671677, -0.1383170783519745, 0.04164460301399231, 0.1487102210521698, -0.03298037871718407, 0.01978420838713646, 0.025997335091233253, -0.037805069237947464, -0.016511397436261177, 0.18715530633926392, 0.03071821667253971, 0.047751568257808685, -0.004199977498501539, -0.0028220009990036488, -0.0371810682117939, -0.057153113186359406, 0.0034187042620033026, -0.007901580072939396, -0.1200958639383316, -0.003020974574610591, -0.10319489985704422, 0.0026458115316927433, -0.13266335427761078, -0.025035899132490158, 0.01714433543384075, -0.0639401227235794, 0.00667897704988718, -0.022540846839547157, -0.062029242515563965, -0.08203227818012238, -0.019661525264382362, 0.14239251613616943, -0.1911071389913559, -0.024680381640791893, 0.10840864479541779, -0.10407978296279907, 0.12084793299436569, -0.022660907357931137, -0.03150859475135803, -0.010089774616062641, -0.09561525285243988, -0.009893141686916351, -0.021595438942313194, 0.06268972158432007, 0.0517168790102005, -0.18697220087051392, -0.02299722284078598, -0.033119622617959976, -0.0771789401769638, 0.06098555028438568, 0.007536666002124548, -0.07084910571575165, 0.05474531278014183, -0.05589558556675911, -0.06466609984636307, 0.004761995282024145, 0.018389634788036346, 0.09826524555683136, -0.04126596078276634, 0.10218822956085205, -0.016474030911922455, 0.10137277841567993, -0.10798591375350952, -0.019160522148013115, 0.00011061068653361872, -0.005460701882839203, 0.015722651034593582, 0.02545662224292755, 0.07791673392057419, 0.012759684585034847, 0.16183412075042725, -0.05618385970592499, -0.03572431579232216, 0.08187276124954224, 0.056628819555044174, -0.05066589638590813, 0.09973321110010147, -0.024524301290512085, 0.030558699741959572, -0.027342187240719795, -0.01261813659220934, -0.08075051009654999, -0.08297115564346313, -0.09708070755004883, 0.10369528830051422, 0.18014071881771088, 0.19731684029102325, -0.08070392161607742, 0.10024682432413101, -0.10996929556131363, -0.06352889537811279, 0.14306198060512543, -0.050149381160736084, 0.009099979884922504, -0.07625920325517654, 0.041076429188251495, 0.04016943275928497, -0.2156817615032196, 0.11826615035533905, -0.08919510245323181, -0.08990971744060516, -0.004949838854372501, -0.13476678729057312, -0.070972740650177, 0.005849903449416161, -0.0018269900465384126, -0.11849191039800644, 0.10706902295351028, 0.10802939534187317, -0.011304978281259537, 0.006681727711111307, 0.049790963530540466, -0.057506874203681946, -0.026594113558530807, 0.07369539886713028, 0.08474916964769363, 0.026650069281458855, -0.02721242606639862, 0.08253687620162964, -0.06713037192821503, 0.12286674976348877, 0.08138395100831985, 0.07495470345020294, -0.007846647873520851, -0.010030064731836319, -0.07973791658878326, -0.08380664139986038, 0.06397128105163574, -0.04887647181749344, -0.12636815011501312, 0.16874897480010986, 0.03436240181326866, 0.028727782890200615, 0.00693179527297616, 0.19424407184123993, -0.04819633066654205, -0.13868632912635803, -0.19399158656597137, 0.015022289007902145, -0.04428677260875702, 0.017751410603523254, 0.04587431997060776, -0.13467660546302795, 0.005851745139807463, 0.11572366952896118, 0.12340039014816284, -0.04190801829099655, 0.005698340944945812, -0.0011256907600909472, 0.038540907204151154, 0.01958860270678997, 0.03140823915600777, 0.05774299427866936, 0.16265426576137543, -0.05111709237098694, 0.01757410354912281, -0.03417489305138588, -0.0802164226770401, -0.11983072757720947, 0.09712973237037659, 0.016707925125956535, -0.02784769982099533, -0.05109139531850815, 0.15294289588928223, -0.11871198564767838, -0.23411010205745697, 0.01739022508263588, -0.1337580531835556, -0.15514352917671204, -0.05870130658149719, 0.03949778154492378, -0.0184478759765625, -0.02521071583032608, 0.11678079515695572, -0.042729273438453674, 0.1779279261827469, 0.07323896139860153, -0.009145674295723438, 0.03862936049699783, 0.11733600497245789, -0.1464867889881134, 0.20191077888011932, 0.005193701479583979, 0.03226451203227043, 0.09858706593513489, -0.05832936242222786, -0.11193641275167465, -0.0012290466111153364, 0.10646682977676392, -0.03432714194059372, 0.03999647870659828, 0.178047314286232, 0.03637383505702019, 0.1442582756280899, 0.09691702574491501, -0.04803087189793587, 0.02976209856569767, 0.05718924477696419, -0.04174269735813141, -0.06437300145626068, 0.11918549239635468, -0.1150907352566719, 0.07704783976078033, 0.11526969820261002, -0.06538747251033783, 0.05336293205618858, -0.01859968528151512, 0.01554199494421482, -0.04678519070148468, 0.16037748754024506, -0.041748154908418655, -0.1682039201259613, 0.023775316774845123, -0.07308988273143768, 0.11658000200986862, -0.126307874917984, -0.07415183633565903, 0.018991494551301003, 0.028624380007386208, -0.10103306174278259, 0.1469985544681549, 0.10859746485948563, -0.03439944237470627, -0.04883810132741928, -0.1075202152132988, 0.03886641561985016, 0.12848855555057526, -0.06472872197628021, 0.07090838253498077 ]
27aa014ce09b193e1a6f58112d4a66e0eddb69c5
# Dataset Card for Beans ## Table of Contents - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Beans Homepage](https://github.com/AI-Lab-Makerere/ibean/) - **Repository:** [AI-Lab-Makerere/ibean](https://github.com/AI-Lab-Makerere/ibean/) - **Paper:** N/A - **Leaderboard:** N/A - **Point of Contact:** N/A ### Dataset Summary Beans leaf dataset with images of diseased and health leaves. ### Supported Tasks and Leaderboards - `image-classification`: Based on a leaf image, the goal of this task is to predict the disease type (Angular Leaf Spot and Bean Rust), if any. ### Languages English ## Dataset Structure ### Data Instances A sample from the training set is provided below: ``` { 'image_file_path': '/root/.cache/huggingface/datasets/downloads/extracted/0aaa78294d4bf5114f58547e48d91b7826649919505379a167decb629aa92b0a/train/bean_rust/bean_rust_train.109.jpg', 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=500x500 at 0x16BAA72A4A8>, 'labels': 1 } ``` ### Data Fields The data instances have the following fields: - `image_file_path`: a `string` filepath to an image. - `image`: A `PIL.Image.Image` object containing the image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`. - `labels`: an `int` classification label. Class Label Mappings: ```json { "angular_leaf_spot": 0, "bean_rust": 1, "healthy": 2, } ``` ### Data Splits | |train|validation|test| |-------------|----:|---------:|---:| |# of examples|1034 |133 |128 | ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @ONLINE {beansdata, author="Makerere AI Lab", title="Bean disease dataset", month="January", year="2020", url="https://github.com/AI-Lab-Makerere/ibean/" } ``` ### Contributions Thanks to [@nateraw](https://github.com/nateraw) for adding this dataset.
beans
[ "task_categories:image-classification", "task_ids:multi-class-image-classification", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:mit", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["en"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["image-classification"], "task_ids": ["multi-class-image-classification"], "pretty_name": "Beans", "dataset_info": {"features": [{"name": "image_file_path", "dtype": "string"}, {"name": "image", "dtype": "image"}, {"name": "labels", "dtype": {"class_label": {"names": {"0": "angular_leaf_spot", "1": "bean_rust", "2": "healthy"}}}}], "splits": [{"name": "train", "num_bytes": 143762054.662, "num_examples": 1034}, {"name": "validation", "num_bytes": 18515527.0, "num_examples": 133}, {"name": "test", "num_bytes": 17720308.0, "num_examples": 128}], "download_size": 179978834, "dataset_size": 179997889.662}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-03T12:06:51+00:00
[]
[ "en" ]
TAGS #task_categories-image-classification #task_ids-multi-class-image-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-mit #region-us
Dataset Card for Beans ====================== Table of Contents ----------------- * Table of Contents * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: Beans Homepage * Repository: AI-Lab-Makerere/ibean * Paper: N/A * Leaderboard: N/A * Point of Contact: N/A ### Dataset Summary Beans leaf dataset with images of diseased and health leaves. ### Supported Tasks and Leaderboards * 'image-classification': Based on a leaf image, the goal of this task is to predict the disease type (Angular Leaf Spot and Bean Rust), if any. ### Languages English Dataset Structure ----------------- ### Data Instances A sample from the training set is provided below: ### Data Fields The data instances have the following fields: * 'image\_file\_path': a 'string' filepath to an image. * 'image': A 'PIL.Image.Image' object containing the image. Note that when accessing the image column: 'dataset[0]["image"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '"image"' column, *i.e.* 'dataset[0]["image"]' should always be preferred over 'dataset["image"][0]'. * 'labels': an 'int' classification label. Class Label Mappings: ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @nateraw for adding this dataset.
[ "### Dataset Summary\n\n\nBeans leaf dataset with images of diseased and health leaves.", "### Supported Tasks and Leaderboards\n\n\n* 'image-classification': Based on a leaf image, the goal of this task is to predict the disease type (Angular Leaf Spot and Bean Rust), if any.", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from the training set is provided below:", "### Data Fields\n\n\nThe data instances have the following fields:\n\n\n* 'image\\_file\\_path': a 'string' filepath to an image.\n* 'image': A 'PIL.Image.Image' object containing the image. Note that when accessing the image column: 'dataset[0][\"image\"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '\"image\"' column, *i.e.* 'dataset[0][\"image\"]' should always be preferred over 'dataset[\"image\"][0]'.\n* 'labels': an 'int' classification label.\n\n\nClass Label Mappings:", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @nateraw for adding this dataset." ]
[ "TAGS\n#task_categories-image-classification #task_ids-multi-class-image-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-mit #region-us \n", "### Dataset Summary\n\n\nBeans leaf dataset with images of diseased and health leaves.", "### Supported Tasks and Leaderboards\n\n\n* 'image-classification': Based on a leaf image, the goal of this task is to predict the disease type (Angular Leaf Spot and Bean Rust), if any.", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from the training set is provided below:", "### Data Fields\n\n\nThe data instances have the following fields:\n\n\n* 'image\\_file\\_path': a 'string' filepath to an image.\n* 'image': A 'PIL.Image.Image' object containing the image. Note that when accessing the image column: 'dataset[0][\"image\"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '\"image\"' column, *i.e.* 'dataset[0][\"image\"]' should always be preferred over 'dataset[\"image\"][0]'.\n* 'labels': an 'int' classification label.\n\n\nClass Label Mappings:", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @nateraw for adding this dataset." ]
[ 92, 22, 50, 12, 16, 182, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 17 ]
[ "passage: TAGS\n#task_categories-image-classification #task_ids-multi-class-image-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-mit #region-us \n### Dataset Summary\n\n\nBeans leaf dataset with images of diseased and health leaves.### Supported Tasks and Leaderboards\n\n\n* 'image-classification': Based on a leaf image, the goal of this task is to predict the disease type (Angular Leaf Spot and Bean Rust), if any.### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA sample from the training set is provided below:### Data Fields\n\n\nThe data instances have the following fields:\n\n\n* 'image\\_file\\_path': a 'string' filepath to an image.\n* 'image': A 'PIL.Image.Image' object containing the image. Note that when accessing the image column: 'dataset[0][\"image\"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '\"image\"' column, *i.e.* 'dataset[0][\"image\"]' should always be preferred over 'dataset[\"image\"][0]'.\n* 'labels': an 'int' classification label.\n\n\nClass Label Mappings:### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators### Licensing Information" ]
[ -0.012415039353072643, 0.21453270316123962, -0.007667053956538439, 0.03784772381186485, 0.11161566525697708, 0.008974784053862095, -0.026729650795459747, 0.13428300619125366, -0.027345681563019753, 0.22448310256004333, 0.03893960267305374, 0.11154299974441528, 0.10823658108711243, 0.10309433937072754, -0.0014040329260751605, -0.21216541528701782, 0.044181179255247116, -0.05917790159583092, 0.029644208028912544, 0.07573739439249039, 0.09534507989883423, -0.09085258841514587, 0.08342909812927246, -0.0682315081357956, -0.003245729021728039, 0.005179357714951038, -0.025335848331451416, -0.02157917059957981, 0.03788177669048309, 0.03234029933810234, -0.010940236039459705, -0.017316516488790512, 0.06594265252351761, -0.23457512259483337, 0.001256586518138647, 0.08633659034967422, 0.012285037897527218, 0.04602842777967453, 0.11367186158895493, -0.08625597506761551, 0.0660804882645607, -0.2133326232433319, 0.06277842074632645, 0.028329282999038696, -0.10725467652082443, -0.15219008922576904, -0.12145274132490158, 0.025723394006490707, 0.15380337834358215, 0.04913780093193054, -0.027466975152492523, 0.01814313791692257, -0.03895503282546997, 0.09492763876914978, 0.1115390732884407, -0.15310105681419373, -0.036024224013090134, 0.08310391753911972, 0.05993541330099106, 0.10406501591205597, -0.08334879577159882, 0.013781865127384663, -0.00299150706268847, 0.021270334720611572, 0.09716083109378815, -0.03261332958936691, 0.021027822047472, 0.02654958702623844, -0.14382877945899963, -0.09467998147010803, 0.15181633830070496, 0.017078300938010216, -0.03689100593328476, -0.1463417112827301, -0.012643352150917053, -0.030625414103269577, -0.031082386150956154, -0.06025642529129982, 0.055992402136325836, -0.022271329537034035, 0.11611948907375336, -0.009018954820930958, -0.04480462893843651, -0.012949888594448566, -0.008148644119501114, 0.03224720433354378, 0.00468359375372529, -0.0014553305227309465, 0.07881031930446625, 0.047235213220119476, -0.012124400585889816, -0.09433519095182419, -0.03818485140800476, 0.02509629912674427, -0.1068124771118164, -0.03311885520815849, 0.03832995891571045, -0.07016091048717499, 0.09154357761144638, 0.10827206075191498, -0.09994841367006302, 0.010730759240686893, -0.06145345792174339, -0.009517079219222069, 0.11342857033014297, 0.1253112107515335, -0.1599884033203125, -0.15394139289855957, -0.025383397936820984, 0.02235492877662182, 0.027714839205145836, -0.019126350060105324, -0.039838749915361404, 0.02741343528032303, 0.11074696481227875, 0.08577393740415573, 0.0489443875849247, -0.0027199259493499994, -0.10125732421875, -0.028549525886774063, 0.1578918844461441, -0.12791681289672852, 0.03901416063308716, 0.03866363689303398, -0.04482903704047203, 0.08332155644893646, 0.0337270051240921, -0.005227440968155861, -0.12644948065280914, 0.11085089296102524, -0.057735878974199295, -0.003196957753971219, -0.08376026153564453, -0.10750356316566467, 0.03947585076093674, -0.015151715837419033, -0.08810511231422424, -0.04918879643082619, -0.06418003886938095, -0.09122341871261597, 0.01824810542166233, -0.07140573859214783, -0.008704714477062225, -0.007085613906383514, -0.061605602502822876, 0.018992310389876366, 0.01112758181989193, 0.020723741501569748, -0.062246739864349365, 0.05292193591594696, -0.12662658095359802, 0.07841276377439499, 0.10163231194019318, 0.06036660075187683, -0.07529805600643158, 0.08700761198997498, -0.22859200835227966, 0.122986800968647, -0.0877496749162674, 0.011087796650826931, -0.1739031821489334, -0.050491150468587875, 0.02708374708890915, -0.03595561161637306, 0.009264138527214527, 0.09595274180173874, -0.16391804814338684, -0.00001911763501993846, 0.1428941935300827, -0.002927456982433796, -0.08961845189332962, 0.10972756147384644, -0.03233036398887634, -0.013387780636548996, 0.08616078644990921, 0.15822488069534302, 0.029356176033616066, -0.05886438861489296, -0.09461513161659241, -0.047781020402908325, -0.06176530569791794, 0.18555329740047455, 0.08309613168239594, -0.06374061107635498, 0.07315827161073685, -0.004735080525279045, -0.036619383841753006, -0.050032008439302444, -0.013189323246479034, -0.03420570492744446, 0.005915486719459295, -0.03737422451376915, -0.02205924689769745, -0.02711239643394947, -0.08797740191221237, -0.015766941010951996, -0.07427132874727249, 0.0027832204941660166, 0.054973214864730835, 0.014336704276502132, 0.011844308115541935, -0.043380673974752426, 0.02382560260593891, -0.0292745940387249, 0.03159303963184357, -0.1635928452014923, -0.07418197393417358, 0.07653266191482544, -0.05686264485120773, 0.040320806205272675, -0.09730003029108047, -0.020050765946507454, 0.03161825239658356, 0.009908790700137615, -0.007445883937180042, 0.08337440341711044, 0.0030345262493938208, -0.055706802755594254, -0.16708700358867645, -0.011368338018655777, -0.03780984878540039, 0.034352436661720276, -0.11275830864906311, -0.006430552341043949, 0.09409905225038528, 0.11747820675373077, 0.02386179007589817, -0.041689034551382065, 0.06965290755033493, 0.003944498486816883, -0.04813804477453232, -0.06571158766746521, -0.033572226762771606, -0.075815349817276, -0.008973916061222553, 0.07967045903205872, -0.16765820980072021, -0.07941142469644547, 0.053665049374103546, 0.05410822853446007, -0.12880495190620422, -0.05462731420993805, -0.01614299602806568, -0.04277515038847923, -0.06671402603387833, -0.08759982883930206, 0.04856955260038376, 0.047298818826675415, 0.07115985453128815, -0.041210729628801346, -0.024984553456306458, -0.022153805941343307, -0.0039045563898980618, -0.07438147068023682, 0.08415529131889343, 0.012243438512086868, -0.18735119700431824, 0.08550243824720383, 0.026505442336201668, 0.024685727432370186, 0.057250794023275375, 0.03245095536112785, -0.11569032818078995, -0.05914768576622009, 0.08730310201644897, 0.053792353719472885, 0.04641856998205185, -0.03260686621069908, 0.01936674490571022, 0.057905904948711395, 0.02566322684288025, -0.028215080499649048, -0.04729856550693512, 0.07975073903799057, 0.03275123983621597, -0.06414039433002472, 0.09924878925085068, -0.034546371549367905, 0.029479345306754112, 0.13930140435695648, 0.0729241818189621, 0.06681627035140991, -0.029713140800595284, -0.0397430956363678, -0.11606285721063614, 0.15766695141792297, -0.09327521175146103, -0.2728382349014282, -0.078518807888031, -0.07177480310201645, -0.016045687720179558, 0.0016143994871526957, 0.019770223647356033, -0.014784295111894608, -0.09080193191766739, -0.1020788699388504, 0.024895552545785904, 0.03540455177426338, -0.10299531370401382, -0.10836472362279892, 0.0357302650809288, 0.026112167164683342, -0.08862728625535965, 0.030640022829174995, 0.05246089771389961, -0.0007644345168955624, 0.013926232233643532, 0.03732047230005264, 0.15612512826919556, 0.12940043210983276, 0.023759400472044945, -0.0158557016402483, -0.005541470367461443, 0.16681355237960815, -0.11594770848751068, 0.14667050540447235, 0.10538595914840698, -0.004479958210140467, 0.09093549102544785, 0.17688719928264618, 0.019415421411395073, -0.041669394820928574, 0.05319176986813545, 0.06896937638521194, -0.041477739810943604, -0.21782183647155762, -0.09344551712274551, -0.04269944503903389, 0.06265135109424591, 0.0875856876373291, 0.061044227331876755, 0.013360153883695602, 0.012710348702967167, -0.06015926972031593, 0.04445447027683258, 0.032622091472148895, 0.07617537677288055, 0.0387393943965435, -0.008959973230957985, 0.08628902584314346, -0.007273747585713863, -0.005864826962351799, 0.12158646434545517, 0.09259287267923355, 0.13270744681358337, -0.06828136742115021, 0.18510931730270386, 0.04569162800908089, 0.07529179006814957, -0.04622906446456909, -0.0134040005505085, 0.003084281226620078, 0.0677231103181839, -0.010286977514624596, -0.0650874450802803, 0.029370862990617752, 0.07613633573055267, 0.11914734542369843, -0.012751355767250061, 0.04900796711444855, 0.034180477261543274, 0.09892787039279938, 0.19792062044143677, 0.04274992644786835, -0.18783332407474518, 0.02004319243133068, 0.07432575523853302, -0.010030572302639484, -0.1308390498161316, 0.01589234545826912, 0.10427260398864746, -0.12393716722726822, 0.048365797847509384, -0.034069858491420746, 0.10615799576044083, -0.10147320479154587, -0.031557824462652206, 0.04945326969027519, 0.04936916008591652, -0.04309771955013275, 0.10054709762334824, -0.18251289427280426, 0.03929222375154495, 0.019143348559737206, 0.025678327307105064, -0.08609609305858612, 0.04686124622821808, 0.02003575675189495, 0.04277370125055313, 0.1813381016254425, -0.0015518678119406104, -0.009362354874610901, -0.07852490991353989, -0.11348550766706467, -0.05885786935687065, 0.11570503562688828, -0.07948687672615051, 0.10140318423509598, 0.016267376020550728, -0.040760014206171036, -0.06130554899573326, -0.11719905585050583, -0.060558468103408813, -0.13141965866088867, 0.0697716549038887, -0.02803167700767517, 0.08292210102081299, -0.028309710323810577, 0.03826473653316498, -0.08286608755588531, 0.15968994796276093, -0.10210613161325455, -0.08675176650285721, -0.17031963169574738, 0.036190520972013474, 0.12526267766952515, -0.03994027525186539, 0.045883990824222565, -0.04141058772802353, 0.14198124408721924, 0.013914705254137516, -0.05101396143436432, 0.08412604033946991, -0.0523538663983345, -0.14861400425434113, -0.07721516489982605, 0.10943304002285004, 0.03914637118577957, 0.04094523563981056, -0.012259280309081078, 0.07356394827365875, -0.009425642900168896, -0.08053647726774216, 0.0732506513595581, 0.06046192720532417, 0.06424269080162048, 0.21490910649299622, -0.06974266469478607, -0.20232467353343964, -0.1099320575594902, -0.04474276304244995, 0.07747196406126022, 0.11540299654006958, -0.11518427729606628, 0.11103924363851547, 0.06882686167955399, -0.08310254663228989, -0.2839709222316742, 0.014622870832681656, 0.07126347720623016, -0.012926777824759483, 0.06337542831897736, -0.20524902641773224, 0.11995178461074829, 0.09928703308105469, -0.009448934346437454, 0.11078158020973206, -0.29180455207824707, -0.09973790496587753, -0.027124587446451187, 0.038353532552719116, -0.24961672723293304, -0.18998387455940247, -0.08708298206329346, -0.03365001082420349, -0.06391751021146774, 0.0353483185172081, -0.02614179253578186, 0.033865489065647125, 0.00814947672188282, 0.05538025498390198, 0.03305535763502121, -0.03135940805077553, 0.13600565493106842, 0.019184596836566925, 0.04204058274626732, -0.07130157947540283, -0.06524179875850677, 0.05535553768277168, -0.05853676050901413, 0.16161218285560608, -0.03605441749095917, 0.05370361730456352, -0.05996927618980408, -0.008595584891736507, -0.06061272695660591, 0.026772204786539078, -0.059614114463329315, -0.07133384048938751, -0.1250068098306656, 0.0612737312912941, 0.11244596540927887, -0.008853207342326641, 0.023906033486127853, -0.032287806272506714, -0.06131903454661369, 0.14539094269275665, 0.10656993836164474, 0.06810124218463898, -0.1389426440000534, -0.008214167319238186, -0.018615514039993286, 0.005081132519990206, -0.14118658006191254, 0.05423096567392349, 0.11175666004419327, 0.056053247302770615, 0.1327778398990631, -0.016537295654416084, -0.11053122580051422, -0.011025515384972095, 0.045520804822444916, -0.07776295393705368, -0.20484359562397003, 0.02966235764324665, 0.03842080757021904, -0.1542297601699829, -0.07063906639814377, 0.08592206984758377, 0.00010751988156698644, 0.005776399280875921, 0.01848400942981243, 0.13335752487182617, 0.02138827182352543, 0.10704024136066437, 0.036242514848709106, 0.025804447010159492, -0.07739263772964478, 0.09383818507194519, 0.16161340475082397, -0.1467108130455017, 0.016593826934695244, 0.17178164422512054, -0.07432160526514053, -0.04954337328672409, -0.013460339047014713, 0.06479627639055252, -0.00943427812308073, -0.026564795523881912, 0.06535889208316803, -0.12472463399171829, 0.0841885581612587, 0.10280507802963257, -0.004990868736058474, 0.052478380501270294, -0.008816090412437916, -0.04161853715777397, -0.09589964151382446, 0.19894486665725708, 0.028404291719198227, 0.08130531013011932, -0.04074639827013016, 0.04773564264178276, -0.01387677900493145, -0.004029782488942146, -0.011854502372443676, -0.017845114693045616, -0.06611127406358719, -0.0012242681114003062, -0.13184572756290436, 0.07170748710632324, -0.08142948895692825, -0.022263340651988983, -0.010961639694869518, 0.015368390828371048, 0.010697899386286736, 0.010179586708545685, -0.027453768998384476, -0.11417108029127121, -0.04687972739338875, 0.12093880027532578, -0.14112578332424164, -0.06538030505180359, 0.060794103890657425, -0.08804772049188614, 0.10726126283407211, -0.024460727348923683, -0.03263996168971062, -0.07201161980628967, -0.0607290156185627, -0.016420697793364525, 0.04110511764883995, 0.07514245808124542, 0.0372370146214962, -0.16073432564735413, -0.0023033800534904003, -0.046357572078704834, -0.11400197446346283, 0.016705794259905815, -0.02897290326654911, -0.11070401221513748, 0.07524094730615616, -0.11707768589258194, -0.02130274474620819, -0.06142527237534523, 0.07594770193099976, 0.032929908484220505, -0.01751847192645073, 0.09166741371154785, -0.03506404533982277, 0.08753637969493866, -0.12705731391906738, -0.02857992984354496, -0.0006086123175919056, -0.02536122314631939, -0.10407060384750366, 0.053713396191596985, 0.07956104725599289, -0.025004683062434196, 0.14442455768585205, 0.021773768588900566, -0.04418883100152016, 0.04825720936059952, 0.004483449272811413, 0.018404914066195488, 0.0620151087641716, 0.011223429813981056, -0.018515268340706825, -0.049591947346925735, -0.003803106490522623, 0.01275428757071495, -0.01104738935828209, 0.015556617639958858, 0.0626060962677002, 0.19087468087673187, 0.14696867763996124, -0.009723231196403503, -0.02590077742934227, -0.15012361109256744, -0.15061913430690765, 0.09095045179128647, -0.06353826075792313, 0.061157580465078354, -0.008213519118726254, 0.044063910841941833, 0.09899889677762985, -0.1797606199979782, 0.09481853246688843, -0.016658470034599304, -0.07969605177640915, -0.0030473184306174517, -0.042936403304338455, -0.05950173735618591, 0.003756817663088441, -0.04659722372889519, -0.13783955574035645, 0.12545952200889587, 0.1012946143746376, 0.01299997977912426, 0.027785884216427803, 0.14808784425258636, -0.13175193965435028, -0.05613802745938301, 0.06910824775695801, 0.02581312321126461, 0.03718006610870361, 0.08328331261873245, 0.04139460623264313, 0.011032291688024998, -0.024762621149420738, 0.10012376308441162, 0.07937044650316238, 0.05512486398220062, 0.0315868966281414, -0.06231191009283066, -0.06692896038293839, 0.04555249959230423, -0.01868109591305256, -0.08836957812309265, 0.18796208500862122, 0.08812803775072098, -0.026257388293743134, -0.013675513677299023, 0.14112280309200287, -0.07088623195886612, -0.017804063856601715, -0.13943655788898468, 0.10892198234796524, 0.02281642146408558, 0.007630618289113045, -0.035994239151477814, -0.1397762894630432, 0.007905131205916405, 0.11982794106006622, 0.054472483694553375, -0.058758556842803955, -0.031126340851187706, -0.02282179705798626, 0.012084768153727055, 0.04396117106080055, 0.03651018440723419, 0.08111078292131424, 0.23003794252872467, -0.06820893287658691, 0.01976747065782547, -0.07031168043613434, -0.03618092089891434, -0.15218709409236908, 0.05030256137251854, 0.02781572751700878, 0.028327777981758118, -0.06252849102020264, 0.10700039565563202, -0.027435002848505974, -0.19242197275161743, 0.0619831457734108, -0.0664156898856163, -0.10013468563556671, -0.022083565592765808, -0.0027880521956831217, -0.008583825081586838, 0.0038828898686915636, 0.053426798433065414, -0.014884733594954014, 0.14887221157550812, 0.013727136887609959, -0.06065044552087784, 0.02544853650033474, -0.0065168458968400955, -0.08031943440437317, 0.22260476648807526, -0.0020661826711148024, 0.03694581985473633, 0.11326584964990616, -0.03188290446996689, -0.14995580911636353, 0.05596291646361351, 0.05751631781458855, -0.01055985875427723, 0.06836085766553879, 0.15200135111808777, 0.019201111048460007, 0.15090198814868927, 0.06658560037612915, -0.029869839549064636, 0.0002225932985311374, 0.058562807738780975, -0.037318773567676544, -0.11859766393899918, 0.02239699847996235, -0.06058843433856964, 0.08412416279315948, 0.1704004555940628, -0.01831667497754097, 0.028395330533385277, -0.036985933780670166, -0.015900757163763046, -0.0025605917908251286, 0.1429573893547058, 0.00040634869947098196, -0.11042529344558716, 0.05589062720537186, -0.12409544736146927, 0.08905573189258575, -0.19187432527542114, -0.07434022426605225, 0.01585621014237404, 0.01408026646822691, -0.049699943512678146, 0.10478626936674118, 0.057262033224105835, 0.008731142617762089, -0.0486832894384861, -0.08141234517097473, 0.009522938169538975, 0.17364992201328278, -0.06878245621919632, -0.028973780572414398 ]
685fffc4105dda00888f127d586c378bf6fa995e
# Dataset Card for `best2009` ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://aiforthai.in.th/ - **Repository:** https://aiforthai.in.th/corpus.php - **Paper:** - **Leaderboard:** - **Point of Contact:** https://aiforthai.in.th/ ### Dataset Summary `best2009` is a Thai word-tokenization dataset from encyclopedia, novels, news and articles by [NECTEC](https://www.nectec.or.th/) (148,995/2,252 lines of train/test). It was created for [BEST 2010: Word Tokenization Competition](https://thailang.nectec.or.th/archive/indexa290.html?q=node/10). The test set answers are not provided publicly. ### Supported Tasks and Leaderboards word tokenization ### Languages Thai ## Dataset Structure ### Data Instances ``` {'char': ['?', 'ภ', 'ู', 'ม', 'ิ', 'ป', 'ั', 'ญ', 'ญ', 'า', 'ช', 'า', 'ว', 'บ', '้', 'า', 'น', '\n'], 'char_type': [4, 1, 10, 1, 10, 1, 4, 1, 1, 10, 1, 10, 1, 1, 9, 10, 1, 4], 'fname': 'encyclopedia_00031.txt', 'is_beginning': [1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1]} {'char': ['ภ', 'ู', 'ม', 'ิ', 'ป', 'ั', 'ญ', 'ญ', 'า', 'ช', 'า', 'ว', 'บ', '้', 'า', 'น', ' ', 'ห', 'ม', 'า', 'ย', 'ถ', 'ึ', 'ง', ' ', 'ค', 'ว', 'า', 'ม', 'ร', 'ู', '้', 'ข', 'อ', 'ง', 'ช', 'า', 'ว', 'บ', '้', 'า', 'น', ' ', 'ซ', 'ึ', '่', 'ง', 'เ', 'ร', 'ี', 'ย', 'น', 'ร', 'ู', '้', 'ม', 'า', 'จ', 'า', 'ก', 'พ', '่', 'อ', 'แ', 'ม', '่', ' ', 'ป', 'ู', '่', 'ย', '่', 'า', 'ต', 'า', 'ย', 'า', 'ย', ' ', 'ญ', 'า', 'ต', 'ิ', 'พ', 'ี', '่', 'น', '้', 'อ', 'ง', ' ', 'ห', 'ร', 'ื', 'อ', 'ผ', 'ู', '้', 'ม', 'ี', 'ค', 'ว', 'า', 'ม', 'ร', 'ู', '้', 'ใ', 'น', 'ห', 'ม', 'ู', '่', 'บ', '้', 'า', 'น', 'ใ', 'น', 'ท', '้', 'อ', 'ง', 'ถ', 'ิ', '่', 'น', 'ต', '่', 'า', 'ง', 'ๆ', '\n'], 'char_type': [1, 10, 1, 10, 1, 4, 1, 1, 10, 1, 10, 1, 1, 9, 10, 1, 5, 3, 1, 10, 1, 1, 10, 1, 5, 1, 1, 10, 1, 1, 10, 9, 1, 1, 1, 1, 10, 1, 1, 9, 10, 1, 5, 1, 10, 9, 1, 11, 1, 10, 1, 1, 1, 10, 9, 1, 10, 1, 10, 1, 1, 9, 1, 11, 1, 9, 5, 1, 10, 9, 1, 9, 10, 1, 10, 1, 10, 1, 5, 1, 10, 1, 10, 1, 10, 9, 1, 9, 1, 1, 5, 3, 1, 10, 1, 3, 10, 9, 1, 10, 1, 1, 10, 1, 1, 10, 9, 11, 1, 3, 1, 10, 9, 1, 9, 10, 1, 11, 1, 1, 9, 1, 1, 1, 10, 9, 1, 1, 9, 10, 1, 7, 4], 'fname': 'encyclopedia_00031.txt', 'is_beginning': [1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]} ``` ### Data Fields - `fname`: file name; also marks if article is articles, news, encyclopedia or novels - `char`: characters - `char_type`: character types as adopted from []() by [deepcut](https://github.com/rkcosmos/deepcut) - `is_beginning`: is beginning of word ### Data Splits | | train | test | |-------------------------|------------|---------| | # lines | 148,995 | 2,252 | | avg words per line | 39.05 | NA | | total words | 5,818,521 | NA | | avg characters per line | 140.39 | 202.79 | | total characters | 20,918,132 | 456,684 | | # lines articles | 16,990 | NA | | # lines encyclopedia | 50,631 | NA | | # lines novels | 50,140 | NA | | # lines news | 31,234 | NA | ## Dataset Creation ### Curation Rationale The dataset was created for [BEST 2010: Word Tokenization Competition](https://thailang.nectec.or.th/archive/indexa290.html?q=node/10) by [NECTEC](https://www.nectec.or.th/). ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? Respective authors of the articles, news, encyclopedia and novels ### Annotations #### Annotation process Detailed annotation guidelines can be found in `BEST_Guideline_Release1.pdf` as part of the uncompressed files. Word tokenization standard used was [InterBEST2009](http://hltshare.fbk.eu/IWSLT2015/InterBEST2009Guidelines-2.pdf) #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information All data are curated from public sources. No personal and sensitive information is expected to be included. ## Considerations for Using the Data ### Social Impact of Dataset - word tokenization dataset from articles, news, encyclopedia and novels ### Discussion of Biases - texts are relatively formal ones from articles, news, encyclopedia and novels. - word tokenization standard used was [InterBEST2009](http://hltshare.fbk.eu/IWSLT2015/InterBEST2009Guidelines-2.pdf). ### Other Known Limitations - some tags unrelated to word tokenization (`<NE>` and `<AB>`) are cleaned out. - no word boundary provdied for the test set ## Additional Information ### Dataset Curators [NECTEC](https://www.nectec.or.th/) ### Licensing Information CC-BY-NC-SA 3.0 ### Citation Information Dataset: ``` @inproceedings{kosawat2009best, title={BEST 2009: Thai word segmentation software contest}, author={Kosawat, Krit and Boriboon, Monthika and Chootrakool, Patcharika and Chotimongkol, Ananlada and Klaithin, Supon and Kongyoung, Sarawoot and Kriengket, Kanyanut and Phaholphinyo, Sitthaa and Purodakananda, Sumonmas and Thanakulwarapas, Tipraporn and others}, booktitle={2009 Eighth International Symposium on Natural Language Processing}, pages={83--88}, year={2009}, organization={IEEE} } @inproceedings{boriboon2009best, title={Best corpus development and analysis}, author={Boriboon, Monthika and Kriengket, Kanyanut and Chootrakool, Patcharika and Phaholphinyo, Sitthaa and Purodakananda, Sumonmas and Thanakulwarapas, Tipraporn and Kosawat, Krit}, booktitle={2009 International Conference on Asian Language Processing}, pages={322--327}, year={2009}, organization={IEEE} } ``` Character type features: ``` @inproceedings{haruechaiyasak2009tlex, title={TLex: Thai lexeme analyser based on the conditional random fields}, author={Haruechaiyasak, Choochart and Kongyoung, Sarawoot}, booktitle={Proceedings of 8th International Symposium on Natural Language Processing}, year={2009} } ``` ### Contributions Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.
best2009
[ "task_categories:token-classification", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:th", "license:cc-by-nc-sa-3.0", "word-tokenization", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["th"], "license": ["cc-by-nc-sa-3.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["token-classification"], "task_ids": [], "pretty_name": "best2009", "tags": ["word-tokenization"], "dataset_info": {"config_name": "best2009", "features": [{"name": "fname", "dtype": "string"}, {"name": "char", "sequence": "string"}, {"name": "char_type", "sequence": {"class_label": {"names": {"0": "b_e", "1": "c", "2": "d", "3": "n", "4": "o", "5": "p", "6": "q", "7": "s", "8": "s_e", "9": "t", "10": "v", "11": "w"}}}}, {"name": "is_beginning", "sequence": {"class_label": {"names": {"0": "neg", "1": "pos"}}}}], "splits": [{"name": "train", "num_bytes": 483129698, "num_examples": 148995}, {"name": "test", "num_bytes": 10498706, "num_examples": 2252}], "download_size": 28084787, "dataset_size": 493628404}, "configs": [{"config_name": "best2009", "data_files": [{"split": "train", "path": "best2009/train-*"}, {"split": "test", "path": "best2009/test-*"}], "default": true}]}
2024-01-10T10:08:29+00:00
[]
[ "th" ]
TAGS #task_categories-token-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Thai #license-cc-by-nc-sa-3.0 #word-tokenization #region-us
Dataset Card for 'best2009' =========================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: URL * Paper: * Leaderboard: * Point of Contact: URL ### Dataset Summary 'best2009' is a Thai word-tokenization dataset from encyclopedia, novels, news and articles by NECTEC (148,995/2,252 lines of train/test). It was created for BEST 2010: Word Tokenization Competition. The test set answers are not provided publicly. ### Supported Tasks and Leaderboards word tokenization ### Languages Thai Dataset Structure ----------------- ### Data Instances ### Data Fields * 'fname': file name; also marks if article is articles, news, encyclopedia or novels * 'char': characters * 'char\_type': character types as adopted from by deepcut * 'is\_beginning': is beginning of word ### Data Splits train: # lines, test: 148,995 train: avg words per line, test: 39.05 train: total words, test: 5,818,521 train: avg characters per line, test: 140.39 train: total characters, test: 20,918,132 train: # lines articles, test: 16,990 train: # lines encyclopedia, test: 50,631 train: # lines novels, test: 50,140 train: # lines news, test: 31,234 Dataset Creation ---------------- ### Curation Rationale The dataset was created for BEST 2010: Word Tokenization Competition by NECTEC. ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? Respective authors of the articles, news, encyclopedia and novels ### Annotations #### Annotation process Detailed annotation guidelines can be found in 'BEST\_Guideline\_Release1.pdf' as part of the uncompressed files. Word tokenization standard used was InterBEST2009 #### Who are the annotators? ### Personal and Sensitive Information All data are curated from public sources. No personal and sensitive information is expected to be included. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset * word tokenization dataset from articles, news, encyclopedia and novels ### Discussion of Biases * texts are relatively formal ones from articles, news, encyclopedia and novels. * word tokenization standard used was InterBEST2009. ### Other Known Limitations * some tags unrelated to word tokenization ('' and '') are cleaned out. * no word boundary provdied for the test set Additional Information ---------------------- ### Dataset Curators NECTEC ### Licensing Information CC-BY-NC-SA 3.0 Dataset: Character type features: ### Contributions Thanks to @cstorm125 for adding this dataset.
[ "### Dataset Summary\n\n\n'best2009' is a Thai word-tokenization dataset from encyclopedia, novels, news and articles by NECTEC (148,995/2,252 lines of train/test). It was created for BEST 2010: Word Tokenization Competition. The test set answers are not provided publicly.", "### Supported Tasks and Leaderboards\n\n\nword tokenization", "### Languages\n\n\nThai\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\n* 'fname': file name; also marks if article is articles, news, encyclopedia or novels\n* 'char': characters\n* 'char\\_type': character types as adopted from by deepcut\n* 'is\\_beginning': is beginning of word", "### Data Splits\n\n\ntrain: # lines, test: 148,995\ntrain: avg words per line, test: 39.05\ntrain: total words, test: 5,818,521\ntrain: avg characters per line, test: 140.39\ntrain: total characters, test: 20,918,132\ntrain: # lines articles, test: 16,990\ntrain: # lines encyclopedia, test: 50,631\ntrain: # lines novels, test: 50,140\ntrain: # lines news, test: 31,234\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was created for BEST 2010: Word Tokenization Competition by NECTEC.", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\n\nRespective authors of the articles, news, encyclopedia and novels", "### Annotations", "#### Annotation process\n\n\nDetailed annotation guidelines can be found in 'BEST\\_Guideline\\_Release1.pdf' as part of the uncompressed files. Word tokenization standard used was InterBEST2009", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nAll data are curated from public sources. No personal and sensitive information is expected to be included.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\n* word tokenization dataset from articles, news, encyclopedia and novels", "### Discussion of Biases\n\n\n* texts are relatively formal ones from articles, news, encyclopedia and novels.\n* word tokenization standard used was InterBEST2009.", "### Other Known Limitations\n\n\n* some tags unrelated to word tokenization ('' and '') are cleaned out.\n* no word boundary provdied for the test set\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nNECTEC", "### Licensing Information\n\n\nCC-BY-NC-SA 3.0\n\n\nDataset:\n\n\nCharacter type features:", "### Contributions\n\n\nThanks to @cstorm125 for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Thai #license-cc-by-nc-sa-3.0 #word-tokenization #region-us \n", "### Dataset Summary\n\n\n'best2009' is a Thai word-tokenization dataset from encyclopedia, novels, news and articles by NECTEC (148,995/2,252 lines of train/test). It was created for BEST 2010: Word Tokenization Competition. The test set answers are not provided publicly.", "### Supported Tasks and Leaderboards\n\n\nword tokenization", "### Languages\n\n\nThai\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\n* 'fname': file name; also marks if article is articles, news, encyclopedia or novels\n* 'char': characters\n* 'char\\_type': character types as adopted from by deepcut\n* 'is\\_beginning': is beginning of word", "### Data Splits\n\n\ntrain: # lines, test: 148,995\ntrain: avg words per line, test: 39.05\ntrain: total words, test: 5,818,521\ntrain: avg characters per line, test: 140.39\ntrain: total characters, test: 20,918,132\ntrain: # lines articles, test: 16,990\ntrain: # lines encyclopedia, test: 50,631\ntrain: # lines novels, test: 50,140\ntrain: # lines news, test: 31,234\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was created for BEST 2010: Word Tokenization Competition by NECTEC.", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\n\nRespective authors of the articles, news, encyclopedia and novels", "### Annotations", "#### Annotation process\n\n\nDetailed annotation guidelines can be found in 'BEST\\_Guideline\\_Release1.pdf' as part of the uncompressed files. Word tokenization standard used was InterBEST2009", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nAll data are curated from public sources. No personal and sensitive information is expected to be included.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\n* word tokenization dataset from articles, news, encyclopedia and novels", "### Discussion of Biases\n\n\n* texts are relatively formal ones from articles, news, encyclopedia and novels.\n* word tokenization standard used was InterBEST2009.", "### Other Known Limitations\n\n\n* some tags unrelated to word tokenization ('' and '') are cleaned out.\n* no word boundary provdied for the test set\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nNECTEC", "### Licensing Information\n\n\nCC-BY-NC-SA 3.0\n\n\nDataset:\n\n\nCharacter type features:", "### Contributions\n\n\nThanks to @cstorm125 for adding this dataset." ]
[ 91, 72, 14, 12, 6, 66, 119, 26, 4, 10, 25, 5, 52, 9, 38, 24, 40, 47, 9, 23, 17 ]
[ "passage: TAGS\n#task_categories-token-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Thai #license-cc-by-nc-sa-3.0 #word-tokenization #region-us \n### Dataset Summary\n\n\n'best2009' is a Thai word-tokenization dataset from encyclopedia, novels, news and articles by NECTEC (148,995/2,252 lines of train/test). It was created for BEST 2010: Word Tokenization Competition. The test set answers are not provided publicly.### Supported Tasks and Leaderboards\n\n\nword tokenization### Languages\n\n\nThai\n\n\nDataset Structure\n-----------------### Data Instances### Data Fields\n\n\n* 'fname': file name; also marks if article is articles, news, encyclopedia or novels\n* 'char': characters\n* 'char\\_type': character types as adopted from by deepcut\n* 'is\\_beginning': is beginning of word### Data Splits\n\n\ntrain: # lines, test: 148,995\ntrain: avg words per line, test: 39.05\ntrain: total words, test: 5,818,521\ntrain: avg characters per line, test: 140.39\ntrain: total characters, test: 20,918,132\ntrain: # lines articles, test: 16,990\ntrain: # lines encyclopedia, test: 50,631\ntrain: # lines novels, test: 50,140\ntrain: # lines news, test: 31,234\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThe dataset was created for BEST 2010: Word Tokenization Competition by NECTEC.### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?\n\n\nRespective authors of the articles, news, encyclopedia and novels### Annotations#### Annotation process\n\n\nDetailed annotation guidelines can be found in 'BEST\\_Guideline\\_Release1.pdf' as part of the uncompressed files. Word tokenization standard used was InterBEST2009" ]
[ 0.003822959028184414, 0.1674792319536209, -0.006505073979496956, 0.06444485485553741, 0.016377441585063934, 0.006206894293427467, 0.025012407451868057, 0.1274833381175995, -0.06923145800828934, 0.13231931626796722, 0.04073562100529671, 0.0014265479985624552, 0.07646763324737549, 0.12805785238742828, 0.007442896720021963, -0.1946457028388977, 0.04708488658070564, -0.036123666912317276, 0.0034183061216026545, 0.12881240248680115, 0.13794296979904175, -0.06031050905585289, 0.06121905893087387, -0.019572604447603226, -0.05274464562535286, 0.05175734683871269, -0.049955595284700394, -0.07796397060155869, -0.016251444816589355, 0.012394208461046219, 0.06780929118394852, -0.0047774408012628555, 0.02499939501285553, -0.254099577665329, 0.0069334907457232475, 0.03571872040629387, 0.00999506190419197, -0.0008584078750573099, 0.12252938002347946, 0.009821527637541294, 0.14301717281341553, -0.09975949674844742, 0.11048813909292221, 0.02529267594218254, -0.06313442438840866, -0.2052728533744812, -0.07088031619787216, 0.08593917638063431, 0.11901034414768219, 0.12356486171483994, -0.1116153672337532, 0.06363426893949509, -0.08187931776046753, 0.045078981667757034, 0.07541579008102417, -0.15783584117889404, -0.07289700210094452, -0.02956322580575943, 0.06502052396535873, 0.08759161084890366, -0.12495429813861847, -0.04855317994952202, 0.02796904556453228, 0.036398109048604965, 0.05257830396294594, -0.03153424337506294, -0.05043589696288109, 0.013537711463868618, -0.14961451292037964, -0.008915054611861706, 0.10351923108100891, -0.012630286626517773, -0.06119496375322342, -0.15628989040851593, 0.016498519107699394, -0.07395130395889282, -0.021775223314762115, -0.05964108183979988, 0.03348716348409653, -0.002034759381785989, 0.07764246314764023, -0.008197089657187462, -0.09434282779693604, 0.013368465006351471, 0.00023636867990717292, -0.02171419747173786, 0.0722794309258461, -0.02338288724422455, -0.00017361923528369516, 0.004690847359597683, -0.02972673624753952, -0.1345534473657608, -0.06820458173751831, -0.03643330931663513, -0.08106591552495956, -0.027040887624025345, 0.031071804463863373, -0.09822408854961395, 0.07833074033260345, 0.1215973049402237, -0.10189368575811386, 0.0866050124168396, -0.10008055716753006, -0.045781541615724564, 0.026186082512140274, 0.21513161063194275, -0.02739006280899048, -0.0009668759303167462, -0.0766248106956482, 0.041596416383981705, -0.010998759418725967, 0.0007479552295990288, 0.014285294339060783, 0.03687677159905434, 0.09718496352434158, 0.06625956296920776, 0.05224911868572235, 0.007651058491319418, -0.028973793610930443, -0.01025683619081974, 0.10801296681165695, -0.13716444373130798, 0.036477744579315186, 0.07422521710395813, -0.06129337474703789, -0.002765578916296363, -0.02444463223218918, -0.008123855106532574, -0.06582172960042953, 0.12533481419086456, -0.029919330030679703, 0.00003744392597582191, -0.04874525964260101, -0.04498598724603653, 0.057233475148677826, 0.027623601257801056, -0.09645143151283264, -0.009962785057723522, -0.07454470545053482, -0.09852869808673859, 0.004963757935911417, -0.07967716455459595, -0.019401317462325096, -0.024310989305377007, -0.026783648878335953, 0.005391702987253666, 0.03573888540267944, 0.042127642780542374, -0.03759268671274185, 0.047877829521894455, 0.018188180401921272, 0.015463531017303467, 0.11865633726119995, 0.05789439007639885, -0.11988911777734756, 0.05856826528906822, -0.1481197029352188, 0.08125663548707962, -0.13233856856822968, 0.05597149208188057, -0.11319954693317413, -0.08093621581792831, 0.044215861707925797, -0.0034462723415344954, -0.018269628286361694, 0.12270181626081467, -0.15652361512184143, -0.03501494228839874, 0.11721785366535187, -0.11188894510269165, -0.08618539571762085, 0.12204095721244812, -0.04229030758142471, 0.0023135431110858917, 0.06384354829788208, 0.15161731839179993, 0.04244867339730263, -0.012436317279934883, -0.04281497374176979, -0.12939181923866272, 0.09963581711053848, 0.23108235001564026, 0.11341618001461029, -0.10213340073823929, 0.037511978298425674, 0.04140855371952057, -0.06826310604810715, -0.06759433448314667, 0.013031267561018467, -0.05841638892889023, -0.031954165548086166, -0.014002147130668163, 0.06916695833206177, 0.017633337527513504, 0.01335892453789711, -0.08913376182317734, -0.13617239892482758, -0.005149665288627148, 0.03971331566572189, 0.0028535122983157635, 0.03332050144672394, -0.06667597591876984, 0.05580376461148262, 0.051979318261146545, -0.0020348639227449894, -0.13116323947906494, -0.029616421088576317, 0.12121524661779404, -0.07971372455358505, 0.09755948930978775, -0.08633541315793991, 0.00846843421459198, -0.035932622849941254, -0.0815805047750473, -0.03247743472456932, 0.02073567546904087, -0.006709567736834288, -0.01451815664768219, -0.16710686683654785, 0.05567985773086548, -0.017143288627266884, 0.11948010325431824, -0.17563843727111816, -0.001093155238777399, 0.05859258025884628, 0.13172753155231476, 0.009152107872068882, -0.03767925500869751, 0.053122952580451965, 0.01943058893084526, -0.005121966358274221, -0.03243972361087799, -0.039152514189481735, -0.04199955612421036, -0.06877035647630692, 0.03656279295682907, -0.10589991509914398, -0.09797929227352142, 0.042410001158714294, 0.03973482921719551, -0.09901589155197144, 0.0501919724047184, -0.03533066436648369, -0.032706134021282196, -0.08546137064695358, 0.013525482267141342, 0.09093933552503586, -0.007753100246191025, 0.06048308312892914, -0.10220200568437576, -0.07687239348888397, -0.08154378831386566, -0.015354867093265057, -0.06566757708787918, 0.16120098531246185, -0.017931263893842697, -0.12559570372104645, 0.12067335844039917, 0.08861974626779556, 0.009266307577490807, 0.13633324205875397, -0.06224912777543068, -0.0967487320303917, -0.018763026222586632, 0.09121694415807724, 0.008724533952772617, 0.0011123648146167397, -0.06656228750944138, 0.06408591568470001, 0.035623226314783096, -0.00046301857219077647, 0.0047684782184660435, -0.039584219455718994, 0.021227458491921425, 0.03364291787147522, -0.0528421588242054, 0.037282444536685944, 0.03342167288064957, 0.03813059628009796, 0.07723904401063919, 0.02047448605298996, 0.09946698695421219, -0.02818409726023674, -0.042181432247161865, -0.12211397290229797, 0.16719992458820343, -0.15398097038269043, -0.24728071689605713, -0.10308853536844254, -0.012136721983551979, -0.02323942631483078, -0.04069823771715164, 0.0384504571557045, -0.16342058777809143, -0.10152130573987961, -0.13548903167247772, 0.03500255569815636, 0.004575923550873995, -0.07772521674633026, -0.05301687866449356, -0.01771935634315014, 0.015161672607064247, -0.09147185832262039, 0.029542168602347374, 0.05977083742618561, -0.022078143432736397, 0.0025394815020263195, 0.0014563173754140735, 0.05790732055902481, 0.10967870056629181, 0.023409871384501457, -0.05222397297620773, -0.014694922603666782, 0.22392159700393677, -0.13686324656009674, 0.04982425272464752, 0.01977304369211197, -0.08553222566843033, 0.06415688246488571, 0.21357110142707825, -0.002523771720007062, -0.0379784069955349, 0.06742996722459793, 0.06089556962251663, 0.04837818443775177, -0.33807843923568726, -0.03060474433004856, -0.04230829328298569, 0.03092857636511326, 0.038548994809389114, 0.10895902663469315, 0.1089412197470665, -0.0023907958529889584, -0.0640285536646843, -0.053247205913066864, 0.06646763533353806, 0.07381261140108109, 0.16109415888786316, 0.06550002098083496, 0.0421382412314415, -0.0807228535413742, 0.006054066587239504, 0.10294968634843826, -0.09321371465921402, 0.15773169696331024, 0.021309316158294678, 0.21368147432804108, 0.0674811378121376, 0.14730548858642578, 0.029830817133188248, -0.06935597956180573, -0.04011550918221474, 0.04624922201037407, 0.03642021864652634, -0.0592210590839386, 0.10336761921644211, 0.07326909154653549, 0.06687061488628387, -0.02668432518839836, 0.04486427083611488, -0.06978622823953629, 0.08008268475532532, 0.173268660902977, 0.01226663589477539, -0.04712304845452309, 0.0065939705818891525, 0.06768464297056198, -0.11868427693843842, -0.07106489688158035, -0.01871587336063385, -0.020547471940517426, -0.15152700245380402, 0.1343270093202591, 0.00911798421293497, 0.10293833166360855, 0.01200952474027872, -0.04045060649514198, 0.05415256321430206, -0.011754241771996021, -0.021982744336128235, 0.08783046156167984, -0.2621035575866699, 0.118914894759655, -0.005840661935508251, 0.002938983030617237, -0.03855650871992111, 0.05975319445133209, 0.0012412162031978369, 0.02469668537378311, 0.10249294340610504, -0.009850206784904003, -0.17148242890834808, 0.006654731929302216, -0.0329643152654171, -0.020667320117354393, 0.10274465382099152, -0.05909990519285202, 0.09031859785318375, -0.025887731462717056, -0.025546269491314888, -0.050045665353536606, -0.03597869724035263, -0.11619863659143448, -0.12244289368391037, 0.06287854164838791, -0.09197048097848892, 0.061722010374069214, -0.05163329467177391, -0.047767601907253265, -0.0761449858546257, 0.1294543594121933, -0.09473972022533417, -0.08599816262722015, -0.12065444141626358, -0.004394540563225746, 0.20031961798667908, -0.07629676163196564, 0.08483485877513885, -0.04823540523648262, 0.1457410454750061, 0.045064106583595276, 0.012291841208934784, 0.020298399031162262, 0.019183462485671043, -0.22726689279079437, 0.0017180363647639751, 0.10089769959449768, 0.053883932530879974, 0.057024456560611725, -0.013666042126715183, 0.08912544697523117, -0.006888104137033224, -0.05632080137729645, -0.013065885752439499, 0.03384789451956749, -0.014838695526123047, 0.055761631578207016, -0.04994446039199829, -0.19068169593811035, -0.17458072304725647, -0.14359499514102936, 0.06080023571848869, 0.1500251740217209, -0.02613169141113758, 0.13327427208423615, 0.08986689150333405, -0.12281282246112823, -0.10300245136022568, 0.022874262183904648, 0.04026670381426811, -0.01013255026191473, 0.0436122864484787, -0.14292383193969727, 0.061747629195451736, 0.05838879197835922, -0.013355509378015995, 0.0659380704164505, -0.21031881868839264, -0.1597798615694046, 0.039632055908441544, 0.00603957986459136, -0.3133377134799957, -0.21018926799297333, -0.10087234526872635, -0.030558934435248375, -0.09758263826370239, -0.00027693132869899273, 0.041624560952186584, 0.0048574721440672874, -0.025141041725873947, -0.022196058183908463, 0.010811236687004566, 0.013165242038667202, 0.1666981279850006, -0.04150872305035591, 0.008934474550187588, -0.09405800700187683, 0.038102567195892334, -0.02385234646499157, -0.016777601093053818, 0.14500035345554352, -0.052463456988334656, 0.0006115678115747869, -0.12456696480512619, -0.0489119328558445, -0.061484042555093765, -0.023398809134960175, -0.12155056744813919, -0.004202174488455057, -0.11705178022384644, 0.0868273451924324, 0.07749928534030914, -0.06399132311344147, 0.02335827797651291, -0.06055682525038719, 0.14981946349143982, 0.04156245291233063, 0.10372273623943329, 0.17117570340633392, -0.05740315094590187, -0.0034565527457743883, -0.005698069930076599, -0.0027837653178721666, -0.1627105325460434, 0.04904888570308685, 0.1048378124833107, -0.004212838597595692, 0.17243918776512146, -0.06736750900745392, -0.1378171592950821, -0.013971074484288692, 0.06941365450620651, -0.03788183629512787, -0.16357673704624176, 0.03874121606349945, 0.02239815518260002, -0.11816705018281937, -0.13212649524211884, 0.007352244108915329, -0.02217651531100273, -0.07409828901290894, 0.047328632324934006, 0.06541100889444351, 0.024255678057670593, 0.10580810904502869, 0.02754233591258526, 0.03611186519265175, -0.05738425254821777, 0.12580591440200806, 0.17659986019134521, -0.07396689802408218, 0.035536617040634155, 0.2284807711839676, -0.01753734052181244, -0.029010185971856117, 0.17930792272090912, 0.1487910896539688, 0.07122629880905151, -0.02512189745903015, -0.0332503579556942, -0.12921641767024994, 0.07463745027780533, 0.2099914252758026, 0.036519113928079605, -0.0009328395244665444, 0.07506673038005829, -0.0032465215772390366, -0.009171351790428162, 0.1715288609266281, 0.13476751744747162, 0.057543642818927765, -0.04025512561202049, -0.009380260482430458, 0.033944517374038696, -0.0027503380551934242, 0.02092544548213482, 0.0063594914972782135, -0.08767827600240707, 0.0007728367345407605, -0.1501452475786209, 0.0478418730199337, -0.046426933258771896, -0.0017480587121099234, -0.014351973310112953, -0.09044825285673141, -0.03338845074176788, -0.017730548977851868, -0.05553412437438965, -0.07086783647537231, -0.035863738507032394, 0.07423345744609833, -0.18232817947864532, -0.01609371043741703, 0.12355074286460876, -0.05634403973817825, 0.05143668130040169, -0.021995708346366882, -0.06883588433265686, 0.0719785988330841, -0.07995723187923431, 0.02898464724421501, -0.03692077845335007, -0.00019355231779627502, -0.012194901704788208, -0.17567354440689087, -0.01944131776690483, -0.002880567917600274, -0.013717890717089176, 0.0494147464632988, -0.0345698744058609, -0.08710343390703201, -0.019739333540201187, -0.05005347728729248, -0.08474920690059662, 0.018910709768533707, 0.0432436503469944, 0.08497422188520432, -0.04497076943516731, 0.13894598186016083, -0.07304944843053818, 0.09236018359661102, -0.10120639950037003, -0.02224786765873432, -0.015045927837491035, -0.014629065990447998, -0.035093627870082855, -0.007470523472875357, 0.0435558445751667, -0.029013928025960922, 0.13107407093048096, -0.03978713974356651, -0.015119574964046478, 0.0929684042930603, -0.0016505348030477762, 0.006926944479346275, 0.0927165225148201, 0.09472405165433884, -0.010617674328386784, -0.054184649139642715, 0.026426728814840317, -0.09157301485538483, -0.05673280730843544, 0.017883306369185448, 0.061853133141994476, 0.2443999946117401, 0.0893225446343422, 0.008093873038887978, 0.035800397396087646, -0.04211551696062088, -0.01634913682937622, 0.03926895558834076, -0.11878279596567154, 0.03205525502562523, -0.04084361717104912, 0.1976320743560791, 0.08879327028989792, -0.20310910046100616, 0.0972876250743866, -0.08377917855978012, -0.08450133353471756, -0.04857223480939865, -0.10781034827232361, -0.128712996840477, -0.07046522945165634, 0.01544798444956541, -0.08013389259576797, 0.12501521408557892, 0.03489607572555542, 0.07284737378358841, -0.056485600769519806, 0.15449753403663635, 0.017020784318447113, -0.09144667536020279, 0.1316969245672226, 0.010439164005219936, 0.0043396493420004845, 0.03862309828400612, 0.08210950344800949, -0.008950225077569485, 0.0486300066113472, 0.04615167900919914, 0.05931379273533821, -0.08425579220056534, 0.004391927737742662, -0.08824209868907928, -0.07590864598751068, 0.07909435778856277, -0.017478901892900467, 0.013643842190504074, 0.1743919849395752, 0.011070176027715206, 0.011595522984862328, 0.0068186428397893906, 0.15652255713939667, -0.024093609303236008, -0.10778269171714783, -0.17685836553573608, -0.019241245463490486, -0.02132219262421131, -0.05104359611868858, 0.04837861284613609, -0.12145309895277023, 0.002686920342966914, 0.1717902272939682, 0.04051440954208374, 0.05375644564628601, 0.004413113463670015, 0.03593221306800842, 0.024948613718152046, -0.013028600253164768, 0.05749796703457832, 0.05988113582134247, 0.10769379138946533, -0.06041470170021057, 0.027548199519515038, -0.07102689892053604, -0.05932200327515602, -0.0838615894317627, 0.07860776782035828, 0.04973521828651428, -0.014439249411225319, -0.06716085225343704, 0.13665065169334412, -0.12008129060268402, -0.16738702356815338, -0.01680341549217701, -0.08127950876951218, -0.16318698227405548, -0.04179801419377327, 0.10643774271011353, 0.007881531491875648, -0.05122232809662819, 0.09058735519647598, -0.022413453087210655, 0.09185058623552322, 0.03447869420051575, 0.032992858439683914, -0.11136183142662048, 0.1392066329717636, -0.09229597449302673, 0.1942310631275177, 0.05061895027756691, 0.06479093432426453, 0.07663394510746002, -0.02066497504711151, -0.05926976352930069, 0.08282846212387085, 0.11996034532785416, -0.0062337773852050304, 0.019498104229569435, 0.19600370526313782, 0.0301494337618351, 0.11190961301326752, 0.12326639890670776, 0.08968261629343033, 0.0796336680650711, -0.07351657748222351, -0.015893489122390747, -0.14255526661872864, 0.11215782910585403, -0.14067433774471283, 0.08096423745155334, 0.23800814151763916, -0.0601055733859539, 0.008607219904661179, -0.04973457381129265, 0.034670643508434296, -0.05875751003623009, 0.14563454687595367, 0.029201868921518326, -0.21305540204048157, 0.06603098660707474, 0.04438919574022293, 0.10826779156923294, -0.2174443006515503, -0.06698554009199142, 0.031662844121456146, -0.0034509385004639626, -0.06735727190971375, 0.15497028827667236, 0.07727755606174469, -0.012665345333516598, -0.03630694001913071, -0.14740504324436188, 0.009453360922634602, 0.10759221017360687, -0.08848655968904495, 0.03026534616947174 ]
2103df6b09cfdc8b9155ca6ec5d0a5b318cdab6c
# Dataset Card for [Dataset Name] ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://opus.nlpl.eu/Bianet/corpus/version/Bianet - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** http://lrec-conf.org/workshops/lrec2018/W19/summaries/6_W19.html - **Paper:** https://arxiv.org/abs/1805.05095 - **Leaderboard:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Dataset Summary A parallel news corpus in Turkish, Kurdish and English; Bianet collects 3,214 Turkish articles with their sentence-aligned Kurdish or English translations from the Bianet online newspaper. 3 languages, 3 bitexts total number of files: 6 total number of tokens: 2.25M total number of sentence fragments: 0.14M ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information This corpus is distributed under the CC-BY-SA-4.0 open license. ### Citation Information ``` @InProceedings{ATAMAN18.6, author = {Duygu Ataman}, title = {Bianet: A Parallel News Corpus in Turkish, Kurdish and English}, booktitle = {Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018)}, year = {2018}, month = {may}, date = {7-12}, location = {Miyazaki, Japan}, editor = {Jinhua Du and Mihael Arcan and Qun Liu and Hitoshi Isahara}, publisher = {European Language Resources Association (ELRA)}, address = {Paris, France}, isbn = {979-10-95546-15-3}, language = {english} } ``` ### Contributions Thanks to [@param087](https://github.com/param087) for adding this dataset.
bianet
[ "task_categories:translation", "annotations_creators:found", "language_creators:found", "multilinguality:translation", "size_categories:10K<n<100K", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "language:ku", "language:tr", "license:cc-by-sa-4.0", "arxiv:1805.05095", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["en", "ku", "tr"], "license": "cc-by-sa-4.0", "multilinguality": ["translation"], "size_categories": ["10K<n<100K", "1K<n<10K"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "paperswithcode_id": "bianet", "pretty_name": "Bianet", "config_names": ["en-to-ku", "en-to-tr", "en_to_ku", "en_to_tr", "ku-to-tr", "ku_to_tr"], "dataset_info": [{"config_name": "en_to_ku", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["en", "ku"]}}}], "splits": [{"name": "train", "num_bytes": 1800794, "num_examples": 6402}], "download_size": 1019265, "dataset_size": 1800794}, {"config_name": "en_to_tr", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["en", "tr"]}}}], "splits": [{"name": "train", "num_bytes": 10230995, "num_examples": 34770}], "download_size": 5932117, "dataset_size": 10230995}, {"config_name": "ku_to_tr", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["ku", "tr"]}}}], "splits": [{"name": "train", "num_bytes": 2086538, "num_examples": 7325}], "download_size": 1206133, "dataset_size": 2086538}], "configs": [{"config_name": "en_to_ku", "data_files": [{"split": "train", "path": "en_to_ku/train-*"}]}, {"config_name": "en_to_tr", "data_files": [{"split": "train", "path": "en_to_tr/train-*"}]}, {"config_name": "ku_to_tr", "data_files": [{"split": "train", "path": "ku_to_tr/train-*"}]}]}
2024-02-08T14:23:25+00:00
[ "1805.05095" ]
[ "en", "ku", "tr" ]
TAGS #task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-translation #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-English #language-Kurdish #language-Turkish #license-cc-by-sa-4.0 #arxiv-1805.05095 #region-us
# Dataset Card for [Dataset Name] ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: - Paper: URL - Paper: URL - Leaderboard: - Point of Contact: ### Dataset Summary A parallel news corpus in Turkish, Kurdish and English; Bianet collects 3,214 Turkish articles with their sentence-aligned Kurdish or English translations from the Bianet online newspaper. 3 languages, 3 bitexts total number of files: 6 total number of tokens: 2.25M total number of sentence fragments: 0.14M ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information This corpus is distributed under the CC-BY-SA-4.0 open license. ### Contributions Thanks to @param087 for adding this dataset.
[ "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: \n- Paper: URL\n- Paper: URL\n- Leaderboard: \n- Point of Contact:", "### Dataset Summary\n\nA parallel news corpus in Turkish, Kurdish and English;\nBianet collects 3,214 Turkish articles with their sentence-aligned Kurdish or English translations from the Bianet online newspaper.\n\n3 languages, 3 bitexts\ntotal number of files: 6\ntotal number of tokens: 2.25M\ntotal number of sentence fragments: 0.14M", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nThis corpus is distributed under the CC-BY-SA-4.0 open license.", "### Contributions\n\nThanks to @param087 for adding this dataset." ]
[ "TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-translation #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-English #language-Kurdish #language-Turkish #license-cc-by-sa-4.0 #arxiv-1805.05095 #region-us \n", "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: \n- Paper: URL\n- Paper: URL\n- Leaderboard: \n- Point of Contact:", "### Dataset Summary\n\nA parallel news corpus in Turkish, Kurdish and English;\nBianet collects 3,214 Turkish articles with their sentence-aligned Kurdish or English translations from the Bianet online newspaper.\n\n3 languages, 3 bitexts\ntotal number of files: 6\ntotal number of tokens: 2.25M\ntotal number of sentence fragments: 0.14M", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nThis corpus is distributed under the CC-BY-SA-4.0 open license.", "### Contributions\n\nThanks to @param087 for adding this dataset." ]
[ 108, 10, 120, 30, 82, 10, 4, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 23, 18 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-translation #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-English #language-Kurdish #language-Turkish #license-cc-by-sa-4.0 #arxiv-1805.05095 #region-us \n# Dataset Card for [Dataset Name]## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository: \n- Paper: URL\n- Paper: URL\n- Leaderboard: \n- Point of Contact:### Dataset Summary\n\nA parallel news corpus in Turkish, Kurdish and English;\nBianet collects 3,214 Turkish articles with their sentence-aligned Kurdish or English translations from the Bianet online newspaper.\n\n3 languages, 3 bitexts\ntotal number of files: 6\ntotal number of tokens: 2.25M\ntotal number of sentence fragments: 0.14M### Supported Tasks and Leaderboards### Languages## Dataset Structure### Data Instances### Data Fields### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases### Other Known Limitations## Additional Information### Dataset Curators" ]
[ 0.0025725201703608036, 0.17961664497852325, -0.007273310329765081, -0.011337188072502613, 0.08579707145690918, 0.04950975999236107, 0.12411992251873016, 0.10320407897233963, 0.031992580741643906, 0.10143016278743744, -0.01783890649676323, 0.038791023194789886, 0.154169499874115, 0.032842401415109634, -0.006713747512549162, -0.23989176750183105, 0.03119843266904354, -0.13095763325691223, 0.036965399980545044, 0.10130386799573898, 0.131438747048378, -0.031224187463521957, -0.008834020234644413, -0.07648976892232895, -0.03678014874458313, 0.037634123116731644, -0.08789487928152084, -0.08368068933486938, 0.023207254707813263, 0.008704114705324173, 0.04592982307076454, -0.0038384341169148684, 0.010499954223632812, -0.2854897379875183, 0.02968767285346985, 0.005980735179036856, -0.017768345773220062, 0.008275551721453667, 0.11433345079421997, -0.13345541059970856, 0.09389262646436691, -0.2437521517276764, 0.04182669147849083, 0.01647442765533924, -0.0987391546368599, -0.09162165224552155, -0.10652536153793335, 0.07846063375473022, 0.17222033441066742, 0.021125860512256622, -0.09874550253152847, -0.01192747987806797, -0.026531817391514778, 0.06656248867511749, 0.1173919215798378, -0.18020059168338776, -0.10079623013734818, -0.05971965566277504, -0.014256888069212437, 0.09116886556148529, -0.06689766049385071, 0.054524119943380356, -0.04661687836050987, 0.02050352282822132, -0.06907757371664047, -0.03565384820103645, -0.037891533225774765, -0.0121315848082304, -0.05721665173768997, -0.0584375262260437, 0.08735083043575287, -0.011514347046613693, 0.025951502844691277, -0.2094162553548813, 0.027425887063145638, 0.05935300141572952, -0.10337787121534348, 0.020837007090449333, -0.055484969168901443, -0.043279655277729034, 0.0736600011587143, 0.011037957854568958, -0.032607123255729675, 0.015100211836397648, -0.03730234503746033, 0.13348808884620667, 0.0978371724486351, -0.043943800032138824, 0.04895346611738205, 0.06990641355514526, 0.12228257209062576, -0.13564607501029968, 0.005941669922322035, -0.0045164902694523335, -0.19252154231071472, 0.03064030408859253, 0.05187138170003891, -0.03104165568947792, 0.11454024910926819, 0.1336597055196762, 0.002575998893007636, 0.06620180606842041, -0.05354412645101547, -0.022961510345339775, 0.038249000906944275, 0.05098564922809601, -0.034918129444122314, -0.18292202055454254, -0.07776134461164474, -0.01825975440442562, -0.013353590853512287, -0.024579474702477455, -0.004445014987140894, 0.06332536041736603, 0.04875471070408821, 0.16592007875442505, 0.13924212753772736, 0.010956432670354843, -0.01875113695859909, -0.02317732386291027, 0.11092755198478699, -0.14204692840576172, 0.01821928285062313, 0.026767589151859283, -0.022995784878730774, -0.03471404314041138, -0.11136405915021896, -0.0047424654476344585, -0.1104801669716835, 0.1247524619102478, 0.027873696759343147, 0.03337181732058525, -0.012341589666903019, -0.033910755068063736, 0.06481122970581055, -0.03630061075091362, -0.0676216185092926, -0.03949763998389244, -0.04410014674067497, -0.04631594941020012, 0.01613927260041237, -0.14097535610198975, 0.005903232842683792, -0.004176516551524401, -0.035536933690309525, 0.0633966401219368, -0.006986711639910936, 0.05193517357110977, -0.07923568785190582, 0.03492027893662453, -0.06815981864929199, 0.04915541037917137, 0.15987549722194672, 0.04063606262207031, -0.04955120012164116, 0.04967878758907318, -0.0449271984398365, 0.1650792807340622, -0.15947052836418152, 0.007209740579128265, -0.12327691912651062, 0.01106542069464922, 0.06329110264778137, -0.02973143197596073, -0.025229312479496002, 0.13864311575889587, -0.253126323223114, -0.04234708845615387, 0.16065749526023865, -0.0469466932117939, -0.04844021424651146, 0.07750122994184494, -0.007377699017524719, -0.019185364246368408, 0.0925656259059906, 0.15930216014385223, -0.0008022579713724554, 0.03480345383286476, -0.10939759016036987, -0.1114620715379715, 0.09198864549398422, 0.2801443934440613, 0.08930736035108566, -0.07566902786493301, 0.1488136351108551, 0.049143873155117035, 0.03020077385008335, -0.020786061882972717, 0.002119536278769374, -0.08131133764982224, 0.06790610402822495, 0.0260674599558115, 0.067556232213974, -0.011282644234597683, -0.011888319626450539, -0.08302722871303558, -0.09783075004816055, -0.016978653147816658, 0.009379236027598381, 0.02112588658928871, 0.001132676494307816, -0.06640475988388062, -0.013255039229989052, -0.025793489068746567, 0.04966141656041145, -0.16745048761367798, -0.11943989247083664, 0.04153989627957344, -0.0328713096678257, 0.1261412501335144, -0.11271358281373978, -0.013620851561427116, -0.021792208775877953, -0.05456972494721413, 0.02542274445295334, 0.03108520619571209, 0.05869850516319275, -0.014788186177611351, -0.194729745388031, 0.04237666353583336, -0.02379203587770462, 0.1226058155298233, -0.014410391449928284, -0.009104511700570583, 0.10624115914106369, 0.24665716290473938, 0.028576716780662537, -0.037471529096364975, -0.006659284234046936, 0.05377906188368797, 0.024850431829690933, -0.044652290642261505, -0.002331026131287217, -0.0895996242761612, 0.025415891781449318, 0.1125689223408699, -0.10049182176589966, -0.07369662076234818, 0.06871877610683441, 0.15017221868038177, -0.08893327414989471, 0.015624288469552994, -0.046356506645679474, -0.058745913207530975, 0.008271829225122929, -0.08304417878389359, 0.10822263360023499, 0.057408541440963745, -0.004233148414641619, -0.053236573934555054, -0.09966553002595901, -0.07385116815567017, -0.0004168449668213725, -0.08339656889438629, 0.1560480296611786, -0.01566505990922451, -0.20224621891975403, 0.14395706355571747, 0.06365880370140076, 0.16214480996131897, 0.1542709469795227, -0.04440031945705414, -0.07641775906085968, -0.0455683097243309, -0.0014141321880742908, 0.03924228250980377, 0.0895499587059021, -0.08349595218896866, -0.031564731150865555, 0.03741166740655899, 0.008884069509804249, 0.029691731557250023, -0.005972960032522678, 0.01733499765396118, -0.02358575165271759, -0.040884628891944885, 0.06171827018260956, 0.026706784963607788, 0.07924002408981323, 0.12177129089832306, 0.006006856914609671, 0.09848958253860474, -0.039007335901260376, -0.09640961140394211, -0.0491856150329113, 0.06026918813586235, -0.1674918681383133, -0.26245203614234924, -0.04256577789783478, -0.11133542656898499, -0.04733913019299507, -0.06961550563573837, 0.0210858341306448, -0.0948818102478981, -0.03961844742298126, -0.0604291670024395, 0.10359539091587067, 0.12367226928472519, -0.08918944001197815, -0.06894516199827194, 0.006137887015938759, -0.05027920752763748, -0.10590644180774689, 0.010563843883574009, 0.04570523276925087, -0.02320847474038601, -0.0003845122701022774, 0.0378490649163723, 0.08329334855079651, 0.07535618543624878, 0.06179577857255936, -0.026733523234725, -0.03660973161458969, 0.19924581050872803, -0.19144611060619354, 0.11274807900190353, -0.03790667653083801, -0.07782161235809326, 0.035439759492874146, 0.2693333923816681, 0.04038691520690918, -0.027027444913983345, 0.008198445662856102, 0.0936063900589943, 0.010080243460834026, -0.25299379229545593, -0.12293100357055664, -0.09127204865217209, -0.012782352045178413, 0.02735319174826145, 0.07717709988355637, -0.020157935097813606, -0.02440073899924755, -0.14648088812828064, -0.046055350452661514, 0.11135728657245636, 0.05729105323553085, 0.1247815415263176, 0.03515152260661125, 0.04159233346581459, -0.0655682384967804, -0.030555689707398415, 0.05967035889625549, 0.044942472130060196, 0.2463523894548416, 0.041008152067661285, 0.24132688343524933, 0.07269402593374252, 0.07195369899272919, -0.012713964097201824, -0.03499574214220047, 0.007082630414515734, 0.06689969450235367, 0.024218285456299782, -0.06253700703382492, 0.08479603379964828, 0.02875244803726673, 0.10013583302497864, -0.11756709963083267, 0.10184917598962784, -0.10473380982875824, 0.18334251642227173, 0.1404743641614914, 0.025033747777342796, -0.036216720938682556, -0.0010626319563016295, 0.11190995573997498, -0.15504299104213715, -0.07641275972127914, -0.039328958839178085, 0.01616593822836876, -0.1698574423789978, 0.10500755906105042, -0.0477021224796772, 0.12531021237373352, -0.08656800538301468, -0.05482594296336174, -0.000065667147282511, -0.028962571173906326, -0.019100816920399666, 0.10425017029047012, -0.15191040933132172, 0.1789957582950592, 0.011468092910945415, 0.03355679288506508, -0.11139151453971863, 0.040999636054039, 0.052754469215869904, -0.10605477541685104, 0.09918473660945892, -0.007935851812362671, -0.1320997029542923, 0.001858837204053998, -0.15373101830482483, 0.0049024526961147785, 0.11649058014154434, -0.180142343044281, 0.09042099863290787, 0.008569309487938881, -0.01684855856001377, -0.09913576394319534, -0.09260006248950958, -0.14942100644111633, -0.26007944345474243, 0.09915121644735336, -0.08994995057582855, 0.025868209078907967, -0.06160874292254448, -0.06111052259802818, -0.06703884899616241, 0.13723984360694885, -0.15117862820625305, -0.1223829910159111, -0.10353323817253113, -0.05837592855095863, 0.16327807307243347, -0.07526929676532745, 0.000946724961977452, -0.009514069184660912, 0.11977353692054749, -0.02617633156478405, -0.05023685097694397, 0.01994859240949154, -0.015714360401034355, -0.1916978657245636, -0.03745006397366524, 0.19970156252384186, 0.07805708050727844, 0.0640629306435585, 0.0033493463415652514, 0.07066479325294495, 0.07630550116300583, -0.09359569847583771, 0.02724321372807026, 0.0010584215633571148, 0.03314276412129402, 0.11090259253978729, 0.04179138317704201, -0.2217104285955429, -0.21069958806037903, -0.04779202491044998, 0.08993236720561981, 0.09271369129419327, -0.040711767971515656, 0.18562759459018707, 0.049144867807626724, -0.09611552953720093, -0.15392187237739563, -0.07439147680997849, 0.04127616807818413, -0.031046854332089424, 0.02160470001399517, -0.14283807575702667, 0.04826679825782776, 0.05029159411787987, 0.005545479245483875, 0.047329723834991455, -0.2628849446773529, -0.14936287701129913, 0.060904741287231445, -0.00010554593609413132, -0.32461702823638916, -0.1559607982635498, -0.10377524048089981, -0.03421024605631828, -0.15510252118110657, 0.1312706023454666, 0.013897688128054142, 0.010672441683709621, -0.015283056534826756, 0.040109094232320786, -0.007987137883901596, 0.01314766239374876, 0.226077601313591, 0.041067786514759064, 0.001920816721394658, -0.1457180231809616, -0.09302930533885956, 0.046625975519418716, 0.013289100490510464, 0.016132701188325882, -0.09768331050872803, -0.043192774057388306, -0.09297971427440643, -0.024953830987215042, -0.07027892023324966, 0.019945736974477768, -0.11531109362840652, -0.006179511081427336, -0.06967032700777054, 0.09386616945266724, 0.054664988070726395, -0.02885170839726925, 0.10396114736795425, -0.04057132080197334, 0.0408223532140255, -0.005155667196959257, 0.08117064833641052, 0.06347118318080902, -0.016496527940034866, -0.04248550161719322, 0.020676806569099426, -0.04829186201095581, -0.035151563584804535, 0.012264491990208626, 0.1218656376004219, -0.01600545085966587, 0.15455536544322968, -0.08631755411624908, -0.15682606399059296, 0.015944425016641617, 0.10110662132501602, -0.04155447334051132, -0.24903251230716705, 0.01268901489675045, -0.0054453653283417225, -0.06354619562625885, -0.12026537209749222, 0.05964286997914314, 0.03288041427731514, -0.0678456649184227, 0.041299834847450256, 0.09639151394367218, 0.03982149809598923, 0.11323907226324081, -0.008396423421800137, 0.04840792715549469, -0.10956841707229614, 0.11377011239528656, 0.15349170565605164, -0.06385993212461472, 0.015605484135448933, 0.21483339369297028, -0.04528122395277023, -0.024855148047208786, -0.01557951234281063, 0.08634594082832336, 0.12523488700389862, -0.022137226536870003, 0.02384958602488041, -0.15268346667289734, 0.023822762072086334, 0.06961064040660858, -0.012858488596975803, 0.009955225512385368, 0.029697755351662636, -0.027525143697857857, 0.027798224240541458, 0.21685592830181122, 0.1434081345796585, 0.015055614523589611, 0.015771783888339996, -0.04472161829471588, 0.003502276260405779, -0.016156218945980072, 0.010309012606739998, -0.03334552422165871, -0.05252031236886978, 0.0032770871184766293, -0.23218770325183868, 0.023624883964657784, -0.19658462703227997, 0.0017063369741663337, 0.001880465424619615, -0.07071933895349503, -0.03916718438267708, -0.03656328469514847, -0.06386210769414902, -0.06672024726867676, -0.041101980954408646, 0.12794312834739685, -0.19101853668689728, -0.0034465710632503033, 0.09707129746675491, -0.07344415038824081, 0.09873935580253601, 0.05648723617196083, -0.04957084357738495, 0.07810656726360321, -0.08680054545402527, -0.0035208691842854023, -0.039290327578783035, 0.03701244667172432, 0.052598096430301666, -0.16348837316036224, -0.02758471481502056, 0.02113720402121544, -0.020445046946406364, 0.08197300881147385, -0.023845240473747253, -0.08564409613609314, 0.04447947070002556, -0.0834779366850853, -0.05526313558220863, 0.02279854752123356, 0.054406680166721344, 0.11563079059123993, -0.029673442244529724, 0.09028253704309464, -0.07336197793483734, 0.11428219825029373, -0.09841902554035187, -0.0017527809832245111, -0.021251466125249863, -0.07257362455129623, 0.08497292548418045, -0.008089243434369564, 0.06633196771144867, -0.0017654411494731903, 0.1920437216758728, 0.003634661203250289, -0.024906998500227928, 0.0838286504149437, 0.013420033268630505, -0.0497559979557991, 0.0833267867565155, -0.04136659950017929, 0.007085580378770828, -0.04570450633764267, -0.0911940410733223, -0.08623763918876648, -0.07858622074127197, -0.16050530970096588, 0.11682990193367004, 0.22461465001106262, 0.2560659945011139, -0.04621290788054466, 0.08081688731908798, -0.1428309977054596, -0.021793419495224953, 0.07823808491230011, -0.0891231968998909, 0.039388395845890045, -0.07044734805822372, 0.05874786898493767, 0.12491532415151596, -0.22734175622463226, 0.06752795726060867, -0.06229260191321373, -0.09401173889636993, 0.06094004958868027, -0.16883844137191772, -0.05586221441626549, 0.025754151865839958, -0.02001083455979824, -0.07533451914787292, 0.05913892388343811, 0.13636156916618347, 0.025027161464095116, -0.04020286723971367, 0.16271108388900757, 0.0020459797233343124, -0.08249993622303009, 0.14075474441051483, 0.03512721508741379, 0.05137597396969795, 0.00440352875739336, 0.05781623721122742, -0.0736745223402977, 0.09024843573570251, 0.05997733771800995, 0.11734814196825027, -0.08067408949136734, -0.012105676345527172, -0.09968557208776474, -0.08988139778375626, 0.06869495660066605, -0.00934486836194992, -0.01958039030432701, 0.22333841025829315, 0.07993878424167633, 0.039448827505111694, -0.0047292402014136314, 0.18212056159973145, 0.01871141605079174, -0.1449354887008667, -0.13729634881019592, -0.09369048476219177, -0.024635836482048035, -0.023081904277205467, 0.07848865538835526, -0.1398850679397583, -0.0173379797488451, 0.03322182223200798, 0.2174278199672699, 0.03610052913427353, 0.04414842650294304, -0.03037680685520172, 0.04451858997344971, 0.0059014009311795235, 0.01337584387511015, 0.012927663512527943, 0.2202819138765335, -0.03099953383207321, 0.02354287914931774, -0.026164259761571884, -0.05082196369767189, -0.08211241662502289, 0.11553504317998886, 0.021863603964447975, -0.06263777613639832, -0.05452457442879677, 0.2163873016834259, -0.13435715436935425, -0.2768724858760834, 0.018202893435955048, -0.12148985266685486, -0.20867186784744263, 0.01581750251352787, 0.07648006826639175, 0.028080040588974953, -0.007331026718020439, 0.10569789260625839, -0.038055334240198135, 0.09778155386447906, 0.09480632096529007, 0.03205985948443413, -0.017681345343589783, 0.12796185910701752, -0.13981954753398895, 0.21004165709018707, -0.00013568755821324885, 0.07253292202949524, 0.09037894755601883, -0.005681316833943129, -0.08425264060497284, 0.010770290158689022, 0.13744518160820007, 0.020207777619361877, 0.05966350808739662, 0.19468587636947632, 0.03811714053153992, 0.04332663118839264, 0.19540591537952423, 0.07286041975021362, 0.07515143603086472, -0.034337274730205536, 0.004757935181260109, -0.08451076596975327, 0.14081287384033203, -0.10855474323034286, 0.05552661046385765, 0.18786489963531494, -0.058058962225914, 0.06317271292209625, 0.013539901934564114, -0.03402362018823624, -0.049822840839624405, 0.16274450719356537, -0.01963626593351364, -0.1909388154745102, -0.007329246960580349, 0.0062023852951824665, 0.13178427517414093, -0.09361009299755096, -0.06409870088100433, 0.026549214497208595, -0.010840152390301228, -0.041996341198682785, 0.1552318036556244, 0.10011471807956696, -0.039213307201862335, -0.03267627954483032, -0.16418786346912384, 0.029781101271510124, 0.11513778567314148, -0.08844912052154541, 0.060508809983730316 ]
0a2c121b0224b552e05f281fc71c55e3180b3d00
# Dataset Card for BiblePara ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** http://opus.nlpl.eu/bible-uedin.php - **Repository:** None - **Paper:** https://link.springer.com/article/10.1007/s10579-014-9287-y - **Leaderboard:** [More Information Needed] - **Point of Contact:** [More Information Needed] ### Dataset Summary To load a language pair which isn't part of the config, all you need to do is specify the language code as pairs. You can find the valid pairs in Homepage section of Dataset Description: http://opus.nlpl.eu/bible-uedin.php E.g. `dataset = load_dataset("bible_para", lang1="fi", lang2="hi")` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances Here are some examples of questions and facts: ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data [More Information Needed] #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations [More Information Needed] #### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
bible_para
[ "task_categories:translation", "annotations_creators:found", "language_creators:found", "multilinguality:multilingual", "size_categories:10K<n<100K", "source_datasets:original", "language:acu", "language:af", "language:agr", "language:ake", "language:am", "language:amu", "language:ar", "language:bg", "language:bsn", "language:cak", "language:ceb", "language:ch", "language:chq", "language:chr", "language:cjp", "language:cni", "language:cop", "language:crp", "language:cs", "language:da", "language:de", "language:dik", "language:dje", "language:djk", "language:dop", "language:ee", "language:el", "language:en", "language:eo", "language:es", "language:et", "language:eu", "language:fi", "language:fr", "language:gbi", "language:gd", "language:gu", "language:gv", "language:he", "language:hi", "language:hr", "language:hu", "language:hy", "language:id", "language:is", "language:it", "language:ja", "language:jak", "language:jiv", "language:kab", "language:kbh", "language:kek", "language:kn", "language:ko", "language:la", "language:lt", "language:lv", "language:mam", "language:mi", "language:ml", "language:mr", "language:my", "language:ne", "language:nhg", "language:nl", "language:no", "language:ojb", "language:pck", "language:pes", "language:pl", "language:plt", "language:pot", "language:ppk", "language:pt", "language:quc", "language:quw", "language:ro", "language:rom", "language:ru", "language:shi", "language:sk", "language:sl", "language:sn", "language:so", "language:sq", "language:sr", "language:ss", "language:sv", "language:syr", "language:te", "language:th", "language:tl", "language:tmh", "language:tr", "language:uk", "language:usp", "language:vi", "language:wal", "language:wo", "language:xh", "language:zh", "language:zu", "license:cc0-1.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["acu", "af", "agr", "ake", "am", "amu", "ar", "bg", "bsn", "cak", "ceb", "ch", "chq", "chr", "cjp", "cni", "cop", "crp", "cs", "da", "de", "dik", "dje", "djk", "dop", "ee", "el", "en", "eo", "es", "et", "eu", "fi", "fr", "gbi", "gd", "gu", "gv", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "jak", "jiv", "kab", "kbh", "kek", "kn", "ko", "la", "lt", "lv", "mam", "mi", "ml", "mr", "my", "ne", "nhg", "nl", "no", "ojb", "pck", "pes", "pl", "plt", "pot", "ppk", "pt", "quc", "quw", "ro", "rom", "ru", "shi", "sk", "sl", "sn", "so", "sq", "sr", "ss", "sv", "syr", "te", "th", "tl", "tmh", "tr", "uk", "usp", "vi", "wal", "wo", "xh", "zh", "zu"], "license": ["cc0-1.0"], "multilinguality": ["multilingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "pretty_name": "BiblePara", "dataset_info": [{"config_name": "de-en", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["de", "en"]}}}], "splits": [{"name": "train", "num_bytes": 17262178, "num_examples": 62195}], "download_size": 5440713, "dataset_size": 17262178}, {"config_name": "en-fr", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["en", "fr"]}}}], "splits": [{"name": "train", "num_bytes": 17536445, "num_examples": 62195}], "download_size": 5470044, "dataset_size": 17536445}, {"config_name": "en-es", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["en", "es"]}}}], "splits": [{"name": "train", "num_bytes": 17105724, "num_examples": 62191}], "download_size": 5418998, "dataset_size": 17105724}, {"config_name": "en-fi", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["en", "fi"]}}}], "splits": [{"name": "train", "num_bytes": 17486055, "num_examples": 62026}], "download_size": 5506407, "dataset_size": 17486055}, {"config_name": "en-no", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["en", "no"]}}}], "splits": [{"name": "train", "num_bytes": 16681323, "num_examples": 62107}], "download_size": 5293164, "dataset_size": 16681323}, {"config_name": "en-hi", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["en", "hi"]}}}], "splits": [{"name": "train", "num_bytes": 27849361, "num_examples": 62073}], "download_size": 6224765, "dataset_size": 27849361}]}
2024-01-18T11:01:58+00:00
[]
[ "acu", "af", "agr", "ake", "am", "amu", "ar", "bg", "bsn", "cak", "ceb", "ch", "chq", "chr", "cjp", "cni", "cop", "crp", "cs", "da", "de", "dik", "dje", "djk", "dop", "ee", "el", "en", "eo", "es", "et", "eu", "fi", "fr", "gbi", "gd", "gu", "gv", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "jak", "jiv", "kab", "kbh", "kek", "kn", "ko", "la", "lt", "lv", "mam", "mi", "ml", "mr", "my", "ne", "nhg", "nl", "no", "ojb", "pck", "pes", "pl", "plt", "pot", "ppk", "pt", "quc", "quw", "ro", "rom", "ru", "shi", "sk", "sl", "sn", "so", "sq", "sr", "ss", "sv", "syr", "te", "th", "tl", "tmh", "tr", "uk", "usp", "vi", "wal", "wo", "xh", "zh", "zu" ]
TAGS #task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-10K<n<100K #source_datasets-original #language-Achuar-Shiwiar #language-Afrikaans #language-Aguaruna #language-Akawaio #language-Amharic #language-Guerrero Amuzgo #language-Arabic #language-Bulgarian #language-Barasana-Eduria #language-Kaqchikel #language-Cebuano #language-Chamorro #language-Quiotepec Chinantec #language-Cherokee #language-Cabécar #language-Asháninka #language-Coptic #language-crp #language-Czech #language-Danish #language-German #language-Southwestern Dinka #language-Zarma #language-Eastern Maroon Creole #language-Lukpa #language-Ewe #language-Modern Greek (1453-) #language-English #language-Esperanto #language-Spanish #language-Estonian #language-Basque #language-Finnish #language-French #language-Galela #language-Scottish Gaelic #language-Gujarati #language-Manx #language-Hebrew #language-Hindi #language-Croatian #language-Hungarian #language-Armenian #language-Indonesian #language-Icelandic #language-Italian #language-Japanese #language-Jakun #language-Shuar #language-Kabyle #language-Camsá #language-Kekchí #language-Kannada #language-Korean #language-Latin #language-Lithuanian #language-Latvian #language-Mam #language-Maori #language-Malayalam #language-Marathi #language-Burmese #language-Nepali (macrolanguage) #language-Tetelcingo Nahuatl #language-Dutch #language-Norwegian #language-Northwestern Ojibwa #language-Paite Chin #language-Iranian Persian #language-Polish #language-Plateau Malagasy #language-Potawatomi #language-Uma #language-Portuguese #language-K'iche' #language-Tena Lowland Quichua #language-Romanian #language-Romany #language-Russian #language-Tachelhit #language-Slovak #language-Slovenian #language-Shona #language-Somali #language-Albanian #language-Serbian #language-Swati #language-Swedish #language-Syriac #language-Telugu #language-Thai #language-Tagalog #language-Tamashek #language-Turkish #language-Ukrainian #language-Uspanteco #language-Vietnamese #language-Wolaytta #language-Wolof #language-Xhosa #language-Chinese #language-Zulu #license-cc0-1.0 #region-us
# Dataset Card for BiblePara ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: None - Paper: URL - Leaderboard: - Point of Contact: ### Dataset Summary To load a language pair which isn't part of the config, all you need to do is specify the language code as pairs. You can find the valid pairs in Homepage section of Dataset Description: URL E.g. 'dataset = load_dataset("bible_para", lang1="fi", lang2="hi")' ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances Here are some examples of questions and facts: ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @abhishekkrthakur for adding this dataset.
[ "# Dataset Card for BiblePara", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: None\n- Paper: URL\n- Leaderboard: \n- Point of Contact:", "### Dataset Summary\n\nTo load a language pair which isn't part of the config, all you need to do is specify the language code as pairs.\nYou can find the valid pairs in Homepage section of Dataset Description: URL\nE.g.\n\n'dataset = load_dataset(\"bible_para\", lang1=\"fi\", lang2=\"hi\")'", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances\n\nHere are some examples of questions and facts:", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @abhishekkrthakur for adding this dataset." ]
[ "TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-10K<n<100K #source_datasets-original #language-Achuar-Shiwiar #language-Afrikaans #language-Aguaruna #language-Akawaio #language-Amharic #language-Guerrero Amuzgo #language-Arabic #language-Bulgarian #language-Barasana-Eduria #language-Kaqchikel #language-Cebuano #language-Chamorro #language-Quiotepec Chinantec #language-Cherokee #language-Cabécar #language-Asháninka #language-Coptic #language-crp #language-Czech #language-Danish #language-German #language-Southwestern Dinka #language-Zarma #language-Eastern Maroon Creole #language-Lukpa #language-Ewe #language-Modern Greek (1453-) #language-English #language-Esperanto #language-Spanish #language-Estonian #language-Basque #language-Finnish #language-French #language-Galela #language-Scottish Gaelic #language-Gujarati #language-Manx #language-Hebrew #language-Hindi #language-Croatian #language-Hungarian #language-Armenian #language-Indonesian #language-Icelandic #language-Italian #language-Japanese #language-Jakun #language-Shuar #language-Kabyle #language-Camsá #language-Kekchí #language-Kannada #language-Korean #language-Latin #language-Lithuanian #language-Latvian #language-Mam #language-Maori #language-Malayalam #language-Marathi #language-Burmese #language-Nepali (macrolanguage) #language-Tetelcingo Nahuatl #language-Dutch #language-Norwegian #language-Northwestern Ojibwa #language-Paite Chin #language-Iranian Persian #language-Polish #language-Plateau Malagasy #language-Potawatomi #language-Uma #language-Portuguese #language-K'iche' #language-Tena Lowland Quichua #language-Romanian #language-Romany #language-Russian #language-Tachelhit #language-Slovak #language-Slovenian #language-Shona #language-Somali #language-Albanian #language-Serbian #language-Swati #language-Swedish #language-Syriac #language-Telugu #language-Thai #language-Tagalog #language-Tamashek #language-Turkish #language-Ukrainian #language-Uspanteco #language-Vietnamese #language-Wolaytta #language-Wolof #language-Xhosa #language-Chinese #language-Zulu #license-cc0-1.0 #region-us \n", "# Dataset Card for BiblePara", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: None\n- Paper: URL\n- Leaderboard: \n- Point of Contact:", "### Dataset Summary\n\nTo load a language pair which isn't part of the config, all you need to do is specify the language code as pairs.\nYou can find the valid pairs in Homepage section of Dataset Description: URL\nE.g.\n\n'dataset = load_dataset(\"bible_para\", lang1=\"fi\", lang2=\"hi\")'", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances\n\nHere are some examples of questions and facts:", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @abhishekkrthakur for adding this dataset." ]
[ 685, 7, 120, 28, 82, 10, 4, 6, 17, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 20 ]
[ "passage: " ]
[ 0.10088140517473221, -0.018662717193365097, -0.014522166922688484, 0.018606146797537804, 0.023765284568071365, 0.004740193951874971, 0.06258118152618408, -0.026830460876226425, -0.04826553910970688, 0.07734379917383194, 0.14376786351203918, 0.014736739918589592, -0.06107987463474274, -0.11733254045248032, 0.06612761318683624, -0.2047748565673828, -0.037414923310279846, 0.056273531168699265, 0.009187481366097927, 0.06562598049640656, -0.02434733882546425, -0.09018827974796295, 0.07299808412790298, -0.08781832456588745, 0.14526405930519104, 0.01878758892416954, 0.06504875421524048, 0.18429632484912872, 0.09970057010650635, 0.11702091991901398, 0.13575558364391327, -0.04038470238447189, -0.011557001620531082, -0.14774653315544128, 0.07691587507724762, -0.014373138546943665, -0.15217146277427673, 0.025232499465346336, -0.12929874658584595, -0.01808922551572323, 0.25475311279296875, 0.01534960512071848, 0.029779013246297836, -0.04167575016617775, -0.16052180528640747, -0.0590660460293293, 0.0919354110956192, 0.06486072391271591, -0.010019899345934391, 0.1712968945503235, -0.02153913490474224, 0.03424368053674698, -0.09385901689529419, 0.07052260637283325, 0.19514355063438416, -0.20610728859901428, -0.1006559357047081, -0.08724600076675415, 0.11976124346256256, 0.14322549104690552, -0.06600390374660492, 0.07013007998466492, -0.00961635634303093, 0.0030693383887410164, -0.015733856707811356, -0.13099238276481628, 0.02844751998782158, 0.03067631460726261, -0.1811460554599762, -0.0640716552734375, 0.30105605721473694, -0.09633759409189224, 0.002427132334560156, 0.0787530168890953, -0.053909290581941605, -0.040617942810058594, 0.03964995965361595, -0.09230393916368484, -0.014140287414193153, 0.01384926587343216, 0.10298433899879456, -0.12299185991287231, -0.13773000240325928, -0.02121606282889843, -0.157494455575943, 0.048379164189100266, -0.024653412401676178, -0.04442920908331871, -0.04851122200489044, -0.06017559766769409, -0.12612059712409973, 0.000512510072439909, 0.041482940316200256, -0.024423200637102127, 0.1559523046016693, -0.002448274753987789, -0.10534128546714783, 0.07821804285049438, -0.04324449598789215, 0.12092731893062592, -0.005785259418189526, -0.05442351475358009, -0.15294459462165833, 0.074778251349926, -0.02651713415980339, -0.06253089755773544, 0.07520212233066559, 0.038682516664266586, -0.14124302566051483, 0.06373816728591919, 0.23928126692771912, -0.022006848827004433, -0.10606227815151215, 0.028468851000070572, -0.10610315948724747, 0.008702310733497143, 0.051518701016902924, -0.07086535543203354, 0.0058532170951366425, 0.08344139158725739, -0.055856697261333466, 0.005761888809502125, -0.0732530951499939, 0.004698348231613636, 0.1325135976076126, -0.06489431858062744, -0.028221776708960533, -0.019128886982798576, -0.051935240626335144, 0.03433530777692795, -0.12376418709754944, 0.03562777116894722, 0.03317849710583687, 0.025547705590724945, 0.025010574609041214, 0.010960287414491177, 0.06279592961072922, -0.03790099918842316, 0.039029769599437714, 0.03395000845193863, 0.013587660156190395, -0.0733308419585228, 0.028965618461370468, 0.10213160514831543, 0.04138053581118584, 0.03844508156180382, -0.02808219939470291, -0.10400713980197906, 0.033996060490608215, 0.1590195596218109, 0.02609369158744812, -0.0568048320710659, -0.0855354368686676, 0.05605924129486084, -0.09767164289951324, -0.008923036977648735, -0.004201364703476429, -0.1799231767654419, 0.07966101169586182, -0.13277772068977356, 0.05211609601974487, 0.06705841422080994, -0.08015942573547363, 0.07278327643871307, -0.036035358905792236, 0.08581636101007462, -0.061681270599365234, -0.09944043308496475, 0.10575190931558609, -0.1474672108888626, -0.10337568819522858, 0.03808961808681488, 0.06868811696767807, 0.15876536071300507, 0.03702828288078308, 0.3275095820426941, 0.04579167068004608, -0.04380965977907181, -0.12316784262657166, 0.24117890000343323, 0.07791456580162048, 0.12689347565174103, 0.10734214633703232, -0.008592220954596996, 0.062086306512355804, -0.0683913305401802, 0.11054874211549759, -0.0395747534930706, 0.038130953907966614, -0.027718061581254005, 0.05682503432035446, 0.09006205201148987, -0.00396359758451581, 0.04406249523162842, -0.11547725647687912, 0.017450081184506416, -0.02161266840994358, 0.05977876856923103, 0.055848851799964905, -0.02352149225771427, 0.07067382335662842, -0.033313948661088943, 0.10518638789653778, 0.018068799749016762, -0.022716403007507324, -0.09641099721193314, 0.0712471678853035, -0.11446129530668259, 0.03784957528114319, 0.12325499206781387, 0.10289265215396881, 0.016275592148303986, 0.048849575221538544, -0.08027477562427521, 0.03338871896266937, -0.11047673225402832, 0.06948070228099823, -0.07255526632070541, -0.2861364483833313, 0.07820780575275421, -0.028145987540483475, 0.055141933262348175, -0.19825822114944458, 0.033747583627700806, 0.1187836304306984, -0.024249840527772903, -0.02254699543118477, -0.06522262096405029, 0.015384395606815815, -0.0070239766500890255, 0.04417163133621216, 0.042748838663101196, 0.09422635287046432, 0.06814953684806824, -0.18346276879310608, 0.17921076714992523, -0.25094085931777954, -0.01641913317143917, 0.17104443907737732, -0.2794303596019745, -0.058096230030059814, -0.13257531821727753, -0.03710683435201645, 0.041895490139722824, 0.014122984372079372, 0.01029844582080841, 0.1309339702129364, 0.052658453583717346, 0.0855904221534729, -0.01946805603802204, -0.0643816739320755, 0.026591405272483826, -0.06922557204961777, -0.02772519364953041, 0.19246873259544373, 0.08876720070838928, -0.020858284085989, 0.10801603645086288, 0.4027579426765442, 0.008946962654590607, 0.16435682773590088, 0.009801486507058144, -0.02772163227200508, -0.11947281658649445, -0.026993131265044212, 0.015032045543193817, 0.18933694064617157, -0.09905892610549927, 0.11194439232349396, 0.005158163607120514, 0.005132751073688269, 0.009942347183823586, -0.17338602244853973, -0.01486213505268097, -0.02278844080865383, 0.06827802211046219, -0.07817026227712631, 0.026034748181700706, -0.1789725422859192, 0.03974950686097145, 0.07705280929803848, -0.02707895264029503, 0.004983764141798019, 0.03295057639479637, -0.11155463755130768, 0.09104271978139877, -0.11551369726657867, -0.14961257576942444, 0.007025607395917177, -0.03021315485239029, 0.05682855099439621, 0.040434978902339935, -0.009356042370200157, -0.051237646490335464, 0.054304882884025574, -0.051934074610471725, 0.023422647267580032, -0.04149213433265686, -0.023490924388170242, -0.1196964681148529, 0.09047400951385498, -0.051711127161979675, 0.04977705329656601, -0.04936591908335686, -0.044404033571481705, -0.12015771865844727, -0.05905621126294136, -0.036500267684459686, 0.017191139981150627, 0.08223620802164078, 0.18826507031917572, -0.053043998777866364, -0.055443815886974335, 0.11002728343009949, -0.13621819019317627, 0.017493033781647682, 0.1452866792678833, -0.12819905579090118, 0.026072250679135323, 0.14170628786087036, 0.04517645016312599, -0.003489951603114605, 0.010687512345612049, 0.018667858093976974, -0.04266245663166046, -0.09272119402885437, 0.01030183769762516, -0.05271062254905701, 0.23475757241249084, -0.009374884888529778, -0.0034512998536229134, -0.014462464489042759, -0.04894660785794258, -0.04539022222161293, -0.0005831476300954819, 0.07464434206485748, 0.04053977504372597, 0.3334212601184845, -0.15323013067245483, 0.05755968391895294, -0.04745563492178917, -0.08498891443014145, 0.06915947049856186, -0.13861355185508728, -0.09019304811954498, 0.16100206971168518, -0.011544786393642426, 0.04394727945327759, -0.042151276022195816, -0.11102429032325745, -0.11689663678407669, -0.023532286286354065, -0.027373312041163445, -0.07563745230436325, -0.07157991826534271, -0.10077033936977386, 0.08554750680923462, 0.04267209768295288, 0.021485179662704468, -0.1025456041097641, -0.010052155703306198, 0.022982988506555557, -0.14773941040039062, 0.20475095510482788, 0.19180890917778015, 0.011337916366755962, 0.08410727977752686, 0.06382661312818527, -0.010761413723230362, 0.15196149051189423, 0.07944714277982712, 0.04364664852619171, 0.05297204852104187, -0.03650839626789093, 0.03582345321774483, -0.027388878166675568, 0.09536612778902054, -0.24799557030200958, -0.15070310235023499, -0.020300470292568207, 0.001627209479920566, -0.2552933394908905, 0.2551094889640808, 0.06651961803436279, -0.12370788305997849, 0.03391389548778534, -0.09386051446199417, -0.009471049532294273, 0.26239001750946045, 0.1852397322654724, 0.015368219465017319, -0.03417232632637024, -0.1090126782655716, -0.03821006044745445, 0.027917027473449707, 0.1861421763896942, -0.14043398201465607, 0.033696796745061874, -0.06331641972064972, -0.006639811675995588, -0.05559191852807999, 0.2925061881542206, 0.12242256104946136, -0.14570900797843933, 0.06869152188301086, -0.030220095068216324, -0.048972949385643005, 0.059638869017362595, -0.028867226094007492, 0.3264729380607605, -0.08855616301298141, -0.3116912543773651, 0.05774489790201187, 0.10278056561946869, -0.03255411982536316, -0.045465968549251556, 0.007009455934166908, -0.1768670678138733, -0.016765983775258064, -0.052723806351423264, -0.19133833050727844, 0.10661590099334717, -0.024738892912864685, -0.0307807307690382, -0.033922649919986725, -0.05820566415786743, 0.1983342319726944, -0.12921564280986786, 0.20773911476135254, -0.12212350964546204, 0.08700055629014969, -0.01905209757387638, -0.02997533231973648, 0.03866449370980263, -0.141332745552063, -0.017802661284804344, 0.00716002844274044, -0.09446828067302704, 0.3014236092567444, -0.10929568111896515, -0.09096018224954605, 0.07719434797763824, 0.267107218503952, 0.050763264298439026, 0.1467892825603485, 0.2061053067445755, -0.1276119202375412, -0.2509326636791229, -0.25802692770957947, -0.17251130938529968, -0.15138596296310425, 0.10616834461688995, -0.1953103393316269, 0.01682359166443348, -0.06984357535839081, -0.007821853272616863, 0.07298106700181961, -0.19640178978443146, -0.10225348174571991, 0.011932333931326866, -0.02443608082830906, 0.3365027904510498, -0.051236070692539215, -0.041262779384851456, 0.035107798874378204, 0.17965957522392273, 0.06778347492218018, -0.13164401054382324, 0.11943989992141724, 0.044046707451343536, -0.20160388946533203, -0.010275471955537796, 0.0016777724958956242, 0.06427444517612457, -0.14723274111747742, -0.03730021417140961, -0.12177160382270813, -0.19296352565288544, -0.033135250210762024, -0.028573328629136086, -0.1994989812374115, -0.21236062049865723, -0.05289372429251671, -0.20468713343143463, -0.008053453639149666, -0.05909772962331772, -0.009726934134960175, -0.0897960439324379, -0.07568006217479706, -0.004636567551642656, 0.10411664098501205, -0.04956544190645218, -0.01738882064819336, 0.21664302051067352, -0.13407111167907715, 0.16799545288085938, -0.02591407671570778, 0.050347454845905304, 0.12934958934783936, -0.14712533354759216, -0.03145695850253105, -0.02003406174480915, 0.06543044745922089, -0.1233450174331665, -0.04242291301488876, 0.09669307619333267, -0.024700060486793518, 0.035171039402484894, 0.024270188063383102, -0.029029330238699913, -0.06393830478191376, 0.03728315234184265, -0.23820005357265472, -0.0650336742401123, -0.12468812614679337, -0.0755915641784668, -0.0704081654548645, -0.13810639083385468, 0.2552330195903778, -0.024343479424715042, 0.012579211965203285, 0.059194259345531464, -0.02257334254682064, -0.03856420889496803, -0.056927844882011414, 0.009450364857912064, 0.04256889224052429, 0.043097104877233505, 0.0024899374693632126, 0.10604649037122726, -0.25851866602897644, 0.01129012368619442, 0.225157231092453, 0.053607966750860214, -0.11914634704589844, -0.25370627641677856, 0.01314239390194416, -0.06842298805713654, 0.0246258731931448, -0.10362477600574493, 0.02709161303937435, 0.008309371769428253, 0.367423951625824, 0.07480517029762268, 0.13875460624694824, -0.0769694596529007, -0.008947416208684444, 0.022995121777057648, 0.1477241963148117, -0.14509247243404388, -0.11208677291870117, 0.017368407920002937, 0.10699690878391266, 0.1101352721452713, 0.05100949853658676, -0.11660114675760269, -0.11735589802265167, -0.09127160906791687, 0.008553779684007168, 0.046934016048908234, -0.08556275814771652, -0.01725589856505394, -0.0748712569475174, -0.03628244251012802, 0.05945931375026703, -0.10104285180568695, -0.11125358194112778, 0.03769983351230621, 0.2144407033920288, 0.06367329508066177, 0.010085693560540676, -0.05180589109659195, 0.07704999297857285, 0.10733602941036224, -0.004205533768981695, 0.05265294015407562, -0.02260427176952362, 0.020531553775072098, 0.06537619233131409, 0.07338721305131912, 0.18039044737815857, -0.08879125118255615, -0.051358453929424286, -0.16933071613311768, 0.033823005855083466, -0.07401442527770996, -0.10194945335388184, 0.007242912892252207, 0.04342253506183624, 0.045390717685222626, -0.025972984731197357, 0.06346867978572845, 0.13605263829231262, -0.17420588433742523, -0.012038663029670715, -0.0006161206401884556, -0.10288915783166885, 0.016654938459396362, 0.11862446367740631, -0.03884240984916687, 0.05308246985077858, -0.07361584901809692, 0.035394251346588135, -0.010224311612546444, 0.02284044772386551, -0.1409454345703125, -0.09786668419837952, -0.03647754713892937, -0.0784822404384613, 0.05206417292356491, -0.10346197336912155, 0.15325744450092316, 0.1583964228630066, -0.03602725267410278, -0.0015469025820493698, -0.09759868681430817, -0.02730455808341503, 0.11308977007865906, -0.12303721904754639, -0.18540742993354797, 0.039498940110206604, -0.03882857784628868, 0.10492098331451416, 0.09465189278125763, 0.14437235891819, 0.2655978798866272, 0.05588209629058838, -0.000027213827706873417, 0.02196868322789669, -0.014188582077622414, -0.20227117836475372, 0.08083024621009827, 0.026943407952785492, -0.04631992429494858, 0.0809173583984375, 0.1336372196674347, 0.11537721753120422, 0.0063463537953794, 0.01810188591480255, 0.01686929538846016, -0.18113884329795837, -0.039236076176166534, 0.10787186026573181, 0.05683591961860657, -0.052979253232479095, -0.010606110095977783, -0.09685581922531128, -0.04204314202070236, 0.058011576533317566, 0.014274654909968376, 0.1085636243224144, 0.08530007302761078, -0.09240323305130005, 0.037224117666482925, 0.014868620783090591, 0.1268608570098877, -0.10642792284488678, -0.07123373448848724, -0.001865506637841463, -0.18951912224292755, -0.06465506553649902, 0.027754925191402435, 0.049196287989616394, -0.10724097490310669, -0.09010972827672958, -0.03453265503048897, -0.013577466830611229, 0.03166091442108154, 0.030871424823999405, 0.15350301563739777, -0.0395645797252655, -0.00027114758267998695, -0.00334249553270638, 0.19112080335617065, -0.07462437450885773, -0.01671314425766468, 0.002522183582186699, 0.3874795436859131, 0.07526469230651855, 0.07736105471849442, -0.11991360783576965, 0.1381579339504242, 0.04667859897017479, 0.1852773129940033, 0.0939725786447525, -0.03842923045158386, -0.005798748694360256, 0.17905300855636597, 0.12415104359388351, 0.12203900516033173, -0.04075012356042862, 0.016393456608057022, 0.2064705640077591, -0.0888720452785492, -0.05077289044857025, -0.12821514904499054, 0.032190848141908646, 0.13242194056510925, -0.042561549693346024, 0.18163809180259705, 0.03639279305934906, -0.0492582693696022, 0.03800947219133377, 0.06065068393945694, 0.08798600733280182, 0.014269312843680382, -0.31178075075149536, 0.04376087710261345, -0.011326160281896591, 0.23705735802650452, -0.0023722671903669834, 0.04052514582872391, 0.05183788761496544, -0.08809556066989899, -0.09916465729475021, 0.05328189581632614, -0.11437737941741943, -0.10698084533214569, 0.13542723655700684, 0.055200397968292236, 0.010742714628577232, -0.13351216912269592, -0.028623446822166443, 0.08631475269794464, -0.015042918734252453, 0.11369027942419052, 0.0909174233675003, 0.12490178644657135, 0.025815900415182114, -0.19568556547164917, 0.08283932507038116, -0.010022910311818123, 0.0884237289428711, 0.11090505868196487, -0.01272580400109291, 0.04462837427854538, -0.04982006549835205, -0.1370786875486374, 0.20648884773254395, 0.14972087740898132, -0.11391030997037888, 0.03349374607205391, 0.2130325436592102, 0.05640855431556702, -0.19208219647407532, -0.0474395751953125, -0.04378552734851837, 0.02485080622136593, 0.04035710543394089, 0.041076190769672394, 0.08824002742767334, 0.038619957864284515, 0.022640634328126907, -0.004068495240062475, -0.2877684533596039, -0.09410925209522247, 0.1919555962085724, 0.07227888703346252, -0.10434906929731369, 0.03375978395342827, -0.024976706132292747, -0.0055419402197003365, -0.039455510675907135, -0.1149677112698555, 0.10533712804317474, -0.015929613262414932, 0.0543212816119194, -0.02240067906677723 ]
e807b1d5492aa5f4fac08f3f6c7c85c72887ca12
# Dataset Card for Big Patent ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Big Patent](https://evasharma.github.io/bigpatent/) - **Repository:** - **Paper:** [BIGPATENT: A Large-Scale Dataset for Abstractive and Coherent Summarization](https://arxiv.org/abs/1906.03741) - **Leaderboard:** - **Point of Contact:** [Lu Wang](mailto:wangluxy@umich.edu) ### Dataset Summary BIGPATENT, consisting of 1.3 million records of U.S. patent documents along with human written abstractive summaries. Each US patent application is filed under a Cooperative Patent Classification (CPC) code. There are nine such classification categories: - a: Human Necessities - b: Performing Operations; Transporting - c: Chemistry; Metallurgy - d: Textiles; Paper - e: Fixed Constructions - f: Mechanical Engineering; Lightning; Heating; Weapons; Blasting - g: Physics - h: Electricity - y: General tagging of new or cross-sectional technology Current defaults are 2.1.2 version (fix update to cased raw strings) and 'all' CPC codes: ```python from datasets import load_dataset ds = load_dataset("big_patent") # default is 'all' CPC codes ds = load_dataset("big_patent", "all") # the same as above ds = load_dataset("big_patent", "a") # only 'a' CPC codes ds = load_dataset("big_patent", codes=["a", "b"]) ``` To use 1.0.0 version (lower cased tokenized words), pass both parameters `codes` and `version`: ```python ds = load_dataset("big_patent", codes="all", version="1.0.0") ds = load_dataset("big_patent", codes="a", version="1.0.0") ds = load_dataset("big_patent", codes=["a", "b"], version="1.0.0") ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages English ## Dataset Structure ### Data Instances Each instance contains a pair of `description` and `abstract`. `description` is extracted from the Description section of the Patent while `abstract` is extracted from the Abstract section. ``` { 'description': 'FIELD OF THE INVENTION \n [0001] This invention relates to novel calcium phosphate-coated implantable medical devices and processes of making same. The unique calcium-phosphate coated implantable medical devices minimize...', 'abstract': 'This invention relates to novel calcium phosphate-coated implantable medical devices...' } ``` ### Data Fields - `description`: detailed description of patent. - `abstract`: Patent abastract. ### Data Splits | | train | validation | test | |:----|------------------:|-------------:|-------:| | all | 1207222 | 67068 | 67072 | | a | 174134 | 9674 | 9675 | | b | 161520 | 8973 | 8974 | | c | 101042 | 5613 | 5614 | | d | 10164 | 565 | 565 | | e | 34443 | 1914 | 1914 | | f | 85568 | 4754 | 4754 | | g | 258935 | 14385 | 14386 | | h | 257019 | 14279 | 14279 | | y | 124397 | 6911 | 6911 | ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ```bibtex @article{DBLP:journals/corr/abs-1906-03741, author = {Eva Sharma and Chen Li and Lu Wang}, title = {{BIGPATENT:} {A} Large-Scale Dataset for Abstractive and Coherent Summarization}, journal = {CoRR}, volume = {abs/1906.03741}, year = {2019}, url = {http://arxiv.org/abs/1906.03741}, eprinttype = {arXiv}, eprint = {1906.03741}, timestamp = {Wed, 26 Jun 2019 07:14:58 +0200}, biburl = {https://dblp.org/rec/journals/corr/abs-1906-03741.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} } ``` ### Contributions Thanks to [@mattbui](https://github.com/mattbui) for adding this dataset.
big_patent
[ "task_categories:summarization", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "size_categories:10K<n<100K", "size_categories:1M<n<10M", "source_datasets:original", "language:en", "license:cc-by-4.0", "patent-summarization", "arxiv:1906.03741", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M", "10K<n<100K", "1M<n<10M"], "source_datasets": ["original"], "task_categories": ["summarization"], "task_ids": [], "paperswithcode_id": "bigpatent", "pretty_name": "Big Patent", "config_names": ["a", "all", "b", "c", "d", "e", "f", "g", "h", "y"], "tags": ["patent-summarization"], "dataset_info": [{"config_name": "all", "features": [{"name": "description", "dtype": "string"}, {"name": "abstract", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 38367048389, "num_examples": 1207222}, {"name": "validation", "num_bytes": 2115827002, "num_examples": 67068}, {"name": "test", "num_bytes": 2129505280, "num_examples": 67072}], "download_size": 10142923776, "dataset_size": 42612380671}, {"config_name": "a", "features": [{"name": "description", "dtype": "string"}, {"name": "abstract", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 5683460620, "num_examples": 174134}, {"name": "validation", "num_bytes": 313324505, "num_examples": 9674}, {"name": "test", "num_bytes": 316633277, "num_examples": 9675}], "download_size": 10142923776, "dataset_size": 6313418402}, {"config_name": "b", "features": [{"name": "description", "dtype": "string"}, {"name": "abstract", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 4236070976, "num_examples": 161520}, {"name": "validation", "num_bytes": 234425138, "num_examples": 8973}, {"name": "test", "num_bytes": 231538734, "num_examples": 8974}], "download_size": 10142923776, "dataset_size": 4702034848}, {"config_name": "c", "features": [{"name": "description", "dtype": "string"}, {"name": "abstract", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 4506249306, "num_examples": 101042}, {"name": "validation", "num_bytes": 244684775, "num_examples": 5613}, {"name": "test", "num_bytes": 252566793, "num_examples": 5614}], "download_size": 10142923776, "dataset_size": 5003500874}, {"config_name": "d", "features": [{"name": "description", "dtype": "string"}, {"name": "abstract", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 264717412, "num_examples": 10164}, {"name": "validation", "num_bytes": 14560482, "num_examples": 565}, {"name": "test", "num_bytes": 14403430, "num_examples": 565}], "download_size": 10142923776, "dataset_size": 293681324}, {"config_name": "e", "features": [{"name": "description", "dtype": "string"}, {"name": "abstract", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 881101433, "num_examples": 34443}, {"name": "validation", "num_bytes": 48646158, "num_examples": 1914}, {"name": "test", "num_bytes": 48586429, "num_examples": 1914}], "download_size": 10142923776, "dataset_size": 978334020}, {"config_name": "f", "features": [{"name": "description", "dtype": "string"}, {"name": "abstract", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2146383473, "num_examples": 85568}, {"name": "validation", "num_bytes": 119632631, "num_examples": 4754}, {"name": "test", "num_bytes": 119596303, "num_examples": 4754}], "download_size": 10142923776, "dataset_size": 2385612407}, {"config_name": "g", "features": [{"name": "description", "dtype": "string"}, {"name": "abstract", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 8877854206, "num_examples": 258935}, {"name": "validation", "num_bytes": 492581177, "num_examples": 14385}, {"name": "test", "num_bytes": 496324853, "num_examples": 14386}], "download_size": 10142923776, "dataset_size": 9866760236}, {"config_name": "h", "features": [{"name": "description", "dtype": "string"}, {"name": "abstract", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 8075621958, "num_examples": 257019}, {"name": "validation", "num_bytes": 447602356, "num_examples": 14279}, {"name": "test", "num_bytes": 445460513, "num_examples": 14279}], "download_size": 10142923776, "dataset_size": 8968684827}, {"config_name": "y", "features": [{"name": "description", "dtype": "string"}, {"name": "abstract", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3695589005, "num_examples": 124397}, {"name": "validation", "num_bytes": 200369780, "num_examples": 6911}, {"name": "test", "num_bytes": 204394948, "num_examples": 6911}], "download_size": 10142923776, "dataset_size": 4100353733}]}
2024-01-18T11:01:59+00:00
[ "1906.03741" ]
[ "en" ]
TAGS #task_categories-summarization #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc-by-4.0 #patent-summarization #arxiv-1906.03741 #region-us
Dataset Card for Big Patent =========================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: Big Patent * Repository: * Paper: BIGPATENT: A Large-Scale Dataset for Abstractive and Coherent Summarization * Leaderboard: * Point of Contact: Lu Wang ### Dataset Summary BIGPATENT, consisting of 1.3 million records of U.S. patent documents along with human written abstractive summaries. Each US patent application is filed under a Cooperative Patent Classification (CPC) code. There are nine such classification categories: * a: Human Necessities * b: Performing Operations; Transporting * c: Chemistry; Metallurgy * d: Textiles; Paper * e: Fixed Constructions * f: Mechanical Engineering; Lightning; Heating; Weapons; Blasting * g: Physics * h: Electricity * y: General tagging of new or cross-sectional technology Current defaults are 2.1.2 version (fix update to cased raw strings) and 'all' CPC codes: To use 1.0.0 version (lower cased tokenized words), pass both parameters 'codes' and 'version': ### Supported Tasks and Leaderboards ### Languages English Dataset Structure ----------------- ### Data Instances Each instance contains a pair of 'description' and 'abstract'. 'description' is extracted from the Description section of the Patent while 'abstract' is extracted from the Abstract section. ### Data Fields * 'description': detailed description of patent. * 'abstract': Patent abastract. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @mattbui for adding this dataset.
[ "### Dataset Summary\n\n\nBIGPATENT, consisting of 1.3 million records of U.S. patent documents along with human written abstractive summaries.\nEach US patent application is filed under a Cooperative Patent Classification (CPC) code.\nThere are nine such classification categories:\n\n\n* a: Human Necessities\n* b: Performing Operations; Transporting\n* c: Chemistry; Metallurgy\n* d: Textiles; Paper\n* e: Fixed Constructions\n* f: Mechanical Engineering; Lightning; Heating; Weapons; Blasting\n* g: Physics\n* h: Electricity\n* y: General tagging of new or cross-sectional technology\n\n\nCurrent defaults are 2.1.2 version (fix update to cased raw strings) and 'all' CPC codes:\n\n\nTo use 1.0.0 version (lower cased tokenized words), pass both parameters 'codes' and 'version':", "### Supported Tasks and Leaderboards", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nEach instance contains a pair of 'description' and 'abstract'. 'description' is extracted from the Description section of the Patent while 'abstract' is extracted from the Abstract section.", "### Data Fields\n\n\n* 'description': detailed description of patent.\n* 'abstract': Patent abastract.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @mattbui for adding this dataset." ]
[ "TAGS\n#task_categories-summarization #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc-by-4.0 #patent-summarization #arxiv-1906.03741 #region-us \n", "### Dataset Summary\n\n\nBIGPATENT, consisting of 1.3 million records of U.S. patent documents along with human written abstractive summaries.\nEach US patent application is filed under a Cooperative Patent Classification (CPC) code.\nThere are nine such classification categories:\n\n\n* a: Human Necessities\n* b: Performing Operations; Transporting\n* c: Chemistry; Metallurgy\n* d: Textiles; Paper\n* e: Fixed Constructions\n* f: Mechanical Engineering; Lightning; Heating; Weapons; Blasting\n* g: Physics\n* h: Electricity\n* y: General tagging of new or cross-sectional technology\n\n\nCurrent defaults are 2.1.2 version (fix update to cased raw strings) and 'all' CPC codes:\n\n\nTo use 1.0.0 version (lower cased tokenized words), pass both parameters 'codes' and 'version':", "### Supported Tasks and Leaderboards", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nEach instance contains a pair of 'description' and 'abstract'. 'description' is extracted from the Description section of the Patent while 'abstract' is extracted from the Abstract section.", "### Data Fields\n\n\n* 'description': detailed description of patent.\n* 'abstract': Patent abastract.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @mattbui for adding this dataset." ]
[ 118, 199, 10, 12, 52, 28, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-summarization #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc-by-4.0 #patent-summarization #arxiv-1906.03741 #region-us \n### Dataset Summary\n\n\nBIGPATENT, consisting of 1.3 million records of U.S. patent documents along with human written abstractive summaries.\nEach US patent application is filed under a Cooperative Patent Classification (CPC) code.\nThere are nine such classification categories:\n\n\n* a: Human Necessities\n* b: Performing Operations; Transporting\n* c: Chemistry; Metallurgy\n* d: Textiles; Paper\n* e: Fixed Constructions\n* f: Mechanical Engineering; Lightning; Heating; Weapons; Blasting\n* g: Physics\n* h: Electricity\n* y: General tagging of new or cross-sectional technology\n\n\nCurrent defaults are 2.1.2 version (fix update to cased raw strings) and 'all' CPC codes:\n\n\nTo use 1.0.0 version (lower cased tokenized words), pass both parameters 'codes' and 'version':### Supported Tasks and Leaderboards### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nEach instance contains a pair of 'description' and 'abstract'. 'description' is extracted from the Description section of the Patent while 'abstract' is extracted from the Abstract section.### Data Fields\n\n\n* 'description': detailed description of patent.\n* 'abstract': Patent abastract.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset" ]
[ -0.025550413876771927, 0.2437203824520111, -0.00754153449088335, -0.0031829236540943384, 0.09105552732944489, 0.0033036416862159967, 0.09491429477930069, 0.06382813304662704, 0.003357063513249159, 0.11201224476099014, -0.027491062879562378, -0.008141713216900826, 0.11042100936174393, 0.07626058161258698, 0.008794580586254597, -0.21118725836277008, 0.0012918038992211223, -0.09072056412696838, -0.12229983508586884, 0.07841939479112625, 0.14908932149410248, -0.06900668889284134, 0.06565164029598236, -0.004358940292149782, -0.019388802349567413, 0.0012905915500596166, -0.018528565764427185, -0.08125034719705582, 0.040448710322380066, 0.022260280326008797, 0.07410217076539993, 0.08456136286258698, 0.059617940336465836, -0.28179141879081726, -0.013218911364674568, 0.03751237317919731, -0.003652694169431925, 0.06303881108760834, 0.17010273039340973, -0.029459187760949135, 0.06691660732030869, -0.13202255964279175, 0.08106690645217896, 0.09121574461460114, -0.06639692187309265, -0.22306768596172333, -0.09014420211315155, 0.06981680542230606, 0.08979333192110062, 0.016583934426307678, -0.018186263740062714, 0.004942391999065876, 0.036358363926410675, 0.05753225088119507, 0.08892976492643356, -0.20933988690376282, -0.028362786397337914, 0.04140765964984894, 0.09204903244972229, 0.0585583820939064, -0.09575412422418594, -0.021294280886650085, -0.031115256249904633, 0.021562259644269943, 0.11234412342309952, -0.03516194596886635, -0.024488244205713272, 0.037957821041345596, -0.09424073249101639, -0.029189597815275192, 0.2521706819534302, -0.001798639539629221, -0.05371810868382454, -0.10740885138511658, 0.018665872514247894, -0.08239983022212982, -0.012301779352128506, -0.026471566408872604, 0.0637584775686264, -0.027639668434858322, 0.05410045385360718, -0.05370838940143585, -0.08421692997217178, 0.011601269245147705, 0.0171471256762743, 0.054597996175289154, -0.002140078693628311, 0.035732388496398926, 0.0232611782848835, 0.04496726766228676, 0.08634471893310547, -0.1527794897556305, 0.00018236256437376142, -0.021312648430466652, -0.08121125400066376, -0.02451028674840927, -0.009264166466891766, -0.019368823617696762, 0.07388833165168762, 0.09226677566766739, -0.059947866946458817, 0.05372343212366104, 0.006315575446933508, -0.009494832716882229, 0.04609993100166321, 0.1400037705898285, -0.029768139123916626, -0.08400454372167587, -0.023194050416350365, -0.009090099483728409, -0.024555278941988945, -0.03755667060613632, -0.049038033932447433, 0.03921302407979965, 0.04598582163453102, 0.08247854560613632, 0.04281649738550186, -0.031295616179704666, -0.06651851534843445, -0.030466198921203613, 0.04391033947467804, -0.1586994081735611, 0.03232550621032715, 0.025389354676008224, 0.015076239593327045, -0.047571904957294464, -0.03632958605885506, 0.034494295716285706, -0.0719188004732132, 0.0900111272931099, -0.07421489804983139, -0.07514894008636475, -0.07821210473775864, -0.024387668818235397, 0.016537873074412346, 0.028003353625535965, -0.04515864700078964, -0.003379449248313904, -0.07185238599777222, -0.05153685808181763, 0.029987767338752747, -0.08609504252672195, -0.07885348051786423, 0.02900012768805027, -0.04387848451733589, -0.011827199719846249, 0.015695111826062202, -0.04738808050751686, -0.03857896104454994, 0.03533008322119713, -0.023418555036187172, 0.017563404515385628, 0.04179183393716812, 0.04308956488966942, -0.08445632457733154, 0.08500265330076218, -0.16828756034374237, 0.0840914323925972, -0.12792152166366577, 0.02484852634370327, -0.1365024298429489, -0.09191635996103287, 0.0808909684419632, -0.03233685716986656, -0.050065670162439346, 0.07095302641391754, -0.10942322760820389, -0.059332579374313354, 0.09606236219406128, -0.10317259281873703, -0.07526195794343948, 0.05597131699323654, -0.02279289998114109, -0.0391012504696846, -0.004949329886585474, 0.10359447449445724, 0.05082126334309578, 0.016535712406039238, -0.06608274579048157, -0.06141752749681473, 0.06818760186433792, 0.14348618686199188, 0.16422930359840393, -0.10521789640188217, 0.010991048999130726, 0.003493391675874591, -0.08520663529634476, -0.10151202976703644, -0.014696938917040825, -0.08070168644189835, 0.02058599144220352, 0.0181051567196846, 0.03394805267453194, -0.013945496641099453, -0.04025376960635185, -0.04118756949901581, -0.07876156270503998, 0.03918590024113655, 0.027271736413240433, -0.013593878597021103, -0.02198939397931099, -0.048407185822725296, -0.0038880938664078712, 0.030565720051527023, -0.031150149181485176, -0.13194409012794495, -0.1709078550338745, 0.09833135455846786, -0.11709003150463104, 0.0759047120809555, -0.041652463376522064, -0.005119334906339645, 0.06927277892827988, -0.028390051797032356, -0.01186654157936573, -0.07686741650104523, 0.009783989749848843, 0.03370603919029236, -0.2217562347650528, -0.06409309804439545, -0.03234488517045975, 0.12320497632026672, -0.06449184566736221, 0.01897914707660675, 0.16920505464076996, 0.1391206532716751, 0.07611335068941116, -0.07437144219875336, -0.0024078378919512033, -0.0011734653962776065, 0.002629330847412348, -0.015300597064197063, -0.02049528807401657, -0.02323576807975769, -0.04649614170193672, 0.037740565836429596, -0.11008653789758682, 0.06881417334079742, 0.04590960592031479, 0.03530506789684296, -0.05881316214799881, -0.10751159489154816, -0.052596624940633774, -0.026316866278648376, -0.032499946653842926, -0.09798130393028259, 0.13000468909740448, 0.017216846346855164, 0.024716731160879135, -0.06653304398059845, -0.08872470259666443, -0.007062377408146858, -0.03607052192091942, -0.07798714935779572, 0.0777546614408493, 0.08807205408811569, -0.08876504004001617, 0.14120300114154816, 0.05086470767855644, 0.05230610445141792, 0.15396256744861603, -0.05261136591434479, -0.07308865338563919, -0.06062088906764984, -0.006608408410102129, 0.03509511426091194, 0.12067265063524246, -0.10334178805351257, 0.047554947435855865, 0.0703708678483963, -0.06417176872491837, 0.04083139821887016, -0.09106157720088959, 0.042182158678770065, 0.023216094821691513, -0.03801160678267479, 0.003115598112344742, -0.06432108581066132, 0.040159352123737335, 0.09898028522729874, 0.026962781324982643, 0.04912615194916725, 0.015518357045948505, -0.08866261690855026, -0.1469392627477646, 0.13719633221626282, -0.14943867921829224, -0.15202707052230835, -0.23171555995941162, 0.036290958523750305, -0.0352143719792366, -0.006800525356084108, -0.011179083026945591, 0.004150288179516792, -0.12327535450458527, -0.06052041053771973, 0.06448833644390106, -0.012997527606785297, -0.07866086065769196, 0.032695986330509186, 0.04201742261648178, -0.003344335127621889, -0.10653229057788849, -0.0017821219516918063, 0.10597164928913116, -0.02063584513962269, -0.007928515784442425, 0.09098157286643982, 0.10098786652088165, 0.16113188862800598, -0.014499329030513763, -0.023873087018728256, -0.02195967175066471, 0.2177390456199646, -0.10517681390047073, 0.0649198517203331, 0.0917946919798851, -0.04184209927916527, 0.08812302350997925, 0.2173861563205719, 0.05346883088350296, -0.03016982041299343, 0.04151424020528793, 0.0020683170296251774, 0.004620526917278767, -0.2701321840286255, -0.08488673716783524, -0.06821450591087341, -0.019130012020468712, -0.025941863656044006, 0.03904106467962265, 0.04508185386657715, 0.000676544033922255, -0.05013495311141014, -0.006925817113369703, 0.061580318957567215, 0.08999531716108322, 0.1179361566901207, 0.04368722811341286, 0.06424304842948914, -0.014476236887276173, -0.02694682590663433, 0.07776721566915512, 0.02152237296104431, 0.1685660183429718, 0.031178150326013565, 0.2318793684244156, 0.04549938812851906, 0.07327045500278473, 0.031551461666822433, 0.005525591783225536, 0.018645502626895905, 0.08997898548841476, 0.009159109555184841, -0.0932827889919281, 0.03808236122131348, 0.08663587272167206, 0.03958205133676529, -0.07000504434108734, 0.02870331145823002, -0.05029764026403427, 0.07812756299972534, 0.2362796515226364, -0.02092898264527321, -0.11502013355493546, -0.014820894226431847, 0.10160288214683533, -0.06419863551855087, -0.0869871973991394, 0.002301892265677452, 0.11716509610414505, -0.14421865344047546, 0.08989609777927399, -0.051402632147073746, 0.05323150381445885, -0.011237981729209423, 0.004257581662386656, 0.1633441150188446, 0.05793427303433418, -0.004727587103843689, 0.09270322322845459, -0.14048916101455688, 0.09908101707696915, 0.016525940969586372, -0.009511809796094894, -0.031501319259405136, 0.1004355326294899, -0.019600121304392815, -0.02592390775680542, 0.15195216238498688, 0.01926097273826599, -0.13039705157279968, -0.07018053531646729, -0.04319896921515465, 0.019224045798182487, 0.16169947385787964, -0.19600597023963928, 0.0927371084690094, -0.02874896302819252, -0.042047563940286636, -0.04953784495592117, -0.10449183732271194, -0.037086933851242065, -0.1725623458623886, 0.13250049948692322, -0.1558634340763092, 0.07464507967233658, -0.11214610189199448, -0.008895541541278362, -0.06495548784732819, 0.12380515038967133, -0.22849813103675842, -0.13931038975715637, -0.1503516435623169, -0.07017671316862106, 0.17127275466918945, -0.04476863145828247, 0.1248660758137703, -0.010881546884775162, 0.1513514667749405, -0.00015040437574498355, -0.06144682317972183, 0.04309460520744324, -0.03250724449753761, -0.2421082705259323, -0.03674079477787018, 0.17809180915355682, -0.02490309253334999, 0.053203124552965164, -0.0375947467982769, 0.07414300739765167, 0.005459084175527096, -0.11728603392839432, 0.036814697086811066, -0.010890058241784573, 0.050328172743320465, 0.0818968266248703, -0.027364157140254974, -0.14333167672157288, -0.09992494434118271, -0.0722409188747406, 0.057416535913944244, 0.22297973930835724, -0.0898904800415039, 0.12335290759801865, 0.12097765505313873, -0.06710235029459, -0.1915142834186554, -0.014191420748829842, 0.04054376855492592, -0.004051615949720144, 0.10026001930236816, -0.17918378114700317, 0.11647503077983856, 0.033553220331668854, -0.04007839784026146, 0.043187785893678665, -0.18732281029224396, -0.14021176099777222, 0.01359828095883131, 0.05290396511554718, -0.2697571814060211, -0.18854820728302002, -0.1586889922618866, -0.01832110993564129, -0.19780360162258148, 0.11327365785837173, 0.06262700259685516, 0.002853880636394024, 0.0016578935319557786, 0.0014871649909764528, 0.024630390107631683, -0.04259954020380974, 0.19900427758693695, -0.003995124716311693, 0.03292634338140488, -0.0029691332019865513, -0.03926048427820206, 0.060829345136880875, 0.03543475270271301, 0.09684668481349945, -0.015476693399250507, 0.03991984575986862, -0.056623104959726334, -0.039359986782073975, -0.061430007219314575, 0.05858836695551872, -0.09255620837211609, -0.09449674934148788, -0.08974932134151459, 0.05264667049050331, 0.030390800908207893, -0.06904269009828568, 0.05922185257077217, -0.02064313180744648, 0.06537904590368271, 0.22834758460521698, 0.1702076494693756, 0.08376023918390274, -0.10606275498867035, -0.008009000681340694, -0.018958216533064842, 0.006810314487665892, -0.04986567422747612, 0.059143126010894775, 0.1345268040895462, 0.021594300866127014, 0.14005737006664276, 0.003859640331938863, -0.11078870296478271, -0.05118454620242119, 0.0940789133310318, -0.1312735378742218, -0.25941959023475647, -0.0787043422460556, 0.10478072613477707, -0.14126130938529968, -0.039685532450675964, 0.06034030020236969, -0.0031941025517880917, -0.05944889038801193, 0.009992526844143867, 0.11433061957359314, 0.02784799039363861, 0.09172506630420685, 0.04713887721300125, 0.10066909343004227, -0.08515465259552002, 0.10329365730285645, 0.1500806212425232, -0.09682310372591019, -0.006718114949762821, 0.1615893840789795, -0.044802919030189514, -0.009745788760483265, 0.021326841786503792, 0.06339412182569504, -0.0180799663066864, -0.02036271244287491, -0.0604768805205822, -0.21218110620975494, 0.025587739422917366, 0.15344147384166718, 0.005386780481785536, 0.050286915153265, 0.06284981220960617, -0.00733976811170578, 0.012381639331579208, 0.1678576022386551, -0.010838061571121216, 0.038128141313791275, -0.06098994240164757, 0.09058678150177002, -0.02023271843791008, -0.0066247908398509026, -0.005475945305079222, 0.017116187140345573, -0.0897274911403656, -0.06667948514223099, -0.04567892849445343, 0.021850142627954483, -0.07878150790929794, -0.011591591872274876, 0.00965868216007948, -0.026122989133000374, -0.008556313812732697, 0.02489752694964409, -0.04531874135136604, -0.06285319477319717, -0.07037791609764099, 0.11469106376171112, -0.15040333569049835, -0.0014149803901091218, 0.14015913009643555, -0.1114288792014122, 0.12337691336870193, -0.058395154774188995, 0.028485845774412155, -0.009319150820374489, -0.06843584030866623, 0.04247981309890747, -0.01762714795768261, 0.05705782771110535, -0.005102797877043486, -0.16235779225826263, -0.019563347101211548, -0.04009760543704033, -0.08976224064826965, -0.0038507136050611734, 0.03997063636779785, -0.1505051553249359, 0.021900249645113945, -0.06205085292458534, -0.0661010891199112, -0.06634600460529327, 0.009258066304028034, 0.11600900441408157, -0.036259692162275314, 0.10038607567548752, -0.04523167759180069, 0.05903219059109688, -0.14629517495632172, -0.005185561720281839, 0.0036246422678232193, 0.00435167271643877, -0.06794121116399765, 0.012942992150783539, 0.034111205488443375, -0.0372556708753109, 0.16411395370960236, 0.0009728847071528435, -0.003182011656463146, 0.07773091644048691, 0.08947072178125381, -0.0015894805546849966, 0.08905510604381561, -0.0020529935136437416, -0.009875662624835968, -0.02098926529288292, -0.024174250662326813, -0.0775042176246643, -0.06479370594024658, -0.07748814672231674, 0.1598857343196869, 0.12528415024280548, 0.0972377210855484, -0.013363311067223549, 0.13561668992042542, -0.13904844224452972, -0.10549138486385345, 0.15378081798553467, 0.06313928216695786, 0.06335048377513885, -0.05555598810315132, 0.11357057094573975, 0.12313955277204514, -0.24668459594249725, 0.15018905699253082, -0.037205278873443604, -0.07032410800457001, -0.04358890280127525, -0.09076012670993805, -0.027373377233743668, -0.019074970856308937, -0.025673195719718933, -0.13369327783584595, 0.08077029138803482, 0.08882571011781693, -0.04880255460739136, -0.02779391035437584, 0.0754685029387474, -0.14874377846717834, -0.052582766860723495, 0.05432094633579254, 0.08308377861976624, 0.030693696811795235, 0.027255525812506676, 0.03894000127911568, -0.039194487035274506, 0.11424507200717926, 0.056988153606653214, 0.052080050110816956, -0.02655406855046749, -0.04271140694618225, -0.026743941009044647, -0.08502978831529617, 0.05957457795739174, -0.07061827182769775, -0.07340756058692932, 0.11715079098939896, -0.004061718005686998, 0.029374735429883003, 0.016964050009846687, 0.22526107728481293, -0.08074121922254562, -0.01896912418305874, -0.13310742378234863, 0.009115095250308514, -0.00380292278714478, 0.03522038087248802, 0.11271057277917862, -0.1544225513935089, -0.00274912198074162, 0.08811604976654053, 0.11439128965139389, 0.0016119544161483645, 0.004262368194758892, 0.031192492693662643, 0.028725890442728996, 0.008704093284904957, 0.02405416965484619, 0.034511443227529526, 0.25738075375556946, -0.06784810870885849, 0.07184247672557831, -0.0452251173555851, 0.005843012128025293, -0.061024852097034454, 0.12097569555044174, 0.012667183764278889, -0.03186549246311188, -0.006044292356818914, 0.11427547037601471, -0.07458095252513885, -0.2494884431362152, 0.054140347987413406, -0.11092409491539001, -0.09668825566768646, -0.018725644797086716, 0.05470282584428787, -0.049721598625183105, -0.007553028874099255, 0.06437178701162338, -0.05379510298371315, 0.15360227227210999, 0.08638498187065125, -0.0838441401720047, 0.04171434044837952, 0.10042612999677658, -0.10625927150249481, 0.19845037162303925, 0.012309701181948185, 0.06714669615030289, 0.0633167177438736, 0.002892147284001112, -0.08510088175535202, 0.025177227333188057, 0.10371088236570358, -0.0367649681866169, 0.02441462129354477, 0.1645144820213318, 0.019810587167739868, 0.1769936978816986, 0.060663510113954544, -0.00764127355068922, 0.005707445088773966, 0.06320692598819733, -0.03921946510672569, -0.051142048090696335, 0.034625083208084106, -0.128678560256958, 0.05985457822680473, 0.1490856409072876, -0.04222536459565163, 0.007156558334827423, -0.01628902554512024, 0.038087550550699234, 0.01179155521094799, 0.15899856388568878, 0.017347967252135277, -0.09834147244691849, 0.032208506017923355, -0.07769090682268143, 0.08676627278327942, -0.12451229989528656, -0.054112281650304794, 0.03470486402511597, 0.04594331979751587, -0.10871537029743195, 0.10142070800065994, 0.12680423259735107, -0.0052954331040382385, -0.05248076096177101, -0.0326705127954483, -0.011036279611289501, 0.07107704132795334, -0.14142747223377228, 0.03888670355081558 ]
302b413fcd5338a03411461886b0a0ba5b7fce0a
# Dataset Card for "billsum" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://github.com/FiscalNote/BillSum](https://github.com/FiscalNote/BillSum) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 67.26 MB - **Size of the generated dataset:** 272.42 MB - **Total amount of disk used:** 339.68 MB ### Dataset Summary BillSum, summarization of US Congressional and California state bills. There are several features: - text: bill text. - summary: summary of the bills. - title: title of the bills. features for us bills. ca bills does not have. - text_len: number of chars in text. - sum_len: number of chars in summary. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### default - **Size of downloaded dataset files:** 67.26 MB - **Size of the generated dataset:** 272.42 MB - **Total amount of disk used:** 339.68 MB An example of 'train' looks as follows. ``` { "summary": "some summary", "text": "some text.", "title": "An act to amend Section xxx." } ``` ### Data Fields The data fields are the same among all splits. #### default - `text`: a `string` feature. - `summary`: a `string` feature. - `title`: a `string` feature. ### Data Splits | name |train|ca_test|test| |-------|----:|------:|---:| |default|18949| 1237|3269| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization The data consists of three parts: US training bills, US test bills and California test bills. The US bills were collected from the [Govinfo](https://github.com/unitedstates/congress) service provided by the United States Government Publishing Office (GPO) under CC0-1.0 license. The California, bills from the 2015-2016 session are available from the legislature’s [website](https://leginfo.legislature.ca.gov/). #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @misc{kornilova2019billsum, title={BillSum: A Corpus for Automatic Summarization of US Legislation}, author={Anastassia Kornilova and Vlad Eidelman}, year={2019}, eprint={1910.00523}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@jplu](https://github.com/jplu), [@lewtun](https://github.com/lewtun) for adding this dataset.
billsum
[ "task_categories:summarization", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc0-1.0", "bills-summarization", "arxiv:1910.00523", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["en"], "license": ["cc0-1.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["summarization"], "task_ids": [], "paperswithcode_id": "billsum", "pretty_name": "BillSum", "tags": ["bills-summarization"], "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "summary", "dtype": "string"}, {"name": "title", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 219596090, "num_examples": 18949}, {"name": "test", "num_bytes": 37866257, "num_examples": 3269}, {"name": "ca_test", "num_bytes": 14945291, "num_examples": 1237}], "download_size": 113729382, "dataset_size": 272407638}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}, {"split": "ca_test", "path": "data/ca_test-*"}]}], "train-eval-index": [{"config": "default", "task": "summarization", "task_id": "summarization", "splits": {"train_split": "train", "eval_split": "test"}, "col_mapping": {"text": "text", "summary": "target"}, "metrics": [{"type": "rouge", "name": "Rouge"}]}]}
2024-01-03T12:14:42+00:00
[ "1910.00523" ]
[ "en" ]
TAGS #task_categories-summarization #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc0-1.0 #bills-summarization #arxiv-1910.00523 #region-us
Dataset Card for "billsum" ========================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: * Point of Contact: * Size of downloaded dataset files: 67.26 MB * Size of the generated dataset: 272.42 MB * Total amount of disk used: 339.68 MB ### Dataset Summary BillSum, summarization of US Congressional and California state bills. There are several features: * text: bill text. * summary: summary of the bills. * title: title of the bills. features for us bills. ca bills does not have. * text\_len: number of chars in text. * sum\_len: number of chars in summary. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 67.26 MB * Size of the generated dataset: 272.42 MB * Total amount of disk used: 339.68 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'text': a 'string' feature. * 'summary': a 'string' feature. * 'title': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization The data consists of three parts: US training bills, US test bills and California test bills. The US bills were collected from the Govinfo service provided by the United States Government Publishing Office (GPO) under CC0-1.0 license. The California, bills from the 2015-2016 session are available from the legislature’s website. #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @thomwolf, @jplu, @lewtun for adding this dataset.
[ "### Dataset Summary\n\n\nBillSum, summarization of US Congressional and California state bills.\n\n\nThere are several features:\n\n\n* text: bill text.\n* summary: summary of the bills.\n* title: title of the bills.\nfeatures for us bills. ca bills does not have.\n* text\\_len: number of chars in text.\n* sum\\_len: number of chars in summary.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 67.26 MB\n* Size of the generated dataset: 272.42 MB\n* Total amount of disk used: 339.68 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'text': a 'string' feature.\n* 'summary': a 'string' feature.\n* 'title': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data consists of three parts: US training bills, US test bills and California test bills. The US bills were collected from the Govinfo service provided by the United States Government Publishing Office (GPO) under CC0-1.0 license. The California, bills from the 2015-2016 session are available from the legislature’s website.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @thomwolf, @jplu, @lewtun for adding this dataset." ]
[ "TAGS\n#task_categories-summarization #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc0-1.0 #bills-summarization #arxiv-1910.00523 #region-us \n", "### Dataset Summary\n\n\nBillSum, summarization of US Congressional and California state bills.\n\n\nThere are several features:\n\n\n* text: bill text.\n* summary: summary of the bills.\n* title: title of the bills.\nfeatures for us bills. ca bills does not have.\n* text\\_len: number of chars in text.\n* sum\\_len: number of chars in summary.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 67.26 MB\n* Size of the generated dataset: 272.42 MB\n* Total amount of disk used: 339.68 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'text': a 'string' feature.\n* 'summary': a 'string' feature.\n* 'title': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data consists of three parts: US training bills, US test bills and California test bills. The US bills were collected from the Govinfo service provided by the United States Government Publishing Office (GPO) under CC0-1.0 license. The California, bills from the 2015-2016 session are available from the legislature’s website.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @thomwolf, @jplu, @lewtun for adding this dataset." ]
[ 90, 91, 10, 11, 6, 53, 17, 37, 11, 7, 4, 84, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 25 ]
[ "passage: TAGS\n#task_categories-summarization #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc0-1.0 #bills-summarization #arxiv-1910.00523 #region-us \n### Dataset Summary\n\n\nBillSum, summarization of US Congressional and California state bills.\n\n\nThere are several features:\n\n\n* text: bill text.\n* summary: summary of the bills.\n* title: title of the bills.\nfeatures for us bills. ca bills does not have.\n* text\\_len: number of chars in text.\n* sum\\_len: number of chars in summary.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 67.26 MB\n* Size of the generated dataset: 272.42 MB\n* Total amount of disk used: 339.68 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### default\n\n\n* 'text': a 'string' feature.\n* 'summary': a 'string' feature.\n* 'title': a 'string' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization\n\n\nThe data consists of three parts: US training bills, US test bills and California test bills. The US bills were collected from the Govinfo service provided by the United States Government Publishing Office (GPO) under CC0-1.0 license. The California, bills from the 2015-2016 session are available from the legislature’s website.#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators" ]
[ -0.11357183754444122, 0.3029511570930481, -0.004465574864298105, 0.015145373530685902, 0.08772869408130646, 0.029181791469454765, 0.03831067308783531, 0.1160195842385292, 0.04037084802985191, 0.15540173649787903, 0.012541253119707108, -0.03857044130563736, 0.14546239376068115, 0.20747487246990204, 0.006566954310983419, -0.1793389916419983, -0.0026739572640508413, -0.0814400464296341, -0.06423456966876984, 0.05677086114883423, 0.06633344292640686, -0.1022200733423233, 0.0490526519715786, -0.11496610194444656, -0.05838308855891228, 0.00806367490440607, -0.07340361922979355, -0.03268603980541229, 0.02554256096482277, 0.05652938410639763, 0.06205398216843605, 0.03189770132303238, 0.0656912699341774, -0.24590681493282318, 0.019897492602467537, 0.033470626920461655, -0.0024390157777816057, 0.06310005486011505, 0.10563495755195618, -0.011344672180712223, 0.056969691067934036, -0.14435972273349762, 0.034664303064346313, 0.07309722900390625, -0.1069645881652832, -0.11072523146867752, -0.15950411558151245, -0.02691306360065937, 0.07399307191371918, 0.030796002596616745, -0.03464392200112343, -0.03999961167573929, -0.047080013900995255, -0.025761907920241356, 0.13491509854793549, 0.007004988379776478, -0.0026725332718342543, 0.05793386325240135, -0.041409898549318314, 0.0038759803865104914, -0.0955083891749382, -0.02153264917433262, 0.029554162174463272, 0.014941058121621609, 0.03966330736875534, 0.017310135066509247, -0.013529459945857525, 0.0771864727139473, -0.14021430909633636, -0.08590635657310486, 0.17728379368782043, 0.03226718679070473, 0.0028353414963930845, -0.15981943905353546, 0.021421490237116814, -0.041812825947999954, -0.03731232509016991, 0.019190499559044838, 0.03905501589179039, -0.04412006214261055, -0.014963275752961636, -0.02606107108294964, -0.09774289280176163, -0.00802443828433752, -0.007770154159516096, -0.0592540018260479, -0.015117471106350422, 0.014227654784917831, -0.041404638439416885, 0.0398506298661232, 0.0066297403536736965, -0.12834668159484863, -0.016561102122068405, 0.00003659061621874571, -0.08805186301469803, 0.013858876191079617, 0.005423814989626408, -0.031508348882198334, 0.12383092939853668, 0.09634246677160263, -0.15159396827220917, 0.02728697657585144, -0.03157762065529823, -0.010027209296822548, 0.09080108255147934, 0.1735452562570572, -0.03731861338019371, -0.11391915380954742, -0.03600693866610527, 0.020428011193871498, 0.02614559233188629, -0.0034069721587002277, -0.022311387583613396, 0.09973274171352386, 0.037800561636686325, 0.16230526566505432, 0.1527431607246399, -0.03928112983703613, -0.08963801711797714, -0.03543240576982498, 0.20320267975330353, -0.1511460393667221, 0.047293368726968765, 0.04286607354879379, -0.021268337965011597, -0.0106816990301013, -0.024964788928627968, -0.019740652292966843, -0.07623755186796188, 0.17490792274475098, -0.06823010742664337, -0.04529215395450592, -0.0923265591263771, -0.033658403903245926, 0.14465081691741943, -0.043916262686252594, -0.04594152048230171, 0.002175757195800543, -0.07652705162763596, -0.0637626051902771, -0.003600217867642641, -0.08157806098461151, -0.03162230923771858, -0.0074629588052630424, -0.004112935625016689, -0.03688298910856247, -0.014791889116168022, 0.11641800403594971, -0.049889612942934036, -0.0006486960337497294, -0.06446420401334763, 0.014653262682259083, 0.08389602601528168, 0.014442994259297848, -0.1084095761179924, 0.09338406473398209, -0.1120271384716034, 0.07368990033864975, -0.10852518677711487, 0.06789498776197433, -0.13241195678710938, -0.029212113469839096, -0.03098311461508274, -0.028658302500844002, 0.001941307564266026, 0.22883281111717224, -0.17200720310211182, -0.06031465157866478, 0.1128297969698906, -0.1039048433303833, -0.06957726925611496, 0.049111660569906235, -0.02493295818567276, -0.0019564004614949226, 0.048553310334682465, 0.1258895993232727, -0.009049556218087673, -0.07703327387571335, -0.07580061256885529, -0.1078861877322197, 0.102088063955307, 0.10535439848899841, 0.12181615829467773, -0.1271049529314041, 0.11247394979000092, 0.026330580934882164, 0.02388104610145092, -0.08119302242994308, -0.026143325492739677, -0.06317455321550369, -0.00003594353256630711, -0.10276612639427185, -0.031370777636766434, 0.01759481243789196, -0.034633785486221313, -0.005177858751267195, -0.05416110157966614, -0.03363748639822006, 0.010873400606215, -0.010250426828861237, 0.002837850246578455, -0.05155839025974274, 0.02332700416445732, -0.01392369158565998, 0.02265169285237789, -0.1590963453054428, -0.1611323207616806, 0.07103650271892548, -0.057640429586172104, 0.09686394035816193, -0.08467605710029602, 0.008102703839540482, -0.03157771751284599, -0.06483069807291031, 0.04709254577755928, 0.027315737679600716, 0.004036759026348591, 0.039882514625787735, -0.1337914615869522, -0.04046919569373131, -0.04176132380962372, 0.1405152678489685, -0.05214888975024223, 0.0008125388994812965, 0.16640040278434753, 0.12164133787155151, 0.04300690442323685, -0.11451046168804169, 0.05460717901587486, -0.01455012522637844, 0.007659831549972296, -0.06586355715990067, -0.026953568682074547, -0.002530984580516815, 0.057697225362062454, -0.0014324430376291275, -0.14043357968330383, -0.06947323679924011, 0.062284938991069794, 0.10862838476896286, -0.05985436588525772, -0.09616681933403015, -0.06084001436829567, -0.02225053310394287, -0.11116957664489746, -0.0876985490322113, 0.0326685830950737, 0.033247705549001694, 0.018267260864377022, -0.058818917721509933, -0.08894545584917068, 0.0009852803777903318, 0.0693773552775383, -0.06743975728750229, 0.09721451997756958, 0.13299424946308136, -0.07549490034580231, 0.11376290023326874, 0.014312579296529293, 0.08844191581010818, 0.07760090380907059, -0.08421313017606735, -0.10856673121452332, -0.04216860607266426, -0.028950348496437073, 0.03523745387792587, 0.10343905538320541, 0.000299417064525187, 0.04273230582475662, 0.06204964593052864, -0.0007171914330683649, 0.060607269406318665, -0.10503780096769333, 0.011509565636515617, 0.014824253506958485, -0.02631455287337303, -0.04366689547896385, -0.047988224774599075, -0.007488623261451721, 0.056217920035123825, 0.04170040786266327, 0.12100610136985779, -0.01778510957956314, -0.07894832640886307, -0.14172106981277466, 0.13879869878292084, -0.08819691091775894, -0.2825765907764435, -0.13879430294036865, 0.011546904221177101, 0.08327619731426239, 0.0019456411246210337, 0.020866448059678078, -0.01918136514723301, -0.1047573909163475, -0.07091458886861801, 0.07138938456773758, 0.04045697674155235, -0.07285308837890625, 0.02892734296619892, 0.011517088860273361, -0.0008674986311234534, -0.07488206028938293, 0.019925633445382118, 0.07817086577415466, 0.03542260080575943, -0.03127866983413696, 0.027028238400816917, 0.1687949299812317, 0.17935986816883087, 0.04995236545801163, -0.004481418989598751, -0.03766733407974243, 0.1962055116891861, -0.11586952954530716, 0.09868889302015305, 0.0831906870007515, -0.0008037416846491396, 0.03787962719798088, 0.13151948153972626, 0.025133470073342323, -0.0462261326611042, 0.009861583821475506, 0.0446995347738266, -0.0917576476931572, -0.2798847258090973, -0.07946369796991348, -0.061572179198265076, 0.05035180598497391, 0.09403243660926819, 0.07302284985780716, 0.012646856717765331, 0.032704293727874756, -0.04716958850622177, -0.05204107239842415, 0.05411020666360855, 0.0687604621052742, 0.11860106885433197, 0.04520018398761749, 0.034734271466732025, -0.09716426581144333, 0.04036637768149376, 0.11893856525421143, 0.016420800238847733, 0.2349141538143158, 0.03452754393219948, 0.27397415041923523, 0.03611641377210617, 0.04402955621480942, -0.02556009776890278, 0.015174881555140018, 0.05625684931874275, 0.06140854209661484, -0.004190677311271429, -0.057660553604364395, 0.04023358225822449, 0.07012397050857544, 0.029140932485461235, -0.08669403195381165, 0.001791596645489335, -0.12671352922916412, 0.01174207404255867, 0.21080437302589417, 0.05682467296719551, -0.07088127732276917, -0.054685384035110474, 0.1163804680109024, -0.030567191541194916, -0.010634354315698147, 0.03438009321689606, 0.05412176623940468, -0.12159307301044464, 0.07179021090269089, -0.030219009146094322, 0.1185482069849968, -0.05278526246547699, -0.03889733925461769, -0.015180411748588085, 0.06302742660045624, -0.010748934000730515, 0.10344166308641434, -0.126906618475914, 0.1383853256702423, 0.01574009843170643, -0.01866575889289379, -0.10767941921949387, 0.03268416225910187, -0.03639019653201103, -0.03387388214468956, 0.10960083454847336, -0.013505343347787857, -0.0999733954668045, 0.042136210948228836, -0.07677441835403442, 0.01022982969880104, 0.10563526302576065, -0.13048847019672394, 0.08076067268848419, -0.017959224060177803, -0.05612902715802193, -0.02113961987197399, -0.02463054284453392, 0.003160591470077634, -0.2049352377653122, 0.07746561616659164, -0.07262425124645233, 0.0687478631734848, -0.043139778077602386, -0.03319591283798218, -0.10241516679525375, 0.135173499584198, -0.06499318778514862, -0.06823328137397766, -0.12059624493122101, -0.0246733408421278, 0.214647576212883, -0.02873542346060276, 0.09052074700593948, -0.013468357734382153, 0.19577127695083618, -0.025461338460445404, -0.0696486309170723, 0.05374542251229286, -0.09551041573286057, -0.22871562838554382, -0.03336458280682564, 0.15782871842384338, 0.016553210094571114, 0.08915006369352341, -0.04599880799651146, 0.12470956146717072, 0.023414427414536476, -0.10971385985612869, 0.017722226679325104, 0.04242575168609619, 0.12992191314697266, 0.09634910523891449, 0.0420835018157959, -0.129126638174057, -0.09054100513458252, -0.12576712667942047, 0.0654364675283432, 0.20045052468776703, -0.09775425493717194, 0.16245439648628235, 0.05969565734267235, -0.046650733798742294, -0.2135043442249298, -0.003111944766715169, -0.06558942794799805, -0.016599858179688454, 0.09492015093564987, -0.1983150839805603, -0.007816583849489689, 0.08048483729362488, -0.07973714917898178, 0.1173115000128746, -0.18115238845348358, -0.1524861752986908, -0.043490730226039886, 0.010602998547255993, -0.287211149930954, -0.2282002717256546, -0.1414366215467453, -0.022994084283709526, -0.1699313223361969, 0.16739191114902496, 0.02125074341893196, -0.04109304025769234, 0.04173221439123154, 0.02937750518321991, 0.027325786650180817, -0.0803961381316185, 0.18592976033687592, -0.06471451371908188, -0.036533795297145844, -0.053778696805238724, -0.07918168604373932, 0.09379439055919647, -0.026623617857694626, 0.09465460479259491, -0.009747205302119255, 0.05969635024666786, -0.008026170544326305, -0.037125375121831894, -0.08101578801870346, -0.04336876794695854, -0.07013512402772903, -0.03446989879012108, -0.11280032992362976, 0.06991184502840042, 0.10156052559614182, -0.036710020154714584, 0.10437578707933426, -0.03645285964012146, 0.09617938846349716, 0.2794932723045349, 0.13371777534484863, 0.08465279638767242, -0.03463609144091606, -0.03607107698917389, -0.07874665409326553, -0.04117218032479286, -0.1733117550611496, 0.027291549369692802, 0.11341340839862823, 0.07246476411819458, 0.15545839071273804, -0.03566659986972809, -0.13820487260818481, -0.02778802253305912, 0.08071062713861465, -0.03744836524128914, -0.2953631281852722, -0.004681753925979137, 0.10573350638151169, -0.2268531173467636, -0.021114742383360863, -0.022001130506396294, 0.051190122961997986, -0.02471546269953251, 0.027193915098905563, 0.12343378365039825, 0.04557405039668083, 0.11917043477296829, 0.053584568202495575, 0.05939124524593353, -0.1268133670091629, 0.1309567540884018, 0.17015956342220306, -0.14104819297790527, -0.0034214218612760305, 0.15811465680599213, -0.013348356820642948, 0.016437236219644547, -0.0023756460286676884, -0.019425777718424797, -0.03677095100283623, -0.04885909706354141, -0.06673335283994675, -0.11096196621656418, 0.08349388092756271, 0.11981461942195892, -0.04098031297326088, 0.04051908105611801, 0.07424040138721466, 0.0012246473925188184, -0.07678477466106415, 0.09126672148704529, 0.08048807084560394, 0.014887143857777119, -0.027232272550463676, -0.015039417892694473, -0.018899675458669662, -0.02438689023256302, -0.007513830438256264, -0.014528299681842327, -0.04781114682555199, -0.004163716919720173, -0.12657859921455383, 0.09460955113172531, -0.10030423849821091, -0.04153994470834732, -0.024431098252534866, -0.060384053736925125, -0.03519204258918762, 0.01592722348868847, -0.06672654300928116, -0.01312239095568657, -0.10325711220502853, 0.07872692495584488, -0.1506253480911255, 0.004685138817876577, 0.10814587771892548, -0.04997483640909195, 0.04260172322392464, -0.07198800146579742, -0.013066550716757774, 0.058201469480991364, -0.10682585835456848, 0.025720449164509773, 0.03237432613968849, 0.014968188479542732, -0.0025073096621781588, -0.13918553292751312, -0.0765087753534317, 0.024972068145871162, -0.09623532742261887, 0.008214864879846573, -0.12486596405506134, -0.11861629039049149, 0.056663524359464645, -0.014058001339435577, -0.05699102580547333, -0.017132369801402092, 0.018435416743159294, 0.08091762661933899, -0.03166599199175835, 0.053818587213754654, -0.020146038383245468, 0.07802068442106247, -0.14774060249328613, -0.03493564575910568, -0.033189937472343445, 0.037823401391506195, -0.07299715280532837, 0.05499299243092537, 0.07920444011688232, 0.05518622696399689, 0.2391601800918579, -0.0708080381155014, 0.04322699084877968, 0.06453719735145569, 0.10618624091148376, 0.05558527261018753, 0.08022236078977585, 0.08579782396554947, -0.03901948407292366, -0.017478611320257187, -0.04704369604587555, 0.011490161530673504, -0.0976623073220253, 0.007649591192603111, 0.1689058095216751, 0.09776440262794495, 0.09551726281642914, 0.009044941514730453, 0.004880914930254221, -0.11144030839204788, 0.054280780255794525, 0.14654764533042908, -0.05339675024151802, 0.03260105848312378, -0.057698044925928116, 0.11051124334335327, 0.07796276360750198, -0.19114765524864197, 0.13392648100852966, -0.09320562332868576, -0.047968558967113495, -0.02457490563392639, -0.13475258648395538, -0.036698322743177414, -0.030725860968232155, -0.00835929624736309, -0.09144715964794159, 0.14032672345638275, 0.13572165369987488, -0.021047379821538925, -0.04413999989628792, 0.10848332196474075, -0.025821413844823837, -0.03214311972260475, 0.016781602054834366, 0.06402108818292618, 0.03373491019010544, 0.023552704602479935, 0.05066395550966263, 0.013957759365439415, 0.08108218014240265, 0.09662315994501114, 0.06317540258169174, 0.008490337990224361, 0.00838492251932621, 0.015018492005765438, -0.05854529142379761, 0.006014533806592226, -0.016660064458847046, 0.009895484894514084, 0.24308064579963684, -0.0024596373550593853, 0.09160221368074417, 0.02684946544468403, 0.1724458485841751, -0.05859352648258209, -0.08887455612421036, -0.13076739013195038, -0.0035270527005195618, -0.09029559791088104, 0.00923121441155672, 0.041936758905649185, -0.176068976521492, -0.007734267972409725, 0.09154494851827621, 0.17551763355731964, 0.050858497619628906, 0.012731918133795261, 0.002569696633145213, 0.036654867231845856, 0.020673930644989014, 0.01409920584410429, -0.03929176181554794, 0.25371888279914856, -0.08573836088180542, 0.031501155346632004, 0.007418117020279169, -0.012179073877632618, -0.05482369288802147, 0.04288129881024361, -0.044995300471782684, -0.03364167734980583, -0.06377791613340378, 0.1252114325761795, -0.10117305815219879, -0.30187568068504333, 0.03333296999335289, -0.19210107624530792, -0.12938745319843292, -0.05712606757879257, -0.04384060576558113, -0.01166699267923832, 0.031788066029548645, 0.04253285005688667, 0.017280448228120804, 0.13313321769237518, 0.02585754729807377, -0.10135316103696823, -0.033495306968688965, 0.07408906519412994, -0.09333647042512894, 0.18199479579925537, 0.01311416830867529, 0.06608498096466064, 0.06588945537805557, -0.023287981748580933, -0.12342637032270432, 0.03224528953433037, 0.12114082276821136, -0.07468797266483307, 0.04198795557022095, 0.11185935884714127, -0.03271729126572609, 0.12717023491859436, 0.05659943073987961, 0.01364361122250557, 0.027427149936556816, 0.03712478652596474, 0.005419094581156969, -0.0797593891620636, 0.008209128864109516, -0.09867166727781296, 0.13574333488941193, 0.056697066873311996, -0.057266492396593094, -0.0065156929194927216, 0.013494093902409077, 0.08130304515361786, 0.0029233081731945276, 0.17992746829986572, 0.0009487179340794683, -0.13515576720237732, 0.020778978243470192, -0.02116788551211357, 0.10149204730987549, -0.21123038232326508, -0.005834618117660284, 0.0041450015269219875, -0.01267134491354227, -0.0596747025847435, 0.15764881670475006, 0.06340781599283218, -0.0008334044832736254, -0.06169353798031807, -0.10728467255830765, 0.019107375293970108, 0.0958980917930603, -0.09462094306945801, 0.004710435401648283 ]
77f70b572508c4571927c95e3b9bec64e4275d39
# Dataset Card for BingCoronavirusQuerySet ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** None - **Repository:** https://github.com/microsoft/BingCoronavirusQuerySet - **Paper:** Nonewww - **Leaderboard:** [More Information Needed] - **Point of Contact:** [More Information Needed] ### Dataset Summary Please note that you can specify the start and end date of the data. You can get start and end dates from here: https://github.com/microsoft/BingCoronavirusQuerySet/tree/master/data/2020 example: ``` load_dataset("bing_coronavirus_query_set", queries_by="state", start_date="2020-09-01", end_date="2020-09-30") ``` You can also load the data by country by using `queries_by="country"`. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data [More Information Needed] #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations [More Information Needed] #### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
bing_coronavirus_query_set
[ "task_categories:text-classification", "task_ids:intent-classification", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:other", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["en"], "license": ["other"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["intent-classification"], "pretty_name": "BingCoronavirusQuerySet", "dataset_info": {"config_name": "country_2020-09-01_2020-09-30", "features": [{"name": "id", "dtype": "int32"}, {"name": "Date", "dtype": "string"}, {"name": "Query", "dtype": "string"}, {"name": "IsImplicitIntent", "dtype": "string"}, {"name": "Country", "dtype": "string"}, {"name": "PopularityScore", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 22052194, "num_examples": 317856}], "download_size": 6768102, "dataset_size": 22052194}, "configs": [{"config_name": "country_2020-09-01_2020-09-30", "data_files": [{"split": "train", "path": "country_2020-09-01_2020-09-30/train-*"}], "default": true}]}
2024-01-10T10:17:05+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-intent-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-other #region-us
# Dataset Card for BingCoronavirusQuerySet ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: None - Repository: URL - Paper: Nonewww - Leaderboard: - Point of Contact: ### Dataset Summary Please note that you can specify the start and end date of the data. You can get start and end dates from here: URL example: You can also load the data by country by using 'queries_by="country"'. ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @abhishekkrthakur for adding this dataset.
[ "# Dataset Card for BingCoronavirusQuerySet", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: None\n- Repository: URL\n- Paper: Nonewww\n- Leaderboard: \n- Point of Contact:", "### Dataset Summary\n\nPlease note that you can specify the start and end date of the data. You can get start and end dates from here: URL\n\nexample:\n\n\n\nYou can also load the data by country by using 'queries_by=\"country\"'.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @abhishekkrthakur for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-intent-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-other #region-us \n", "# Dataset Card for BingCoronavirusQuerySet", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: None\n- Repository: URL\n- Paper: Nonewww\n- Leaderboard: \n- Point of Contact:", "### Dataset Summary\n\nPlease note that you can specify the start and end date of the data. You can get start and end dates from here: URL\n\nexample:\n\n\n\nYou can also load the data by country by using 'queries_by=\"country\"'.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @abhishekkrthakur for adding this dataset." ]
[ 83, 13, 120, 30, 56, 10, 4, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 20 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-intent-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-other #region-us \n# Dataset Card for BingCoronavirusQuerySet## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: None\n- Repository: URL\n- Paper: Nonewww\n- Leaderboard: \n- Point of Contact:### Dataset Summary\n\nPlease note that you can specify the start and end date of the data. You can get start and end dates from here: URL\n\nexample:\n\n\n\nYou can also load the data by country by using 'queries_by=\"country\"'.### Supported Tasks and Leaderboards### Languages## Dataset Structure### Data Instances### Data Fields### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases### Other Known Limitations## Additional Information### Dataset Curators### Licensing Information### Contributions\n\nThanks to @abhishekkrthakur for adding this dataset." ]
[ -0.027702821418642998, 0.29336389899253845, -0.00732481898739934, 0.024424808099865913, 0.11566226184368134, 0.04179522395133972, 0.06872466951608658, 0.11159735172986984, 0.054579056799411774, 0.1470034122467041, -0.02826656959950924, 0.08109444379806519, 0.13922637701034546, 0.10328089445829391, 0.03819972276687622, -0.20432916283607483, 0.052289433777332306, -0.11034423112869263, -0.0007594831404276192, 0.0860668495297432, 0.08867601305246353, -0.10137791186571121, 0.03423573449254036, -0.07955803722143173, 0.004433487541973591, 0.03547648712992668, -0.09175225347280502, -0.026609081774950027, 0.01511392928659916, 0.010736290365457535, 0.0435764342546463, -0.00007056757749523968, 0.051126036792993546, -0.30512532591819763, 0.01702309586107731, 0.05431213229894638, 0.013060656376183033, 0.02406010404229164, 0.11530636250972748, -0.07670373469591141, 0.0751194953918457, -0.1519378423690796, 0.0628618448972702, 0.07612081617116928, -0.10338414460420609, -0.11894884705543518, -0.13066540658473969, 0.03198355436325073, 0.151661217212677, 0.08688563108444214, -0.0674215629696846, 0.06794828921556473, -0.06659304350614548, 0.03266433998942375, 0.08995196223258972, -0.09375082701444626, -0.04694164916872978, 0.04046845808625221, 0.0033452671486884356, 0.061911504715681076, -0.14412660896778107, -0.004062003921717405, -0.034653279930353165, 0.03191465139389038, -0.024965673685073853, -0.008510991930961609, -0.021356143057346344, 0.0491475909948349, -0.08002275973558426, -0.07517708837985992, 0.09862221032381058, 0.00042473728535696864, 0.013611364178359509, -0.21024510264396667, -0.014260746538639069, 0.0010225881123915315, -0.05884000286459923, 0.014388852752745152, 0.041104547679424286, 0.021673643961548805, 0.09367509186267853, -0.04766440764069557, -0.05748321861028671, 0.010896576568484306, -0.007931428961455822, 0.007513579912483692, 0.021215183660387993, -0.026695722714066505, 0.04528774693608284, 0.047327712178230286, 0.1288061887025833, -0.13081885874271393, -0.008613125421106815, -0.05024047940969467, -0.14617767930030823, -0.01329590193927288, 0.05560999736189842, 0.02569524012506008, 0.1306399405002594, 0.13627558946609497, -0.08186408132314682, 0.06184513494372368, -0.0741741880774498, -0.02121651917695999, 0.0844770148396492, 0.1069122776389122, -0.07481222599744797, -0.18555374443531036, -0.058383990079164505, -0.06117270141839981, -0.03892865404486656, 0.004297631327062845, 0.011323557235300541, 0.05158521980047226, 0.014627735130488873, 0.14795374870300293, 0.12622025609016418, -0.0033478187397122383, -0.08617975562810898, -0.014754068106412888, 0.11224787682294846, -0.12028849869966507, 0.049592167139053345, 0.05081840232014656, -0.026073075830936432, 0.02079283446073532, -0.04801907017827034, 0.010239708237349987, -0.11328327655792236, 0.07334569841623306, -0.05496542528271675, -0.018756110221147537, -0.07123466581106186, -0.04563163220882416, 0.08466116338968277, -0.04700026288628578, -0.061179496347904205, 0.037211086601018906, -0.08070757985115051, -0.08176343888044357, 0.041311848908662796, -0.10215957462787628, -0.03833922743797302, -0.06309084594249725, -0.029010292142629623, 0.04539047181606293, 0.028825392946600914, 0.004197678063064814, -0.0667327269911766, 0.018826810643076897, -0.09484143555164337, 0.042221713811159134, 0.11577901989221573, 0.03734174370765686, -0.09231500327587128, 0.05018673837184906, -0.15836864709854126, 0.11913404613733292, -0.16094857454299927, 0.07443790882825851, -0.141210675239563, 0.01948479376733303, 0.06934180855751038, -0.008241954259574413, -0.02865760028362274, 0.20127716660499573, -0.1805809587240219, -0.039992451667785645, 0.17307211458683014, -0.07609595358371735, -0.06048421189188957, 0.04376821964979172, -0.018491031602025032, 0.04447343200445175, 0.05468814820051193, 0.07304808497428894, 0.047887951135635376, -0.023893101140856743, -0.053778450936079025, -0.06324876099824905, 0.012237576767802238, 0.14047153294086456, 0.06262923777103424, -0.1350904405117035, 0.15491731464862823, 0.0381067730486393, 0.013339799828827381, -0.03210208937525749, -0.005331140011548996, -0.07085350900888443, 0.03682374209165573, -0.022190654650330544, 0.010849149897694588, 0.03686767816543579, -0.04997079074382782, -0.024549975991249084, -0.06545510143041611, 0.005761572625488043, 0.012446710839867592, -0.018346039578318596, 0.015904618427157402, -0.04870298132300377, -0.030606448650360107, -0.0007880887715145946, 0.020135309547185898, -0.1738951951265335, -0.16463644802570343, 0.03809908404946327, -0.008162583224475384, 0.09326586127281189, -0.0886368528008461, 0.029208475723862648, -0.034480493515729904, -0.03950733318924904, -0.031241226941347122, 0.09008749574422836, 0.023124774917960167, -0.026291554793715477, -0.1969442367553711, 0.03210761398077011, -0.031105859205126762, 0.0978485569357872, -0.06789784878492355, -0.016720173880457878, 0.12513703107833862, 0.2322661429643631, 0.05817641317844391, -0.05683759227395058, 0.07512398809194565, 0.011222059838473797, 0.008231990970671177, -0.06542517989873886, -0.00831421185284853, -0.08298520743846893, 0.030553607270121574, 0.033742453902959824, -0.058481365442276, -0.10344629734754562, 0.07941088080406189, 0.06508377939462662, -0.05590102821588516, -0.023394424468278885, -0.03485388308763504, -0.03006737306714058, -0.047522787004709244, -0.07405919581651688, 0.0518309660255909, 0.07980339974164963, 0.012340710498392582, -0.04440990090370178, -0.07979494333267212, -0.049282256513834, 0.02184939570724964, -0.10080395638942719, 0.1386621594429016, 0.03314633667469025, -0.1425468474626541, 0.1784786731004715, 0.0491989366710186, 0.1171627938747406, 0.11120297014713287, -0.045782867819070816, -0.09736691415309906, -0.006693732459098101, 0.011470328085124493, 0.013099457137286663, 0.039937131106853485, -0.13630977272987366, 0.005963271949440241, 0.042484015226364136, -0.018215905874967575, 0.033627547323703766, -0.019773999229073524, 0.032870884984731674, -0.005439913831651211, -0.03242768719792366, 0.06137273460626602, -0.0075526162981987, 0.059827759861946106, 0.08761058002710342, 0.03787185251712799, 0.08193960040807724, -0.012953761965036392, -0.062153447419404984, -0.09283959120512009, 0.07989424467086792, -0.18668821454048157, -0.23135630786418915, -0.09752646833658218, -0.11317029595375061, -0.03916182368993759, -0.0333554707467556, 0.005808031186461449, -0.07391860336065292, -0.11032941937446594, -0.06689589470624924, 0.06725984811782837, 0.06691890954971313, -0.11389081180095673, -0.043392114341259, 0.06725882738828659, -0.027896545827388763, -0.09650420397520065, 0.03857400268316269, 0.08283938467502594, -0.01315404660999775, -0.010985410772264004, 0.02037934772670269, 0.10502798110246658, 0.09925496578216553, 0.09491267055273056, 0.005892891902476549, -0.0074228825978934765, 0.25230035185813904, -0.17632831633090973, 0.11869629472494125, 0.03942181169986725, -0.013424408622086048, 0.06995224952697754, 0.2502381205558777, 0.03419617936015129, -0.040702927857637405, 0.013392284512519836, 0.08708425611257553, 0.011477470397949219, -0.24570739269256592, -0.10640525817871094, -0.07404173910617828, -0.05261116474866867, 0.04876192286610603, 0.09451985359191895, 0.012070652097463608, -0.0013772185193374753, -0.09004639089107513, -0.08037112653255463, 0.06395842880010605, 0.08032958954572678, 0.04501436650753021, 0.015059064142405987, 0.01205992791801691, -0.05938449129462242, -0.004470750689506531, 0.08033119887113571, 0.057966198772192, 0.18048779666423798, 0.04669303447008133, 0.2265060693025589, 0.05097004026174545, 0.08792746812105179, -0.058894071727991104, 0.03721378743648529, 0.013389114290475845, 0.06592938303947449, 0.023851122707128525, -0.05189467966556549, 0.022533603012561798, 0.07007452100515366, 0.10326918214559555, -0.122989721596241, 0.06932228803634644, -0.10375966876745224, 0.10506272315979004, 0.21849489212036133, 0.028026849031448364, -0.06913964450359344, 0.024569839239120483, 0.12556487321853638, -0.11270126700401306, -0.11130046099424362, 0.004711803048849106, 0.011892947368323803, -0.1527281254529953, 0.07531562447547913, -0.005766068119555712, 0.1187811940908432, -0.07239977270364761, -0.05561003088951111, -0.013070580549538136, -0.003057487541809678, -0.015983259305357933, 0.08062499761581421, -0.1585426777601242, 0.12384561449289322, 0.011380156502127647, 0.0116123640909791, -0.10009179264307022, 0.07776021212339401, 0.004204372875392437, -0.04408152773976326, 0.20209340751171112, -0.0029143127612769604, -0.12900373339653015, -0.01581660658121109, -0.045069921761751175, -0.04598057642579079, 0.0896814689040184, -0.15578779578208923, 0.10365678369998932, 0.004765743855386972, -0.06069076433777809, -0.08552588522434235, -0.07039491087198257, -0.08881659060716629, -0.20631209015846252, 0.043872326612472534, -0.05941463261842728, 0.0730850026011467, -0.034755028784275055, 0.007226186338812113, -0.11019653081893921, 0.16694775223731995, -0.17560848593711853, -0.12230031937360764, -0.15243074297904968, -0.04758402332663536, 0.20747894048690796, -0.05663730576634407, 0.07712183147668839, -0.024527238681912422, 0.17960916459560394, -0.01349092461168766, -0.021576935425400734, 0.050239693373441696, -0.04986445978283882, -0.19159512221813202, -0.03391740098595619, 0.16674275696277618, 0.06307701021432877, 0.03379809483885765, 0.003410619916394353, 0.08027549833059311, 0.012599877081811428, -0.08953414857387543, 0.037636544555425644, 0.09451966732740402, 0.06398947536945343, 0.07349158078432083, 0.004485089331865311, -0.23520949482917786, -0.14444316923618317, -0.0429668128490448, 0.14222972095012665, 0.1149619072675705, -0.054460711777210236, 0.19107286632061005, 0.1308821588754654, -0.10355408489704132, -0.20285338163375854, -0.04326746240258217, -0.01490333303809166, -0.05476585775613785, 0.011993265710771084, -0.20765462517738342, 0.08341658115386963, 0.029271356761455536, -0.008195419795811176, 0.01914745196700096, -0.17322002351284027, -0.10154446959495544, 0.04047965630888939, 0.018284723162651062, -0.3444361388683319, -0.1414048671722412, -0.11450783908367157, -0.05326487496495247, -0.128391832113266, 0.12396246939897537, 0.05623877793550491, -0.020496433600783348, 0.014558347873389721, 0.04748893529176712, 0.03949330374598503, -0.0494132936000824, 0.1556829810142517, 0.01173853687942028, 0.0006230555009096861, -0.0819585919380188, -0.07113977521657944, 0.13721022009849548, -0.001989600947126746, 0.03636141121387482, 0.0252672228962183, -0.0033848548773676157, -0.11834719777107239, -0.041400518268346786, -0.08062408864498138, -0.01876608468592167, -0.10002788156270981, -0.03008967824280262, -0.04795033112168312, 0.09595222026109695, 0.11128076165914536, -0.027542727068066597, 0.09272953867912292, -0.0886615440249443, 0.025754643604159355, 0.12632045149803162, 0.1528828889131546, 0.06331473588943481, -0.0489564873278141, -0.005230346228927374, -0.019553782418370247, -0.055114224553108215, -0.12395797669887543, 0.0812140479683876, 0.10695838928222656, -0.0050335777923464775, 0.10121488571166992, -0.04502999782562256, -0.14525243639945984, -0.021146252751350403, 0.08289260417222977, -0.049502383917570114, -0.20279644429683685, 0.021403808146715164, 0.04389168322086334, -0.11800628900527954, -0.07154126465320587, 0.06055432930588722, 0.07734411209821701, -0.06204313784837723, 0.0264881644397974, 0.11161421239376068, 0.02474285662174225, 0.0678912103176117, -0.00992136262357235, 0.056355759501457214, -0.14259405434131622, 0.13176825642585754, 0.13345639407634735, -0.0850241556763649, -0.013683836907148361, 0.233453169465065, -0.061426445841789246, -0.058484405279159546, 0.018353421241044998, 0.05798156559467316, 0.04818083718419075, -0.020626556128263474, 0.06134403869509697, -0.10372650623321533, 0.04773343726992607, 0.116642065346241, -0.03240125626325607, 0.02768033929169178, 0.040343768894672394, -0.0424860380589962, -0.016841894015669823, 0.13168250024318695, 0.03517488017678261, -0.014998563565313816, -0.03650452941656113, -0.032590970396995544, -0.041100744158029556, -0.06091522425413132, 0.006419893819838762, -0.024603012949228287, -0.06984063237905502, 0.025135556235909462, -0.10305355489253998, 0.010641738772392273, -0.16019754111766815, -0.019123638048768044, 0.006684804800897837, -0.04459340497851372, 0.011472033336758614, -0.03099273145198822, -0.08577506989240646, -0.0652666985988617, -0.02379312552511692, 0.13319183886051178, -0.18565678596496582, -0.017836105078458786, 0.11450199782848358, -0.08532216399908066, 0.12283149361610413, 0.010252242907881737, -0.022258028388023376, 0.01642301306128502, -0.12759608030319214, -0.02023308351635933, -0.030855195596814156, 0.03222605213522911, 0.054985806345939636, -0.11621105670928955, -0.019892673939466476, -0.008766197599470615, -0.07163476943969727, 0.04481636732816696, -0.046772003173828125, -0.10496465116739273, 0.06395188719034195, -0.0160922072827816, -0.08444910496473312, -0.015239210799336433, 0.02423923835158348, 0.16598659753799438, -0.06049826368689537, 0.10906746238470078, -0.013824875466525555, 0.10131864249706268, -0.08449379354715347, -0.0031049768440425396, -0.0026189947966486216, 0.002644191263243556, 0.01586897484958172, -0.009599999524652958, 0.0678045004606247, 0.015277152881026268, 0.1688472181558609, -0.05523078143596649, 0.05769283324480057, 0.07302491366863251, 0.05565635859966278, -0.029344869777560234, 0.09005824476480484, 0.024089820683002472, 0.02020970545709133, -0.030677204951643944, 0.008858256973326206, -0.06280768662691116, -0.08977954089641571, -0.06343548744916916, 0.0881880521774292, 0.19700895249843597, 0.20868459343910217, -0.0161470677703619, 0.04245379939675331, -0.10058297961950302, -0.040388789027929306, 0.08785368502140045, -0.07213661819696426, 0.0014222824247553945, -0.08783731609582901, 0.06995584070682526, 0.07453236728906631, -0.191070556640625, 0.09840937703847885, -0.04333382472395897, -0.051497504115104675, -0.0017435509944334626, -0.16403287649154663, -0.0644703134894371, 0.0114522036164999, 0.01269577257335186, -0.10717896372079849, 0.09668733179569244, 0.07821042090654373, 0.0033020302653312683, -0.023448068648576736, 0.08236225694417953, -0.032910678535699844, -0.07689210772514343, 0.07167728990316391, 0.06607877463102341, 0.04301563650369644, 0.03056078776717186, 0.05332856625318527, -0.09055620431900024, 0.07550390809774399, 0.051636338233947754, 0.0878443717956543, -0.06719980388879776, 0.007492449600249529, -0.08548227697610855, -0.08769942820072174, 0.028832068666815758, -0.01381790079176426, -0.10679727792739868, 0.20199443399906158, 0.02562517113983631, 0.04480656608939171, -0.008801438845694065, 0.2090451419353485, -0.07413310557603836, -0.09966108947992325, -0.15134122967720032, 0.018694497644901276, -0.02521764300763607, 0.02282315120100975, 0.03252696245908737, -0.1674651801586151, 0.009822395630180836, 0.1651764065027237, 0.12809604406356812, -0.009950177744030952, 0.012792933732271194, 0.011865303851664066, 0.022145286202430725, -0.01263030618429184, -0.0019243101123720407, 0.03002115525305271, 0.22456762194633484, -0.09087149053812027, 0.0603070929646492, -0.03179464861750603, -0.06255622953176498, -0.09154156595468521, 0.10629992187023163, -0.018019232898950577, -0.02986047975718975, -0.07261388748884201, 0.1922220140695572, -0.1788635402917862, -0.19579176604747772, 0.08864552527666092, -0.10138794779777527, -0.1469292938709259, -0.02239852584898472, 0.014796237461268902, 0.03266660496592522, -0.015640420839190483, 0.107647605240345, -0.03311469778418541, 0.16256459057331085, 0.06841368228197098, -0.04549426957964897, -0.019080447033047676, 0.07458947598934174, -0.1375928819179535, 0.2438240647315979, 0.01743367500603199, 0.012951820157468319, 0.11088889092206955, -0.04636624827980995, -0.15433770418167114, 0.003680031979456544, 0.1181521788239479, -0.09189602732658386, 0.045634958893060684, 0.17311763763427734, 0.016871221363544464, 0.09539007395505905, 0.1048472672700882, -0.03563712537288666, 0.06461042165756226, 0.05852359160780907, 0.0027985875494778156, -0.07568160444498062, 0.1151307076215744, -0.11004094779491425, 0.07821978628635406, 0.10296165943145752, -0.05181135982275009, 0.023831313475966454, 0.0030239729676395655, 0.025681184604763985, -0.06409474462270737, 0.13354724645614624, -0.03342479467391968, -0.15165205299854279, 0.023893432691693306, 0.005790214519947767, 0.10047987103462219, -0.0725126564502716, -0.04397257789969444, 0.03357484191656113, 0.004899254068732262, -0.07707556337118149, 0.13979646563529968, 0.06974349915981293, -0.019607694819569588, -0.011447735130786896, -0.14386144280433655, 0.04246564209461212, 0.12956830859184265, -0.07345514744520187, 0.042279116809368134 ]
5bb4def0bfa1570a933f18af2d8c13c22c2e2b94
# Dataset Card for "biomrc" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [http://nlp.cs.aueb.gr/](http://nlp.cs.aueb.gr/) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 1.29 GB - **Size of the generated dataset:** 5.81 GB - **Total amount of disk used:** 7.09 GB ### Dataset Summary We introduce BIOMRC, a large-scale cloze-style biomedical MRC dataset. Care was taken to reduce noise, compared to the previous BIOREAD dataset of Pappas et al. (2018). Experiments show that simple heuristics do not perform well on the new dataset and that two neural MRC models that had been tested on BIOREAD perform much better on BIOMRC, indicating that the new dataset is indeed less noisy or at least that its task is more feasible. Non-expert human performance is also higher on the new dataset compared to BIOREAD, and biomedical experts perform even better. We also introduce a new BERT-based MRC model, the best version of which substantially outperforms all other methods tested, reaching or surpassing the accuracy of biomedical experts in some experiments. We make the new dataset available in three different sizes, also releasing our code, and providing a leaderboard. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### biomrc_large_A - **Size of downloaded dataset files:** 408.08 MB - **Size of the generated dataset:** 1.92 GB - **Total amount of disk used:** 2.33 GB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "abstract": "\"OBJECTIVES: @entity9 is a @entity10 that may result from greater occipital nerve entrapment. Entrapped peripheral nerves typica...", "answer": "@entity9 :: (MESH:D009437,Disease) :: ['unilateral occipital neuralgia']\n", "entities_list": ["@entity1 :: ('9606', 'Species') :: ['patients']", "@entity10 :: ('MESH:D006261', 'Disease') :: ['headache', 'Headache']", "@entity9 :: ('MESH:D009437', 'Disease') :: ['Occipital neuralgia', 'unilateral occipital neuralgia']"], "title": "Sonographic evaluation of the greater occipital nerve in XXXX .\n" } ``` #### biomrc_large_B - **Size of downloaded dataset files:** 343.06 MB - **Size of the generated dataset:** 1.54 GB - **Total amount of disk used:** 1.88 GB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "abstract": "\"BACKGROUND: Adults with physical disabilities are less likely than others to receive @entity2 screening. It is not known, howev...", "answer": "@entity2", "entities_list": ["@entity2", "@entity1", "@entity0", "@entity3"], "title": "Does a standard measure of self-reported physical disability correlate with clinician perception of impairment related to XXXX screening?\n" } ``` #### biomrc_small_A - **Size of downloaded dataset files:** 68.88 MB - **Size of the generated dataset:** 236.32 MB - **Total amount of disk used:** 305.20 MB An example of 'validation' looks as follows. ``` This example was too long and was cropped: { "abstract": "\"PURPOSE: @entity120 ( @entity120 ) is a life-limiting @entity102 that presents as an elevated blood pressure in the pulmonary a...", "answer": "@entity148 :: (MESH:D001008,Disease) :: ['anxiety']\n", "entities_list": "[\"@entity1 :: ('9606', 'Species') :: ['patients']\", \"@entity308 :: ('MESH:D003866', 'Disease') :: ['depression']\", \"@entity146 :...", "title": "A predictive model of the effects of @entity308 , XXXX , stress, 6-minute-walk distance, and social support on health-related quality of life in an adult pulmonary hypertension population.\n" } ``` #### biomrc_small_B - **Size of downloaded dataset files:** 57.70 MB - **Size of the generated dataset:** 189.62 MB - **Total amount of disk used:** 247.33 MB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "abstract": "\"Single-agent activity for @entity12 reflected by response rates of 10%-30% has been reported in @entity0 with @entity3 ( @entit...", "answer": "@entity10", "entities_list": ["@entity0", "@entity6", "@entity2", "@entity5", "@entity12", "@entity11", "@entity1", "@entity7", "@entity9", "@entity10", "@entity3", "@entity4", "@entity8"], "title": "No synergistic activity of @entity7 and XXXX in the treatment of @entity3 .\n" } ``` #### biomrc_tiny_A - **Size of downloaded dataset files:** 0.02 MB - **Size of the generated dataset:** 0.07 MB - **Total amount of disk used:** 0.09 MB An example of 'test' looks as follows. ``` This example was too long and was cropped: { "abstract": "\"OBJECTIVE: Decompressive craniectomy (DC) requires later cranioplasty (CP) in survivors. However, if additional ventriculoperit...", "answer": "@entity260 :: (MESH:D011183,Disease) :: ['Postoperative Complications']\n", "entities_list": ["@entity1 :: ('9606', 'Species') :: ['Patients', 'patients', 'Patient']", "@entity260 :: ('MESH:D011183', 'Disease') :: ['VPS regarding postoperative complications']", "@entity1276 :: ('MESH:D006849', 'Disease') :: ['hydrocephalus']"], "title": "Cranioplasty and Ventriculoperitoneal Shunt Placement after Decompressive Craniectomy: Staged Surgery Is Associated with Fewer XXXX .\n" } ``` ### Data Fields The data fields are the same among all splits. #### biomrc_large_A - `abstract`: a `string` feature. - `title`: a `string` feature. - `entities_list`: a `list` of `string` features. - `answer`: a `string` feature. #### biomrc_large_B - `abstract`: a `string` feature. - `title`: a `string` feature. - `entities_list`: a `list` of `string` features. - `answer`: a `string` feature. #### biomrc_small_A - `abstract`: a `string` feature. - `title`: a `string` feature. - `entities_list`: a `list` of `string` features. - `answer`: a `string` feature. #### biomrc_small_B - `abstract`: a `string` feature. - `title`: a `string` feature. - `entities_list`: a `list` of `string` features. - `answer`: a `string` feature. #### biomrc_tiny_A - `abstract`: a `string` feature. - `title`: a `string` feature. - `entities_list`: a `list` of `string` features. - `answer`: a `string` feature. ### Data Splits #### biomrc_large_A | |train |validation|test | |--------------|-----:|---------:|----:| |biomrc_large_A|700000| 50000|62707| #### biomrc_large_B | |train |validation|test | |--------------|-----:|---------:|----:| |biomrc_large_B|700000| 50000|62707| #### biomrc_small_A | |train|validation|test| |--------------|----:|---------:|---:| |biomrc_small_A|87500| 6250|6250| #### biomrc_small_B | |train|validation|test| |--------------|----:|---------:|---:| |biomrc_small_B|87500| 6250|6250| #### biomrc_tiny_A | |test| |-------------|---:| |biomrc_tiny_A| 30| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @inproceedings{pappas-etal-2020-biomrc, title = "{B}io{MRC}: A Dataset for Biomedical Machine Reading Comprehension", author = "Pappas, Dimitris and Stavropoulos, Petros and Androutsopoulos, Ion and McDonald, Ryan", booktitle = "Proceedings of the 19th SIGBioMed Workshop on Biomedical Language Processing", month = jul, year = "2020", address = "Online", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/2020.bionlp-1.15", pages = "140--149", abstract = "We introduce BIOMRC, a large-scale cloze-style biomedical MRC dataset. Care was taken to reduce noise, compared to the previous BIOREAD dataset of Pappas et al. (2018). Experiments show that simple heuristics do not perform well on the new dataset and that two neural MRC models that had been tested on BIOREAD perform much better on BIOMRC, indicating that the new dataset is indeed less noisy or at least that its task is more feasible. Non-expert human performance is also higher on the new dataset compared to BIOREAD, and biomedical experts perform even better. We also introduce a new BERT-based MRC model, the best version of which substantially outperforms all other methods tested, reaching or surpassing the accuracy of biomedical experts in some experiments. We make the new dataset available in three different sizes, also releasing our code, and providing a leaderboard.", } ``` ### Contributions Thanks to [@lewtun](https://github.com/lewtun), [@PetrosStav](https://github.com/PetrosStav), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
biomrc
[ "language:en", "region:us" ]
2022-03-02T23:29:22+00:00
{"language": ["en"], "paperswithcode_id": "biomrc", "pretty_name": "BIOMRC", "dataset_info": [{"config_name": "plain_text", "features": [{"name": "abstract", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "entities_list", "sequence": "string"}, {"name": "answer", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1653301820, "num_examples": 700000}, {"name": "validation", "num_bytes": 119697683, "num_examples": 50000}, {"name": "test", "num_bytes": 147832373, "num_examples": 62707}], "download_size": 408080356, "dataset_size": 1920831876}, {"config_name": "biomrc_large_A", "features": [{"name": "abstract", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "entities_list", "sequence": "string"}, {"name": "answer", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1653301820, "num_examples": 700000}, {"name": "validation", "num_bytes": 119697683, "num_examples": 50000}, {"name": "test", "num_bytes": 147832373, "num_examples": 62707}], "download_size": 408080356, "dataset_size": 1920831876}, {"config_name": "biomrc_large_B", "features": [{"name": "abstract", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "entities_list", "sequence": "string"}, {"name": "answer", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1325877001, "num_examples": 700000}, {"name": "validation", "num_bytes": 96414040, "num_examples": 50000}, {"name": "test", "num_bytes": 118708586, "num_examples": 62707}], "download_size": 343061539, "dataset_size": 1540999627}, {"config_name": "biomrc_small_A", "features": [{"name": "abstract", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "entities_list", "sequence": "string"}, {"name": "answer", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 206553549, "num_examples": 87500}, {"name": "validation", "num_bytes": 14957163, "num_examples": 6250}, {"name": "test", "num_bytes": 14807799, "num_examples": 6250}], "download_size": 68879274, "dataset_size": 236318511}, {"config_name": "biomrc_small_B", "features": [{"name": "abstract", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "entities_list", "sequence": "string"}, {"name": "answer", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 165662937, "num_examples": 87500}, {"name": "validation", "num_bytes": 12047304, "num_examples": 6250}, {"name": "test", "num_bytes": 11911172, "num_examples": 6250}], "download_size": 57706889, "dataset_size": 189621413}, {"config_name": "biomrc_tiny_A", "features": [{"name": "abstract", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "entities_list", "sequence": "string"}, {"name": "answer", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 70914, "num_examples": 30}], "download_size": 22519, "dataset_size": 70914}, {"config_name": "biomrc_tiny_B", "features": [{"name": "abstract", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "entities_list", "sequence": "string"}, {"name": "answer", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 59925, "num_examples": 30}], "download_size": 19685, "dataset_size": 59925}]}
2024-01-18T11:02:01+00:00
[]
[ "en" ]
TAGS #language-English #region-us
Dataset Card for "biomrc" ========================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: * Point of Contact: * Size of downloaded dataset files: 1.29 GB * Size of the generated dataset: 5.81 GB * Total amount of disk used: 7.09 GB ### Dataset Summary We introduce BIOMRC, a large-scale cloze-style biomedical MRC dataset. Care was taken to reduce noise, compared to the previous BIOREAD dataset of Pappas et al. (2018). Experiments show that simple heuristics do not perform well on the new dataset and that two neural MRC models that had been tested on BIOREAD perform much better on BIOMRC, indicating that the new dataset is indeed less noisy or at least that its task is more feasible. Non-expert human performance is also higher on the new dataset compared to BIOREAD, and biomedical experts perform even better. We also introduce a new BERT-based MRC model, the best version of which substantially outperforms all other methods tested, reaching or surpassing the accuracy of biomedical experts in some experiments. We make the new dataset available in three different sizes, also releasing our code, and providing a leaderboard. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### biomrc\_large\_A * Size of downloaded dataset files: 408.08 MB * Size of the generated dataset: 1.92 GB * Total amount of disk used: 2.33 GB An example of 'train' looks as follows. #### biomrc\_large\_B * Size of downloaded dataset files: 343.06 MB * Size of the generated dataset: 1.54 GB * Total amount of disk used: 1.88 GB An example of 'train' looks as follows. #### biomrc\_small\_A * Size of downloaded dataset files: 68.88 MB * Size of the generated dataset: 236.32 MB * Total amount of disk used: 305.20 MB An example of 'validation' looks as follows. #### biomrc\_small\_B * Size of downloaded dataset files: 57.70 MB * Size of the generated dataset: 189.62 MB * Total amount of disk used: 247.33 MB An example of 'train' looks as follows. #### biomrc\_tiny\_A * Size of downloaded dataset files: 0.02 MB * Size of the generated dataset: 0.07 MB * Total amount of disk used: 0.09 MB An example of 'test' looks as follows. ### Data Fields The data fields are the same among all splits. #### biomrc\_large\_A * 'abstract': a 'string' feature. * 'title': a 'string' feature. * 'entities\_list': a 'list' of 'string' features. * 'answer': a 'string' feature. #### biomrc\_large\_B * 'abstract': a 'string' feature. * 'title': a 'string' feature. * 'entities\_list': a 'list' of 'string' features. * 'answer': a 'string' feature. #### biomrc\_small\_A * 'abstract': a 'string' feature. * 'title': a 'string' feature. * 'entities\_list': a 'list' of 'string' features. * 'answer': a 'string' feature. #### biomrc\_small\_B * 'abstract': a 'string' feature. * 'title': a 'string' feature. * 'entities\_list': a 'list' of 'string' features. * 'answer': a 'string' feature. #### biomrc\_tiny\_A * 'abstract': a 'string' feature. * 'title': a 'string' feature. * 'entities\_list': a 'list' of 'string' features. * 'answer': a 'string' feature. ### Data Splits #### biomrc\_large\_A #### biomrc\_large\_B #### biomrc\_small\_A #### biomrc\_small\_B #### biomrc\_tiny\_A Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @lewtun, @PetrosStav, @lhoestq, @thomwolf for adding this dataset.
[ "### Dataset Summary\n\n\nWe introduce BIOMRC, a large-scale cloze-style biomedical MRC dataset. Care was taken to reduce noise, compared to the previous BIOREAD dataset of Pappas et al. (2018). Experiments show that simple heuristics do not perform well on the new dataset and that two neural MRC models that had been tested on BIOREAD perform much better on BIOMRC, indicating that the new dataset is indeed less noisy or at least that its task is more feasible. Non-expert human performance is also higher on the new dataset compared to BIOREAD, and biomedical experts perform even better. We also introduce a new BERT-based MRC model, the best version of which substantially outperforms all other methods tested, reaching or surpassing the accuracy of biomedical experts in some experiments. We make the new dataset available in three different sizes, also releasing our code, and providing a leaderboard.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### biomrc\\_large\\_A\n\n\n* Size of downloaded dataset files: 408.08 MB\n* Size of the generated dataset: 1.92 GB\n* Total amount of disk used: 2.33 GB\n\n\nAn example of 'train' looks as follows.", "#### biomrc\\_large\\_B\n\n\n* Size of downloaded dataset files: 343.06 MB\n* Size of the generated dataset: 1.54 GB\n* Total amount of disk used: 1.88 GB\n\n\nAn example of 'train' looks as follows.", "#### biomrc\\_small\\_A\n\n\n* Size of downloaded dataset files: 68.88 MB\n* Size of the generated dataset: 236.32 MB\n* Total amount of disk used: 305.20 MB\n\n\nAn example of 'validation' looks as follows.", "#### biomrc\\_small\\_B\n\n\n* Size of downloaded dataset files: 57.70 MB\n* Size of the generated dataset: 189.62 MB\n* Total amount of disk used: 247.33 MB\n\n\nAn example of 'train' looks as follows.", "#### biomrc\\_tiny\\_A\n\n\n* Size of downloaded dataset files: 0.02 MB\n* Size of the generated dataset: 0.07 MB\n* Total amount of disk used: 0.09 MB\n\n\nAn example of 'test' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### biomrc\\_large\\_A\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "#### biomrc\\_large\\_B\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "#### biomrc\\_small\\_A\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "#### biomrc\\_small\\_B\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "#### biomrc\\_tiny\\_A\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "### Data Splits", "#### biomrc\\_large\\_A", "#### biomrc\\_large\\_B", "#### biomrc\\_small\\_A", "#### biomrc\\_small\\_B", "#### biomrc\\_tiny\\_A\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @lewtun, @PetrosStav, @lhoestq, @thomwolf for adding this dataset." ]
[ "TAGS\n#language-English #region-us \n", "### Dataset Summary\n\n\nWe introduce BIOMRC, a large-scale cloze-style biomedical MRC dataset. Care was taken to reduce noise, compared to the previous BIOREAD dataset of Pappas et al. (2018). Experiments show that simple heuristics do not perform well on the new dataset and that two neural MRC models that had been tested on BIOREAD perform much better on BIOMRC, indicating that the new dataset is indeed less noisy or at least that its task is more feasible. Non-expert human performance is also higher on the new dataset compared to BIOREAD, and biomedical experts perform even better. We also introduce a new BERT-based MRC model, the best version of which substantially outperforms all other methods tested, reaching or surpassing the accuracy of biomedical experts in some experiments. We make the new dataset available in three different sizes, also releasing our code, and providing a leaderboard.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### biomrc\\_large\\_A\n\n\n* Size of downloaded dataset files: 408.08 MB\n* Size of the generated dataset: 1.92 GB\n* Total amount of disk used: 2.33 GB\n\n\nAn example of 'train' looks as follows.", "#### biomrc\\_large\\_B\n\n\n* Size of downloaded dataset files: 343.06 MB\n* Size of the generated dataset: 1.54 GB\n* Total amount of disk used: 1.88 GB\n\n\nAn example of 'train' looks as follows.", "#### biomrc\\_small\\_A\n\n\n* Size of downloaded dataset files: 68.88 MB\n* Size of the generated dataset: 236.32 MB\n* Total amount of disk used: 305.20 MB\n\n\nAn example of 'validation' looks as follows.", "#### biomrc\\_small\\_B\n\n\n* Size of downloaded dataset files: 57.70 MB\n* Size of the generated dataset: 189.62 MB\n* Total amount of disk used: 247.33 MB\n\n\nAn example of 'train' looks as follows.", "#### biomrc\\_tiny\\_A\n\n\n* Size of downloaded dataset files: 0.02 MB\n* Size of the generated dataset: 0.07 MB\n* Total amount of disk used: 0.09 MB\n\n\nAn example of 'test' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### biomrc\\_large\\_A\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "#### biomrc\\_large\\_B\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "#### biomrc\\_small\\_A\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "#### biomrc\\_small\\_B\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "#### biomrc\\_tiny\\_A\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "### Data Splits", "#### biomrc\\_large\\_A", "#### biomrc\\_large\\_B", "#### biomrc\\_small\\_A", "#### biomrc\\_small\\_B", "#### biomrc\\_tiny\\_A\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @lewtun, @PetrosStav, @lhoestq, @thomwolf for adding this dataset." ]
[ 10, 224, 10, 11, 6, 59, 59, 62, 61, 56, 17, 67, 67, 67, 67, 66, 5, 12, 12, 12, 12, 17, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 32 ]
[ "passage: TAGS\n#language-English #region-us \n### Dataset Summary\n\n\nWe introduce BIOMRC, a large-scale cloze-style biomedical MRC dataset. Care was taken to reduce noise, compared to the previous BIOREAD dataset of Pappas et al. (2018). Experiments show that simple heuristics do not perform well on the new dataset and that two neural MRC models that had been tested on BIOREAD perform much better on BIOMRC, indicating that the new dataset is indeed less noisy or at least that its task is more feasible. Non-expert human performance is also higher on the new dataset compared to BIOREAD, and biomedical experts perform even better. We also introduce a new BERT-based MRC model, the best version of which substantially outperforms all other methods tested, reaching or surpassing the accuracy of biomedical experts in some experiments. We make the new dataset available in three different sizes, also releasing our code, and providing a leaderboard.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### biomrc\\_large\\_A\n\n\n* Size of downloaded dataset files: 408.08 MB\n* Size of the generated dataset: 1.92 GB\n* Total amount of disk used: 2.33 GB\n\n\nAn example of 'train' looks as follows.#### biomrc\\_large\\_B\n\n\n* Size of downloaded dataset files: 343.06 MB\n* Size of the generated dataset: 1.54 GB\n* Total amount of disk used: 1.88 GB\n\n\nAn example of 'train' looks as follows.#### biomrc\\_small\\_A\n\n\n* Size of downloaded dataset files: 68.88 MB\n* Size of the generated dataset: 236.32 MB\n* Total amount of disk used: 305.20 MB\n\n\nAn example of 'validation' looks as follows.#### biomrc\\_small\\_B\n\n\n* Size of downloaded dataset files: 57.70 MB\n* Size of the generated dataset: 189.62 MB\n* Total amount of disk used: 247.33 MB\n\n\nAn example of 'train' looks as follows.", "passage: #### biomrc\\_tiny\\_A\n\n\n* Size of downloaded dataset files: 0.02 MB\n* Size of the generated dataset: 0.07 MB\n* Total amount of disk used: 0.09 MB\n\n\nAn example of 'test' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### biomrc\\_large\\_A\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.#### biomrc\\_large\\_B\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.#### biomrc\\_small\\_A\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.#### biomrc\\_small\\_B\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.#### biomrc\\_tiny\\_A\n\n\n* 'abstract': a 'string' feature.\n* 'title': a 'string' feature.\n* 'entities\\_list': a 'list' of 'string' features.\n* 'answer': a 'string' feature.### Data Splits#### biomrc\\_large\\_A#### biomrc\\_large\\_B#### biomrc\\_small\\_A#### biomrc\\_small\\_B#### biomrc\\_tiny\\_A\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases" ]
[ -0.024633634835481644, 0.18807509541511536, -0.0067930081859230995, 0.021192708984017372, 0.0323035828769207, -0.006931762211024761, 0.02312634512782097, 0.12654966115951538, 0.012720184400677681, 0.19628456234931946, 0.02769703045487404, -0.03879934549331665, 0.07907459139823914, 0.20418092608451843, -0.012362629175186157, -0.18684282898902893, 0.02333894558250904, -0.06018081307411194, 0.004224211908876896, 0.06557822227478027, 0.09939640760421753, -0.09198629856109619, 0.06567543745040894, -0.10182814300060272, -0.007734224665910006, 0.0114397332072258, -0.04820182919502258, 0.03051958978176117, -0.006663571111857891, 0.04453806206583977, 0.030049767345190048, 0.01635708287358284, 0.042828645557165146, -0.25480765104293823, 0.01112486980855465, 0.056798141449689865, 0.019575633108615875, 0.09612235426902771, 0.0846976488828659, -0.060400452464818954, 0.15676575899124146, -0.1561194658279419, 0.013429936021566391, 0.026456482708454132, -0.055117759853601456, -0.10676071792840958, -0.11208680272102356, 0.07491350173950195, 0.0485345721244812, -0.009404733777046204, -0.03975279629230499, 0.037460047751665115, -0.049114882946014404, 0.05554147809743881, 0.15617507696151733, -0.01751386933028698, -0.046738192439079285, 0.004983073100447655, 0.11718933284282684, 0.12767119705677032, -0.08558006584644318, -0.05826478451490402, 0.001380083616822958, 0.032373733818531036, 0.010666921734809875, -0.025227395817637444, 0.07900433242321014, 0.046462222933769226, -0.09795176982879639, -0.05821128189563751, 0.15335971117019653, 0.05285756289958954, -0.05738173797726631, -0.08628053218126297, -0.007800875697284937, -0.08778828382492065, -0.031780585646629333, 0.03854203596711159, 0.01959749311208725, -0.015533169731497765, -0.04566839337348938, -0.026328647509217262, -0.047951169312000275, -0.03594955801963806, -0.019048279151320457, 0.012068016454577446, 0.0008255606517195702, 0.005922766402363777, 0.10088082402944565, 0.02639816328883171, -0.01270624715834856, -0.0732499212026596, -0.05277477949857712, -0.03675908222794533, -0.09942182898521423, -0.007601871155202389, -0.02425060234963894, 0.008339779451489449, 0.10261762142181396, 0.19041943550109863, -0.048521026968955994, -0.002148695755749941, -0.057461850345134735, -0.008370598778128624, 0.06645344197750092, 0.06484662741422653, -0.12652994692325592, -0.11510638892650604, 0.004298197105526924, 0.0584481842815876, -0.0057303812354803085, -0.0030205389484763145, -0.012740246951580048, 0.06487587094306946, 0.0834757462143898, 0.05989556759595871, 0.0922837033867836, 0.005550275091081858, -0.04881224036216736, -0.030362799763679504, 0.134769469499588, -0.14775270223617554, 0.015841316431760788, 0.0733814537525177, -0.017096057534217834, -0.06976737827062607, 0.026782168075442314, 0.0025433022528886795, -0.063670814037323, 0.09663347899913788, -0.043877117335796356, -0.03958039730787277, -0.06625989079475403, -0.08538505434989929, 0.05324222892522812, 0.02785567194223404, -0.04595715552568436, -0.04736201465129852, -0.05824854224920273, -0.043738625943660736, 0.016904905438423157, -0.09384787827730179, -0.02059387043118477, 0.025203851982951164, -0.051117923110723495, -0.004159153904765844, -0.03447461500763893, 0.12934692203998566, -0.04677291586995125, 0.07483337819576263, -0.07325637340545654, 0.02512442320585251, -0.0070268623530864716, 0.02703622169792652, -0.07951328903436661, 0.08792665600776672, -0.08624276518821716, 0.11963705718517303, -0.1099444106221199, -0.03385375067591667, -0.16666358709335327, -0.028945915400981903, -0.024774443358182907, -0.03270089626312256, 0.039384033530950546, 0.074691541492939, -0.20954105257987976, -0.024189967662096024, 0.07848474383354187, 0.012999040074646473, -0.035934142768383026, 0.08519013971090317, -0.03786977380514145, -0.032052427530288696, 0.06283409893512726, 0.1545611321926117, 0.040628451853990555, -0.04389486461877823, -0.1205553188920021, -0.049589842557907104, 0.05739166587591171, 0.1020684763789177, 0.14364048838615417, -0.07982543855905533, 0.08405007421970367, -0.003501382190734148, -0.02284139208495617, -0.011554211378097534, -0.04074818640947342, -0.046760983765125275, -0.014018031768500805, -0.06256361305713654, -0.0498046949505806, 0.003716131206601858, -0.08840113878250122, -0.043140560388565063, -0.0755305364727974, 0.019534818828105927, 0.08309684693813324, -0.031493574380874634, 0.034756630659103394, -0.053775232285261154, 0.0479867197573185, -0.09513607621192932, -0.0012255702167749405, -0.15813392400741577, -0.014770672656595707, 0.04593625292181969, -0.07873804867267609, 0.07367546856403351, -0.08344420790672302, 0.014138972386717796, 0.023221278563141823, -0.04076211899518967, 0.02091924287378788, 0.055593475699424744, 0.015445398166775703, -0.03278833627700806, -0.14618167281150818, -0.0678776279091835, -0.020518509671092033, 0.05095431208610535, -0.08212975412607193, -0.026572031900286674, 0.07033649832010269, 0.1493816375732422, 0.01004085037857294, -0.09778711199760437, 0.04059852659702301, -0.009809797629714012, -0.027390256524086, -0.04677005112171173, -0.03364253789186478, -0.03636030852794647, -0.0375620536506176, 0.051858268678188324, -0.1094052642583847, -0.09017246961593628, 0.06927487254142761, 0.1496562510728836, -0.04225417971611023, -0.015508171170949936, -0.057214584201574326, -0.03871208429336548, -0.020482229068875313, -0.11424864828586578, 0.004545303992927074, 0.06799726188182831, 0.03864576295018196, -0.08007393777370453, -0.05814685299992561, -0.019625307992100716, 0.003946799784898758, -0.03512820601463318, 0.1295551359653473, 0.049566108733415604, -0.1811833679676056, 0.0674804300069809, 0.024696022272109985, 0.024360088631510735, 0.13315626978874207, -0.018480755388736725, -0.1441354602575302, -0.06796194612979889, 0.04313211143016815, 0.05529739707708359, 0.06015769764780998, 0.07877959311008453, 0.08918248116970062, 0.05351657047867775, 0.00912833958864212, 0.047205593436956406, -0.004289810545742512, 0.041476182639598846, 0.010335230268537998, -0.06963654607534409, -0.01566750928759575, -0.03797958418726921, 0.03360013663768768, 0.09275296330451965, 0.045436080545186996, 0.0706918016076088, -0.031163595616817474, -0.055838584899902344, -0.09332667291164398, 0.1448148787021637, -0.08648043870925903, -0.08710683882236481, -0.12930363416671753, -0.13320687413215637, 0.010005364194512367, 0.007917018607258797, -0.005324713885784149, -0.011408626101911068, -0.06908871978521347, -0.11397810280323029, 0.05677919462323189, 0.06939353793859482, -0.06012386083602905, -0.06126507744193077, 0.03221004828810692, 0.08632005006074905, -0.0952947661280632, 0.02128715068101883, 0.02458125725388527, -0.003383675590157509, -0.033073194324970245, -0.02044324018061161, 0.12774834036827087, 0.06269581615924835, 0.026332441717386246, -0.02531677670776844, 0.02960045449435711, 0.2069750428199768, -0.06582131236791611, 0.07788152247667313, 0.03348454833030701, -0.036088526248931885, 0.05069946497678757, 0.17473268508911133, 0.023474834859371185, -0.015263279899954796, 0.025728434324264526, 0.06240643188357353, -0.04140448942780495, -0.22915974259376526, -0.09551706165075302, -0.04976876452565193, 0.015290716663002968, 0.08533134311437607, 0.027095800265669823, -0.07370182871818542, 0.019526395946741104, -0.10551086068153381, 0.018985314294695854, -0.001392667181789875, 0.048579540103673935, -0.04491054266691208, 0.02244926616549492, 0.08052511513233185, -0.020998124033212662, 0.019735459238290787, 0.10833771526813507, 0.03768451511859894, 0.13255852460861206, -0.08132633566856384, 0.21872982382774353, 0.03683270514011383, 0.049923889338970184, -0.007120245601981878, 0.07715241611003876, -0.03649694845080376, 0.0797429159283638, -0.004418015480041504, -0.06977125257253647, -0.013996055349707603, 0.038815222680568695, 0.13711416721343994, 0.004193080589175224, 0.01986951008439064, -0.07632904499769211, 0.06701013445854187, 0.13140326738357544, 0.04045852646231651, -0.1240014135837555, -0.025679055601358414, 0.07988496869802475, -0.03602299839258194, -0.06738738715648651, -0.03622753545641899, 0.17692014575004578, -0.06498130410909653, 0.00037611089646816254, -0.03642416000366211, 0.08769293129444122, -0.050597306340932846, -0.010939675383269787, 0.0393136590719223, 0.09913130849599838, -0.0335104763507843, 0.0796392410993576, -0.08969849348068237, 0.08069956302642822, 0.012812614440917969, 0.015471840277314186, -0.03602912649512291, 0.03736694157123566, -0.005023828707635403, -0.06454885751008987, 0.1116001158952713, 0.019228797405958176, -0.1049833595752716, -0.10260157287120819, -0.162438303232193, 0.019563231617212296, 0.10743705928325653, -0.09686928242444992, 0.12587644159793854, -0.007296666502952576, -0.041576582938432693, -0.018092520534992218, -0.017103513702750206, -0.0627153143286705, -0.18159493803977966, 0.059583406895399094, -0.08118113875389099, -0.014293424785137177, -0.0660279393196106, 0.002809213474392891, 0.03933675214648247, 0.13828037679195404, -0.15460868179798126, -0.08184699714183807, -0.10773052275180817, 0.0696532130241394, 0.2597881555557251, -0.07166702300310135, -0.005188200622797012, -0.01588437706232071, 0.1320383995771408, -0.01837126351892948, -0.054085083305835724, 0.02388862706720829, -0.022231295704841614, -0.18033485114574432, -0.0709100291132927, 0.15098975598812103, 0.010110652074217796, 0.08317834138870239, -0.03752654418349266, 0.08046889305114746, -0.04254426062107086, -0.07646097242832184, 0.019600940868258476, 0.0022914186120033264, 0.04723352938890457, 0.15227246284484863, -0.0376269668340683, -0.10540705919265747, -0.06351431459188461, -0.04376022890210152, 0.021672561764717102, 0.19405128061771393, -0.06397917866706848, 0.08221235871315002, 0.10984566807746887, -0.08167020231485367, -0.21208670735359192, -0.05613759160041809, 0.0679398626089096, -0.03042575530707836, 0.0004454045556485653, -0.14839664101600647, 0.06180774047970772, 0.07958480715751648, 0.007427029311656952, 0.0357135571539402, -0.15038099884986877, -0.11482889950275421, 0.009920261800289154, -0.026279518380761147, -0.2310914397239685, -0.17439955472946167, -0.12415852397680283, -0.07280467450618744, -0.12157125771045685, 0.1207660511136055, -0.016465885564684868, 0.06246842443943024, -0.007603601086884737, 0.02085425704717636, 0.046263884752988815, -0.04342985898256302, 0.12994959950447083, -0.0328378826379776, 0.0071739936247467995, -0.05988909676671028, -0.09486070275306702, 0.0037877149879932404, -0.030187956988811493, 0.08731506764888763, -0.12681183218955994, 0.04370516166090965, -0.05917356163263321, -0.018223192542791367, -0.06620147824287415, -0.013119792565703392, -0.05404604971408844, -0.03886009752750397, -0.11641310900449753, 0.0661582350730896, 0.09435407817363739, -0.0013920050114393234, 0.02909298986196518, -0.07904890179634094, -0.005024727433919907, 0.18874385952949524, 0.07391885668039322, 0.07540183514356613, -0.06264661252498627, 0.014902892522513866, -0.025102119892835617, 0.0001342007890343666, -0.18384087085723877, 0.04626638442277908, 0.10143770277500153, 0.004111359361559153, 0.12172955274581909, -0.01122010312974453, -0.16608484089374542, -0.021187027916312218, 0.07537107169628143, -0.07719117403030396, -0.16139055788516998, 0.04637009650468826, 0.06765250116586685, -0.22930243611335754, -0.09895773977041245, 0.061025671660900116, 0.0017489236779510975, -0.02278817817568779, -0.00017054658383131027, 0.12096620351076126, -0.02303244173526764, 0.17483356595039368, 0.10328608006238937, 0.04071667417883873, -0.08050809800624847, 0.0402437187731266, 0.13399600982666016, -0.03703776001930237, 0.006716356612741947, 0.13341115415096283, -0.019011296331882477, -0.02140956185758114, 0.06521067023277283, 0.0729825422167778, 0.02095235325396061, 0.017787817865610123, 0.01939571648836136, -0.09109263122081757, 0.09170450270175934, 0.0843469500541687, -0.008593270555138588, 0.050969451665878296, 0.017507145181298256, -0.02220504730939865, -0.0711672455072403, 0.18046897649765015, 0.012396909296512604, 0.07066944241523743, 0.05155768245458603, 0.042135752737522125, -0.08000941574573517, -0.009923628531396389, 0.011792920529842377, 0.051997143775224686, -0.05910096690058708, -0.031634554266929626, -0.20595422387123108, 0.05711202323436737, -0.058633774518966675, -0.03867105394601822, -0.012514842674136162, -0.015310302376747131, -0.020474743098020554, -0.0028127674013376236, -0.05345206707715988, -0.0891699492931366, -0.0688881203532219, 0.06998573988676071, -0.14667196571826935, -0.005553971976041794, 0.10108522325754166, -0.07878612726926804, 0.08659786731004715, -0.0156412273645401, 0.00351955508813262, -0.012965023517608643, -0.10684626549482346, -0.04563568904995918, -0.04504530504345894, 0.054046038538217545, 0.0217941552400589, -0.13895007967948914, -0.013854583725333214, 0.02391502633690834, -0.0281292162835598, 0.014308249577879906, 0.07870682328939438, -0.11230053007602692, 0.05819521099328995, -0.03564255312085152, 0.009657704271376133, -0.06107237935066223, 0.06970852613449097, 0.010164238512516022, 0.06597103178501129, 0.09321919083595276, -0.026900939643383026, 0.05235075578093529, -0.18732181191444397, -0.014305266551673412, 0.002705247374251485, -0.06458896398544312, -0.01618555374443531, 0.0477115698158741, 0.08053872734308243, -0.015029405243694782, 0.1904357522726059, -0.04981665313243866, -0.06275694817304611, 0.022688908502459526, 0.008044574409723282, 0.05371340364217758, 0.07882893830537796, 0.14350201189517975, -0.025824371725320816, -0.04619867727160454, -0.019534893333911896, -0.045278776437044144, -0.012666231021285057, 0.06997254490852356, 0.0934569239616394, 0.24445857107639313, 0.20814752578735352, -0.02683958224952221, 0.0530155673623085, -0.1227140873670578, 0.05051141232252121, 0.07096048444509506, 0.0027091028168797493, 0.042651478201150894, -0.030289679765701294, 0.10432825237512589, 0.02453865483403206, -0.22105813026428223, 0.08790215849876404, -0.08300302922725677, -0.06958398967981339, -0.016245055943727493, -0.03848852962255478, -0.0804014652967453, 0.0033440347760915756, -0.02676228992640972, -0.14062589406967163, 0.08047273755073547, 0.06968775391578674, -0.02578425593674183, 0.028273899108171463, 0.05492575839161873, -0.08279182016849518, -0.03373347222805023, 0.00047629931941628456, 0.019075270742177963, -0.031032096594572067, 0.1012117937207222, 0.008587364107370377, 0.07349251210689545, 0.03152921795845032, 0.11904112249612808, 0.05654909461736679, 0.04064178466796875, 0.036790963262319565, -0.06769101321697235, -0.08516423404216766, 0.026830529794096947, -0.0446440614759922, -0.01638973504304886, 0.1789069026708603, 0.02965582348406315, 0.017734603956341743, -0.003374950960278511, 0.15004324913024902, -0.01995013654232025, -0.1076125055551529, -0.15893229842185974, 0.014139074832201004, -0.030943619087338448, 0.012072691693902016, 0.005652130581438541, -0.12705488502979279, 0.008801554329693317, 0.11911041289567947, 0.159554123878479, -0.04842732101678848, -0.01230083592236042, 0.05015987530350685, 0.00841185636818409, -0.0050154030323028564, 0.05323456972837448, 0.06012479588389397, 0.14293301105499268, -0.03468375653028488, 0.07571769505739212, 0.012543486431241035, -0.02774987928569317, -0.04716135561466217, 0.1055479347705841, -0.021277131512761116, -0.008022350259125233, -0.06867887079715729, 0.04973263293504715, -0.02884371019899845, -0.2355356067419052, 0.013529887422919273, -0.14042742550373077, -0.12336234748363495, -0.033813100308179855, 0.030417243018746376, -0.00009487755596637726, 0.001212911680340767, 0.011403691954910755, 0.0050353724509477615, 0.07746775448322296, -0.009991813451051712, -0.06751580536365509, -0.02547510340809822, 0.05448036640882492, -0.08418193459510803, 0.19933217763900757, 0.037914473563432693, 0.05041883885860443, 0.10288950800895691, -0.03963736072182655, -0.15002064406871796, 0.07044128328561783, 0.09423062205314636, -0.0256680715829134, 0.07919444143772125, 0.21261745691299438, -0.03092963621020317, 0.15075057744979858, 0.05662485957145691, 0.03932594135403633, 0.014218014664947987, 0.018009327352046967, -0.022401900961995125, -0.11357127130031586, -0.004996621981263161, -0.1120452731847763, 0.08996383100748062, 0.17317017912864685, -0.06013612449169159, 0.04044010117650032, -0.039137519896030426, 0.032216113060712814, 0.00532107800245285, 0.2241055965423584, -0.014015259221196175, -0.12272731959819794, 0.004572823643684387, -0.002223394811153412, 0.12020006775856018, -0.2440587878227234, -0.02961818315088749, 0.0019377786666154861, -0.007013287395238876, -0.012013435363769531, 0.1613793969154358, 0.06587065756320953, 0.01644429937005043, -0.03776981309056282, -0.03648163378238678, 0.006401441991329193, 0.08692948520183563, -0.06519801914691925, -0.013748802244663239 ]
2394a2eda8dae34a30f68f0770775fd5c2e863bd
# Dataset Card for BIOSSES ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://tabilab.cmpe.boun.edu.tr/BIOSSES/DataSet.html - **Repository:** https://github.com/gizemsogancioglu/biosses - **Paper:** [BIOSSES: a semantic sentence similarity estimation system for the biomedical domain](https://academic.oup.com/bioinformatics/article/33/14/i49/3953954) - **Point of Contact:** [Gizem Soğancıoğlu](gizemsogancioglu@gmail.com) and [Arzucan Özgür](gizemsogancioglu@gmail.com) ### Dataset Summary BIOSSES is a benchmark dataset for biomedical sentence similarity estimation. The dataset comprises 100 sentence pairs, in which each sentence was selected from the [TAC (Text Analysis Conference) Biomedical Summarization Track Training Dataset](https://tac.nist.gov/2014/BiomedSumm/) containing articles from the biomedical domain. The sentence pairs in BIOSSES were selected from citing sentences, i.e. sentences that have a citation to a reference article. The sentence pairs were evaluated by five different human experts that judged their similarity and gave scores ranging from 0 (no relation) to 4 (equivalent). In the original paper the mean of the scores assigned by the five human annotators was taken as the gold standard. The Pearson correlation between the gold standard scores and the scores estimated by the models was used as the evaluation metric. The strength of correlation can be assessed by the general guideline proposed by Evans (1996) as follows: - very strong: 0.80–1.00 - strong: 0.60–0.79 - moderate: 0.40–0.59 - weak: 0.20–0.39 - very weak: 0.00–0.19 ### Supported Tasks and Leaderboards Biomedical Semantic Similarity Scoring. ### Languages English. ## Dataset Structure ### Data Instances For each instance, there are two sentences (i.e. sentence 1 and 2), and its corresponding similarity score (the mean of the scores assigned by the five human annotators). ``` {'sentence 1': 'Here, looking for agents that could specifically kill KRAS mutant cells, they found that knockdown of GATA2 was synthetically lethal with KRAS mutation' 'sentence 2': 'Not surprisingly, GATA2 knockdown in KRAS mutant cells resulted in a striking reduction of active GTP-bound RHO proteins, including the downstream ROCK kinase' 'score': 2.2} ``` ### Data Fields - `sentence 1`: string - `sentence 2`: string - `score`: float ranging from 0 (no relation) to 4 (equivalent) ### Data Splits No data splits provided. ## Dataset Creation ### Curation Rationale ### Source Data The [TAC (Text Analysis Conference) Biomedical Summarization Track Training Dataset](https://tac.nist.gov/2014/BiomedSumm/). #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process The sentence pairs were evaluated by five different human experts that judged their similarity and gave scores ranging from 0 (no relation) to 4 (equivalent). The score range was described based on the guidelines of SemEval 2012 Task 6 on STS (Agirre et al., 2012). Besides the annotation instructions, example sentences from the biomedical literature were provided to the annotators for each of the similarity degrees. The table below shows the Pearson correlation of the scores of each annotator with respect to the average scores of the remaining four annotators. It is observed that there is strong association among the scores of the annotators. The lowest correlations are 0.902, which can be considered as an upper bound for an algorithmic measure evaluated on this dataset. | |Correlation r | |----------:|--------------:| |Annotator A| 0.952| |Annotator B| 0.958| |Annotator C| 0.917| |Annotator D| 0.902| |Annotator E| 0.941| #### 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 - Gizem Soğancıoğlu, gizemsogancioglu@gmail.com - Hakime Öztürk, hakime.ozturk@boun.edu.tr - Arzucan Özgür, gizemsogancioglu@gmail.com Bogazici University, Istanbul, Turkey ### Licensing Information BIOSSES is made available under the terms of [The GNU Common Public License v.3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). ### Citation Information @article{souganciouglu2017biosses, title={BIOSSES: a semantic sentence similarity estimation system for the biomedical domain}, author={So{\u{g}}anc{\i}o{\u{g}}lu, Gizem and {\"O}zt{\"u}rk, Hakime and {\"O}zg{\"u}r, Arzucan}, journal={Bioinformatics}, volume={33}, number={14}, pages={i49--i58}, year={2017}, publisher={Oxford University Press} } ### Contributions Thanks to [@bwang482](https://github.com/bwang482) for adding this dataset.
biosses
[ "task_categories:text-classification", "task_ids:text-scoring", "task_ids:semantic-similarity-scoring", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:n<1K", "source_datasets:original", "language:en", "license:gpl-3.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["en"], "license": ["gpl-3.0"], "multilinguality": ["monolingual"], "size_categories": ["n<1K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["text-scoring", "semantic-similarity-scoring"], "paperswithcode_id": "biosses", "pretty_name": "BIOSSES", "dataset_info": {"features": [{"name": "sentence1", "dtype": "string"}, {"name": "sentence2", "dtype": "string"}, {"name": "score", "dtype": "float32"}], "splits": [{"name": "train", "num_bytes": 32775, "num_examples": 100}], "download_size": 23090, "dataset_size": 32775}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-10T10:20:02+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-text-scoring #task_ids-semantic-similarity-scoring #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-gpl-3.0 #region-us
Dataset Card for BIOSSES ======================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: URL * Paper: BIOSSES: a semantic sentence similarity estimation system for the biomedical domain * Point of Contact: Gizem Soğancıoğlu and Arzucan Özgür ### Dataset Summary BIOSSES is a benchmark dataset for biomedical sentence similarity estimation. The dataset comprises 100 sentence pairs, in which each sentence was selected from the TAC (Text Analysis Conference) Biomedical Summarization Track Training Dataset containing articles from the biomedical domain. The sentence pairs in BIOSSES were selected from citing sentences, i.e. sentences that have a citation to a reference article. The sentence pairs were evaluated by five different human experts that judged their similarity and gave scores ranging from 0 (no relation) to 4 (equivalent). In the original paper the mean of the scores assigned by the five human annotators was taken as the gold standard. The Pearson correlation between the gold standard scores and the scores estimated by the models was used as the evaluation metric. The strength of correlation can be assessed by the general guideline proposed by Evans (1996) as follows: * very strong: 0.80–1.00 * strong: 0.60–0.79 * moderate: 0.40–0.59 * weak: 0.20–0.39 * very weak: 0.00–0.19 ### Supported Tasks and Leaderboards Biomedical Semantic Similarity Scoring. ### Languages English. Dataset Structure ----------------- ### Data Instances For each instance, there are two sentences (i.e. sentence 1 and 2), and its corresponding similarity score (the mean of the scores assigned by the five human annotators). ### Data Fields * 'sentence 1': string * 'sentence 2': string * 'score': float ranging from 0 (no relation) to 4 (equivalent) ### Data Splits No data splits provided. Dataset Creation ---------------- ### Curation Rationale ### Source Data The TAC (Text Analysis Conference) Biomedical Summarization Track Training Dataset. #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process The sentence pairs were evaluated by five different human experts that judged their similarity and gave scores ranging from 0 (no relation) to 4 (equivalent). The score range was described based on the guidelines of SemEval 2012 Task 6 on STS (Agirre et al., 2012). Besides the annotation instructions, example sentences from the biomedical literature were provided to the annotators for each of the similarity degrees. The table below shows the Pearson correlation of the scores of each annotator with respect to the average scores of the remaining four annotators. It is observed that there is strong association among the scores of the annotators. The lowest correlations are 0.902, which can be considered as an upper bound for an algorithmic measure evaluated on this dataset. #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators * Gizem Soğancıoğlu, gizemsogancioglu@URL * Hakime Öztürk, URL@URL * Arzucan Özgür, gizemsogancioglu@URL Bogazici University, Istanbul, Turkey ### Licensing Information BIOSSES is made available under the terms of The GNU Common Public License v.3.0. @article{souganciouglu2017biosses, title={BIOSSES: a semantic sentence similarity estimation system for the biomedical domain}, author={So{\u{g}}anc{\i}o{\u{g}}lu, Gizem and {"O}zt{"u}rk, Hakime and {"O}zg{"u}r, Arzucan}, journal={Bioinformatics}, volume={33}, number={14}, pages={i49--i58}, year={2017}, publisher={Oxford University Press} } ### Contributions Thanks to @bwang482 for adding this dataset.
[ "### Dataset Summary\n\n\nBIOSSES is a benchmark dataset for biomedical sentence similarity estimation. The dataset comprises 100 sentence pairs, in which each sentence was selected from the TAC (Text Analysis Conference) Biomedical Summarization Track Training Dataset containing articles from the biomedical domain. The sentence pairs in BIOSSES were selected from citing sentences, i.e. sentences that have a citation to a reference article.\n\n\nThe sentence pairs were evaluated by five different human experts that judged their similarity and gave scores ranging from 0 (no relation) to 4 (equivalent). In the original paper the mean of the scores assigned by the five human annotators was taken as the gold standard. The Pearson correlation between the gold standard scores and the scores estimated by the models was used as the evaluation metric. The strength of correlation can be assessed by the general guideline proposed by Evans (1996) as follows:\n\n\n* very strong: 0.80–1.00\n* strong: 0.60–0.79\n* moderate: 0.40–0.59\n* weak: 0.20–0.39\n* very weak: 0.00–0.19", "### Supported Tasks and Leaderboards\n\n\nBiomedical Semantic Similarity Scoring.", "### Languages\n\n\nEnglish.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nFor each instance, there are two sentences (i.e. sentence 1 and 2), and its corresponding similarity score (the mean of the scores assigned by the five human annotators).", "### Data Fields\n\n\n* 'sentence 1': string\n* 'sentence 2': string\n* 'score': float ranging from 0 (no relation) to 4 (equivalent)", "### Data Splits\n\n\nNo data splits provided.\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data\n\n\nThe TAC (Text Analysis Conference) Biomedical Summarization Track Training Dataset.", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nThe sentence pairs were evaluated by five different human experts that judged their similarity and gave scores ranging from 0 (no relation) to 4 (equivalent). The score range was described based on the guidelines of SemEval 2012 Task 6 on STS (Agirre et al., 2012). Besides the annotation instructions, example sentences from the biomedical literature were provided to the annotators for each of the similarity degrees.\n\n\nThe table below shows the Pearson correlation of the scores of each annotator with respect to the average scores of the remaining four annotators. It is observed that there is strong association among the scores of the annotators. The lowest correlations are 0.902, which can be considered as an upper bound for an algorithmic measure evaluated on this dataset.", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\n* Gizem Soğancıoğlu, gizemsogancioglu@URL\n* Hakime Öztürk, URL@URL\n* Arzucan Özgür, gizemsogancioglu@URL\nBogazici University, Istanbul, Turkey", "### Licensing Information\n\n\nBIOSSES is made available under the terms of The GNU Common Public License v.3.0.\n\n\n@article{souganciouglu2017biosses,\ntitle={BIOSSES: a semantic sentence similarity estimation system for the biomedical domain},\nauthor={So{\\u{g}}anc{\\i}o{\\u{g}}lu, Gizem and {\"O}zt{\"u}rk, Hakime and {\"O}zg{\"u}r, Arzucan},\njournal={Bioinformatics},\nvolume={33},\nnumber={14},\npages={i49--i58},\nyear={2017},\npublisher={Oxford University Press}\n}", "### Contributions\n\n\nThanks to @bwang482 for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-text-scoring #task_ids-semantic-similarity-scoring #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-gpl-3.0 #region-us \n", "### Dataset Summary\n\n\nBIOSSES is a benchmark dataset for biomedical sentence similarity estimation. The dataset comprises 100 sentence pairs, in which each sentence was selected from the TAC (Text Analysis Conference) Biomedical Summarization Track Training Dataset containing articles from the biomedical domain. The sentence pairs in BIOSSES were selected from citing sentences, i.e. sentences that have a citation to a reference article.\n\n\nThe sentence pairs were evaluated by five different human experts that judged their similarity and gave scores ranging from 0 (no relation) to 4 (equivalent). In the original paper the mean of the scores assigned by the five human annotators was taken as the gold standard. The Pearson correlation between the gold standard scores and the scores estimated by the models was used as the evaluation metric. The strength of correlation can be assessed by the general guideline proposed by Evans (1996) as follows:\n\n\n* very strong: 0.80–1.00\n* strong: 0.60–0.79\n* moderate: 0.40–0.59\n* weak: 0.20–0.39\n* very weak: 0.00–0.19", "### Supported Tasks and Leaderboards\n\n\nBiomedical Semantic Similarity Scoring.", "### Languages\n\n\nEnglish.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nFor each instance, there are two sentences (i.e. sentence 1 and 2), and its corresponding similarity score (the mean of the scores assigned by the five human annotators).", "### Data Fields\n\n\n* 'sentence 1': string\n* 'sentence 2': string\n* 'score': float ranging from 0 (no relation) to 4 (equivalent)", "### Data Splits\n\n\nNo data splits provided.\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data\n\n\nThe TAC (Text Analysis Conference) Biomedical Summarization Track Training Dataset.", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nThe sentence pairs were evaluated by five different human experts that judged their similarity and gave scores ranging from 0 (no relation) to 4 (equivalent). The score range was described based on the guidelines of SemEval 2012 Task 6 on STS (Agirre et al., 2012). Besides the annotation instructions, example sentences from the biomedical literature were provided to the annotators for each of the similarity degrees.\n\n\nThe table below shows the Pearson correlation of the scores of each annotator with respect to the average scores of the remaining four annotators. It is observed that there is strong association among the scores of the annotators. The lowest correlations are 0.902, which can be considered as an upper bound for an algorithmic measure evaluated on this dataset.", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\n* Gizem Soğancıoğlu, gizemsogancioglu@URL\n* Hakime Öztürk, URL@URL\n* Arzucan Özgür, gizemsogancioglu@URL\nBogazici University, Istanbul, Turkey", "### Licensing Information\n\n\nBIOSSES is made available under the terms of The GNU Common Public License v.3.0.\n\n\n@article{souganciouglu2017biosses,\ntitle={BIOSSES: a semantic sentence similarity estimation system for the biomedical domain},\nauthor={So{\\u{g}}anc{\\i}o{\\u{g}}lu, Gizem and {\"O}zt{\"u}rk, Hakime and {\"O}zg{\"u}r, Arzucan},\njournal={Bioinformatics},\nvolume={33},\nnumber={14},\npages={i49--i58},\nyear={2017},\npublisher={Oxford University Press}\n}", "### Contributions\n\n\nThanks to @bwang482 for adding this dataset." ]
[ 101, 263, 20, 13, 49, 44, 17, 7, 24, 10, 10, 5, 191, 9, 18, 7, 8, 14, 52, 163, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-text-scoring #task_ids-semantic-similarity-scoring #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-gpl-3.0 #region-us \n### Dataset Summary\n\n\nBIOSSES is a benchmark dataset for biomedical sentence similarity estimation. The dataset comprises 100 sentence pairs, in which each sentence was selected from the TAC (Text Analysis Conference) Biomedical Summarization Track Training Dataset containing articles from the biomedical domain. The sentence pairs in BIOSSES were selected from citing sentences, i.e. sentences that have a citation to a reference article.\n\n\nThe sentence pairs were evaluated by five different human experts that judged their similarity and gave scores ranging from 0 (no relation) to 4 (equivalent). In the original paper the mean of the scores assigned by the five human annotators was taken as the gold standard. The Pearson correlation between the gold standard scores and the scores estimated by the models was used as the evaluation metric. The strength of correlation can be assessed by the general guideline proposed by Evans (1996) as follows:\n\n\n* very strong: 0.80–1.00\n* strong: 0.60–0.79\n* moderate: 0.40–0.59\n* weak: 0.20–0.39\n* very weak: 0.00–0.19### Supported Tasks and Leaderboards\n\n\nBiomedical Semantic Similarity Scoring.### Languages\n\n\nEnglish.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nFor each instance, there are two sentences (i.e. sentence 1 and 2), and its corresponding similarity score (the mean of the scores assigned by the five human annotators).### Data Fields\n\n\n* 'sentence 1': string\n* 'sentence 2': string\n* 'score': float ranging from 0 (no relation) to 4 (equivalent)### Data Splits\n\n\nNo data splits provided.\n\n\nDataset Creation\n----------------", "passage: ### Curation Rationale### Source Data\n\n\nThe TAC (Text Analysis Conference) Biomedical Summarization Track Training Dataset.#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process\n\n\nThe sentence pairs were evaluated by five different human experts that judged their similarity and gave scores ranging from 0 (no relation) to 4 (equivalent). The score range was described based on the guidelines of SemEval 2012 Task 6 on STS (Agirre et al., 2012). Besides the annotation instructions, example sentences from the biomedical literature were provided to the annotators for each of the similarity degrees.\n\n\nThe table below shows the Pearson correlation of the scores of each annotator with respect to the average scores of the remaining four annotators. It is observed that there is strong association among the scores of the annotators. The lowest correlations are 0.902, which can be considered as an upper bound for an algorithmic measure evaluated on this dataset.#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators\n\n\n* Gizem Soğancıoğlu, gizemsogancioglu@URL\n* Hakime Öztürk, URL@URL\n* Arzucan Özgür, gizemsogancioglu@URL\nBogazici University, Istanbul, Turkey" ]
[ -0.040105000138282776, 0.10344953835010529, -0.005128560587763786, -0.012005756609141827, 0.04089280590415001, 0.02701953984797001, 0.10242904722690582, 0.10134044289588928, 0.05410420894622803, 0.14761625230312347, -0.06110459193587303, -0.018719453364610672, 0.1341298222541809, -0.004698656499385834, -0.0010917778126895428, -0.15907637774944305, -0.004340163432061672, -0.024572333320975304, 0.008983618579804897, 0.07160824537277222, 0.08973751217126846, -0.044956862926483154, 0.039550814777612686, -0.011450909078121185, 0.015853971242904663, 0.017103997990489006, 0.0387825109064579, -0.026142077520489693, 0.08352146297693253, 0.03975387662649155, 0.046460241079330444, 0.056083858013153076, 0.024368207901716232, -0.23870399594306946, 0.00010671233758330345, 0.030247777700424194, 0.032794538885354996, 0.02743837982416153, 0.07044696062803268, -0.10115750879049301, 0.11955369263887405, -0.09055295586585999, 0.07660640776157379, 0.03172001242637634, -0.09122860431671143, -0.08833730220794678, -0.1311781406402588, -0.021518833935260773, 0.11692619323730469, 0.04210767149925232, -0.03395676612854004, 0.06028825789690018, -0.043732739984989166, 0.006453474517911673, 0.07178701460361481, -0.18772739171981812, -0.024421008303761482, 0.04846860468387604, -0.04070619121193886, 0.09757547825574875, -0.0939081460237503, 0.000123598612844944, 0.009203769266605377, 0.017976313829421997, 0.04267637059092522, -0.003431144170463085, 0.007936248555779457, 0.02230965904891491, -0.08854474127292633, -0.014515671879053116, 0.17091940343379974, -0.017024144530296326, -0.04952619597315788, -0.08542242646217346, 0.03556784987449646, 0.03883088007569313, 0.0003745199937839061, -0.09159606695175171, 0.0334620475769043, -0.003608071245253086, 0.0835268646478653, 0.04225127026438713, -0.11085592210292816, -0.023438647389411926, -0.09062164276838303, 0.06660447269678116, 0.02997114695608616, 0.017339883372187614, 0.01565462537109852, 0.05886246636509895, -0.033639952540397644, -0.0864214152097702, -0.03685174137353897, 0.009006600826978683, -0.13666267693042755, -0.052800051867961884, 0.008722549304366112, -0.07267050445079803, 0.07293115556240082, 0.0651119276881218, -0.04477686807513237, 0.02301105111837387, 0.010435421019792557, -0.0011017704382538795, 0.05234391987323761, 0.11454054713249207, -0.044496312737464905, -0.08343085646629333, 0.0012688394635915756, 0.04809879511594772, 0.03827129304409027, 0.0066735465079545975, 0.015548331663012505, 0.04665101319551468, 0.0352359376847744, 0.07269491255283356, -0.005201217718422413, -0.07258020341396332, -0.08161480724811554, -0.00034922128543257713, 0.02693386934697628, -0.09284109622240067, -0.017674947157502174, 0.026841238141059875, -0.00549892894923687, 0.05914667248725891, -0.009143000468611717, 0.010681205429136753, -0.04572179913520813, 0.10720010846853256, -0.03908958286046982, -0.005105969496071339, -0.004180829040706158, -0.056786760687828064, 0.05030946806073189, 0.020476775243878365, -0.05110493302345276, -0.040299978107213974, 0.01676570065319538, -0.10031238198280334, -0.0025728968903422356, -0.09084407240152359, 0.01713566482067108, 0.011802658438682556, -0.011427173390984535, -0.00013934285379946232, 0.016372021287679672, -0.07681074738502502, -0.042063623666763306, 0.02304372563958168, -0.054482150822877884, 0.034520018845796585, 0.040749549865722656, 0.001987963914871216, -0.12352650612592697, 0.025203298777341843, -0.12438713014125824, 0.057173363864421844, -0.10722684115171432, -0.04648508131504059, -0.09976935386657715, -0.019243542104959488, -0.05914602801203728, -0.050949692726135254, 0.04609013348817825, 0.13523033261299133, -0.23764187097549438, -0.06610386818647385, 0.045417316257953644, -0.09875030815601349, -0.12214714288711548, 0.11732311546802521, -0.020361145958304405, 0.03722663223743439, 0.09728184342384338, 0.2082485854625702, 0.04646502807736397, -0.04230533540248871, -0.13058006763458252, -0.11556161940097809, 0.036046214401721954, 0.2281828075647354, 0.09577736258506775, -0.09585189819335938, 0.06906286627054214, 0.013737723231315613, -0.011918626725673676, -0.04155431315302849, -0.029816724359989166, -0.03541748970746994, -0.01015456486493349, -0.038453951478004456, -0.022023338824510574, -0.0033226320520043373, -0.02668106183409691, -0.08203291893005371, -0.02837153896689415, -0.013155471533536911, 0.046033889055252075, -0.0481906458735466, 0.006684550084173679, -0.05654074251651764, 0.027098530903458595, -0.06593508273363113, -0.030042599886655807, -0.11213663220405579, -0.06830207258462906, 0.06664642691612244, -0.029539775103330612, 0.08063794672489166, -0.005098745226860046, 0.007232655771076679, 0.009647603146731853, -0.06506513804197311, 0.062338098883628845, -0.012553948909044266, 0.019679510965943336, -0.05690591409802437, -0.18974795937538147, 0.04727902263402939, -0.024049971252679825, 0.1347861886024475, -0.08065960556268692, -0.007359735202044249, 0.09343813359737396, 0.16497448086738586, 0.03228067606687546, -0.09118683636188507, 0.05136214941740036, 0.012071466073393822, -0.030464492738246918, -0.009089929983019829, -0.03861693665385246, -0.05018503963947296, -0.08994881808757782, 0.05400194227695465, -0.14436374604701996, -0.09093774110078812, 0.022568723186850548, 0.09192697703838348, -0.054474763572216034, -0.024151310324668884, -0.0621776320040226, -0.006645626854151487, -0.09182778000831604, -0.05146170035004616, 0.14361384510993958, 0.04459904879331589, 0.020592445507645607, -0.07049375772476196, -0.04877559840679169, -0.022139791399240494, -0.010328767821192741, -0.03232637792825699, 0.09888431429862976, 0.06788579374551773, -0.13418421149253845, 0.04556320607662201, 0.026333386078476906, 0.08609634637832642, 0.04547806829214096, -0.021600693464279175, -0.10543600469827652, -0.04839891940355301, -0.013678330928087234, 0.04095391929149628, 0.13777682185173035, -0.03824744001030922, 0.07719739526510239, 0.05650045722723007, 0.03990398347377777, 0.02236521616578102, -0.08121408522129059, 0.0654512569308281, 0.01906491443514824, -0.04902336746454239, -0.02483852580189705, 0.001669648103415966, 0.014401656575500965, 0.1337747722864151, -0.004678407683968544, 0.12717479467391968, -0.0852481871843338, -0.05978483706712723, -0.15168894827365875, 0.1455880105495453, -0.06066298484802246, -0.17438876628875732, -0.059454187750816345, 0.09658405929803848, -0.034447841346263885, -0.004486077465116978, 0.02986985072493553, -0.06134868413209915, -0.05668957531452179, -0.07205848395824432, 0.06411963701248169, 0.08169104158878326, -0.008943650871515274, -0.02314327284693718, 0.022448567673563957, -0.0021527870558202267, -0.08446601033210754, -0.0029665541369467974, -0.046419091522693634, 0.017054932191967964, -0.0013585507404059172, -0.03220696374773979, 0.08137571811676025, 0.16380414366722107, 0.022900447249412537, -0.056432273238897324, -0.062196068465709686, 0.21744006872177124, -0.11681292206048965, 0.1106661856174469, 0.07307519763708115, -0.04141625761985779, 0.02221047319471836, 0.1519870162010193, 0.02246910333633423, -0.06476064026355743, 0.01722804084420204, 0.07546567916870117, -0.027345353737473488, -0.2770114839076996, -0.06346238404512405, -0.056597750633955, -0.05006175860762596, -0.018204402178525925, 0.023137567564845085, -0.10414806008338928, 0.016476985067129135, -0.07295968383550644, -0.03480660542845726, 0.062009431421756744, 0.04748206213116646, 0.0817466676235199, 0.06116928160190582, 0.06988180428743362, -0.08232579380273819, -0.005617084912955761, 0.12842769920825958, 0.05458154156804085, 0.18756259977817535, 0.006936416029930115, 0.11257284134626389, 0.11661732196807861, 0.03169724717736244, -0.013443859294056892, -0.009009022265672684, -0.001078120432794094, 0.03805134445428848, -0.011091560125350952, -0.061767395585775375, -0.012066444382071495, 0.04842453449964523, -0.0017774372827261686, -0.037182651460170746, -0.017902260646224022, -0.04247855395078659, 0.10608641803264618, 0.05923156440258026, 0.07576200366020203, -0.01631566882133484, -0.09206198900938034, 0.08680614829063416, -0.05879506468772888, -0.023430000990629196, -0.002037421800196171, 0.10523810237646103, -0.07951033860445023, 0.10342209041118622, 0.001644158735871315, 0.07779763638973236, -0.06503842025995255, -0.021071327850222588, -0.03629571944475174, -0.040864359587430954, -0.029492376372218132, 0.07352464646100998, -0.11239029467105865, 0.11193278431892395, 0.030076872557401657, 0.06271679699420929, -0.09171979874372482, -0.006215687375515699, 0.03077770583331585, 0.06104987859725952, 0.057969674468040466, 0.033576350659132004, -0.11628548800945282, 0.022528640925884247, -0.08871249109506607, 0.04859735816717148, 0.0982973724603653, -0.11684149503707886, 0.12594357132911682, -0.010629651136696339, 0.03424713760614395, -0.04573894292116165, -0.07803890854120255, -0.10734307765960693, -0.16635556519031525, 0.12520036101341248, -0.05303465574979782, -0.04773332551121712, -0.018079878762364388, -0.06586825102567673, -0.07462411373853683, 0.13594409823417664, -0.15488988161087036, -0.07706137001514435, -0.12279234826564789, 0.018618974834680557, 0.17315490543842316, -0.0418190136551857, -0.032837823033332825, 0.014223799109458923, 0.12805435061454773, 0.0008897893130779266, -0.06846564263105392, -0.010172766633331776, -0.035821884870529175, -0.20170211791992188, -0.056337665766477585, 0.18878698348999023, 0.028744008392095566, 0.08661745488643646, 0.015880007296800613, 0.06989350914955139, 0.01765681803226471, -0.10478798300027847, 0.08729977905750275, 0.11118312180042267, 0.024663187563419342, 0.06940867006778717, -0.01862831600010395, -0.10375109314918518, -0.14670385420322418, -0.07728233188390732, 0.01971600577235222, 0.21202705800533295, -0.0643296018242836, 0.12456444650888443, 0.04587599262595177, -0.12404383718967438, -0.10584276914596558, 0.04815904051065445, 0.03458559513092041, 0.035639457404613495, 0.08476463705301285, -0.06527379155158997, 0.06558704376220703, 0.0639239102602005, -0.008088924922049046, -0.019625678658485413, -0.14729735255241394, -0.13456255197525024, -0.056829504668712616, 0.039484068751335144, -0.03334569185972214, -0.14098432660102844, -0.08781113475561142, -0.023628348484635353, -0.13884982466697693, 0.08044814318418503, -0.021221764385700226, 0.06219456344842911, -0.03948333114385605, -0.007306914776563644, 0.03694772720336914, -0.026256434619426727, 0.17110948264598846, 0.0008740406483411789, 0.03514948487281799, -0.0012823790311813354, 0.013753285631537437, 0.019792204722762108, 0.004895404912531376, 0.09979920089244843, 0.029433155432343483, 0.03378286957740784, -0.07853004336357117, -0.042545147240161896, -0.06911563873291016, -0.022580021992325783, -0.06207181140780449, -0.02197764627635479, -0.16127151250839233, 0.06134062632918358, 0.10249676555395126, -0.025502773001790047, -0.0478116050362587, -0.09786909818649292, 0.07623033970594406, -0.01109662838280201, 0.18358319997787476, 0.023930564522743225, -0.043535612523555756, 0.06511411815881729, -0.032873235642910004, -0.04205211251974106, -0.1581842452287674, 0.05735520273447037, 0.17050546407699585, 0.001506936619989574, 0.10741138458251953, -0.0032597053796052933, -0.14044922590255737, 0.011923068203032017, 0.079993337392807, -0.0853644609451294, -0.1870173215866089, -0.004294842015951872, 0.012495884671807289, -0.13917824625968933, -0.003856839844956994, 0.11427954584360123, -0.013536784797906876, -0.037369050085544586, -0.012916849926114082, 0.08085591346025467, 0.0018320700619369745, 0.1260325014591217, 0.010690046474337578, 0.027255546301603317, -0.03973642736673355, 0.11567173898220062, 0.0984235405921936, -0.1469557285308838, 0.026807237416505814, 0.055168572813272476, -0.08342032134532928, 0.005657647270709276, -0.003116833046078682, 0.11344181001186371, -0.00029434822499752045, -0.032927848398685455, -0.10608900338411331, -0.14808158576488495, 0.0005838560173287988, 0.1925678849220276, 0.009400035254657269, 0.04861237853765488, 0.007238621823489666, -0.051040105521678925, -0.08622002601623535, 0.11242043226957321, 0.05497806891798973, 0.04217955470085144, 0.007621577009558678, 0.04438252002000809, -0.02216993272304535, -0.03870345652103424, -0.018968883901834488, 0.022398831322789192, -0.08330567926168442, -0.04061266779899597, -0.08627265691757202, 0.006839122623205185, -0.05696143954992294, -0.03152455389499664, 0.025406604632735252, -0.0985611081123352, -0.06294536590576172, 0.0150469234213233, -0.050808437168598175, -0.0017383089289069176, -0.05005096271634102, 0.091451495885849, -0.10283135622739792, -0.005832022521644831, 0.11520972847938538, -0.07986357808113098, 0.11032835394144058, -0.011200291104614735, -0.022762957960367203, 0.01486632227897644, -0.113279327750206, 0.028778500854969025, -0.009388934820890427, 0.07392647862434387, 0.00725945271551609, -0.22517706453800201, -0.005162440240383148, 0.024667996913194656, -0.03327047824859619, 0.06645703315734863, 0.06397277116775513, -0.009176835417747498, -0.057088520377874374, -0.05230405926704407, -0.022462237626314163, -0.03850574418902397, -0.005755034275352955, 0.059786729514598846, 0.027784546837210655, 0.10181926190853119, -0.03205789998173714, 0.054563969373703, -0.18038921058177948, -0.029934260994195938, -0.013908527791500092, -0.0074388328939676285, -0.05712222307920456, -0.028776701539754868, 0.08078885078430176, 0.031417082995176315, 0.19002652168273926, -0.0634305477142334, 0.05094309151172638, 0.05227777361869812, 0.01534790825098753, 0.07487273961305618, 0.030072089284658432, 0.025944555178284645, 0.0010973247699439526, -0.07401493191719055, -0.03672510012984276, -0.050762780010700226, -0.06479381024837494, -0.11018060892820358, 0.12979815900325775, 0.11893242597579956, 0.1118873655796051, -0.011806128546595573, -0.016582973301410675, -0.08197624236345291, -0.01525652315467596, -0.023531418293714523, -0.007070888765156269, -0.031482260674238205, 0.01220815721899271, 0.07772223651409149, 0.16525089740753174, -0.18834081292152405, 0.11844790726900101, -0.10744363069534302, -0.09177291393280029, -0.05808276683092117, -0.059573493897914886, -0.04921162873506546, -0.05681965872645378, -0.017704665660858154, -0.13164964318275452, 0.059845902025699615, 0.08957213908433914, 0.032148659229278564, -0.0034088753163814545, 0.09949038177728653, -0.12155602872371674, -0.0346912257373333, 0.04711593687534332, 0.026911288499832153, 0.022885113954544067, 0.02050679177045822, 0.060633204877376556, 0.021102964878082275, 0.034192584455013275, 0.06852540373802185, 0.06716620922088623, 0.04487967863678932, -0.04479239881038666, -0.0207549799233675, -0.06327188014984131, 0.06892305612564087, -0.06403018534183502, 0.04436005651950836, 0.19016200304031372, 0.053235024213790894, 0.017831768840551376, 0.021575886756181717, 0.2236359864473343, -0.033792734146118164, -0.046430282294750214, -0.16169840097427368, 0.040265604853630066, 0.01378026232123375, -0.013693823479115963, 0.022822489961981773, -0.12690414488315582, 0.06424280256032944, 0.17736759781837463, -0.017724134027957916, 0.009797333739697933, -0.011612878181040287, -0.022000031545758247, 0.023400336503982544, 0.031784944236278534, 0.00747230090200901, 0.01672930270433426, 0.17096208035945892, -0.07268574088811874, 0.003980908542871475, -0.050559546798467636, 0.02489268034696579, -0.008359460160136223, 0.17548313736915588, -0.013078142888844013, -0.02091546356678009, -0.0757179781794548, 0.12086093425750732, 0.017804037779569626, -0.22276529669761658, 0.027765387669205666, -0.18519312143325806, -0.12743258476257324, -0.010208928026258945, 0.027902143076062202, -0.07413166761398315, -0.024670060724020004, 0.051767002791166306, 0.00987300742417574, 0.11044596135616302, 0.07282951474189758, -0.038973040878772736, 0.0018521291203796864, 0.06475972384214401, -0.02068774774670601, 0.13468356430530548, 0.03267816826701164, 0.12381038069725037, 0.09300023317337036, 0.02082923799753189, -0.07537445425987244, 0.08000549674034119, 0.03818587213754654, -0.0016583632677793503, 0.033976584672927856, 0.15020862221717834, 0.03554908186197281, 0.08132997155189514, 0.10615359246730804, -0.0001379121094942093, 0.031502965837717056, -0.00034911464899778366, -0.0706939846277237, -0.06786958873271942, 0.07465682178735733, -0.1038920134305954, 0.11126748472452164, 0.10847383737564087, -0.04059575870633125, 0.07097150385379791, -0.01255498081445694, 0.05668463557958603, 0.01947014406323433, 0.1688094139099121, 0.041115712374448776, -0.20536194741725922, 0.06486820429563522, 0.03354862332344055, 0.02211269922554493, -0.1757166087627411, -0.06075568497180939, 0.05478504300117493, -0.030040908604860306, -0.008754285983741283, 0.14519697427749634, 0.023926623165607452, 0.0007975156186148524, -0.07149501889944077, -0.20131778717041016, 0.03834506869316101, 0.11380477249622345, -0.08606597781181335, -0.020155951380729675 ]
37e47767e1b557bdc6ffbb37115d7784f8694f22
# Dataset Card for British Library Books ## Table of Contents - [Dataset Card for British Library Books](#dataset-card-for-British-Library-Books) - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Language model training](#language-model-training) - [Supervised tasks](#supervised-tasks) - [Languages](#languages) - [Language change](#language-change) - [Optical Character Recognition](#optical-character-recognition) - [OCR word confidence](#ocr-word-confidence) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization) - [Date normalization](#date-normalization) - [Metadata included](#metadata-included) - [Who are the source language producers?](#who-are-the-source-language-producers) - [Annotations](#annotations) - [Annotation process](#annotation-process) - [Who are the annotators?](#who-are-the-annotators) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Colonialism](#colonialism) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://www.bl.uk/collection-guides/digitised-printed-books - **Repository:** https://doi.org/10.21250/db14 - **Paper:** - **Leaderboard:** - **Point of Contact:** labs@bl.uk ### Dataset Summary This dataset consists of books digitised by the British Library in partnership with Microsoft. The dataset includes ~25 million pages of out of copyright texts. The majority of the texts were published in the 18th and 19th Century, but the collection also consists of a smaller number of books from earlier periods. Items within this collection cover a wide range of subject areas, including geography, philosophy, history, poetry and literature and are published in various languages. While the books are predominately from the 18th and 19th Centuries, there are fewer books from earlier periods. The number of pages in the corpus by decade: | | page count | | ---- | ---------- | | 1510 | 94 | | 1520 | 32 | | 1540 | 184 | | 1550 | 16 | | 1580 | 276 | | 1590 | 540 | | 1600 | 1117 | | 1610 | 1132 | | 1620 | 1856 | | 1630 | 9274 | | 1640 | 4232 | | 1650 | 2944 | | 1660 | 5858 | | 1670 | 11415 | | 1680 | 8348 | | 1690 | 13756 | | 1700 | 10160 | | 1710 | 9556 | | 1720 | 10314 | | 1730 | 13282 | | 1740 | 10778 | | 1750 | 12001 | | 1760 | 21415 | | 1770 | 28490 | | 1780 | 32676 | | 1790 | 50014 | | 1800 | 307806 | | 1810 | 478008 | | 1820 | 589419 | | 1830 | 681212 | | 1840 | 1113473 | | 1850 | 1726108 | | 1860 | 1725407 | | 1870 | 2069089 | | 1880 | 2585159 | | 1890 | 3365031 | [More Information Needed] ### Supported Tasks and Leaderboards This collection has been previously used across various digital history and humanities projects since being published. The dataset consists of text and a range of metadata associated with this text. This metadata includes: - date of publication - place of publication - country of publication - language - OCR quality - physical description of the original physical item #### Language model training As a relatively large dataset, `blbooks` provides a source dataset for training language models. The presence of this metadata also offers interesting opportunities to use this dataset as a source for training language models based on: - specific time-periods - specific languages - certain OCR quality thresholds The above is not an exhaustive list but offer some suggestions of how the dataset can be used to explore topics such as the impact of OCR quality on language models, the ‘transferability’ of language models across time or the impact of training multilingual language models on historical languages. #### Supervised tasks Whilst this dataset does not have annotations for a specific NLP task, such as Named Entity Recognition, it does include a wide variety of metadata. This metadata has the potential to be used for training and/or evaluating a variety of supervised tasks predicting this metadata. ### Languages This dataset consists of books published in several languages. The breakdown of the languages included (at the page level) is: | Language | Pages | | --------------------- | -------- | | English | 10039463 | | French | 1442929 | | German | 1172793 | | Spanish | 286778 | | Italian | 214255 | | Dutch | 204759 | | Russian | 193347 | | Danish | 93366 | | Hungarian | 88094 | | Swedish | 76225 | | Polish | 58901 | | Greek, Modern (1453-) | 26104 | | Latin | 25611 | | Portuguese | 25410 | | Czech | 20160 | | Bulgarian | 7891 | | Finnish | 5677 | | Irish | 2743 | | Serbian | 1975 | | Romanian | 1544 | | Norwegian Nynorsk | 1398 | | Croatian | 1306 | | Norwegian | 1227 | | Icelandic | 902 | | Slovak | 840 | | Lithuanian | 714 | | Welsh | 580 | | Slovenian | 545 | | Indonesian | 418 | | Cornish | 223 | This breakdown was derived from the first language in the associated metadata field. Some books include multiple languages. Some of the languages codes for this data were also derived using computational methods. Therefore, the language fields in the dataset should be treated with some caution (discussed in more detail below). #### Language change The publication dates of books in the data cover a broad period of time (1500-1900). For languages in the dataset with broad temporal coverage, significant [language change](https://en.wikipedia.org/wiki/Language_change) might be found. The ability to study this change by taking reasonably large samples of languages covering different time periods is one of the opportunities offered by this dataset. The fact that the text in this dataset was produced via Optical Character Recognition (OCR) causes some challenges for this type of research (see below). #### Optical Character Recognition The digitised books in this collection were transformed into machine-readable text using Optical Character Recognition (OCR) software. The text produced via OCR software will usually include some errors. These errors include; mistakes at the character level; for example, an `i` is mistaken for an `l`, at the word level or across significant passages of text. The books in this dataset can pose some additional challenges for OCR software. OCR errors can stem from: - the quality of the original printing: printing technology was a developing technology during the time period covered by this corpus; some of the original book text will include misprints, blurred or faded ink that is hard to read - damage to the page: some of the books will have become damaged over time, this can obscure all or parts of the text on a page - poor quality scans: scanning books can be challenging; for example, if the book has tight bindings, it can be hard to capture text that has fallen into the [gutter](https://www.abaa.org/glossary/entry/gutter) of the book. - the language used in the books may differ from the languages OCR software is predominantly trained to recognise. ##### OCR word confidence Many OCR engines produce some form of confidence score alongside the predicted text. These confidence scores are usually at the character or word level. The word confidence score was given for each word in the original ALTO XML versions of the text in this dataset in this dataset. The OCR confidence scores should be treated with some scepticism. For historical text or in a lower resource language, for example, a low confidence score may be more likely for words not included in a modern dictionary but may be accurate transcriptions of the original text. With that said, the confidence scores do give some sense of the OCR quality. An example of text with a high (over 90% mean word confidence score): ``` 8 direction to the Conduit, round which is a wide open space, and a good broad pavement called the Parade. It commands a pleasant peep of the slopes and terrace throughout its entire length. The street continuing from the Conduit, in the same general direction, was known anciently as Lodborne Lane, and is now named South Street. From the Conduit two other streets, at right angles to these, are Long Street, leading Eastwards, and Half-Moon Street (formerly Lodborne), leading to Westbury, Trendle Street, and the Horsecastles Road. ``` An example of text with a score below 40%: ``` Hannover. Schrift und Druck von Fr. CultniTmn,', "LeMNs'utluirui.", 'ü 8u«llim» M^äalßwi 01de!lop 1<M.', 'p^dnalmw vom Xr^u/e, lpiti>»**Kmm lie« !»^2!M kleine lii!<! (,«>* ttünee!<»e^ v»n tndzt Lievclum, 1872, ``` The quality of OCR - as measured by mean OCR confidence for a page - across the dataset correlates with other features. A groupby of publication decade and mean word confidence: | decade | mean_wc_ocr | | ------ | ----------- | | 1510 | 0.499151 | | 1520 | 0.544818 | | 1540 | 0.511589 | | 1550 | 0.4505 | | 1580 | 0.321858 | | 1590 | 0.461282 | | 1600 | 0.467318 | | 1610 | 0.495895 | | 1620 | 0.501257 | | 1630 | 0.49766 | | 1640 | 0.512095 | | 1650 | 0.528534 | | 1660 | 0.521014 | | 1670 | 0.592575 | | 1680 | 0.583901 | | 1690 | 0.567202 | | 1700 | 0.575175 | | 1710 | 0.61436 | | 1720 | 0.627725 | | 1730 | 0.658534 | | 1740 | 0.64214 | | 1750 | 0.657357 | | 1760 | 0.6389 | | 1770 | 0.651883 | | 1780 | 0.632326 | | 1790 | 0.664279 | | 1800 | 0.682338 | | 1810 | 0.708915 | | 1820 | 0.730015 | | 1830 | 0.730973 | | 1840 | 0.713886 | | 1850 | 0.697106 | | 1860 | 0.696701 | | 1870 | 0.717233 | | 1880 | 0.733331 | | 1890 | 0.762364 | As might be expected, the earlier periods have lower mean word confidence scores. Again, all of this should be treated with some scepticism, especially as the size of the data grows over time. As with time, the mean word confidence of the OCR software varies across languages: | Language_1 | mean_wc_ocr | | --------------------- | ----------- | | Croatian | 0.755565 | | Welsh | 0.7528 | | Norwegian Nynorsk | 0.751648 | | Slovenian | 0.746007 | | French | 0.740772 | | Finnish | 0.738032 | | Czech | 0.737849 | | Hungarian | 0.736076 | | Dutch | 0.734977 | | Cornish | 0.733682 | | Danish | 0.733106 | | English | 0.733037 | | Irish | 0.732658 | | Portuguese | 0.727746 | | Spanish | 0.725111 | | Icelandic | 0.724427 | | Italian | 0.715839 | | Swedish | 0.715633 | | Polish | 0.715133 | | Lithuanian | 0.700003 | | Bulgarian | 0.694657 | | Romanian | 0.692957 | | Latin | 0.689022 | | Russian | 0.685847 | | Serbian | 0.674329 | | Slovak | 0.66739 | | Greek, Modern (1453-) | 0.632195 | | German | 0.631457 | | Indonesian | 0.6155 | | Norwegian | 0.597987 | Again, these numbers should be treated sceptically since some languages appear very infrequently. For example, the above table suggests the mean word confidence for Welsh is relatively high. However, there isn’t much Welsh in the dataset. Therefore, it is unlikely that this data will be particularly useful for training (historic) Welsh language models. [More Information Needed] ## Dataset Structure The dataset has a number of configurations relating to the different dates of publication in the underlying data: - `1500_1899`: this configuration covers all years - `1800_1899`: this configuration covers the years between 1800 and 1899 - `1700_1799`: this configuration covers the years between 1700 and 1799 - `1510_1699`: this configuration covers the years between 1510 and 1699 ### Configuration option All of the configurations have an optional keyword argument `skip_empty_pages` which is set to `True` by default. The underlying dataset includes some pages where there is no text. This could either be because the underlying book page didn't have any text or the OCR software failed to detect this text. For many uses of this dataset it doesn't make sense to include empty pages so these are skipped by default. However, for some uses you may prefer to retain a representation of the data that includes these empty pages. Passing `skip_empty_pages=False` when loading the dataset will enable this option. ### Data Instances An example data instance: ```python {'Country of publication 1': 'England', 'Language_1': 'English', 'Language_2': None, 'Language_3': None, 'Language_4': None, 'Physical description': None, 'Publisher': None, 'all Countries of publication': 'England', 'all names': 'Settle, Elkanah [person]', 'date': 1689, 'empty_pg': True, 'mean_wc_ocr': 0.0, 'multi_language': False, 'name': 'Settle, Elkanah', 'pg': 1, 'place': 'London', 'raw_date': '1689', 'record_id': '001876770', 'std_wc_ocr': 0.0, 'text': None, ‘title’: ‘The Female Prelate: being the history and the life and death of Pope Joan. A tragedy [in five acts and in verse] . Written by a Person of Quality [i.e. Elkanah Settle]’} ``` Each instance in the dataset represents a single page from an original digitised book. ### Data Fields Included in this dataset are: | Field | Data Type | Description | | ---------------------------- | --------- | ------------------------------------------------------------------------------------------------------------- | | record_id | string | British Library ID for the item | | date | int | parsed/normalised year for the item. i.e. 1850 | | raw_date | string | the original raw date for an item i.e. 1850- | | title | string | title of the book | | place | string | Place of publication, i.e. London | | empty_pg | bool | whether page contains text | | text | string | OCR generated text for a page | | pg | int | page in original book the instance refers to | | mean_wc_ocr | float | mean word confidence values for the page | | std_wc_ocr | float | standard deviation of the word confidence values for the page | | name | string | name associated with the item (usually author) | | all names | string | all names associated with a publication | | Publisher | string | publisher of the book | | Country of publication 1 | string | first country associated with publication | | all Countries of publication | string | all countries associated with a publication | | Physical description | string | physical description of the item (size). This requires some normalisation before use and isn’t always present | | Language_1 | string | first language associated with the book, this is usually present | | Language_2 | string | | | Language_3 | string | | | Language_4 | string | | | multi_language | bool | | Some of these fields are not populated a large proportion of the time. You can get some sense of this from this [Pandas Profiling](https://github.com/pandas-profiling/pandas-profiling) [report](https://davanstrien.github.io/BL-datasets-pandas-profile-reports/pandas_profile_report_MS_digitised_books_2021-01-09.html) The majority of these fields relate to metadata about the books. Most of these fields were created by staff working for the British Library. The notable exception is the “Languages” fields that have sometimes been determined using computational methods. This work is reported in more detail in [Automated Language Identification of Bibliographic Resources](https://doi.org/10.1080/01639374.2019.1700201). It is important to note that metadata is neither perfect nor static. The metadata associated with this book was generated based on export from the British Library catalogue in 2021. [More Information Needed] ### Data Splits This dataset contains a single split `train`. ## Dataset Creation **Note** this section is a work in progress. ### Curation Rationale The books in this collection were digitised as part of a project partnership between the British Library and Microsoft. [Mass digitisation](https://en.wikipedia.org/wiki/Category:Mass_digitization), i.e. projects intending to quickly digitise large volumes of materials shape the selection of materials to include in several ways. Some considerations which are often involved in the decision of whether to include items for digitisation include (but are not limited to): - copyright status - preservation needs - the size of an item, very large and very small items are often hard to digitise quickly These criteria can have knock-on effects on the makeup of a collection. For example, systematically excluding large books may result in some types of book content not being digitised. Large volumes are likely to be correlated to content to at least some extent, so excluding them from digitisation will mean that material is underrepresented. Similarly, copyright status is often (but not only) determined by publication date. This can often lead to a rapid fall in the number of items in a collection after a certain cut-off date. All of the above is largely to make clear that this collection was not curated to create a representative sample of the British Library’s holdings. Some material will be over-represented, and others under-represented. Similarly, the collection should not be considered a representative sample of what was published across the period covered by the dataset (nor that the relative proportions of the data for each time period represent a proportional sample of publications from that period). Finally, and this probably does not need stating, the language included in the text should not be considered representative of either written or spoken language(s) from that time period. [More Information Needed] ### Source Data The source data (physical items) includes a variety of resources (predominantly monographs) held by the [British Library](bl.uk/](https://bl.uk/). The British Library is a [Legal Deposit](https://www.bl.uk/legal-deposit/about-legal-deposit) library. “Legal deposit requires publishers to provide a copy of every work they publish in the UK to the British Library. It’s existed in English law since 1662.” [source](https://www.bl.uk/legal-deposit/about-legal-deposit). The source data for this version of the data is derived from the original ALTO XML files and a recent metadata export #TODO add links [More Information Needed] #### Initial Data Collection and Normalization This version of the dataset was created using the original ALTO XML files and, where a match was found, updating the metadata associated with that item with more recent metadata using an export from the British Library catalogue. The process of creating this new dataset is documented here #TODO add link. There are a few decisions made in the above processing steps worth highlighting in particular: ##### Date normalization The metadata around date of publication for an item is not always exact. It often is represented as a date range e.g. `1850-1860`. The `date` field above takes steps to normalise this date to a single integer value. In most cases, this is taking the mean of the values associated with the item. The `raw_date` field includes the unprocessed date string. ##### Metadata included The metadata associated with each item includes most of the fields available via the ALTO XML. However, the data doesn’t include some metadata fields from the metadata export file. The reason fields were excluded because they are frequently not populated. A cut off of 50% was chosen, i.e. values from the metadata which are missing above 50% of the time were not included. This is slightly arbitrary, but since the aim of this version of the data was to support computational research using the collection it was felt that these fields with frequent missing values would be less valuable. #### Who are the source language producers? [More Information Needed] ### Annotations This dataset does not include annotations as usually understood in the context of NLP. The data does include metadata associated with the books. #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data There a range of considerations around using the data. These include the representativeness of the dataset, the OCR quality and the language used. Depending on your use case, these may be more or less important. For example, the impact of OCR quality on downstream tasks will depend on the target task. It may also be possible to mitigate this negative impact from OCR through tokenizer choice, Language Model training objectives, oversampling high-quality OCR, etc. [More Information Needed] ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases The text in this collection is derived from historical text. As a result, the text will reflect this time period's social beliefs and attitudes. The books include both fiction and non-fiction books. Examples of book titles that appear in the data (these are randomly sampled from all titles): - ‘Rhymes and Dreams, Legends of Pendle Forest, and other poems’, - “Précis of Information concerning the Zulu Country, with a map. Prepared in the Intelligence Branch of the Quarter-Master-General’s Department, Horse Guards, War Office, etc”, - ‘The fan. A poem’, - ‘Grif; a story of Australian Life’, - ‘Calypso; a masque: in three acts, etc’, - ‘Tales Uncle told [With illustrative woodcuts.]’, - 'Questings', - 'Home Life on an Ostrich Farm. With ... illustrations’, - ‘Bulgarya i Bulgarowie’, - 'Εἰς τα βαθη της Ἀφρικης [In darkest Africa.] ... Μεταφρασις Γεωρ. Σ. Βουτσινα, etc', - ‘The Corsair, a tale’, ‘Poems ... With notes [With a portrait.]’, - ‘Report of the Librarian for the year 1898 (1899, 1901, 1909)’, - “The World of Thought. A novel. By the author of ‘Before I began to speak.’”, - 'Amleto; tragedia ... recata in versi italiani da M. Leoni, etc'] While using titles alone is insufficient to integrate bias in this collection, it gives some insight into the topics covered by books. Further, the tiles highlight some particular types of bias we might find in the collection. This should in no way be considered an exhaustive list. #### Colonialism Even in the above random sample of titles examples of colonial attitudes, we can see examples of titles. We can try and interrogate this further by searching for the name of places that were part of the British Empire when many of these books were published. Searching for the string `India` in the titles and randomly sampling 10 titles returns: - “Travels in India in the Seventeenth Century: by Sir Thomas Roe and Dr. John Fryer. Reprinted from the ‘Calcutta Weekly Englishman.’”, - ‘A Winter in India and Malaysia among the Methodist Missions’, - “The Tourist’s Guide to all the principal stations on the railways of Northern India [By W. W.] ... Fifth edition”, - ‘Records of Sport and Military Life in Western India ... With an introduction by ... G. B. Malleson’, - "Lakhmi, the Rájpút's Bride. A tale of Gujarát in Western India [A poem.]”, - ‘The West India Commonplace Book: compiled from parliamentary and official documents; shewing the interest of Great Britain in its Sugar Colonies’, - “From Tonkin to India : by the sources of the Irawadi, January’ 95-January ’96”, - ‘Case of the Ameers of Sinde : speeches of Mr. John Sullivan, and Captain William Eastwick, at a special court held at the India House, ... 26th January, 1844’, - ‘The Andaman Islands; their colonisation, etc. A correspondence addressed to the India Office’, - ‘Ancient India as described by Ptolemy; being a translation of the chapters which describe India and Eastern Asia in the treatise on Geography written by Klaudios Ptolemaios ... with introduction, commentary, map of India according to Ptolemy, and ... index, by J. W. McCrindle’] Searching form the string `Africa` in the titles and randomly sampling 10 titles returns: - ['De Benguella ás Terras de Iácca. Descripção de uma viagem na Africa Central e Occidental ... Expedição organisada nos annos de 1877-1880. Edição illustrada', - ‘To the New Geographical Society of Edinburgh [An address on Africa by H. M. Stanley.]’, - ‘Diamonds and Gold in South Africa ... With maps, etc’, - ‘Missionary Travels and Researches in South Africa ... With notes by F. S. Arnot. With map and illustrations. New edition’, - ‘A Narrative of a Visit to the Mauritius and South Africa ... Illustrated by two maps, sixteen etchings and twenty-eight wood-cuts’, - ‘Side Lights on South Africa ... With a map, etc’, - ‘My Second Journey through Equatorial Africa ... in ... 1886 and 1887 ... Translated ... by M. J. A. Bergmann. With a map ... and ... illustrations, etc’, - ‘Missionary Travels and Researches in South Africa ... With portrait and fullpage illustrations’, - ‘[African sketches.] Narrative of a residence in South Africa ... A new edition. To which is prefixed a biographical sketch of the author by J. Conder’, - ‘Lake Ngami; or, Explorations and discoveries during four years wandering in the wilds of South Western Africa ... With a map, and numerous illustrations, etc’] [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information The books are licensed under the [CC Public Domain Mark 1.0](https://creativecommons.org/publicdomain/mark/1.0/) license. ### Citation Information ```bibtext @misc{bBritishLibraryBooks2021, author = {British Library Labs}, title = {Digitised Books. c. 1510 - c. 1900. JSONL (OCR derived text + metadata)}, year = {2021}, publisher = {British Library}, howpublished={https://doi.org/10.23636/r7w6-zy15} ``` ### Contributions Thanks to [@davanstrien](https://github.com/davanstrien) for adding this dataset.
TheBritishLibrary/blbooks
[ "task_categories:text-generation", "task_categories:fill-mask", "task_categories:other", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:no-annotation", "language_creators:machine-generated", "multilinguality:multilingual", "size_categories:100K<n<1M", "source_datasets:original", "language:de", "language:en", "language:es", "language:fr", "language:it", "language:nl", "license:cc0-1.0", "digital-humanities-research", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["machine-generated"], "language": ["de", "en", "es", "fr", "it", "nl"], "license": ["cc0-1.0"], "multilinguality": ["multilingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask", "other"], "task_ids": ["language-modeling", "masked-language-modeling"], "pretty_name": "British Library Books", "tags": ["digital-humanities-research"], "dataset_info": [{"config_name": "all", "features": [{"name": "record_id", "dtype": "string"}, {"name": "date", "dtype": "int32"}, {"name": "raw_date", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "place", "dtype": "string"}, {"name": "empty_pg", "dtype": "bool"}, {"name": "text", "dtype": "string"}, {"name": "pg", "dtype": "int32"}, {"name": "mean_wc_ocr", "dtype": "float32"}, {"name": "std_wc_ocr", "dtype": "float64"}, {"name": "name", "dtype": "string"}, {"name": "all_names", "dtype": "string"}, {"name": "Publisher", "dtype": "string"}, {"name": "Country of publication 1", "dtype": "string"}, {"name": "all Countries of publication", "dtype": "string"}, {"name": "Physical description", "dtype": "string"}, {"name": "Language_1", "dtype": "string"}, {"name": "Language_2", "dtype": "string"}, {"name": "Language_3", "dtype": "string"}, {"name": "Language_4", "dtype": "string"}, {"name": "multi_language", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 30394267732, "num_examples": 14011953}], "download_size": 10486035662, "dataset_size": 30394267732}, {"config_name": "1800s", "features": [{"name": "record_id", "dtype": "string"}, {"name": "date", "dtype": "int32"}, {"name": "raw_date", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "place", "dtype": "string"}, {"name": "empty_pg", "dtype": "bool"}, {"name": "text", "dtype": "string"}, {"name": "pg", "dtype": "int32"}, {"name": "mean_wc_ocr", "dtype": "float32"}, {"name": "std_wc_ocr", "dtype": "float64"}, {"name": "name", "dtype": "string"}, {"name": "all_names", "dtype": "string"}, {"name": "Publisher", "dtype": "string"}, {"name": "Country of publication 1", "dtype": "string"}, {"name": "all Countries of publication", "dtype": "string"}, {"name": "Physical description", "dtype": "string"}, {"name": "Language_1", "dtype": "string"}, {"name": "Language_2", "dtype": "string"}, {"name": "Language_3", "dtype": "string"}, {"name": "Language_4", "dtype": "string"}, {"name": "multi_language", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 30020434670, "num_examples": 13781747}], "download_size": 10348577602, "dataset_size": 30020434670}, {"config_name": "1700s", "features": [{"name": "record_id", "dtype": "string"}, {"name": "date", "dtype": "int32"}, {"name": "raw_date", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "place", "dtype": "string"}, {"name": "empty_pg", "dtype": "bool"}, {"name": "text", "dtype": "string"}, {"name": "pg", "dtype": "int32"}, {"name": "mean_wc_ocr", "dtype": "float32"}, {"name": "std_wc_ocr", "dtype": "float64"}, {"name": "name", "dtype": "string"}, {"name": "all_names", "dtype": "string"}, {"name": "Publisher", "dtype": "string"}, {"name": "Country of publication 1", "dtype": "string"}, {"name": "all Countries of publication", "dtype": "string"}, {"name": "Physical description", "dtype": "string"}, {"name": "Language_1", "dtype": "string"}, {"name": "Language_2", "dtype": "string"}, {"name": "Language_3", "dtype": "string"}, {"name": "Language_4", "dtype": "string"}, {"name": "multi_language", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 266382657, "num_examples": 178224}], "download_size": 95137895, "dataset_size": 266382657}, {"config_name": "1510_1699", "features": [{"name": "record_id", "dtype": "string"}, {"name": "date", "dtype": "timestamp[s]"}, {"name": "raw_date", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "place", "dtype": "string"}, {"name": "empty_pg", "dtype": "bool"}, {"name": "text", "dtype": "string"}, {"name": "pg", "dtype": "int32"}, {"name": "mean_wc_ocr", "dtype": "float32"}, {"name": "std_wc_ocr", "dtype": "float64"}, {"name": "name", "dtype": "string"}, {"name": "all_names", "dtype": "string"}, {"name": "Publisher", "dtype": "string"}, {"name": "Country of publication 1", "dtype": "string"}, {"name": "all Countries of publication", "dtype": "string"}, {"name": "Physical description", "dtype": "string"}, {"name": "Language_1", "dtype": "string"}, {"name": "Language_2", "dtype": "string"}, {"name": "Language_3", "dtype": "string"}, {"name": "Language_4", "dtype": "string"}, {"name": "multi_language", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 107667469, "num_examples": 51982}], "download_size": 42320165, "dataset_size": 107667469}, {"config_name": "1500_1899", "features": [{"name": "record_id", "dtype": "string"}, {"name": "date", "dtype": "timestamp[s]"}, {"name": "raw_date", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "place", "dtype": "string"}, {"name": "empty_pg", "dtype": "bool"}, {"name": "text", "dtype": "string"}, {"name": "pg", "dtype": "int32"}, {"name": "mean_wc_ocr", "dtype": "float32"}, {"name": "std_wc_ocr", "dtype": "float64"}, {"name": "name", "dtype": "string"}, {"name": "all_names", "dtype": "string"}, {"name": "Publisher", "dtype": "string"}, {"name": "Country of publication 1", "dtype": "string"}, {"name": "all Countries of publication", "dtype": "string"}, {"name": "Physical description", "dtype": "string"}, {"name": "Language_1", "dtype": "string"}, {"name": "Language_2", "dtype": "string"}, {"name": "Language_3", "dtype": "string"}, {"name": "Language_4", "dtype": "string"}, {"name": "multi_language", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 30452067039, "num_examples": 14011953}], "download_size": 10486035662, "dataset_size": 30452067039}, {"config_name": "1800_1899", "features": [{"name": "record_id", "dtype": "string"}, {"name": "date", "dtype": "timestamp[s]"}, {"name": "raw_date", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "place", "dtype": "string"}, {"name": "empty_pg", "dtype": "bool"}, {"name": "text", "dtype": "string"}, {"name": "pg", "dtype": "int32"}, {"name": "mean_wc_ocr", "dtype": "float32"}, {"name": "std_wc_ocr", "dtype": "float64"}, {"name": "name", "dtype": "string"}, {"name": "all_names", "dtype": "string"}, {"name": "Publisher", "dtype": "string"}, {"name": "Country of publication 1", "dtype": "string"}, {"name": "all Countries of publication", "dtype": "string"}, {"name": "Physical description", "dtype": "string"}, {"name": "Language_1", "dtype": "string"}, {"name": "Language_2", "dtype": "string"}, {"name": "Language_3", "dtype": "string"}, {"name": "Language_4", "dtype": "string"}, {"name": "multi_language", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 30077284377, "num_examples": 13781747}], "download_size": 10348577602, "dataset_size": 30077284377}, {"config_name": "1700_1799", "features": [{"name": "record_id", "dtype": "string"}, {"name": "date", "dtype": "timestamp[s]"}, {"name": "raw_date", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "place", "dtype": "string"}, {"name": "empty_pg", "dtype": "bool"}, {"name": "text", "dtype": "string"}, {"name": "pg", "dtype": "int32"}, {"name": "mean_wc_ocr", "dtype": "float32"}, {"name": "std_wc_ocr", "dtype": "float64"}, {"name": "name", "dtype": "string"}, {"name": "all_names", "dtype": "string"}, {"name": "Publisher", "dtype": "string"}, {"name": "Country of publication 1", "dtype": "string"}, {"name": "all Countries of publication", "dtype": "string"}, {"name": "Physical description", "dtype": "string"}, {"name": "Language_1", "dtype": "string"}, {"name": "Language_2", "dtype": "string"}, {"name": "Language_3", "dtype": "string"}, {"name": "Language_4", "dtype": "string"}, {"name": "multi_language", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 267117831, "num_examples": 178224}], "download_size": 95137895, "dataset_size": 267117831}]}
2022-11-03T16:31:29+00:00
[]
[ "de", "en", "es", "fr", "it", "nl" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_categories-other #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-machine-generated #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-German #language-English #language-Spanish #language-French #language-Italian #language-Dutch #license-cc0-1.0 #digital-humanities-research #region-us
Dataset Card for British Library Books ====================================== Table of Contents ----------------- * Dataset Card for British Library Books + Table of Contents + Dataset Description - Dataset Summary - Supported Tasks and Leaderboards * Language model training * Supervised tasks - Languages * Language change * Optical Character Recognition + OCR word confidence + Dataset Structure - Data Instances - Data Fields - Data Splits + Dataset Creation - Curation Rationale - Source Data * Initial Data Collection and Normalization + Date normalization + Metadata included * Who are the source language producers? - Annotations * Annotation process * Who are the annotators? - Personal and Sensitive Information + Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases * Colonialism - Other Known Limitations + Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions Dataset Description ------------------- * Homepage: URL * Repository: URL * Paper: * Leaderboard: * Point of Contact: labs@URL ### Dataset Summary This dataset consists of books digitised by the British Library in partnership with Microsoft. The dataset includes ~25 million pages of out of copyright texts. The majority of the texts were published in the 18th and 19th Century, but the collection also consists of a smaller number of books from earlier periods. Items within this collection cover a wide range of subject areas, including geography, philosophy, history, poetry and literature and are published in various languages. While the books are predominately from the 18th and 19th Centuries, there are fewer books from earlier periods. The number of pages in the corpus by decade: ### Supported Tasks and Leaderboards This collection has been previously used across various digital history and humanities projects since being published. The dataset consists of text and a range of metadata associated with this text. This metadata includes: * date of publication * place of publication * country of publication * language * OCR quality * physical description of the original physical item #### Language model training As a relatively large dataset, 'blbooks' provides a source dataset for training language models. The presence of this metadata also offers interesting opportunities to use this dataset as a source for training language models based on: * specific time-periods * specific languages * certain OCR quality thresholds The above is not an exhaustive list but offer some suggestions of how the dataset can be used to explore topics such as the impact of OCR quality on language models, the ‘transferability’ of language models across time or the impact of training multilingual language models on historical languages. #### Supervised tasks Whilst this dataset does not have annotations for a specific NLP task, such as Named Entity Recognition, it does include a wide variety of metadata. This metadata has the potential to be used for training and/or evaluating a variety of supervised tasks predicting this metadata. ### Languages This dataset consists of books published in several languages. The breakdown of the languages included (at the page level) is: This breakdown was derived from the first language in the associated metadata field. Some books include multiple languages. Some of the languages codes for this data were also derived using computational methods. Therefore, the language fields in the dataset should be treated with some caution (discussed in more detail below). #### Language change The publication dates of books in the data cover a broad period of time (1500-1900). For languages in the dataset with broad temporal coverage, significant language change might be found. The ability to study this change by taking reasonably large samples of languages covering different time periods is one of the opportunities offered by this dataset. The fact that the text in this dataset was produced via Optical Character Recognition (OCR) causes some challenges for this type of research (see below). #### Optical Character Recognition The digitised books in this collection were transformed into machine-readable text using Optical Character Recognition (OCR) software. The text produced via OCR software will usually include some errors. These errors include; mistakes at the character level; for example, an 'i' is mistaken for an 'l', at the word level or across significant passages of text. The books in this dataset can pose some additional challenges for OCR software. OCR errors can stem from: * the quality of the original printing: printing technology was a developing technology during the time period covered by this corpus; some of the original book text will include misprints, blurred or faded ink that is hard to read * damage to the page: some of the books will have become damaged over time, this can obscure all or parts of the text on a page * poor quality scans: scanning books can be challenging; for example, if the book has tight bindings, it can be hard to capture text that has fallen into the gutter of the book. * the language used in the books may differ from the languages OCR software is predominantly trained to recognise. ##### OCR word confidence Many OCR engines produce some form of confidence score alongside the predicted text. These confidence scores are usually at the character or word level. The word confidence score was given for each word in the original ALTO XML versions of the text in this dataset in this dataset. The OCR confidence scores should be treated with some scepticism. For historical text or in a lower resource language, for example, a low confidence score may be more likely for words not included in a modern dictionary but may be accurate transcriptions of the original text. With that said, the confidence scores do give some sense of the OCR quality. An example of text with a high (over 90% mean word confidence score): An example of text with a score below 40%: The quality of OCR - as measured by mean OCR confidence for a page - across the dataset correlates with other features. A groupby of publication decade and mean word confidence: As might be expected, the earlier periods have lower mean word confidence scores. Again, all of this should be treated with some scepticism, especially as the size of the data grows over time. As with time, the mean word confidence of the OCR software varies across languages: Again, these numbers should be treated sceptically since some languages appear very infrequently. For example, the above table suggests the mean word confidence for Welsh is relatively high. However, there isn’t much Welsh in the dataset. Therefore, it is unlikely that this data will be particularly useful for training (historic) Welsh language models. Dataset Structure ----------------- The dataset has a number of configurations relating to the different dates of publication in the underlying data: * '1500\_1899': this configuration covers all years * '1800\_1899': this configuration covers the years between 1800 and 1899 * '1700\_1799': this configuration covers the years between 1700 and 1799 * '1510\_1699': this configuration covers the years between 1510 and 1699 ### Configuration option All of the configurations have an optional keyword argument 'skip\_empty\_pages' which is set to 'True' by default. The underlying dataset includes some pages where there is no text. This could either be because the underlying book page didn't have any text or the OCR software failed to detect this text. For many uses of this dataset it doesn't make sense to include empty pages so these are skipped by default. However, for some uses you may prefer to retain a representation of the data that includes these empty pages. Passing 'skip\_empty\_pages=False' when loading the dataset will enable this option. ### Data Instances An example data instance: Each instance in the dataset represents a single page from an original digitised book. ### Data Fields Included in this dataset are: Field: record\_id, Data Type: string, Description: British Library ID for the item Field: date, Data Type: int, Description: parsed/normalised year for the item. i.e. 1850 Field: raw\_date, Data Type: string, Description: the original raw date for an item i.e. 1850- Field: title, Data Type: string, Description: title of the book Field: place, Data Type: string, Description: Place of publication, i.e. London Field: empty\_pg, Data Type: bool, Description: whether page contains text Field: text, Data Type: string, Description: OCR generated text for a page Field: pg, Data Type: int, Description: page in original book the instance refers to Field: mean\_wc\_ocr, Data Type: float, Description: mean word confidence values for the page Field: std\_wc\_ocr, Data Type: float, Description: standard deviation of the word confidence values for the page Field: name, Data Type: string, Description: name associated with the item (usually author) Field: all names, Data Type: string, Description: all names associated with a publication Field: Publisher, Data Type: string, Description: publisher of the book Field: Country of publication 1, Data Type: string, Description: first country associated with publication Field: all Countries of publication, Data Type: string, Description: all countries associated with a publication Field: Physical description, Data Type: string, Description: physical description of the item (size). This requires some normalisation before use and isn’t always present Field: Language\_1, Data Type: string, Description: first language associated with the book, this is usually present Field: Language\_2, Data Type: string, Description: Field: Language\_3, Data Type: string, Description: Field: Language\_4, Data Type: string, Description: Field: multi\_language, Data Type: bool, Description: Some of these fields are not populated a large proportion of the time. You can get some sense of this from this Pandas Profiling report The majority of these fields relate to metadata about the books. Most of these fields were created by staff working for the British Library. The notable exception is the “Languages” fields that have sometimes been determined using computational methods. This work is reported in more detail in Automated Language Identification of Bibliographic Resources. It is important to note that metadata is neither perfect nor static. The metadata associated with this book was generated based on export from the British Library catalogue in 2021. ### Data Splits This dataset contains a single split 'train'. Dataset Creation ---------------- Note this section is a work in progress. ### Curation Rationale The books in this collection were digitised as part of a project partnership between the British Library and Microsoft. Mass digitisation, i.e. projects intending to quickly digitise large volumes of materials shape the selection of materials to include in several ways. Some considerations which are often involved in the decision of whether to include items for digitisation include (but are not limited to): * copyright status * preservation needs * the size of an item, very large and very small items are often hard to digitise quickly These criteria can have knock-on effects on the makeup of a collection. For example, systematically excluding large books may result in some types of book content not being digitised. Large volumes are likely to be correlated to content to at least some extent, so excluding them from digitisation will mean that material is underrepresented. Similarly, copyright status is often (but not only) determined by publication date. This can often lead to a rapid fall in the number of items in a collection after a certain cut-off date. All of the above is largely to make clear that this collection was not curated to create a representative sample of the British Library’s holdings. Some material will be over-represented, and others under-represented. Similarly, the collection should not be considered a representative sample of what was published across the period covered by the dataset (nor that the relative proportions of the data for each time period represent a proportional sample of publications from that period). Finally, and this probably does not need stating, the language included in the text should not be considered representative of either written or spoken language(s) from that time period. ### Source Data The source data (physical items) includes a variety of resources (predominantly monographs) held by the British Library. The British Library is a Legal Deposit library. “Legal deposit requires publishers to provide a copy of every work they publish in the UK to the British Library. It’s existed in English law since 1662.” source. The source data for this version of the data is derived from the original ALTO XML files and a recent metadata export #TODO add links #### Initial Data Collection and Normalization This version of the dataset was created using the original ALTO XML files and, where a match was found, updating the metadata associated with that item with more recent metadata using an export from the British Library catalogue. The process of creating this new dataset is documented here #TODO add link. There are a few decisions made in the above processing steps worth highlighting in particular: ##### Date normalization The metadata around date of publication for an item is not always exact. It often is represented as a date range e.g. '1850-1860'. The 'date' field above takes steps to normalise this date to a single integer value. In most cases, this is taking the mean of the values associated with the item. The 'raw\_date' field includes the unprocessed date string. ##### Metadata included The metadata associated with each item includes most of the fields available via the ALTO XML. However, the data doesn’t include some metadata fields from the metadata export file. The reason fields were excluded because they are frequently not populated. A cut off of 50% was chosen, i.e. values from the metadata which are missing above 50% of the time were not included. This is slightly arbitrary, but since the aim of this version of the data was to support computational research using the collection it was felt that these fields with frequent missing values would be less valuable. #### Who are the source language producers? ### Annotations This dataset does not include annotations as usually understood in the context of NLP. The data does include metadata associated with the books. #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- There a range of considerations around using the data. These include the representativeness of the dataset, the OCR quality and the language used. Depending on your use case, these may be more or less important. For example, the impact of OCR quality on downstream tasks will depend on the target task. It may also be possible to mitigate this negative impact from OCR through tokenizer choice, Language Model training objectives, oversampling high-quality OCR, etc. ### Social Impact of Dataset ### Discussion of Biases The text in this collection is derived from historical text. As a result, the text will reflect this time period's social beliefs and attitudes. The books include both fiction and non-fiction books. Examples of book titles that appear in the data (these are randomly sampled from all titles): * ‘Rhymes and Dreams, Legends of Pendle Forest, and other poems’, * “Précis of Information concerning the Zulu Country, with a map. Prepared in the Intelligence Branch of the Quarter-Master-General’s Department, Horse Guards, War Office, etc”, * ‘The fan. A poem’, * ‘Grif; a story of Australian Life’, * ‘Calypso; a masque: in three acts, etc’, * ‘Tales Uncle told [With illustrative woodcuts.]’, * 'Questings', * 'Home Life on an Ostrich Farm. With ... illustrations’, * ‘Bulgarya i Bulgarowie’, * 'Εἰς τα βαθη της Ἀφρικης [In darkest Africa.] ... Μεταφρασις Γεωρ. Σ. Βουτσινα, etc', * ‘The Corsair, a tale’, ‘Poems ... With notes [With a portrait.]’, * ‘Report of the Librarian for the year 1898 (1899, 1901, 1909)’, * “The World of Thought. A novel. By the author of ‘Before I began to speak.’”, * 'Amleto; tragedia ... recata in versi italiani da M. Leoni, etc'] While using titles alone is insufficient to integrate bias in this collection, it gives some insight into the topics covered by books. Further, the tiles highlight some particular types of bias we might find in the collection. This should in no way be considered an exhaustive list. #### Colonialism Even in the above random sample of titles examples of colonial attitudes, we can see examples of titles. We can try and interrogate this further by searching for the name of places that were part of the British Empire when many of these books were published. Searching for the string 'India' in the titles and randomly sampling 10 titles returns: * “Travels in India in the Seventeenth Century: by Sir Thomas Roe and Dr. John Fryer. Reprinted from the ‘Calcutta Weekly Englishman.’”, * ‘A Winter in India and Malaysia among the Methodist Missions’, * “The Tourist’s Guide to all the principal stations on the railways of Northern India [By W. W.] ... Fifth edition”, * ‘Records of Sport and Military Life in Western India ... With an introduction by ... G. B. Malleson’, * "Lakhmi, the Rájpút's Bride. A tale of Gujarát in Western India [A poem.]”, * ‘The West India Commonplace Book: compiled from parliamentary and official documents; shewing the interest of Great Britain in its Sugar Colonies’, * “From Tonkin to India : by the sources of the Irawadi, January’ 95-January ’96”, * ‘Case of the Ameers of Sinde : speeches of Mr. John Sullivan, and Captain William Eastwick, at a special court held at the India House, ... 26th January, 1844’, * ‘The Andaman Islands; their colonisation, etc. A correspondence addressed to the India Office’, * ‘Ancient India as described by Ptolemy; being a translation of the chapters which describe India and Eastern Asia in the treatise on Geography written by Klaudios Ptolemaios ... with introduction, commentary, map of India according to Ptolemy, and ... index, by J. W. McCrindle’] Searching form the string 'Africa' in the titles and randomly sampling 10 titles returns: * ['De Benguella ás Terras de Iácca. Descripção de uma viagem na Africa Central e Occidental ... Expedição organisada nos annos de 1877-1880. Edição illustrada', * ‘To the New Geographical Society of Edinburgh [An address on Africa by H. M. Stanley.]’, * ‘Diamonds and Gold in South Africa ... With maps, etc’, * ‘Missionary Travels and Researches in South Africa ... With notes by F. S. Arnot. With map and illustrations. New edition’, * ‘A Narrative of a Visit to the Mauritius and South Africa ... Illustrated by two maps, sixteen etchings and twenty-eight wood-cuts’, * ‘Side Lights on South Africa ... With a map, etc’, * ‘My Second Journey through Equatorial Africa ... in ... 1886 and 1887 ... Translated ... by M. J. A. Bergmann. With a map ... and ... illustrations, etc’, * ‘Missionary Travels and Researches in South Africa ... With portrait and fullpage illustrations’, * ‘[African sketches.] Narrative of a residence in South Africa ... A new edition. To which is prefixed a biographical sketch of the author by J. Conder’, * ‘Lake Ngami; or, Explorations and discoveries during four years wandering in the wilds of South Western Africa ... With a map, and numerous illustrations, etc’] ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information The books are licensed under the CC Public Domain Mark 1.0 license. ### Contributions Thanks to @davanstrien for adding this dataset.
[ "### Dataset Summary\n\n\nThis dataset consists of books digitised by the British Library in partnership with Microsoft. The dataset includes ~25 million pages of out of copyright texts. The majority of the texts were published in the 18th and 19th Century, but the collection also consists of a smaller number of books from earlier periods. Items within this collection cover a wide range of subject areas, including geography, philosophy, history, poetry and literature and are published in various languages.\n\n\nWhile the books are predominately from the 18th and 19th Centuries, there are fewer books from earlier periods. The number of pages in the corpus by decade:", "### Supported Tasks and Leaderboards\n\n\nThis collection has been previously used across various digital history and humanities projects since being published.\n\n\nThe dataset consists of text and a range of metadata associated with this text. This metadata includes:\n\n\n* date of publication\n* place of publication\n* country of publication\n* language\n* OCR quality\n* physical description of the original physical item", "#### Language model training\n\n\nAs a relatively large dataset, 'blbooks' provides a source dataset for training language models. The presence of this metadata also offers interesting opportunities to use this dataset as a source for training language models based on:\n\n\n* specific time-periods\n* specific languages\n* certain OCR quality thresholds\n\n\nThe above is not an exhaustive list but offer some suggestions of how the dataset can be used to explore topics such as the impact of OCR quality on language models, the ‘transferability’ of language models across time or the impact of training multilingual language models on historical languages.", "#### Supervised tasks\n\n\nWhilst this dataset does not have annotations for a specific NLP task, such as Named Entity Recognition, it does include a wide variety of metadata. This metadata has the potential to be used for training and/or evaluating a variety of supervised tasks predicting this metadata.", "### Languages\n\n\nThis dataset consists of books published in several languages. The breakdown of the languages included (at the page level) is:\n\n\n\nThis breakdown was derived from the first language in the associated metadata field. Some books include multiple languages. Some of the languages codes for this data were also derived using computational methods. Therefore, the language fields in the dataset should be treated with some caution (discussed in more detail below).", "#### Language change\n\n\nThe publication dates of books in the data cover a broad period of time (1500-1900). For languages in the dataset with broad temporal coverage, significant language change might be found. The ability to study this change by taking reasonably large samples of languages covering different time periods is one of the opportunities offered by this dataset. The fact that the text in this dataset was produced via Optical Character Recognition (OCR) causes some challenges for this type of research (see below).", "#### Optical Character Recognition\n\n\nThe digitised books in this collection were transformed into machine-readable text using Optical Character Recognition (OCR) software. The text produced via OCR software will usually include some errors. These errors include; mistakes at the character level; for example, an 'i' is mistaken for an 'l', at the word level or across significant passages of text.\n\n\nThe books in this dataset can pose some additional challenges for OCR software. OCR errors can stem from:\n\n\n* the quality of the original printing: printing technology was a developing technology during the time period covered by this corpus; some of the original book text will include misprints, blurred or faded ink that is hard to read\n* damage to the page: some of the books will have become damaged over time, this can obscure all or parts of the text on a page\n* poor quality scans: scanning books can be challenging; for example, if the book has tight bindings, it can be hard to capture text that has fallen into the gutter of the book.\n* the language used in the books may differ from the languages OCR software is predominantly trained to recognise.", "##### OCR word confidence\n\n\nMany OCR engines produce some form of confidence score alongside the predicted text. These confidence scores are usually at the character or word level. The word confidence score was given for each word in the original ALTO XML versions of the text in this dataset in this dataset. The OCR confidence scores should be treated with some scepticism. For historical text or in a lower resource language, for example, a low confidence score may be more likely for words not included in a modern dictionary but may be accurate transcriptions of the original text. With that said, the confidence scores do give some sense of the OCR quality.\n\n\nAn example of text with a high (over 90% mean word confidence score):\n\n\nAn example of text with a score below 40%:\n\n\nThe quality of OCR - as measured by mean OCR confidence for a page - across the dataset correlates with other features. A groupby of publication decade and mean word confidence:\n\n\n\nAs might be expected, the earlier periods have lower mean word confidence scores. Again, all of this should be treated with some scepticism, especially as the size of the data grows over time.\n\n\nAs with time, the mean word confidence of the OCR software varies across languages:\n\n\n\nAgain, these numbers should be treated sceptically since some languages appear very infrequently. For example, the above table suggests the mean word confidence for Welsh is relatively high. However, there isn’t much Welsh in the dataset. Therefore, it is unlikely that this data will be particularly useful for training (historic) Welsh language models.\n\n\nDataset Structure\n-----------------\n\n\nThe dataset has a number of configurations relating to the different dates of publication in the underlying data:\n\n\n* '1500\\_1899': this configuration covers all years\n* '1800\\_1899': this configuration covers the years between 1800 and 1899\n* '1700\\_1799': this configuration covers the years between 1700 and 1799\n* '1510\\_1699': this configuration covers the years between 1510 and 1699", "### Configuration option\n\n\nAll of the configurations have an optional keyword argument 'skip\\_empty\\_pages' which is set to 'True' by default. The underlying dataset includes some pages where there is no text. This could either be because the underlying book page didn't have any text or the OCR software failed to detect this text.\n\n\nFor many uses of this dataset it doesn't make sense to include empty pages so these are skipped by default. However, for some uses you may prefer to retain a representation of the data that includes these empty pages. Passing 'skip\\_empty\\_pages=False' when loading the dataset will enable this option.", "### Data Instances\n\n\nAn example data instance:\n\n\nEach instance in the dataset represents a single page from an original digitised book.", "### Data Fields\n\n\nIncluded in this dataset are:\n\n\nField: record\\_id, Data Type: string, Description: British Library ID for the item\nField: date, Data Type: int, Description: parsed/normalised year for the item. i.e. 1850\nField: raw\\_date, Data Type: string, Description: the original raw date for an item i.e. 1850-\nField: title, Data Type: string, Description: title of the book\nField: place, Data Type: string, Description: Place of publication, i.e. London\nField: empty\\_pg, Data Type: bool, Description: whether page contains text\nField: text, Data Type: string, Description: OCR generated text for a page\nField: pg, Data Type: int, Description: page in original book the instance refers to\nField: mean\\_wc\\_ocr, Data Type: float, Description: mean word confidence values for the page\nField: std\\_wc\\_ocr, Data Type: float, Description: standard deviation of the word confidence values for the page\nField: name, Data Type: string, Description: name associated with the item (usually author)\nField: all names, Data Type: string, Description: all names associated with a publication\nField: Publisher, Data Type: string, Description: publisher of the book\nField: Country of publication 1, Data Type: string, Description: first country associated with publication\nField: all Countries of publication, Data Type: string, Description: all countries associated with a publication\nField: Physical description, Data Type: string, Description: physical description of the item (size). This requires some normalisation before use and isn’t always present\nField: Language\\_1, Data Type: string, Description: first language associated with the book, this is usually present\nField: Language\\_2, Data Type: string, Description: \nField: Language\\_3, Data Type: string, Description: \nField: Language\\_4, Data Type: string, Description: \nField: multi\\_language, Data Type: bool, Description: \n\n\nSome of these fields are not populated a large proportion of the time. You can get some sense of this from this Pandas Profiling report\n\n\nThe majority of these fields relate to metadata about the books. Most of these fields were created by staff working for the British Library. The notable exception is the “Languages” fields that have sometimes been determined using computational methods. This work is reported in more detail in Automated Language Identification of Bibliographic Resources. It is important to note that metadata is neither perfect nor static. The metadata associated with this book was generated based on export from the British Library catalogue in 2021.", "### Data Splits\n\n\nThis dataset contains a single split 'train'.\n\n\nDataset Creation\n----------------\n\n\nNote this section is a work in progress.", "### Curation Rationale\n\n\nThe books in this collection were digitised as part of a project partnership between the British Library and Microsoft. Mass digitisation, i.e. projects intending to quickly digitise large volumes of materials shape the selection of materials to include in several ways. Some considerations which are often involved in the decision of whether to include items for digitisation include (but are not limited to):\n\n\n* copyright status\n* preservation needs\n* the size of an item, very large and very small items are often hard to digitise quickly\n\n\nThese criteria can have knock-on effects on the makeup of a collection. For example, systematically excluding large books may result in some types of book content not being digitised. Large volumes are likely to be correlated to content to at least some extent, so excluding them from digitisation will mean that material is underrepresented. Similarly, copyright status is often (but not only) determined by publication date. This can often lead to a rapid fall in the number of items in a collection after a certain cut-off date.\n\n\nAll of the above is largely to make clear that this collection was not curated to create a representative sample of the British Library’s holdings. Some material will be over-represented, and others under-represented. Similarly, the collection should not be considered a representative sample of what was published across the period covered by the dataset (nor that the relative proportions of the data for each time period represent a proportional sample of publications from that period). Finally, and this probably does not need stating, the language included in the text should not be considered representative of either written or spoken language(s) from that time period.", "### Source Data\n\n\nThe source data (physical items) includes a variety of resources (predominantly monographs) held by the British Library. The British Library is a Legal Deposit library. “Legal deposit requires publishers to provide a copy of every work they publish in the UK to the British Library. It’s existed in English law since 1662.” source.\n\n\nThe source data for this version of the data is derived from the original ALTO XML files and a recent metadata export #TODO add links", "#### Initial Data Collection and Normalization\n\n\nThis version of the dataset was created using the original ALTO XML files and, where a match was found, updating the metadata associated with that item with more recent metadata using an export from the British Library catalogue. The process of creating this new dataset is documented here #TODO add link.\n\n\nThere are a few decisions made in the above processing steps worth highlighting in particular:", "##### Date normalization\n\n\nThe metadata around date of publication for an item is not always exact. It often is represented as a date range e.g. '1850-1860'. The 'date' field above takes steps to normalise this date to a single integer value. In most cases, this is taking the mean of the values associated with the item. The 'raw\\_date' field includes the unprocessed date string.", "##### Metadata included\n\n\nThe metadata associated with each item includes most of the fields available via the ALTO XML. However, the data doesn’t include some metadata fields from the metadata export file. The reason fields were excluded because they are frequently not populated. A cut off of 50% was chosen, i.e. values from the metadata which are missing above 50% of the time were not included. This is slightly arbitrary, but since the aim of this version of the data was to support computational research using the collection it was felt that these fields with frequent missing values would be less valuable.", "#### Who are the source language producers?", "### Annotations\n\n\nThis dataset does not include annotations as usually understood in the context of NLP. The data does include metadata associated with the books.", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------\n\n\nThere a range of considerations around using the data. These include the representativeness of the dataset, the OCR quality and the language used. Depending on your use case, these may be more or less important. For example, the impact of OCR quality on downstream tasks will depend on the target task. It may also be possible to mitigate this negative impact from OCR through tokenizer choice, Language Model training objectives, oversampling high-quality OCR, etc.", "### Social Impact of Dataset", "### Discussion of Biases\n\n\nThe text in this collection is derived from historical text. As a result, the text will reflect this time period's social beliefs and attitudes. The books include both fiction and non-fiction books.\n\n\nExamples of book titles that appear in the data (these are randomly sampled from all titles):\n\n\n* ‘Rhymes and Dreams, Legends of Pendle Forest, and other poems’,\n* “Précis of Information concerning the Zulu Country, with a map. Prepared in the Intelligence Branch of the Quarter-Master-General’s Department, Horse Guards, War Office, etc”,\n* ‘The fan. A poem’,\n* ‘Grif; a story of Australian Life’,\n* ‘Calypso; a masque: in three acts, etc’,\n* ‘Tales Uncle told [With illustrative woodcuts.]’,\n* 'Questings',\n* 'Home Life on an Ostrich Farm. With ... illustrations’,\n* ‘Bulgarya i Bulgarowie’,\n* 'Εἰς τα βαθη της Ἀφρικης [In darkest Africa.] ... Μεταφρασις Γεωρ. Σ. Βουτσινα, etc',\n* ‘The Corsair, a tale’,\n‘Poems ... With notes [With a portrait.]’,\n* ‘Report of the Librarian for the year 1898 (1899, 1901, 1909)’,\n* “The World of Thought. A novel. By the author of ‘Before I began to speak.’”,\n* 'Amleto; tragedia ... recata in versi italiani da M. Leoni, etc']\n\n\nWhile using titles alone is insufficient to integrate bias in this collection, it gives some insight into the topics covered by books. Further, the tiles highlight some particular types of bias we might find in the collection. This should in no way be considered an exhaustive list.", "#### Colonialism\n\n\nEven in the above random sample of titles examples of colonial attitudes, we can see examples of titles. We can try and interrogate this further by searching for the name of places that were part of the British Empire when many of these books were published.\n\n\nSearching for the string 'India' in the titles and randomly sampling 10 titles returns:\n\n\n* “Travels in India in the Seventeenth Century: by Sir Thomas Roe and Dr. John Fryer. Reprinted from the ‘Calcutta Weekly Englishman.’”,\n* ‘A Winter in India and Malaysia among the Methodist Missions’,\n* “The Tourist’s Guide to all the principal stations on the railways of Northern India [By W. W.] ... Fifth edition”,\n* ‘Records of Sport and Military Life in Western India ... With an introduction by ... G. B. Malleson’,\n* \"Lakhmi, the Rájpút's Bride. A tale of Gujarát in Western India [A poem.]”,\n* ‘The West India Commonplace Book: compiled from parliamentary and official documents; shewing the interest of Great Britain in its Sugar Colonies’,\n* “From Tonkin to India : by the sources of the Irawadi, January’ 95-January ’96”,\n* ‘Case of the Ameers of Sinde : speeches of Mr. John Sullivan, and Captain William Eastwick, at a special court held at the India House, ... 26th January, 1844’,\n* ‘The Andaman Islands; their colonisation, etc. A correspondence addressed to the India Office’,\n* ‘Ancient India as described by Ptolemy; being a translation of the chapters which describe India and Eastern Asia in the treatise on Geography written by Klaudios Ptolemaios ... with introduction, commentary, map of India according to Ptolemy, and ... index, by J. W. McCrindle’]\n\n\nSearching form the string 'Africa' in the titles and randomly sampling 10 titles returns:\n\n\n* ['De Benguella ás Terras de Iácca. Descripção de uma viagem na Africa Central e Occidental ... Expedição organisada nos annos de 1877-1880. Edição illustrada',\n* ‘To the New Geographical Society of Edinburgh [An address on Africa by H. M. Stanley.]’,\n* ‘Diamonds and Gold in South Africa ... With maps, etc’,\n* ‘Missionary Travels and Researches in South Africa ... With notes by F. S. Arnot. With map and illustrations. New edition’,\n* ‘A Narrative of a Visit to the Mauritius and South Africa ... Illustrated by two maps, sixteen etchings and twenty-eight wood-cuts’,\n* ‘Side Lights on South Africa ... With a map, etc’,\n* ‘My Second Journey through Equatorial Africa ... in ... 1886 and 1887 ... Translated ... by M. J. A. Bergmann. With a map ... and ... illustrations, etc’,\n* ‘Missionary Travels and Researches in South Africa ... With portrait and fullpage illustrations’,\n* ‘[African sketches.] Narrative of a residence in South Africa ... A new edition. To which is prefixed a biographical sketch of the author by J. Conder’,\n* ‘Lake Ngami; or, Explorations and discoveries during four years wandering in the wilds of South Western Africa ... With a map, and numerous illustrations, etc’]", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe books are licensed under the CC Public Domain Mark 1.0 license.", "### Contributions\n\n\nThanks to @davanstrien for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_categories-other #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-machine-generated #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-German #language-English #language-Spanish #language-French #language-Italian #language-Dutch #license-cc0-1.0 #digital-humanities-research #region-us \n", "### Dataset Summary\n\n\nThis dataset consists of books digitised by the British Library in partnership with Microsoft. The dataset includes ~25 million pages of out of copyright texts. The majority of the texts were published in the 18th and 19th Century, but the collection also consists of a smaller number of books from earlier periods. Items within this collection cover a wide range of subject areas, including geography, philosophy, history, poetry and literature and are published in various languages.\n\n\nWhile the books are predominately from the 18th and 19th Centuries, there are fewer books from earlier periods. The number of pages in the corpus by decade:", "### Supported Tasks and Leaderboards\n\n\nThis collection has been previously used across various digital history and humanities projects since being published.\n\n\nThe dataset consists of text and a range of metadata associated with this text. This metadata includes:\n\n\n* date of publication\n* place of publication\n* country of publication\n* language\n* OCR quality\n* physical description of the original physical item", "#### Language model training\n\n\nAs a relatively large dataset, 'blbooks' provides a source dataset for training language models. The presence of this metadata also offers interesting opportunities to use this dataset as a source for training language models based on:\n\n\n* specific time-periods\n* specific languages\n* certain OCR quality thresholds\n\n\nThe above is not an exhaustive list but offer some suggestions of how the dataset can be used to explore topics such as the impact of OCR quality on language models, the ‘transferability’ of language models across time or the impact of training multilingual language models on historical languages.", "#### Supervised tasks\n\n\nWhilst this dataset does not have annotations for a specific NLP task, such as Named Entity Recognition, it does include a wide variety of metadata. This metadata has the potential to be used for training and/or evaluating a variety of supervised tasks predicting this metadata.", "### Languages\n\n\nThis dataset consists of books published in several languages. The breakdown of the languages included (at the page level) is:\n\n\n\nThis breakdown was derived from the first language in the associated metadata field. Some books include multiple languages. Some of the languages codes for this data were also derived using computational methods. Therefore, the language fields in the dataset should be treated with some caution (discussed in more detail below).", "#### Language change\n\n\nThe publication dates of books in the data cover a broad period of time (1500-1900). For languages in the dataset with broad temporal coverage, significant language change might be found. The ability to study this change by taking reasonably large samples of languages covering different time periods is one of the opportunities offered by this dataset. The fact that the text in this dataset was produced via Optical Character Recognition (OCR) causes some challenges for this type of research (see below).", "#### Optical Character Recognition\n\n\nThe digitised books in this collection were transformed into machine-readable text using Optical Character Recognition (OCR) software. The text produced via OCR software will usually include some errors. These errors include; mistakes at the character level; for example, an 'i' is mistaken for an 'l', at the word level or across significant passages of text.\n\n\nThe books in this dataset can pose some additional challenges for OCR software. OCR errors can stem from:\n\n\n* the quality of the original printing: printing technology was a developing technology during the time period covered by this corpus; some of the original book text will include misprints, blurred or faded ink that is hard to read\n* damage to the page: some of the books will have become damaged over time, this can obscure all or parts of the text on a page\n* poor quality scans: scanning books can be challenging; for example, if the book has tight bindings, it can be hard to capture text that has fallen into the gutter of the book.\n* the language used in the books may differ from the languages OCR software is predominantly trained to recognise.", "##### OCR word confidence\n\n\nMany OCR engines produce some form of confidence score alongside the predicted text. These confidence scores are usually at the character or word level. The word confidence score was given for each word in the original ALTO XML versions of the text in this dataset in this dataset. The OCR confidence scores should be treated with some scepticism. For historical text or in a lower resource language, for example, a low confidence score may be more likely for words not included in a modern dictionary but may be accurate transcriptions of the original text. With that said, the confidence scores do give some sense of the OCR quality.\n\n\nAn example of text with a high (over 90% mean word confidence score):\n\n\nAn example of text with a score below 40%:\n\n\nThe quality of OCR - as measured by mean OCR confidence for a page - across the dataset correlates with other features. A groupby of publication decade and mean word confidence:\n\n\n\nAs might be expected, the earlier periods have lower mean word confidence scores. Again, all of this should be treated with some scepticism, especially as the size of the data grows over time.\n\n\nAs with time, the mean word confidence of the OCR software varies across languages:\n\n\n\nAgain, these numbers should be treated sceptically since some languages appear very infrequently. For example, the above table suggests the mean word confidence for Welsh is relatively high. However, there isn’t much Welsh in the dataset. Therefore, it is unlikely that this data will be particularly useful for training (historic) Welsh language models.\n\n\nDataset Structure\n-----------------\n\n\nThe dataset has a number of configurations relating to the different dates of publication in the underlying data:\n\n\n* '1500\\_1899': this configuration covers all years\n* '1800\\_1899': this configuration covers the years between 1800 and 1899\n* '1700\\_1799': this configuration covers the years between 1700 and 1799\n* '1510\\_1699': this configuration covers the years between 1510 and 1699", "### Configuration option\n\n\nAll of the configurations have an optional keyword argument 'skip\\_empty\\_pages' which is set to 'True' by default. The underlying dataset includes some pages where there is no text. This could either be because the underlying book page didn't have any text or the OCR software failed to detect this text.\n\n\nFor many uses of this dataset it doesn't make sense to include empty pages so these are skipped by default. However, for some uses you may prefer to retain a representation of the data that includes these empty pages. Passing 'skip\\_empty\\_pages=False' when loading the dataset will enable this option.", "### Data Instances\n\n\nAn example data instance:\n\n\nEach instance in the dataset represents a single page from an original digitised book.", "### Data Fields\n\n\nIncluded in this dataset are:\n\n\nField: record\\_id, Data Type: string, Description: British Library ID for the item\nField: date, Data Type: int, Description: parsed/normalised year for the item. i.e. 1850\nField: raw\\_date, Data Type: string, Description: the original raw date for an item i.e. 1850-\nField: title, Data Type: string, Description: title of the book\nField: place, Data Type: string, Description: Place of publication, i.e. London\nField: empty\\_pg, Data Type: bool, Description: whether page contains text\nField: text, Data Type: string, Description: OCR generated text for a page\nField: pg, Data Type: int, Description: page in original book the instance refers to\nField: mean\\_wc\\_ocr, Data Type: float, Description: mean word confidence values for the page\nField: std\\_wc\\_ocr, Data Type: float, Description: standard deviation of the word confidence values for the page\nField: name, Data Type: string, Description: name associated with the item (usually author)\nField: all names, Data Type: string, Description: all names associated with a publication\nField: Publisher, Data Type: string, Description: publisher of the book\nField: Country of publication 1, Data Type: string, Description: first country associated with publication\nField: all Countries of publication, Data Type: string, Description: all countries associated with a publication\nField: Physical description, Data Type: string, Description: physical description of the item (size). This requires some normalisation before use and isn’t always present\nField: Language\\_1, Data Type: string, Description: first language associated with the book, this is usually present\nField: Language\\_2, Data Type: string, Description: \nField: Language\\_3, Data Type: string, Description: \nField: Language\\_4, Data Type: string, Description: \nField: multi\\_language, Data Type: bool, Description: \n\n\nSome of these fields are not populated a large proportion of the time. You can get some sense of this from this Pandas Profiling report\n\n\nThe majority of these fields relate to metadata about the books. Most of these fields were created by staff working for the British Library. The notable exception is the “Languages” fields that have sometimes been determined using computational methods. This work is reported in more detail in Automated Language Identification of Bibliographic Resources. It is important to note that metadata is neither perfect nor static. The metadata associated with this book was generated based on export from the British Library catalogue in 2021.", "### Data Splits\n\n\nThis dataset contains a single split 'train'.\n\n\nDataset Creation\n----------------\n\n\nNote this section is a work in progress.", "### Curation Rationale\n\n\nThe books in this collection were digitised as part of a project partnership between the British Library and Microsoft. Mass digitisation, i.e. projects intending to quickly digitise large volumes of materials shape the selection of materials to include in several ways. Some considerations which are often involved in the decision of whether to include items for digitisation include (but are not limited to):\n\n\n* copyright status\n* preservation needs\n* the size of an item, very large and very small items are often hard to digitise quickly\n\n\nThese criteria can have knock-on effects on the makeup of a collection. For example, systematically excluding large books may result in some types of book content not being digitised. Large volumes are likely to be correlated to content to at least some extent, so excluding them from digitisation will mean that material is underrepresented. Similarly, copyright status is often (but not only) determined by publication date. This can often lead to a rapid fall in the number of items in a collection after a certain cut-off date.\n\n\nAll of the above is largely to make clear that this collection was not curated to create a representative sample of the British Library’s holdings. Some material will be over-represented, and others under-represented. Similarly, the collection should not be considered a representative sample of what was published across the period covered by the dataset (nor that the relative proportions of the data for each time period represent a proportional sample of publications from that period). Finally, and this probably does not need stating, the language included in the text should not be considered representative of either written or spoken language(s) from that time period.", "### Source Data\n\n\nThe source data (physical items) includes a variety of resources (predominantly monographs) held by the British Library. The British Library is a Legal Deposit library. “Legal deposit requires publishers to provide a copy of every work they publish in the UK to the British Library. It’s existed in English law since 1662.” source.\n\n\nThe source data for this version of the data is derived from the original ALTO XML files and a recent metadata export #TODO add links", "#### Initial Data Collection and Normalization\n\n\nThis version of the dataset was created using the original ALTO XML files and, where a match was found, updating the metadata associated with that item with more recent metadata using an export from the British Library catalogue. The process of creating this new dataset is documented here #TODO add link.\n\n\nThere are a few decisions made in the above processing steps worth highlighting in particular:", "##### Date normalization\n\n\nThe metadata around date of publication for an item is not always exact. It often is represented as a date range e.g. '1850-1860'. The 'date' field above takes steps to normalise this date to a single integer value. In most cases, this is taking the mean of the values associated with the item. The 'raw\\_date' field includes the unprocessed date string.", "##### Metadata included\n\n\nThe metadata associated with each item includes most of the fields available via the ALTO XML. However, the data doesn’t include some metadata fields from the metadata export file. The reason fields were excluded because they are frequently not populated. A cut off of 50% was chosen, i.e. values from the metadata which are missing above 50% of the time were not included. This is slightly arbitrary, but since the aim of this version of the data was to support computational research using the collection it was felt that these fields with frequent missing values would be less valuable.", "#### Who are the source language producers?", "### Annotations\n\n\nThis dataset does not include annotations as usually understood in the context of NLP. The data does include metadata associated with the books.", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------\n\n\nThere a range of considerations around using the data. These include the representativeness of the dataset, the OCR quality and the language used. Depending on your use case, these may be more or less important. For example, the impact of OCR quality on downstream tasks will depend on the target task. It may also be possible to mitigate this negative impact from OCR through tokenizer choice, Language Model training objectives, oversampling high-quality OCR, etc.", "### Social Impact of Dataset", "### Discussion of Biases\n\n\nThe text in this collection is derived from historical text. As a result, the text will reflect this time period's social beliefs and attitudes. The books include both fiction and non-fiction books.\n\n\nExamples of book titles that appear in the data (these are randomly sampled from all titles):\n\n\n* ‘Rhymes and Dreams, Legends of Pendle Forest, and other poems’,\n* “Précis of Information concerning the Zulu Country, with a map. Prepared in the Intelligence Branch of the Quarter-Master-General’s Department, Horse Guards, War Office, etc”,\n* ‘The fan. A poem’,\n* ‘Grif; a story of Australian Life’,\n* ‘Calypso; a masque: in three acts, etc’,\n* ‘Tales Uncle told [With illustrative woodcuts.]’,\n* 'Questings',\n* 'Home Life on an Ostrich Farm. With ... illustrations’,\n* ‘Bulgarya i Bulgarowie’,\n* 'Εἰς τα βαθη της Ἀφρικης [In darkest Africa.] ... Μεταφρασις Γεωρ. Σ. Βουτσινα, etc',\n* ‘The Corsair, a tale’,\n‘Poems ... With notes [With a portrait.]’,\n* ‘Report of the Librarian for the year 1898 (1899, 1901, 1909)’,\n* “The World of Thought. A novel. By the author of ‘Before I began to speak.’”,\n* 'Amleto; tragedia ... recata in versi italiani da M. Leoni, etc']\n\n\nWhile using titles alone is insufficient to integrate bias in this collection, it gives some insight into the topics covered by books. Further, the tiles highlight some particular types of bias we might find in the collection. This should in no way be considered an exhaustive list.", "#### Colonialism\n\n\nEven in the above random sample of titles examples of colonial attitudes, we can see examples of titles. We can try and interrogate this further by searching for the name of places that were part of the British Empire when many of these books were published.\n\n\nSearching for the string 'India' in the titles and randomly sampling 10 titles returns:\n\n\n* “Travels in India in the Seventeenth Century: by Sir Thomas Roe and Dr. John Fryer. Reprinted from the ‘Calcutta Weekly Englishman.’”,\n* ‘A Winter in India and Malaysia among the Methodist Missions’,\n* “The Tourist’s Guide to all the principal stations on the railways of Northern India [By W. W.] ... Fifth edition”,\n* ‘Records of Sport and Military Life in Western India ... With an introduction by ... G. B. Malleson’,\n* \"Lakhmi, the Rájpút's Bride. A tale of Gujarát in Western India [A poem.]”,\n* ‘The West India Commonplace Book: compiled from parliamentary and official documents; shewing the interest of Great Britain in its Sugar Colonies’,\n* “From Tonkin to India : by the sources of the Irawadi, January’ 95-January ’96”,\n* ‘Case of the Ameers of Sinde : speeches of Mr. John Sullivan, and Captain William Eastwick, at a special court held at the India House, ... 26th January, 1844’,\n* ‘The Andaman Islands; their colonisation, etc. A correspondence addressed to the India Office’,\n* ‘Ancient India as described by Ptolemy; being a translation of the chapters which describe India and Eastern Asia in the treatise on Geography written by Klaudios Ptolemaios ... with introduction, commentary, map of India according to Ptolemy, and ... index, by J. W. McCrindle’]\n\n\nSearching form the string 'Africa' in the titles and randomly sampling 10 titles returns:\n\n\n* ['De Benguella ás Terras de Iácca. Descripção de uma viagem na Africa Central e Occidental ... Expedição organisada nos annos de 1877-1880. Edição illustrada',\n* ‘To the New Geographical Society of Edinburgh [An address on Africa by H. M. Stanley.]’,\n* ‘Diamonds and Gold in South Africa ... With maps, etc’,\n* ‘Missionary Travels and Researches in South Africa ... With notes by F. S. Arnot. With map and illustrations. New edition’,\n* ‘A Narrative of a Visit to the Mauritius and South Africa ... Illustrated by two maps, sixteen etchings and twenty-eight wood-cuts’,\n* ‘Side Lights on South Africa ... With a map, etc’,\n* ‘My Second Journey through Equatorial Africa ... in ... 1886 and 1887 ... Translated ... by M. J. A. Bergmann. With a map ... and ... illustrations, etc’,\n* ‘Missionary Travels and Researches in South Africa ... With portrait and fullpage illustrations’,\n* ‘[African sketches.] Narrative of a residence in South Africa ... A new edition. To which is prefixed a biographical sketch of the author by J. Conder’,\n* ‘Lake Ngami; or, Explorations and discoveries during four years wandering in the wilds of South Western Africa ... With a map, and numerous illustrations, etc’]", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe books are licensed under the CC Public Domain Mark 1.0 license.", "### Contributions\n\n\nThanks to @davanstrien for adding this dataset." ]
[ 157, 146, 77, 132, 76, 102, 111, 269, 456, 161, 29, 594, 33, 365, 111, 92, 93, 132, 10, 35, 5, 9, 124, 7, 431, 801, 14, 6, 20, 18 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_categories-other #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-machine-generated #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-German #language-English #language-Spanish #language-French #language-Italian #language-Dutch #license-cc0-1.0 #digital-humanities-research #region-us \n### Dataset Summary\n\n\nThis dataset consists of books digitised by the British Library in partnership with Microsoft. The dataset includes ~25 million pages of out of copyright texts. The majority of the texts were published in the 18th and 19th Century, but the collection also consists of a smaller number of books from earlier periods. Items within this collection cover a wide range of subject areas, including geography, philosophy, history, poetry and literature and are published in various languages.\n\n\nWhile the books are predominately from the 18th and 19th Centuries, there are fewer books from earlier periods. The number of pages in the corpus by decade:### Supported Tasks and Leaderboards\n\n\nThis collection has been previously used across various digital history and humanities projects since being published.\n\n\nThe dataset consists of text and a range of metadata associated with this text. This metadata includes:\n\n\n* date of publication\n* place of publication\n* country of publication\n* language\n* OCR quality\n* physical description of the original physical item", "passage: #### Language model training\n\n\nAs a relatively large dataset, 'blbooks' provides a source dataset for training language models. The presence of this metadata also offers interesting opportunities to use this dataset as a source for training language models based on:\n\n\n* specific time-periods\n* specific languages\n* certain OCR quality thresholds\n\n\nThe above is not an exhaustive list but offer some suggestions of how the dataset can be used to explore topics such as the impact of OCR quality on language models, the ‘transferability’ of language models across time or the impact of training multilingual language models on historical languages.#### Supervised tasks\n\n\nWhilst this dataset does not have annotations for a specific NLP task, such as Named Entity Recognition, it does include a wide variety of metadata. This metadata has the potential to be used for training and/or evaluating a variety of supervised tasks predicting this metadata.### Languages\n\n\nThis dataset consists of books published in several languages. The breakdown of the languages included (at the page level) is:\n\n\n\nThis breakdown was derived from the first language in the associated metadata field. Some books include multiple languages. Some of the languages codes for this data were also derived using computational methods. Therefore, the language fields in the dataset should be treated with some caution (discussed in more detail below).#### Language change\n\n\nThe publication dates of books in the data cover a broad period of time (1500-1900). For languages in the dataset with broad temporal coverage, significant language change might be found. The ability to study this change by taking reasonably large samples of languages covering different time periods is one of the opportunities offered by this dataset. The fact that the text in this dataset was produced via Optical Character Recognition (OCR) causes some challenges for this type of research (see below).", "passage: #### Optical Character Recognition\n\n\nThe digitised books in this collection were transformed into machine-readable text using Optical Character Recognition (OCR) software. The text produced via OCR software will usually include some errors. These errors include; mistakes at the character level; for example, an 'i' is mistaken for an 'l', at the word level or across significant passages of text.\n\n\nThe books in this dataset can pose some additional challenges for OCR software. OCR errors can stem from:\n\n\n* the quality of the original printing: printing technology was a developing technology during the time period covered by this corpus; some of the original book text will include misprints, blurred or faded ink that is hard to read\n* damage to the page: some of the books will have become damaged over time, this can obscure all or parts of the text on a page\n* poor quality scans: scanning books can be challenging; for example, if the book has tight bindings, it can be hard to capture text that has fallen into the gutter of the book.\n* the language used in the books may differ from the languages OCR software is predominantly trained to recognise.##### OCR word confidence\n\n\nMany OCR engines produce some form of confidence score alongside the predicted text. These confidence scores are usually at the character or word level. The word confidence score was given for each word in the original ALTO XML versions of the text in this dataset in this dataset. The OCR confidence scores should be treated with some scepticism. For historical text or in a lower resource language, for example, a low confidence score may be more likely for words not included in a modern dictionary but may be accurate transcriptions of the original text. With that said, the confidence scores do give some sense of the OCR quality.\n\n\nAn example of text with a high (over 90% mean word confidence score):\n\n\nAn example of text with a score below 40%:\n\n\nThe quality of OCR - as measured by mean OCR confidence for a page - across the dataset correlates with other features. A groupby of publication decade and mean word confidence:\n\n\n\nAs might be expected, the earlier periods have lower mean word confidence scores. Again, all of this should be treated with some scepticism, especially as the size of the data grows over time.\n\n\nAs with time, the mean word confidence of the OCR software varies across languages:\n\n\n\nAgain, these numbers should be treated sceptically since some languages appear very infrequently. For example, the above table suggests the mean word confidence for Welsh is relatively high. However, there isn’t much Welsh in the dataset. Therefore, it is unlikely that this data will be particularly useful for training (historic) Welsh language models.\n\n\nDataset Structure\n-----------------\n\n\nThe dataset has a number of configurations relating to the different dates of publication in the underlying data:\n\n\n* '1500\\_1899': this configuration covers all years\n* '1800\\_1899': this configuration covers the years between 1800 and 1899\n* '1700\\_1799': this configuration covers the years between 1700 and 1799\n* '1510\\_1699': this configuration covers the years between 1510 and 1699", "passage: ### Configuration option\n\n\nAll of the configurations have an optional keyword argument 'skip\\_empty\\_pages' which is set to 'True' by default. The underlying dataset includes some pages where there is no text. This could either be because the underlying book page didn't have any text or the OCR software failed to detect this text.\n\n\nFor many uses of this dataset it doesn't make sense to include empty pages so these are skipped by default. However, for some uses you may prefer to retain a representation of the data that includes these empty pages. Passing 'skip\\_empty\\_pages=False' when loading the dataset will enable this option.### Data Instances\n\n\nAn example data instance:\n\n\nEach instance in the dataset represents a single page from an original digitised book.", "passage: ### Data Fields\n\n\nIncluded in this dataset are:\n\n\nField: record\\_id, Data Type: string, Description: British Library ID for the item\nField: date, Data Type: int, Description: parsed/normalised year for the item. i.e. 1850\nField: raw\\_date, Data Type: string, Description: the original raw date for an item i.e. 1850-\nField: title, Data Type: string, Description: title of the book\nField: place, Data Type: string, Description: Place of publication, i.e. London\nField: empty\\_pg, Data Type: bool, Description: whether page contains text\nField: text, Data Type: string, Description: OCR generated text for a page\nField: pg, Data Type: int, Description: page in original book the instance refers to\nField: mean\\_wc\\_ocr, Data Type: float, Description: mean word confidence values for the page\nField: std\\_wc\\_ocr, Data Type: float, Description: standard deviation of the word confidence values for the page\nField: name, Data Type: string, Description: name associated with the item (usually author)\nField: all names, Data Type: string, Description: all names associated with a publication\nField: Publisher, Data Type: string, Description: publisher of the book\nField: Country of publication 1, Data Type: string, Description: first country associated with publication\nField: all Countries of publication, Data Type: string, Description: all countries associated with a publication\nField: Physical description, Data Type: string, Description: physical description of the item (size). This requires some normalisation before use and isn’t always present\nField: Language\\_1, Data Type: string, Description: first language associated with the book, this is usually present\nField: Language\\_2, Data Type: string, Description: \nField: Language\\_3, Data Type: string, Description: \nField: Language\\_4, Data Type: string, Description: \nField: multi\\_language, Data Type: bool, Description: \n\n\nSome of these fields are not populated a large proportion of the time. You can get some sense of this from this Pandas Profiling report\n\n\nThe majority of these fields relate to metadata about the books. Most of these fields were created by staff working for the British Library. The notable exception is the “Languages” fields that have sometimes been determined using computational methods. This work is reported in more detail in Automated Language Identification of Bibliographic Resources. It is important to note that metadata is neither perfect nor static. The metadata associated with this book was generated based on export from the British Library catalogue in 2021.### Data Splits\n\n\nThis dataset contains a single split 'train'.\n\n\nDataset Creation\n----------------\n\n\nNote this section is a work in progress.### Curation Rationale\n\n\nThe books in this collection were digitised as part of a project partnership between the British Library and Microsoft. Mass digitisation, i.e. projects intending to quickly digitise large volumes of materials shape the selection of materials to include in several ways. Some considerations which are often involved in the decision of whether to include items for digitisation include (but are not limited to):\n\n\n* copyright status\n* preservation needs\n* the size of an item, very large and very small items are often hard to digitise quickly\n\n\nThese criteria can have knock-on effects on the makeup of a collection. For example, systematically excluding large books may result in some types of book content not being digitised. Large volumes are likely to be correlated to content to at least some extent, so excluding them from digitisation will mean that material is underrepresented. Similarly, copyright status is often (but not only) determined by publication date. This can often lead to a rapid fall in the number of items in a collection after a certain cut-off date.\n\n\nAll of the above is largely to make clear that this collection was not curated to create a representative sample of the British Library’s holdings. Some material will be over-represented, and others under-represented. Similarly, the collection should not be considered a representative sample of what was published across the period covered by the dataset (nor that the relative proportions of the data for each time period represent a proportional sample of publications from that period). Finally, and this probably does not need stating, the language included in the text should not be considered representative of either written or spoken language(s) from that time period.", "passage: ### Source Data\n\n\nThe source data (physical items) includes a variety of resources (predominantly monographs) held by the British Library. The British Library is a Legal Deposit library. “Legal deposit requires publishers to provide a copy of every work they publish in the UK to the British Library. It’s existed in English law since 1662.” source.\n\n\nThe source data for this version of the data is derived from the original ALTO XML files and a recent metadata export #TODO add links#### Initial Data Collection and Normalization\n\n\nThis version of the dataset was created using the original ALTO XML files and, where a match was found, updating the metadata associated with that item with more recent metadata using an export from the British Library catalogue. The process of creating this new dataset is documented here #TODO add link.\n\n\nThere are a few decisions made in the above processing steps worth highlighting in particular:##### Date normalization\n\n\nThe metadata around date of publication for an item is not always exact. It often is represented as a date range e.g. '1850-1860'. The 'date' field above takes steps to normalise this date to a single integer value. In most cases, this is taking the mean of the values associated with the item. The 'raw\\_date' field includes the unprocessed date string.##### Metadata included\n\n\nThe metadata associated with each item includes most of the fields available via the ALTO XML. However, the data doesn’t include some metadata fields from the metadata export file. The reason fields were excluded because they are frequently not populated. A cut off of 50% was chosen, i.e. values from the metadata which are missing above 50% of the time were not included. This is slightly arbitrary, but since the aim of this version of the data was to support computational research using the collection it was felt that these fields with frequent missing values would be less valuable.#### Who are the source language producers?### Annotations\n\n\nThis dataset does not include annotations as usually understood in the context of NLP. The data does include metadata associated with the books.#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------\n\n\nThere a range of considerations around using the data. These include the representativeness of the dataset, the OCR quality and the language used. Depending on your use case, these may be more or less important. For example, the impact of OCR quality on downstream tasks will depend on the target task. It may also be possible to mitigate this negative impact from OCR through tokenizer choice, Language Model training objectives, oversampling high-quality OCR, etc.### Social Impact of Dataset", "passage: ### Discussion of Biases\n\n\nThe text in this collection is derived from historical text. As a result, the text will reflect this time period's social beliefs and attitudes. The books include both fiction and non-fiction books.\n\n\nExamples of book titles that appear in the data (these are randomly sampled from all titles):\n\n\n* ‘Rhymes and Dreams, Legends of Pendle Forest, and other poems’,\n* “Précis of Information concerning the Zulu Country, with a map. Prepared in the Intelligence Branch of the Quarter-Master-General’s Department, Horse Guards, War Office, etc”,\n* ‘The fan. A poem’,\n* ‘Grif; a story of Australian Life’,\n* ‘Calypso; a masque: in three acts, etc’,\n* ‘Tales Uncle told [With illustrative woodcuts.]’,\n* 'Questings',\n* 'Home Life on an Ostrich Farm. With ... illustrations’,\n* ‘Bulgarya i Bulgarowie’,\n* 'Εἰς τα βαθη της Ἀφρικης [In darkest Africa.] ... Μεταφρασις Γεωρ. Σ. Βουτσινα, etc',\n* ‘The Corsair, a tale’,\n‘Poems ... With notes [With a portrait.]’,\n* ‘Report of the Librarian for the year 1898 (1899, 1901, 1909)’,\n* “The World of Thought. A novel. By the author of ‘Before I began to speak.’”,\n* 'Amleto; tragedia ... recata in versi italiani da M. Leoni, etc']\n\n\nWhile using titles alone is insufficient to integrate bias in this collection, it gives some insight into the topics covered by books. Further, the tiles highlight some particular types of bias we might find in the collection. This should in no way be considered an exhaustive list." ]
[ -0.026655567809939384, 0.16130802035331726, -0.0033094659447669983, 0.050957441329956055, 0.051861971616744995, 0.006884110625833273, 0.05033357813954353, 0.038842763751745224, -0.06659556180238724, 0.10610415041446686, 0.028571194037795067, -0.00519767077639699, 0.08684355020523071, 0.10045146197080612, -0.022182216867804527, -0.1490071564912796, 0.032538238912820816, -0.0647973045706749, -0.009306742809712887, 0.04603271931409836, 0.060165297240018845, -0.04673510044813156, 0.04665172100067139, -0.04737633094191551, 0.001797588774934411, -0.010739375837147236, -0.04077063128352165, -0.04187437891960144, 0.027953218668699265, 0.11661497503519058, 0.03932642191648483, -0.0077015915885567665, 0.02163694240152836, -0.13207939267158508, 0.020347503945231438, 0.06562018394470215, -0.043489038944244385, -0.0016165783163160086, 0.026962758973240852, 0.025077518075704575, 0.17169277369976044, -0.07333717495203018, 0.044481657445430756, 0.010352249257266521, -0.08322345465421677, -0.06971045583486557, -0.07254358381032944, 0.05592856928706169, -0.03152650222182274, 0.06894680112600327, -0.006454630754888058, 0.06756924837827682, -0.012261150404810905, 0.04422116279602051, 0.08556878566741943, -0.0424889400601387, -0.02794838882982731, 0.004781764000654221, 0.006496296264231205, 0.13775348663330078, -0.08363958448171616, -0.0316910557448864, -0.015467451885342598, 0.031014220789074898, -0.04717543348670006, -0.037577658891677856, -0.043207794427871704, -0.012415782548487186, -0.07585983723402023, -0.08371962606906891, 0.19808617234230042, -0.003632473526522517, -0.10020116716623306, -0.07621999084949493, -0.019811976701021194, 0.06614571064710617, 0.005543902982026339, 0.031631480902433395, 0.04564124345779419, -0.000021548143195104785, 0.09143929928541183, -0.029780318960547447, -0.10033581405878067, 0.09296921640634537, -0.12488241493701935, 0.10373278707265854, -0.018525049090385437, 0.039608538150787354, 0.017906904220581055, 0.02289305254817009, -0.022750822827219963, -0.03185535594820976, -0.0652228444814682, -0.02202094905078411, -0.012559637427330017, 0.021804291754961014, -0.05393333360552788, -0.016946466639637947, 0.015895413234829903, 0.03728129714727402, -0.0778871551156044, -0.011574179865419865, -0.06706271320581436, 0.020818250253796577, 0.12892811000347137, 0.08457372337579727, -0.00812029279768467, -0.05507855489850044, 0.05858098715543747, 0.003447862109169364, 0.08574044704437256, -0.02006721869111061, -0.01680552028119564, 0.014520856551826, 0.0007774233818054199, -0.011190837249159813, 0.061602883040905, -0.015087374486029148, -0.04734063148498535, -0.015496172942221165, 0.08416152745485306, -0.09962684661149979, 0.005736124236136675, 0.03043990209698677, -0.03661979362368584, 0.044585295021533966, 0.07818470150232315, -0.0148365069180727, -0.10497180372476578, -0.00044112399336881936, -0.051933590322732925, -0.01973201334476471, -0.040689315646886826, -0.0682612732052803, 0.029206646606326103, -0.06354054063558578, -0.032162945717573166, -0.05362376943230629, -0.12336435168981552, -0.12430361658334732, 0.005348481237888336, -0.003532015485689044, -0.041392337530851364, -0.018406586721539497, -0.0017616926925256848, -0.01883590780198574, 0.024439066648483276, 0.024603405967354774, -0.0397961400449276, 0.0561579130589962, -0.07103538513183594, 0.031056717038154602, -0.08332566171884537, 0.04090689495205879, -0.1311914026737213, -0.008953013457357883, -0.08783292770385742, 0.04823987931013107, -0.007029555272310972, -0.013117249123752117, 0.0011926362058147788, 0.0008702889899723232, 0.023374298587441444, 0.057276736944913864, -0.03954381123185158, 0.06847184896469116, -0.12241895496845245, -0.039650075137615204, 0.03094618022441864, -0.12055765092372894, 0.010428166948258877, 0.06861552596092224, -0.026472771540284157, 0.0749848261475563, 0.0770762711763382, 0.0416804775595665, 0.044255685061216354, 0.010415890254080296, -0.11243802309036255, -0.05108731612563133, 0.056788716465234756, 0.11982116848230362, 0.04201214388012886, -0.0398842878639698, 0.013543687760829926, 0.04473298043012619, 0.02238074317574501, -0.08096951246261597, 0.0379779078066349, -0.036436378955841064, -0.010915473103523254, -0.005274494178593159, -0.026482032611966133, 0.06749935448169708, -0.04163523390889168, -0.029858244583010674, -0.0643254742026329, -0.04070904478430748, 0.06823740899562836, -0.061760805547237396, 0.028017805889248848, 0.010095478035509586, 0.07375197857618332, -0.03185092285275459, 0.007497353013604879, -0.15032362937927246, -0.03568088263273239, 0.0379011444747448, -0.03393630310893059, 0.11146131902933121, 0.059255897998809814, -0.002896991791203618, 0.040781330317258835, -0.02409885823726654, 0.02105729468166828, -0.007929368875920773, -0.02833831124007702, -0.0193108431994915, -0.1309288889169693, 0.046588145196437836, -0.06093481555581093, 0.10615729540586472, -0.16169822216033936, -0.01461238507181406, 0.008428370580077171, 0.05551382154226303, 0.02665621042251587, -0.06504500657320023, 0.04681074991822243, 0.04955912381410599, -0.055811021476984024, -0.02893458865582943, 0.004280482418835163, 0.005655439104884863, -0.03461771085858345, 0.020828427746891975, -0.2114415168762207, -0.08591847866773605, 0.0778125450015068, 0.0661056861281395, -0.031577903777360916, -0.04999161884188652, -0.04666385427117348, 0.005514004733413458, -0.06980083137750626, 0.009179431013762951, 0.12319987267255783, -0.021098334342241287, 0.020782385021448135, -0.09266980737447739, -0.009512524120509624, 0.001971642253920436, -0.019740035757422447, -0.07941699028015137, 0.0898505300283432, -0.00249101547524333, -0.1261375993490219, 0.09206481277942657, 0.005286743398755789, 0.006500814110040665, 0.15269719064235687, 0.02723848633468151, -0.07938558608293533, 0.0034435491543263197, -0.00989453960210085, 0.018872709944844246, 0.08789114654064178, -0.0679023265838623, 0.0374506376683712, 0.03824497014284134, -0.020634319633245468, -0.000264334084931761, -0.05024811625480652, 0.05091923475265503, 0.03885302320122719, 0.0024737727362662554, -0.03328759968280792, -0.04253343865275383, 0.018573114648461342, 0.0930803194642067, -0.03717071935534477, 0.06863002479076385, 0.006947770714759827, -0.030811581760644913, -0.08112221956253052, 0.16698071360588074, -0.10887017101049423, -0.2469470351934433, -0.11584921926259995, 0.041276656091213226, -0.08210039883852005, 0.023488640785217285, 0.021462906152009964, -0.008601712062954903, -0.0853462666273117, -0.1357676088809967, 0.0412156879901886, 0.01580037735402584, -0.0684182271361351, -0.08154983073472977, 0.02304535172879696, -0.013624032028019428, -0.09798990935087204, 0.0057218861766159534, 0.010719682089984417, -0.03324911370873451, 0.002220235299319029, -0.013634675182402134, 0.09176267683506012, 0.03522273898124695, 0.006875145249068737, -0.06435618549585342, 0.01031712256371975, 0.10136813670396805, -0.07446553558111191, 0.045107126235961914, 0.05037413910031319, -0.06107113137841225, 0.04089236631989479, 0.11690925061702728, -0.031209716573357582, -0.023730609565973282, 0.02332991361618042, 0.04286734014749527, -0.04632590338587761, -0.18357928097248077, -0.07412078231573105, -0.044934242963790894, -0.006059447769075632, 0.042010240256786346, 0.05398649349808693, 0.005526299122720957, 0.019519686698913574, -0.09823428839445114, 0.03982080891728401, 0.03808969631791115, 0.03088689222931862, 0.11690730601549149, 0.02686212956905365, 0.03463118523359299, -0.04257209971547127, 0.059030208736658096, 0.10914634168148041, -0.0039001554250717163, 0.13040755689144135, -0.0991886779665947, 0.07944775372743607, 0.0016743178712204099, -0.009992657229304314, -0.017060838639736176, 0.051112812012434006, 0.008220561780035496, 0.04728944972157478, -0.04706187918782234, -0.03527203947305679, -0.04773292317986488, 0.08008839190006256, 0.04493806138634682, 0.010484197176992893, -0.07808098942041397, -0.056214120239019394, -0.004857383202761412, 0.04214325174689293, 0.008202762342989445, -0.07827229052782059, -0.07174406200647354, 0.04993734881281853, -0.0501265749335289, -0.09739568084478378, 0.020260831341147423, 0.10164428502321243, -0.09384877979755402, 0.035566918551921844, 0.03524205461144447, 0.05299545079469681, -0.0982128232717514, -0.03189101442694664, -0.08943229913711548, 0.030532408505678177, -0.038222841918468475, 0.07222704589366913, -0.11620167642831802, 0.09246350824832916, -0.00244886358268559, 0.06204230710864067, -0.07832330465316772, 0.002503506373614073, 0.006684496533125639, -0.005045033525675535, 0.0741385966539383, 0.014012934640049934, -0.01969822868704796, -0.005245828535407782, -0.029081182554364204, 0.046201933175325394, 0.013995724730193615, -0.05056772008538246, 0.0859152302145958, 0.004304356407374144, 0.011591238901019096, -0.035667333751916885, 0.014680380001664162, -0.030500175431370735, -0.19491158425807953, 0.04758146032691002, -0.050611741840839386, -0.004800767637789249, -0.0363488495349884, -0.04143738001585007, 0.0009655569447204471, 0.07803244143724442, -0.05978929251432419, -0.06211603060364723, -0.07707446068525314, 0.04172458127140999, 0.10905374586582184, -0.014204457402229309, -0.017831746488809586, -0.04319015517830849, 0.08963430672883987, -0.051434870809316635, -0.08019997179508209, 0.0004680041747633368, -0.03249111399054527, -0.16997459530830383, -0.0652334913611412, 0.03963835909962654, 0.07796049863100052, 0.048343341797590256, -0.029313279315829277, 0.058460138738155365, -0.030975645408034325, -0.04173264652490616, 0.00637191953137517, 0.13973651826381683, 0.11113008111715317, 0.14738436043262482, -0.03930426016449928, -0.10314653068780899, -0.04941359534859657, -0.08043045550584793, 0.03933515399694443, 0.12925857305526733, -0.004178996663540602, 0.15083089470863342, 0.15191446244716644, -0.1288171261548996, -0.17361970245838165, -0.023670626804232597, 0.003813747316598892, 0.04157360643148422, 0.006071243900805712, -0.10784322023391724, 0.09259389340877533, 0.053362973034381866, 0.040527354925870895, 0.035153765231370926, -0.16669592261314392, -0.08358103036880493, 0.07982836663722992, 0.058102309703826904, 0.05916505679488182, -0.13623107969760895, 0.014917832799255848, -0.0567476823925972, 0.02158108726143837, 0.11027514934539795, -0.04027020186185837, 0.048627790063619614, -0.03345024585723877, 0.03248901292681694, 0.013201331719756126, -0.004626034758985043, 0.11730366945266724, -0.06007120758295059, 0.0121840238571167, -0.10033319890499115, -0.02411813475191593, 0.05251757428050041, -0.023574696853756905, 0.03947925940155983, -0.017307007685303688, 0.025270389392971992, -0.09618330001831055, -0.06022912636399269, -0.07064949721097946, 0.05183097720146179, -0.09268230944871902, -0.009211021475493908, -0.06732938438653946, 0.06719433516263962, 0.06473801285028458, 0.000012555824469018262, 0.03567560389637947, -0.06677597016096115, 0.06786283850669861, 0.08755684643983841, 0.13243329524993896, 0.0695330873131752, -0.04167325049638748, -0.0073855603113770485, -0.011311032809317112, 0.023345131427049637, -0.051276255398988724, -0.020510008558630943, 0.09509623795747757, 0.010724230669438839, 0.09192194789648056, 0.017015954479575157, -0.08271200954914093, 0.015248505398631096, 0.017140571027994156, -0.08235541731119156, -0.10740387439727783, 0.012956628575921059, -0.00809880904853344, -0.12919947504997253, -0.09774816781282425, 0.08965075016021729, -0.012949193827807903, -0.032895129173994064, 0.006638676859438419, 0.08322805166244507, 0.04552384093403816, 0.06650274991989136, 0.022492926567792892, -0.012773094698786736, -0.05506175756454468, 0.09562224894762039, 0.12061481922864914, -0.16214244067668915, 0.04384109005331993, 0.09014495462179184, -0.03997737541794777, -0.023278014734387398, 0.0579276978969574, 0.047204989939928055, -0.04192349687218666, -0.054982222616672516, -0.0033152103424072266, -0.07698910683393478, 0.05612019822001457, 0.2078259289264679, -0.005848872009664774, 0.05237133055925369, -0.026499764993786812, -0.03145847097039223, -0.047384776175022125, 0.06362234801054001, 0.02918963134288788, 0.010370314121246338, 0.004381545353680849, 0.03687752038240433, -0.03808301314711571, -0.03869326785206795, 0.0047846632078289986, -0.054299600422382355, -0.1047123596072197, -0.04176676273345947, -0.10115832090377808, 0.05868641659617424, -0.06457754224538803, 0.01564515009522438, -0.0019281016429886222, -0.02071256749331951, 0.027696525678038597, -0.016818763688206673, -0.015840208157896996, -0.019276563078165054, -0.009500592947006226, 0.07354874163866043, -0.0740010142326355, -0.013878692872822285, 0.04783495143055916, -0.04737761616706848, 0.05716336891055107, 0.04506784677505493, -0.06236780062317848, -0.030648479238152504, -0.1212606355547905, 0.03643057495355606, -0.03931920602917671, 0.027267364785075188, -0.015089401043951511, -0.07003594189882278, 0.010112671181559563, 0.04096155986189842, -0.07329963147640228, 0.02098996564745903, 0.0936163067817688, -0.05961359292268753, 0.05286429077386856, -0.000009495232916378882, -0.045160889625549316, -0.06029582396149635, 0.047956306487321854, 0.04992639273405075, -0.000628461770247668, 0.07116739451885223, -0.03605065122246742, 0.03494993597269058, -0.08522193878889084, -0.018130267038941383, 0.018212933093309402, -0.013843588531017303, -0.02455153688788414, -0.010105138644576073, 0.03937092423439026, 0.05351975932717323, 0.13121266663074493, 0.0026805365923792124, 0.06654152274131775, 0.014486337080597878, 0.003157546743750572, -0.003037378191947937, 0.01919817365705967, 0.0286799818277359, 0.0013753859093412757, -0.037451665848493576, 0.031117931008338928, -0.025759024545550346, 0.007786288857460022, 0.03122633509337902, 0.13238029181957245, 0.034594353288412094, 0.1273428350687027, 0.057326920330524445, -0.016133971512317657, -0.08570385724306107, 0.019893482327461243, 0.036359645426273346, 0.028159137815237045, 0.05306496098637581, -0.06889700144529343, 0.005032053682953119, 0.07864635437726974, -0.09997103363275528, 0.08024592697620392, -0.031941007822752, -0.07090326398611069, -0.039418432861566544, -0.11254457384347916, -0.03910575062036514, 0.024945585057139397, -0.01076207123696804, -0.11600493639707565, 0.06505493819713593, 0.02660357765853405, 0.01209440641105175, -0.03213047981262207, 0.018406467512249947, -0.05045288801193237, -0.09083841741085052, 0.03874748572707176, 0.0007288333727046847, 0.05460039898753166, 0.035950351506471634, 0.00242202403023839, -0.0017364455852657557, -0.0014974145451560616, 0.036661360412836075, 0.1138681173324585, 0.11249140650033951, 0.028280874714255333, -0.0660754144191742, -0.03046109713613987, -0.001103218994103372, -0.008693767711520195, 0.016413146629929543, 0.2346358448266983, 0.045708782970905304, -0.0163146760314703, 0.030809760093688965, 0.14102254807949066, -0.018223686143755913, -0.052478570491075516, -0.12088131159543991, 0.07076141983270645, -0.01815452240407467, -0.042750027030706406, 0.0336650125682354, -0.09345708042383194, 0.03391271457076073, 0.10752857476472855, 0.08673267811536789, 0.029280593618750572, -0.00751124694943428, 0.04584469273686409, -0.0032002332154661417, -0.009325151331722736, 0.0546715185046196, 0.02471795119345188, 0.3401012420654297, -0.06600361317396164, 0.005886265076696873, -0.0141034796833992, 0.034558773040771484, -0.07308616489171982, 0.08638274669647217, -0.03457905724644661, -0.016530359163880348, -0.026144519448280334, 0.024735448881983757, -0.06074779853224754, -0.24166655540466309, 0.04118369147181511, -0.09638756513595581, -0.06786929070949554, -0.05990443378686905, -0.02456696145236492, -0.02651350013911724, 0.011813861317932606, 0.027608398348093033, -0.02590223029255867, 0.1357116848230362, -0.013086922466754913, -0.060771260410547256, -0.020267710089683533, 0.056491587311029434, -0.06281596422195435, 0.1311284303665161, -0.004072670359164476, 0.07482744008302689, 0.054222047328948975, 0.03712117671966553, -0.04704928398132324, 0.005107530392706394, 0.03267768770456314, 0.009105642326176167, 0.040005166083574295, 0.1266629546880722, 0.0028897852171212435, 0.10611074417829514, 0.07950528711080551, 0.0952882245182991, 0.09049970656633377, 0.010539679788053036, -0.004757156129926443, -0.017699120566248894, 0.06753014028072357, -0.12716953456401825, 0.12998709082603455, 0.10425525903701782, 0.018827904015779495, -0.03129987046122551, -0.030608339235186577, 0.011254650540649891, -0.016817690804600716, 0.0953219085931778, 0.04188328608870506, -0.05032927542924881, 0.029337448999285698, -0.07769308984279633, 0.04089551419019699, -0.22394339740276337, -0.030202899128198624, 0.07044652849435806, -0.030033644288778305, -0.03631642460823059, 0.037131763994693756, 0.02522130496799946, -0.017461422830820084, -0.08387251198291779, 0.03961018845438957, 0.0005543841398321092, 0.09007406234741211, -0.042222198098897934, -0.02223583683371544 ]
de087348b4ef8c44c2978f8ff819e9e3862089e6
# Dataset Card for blbooksgenre ## Table of Contents - [Dataset Card for blbooksgenre](#dataset-card-for-blbooksgenre) - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Supervised tasks](#supervised-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization) - [Who are the source language producers?](#who-are-the-source-language-producers) - [Annotations](#annotations) - [Annotation process](#annotation-process) - [Who are the annotators?](#who-are-the-annotators) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Colonialism](#colonialism) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:**: [https://doi.org/10.23636/BKHQ-0312](https://doi.org/10.23636/BKHQ-0312) - **Repository:** [https://doi.org/10.23636/BKHQ-0312](https://doi.org/10.23636/BKHQ-0312) - **Paper:** - **Leaderboard:** - **Point of Contact:** ### Dataset Summary This dataset consists of metadata relating to books [digitised by the British Library in partnership with Microsoft](https://www.bl.uk/collection-guides/google-books-digitised-printed-heritage). Some of this metadata was exported from the British Library catalogue whilst others was generated as part of a crowdsourcing project. The text of this book and other metadata can be found on the [date.bl](https://data.bl.uk/bl_labs_datasets/#3) website. The majority of the books in this collection were published in the 18th and 19th Century but the collection also includes a smaller number of books from earlier periods. Items within this collection cover a wide range of subject areas including geography, philosophy, history, poetry and literature and are published in a variety of languages. For the subsection of the data which contains additional crowsourced annotations the date of publication breakdown is as follows: | | Date of publication | | ---- | ------------------- | | 1630 | 8 | | 1690 | 4 | | 1760 | 10 | | 1770 | 5 | | 1780 | 5 | | 1790 | 18 | | 1800 | 45 | | 1810 | 96 | | 1820 | 152 | | 1830 | 182 | | 1840 | 259 | | 1850 | 400 | | 1860 | 377 | | 1870 | 548 | | 1880 | 776 | | 1890 | 1484 | | 1900 | 17 | | 1910 | 1 | | 1970 | 1 | [More Information Needed] ### Supported Tasks and Leaderboards The digitised books collection which this dataset describes has been used in a variety of digital history and humanities projects since being published. This dataset is suitable for a variety of unsupervised tasks and for a 'genre classification task'. #### Supervised tasks The main possible use case for this dataset is to develop and evaluate 'genre classification' models. The dataset includes human generated labels for whether a book is 'fiction' or 'non-fiction'. This has been used to train models for genre classifcation which predict whether a book is 'fiction' or 'non-fiction' based on its title. ### Languages [More Information Needed] ## Dataset Structure The dataset currently has three configurations intended to support a range of tasks for which this dataset could be used for: - `title_genre_classifiction` : this creates a de-duplicated version of the dataset with the `BL record`, `title` and `label`. - `annotated_raw`: This version of the dataset includes all fields from the original dataset which are annotated. This includes duplication from different annotators" - `raw`: This version of the dataset includes all the data from the original data including data without annotations. ### Data Instances An example data instance from the `title_genre_classifiction` config: ```python {'BL record ID': '014603046', 'title': 'The Canadian farmer. A missionary incident [Signed: W. J. H. Y, i.e. William J. H. Yates.]', 'label': 0} ``` An example data instance from the `annotated_raw` config: ```python {'BL record ID': '014603046', 'Name': 'Yates, William Joseph H.', 'Dates associated with name': '', 'Type of name': 'person', 'Role': '', 'All names': ['Yates, William Joseph H. [person] ', ' Y, W. J. H. [person]'], 'Title': 'The Canadian farmer. A missionary incident [Signed: W. J. H. Y, i.e. William J. H. Yates.]', 'Variant titles': '', 'Series title': '', 'Number within series': '', 'Country of publication': ['England'], 'Place of publication': ['London'], 'Publisher': '', 'Date of publication': '1879', 'Edition': '', 'Physical description': 'pages not numbered, 21 cm', 'Dewey classification': '', 'BL shelfmark': 'Digital Store 11601.f.36. (1.)', 'Topics': '', 'Genre': '', 'Languages': ['English'], 'Notes': 'In verse', 'BL record ID for physical resource': '004079262', 'classification_id': '267476823.0', 'user_id': '15.0', 'subject_ids': '44369003.0', 'annotator_date_pub': '1879', 'annotator_normalised_date_pub': '1879', 'annotator_edition_statement': 'NONE', 'annotator_FAST_genre_terms': '655 7 ‡aPoetry‡2fast‡0(OCoLC)fst01423828', 'annotator_FAST_subject_terms': '60007 ‡aAlice,‡cGrand Duchess, consort of Ludwig IV, Grand Duke of Hesse-Darmstadt,‡d1843-1878‡2fast‡0(OCoLC)fst00093827', 'annotator_comments': '', 'annotator_main_language': '', 'annotator_other_languages_summaries': 'No', 'annotator_summaries_language': '', 'annotator_translation': 'No', 'annotator_original_language': '', 'annotator_publisher': 'NONE', 'annotator_place_pub': 'London', 'annotator_country': 'enk', 'annotator_title': 'The Canadian farmer. A missionary incident [Signed: W. J. H. Y, i.e. William J. H. Yates.]', 'Link to digitised book': 'http://access.bl.uk/item/viewer/ark:/81055/vdc_00000002842E', 'annotated': True, 'Type of resource': 0, 'created_at': datetime.datetime(2020, 8, 11, 14, 30, 33), 'annotator_genre': 0} ``` ### Data Fields The data fields differ slightly between configs. All possible fields for the `annotated_raw` config are listed below. For the `raw` version of the dataset datatypes are usually string to avoid errors when processing missing values. - `BL record ID`: an internal ID used by the British Library, this can be useful for linking this data to other BL collections. - `Name`: name associated with the item (usually author) - `Dates associated with name`: dates associated with above e.g. DOB - `Type of name`: whether `Name` is a person or an organization etc. - `Role`: i.e. whether `Name` is `author`, `publisher` etc. - `All names`: a fuller list of names associated with the item. - `Title`: The title of the work - `Variant titles` - `Series title` - `Number within series` - `Country of publication`: encoded as a list of countries listed in the metadata - `Place of publication`: encoded as a list of places listed in the metadata - `Publisher` - `Date of publication`: this is encoded as a string since this field can include data ranges i.e.`1850-1855`. - `Edition` - `Physical description`: encoded as a string since the format of this field varies - `Dewey classification` - `BL shelfmark`: a British Library shelf mark - `Topics`: topics included in the catalogue record - `Genre` the genre information included in the original catalogue record note that this is often missing - `Languages`; encoded as a list of languages - `Notes`: notes from the catalogue record - `BL record ID for physical resource` The following fields are all generated via the crowdsourcing task (discussed in more detail below) - `classification_id`: ID for the classification in the annotation task - `user_id` ID for the annotator - `subject_ids`: internal annotation task ID - `annotator_date_pub`: an updated publication data - `annotator_normalised_date_pub`: normalized version of the above - `annotator_edition_statement` updated edition - `annotator_FAST_genre_terms`: [FAST classification genre terms](https://www.oclc.org/research/areas/data-science/fast.html) - `annotator_FAST_subject_terms`: [FAST subject terms](https://www.oclc.org/research/areas/data-science/fast.html) - `annotator_comments`: free form comments - `annotator_main_language` - `annotator_other_languages_summaries` - `'annotator_summaries_language` - `annotator_translation` - `annotator_original_language` - `annotator_publisher` - `annotator_place_pub` - `annotator_country` - `annotator_title` - `Link to digitised book` - `annotated`: `bool` flag to indicate if row has annotations or not - `created_at`: when the annotation was created - `annotator_genre`: the updated annotation for the `genre` of the book. Finally the `label` field of the `title_genre_classifiction` configuration is a class label with values 0 (Fiction) or 1 (Non-fiction). [More Information Needed] ### Data Splits This dataset contains a single split `train`. ## Dataset Creation **Note** this section is a work in progress. ### Curation Rationale The books in this collection were digitised as part of a project partnership between the British Library and Microsoft. [Mass digitisation](https://en.wikipedia.org/wiki/Category:Mass_digitization) i.e. projects where there is a goal to quickly digitise large volumes of materials shape the selection of materials to include in a number of ways. Some consideratoins which are often involved in the decision of whether to include items for digitization include (but are not limited to): - copyright status - preservation needs- the size of an item, very large and very small items are often hard to digitize quickly These criteria can have knock-on effects on the makeup of a collection. For example systematically excluding large books may result in some types of book content not being digitized. Large volumes are likely to be correlated to content to at least some extent so excluding them from digitization will mean that material is under represented. Similarly copyright status is often (but not only) determined by publication data. This can often lead to a rapid fall in the number of items in a collection after a certain cut-off date. All of the above is largely to make clear that this collection was not curated with the aim of creating a representative sample of the British Library's holdings. Some material will be over-represented and other under-represented. Similarly, the collection should not be considered a representative sample of what was published across the time period covered by the dataset (nor that that the relative proportions of the data for each time period represent a proportional sample of publications from that period). [More Information Needed] ### Source Data The original source data (physical items) includes a variety of resources (predominantly monographs) held by the [British Library](bl.uk/](https://bl.uk/). The British Library is a [Legal Deposit](https://www.bl.uk/legal-deposit/about-legal-deposit) library. "Legal deposit requires publishers to provide a copy of every work they publish in the UK to the British Library. It's existed in English law since 1662."[source](https://www.bl.uk/legal-deposit/about-legal-deposit). [More Information Needed] #### Initial Data Collection and Normalization This version of the dataset was created partially from data exported from British Library catalogue records and partially via data generated from a crowdsourcing task involving British Library staff. #### Who are the source language producers? [More Information Needed] ### Annotations The data does includes metadata associated with the books these are produced by British Library staff. The additional annotations were carried out during 2020 as part of an internal crowdsourcing task. #### Annotation process New annotations were produced via a crowdsourcing tasks. Annotators have the option to pick titles from a particular language subset from the broader digitized 19th century books collection. As a result the annotations are not random and overrepresent some languages. [More Information Needed] #### Who are the annotators? Staff working at the British Library. Most of these staff work with metadata as part of their jobs and so could be considered expert annotators. [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data There a range of considerations around using the data. These include the representativeness of the dataset, the bias towards particular languages etc. It is also important to note that library metadata is not static. The metadata held in library catalogues is updated and changed over time for a variety of reasons. The way in which different institutions catalogue items also varies. As a result it is important to evaluate the performance of any models trained on this data before applying to a new collection. [More Information Needed] ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases The text in this collection is derived from historic text. As a result the text will reflect to social beliefs and attitudes of this time period. The titles of the book give some sense of their content. Examples of book titles which appear in the data (these are randomly sampled from all titles): - 'Rhymes and Dreams, Legends of Pendle Forest, and other poems', - "Précis of Information concerning the Zulu Country, with a map. Prepared in the Intelligence Branch of the Quarter-Master-General's Department, Horse Guards, War Office, etc", - 'The fan. A poem', - 'Grif; a story of Australian Life', - 'Calypso; a masque: in three acts, etc', - 'Tales Uncle told [With illustrative woodcuts.]', - 'Questings', - 'Home Life on an Ostrich Farm. With ... illustrations', - 'Bulgarya i Bulgarowie', - 'Εἰς τα βαθη της Ἀφρικης [In darkest Africa.] ... Μεταφρασις Γεωρ. Σ. Βουτσινα, etc', - 'The Corsair, a tale', 'Poems ... With notes [With a portrait.]', - 'Report of the Librarian for the year 1898 (1899, 1901, 1909)', - "The World of Thought. A novel. By the author of 'Before I began to speak.'", - 'Amleto; tragedia ... recata in versi italiani da M. Leoni, etc'] Whilst using titles alone, is obviously insufficient to integrate bias in this collection it gives some insight into the topics covered by books in the corpus. Further looking into the tiles highlight some particular types of bias we might find in the collection. This should in no way be considered an exhaustive list. #### Colonialism We can see even in the above random sample of titles examples of colonial attitudes. We can try and interrogate this further by searching for the name of countries which were part of the British Empire at the time many of these books were published. Searching for the string `India` in the titles and randomly sampling 10 titles returns: - "Travels in India in the Seventeenth Century: by Sir Thomas Roe and Dr. John Fryer. Reprinted from the 'Calcutta Weekly Englishman.'", - 'A Winter in India and Malaysia among the Methodist Missions', - "The Tourist's Guide to all the principal stations on the railways of Northern India [By W. W.] ... Fifth edition", - 'Records of Sport and Military Life in Western India ... With an introduction by ... G. B. Malleson', - "Lakhmi, the Rájpút's Bride. A tale of Gujarát in Western India [A poem.]", - 'The West India Commonplace Book: compiled from parliamentary and official documents; shewing the interest of Great Britain in its Sugar Colonies', - "From Tonkin to India : by the sources of the Irawadi, January '95-January '96", - 'Case of the Ameers of Sinde : speeches of Mr. John Sullivan, and Captain William Eastwick, at a special court held at the India House, ... 26th January, 1844', - 'The Andaman Islands; their colonization, etc. A correspondence addressed to the India Office', - 'Ancient India as described by Ptolemy; being a translation of the chapters which describe India and Eastern Asia in the treatise on Geography written by Klaudios Ptolemaios ... with introduction, commentary, map of India according to Ptolemy, and ... index, by J. W. McCrindle'] Searching form the string `Africa` in the titles and randomly sampling 10 titles returns: - ['De Benguella ás Terras de Iácca. Descripção de uma viagem na Africa Central e Occidental ... Expedição organisada nos annos de 1877-1880. Edição illustrada', - 'To the New Geographical Society of Edinburgh [An address on Africa by H. M. Stanley.]', - 'Diamonds and Gold in South Africa ... With maps, etc', - 'Missionary Travels and Researches in South Africa ... With notes by F. S. Arnot. With map and illustrations. New edition', - 'A Narrative of a Visit to the Mauritius and South Africa ... Illustrated by two maps, sixteen etchings and twenty-eight wood-cuts', - 'Side Lights on South Africa ... With a map, etc', - 'My Second Journey through Equatorial Africa ... in ... 1886 and 1887 ... Translated ... by M. J. A. Bergmann. With a map ... and ... illustrations, etc', - 'Missionary Travels and Researches in South Africa ... With portrait and fullpage illustrations', - '[African sketches.] Narrative of a residence in South Africa ... A new edition. To which is prefixed a biographical sketch of the author by J. Conder', - 'Lake Ngami; or, Explorations and discoveries during four years wandering in the wilds of South Western Africa ... With a map, and numerous illustrations, etc'] Whilst this dataset doesn't include the underlying text it is important to consider the potential attitudes represented in the title of the books, or the full text if you are using this dataset in conjunction with the full text. [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information The books are licensed under the [CC Public Domain Mark 1.0](https://creativecommons.org/publicdomain/mark/1.0/) license. ### Citation Information ```bibtex @misc{british library_genre, title={ 19th Century Books - metadata with additional crowdsourced annotations}, url={https://doi.org/10.23636/BKHQ-0312}, author={{British Library} and Morris, Victoria and van Strien, Daniel and Tolfo, Giorgia and Afric, Lora and Robertson, Stewart and Tiney, Patricia and Dogterom, Annelies and Wollner, Ildi}, year={2021}} ``` ### Contributions Thanks to [@davanstrien](https://github.com/davanstrien) for adding this dataset.
TheBritishLibrary/blbooksgenre
[ "task_categories:text-classification", "task_categories:text-generation", "task_categories:fill-mask", "task_ids:topic-classification", "task_ids:multi-label-classification", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:expert-generated", "language_creators:crowdsourced", "language_creators:expert-generated", "multilinguality:multilingual", "size_categories:10K<n<100K", "size_categories:1K<n<10K", "source_datasets:original", "language:de", "language:en", "language:fr", "language:nl", "license:cc0-1.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced", "expert-generated"], "language": ["de", "en", "fr", "nl"], "license": ["cc0-1.0"], "multilinguality": ["multilingual"], "size_categories": ["10K<n<100K", "1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification", "text-generation", "fill-mask"], "task_ids": ["topic-classification", "multi-label-classification", "language-modeling", "masked-language-modeling"], "pretty_name": "British Library Books Genre", "config_names": ["annotated_raw", "raw", "title_genre_classifiction"], "dataset_info": [{"config_name": "title_genre_classifiction", "features": [{"name": "BL record ID", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "Fiction", "1": "Non-fiction"}}}}], "splits": [{"name": "train", "num_bytes": 187600, "num_examples": 1736}], "download_size": 20111420, "dataset_size": 187600}, {"config_name": "annotated_raw", "features": [{"name": "BL record ID", "dtype": "string"}, {"name": "Name", "dtype": "string"}, {"name": "Dates associated with name", "dtype": "string"}, {"name": "Type of name", "dtype": "string"}, {"name": "Role", "dtype": "string"}, {"name": "All names", "sequence": "string"}, {"name": "Title", "dtype": "string"}, {"name": "Variant titles", "dtype": "string"}, {"name": "Series title", "dtype": "string"}, {"name": "Number within series", "dtype": "string"}, {"name": "Country of publication", "sequence": "string"}, {"name": "Place of publication", "sequence": "string"}, {"name": "Publisher", "dtype": "string"}, {"name": "Date of publication", "dtype": "string"}, {"name": "Edition", "dtype": "string"}, {"name": "Physical description", "dtype": "string"}, {"name": "Dewey classification", "dtype": "string"}, {"name": "BL shelfmark", "dtype": "string"}, {"name": "Topics", "dtype": "string"}, {"name": "Genre", "dtype": "string"}, {"name": "Languages", "sequence": "string"}, {"name": "Notes", "dtype": "string"}, {"name": "BL record ID for physical resource", "dtype": "string"}, {"name": "classification_id", "dtype": "string"}, {"name": "user_id", "dtype": "string"}, {"name": "subject_ids", "dtype": "string"}, {"name": "annotator_date_pub", "dtype": "string"}, {"name": "annotator_normalised_date_pub", "dtype": "string"}, {"name": "annotator_edition_statement", "dtype": "string"}, {"name": "annotator_FAST_genre_terms", "dtype": "string"}, {"name": "annotator_FAST_subject_terms", "dtype": "string"}, {"name": "annotator_comments", "dtype": "string"}, {"name": "annotator_main_language", "dtype": "string"}, {"name": "annotator_other_languages_summaries", "dtype": "string"}, {"name": "annotator_summaries_language", "dtype": "string"}, {"name": "annotator_translation", "dtype": "string"}, {"name": "annotator_original_language", "dtype": "string"}, {"name": "annotator_publisher", "dtype": "string"}, {"name": "annotator_place_pub", "dtype": "string"}, {"name": "annotator_country", "dtype": "string"}, {"name": "annotator_title", "dtype": "string"}, {"name": "Link to digitised book", "dtype": "string"}, {"name": "annotated", "dtype": "bool"}, {"name": "Type of resource", "dtype": {"class_label": {"names": {"0": "Monograph", "1": "Serial"}}}}, {"name": "created_at", "dtype": "timestamp[s]"}, {"name": "annotator_genre", "dtype": {"class_label": {"names": {"0": "Fiction", "1": "Can't tell", "2": "Non-fiction", "3": "The book contains both Fiction and Non-Fiction"}}}}], "splits": [{"name": "train", "num_bytes": 3583138, "num_examples": 4398}], "download_size": 20111420, "dataset_size": 3583138}, {"config_name": "raw", "features": [{"name": "BL record ID", "dtype": "string"}, {"name": "Name", "dtype": "string"}, {"name": "Dates associated with name", "dtype": "string"}, {"name": "Type of name", "dtype": "string"}, {"name": "Role", "dtype": "string"}, {"name": "All names", "sequence": "string"}, {"name": "Title", "dtype": "string"}, {"name": "Variant titles", "dtype": "string"}, {"name": "Series title", "dtype": "string"}, {"name": "Number within series", "dtype": "string"}, {"name": "Country of publication", "sequence": "string"}, {"name": "Place of publication", "sequence": "string"}, {"name": "Publisher", "dtype": "string"}, {"name": "Date of publication", "dtype": "string"}, {"name": "Edition", "dtype": "string"}, {"name": "Physical description", "dtype": "string"}, {"name": "Dewey classification", "dtype": "string"}, {"name": "BL shelfmark", "dtype": "string"}, {"name": "Topics", "dtype": "string"}, {"name": "Genre", "dtype": "string"}, {"name": "Languages", "sequence": "string"}, {"name": "Notes", "dtype": "string"}, {"name": "BL record ID for physical resource", "dtype": "string"}, {"name": "classification_id", "dtype": "string"}, {"name": "user_id", "dtype": "string"}, {"name": "subject_ids", "dtype": "string"}, {"name": "annotator_date_pub", "dtype": "string"}, {"name": "annotator_normalised_date_pub", "dtype": "string"}, {"name": "annotator_edition_statement", "dtype": "string"}, {"name": "annotator_FAST_genre_terms", "dtype": "string"}, {"name": "annotator_FAST_subject_terms", "dtype": "string"}, {"name": "annotator_comments", "dtype": "string"}, {"name": "annotator_main_language", "dtype": "string"}, {"name": "annotator_other_languages_summaries", "dtype": "string"}, {"name": "annotator_summaries_language", "dtype": "string"}, {"name": "annotator_translation", "dtype": "string"}, {"name": "annotator_original_language", "dtype": "string"}, {"name": "annotator_publisher", "dtype": "string"}, {"name": "annotator_place_pub", "dtype": "string"}, {"name": "annotator_country", "dtype": "string"}, {"name": "annotator_title", "dtype": "string"}, {"name": "Link to digitised book", "dtype": "string"}, {"name": "annotated", "dtype": "bool"}, {"name": "Type of resource", "dtype": {"class_label": {"names": {"0": "Monograph", "1": "Serial", "2": "Monographic component part"}}}}, {"name": "created_at", "dtype": "string"}, {"name": "annotator_genre", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 27518816, "num_examples": 55343}], "download_size": 20111420, "dataset_size": 27518816}]}
2023-06-01T13:59:51+00:00
[]
[ "de", "en", "fr", "nl" ]
TAGS #task_categories-text-classification #task_categories-text-generation #task_categories-fill-mask #task_ids-topic-classification #task_ids-multi-label-classification #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-multilingual #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-German #language-English #language-French #language-Dutch #license-cc0-1.0 #region-us
Dataset Card for blbooksgenre ============================= Table of Contents ----------------- * Dataset Card for blbooksgenre + Table of Contents + Dataset Description - Dataset Summary - Supported Tasks and Leaderboards * Supervised tasks + Languages + Dataset Structure - Data Instances - Data Fields - Data Splits + Dataset Creation - Curation Rationale - Source Data * Initial Data Collection and Normalization * Who are the source language producers? - Annotations * Annotation process * Who are the annotators? - Personal and Sensitive Information + Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases * Colonialism - Other Known Limitations + Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions Dataset Description ------------------- * Homepage:: URL * Repository: URL * Paper: * Leaderboard: * Point of Contact: ### Dataset Summary This dataset consists of metadata relating to books digitised by the British Library in partnership with Microsoft. Some of this metadata was exported from the British Library catalogue whilst others was generated as part of a crowdsourcing project. The text of this book and other metadata can be found on the URL website. The majority of the books in this collection were published in the 18th and 19th Century but the collection also includes a smaller number of books from earlier periods. Items within this collection cover a wide range of subject areas including geography, philosophy, history, poetry and literature and are published in a variety of languages. For the subsection of the data which contains additional crowsourced annotations the date of publication breakdown is as follows: ### Supported Tasks and Leaderboards The digitised books collection which this dataset describes has been used in a variety of digital history and humanities projects since being published. This dataset is suitable for a variety of unsupervised tasks and for a 'genre classification task'. #### Supervised tasks The main possible use case for this dataset is to develop and evaluate 'genre classification' models. The dataset includes human generated labels for whether a book is 'fiction' or 'non-fiction'. This has been used to train models for genre classifcation which predict whether a book is 'fiction' or 'non-fiction' based on its title. ### Languages Dataset Structure ----------------- The dataset currently has three configurations intended to support a range of tasks for which this dataset could be used for: * 'title\_genre\_classifiction' : this creates a de-duplicated version of the dataset with the 'BL record', 'title' and 'label'. * 'annotated\_raw': This version of the dataset includes all fields from the original dataset which are annotated. This includes duplication from different annotators" * 'raw': This version of the dataset includes all the data from the original data including data without annotations. ### Data Instances An example data instance from the 'title\_genre\_classifiction' config: An example data instance from the 'annotated\_raw' config: ### Data Fields The data fields differ slightly between configs. All possible fields for the 'annotated\_raw' config are listed below. For the 'raw' version of the dataset datatypes are usually string to avoid errors when processing missing values. * 'BL record ID': an internal ID used by the British Library, this can be useful for linking this data to other BL collections. * 'Name': name associated with the item (usually author) * 'Dates associated with name': dates associated with above e.g. DOB * 'Type of name': whether 'Name' is a person or an organization etc. * 'Role': i.e. whether 'Name' is 'author', 'publisher' etc. * 'All names': a fuller list of names associated with the item. * 'Title': The title of the work * 'Variant titles' * 'Series title' * 'Number within series' * 'Country of publication': encoded as a list of countries listed in the metadata * 'Place of publication': encoded as a list of places listed in the metadata * 'Publisher' * 'Date of publication': this is encoded as a string since this field can include data ranges i.e.'1850-1855'. * 'Edition' * 'Physical description': encoded as a string since the format of this field varies * 'Dewey classification' * 'BL shelfmark': a British Library shelf mark * 'Topics': topics included in the catalogue record * 'Genre' the genre information included in the original catalogue record note that this is often missing * 'Languages'; encoded as a list of languages * 'Notes': notes from the catalogue record * 'BL record ID for physical resource' The following fields are all generated via the crowdsourcing task (discussed in more detail below) * 'classification\_id': ID for the classification in the annotation task * 'user\_id' ID for the annotator * 'subject\_ids': internal annotation task ID * 'annotator\_date\_pub': an updated publication data * 'annotator\_normalised\_date\_pub': normalized version of the above * 'annotator\_edition\_statement' updated edition * 'annotator\_FAST\_genre\_terms': FAST classification genre terms * 'annotator\_FAST\_subject\_terms': FAST subject terms * 'annotator\_comments': free form comments * 'annotator\_main\_language' * 'annotator\_other\_languages\_summaries' * ''annotator\_summaries\_language' * 'annotator\_translation' * 'annotator\_original\_language' * 'annotator\_publisher' * 'annotator\_place\_pub' * 'annotator\_country' * 'annotator\_title' * 'Link to digitised book' * 'annotated': 'bool' flag to indicate if row has annotations or not * 'created\_at': when the annotation was created * 'annotator\_genre': the updated annotation for the 'genre' of the book. Finally the 'label' field of the 'title\_genre\_classifiction' configuration is a class label with values 0 (Fiction) or 1 (Non-fiction). ### Data Splits This dataset contains a single split 'train'. Dataset Creation ---------------- Note this section is a work in progress. ### Curation Rationale The books in this collection were digitised as part of a project partnership between the British Library and Microsoft. Mass digitisation i.e. projects where there is a goal to quickly digitise large volumes of materials shape the selection of materials to include in a number of ways. Some consideratoins which are often involved in the decision of whether to include items for digitization include (but are not limited to): * copyright status * preservation needs- the size of an item, very large and very small items are often hard to digitize quickly These criteria can have knock-on effects on the makeup of a collection. For example systematically excluding large books may result in some types of book content not being digitized. Large volumes are likely to be correlated to content to at least some extent so excluding them from digitization will mean that material is under represented. Similarly copyright status is often (but not only) determined by publication data. This can often lead to a rapid fall in the number of items in a collection after a certain cut-off date. All of the above is largely to make clear that this collection was not curated with the aim of creating a representative sample of the British Library's holdings. Some material will be over-represented and other under-represented. Similarly, the collection should not be considered a representative sample of what was published across the time period covered by the dataset (nor that that the relative proportions of the data for each time period represent a proportional sample of publications from that period). ### Source Data The original source data (physical items) includes a variety of resources (predominantly monographs) held by the British Library. The British Library is a Legal Deposit library. "Legal deposit requires publishers to provide a copy of every work they publish in the UK to the British Library. It's existed in English law since 1662."source. #### Initial Data Collection and Normalization This version of the dataset was created partially from data exported from British Library catalogue records and partially via data generated from a crowdsourcing task involving British Library staff. #### Who are the source language producers? ### Annotations The data does includes metadata associated with the books these are produced by British Library staff. The additional annotations were carried out during 2020 as part of an internal crowdsourcing task. #### Annotation process New annotations were produced via a crowdsourcing tasks. Annotators have the option to pick titles from a particular language subset from the broader digitized 19th century books collection. As a result the annotations are not random and overrepresent some languages. #### Who are the annotators? Staff working at the British Library. Most of these staff work with metadata as part of their jobs and so could be considered expert annotators. ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- There a range of considerations around using the data. These include the representativeness of the dataset, the bias towards particular languages etc. It is also important to note that library metadata is not static. The metadata held in library catalogues is updated and changed over time for a variety of reasons. The way in which different institutions catalogue items also varies. As a result it is important to evaluate the performance of any models trained on this data before applying to a new collection. ### Social Impact of Dataset ### Discussion of Biases The text in this collection is derived from historic text. As a result the text will reflect to social beliefs and attitudes of this time period. The titles of the book give some sense of their content. Examples of book titles which appear in the data (these are randomly sampled from all titles): * 'Rhymes and Dreams, Legends of Pendle Forest, and other poems', * "Précis of Information concerning the Zulu Country, with a map. Prepared in the Intelligence Branch of the Quarter-Master-General's Department, Horse Guards, War Office, etc", * 'The fan. A poem', * 'Grif; a story of Australian Life', * 'Calypso; a masque: in three acts, etc', * 'Tales Uncle told [With illustrative woodcuts.]', * 'Questings', * 'Home Life on an Ostrich Farm. With ... illustrations', * 'Bulgarya i Bulgarowie', * 'Εἰς τα βαθη της Ἀφρικης [In darkest Africa.] ... Μεταφρασις Γεωρ. Σ. Βουτσινα, etc', * 'The Corsair, a tale', 'Poems ... With notes [With a portrait.]', * 'Report of the Librarian for the year 1898 (1899, 1901, 1909)', * "The World of Thought. A novel. By the author of 'Before I began to speak.'", * 'Amleto; tragedia ... recata in versi italiani da M. Leoni, etc'] Whilst using titles alone, is obviously insufficient to integrate bias in this collection it gives some insight into the topics covered by books in the corpus. Further looking into the tiles highlight some particular types of bias we might find in the collection. This should in no way be considered an exhaustive list. #### Colonialism We can see even in the above random sample of titles examples of colonial attitudes. We can try and interrogate this further by searching for the name of countries which were part of the British Empire at the time many of these books were published. Searching for the string 'India' in the titles and randomly sampling 10 titles returns: * "Travels in India in the Seventeenth Century: by Sir Thomas Roe and Dr. John Fryer. Reprinted from the 'Calcutta Weekly Englishman.'", * 'A Winter in India and Malaysia among the Methodist Missions', * "The Tourist's Guide to all the principal stations on the railways of Northern India [By W. W.] ... Fifth edition", * 'Records of Sport and Military Life in Western India ... With an introduction by ... G. B. Malleson', * "Lakhmi, the Rájpút's Bride. A tale of Gujarát in Western India [A poem.]", * 'The West India Commonplace Book: compiled from parliamentary and official documents; shewing the interest of Great Britain in its Sugar Colonies', * "From Tonkin to India : by the sources of the Irawadi, January '95-January '96", * 'Case of the Ameers of Sinde : speeches of Mr. John Sullivan, and Captain William Eastwick, at a special court held at the India House, ... 26th January, 1844', * 'The Andaman Islands; their colonization, etc. A correspondence addressed to the India Office', * 'Ancient India as described by Ptolemy; being a translation of the chapters which describe India and Eastern Asia in the treatise on Geography written by Klaudios Ptolemaios ... with introduction, commentary, map of India according to Ptolemy, and ... index, by J. W. McCrindle'] Searching form the string 'Africa' in the titles and randomly sampling 10 titles returns: * ['De Benguella ás Terras de Iácca. Descripção de uma viagem na Africa Central e Occidental ... Expedição organisada nos annos de 1877-1880. Edição illustrada', * 'To the New Geographical Society of Edinburgh [An address on Africa by H. M. Stanley.]', * 'Diamonds and Gold in South Africa ... With maps, etc', * 'Missionary Travels and Researches in South Africa ... With notes by F. S. Arnot. With map and illustrations. New edition', * 'A Narrative of a Visit to the Mauritius and South Africa ... Illustrated by two maps, sixteen etchings and twenty-eight wood-cuts', * 'Side Lights on South Africa ... With a map, etc', * 'My Second Journey through Equatorial Africa ... in ... 1886 and 1887 ... Translated ... by M. J. A. Bergmann. With a map ... and ... illustrations, etc', * 'Missionary Travels and Researches in South Africa ... With portrait and fullpage illustrations', * '[African sketches.] Narrative of a residence in South Africa ... A new edition. To which is prefixed a biographical sketch of the author by J. Conder', * 'Lake Ngami; or, Explorations and discoveries during four years wandering in the wilds of South Western Africa ... With a map, and numerous illustrations, etc'] Whilst this dataset doesn't include the underlying text it is important to consider the potential attitudes represented in the title of the books, or the full text if you are using this dataset in conjunction with the full text. ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information The books are licensed under the CC Public Domain Mark 1.0 license. ### Contributions Thanks to @davanstrien for adding this dataset.
[ "### Dataset Summary\n\n\nThis dataset consists of metadata relating to books digitised by the British Library in partnership with Microsoft. Some of this metadata was exported from the British Library catalogue whilst others was generated as part of a crowdsourcing project. The text of this book and other metadata can be found on the URL website.\n\n\nThe majority of the books in this collection were published in the 18th and 19th Century but the collection also includes a smaller number of books from earlier periods. Items within this collection cover a wide range of subject areas including geography, philosophy, history, poetry and literature and are published in a variety of languages.\n\n\nFor the subsection of the data which contains additional crowsourced annotations the date of publication breakdown is as follows:", "### Supported Tasks and Leaderboards\n\n\nThe digitised books collection which this dataset describes has been used in a variety of digital history and humanities projects since being published.\n\n\nThis dataset is suitable for a variety of unsupervised tasks and for a 'genre classification task'.", "#### Supervised tasks\n\n\nThe main possible use case for this dataset is to develop and evaluate 'genre classification' models. The dataset includes human generated labels for whether a book is 'fiction' or 'non-fiction'. This has been used to train models for genre classifcation which predict whether a book is 'fiction' or 'non-fiction' based on its title.", "### Languages\n\n\nDataset Structure\n-----------------\n\n\nThe dataset currently has three configurations intended to support a range of tasks for which this dataset could be used for:\n\n\n* 'title\\_genre\\_classifiction' : this creates a de-duplicated version of the dataset with the 'BL record', 'title' and 'label'.\n* 'annotated\\_raw': This version of the dataset includes all fields from the original dataset which are annotated. This includes duplication from different annotators\"\n* 'raw': This version of the dataset includes all the data from the original data including data without annotations.", "### Data Instances\n\n\nAn example data instance from the 'title\\_genre\\_classifiction' config:\n\n\nAn example data instance from the 'annotated\\_raw' config:", "### Data Fields\n\n\nThe data fields differ slightly between configs. All possible fields for the 'annotated\\_raw' config are listed below. For the 'raw' version of the dataset datatypes are usually string to avoid errors when processing missing values.\n\n\n* 'BL record ID': an internal ID used by the British Library, this can be useful for linking this data to other BL collections.\n* 'Name': name associated with the item (usually author)\n* 'Dates associated with name': dates associated with above e.g. DOB\n* 'Type of name': whether 'Name' is a person or an organization etc.\n* 'Role': i.e. whether 'Name' is 'author', 'publisher' etc.\n* 'All names': a fuller list of names associated with the item.\n* 'Title': The title of the work\n* 'Variant titles'\n* 'Series title'\n* 'Number within series'\n* 'Country of publication': encoded as a list of countries listed in the metadata\n* 'Place of publication': encoded as a list of places listed in the metadata\n* 'Publisher'\n* 'Date of publication': this is encoded as a string since this field can include data ranges i.e.'1850-1855'.\n* 'Edition'\n* 'Physical description': encoded as a string since the format of this field varies\n* 'Dewey classification'\n* 'BL shelfmark': a British Library shelf mark\n* 'Topics': topics included in the catalogue record\n* 'Genre' the genre information included in the original catalogue record note that this is often missing\n* 'Languages'; encoded as a list of languages\n* 'Notes': notes from the catalogue record\n* 'BL record ID for physical resource'\n\n\nThe following fields are all generated via the crowdsourcing task (discussed in more detail below)\n\n\n* 'classification\\_id': ID for the classification in the annotation task\n* 'user\\_id' ID for the annotator\n* 'subject\\_ids': internal annotation task ID\n* 'annotator\\_date\\_pub': an updated publication data\n* 'annotator\\_normalised\\_date\\_pub': normalized version of the above\n* 'annotator\\_edition\\_statement' updated edition\n* 'annotator\\_FAST\\_genre\\_terms': FAST classification genre terms\n* 'annotator\\_FAST\\_subject\\_terms': FAST subject terms\n* 'annotator\\_comments': free form comments\n* 'annotator\\_main\\_language'\n* 'annotator\\_other\\_languages\\_summaries'\n* ''annotator\\_summaries\\_language'\n* 'annotator\\_translation'\n* 'annotator\\_original\\_language'\n* 'annotator\\_publisher'\n* 'annotator\\_place\\_pub'\n* 'annotator\\_country'\n* 'annotator\\_title'\n* 'Link to digitised book'\n* 'annotated': 'bool' flag to indicate if row has annotations or not\n* 'created\\_at': when the annotation was created\n* 'annotator\\_genre': the updated annotation for the 'genre' of the book.\n\n\nFinally the 'label' field of the 'title\\_genre\\_classifiction' configuration is a class label with values 0 (Fiction) or 1 (Non-fiction).", "### Data Splits\n\n\nThis dataset contains a single split 'train'.\n\n\nDataset Creation\n----------------\n\n\nNote this section is a work in progress.", "### Curation Rationale\n\n\nThe books in this collection were digitised as part of a project partnership between the British Library and Microsoft. Mass digitisation i.e. projects where there is a goal to quickly digitise large volumes of materials shape the selection of materials to include in a number of ways. Some consideratoins which are often involved in the decision of whether to include items for digitization include (but are not limited to):\n\n\n* copyright status\n* preservation needs- the size of an item, very large and very small items are often hard to digitize quickly\n\n\nThese criteria can have knock-on effects on the makeup of a collection. For example systematically excluding large books may result in some types of book content not being digitized. Large volumes are likely to be correlated to content to at least some extent so excluding them from digitization will mean that material is under represented. Similarly copyright status is often (but not only) determined by publication data. This can often lead to a rapid fall in the number of items in a collection after a certain cut-off date.\n\n\nAll of the above is largely to make clear that this collection was not curated with the aim of creating a representative sample of the British Library's holdings. Some material will be over-represented and other under-represented. Similarly, the collection should not be considered a representative sample of what was published across the time period covered by the dataset (nor that that the relative proportions of the data for each time period represent a proportional sample of publications from that period).", "### Source Data\n\n\nThe original source data (physical items) includes a variety of resources (predominantly monographs) held by the British Library. The British Library is a Legal Deposit library. \"Legal deposit requires publishers to provide a copy of every work they publish in the UK to the British Library. It's existed in English law since 1662.\"source.", "#### Initial Data Collection and Normalization\n\n\nThis version of the dataset was created partially from data exported from British Library catalogue records and partially via data generated from a crowdsourcing task involving British Library staff.", "#### Who are the source language producers?", "### Annotations\n\n\nThe data does includes metadata associated with the books these are produced by British Library staff. The additional annotations were carried out during 2020 as part of an internal crowdsourcing task.", "#### Annotation process\n\n\nNew annotations were produced via a crowdsourcing tasks. Annotators have the option to pick titles from a particular language subset from the broader digitized 19th century books collection. As a result the annotations are not random and overrepresent some languages.", "#### Who are the annotators?\n\n\nStaff working at the British Library. Most of these staff work with metadata as part of their jobs and so could be considered expert annotators.", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------\n\n\nThere a range of considerations around using the data. These include the representativeness of the dataset, the bias towards particular languages etc.\n\n\nIt is also important to note that library metadata is not static. The metadata held in library catalogues is updated and changed over time for a variety of reasons.\n\n\nThe way in which different institutions catalogue items also varies. As a result it is important to evaluate the performance of any models trained on this data before applying to a new collection.", "### Social Impact of Dataset", "### Discussion of Biases\n\n\nThe text in this collection is derived from historic text. As a result the text will reflect to social beliefs and attitudes of this time period. The titles of the book give some sense of their content. Examples of book titles which appear in the data (these are randomly sampled from all titles):\n\n\n* 'Rhymes and Dreams, Legends of Pendle Forest, and other poems',\n* \"Précis of Information concerning the Zulu Country, with a map. Prepared in the Intelligence Branch of the Quarter-Master-General's Department, Horse Guards, War Office, etc\",\n* 'The fan. A poem',\n* 'Grif; a story of Australian Life',\n* 'Calypso; a masque: in three acts, etc',\n* 'Tales Uncle told [With illustrative woodcuts.]',\n* 'Questings',\n* 'Home Life on an Ostrich Farm. With ... illustrations',\n* 'Bulgarya i Bulgarowie',\n* 'Εἰς τα βαθη της Ἀφρικης [In darkest Africa.] ... Μεταφρασις Γεωρ. Σ. Βουτσινα, etc',\n* 'The Corsair, a tale',\n'Poems ... With notes [With a portrait.]',\n* 'Report of the Librarian for the year 1898 (1899, 1901, 1909)',\n* \"The World of Thought. A novel. By the author of 'Before I began to speak.'\",\n* 'Amleto; tragedia ... recata in versi italiani da M. Leoni, etc']\n\n\nWhilst using titles alone, is obviously insufficient to integrate bias in this collection it gives some insight into the topics covered by books in the corpus. Further looking into the tiles highlight some particular types of bias we might find in the collection. This should in no way be considered an exhaustive list.", "#### Colonialism\n\n\nWe can see even in the above random sample of titles examples of colonial attitudes. We can try and interrogate this further by searching for the name of countries which were part of the British Empire at the time many of these books were published.\n\n\nSearching for the string 'India' in the titles and randomly sampling 10 titles returns:\n\n\n* \"Travels in India in the Seventeenth Century: by Sir Thomas Roe and Dr. John Fryer. Reprinted from the 'Calcutta Weekly Englishman.'\",\n* 'A Winter in India and Malaysia among the Methodist Missions',\n* \"The Tourist's Guide to all the principal stations on the railways of Northern India [By W. W.] ... Fifth edition\",\n* 'Records of Sport and Military Life in Western India ... With an introduction by ... G. B. Malleson',\n* \"Lakhmi, the Rájpút's Bride. A tale of Gujarát in Western India [A poem.]\",\n* 'The West India Commonplace Book: compiled from parliamentary and official documents; shewing the interest of Great Britain in its Sugar Colonies',\n* \"From Tonkin to India : by the sources of the Irawadi, January '95-January '96\",\n* 'Case of the Ameers of Sinde : speeches of Mr. John Sullivan, and Captain William Eastwick, at a special court held at the India House, ... 26th January, 1844',\n* 'The Andaman Islands; their colonization, etc. A correspondence addressed to the India Office',\n* 'Ancient India as described by Ptolemy; being a translation of the chapters which describe India and Eastern Asia in the treatise on Geography written by Klaudios Ptolemaios ... with introduction, commentary, map of India according to Ptolemy, and ... index, by J. W. McCrindle']\n\n\nSearching form the string 'Africa' in the titles and randomly sampling 10 titles returns:\n\n\n* ['De Benguella ás Terras de Iácca. Descripção de uma viagem na Africa Central e Occidental ... Expedição organisada nos annos de 1877-1880. Edição illustrada',\n* 'To the New Geographical Society of Edinburgh [An address on Africa by H. M. Stanley.]',\n* 'Diamonds and Gold in South Africa ... With maps, etc',\n* 'Missionary Travels and Researches in South Africa ... With notes by F. S. Arnot. With map and illustrations. New edition',\n* 'A Narrative of a Visit to the Mauritius and South Africa ... Illustrated by two maps, sixteen etchings and twenty-eight wood-cuts',\n* 'Side Lights on South Africa ... With a map, etc',\n* 'My Second Journey through Equatorial Africa ... in ... 1886 and 1887 ... Translated ... by M. J. A. Bergmann. With a map ... and ... illustrations, etc',\n* 'Missionary Travels and Researches in South Africa ... With portrait and fullpage illustrations',\n* '[African sketches.] Narrative of a residence in South Africa ... A new edition. To which is prefixed a biographical sketch of the author by J. Conder',\n* 'Lake Ngami; or, Explorations and discoveries during four years wandering in the wilds of South Western Africa ... With a map, and numerous illustrations, etc']\n\n\nWhilst this dataset doesn't include the underlying text it is important to consider the potential attitudes represented in the title of the books, or the full text if you are using this dataset in conjunction with the full text.", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe books are licensed under the CC Public Domain Mark 1.0 license.", "### Contributions\n\n\nThanks to @davanstrien for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_categories-text-generation #task_categories-fill-mask #task_ids-topic-classification #task_ids-multi-label-classification #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-multilingual #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-German #language-English #language-French #language-Dutch #license-cc0-1.0 #region-us \n", "### Dataset Summary\n\n\nThis dataset consists of metadata relating to books digitised by the British Library in partnership with Microsoft. Some of this metadata was exported from the British Library catalogue whilst others was generated as part of a crowdsourcing project. The text of this book and other metadata can be found on the URL website.\n\n\nThe majority of the books in this collection were published in the 18th and 19th Century but the collection also includes a smaller number of books from earlier periods. Items within this collection cover a wide range of subject areas including geography, philosophy, history, poetry and literature and are published in a variety of languages.\n\n\nFor the subsection of the data which contains additional crowsourced annotations the date of publication breakdown is as follows:", "### Supported Tasks and Leaderboards\n\n\nThe digitised books collection which this dataset describes has been used in a variety of digital history and humanities projects since being published.\n\n\nThis dataset is suitable for a variety of unsupervised tasks and for a 'genre classification task'.", "#### Supervised tasks\n\n\nThe main possible use case for this dataset is to develop and evaluate 'genre classification' models. The dataset includes human generated labels for whether a book is 'fiction' or 'non-fiction'. This has been used to train models for genre classifcation which predict whether a book is 'fiction' or 'non-fiction' based on its title.", "### Languages\n\n\nDataset Structure\n-----------------\n\n\nThe dataset currently has three configurations intended to support a range of tasks for which this dataset could be used for:\n\n\n* 'title\\_genre\\_classifiction' : this creates a de-duplicated version of the dataset with the 'BL record', 'title' and 'label'.\n* 'annotated\\_raw': This version of the dataset includes all fields from the original dataset which are annotated. This includes duplication from different annotators\"\n* 'raw': This version of the dataset includes all the data from the original data including data without annotations.", "### Data Instances\n\n\nAn example data instance from the 'title\\_genre\\_classifiction' config:\n\n\nAn example data instance from the 'annotated\\_raw' config:", "### Data Fields\n\n\nThe data fields differ slightly between configs. All possible fields for the 'annotated\\_raw' config are listed below. For the 'raw' version of the dataset datatypes are usually string to avoid errors when processing missing values.\n\n\n* 'BL record ID': an internal ID used by the British Library, this can be useful for linking this data to other BL collections.\n* 'Name': name associated with the item (usually author)\n* 'Dates associated with name': dates associated with above e.g. DOB\n* 'Type of name': whether 'Name' is a person or an organization etc.\n* 'Role': i.e. whether 'Name' is 'author', 'publisher' etc.\n* 'All names': a fuller list of names associated with the item.\n* 'Title': The title of the work\n* 'Variant titles'\n* 'Series title'\n* 'Number within series'\n* 'Country of publication': encoded as a list of countries listed in the metadata\n* 'Place of publication': encoded as a list of places listed in the metadata\n* 'Publisher'\n* 'Date of publication': this is encoded as a string since this field can include data ranges i.e.'1850-1855'.\n* 'Edition'\n* 'Physical description': encoded as a string since the format of this field varies\n* 'Dewey classification'\n* 'BL shelfmark': a British Library shelf mark\n* 'Topics': topics included in the catalogue record\n* 'Genre' the genre information included in the original catalogue record note that this is often missing\n* 'Languages'; encoded as a list of languages\n* 'Notes': notes from the catalogue record\n* 'BL record ID for physical resource'\n\n\nThe following fields are all generated via the crowdsourcing task (discussed in more detail below)\n\n\n* 'classification\\_id': ID for the classification in the annotation task\n* 'user\\_id' ID for the annotator\n* 'subject\\_ids': internal annotation task ID\n* 'annotator\\_date\\_pub': an updated publication data\n* 'annotator\\_normalised\\_date\\_pub': normalized version of the above\n* 'annotator\\_edition\\_statement' updated edition\n* 'annotator\\_FAST\\_genre\\_terms': FAST classification genre terms\n* 'annotator\\_FAST\\_subject\\_terms': FAST subject terms\n* 'annotator\\_comments': free form comments\n* 'annotator\\_main\\_language'\n* 'annotator\\_other\\_languages\\_summaries'\n* ''annotator\\_summaries\\_language'\n* 'annotator\\_translation'\n* 'annotator\\_original\\_language'\n* 'annotator\\_publisher'\n* 'annotator\\_place\\_pub'\n* 'annotator\\_country'\n* 'annotator\\_title'\n* 'Link to digitised book'\n* 'annotated': 'bool' flag to indicate if row has annotations or not\n* 'created\\_at': when the annotation was created\n* 'annotator\\_genre': the updated annotation for the 'genre' of the book.\n\n\nFinally the 'label' field of the 'title\\_genre\\_classifiction' configuration is a class label with values 0 (Fiction) or 1 (Non-fiction).", "### Data Splits\n\n\nThis dataset contains a single split 'train'.\n\n\nDataset Creation\n----------------\n\n\nNote this section is a work in progress.", "### Curation Rationale\n\n\nThe books in this collection were digitised as part of a project partnership between the British Library and Microsoft. Mass digitisation i.e. projects where there is a goal to quickly digitise large volumes of materials shape the selection of materials to include in a number of ways. Some consideratoins which are often involved in the decision of whether to include items for digitization include (but are not limited to):\n\n\n* copyright status\n* preservation needs- the size of an item, very large and very small items are often hard to digitize quickly\n\n\nThese criteria can have knock-on effects on the makeup of a collection. For example systematically excluding large books may result in some types of book content not being digitized. Large volumes are likely to be correlated to content to at least some extent so excluding them from digitization will mean that material is under represented. Similarly copyright status is often (but not only) determined by publication data. This can often lead to a rapid fall in the number of items in a collection after a certain cut-off date.\n\n\nAll of the above is largely to make clear that this collection was not curated with the aim of creating a representative sample of the British Library's holdings. Some material will be over-represented and other under-represented. Similarly, the collection should not be considered a representative sample of what was published across the time period covered by the dataset (nor that that the relative proportions of the data for each time period represent a proportional sample of publications from that period).", "### Source Data\n\n\nThe original source data (physical items) includes a variety of resources (predominantly monographs) held by the British Library. The British Library is a Legal Deposit library. \"Legal deposit requires publishers to provide a copy of every work they publish in the UK to the British Library. It's existed in English law since 1662.\"source.", "#### Initial Data Collection and Normalization\n\n\nThis version of the dataset was created partially from data exported from British Library catalogue records and partially via data generated from a crowdsourcing task involving British Library staff.", "#### Who are the source language producers?", "### Annotations\n\n\nThe data does includes metadata associated with the books these are produced by British Library staff. The additional annotations were carried out during 2020 as part of an internal crowdsourcing task.", "#### Annotation process\n\n\nNew annotations were produced via a crowdsourcing tasks. Annotators have the option to pick titles from a particular language subset from the broader digitized 19th century books collection. As a result the annotations are not random and overrepresent some languages.", "#### Who are the annotators?\n\n\nStaff working at the British Library. Most of these staff work with metadata as part of their jobs and so could be considered expert annotators.", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------\n\n\nThere a range of considerations around using the data. These include the representativeness of the dataset, the bias towards particular languages etc.\n\n\nIt is also important to note that library metadata is not static. The metadata held in library catalogues is updated and changed over time for a variety of reasons.\n\n\nThe way in which different institutions catalogue items also varies. As a result it is important to evaluate the performance of any models trained on this data before applying to a new collection.", "### Social Impact of Dataset", "### Discussion of Biases\n\n\nThe text in this collection is derived from historic text. As a result the text will reflect to social beliefs and attitudes of this time period. The titles of the book give some sense of their content. Examples of book titles which appear in the data (these are randomly sampled from all titles):\n\n\n* 'Rhymes and Dreams, Legends of Pendle Forest, and other poems',\n* \"Précis of Information concerning the Zulu Country, with a map. Prepared in the Intelligence Branch of the Quarter-Master-General's Department, Horse Guards, War Office, etc\",\n* 'The fan. A poem',\n* 'Grif; a story of Australian Life',\n* 'Calypso; a masque: in three acts, etc',\n* 'Tales Uncle told [With illustrative woodcuts.]',\n* 'Questings',\n* 'Home Life on an Ostrich Farm. With ... illustrations',\n* 'Bulgarya i Bulgarowie',\n* 'Εἰς τα βαθη της Ἀφρικης [In darkest Africa.] ... Μεταφρασις Γεωρ. Σ. Βουτσινα, etc',\n* 'The Corsair, a tale',\n'Poems ... With notes [With a portrait.]',\n* 'Report of the Librarian for the year 1898 (1899, 1901, 1909)',\n* \"The World of Thought. A novel. By the author of 'Before I began to speak.'\",\n* 'Amleto; tragedia ... recata in versi italiani da M. Leoni, etc']\n\n\nWhilst using titles alone, is obviously insufficient to integrate bias in this collection it gives some insight into the topics covered by books in the corpus. Further looking into the tiles highlight some particular types of bias we might find in the collection. This should in no way be considered an exhaustive list.", "#### Colonialism\n\n\nWe can see even in the above random sample of titles examples of colonial attitudes. We can try and interrogate this further by searching for the name of countries which were part of the British Empire at the time many of these books were published.\n\n\nSearching for the string 'India' in the titles and randomly sampling 10 titles returns:\n\n\n* \"Travels in India in the Seventeenth Century: by Sir Thomas Roe and Dr. John Fryer. Reprinted from the 'Calcutta Weekly Englishman.'\",\n* 'A Winter in India and Malaysia among the Methodist Missions',\n* \"The Tourist's Guide to all the principal stations on the railways of Northern India [By W. W.] ... Fifth edition\",\n* 'Records of Sport and Military Life in Western India ... With an introduction by ... G. B. Malleson',\n* \"Lakhmi, the Rájpút's Bride. A tale of Gujarát in Western India [A poem.]\",\n* 'The West India Commonplace Book: compiled from parliamentary and official documents; shewing the interest of Great Britain in its Sugar Colonies',\n* \"From Tonkin to India : by the sources of the Irawadi, January '95-January '96\",\n* 'Case of the Ameers of Sinde : speeches of Mr. John Sullivan, and Captain William Eastwick, at a special court held at the India House, ... 26th January, 1844',\n* 'The Andaman Islands; their colonization, etc. A correspondence addressed to the India Office',\n* 'Ancient India as described by Ptolemy; being a translation of the chapters which describe India and Eastern Asia in the treatise on Geography written by Klaudios Ptolemaios ... with introduction, commentary, map of India according to Ptolemy, and ... index, by J. W. McCrindle']\n\n\nSearching form the string 'Africa' in the titles and randomly sampling 10 titles returns:\n\n\n* ['De Benguella ás Terras de Iácca. Descripção de uma viagem na Africa Central e Occidental ... Expedição organisada nos annos de 1877-1880. Edição illustrada',\n* 'To the New Geographical Society of Edinburgh [An address on Africa by H. M. Stanley.]',\n* 'Diamonds and Gold in South Africa ... With maps, etc',\n* 'Missionary Travels and Researches in South Africa ... With notes by F. S. Arnot. With map and illustrations. New edition',\n* 'A Narrative of a Visit to the Mauritius and South Africa ... Illustrated by two maps, sixteen etchings and twenty-eight wood-cuts',\n* 'Side Lights on South Africa ... With a map, etc',\n* 'My Second Journey through Equatorial Africa ... in ... 1886 and 1887 ... Translated ... by M. J. A. Bergmann. With a map ... and ... illustrations, etc',\n* 'Missionary Travels and Researches in South Africa ... With portrait and fullpage illustrations',\n* '[African sketches.] Narrative of a residence in South Africa ... A new edition. To which is prefixed a biographical sketch of the author by J. Conder',\n* 'Lake Ngami; or, Explorations and discoveries during four years wandering in the wilds of South Western Africa ... With a map, and numerous illustrations, etc']\n\n\nWhilst this dataset doesn't include the underlying text it is important to consider the potential attitudes represented in the title of the books, or the full text if you are using this dataset in conjunction with the full text.", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe books are licensed under the CC Public Domain Mark 1.0 license.", "### Contributions\n\n\nThanks to @davanstrien for adding this dataset." ]
[ 187, 171, 64, 90, 147, 44, 822, 33, 332, 82, 48, 10, 42, 64, 39, 126, 7, 438, 849, 14, 6, 20, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_categories-text-generation #task_categories-fill-mask #task_ids-topic-classification #task_ids-multi-label-classification #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-multilingual #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-German #language-English #language-French #language-Dutch #license-cc0-1.0 #region-us \n### Dataset Summary\n\n\nThis dataset consists of metadata relating to books digitised by the British Library in partnership with Microsoft. Some of this metadata was exported from the British Library catalogue whilst others was generated as part of a crowdsourcing project. The text of this book and other metadata can be found on the URL website.\n\n\nThe majority of the books in this collection were published in the 18th and 19th Century but the collection also includes a smaller number of books from earlier periods. Items within this collection cover a wide range of subject areas including geography, philosophy, history, poetry and literature and are published in a variety of languages.\n\n\nFor the subsection of the data which contains additional crowsourced annotations the date of publication breakdown is as follows:### Supported Tasks and Leaderboards\n\n\nThe digitised books collection which this dataset describes has been used in a variety of digital history and humanities projects since being published.\n\n\nThis dataset is suitable for a variety of unsupervised tasks and for a 'genre classification task'.", "passage: #### Supervised tasks\n\n\nThe main possible use case for this dataset is to develop and evaluate 'genre classification' models. The dataset includes human generated labels for whether a book is 'fiction' or 'non-fiction'. This has been used to train models for genre classifcation which predict whether a book is 'fiction' or 'non-fiction' based on its title.### Languages\n\n\nDataset Structure\n-----------------\n\n\nThe dataset currently has three configurations intended to support a range of tasks for which this dataset could be used for:\n\n\n* 'title\\_genre\\_classifiction' : this creates a de-duplicated version of the dataset with the 'BL record', 'title' and 'label'.\n* 'annotated\\_raw': This version of the dataset includes all fields from the original dataset which are annotated. This includes duplication from different annotators\"\n* 'raw': This version of the dataset includes all the data from the original data including data without annotations.### Data Instances\n\n\nAn example data instance from the 'title\\_genre\\_classifiction' config:\n\n\nAn example data instance from the 'annotated\\_raw' config:", "passage: ### Data Fields\n\n\nThe data fields differ slightly between configs. All possible fields for the 'annotated\\_raw' config are listed below. For the 'raw' version of the dataset datatypes are usually string to avoid errors when processing missing values.\n\n\n* 'BL record ID': an internal ID used by the British Library, this can be useful for linking this data to other BL collections.\n* 'Name': name associated with the item (usually author)\n* 'Dates associated with name': dates associated with above e.g. DOB\n* 'Type of name': whether 'Name' is a person or an organization etc.\n* 'Role': i.e. whether 'Name' is 'author', 'publisher' etc.\n* 'All names': a fuller list of names associated with the item.\n* 'Title': The title of the work\n* 'Variant titles'\n* 'Series title'\n* 'Number within series'\n* 'Country of publication': encoded as a list of countries listed in the metadata\n* 'Place of publication': encoded as a list of places listed in the metadata\n* 'Publisher'\n* 'Date of publication': this is encoded as a string since this field can include data ranges i.e.'1850-1855'.\n* 'Edition'\n* 'Physical description': encoded as a string since the format of this field varies\n* 'Dewey classification'\n* 'BL shelfmark': a British Library shelf mark\n* 'Topics': topics included in the catalogue record\n* 'Genre' the genre information included in the original catalogue record note that this is often missing\n* 'Languages'; encoded as a list of languages\n* 'Notes': notes from the catalogue record\n* 'BL record ID for physical resource'\n\n\nThe following fields are all generated via the crowdsourcing task (discussed in more detail below)\n\n\n* 'classification\\_id': ID for the classification in the annotation task\n* 'user\\_id' ID for the annotator\n* 'subject\\_ids': internal annotation task ID\n* 'annotator\\_date\\_pub': an updated publication data\n* 'annotator\\_normalised\\_date\\_pub': normalized version of the above\n* 'annotator\\_edition\\_statement' updated edition\n* 'annotator\\_FAST\\_genre\\_terms': FAST classification genre terms\n* 'annotator\\_FAST\\_subject\\_terms': FAST subject terms\n* 'annotator\\_comments': free form comments\n* 'annotator\\_main\\_language'\n* 'annotator\\_other\\_languages\\_summaries'\n* ''annotator\\_summaries\\_language'\n* 'annotator\\_translation'\n* 'annotator\\_original\\_language'\n* 'annotator\\_publisher'\n* 'annotator\\_place\\_pub'\n* 'annotator\\_country'\n* 'annotator\\_title'\n* 'Link to digitised book'\n* 'annotated': 'bool' flag to indicate if row has annotations or not\n* 'created\\_at': when the annotation was created\n* 'annotator\\_genre': the updated annotation for the 'genre' of the book.\n\n\nFinally the 'label' field of the 'title\\_genre\\_classifiction' configuration is a class label with values 0 (Fiction) or 1 (Non-fiction).### Data Splits\n\n\nThis dataset contains a single split 'train'.\n\n\nDataset Creation\n----------------\n\n\nNote this section is a work in progress.### Curation Rationale\n\n\nThe books in this collection were digitised as part of a project partnership between the British Library and Microsoft. Mass digitisation i.e. projects where there is a goal to quickly digitise large volumes of materials shape the selection of materials to include in a number of ways. Some consideratoins which are often involved in the decision of whether to include items for digitization include (but are not limited to):\n\n\n* copyright status\n* preservation needs- the size of an item, very large and very small items are often hard to digitize quickly\n\n\nThese criteria can have knock-on effects on the makeup of a collection. For example systematically excluding large books may result in some types of book content not being digitized. Large volumes are likely to be correlated to content to at least some extent so excluding them from digitization will mean that material is under represented. Similarly copyright status is often (but not only) determined by publication data. This can often lead to a rapid fall in the number of items in a collection after a certain cut-off date.\n\n\nAll of the above is largely to make clear that this collection was not curated with the aim of creating a representative sample of the British Library's holdings. Some material will be over-represented and other under-represented. Similarly, the collection should not be considered a representative sample of what was published across the time period covered by the dataset (nor that that the relative proportions of the data for each time period represent a proportional sample of publications from that period).### Source Data\n\n\nThe original source data (physical items) includes a variety of resources (predominantly monographs) held by the British Library. The British Library is a Legal Deposit library. \"Legal deposit requires publishers to provide a copy of every work they publish in the UK to the British Library. It's existed in English law since 1662.\"source.#### Initial Data Collection and Normalization\n\n\nThis version of the dataset was created partially from data exported from British Library catalogue records and partially via data generated from a crowdsourcing task involving British Library staff.#### Who are the source language producers?", "passage: ### Annotations\n\n\nThe data does includes metadata associated with the books these are produced by British Library staff. The additional annotations were carried out during 2020 as part of an internal crowdsourcing task.#### Annotation process\n\n\nNew annotations were produced via a crowdsourcing tasks. Annotators have the option to pick titles from a particular language subset from the broader digitized 19th century books collection. As a result the annotations are not random and overrepresent some languages.#### Who are the annotators?\n\n\nStaff working at the British Library. Most of these staff work with metadata as part of their jobs and so could be considered expert annotators.### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------\n\n\nThere a range of considerations around using the data. These include the representativeness of the dataset, the bias towards particular languages etc.\n\n\nIt is also important to note that library metadata is not static. The metadata held in library catalogues is updated and changed over time for a variety of reasons.\n\n\nThe way in which different institutions catalogue items also varies. As a result it is important to evaluate the performance of any models trained on this data before applying to a new collection.### Social Impact of Dataset", "passage: ### Discussion of Biases\n\n\nThe text in this collection is derived from historic text. As a result the text will reflect to social beliefs and attitudes of this time period. The titles of the book give some sense of their content. Examples of book titles which appear in the data (these are randomly sampled from all titles):\n\n\n* 'Rhymes and Dreams, Legends of Pendle Forest, and other poems',\n* \"Précis of Information concerning the Zulu Country, with a map. Prepared in the Intelligence Branch of the Quarter-Master-General's Department, Horse Guards, War Office, etc\",\n* 'The fan. A poem',\n* 'Grif; a story of Australian Life',\n* 'Calypso; a masque: in three acts, etc',\n* 'Tales Uncle told [With illustrative woodcuts.]',\n* 'Questings',\n* 'Home Life on an Ostrich Farm. With ... illustrations',\n* 'Bulgarya i Bulgarowie',\n* 'Εἰς τα βαθη της Ἀφρικης [In darkest Africa.] ... Μεταφρασις Γεωρ. Σ. Βουτσινα, etc',\n* 'The Corsair, a tale',\n'Poems ... With notes [With a portrait.]',\n* 'Report of the Librarian for the year 1898 (1899, 1901, 1909)',\n* \"The World of Thought. A novel. By the author of 'Before I began to speak.'\",\n* 'Amleto; tragedia ... recata in versi italiani da M. Leoni, etc']\n\n\nWhilst using titles alone, is obviously insufficient to integrate bias in this collection it gives some insight into the topics covered by books in the corpus. Further looking into the tiles highlight some particular types of bias we might find in the collection. This should in no way be considered an exhaustive list." ]
[ 0.0015457794070243835, 0.15374667942523956, -0.0037239152006804943, 0.05554662272334099, 0.03039952553808689, 0.03922877460718155, 0.09529595077037811, 0.03636271506547928, -0.0033798187505453825, 0.057951390743255615, 0.0014638833235949278, 0.0073682083748281, 0.06970643997192383, 0.03249438852071762, 0.010355114005506039, -0.19051524996757507, 0.05949436500668526, -0.060808341950178146, 0.006218121852725744, 0.06176803261041641, 0.09055061638355255, -0.08177431672811508, 0.06278322637081146, -0.05889604240655899, -0.0017408430576324463, 0.009303722530603409, -0.05514516308903694, -0.03985770419239998, 0.10663171112537384, 0.13352707028388977, 0.07891838997602463, -0.016709603369235992, 0.03467912599444389, -0.1564144641160965, 0.011403994634747505, 0.07545506209135056, -0.02204320766031742, 0.008655061013996601, 0.0585317388176918, -0.01758822612464428, 0.19107264280319214, -0.022351372987031937, 0.04410495609045029, -0.01889890432357788, -0.09682508558034897, -0.09212758392095566, -0.0829697847366333, -0.0032043710816651583, -0.016699742525815964, 0.04412158578634262, -0.008871469646692276, 0.05541234090924263, -0.01294477004557848, 0.023741871118545532, 0.12291568517684937, -0.11426558345556259, -0.012563725933432579, 0.05253501981496811, 0.04640106484293938, 0.1757199466228485, -0.10656561702489853, -0.001040055649355054, -0.015466229990124702, 0.04338525980710983, 0.00858106929808855, -0.024802744388580322, -0.01058814488351345, 0.029495885595679283, -0.10520881414413452, -0.1074177622795105, 0.2258796989917755, -0.01948026940226555, -0.10276313126087189, -0.09085504710674286, -0.017004920169711113, 0.10879915952682495, -0.0055647240951657295, -0.016699014231562614, 0.010043683461844921, -0.015207042917609215, 0.09460635483264923, -0.078920379281044, -0.0877196416258812, 0.04753159359097481, -0.09903561323881149, 0.09425826370716095, -0.006623540073633194, 0.038588233292102814, 0.009867853485047817, 0.031922537833452225, -0.027174348011612892, -0.02037268877029419, -0.03730424866080284, -0.047925058752298355, -0.02998783253133297, -0.011213192716240883, -0.034304868429899216, -0.08600201457738876, -0.02550608292222023, 0.03990894556045532, -0.056404583156108856, -0.01622336357831955, -0.12991489470005035, 0.04076790437102318, 0.16142693161964417, 0.06471917778253555, -0.0441628098487854, -0.07908789068460464, 0.017128560692071915, 0.0050000399351119995, 0.03187734633684158, -0.027485212311148643, -0.018951361998915672, -0.01612669602036476, -0.009936710819602013, 0.004722917918115854, 0.054804932326078415, 0.0008894652128219604, -0.03131907433271408, -0.05567546933889389, 0.11102696508169174, -0.10752446949481964, -0.04506592079997063, -0.017485475167632103, -0.04367009550333023, -0.04722089320421219, 0.022190643474459648, 0.012375871650874615, -0.06501184403896332, 0.06648347526788712, -0.05863374471664429, -0.05633046478033066, -0.044898055493831635, -0.11245688050985336, 0.01890438422560692, -0.05220714211463928, -0.03204493224620819, -0.025058161467313766, -0.16935262084007263, -0.055235158652067184, 0.012137315236032009, 0.005194646771997213, 0.005378272384405136, 0.002673292998224497, 0.03645564243197441, -0.0479678139090538, -0.0035875500179827213, -0.008178746327757835, -0.06592968851327896, 0.03258642554283142, -0.10156216472387314, 0.0331047959625721, -0.08339294046163559, 0.03094061277806759, -0.1044687032699585, 0.008056329563260078, -0.14482690393924713, 0.07143507152795792, -0.07311531156301498, -0.07297111302614212, -0.03003993257880211, 0.0027953616809099913, 0.013339911587536335, 0.05883403867483139, -0.08690737187862396, 0.061428844928741455, -0.1568067967891693, -0.027647852897644043, 0.06657049059867859, -0.11774970591068268, -0.012199068441987038, 0.08971971273422241, -0.07219655811786652, 0.05496516823768616, 0.10211346298456192, 0.07627441734075546, 0.027348047122359276, 0.008699587546288967, -0.08802275359630585, -0.03017559088766575, 0.027316194027662277, 0.16799908876419067, 0.07747533172369003, -0.030688151717185974, 0.033415649086236954, 0.006917784921824932, -0.024398470297455788, -0.09319506585597992, 0.013499891385436058, -0.018399378284811974, 0.010761451907455921, 0.0068067447282373905, 0.046022750437259674, 0.00478946790099144, -0.08324532210826874, -0.01223811972886324, -0.042272284626960754, 0.046174295246601105, 0.038851164281368256, -0.037170108407735825, 0.02545049786567688, 0.00726656336337328, 0.009770723059773445, 0.02495844103395939, -0.015645036473870277, -0.17654386162757874, -0.06445825099945068, 0.04237586259841919, -0.06594348698854446, 0.13119667768478394, 0.10862754285335541, -0.029266223311424255, 0.04731079190969467, -0.03808090090751648, 0.05481300875544548, -0.07082754373550415, -0.03787344694137573, -0.025899017229676247, -0.13613957166671753, -0.012452580034732819, -0.04416010528802872, 0.040308792144060135, -0.12455477565526962, -0.010354101657867432, 0.02036251313984394, 0.05348774790763855, 0.061606429517269135, -0.05588219687342644, 0.041428763419389725, 0.031267743557691574, -0.06674377620220184, -0.01154198870062828, -0.03477107360959053, -0.04502274841070175, -0.04278687387704849, 0.07868856191635132, -0.14281176030635834, -0.056825220584869385, 0.06547171622514725, 0.04582015424966812, -0.00876419898122549, -0.04168931394815445, -0.04840312898159027, 0.0024549944791942835, -0.10623905807733536, -0.046036165207624435, 0.1396961361169815, 0.02952604927122593, 0.032855525612831116, -0.11471755802631378, -0.042846016585826874, -0.03629565238952637, -0.012039659544825554, -0.07775350660085678, 0.03171522542834282, 0.002129909349605441, -0.14170348644256592, 0.08584459125995636, 0.04946171119809151, 0.04164951294660568, 0.17655940353870392, 0.06028621271252632, -0.09278960525989532, 0.0026285885833203793, -0.037023670971393585, -0.022423725575208664, 0.09017349034547806, -0.11530723422765732, 0.0362243726849556, 0.04606753587722778, 0.007660703267902136, 0.018372688442468643, -0.0529337152838707, 0.03298233076930046, 0.044699136167764664, -0.03591160476207733, -0.026205342262983322, -0.05233591049909592, 0.05120455101132393, 0.1031188815832138, -0.005402639973908663, 0.08974343538284302, -0.03408185392618179, -0.047997187823057175, -0.07560770958662033, 0.14578638970851898, -0.1298505961894989, -0.2560034394264221, -0.14582780003547668, -0.051916319876909256, -0.07715198397636414, 0.049244776368141174, 0.008004766888916492, 0.03657512739300728, -0.07590755820274353, -0.10760414600372314, 0.14550118148326874, -0.042177923023700714, -0.08391465246677399, -0.1289413422346115, 0.04363418370485306, -0.06734021008014679, -0.11619816720485687, 0.03584445267915726, 0.039566513150930405, -0.007404324598610401, -0.008940065279603004, 0.015405779704451561, 0.07559175789356232, -0.00011108614125987515, -0.023774942383170128, -0.0794859230518341, -0.027978727594017982, 0.18687042593955994, -0.07382979989051819, 0.044536758214235306, 0.02542172744870186, -0.09901513904333115, 0.04188332334160805, 0.1544017642736435, 0.0012033842504024506, -0.05427544191479683, 0.003851070301607251, 0.054628126323223114, -0.021643463522195816, -0.22989733517169952, -0.07720266282558441, -0.03214516490697861, 0.030697863548994064, 0.03936970606446266, 0.02622893452644348, 0.009356263093650341, 0.031038209795951843, -0.1283522993326187, 0.0687386766076088, 0.019156789407134056, 0.029914161190390587, 0.1329113394021988, -0.01608779840171337, 0.05079278349876404, -0.05750907585024834, 0.03183141350746155, 0.12692150473594666, 0.016953829675912857, 0.1341494917869568, -0.05037574842572212, 0.08313380181789398, 0.05633607506752014, 0.024276375770568848, 0.022333236411213875, 0.032099198549985886, 0.0327659547328949, 0.03794676810503006, -0.0735154002904892, -0.034832507371902466, -0.10073505342006683, 0.07075124233961105, 0.047509849071502686, -0.02942565456032753, 0.00902895350009203, -0.08680406957864761, -0.013551997020840645, 0.036765433847904205, -0.013506097719073296, -0.06925761699676514, -0.051817625761032104, 0.07821674644947052, -0.04775834456086159, -0.13543835282325745, 0.01331128366291523, 0.12988483905792236, -0.10973717272281647, 0.019716907292604446, 0.004001013468950987, 0.05791791155934334, -0.1283522993326187, -0.004690952133387327, -0.1031668409705162, -0.02908824011683464, -0.05446794629096985, 0.07343228161334991, -0.11695148050785065, 0.1530335247516632, 0.039713792502880096, -0.014039126224815845, -0.08737136423587799, 0.009799572639167309, -0.0004557233187370002, 0.041079625487327576, 0.09333813190460205, 0.015898611396551132, -0.10580955445766449, -0.0003513261617626995, -0.003267091466113925, 0.032047517597675323, 0.06746602058410645, -0.08643823862075806, 0.10419487953186035, 0.002900299383327365, 0.0435132272541523, -0.04246983677148819, 0.01804369129240513, -0.06500565260648727, -0.20255525410175323, 0.0604763999581337, -0.03914288431406021, 0.014920800924301147, -0.032792750746011734, -0.019283141940832138, 0.014517322182655334, 0.11328140646219254, -0.06309675425291061, -0.07665963470935822, -0.08204551041126251, 0.06727955490350723, 0.13151487708091736, -0.010053446516394615, 0.01523415744304657, -0.028075192123651505, 0.12860940396785736, -0.05598363280296326, -0.07200329750776291, -0.028638532385230064, -0.024669522419571877, -0.119256392121315, -0.05893450230360031, 0.04155115410685539, 0.11703095585107803, 0.0665583610534668, -0.025715375319123268, 0.0624956376850605, 0.013314349576830864, -0.04017333313822746, -0.017874402925372124, 0.1237475723028183, 0.06524312496185303, 0.16049909591674805, -0.06323699653148651, -0.1443214863538742, -0.05912856385111809, -0.09980765730142593, 0.062055062502622604, 0.11134682595729828, 0.0004263702721800655, 0.13569828867912292, 0.16711083054542542, -0.12236300855875015, -0.18912522494792938, -0.01975015364587307, 0.017963353544473648, 0.030745089054107666, 0.06800339370965958, -0.1965089738368988, 0.10122668743133545, 0.10218346118927002, 0.03659729287028313, 0.01616593636572361, -0.2278432846069336, -0.08051007241010666, 0.07434909045696259, 0.06558017432689667, -0.09694351255893707, -0.06751649081707001, -0.02436155453324318, -0.06800844520330429, -0.03179272264242172, 0.1012721061706543, -0.0027880773413926363, 0.04156387969851494, -0.015527370385825634, 0.08552970737218857, 0.01746268942952156, 0.022909749299287796, 0.12127938121557236, 0.0010883130598813295, 0.0645846575498581, -0.07476682960987091, -0.026696454733610153, 0.10779275745153427, -0.02894187904894352, 0.05731771141290665, -0.0020399156492203474, 0.020849760621786118, -0.11417423188686371, -0.04469694197177887, -0.0433138832449913, 0.04328800365328789, -0.06193424388766289, -0.04936034977436066, -0.1275343894958496, 0.05352838709950447, 0.02209474891424179, -0.004361453931778669, 0.09300819039344788, -0.07828469574451447, 0.09503450244665146, 0.05011429637670517, 0.1425987035036087, 0.06605169922113419, -0.0424392893910408, -0.01980043202638626, 0.002053347183391452, 0.021958250552415848, -0.09371796250343323, 0.00877632200717926, 0.09934372454881668, 0.013094628229737282, 0.10862171649932861, -0.00875980406999588, -0.10617373138666153, 0.01586156152188778, 0.0337916798889637, -0.13297227025032043, -0.1506728231906891, 0.014866530895233154, 0.06995797902345657, -0.12252505123615265, -0.11385831981897354, 0.11376263201236725, 0.006648627575486898, -0.045141104608774185, -0.021336575970053673, 0.03213733807206154, 0.06838388741016388, 0.07970237731933594, -0.01504355389624834, -0.00022921319759916514, -0.057643044739961624, 0.10852412134408951, 0.12566693127155304, -0.17353035509586334, 0.027209734544157982, 0.05897848680615425, -0.0380510650575161, -0.028812184929847717, -0.027188464999198914, 0.011446989141404629, -0.04643332213163376, -0.013709522783756256, 0.06650148332118988, -0.061806757003068924, 0.040982119739055634, 0.21814613044261932, -0.005237082950770855, 0.09509517252445221, -0.0329943411052227, -0.01824783906340599, 0.0032121450640261173, 0.08418045938014984, -0.026477202773094177, 0.03163424879312515, -0.008066517300903797, 0.04382768273353577, -0.011636505834758282, -0.06031576544046402, -0.005707415286451578, -0.0446540042757988, -0.02711528167128563, -0.027570173144340515, -0.09223064035177231, 0.04972975328564644, -0.05758829042315483, -0.011384550482034683, -0.007211396005004644, -0.003136900020763278, 0.0031370806973427534, -0.043465692549943924, -0.036714665591716766, -0.010986036621034145, -0.03720677271485329, 0.10423634201288223, -0.11776866018772125, 0.006510106381028891, 0.08447875827550888, -0.03879307955503464, 0.06784944981336594, 0.027922535315155983, -0.03699659928679466, 0.021301820874214172, -0.08326758444309235, 0.046694278717041016, 0.0005315318703651428, 0.05612020567059517, 0.0032287694048136473, -0.028372948989272118, -0.019758794456720352, 0.003991241101175547, -0.0367802269756794, 0.03141997382044792, 0.05759907513856888, -0.0777873769402504, 0.046566110104322433, 0.05629745125770569, -0.03718176856637001, -0.03410378471016884, 0.05464137718081474, 0.10334546864032745, -0.04275345057249069, 0.08966006338596344, 0.0022318526171147823, -0.003534837858751416, -0.09137248992919922, -0.006085605826228857, -0.009441422298550606, -0.019063178449869156, -0.03644435107707977, -0.03001343086361885, -0.0015083306934684515, -0.010255998931825161, 0.2234831303358078, 0.030224209651350975, 0.017132293432950974, 0.0419996976852417, 0.023046206682920456, -0.002393905771896243, 0.016781136393547058, 0.07229559123516083, 0.0057484605349600315, -0.05746108293533325, 0.031121214851737022, -0.021463196724653244, -0.03636186197400093, 0.003471831325441599, 0.12772560119628906, 0.07946372032165527, 0.14000432193279266, 0.0061058299615979195, 0.012427618727087975, -0.06730972230434418, 0.011493360623717308, 0.035309918224811554, 0.08543829619884491, 0.05906618759036064, -0.02912634052336216, 0.061926327645778656, 0.09494955092668533, -0.12444329261779785, 0.13640007376670837, 0.015000673942267895, -0.0506148561835289, -0.03486422449350357, -0.0863444060087204, -0.021645767614245415, 0.027794072404503822, -0.019251246005296707, -0.16417905688285828, 0.0859331265091896, 0.07894819974899292, -0.0011801496148109436, -0.01677635684609413, 0.025200068950653076, -0.11893530935049057, -0.13684140145778656, 0.024659469723701477, 0.035575948655605316, 0.04363275319337845, 0.030066918581724167, 0.02143705263733864, 0.045716214925050735, 0.047588516026735306, 0.019642887637019157, 0.08000794798135757, 0.09133698046207428, 0.010580623522400856, -0.10599887371063232, -0.0396072119474411, 0.011100413277745247, -0.01707061007618904, -0.0206096600741148, 0.1688864529132843, 0.022557681426405907, -0.022804642096161842, 0.01731787994503975, 0.20412883162498474, -0.014355795457959175, -0.028217364102602005, -0.10053455829620361, 0.10510150343179703, 0.020820487290620804, 0.008663812652230263, 0.024982132017612457, -0.09189027547836304, 0.049802251160144806, 0.0583866611123085, 0.12804275751113892, 0.010113520547747612, -0.011268148198723793, 0.027625039219856262, 0.02006380446255207, 0.007633107248693705, 0.04972314089536667, 0.021352523937821388, 0.24718685448169708, -0.0394526943564415, -0.008993452414870262, -0.055664025247097015, 0.03591100871562958, -0.01483222283422947, 0.10023949295282364, -0.013011184521019459, -0.03858935087919235, -0.06091958284378052, 0.0765160545706749, -0.05221625044941902, -0.24686701595783234, -0.051147960126399994, -0.08132660388946533, -0.08356548845767975, -0.027354877442121506, -0.04385604336857796, 0.0016447671223431826, 0.006386073771864176, 0.032790444791316986, -0.04050222784280777, 0.14556914567947388, 0.0026013960596174, -0.13455824553966522, -0.029049664735794067, 0.09497866779565811, -0.031536441296339035, 0.17572523653507233, -0.00024351551837753505, 0.048825934529304504, 0.037726592272520065, -0.00019632800831459463, -0.046764008700847626, 0.011463472619652748, 0.03335334733128548, 0.06054777652025223, 0.0017399158095940948, 0.15837165713310242, 0.019144682213664055, 0.13903896510601044, 0.08227623999118805, 0.05014820024371147, 0.07519388198852539, 0.032527994364500046, -0.051766932010650635, -0.019423678517341614, 0.0648873895406723, -0.10536132007837296, 0.10618312656879425, 0.10786642879247665, 0.045418865978717804, -0.006486666388809681, -0.03175302594900131, -0.014066931791603565, -0.0004494674503803253, 0.1158476322889328, -0.002179111586883664, -0.06349342316389084, -0.012977780774235725, -0.09611402451992035, -0.002423002850264311, -0.21887394785881042, -0.016853928565979004, 0.10547001659870148, 0.002967000473290682, 0.032843392342329025, 0.06407094746828079, 0.028355494141578674, -0.008891604840755463, -0.04882463067770004, -0.06339813768863678, 0.00800502672791481, 0.07892240583896637, -0.04838154464960098, -0.02680032327771187 ]
d7b0093243439fa5f0cd9663125cc47575ced2ea
# Dataset Card for "blended_skill_talk" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://parl.ai/projects/bst/](https://parl.ai/projects/bst/) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [Can You Put it All Together: Evaluating Conversational Agents' Ability to Blend Skills](https://arxiv.org/abs/2004.08449v1) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 38.11 MB - **Size of the generated dataset:** 15.08 MB - **Total amount of disk used:** 53.17 MB ### Dataset Summary A dataset of 7k conversations explicitly designed to exhibit multiple conversation modes: displaying personality, having empathy, and demonstrating knowledge. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### default - **Size of downloaded dataset files:** 38.11 MB - **Size of the generated dataset:** 15.08 MB - **Total amount of disk used:** 53.17 MB An example of 'train' looks as follows. ``` { 'personas': ['my parents don t really speak english , but i speak italian and english.', 'i have three children.'], 'additional_context': 'Backstreet Boys', 'previous_utterance': ['Oh, I am a BIG fan of the Backstreet Boys! Have you ever seen them performing live?', "No,I listen to their music a lot, mainly the unbreakable which is the Backstreet Boys' sixth studio album. "], 'context': 'wizard_of_wikipedia', 'free_messages': ['you are very knowledgeable, do you prefer nsync or bsb?', "haha kids of this days don't know them, i'm 46 and i still enjoying them, my kids only listen k-pop", "italian?haha that's strange, i only talk english and a little spanish "], 'guided_messages': ["i don't have a preference, they are both great. All 3 of my kids get annoyed when I listen to them though.", 'Sometimes I sing their songs in Italian, that really annoys them lol.', 'My parents barely speak English, so I was taught both. By the way, what is k-pop?'], 'suggestions': {'convai2': ["i don't have a preference , both are pretty . do you have any hobbies ?", "do they the backstreet boys ? that's my favorite group .", 'are your kids interested in music ?'], 'empathetic_dialogues': ['I actually just discovered Imagine Dragons. I love them!', "Hahaha that just goes to show ya, age is just a umber!'", 'That would be hard! Do you now Spanish well?'], 'wizard_of_wikipedia': ['NSYNC Also had Lance Bass and Joey Fatone, sometimes called the Fat One.', 'Yes, there are a few K-Pop songs that I have heard good big in the USA. It is the most popular in South Korea and has Western elements of pop.', 'English, beleive it or not.']}, 'guided_chosen_suggestions': ['convai2', '', ''], 'label_candidates': []} ``` ### Data Fields The data fields are the same among all splits. #### default - `personas`: a `list` of `string` features. - `additional_context`: a `string` feature. - `previous_utterance`: a `list` of `string` features. - `context`: a `string` feature. - `free_messages`: a `list` of `string` features. - `guided_messgaes`: a `list` of `string` features. - `suggestions`: a dictionary feature containing: - `convai2`: a `string` feature. - `empathetic_dialogues`: a `string` feature. - `wizard_of_wikipedia`: a `string` feature. - `guided_chosen_suggestions`: a `list` of `string` features. - `label_candidates`: a `list` of `lists` of `string` features. ### Data Splits | name |train|validation|test| |-------|----:|---------:|---:| |default| 4819| 1009| 980| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @misc{smith2020evaluating, title={Can You Put it All Together: Evaluating Conversational Agents' Ability to Blend Skills}, author={Eric Michael Smith and Mary Williamson and Kurt Shuster and Jason Weston and Y-Lan Boureau}, year={2020}, eprint={2004.08449}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Contributions Thanks to [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham) for adding this dataset.
blended_skill_talk
[ "task_categories:conversational", "task_ids:dialogue-generation", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:unknown", "arxiv:2004.08449", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["conversational"], "task_ids": ["dialogue-generation"], "paperswithcode_id": "blended-skill-talk", "pretty_name": "BlendedSkillTalk", "dataset_info": {"features": [{"name": "personas", "sequence": "string"}, {"name": "additional_context", "dtype": "string"}, {"name": "previous_utterance", "sequence": "string"}, {"name": "context", "dtype": "string"}, {"name": "free_messages", "sequence": "string"}, {"name": "guided_messages", "sequence": "string"}, {"name": "suggestions", "sequence": [{"name": "convai2", "dtype": "string"}, {"name": "empathetic_dialogues", "dtype": "string"}, {"name": "wizard_of_wikipedia", "dtype": "string"}]}, {"name": "guided_chosen_suggestions", "sequence": "string"}, {"name": "label_candidates", "sequence": {"sequence": "string"}}], "splits": [{"name": "train", "num_bytes": 10830670, "num_examples": 4819}, {"name": "validation", "num_bytes": 43961447, "num_examples": 1009}, {"name": "test", "num_bytes": 44449895, "num_examples": 980}], "download_size": 10897644, "dataset_size": 99242012}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-10T10:22:26+00:00
[ "2004.08449" ]
[ "en" ]
TAGS #task_categories-conversational #task_ids-dialogue-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #arxiv-2004.08449 #region-us
Dataset Card for "blended\_skill\_talk" ======================================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: Can You Put it All Together: Evaluating Conversational Agents' Ability to Blend Skills * Point of Contact: * Size of downloaded dataset files: 38.11 MB * Size of the generated dataset: 15.08 MB * Total amount of disk used: 53.17 MB ### Dataset Summary A dataset of 7k conversations explicitly designed to exhibit multiple conversation modes: displaying personality, having empathy, and demonstrating knowledge. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 38.11 MB * Size of the generated dataset: 15.08 MB * Total amount of disk used: 53.17 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'personas': a 'list' of 'string' features. * 'additional\_context': a 'string' feature. * 'previous\_utterance': a 'list' of 'string' features. * 'context': a 'string' feature. * 'free\_messages': a 'list' of 'string' features. * 'guided\_messgaes': a 'list' of 'string' features. * 'suggestions': a dictionary feature containing: + 'convai2': a 'string' feature. + 'empathetic\_dialogues': a 'string' feature. + 'wizard\_of\_wikipedia': a 'string' feature. * 'guided\_chosen\_suggestions': a 'list' of 'string' features. * 'label\_candidates': a 'list' of 'lists' of 'string' features. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @lewtun, @thomwolf, @lhoestq, @patrickvonplaten, @mariamabarham for adding this dataset.
[ "### Dataset Summary\n\n\nA dataset of 7k conversations explicitly designed to exhibit multiple conversation modes: displaying personality, having empathy, and demonstrating knowledge.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 38.11 MB\n* Size of the generated dataset: 15.08 MB\n* Total amount of disk used: 53.17 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'personas': a 'list' of 'string' features.\n* 'additional\\_context': a 'string' feature.\n* 'previous\\_utterance': a 'list' of 'string' features.\n* 'context': a 'string' feature.\n* 'free\\_messages': a 'list' of 'string' features.\n* 'guided\\_messgaes': a 'list' of 'string' features.\n* 'suggestions': a dictionary feature containing:\n\t+ 'convai2': a 'string' feature.\n\t+ 'empathetic\\_dialogues': a 'string' feature.\n\t+ 'wizard\\_of\\_wikipedia': a 'string' feature.\n* 'guided\\_chosen\\_suggestions': a 'list' of 'string' features.\n* 'label\\_candidates': a 'list' of 'lists' of 'string' features.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @lewtun, @thomwolf, @lhoestq, @patrickvonplaten, @mariamabarham for adding this dataset." ]
[ "TAGS\n#task_categories-conversational #task_ids-dialogue-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #arxiv-2004.08449 #region-us \n", "### Dataset Summary\n\n\nA dataset of 7k conversations explicitly designed to exhibit multiple conversation modes: displaying personality, having empathy, and demonstrating knowledge.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 38.11 MB\n* Size of the generated dataset: 15.08 MB\n* Total amount of disk used: 53.17 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'personas': a 'list' of 'string' features.\n* 'additional\\_context': a 'string' feature.\n* 'previous\\_utterance': a 'list' of 'string' features.\n* 'context': a 'string' feature.\n* 'free\\_messages': a 'list' of 'string' features.\n* 'guided\\_messgaes': a 'list' of 'string' features.\n* 'suggestions': a dictionary feature containing:\n\t+ 'convai2': a 'string' feature.\n\t+ 'empathetic\\_dialogues': a 'string' feature.\n\t+ 'wizard\\_of\\_wikipedia': a 'string' feature.\n* 'guided\\_chosen\\_suggestions': a 'list' of 'string' features.\n* 'label\\_candidates': a 'list' of 'lists' of 'string' features.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @lewtun, @thomwolf, @lhoestq, @patrickvonplaten, @mariamabarham for adding this dataset." ]
[ 100, 39, 10, 11, 6, 51, 17, 225, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 39 ]
[ "passage: TAGS\n#task_categories-conversational #task_ids-dialogue-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #arxiv-2004.08449 #region-us \n### Dataset Summary\n\n\nA dataset of 7k conversations explicitly designed to exhibit multiple conversation modes: displaying personality, having empathy, and demonstrating knowledge.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 38.11 MB\n* Size of the generated dataset: 15.08 MB\n* Total amount of disk used: 53.17 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### default\n\n\n* 'personas': a 'list' of 'string' features.\n* 'additional\\_context': a 'string' feature.\n* 'previous\\_utterance': a 'list' of 'string' features.\n* 'context': a 'string' feature.\n* 'free\\_messages': a 'list' of 'string' features.\n* 'guided\\_messgaes': a 'list' of 'string' features.\n* 'suggestions': a dictionary feature containing:\n\t+ 'convai2': a 'string' feature.\n\t+ 'empathetic\\_dialogues': a 'string' feature.\n\t+ 'wizard\\_of\\_wikipedia': a 'string' feature.\n* 'guided\\_chosen\\_suggestions': a 'list' of 'string' features.\n* 'label\\_candidates': a 'list' of 'lists' of 'string' features.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations" ]
[ -0.02865351364016533, 0.2097853124141693, -0.008483005687594414, 0.03340250626206398, 0.07388802617788315, 0.015397844836115837, 0.04687180742621422, 0.10361277312040329, 0.0033374468330293894, 0.18760760128498077, -0.0018214371521025896, 0.03621736168861389, 0.09272529184818268, 0.1397659182548523, -0.007679397705942392, -0.18927009403705597, 0.04951700195670128, -0.10432525724172592, 0.0024452467914670706, 0.07992355525493622, 0.13005799055099487, -0.07426808029413223, 0.061133936047554016, -0.06424441188573837, -0.047540027648210526, -0.015583408996462822, -0.0410715788602829, 0.00934202317148447, 0.022394653409719467, 0.026392826810479164, 0.05197945982217789, -0.01687522605061531, 0.029090246185660362, -0.2609507739543915, 0.024807846173644066, 0.10181882977485657, 0.013929418288171291, 0.04865960776805878, 0.15322475135326385, -0.11818668246269226, 0.030490640550851822, -0.1306716799736023, 0.06735832989215851, 0.06102488189935684, -0.12403485178947449, -0.10369873046875, -0.14535951614379883, 0.04914649575948715, 0.11717444658279419, 0.00704870605841279, -0.03959968686103821, -0.04237246885895729, -0.02550828829407692, 0.07740526646375656, 0.1274186670780182, -0.06221748888492584, -0.04805036634206772, -0.010288657620549202, -0.010431628674268723, 0.03557470440864563, -0.09595661610364914, -0.02980995737016201, -0.026361506432294846, 0.019590133801102638, -0.03430883213877678, -0.02518158033490181, -0.08465705066919327, -0.006077146157622337, -0.10956579446792603, -0.052723221480846405, 0.1635451316833496, 0.04748687893152237, -0.025336097925901413, -0.12384553998708725, -0.045618936419487, -0.04151663929224014, -0.07357818633317947, 0.017996490001678467, 0.004708814900368452, 0.010218299925327301, 0.05781818926334381, -0.03859265521168709, -0.06490933895111084, -0.013547876849770546, -0.04708858206868172, 0.045882534235715866, 0.027465661987662315, -0.0050494493916630745, 0.05912049859762192, 0.04895217344164848, -0.05479462817311287, -0.11768908053636551, -0.02726907469332218, -0.02264288440346718, -0.15014906227588654, -0.02612890675663948, -0.005316742230206728, -0.0744437575340271, 0.11945183575153351, 0.2106747329235077, -0.05791984871029854, 0.053689561784267426, -0.08170310407876968, -0.020947298035025597, 0.06487821042537689, 0.08611686527729034, -0.07451638579368591, -0.07476984709501266, -0.010421369224786758, 0.0016837407601997256, 0.0036152310203760862, -0.03783632442355156, -0.01192869246006012, 0.051417749375104904, 0.07440324127674103, 0.05865896865725517, 0.16490912437438965, 0.047245003283023834, -0.07392279803752899, -0.043559618294239044, 0.10214236378669739, -0.17837810516357422, 0.04339300096035004, 0.08836279809474945, -0.02402515336871147, -0.009721901267766953, 0.002296467311680317, 0.015073785558342934, -0.08402787148952484, 0.08939328044652939, -0.06250159442424774, 0.009363371878862381, -0.08787798881530762, -0.05744161829352379, 0.04918194189667702, -0.03169514983892441, -0.08531395345926285, -0.011748779565095901, -0.14401863515377045, -0.08566887676715851, 0.026464618742465973, -0.08417857438325882, -0.02307567372918129, -0.03806798905134201, -0.0418555773794651, 0.03744088113307953, 0.01627175137400627, 0.07669041305780411, -0.0634523257613182, 0.020124230533838272, -0.06787340342998505, -0.0073758275248110294, 0.0928354486823082, 0.043644651770591736, -0.08357513695955276, 0.09853167086839676, -0.15672345459461212, 0.15497489273548126, -0.09465816617012024, 0.03278307616710663, -0.14295437932014465, 0.006384110078215599, 0.062110573053359985, -0.026066578924655914, 0.009649645537137985, 0.12142328917980194, -0.20915210247039795, -0.01778561621904373, 0.1293182075023651, -0.061824508011341095, -0.05886012315750122, 0.07921822369098663, -0.03478170186281204, -0.043121080845594406, 0.051375459879636765, 0.19126887619495392, 0.05810587853193283, -0.005469214171171188, -0.04302776977419853, -0.06002569943666458, 0.06552699208259583, 0.20391899347305298, 0.10766274482011795, -0.15638571977615356, 0.15391583740711212, 0.02656436711549759, -0.0016663216520100832, -0.052607886493206024, -0.015064088627696037, -0.041003212332725525, -0.013995937071740627, -0.02814449928700924, 0.008955336175858974, -0.030121952295303345, -0.08385026454925537, -0.04936501756310463, -0.08296193182468414, -0.02469264157116413, 0.03878439590334892, -0.016047459095716476, 0.023581091314554214, -0.04460825026035309, 0.061138782650232315, 0.026399286463856697, 0.018282487988471985, -0.15328335762023926, -0.15936976671218872, 0.027973385527729988, -0.00922034215182066, 0.09511427581310272, -0.09079371392726898, -0.004200223833322525, 0.011195484548807144, -0.02009567990899086, -0.010619145818054676, 0.06002701818943024, 0.008893868885934353, 0.032273177057504654, -0.19180181622505188, -0.04963553324341774, -0.028739547356963158, 0.10621212422847748, -0.07327301055192947, 0.0005073106731288135, 0.09485769271850586, 0.20383642613887787, 0.002600037958472967, -0.09248187392950058, 0.04670333117246628, -0.0019570656586438417, -0.017869923263788223, -0.06647152453660965, -0.019134078174829483, -0.029596390202641487, 0.021515510976314545, 0.044879451394081116, -0.18958458304405212, -0.10468722134828568, 0.05105169862508774, 0.031510673463344574, -0.086525559425354, -0.03859664499759674, -0.058207836002111435, -0.03569076210260391, -0.05759265646338463, -0.08159258961677551, 0.05979999154806137, 0.06575191766023636, 0.04219561442732811, -0.03348088636994362, -0.05978447571396828, -0.03675244003534317, -0.008001930080354214, -0.028551926836371422, 0.08945988863706589, -0.024657435715198517, -0.13596086204051971, 0.12369142472743988, -0.037213366478681564, 0.03988342732191086, 0.05949494615197182, -0.03896920382976532, -0.07356706261634827, -0.035927534103393555, 0.07329146564006805, 0.00823069829493761, 0.03021281585097313, -0.06958410143852234, 0.032516635954380035, 0.07997192442417145, 0.032015930861234665, 0.010324237868189812, -0.02794947847723961, 0.056816186755895615, 0.012281074188649654, -0.041288916021585464, 0.04008595645427704, -0.02051180973649025, 0.0625259280204773, 0.08931399136781693, 0.03037245199084282, 0.0748496726155281, -0.03437872976064682, -0.07068496942520142, -0.13613957166671753, 0.14528819918632507, -0.1615448147058487, -0.1494974046945572, -0.09957723319530487, -0.16002093255519867, -0.07121682912111282, 0.00429029343649745, 0.020653318613767624, -0.011624166741967201, -0.07316094636917114, -0.081019826233387, 0.07525430619716644, 0.05179218202829361, -0.09620808064937592, -0.06433528661727905, -0.031556371599435806, 0.040877338498830795, -0.11533968150615692, 0.017184268683195114, 0.06322339177131653, -0.04783928394317627, -0.027264967560768127, 0.09086713939905167, 0.08996615558862686, 0.12228729575872421, 0.06149834766983986, -0.009054218418896198, 0.002015133388340473, 0.22766706347465515, -0.1124805361032486, 0.11724068969488144, 0.08818688243627548, -0.07590855658054352, 0.07422882318496704, 0.2525973618030548, 0.036880623549222946, -0.046467989683151245, 0.02049982361495495, 0.08243890851736069, -0.0010775163536891341, -0.24841120839118958, -0.10588196665048599, -0.06499041616916656, 0.022899119183421135, 0.08122136443853378, 0.04253614321351051, 0.034336552023887634, 0.025682328268885612, -0.11974859237670898, -0.06113867834210396, 0.053431861102581024, 0.08611487597227097, 0.1093396320939064, 0.016970722004771233, 0.08344664424657822, -0.017832200974225998, 0.03856213390827179, 0.045459870249032974, 0.02794537879526615, 0.1304495483636856, -0.04942991957068443, 0.24621880054473877, 0.06370909512042999, 0.09753435850143433, -0.02561059780418873, 0.009372356347739697, 0.004661775194108486, 0.08228104561567307, 0.026377461850643158, -0.05999795347452164, -0.012261951342225075, 0.04713523015379906, 0.08570100367069244, -0.02964315004646778, 0.009338431991636753, -0.08673419058322906, 0.08694516122341156, 0.17129039764404297, 0.06628572940826416, -0.1074327901005745, -0.019490260630846024, 0.060605309903621674, -0.03205885365605354, -0.08176787197589874, -0.020272772759199142, 0.07044031471014023, -0.1316654533147812, 0.10781113803386688, -0.0012054443359375, 0.10907161980867386, -0.08462511003017426, -0.05002881959080696, 0.03666426241397858, 0.1156993880867958, -0.019809741526842117, 0.06684090942144394, -0.16560471057891846, 0.0941927433013916, 0.01906423456966877, 0.024902040138840675, -0.009491893462836742, 0.07389534264802933, -0.016135869547724724, 0.018873149529099464, 0.09221691638231277, 0.0068086786195635796, -0.09847037494182587, -0.011211417615413666, -0.10809832066297531, -0.01943664439022541, 0.09848716855049133, -0.12685422599315643, 0.085969477891922, -0.013330413028597832, -0.04116616025567055, -0.031670182943344116, -0.002158097457140684, -0.07923728227615356, -0.20131973922252655, 0.055492062121629715, -0.09866577386856079, 0.1023518517613411, -0.0481191985309124, 0.008276304230093956, -0.1236005499958992, 0.1644420474767685, -0.09879578649997711, -0.1015624850988388, -0.11857268959283829, 0.029113788157701492, 0.16738952696323395, -0.04888555034995079, 0.055459458380937576, -0.07417566329240799, 0.13603289425373077, 0.005088368896394968, -0.05300957337021828, 0.04123559221625328, -0.04675213247537613, -0.1838570237159729, -0.057758431881666183, 0.17889638245105743, 0.008726443164050579, 0.030223166570067406, -0.017385274171829224, 0.12872514128684998, 0.00024022975412663072, -0.08587675541639328, 0.05061442777514458, 0.09829146414995193, 0.06273817270994186, 0.1267513781785965, 0.006250017788261175, -0.1444263607263565, -0.11178508400917053, -0.04026249796152115, 0.09946093708276749, 0.19315870106220245, -0.08702031522989273, 0.10208845883607864, 0.05231513828039169, -0.09555494785308838, -0.20713548362255096, -0.013502565212547779, 0.04339369386434555, -0.06157279387116432, -0.0228964164853096, -0.17634789645671844, 0.07127564400434494, 0.06723785400390625, 0.0010995138436555862, 0.06935185194015503, -0.22957484424114227, -0.14887681603431702, 0.03132240101695061, 0.0012804291909560561, -0.23802007734775543, -0.1617838591337204, -0.11423028260469437, -0.021424856036901474, -0.154475137591362, 0.11852820962667465, 0.03227744996547699, 0.00874688196927309, 0.016708876937627792, 0.031043918803334236, 0.03527513146400452, -0.03147821128368378, 0.15408162772655487, 0.006346094887703657, -0.003723474685102701, -0.09295142441987991, 0.0053692166693508625, 0.0006525922799482942, -0.014972702600061893, 0.07965929806232452, -0.026151018217206, 0.04549591988325119, -0.028419585898518562, 0.013036702759563923, -0.06803581118583679, 0.05048185586929321, -0.08274684846401215, -0.034844156354665756, -0.07526775449514389, 0.01294689066708088, 0.10765907168388367, -0.0018276667688041925, 0.08278051763772964, -0.04537980630993843, 0.11506932228803635, 0.2039705216884613, 0.0499815009534359, 0.017529582604765892, -0.1603112369775772, -0.024866614490747452, -0.014572039246559143, -0.029365863651037216, -0.09185996651649475, 0.017360882833600044, 0.11005845665931702, 0.050662118941545486, 0.14363282918930054, -0.016236871480941772, -0.1370052844285965, -0.026148177683353424, 0.06367071717977524, -0.09726770967245102, -0.29221364855766296, 0.03433695062994957, 0.05707049369812012, -0.16591158509254456, -0.07775954157114029, 0.0724673941731453, 0.05532221496105194, -0.030554184690117836, 0.02741958200931549, 0.11934666335582733, 0.012201926670968533, 0.1148228719830513, 0.0375681109726429, 0.05672134459018707, -0.10348998755216599, 0.08836179971694946, 0.1704307645559311, -0.11293203383684158, 0.0016886176308616996, 0.18749725818634033, -0.06283275783061981, -0.03241784870624542, 0.05651531741023064, 0.08976563811302185, 0.043863702565431595, 0.009207472205162048, 0.0366583876311779, -0.1010100468993187, 0.07089471071958542, 0.1209702342748642, -0.00546016450971365, 0.058439869433641434, 0.039836205542087555, -0.024787256494164467, -0.011905535124242306, 0.1764257699251175, 0.043923307210206985, 0.07992727309465408, -0.028936993330717087, 0.06566682457923889, -0.050088852643966675, -0.025603121146559715, 0.027664948254823685, -0.05142630264163017, -0.03530389070510864, -0.012167132459580898, -0.12708783149719238, 0.025345733389258385, -0.11357329040765762, -0.022328797727823257, 0.0082390196621418, -0.05588291212916374, 0.021448442712426186, -0.0025892339181154966, -0.03748977929353714, -0.10089534521102905, -0.07039859890937805, 0.08499816060066223, -0.19887371361255646, 0.0006499827140942216, 0.0869072675704956, -0.07772761583328247, 0.09495192021131516, 0.03207666799426079, -0.027448434382677078, 0.01063968800008297, -0.12815546989440918, -0.03443088382482529, -0.04091121256351471, 0.040686268359422684, 0.027138808742165565, -0.14701399207115173, -0.022359097376465797, -0.020063795149326324, -0.08468437939882278, 0.00760273914784193, 0.0377957709133625, -0.14207838475704193, 0.0692010223865509, -0.010751621797680855, -0.025436758995056152, -0.07904712110757828, 0.03937859460711479, 0.03569057211279869, 0.018617436289787292, 0.10878616571426392, -0.04700780659914017, 0.116063691675663, -0.13734421133995056, -0.03376083821058273, 0.0122809624299407, -0.011095610447227955, 0.014423789456486702, 0.053002238273620605, 0.0810016468167305, -0.03424108773469925, 0.12371239066123962, -0.03476068004965782, -0.03761683776974678, 0.043721605092287064, 0.06859610974788666, -0.006773113273084164, 0.11049395799636841, 0.04961381480097771, -0.01095312274992466, -0.047844577580690384, -0.029472345486283302, -0.020007377490401268, -0.02515385113656521, -0.010561731643974781, 0.10999292135238647, 0.15216796100139618, 0.12311866134405136, -0.05925481766462326, 0.0379708968102932, -0.1349223405122757, -0.01833401620388031, 0.09677566587924957, -0.04142875596880913, 0.051165997982025146, -0.08983106166124344, 0.051630835980176926, 0.055143918842077255, -0.18638376891613007, 0.13471317291259766, -0.0494244247674942, -0.0666804239153862, -0.024980902671813965, -0.15437611937522888, -0.06506902724504471, -0.05702333152294159, -0.025814352557063103, -0.1276112198829651, 0.1172947958111763, 0.08038437366485596, -0.020638391375541687, -0.0018454621313139796, 0.1026163324713707, -0.05254798009991646, -0.06838822364807129, 0.0029999790713191032, 0.04878591373562813, 0.032043829560279846, 0.07805886119604111, 0.021432770416140556, 0.027489567175507545, 0.0814204216003418, 0.09228304028511047, 0.08777807652950287, 0.04190472140908241, 0.03431592509150505, -0.06981780380010605, -0.08361393213272095, 0.06367433816194534, -0.0296146459877491, -0.07818030565977097, 0.1768658310174942, 0.038615550845861435, 0.035985276103019714, 0.0060080550611019135, 0.21393513679504395, -0.02652035281062126, -0.13720980286598206, -0.1604386419057846, 0.014685945585370064, -0.03960776329040527, 0.0022565433755517006, 0.04685670882463455, -0.16186799108982086, -0.014678017236292362, 0.09522002935409546, 0.1868845373392105, 0.015829088166356087, 0.029575437307357788, 0.035703614354133606, 0.008526354096829891, 0.017734793946146965, 0.009061083197593689, 0.03496566787362099, 0.14784277975559235, -0.048671938478946686, 0.06341472268104553, 0.0028670618776232004, -0.05039244517683983, -0.103156179189682, 0.07793020457029343, -0.037938572466373444, 0.007642874959856272, -0.0507902167737484, 0.10752195864915848, -0.08518768846988678, -0.1941687911748886, -0.02543480508029461, -0.12284591794013977, -0.1366085410118103, -0.04500461369752884, 0.080745168030262, 0.030544916167855263, 0.01911240443587303, 0.06719639897346497, -0.030657120048999786, 0.1551099270582199, 0.011204798705875874, -0.0046098725870251656, -0.07111698389053345, 0.07719982415437698, -0.09677385538816452, 0.14931859076023102, 0.010234346613287926, 0.07179351150989532, 0.1048245057463646, -0.006610954646021128, -0.12354791909456253, 0.0018072589300572872, 0.12234319001436234, 0.004047640599310398, 0.06521491706371307, 0.17354172468185425, 0.014687353745102882, 0.09475729614496231, 0.07862593233585358, -0.06992499530315399, 0.04322631657123566, 0.0275237038731575, -0.010006044059991837, -0.09610457718372345, 0.04787871986627579, -0.10028830915689468, 0.09533361345529556, 0.14310181140899658, -0.051821667701005936, 0.022983470931649208, -0.02593616023659706, -0.02864614501595497, 0.001418749219737947, 0.16123411059379578, -0.017674505710601807, -0.1736137419939041, 0.03860471397638321, 0.00025014288257807493, 0.09982269257307053, -0.09157176315784454, -0.04986534267663956, 0.04068620875477791, 0.001963397255167365, -0.024411864578723907, 0.14405080676078796, 0.07486914098262787, -0.005509659182280302, -0.07231567054986954, -0.10638322681188583, 0.03024662472307682, 0.1201404482126236, -0.0440690852701664, -0.00634138286113739 ]
877fba0801ffb7cbd8c39c1ff314a46f053f6036
# Dataset Card for "blimp" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** - **Repository:** https://github.com/alexwarstadt/blimp - **Paper:** [BLiMP: The Benchmark of Linguistic Minimal Pairs for English](https://doi.org/10.1162/tacl_a_00321) - **Paper:** https://arxiv.org/abs/1912.00582 - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 29.58 MB - **Size of the generated dataset:** 11.45 MB - **Total amount of disk used:** 41.03 MB ### Dataset Summary BLiMP is a challenge set for evaluating what language models (LMs) know about major grammatical phenomena in English. BLiMP consists of 67 sub-datasets, each containing 1000 minimal pairs isolating specific contrasts in syntax, morphology, or semantics. The data is automatically generated according to expert-crafted grammars. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### adjunct_island - **Size of downloaded dataset files:** 0.36 MB - **Size of the generated dataset:** 0.17 MB - **Total amount of disk used:** 0.52 MB An example of 'train' looks as follows. ``` { "UID": "tough_vs_raising_1", "field": "syntax_semantics", "lexically_identical": false, "linguistics_term": "control_raising", "one_prefix_method": false, "pair_id": 2, "sentence_bad": "Benjamin's tutor was certain to boast about.", "sentence_good": "Benjamin's tutor was easy to boast about.", "simple_LM_method": true, "two_prefix_method": false } ``` #### anaphor_gender_agreement - **Size of downloaded dataset files:** 0.44 MB - **Size of the generated dataset:** 0.14 MB - **Total amount of disk used:** 0.57 MB An example of 'train' looks as follows. ``` { "UID": "tough_vs_raising_1", "field": "syntax_semantics", "lexically_identical": false, "linguistics_term": "control_raising", "one_prefix_method": false, "pair_id": 2, "sentence_bad": "Benjamin's tutor was certain to boast about.", "sentence_good": "Benjamin's tutor was easy to boast about.", "simple_LM_method": true, "two_prefix_method": false } ``` #### anaphor_number_agreement - **Size of downloaded dataset files:** 0.45 MB - **Size of the generated dataset:** 0.14 MB - **Total amount of disk used:** 0.59 MB An example of 'train' looks as follows. ``` { "UID": "tough_vs_raising_1", "field": "syntax_semantics", "lexically_identical": false, "linguistics_term": "control_raising", "one_prefix_method": false, "pair_id": 2, "sentence_bad": "Benjamin's tutor was certain to boast about.", "sentence_good": "Benjamin's tutor was easy to boast about.", "simple_LM_method": true, "two_prefix_method": false } ``` #### animate_subject_passive - **Size of downloaded dataset files:** 0.46 MB - **Size of the generated dataset:** 0.15 MB - **Total amount of disk used:** 0.61 MB An example of 'train' looks as follows. ``` { "UID": "tough_vs_raising_1", "field": "syntax_semantics", "lexically_identical": false, "linguistics_term": "control_raising", "one_prefix_method": false, "pair_id": 2, "sentence_bad": "Benjamin's tutor was certain to boast about.", "sentence_good": "Benjamin's tutor was easy to boast about.", "simple_LM_method": true, "two_prefix_method": false } ``` #### animate_subject_trans - **Size of downloaded dataset files:** 0.43 MB - **Size of the generated dataset:** 0.13 MB - **Total amount of disk used:** 0.57 MB An example of 'train' looks as follows. ``` { "UID": "tough_vs_raising_1", "field": "syntax_semantics", "lexically_identical": false, "linguistics_term": "control_raising", "one_prefix_method": false, "pair_id": 2, "sentence_bad": "Benjamin's tutor was certain to boast about.", "sentence_good": "Benjamin's tutor was easy to boast about.", "simple_LM_method": true, "two_prefix_method": false } ``` ### Data Fields The data fields are the same among all splits. #### adjunct_island - `sentence_good`: a `string` feature. - `sentence_bad`: a `string` feature. - `field`: a `string` feature. - `linguistics_term`: a `string` feature. - `UID`: a `string` feature. - `simple_LM_method`: a `bool` feature. - `one_prefix_method`: a `bool` feature. - `two_prefix_method`: a `bool` feature. - `lexically_identical`: a `bool` feature. - `pair_id`: a `int32` feature. #### anaphor_gender_agreement - `sentence_good`: a `string` feature. - `sentence_bad`: a `string` feature. - `field`: a `string` feature. - `linguistics_term`: a `string` feature. - `UID`: a `string` feature. - `simple_LM_method`: a `bool` feature. - `one_prefix_method`: a `bool` feature. - `two_prefix_method`: a `bool` feature. - `lexically_identical`: a `bool` feature. - `pair_id`: a `int32` feature. #### anaphor_number_agreement - `sentence_good`: a `string` feature. - `sentence_bad`: a `string` feature. - `field`: a `string` feature. - `linguistics_term`: a `string` feature. - `UID`: a `string` feature. - `simple_LM_method`: a `bool` feature. - `one_prefix_method`: a `bool` feature. - `two_prefix_method`: a `bool` feature. - `lexically_identical`: a `bool` feature. - `pair_id`: a `int32` feature. #### animate_subject_passive - `sentence_good`: a `string` feature. - `sentence_bad`: a `string` feature. - `field`: a `string` feature. - `linguistics_term`: a `string` feature. - `UID`: a `string` feature. - `simple_LM_method`: a `bool` feature. - `one_prefix_method`: a `bool` feature. - `two_prefix_method`: a `bool` feature. - `lexically_identical`: a `bool` feature. - `pair_id`: a `int32` feature. #### animate_subject_trans - `sentence_good`: a `string` feature. - `sentence_bad`: a `string` feature. - `field`: a `string` feature. - `linguistics_term`: a `string` feature. - `UID`: a `string` feature. - `simple_LM_method`: a `bool` feature. - `one_prefix_method`: a `bool` feature. - `two_prefix_method`: a `bool` feature. - `lexically_identical`: a `bool` feature. - `pair_id`: a `int32` feature. ### Data Splits | name |train| |------------------------|----:| |adjunct_island | 1000| |anaphor_gender_agreement| 1000| |anaphor_number_agreement| 1000| |animate_subject_passive | 1000| |animate_subject_trans | 1000| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information BLiMP is distributed under a [CC-BY](https://creativecommons.org/licenses/by/4.0/) license. Source: https://github.com/alexwarstadt/blimp#license ### Citation Information ``` @article{warstadt2020blimp, author = {Warstadt, Alex and Parrish, Alicia and Liu, Haokun and Mohananey, Anhad and Peng, Wei and Wang, Sheng-Fu and Bowman, Samuel R.}, title = {BLiMP: The Benchmark of Linguistic Minimal Pairs for English}, journal = {Transactions of the Association for Computational Linguistics}, volume = {8}, number = {}, pages = {377-392}, year = {2020}, doi = {10.1162/tacl\_a\_00321}, URL = {https://doi.org/10.1162/tacl_a_00321}, eprint = {https://doi.org/10.1162/tacl_a_00321}, abstract = { We introduce The Benchmark of Linguistic Minimal Pairs (BLiMP),1 a challenge set for evaluating the linguistic knowledge of language models (LMs) on major grammatical phenomena in English. BLiMP consists of 67 individual datasets, each containing 1,000 minimal pairs—that is, pairs of minimally different sentences that contrast in grammatical acceptability and isolate specific phenomenon in syntax, morphology, or semantics. We generate the data according to linguist-crafted grammar templates, and human aggregate agreement with the labels is 96.4\%. We evaluate n-gram, LSTM, and Transformer (GPT-2 and Transformer-XL) LMs by observing whether they assign a higher probability to the acceptable sentence in each minimal pair. We find that state-of-the-art models identify morphological contrasts related to agreement reliably, but they struggle with some subtle semantic and syntactic phenomena, such as negative polarity items and extraction islands. } } ``` #### Errata Some results were misreported in the published TACL version. Please refer to the corrected version on arXiv: https://arxiv.org/abs/1912.00582 ### Contributions Thanks to [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
nyu-mll/blimp
[ "task_categories:text-classification", "task_ids:acceptability-classification", "annotations_creators:crowdsourced", "language_creators:machine-generated", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-4.0", "arxiv:1912.00582", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["machine-generated"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["acceptability-classification"], "paperswithcode_id": "blimp", "pretty_name": "BLiMP", "dataset_info": [{"config_name": "adjunct_island", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 165894, "num_examples": 1000}], "download_size": 62231, "dataset_size": 165894}, {"config_name": "anaphor_gender_agreement", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 130918, "num_examples": 1000}], "download_size": 39201, "dataset_size": 130918}, {"config_name": "anaphor_number_agreement", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 139879, "num_examples": 1000}], "download_size": 41547, "dataset_size": 139879}, {"config_name": "animate_subject_passive", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 144423, "num_examples": 1000}], "download_size": 47282, "dataset_size": 144423}, {"config_name": "animate_subject_trans", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 127798, "num_examples": 1000}], "download_size": 49651, "dataset_size": 127798}, {"config_name": "causative", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 122772, "num_examples": 1000}], "download_size": 48963, "dataset_size": 122772}, {"config_name": "complex_NP_island", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 198972, "num_examples": 1000}], "download_size": 78211, "dataset_size": 198972}, {"config_name": "coordinate_structure_constraint_complex_left_branch", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 210912, "num_examples": 1000}], "download_size": 67908, "dataset_size": 210912}, {"config_name": "coordinate_structure_constraint_object_extraction", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 171655, "num_examples": 1000}], "download_size": 51584, "dataset_size": 171655}, {"config_name": "determiner_noun_agreement_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 156120, "num_examples": 1000}], "download_size": 49893, "dataset_size": 156120}, {"config_name": "determiner_noun_agreement_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 156204, "num_examples": 1000}], "download_size": 49527, "dataset_size": 156204}, {"config_name": "determiner_noun_agreement_irregular_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 164473, "num_examples": 1000}], "download_size": 47274, "dataset_size": 164473}, {"config_name": "determiner_noun_agreement_irregular_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 161074, "num_examples": 1000}], "download_size": 47422, "dataset_size": 161074}, {"config_name": "determiner_noun_agreement_with_adj_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 179666, "num_examples": 1000}], "download_size": 56346, "dataset_size": 179666}, {"config_name": "determiner_noun_agreement_with_adj_irregular_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 184529, "num_examples": 1000}], "download_size": 54405, "dataset_size": 184529}, {"config_name": "determiner_noun_agreement_with_adj_irregular_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 184396, "num_examples": 1000}], "download_size": 54064, "dataset_size": 184396}, {"config_name": "determiner_noun_agreement_with_adjective_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 185126, "num_examples": 1000}], "download_size": 55682, "dataset_size": 185126}, {"config_name": "distractor_agreement_relational_noun", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 191473, "num_examples": 1000}], "download_size": 59641, "dataset_size": 191473}, {"config_name": "distractor_agreement_relative_clause", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 216756, "num_examples": 1000}], "download_size": 77897, "dataset_size": 216756}, {"config_name": "drop_argument", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 109806, "num_examples": 1000}], "download_size": 39961, "dataset_size": 109806}, {"config_name": "ellipsis_n_bar_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 217590, "num_examples": 1000}], "download_size": 92776, "dataset_size": 217590}, {"config_name": "ellipsis_n_bar_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 233161, "num_examples": 1000}], "download_size": 98882, "dataset_size": 233161}, {"config_name": "existential_there_object_raising", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 223741, "num_examples": 1000}], "download_size": 76641, "dataset_size": 223741}, {"config_name": "existential_there_quantifiers_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 162931, "num_examples": 1000}], "download_size": 51576, "dataset_size": 162931}, {"config_name": "existential_there_quantifiers_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 164826, "num_examples": 1000}], "download_size": 52092, "dataset_size": 164826}, {"config_name": "existential_there_subject_raising", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 200063, "num_examples": 1000}], "download_size": 59519, "dataset_size": 200063}, {"config_name": "expletive_it_object_raising", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 238615, "num_examples": 1000}], "download_size": 88607, "dataset_size": 238615}, {"config_name": "inchoative", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 104319, "num_examples": 1000}], "download_size": 39842, "dataset_size": 104319}, {"config_name": "intransitive", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 111097, "num_examples": 1000}], "download_size": 42387, "dataset_size": 111097}, {"config_name": "irregular_past_participle_adjectives", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 144661, "num_examples": 1000}], "download_size": 36654, "dataset_size": 144661}, {"config_name": "irregular_past_participle_verbs", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 125692, "num_examples": 1000}], "download_size": 37297, "dataset_size": 125692}, {"config_name": "irregular_plural_subject_verb_agreement_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 165584, "num_examples": 1000}], "download_size": 50725, "dataset_size": 165584}, {"config_name": "irregular_plural_subject_verb_agreement_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 153843, "num_examples": 1000}], "download_size": 42707, "dataset_size": 153843}, {"config_name": "left_branch_island_echo_question", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 147840, "num_examples": 1000}], "download_size": 50481, "dataset_size": 147840}, {"config_name": "left_branch_island_simple_question", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 150060, "num_examples": 1000}], "download_size": 50293, "dataset_size": 150060}, {"config_name": "matrix_question_npi_licensor_present", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 153262, "num_examples": 1000}], "download_size": 51899, "dataset_size": 153262}, {"config_name": "npi_present_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 138465, "num_examples": 1000}], "download_size": 51981, "dataset_size": 138465}, {"config_name": "npi_present_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 127636, "num_examples": 1000}], "download_size": 51661, "dataset_size": 127636}, {"config_name": "only_npi_licensor_present", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 148516, "num_examples": 1000}], "download_size": 51361, "dataset_size": 148516}, {"config_name": "only_npi_scope", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 208902, "num_examples": 1000}], "download_size": 84970, "dataset_size": 208902}, {"config_name": "passive_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 145882, "num_examples": 1000}], "download_size": 53931, "dataset_size": 145882}, {"config_name": "passive_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 113960, "num_examples": 1000}], "download_size": 40499, "dataset_size": 113960}, {"config_name": "principle_A_c_command", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 188490, "num_examples": 1000}], "download_size": 67867, "dataset_size": 188490}, {"config_name": "principle_A_case_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 170398, "num_examples": 1000}], "download_size": 61092, "dataset_size": 170398}, {"config_name": "principle_A_case_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 170412, "num_examples": 1000}], "download_size": 56430, "dataset_size": 170412}, {"config_name": "principle_A_domain_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 171170, "num_examples": 1000}], "download_size": 59120, "dataset_size": 171170}, {"config_name": "principle_A_domain_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 165333, "num_examples": 1000}], "download_size": 58464, "dataset_size": 165333}, {"config_name": "principle_A_domain_3", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 158998, "num_examples": 1000}], "download_size": 52859, "dataset_size": 158998}, {"config_name": "principle_A_reconstruction", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 152104, "num_examples": 1000}], "download_size": 44480, "dataset_size": 152104}, {"config_name": "regular_plural_subject_verb_agreement_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 158819, "num_examples": 1000}], "download_size": 49466, "dataset_size": 158819}, {"config_name": "regular_plural_subject_verb_agreement_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 153609, "num_examples": 1000}], "download_size": 43365, "dataset_size": 153609}, {"config_name": "sentential_negation_npi_licensor_present", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 171864, "num_examples": 1000}], "download_size": 54830, "dataset_size": 171864}, {"config_name": "sentential_negation_npi_scope", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 232098, "num_examples": 1000}], "download_size": 90157, "dataset_size": 232098}, {"config_name": "sentential_subject_island", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 172432, "num_examples": 1000}], "download_size": 56666, "dataset_size": 172432}, {"config_name": "superlative_quantifiers_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 159290, "num_examples": 1000}], "download_size": 48453, "dataset_size": 159290}, {"config_name": "superlative_quantifiers_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 159340, "num_examples": 1000}], "download_size": 50480, "dataset_size": 159340}, {"config_name": "tough_vs_raising_1", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 148636, "num_examples": 1000}], "download_size": 44779, "dataset_size": 148636}, {"config_name": "tough_vs_raising_2", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 169684, "num_examples": 1000}], "download_size": 61465, "dataset_size": 169684}, {"config_name": "transitive", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 133104, "num_examples": 1000}], "download_size": 55090, "dataset_size": 133104}, {"config_name": "wh_island", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 142340, "num_examples": 1000}], "download_size": 52808, "dataset_size": 142340}, {"config_name": "wh_questions_object_gap", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 193045, "num_examples": 1000}], "download_size": 70049, "dataset_size": 193045}, {"config_name": "wh_questions_subject_gap", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 195593, "num_examples": 1000}], "download_size": 71632, "dataset_size": 195593}, {"config_name": "wh_questions_subject_gap_long_distance", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 268270, "num_examples": 1000}], "download_size": 98913, "dataset_size": 268270}, {"config_name": "wh_vs_that_no_gap", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 188872, "num_examples": 1000}], "download_size": 71710, "dataset_size": 188872}, {"config_name": "wh_vs_that_no_gap_long_distance", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 247039, "num_examples": 1000}], "download_size": 95504, "dataset_size": 247039}, {"config_name": "wh_vs_that_with_gap", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 173386, "num_examples": 1000}], "download_size": 60291, "dataset_size": 173386}, {"config_name": "wh_vs_that_with_gap_long_distance", "features": [{"name": "sentence_good", "dtype": "string"}, {"name": "sentence_bad", "dtype": "string"}, {"name": "field", "dtype": "string"}, {"name": "linguistics_term", "dtype": "string"}, {"name": "UID", "dtype": "string"}, {"name": "simple_LM_method", "dtype": "bool"}, {"name": "one_prefix_method", "dtype": "bool"}, {"name": "two_prefix_method", "dtype": "bool"}, {"name": "lexically_identical", "dtype": "bool"}, {"name": "pair_id", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 231595, "num_examples": 1000}], "download_size": 84147, "dataset_size": 231595}], "configs": [{"config_name": "adjunct_island", "data_files": [{"split": "train", "path": "adjunct_island/train-*"}]}, {"config_name": "anaphor_gender_agreement", "data_files": [{"split": "train", "path": "anaphor_gender_agreement/train-*"}]}, {"config_name": "anaphor_number_agreement", "data_files": [{"split": "train", "path": "anaphor_number_agreement/train-*"}]}, {"config_name": "animate_subject_passive", "data_files": [{"split": "train", "path": "animate_subject_passive/train-*"}]}, {"config_name": "animate_subject_trans", "data_files": [{"split": "train", "path": "animate_subject_trans/train-*"}]}, {"config_name": "causative", "data_files": [{"split": "train", "path": "causative/train-*"}]}, {"config_name": "complex_NP_island", "data_files": [{"split": "train", "path": "complex_NP_island/train-*"}]}, {"config_name": "coordinate_structure_constraint_complex_left_branch", "data_files": [{"split": "train", "path": "coordinate_structure_constraint_complex_left_branch/train-*"}]}, {"config_name": "coordinate_structure_constraint_object_extraction", "data_files": [{"split": "train", "path": "coordinate_structure_constraint_object_extraction/train-*"}]}, {"config_name": "determiner_noun_agreement_1", "data_files": [{"split": "train", "path": "determiner_noun_agreement_1/train-*"}]}, {"config_name": "determiner_noun_agreement_2", "data_files": [{"split": "train", "path": "determiner_noun_agreement_2/train-*"}]}, {"config_name": "determiner_noun_agreement_irregular_1", "data_files": [{"split": "train", "path": "determiner_noun_agreement_irregular_1/train-*"}]}, {"config_name": "determiner_noun_agreement_irregular_2", "data_files": [{"split": "train", "path": "determiner_noun_agreement_irregular_2/train-*"}]}, {"config_name": "determiner_noun_agreement_with_adj_2", "data_files": [{"split": "train", "path": "determiner_noun_agreement_with_adj_2/train-*"}]}, {"config_name": "determiner_noun_agreement_with_adj_irregular_1", "data_files": [{"split": "train", "path": "determiner_noun_agreement_with_adj_irregular_1/train-*"}]}, {"config_name": "determiner_noun_agreement_with_adj_irregular_2", "data_files": [{"split": "train", "path": "determiner_noun_agreement_with_adj_irregular_2/train-*"}]}, {"config_name": "determiner_noun_agreement_with_adjective_1", "data_files": [{"split": "train", "path": "determiner_noun_agreement_with_adjective_1/train-*"}]}, {"config_name": "distractor_agreement_relational_noun", "data_files": [{"split": "train", "path": "distractor_agreement_relational_noun/train-*"}]}, {"config_name": "distractor_agreement_relative_clause", "data_files": [{"split": "train", "path": "distractor_agreement_relative_clause/train-*"}]}, {"config_name": "drop_argument", "data_files": [{"split": "train", "path": "drop_argument/train-*"}]}, {"config_name": "ellipsis_n_bar_1", "data_files": [{"split": "train", "path": "ellipsis_n_bar_1/train-*"}]}, {"config_name": "ellipsis_n_bar_2", "data_files": [{"split": "train", "path": "ellipsis_n_bar_2/train-*"}]}, {"config_name": "existential_there_object_raising", "data_files": [{"split": "train", "path": "existential_there_object_raising/train-*"}]}, {"config_name": "existential_there_quantifiers_1", "data_files": [{"split": "train", "path": "existential_there_quantifiers_1/train-*"}]}, {"config_name": "existential_there_quantifiers_2", "data_files": [{"split": "train", "path": "existential_there_quantifiers_2/train-*"}]}, {"config_name": "existential_there_subject_raising", "data_files": [{"split": "train", "path": "existential_there_subject_raising/train-*"}]}, {"config_name": "expletive_it_object_raising", "data_files": [{"split": "train", "path": "expletive_it_object_raising/train-*"}]}, {"config_name": "inchoative", "data_files": [{"split": "train", "path": "inchoative/train-*"}]}, {"config_name": "intransitive", "data_files": [{"split": "train", "path": "intransitive/train-*"}]}, {"config_name": "irregular_past_participle_adjectives", "data_files": [{"split": "train", "path": "irregular_past_participle_adjectives/train-*"}]}, {"config_name": "irregular_past_participle_verbs", "data_files": [{"split": "train", "path": "irregular_past_participle_verbs/train-*"}]}, {"config_name": "irregular_plural_subject_verb_agreement_1", "data_files": [{"split": "train", "path": "irregular_plural_subject_verb_agreement_1/train-*"}]}, {"config_name": "irregular_plural_subject_verb_agreement_2", "data_files": [{"split": "train", "path": "irregular_plural_subject_verb_agreement_2/train-*"}]}, {"config_name": "left_branch_island_echo_question", "data_files": [{"split": "train", "path": "left_branch_island_echo_question/train-*"}]}, {"config_name": "left_branch_island_simple_question", "data_files": [{"split": "train", "path": "left_branch_island_simple_question/train-*"}]}, {"config_name": "matrix_question_npi_licensor_present", "data_files": [{"split": "train", "path": "matrix_question_npi_licensor_present/train-*"}]}, {"config_name": "npi_present_1", "data_files": [{"split": "train", "path": "npi_present_1/train-*"}]}, {"config_name": "npi_present_2", "data_files": [{"split": "train", "path": "npi_present_2/train-*"}]}, {"config_name": "only_npi_licensor_present", "data_files": [{"split": "train", "path": "only_npi_licensor_present/train-*"}]}, {"config_name": "only_npi_scope", "data_files": [{"split": "train", "path": "only_npi_scope/train-*"}]}, {"config_name": "passive_1", "data_files": [{"split": "train", "path": "passive_1/train-*"}]}, {"config_name": "passive_2", "data_files": [{"split": "train", "path": "passive_2/train-*"}]}, {"config_name": "principle_A_c_command", "data_files": [{"split": "train", "path": "principle_A_c_command/train-*"}]}, {"config_name": "principle_A_case_1", "data_files": [{"split": "train", "path": "principle_A_case_1/train-*"}]}, {"config_name": "principle_A_case_2", "data_files": [{"split": "train", "path": "principle_A_case_2/train-*"}]}, {"config_name": "principle_A_domain_1", "data_files": [{"split": "train", "path": "principle_A_domain_1/train-*"}]}, {"config_name": "principle_A_domain_2", "data_files": [{"split": "train", "path": "principle_A_domain_2/train-*"}]}, {"config_name": "principle_A_domain_3", "data_files": [{"split": "train", "path": "principle_A_domain_3/train-*"}]}, {"config_name": "principle_A_reconstruction", "data_files": [{"split": "train", "path": "principle_A_reconstruction/train-*"}]}, {"config_name": "regular_plural_subject_verb_agreement_1", "data_files": [{"split": "train", "path": "regular_plural_subject_verb_agreement_1/train-*"}]}, {"config_name": "regular_plural_subject_verb_agreement_2", "data_files": [{"split": "train", "path": "regular_plural_subject_verb_agreement_2/train-*"}]}, {"config_name": "sentential_negation_npi_licensor_present", "data_files": [{"split": "train", "path": "sentential_negation_npi_licensor_present/train-*"}]}, {"config_name": "sentential_negation_npi_scope", "data_files": [{"split": "train", "path": "sentential_negation_npi_scope/train-*"}]}, {"config_name": "sentential_subject_island", "data_files": [{"split": "train", "path": "sentential_subject_island/train-*"}]}, {"config_name": "superlative_quantifiers_1", "data_files": [{"split": "train", "path": "superlative_quantifiers_1/train-*"}]}, {"config_name": "superlative_quantifiers_2", "data_files": [{"split": "train", "path": "superlative_quantifiers_2/train-*"}]}, {"config_name": "tough_vs_raising_1", "data_files": [{"split": "train", "path": "tough_vs_raising_1/train-*"}]}, {"config_name": "tough_vs_raising_2", "data_files": [{"split": "train", "path": "tough_vs_raising_2/train-*"}]}, {"config_name": "transitive", "data_files": [{"split": "train", "path": "transitive/train-*"}]}, {"config_name": "wh_island", "data_files": [{"split": "train", "path": "wh_island/train-*"}]}, {"config_name": "wh_questions_object_gap", "data_files": [{"split": "train", "path": "wh_questions_object_gap/train-*"}]}, {"config_name": "wh_questions_subject_gap", "data_files": [{"split": "train", "path": "wh_questions_subject_gap/train-*"}]}, {"config_name": "wh_questions_subject_gap_long_distance", "data_files": [{"split": "train", "path": "wh_questions_subject_gap_long_distance/train-*"}]}, {"config_name": "wh_vs_that_no_gap", "data_files": [{"split": "train", "path": "wh_vs_that_no_gap/train-*"}]}, {"config_name": "wh_vs_that_no_gap_long_distance", "data_files": [{"split": "train", "path": "wh_vs_that_no_gap_long_distance/train-*"}]}, {"config_name": "wh_vs_that_with_gap", "data_files": [{"split": "train", "path": "wh_vs_that_with_gap/train-*"}]}, {"config_name": "wh_vs_that_with_gap_long_distance", "data_files": [{"split": "train", "path": "wh_vs_that_with_gap_long_distance/train-*"}]}]}
2024-01-23T09:58:08+00:00
[ "1912.00582" ]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-acceptability-classification #annotations_creators-crowdsourced #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1912.00582 #region-us
Dataset Card for "blimp" ======================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: * Repository: URL * Paper: BLiMP: The Benchmark of Linguistic Minimal Pairs for English * Paper: URL * Point of Contact: * Size of downloaded dataset files: 29.58 MB * Size of the generated dataset: 11.45 MB * Total amount of disk used: 41.03 MB ### Dataset Summary BLiMP is a challenge set for evaluating what language models (LMs) know about major grammatical phenomena in English. BLiMP consists of 67 sub-datasets, each containing 1000 minimal pairs isolating specific contrasts in syntax, morphology, or semantics. The data is automatically generated according to expert-crafted grammars. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### adjunct\_island * Size of downloaded dataset files: 0.36 MB * Size of the generated dataset: 0.17 MB * Total amount of disk used: 0.52 MB An example of 'train' looks as follows. #### anaphor\_gender\_agreement * Size of downloaded dataset files: 0.44 MB * Size of the generated dataset: 0.14 MB * Total amount of disk used: 0.57 MB An example of 'train' looks as follows. #### anaphor\_number\_agreement * Size of downloaded dataset files: 0.45 MB * Size of the generated dataset: 0.14 MB * Total amount of disk used: 0.59 MB An example of 'train' looks as follows. #### animate\_subject\_passive * Size of downloaded dataset files: 0.46 MB * Size of the generated dataset: 0.15 MB * Total amount of disk used: 0.61 MB An example of 'train' looks as follows. #### animate\_subject\_trans * Size of downloaded dataset files: 0.43 MB * Size of the generated dataset: 0.13 MB * Total amount of disk used: 0.57 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### adjunct\_island * 'sentence\_good': a 'string' feature. * 'sentence\_bad': a 'string' feature. * 'field': a 'string' feature. * 'linguistics\_term': a 'string' feature. * 'UID': a 'string' feature. * 'simple\_LM\_method': a 'bool' feature. * 'one\_prefix\_method': a 'bool' feature. * 'two\_prefix\_method': a 'bool' feature. * 'lexically\_identical': a 'bool' feature. * 'pair\_id': a 'int32' feature. #### anaphor\_gender\_agreement * 'sentence\_good': a 'string' feature. * 'sentence\_bad': a 'string' feature. * 'field': a 'string' feature. * 'linguistics\_term': a 'string' feature. * 'UID': a 'string' feature. * 'simple\_LM\_method': a 'bool' feature. * 'one\_prefix\_method': a 'bool' feature. * 'two\_prefix\_method': a 'bool' feature. * 'lexically\_identical': a 'bool' feature. * 'pair\_id': a 'int32' feature. #### anaphor\_number\_agreement * 'sentence\_good': a 'string' feature. * 'sentence\_bad': a 'string' feature. * 'field': a 'string' feature. * 'linguistics\_term': a 'string' feature. * 'UID': a 'string' feature. * 'simple\_LM\_method': a 'bool' feature. * 'one\_prefix\_method': a 'bool' feature. * 'two\_prefix\_method': a 'bool' feature. * 'lexically\_identical': a 'bool' feature. * 'pair\_id': a 'int32' feature. #### animate\_subject\_passive * 'sentence\_good': a 'string' feature. * 'sentence\_bad': a 'string' feature. * 'field': a 'string' feature. * 'linguistics\_term': a 'string' feature. * 'UID': a 'string' feature. * 'simple\_LM\_method': a 'bool' feature. * 'one\_prefix\_method': a 'bool' feature. * 'two\_prefix\_method': a 'bool' feature. * 'lexically\_identical': a 'bool' feature. * 'pair\_id': a 'int32' feature. #### animate\_subject\_trans * 'sentence\_good': a 'string' feature. * 'sentence\_bad': a 'string' feature. * 'field': a 'string' feature. * 'linguistics\_term': a 'string' feature. * 'UID': a 'string' feature. * 'simple\_LM\_method': a 'bool' feature. * 'one\_prefix\_method': a 'bool' feature. * 'two\_prefix\_method': a 'bool' feature. * 'lexically\_identical': a 'bool' feature. * 'pair\_id': a 'int32' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information BLiMP is distributed under a CC-BY license. Source: URL #### Errata Some results were misreported in the published TACL version. Please refer to the corrected version on arXiv: URL ### Contributions Thanks to @lhoestq, @patrickvonplaten, @thomwolf for adding this dataset.
[ "### Dataset Summary\n\n\nBLiMP is a challenge set for evaluating what language models (LMs) know about\nmajor grammatical phenomena in English. BLiMP consists of 67 sub-datasets, each\ncontaining 1000 minimal pairs isolating specific contrasts in syntax,\nmorphology, or semantics. The data is automatically generated according to\nexpert-crafted grammars.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### adjunct\\_island\n\n\n* Size of downloaded dataset files: 0.36 MB\n* Size of the generated dataset: 0.17 MB\n* Total amount of disk used: 0.52 MB\n\n\nAn example of 'train' looks as follows.", "#### anaphor\\_gender\\_agreement\n\n\n* Size of downloaded dataset files: 0.44 MB\n* Size of the generated dataset: 0.14 MB\n* Total amount of disk used: 0.57 MB\n\n\nAn example of 'train' looks as follows.", "#### anaphor\\_number\\_agreement\n\n\n* Size of downloaded dataset files: 0.45 MB\n* Size of the generated dataset: 0.14 MB\n* Total amount of disk used: 0.59 MB\n\n\nAn example of 'train' looks as follows.", "#### animate\\_subject\\_passive\n\n\n* Size of downloaded dataset files: 0.46 MB\n* Size of the generated dataset: 0.15 MB\n* Total amount of disk used: 0.61 MB\n\n\nAn example of 'train' looks as follows.", "#### animate\\_subject\\_trans\n\n\n* Size of downloaded dataset files: 0.43 MB\n* Size of the generated dataset: 0.13 MB\n* Total amount of disk used: 0.57 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### adjunct\\_island\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.", "#### anaphor\\_gender\\_agreement\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.", "#### anaphor\\_number\\_agreement\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.", "#### animate\\_subject\\_passive\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.", "#### animate\\_subject\\_trans\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nBLiMP is distributed under a CC-BY license. Source: URL", "#### Errata\n\n\nSome results were misreported in the published TACL version. Please refer to the corrected version on arXiv: URL", "### Contributions\n\n\nThanks to @lhoestq, @patrickvonplaten, @thomwolf for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-acceptability-classification #annotations_creators-crowdsourced #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1912.00582 #region-us \n", "### Dataset Summary\n\n\nBLiMP is a challenge set for evaluating what language models (LMs) know about\nmajor grammatical phenomena in English. BLiMP consists of 67 sub-datasets, each\ncontaining 1000 minimal pairs isolating specific contrasts in syntax,\nmorphology, or semantics. The data is automatically generated according to\nexpert-crafted grammars.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### adjunct\\_island\n\n\n* Size of downloaded dataset files: 0.36 MB\n* Size of the generated dataset: 0.17 MB\n* Total amount of disk used: 0.52 MB\n\n\nAn example of 'train' looks as follows.", "#### anaphor\\_gender\\_agreement\n\n\n* Size of downloaded dataset files: 0.44 MB\n* Size of the generated dataset: 0.14 MB\n* Total amount of disk used: 0.57 MB\n\n\nAn example of 'train' looks as follows.", "#### anaphor\\_number\\_agreement\n\n\n* Size of downloaded dataset files: 0.45 MB\n* Size of the generated dataset: 0.14 MB\n* Total amount of disk used: 0.59 MB\n\n\nAn example of 'train' looks as follows.", "#### animate\\_subject\\_passive\n\n\n* Size of downloaded dataset files: 0.46 MB\n* Size of the generated dataset: 0.15 MB\n* Total amount of disk used: 0.61 MB\n\n\nAn example of 'train' looks as follows.", "#### animate\\_subject\\_trans\n\n\n* Size of downloaded dataset files: 0.43 MB\n* Size of the generated dataset: 0.13 MB\n* Total amount of disk used: 0.57 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### adjunct\\_island\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.", "#### anaphor\\_gender\\_agreement\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.", "#### anaphor\\_number\\_agreement\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.", "#### animate\\_subject\\_passive\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.", "#### animate\\_subject\\_trans\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nBLiMP is distributed under a CC-BY license. Source: URL", "#### Errata\n\n\nSome results were misreported in the published TACL version. Please refer to the corrected version on arXiv: URL", "### Contributions\n\n\nThanks to @lhoestq, @patrickvonplaten, @thomwolf for adding this dataset." ]
[ 102, 88, 10, 11, 6, 55, 60, 60, 60, 58, 17, 165, 169, 169, 168, 167, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 22, 30, 29 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-acceptability-classification #annotations_creators-crowdsourced #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1912.00582 #region-us \n### Dataset Summary\n\n\nBLiMP is a challenge set for evaluating what language models (LMs) know about\nmajor grammatical phenomena in English. BLiMP consists of 67 sub-datasets, each\ncontaining 1000 minimal pairs isolating specific contrasts in syntax,\nmorphology, or semantics. The data is automatically generated according to\nexpert-crafted grammars.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### adjunct\\_island\n\n\n* Size of downloaded dataset files: 0.36 MB\n* Size of the generated dataset: 0.17 MB\n* Total amount of disk used: 0.52 MB\n\n\nAn example of 'train' looks as follows.#### anaphor\\_gender\\_agreement\n\n\n* Size of downloaded dataset files: 0.44 MB\n* Size of the generated dataset: 0.14 MB\n* Total amount of disk used: 0.57 MB\n\n\nAn example of 'train' looks as follows.#### anaphor\\_number\\_agreement\n\n\n* Size of downloaded dataset files: 0.45 MB\n* Size of the generated dataset: 0.14 MB\n* Total amount of disk used: 0.59 MB\n\n\nAn example of 'train' looks as follows.#### animate\\_subject\\_passive\n\n\n* Size of downloaded dataset files: 0.46 MB\n* Size of the generated dataset: 0.15 MB\n* Total amount of disk used: 0.61 MB\n\n\nAn example of 'train' looks as follows.", "passage: #### animate\\_subject\\_trans\n\n\n* Size of downloaded dataset files: 0.43 MB\n* Size of the generated dataset: 0.13 MB\n* Total amount of disk used: 0.57 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### adjunct\\_island\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.#### anaphor\\_gender\\_agreement\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.", "passage: #### anaphor\\_number\\_agreement\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.#### animate\\_subject\\_passive\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.#### animate\\_subject\\_trans\n\n\n* 'sentence\\_good': a 'string' feature.\n* 'sentence\\_bad': a 'string' feature.\n* 'field': a 'string' feature.\n* 'linguistics\\_term': a 'string' feature.\n* 'UID': a 'string' feature.\n* 'simple\\_LM\\_method': a 'bool' feature.\n* 'one\\_prefix\\_method': a 'bool' feature.\n* 'two\\_prefix\\_method': a 'bool' feature.\n* 'lexically\\_identical': a 'bool' feature.\n* 'pair\\_id': a 'int32' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators### Licensing Information\n\n\nBLiMP is distributed under a CC-BY license. Source: URL#### Errata\n\n\nSome results were misreported in the published TACL version. Please refer to the corrected version on arXiv: URL" ]
[ -0.03426823392510414, 0.057763855904340744, -0.010587106458842754, 0.050490040332078934, 0.07833519577980042, -0.024276211857795715, 0.07032442837953568, 0.09759470075368881, 0.023721449077129364, 0.1540106236934662, 0.06796342134475708, -0.03565759211778641, 0.05631153658032417, 0.12159130722284317, 0.02610589563846588, -0.20848500728607178, 0.012535780668258667, -0.11045554280281067, -0.028236577287316322, 0.057490795850753784, 0.12100503593683243, -0.04466693103313446, 0.07236293703317642, -0.08957931399345398, -0.03453211858868599, 0.04158785194158554, -0.006212674546986818, 0.016191964969038963, -0.015919912606477737, 0.0664912760257721, 0.021001843735575676, -0.04306713119149208, -0.011569648049771786, -0.2949385941028595, 0.020183419808745384, 0.06298186630010605, -0.004763270262628794, 0.007357990834861994, 0.13693292438983917, -0.07397063821554184, 0.1493130773305893, -0.13300679624080658, 0.005613412242382765, 0.038005441427230835, -0.0913616195321083, -0.12936319410800934, -0.08227121084928513, 0.07000604271888733, 0.05097861960530281, -0.004151731729507446, -0.04539958015084267, -0.06328562647104263, -0.08016333729028702, 0.08017533272504807, 0.15108196437358856, -0.07853011041879654, -0.02505684643983841, -0.05418415367603302, 0.055424679070711136, 0.08475839346647263, -0.05749081075191498, -0.06457734107971191, -0.0285781342536211, 0.04011353477835655, 0.01164347305893898, -0.02780693769454956, 0.03920873999595642, 0.016756117343902588, -0.11568544059991837, -0.10913712531328201, 0.16873545944690704, 0.1029629111289978, -0.038500260561704636, -0.09432747960090637, 0.0038857769686728716, -0.10158421844244003, -0.048867177218198776, 0.007446651812642813, -0.01927955634891987, 0.03724836930632591, 0.015959592536091805, -0.07016658782958984, -0.05611428990960121, 0.01018277183175087, -0.017459454014897346, 0.020151974633336067, 0.022251620888710022, 0.003606316400691867, 0.05738896131515503, 0.032928142696619034, -0.1415642946958542, -0.0843651294708252, -0.011317822150886059, -0.037691954523324966, -0.040313202887773514, 0.028245605528354645, -0.010611291043460369, -0.12723581492900848, 0.12070241570472717, 0.11810597777366638, -0.09110183268785477, 0.02312975563108921, -0.07768397778272629, 0.03009512834250927, 0.03098864108324051, 0.13150931894779205, -0.05241899564862251, -0.1104033812880516, 0.004054392222315073, 0.03758162260055542, 0.04802070930600166, -0.01863407902419567, -0.042078107595443726, 0.047423820942640305, 0.11593136936426163, 0.0527191162109375, 0.13034385442733765, 0.014367825351655483, -0.09050846099853516, -0.014613457024097443, 0.0950709879398346, -0.13688455522060394, 0.04792604222893715, 0.09685634821653366, -0.044247809797525406, -0.026361605152487755, 0.003360249102115631, -0.002736467868089676, -0.13249631226062775, 0.03291916474699974, -0.010538432747125626, 0.024925554171204567, -0.06296601891517639, -0.09493494033813477, 0.056829508394002914, 0.047833096235990524, -0.05391618236899376, -0.05974651873111725, -0.08336558192968369, -0.03452735021710396, 0.027266094461083412, -0.06851919740438461, -0.00096221111016348, -0.026482729241251945, -0.06481797248125076, 0.004357133526355028, 0.012969483621418476, 0.023487016558647156, -0.06085486710071564, 0.05163387581706047, -0.045875634998083115, 0.007286489009857178, 0.026802366599440575, 0.051767751574516296, -0.04768730327486992, 0.08929171413183212, -0.1572856307029724, 0.15883325040340424, -0.0780666396021843, 0.01637636311352253, -0.11926344782114029, -0.05576741695404053, -0.03614865243434906, -0.020821193233132362, 0.03863237425684929, 0.10198068618774414, -0.10146979242563248, -0.049132827669382095, 0.07563888281583786, -0.030692338943481445, -0.030279060825705528, 0.16249383985996246, -0.0058136265724897385, -0.07361069321632385, 0.058131143450737, 0.15610432624816895, 0.08617330342531204, -0.038476165384054184, -0.058746349066495895, 0.04346029832959175, -0.009511602111160755, 0.1288108378648758, 0.13532303273677826, -0.07520544528961182, 0.12943170964717865, 0.022077912464737892, 0.04331883415579796, 0.0037849321961402893, -0.016416169703006744, -0.06434033066034317, -0.04429514706134796, -0.03014773316681385, -0.028493424877524376, -0.014176790602505207, -0.08354132622480392, -0.04736805334687233, -0.11053822189569473, 0.0009109180537052453, 0.03330088406801224, 0.0063566905446350574, 0.07805134356021881, -0.03892475366592407, 0.1486472338438034, -0.002577736973762512, 0.003064092481508851, -0.14084099233150482, -0.08150575309991837, 0.00574902631342411, 0.0028323393780738115, 0.0843285620212555, -0.04975832998752594, 0.00840473547577858, 0.039965879172086716, -0.02660730667412281, 0.012793567962944508, 0.01729416660964489, 0.005975853651762009, 0.005473136901855469, -0.16906678676605225, -0.030850181356072426, -0.0009947953512892127, 0.12132249027490616, -0.05570126697421074, -0.012899775989353657, 0.10519715398550034, 0.10496634244918823, 0.023252403363585472, -0.06958737224340439, 0.031120019033551216, 0.01286411378532648, 0.007803357671946287, -0.034706804901361465, -0.0021115720737725496, -0.0027289942372590303, -0.0028786559123545885, 0.04134678840637207, -0.12385841459035873, 0.012448246590793133, 0.07455109059810638, -0.008739645592868328, -0.04352682828903198, -0.006248875055462122, -0.03970399126410484, -0.01872888393700123, -0.03679502382874489, -0.06534530967473984, 0.016454042866826057, 0.05471786856651306, 0.07963583618402481, -0.045788735151290894, 0.004549436271190643, -0.01785643957555294, -0.06418665498495102, -0.05379218980669975, 0.14854095876216888, -0.004846366588026285, -0.1392144411802292, 0.09654208272695541, 0.05217501521110535, -0.039663165807724, 0.1044657751917839, -0.01139799878001213, -0.1016044095158577, -0.08045142143964767, 0.12988831102848053, 0.01125616580247879, 0.030133569613099098, -0.04364845156669617, 0.05209433659911156, 0.04522236809134483, 0.01102713868021965, 0.021877115592360497, -0.05989200994372368, 0.03495388105511665, 0.03518505021929741, -0.09009519964456558, -0.011877904646098614, -0.05163060128688812, 0.048445601016283035, 0.09413374215364456, 0.05175594612956047, 0.032836224883794785, -0.012026671320199966, -0.059454768896102905, -0.13182838261127472, 0.12135788053274155, -0.1491517573595047, -0.19977962970733643, -0.15757505595684052, -0.0696503147482872, -0.06257523596286774, 0.002241953043267131, 0.04334897920489311, -0.04947185888886452, -0.03610363230109215, -0.1143200621008873, 0.05597412586212158, 0.00967724621295929, -0.08316679298877716, -0.13582389056682587, 0.0489533357322216, 0.07950105518102646, -0.08037450909614563, -0.010329512879252434, 0.04497270658612251, -0.006219195201992989, -0.021298730745911598, 0.03940124064683914, 0.06402929872274399, 0.05444234609603882, 0.05211852118372917, 0.008323817513883114, 0.002751370193436742, 0.22516725957393646, -0.059515029191970825, 0.04189356043934822, 0.10851413756608963, -0.040043242275714874, 0.08828737586736679, 0.2004796415567398, 0.030695894733071327, 0.0076235197484493256, 0.009072946384549141, 0.035463619977235794, -0.035797495394945145, -0.19172461330890656, -0.06489873677492142, -0.0395045205950737, 0.05273113772273064, 0.04510526359081268, 0.055596109479665756, -0.02312275767326355, 0.007956105284392834, -0.06526582688093185, -0.006610030308365822, -0.004661962855607271, 0.06728584319353104, 0.13286526501178741, -0.014077115803956985, 0.06398727744817734, -0.03902977332472801, 0.018220791593194008, 0.10055160522460938, -0.023871377110481262, 0.09284704923629761, -0.10228770226240158, 0.16243664920330048, 0.04982924088835716, 0.1386243849992752, -0.028791315853595734, -0.06688831001520157, -0.0126923443749547, 0.0657995417714119, -0.0003066571953240782, -0.058324143290519714, -0.019583843648433685, 0.06917370855808258, 0.17746257781982422, 0.008676872588694096, -0.002810439094901085, -0.01592114381492138, 0.08864814043045044, 0.11784809827804565, 0.0840514525771141, -0.10052990913391113, -0.038103874772787094, 0.03557974472641945, -0.05275273695588112, -0.07554278522729874, -0.02073606103658676, 0.0987255796790123, -0.1077941283583641, 0.0072468859143555164, 0.005808044690638781, 0.07920732349157333, -0.03600260987877846, -0.013503722846508026, 0.03180408850312233, 0.11319722980260849, -0.008464897982776165, 0.07321392744779587, -0.2123427540063858, 0.07232262939214706, 0.011404047720134258, -0.01201861072331667, -0.00195911037735641, 0.07067535072565079, 0.026900475844740868, -0.0025289941113442183, 0.08776593208312988, 0.01813860982656479, -0.06637860834598541, -0.08703190833330154, -0.08688914775848389, -0.011596966534852982, 0.1182699128985405, -0.027174292132258415, 0.060810208320617676, -0.03758401423692703, -0.03718988969922066, -0.018620101734995842, 0.027521474286913872, -0.06344424933195114, -0.13242650032043457, 0.04232493042945862, -0.07476533204317093, 0.01639256812632084, -0.03936347737908363, 0.010424405336380005, -0.013246819376945496, 0.13914607465267181, -0.13227273523807526, -0.08505656570196152, -0.08426789194345474, 0.09017591923475266, 0.13350455462932587, -0.07367786020040512, 0.011136920191347599, -0.051410287618637085, 0.09799722582101822, 0.02596699632704258, -0.03138388320803642, 0.025691213086247444, -0.05729731544852257, -0.11649778485298157, -0.046862099319696426, 0.1429654061794281, -0.006401450838893652, 0.08244691044092178, -0.0601547472178936, 0.06316050887107849, -0.029358694329857826, -0.07013560086488724, 0.013027373701334, 0.03668808192014694, 0.015275324694812298, 0.14592601358890533, -0.025345535948872566, -0.07522442191839218, -0.10061126202344894, -0.04253111407160759, 0.11670678853988647, 0.20258329808712006, -0.07994154095649719, 0.0856638178229332, 0.04084869101643562, -0.09124401956796646, -0.21598386764526367, -0.0750923827290535, 0.0905739888548851, -0.017371825873851776, 0.02776707522571087, -0.1387164443731308, 0.05859917402267456, 0.059830307960510254, 0.010938207618892193, 0.05312662944197655, -0.23557136952877045, -0.10643432289361954, 0.049865126609802246, 0.01966346800327301, -0.13790395855903625, -0.19107215106487274, -0.13262706995010376, -0.0217730775475502, -0.08470294624567032, 0.0901082456111908, 0.003053707303479314, 0.0252185370773077, 0.04314088448882103, -0.019803186878561974, 0.046770524233579636, -0.0027768041472882032, 0.15721429884433746, -0.08683516830205917, -0.021304743364453316, -0.11662103980779648, -0.033766064792871475, -0.009290107525885105, -0.07008781284093857, 0.11118385940790176, -0.11692801862955093, 0.02246062643826008, -0.07644123584032059, 0.002319610444828868, -0.05823061242699623, 0.026645073667168617, -0.0667145848274231, -0.006158751901239157, -0.1051989272236824, -0.016616705805063248, 0.09737897664308548, -0.0073511418886482716, 0.03764963895082474, -0.057107388973236084, 0.022768685594201088, 0.23325090110301971, 0.02769005112349987, 0.047879088670015335, -0.193049356341362, -0.025354817509651184, -0.01818576641380787, -0.016244975849986076, -0.1465708613395691, 0.041883956640958786, 0.0685749277472496, -0.004598298575729132, 0.16105429828166962, -0.024160126224160194, -0.10231556743383408, -0.005334295332431793, 0.0947866141796112, -0.04227267578244209, -0.22530066967010498, -0.026469020172953606, 0.023242831230163574, -0.13986562192440033, -0.14820760488510132, 0.09782447665929794, 0.0020938124507665634, 0.0017001008382067084, 0.002376738702878356, 0.1214328408241272, -0.03172219172120094, 0.08870341628789902, 0.1346009075641632, 0.028248662129044533, -0.06818640977144241, 0.04680296778678894, 0.1247667446732521, -0.1213398203253746, 0.04730766639113426, 0.16464143991470337, -0.021551160141825676, -0.03379809483885765, 0.021298900246620178, 0.059393852949142456, 0.05020536854863167, -0.030908048152923584, -0.07696737349033356, -0.10188104957342148, 0.10604691505432129, 0.06912153959274292, 0.02372228354215622, 0.04994283989071846, 0.013107364065945148, 0.0025540131609886885, -0.010625657625496387, 0.19532324373722076, 0.05552655830979347, 0.013690225780010223, -0.037355758249759674, 0.05759723111987114, -0.02241458185017109, 0.06752756237983704, 0.02556731551885605, -0.028881860896945, -0.039372045546770096, -0.013524509035050869, -0.17689597606658936, 0.06145497038960457, -0.06981600075960159, -0.0007326037739403546, 0.014789379201829433, -0.03868982568383217, -0.007815585471689701, 0.027151361107826233, -0.0473882220685482, -0.08746812492609024, -0.08269718289375305, 0.08414014428853989, -0.1804020255804062, -0.019642993807792664, 0.08787012100219727, -0.055938366800546646, 0.06917467713356018, 0.019863653928041458, -0.04001975059509277, 0.0036010860931128263, -0.04987737908959389, -0.039938244968652725, -0.03454935550689697, 0.027988677844405174, -0.013459625653922558, -0.136036217212677, 0.015062004327774048, 0.010571991093456745, -0.04154523089528084, 0.02921922691166401, 0.06061053276062012, -0.11066249758005142, 0.05079923942685127, -0.034824952483177185, -0.04025562107563019, -0.07114069163799286, 0.09058114886283875, 0.009908066131174564, 0.03574591502547264, 0.10997027158737183, -0.058950185775756836, 0.07325294613838196, -0.14098116755485535, -0.023355549201369286, 0.020841026678681374, -0.015425387769937515, -0.022560974583029747, 0.00979283731430769, 0.05692824721336365, 0.0013141079107299447, 0.11772213131189346, 0.04003119096159935, -0.06777969002723694, 0.033510733395814896, 0.02622408978641033, 0.07779069989919662, 0.058225225657224655, 0.05783608555793762, -0.012791350483894348, -0.048194706439971924, -0.07140282541513443, -0.04440885782241821, 0.04806085303425789, 0.0639360323548317, 0.09432870149612427, 0.18442301452159882, 0.1441425234079361, 0.01705288328230381, 0.03692876175045967, -0.08853563666343689, 0.02429058589041233, 0.10662547498941422, -0.054334014654159546, 0.07636050879955292, -0.05107825621962547, 0.12265389412641525, 0.09194517135620117, -0.1774168759584427, 0.12020310014486313, -0.017255442216992378, -0.07816886156797409, -0.04323244094848633, -0.09604320675134659, -0.0683516189455986, -0.10578397661447525, -0.023485824465751648, -0.12279578298330307, 0.09498640149831772, 0.10109114646911621, -0.0037213407922536135, -0.00878331158310175, 0.0642051100730896, -0.022623082622885704, -0.084073506295681, 0.0428188182413578, -0.011194194667041302, 0.01186624076217413, 0.10025449842214584, 0.03127356991171837, 0.050616081804037094, 0.013899578712880611, 0.08007818460464478, 0.1076359748840332, 0.05205793306231499, 0.02119337022304535, -0.11618388444185257, -0.07419611513614655, 0.013993768952786922, -0.025188028812408447, -0.059927258640527725, 0.21702222526073456, 0.024390297010540962, 0.005430762190371752, 0.01567673496901989, 0.16945815086364746, -0.021430574357509613, -0.1357942670583725, -0.16527368128299713, 0.07458829134702682, -0.017911674454808235, -0.004678193014115095, -0.016900846734642982, -0.13001714646816254, -0.002871304051950574, 0.08600180596113205, 0.19702152907848358, -0.04144679754972458, 0.02272358350455761, 0.06709602475166321, 0.0104971406981349, 0.0036016434896737337, 0.038193751126527786, 0.04595525935292244, 0.19613128900527954, -0.028485367074608803, 0.07635059952735901, -0.03348702937364578, -0.04182035103440285, -0.10133954137563705, 0.07999287545681, -0.013601182959973812, 0.0040967115201056, -0.06235407292842865, 0.09293041378259659, -0.08114994317293167, -0.1386185735464096, 0.008200532756745815, -0.0951400101184845, -0.10705387592315674, -0.016300378367304802, 0.08082618564367294, 0.07360435277223587, 0.0363166518509388, 0.03074605017900467, -0.013723284006118774, 0.1108170673251152, -0.02213118225336075, -0.06773841381072998, -0.03294379264116287, 0.04919065907597542, -0.06757139414548874, 0.14136211574077606, 0.02995705045759678, 0.089330293238163, 0.10027512162923813, -0.02223943918943405, -0.10510147362947464, 0.06122823432087898, 0.11460564285516739, -0.00046267732977867126, 0.05333610996603966, 0.14518307149410248, -0.014665830880403519, 0.13056427240371704, 0.0870203897356987, 0.045359015464782715, 0.030011126771569252, -0.004050491843372583, -0.055577605962753296, -0.09612452238798141, -0.013235289603471756, -0.1385798305273056, 0.03968342766165733, 0.19955803453922272, -0.03970561549067497, -0.004390652757138014, -0.06427386403083801, -0.019866470247507095, -0.0008295038715004921, 0.1756351739168167, 0.016523418948054314, -0.09774031490087509, 0.050506919622421265, 0.01831580139696598, 0.08459591865539551, -0.1999826431274414, -0.08610164374113083, 0.044202521443367004, 0.029753929004073143, -0.018655890598893166, 0.15897689759731293, 0.07286570221185684, -0.01693718507885933, -0.042870353907346725, -0.047994568943977356, 0.005256054922938347, 0.11375731974840164, 0.0024395871441811323, -0.0009468042408116162 ]
728947f6c98ade87aa396004440cb3b58f173cb8
# Dataset Card for Blog Authorship Corpus ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://u.cs.biu.ac.il/~koppel/BlogCorpus.htm](https://u.cs.biu.ac.il/~koppel/BlogCorpus.htm) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 312.95 MB - **Size of the generated dataset:** 647.76 MB - **Total amount of disk used:** 960.71 MB ### Dataset Summary The Blog Authorship Corpus consists of the collected posts of 19,320 bloggers gathered from blogger.com in August 2004. The corpus incorporates a total of 681,288 posts and over 140 million words - or approximately 35 posts and 7250 words per person. Each blog is presented as a separate file, the name of which indicates a blogger id# and the blogger’s self-provided gender, age, industry and astrological sign. (All are labeled for gender and age but for many, industry and/or sign is marked as unknown.) All bloggers included in the corpus fall into one of three age groups: - 8240 "10s" blogs (ages 13-17), - 8086 "20s" blogs (ages 23-27), - 2994 "30s" blogs (ages 33-47). For each age group there are an equal number of male and female bloggers. Each blog in the corpus includes at least 200 occurrences of common English words. All formatting has been stripped with two exceptions. Individual posts within a single blogger are separated by the date of the following post and links within a post are denoted by the label urllink. The corpus may be freely used for non-commercial research purposes. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages The language of the dataset is English (`en`). ## Dataset Structure ### Data Instances #### blog-authorship-corpus - **Size of downloaded dataset files:** 312.95 MB - **Size of the generated dataset:** 647.76 MB - **Total amount of disk used:** 960.71 MB An example of 'validation' looks as follows. ``` { "age": 23, "date": "27,July,2003", "gender": "female", "horoscope": "Scorpion", "job": "Student", "text": "This is a second test file." } ``` ### Data Fields The data fields are the same among all splits. #### blog-authorship-corpus - `text`: a `string` feature. - `date`: a `string` feature. - `gender`: a `string` feature. - `age`: a `int32` feature. - `horoscope`: a `string` feature. - `job`: a `string` feature. ### Data Splits | name |train |validation| |----------------------|-----:|---------:| |blog-authorship-corpus|532812| 31277| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information The corpus may be freely used for non-commercial research purposes. ### Citation Information ``` @inproceedings{schler2006effects, title={Effects of age and gender on blogging.}, author={Schler, Jonathan and Koppel, Moshe and Argamon, Shlomo and Pennebaker, James W}, booktitle={AAAI spring symposium: Computational approaches to analyzing weblogs}, volume={6}, pages={199--205}, year={2006} } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
blog_authorship_corpus
[ "task_categories:text-classification", "task_ids:multi-class-classification", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-class-classification"], "paperswithcode_id": "blog-authorship-corpus", "pretty_name": "Blog Authorship Corpus", "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "age", "dtype": "int32"}, {"name": "horoscope", "dtype": "string"}, {"name": "job", "dtype": "string"}], "config_name": "blog_authorship_corpus", "splits": [{"name": "train", "num_bytes": 753833081, "num_examples": 689793}, {"name": "validation", "num_bytes": 41236028, "num_examples": 37919}], "download_size": 632898892, "dataset_size": 795069109}}
2023-06-06T15:16:13+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us
Dataset Card for Blog Authorship Corpus ======================================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: https://u.URL * Repository: * Paper: * Point of Contact: * Size of downloaded dataset files: 312.95 MB * Size of the generated dataset: 647.76 MB * Total amount of disk used: 960.71 MB ### Dataset Summary The Blog Authorship Corpus consists of the collected posts of 19,320 bloggers gathered from URL in August 2004. The corpus incorporates a total of 681,288 posts and over 140 million words - or approximately 35 posts and 7250 words per person. Each blog is presented as a separate file, the name of which indicates a blogger id# and the blogger’s self-provided gender, age, industry and astrological sign. (All are labeled for gender and age but for many, industry and/or sign is marked as unknown.) All bloggers included in the corpus fall into one of three age groups: * 8240 "10s" blogs (ages 13-17), * 8086 "20s" blogs (ages 23-27), * 2994 "30s" blogs (ages 33-47). For each age group there are an equal number of male and female bloggers. Each blog in the corpus includes at least 200 occurrences of common English words. All formatting has been stripped with two exceptions. Individual posts within a single blogger are separated by the date of the following post and links within a post are denoted by the label urllink. The corpus may be freely used for non-commercial research purposes. ### Supported Tasks and Leaderboards ### Languages The language of the dataset is English ('en'). Dataset Structure ----------------- ### Data Instances #### blog-authorship-corpus * Size of downloaded dataset files: 312.95 MB * Size of the generated dataset: 647.76 MB * Total amount of disk used: 960.71 MB An example of 'validation' looks as follows. ### Data Fields The data fields are the same among all splits. #### blog-authorship-corpus * 'text': a 'string' feature. * 'date': a 'string' feature. * 'gender': a 'string' feature. * 'age': a 'int32' feature. * 'horoscope': a 'string' feature. * 'job': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information The corpus may be freely used for non-commercial research purposes. ### Contributions Thanks to @thomwolf, @lewtun, @patrickvonplaten for adding this dataset.
[ "### Dataset Summary\n\n\nThe Blog Authorship Corpus consists of the collected posts of 19,320 bloggers gathered from URL in August 2004. The corpus incorporates a total of 681,288 posts and over 140 million words - or approximately 35 posts and 7250 words per person.\n\n\nEach blog is presented as a separate file, the name of which indicates a blogger id# and the blogger’s self-provided gender, age, industry and astrological sign. (All are labeled for gender and age but for many, industry and/or sign is marked as unknown.)\n\n\nAll bloggers included in the corpus fall into one of three age groups:\n\n\n* 8240 \"10s\" blogs (ages 13-17),\n* 8086 \"20s\" blogs (ages 23-27),\n* 2994 \"30s\" blogs (ages 33-47).\n\n\nFor each age group there are an equal number of male and female bloggers.\n\n\nEach blog in the corpus includes at least 200 occurrences of common English words. All formatting has been stripped with two exceptions. Individual posts within a single blogger are separated by the date of the following post and links within a post are denoted by the label urllink.\n\n\nThe corpus may be freely used for non-commercial research purposes.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe language of the dataset is English ('en').\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### blog-authorship-corpus\n\n\n* Size of downloaded dataset files: 312.95 MB\n* Size of the generated dataset: 647.76 MB\n* Total amount of disk used: 960.71 MB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### blog-authorship-corpus\n\n\n* 'text': a 'string' feature.\n* 'date': a 'string' feature.\n* 'gender': a 'string' feature.\n* 'age': a 'int32' feature.\n* 'horoscope': a 'string' feature.\n* 'job': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe corpus may be freely used for non-commercial research purposes.", "### Contributions\n\n\nThanks to @thomwolf, @lewtun, @patrickvonplaten for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us \n", "### Dataset Summary\n\n\nThe Blog Authorship Corpus consists of the collected posts of 19,320 bloggers gathered from URL in August 2004. The corpus incorporates a total of 681,288 posts and over 140 million words - or approximately 35 posts and 7250 words per person.\n\n\nEach blog is presented as a separate file, the name of which indicates a blogger id# and the blogger’s self-provided gender, age, industry and astrological sign. (All are labeled for gender and age but for many, industry and/or sign is marked as unknown.)\n\n\nAll bloggers included in the corpus fall into one of three age groups:\n\n\n* 8240 \"10s\" blogs (ages 13-17),\n* 8086 \"20s\" blogs (ages 23-27),\n* 2994 \"30s\" blogs (ages 33-47).\n\n\nFor each age group there are an equal number of male and female bloggers.\n\n\nEach blog in the corpus includes at least 200 occurrences of common English words. All formatting has been stripped with two exceptions. Individual posts within a single blogger are separated by the date of the following post and links within a post are denoted by the label urllink.\n\n\nThe corpus may be freely used for non-commercial research purposes.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe language of the dataset is English ('en').\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### blog-authorship-corpus\n\n\n* Size of downloaded dataset files: 312.95 MB\n* Size of the generated dataset: 647.76 MB\n* Total amount of disk used: 960.71 MB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### blog-authorship-corpus\n\n\n* 'text': a 'string' feature.\n* 'date': a 'string' feature.\n* 'gender': a 'string' feature.\n* 'age': a 'int32' feature.\n* 'horoscope': a 'string' feature.\n* 'job': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe corpus may be freely used for non-commercial research purposes.", "### Contributions\n\n\nThanks to @thomwolf, @lewtun, @patrickvonplaten for adding this dataset." ]
[ 89, 273, 10, 24, 6, 63, 17, 81, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 23, 28 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us \n### Dataset Summary\n\n\nThe Blog Authorship Corpus consists of the collected posts of 19,320 bloggers gathered from URL in August 2004. The corpus incorporates a total of 681,288 posts and over 140 million words - or approximately 35 posts and 7250 words per person.\n\n\nEach blog is presented as a separate file, the name of which indicates a blogger id# and the blogger’s self-provided gender, age, industry and astrological sign. (All are labeled for gender and age but for many, industry and/or sign is marked as unknown.)\n\n\nAll bloggers included in the corpus fall into one of three age groups:\n\n\n* 8240 \"10s\" blogs (ages 13-17),\n* 8086 \"20s\" blogs (ages 23-27),\n* 2994 \"30s\" blogs (ages 33-47).\n\n\nFor each age group there are an equal number of male and female bloggers.\n\n\nEach blog in the corpus includes at least 200 occurrences of common English words. All formatting has been stripped with two exceptions. Individual posts within a single blogger are separated by the date of the following post and links within a post are denoted by the label urllink.\n\n\nThe corpus may be freely used for non-commercial research purposes.### Supported Tasks and Leaderboards### Languages\n\n\nThe language of the dataset is English ('en').\n\n\nDataset Structure\n-----------------### Data Instances#### blog-authorship-corpus\n\n\n* Size of downloaded dataset files: 312.95 MB\n* Size of the generated dataset: 647.76 MB\n* Total amount of disk used: 960.71 MB\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits." ]
[ -0.037123363465070724, 0.15014758706092834, -0.004361342638731003, 0.011441994458436966, 0.0769319236278534, 0.04269851744174957, 0.13236793875694275, 0.05293482914566994, 0.03670491278171539, 0.03949000686407089, -0.026329170912504196, -0.12626038491725922, 0.018370838835835457, 0.06402319669723511, 0.05838245525956154, -0.14029131829738617, 0.010813229717314243, -0.06906775385141373, -0.016490524634718895, 0.08374574780464172, 0.0827547162771225, -0.0449516661465168, -0.005041386932134628, -0.037366803735494614, 0.05388736352324486, -0.028123309835791588, 0.0018849297193810344, -0.01585344783961773, -0.011484581977128983, 0.059414342045784, 0.05510126054286957, -0.03280965983867645, 0.013377147726714611, -0.14497017860412598, 0.021747887134552002, 0.0808771550655365, -0.05679837614297867, 0.046583760529756546, 0.13357581198215485, -0.09811080247163773, 0.061267606914043427, -0.08425034582614899, -0.012560976669192314, 0.10359072685241699, -0.09728270024061203, -0.17767690122127533, -0.0999520793557167, 0.08919326215982437, 0.09617412090301514, 0.059086937457323074, -0.04972710460424423, -0.060626350343227386, -0.0847199484705925, 0.030704490840435028, 0.17294608056545258, -0.16619417071342468, -0.008058561943471432, 0.050726283341646194, 0.0745958536863327, 0.07491439580917358, -0.02230706810951233, 0.01805921271443367, -0.02225722186267376, 0.02893555536866188, 0.02963034249842167, -0.032430604100227356, 0.09298891574144363, -0.026501335203647614, -0.07148373872041702, -0.07031689584255219, 0.27665436267852783, 0.05374933034181595, -0.05979746952652931, -0.08510096371173859, -0.024907749146223068, 0.10080693662166595, -0.07531505078077316, 0.09737230092287064, 0.02100425586104393, 0.02542605809867382, 0.02681874670088291, -0.018339842557907104, -0.0796407014131546, 0.003584449179470539, -0.036249808967113495, 0.10722304880619049, 0.0031146137043833733, -0.027320628985762596, -0.06284672021865845, 0.04894840717315674, -0.00143255980219692, -0.026914631947875023, -0.05139407888054848, -0.00634479196742177, -0.10025550425052643, 0.0013179467059671879, -0.0737382099032402, -0.11517104506492615, 0.03985393047332764, 0.12862654030323029, 0.03231364116072655, 0.015030198730528355, 0.06796081364154816, 0.0033883971627801657, 0.09874296933412552, -0.06506957113742828, -0.003787574591115117, -0.15114320814609528, 0.07930891960859299, -0.09045735746622086, 0.05206811800599098, -0.006923239212483168, 0.02739565633237362, 0.03675585612654686, 0.04835220053792, 0.023883569985628128, 0.14428886771202087, 0.05904556065797806, -0.01608283817768097, -0.049010470509529114, 0.10449738800525665, -0.0817812979221344, -0.01925051026046276, 0.042574476450681686, -0.031736962497234344, -0.05926240608096123, 0.08258981257677078, 0.011106596328318119, -0.06847777217626572, 0.03601176291704178, -0.10750318318605423, -0.0014847973361611366, -0.005816438235342503, -0.08984807878732681, 0.1028284877538681, -0.10902488976716995, -0.09931520372629166, -0.036948010325431824, -0.15835040807724, -0.09064427018165588, -0.024534348398447037, -0.02817515656352043, -0.008871044032275677, -0.007413199171423912, 0.07373331487178802, 0.06712745130062103, -0.006972520612180233, 0.015285998582839966, -0.04893190413713455, 0.025517815724015236, -0.026914648711681366, 0.043907083570957184, 0.04180273413658142, 0.05943566560745239, -0.041082367300987244, 0.012062744237482548, -0.1491255760192871, 0.08441124111413956, -0.021582327783107758, 0.051339589059352875, -0.10445310920476913, 0.05128941312432289, -0.01092837005853653, 0.050292667001485825, -0.05948018282651901, 0.11821980774402618, -0.02161935716867447, -0.09103146195411682, 0.1534460186958313, -0.028142781928181648, 0.0195221658796072, -0.012949476949870586, 0.033897124230861664, 0.05573649704456329, 0.11344964802265167, 0.08383602648973465, 0.10052713751792908, 0.025340339168906212, -0.03617148846387863, -0.11671694368124008, 0.06701673567295074, -0.004631983116269112, 0.06642863899469376, -0.14687682688236237, 0.17368364334106445, 0.012650256045162678, 0.04840743914246559, -0.01484993938356638, -0.008619225583970547, -0.007486437447369099, 0.008054938167333603, 0.001895853434689343, -0.08478398621082306, -0.03794710338115692, -0.024936817586421967, -0.04618270322680473, -0.043939001858234406, 0.03526207059621811, 0.015687305480241776, -0.039138976484537125, 0.06937307119369507, 0.032291632145643234, -0.11654074490070343, -0.04674605652689934, 0.06629995256662369, -0.20384030044078827, -0.05619974434375763, -0.0478379912674427, 0.004297265782952309, 0.12098734825849533, 0.12079765647649765, 0.0053428723476827145, -0.0751814916729927, -0.092171810567379, 0.06544185429811478, 0.09969402849674225, -0.01586584374308586, -0.0836314857006073, -0.12481049448251724, -0.03674925118684769, -0.03181520104408264, 0.135725200176239, -0.07812870293855667, 0.041619542986154556, 0.01917952299118042, 0.08715557307004929, 0.004776096902787685, -0.07878342270851135, 0.1175834909081459, 0.002590363612398505, -0.03998391702771187, 0.0051633273251354694, 0.047576241195201874, -0.03638774901628494, -0.020559141412377357, 0.10906414687633514, -0.14730173349380493, -0.11308085173368454, 0.06950001418590546, 0.021502014249563217, -0.04072445631027222, -0.006644162815064192, 0.025258120149374008, -0.028348546475172043, -0.07880017161369324, -0.15094557404518127, 0.04934237152338028, 0.0018731254385784268, 0.07904890179634094, -0.07307957857847214, -0.11952604353427887, 0.010470681823790073, -0.05278739333152771, -0.029066266492009163, 0.0859672874212265, -0.1356833279132843, -0.1343628615140915, 0.036912523210048676, -0.007640606723725796, 0.07184834778308868, 0.08722672611474991, 0.07491971552371979, -0.06963901966810226, 0.0017741718329489231, -0.07189570367336273, 0.006771791726350784, -0.0041890875436365604, -0.0725177749991417, -0.021672535687685013, 0.061062999069690704, 0.14009255170822144, 0.026515359058976173, -0.011178427375853062, -0.0034554589074105024, 0.008915220387279987, -0.06225413456559181, -0.10589966922998428, -0.05870804190635681, 0.018060123547911644, 0.1494462937116623, 0.036060672253370285, 0.15889815986156464, 0.007402379997074604, -0.07125397771596909, -0.167403906583786, 0.145309180021286, -0.0801304429769516, -0.265266478061676, -0.09598421305418015, -0.02468838170170784, -0.03183808550238609, 0.04914400726556778, 0.04954744875431061, -0.03252783417701721, -0.06626154482364655, -0.09545427560806274, 0.1717042475938797, 0.06455401331186295, -0.04220099002122879, -0.03151662275195122, 0.013569026254117489, 0.09398849308490753, -0.1042151227593422, 0.033287789672613144, 0.010432316921651363, 0.011309473775327206, 0.05937722697854042, 0.0017932585906237364, 0.09626815468072891, 0.07236827909946442, 0.07175523042678833, -0.07199519127607346, 0.024886302649974823, 0.09367100894451141, -0.07717588543891907, 0.10271511971950531, 0.07989634573459625, 0.09011595696210861, 0.0023153843358159065, 0.025814907625317574, -0.019295692443847656, -0.011744118295609951, 0.051415663212537766, 0.15295925736427307, -0.07268667966127396, -0.22709940373897552, -0.08227255940437317, -0.08727993816137314, -0.053956203162670135, 0.06615860760211945, 0.058495666831731796, 0.06516867876052856, -0.023621728643774986, -0.21624258160591125, -0.01442476361989975, 0.05175529420375824, 0.05959323048591614, 0.16630534827709198, 0.007127361372113228, 0.07973196357488632, -0.13404633104801178, 0.08392146974802017, 0.10801234096288681, -0.031880009919404984, 0.20175282657146454, -0.014108696952462196, 0.13742992281913757, 0.09205312281847, -0.0574045404791832, -0.0008348125265911222, 0.024407677352428436, 0.0558970645070076, 0.02766217105090618, -0.04872249811887741, -0.05152932181954384, 0.03840416297316551, 0.033827509731054306, -0.026907211169600487, -0.12069805711507797, -0.06290991604328156, -0.23429322242736816, 0.061561599373817444, 0.12261433899402618, 0.12337734550237656, -0.01630023494362831, -0.05737755820155144, 0.07109654694795609, -0.12842848896980286, -0.022760752588510513, -0.049511440098285675, 0.08318257331848145, -0.0899132713675499, 0.12093847244977951, 0.02516898699104786, 0.11701009422540665, -0.12400923669338226, -0.045610349625349045, 0.019861945882439613, 0.017821505665779114, -0.029204823076725006, 0.04415997862815857, -0.18404042720794678, 0.10605596005916595, 0.05275935307145119, 0.017769338563084602, -0.018509991466999054, -0.05295123532414436, -0.013628426007926464, -0.05120645463466644, -0.018228111788630486, 0.05768585205078125, -0.0008374076569452882, -0.005811946466565132, -0.0655539482831955, 0.0054256306029856205, 0.010024246759712696, -0.14112603664398193, 0.12606966495513916, 0.028610756620764732, 0.004684400744736195, 0.010097188875079155, 0.027662551030516624, -0.15883107483386993, -0.10991220921278, 0.0033846322912722826, 0.08962784707546234, -0.02453796938061714, -0.012173594906926155, -0.012338330037891865, -0.07988587021827698, 0.09298574924468994, -0.16894151270389557, -0.0972241759300232, -0.11459418386220932, 0.019420547410845757, 0.0006985262734815478, -0.055146317929029465, -0.02619692124426365, -0.010189109481871128, 0.04307585209608078, -0.022475868463516235, -0.1159396842122078, 0.04896394908428192, -0.028384480625391006, -0.141901433467865, -0.09035389125347137, 0.11220847815275192, 0.1149076372385025, 0.02228674292564392, -0.03184422105550766, 0.034296128898859024, -0.005517265759408474, -0.054395176470279694, 0.030673349276185036, 0.09928533434867859, 0.09595123678445816, 0.09202173352241516, -0.02553640305995941, -0.08535684645175934, -0.0208330936729908, -0.05264976993203163, 0.005947823636233807, 0.15640632808208466, -0.0002254448045277968, 0.12363889813423157, 0.12196943163871765, -0.08983893692493439, -0.2430371195077896, -0.00336297694593668, -0.04437710717320442, -0.02888953685760498, 0.012468484230339527, -0.2252257764339447, 0.08691153675317764, 0.12380503118038177, 0.00928536057472229, 0.07846222817897797, -0.16976329684257507, -0.12504112720489502, -0.01226289663463831, -0.05110105127096176, 0.10025877505540848, -0.11819310486316681, -0.08453480154275894, -0.04769459739327431, -0.17801310122013092, 0.09756411612033844, -0.138991117477417, 0.11528582125902176, -0.025772394612431526, -0.025271888822317123, -0.026917031034827232, 0.00577130913734436, 0.08732661604881287, 0.11026152968406677, 0.02954787015914917, -0.1136823445558548, 0.11388690024614334, 0.08639737963676453, -0.041343118995428085, 0.07670528441667557, -0.1221352070569992, -0.028535906225442886, -0.11814127117395401, -0.03432725742459297, -0.10837356001138687, 0.05513777211308479, -0.07343258708715439, 0.01106876228004694, -0.07886848598718643, -0.0004716651455964893, 0.022352272644639015, -0.04584738612174988, 0.16579440236091614, -0.12195045500993729, 0.07568193227052689, 0.03816287964582443, 0.08941446244716644, -0.033233169466257095, -0.1178768128156662, -0.08696018904447556, -0.033656779676675797, 0.03247050940990448, -0.3015037178993225, 0.01838880032300949, 0.0314440056681633, 0.03105025924742222, 0.1113976240158081, -0.01103304885327816, -0.0751577764749527, 0.023681772872805595, 0.12432482838630676, -0.10902701318264008, -0.07487931847572327, 0.06420782953500748, -0.15864235162734985, -0.16439460217952728, 0.003848270047456026, 0.13681074976921082, 0.07591529190540314, -0.00865560956299305, 0.040076322853565216, 0.055905092507600784, 0.04242919012904167, 0.1659795492887497, 0.015211237594485283, 0.047228433191776276, -0.05105464905500412, 0.12026609480381012, 0.12149296700954437, -0.04848398640751839, -0.0004129879816900939, 0.20649665594100952, -0.07540420442819595, -0.04018811881542206, -0.03367143124341965, 0.015579142607748508, -0.07862849533557892, 0.006849632132798433, -0.01931157335639, -0.07856850326061249, 0.08402346819639206, 0.11711810529232025, -0.035888560116291046, 0.09719420969486237, 0.08693376928567886, -0.023405827581882477, 0.04092637449502945, 0.06091839820146561, -0.01734180375933647, -0.02308945544064045, -0.0134043637663126, 0.05824817344546318, 0.010037216357886791, -0.02097615785896778, 0.0019257365493103862, -0.06481683999300003, -0.05803030729293823, -0.027437284588813782, -0.1529785394668579, -0.06205204129219055, -0.14578773081302643, -0.04557083174586296, -0.0779079869389534, -0.004090132657438517, 0.018272271379828453, -0.016144298017024994, 0.0426325760781765, -0.07005590200424194, -0.043964456766843796, 0.10056233406066895, -0.10191831737756729, -0.01065674889832735, -0.0032530874013900757, -0.004531333688646555, 0.07726552337408066, 0.010378805920481682, -0.07417196035385132, -0.038996372371912, -0.11054318398237228, 0.1100449189543724, 0.02307237684726715, -0.045120690017938614, -0.0026115234941244125, -0.07507916539907455, -0.03049669973552227, 0.006521978881210089, 0.04673220217227936, 0.08582831174135208, 0.00031392864184454083, -0.09655928611755371, 0.06491769850254059, -0.10690893232822418, -0.0010816341964527965, -0.10390303283929825, 0.03132946416735649, 0.15598195791244507, 0.03824428841471672, 0.11075493693351746, -0.06192149221897125, 0.03807762637734413, -0.21023283898830414, 0.032441478222608566, 0.017834924161434174, -0.004884228575974703, -0.05684211850166321, 0.050882622599601746, 0.011064580641686916, 0.030991308391094208, 0.09981381893157959, -0.009512300603091717, -0.09267570823431015, 0.06601037085056305, 0.14524564146995544, -0.028746189549565315, 0.05326564237475395, -0.0498582161962986, -0.007714840583503246, -0.0945318266749382, 0.029114793986082077, 0.07761472463607788, 0.032907504588365555, -0.044069480150938034, 0.1893143653869629, 0.09268999099731445, 0.20839372277259827, 0.05671297013759613, -0.10762753337621689, -0.12454332411289215, -0.0659099742770195, 0.15608683228492737, 0.036999259144067764, 0.03029945120215416, -0.06537884473800659, -0.13403695821762085, 0.09381742775440216, -0.1466071754693985, 0.1005493700504303, -0.06026596575975418, -0.03198131546378136, 0.005120600573718548, -0.1641721874475479, 0.003039625473320484, -0.035193100571632385, -0.06392207741737366, -0.1165904849767685, -0.012247359380126, 0.10673299431800842, -0.042926669120788574, -0.034229762852191925, -0.05236521735787392, -0.06334984302520752, -0.09151091426610947, 0.015146118588745594, 0.004305490292608738, 0.06026996299624443, 0.07166121155023575, 0.026332257315516472, 0.043038204312324524, 0.11593485623598099, 0.05337894707918167, 0.1089068129658699, 0.062004003673791885, 0.07253596931695938, -0.15406480431556702, -0.15466412901878357, 0.003147224895656109, 0.05974956229329109, 0.11753995716571808, 0.2815113365650177, 0.039237357676029205, -0.05484725907444954, 0.02668745256960392, 0.21006812155246735, 0.03811958432197571, 0.018865279853343964, -0.1029081717133522, 0.02995050884783268, -0.02541537769138813, -0.03478257358074188, -0.000565506867133081, -0.16186749935150146, 0.030532561242580414, 0.15121355652809143, 0.17138412594795227, 0.06978300213813782, 0.03268987312912941, -0.07248266041278839, -0.03325205296278, 0.14518052339553833, 0.004275656770914793, 0.04391488805413246, 0.27042779326438904, 0.017601879313588142, 0.06078248843550682, 0.04675093665719032, 0.008507411926984787, -0.045872367918491364, 0.08480021357536316, -0.0795469805598259, 0.03794103488326073, -0.03771940618753433, 0.11653528362512589, -0.026051050052046776, -0.14026755094528198, 0.07486360520124435, 0.01458770502358675, -0.026037944480776787, -0.007656580302864313, -0.014770930632948875, 0.026039855554699898, 0.032391808927059174, 0.059788160026073456, 0.017063861712813377, 0.10234978049993515, -0.031202329322695732, -0.018161294981837273, -0.11714237183332443, 0.12121733278036118, -0.09669815748929977, 0.08138011395931244, -0.015427716076374054, 0.039897192269563675, 0.07453584671020508, -0.00988694280385971, -0.13192443549633026, -0.0036668607499450445, -0.01797894574701786, 0.0524769090116024, 0.04107481613755226, 0.11781277507543564, -0.008675380609929562, 0.09291001409292221, 0.1293003410100937, 0.009824014268815517, 0.027525054290890694, -0.02085987851023674, 0.024727163836359978, -0.11263113468885422, 0.10692550241947174, -0.08946496993303299, 0.1379784494638443, 0.07757032662630081, -0.06589935719966888, -0.07525254786014557, -0.004899080842733383, -0.10370399802923203, -0.07550717145204544, 0.0741688460111618, -0.013918371871113777, -0.1393377184867859, 0.07082944363355637, -0.03362276405096054, 0.06558071821928024, -0.29351797699928284, -0.019565369933843613, 0.048184387385845184, -0.0708264485001564, 0.029489658772945404, 0.1286402940750122, 0.09543118625879288, -0.027785370126366615, -0.08257163316011429, -0.09764578938484192, 0.05169432610273361, 0.1401597261428833, -0.018673665821552277, -0.055814024060964584 ]
99612296bc093f0720cac7d7cbfcb67eecf1ca2f
# Dataset Card for Bengali Hate Speech Dataset ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Bengali Hate Speech Dataset](https://github.com/rezacsedu/Bengali-Hate-Speech-Dataset) - **Repository:** [Bengali Hate Speech Dataset](https://github.com/rezacsedu/Bengali-Hate-Speech-Dataset) - **Paper:** [Classification Benchmarks for Under-resourced Bengali Language based on Multichannel Convolutional-LSTM Network](https://arxiv.org/abs/2004.07807) - **Point of Contact:** [Md. Rezaul Karim](rezaul.karim.fit@gmail.com) ### Dataset Summary The Bengali Hate Speech Dataset is a Bengali-language dataset of news articles collected from various Bengali media sources and categorized based on the type of hate in the text. The dataset was created to provide greater support for under-resourced languages like Bengali on NLP tasks, and serves as a benchmark for multiple types of classification tasks. ### Supported Tasks and Leaderboards * `topic classification`: The dataset can be used to train a Multichannel Convolutional-LSTM for classifying different types of hate speech. The model performance can be measured by its F1 score. ### Languages The text in the dataset is in Bengali and the associated BCP-47 code is `bn`. ## Dataset Structure ### Data Instances A data instance takes the form of a news article and its associated label. 🚨 Beware that the following example contains extremely offensive content! An example looks like this: ``` {"text": "রেন্ডিয়াকে পৃথীবির মানচিএ থেকে মুচে ফেলতে হবে", "label": "Geopolitical"} ``` ### Data Fields * `text`: the text of the Bengali news article * `label`: one of `Geopolitical`, `Personal`, `Political`, `Religious`, or `Gender abusive` indicating the type of hate speech ### Data Splits The dataset has 3418 examples. ## Dataset Creation ### Curation Rationale Under-resourced languages like Bengali lack supporting resources that languages like English have. This dataset was collected from multiple Bengali news sources to provide several classification benchmarks for hate speech detection, document classification and sentiment analysis. ### Source Data #### Initial Data Collection and Normalization Bengali articles were collected from a Bengali Wikipedia dump, Bengali news articles, news dumps of TV channels, books, blogs, sports portal and social media. Emphasis was placed on Facebook pages and newspaper sources because they have about 50 million followers and is a common source of opinion and hate speech. The full dataset consists of 250 million articles and is currently being prepared. This is a subset of the full dataset. #### Who are the source language producers? The source language producers are Bengali authors and users who interact with these various forms of Bengali media. ### Annotations #### Annotation process The data was annotated by manually identifying freqently occurring terms in texts containing hate speech and references to specific entities. The authors also prepared normalized frequency vectors of 175 abusive terms that are commonly used to express hate in Bengali. A hate label is assigned if at least one of these terms exists in the text. Annotator's were provided with unbiased text only contents to make the decision. Non-hate statements were removed from the list and the category of hate was further divided into political, personal, gender abusive, geopolitical and religious. To reduce possible bias, each label was assigned based on a majority voting on the annotator's opinions and Cohen's Kappa was computed to measure inter-annotator agreement. #### Who are the annotators? Three native Bengali speakers and two linguists annotated the dataset which was then reviewed and validated by three experts (one South Asian linguist and two native speakers). ### Personal and Sensitive Information The dataset contains very sensitive and highly offensive comments in a religious, political and gendered context. Some of the comments are directed towards contemporary public figures like politicians, religious leaders, celebrities and athletes. ## Considerations for Using the Data ### Social Impact of Dataset The purpose of the dataset is to improve hate speech detection in Bengali. The growth of social media has enabled people to express hate freely online and there has been a lot of focus on detecting hate speech for highly resourced languages like English. The use of hate speech is pervasive, like any other major language, which can have serious and deadly consequences. Failure to react to hate speech renders targeted minorities more vulnerable to attack and it can also create indifference towards their treatment from majority populations. ### Discussion of Biases The dataset was collected using a bootstrapping approach. An initial search was made for specific types of texts, articles and tweets containing common harassment directed at targeting characteristics. As a result, this dataset contains **extremely** offensive content that is disturbing. In addition, Facebook pages and newspaper sources were emphasized because they are well-known for having hate and harassment issues. ### Other Known Limitations The dataset contains racist, sexist, homophobic and offensive comments. It is collected and annotated for research related purposes only. ## Additional Information ### Dataset Curators The dataset was curated by Md. Rezaul Karim, Sumon Kanti Dey, Bharathi Raja Chakravarthi, John McCrae and Michael Cochez. ### Licensing Information This dataset is licensed under the MIT License. ### Citation Information ``` @inproceedings{karim2020BengaliNLP, title={Classification Benchmarks for Under-resourced Bengali Language based on Multichannel Convolutional-LSTM Network}, author={Karim, Md. Rezaul and Chakravarti, Bharathi Raja and P. McCrae, John and Cochez, Michael}, booktitle={7th IEEE International Conference on Data Science and Advanced Analytics (IEEE DSAA,2020)}, publisher={IEEE}, year={2020} } ``` ### Contributions Thanks to [@stevhliu](https://github.com/stevhliu) for adding this dataset.
bn_hate_speech
[ "task_categories:text-classification", "annotations_creators:crowdsourced", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:bn", "license:mit", "hate-speech-topic-classification", "arxiv:2004.07807", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced", "expert-generated"], "language_creators": ["found"], "language": ["bn"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": [], "paperswithcode_id": "bengali-hate-speech", "pretty_name": "Bengali Hate Speech Dataset", "tags": ["hate-speech-topic-classification"], "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "Personal", "1": "Political", "2": "Religious", "3": "Geopolitical", "4": "Gender abusive"}}}}], "splits": [{"name": "train", "num_bytes": 972631, "num_examples": 3418}], "download_size": 389814, "dataset_size": 972631}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-10T10:29:39+00:00
[ "2004.07807" ]
[ "bn" ]
TAGS #task_categories-text-classification #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Bengali #license-mit #hate-speech-topic-classification #arxiv-2004.07807 #region-us
# Dataset Card for Bengali Hate Speech Dataset ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: Bengali Hate Speech Dataset - Repository: Bengali Hate Speech Dataset - Paper: Classification Benchmarks for Under-resourced Bengali Language based on Multichannel Convolutional-LSTM Network - Point of Contact: Md. Rezaul Karim ### Dataset Summary The Bengali Hate Speech Dataset is a Bengali-language dataset of news articles collected from various Bengali media sources and categorized based on the type of hate in the text. The dataset was created to provide greater support for under-resourced languages like Bengali on NLP tasks, and serves as a benchmark for multiple types of classification tasks. ### Supported Tasks and Leaderboards * 'topic classification': The dataset can be used to train a Multichannel Convolutional-LSTM for classifying different types of hate speech. The model performance can be measured by its F1 score. ### Languages The text in the dataset is in Bengali and the associated BCP-47 code is 'bn'. ## Dataset Structure ### Data Instances A data instance takes the form of a news article and its associated label. Beware that the following example contains extremely offensive content! An example looks like this: ### Data Fields * 'text': the text of the Bengali news article * 'label': one of 'Geopolitical', 'Personal', 'Political', 'Religious', or 'Gender abusive' indicating the type of hate speech ### Data Splits The dataset has 3418 examples. ## Dataset Creation ### Curation Rationale Under-resourced languages like Bengali lack supporting resources that languages like English have. This dataset was collected from multiple Bengali news sources to provide several classification benchmarks for hate speech detection, document classification and sentiment analysis. ### Source Data #### Initial Data Collection and Normalization Bengali articles were collected from a Bengali Wikipedia dump, Bengali news articles, news dumps of TV channels, books, blogs, sports portal and social media. Emphasis was placed on Facebook pages and newspaper sources because they have about 50 million followers and is a common source of opinion and hate speech. The full dataset consists of 250 million articles and is currently being prepared. This is a subset of the full dataset. #### Who are the source language producers? The source language producers are Bengali authors and users who interact with these various forms of Bengali media. ### Annotations #### Annotation process The data was annotated by manually identifying freqently occurring terms in texts containing hate speech and references to specific entities. The authors also prepared normalized frequency vectors of 175 abusive terms that are commonly used to express hate in Bengali. A hate label is assigned if at least one of these terms exists in the text. Annotator's were provided with unbiased text only contents to make the decision. Non-hate statements were removed from the list and the category of hate was further divided into political, personal, gender abusive, geopolitical and religious. To reduce possible bias, each label was assigned based on a majority voting on the annotator's opinions and Cohen's Kappa was computed to measure inter-annotator agreement. #### Who are the annotators? Three native Bengali speakers and two linguists annotated the dataset which was then reviewed and validated by three experts (one South Asian linguist and two native speakers). ### Personal and Sensitive Information The dataset contains very sensitive and highly offensive comments in a religious, political and gendered context. Some of the comments are directed towards contemporary public figures like politicians, religious leaders, celebrities and athletes. ## Considerations for Using the Data ### Social Impact of Dataset The purpose of the dataset is to improve hate speech detection in Bengali. The growth of social media has enabled people to express hate freely online and there has been a lot of focus on detecting hate speech for highly resourced languages like English. The use of hate speech is pervasive, like any other major language, which can have serious and deadly consequences. Failure to react to hate speech renders targeted minorities more vulnerable to attack and it can also create indifference towards their treatment from majority populations. ### Discussion of Biases The dataset was collected using a bootstrapping approach. An initial search was made for specific types of texts, articles and tweets containing common harassment directed at targeting characteristics. As a result, this dataset contains extremely offensive content that is disturbing. In addition, Facebook pages and newspaper sources were emphasized because they are well-known for having hate and harassment issues. ### Other Known Limitations The dataset contains racist, sexist, homophobic and offensive comments. It is collected and annotated for research related purposes only. ## Additional Information ### Dataset Curators The dataset was curated by Md. Rezaul Karim, Sumon Kanti Dey, Bharathi Raja Chakravarthi, John McCrae and Michael Cochez. ### Licensing Information This dataset is licensed under the MIT License. ### Contributions Thanks to @stevhliu for adding this dataset.
[ "# Dataset Card for Bengali Hate Speech Dataset", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Bengali Hate Speech Dataset\n- Repository: Bengali Hate Speech Dataset\n- Paper: Classification Benchmarks for Under-resourced Bengali Language based on Multichannel Convolutional-LSTM Network\n- Point of Contact: Md. Rezaul Karim", "### Dataset Summary\n\nThe Bengali Hate Speech Dataset is a Bengali-language dataset of news articles collected from various Bengali media sources and categorized based on the type of hate in the text. The dataset was created to provide greater support for under-resourced languages like Bengali on NLP tasks, and serves as a benchmark for multiple types of classification tasks.", "### Supported Tasks and Leaderboards\n\n* 'topic classification': The dataset can be used to train a Multichannel Convolutional-LSTM for classifying different types of hate speech. The model performance can be measured by its F1 score.", "### Languages\n\nThe text in the dataset is in Bengali and the associated BCP-47 code is 'bn'.", "## Dataset Structure", "### Data Instances\n\nA data instance takes the form of a news article and its associated label. \n\n Beware that the following example contains extremely offensive content! \n\nAn example looks like this:", "### Data Fields\n\n* 'text': the text of the Bengali news article\n* 'label': one of 'Geopolitical', 'Personal', 'Political', 'Religious', or 'Gender abusive' indicating the type of hate speech", "### Data Splits\n\nThe dataset has 3418 examples.", "## Dataset Creation", "### Curation Rationale\n\nUnder-resourced languages like Bengali lack supporting resources that languages like English have. This dataset was collected from multiple Bengali news sources to provide several classification benchmarks for hate speech detection, document classification and sentiment analysis.", "### Source Data", "#### Initial Data Collection and Normalization\n\nBengali articles were collected from a Bengali Wikipedia dump, Bengali news articles, news dumps of TV channels, books, blogs, sports portal and social media. Emphasis was placed on Facebook pages and newspaper sources because they have about 50 million followers and is a common source of opinion and hate speech. The full dataset consists of 250 million articles and is currently being prepared. This is a subset of the full dataset.", "#### Who are the source language producers?\n\nThe source language producers are Bengali authors and users who interact with these various forms of Bengali media.", "### Annotations", "#### Annotation process\n\nThe data was annotated by manually identifying freqently occurring terms in texts containing hate speech and references to specific entities. The authors also prepared normalized frequency vectors of 175 abusive terms that are commonly used to express hate in Bengali. A hate label is assigned if at least one of these terms exists in the text. Annotator's were provided with unbiased text only contents to make the decision. Non-hate statements were removed from the list and the category of hate was further divided into political, personal, gender abusive, geopolitical and religious. To reduce possible bias, each label was assigned based on a majority voting on the annotator's opinions and Cohen's Kappa was computed to measure inter-annotator agreement.", "#### Who are the annotators?\n\nThree native Bengali speakers and two linguists annotated the dataset which was then reviewed and validated by three experts (one South Asian linguist and two native speakers).", "### Personal and Sensitive Information\n\nThe dataset contains very sensitive and highly offensive comments in a religious, political and gendered context. Some of the comments are directed towards contemporary public figures like politicians, religious leaders, celebrities and athletes.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe purpose of the dataset is to improve hate speech detection in Bengali. The growth of social media has enabled people to express hate freely online and there has been a lot of focus on detecting hate speech for highly resourced languages like English. The use of hate speech is pervasive, like any other major language, which can have serious and deadly consequences. Failure to react to hate speech renders targeted minorities more vulnerable to attack and it can also create indifference towards their treatment from majority populations.", "### Discussion of Biases\n\nThe dataset was collected using a bootstrapping approach. An initial search was made for specific types of texts, articles and tweets containing common harassment directed at targeting characteristics. As a result, this dataset contains extremely offensive content that is disturbing. In addition, Facebook pages and newspaper sources were emphasized because they are well-known for having hate and harassment issues.", "### Other Known Limitations\n\nThe dataset contains racist, sexist, homophobic and offensive comments. It is collected and annotated for research related purposes only.", "## Additional Information", "### Dataset Curators\n\nThe dataset was curated by Md. Rezaul Karim, Sumon Kanti Dey, Bharathi Raja Chakravarthi, John McCrae and Michael Cochez.", "### Licensing Information\n\nThis dataset is licensed under the MIT License.", "### Contributions\n\nThanks to @stevhliu for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Bengali #license-mit #hate-speech-topic-classification #arxiv-2004.07807 #region-us \n", "# Dataset Card for Bengali Hate Speech Dataset", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Bengali Hate Speech Dataset\n- Repository: Bengali Hate Speech Dataset\n- Paper: Classification Benchmarks for Under-resourced Bengali Language based on Multichannel Convolutional-LSTM Network\n- Point of Contact: Md. Rezaul Karim", "### Dataset Summary\n\nThe Bengali Hate Speech Dataset is a Bengali-language dataset of news articles collected from various Bengali media sources and categorized based on the type of hate in the text. The dataset was created to provide greater support for under-resourced languages like Bengali on NLP tasks, and serves as a benchmark for multiple types of classification tasks.", "### Supported Tasks and Leaderboards\n\n* 'topic classification': The dataset can be used to train a Multichannel Convolutional-LSTM for classifying different types of hate speech. The model performance can be measured by its F1 score.", "### Languages\n\nThe text in the dataset is in Bengali and the associated BCP-47 code is 'bn'.", "## Dataset Structure", "### Data Instances\n\nA data instance takes the form of a news article and its associated label. \n\n Beware that the following example contains extremely offensive content! \n\nAn example looks like this:", "### Data Fields\n\n* 'text': the text of the Bengali news article\n* 'label': one of 'Geopolitical', 'Personal', 'Political', 'Religious', or 'Gender abusive' indicating the type of hate speech", "### Data Splits\n\nThe dataset has 3418 examples.", "## Dataset Creation", "### Curation Rationale\n\nUnder-resourced languages like Bengali lack supporting resources that languages like English have. This dataset was collected from multiple Bengali news sources to provide several classification benchmarks for hate speech detection, document classification and sentiment analysis.", "### Source Data", "#### Initial Data Collection and Normalization\n\nBengali articles were collected from a Bengali Wikipedia dump, Bengali news articles, news dumps of TV channels, books, blogs, sports portal and social media. Emphasis was placed on Facebook pages and newspaper sources because they have about 50 million followers and is a common source of opinion and hate speech. The full dataset consists of 250 million articles and is currently being prepared. This is a subset of the full dataset.", "#### Who are the source language producers?\n\nThe source language producers are Bengali authors and users who interact with these various forms of Bengali media.", "### Annotations", "#### Annotation process\n\nThe data was annotated by manually identifying freqently occurring terms in texts containing hate speech and references to specific entities. The authors also prepared normalized frequency vectors of 175 abusive terms that are commonly used to express hate in Bengali. A hate label is assigned if at least one of these terms exists in the text. Annotator's were provided with unbiased text only contents to make the decision. Non-hate statements were removed from the list and the category of hate was further divided into political, personal, gender abusive, geopolitical and religious. To reduce possible bias, each label was assigned based on a majority voting on the annotator's opinions and Cohen's Kappa was computed to measure inter-annotator agreement.", "#### Who are the annotators?\n\nThree native Bengali speakers and two linguists annotated the dataset which was then reviewed and validated by three experts (one South Asian linguist and two native speakers).", "### Personal and Sensitive Information\n\nThe dataset contains very sensitive and highly offensive comments in a religious, political and gendered context. Some of the comments are directed towards contemporary public figures like politicians, religious leaders, celebrities and athletes.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe purpose of the dataset is to improve hate speech detection in Bengali. The growth of social media has enabled people to express hate freely online and there has been a lot of focus on detecting hate speech for highly resourced languages like English. The use of hate speech is pervasive, like any other major language, which can have serious and deadly consequences. Failure to react to hate speech renders targeted minorities more vulnerable to attack and it can also create indifference towards their treatment from majority populations.", "### Discussion of Biases\n\nThe dataset was collected using a bootstrapping approach. An initial search was made for specific types of texts, articles and tweets containing common harassment directed at targeting characteristics. As a result, this dataset contains extremely offensive content that is disturbing. In addition, Facebook pages and newspaper sources were emphasized because they are well-known for having hate and harassment issues.", "### Other Known Limitations\n\nThe dataset contains racist, sexist, homophobic and offensive comments. It is collected and annotated for research related purposes only.", "## Additional Information", "### Dataset Curators\n\nThe dataset was curated by Md. Rezaul Karim, Sumon Kanti Dey, Bharathi Raja Chakravarthi, John McCrae and Michael Cochez.", "### Licensing Information\n\nThis dataset is licensed under the MIT License.", "### Contributions\n\nThanks to @stevhliu for adding this dataset." ]
[ 108, 11, 120, 63, 83, 57, 25, 6, 40, 61, 14, 5, 58, 4, 100, 32, 5, 183, 49, 57, 8, 117, 100, 40, 5, 45, 17, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Bengali #license-mit #hate-speech-topic-classification #arxiv-2004.07807 #region-us \n# Dataset Card for Bengali Hate Speech Dataset## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: Bengali Hate Speech Dataset\n- Repository: Bengali Hate Speech Dataset\n- Paper: Classification Benchmarks for Under-resourced Bengali Language based on Multichannel Convolutional-LSTM Network\n- Point of Contact: Md. Rezaul Karim### Dataset Summary\n\nThe Bengali Hate Speech Dataset is a Bengali-language dataset of news articles collected from various Bengali media sources and categorized based on the type of hate in the text. The dataset was created to provide greater support for under-resourced languages like Bengali on NLP tasks, and serves as a benchmark for multiple types of classification tasks.### Supported Tasks and Leaderboards\n\n* 'topic classification': The dataset can be used to train a Multichannel Convolutional-LSTM for classifying different types of hate speech. The model performance can be measured by its F1 score.### Languages\n\nThe text in the dataset is in Bengali and the associated BCP-47 code is 'bn'.## Dataset Structure", "passage: ### Data Instances\n\nA data instance takes the form of a news article and its associated label. \n\n Beware that the following example contains extremely offensive content! \n\nAn example looks like this:### Data Fields\n\n* 'text': the text of the Bengali news article\n* 'label': one of 'Geopolitical', 'Personal', 'Political', 'Religious', or 'Gender abusive' indicating the type of hate speech### Data Splits\n\nThe dataset has 3418 examples.## Dataset Creation### Curation Rationale\n\nUnder-resourced languages like Bengali lack supporting resources that languages like English have. This dataset was collected from multiple Bengali news sources to provide several classification benchmarks for hate speech detection, document classification and sentiment analysis.### Source Data#### Initial Data Collection and Normalization\n\nBengali articles were collected from a Bengali Wikipedia dump, Bengali news articles, news dumps of TV channels, books, blogs, sports portal and social media. Emphasis was placed on Facebook pages and newspaper sources because they have about 50 million followers and is a common source of opinion and hate speech. The full dataset consists of 250 million articles and is currently being prepared. This is a subset of the full dataset.#### Who are the source language producers?\n\nThe source language producers are Bengali authors and users who interact with these various forms of Bengali media.### Annotations#### Annotation process\n\nThe data was annotated by manually identifying freqently occurring terms in texts containing hate speech and references to specific entities. The authors also prepared normalized frequency vectors of 175 abusive terms that are commonly used to express hate in Bengali. A hate label is assigned if at least one of these terms exists in the text. Annotator's were provided with unbiased text only contents to make the decision. Non-hate statements were removed from the list and the category of hate was further divided into political, personal, gender abusive, geopolitical and religious. To reduce possible bias, each label was assigned based on a majority voting on the annotator's opinions and Cohen's Kappa was computed to measure inter-annotator agreement." ]
[ -0.02163638360798359, 0.09970760345458984, -0.004099386744201183, 0.04439261928200722, 0.08910933881998062, -0.036776039749383926, 0.054149530827999115, 0.042273279279470444, 0.00534621998667717, 0.0808100551366806, -0.06481970101594925, -0.01704069972038269, 0.1057327538728714, 0.11372768878936768, 0.03742657229304314, -0.17064917087554932, 0.03938892483711243, -0.06196940690279007, -0.03249087184667587, 0.09048023074865341, 0.1490340381860733, -0.04869280382990837, 0.06884536147117615, -0.02314593456685543, -0.09101420640945435, 0.06787469983100891, 0.007818163372576237, -0.06709858775138855, 0.013702459633350372, 0.07529465109109879, 0.10138300061225891, -0.025779247283935547, 0.026384791359305382, -0.1657959371805191, 0.02924126200377941, 0.08995194733142853, -0.0047426894307136536, -0.01894904300570488, 0.036983609199523926, -0.061633963137865067, 0.15095581114292145, -0.12087677419185638, 0.06952263414859772, 0.05129450559616089, -0.11130806803703308, -0.07409662008285522, -0.06577993929386139, 0.09647813439369202, 0.11178334802389145, 0.041326701641082764, -0.05898662284016609, -0.0008893590420484543, -0.022947154939174652, 0.03853647783398628, 0.13070452213287354, -0.04133252426981926, -0.04232298210263252, -0.07719538360834122, 0.026211384683847427, 0.12951257824897766, -0.08724725991487503, -0.0018533037509769201, 0.030802251771092415, 0.014624428004026413, 0.045006945729255676, -0.06234125792980194, -0.031061016023159027, 0.002517556771636009, -0.06416991353034973, -0.008964885026216507, 0.04807053133845329, -0.013579095713794231, -0.0648985505104065, -0.1128598302602768, -0.034410424530506134, 0.04606527462601662, 0.015775252133607864, 0.004664377775043249, -0.0030531850643455982, 0.0022759956773370504, 0.10271470993757248, -0.03914283961057663, -0.08226077258586884, 0.023885736241936684, 0.006879676133394241, 0.11053654551506042, -0.001020452007651329, 0.023580277338624, -0.044988930225372314, 0.012980449013411999, 0.03704595938324928, -0.06639647483825684, 0.003955049440264702, -0.058942120522260666, -0.14840523898601532, 0.04643910378217697, -0.003399825654923916, -0.11641783267259598, -0.053396355360746384, 0.06452395766973495, -0.05196335166692734, 0.08168980479240417, -0.06606261432170868, -0.014880143105983734, 0.1444299817085266, 0.0638602077960968, -0.06000626087188721, -0.010292720049619675, 0.0063867345452308655, -0.004338428378105164, 0.06774349510669708, -0.03618417680263519, 0.042373839765787125, 0.05600573122501373, -0.002841298934072256, 0.06793022155761719, -0.007268495392054319, 0.011094348505139351, -0.07920056581497192, -0.04561601206660271, 0.1496381014585495, -0.1576460897922516, 0.0429452508687973, 0.019752226769924164, -0.004791486542671919, 0.02951749414205551, 0.005677893292158842, -0.04172586649656296, -0.0734173133969307, 0.01059462409466505, -0.05886238068342209, 0.005735767539590597, -0.09721419215202332, -0.08287002891302109, 0.024260880425572395, -0.09708379209041595, -0.07432769238948822, -0.055639512836933136, -0.11885122954845428, -0.05768007040023804, -0.0001842249184846878, -0.0856991857290268, -0.020544961094856262, -0.001138566993176937, 0.04237762466073036, 0.024455934762954712, -0.022880353033542633, -0.04257088899612427, -0.039348289370536804, 0.0403311513364315, -0.08483613282442093, 0.0625031590461731, 0.05158502608537674, 0.041714295744895935, -0.024917660281062126, 0.09796969592571259, -0.12451258301734924, 0.10561122000217438, -0.12897343933582306, -0.009974785149097443, -0.05399911850690842, 0.014371071942150593, 0.04321860894560814, 0.05055633932352066, 0.0072652557864785194, 0.0714016854763031, -0.207927405834198, -0.05467408150434494, 0.0976267084479332, -0.171589657664299, 0.03749442845582962, 0.07090635597705841, -0.04782533645629883, 0.042512256652116776, 0.1322575956583023, 0.08252819627523422, 0.005864273756742477, 0.026000838726758957, -0.047746263444423676, -0.07548394799232483, -0.0034849904477596283, 0.16295400261878967, 0.03554784506559372, -0.016835205256938934, 0.0708543136715889, -0.005305933766067028, 0.09600409865379333, -0.028570599853992462, 0.025065436959266663, -0.03522220999002457, 0.0291978158056736, -0.0019974512979388237, 0.0036228932440280914, 0.0006539495661854744, -0.07275169342756271, -0.04396054148674011, -0.057890091091394424, 0.08494740724563599, 0.08531922101974487, -0.03394992649555206, 0.06529060751199722, -0.09436865150928497, 0.012138312682509422, -0.0030967099592089653, -0.014286421239376068, -0.193775936961174, -0.028110451996326447, 0.05061078816652298, -0.14483386278152466, 0.1382654458284378, -0.035862572491168976, -0.028473569080233574, -0.030613329261541367, -0.014939207583665848, 0.04495026916265488, -0.013591790571808815, 0.021203171461820602, -0.04900803416967392, -0.1581367552280426, 0.024775417521595955, -0.06738407909870148, 0.0896327942609787, -0.12078748643398285, -0.0011272053234279156, 0.12967848777770996, 0.13956999778747559, 0.056248150765895844, -0.04642261192202568, 0.07103762030601501, 0.0451817587018013, 0.0119975246489048, -0.047633636742830276, -0.017062023282051086, -0.006615661084651947, -0.04170491546392441, 0.10724455118179321, -0.13133639097213745, -0.1811620593070984, 0.009417173452675343, 0.05824567750096321, -0.06739728152751923, 0.01383347436785698, 0.020309630781412125, -0.018960265442728996, -0.03004963882267475, -0.04406712204217911, 0.09349726140499115, 0.019585486501455307, 0.04153122380375862, -0.09221559762954712, -0.08081971108913422, -0.023532075807452202, -0.008274001069366932, -0.04923788458108902, 0.08532761037349701, 0.03535092994570732, -0.28272899985313416, 0.16123560070991516, 0.06154245883226395, 0.08798234164714813, 0.18486030399799347, 0.004928542301058769, -0.0667496919631958, -0.02096680924296379, -0.056862592697143555, -0.03646470978856087, 0.09549601376056671, -0.007223203778266907, -0.01474270224571228, -0.01889047771692276, -0.004285511560738087, 0.010667683556675911, 0.006437638774514198, 0.05734629184007645, 0.03276040032505989, -0.029627099633216858, -0.07606257498264313, -0.006116865202784538, 0.02444375306367874, 0.08724401891231537, 0.00018137739971280098, 0.1608850061893463, -0.03876741603016853, -0.04213637113571167, -0.11664034426212311, 0.12040063738822937, -0.17769849300384521, -0.17793548107147217, -0.07122721523046494, 0.007835669443011284, -0.036529697477817535, -0.0024370718747377396, 0.0072676753625273705, -0.11146055907011032, -0.08621199429035187, -0.10586831718683243, 0.01794746331870556, 0.08333171904087067, -0.06188259273767471, -0.06730774790048599, -0.033279966562986374, -0.022087642922997475, -0.1344069540500641, 0.015760332345962524, 0.02593524008989334, -0.018649552017450333, -0.010326925665140152, -0.005817975848913193, 0.021891742944717407, 0.10828221589326859, 0.043569959700107574, -0.06498225033283234, -0.020526649430394173, 0.13538706302642822, -0.10306775569915771, 0.1489098072052002, 0.016260985285043716, -0.10959029197692871, 0.05333716422319412, 0.15036115050315857, -0.015858367085456848, -0.017027104273438454, 0.03128106892108917, 0.10299515724182129, -0.005488188937306404, -0.2553795576095581, -0.06707468628883362, -0.05156591534614563, -0.019695382565259933, 0.04983682930469513, 0.0644506961107254, -0.07519278675317764, 0.0087414076551795, -0.06197773665189743, -0.019387979060411453, 0.10206492245197296, 0.0385061576962471, 0.01653287187218666, -0.0004307292401790619, 0.03228336572647095, -0.09634464234113693, 0.056625768542289734, 0.12297709286212921, -0.012597458437085152, 0.26568615436553955, -0.018687758594751358, 0.18102949857711792, 0.09175661951303482, -0.02847125008702278, 0.048513107001781464, 0.03303425759077072, -0.0779530256986618, 0.06403306126594543, -0.03441564738750458, -0.00270475959405303, -0.03903923183679581, 0.06953974068164825, 0.04246746748685837, -0.06950806826353073, 0.0654667541384697, -0.1460978090763092, 0.08408747613430023, 0.2068544626235962, -0.010638616979122162, -0.03201349079608917, -0.043080318719148636, 0.11879181861877441, -0.07487645745277405, -0.0845361277461052, 0.005433810409158468, 0.12832310795783997, -0.06492634117603302, 0.13145199418067932, -0.02268734946846962, 0.08879022300243378, -0.05149056762456894, -0.05810733139514923, -0.01017510425299406, -0.0037176962941884995, -0.040153488516807556, 0.0492590069770813, -0.10506918281316757, 0.11148973554372787, 0.017317287623882294, 0.004222440533339977, -0.04841579496860504, 0.0006509730592370033, -0.011271994560956955, 0.0014334293082356453, 0.04174701124429703, 0.0418362095952034, -0.19008231163024902, -0.08297683298587799, -0.014095272868871689, 0.013053316622972488, 0.06020288169384003, -0.03873134031891823, 0.07693783938884735, 0.0066460780799388885, 0.005832411348819733, -0.040485311299562454, -0.11845572292804718, -0.11835791915655136, -0.1990508884191513, 0.013723984360694885, -0.08185701817274094, 0.0011933501809835434, -0.06928408890962601, -0.04366570711135864, 0.08151797950267792, 0.07783041149377823, -0.1371208280324936, -0.13703852891921997, -0.11410738527774811, -0.002209572121500969, 0.06111502647399902, -0.05082521587610245, 0.052709102630615234, 0.017409441992640495, 0.15076994895935059, 0.003972713835537434, -0.040352851152420044, 0.05096067488193512, 0.013853587210178375, -0.14167708158493042, -0.04066470265388489, 0.08252961933612823, 0.20289787650108337, 0.005575490649789572, 0.01141099352389574, 0.04090564325451851, 0.06883351504802704, -0.10707437992095947, -0.030815595760941505, 0.14157982170581818, -0.04275866970419884, 0.1768326759338379, -0.09615974873304367, -0.2027662694454193, -0.08498184382915497, -0.08970921486616135, 0.034804560244083405, 0.08078780770301819, -0.007306218147277832, 0.18599188327789307, 0.2403154969215393, -0.15395885705947876, -0.1599484086036682, -0.04712376743555069, -0.008237280882894993, 0.04152274876832962, 0.0680345967411995, -0.1637525111436844, 0.019299019128084183, 0.05216038227081299, 0.02693640999495983, -0.007491029798984528, -0.1026914119720459, -0.11954672634601593, 0.055683963000774384, 0.01835923083126545, -0.09040822088718414, -0.11810487508773804, -0.06051051616668701, -0.10078299045562744, -0.007794434670358896, 0.18631777167320251, -0.1470278948545456, -0.0014096418162807822, -0.005484877619892359, 0.044192228466272354, -0.01408950611948967, 0.01146011333912611, 0.1018066257238388, 0.05087866634130478, 0.07841417193412781, -0.10856441408395767, -0.06375907361507416, 0.10226502269506454, -0.007790417410433292, 0.010810364037752151, -0.008337513543665409, -0.012038950808346272, -0.15223518013954163, -0.0615973100066185, -0.07657086849212646, -0.012101543135941029, -0.07479080557823181, 0.00007918966002762318, -0.12099936604499817, 0.10788805782794952, 0.06959912180900574, -0.03845556080341339, -0.00016818195581436157, -0.11422233283519745, 0.0426444411277771, 0.10774248838424683, 0.1895379275083542, 0.04567435383796692, -0.050434865057468414, -0.020302150398492813, 0.013644937425851822, 0.040742386132478714, -0.1313350796699524, 0.0536734014749527, 0.036883268505334854, 0.0008118613623082638, 0.1438085436820984, -0.04812038689851761, -0.14254878461360931, 0.08276508748531342, 0.06664253026247025, 0.0236967820674181, -0.07649928331375122, 0.05372926592826843, 0.028817512094974518, -0.0717361569404602, -0.10264749079942703, 0.06778895854949951, 0.01778329350054264, -0.051115721464157104, 0.005843933671712875, 0.07619255036115646, 0.0001020701602101326, 0.05029828101396561, 0.07177483290433884, 0.021373050287365913, -0.05087054520845413, 0.1493121087551117, 0.12046754360198975, -0.10735845565795898, 0.015805592760443687, 0.21617743372917175, -0.11577022075653076, -0.04306674748659134, -0.05100833997130394, 0.0797363668680191, 0.005706440657377243, -0.038841959089040756, 0.039310384541749954, -0.14971105754375458, 0.011230033822357655, 0.18761584162712097, -0.04372750222682953, 0.05870063602924347, -0.030574319884181023, 0.00291863433085382, 0.021597951650619507, 0.09326785802841187, 0.10294803977012634, 0.0015529432566836476, 0.006847687065601349, -0.06107289344072342, 0.05904853716492653, 0.042749784886837006, -0.024705467745661736, -0.029928505420684814, -0.0782732367515564, -0.009551936760544777, -0.16018487513065338, 0.023508816957473755, -0.08482879400253296, -0.001325157005339861, -0.005299370735883713, -0.03391082212328911, -0.020350847393274307, -0.011184471659362316, -0.02531880885362625, 0.0026055332273244858, -0.046245746314525604, 0.09348629415035248, -0.14859455823898315, -0.029825333505868912, 0.10785040259361267, -0.04112415015697479, 0.04185577481985092, 0.01833854429423809, -0.0609029158949852, 0.03603057190775871, -0.07332990318536758, 0.02916528284549713, -0.06849616765975952, 0.01935892179608345, 0.008717972785234451, -0.176556795835495, 0.011678080074489117, 0.005398765206336975, 0.017082223668694496, -0.003991435747593641, 0.04652557522058487, -0.03794902190566063, 0.09524377435445786, -0.014035582542419434, -0.0603141225874424, -0.04285777732729912, 0.04116504266858101, 0.08270100504159927, 0.03573533520102501, 0.0958998054265976, -0.04710382595658302, 0.012195381335914135, -0.0918012335896492, 0.0014317287132143974, 0.03390145301818848, 0.0008228435181081295, 0.01840655505657196, -0.03205662965774536, 0.02485116571187973, -0.010268233716487885, 0.15211494266986847, -0.032502640038728714, -0.10623698681592941, 0.10865721851587296, -0.09330757707357407, -0.14967241883277893, 0.06735067069530487, -0.04985906183719635, -0.025312624871730804, -0.022688407450914383, -0.0017696637660264969, -0.12397585809230804, -0.0714268907904625, -0.023135673254728317, 0.06516176462173462, 0.13529273867607117, 0.18741798400878906, -0.004436785355210304, 0.017645150423049927, -0.07407892495393753, 0.0010982854291796684, 0.054391853511333466, -0.140681654214859, 0.0033914241939783096, -0.04205133393406868, 0.1080562025308609, 0.14474496245384216, -0.14554305374622345, 0.12641099095344543, -0.02505677565932274, -0.09232838451862335, -0.01047989446669817, -0.18388688564300537, -0.0590110719203949, 0.0026353737339377403, -0.028268370777368546, -0.08308359980583191, 0.08164612948894501, 0.11840003728866577, 0.05910937860608101, -0.002740168012678623, 0.09107331931591034, -0.05414733290672302, -0.12591321766376495, 0.0831654965877533, 0.06387439370155334, 0.04013356566429138, 0.05284421518445015, 0.07717562466859818, -0.0034698452800512314, 0.08952690660953522, 0.029699506238102913, 0.10780973732471466, 0.03981982544064522, 0.0472705252468586, -0.0641031339764595, -0.03052458167076111, 0.0457586869597435, -0.0036090463399887085, -0.011476969346404076, 0.16705960035324097, 0.03658830374479294, 0.014171343296766281, 0.0007986435666680336, 0.08157146722078323, 0.005692579783499241, -0.06480871886014938, -0.13165009021759033, 0.0721217691898346, -0.01097851898521185, -0.02489245869219303, 0.024657491594552994, -0.13733667135238647, -0.005394396372139454, 0.06072142720222473, 0.09304686635732651, -0.025481905788183212, 0.03424225002527237, -0.10861994326114655, 0.04006456583738327, -0.02554662898182869, 0.07306879758834839, -0.021594516932964325, 0.19060739874839783, -0.03316031023859978, 0.0933891236782074, -0.02211267501115799, -0.016108840703964233, -0.0939667671918869, 0.12299300730228424, -0.017939161509275436, 0.01505243219435215, -0.06493149697780609, 0.12463100999593735, -0.03232898563146591, -0.2577751874923706, 0.021198289468884468, -0.03179606422781944, -0.13061928749084473, 0.0004975283518433571, -0.08520026504993439, 0.015866445377469063, 0.018179304897785187, 0.06770782917737961, -0.03343584015965462, 0.17772865295410156, 0.058573223650455475, -0.00532756419852376, -0.08880887925624847, 0.17189453542232513, -0.06383121013641357, 0.16095280647277832, 0.006609837058931589, 0.03763347864151001, 0.07701907306909561, -0.017329469323158264, -0.06340198218822479, 0.041998241096735, 0.051159605383872986, 0.05293993651866913, -0.05623051896691322, 0.1676885187625885, 0.00035121722612529993, 0.08409818261861801, 0.06830845773220062, 0.11403447389602661, 0.04529784992337227, -0.05761737376451492, -0.011805148795247078, -0.08449013531208038, 0.09339882433414459, -0.12141555547714233, 0.12185074388980865, 0.07604949176311493, -0.0309947207570076, -0.011178433895111084, -0.04308824986219406, -0.02197938784956932, -0.06948515772819519, 0.09953314065933228, 0.02151915803551674, -0.11978340148925781, 0.023475898429751396, 0.018140163272619247, 0.13315635919570923, -0.14542917907238007, 0.00342653039842844, 0.025703322142362595, -0.000872194766998291, 0.022604409605264664, 0.1292990893125534, -0.06577566266059875, 0.03005417436361313, -0.04437533766031265, -0.18040458858013153, 0.011973947286605835, 0.09655822068452835, -0.0412822887301445, -0.006657593883574009 ]
fd671e637acfbe911650fa398ec203f4205d128c
# Dataset Card for BnL Historical Newspapers ## Table of Contents - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://data.bnl.lu/data/historical-newspapers/ - **Repository:** - **Paper:** - **Leaderboard:** - **Point of Contact:** opendata@bnl.etat.lu ### Dataset Summary The BnL has digitised over 800.000 pages of Luxembourg newspapers. This dataset currently has one configuration covering a subset of these newspapers, which sit under the "Processed Datasets" collection. The BNL: > processed all newspapers and monographs that are in the public domain and extracted the full text and associated meta data of every single article, section, advertisement… The result is a large number of small, easy to use XML files formatted using Dublin Core. [More Information Needed] ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure The dataset currently contains a single configuration. ### Data Instances An example instance from the datasets: ``` python {'id': 'https://persist.lu/ark:/70795/wx8r4c/articles/DTL47', 'article_type': 8, 'extent': 49, 'ispartof': 'Luxemburger Wort', 'pub_date': datetime.datetime(1853, 3, 23, 0, 0), 'publisher': 'Verl. der St-Paulus-Druckerei', 'source': 'newspaper/luxwort/1853-03-23', 'text': 'Asien. Eine neue Nedcrland-Post ist angekommen mil Nachrichten aus Calcutta bis zum 5. Febr.; Vom» vay, 12. Febr. ; Nangun und HongKong, 13. Jan. Die durch die letzte Post gebrachle Nachricht, der König von Ava sei durch seinen Bruder enlhronl worden, wird bestätigt. (K. Z.) Verantwortl. Herausgeber, F. Schümann.', 'title': 'Asien.', 'url': 'http://www.eluxemburgensia.lu/webclient/DeliveryManager?pid=209701#panel:pp|issue:209701|article:DTL47', 'language': 'de' } ``` ### Data Fields - 'id': This is a unique and persistent identifier using ARK. - 'article_type': The type of the exported data, possible values ('ADVERTISEMENT_SECTION', 'BIBLIOGRAPHY', 'CHAPTER', 'INDEX', 'CONTRIBUTION', 'TABLE_OF_CONTENTS', 'WEATHER', 'SHIPPING', 'SECTION', 'ARTICLE', 'TITLE_SECTION', 'DEATH_NOTICE', 'SUPPLEMENT', 'TABLE', 'ADVERTISEMENT', 'CHART_DIAGRAM', 'ILLUSTRATION', 'ISSUE') - 'extent': The number of words in the text field - 'ispartof: The complete title of the source document e.g. “Luxemburger Wort”. - 'pub_date': The publishing date of the document e.g “1848-12-15” - 'publisher':The publisher of the document e.g. “Verl. der St-Paulus-Druckerei”. - 'source': Describes the source of the document. For example <dc:source>newspaper/luxwort/1848-12-15</dc:source> means that this article comes from the newspaper “luxwort” (ID for Luxemburger Wort) issued on 15.12.1848. - 'text': The full text of the entire article, section, advertisement etc. It includes any titles and subtitles as well. The content does not contain layout information, such as headings, paragraphs or lines. - 'title': The main title of the article, section, advertisement, etc. - 'url': The link to the BnLViewer on eluxemburgensia.lu to view the resource online. - 'language': The language of the text, possible values ('ar', 'da', 'de', 'fi', 'fr', 'lb', 'nl', 'pt') ### Data Splits This dataset contains a single split `train`. ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @misc{bnl_newspapers, title={Historical Newspapers}, url={https://data.bnl.lu/data/historical-newspapers/}, author={ Bibliothèque nationale du Luxembourg}, ``` ### Contributions Thanks to [@davanstrien](https://github.com/davanstrien) for adding this dataset.
bnl_newspapers
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:multilingual", "size_categories:100K<n<1M", "source_datasets:original", "language:ar", "language:da", "language:de", "language:fi", "language:fr", "language:lb", "language:nl", "language:pt", "license:cc0-1.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["ar", "da", "de", "fi", "fr", "lb", "nl", "pt"], "license": ["cc0-1.0"], "multilinguality": ["multilingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["language-modeling", "masked-language-modeling"], "pretty_name": "BnL Historical Newspapers", "dataset_info": {"config_name": "processed", "features": [{"name": "id", "dtype": "string"}, {"name": "source", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "ispartof", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "pub_date", "dtype": "timestamp[s]"}, {"name": "publisher", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "article_type", "dtype": {"class_label": {"names": {"0": "ADVERTISEMENT_SECTION", "1": "BIBLIOGRAPHY", "2": "CHAPTER", "3": "INDEX", "4": "CONTRIBUTION", "5": "TABLE_OF_CONTENTS", "6": "WEATHER", "7": "SHIPPING", "8": "SECTION", "9": "ARTICLE", "10": "TITLE_SECTION", "11": "DEATH_NOTICE", "12": "SUPPLEMENT", "13": "TABLE", "14": "ADVERTISEMENT", "15": "CHART_DIAGRAM", "16": "ILLUSTRATION", "17": "ISSUE"}}}}, {"name": "extent", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 1611597178, "num_examples": 537558}], "download_size": 1033457256, "dataset_size": 1611597178}, "configs": [{"config_name": "processed", "data_files": [{"split": "train", "path": "processed/train-*"}], "default": true}]}
2024-01-24T16:24:00+00:00
[]
[ "ar", "da", "de", "fi", "fr", "lb", "nl", "pt" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-Arabic #language-Danish #language-German #language-Finnish #language-French #language-Luxembourgish #language-Dutch #language-Portuguese #license-cc0-1.0 #region-us
# Dataset Card for BnL Historical Newspapers ## Table of Contents - Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: - Paper: - Leaderboard: - Point of Contact: opendata@URL ### Dataset Summary The BnL has digitised over 800.000 pages of Luxembourg newspapers. This dataset currently has one configuration covering a subset of these newspapers, which sit under the "Processed Datasets" collection. The BNL: > processed all newspapers and monographs that are in the public domain and extracted the full text and associated meta data of every single article, section, advertisement… The result is a large number of small, easy to use XML files formatted using Dublin Core. ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure The dataset currently contains a single configuration. ### Data Instances An example instance from the datasets: ### Data Fields - 'id': This is a unique and persistent identifier using ARK. - 'article_type': The type of the exported data, possible values ('ADVERTISEMENT_SECTION', 'BIBLIOGRAPHY', 'CHAPTER', 'INDEX', 'CONTRIBUTION', 'TABLE_OF_CONTENTS', 'WEATHER', 'SHIPPING', 'SECTION', 'ARTICLE', 'TITLE_SECTION', 'DEATH_NOTICE', 'SUPPLEMENT', 'TABLE', 'ADVERTISEMENT', 'CHART_DIAGRAM', 'ILLUSTRATION', 'ISSUE') - 'extent': The number of words in the text field - 'ispartof: The complete title of the source document e.g. “Luxemburger Wort”. - 'pub_date': The publishing date of the document e.g “1848-12-15” - 'publisher':The publisher of the document e.g. “Verl. der St-Paulus-Druckerei”. - 'source': Describes the source of the document. For example <dc:source>newspaper/luxwort/1848-12-15</dc:source> means that this article comes from the newspaper “luxwort” (ID for Luxemburger Wort) issued on 15.12.1848. - 'text': The full text of the entire article, section, advertisement etc. It includes any titles and subtitles as well. The content does not contain layout information, such as headings, paragraphs or lines. - 'title': The main title of the article, section, advertisement, etc. - 'url': The link to the BnLViewer on URL to view the resource online. - 'language': The language of the text, possible values ('ar', 'da', 'de', 'fi', 'fr', 'lb', 'nl', 'pt') ### Data Splits This dataset contains a single split 'train'. ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @davanstrien for adding this dataset.
[ "# Dataset Card for BnL Historical Newspapers", "## Table of Contents\n- Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL \n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact: opendata@URL", "### Dataset Summary\n\nThe BnL has digitised over 800.000 pages of Luxembourg newspapers. This dataset currently has one configuration covering a subset of these newspapers, which sit under the \"Processed Datasets\" collection. The BNL:\n\n> processed all newspapers and monographs that are in the public domain and extracted the full text and associated meta data of every single article, section, advertisement… The result is a large number of small, easy to use XML files formatted using Dublin Core.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure\n\nThe dataset currently contains a single configuration.", "### Data Instances\n\nAn example instance from the datasets:", "### Data Fields\n\n- 'id': This is a unique and persistent identifier using ARK. \n- 'article_type': The type of the exported data, possible values ('ADVERTISEMENT_SECTION',\n 'BIBLIOGRAPHY',\n 'CHAPTER',\n 'INDEX',\n 'CONTRIBUTION',\n 'TABLE_OF_CONTENTS',\n 'WEATHER',\n 'SHIPPING',\n 'SECTION',\n 'ARTICLE',\n 'TITLE_SECTION',\n 'DEATH_NOTICE',\n 'SUPPLEMENT',\n 'TABLE',\n 'ADVERTISEMENT',\n 'CHART_DIAGRAM',\n 'ILLUSTRATION',\n 'ISSUE')\n- 'extent': The number of words in the text field\n- 'ispartof: The complete title of the source document e.g. “Luxemburger Wort”.\n- 'pub_date': The publishing date of the document e.g “1848-12-15”\n- 'publisher':The publisher of the document e.g. “Verl. der St-Paulus-Druckerei”.\n- 'source': Describes the source of the document. For example\n<dc:source>newspaper/luxwort/1848-12-15</dc:source> means that this article comes from the newspaper “luxwort” (ID for Luxemburger Wort) issued on 15.12.1848.\n- 'text': The full text of the entire article, section, advertisement etc. It includes any titles and subtitles as well. The content does not contain layout information, such as headings, paragraphs or lines.\n- 'title': The main title of the article, section, advertisement, etc.\n- 'url': The link to the BnLViewer on URL to view the resource online.\n- 'language': The language of the text, possible values ('ar', 'da', 'de', 'fi', 'fr', 'lb', 'nl', 'pt')", "### Data Splits\n\nThis dataset contains a single split 'train'.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @davanstrien for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-Arabic #language-Danish #language-German #language-Finnish #language-French #language-Luxembourgish #language-Dutch #language-Portuguese #license-cc0-1.0 #region-us \n", "# Dataset Card for BnL Historical Newspapers", "## Table of Contents\n- Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL \n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact: opendata@URL", "### Dataset Summary\n\nThe BnL has digitised over 800.000 pages of Luxembourg newspapers. This dataset currently has one configuration covering a subset of these newspapers, which sit under the \"Processed Datasets\" collection. The BNL:\n\n> processed all newspapers and monographs that are in the public domain and extracted the full text and associated meta data of every single article, section, advertisement… The result is a large number of small, easy to use XML files formatted using Dublin Core.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure\n\nThe dataset currently contains a single configuration.", "### Data Instances\n\nAn example instance from the datasets:", "### Data Fields\n\n- 'id': This is a unique and persistent identifier using ARK. \n- 'article_type': The type of the exported data, possible values ('ADVERTISEMENT_SECTION',\n 'BIBLIOGRAPHY',\n 'CHAPTER',\n 'INDEX',\n 'CONTRIBUTION',\n 'TABLE_OF_CONTENTS',\n 'WEATHER',\n 'SHIPPING',\n 'SECTION',\n 'ARTICLE',\n 'TITLE_SECTION',\n 'DEATH_NOTICE',\n 'SUPPLEMENT',\n 'TABLE',\n 'ADVERTISEMENT',\n 'CHART_DIAGRAM',\n 'ILLUSTRATION',\n 'ISSUE')\n- 'extent': The number of words in the text field\n- 'ispartof: The complete title of the source document e.g. “Luxemburger Wort”.\n- 'pub_date': The publishing date of the document e.g “1848-12-15”\n- 'publisher':The publisher of the document e.g. “Verl. der St-Paulus-Druckerei”.\n- 'source': Describes the source of the document. For example\n<dc:source>newspaper/luxwort/1848-12-15</dc:source> means that this article comes from the newspaper “luxwort” (ID for Luxemburger Wort) issued on 15.12.1848.\n- 'text': The full text of the entire article, section, advertisement etc. It includes any titles and subtitles as well. The content does not contain layout information, such as headings, paragraphs or lines.\n- 'title': The main title of the article, section, advertisement, etc.\n- 'url': The link to the BnLViewer on URL to view the resource online.\n- 'language': The language of the text, possible values ('ar', 'da', 'de', 'fi', 'fr', 'lb', 'nl', 'pt')", "### Data Splits\n\nThis dataset contains a single split 'train'.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @davanstrien for adding this dataset." ]
[ 154, 12, 125, 29, 113, 10, 4, 16, 15, 464, 18, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-Arabic #language-Danish #language-German #language-Finnish #language-French #language-Luxembourgish #language-Dutch #language-Portuguese #license-cc0-1.0 #region-us \n# Dataset Card for BnL Historical Newspapers## Table of Contents\n- Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL \n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact: opendata@URL### Dataset Summary\n\nThe BnL has digitised over 800.000 pages of Luxembourg newspapers. This dataset currently has one configuration covering a subset of these newspapers, which sit under the \"Processed Datasets\" collection. The BNL:\n\n> processed all newspapers and monographs that are in the public domain and extracted the full text and associated meta data of every single article, section, advertisement… The result is a large number of small, easy to use XML files formatted using Dublin Core.### Supported Tasks and Leaderboards### Languages## Dataset Structure\n\nThe dataset currently contains a single configuration.### Data Instances\n\nAn example instance from the datasets:" ]
[ -0.05716337636113167, 0.20192335546016693, -0.005344504956156015, 0.010211112909018993, 0.0743962824344635, 0.022091500461101532, 0.1191786453127861, 0.07882106304168701, -0.005903714336454868, 0.14044581353664398, -0.07540968060493469, -0.012994397431612015, 0.08553460240364075, 0.12900815904140472, -0.003565757302567363, -0.17253006994724274, 0.061633676290512085, -0.10204234719276428, -0.06675104051828384, 0.08315487951040268, 0.14118988811969757, -0.05946538224816322, 0.030421866104006767, -0.040843065828084946, -0.04867633432149887, 0.0019271663622930646, -0.08798233419656754, -0.037223055958747864, 0.028059909120202065, 0.050063975155353546, 0.0811217874288559, 0.005036964081227779, 0.03329309821128845, -0.21183545887470245, 0.02887006476521492, 0.05692298710346222, 0.003154982812702656, 0.035017985850572586, 0.09081123769283295, -0.05991195887327194, 0.004530089907348156, -0.16919143497943878, 0.03832070529460907, 0.04675092548131943, -0.08142761141061783, -0.05965089797973633, -0.1223725825548172, 0.07517136633396149, 0.06572416424751282, 0.05812661349773407, -0.034604597836732864, 0.033077534288167953, -0.05352606996893883, 0.0014143177540972829, 0.05274669826030731, -0.06836120784282684, -0.05087796226143837, -0.0020038799848407507, -0.010405760258436203, 0.045834921300411224, -0.10031697154045105, 0.0006386135937646031, -0.02476709708571434, 0.025169864296913147, -0.07639075070619583, 0.004734701476991177, -0.005166407208889723, 0.0008417193894274533, -0.06290629506111145, -0.04646729677915573, 0.1856890320777893, -0.028784388676285744, -0.01390694547444582, -0.20953936874866486, -0.0090152183547616, 0.09185774624347687, -0.0774696096777916, 0.02090715803205967, -0.004380065482109785, -0.01959243230521679, 0.10265721380710602, -0.037904758006334305, -0.07124876976013184, 0.04429701715707779, -0.03756547346711159, 0.0611400231719017, 0.015423272736370564, 0.004543983843177557, 0.04378187656402588, 0.08687997609376907, 0.06493660807609558, -0.11646082252264023, -0.016355987638235092, -0.05934081971645355, -0.13360561430454254, -0.02286672778427601, 0.0054848226718604565, -0.04128594323992729, 0.08006015419960022, 0.15345485508441925, -0.045913781970739365, 0.0017927270382642746, -0.06967156380414963, 0.009690510109066963, 0.09328563511371613, 0.08143099397420883, -0.038923148065805435, -0.14395712316036224, -0.03626151382923126, 0.021299274638295174, 0.001580223673954606, 0.015150533989071846, -0.027769330888986588, 0.04030173644423485, -0.014818979427218437, 0.06685858964920044, 0.11761913448572159, 0.01885487698018551, -0.05591835081577301, -0.050160374492406845, 0.15976162254810333, -0.14139768481254578, 0.03892054036259651, 0.025067482143640518, -0.001995038939639926, 0.052069902420043945, -0.03795120492577553, -0.029986632987856865, -0.11499793082475662, 0.13039878010749817, -0.03415724262595177, -0.013997652567923069, -0.07559759169816971, -0.055568329989910126, 0.04629902169108391, -0.010136866010725498, -0.10676664859056473, 0.02312333509325981, -0.0893564224243164, -0.06250058114528656, 0.038724251091480255, -0.1113320142030716, -0.03278537467122078, 0.0016633145278319716, -0.031388476490974426, 0.042947832494974136, 0.016412125900387764, -0.05564292520284653, -0.07287760078907013, -0.02645602449774742, -0.10143177211284637, -0.004390585236251354, 0.03308573365211487, 0.049717843532562256, -0.0789300948381424, 0.03562043607234955, -0.19194379448890686, 0.14065852761268616, -0.15197336673736572, 0.020128760486841202, -0.12868694961071014, 0.02078566886484623, 0.0453922413289547, 0.01248456072062254, -0.0371992401778698, 0.11236400902271271, -0.2074078619480133, -0.043404560536146164, 0.10378235578536987, -0.11390488594770432, -0.016020219773054123, 0.05524468421936035, -0.02973160520195961, 0.016126666218042374, 0.05613116919994354, 0.05784519016742706, 0.116465263068676, -0.02369474619626999, -0.0849328339099884, -0.0576850101351738, 0.0846250057220459, 0.15846556425094604, 0.08504466712474823, -0.11850318312644958, 0.1481369286775589, 0.022939596325159073, -0.018247738480567932, -0.06028413027524948, 0.035521164536476135, -0.040652912110090256, 0.018825948238372803, 0.013036898337304592, 0.017472228035330772, 0.0006862496957182884, -0.026736054569482803, -0.01871708780527115, -0.11819656938314438, 0.1100512221455574, 0.04382925480604172, 0.011884485371410847, 0.022550033405423164, -0.035135168582201004, 0.03295516222715378, 0.006302758120000362, -0.015508312731981277, -0.17253829538822174, -0.1698061227798462, 0.06287123262882233, -0.03907322883605957, 0.10851217806339264, -0.00023403609520755708, 0.003635563189163804, 0.003987124655395746, -0.04139244183897972, 0.028346624225378036, -0.01895988918840885, 0.01737407222390175, 0.0240037739276886, -0.18955929577350616, -0.001460272935219109, -0.07076413929462433, 0.14863325655460358, -0.06892970949411392, -0.007396641653031111, 0.10970389097929001, 0.16507357358932495, 0.035792458802461624, -0.04197464510798454, 0.016722945496439934, 0.018625270575284958, -0.021459516137838364, -0.04125889390707016, 0.013058360666036606, -0.04122114181518555, 0.0447944737970829, 0.06434758752584457, -0.05197443440556526, -0.08941918611526489, 0.06456191092729568, 0.13598087430000305, -0.06832212954759598, -0.08353354036808014, -0.06622147560119629, -0.018435310572385788, -0.07544495910406113, -0.1036200299859047, 0.05449320375919342, 0.0648512989282608, 0.02953656017780304, -0.06593913584947586, -0.10494454205036163, -0.06283427029848099, 0.06988803297281265, -0.08713109791278839, 0.10027089715003967, 0.0752890333533287, -0.1258554756641388, 0.15278775990009308, 0.0570748895406723, 0.12692737579345703, 0.12361457198858261, -0.05405173823237419, -0.07738704234361649, 0.024977197870612144, 0.025068454444408417, 0.012179321609437466, 0.09715515375137329, -0.040365081280469894, 0.04437219724059105, 0.05618247762322426, 0.012162200175225735, 0.03330462425947189, -0.03547827899456024, 0.04090605303645134, -0.0012846780009567738, -0.018562698736786842, 0.017965488135814667, -0.008892865851521492, 0.0983242616057396, 0.09217674285173416, 0.037992924451828, 0.06892460584640503, -0.030298564583063126, -0.06585284322500229, -0.05746122822165489, 0.10298693180084229, -0.16133616864681244, -0.19563908874988556, -0.12389059364795685, -0.044852543622255325, -0.06524813920259476, -0.036547452211380005, -0.011679848656058311, -0.004339608363807201, -0.10301857441663742, -0.10567444562911987, 0.09411606937646866, 0.08255743980407715, -0.11261666566133499, -0.01050172932446003, 0.01923476718366146, -0.01644556038081646, -0.14395368099212646, 0.03700561821460724, 0.022804558277130127, -0.02104879543185234, -0.07135779410600662, 0.03517032414674759, 0.04959895461797714, 0.08612917363643646, 0.06490591168403625, -0.017912784591317177, -0.020288614556193352, 0.24242809414863586, -0.13865746557712555, 0.14644789695739746, 0.04279596358537674, -0.06274450570344925, 0.057913631200790405, 0.2789551019668579, 0.07164361327886581, -0.012146099470555782, -0.01643647998571396, 0.06847839057445526, 0.03348139300942421, -0.21527118980884552, -0.16802792251110077, -0.08290621638298035, -0.04821861535310745, 0.05160602554678917, 0.08706992119550705, -0.023674678057432175, 0.00010938703780993819, -0.1289970427751541, -0.03722433000802994, 0.06188749521970749, 0.05527610704302788, 0.09989459812641144, 0.044212836772203445, 0.031500011682510376, -0.05354690179228783, -0.0293108057230711, 0.10669820755720139, 0.05994023010134697, 0.2181064635515213, 0.004652403760701418, 0.19366014003753662, 0.05075320228934288, -0.01045966800302267, 0.004673331510275602, 0.046550363302230835, -0.011774887330830097, 0.05351053923368454, 0.0024806829169392586, -0.0647488683462143, 0.08119677752256393, 0.044044043868780136, 0.06113366037607193, -0.06261499226093292, 0.07595052570104599, -0.15896566212177277, 0.09757491201162338, 0.12210451066493988, 0.08132895082235336, -0.05702430382370949, -0.017173664644360542, 0.08355843275785446, -0.08210131525993347, -0.08639226853847504, -0.04548269510269165, 0.03974108025431633, -0.14446301758289337, 0.11394703388214111, -0.023191895335912704, 0.11254146695137024, -0.066542848944664, -0.0587051697075367, 0.03951288387179375, 0.02874440886080265, -0.050318434834480286, 0.08367472887039185, -0.10805834829807281, 0.16853319108486176, 0.011837202124297619, 0.006739861331880093, -0.07640405744314194, 0.09794025868177414, -0.007283881306648254, 0.03216959163546562, 0.1118827685713768, 0.013656696304678917, -0.09518120437860489, 0.038423337042331696, -0.11365032941102982, -0.025945765897631645, 0.0664030984044075, -0.1430644690990448, 0.08631527423858643, -0.004575423430651426, -0.03405872359871864, -0.05138928443193436, -0.040691569447517395, -0.11532292515039444, -0.2700386643409729, 0.08818896114826202, -0.06359085440635681, 0.0010259647388011217, -0.05461976304650307, -0.04022085294127464, -0.06021680310368538, 0.17283767461776733, -0.1435394287109375, -0.08961948752403259, -0.16576583683490753, -0.05885874852538109, 0.1551734358072281, -0.02846621163189411, 0.0556907095015049, -0.03891759738326073, 0.1624435931444168, -0.025216080248355865, -0.06481271237134933, 0.0036589603405445814, -0.05740256980061531, -0.15465441346168518, -0.05940729007124901, 0.16205525398254395, 0.05237436294555664, 0.009109076112508774, 0.001816354226320982, 0.0723622664809227, 0.02157176285982132, -0.08392249792814255, -0.0199056938290596, 0.04368937760591507, 0.061903879046440125, 0.12652522325515747, -0.06853572279214859, -0.23480364680290222, -0.08294626325368881, -0.013929381966590881, 0.08355867117643356, 0.10162201523780823, -0.04324626550078392, 0.1948181539773941, 0.06996939331293106, -0.10190136730670929, -0.22845837473869324, -0.0025790242943912745, 0.035130344331264496, -0.019154032692313194, -0.005646917503327131, -0.16461333632469177, 0.12525437772274017, 0.04318647459149361, -0.029296979308128357, 0.030881207436323166, -0.2004854679107666, -0.1374872773885727, 0.019152797758579254, -0.0627257376909256, -0.21240700781345367, -0.10842853039503098, -0.10001751035451889, -0.06956338882446289, -0.11026465892791748, 0.154622420668602, 0.04208572208881378, 0.008443170227110386, 0.007429185789078474, -0.010542052797973156, 0.005723237991333008, -0.014728078618645668, 0.14830882847309113, 0.07130013406276703, -0.003610558807849884, -0.08648429811000824, -0.046932097524404526, 0.15907049179077148, 0.0036644323263317347, 0.018820129334926605, -0.03860582411289215, -0.02229374460875988, -0.14537456631660461, -0.02458539418876171, -0.05145490542054176, 0.04495429992675781, -0.08605538308620453, -0.01685381308197975, -0.10568121075630188, 0.1056944727897644, 0.05511591583490372, -0.032602354884147644, 0.06232243776321411, -0.02278781309723854, 0.04192209616303444, 0.11168494820594788, 0.1303510069847107, 0.10412555187940598, -0.11168015748262405, 0.0037318961694836617, 0.003703083610162139, -0.035788025707006454, -0.031003329902887344, 0.028162287548184395, 0.0852164700627327, -0.011292701587080956, 0.1113356277346611, -0.029840020462870598, -0.15214259922504425, -0.03563937544822693, 0.09180945158004761, -0.0338616780936718, -0.22163867950439453, 0.0005783124943263829, 0.02849406749010086, -0.10457612574100494, -0.05992870777845383, 0.08331698179244995, 0.049758363515138626, -0.0504927821457386, 0.03740965574979782, 0.07130441814661026, 0.05428381636738777, 0.10235796868801117, -0.024541251361370087, 0.06627732515335083, -0.09776490181684494, 0.12028417736291885, 0.13761663436889648, -0.05743986740708351, -0.037734050303697586, 0.17530813813209534, -0.07695643603801727, -0.027315465733408928, 0.10291425883769989, 0.04461102932691574, 0.059632785618305206, -0.0001477382320445031, 0.021773554384708405, -0.13628485798835754, 0.050540242344141006, 0.15691567957401276, 0.020077945664525032, -0.005608989391475916, 0.0012794733047485352, -0.06500038504600525, -0.00018783121777232736, 0.14533568918704987, 0.039438530802726746, 0.02016258053481579, 0.008893628604710102, -0.034854594618082047, -0.027476368471980095, -0.04421335086226463, 0.001861739787273109, -0.034499574452638626, -0.07741525024175644, -0.036242201924324036, -0.11669119447469711, 0.019742701202630997, -0.08879202604293823, -0.03367367759346962, -0.014227203093469143, -0.04309700056910515, 0.0049706194549798965, -0.023102449253201485, -0.06691054999828339, -0.042035188525915146, -0.04493734613060951, 0.11183745414018631, -0.1701744794845581, 0.04905141890048981, 0.09113387763500214, -0.07757116109132767, 0.1139519140124321, -0.030460791662335396, -0.02493113838136196, -0.00024918062263168395, -0.11869006603956223, -0.06460553407669067, -0.057385534048080444, 0.04977581277489662, 0.04770047962665558, -0.13076414167881012, 0.014053896069526672, 0.01654164493083954, -0.060082439333200455, 0.027868254110217094, 0.007593012880533934, -0.06828633695840836, 0.0894763320684433, -0.022198857739567757, -0.08366408199071884, 0.01856299117207527, 0.0451052188873291, 0.13089993596076965, -0.049064960330724716, 0.11912412196397781, -0.03921380639076233, 0.04887634515762329, -0.09224147349596024, -0.028895562514662743, 0.02114124782383442, -0.04017136991024017, -0.010323377326130867, 0.006223813630640507, 0.03927411511540413, 0.03180592507123947, 0.21120594441890717, -0.02430187165737152, -0.043173015117645264, 0.08424966037273407, 0.06281831860542297, -0.1067107692360878, 0.09296084195375443, 0.013088781386613846, 0.02844889834523201, 0.009827382862567902, -0.027266988530755043, -0.09636688232421875, -0.06026248633861542, -0.029750626534223557, 0.1352318972349167, 0.22079400718212128, 0.17083092033863068, -0.0288446806371212, 0.10857515037059784, -0.12082237005233765, -0.046492934226989746, 0.09267227351665497, -0.048148952424526215, 0.04464446380734444, -0.09913338720798492, 0.09683255851268768, 0.03638176992535591, -0.1811184287071228, 0.1373499482870102, -0.02961321733891964, -0.037886831909418106, -0.025303330272436142, -0.14363567531108856, -0.047776948660612106, -0.037549104541540146, -0.012336685322225094, -0.09218792617321014, 0.0763898491859436, 0.13212627172470093, 0.03128022700548172, -0.014790364541113377, 0.07367295026779175, -0.09237036108970642, -0.08836181461811066, 0.09719906002283096, 0.047150347381830215, 0.08151815831661224, 0.026004042476415634, 0.060014646500349045, -0.06977177411317825, 0.11300390958786011, 0.06338285654783249, 0.10555624216794968, 0.02863473631441593, 0.009493322111666203, -0.07429461926221848, -0.05747709795832634, 0.042410414665937424, -0.028852421790361404, -0.05584300309419632, 0.18496596813201904, 0.024550337344408035, 0.03642847388982773, -0.004223853349685669, 0.18490739166736603, -0.005877780262380838, -0.1675562560558319, -0.14135244488716125, -0.0496208518743515, -0.009959639050066471, 0.02673218958079815, 0.05489509180188179, -0.1533294916152954, -0.005522333085536957, 0.11022503674030304, 0.21440039575099945, -0.0172128863632679, 0.025848690420389175, 0.02290361002087593, 0.022586241364479065, 0.03801203891634941, 0.02900158241391182, -0.025920340791344643, 0.258993923664093, -0.024143043905496597, 0.002676734235137701, 0.006077571306377649, -0.06198631972074509, -0.10704295337200165, 0.14041277766227722, -0.007851065136492252, -0.05129922553896904, -0.06941098719835281, 0.14943481981754303, -0.0872507393360138, -0.22306576371192932, 0.03857647627592087, -0.11894641071557999, -0.17981146275997162, -0.048913758248090744, 0.05636339262127876, -0.027698710560798645, -0.012379814870655537, 0.07455141097307205, -0.07211573421955109, 0.1633382886648178, 0.022795766592025757, -0.013231036253273487, -0.04038379341363907, 0.09561560302972794, -0.15396609902381897, 0.21393555402755737, 0.015868164598941803, 0.003195804776623845, 0.08376087248325348, -0.036993853747844696, -0.12984366714954376, -0.028023768216371536, 0.09108670800924301, -0.022474566474556923, 0.05159010738134384, 0.13867022097110748, -0.007635070942342281, 0.13009771704673767, 0.1087019294500351, -0.022229084745049477, 0.09364733844995499, 0.044089265167713165, -0.06261412054300308, -0.09679792076349258, 0.10105601698160172, -0.1321583241224289, 0.11086186021566391, 0.15537504851818085, -0.02621016465127468, 0.04026287794113159, -0.02813183143734932, -0.0019840612076222897, -0.05143245309591293, 0.17650221288204193, -0.021383708342909813, -0.12491029500961304, 0.023550767451524734, -0.03210148960351944, 0.10313531011343002, -0.16356660425662994, -0.043907031416893005, 0.007482144515961409, 0.014527859166264534, -0.07238952070474625, 0.14569704234600067, 0.10391917079687119, -0.026857485994696617, -0.039856258779764175, -0.11009149998426437, 0.019507480785250664, 0.06226983293890953, -0.0555163137614727, 0.060928329825401306 ]
61048017048803fa18f6777fd55a40f2e70ef1e3
# Dataset Card for BookCorpus ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://yknzhu.wixsite.com/mbweb](https://yknzhu.wixsite.com/mbweb) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 1.18 GB - **Size of the generated dataset:** 4.85 GB - **Total amount of disk used:** 6.03 GB ### Dataset Summary Books are a rich source of both fine-grained information, how a character, an object or a scene looks like, as well as high-level semantics, what someone is thinking, feeling and how these states evolve through a story.This work aims to align books to their movie releases in order to providerich descriptive explanations for visual content that go semantically farbeyond the captions available in current datasets. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### plain_text - **Size of downloaded dataset files:** 1.18 GB - **Size of the generated dataset:** 4.85 GB - **Total amount of disk used:** 6.03 GB An example of 'train' looks as follows. ``` { "text": "But I traded all my life for some lovin' and some gold" } ``` ### Data Fields The data fields are the same among all splits. #### plain_text - `text`: a `string` feature. ### Data Splits | name | train | |----------|-------:| |plain_text|74004228| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information The books have been crawled from https://www.smashwords.com, see their [terms of service](https://www.smashwords.com/about/tos) for more information. A data sheet for this dataset has also been created and published in [Addressing "Documentation Debt" in Machine Learning Research: A Retrospective Datasheet for BookCorpus](https://arxiv.org/abs/2105.05241). ### Citation Information ``` @InProceedings{Zhu_2015_ICCV, title = {Aligning Books and Movies: Towards Story-Like Visual Explanations by Watching Movies and Reading Books}, author = {Zhu, Yukun and Kiros, Ryan and Zemel, Rich and Salakhutdinov, Ruslan and Urtasun, Raquel and Torralba, Antonio and Fidler, Sanja}, booktitle = {The IEEE International Conference on Computer Vision (ICCV)}, month = {December}, year = {2015} } ``` ### Contributions Thanks to [@lewtun](https://github.com/lewtun), [@richarddwang](https://github.com/richarddwang), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
bookcorpus
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:10M<n<100M", "source_datasets:original", "language:en", "license:unknown", "arxiv:2105.05241", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10M<n<100M"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["language-modeling", "masked-language-modeling"], "paperswithcode_id": "bookcorpus", "pretty_name": "BookCorpus", "dataset_info": {"features": [{"name": "text", "dtype": "string"}], "config_name": "plain_text", "splits": [{"name": "train", "num_bytes": 4853859824, "num_examples": 74004228}], "download_size": 1179510242, "dataset_size": 4853859824}}
2024-01-18T11:02:03+00:00
[ "2105.05241" ]
[ "en" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-original #language-English #license-unknown #arxiv-2105.05241 #region-us
Dataset Card for BookCorpus =========================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: * Point of Contact: * Size of downloaded dataset files: 1.18 GB * Size of the generated dataset: 4.85 GB * Total amount of disk used: 6.03 GB ### Dataset Summary Books are a rich source of both fine-grained information, how a character, an object or a scene looks like, as well as high-level semantics, what someone is thinking, feeling and how these states evolve through a story.This work aims to align books to their movie releases in order to providerich descriptive explanations for visual content that go semantically farbeyond the captions available in current datasets. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### plain\_text * Size of downloaded dataset files: 1.18 GB * Size of the generated dataset: 4.85 GB * Total amount of disk used: 6.03 GB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### plain\_text * 'text': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information The books have been crawled from URL, see their terms of service for more information. A data sheet for this dataset has also been created and published in Addressing "Documentation Debt" in Machine Learning Research: A Retrospective Datasheet for BookCorpus. ### Contributions Thanks to @lewtun, @richarddwang, @lhoestq, @thomwolf for adding this dataset.
[ "### Dataset Summary\n\n\nBooks are a rich source of both fine-grained information, how a character, an object or a scene looks like, as well as high-level semantics, what someone is thinking, feeling and how these states evolve through a story.This work aims to align books to their movie releases in order to providerich descriptive explanations for visual content that go semantically farbeyond the captions available in current datasets.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 1.18 GB\n* Size of the generated dataset: 4.85 GB\n* Total amount of disk used: 6.03 GB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\n\n\n* 'text': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe books have been crawled from URL, see their terms of service for more information.\n\n\nA data sheet for this dataset has also been created and published in Addressing \"Documentation Debt\" in Machine Learning Research: A Retrospective Datasheet for BookCorpus.", "### Contributions\n\n\nThanks to @lewtun, @richarddwang, @lhoestq, @thomwolf for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-original #language-English #license-unknown #arxiv-2105.05241 #region-us \n", "### Dataset Summary\n\n\nBooks are a rich source of both fine-grained information, how a character, an object or a scene looks like, as well as high-level semantics, what someone is thinking, feeling and how these states evolve through a story.This work aims to align books to their movie releases in order to providerich descriptive explanations for visual content that go semantically farbeyond the captions available in current datasets.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 1.18 GB\n* Size of the generated dataset: 4.85 GB\n* Total amount of disk used: 6.03 GB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\n\n\n* 'text': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe books have been crawled from URL, see their terms of service for more information.\n\n\nA data sheet for this dataset has also been created and published in Addressing \"Documentation Debt\" in Machine Learning Research: A Retrospective Datasheet for BookCorpus.", "### Contributions\n\n\nThanks to @lewtun, @richarddwang, @lhoestq, @thomwolf for adding this dataset." ]
[ 120, 100, 10, 11, 6, 52, 17, 17, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 63, 32 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-original #language-English #license-unknown #arxiv-2105.05241 #region-us \n### Dataset Summary\n\n\nBooks are a rich source of both fine-grained information, how a character, an object or a scene looks like, as well as high-level semantics, what someone is thinking, feeling and how these states evolve through a story.This work aims to align books to their movie releases in order to providerich descriptive explanations for visual content that go semantically farbeyond the captions available in current datasets.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### plain\\_text\n\n\n* Size of downloaded dataset files: 1.18 GB\n* Size of the generated dataset: 4.85 GB\n* Total amount of disk used: 6.03 GB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### plain\\_text\n\n\n* 'text': a 'string' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators" ]
[ -0.06487758457660675, 0.19491225481033325, -0.004208187572658062, 0.05189178138971329, 0.07357283681631088, 0.01942693628370762, 0.04056137055158615, 0.12228997051715851, 0.010724865831434727, 0.17776502668857574, 0.020805368199944496, -0.043722640722990036, 0.12739180028438568, 0.18702158331871033, 0.027266472578048706, -0.23299460113048553, 0.030344396829605103, -0.12253852933645248, -0.018756819888949394, 0.10630427300930023, 0.12190187722444534, -0.08316072076559067, 0.06254176795482635, -0.11333304643630981, -0.054087381809949875, -0.0002312951401108876, -0.08626452088356018, 0.0014772670110687613, 0.03763808682560921, 0.04812653362751007, 0.017005912959575653, -0.024073513224720955, 0.09569694101810455, -0.2393943816423416, 0.014130662195384502, 0.06623902171850204, 0.022275924682617188, 0.0166129432618618, 0.10011329501867294, -0.07165147364139557, 0.12520548701286316, -0.14480486512184143, 0.06663022190332413, 0.04342455416917801, -0.1100994423031807, -0.15767794847488403, -0.14286012947559357, 0.05872535705566406, 0.1173209473490715, 0.06041368469595909, -0.07665874809026718, -0.04735963046550751, -0.04866151511669159, 0.06232437863945961, 0.15761172771453857, -0.04244757816195488, -0.058489978313446045, 0.05750361457467079, 0.038357749581336975, 0.08922895789146423, -0.130788654088974, 0.016943112015724182, -0.006255114916712046, 0.030362801626324654, 0.04550947621464729, -0.02988763339817524, -0.02505642920732498, 0.03588082641363144, -0.1445010006427765, -0.08611096441745758, 0.10903903096914291, 0.027249082922935486, -0.027239177376031876, -0.21686947345733643, -0.022811954841017723, -0.032303620129823685, -0.04714975506067276, -0.00040012109093368053, 0.02845146507024765, -0.02338925190269947, 0.051264531910419464, -0.021019278094172478, -0.03675736114382744, -0.04994235187768936, 0.006772025488317013, -0.005844092462211847, 0.01840118318796158, -0.015491552650928497, 0.027349049225449562, 0.069685198366642, -0.0732288658618927, -0.12369999289512634, -0.04397204890847206, -0.0028880583122372627, -0.1425224095582962, -0.011283617466688156, 0.0602327324450016, 0.017236977815628052, 0.04182697460055351, 0.1390872299671173, -0.08031003177165985, 0.05470692738890648, -0.09824097901582718, -0.003205281915143132, 0.07297195494174957, 0.13838878273963928, -0.11083995550870895, -0.1788589209318161, -0.024293528869748116, 0.02852587029337883, 0.013687100261449814, -0.030477214604616165, -0.03970419615507126, 0.06129077076911926, 0.05030542612075806, 0.11751364916563034, 0.1417994499206543, 0.01201965194195509, -0.07643596082925797, -0.01427723653614521, 0.11813443154096603, -0.14483238756656647, 0.057804133743047714, 0.046994999051094055, -0.04403277114033699, -0.03338005021214485, -0.003947013523429632, -0.010538686998188496, -0.06655080616474152, 0.1074199229478836, -0.054893314838409424, -0.029688213020563126, -0.09244126081466675, -0.08797569572925568, 0.07824201136827469, 0.01241102535277605, -0.06687631458044052, 0.005351528059691191, -0.1837271749973297, -0.08230610191822052, 0.0003808985056821257, -0.11936584860086441, -0.022247375920414925, -0.017823250964283943, -0.055856410413980484, 0.024447090923786163, 0.007720797788351774, 0.11331836879253387, -0.03695908561348915, 0.03287734463810921, -0.019679460674524307, 0.030706491321325302, 0.11946467310190201, 0.0462617464363575, -0.095065638422966, 0.08758177608251572, -0.20929387211799622, 0.12356516718864441, -0.16385750472545624, 0.031155595555901527, -0.13332952558994293, -0.053146135061979294, 0.021681606769561768, -0.012760663405060768, -0.013978712260723114, 0.16278207302093506, -0.24520644545555115, -0.03297442942857742, 0.14489644765853882, -0.06891573220491409, -0.10714582353830338, 0.0983303040266037, -0.0277487151324749, -0.021373644471168518, 0.02764519304037094, 0.12953023612499237, 0.0301074106246233, -0.058775484561920166, -0.06431114673614502, -0.06151379272341728, 0.07151856273412704, 0.2053011953830719, 0.12163646519184113, -0.10695988684892654, 0.16128912568092346, 0.0010529779829084873, -0.07994678616523743, -0.02977323718369007, -0.0217652078717947, -0.0632709488272667, 0.01960805431008339, -0.012111661955714226, 0.019881868734955788, 0.0411493144929409, -0.07234122604131699, -0.05345739796757698, -0.10286778956651688, -0.08107307553291321, 0.048275090754032135, -0.030529959127306938, 0.03279696777462959, -0.054766397923231125, 0.028299223631620407, -0.02311626449227333, 0.04390273988246918, -0.1619238555431366, -0.16105210781097412, 0.04326093941926956, 0.04377759248018265, 0.06610425561666489, -0.08722372353076935, 0.019007571041584015, 0.019664710387587547, -0.07690058648586273, -0.015261264517903328, 0.0036514096427708864, 0.007928626611828804, -0.014542519114911556, -0.22432900965213776, -0.02461487241089344, -0.04397217929363251, 0.12022961676120758, -0.11666544526815414, -0.0041366987861692905, 0.18751968443393707, 0.16209805011749268, 0.04079423472285271, -0.10387684404850006, 0.060849037021398544, 0.030798349529504776, -0.012948456220328808, -0.10137620568275452, -0.026680542156100273, -0.07183593511581421, -0.002615253673866391, 0.05451047420501709, -0.14927297830581665, -0.07313720136880875, 0.07897960394620895, 0.11261729896068573, -0.0915163978934288, 0.010577510111033916, -0.057784710079431534, -0.050301115959882736, -0.09148997813463211, -0.10146699100732803, 0.058847736567258835, 0.043284863233566284, 0.01277997437864542, -0.06283952295780182, -0.05023579299449921, -0.020531045272946358, 0.012455199845135212, -0.06391214579343796, 0.1514872908592224, 0.03679054230451584, -0.11688438057899475, 0.16392628848552704, 0.04999569058418274, 0.0910196602344513, 0.09843438118696213, -0.0476582795381546, -0.1094946339726448, -0.03806856647133827, 0.010900469496846199, 0.03134198486804962, 0.12061823904514313, -0.054004982113838196, -0.0013330014189705253, 0.043695345520973206, 0.012913783080875874, 0.023741962388157845, -0.04883914068341255, 0.030702602118253708, 0.029686162248253822, -0.07411865144968033, 0.08274979144334793, -0.00483228312805295, -0.009403004311025143, 0.08945295214653015, 0.056564413011074066, 0.07459544390439987, -0.028000466525554657, -0.0778268352150917, -0.13585011661052704, 0.12707677483558655, -0.10321806371212006, -0.17300066351890564, -0.07614724338054657, -0.09671865403652191, -0.007170863915234804, -0.0034747279714792967, -0.010237175971269608, -0.039516057819128036, -0.07248588651418686, -0.08962686359882355, 0.12153545022010803, -0.0013932231813669205, -0.07920297235250473, -0.026187222450971603, -0.013767179101705551, -0.005020479671657085, -0.08690197020769119, 0.01873728819191456, 0.09132115542888641, -0.059334952384233475, -0.020186016336083412, 0.04378713667392731, 0.17114955186843872, 0.13484933972358704, 0.07899849861860275, -0.006396991666406393, -0.045897968113422394, 0.22047263383865356, -0.16810579597949982, 0.1054663434624672, 0.07355309277772903, -0.010166611522436142, 0.05966101959347725, 0.2032027244567871, 0.02225247025489807, -0.0673709437251091, 0.04533710703253746, 0.06599787622690201, -0.07322859764099121, -0.20747341215610504, -0.10643627494573593, -0.07502645254135132, 0.06532838195562363, 0.0644647479057312, 0.06570325046777725, 0.020164955407381058, -0.0031544507946819067, -0.07923538982868195, 0.017802134156227112, 0.03493459150195122, 0.07430241256952286, -0.007111778017133474, -0.00925346091389656, 0.036785900592803955, -0.03705018758773804, 0.05758775770664215, 0.11426474153995514, 0.006248964462429285, 0.19813837110996246, -0.030847830697894096, 0.22457367181777954, 0.051111411303281784, 0.08861686289310455, -0.04423399269580841, -0.00964838545769453, -0.02269514463841915, 0.03382228687405586, -0.0058591910637915134, -0.07575539499521255, 0.015039211139082909, 0.09831436723470688, 0.0907067283987999, -0.06359315663576126, 0.028204482048749924, -0.04766170307993889, 0.07330070436000824, 0.16550999879837036, 0.026581555604934692, -0.11612408608198166, -0.006087224464863539, 0.14838473498821259, -0.013727943412959576, -0.05712154135107994, -0.00007384171476587653, 0.11793845891952515, -0.17335940897464752, 0.08123239129781723, -0.026225514709949493, 0.11819473654031754, -0.08896888047456741, -0.049542561173439026, -0.009535125456750393, 0.03939606994390488, -0.015965670347213745, 0.11186771839857101, -0.19361211359500885, 0.13971038162708282, 0.0047897337935864925, 0.02847757749259472, -0.08895011991262436, 0.043841779232025146, 0.011716915294528008, 0.013825048692524433, 0.19572468101978302, 0.014120367355644703, -0.09674490243196487, 0.005480614490807056, -0.08040078729391098, -0.030461186543107033, 0.09849470108747482, -0.1555778980255127, 0.10699614137411118, -0.0003597881586756557, -0.03578297421336174, -0.03860614821314812, 0.036173488944768906, -0.054736558347940445, -0.16404424607753754, 0.049145229160785675, -0.07957091927528381, 0.044288989156484604, -0.08372388035058975, -0.020206503570079803, -0.08541257679462433, 0.15757466852664948, -0.11572849750518799, -0.06680311262607574, -0.16116876900196075, 0.03797488287091255, 0.15856817364692688, -0.07284009456634521, 0.04816766455769539, -0.002143205376341939, 0.16684186458587646, -0.009160570800304413, -0.025804605334997177, 0.10208696126937866, -0.07262126356363297, -0.22435609996318817, -0.059456855058670044, 0.17967770993709564, 0.07441927492618561, 0.08439503610134125, -0.05672253295779228, 0.09200069308280945, 0.04276242479681969, -0.11811360716819763, 0.080738365650177, 0.14590497314929962, 0.02651086263358593, 0.11161280423402786, 0.031894948333501816, -0.059258002787828445, -0.08263853937387466, -0.06980622559785843, 0.10638857632875443, 0.1353882998228073, -0.0807664692401886, 0.1317625641822815, 0.05073888599872589, -0.09305422008037567, -0.2672533392906189, 0.03649801015853882, 0.03792358189821243, 0.013174351304769516, 0.047962039709091187, -0.16948866844177246, 0.0009794007055461407, 0.03995721787214279, -0.03682909905910492, 0.03558634966611862, -0.2572689950466156, -0.13671597838401794, 0.02141973376274109, 0.023012898862361908, -0.3124698996543884, -0.19041062891483307, -0.09696103632450104, -0.014407040551304817, -0.15398116409778595, 0.06276664137840271, -0.038585782051086426, 0.007731063291430473, 0.0031715212389826775, 0.07203187793493271, 0.00035444358945824206, -0.04262315854430199, 0.1654030978679657, -0.006107294466346502, 0.010143093764781952, -0.10277726501226425, -0.024640483781695366, 0.10168839991092682, -0.034005481749773026, 0.09418818354606628, -0.020485667511820793, 0.023538075387477875, -0.11213193088769913, -0.0038276289124041796, -0.09782625734806061, -0.007455470040440559, -0.09848419576883316, -0.0520857498049736, -0.09253933280706406, 0.09294039756059647, 0.07909918576478958, -0.043862391263246536, 0.057803355157375336, -0.07840358465909958, 0.041725125163793564, 0.10263482481241226, 0.10707440972328186, 0.11904855072498322, -0.13186483085155487, -0.013246623799204826, -0.0010084256064146757, -0.032507531344890594, -0.21586382389068604, 0.034505944699048996, 0.1183968111872673, 0.05263356491923332, 0.1819429248571396, -0.03329124301671982, -0.15300661325454712, -0.0018705228576436639, 0.05811187997460365, -0.07281201332807541, -0.324736088514328, 0.00565939350053668, 0.0214435625821352, -0.20706282556056976, -0.10126028209924698, 0.0177299864590168, -0.0002932142233476043, -0.013047023676335812, 0.016018657013773918, 0.1397559940814972, 0.010330026037991047, 0.1161276251077652, 0.07096820324659348, 0.07377796620130539, -0.09724070876836777, 0.11174909770488739, 0.10398638248443604, -0.10183677822351456, 0.02587425522506237, 0.22632041573524475, -0.03510572016239166, -0.022032905369997025, 0.033071450889110565, 0.08195506781339645, 0.09598778188228607, -0.023686740547418594, 0.033651385456323624, -0.12464921176433563, 0.06399081647396088, 0.06798604875802994, 0.006894334685057402, 0.034042708575725555, 0.01398753933608532, 0.0027149622328579426, -0.05110765993595123, 0.16392572224140167, 0.05939429625868797, 0.049000807106494904, -0.051704298704862595, -0.013353562913835049, -0.030661877244710922, 0.005219349637627602, -0.004934614524245262, -0.00011539758270373568, -0.056366290897130966, 0.012203233316540718, -0.1172700822353363, 0.0015605065273121, -0.08781875669956207, -0.020253442227840424, -0.027529729530215263, -0.07251784950494766, 0.01624036394059658, 0.009008970111608505, -0.05276130512356758, -0.08639615774154663, -0.06078259274363518, 0.07619938999414444, -0.17612910270690918, -0.023953519761562347, 0.1024872213602066, -0.05819049850106239, 0.10625006258487701, 0.0005742243374697864, -0.0055650523863732815, 0.007473237346857786, -0.11761555075645447, 0.017938314005732536, -0.012871704064309597, 0.009125333279371262, 0.049457892775535583, -0.1283450871706009, -0.06324076652526855, -0.03711455687880516, -0.06636188924312592, 0.038473960012197495, -0.03312677890062332, -0.11519666016101837, 0.09378127753734589, -0.011525267735123634, -0.03859230875968933, -0.030431171879172325, 0.11342838406562805, 0.051357947289943695, 0.03629482537508011, 0.05398578569293022, -0.03406934812664986, 0.11897119879722595, -0.14123788475990295, -0.028777144849300385, -0.004120609723031521, 0.02885785885155201, 0.04590354114770889, 0.016777552664279938, 0.07908830791711807, -0.028194157406687737, 0.1494898796081543, -0.007434170693159103, 0.010468419641256332, 0.0698683112859726, 0.056273821741342545, 0.07022501528263092, 0.057716481387615204, -0.0006328924791887403, -0.03254492208361626, -0.05085347592830658, 0.01591023989021778, -0.031239544972777367, -0.04146251082420349, 0.02352479100227356, 0.1378779262304306, 0.12618419528007507, 0.19461435079574585, -0.017351867631077766, 0.04103146865963936, -0.1407831460237503, -0.09616273641586304, 0.07602643221616745, -0.024109773337841034, 0.033924560993909836, -0.09803244471549988, 0.1247565895318985, 0.07829742878675461, -0.2239547073841095, 0.1218394786119461, -0.06734004616737366, -0.08875809609889984, -0.0020465641282498837, -0.14858239889144897, -0.06388966739177704, -0.048980239778757095, 0.008999898098409176, -0.1284364014863968, 0.10808438062667847, 0.09545997530221939, 0.01589377224445343, -0.013516906648874283, 0.17499180138111115, -0.05628639832139015, -0.06710439175367355, 0.05601044371724129, 0.05628487467765808, 0.013988125137984753, 0.048324644565582275, 0.07064695656299591, -0.010566593147814274, 0.03407701477408409, 0.10967620462179184, 0.06882619857788086, -0.06176508590579033, 0.04205559566617012, -0.037399981170892715, -0.06896363198757172, 0.01621161587536335, -0.01662864349782467, -0.04542539641261101, 0.20013393461704254, 0.03074978105723858, 0.03134537115693092, -0.006225408520549536, 0.2239866703748703, -0.0974058210849762, -0.09821129590272903, -0.12905381619930267, 0.02980460412800312, -0.05534850433468819, -0.00484998244792223, -0.004498322028666735, -0.17539915442466736, 0.015804728493094444, 0.11095830053091049, 0.15949463844299316, -0.03735973685979843, 0.0049339779652655125, -0.011874119751155376, 0.022478673607110977, -0.0005354415625333786, -0.0079917311668396, 0.03399551659822464, 0.22659504413604736, -0.07170265167951584, 0.049659207463264465, -0.028683748096227646, -0.08272933959960938, -0.049916915595531464, 0.09954684227705002, -0.0159135814756155, 0.004881996661424637, -0.08917205035686493, 0.1275273710489273, -0.054786503314971924, -0.26871246099472046, 0.04146416112780571, -0.15456242859363556, -0.1456509530544281, -0.015623928979039192, 0.06870818138122559, 0.04758961871266365, 0.015656713396310806, 0.07565044611692429, 0.014668064191937447, 0.11818409711122513, 0.061516400426626205, -0.03943555802106857, -0.028258617967367172, 0.07170996814966202, -0.08099490404129028, 0.2147367298603058, -0.02786346711218357, 0.022132571786642075, 0.11075368523597717, -0.042086850851774216, -0.1385437250137329, 0.023290341719985008, 0.12129237502813339, -0.03202467039227486, -0.006766261532902718, 0.24644777178764343, -0.017219260334968567, 0.1090080738067627, 0.09323195368051529, -0.008144238032400608, 0.028721166774630547, -0.006078911013901234, -0.027186982333660126, -0.12390750646591187, 0.04623183235526085, -0.1001017838716507, 0.11976593732833862, 0.14831216633319855, -0.05343180149793625, 0.01918487437069416, -0.03745217248797417, 0.001355077256448567, -0.027941694483160973, 0.22321851551532745, 0.018290022388100624, -0.13365596532821655, 0.0027907867915928364, 0.021343421190977097, 0.0842818170785904, -0.14795877039432526, -0.06736434251070023, 0.051159657537937164, 0.013438869267702103, -0.036392875015735626, 0.15570345520973206, 0.08594666421413422, -0.013231207616627216, -0.04705705866217613, -0.11768339574337006, 0.02577388472855091, 0.12864436209201813, -0.08768412470817566, 0.014888725243508816 ]
817f291474dcb4fa865ed7c8298e709cd8a20266
# Dataset Card for BookCorpusOpen ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://github.com/soskek/bookcorpus/issues/27](https://github.com/soskek/bookcorpus/issues/27) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 2.40 GB - **Size of the generated dataset:** 6.64 GB - **Total amount of disk used:** 9.05 GB ### Dataset Summary <div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400"> <p><b>Defunct:</b> Dataset "bookcorpusopen" is defunct and no longer accessible due to unavailability of the source data.</p> </div> Books are a rich source of both fine-grained information, how a character, an object or a scene looks like, as well as high-level semantics, what someone is thinking, feeling and how these states evolve through a story. This version of bookcorpus has 17868 dataset items (books). Each item contains two fields: title and text. The title is the name of the book (just the file name) while text contains unprocessed book text. The bookcorpus has been prepared by Shawn Presser and is generously hosted by The-Eye. The-Eye is a non-profit, community driven platform dedicated to the archiving and long-term preservation of any and all data including but by no means limited to... websites, books, games, software, video, audio, other digital-obscura and ideas. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### plain_text - **Size of downloaded dataset files:** 2.40 GB - **Size of the generated dataset:** 6.64 GB - **Total amount of disk used:** 9.05 GB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "text": "\"\\n\\nzONE\\n\\n## The end and the beginning\\n\\nby\\n\\nPhilip F. Blood\\n\\nSMASHWORDS EDITION\\n\\nVersion 3.55\\n\\nPUBLISHED BY:\\n\\nPhi...", "title": "zone-the-end-and-the-beginning.epub.txt" } ``` ### Data Fields The data fields are the same among all splits. #### plain_text - `title`: a `string` feature. - `text`: a `string` feature. ### Data Splits | name |train| |----------|----:| |plain_text|17868| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information The books have been crawled from smashwords.com, see their [terms of service](https://www.smashwords.com/about/tos) for more information. A data sheet for this dataset has also been created and published in [Addressing "Documentation Debt" in Machine Learning Research: A Retrospective Datasheet for BookCorpus](https://arxiv.org/abs/2105.05241) ### Citation Information ``` @InProceedings{Zhu_2015_ICCV, title = {Aligning Books and Movies: Towards Story-Like Visual Explanations by Watching Movies and Reading Books}, author = {Zhu, Yukun and Kiros, Ryan and Zemel, Rich and Salakhutdinov, Ruslan and Urtasun, Raquel and Torralba, Antonio and Fidler, Sanja}, booktitle = {The IEEE International Conference on Computer Vision (ICCV)}, month = {December}, year = {2015} } ``` ### Contributions Thanks to [@vblagoje](https://github.com/vblagoje) for adding this dataset.
bookcorpusopen
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:unknown", "arxiv:2105.05241", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["language-modeling", "masked-language-modeling"], "paperswithcode_id": "bookcorpus", "pretty_name": "BookCorpusOpen", "dataset_info": {"features": [{"name": "title", "dtype": "string"}, {"name": "text", "dtype": "string"}], "config_name": "plain_text", "splits": [{"name": "train", "num_bytes": 6643435392, "num_examples": 17868}], "download_size": 2404269430, "dataset_size": 6643435392}, "viewer": false}
2023-11-24T14:42:08+00:00
[ "2105.05241" ]
[ "en" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #arxiv-2105.05241 #region-us
Dataset Card for BookCorpusOpen =============================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: * Point of Contact: * Size of downloaded dataset files: 2.40 GB * Size of the generated dataset: 6.64 GB * Total amount of disk used: 9.05 GB ### Dataset Summary **Defunct:** Dataset "bookcorpusopen" is defunct and no longer accessible due to unavailability of the source data. Books are a rich source of both fine-grained information, how a character, an object or a scene looks like, as well as high-level semantics, what someone is thinking, feeling and how these states evolve through a story. This version of bookcorpus has 17868 dataset items (books). Each item contains two fields: title and text. The title is the name of the book (just the file name) while text contains unprocessed book text. The bookcorpus has been prepared by Shawn Presser and is generously hosted by The-Eye. The-Eye is a non-profit, community driven platform dedicated to the archiving and long-term preservation of any and all data including but by no means limited to... websites, books, games, software, video, audio, other digital-obscura and ideas. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### plain\_text * Size of downloaded dataset files: 2.40 GB * Size of the generated dataset: 6.64 GB * Total amount of disk used: 9.05 GB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### plain\_text * 'title': a 'string' feature. * 'text': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information The books have been crawled from URL, see their terms of service for more information. A data sheet for this dataset has also been created and published in Addressing "Documentation Debt" in Machine Learning Research: A Retrospective Datasheet for BookCorpus ### Contributions Thanks to @vblagoje for adding this dataset.
[ "### Dataset Summary\n\n\n\n**Defunct:** Dataset \"bookcorpusopen\" is defunct and no longer accessible due to unavailability of the source data.\n\n\n\nBooks are a rich source of both fine-grained information, how a character, an object or a scene looks like, as well as high-level semantics, what someone is thinking, feeling and how these states evolve through a story.\nThis version of bookcorpus has 17868 dataset items (books). Each item contains two fields: title and text. The title is the name of the book (just the file name) while text contains unprocessed book text. The bookcorpus has been prepared by Shawn Presser and is generously hosted by The-Eye. The-Eye is a non-profit, community driven platform dedicated to the archiving and long-term preservation of any and all data including but by no means limited to... websites, books, games, software, video, audio, other digital-obscura and ideas.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 2.40 GB\n* Size of the generated dataset: 6.64 GB\n* Total amount of disk used: 9.05 GB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\n\n\n* 'title': a 'string' feature.\n* 'text': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe books have been crawled from URL, see their terms of service for more information.\n\n\nA data sheet for this dataset has also been created and published in Addressing \"Documentation Debt\" in Machine Learning Research: A Retrospective Datasheet for BookCorpus", "### Contributions\n\n\nThanks to @vblagoje for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #arxiv-2105.05241 #region-us \n", "### Dataset Summary\n\n\n\n**Defunct:** Dataset \"bookcorpusopen\" is defunct and no longer accessible due to unavailability of the source data.\n\n\n\nBooks are a rich source of both fine-grained information, how a character, an object or a scene looks like, as well as high-level semantics, what someone is thinking, feeling and how these states evolve through a story.\nThis version of bookcorpus has 17868 dataset items (books). Each item contains two fields: title and text. The title is the name of the book (just the file name) while text contains unprocessed book text. The bookcorpus has been prepared by Shawn Presser and is generously hosted by The-Eye. The-Eye is a non-profit, community driven platform dedicated to the archiving and long-term preservation of any and all data including but by no means limited to... websites, books, games, software, video, audio, other digital-obscura and ideas.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 2.40 GB\n* Size of the generated dataset: 6.64 GB\n* Total amount of disk used: 9.05 GB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\n\n\n* 'title': a 'string' feature.\n* 'text': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThe books have been crawled from URL, see their terms of service for more information.\n\n\nA data sheet for this dataset has also been created and published in Addressing \"Documentation Debt\" in Machine Learning Research: A Retrospective Datasheet for BookCorpus", "### Contributions\n\n\nThanks to @vblagoje for adding this dataset." ]
[ 120, 222, 10, 11, 6, 52, 17, 28, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 62, 18 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #arxiv-2105.05241 #region-us \n### Dataset Summary\n\n\n\n**Defunct:** Dataset \"bookcorpusopen\" is defunct and no longer accessible due to unavailability of the source data.\n\n\n\nBooks are a rich source of both fine-grained information, how a character, an object or a scene looks like, as well as high-level semantics, what someone is thinking, feeling and how these states evolve through a story.\nThis version of bookcorpus has 17868 dataset items (books). Each item contains two fields: title and text. The title is the name of the book (just the file name) while text contains unprocessed book text. The bookcorpus has been prepared by Shawn Presser and is generously hosted by The-Eye. The-Eye is a non-profit, community driven platform dedicated to the archiving and long-term preservation of any and all data including but by no means limited to... websites, books, games, software, video, audio, other digital-obscura and ideas.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### plain\\_text\n\n\n* Size of downloaded dataset files: 2.40 GB\n* Size of the generated dataset: 6.64 GB\n* Total amount of disk used: 9.05 GB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### plain\\_text\n\n\n* 'title': a 'string' feature.\n* 'text': a 'string' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization" ]
[ -0.0698503777384758, 0.15335169434547424, -0.006024404428899288, 0.11005908250808716, 0.04290900006890297, 0.0254313163459301, 0.05430315434932709, 0.08553465455770493, -0.06360244005918503, 0.11737239360809326, -0.030725939199328423, -0.014767507091164589, 0.0957363098859787, 0.13459128141403198, 0.03732674941420555, -0.19658327102661133, 0.057250913232564926, -0.09197553247213364, 0.032776765525341034, 0.055850639939308167, 0.11739189177751541, -0.04215036705136299, 0.041120171546936035, -0.08826711773872375, -0.014186352491378784, -0.07354815304279327, -0.054913394153118134, 0.019934745505452156, 0.036545347422361374, 0.06165365129709244, 0.05622940510511398, -0.0037860798183828592, 0.026523135602474213, -0.14549730718135834, 0.014116046018898487, 0.08751773834228516, -0.01027144305408001, 0.028541909530758858, 0.059155452996492386, -0.0453324131667614, 0.12560246884822845, -0.09186487644910812, 0.07115215063095093, 0.020918630063533783, -0.10855967551469803, -0.1514519900083542, -0.10688181966543198, 0.057024165987968445, 0.06695829331874847, 0.04179013893008232, -0.023125892505049706, 0.004009500611573458, -0.02168137952685356, 0.038253992795944214, 0.11040375381708145, -0.051640238612890244, -0.07538675516843796, 0.039908237755298615, -0.02638915181159973, 0.1397857964038849, -0.1028086319565773, -0.04058195278048515, -0.007628799416124821, 0.05715115740895271, 0.013357589952647686, 0.026668468490242958, -0.0577053502202034, 0.0021760377567261457, -0.07367996126413345, -0.07354709506034851, 0.12764517962932587, -0.029350778087973595, -0.031057246029376984, -0.08290893584489822, -0.01676413044333458, 0.04807880148291588, 0.002000504871830344, 0.04607567563652992, 0.03776435926556587, 0.009030175395309925, 0.038608305156230927, -0.029127685353159904, -0.0844508558511734, -0.006461667362600565, -0.05624072998762131, 0.028605245053768158, -0.008927416987717152, 0.033593207597732544, 0.031700100749731064, 0.08165869116783142, -0.051473069936037064, -0.09957113862037659, -0.08941132575273514, -0.03187357261776924, -0.08687444776296616, 0.008700065314769745, -0.028687452897429466, -0.012462112121284008, 0.017214950174093246, 0.12293123453855515, -0.10818500071763992, 0.010966966859996319, -0.06669580936431885, 0.023773007094860077, 0.07026300579309464, 0.05225150287151337, 0.02151094190776348, -0.06386159360408783, -0.016639480367302895, 0.02542879804968834, 0.049269404262304306, -0.0737011507153511, -0.03294811025261879, 0.03543361648917198, 0.06000405550003052, 0.027451589703559875, 0.14225907623767853, -0.019898362457752228, -0.09490837156772614, -0.03586743399500847, 0.12476956099271774, -0.13734208047389984, 0.038717303425073624, 0.03868640214204788, 0.011419489048421383, 0.016441546380519867, 0.03588983416557312, -0.0318763330578804, -0.06171228364109993, 0.05963229760527611, -0.058524832129478455, -0.01970510743558407, -0.09132193773984909, -0.04467713460326195, 0.06760286539793015, -0.05710670351982117, -0.09334535151720047, -0.03714100643992424, -0.17418266832828522, -0.07432375848293304, 0.0841546356678009, -0.10599232465028763, -0.06261397898197174, -0.021617203950881958, -0.03256610035896301, 0.029073448851704597, 0.0162200964987278, 0.08435587584972382, -0.05091514065861702, 0.04839329794049263, -0.07778870314359665, 0.04300040006637573, 0.017253462225198746, 0.03664257749915123, -0.06927209347486496, 0.061347708106040955, -0.1616281121969223, 0.15332776308059692, -0.12321003526449203, -0.04942832514643669, -0.04115622118115425, 0.024783406406641006, -0.006624716799706221, -0.005820815917104483, -0.014075784012675285, 0.11750861257314682, -0.25982290506362915, -0.04574586823582649, 0.12228883802890778, -0.15895986557006836, -0.032575346529483795, 0.11410871148109436, -0.035168055444955826, 0.02507025934755802, 0.05744626000523567, 0.15028247237205505, 0.07045803219079971, -0.025013934820890427, -0.1265585571527481, 0.0034546907991170883, 0.07304290682077408, 0.1396886259317398, 0.10607055574655533, -0.0969446673989296, 0.10616983473300934, 0.03918848931789398, -0.021948672831058502, -0.06763122230768204, 0.011288987472653389, -0.057179443538188934, -0.027878766879439354, -0.047183629125356674, 0.07220574468374252, 0.01222169492393732, -0.05610673874616623, -0.025029256939888, -0.09397490322589874, 0.011744273826479912, 0.022052859887480736, -0.036504536867141724, 0.06313261389732361, -0.016248807311058044, 0.05635775253176689, 0.00804896093904972, 0.004151691682636738, -0.18263426423072815, -0.17182613909244537, 0.05341339111328125, -0.09867098182439804, 0.09185542911291122, -0.043345581740140915, -0.008896801620721817, 0.05678972229361534, -0.0782988891005516, 0.030726002529263496, -0.015937985852360725, 0.006712261121720076, -0.05664636567234993, -0.18267123401165009, 0.0014980814885348082, -0.04196341335773468, 0.06962519139051437, -0.07082615047693253, 0.002338344231247902, 0.08349431306123734, 0.13631293177604675, 0.017307914793491364, -0.08773879706859589, 0.0046980069018900394, 0.011549378745257854, -0.02438000962138176, -0.0726519376039505, -0.004066776484251022, 0.005905555095523596, 0.0011017329525202513, 0.01881392113864422, -0.13715031743049622, -0.09047796577215195, 0.08102373778820038, 0.12375446408987045, -0.05385584756731987, -0.01076879445463419, -0.03758605197072029, -0.05344773456454277, -0.1124076396226883, -0.051392003893852234, 0.11179522424936295, 0.018296271562576294, 0.03229239210486412, -0.07551955431699753, -0.026853280141949654, -0.007968265563249588, 0.013541934080421925, -0.030489075928926468, 0.06977665424346924, -0.02673548273742199, -0.038561541587114334, 0.1122039332985878, 0.04991697892546654, 0.014522231183946133, 0.12406918406486511, -0.025820089504122734, -0.08862143009901047, -0.04897226393222809, -0.027194030582904816, 0.05513224005699158, 0.12241942435503006, -0.03555795177817345, 0.030095597729086876, 0.06396345049142838, 0.04313316196203232, 0.009575219824910164, -0.06743279844522476, 0.0631035640835762, 0.030847448855638504, -0.04645046219229698, 0.02392362430691719, -0.06717001646757126, 0.007364186458289623, 0.09119053184986115, 0.027700258418917656, 0.09703826159238815, 0.027823803946375847, -0.046109478920698166, -0.11563269048929214, 0.14650577306747437, -0.11371134966611862, -0.15688258409500122, -0.13386867940425873, 0.008316299878060818, -0.03959248587489128, 0.012952995486557484, 0.025934970006346703, 0.02201477624475956, -0.06827955693006516, -0.12344709038734436, 0.0812651515007019, -0.005605495534837246, -0.08264563232660294, -0.06849071383476257, 0.02301611378788948, -0.013032936491072178, -0.07657784968614578, 0.009776584804058075, 0.0791228786110878, -0.061255257576704025, 0.015303460881114006, 0.017512287944555283, 0.07470379769802094, 0.09991965442895889, 0.045740317553281784, -0.05454486235976219, -0.0267415102571249, 0.17771746218204498, -0.1031021922826767, 0.14032702147960663, 0.05340229347348213, -0.07085172832012177, 0.08701509237289429, 0.14917941391468048, 0.008667976595461369, -0.00790450256317854, 0.0018454769160598516, 0.030666349455714226, -0.0960770696401596, -0.22756905853748322, -0.06256604939699173, -0.0669749453663826, 0.08881927281618118, 0.06193586438894272, 0.03173413127660751, 0.02345804125070572, 0.0167472455650568, -0.06881609559059143, 0.03883390873670578, 0.07980058342218399, 0.0837256908416748, 0.08348993211984634, 0.02318774163722992, 0.07709287106990814, -0.04789255931973457, 0.122457355260849, 0.1426384150981903, -0.0039030478801578283, 0.25131896138191223, -0.0862860158085823, 0.17669090628623962, 0.039027005434036255, 0.07296983897686005, 0.007057691924273968, 0.05815278738737106, -0.005190591793507338, 0.08181428164243698, -0.04698524996638298, -0.06165441498160362, -0.0380139984190464, 0.10763046145439148, 0.05314887687563896, -0.06520546972751617, 0.0014248002553358674, -0.047953687608242035, 0.0318172462284565, 0.13614115118980408, 0.04183374345302582, -0.0573466457426548, -0.09708085656166077, 0.0832628533244133, 0.008461021818220615, -0.07835984975099564, 0.013631036505103111, 0.10725006461143494, -0.10557257384061813, 0.048155203461647034, -0.00755796255543828, 0.07895510643720627, -0.11324986815452576, -0.02061251737177372, -0.04511310160160065, -0.005316141061484814, -0.015446838922798634, 0.0963635966181755, -0.13429446518421173, 0.07680018246173859, -0.0077063762582838535, 0.0491388738155365, -0.04008573666214943, 0.049549371004104614, 0.022089220583438873, 0.0049437726847827435, 0.07802650332450867, 0.03357255458831787, -0.12182510644197464, 0.05469388887286186, -0.08492909371852875, 0.009883132763206959, 0.025389499962329865, -0.13428248465061188, 0.06903450191020966, -0.001151238102465868, 0.011689398437738419, -0.03993583843111992, 0.09060268104076385, -0.03641848266124725, -0.23118871450424194, 0.0735226422548294, -0.12386967241764069, 0.059630174189805984, -0.08510418236255646, -0.046601396054029465, -0.011462895199656487, 0.16383983194828033, -0.14127449691295624, -0.12189101427793503, -0.10332528501749039, -0.031202413141727448, 0.14971719682216644, -0.05286587029695511, 0.005791328847408295, -0.032609973102808, 0.16299566626548767, -0.04231039434671402, -0.0639844462275505, 0.012378259561955929, -0.04243972525000572, -0.19416075944900513, -0.08547846227884293, 0.06196567043662071, 0.05631321668624878, 0.06467762589454651, -0.03960040956735611, 0.09800611436367035, -0.01067089568823576, -0.05952194705605507, 0.02424725890159607, 0.1564691960811615, 0.07232435047626495, 0.09467737376689911, -0.011821082793176174, -0.1081051304936409, -0.04892520606517792, -0.09839294105768204, -0.001088528661057353, 0.18143320083618164, -0.053086407482624054, 0.17282070219516754, 0.14718280732631683, -0.11737467348575592, -0.2268785834312439, -0.06832337379455566, 0.05039620399475098, -0.020929737016558647, 0.03329876810312271, -0.21074746549129486, 0.06605968624353409, 0.07021672278642654, -0.020822590216994286, 0.07244084030389786, -0.14861343801021576, -0.11390992999076843, 0.0086699603125453, -0.01759636402130127, -0.12511393427848816, -0.14535027742385864, -0.07053714990615845, -0.02351224608719349, -0.14208701252937317, 0.16468358039855957, -0.07409846782684326, 0.04239795356988907, -0.007738151121884584, 0.02420889027416706, 0.0065758549608290195, -0.01983257755637169, 0.16610552370548248, 0.018490878865122795, -0.0024644131772220135, -0.09014476835727692, -0.0402178131043911, 0.06930403411388397, -0.09401172399520874, 0.04264529421925545, -0.01584421470761299, 0.06283829361200333, -0.06543372571468353, -0.04532128572463989, -0.06255726516246796, 0.013982626609504223, -0.10387814790010452, -0.03655385598540306, -0.1051577627658844, 0.10145270079374313, 0.08089271187782288, -0.006836573127657175, 0.04047688841819763, -0.018738096579909325, 0.07204724848270416, 0.1963266283273697, 0.08256839215755463, 0.018105730414390564, -0.1384124755859375, -0.06895650923252106, -0.041824471205472946, 0.016602743417024612, -0.15207821130752563, 0.006424706429243088, 0.08358459919691086, 0.026593171060085297, 0.12075737863779068, 0.024171853438019753, -0.13255701959133148, 0.015820449218153954, 0.036201413720846176, -0.030642855912446976, -0.16843478381633759, 0.031787045300006866, 0.04436931386590004, -0.20461790263652802, -0.109444759786129, 0.08762911707162857, 0.010011623613536358, -0.005297440104186535, 0.010661909356713295, 0.07238151133060455, 0.03382140025496483, 0.05126224085688591, -0.007074341643601656, 0.051995232701301575, -0.08013992756605148, 0.1023636907339096, 0.12689197063446045, -0.11636460572481155, -0.010586339049041271, 0.13899856805801392, -0.062473636120557785, -0.04512983560562134, 0.053426261991262436, 0.07015401124954224, -0.033343080431222916, -0.0020552214700728655, 0.05137116461992264, -0.10743087530136108, 0.0931788980960846, 0.10463342815637589, -0.0001685030001681298, 0.09173053503036499, 0.01415996439754963, 0.01232751365751028, -0.017268607392907143, 0.12316091358661652, -0.004294279497116804, 0.05954897403717041, 0.025210406631231308, 0.021714085713028908, -0.010786867700517178, -0.014353126287460327, 0.004576981533318758, -0.03757598251104355, -0.06866426020860672, -0.05013911798596382, -0.19465968012809753, 0.0820154994726181, -0.042552538216114044, -0.018630553036928177, -0.016383299604058266, -0.01424411404877901, 0.04257114231586456, 0.01577720418572426, -0.022056756541132927, -0.0626520961523056, -0.0769682228565216, 0.09550207853317261, -0.15572881698608398, 0.003362339222803712, 0.08523283153772354, -0.07777951657772064, 0.10737286508083344, 0.003969135694205761, -0.014935612678527832, -0.004442630335688591, -0.08539769053459167, 0.02444041147828102, -0.10687234252691269, 0.0320931002497673, 0.02286211960017681, -0.05823568254709244, -0.038646150380373, -0.027236811816692352, -0.06534460932016373, 0.04862618446350098, 0.0421086847782135, -0.07714686542749405, 0.12817220389842987, 0.018155261874198914, -0.06559985876083374, -0.017694642767310143, 0.0660906732082367, 0.032255250960588455, 0.008801223710179329, 0.10325568914413452, -0.045260779559612274, 0.07458076626062393, -0.14334803819656372, -0.02443847618997097, 0.05244194716215134, 0.030118124559521675, 0.018289340659976006, -0.07636293023824692, 0.045461758971214294, -0.007608356885612011, 0.1097709909081459, 0.03076799213886261, 0.0021360290702432394, 0.03767712414264679, 0.04285337030887604, -0.038692452013492584, 0.05416038632392883, -0.0020145229063928127, 0.007328908424824476, -0.018577776849269867, 0.04491310939192772, -0.035910703241825104, -0.02212393470108509, 0.02620868571102619, 0.1909477710723877, 0.08485283702611923, 0.1387302577495575, 0.0023363998625427485, -0.020026665180921555, -0.09019723534584045, -0.1255228966474533, 0.06819573789834976, 0.01336387638002634, 0.057988010346889496, -0.03518898785114288, 0.048350702971220016, 0.023317236453294754, -0.20382872223854065, 0.14746251702308655, -0.06768491119146347, -0.07393819093704224, -0.001926720724441111, -0.1751541942358017, -0.05170059949159622, -0.006287269294261932, -0.03359062969684601, -0.1157374382019043, 0.0876958966255188, 0.16495423018932343, 0.023786040022969246, 0.012544366531074047, 0.04807024076581001, -0.0778496190905571, -0.015657823532819748, 0.025073513388633728, 0.018581900745630264, 0.009208230301737785, 0.06572172045707703, 0.014452469535171986, 0.00024984919582493603, 0.07684534043073654, 0.05804729089140892, 0.08608774840831757, 0.050683002918958664, 0.004484343808144331, -0.0012689066352322698, -0.0609014630317688, 0.04982273280620575, -0.03119955025613308, -0.048497844487428665, 0.2391066700220108, 0.04220762848854065, 0.0016242697602137923, 0.02794678881764412, 0.1873205602169037, -0.017218487337231636, -0.16952572762966156, -0.1334855556488037, 0.051595885306596756, -0.0913836658000946, -0.04420841485261917, 0.02462381310760975, -0.13420246541500092, 0.004373048432171345, 0.10574211180210114, 0.1165541559457779, -0.046871766448020935, -0.014258253388106823, 0.04253076761960983, -0.0041207969188690186, 0.012793023139238358, 0.06592661887407303, 0.009005703963339329, 0.27220115065574646, -0.08254123479127884, 0.06981917470693588, -0.03060745820403099, -0.05724531412124634, -0.12222069501876831, 0.10477791726589203, -0.0727350264787674, 0.01999012380838394, -0.07536347210407257, 0.05693837255239487, -0.08056997507810593, -0.21133896708488464, 0.06814016401767731, -0.13384975492954254, -0.12628990411758423, 0.0008305576047860086, 0.0769965872168541, -0.05097741261124611, 0.0165068618953228, 0.03973808512091637, 0.010668184608221054, 0.16076219081878662, -0.028366073966026306, -0.03756294026970863, 0.0018989774398505688, 0.07234415411949158, -0.10342812538146973, 0.20846357941627502, -0.017596716061234474, 0.04340215399861336, 0.07434829324483871, 0.008233490400016308, -0.10021807998418808, 0.018299555405974388, 0.06275277584791183, -0.014829449355602264, 0.022086013108491898, 0.168866366147995, -0.014187164604663849, 0.0920327678322792, 0.11483283340930939, 0.03151492401957512, 0.028823621571063995, 0.1413494348526001, -0.0455360934138298, -0.06756961345672607, -0.0001430258562322706, -0.11229727417230606, 0.11575343459844589, 0.12515763938426971, -0.01406239252537489, -0.03436940535902977, -0.006238480098545551, 0.016112620010972023, -0.05093977972865105, 0.1723184436559677, -0.007704950403422117, -0.09480507671833038, 0.01243865117430687, 0.006972802337259054, 0.11642027646303177, -0.21044689416885376, -0.05620133504271507, 0.05869113281369209, -0.011734973639249802, -0.03417515754699707, 0.12123963981866837, 0.02997633069753647, -0.024144044145941734, -0.06210578233003616, -0.06099539250135422, 0.0060515147633850574, 0.07898416370153427, -0.030850501731038094, -0.015654921531677246 ]
35b264d03638db9f4ce671b711558bf7ff0f80d5
# Dataset Card for Boolq ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Repository:** https://github.com/google-research-datasets/boolean-questions - **Paper:** https://arxiv.org/abs/1905.10044 - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 8.77 MB - **Size of the generated dataset:** 7.83 MB - **Total amount of disk used:** 16.59 MB ### Dataset Summary BoolQ is a question answering dataset for yes/no questions containing 15942 examples. These questions are naturally occurring ---they are generated in unprompted and unconstrained settings. Each example is a triplet of (question, passage, answer), with the title of the page as optional additional context. The text-pair classification setup is similar to existing natural language inference tasks. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### default - **Size of downloaded dataset files:** 8.77 MB - **Size of the generated dataset:** 7.83 MB - **Total amount of disk used:** 16.59 MB An example of 'validation' looks as follows. ``` This example was too long and was cropped: { "answer": false, "passage": "\"All biomass goes through at least some of these steps: it needs to be grown, collected, dried, fermented, distilled, and burned...", "question": "does ethanol take more energy make that produces" } ``` ### Data Fields The data fields are the same among all splits. #### default - `question`: a `string` feature. - `answer`: a `bool` feature. - `passage`: a `string` feature. ### Data Splits | name |train|validation| |-------|----:|---------:| |default| 9427| 3270| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information BoolQ is released under the [Creative Commons Share-Alike 3.0](https://creativecommons.org/licenses/by-sa/3.0/) license. ### Citation Information ``` @inproceedings{clark2019boolq, title = {BoolQ: Exploring the Surprising Difficulty of Natural Yes/No Questions}, author = {Clark, Christopher and Lee, Kenton and Chang, Ming-Wei, and Kwiatkowski, Tom and Collins, Michael, and Toutanova, Kristina}, booktitle = {NAACL}, year = {2019}, } ``` ### Contributions Thanks to [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
google/boolq
[ "task_categories:text-classification", "task_ids:natural-language-inference", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-sa-3.0", "arxiv:1905.10044", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-sa-3.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["natural-language-inference"], "paperswithcode_id": "boolq", "pretty_name": "BoolQ", "dataset_info": {"features": [{"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "bool"}, {"name": "passage", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 5829584, "num_examples": 9427}, {"name": "validation", "num_bytes": 1998182, "num_examples": 3270}], "download_size": 4942776, "dataset_size": 7827766}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}]}]}
2024-01-22T09:16:26+00:00
[ "1905.10044" ]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-3.0 #arxiv-1905.10044 #region-us
Dataset Card for Boolq ====================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: * Repository: URL * Paper: URL * Point of Contact: * Size of downloaded dataset files: 8.77 MB * Size of the generated dataset: 7.83 MB * Total amount of disk used: 16.59 MB ### Dataset Summary BoolQ is a question answering dataset for yes/no questions containing 15942 examples. These questions are naturally occurring ---they are generated in unprompted and unconstrained settings. Each example is a triplet of (question, passage, answer), with the title of the page as optional additional context. The text-pair classification setup is similar to existing natural language inference tasks. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 8.77 MB * Size of the generated dataset: 7.83 MB * Total amount of disk used: 16.59 MB An example of 'validation' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'question': a 'string' feature. * 'answer': a 'bool' feature. * 'passage': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information BoolQ is released under the Creative Commons Share-Alike 3.0 license. ### Contributions Thanks to @lewtun, @lhoestq, @thomwolf, @patrickvonplaten, @albertvillanova for adding this dataset.
[ "### Dataset Summary\n\n\nBoolQ is a question answering dataset for yes/no questions containing 15942 examples. These questions are naturally\noccurring ---they are generated in unprompted and unconstrained settings.\nEach example is a triplet of (question, passage, answer), with the title of the page as optional additional context.\nThe text-pair classification setup is similar to existing natural language inference tasks.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 8.77 MB\n* Size of the generated dataset: 7.83 MB\n* Total amount of disk used: 16.59 MB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'question': a 'string' feature.\n* 'answer': a 'bool' feature.\n* 'passage': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nBoolQ is released under the Creative Commons Share-Alike 3.0 license.", "### Contributions\n\n\nThanks to @lewtun, @lhoestq, @thomwolf, @patrickvonplaten, @albertvillanova for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-3.0 #arxiv-1905.10044 #region-us \n", "### Dataset Summary\n\n\nBoolQ is a question answering dataset for yes/no questions containing 15942 examples. These questions are naturally\noccurring ---they are generated in unprompted and unconstrained settings.\nEach example is a triplet of (question, passage, answer), with the title of the page as optional additional context.\nThe text-pair classification setup is similar to existing natural language inference tasks.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 8.77 MB\n* Size of the generated dataset: 7.83 MB\n* Total amount of disk used: 16.59 MB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'question': a 'string' feature.\n* 'answer': a 'bool' feature.\n* 'passage': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nBoolQ is released under the Creative Commons Share-Alike 3.0 license.", "### Contributions\n\n\nThanks to @lewtun, @lhoestq, @thomwolf, @patrickvonplaten, @albertvillanova for adding this dataset." ]
[ 103, 99, 10, 11, 6, 50, 17, 39, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 21, 39 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-natural-language-inference #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-3.0 #arxiv-1905.10044 #region-us \n### Dataset Summary\n\n\nBoolQ is a question answering dataset for yes/no questions containing 15942 examples. These questions are naturally\noccurring ---they are generated in unprompted and unconstrained settings.\nEach example is a triplet of (question, passage, answer), with the title of the page as optional additional context.\nThe text-pair classification setup is similar to existing natural language inference tasks.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 8.77 MB\n* Size of the generated dataset: 7.83 MB\n* Total amount of disk used: 16.59 MB\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### default\n\n\n* 'question': a 'string' feature.\n* 'answer': a 'bool' feature.\n* 'passage': a 'string' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators### Licensing Information\n\n\nBoolQ is released under the Creative Commons Share-Alike 3.0 license." ]
[ -0.05393318459391594, 0.21008503437042236, -0.0059172953478991985, 0.06000351533293724, 0.07622924447059631, 0.020575949922204018, 0.058714352548122406, 0.10531878471374512, 0.007889450527727604, 0.14471757411956787, -0.012715295888483524, 0.019629428163170815, 0.12835322320461273, 0.17974123358726501, -0.000834289996419102, -0.15477703511714935, 0.025654157623648643, -0.096809521317482, -0.02499878592789173, 0.08407564461231232, 0.10831207036972046, -0.06734593957662582, 0.07224269211292267, -0.08131836354732513, -0.023637713864445686, 0.0004378491430543363, -0.06547490507364273, 0.02150486223399639, 0.02796028181910515, 0.05397719517350197, 0.015965208411216736, 0.03530529513955116, 0.04576510936021805, -0.2642984390258789, 0.023809345439076424, 0.0670241117477417, 0.013532930985093117, 0.055999770760536194, 0.15145359933376312, -0.07796895503997803, 0.02712414786219597, -0.14762566983699799, 0.03493047133088112, 0.06485982239246368, -0.11460158228874207, -0.10721651464700699, -0.15235254168510437, 0.011161175556480885, 0.1084601953625679, 0.018764404579997063, -0.05340956524014473, -0.058960866183042526, -0.07975661009550095, 0.06443585455417633, 0.10213258117437363, -0.02640238031744957, -0.04577765613794327, 0.029505807906389236, -0.042862191796302795, 0.0845450833439827, -0.090577132999897, -0.014237566851079464, 0.02159007452428341, 0.03862438350915909, 0.03147948160767555, -0.02425898239016533, -0.08618487417697906, 0.016627727076411247, -0.12356293946504593, -0.05277935415506363, 0.1914656162261963, 0.01204671896994114, -0.028072142973542213, -0.15226247906684875, -0.008180065080523491, -0.011481376364827156, -0.02814815379679203, 0.02584001049399376, 0.012304319068789482, -0.011147336103022099, 0.04330315813422203, -0.014523717574775219, -0.06787080317735672, -0.018339885398745537, -0.021912438794970512, -0.021253693848848343, 0.017544394358992577, 0.004712243564426899, 0.06339343637228012, 0.0576690249145031, 0.006609012838453054, -0.1271246373653412, -0.049323439598083496, -0.019804805517196655, -0.13419584929943085, -0.041739676147699356, 0.018860552459955215, -0.007972979918122292, 0.08894185721874237, 0.15137703716754913, -0.1409393697977066, 0.04778604209423065, -0.04157441481947899, -0.014264204539358616, 0.10323026031255722, 0.08070726692676544, -0.07370655983686447, -0.10919426381587982, -0.005591170862317085, 0.02175234630703926, 0.008379888720810413, -0.030351659283041954, -0.014683240093290806, 0.05029330030083656, 0.05955491214990616, 0.11156775802373886, 0.14943289756774902, 0.001218617195263505, -0.09184214472770691, -0.057975850999355316, 0.17824169993400574, -0.14734576642513275, 0.04732253775000572, 0.07538619637489319, -0.033631473779678345, -0.03504274785518646, 0.0005135262035764754, -0.010692868381738663, -0.10361707955598831, 0.07075057923793793, -0.0609571635723114, 0.002682285150513053, -0.08253327757120132, -0.05068064108490944, 0.07790616899728775, -0.003998666536062956, -0.08037322014570236, 0.001757906167767942, -0.18948861956596375, -0.0784367024898529, 0.018758663907647133, -0.09661082178354263, -0.047976575791835785, -0.01938377134501934, -0.026692219078540802, 0.013632477261126041, -0.007154758553951979, 0.10300886631011963, -0.07340770959854126, 0.018436869606375694, -0.05209459736943245, 0.006803490687161684, 0.07615124434232712, 0.05362248048186302, -0.12910670042037964, 0.09145338088274002, -0.11036565899848938, 0.15927478671073914, -0.1022113636136055, -0.017544474452733994, -0.12672527134418488, -0.04030180349946022, 0.045133937150239944, -0.01546935923397541, 0.012053846381604671, 0.18264853954315186, -0.2259133756160736, -0.020094022154808044, 0.05440184846520424, -0.07751892507076263, -0.07587432116270065, 0.08470936864614487, -0.029124822467565536, -0.038843803107738495, 0.03536433354020119, 0.1485491693019867, 0.052490927278995514, 0.06124727055430412, -0.10042144358158112, -0.07324865460395813, 0.0672820582985878, 0.18442323803901672, 0.10655827075242996, -0.109597347676754, 0.17129665613174438, 0.030162591487169266, -0.009868300519883633, -0.03499121591448784, -0.023034987971186638, -0.0767611488699913, -0.02248918078839779, -0.04242997244000435, -0.0010802148608490825, 0.020920980721712112, -0.07493124902248383, -0.0463290698826313, -0.053904518485069275, -0.015234619379043579, 0.025988752022385597, -0.02006005495786667, 0.0018631129059940577, -0.031202010810375214, 0.024924838915467262, -0.03336818143725395, 0.04304398223757744, -0.16082127392292023, -0.14775702357292175, 0.04603404551744461, -0.03565523028373718, 0.09303722530603409, -0.0971168652176857, 0.0021527872886508703, 0.010478430427610874, -0.08089768141508102, -0.02338339574635029, 0.04758193716406822, 0.0006268651341088116, 0.009547216817736626, -0.20446588099002838, -0.04521768167614937, -0.023043837398290634, 0.09122032672166824, -0.08509092777967453, 0.0075080906972289085, 0.10454525053501129, 0.19049552083015442, 0.002470889827236533, -0.10521902143955231, 0.062063928693532944, 0.0231202132999897, -0.052865345031023026, -0.07399598509073257, -0.023567888885736465, -0.05511738359928131, 0.019100351259112358, 0.04778837412595749, -0.146102637052536, -0.10760755091905594, 0.054672617465257645, 0.05850297212600708, -0.07094895839691162, -0.033014509826898575, -0.05276957526803017, -0.04309973865747452, -0.09275804460048676, -0.06435193866491318, 0.05730624124407768, 0.03159944713115692, 0.02288534678518772, -0.06104857474565506, -0.058402642607688904, -0.038601163774728775, 0.01311431359499693, -0.04602465778589249, 0.12855292856693268, -0.004022545181214809, -0.15574248135089874, 0.1685941070318222, 0.022967860102653503, 0.08136316388845444, 0.08181057870388031, -0.044765032827854156, -0.09990040212869644, -0.03510370850563049, 0.04700440540909767, 0.013778877444565296, 0.10104471445083618, -0.02057376131415367, 0.046172019094228745, 0.06742894649505615, 0.02985251508653164, 0.024045778438448906, -0.050199102610349655, 0.037889089435338974, 0.0097679253667593, -0.06273414939641953, -0.025339342653751373, -0.03383271023631096, 0.04867912083864212, 0.09011159092187881, 0.006779073737561703, 0.09602024406194687, -0.012134195305407047, -0.07297048717737198, -0.1526247262954712, 0.15829037129878998, -0.12188024073839188, -0.21178172528743744, -0.10562026500701904, -0.06675981730222702, -0.08154157549142838, -0.01815340667963028, 0.022646887227892876, -0.037869587540626526, -0.08192116767168045, -0.09181993454694748, 0.09149684756994247, 0.04710448905825615, -0.11636995524168015, -0.07619419693946838, -0.02210216037929058, 0.02438516542315483, -0.10257139801979065, 0.03295516222715378, 0.09277280420064926, -0.006738272961229086, 0.006349688861519098, 0.050994984805583954, 0.11648426204919815, 0.13459354639053345, 0.055240582674741745, -0.034778762608766556, -0.00481800502166152, 0.21463742852210999, -0.12450163811445236, 0.1273498237133026, 0.08512952923774719, -0.0482964925467968, 0.06459367275238037, 0.1987789124250412, 0.026472067460417747, -0.04799045994877815, 0.035339124500751495, 0.08720852434635162, -0.060126155614852905, -0.25729283690452576, -0.10945215821266174, -0.08872254192829132, 0.06076246500015259, 0.07730291038751602, 0.039628833532333374, 0.022088173776865005, 0.018295899033546448, -0.12365932762622833, -0.0586773082613945, 0.057797905057668686, 0.075965017080307, 0.04114985093474388, 0.014220042154192924, 0.08413031697273254, -0.049376480281353, 0.04007645323872566, 0.100827157497406, 0.009093046188354492, 0.16765348613262177, -0.05943802371621132, 0.22944000363349915, 0.0382833406329155, 0.13230593502521515, -0.04316231235861778, 0.04450567811727524, 0.024456653743982315, 0.07278291136026382, 0.009069087915122509, -0.05885375663638115, 0.017815228551626205, 0.079598069190979, 0.09106183052062988, -0.02818455919623375, 0.043423715978860855, -0.1045612320303917, 0.06283312290906906, 0.23849470913410187, 0.06398990750312805, -0.11590598523616791, -0.03964953124523163, 0.11770075559616089, -0.0037608828861266375, -0.0722595676779747, -0.010662267915904522, 0.121479332447052, -0.13220670819282532, 0.11878255754709244, -0.006922587752342224, 0.11888226866722107, -0.048258740454912186, -0.06675169616937637, -0.004028219264000654, 0.060649797320365906, -0.023752747103571892, 0.08945731818675995, -0.18568894267082214, 0.05009084194898605, 0.025838304311037064, 0.01434958353638649, -0.0688779279589653, 0.05497504398226738, 0.01751972921192646, 0.028331425040960312, 0.11242802441120148, 0.04016191139817238, -0.08934985101222992, -0.003240184625610709, -0.08180516213178635, -0.018047887831926346, 0.06819528341293335, -0.122356116771698, 0.06951542943716049, 0.00007982494571479037, -0.015369266271591187, -0.03870096802711487, 0.022609269246459007, -0.08121801167726517, -0.1925816386938095, 0.05782061070203781, -0.08156316727399826, 0.07316767424345016, -0.05222180858254433, -0.025905003771185875, -0.13605143129825592, 0.212496817111969, -0.06765105575323105, -0.11676742136478424, -0.1275317668914795, 0.00011186444316990674, 0.20190821588039398, -0.041772276163101196, 0.024992261081933975, -0.037226758897304535, 0.1450522243976593, 0.005271386355161667, -0.07310668379068375, 0.04114704951643944, -0.06417573243379593, -0.21866445243358612, -0.0411258265376091, 0.1486455351114273, 0.017979271709918976, 0.054038964211940765, -0.01846560277044773, 0.09955335408449173, 0.003719162894412875, -0.0990738794207573, 0.07224630564451218, 0.07047855854034424, 0.04865632951259613, 0.1936154067516327, -0.006841227412223816, -0.1810562163591385, -0.1138279065489769, -0.0882546454668045, 0.04799648001790047, 0.18112769722938538, -0.0678744688630104, 0.10213243216276169, 0.06124603748321533, -0.08912231028079987, -0.23312166333198547, 0.01783018745481968, -0.002895084675401449, -0.018768297508358955, 0.07326673716306686, -0.17789201438426971, 0.03809621185064316, 0.055540721863508224, -0.0017615737160667777, 0.11309262365102768, -0.1996699720621109, -0.13655684888362885, -0.006396292708814144, 0.01576133258640766, -0.23351332545280457, -0.17024672031402588, -0.09872091561555862, -0.03206940367817879, -0.08632343262434006, 0.11861015111207962, 0.007430815603584051, 0.018796376883983612, -0.007017907686531544, 0.032110512256622314, 0.0260784812271595, -0.05016850307583809, 0.18320362269878387, -0.022360432893037796, 0.02257128432393074, -0.07932818681001663, 0.0003398936823941767, 0.030638592317700386, -0.010881398804485798, 0.0911494717001915, -0.04789509251713753, 0.061091676354408264, -0.0328662171959877, 0.0004299042047932744, -0.09514825791120529, 0.03036131151020527, -0.07595223188400269, -0.03421676531434059, -0.10740581899881363, 0.06283174455165863, 0.11506999284029007, -0.004389684181660414, 0.0948633998632431, -0.056364890187978745, 0.053814515471458435, 0.2224939465522766, 0.10226432234048843, 0.06365767866373062, -0.08331083506345749, -0.03186706081032753, -0.031130101531744003, -0.03937050327658653, -0.14049699902534485, 0.047025762498378754, 0.12713894248008728, 0.0627804771065712, 0.15974900126457214, -0.017661038786172867, -0.13138990104198456, -0.022996369749307632, 0.07757022976875305, -0.04181692376732826, -0.28329750895500183, 0.011787126772105694, 0.03829970210790634, -0.2036573588848114, -0.05654251202940941, 0.04126037284731865, 0.03378557786345482, -0.022263435646891594, 0.027290072292089462, 0.13516226410865784, 0.015370835550129414, 0.12287180870771408, 0.01151101104915142, 0.05892564356327057, -0.11882618069648743, 0.11673927307128906, 0.13886937499046326, -0.06796080619096756, -0.007092130836099386, 0.1593724489212036, -0.05509161204099655, -0.030405007302761078, 0.06056841090321541, 0.0433075912296772, 0.010030520148575306, -0.011261903680860996, 0.010114763863384724, -0.14779885113239288, 0.059211358428001404, 0.08521204441785812, -0.011912237852811813, 0.04216215759515762, 0.046479955315589905, -0.027149802073836327, -0.025748809799551964, 0.15476252138614655, 0.04579854756593704, 0.06408314406871796, -0.01585301384329796, 0.029037956148386, -0.031799111515283585, -0.013035403564572334, 0.005132472142577171, -0.026098811998963356, -0.038555681705474854, -0.014097597450017929, -0.14995521306991577, -0.0014241035096347332, -0.1290665566921234, -0.022078581154346466, -0.01751093566417694, -0.07093684375286102, -0.004467159975320101, 0.010789616033434868, -0.03827911987900734, -0.08351633697748184, -0.06661853939294815, 0.10132250934839249, -0.18451540172100067, -0.03951151296496391, 0.07547992467880249, -0.07032352685928345, 0.08572769165039062, -0.011673618108034134, -0.03743395581841469, 0.014064311981201172, -0.10391156375408173, -0.003909479361027479, -0.027640745043754578, 0.0537773072719574, 0.01567695289850235, -0.16340410709381104, -0.0411255769431591, -0.0027302356902509928, -0.08827962726354599, 0.04333280771970749, -0.028612662106752396, -0.10896283388137817, 0.069939024746418, -0.04851118102669716, -0.031985457986593246, -0.051785942167043686, 0.09025723487138748, 0.04859450086951256, 0.01847144030034542, 0.12202399969100952, -0.03052700124680996, 0.09717515856027603, -0.16420942544937134, -0.03335675597190857, 0.009221445769071579, -0.001808698521926999, -0.026425953954458237, 0.041394442319869995, 0.07475708425045013, -0.02032271958887577, 0.1613575667142868, -0.05647919327020645, -0.04028249904513359, 0.046454932540655136, 0.0989275574684143, 0.003635537112131715, 0.08731064200401306, 0.06004951149225235, -0.06103240326046944, -0.0529605858027935, 0.0006946820067241788, 0.005447104573249817, -0.05171908438205719, 0.009600557386875153, 0.11664620786905289, 0.12401168048381805, 0.1312754601240158, -0.025209039449691772, 0.0017892863834276795, -0.171380415558815, 0.024636633694171906, 0.0841335654258728, -0.0034541406203061342, 0.027658293023705482, -0.056843411177396774, 0.05652382969856262, 0.0414617545902729, -0.21127669513225555, 0.15540501475334167, -0.07328397035598755, -0.0726858377456665, -0.011011836118996143, -0.12340158969163895, -0.05285647138953209, -0.026397908106446266, -0.033194273710250854, -0.14764218032360077, 0.11638826876878738, 0.13477081060409546, -0.016159063205122948, -0.026211384683847427, 0.10453709959983826, -0.06999968737363815, -0.0647069439291954, 0.009449932724237442, 0.03815915808081627, 0.031076742336153984, 0.08106876909732819, 0.04826907441020012, 0.02100234664976597, 0.05277332663536072, 0.11326687037944794, 0.07923813909292221, 0.007080764044076204, 0.038492634892463684, -0.04042501747608185, -0.08290857821702957, 0.032746367156505585, -0.038981400430202484, -0.03653789684176445, 0.2514512240886688, 0.03571990877389908, 0.0562637560069561, 0.01258473563939333, 0.1937888264656067, -0.05373602360486984, -0.06595601886510849, -0.1318691074848175, 0.057944588363170624, -0.04445867985486984, -0.003081844188272953, 0.061623625457286835, -0.15827682614326477, 0.009200173430144787, 0.07765469700098038, 0.13466423749923706, -0.0018797405064105988, -0.0010190217290073633, -0.018647728487849236, 0.007577711250633001, 0.0017237387364730239, -0.009607572108507156, 0.024866091087460518, 0.15312737226486206, -0.0674348995089531, 0.10655807703733444, -0.017493052408099174, -0.02694343961775303, -0.07181833684444427, 0.07069644331932068, -0.019138278439641, 0.0058442107401788235, -0.07020041346549988, 0.10288643091917038, -0.10669683665037155, -0.17064295709133148, 0.033931225538253784, -0.13942277431488037, -0.13623613119125366, -0.042126987129449844, -0.014914007857441902, 0.0039366623386740685, 0.0010904493974521756, 0.05538113787770271, 0.03411247581243515, 0.1113954707980156, 0.017930347472429276, -0.016553642228245735, -0.04744483530521393, 0.0784810408949852, -0.13356706500053406, 0.1518862247467041, 0.0018761534010991454, 0.07421055436134338, 0.10264454036951065, -0.029577959328889847, -0.12976011633872986, 0.00029092872864566743, 0.0948614701628685, 0.004891712684184313, 0.051714058965444565, 0.173073410987854, 0.0006782293203286827, 0.1278933733701706, 0.08193865418434143, -0.0015122416662052274, 0.02297067642211914, 0.09154071658849716, -0.002031342824921012, -0.10510615259408951, 0.04298419877886772, -0.08725062012672424, 0.10766579955816269, 0.12900212407112122, -0.04574761539697647, -0.0023472660686820745, -0.026913808658719063, 0.01641205884516239, -0.02001710794866085, 0.18835049867630005, -0.0017784087685868144, -0.15544214844703674, 0.04628533869981766, -0.035495877265930176, 0.10734766721725464, -0.14035849273204803, -0.029659749940037727, 0.044191643595695496, -0.03581812605261803, -0.0328887477517128, 0.16155952215194702, 0.06799851357936859, 0.000331630784785375, -0.05792189761996269, -0.1452823281288147, 0.022657103836536407, 0.11789491027593613, -0.042507659643888474, -0.008042258210480213 ]
45f1ac8242a87d96645e04bd6c1c645c85bf61ed
# Dataset Card for [Dataset Name] ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [bprec homepage](https://clarin-pl.eu/dspace/handle/11321/736) - **Repository:** [bprec repository](https://gitlab.clarin-pl.eu/team-semantics/semrel-extraction) - **Paper:** [bprec paper](https://www.aclweb.org/anthology/2020.lrec-1.233.pdf) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary Brand-Product Relation Extraction Corpora in Polish ### Supported Tasks and Leaderboards NER, Entity linking ### Languages Polish ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields - id: int identifier of a text - text: string text, for example a consumer comment on the social media - ner: extracted entities and their relationship - source and target: a pair of entities identified in the text - from: int value representing starting character of the entity - text: string value with the entity text - to: int value representing end character of the entity - type: one of pre-identified entity types: - PRODUCT_NAME - PRODUCT_NAME_IMP - PRODUCT_NO_BRAND - BRAND_NAME - BRAND_NAME_IMP - VERSION - PRODUCT_ADJ - BRAND_ADJ - LOCATION - LOCATION_IMP ### Data Splits No train/validation/test split provided. Current dataset configurations point to 4 domain categories for the texts: - tele - electro - cosmetics - banking ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @inproceedings{inproceedings, author = {Janz, Arkadiusz and Kopociński, Łukasz and Piasecki, Maciej and Pluwak, Agnieszka}, year = {2020}, month = {05}, pages = {}, title = {Brand-Product Relation Extraction Using Heterogeneous Vector Space Representations} } ``` ### Contributions Thanks to [@kldarek](https://github.com/kldarek) for adding this dataset.
bprec
[ "task_categories:text-retrieval", "task_ids:entity-linking-retrieval", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:pl", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["pl"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-retrieval"], "task_ids": ["entity-linking-retrieval"], "pretty_name": "bprec", "dataset_info": [{"config_name": "default", "features": [{"name": "id", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "ner", "sequence": [{"name": "source", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}, {"name": "target", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}]}], "splits": [{"name": "tele", "num_bytes": 2739015, "num_examples": 2391}, {"name": "electro", "num_bytes": 125999, "num_examples": 382}, {"name": "cosmetics", "num_bytes": 1565263, "num_examples": 2384}, {"name": "banking", "num_bytes": 446944, "num_examples": 561}], "download_size": 8006167, "dataset_size": 4877221}, {"config_name": "all", "features": [{"name": "id", "dtype": "int32"}, {"name": "category", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "ner", "sequence": [{"name": "source", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}, {"name": "target", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}]}], "splits": [{"name": "train", "num_bytes": 4937658, "num_examples": 5718}], "download_size": 8006167, "dataset_size": 4937658}, {"config_name": "tele", "features": [{"name": "id", "dtype": "int32"}, {"name": "category", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "ner", "sequence": [{"name": "source", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}, {"name": "target", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}]}], "splits": [{"name": "train", "num_bytes": 2758147, "num_examples": 2391}], "download_size": 4569708, "dataset_size": 2758147}, {"config_name": "electro", "features": [{"name": "id", "dtype": "int32"}, {"name": "category", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "ner", "sequence": [{"name": "source", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}, {"name": "target", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}]}], "splits": [{"name": "train", "num_bytes": 130205, "num_examples": 382}], "download_size": 269917, "dataset_size": 130205}, {"config_name": "cosmetics", "features": [{"name": "id", "dtype": "int32"}, {"name": "category", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "ner", "sequence": [{"name": "source", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}, {"name": "target", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}]}], "splits": [{"name": "train", "num_bytes": 1596259, "num_examples": 2384}], "download_size": 2417388, "dataset_size": 1596259}, {"config_name": "banking", "features": [{"name": "id", "dtype": "int32"}, {"name": "category", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "ner", "sequence": [{"name": "source", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}, {"name": "target", "struct": [{"name": "from", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "to", "dtype": "int32"}, {"name": "type", "dtype": {"class_label": {"names": {"0": "PRODUCT_NAME", "1": "PRODUCT_NAME_IMP", "2": "PRODUCT_NO_BRAND", "3": "BRAND_NAME", "4": "BRAND_NAME_IMP", "5": "VERSION", "6": "PRODUCT_ADJ", "7": "BRAND_ADJ", "8": "LOCATION", "9": "LOCATION_IMP"}}}}]}]}], "splits": [{"name": "train", "num_bytes": 453119, "num_examples": 561}], "download_size": 749154, "dataset_size": 453119}]}
2024-01-18T11:02:04+00:00
[]
[ "pl" ]
TAGS #task_categories-text-retrieval #task_ids-entity-linking-retrieval #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Polish #license-unknown #region-us
# Dataset Card for [Dataset Name] ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: bprec homepage - Repository: bprec repository - Paper: bprec paper - Leaderboard: - Point of Contact: ### Dataset Summary Brand-Product Relation Extraction Corpora in Polish ### Supported Tasks and Leaderboards NER, Entity linking ### Languages Polish ## Dataset Structure ### Data Instances ### Data Fields - id: int identifier of a text - text: string text, for example a consumer comment on the social media - ner: extracted entities and their relationship - source and target: a pair of entities identified in the text - from: int value representing starting character of the entity - text: string value with the entity text - to: int value representing end character of the entity - type: one of pre-identified entity types: - PRODUCT_NAME - PRODUCT_NAME_IMP - PRODUCT_NO_BRAND - BRAND_NAME - BRAND_NAME_IMP - VERSION - PRODUCT_ADJ - BRAND_ADJ - LOCATION - LOCATION_IMP ### Data Splits No train/validation/test split provided. Current dataset configurations point to 4 domain categories for the texts: - tele - electro - cosmetics - banking ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @kldarek for adding this dataset.
[ "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: bprec homepage\n- Repository: bprec repository\n- Paper: bprec paper\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nBrand-Product Relation Extraction Corpora in Polish", "### Supported Tasks and Leaderboards\n\nNER, Entity linking", "### Languages\n\nPolish", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- id: int identifier of a text\n- text: string text, for example a consumer comment on the social media\n- ner: extracted entities and their relationship\n - source and target: a pair of entities identified in the text\n - from: int value representing starting character of the entity\n - text: string value with the entity text\n - to: int value representing end character of the entity\n - type: one of pre-identified entity types:\n - PRODUCT_NAME\n - PRODUCT_NAME_IMP\n - PRODUCT_NO_BRAND\n - BRAND_NAME\n - BRAND_NAME_IMP\n - VERSION\n - PRODUCT_ADJ\n - BRAND_ADJ\n - LOCATION\n - LOCATION_IMP", "### Data Splits\n\nNo train/validation/test split provided. Current dataset configurations point to 4 domain categories for the texts:\n- tele\n- electro\n- cosmetics\n- banking", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @kldarek for adding this dataset." ]
[ "TAGS\n#task_categories-text-retrieval #task_ids-entity-linking-retrieval #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Polish #license-unknown #region-us \n", "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: bprec homepage\n- Repository: bprec repository\n- Paper: bprec paper\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nBrand-Product Relation Extraction Corpora in Polish", "### Supported Tasks and Leaderboards\n\nNER, Entity linking", "### Languages\n\nPolish", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- id: int identifier of a text\n- text: string text, for example a consumer comment on the social media\n- ner: extracted entities and their relationship\n - source and target: a pair of entities identified in the text\n - from: int value representing starting character of the entity\n - text: string value with the entity text\n - to: int value representing end character of the entity\n - type: one of pre-identified entity types:\n - PRODUCT_NAME\n - PRODUCT_NAME_IMP\n - PRODUCT_NO_BRAND\n - BRAND_NAME\n - BRAND_NAME_IMP\n - VERSION\n - PRODUCT_ADJ\n - BRAND_ADJ\n - LOCATION\n - LOCATION_IMP", "### Data Splits\n\nNo train/validation/test split provided. Current dataset configurations point to 4 domain categories for the texts:\n- tele\n- electro\n- cosmetics\n- banking", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @kldarek for adding this dataset." ]
[ 97, 10, 120, 36, 17, 17, 6, 6, 6, 163, 42, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 17 ]
[ "passage: TAGS\n#task_categories-text-retrieval #task_ids-entity-linking-retrieval #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Polish #license-unknown #region-us \n# Dataset Card for [Dataset Name]## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: bprec homepage\n- Repository: bprec repository\n- Paper: bprec paper\n- Leaderboard:\n- Point of Contact:### Dataset Summary\n\nBrand-Product Relation Extraction Corpora in Polish### Supported Tasks and Leaderboards\n\nNER, Entity linking### Languages\n\nPolish## Dataset Structure### Data Instances### Data Fields\n\n- id: int identifier of a text\n- text: string text, for example a consumer comment on the social media\n- ner: extracted entities and their relationship\n - source and target: a pair of entities identified in the text\n - from: int value representing starting character of the entity\n - text: string value with the entity text\n - to: int value representing end character of the entity\n - type: one of pre-identified entity types:\n - PRODUCT_NAME\n - PRODUCT_NAME_IMP\n - PRODUCT_NO_BRAND\n - BRAND_NAME\n - BRAND_NAME_IMP\n - VERSION\n - PRODUCT_ADJ\n - BRAND_ADJ\n - LOCATION\n - LOCATION_IMP" ]
[ -0.010343781672418118, 0.17559270560741425, -0.00841774046421051, 0.015385633334517479, 0.10439689457416534, 0.03220348060131073, 0.12940819561481476, 0.11409774422645569, 0.0788726806640625, 0.14944247901439667, -0.06419249624013901, 0.06515340507030487, 0.08875367045402527, 0.12854236364364624, 0.02657020092010498, -0.21977682411670685, 0.07999100536108017, -0.0985070988535881, -0.008602538146078587, 0.10258305817842484, 0.08346084505319595, -0.06219149008393288, 0.03205239027738571, -0.009913429617881775, -0.027067502960562706, 0.004628917668014765, -0.08820705860853195, -0.06731326878070831, 0.022270923480391502, -0.0014273417182266712, 0.09323906898498535, 0.017264120280742645, 0.04102194681763649, -0.2730218172073364, 0.02584991417825222, 0.052428144961595535, 0.0020225641783326864, 0.049988701939582825, 0.12895208597183228, -0.0790521651506424, 0.0720369964838028, -0.14281363785266876, 0.10671646147966385, 0.05615660920739174, -0.08018619567155838, -0.1020330935716629, -0.08635015785694122, 0.13944044709205627, 0.07301568984985352, 0.02954425849020481, -0.03968501836061478, 0.06737016886472702, -0.08932869881391525, 0.050413377583026886, 0.07189300656318665, -0.08443386107683182, -0.045039739459753036, -0.04501187428832054, -0.007344457320868969, 0.04430179297924042, -0.11952093988656998, -0.03060499019920826, -0.0915188416838646, 0.011492475867271423, -0.0036879493854939938, 0.007838809862732887, 0.005551837384700775, 0.02503647468984127, -0.09542562067508698, -0.011909750290215015, 0.08310291171073914, -0.0007140134694054723, -0.0017266019713133574, -0.2122376412153244, 0.017315121367573738, 0.021274635568261147, -0.08178327232599258, 0.041916679590940475, 0.004021544009447098, -0.055289849638938904, 0.05699910223484039, 0.03140387684106827, -0.020445067435503006, 0.017164122313261032, 0.023865537717938423, 0.0715705007314682, 0.046129949390888214, 0.005901444237679243, 0.029819142073392868, 0.042662087827920914, 0.07429221272468567, -0.10696683079004288, -0.016451986506581306, -0.08632291853427887, -0.20033356547355652, -0.03158654272556305, 0.04415978491306305, 0.04709227755665779, 0.1077275425195694, 0.21453094482421875, 0.002335603814572096, 0.07772589474916458, -0.03828837350010872, -0.01919691078364849, 0.07291864603757858, 0.09763112664222717, -0.024843258783221245, -0.11636123806238174, -0.07805552333593369, -0.009182651527225971, -0.043565988540649414, 0.015474841929972172, -0.007492738775908947, 0.06665625423192978, -0.02988332137465477, 0.058277782052755356, 0.128225639462471, 0.045439910143613815, -0.07770545035600662, -0.06110056862235069, 0.13068269193172455, -0.11906333267688751, 0.06306727230548859, 0.06726649403572083, -0.021110398694872856, 0.0855327919125557, -0.052545689046382904, -0.02155166305601597, -0.1191829964518547, 0.14642760157585144, -0.030561761930584908, -0.02750200778245926, -0.04903541877865791, -0.05413398891687393, 0.10056505352258682, -0.024005146697163582, -0.06319817155599594, -0.009866551496088505, -0.07435571402311325, -0.05259540304541588, 0.023398494347929955, -0.11851672828197479, -0.03343347832560539, 0.011677544564008713, 0.01374622993171215, 0.06795776635408401, 5.21540641784668e-7, -0.05141006410121918, -0.09252602607011795, -0.008098415099084377, -0.12555044889450073, 0.017512019723653793, 0.12837131321430206, 0.04632715508341789, -0.06118886545300484, 0.004242776893079281, -0.1689203679561615, 0.06740888208150864, -0.19124536216259003, 0.07190273702144623, -0.11469866335391998, -0.01279878057539463, 0.04582861810922623, -0.005014282185584307, -0.034648597240448, 0.1359012871980667, -0.11540867388248444, -0.0757066085934639, 0.13392139971256256, -0.09072750061750412, -0.001072373939678073, 0.03287559747695923, 0.0014303233474493027, -0.026887543499469757, 0.04000510275363922, 0.14066371321678162, 0.0906878337264061, -0.02553589828312397, -0.05078186094760895, -0.08307014405727386, 0.03635121509432793, 0.12415586411952972, 0.08710047602653503, -0.07395647466182709, 0.17416523396968842, 0.04363599792122841, -0.018441980704665184, -0.033692024648189545, 0.010707175359129906, -0.03893036022782326, 0.04463793337345123, 0.020028235390782356, 0.028133276849985123, -0.011207151226699352, -0.016268175095319748, -0.01871848851442337, -0.13436666131019592, 0.11322752386331558, 0.05620039254426956, -0.00661463150754571, 0.018755409866571426, -0.03229839354753494, 0.0072577157989144325, 0.07745324820280075, 0.006961775943636894, -0.16985435783863068, -0.1887233406305313, 0.05473899096250534, -0.11189708858728409, 0.07897894084453583, -0.10821812599897385, 0.021056486293673515, -0.03526725620031357, -0.0015234395395964384, -0.012921341694891453, -0.019548026844859123, 0.04495582357048988, 0.03394056111574173, -0.23799680173397064, -0.031132377684116364, -0.04184954613447189, 0.1252429485321045, -0.04563673213124275, 0.005669825244694948, 0.10775640606880188, 0.2125767022371292, 0.0468403659760952, -0.07447158545255661, 0.033502381294965744, 0.021665871143341064, 0.03192947432398796, -0.044706713408231735, 0.034297872334718704, -0.05359124392271042, 0.028941713273525238, 0.06441497057676315, -0.004578950349241495, -0.03275797516107559, 0.058271780610084534, 0.09642361104488373, -0.055764272809028625, -0.06697028130292892, -0.0586458221077919, -0.03348366543650627, -0.044942475855350494, -0.07560184597969055, 0.03437836095690727, 0.10535095632076263, 0.013387479819357395, -0.024716811254620552, -0.12150809913873672, -0.054443251341581345, 0.047698941081762314, -0.03994835913181305, 0.1459706872701645, 0.06310021877288818, -0.08713491261005402, 0.1720711886882782, 0.01573367230594158, 0.14143304526805878, 0.12393911927938461, -0.07115588337182999, -0.09034188091754913, 0.02623310498893261, -0.000011979788723692764, 0.018705952912569046, 0.0650649443268776, -0.07887797057628632, -0.02075008861720562, 0.08026430010795593, -0.007507341913878918, 0.008061323314905167, 0.003867078572511673, 0.048974473029375076, -0.025020413100719452, -0.013339645229279995, -0.03310389816761017, -0.025975380092859268, 0.08734050393104553, 0.09615175426006317, 0.05237210914492607, 0.06944192945957184, -0.04367397725582123, -0.04156451299786568, -0.05456916615366936, 0.0902177169919014, -0.16436342895030975, -0.16870546340942383, -0.12243558466434479, -0.06780053675174713, -0.040361952036619186, -0.06268279999494553, -0.015102697536349297, -0.04950767010450363, -0.11116860061883926, -0.0426187664270401, 0.12394733726978302, 0.09664664417505264, -0.09684138000011444, -0.01982567273080349, 0.03197569400072098, -0.019904768094420433, -0.119343601167202, 0.026095930486917496, 0.045169148594141006, 0.0273699089884758, 0.01057585421949625, 0.012825433164834976, 0.0675603374838829, 0.06566648185253143, 0.09497606009244919, -0.005969698075205088, -0.02772429585456848, 0.19318729639053345, -0.1451960951089859, 0.13948272168636322, 0.02866998501121998, -0.06582194566726685, 0.05589786916971207, 0.2133193016052246, 0.05878502503037453, 0.01546503696590662, -0.0059537142515182495, 0.0972706526517868, 0.019307445734739304, -0.22986403107643127, -0.13123719394207, -0.07589257508516312, 0.010373511351644993, 0.09373238682746887, 0.0880943313241005, -0.026106590405106544, -0.01967470720410347, -0.1275332123041153, -0.05980599671602249, 0.1266026794910431, 0.09062142670154572, 0.09049198776483536, 0.053132567554712296, 0.07159508764743805, -0.02220950648188591, -0.03986658900976181, 0.0798996239900589, 0.056602563709020615, 0.23051172494888306, 0.02410639077425003, 0.27184218168258667, 0.061388466507196426, 0.035762228071689606, 0.002024122979491949, 0.061158325523138046, 0.017977306619286537, 0.08424007147550583, 0.03509892523288727, -0.06076895445585251, 0.0640944391489029, 0.042054422199726105, 0.030081836506724358, -0.11933412402868271, 0.08159839361906052, -0.18380190432071686, 0.11189468950033188, 0.19436191022396088, 0.014514831826090813, -0.08502534031867981, -0.002797221066430211, 0.06436309218406677, -0.11506105214357376, -0.08196870982646942, -0.028260109946131706, -0.05492208153009415, -0.15472009778022766, 0.11630883067846298, -0.03451298549771309, 0.12477660179138184, -0.06633750349283218, -0.03488980233669281, 0.0780370905995369, 0.023652879521250725, -0.050282903015613556, 0.07007186114788055, -0.10276157408952713, 0.1386379897594452, -0.008009743876755238, -0.005390095058828592, -0.0651201531291008, 0.0716627910733223, -0.0028721289709210396, -0.03899623081088066, 0.11010219901800156, 0.001892943400889635, -0.08386948704719543, -0.06980065256357193, -0.08580812066793442, -0.023173747584223747, 0.08136008679866791, -0.12587235867977142, 0.10096781700849533, -0.011436841450631618, -0.035587992519140244, -0.062105514109134674, -0.05686704441905022, -0.08535296469926834, -0.2148095816373825, 0.08198754489421844, -0.09266088902950287, 0.0350789949297905, -0.04651223495602608, -0.04817535728216171, -0.03124224953353405, 0.09862257540225983, -0.17781789600849152, -0.09544888883829117, -0.18962731957435608, -0.05205162242054939, 0.1655000001192093, -0.04628530517220497, 0.06344272941350937, -0.0352536216378212, 0.17472407221794128, 0.01369828823953867, -0.1050550639629364, 0.002527761971578002, -0.03910074755549431, -0.16572250425815582, -0.016569016501307487, 0.14039452373981476, 0.07029208540916443, 0.014773830771446228, -0.017139358446002007, 0.0721287950873375, -0.0021846829913556576, -0.08313054591417313, 0.000920590537134558, 0.07527556270360947, 0.038871049880981445, 0.05659395083785057, -0.05984887108206749, -0.13113775849342346, -0.11190668493509293, -0.0028087273240089417, 0.06990335881710052, 0.050439801067113876, -0.035422395914793015, 0.21998853981494904, 0.06644238531589508, -0.08424363285303116, -0.17984794080257416, -0.014269760809838772, 0.07318422198295593, -0.02502923086285591, 0.015646684914827347, -0.16597747802734375, 0.14565610885620117, 0.07236669957637787, -0.0059874653816223145, -0.00003424721580813639, -0.08656800538301468, -0.12023667991161346, 0.0429752953350544, -0.004387374501675367, -0.26109257340431213, -0.1454199105501175, -0.09460075944662094, -0.04169479385018349, -0.17034578323364258, 0.19983406364917755, -0.00847448781132698, -0.014218996278941631, -0.0072489273734390736, 0.08156953006982803, 0.020984137430787086, -0.012889380566775799, 0.11480484157800674, 0.07126057893037796, -0.026250740513205528, -0.05725187063217163, -0.016657749190926552, 0.05100168660283089, -0.014977932907640934, 0.023811709135770798, -0.0018424573354423046, -0.04713483899831772, -0.16634389758110046, -0.04881274327635765, -0.0863814726471901, 0.024425003677606583, -0.09366530925035477, -0.016861414536833763, -0.034246303141117096, 0.09411444514989853, 0.051161400973796844, -0.05521645024418831, 0.16768385469913483, -0.05225931853055954, 0.05874594300985336, 0.06541859358549118, 0.07725336402654648, 0.08277270942926407, -0.11814803630113602, -0.018828650936484337, -0.015388146974146366, -0.050384338945150375, -0.11973793059587479, 0.07137511670589447, 0.09201562404632568, 0.008204231970012188, 0.08947470784187317, -0.013420287519693375, -0.13679955899715424, -0.08397550880908966, 0.08953272551298141, -0.030164791271090508, -0.08243479579687119, 0.029864681884646416, 0.01463301945477724, -0.10032553970813751, -0.03248573839664459, 0.07756979018449783, 0.04855835810303688, -0.0825977623462677, 0.04116283357143402, 0.07887129485607147, 0.029890375211834908, 0.12156597524881363, -0.005724542774260044, 0.08121132105588913, -0.14086325466632843, 0.0978926420211792, 0.12413104623556137, -0.018129082396626472, -0.038640346378088, 0.20826219022274017, -0.07775875180959702, -0.05307717248797417, 0.04115511104464531, 0.044653572142124176, 0.026218604296445847, -0.0017787362448871136, 0.004370146431028843, -0.15798740088939667, 0.05605585500597954, 0.12999527156352997, -0.021567242220044136, 0.0031102742068469524, 0.028413765132427216, -0.028625337406992912, -0.026559220626950264, 0.14133602380752563, 0.03354858234524727, 0.025303440168499947, -0.04577380418777466, -0.05868124961853027, -0.023023681715130806, -0.06583698093891144, 0.00496049877256155, -0.021238990128040314, -0.15306074917316437, -0.007937640883028507, -0.09673736989498138, 0.009394512511789799, -0.12791958451271057, 0.012439376674592495, 0.0021972425747662783, -0.0348646305501461, 0.0020203145686537027, -0.0067985039204359055, -0.06945624202489853, -0.06042156368494034, -0.04423069208860397, 0.13502377271652222, -0.17850248515605927, 0.03988771140575409, 0.08815446496009827, -0.09596062451601028, 0.10242204368114471, 0.03583763539791107, -0.010161002166569233, 0.019475622102618217, -0.11083154380321503, -0.013499963097274303, -0.05395539477467537, 0.026234107092022896, 0.03749186918139458, -0.10947214812040329, 0.02065972425043583, -0.036507055163383484, -0.07441446185112, 0.03367369621992111, -0.06529726088047028, -0.08120225369930267, 0.060700226575136185, -0.06220918521285057, -0.09786538779735565, -0.008972746320068836, 0.03404896333813667, 0.12600842118263245, -0.017604870721697807, 0.10738181322813034, -0.022694317623972893, 0.08736712485551834, -0.10106850415468216, -0.0230192169547081, 0.03687356412410736, -0.034993309527635574, 0.02660473994910717, -0.02114393189549446, 0.04900874197483063, 0.03844011574983597, 0.16728611290454865, -0.020665030926465988, 0.04797589033842087, 0.09091313928365707, 0.06944136321544647, -0.10789240896701813, 0.09181548655033112, -0.021750660613179207, 0.022275172173976898, -0.01018738653510809, 0.020749926567077637, -0.09659089893102646, -0.09196155518293381, -0.08380751311779022, 0.08148536831140518, 0.2633194625377655, 0.09790970385074615, -0.07600087672472, 0.1341533660888672, -0.09796719253063202, -0.034681737422943115, 0.06821136921644211, -0.04807101935148239, 0.0412011481821537, -0.08299113810062408, 0.15094533562660217, 0.025027545168995857, -0.17939385771751404, 0.09705864638090134, -0.023232821375131607, -0.0707547515630722, -0.023466292768716812, -0.17246267199516296, -0.05559482425451279, -0.05313580483198166, 0.002203928539529443, -0.10208794474601746, 0.03659685701131821, 0.13885357975959778, 0.021571747958660126, 0.01604178175330162, 0.0016656905645504594, -0.03193376213312149, -0.09081771969795227, 0.12184767425060272, 0.07748517394065857, 0.004672646522521973, -0.02152583934366703, 0.03679283335804939, -0.05073738843202591, 0.11156909912824631, 0.05508870258927345, 0.04592929780483246, -0.0317939929664135, -0.010774677619338036, -0.09384069591760635, -0.06881018728017807, 0.07035123556852341, -0.03953735902905464, -0.10225854068994522, 0.13678224384784698, -0.0003026798367500305, 0.021466244012117386, -0.01806809939444065, 0.24408331513404846, 0.005998724605888128, -0.08609868586063385, -0.14786887168884277, -0.02627239190042019, -0.010423388332128525, 0.0034962857607752085, 0.05169489234685898, -0.11339249461889267, -0.03592480346560478, 0.12593992054462433, 0.1533242166042328, 0.02643863670527935, 0.0043452889658510685, 0.01635126583278179, 0.028971584513783455, 0.040855590254068375, 0.0493658110499382, 0.010726118460297585, 0.16762112081050873, -0.00021735436166636646, 0.06683499366044998, 0.021343637257814407, -0.06417752057313919, -0.08832605928182602, 0.0916132926940918, 0.030428258702158928, -0.0624646358191967, -0.08272828906774521, 0.14410148561000824, -0.12472553551197052, -0.19992710649967194, 0.06425860524177551, -0.10864242166280746, -0.19720138609409332, -0.06557217985391617, 0.024170827120542526, -0.021181099116802216, -0.0024416218511760235, 0.0941033586859703, -0.09346365928649902, 0.1595916450023651, 0.07246597856283188, -0.028734536841511726, -0.062355127185583115, 0.0758969634771347, -0.0986071303486824, 0.15742629766464233, -0.008370311930775642, 0.022233929485082626, 0.07480626553297043, -0.025924304500222206, -0.14004315435886383, -0.05025471746921539, 0.08398227393627167, -0.12855730950832367, -0.0013690496562048793, 0.13889774680137634, -0.011349057778716087, 0.10713472217321396, 0.10138826072216034, -0.10201482474803925, 0.039952944964170456, 0.08530465513467789, -0.03704998642206192, -0.04553068429231644, 0.09216011315584183, -0.10569632798433304, 0.07690346986055374, 0.14838218688964844, -0.03742251545190811, 0.004326592665165663, -0.036118969321250916, 0.023612098768353462, -0.03001091629266739, 0.13096360862255096, -0.017418507486581802, -0.12903311848640442, 0.008450076915323734, -0.05684022232890129, 0.09700325131416321, -0.14429065585136414, -0.03951387107372284, -0.008018986321985722, 0.018834540620446205, -0.09590974450111389, 0.15821842849254608, 0.040042512118816376, -0.014016046188771725, -0.025298377498984337, -0.16143499314785004, 0.062433354556560516, 0.13142092525959015, -0.0731685608625412, 0.0693269819021225 ]
42d29b59a18aec2be0986d24469bf67b6291cb27
# Dataset Card for "break_data" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://github.com/allenai/Break](https://github.com/allenai/Break) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 79.86 MB - **Size of the generated dataset:** 155.55 MB - **Total amount of disk used:** 235.39 MB ### Dataset Summary Break is a human annotated dataset of natural language questions and their Question Decomposition Meaning Representations (QDMRs). Break consists of 83,978 examples sampled from 10 question answering datasets over text, images and databases. This repository contains the Break dataset along with information on the exact data format. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### QDMR - **Size of downloaded dataset files:** 15.97 MB - **Size of the generated dataset:** 15.93 MB - **Total amount of disk used:** 31.90 MB An example of 'validation' looks as follows. ``` { "decomposition": "return flights ;return #1 from denver ;return #2 to philadelphia ;return #3 if available", "operators": "['select', 'filter', 'filter', 'filter']", "question_id": "ATIS_dev_0", "question_text": "what flights are available tomorrow from denver to philadelphia ", "split": "dev" } ``` #### QDMR-high-level - **Size of downloaded dataset files:** 15.97 MB - **Size of the generated dataset:** 6.54 MB - **Total amount of disk used:** 22.51 MB An example of 'train' looks as follows. ``` { "decomposition": "return ground transportation ;return #1 which is available ;return #2 from the pittsburgh airport ;return #3 to downtown ;return the cost of #4", "operators": "['select', 'filter', 'filter', 'filter', 'project']", "question_id": "ATIS_dev_102", "question_text": "what ground transportation is available from the pittsburgh airport to downtown and how much does it cost ", "split": "dev" } ``` #### QDMR-high-level-lexicon - **Size of downloaded dataset files:** 15.97 MB - **Size of the generated dataset:** 31.64 MB - **Total amount of disk used:** 47.61 MB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "allowed_tokens": "\"['higher than', 'same as', 'what ', 'and ', 'than ', 'at most', 'he', 'distinct', 'House', 'two', 'at least', 'or ', 'date', 'o...", "source": "What office, also held by a member of the Maine House of Representatives, did James K. Polk hold before he was president?" } ``` #### QDMR-lexicon - **Size of downloaded dataset files:** 15.97 MB - **Size of the generated dataset:** 77.19 MB - **Total amount of disk used:** 93.16 MB An example of 'validation' looks as follows. ``` This example was too long and was cropped: { "allowed_tokens": "\"['higher than', 'same as', 'what ', 'and ', 'than ', 'at most', 'distinct', 'two', 'at least', 'or ', 'date', 'on ', '@@14@@', ...", "source": "what flights are available tomorrow from denver to philadelphia " } ``` #### logical-forms - **Size of downloaded dataset files:** 15.97 MB - **Size of the generated dataset:** 24.25 MB - **Total amount of disk used:** 40.22 MB An example of 'train' looks as follows. ``` { "decomposition": "return ground transportation ;return #1 which is available ;return #2 from the pittsburgh airport ;return #3 to downtown ;return the cost of #4", "operators": "['select', 'filter', 'filter', 'filter', 'project']", "program": "some program", "question_id": "ATIS_dev_102", "question_text": "what ground transportation is available from the pittsburgh airport to downtown and how much does it cost ", "split": "dev" } ``` ### Data Fields The data fields are the same among all splits. #### QDMR - `question_id`: a `string` feature. - `question_text`: a `string` feature. - `decomposition`: a `string` feature. - `operators`: a `string` feature. - `split`: a `string` feature. #### QDMR-high-level - `question_id`: a `string` feature. - `question_text`: a `string` feature. - `decomposition`: a `string` feature. - `operators`: a `string` feature. - `split`: a `string` feature. #### QDMR-high-level-lexicon - `source`: a `string` feature. - `allowed_tokens`: a `string` feature. #### QDMR-lexicon - `source`: a `string` feature. - `allowed_tokens`: a `string` feature. #### logical-forms - `question_id`: a `string` feature. - `question_text`: a `string` feature. - `decomposition`: a `string` feature. - `operators`: a `string` feature. - `split`: a `string` feature. - `program`: a `string` feature. ### Data Splits | name |train|validation|test| |-----------------------|----:|---------:|---:| |QDMR |44321| 7760|8069| |QDMR-high-level |17503| 3130|3195| |QDMR-high-level-lexicon|17503| 3130|3195| |QDMR-lexicon |44321| 7760|8069| |logical-forms |44098| 7719|8006| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @article{Wolfson2020Break, title={Break It Down: A Question Understanding Benchmark}, author={Wolfson, Tomer and Geva, Mor and Gupta, Ankit and Gardner, Matt and Goldberg, Yoav and Deutch, Daniel and Berant, Jonathan}, journal={Transactions of the Association for Computational Linguistics}, year={2020}, } ``` ### Contributions Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
break_data
[ "task_categories:text2text-generation", "task_ids:open-domain-abstractive-qa", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text2text-generation"], "task_ids": ["open-domain-abstractive-qa"], "paperswithcode_id": "break", "pretty_name": "BREAK", "dataset_info": [{"config_name": "QDMR", "features": [{"name": "question_id", "dtype": "string"}, {"name": "question_text", "dtype": "string"}, {"name": "decomposition", "dtype": "string"}, {"name": "operators", "dtype": "string"}, {"name": "split", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 12757200, "num_examples": 44321}, {"name": "validation", "num_bytes": 2231632, "num_examples": 7760}, {"name": "test", "num_bytes": 894558, "num_examples": 8069}], "download_size": 5175508, "dataset_size": 15883390}, {"config_name": "QDMR-high-level", "features": [{"name": "question_id", "dtype": "string"}, {"name": "question_text", "dtype": "string"}, {"name": "decomposition", "dtype": "string"}, {"name": "operators", "dtype": "string"}, {"name": "split", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 5134938, "num_examples": 17503}, {"name": "validation", "num_bytes": 912408, "num_examples": 3130}, {"name": "test", "num_bytes": 479919, "num_examples": 3195}], "download_size": 3113187, "dataset_size": 6527265}, {"config_name": "QDMR-high-level-lexicon", "features": [{"name": "source", "dtype": "string"}, {"name": "allowed_tokens", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 23227946, "num_examples": 17503}, {"name": "validation", "num_bytes": 4157495, "num_examples": 3130}, {"name": "test", "num_bytes": 4239547, "num_examples": 3195}], "download_size": 5663924, "dataset_size": 31624988}, {"config_name": "QDMR-lexicon", "features": [{"name": "source", "dtype": "string"}, {"name": "allowed_tokens", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 56896433, "num_examples": 44321}, {"name": "validation", "num_bytes": 9934015, "num_examples": 7760}, {"name": "test", "num_bytes": 10328787, "num_examples": 8069}], "download_size": 10818266, "dataset_size": 77159235}, {"config_name": "logical-forms", "features": [{"name": "question_id", "dtype": "string"}, {"name": "question_text", "dtype": "string"}, {"name": "decomposition", "dtype": "string"}, {"name": "operators", "dtype": "string"}, {"name": "split", "dtype": "string"}, {"name": "program", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 19783061, "num_examples": 44098}, {"name": "validation", "num_bytes": 3498114, "num_examples": 7719}, {"name": "test", "num_bytes": 920007, "num_examples": 8006}], "download_size": 7572815, "dataset_size": 24201182}], "configs": [{"config_name": "QDMR", "data_files": [{"split": "train", "path": "QDMR/train-*"}, {"split": "validation", "path": "QDMR/validation-*"}, {"split": "test", "path": "QDMR/test-*"}]}, {"config_name": "QDMR-high-level", "data_files": [{"split": "train", "path": "QDMR-high-level/train-*"}, {"split": "validation", "path": "QDMR-high-level/validation-*"}, {"split": "test", "path": "QDMR-high-level/test-*"}]}, {"config_name": "QDMR-high-level-lexicon", "data_files": [{"split": "train", "path": "QDMR-high-level-lexicon/train-*"}, {"split": "validation", "path": "QDMR-high-level-lexicon/validation-*"}, {"split": "test", "path": "QDMR-high-level-lexicon/test-*"}]}, {"config_name": "QDMR-lexicon", "data_files": [{"split": "train", "path": "QDMR-lexicon/train-*"}, {"split": "validation", "path": "QDMR-lexicon/validation-*"}, {"split": "test", "path": "QDMR-lexicon/test-*"}]}, {"config_name": "logical-forms", "data_files": [{"split": "train", "path": "logical-forms/train-*"}, {"split": "validation", "path": "logical-forms/validation-*"}, {"split": "test", "path": "logical-forms/test-*"}]}]}
2024-01-11T07:39:12+00:00
[]
[ "en" ]
TAGS #task_categories-text2text-generation #task_ids-open-domain-abstractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us
Dataset Card for "break\_data" ============================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: * Point of Contact: * Size of downloaded dataset files: 79.86 MB * Size of the generated dataset: 155.55 MB * Total amount of disk used: 235.39 MB ### Dataset Summary Break is a human annotated dataset of natural language questions and their Question Decomposition Meaning Representations (QDMRs). Break consists of 83,978 examples sampled from 10 question answering datasets over text, images and databases. This repository contains the Break dataset along with information on the exact data format. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### QDMR * Size of downloaded dataset files: 15.97 MB * Size of the generated dataset: 15.93 MB * Total amount of disk used: 31.90 MB An example of 'validation' looks as follows. #### QDMR-high-level * Size of downloaded dataset files: 15.97 MB * Size of the generated dataset: 6.54 MB * Total amount of disk used: 22.51 MB An example of 'train' looks as follows. #### QDMR-high-level-lexicon * Size of downloaded dataset files: 15.97 MB * Size of the generated dataset: 31.64 MB * Total amount of disk used: 47.61 MB An example of 'train' looks as follows. #### QDMR-lexicon * Size of downloaded dataset files: 15.97 MB * Size of the generated dataset: 77.19 MB * Total amount of disk used: 93.16 MB An example of 'validation' looks as follows. #### logical-forms * Size of downloaded dataset files: 15.97 MB * Size of the generated dataset: 24.25 MB * Total amount of disk used: 40.22 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### QDMR * 'question\_id': a 'string' feature. * 'question\_text': a 'string' feature. * 'decomposition': a 'string' feature. * 'operators': a 'string' feature. * 'split': a 'string' feature. #### QDMR-high-level * 'question\_id': a 'string' feature. * 'question\_text': a 'string' feature. * 'decomposition': a 'string' feature. * 'operators': a 'string' feature. * 'split': a 'string' feature. #### QDMR-high-level-lexicon * 'source': a 'string' feature. * 'allowed\_tokens': a 'string' feature. #### QDMR-lexicon * 'source': a 'string' feature. * 'allowed\_tokens': a 'string' feature. #### logical-forms * 'question\_id': a 'string' feature. * 'question\_text': a 'string' feature. * 'decomposition': a 'string' feature. * 'operators': a 'string' feature. * 'split': a 'string' feature. * 'program': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @patrickvonplaten, @lewtun, @thomwolf for adding this dataset.
[ "### Dataset Summary\n\n\nBreak is a human annotated dataset of natural language questions and their Question Decomposition Meaning Representations\n(QDMRs). Break consists of 83,978 examples sampled from 10 question answering datasets over text, images and databases.\nThis repository contains the Break dataset along with information on the exact data format.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### QDMR\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 15.93 MB\n* Total amount of disk used: 31.90 MB\n\n\nAn example of 'validation' looks as follows.", "#### QDMR-high-level\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 6.54 MB\n* Total amount of disk used: 22.51 MB\n\n\nAn example of 'train' looks as follows.", "#### QDMR-high-level-lexicon\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 31.64 MB\n* Total amount of disk used: 47.61 MB\n\n\nAn example of 'train' looks as follows.", "#### QDMR-lexicon\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 77.19 MB\n* Total amount of disk used: 93.16 MB\n\n\nAn example of 'validation' looks as follows.", "#### logical-forms\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 24.25 MB\n* Total amount of disk used: 40.22 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### QDMR\n\n\n* 'question\\_id': a 'string' feature.\n* 'question\\_text': a 'string' feature.\n* 'decomposition': a 'string' feature.\n* 'operators': a 'string' feature.\n* 'split': a 'string' feature.", "#### QDMR-high-level\n\n\n* 'question\\_id': a 'string' feature.\n* 'question\\_text': a 'string' feature.\n* 'decomposition': a 'string' feature.\n* 'operators': a 'string' feature.\n* 'split': a 'string' feature.", "#### QDMR-high-level-lexicon\n\n\n* 'source': a 'string' feature.\n* 'allowed\\_tokens': a 'string' feature.", "#### QDMR-lexicon\n\n\n* 'source': a 'string' feature.\n* 'allowed\\_tokens': a 'string' feature.", "#### logical-forms\n\n\n* 'question\\_id': a 'string' feature.\n* 'question\\_text': a 'string' feature.\n* 'decomposition': a 'string' feature.\n* 'operators': a 'string' feature.\n* 'split': a 'string' feature.\n* 'program': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @patrickvonplaten, @lewtun, @thomwolf for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #task_ids-open-domain-abstractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us \n", "### Dataset Summary\n\n\nBreak is a human annotated dataset of natural language questions and their Question Decomposition Meaning Representations\n(QDMRs). Break consists of 83,978 examples sampled from 10 question answering datasets over text, images and databases.\nThis repository contains the Break dataset along with information on the exact data format.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### QDMR\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 15.93 MB\n* Total amount of disk used: 31.90 MB\n\n\nAn example of 'validation' looks as follows.", "#### QDMR-high-level\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 6.54 MB\n* Total amount of disk used: 22.51 MB\n\n\nAn example of 'train' looks as follows.", "#### QDMR-high-level-lexicon\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 31.64 MB\n* Total amount of disk used: 47.61 MB\n\n\nAn example of 'train' looks as follows.", "#### QDMR-lexicon\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 77.19 MB\n* Total amount of disk used: 93.16 MB\n\n\nAn example of 'validation' looks as follows.", "#### logical-forms\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 24.25 MB\n* Total amount of disk used: 40.22 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### QDMR\n\n\n* 'question\\_id': a 'string' feature.\n* 'question\\_text': a 'string' feature.\n* 'decomposition': a 'string' feature.\n* 'operators': a 'string' feature.\n* 'split': a 'string' feature.", "#### QDMR-high-level\n\n\n* 'question\\_id': a 'string' feature.\n* 'question\\_text': a 'string' feature.\n* 'decomposition': a 'string' feature.\n* 'operators': a 'string' feature.\n* 'split': a 'string' feature.", "#### QDMR-high-level-lexicon\n\n\n* 'source': a 'string' feature.\n* 'allowed\\_tokens': a 'string' feature.", "#### QDMR-lexicon\n\n\n* 'source': a 'string' feature.\n* 'allowed\\_tokens': a 'string' feature.", "#### logical-forms\n\n\n* 'question\\_id': a 'string' feature.\n* 'question\\_text': a 'string' feature.\n* 'decomposition': a 'string' feature.\n* 'operators': a 'string' feature.\n* 'split': a 'string' feature.\n* 'program': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @patrickvonplaten, @lewtun, @thomwolf for adding this dataset." ]
[ 98, 82, 10, 11, 6, 52, 55, 60, 58, 54, 17, 72, 76, 40, 36, 85, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 28 ]
[ "passage: TAGS\n#task_categories-text2text-generation #task_ids-open-domain-abstractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us \n### Dataset Summary\n\n\nBreak is a human annotated dataset of natural language questions and their Question Decomposition Meaning Representations\n(QDMRs). Break consists of 83,978 examples sampled from 10 question answering datasets over text, images and databases.\nThis repository contains the Break dataset along with information on the exact data format.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### QDMR\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 15.93 MB\n* Total amount of disk used: 31.90 MB\n\n\nAn example of 'validation' looks as follows.#### QDMR-high-level\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 6.54 MB\n* Total amount of disk used: 22.51 MB\n\n\nAn example of 'train' looks as follows.#### QDMR-high-level-lexicon\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 31.64 MB\n* Total amount of disk used: 47.61 MB\n\n\nAn example of 'train' looks as follows.#### QDMR-lexicon\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 77.19 MB\n* Total amount of disk used: 93.16 MB\n\n\nAn example of 'validation' looks as follows.#### logical-forms\n\n\n* Size of downloaded dataset files: 15.97 MB\n* Size of the generated dataset: 24.25 MB\n* Total amount of disk used: 40.22 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits." ]
[ -0.084610216319561, 0.17009171843528748, -0.0032492992468178272, 0.05292517691850662, 0.06746452301740646, 0.014901386573910713, -0.04700297489762306, 0.15466995537281036, -0.03956175968050957, 0.14232458174228668, 0.00328268576413393, -0.060764092952013016, 0.07224176824092865, 0.17624817788600922, 0.039033036679029465, -0.18707777559757233, 0.02385675348341465, -0.11444485187530518, -0.07657377421855927, 0.07631753385066986, 0.07846258580684662, -0.08513744175434113, 0.08400950580835342, -0.11981261521577835, -0.03996419534087181, -0.03746023401618004, -0.09989985078573227, 0.028982048854231834, 0.006923602428287268, 0.07086145132780075, -0.06893442571163177, -0.03962255269289017, 0.06847932934761047, -0.20541499555110931, 0.010432669892907143, 0.08079513162374496, -0.0010182044934481382, 0.03714323043823242, 0.09238740056753159, 0.004430525936186314, 0.1445019543170929, -0.1254727840423584, 0.00045136737753637135, 0.04802585020661354, -0.048627037554979324, -0.20331412553787231, -0.12276476621627808, 0.027666334062814713, 0.10477506369352341, 0.08818577229976654, -0.06231260299682617, -0.03816217929124832, -0.044124867767095566, 0.08867614716291428, 0.16203659772872925, -0.06074843555688858, -0.04086245223879814, 0.07639230787754059, 0.06011900678277016, 0.11931362748146057, -0.09036688506603241, -0.030719999223947525, 0.016049284487962723, 0.03220942243933678, 0.053177494555711746, -0.011329610832035542, -0.04454576224088669, 0.045501288026571274, -0.10527656227350235, -0.0500495545566082, 0.20390132069587708, 0.03142137825489044, -0.021623224020004272, -0.19875311851501465, -0.01689290441572666, -0.10741350054740906, 0.011083193123340607, 0.08600340038537979, 0.019852325320243835, -0.011364544741809368, -0.07433994114398956, -0.00457422062754631, -0.06391113251447678, -0.05555829778313637, -0.03620258718729019, -0.0706646740436554, -0.009438930079340935, 0.0096656559035182, 0.09025345742702484, 0.06198253482580185, -0.06548122316598892, -0.10327719151973724, -0.0767068862915039, -0.00892921257764101, -0.13382384181022644, 0.012034246698021889, -0.04407593607902527, -0.062283650040626526, 0.0029922695830464363, 0.07837901264429092, -0.05308575928211212, 0.03819466382265091, 0.02485465258359909, -0.0007097224006429315, 0.11256895214319229, 0.13190683722496033, -0.12407640367746353, -0.1628302037715912, -0.0394696407020092, -0.01654343493282795, 0.024135787039995193, -0.01586625538766384, -0.02440543659031391, 0.07590483129024506, 0.07529297471046448, 0.06832432001829147, 0.1079249456524849, 0.028937838971614838, -0.025555646046996117, -0.04950443655252457, 0.16856223344802856, -0.1222739890217781, 0.03742257505655289, 0.05278833210468292, -0.07059232890605927, -0.12035132199525833, 0.04059942811727524, -0.00237627443857491, -0.03246655315160751, 0.09904967993497849, -0.04324299469590187, -0.06221584975719452, -0.07470269501209259, -0.1036086305975914, 0.08077716082334518, -0.0043356167152523994, -0.06556691974401474, -0.03700045123696327, -0.1893526166677475, -0.055765099823474884, 0.0301500353962183, -0.10466356575489044, -0.0022421441972255707, 0.023099562153220177, -0.026033956557512283, 0.05686294659972191, 0.007006288506090641, 0.2052050083875656, -0.037364132702350616, 0.08488713204860687, -0.09264951944351196, 0.03426920622587204, 0.06951255351305008, 0.05582727491855621, -0.11513848602771759, 0.050412990152835846, -0.10800273716449738, 0.10149536281824112, -0.11151216924190521, 0.022630903869867325, -0.15940092504024506, -0.040543872863054276, -0.041620440781116486, -0.013718959875404835, 0.017336556687951088, 0.10299166291952133, -0.222360759973526, -0.00422302633523941, 0.057224106043577194, 0.007454900536686182, -0.07322486490011215, 0.08239009231328964, 0.012269848957657814, 0.027310600504279137, -0.014882788993418217, 0.14511187374591827, 0.06309669464826584, -0.03767816722393036, -0.1402379423379898, -0.0009820820996537805, 0.1011023074388504, 0.04134191945195198, 0.12345554679632187, -0.10085654258728027, 0.1905314028263092, 0.00886525958776474, -0.013913349248468876, 0.003292661625891924, -0.024676157161593437, -0.04960125684738159, -0.03430900350213051, -0.08947192877531052, -0.06505712121725082, 0.0331573411822319, -0.03540767356753349, -0.03084668517112732, -0.07147309184074402, -0.01371480617672205, 0.07827097177505493, -0.02572576515376568, 0.04808337986469269, 0.01400668639689684, 0.021908912807703018, -0.09898693114519119, 0.0395519882440567, -0.17818103730678558, -0.10258207470178604, 0.033358022570610046, -0.04260275885462761, 0.016964269801974297, -0.10838967561721802, 0.03757280483841896, 0.013696718961000443, -0.08197631686925888, -0.0208166241645813, 0.05196619778871536, -0.000803212053142488, -0.056586798280477524, -0.09902813285589218, -0.051190271973609924, -0.026865964755415916, 0.0477760024368763, -0.013380602933466434, -0.029272474348545074, 0.14027151465415955, 0.1349458545446396, 0.024288062006235123, -0.1229940801858902, 0.06213381886482239, -0.0013912143185734749, -0.008843470364809036, -0.07423067092895508, -0.015335002914071083, -0.0055512962862849236, -0.021919826045632362, 0.05904928222298622, -0.14592844247817993, -0.04948404058814049, 0.07747575640678406, 0.18274766206741333, -0.036311954259872437, -0.027880655601620674, -0.05206410959362984, -0.06011907383799553, -0.06094804033637047, -0.15064789354801178, -0.022745151072740555, 0.037249282002449036, 0.025655975565314293, -0.07678111642599106, -0.12013588100671768, 0.017521878704428673, 0.07509822398424149, -0.059516023844480515, 0.13928239047527313, 0.07752592116594315, -0.12990735471248627, 0.13144811987876892, 0.08490786701440811, 0.052402764558792114, 0.17690321803092957, -0.05028583109378815, -0.1213424876332283, -0.023647261783480644, 0.017394453287124634, 0.012119842693209648, 0.09493388235569, 0.09510000050067902, 0.05078247934579849, 0.0845782533288002, 0.06317722052335739, 0.032827410846948624, -0.01697426848113537, 0.019810408353805542, 0.04967733100056648, -0.030802080407738686, -0.017023395746946335, 0.04275183379650116, -0.03567575290799141, 0.044217754155397415, 0.017500679939985275, 0.1457049548625946, -0.018128864467144012, -0.08006452023983002, -0.12121092528104782, 0.16418321430683136, -0.12528212368488312, -0.13425904512405396, -0.09793173521757126, -0.07613090425729752, -0.032173752784729004, -0.04396464303135872, 0.028461234644055367, -0.0611998625099659, -0.07185179740190506, -0.11081487685441971, 0.1323019415140152, -0.01982845924794674, -0.057860296219587326, -0.03193487226963043, -0.017137501388788223, 0.03919122740626335, -0.12810155749320984, 0.048346858471632004, 0.07193518429994583, -0.025459468364715576, -0.003399831475690007, -0.0005364783573895693, 0.16524986922740936, 0.06693993508815765, 0.07672646641731262, -0.0032130589243024588, -0.016242962330579758, 0.2589937746524811, -0.11389823257923126, 0.12470147013664246, 0.05216246470808983, 0.02018284611403942, 0.058116208761930466, 0.11159531772136688, 0.010805203579366207, -0.014783498831093311, 0.05296153575181961, 0.09019777923822403, -0.08890377730131149, -0.18339228630065918, -0.11767011135816574, -0.07736667990684509, 0.09226915240287781, 0.0660695806145668, 0.04360894486308098, -0.027616720646619797, -0.006267748307436705, -0.08305594325065613, -0.0038836931344121695, -0.017152028158307076, 0.03931692615151405, -0.03409518301486969, -0.0014256753493100405, 0.06510316580533981, -0.05690763145685196, 0.10672736912965775, 0.13308681547641754, -0.0010383728658780456, 0.19886915385723114, -0.09306029975414276, 0.20897382497787476, 0.0019910247065126896, 0.07672806084156036, -0.05242922157049179, 0.10838779807090759, -0.08715323358774185, 0.0533243790268898, 0.009367832913994789, -0.08971419930458069, 0.05120046064257622, 0.10229881852865219, 0.0941435694694519, -0.035851120948791504, 0.0040950290858745575, -0.05164428800344467, 0.05563400685787201, 0.19351831078529358, 0.02291146293282509, -0.05746114253997803, -0.034940868616104126, 0.09810861945152283, 0.01797003485262394, -0.048664387315511703, -0.01769827865064144, 0.17096489667892456, -0.11802569031715393, 0.009882908314466476, -0.036156732589006424, 0.08755867928266525, -0.018280459567904472, -0.06287261843681335, 0.09945414215326309, 0.016413681209087372, -0.021898357197642326, 0.09785792231559753, -0.10033034533262253, 0.05979049205780029, 0.021989310160279274, -0.0010932540753856301, -0.061592426151037216, 0.025928884744644165, -0.006157803349196911, -0.060910414904356, 0.15344753861427307, 0.04043536260724068, -0.12467300146818161, -0.06055937334895134, -0.12203440815210342, -0.026253852993249893, 0.095000259578228, -0.11393947154283524, 0.07930228114128113, 0.013368591666221619, -0.025923218578100204, 0.01565658673644066, 0.0939839631319046, 0.0026740904431790113, -0.1962471455335617, 0.0214060228317976, -0.04554096236824989, 0.0016450957627967, -0.06821093708276749, -0.005993025843054056, -0.11656874418258667, 0.13397283852100372, -0.10276024043560028, -0.07936611771583557, -0.14305929839611053, -0.03017597459256649, 0.23246639966964722, -0.07544690370559692, 0.055534012615680695, -0.022437917068600655, 0.11424921452999115, -0.014329055324196815, -0.09758133441209793, 0.08907562494277954, -0.09348451346158981, -0.20437705516815186, -0.08890169113874435, 0.11329716444015503, -0.006952759809792042, 0.07343146950006485, -0.07998071610927582, 0.12513163685798645, -0.05078256130218506, -0.08591406792402267, 0.03525941073894501, 0.10027076303958893, 0.07649002969264984, 0.07964396476745605, -0.04363662376999855, 0.020422235131263733, 0.02361084520816803, -0.12376311421394348, 0.046027880162000656, 0.09672786295413971, -0.10374349355697632, 0.0926772952079773, 0.053362663835287094, -0.04384632036089897, -0.26147809624671936, -0.028294570744037628, 0.04773499816656113, 0.024404866620898247, 0.07752693444490433, -0.17639705538749695, 0.029039865359663963, 0.10246000438928604, -0.035413529723882675, 0.07372128963470459, -0.24488282203674316, -0.12318689376115799, -0.02891467697918415, -0.01236898172646761, -0.18052881956100464, -0.17492488026618958, -0.07692555338144302, -0.04506910219788551, -0.17250852286815643, 0.06050711125135422, -0.04699346795678139, 0.046648137271404266, -0.01218742411583662, 0.011271297000348568, 0.026026666164398193, -0.05611550807952881, 0.10171932727098465, -0.007915209047496319, 0.0019798302091658115, -0.0842830017209053, -0.013653752394020557, 0.034412652254104614, -0.03841465711593628, 0.11733739078044891, -0.1633329689502716, 0.11360359936952591, -0.12786544859409332, 0.01037921104580164, -0.06588463485240936, -0.044810883700847626, -0.08048088848590851, -0.07048042863607407, -0.11432278901338577, 0.090748630464077, 0.09206236898899078, -0.062439028173685074, 0.02173764817416668, -0.02632203698158264, -0.02542855590581894, 0.23877468705177307, 0.0018375484505668283, 0.1576707661151886, -0.13703429698944092, -0.04322895407676697, -0.047626297920942307, 0.013737845234572887, -0.24203243851661682, 0.02839525230228901, 0.09875600785017014, 0.05385419726371765, 0.11293257772922516, -0.030916891992092133, -0.1297406554222107, 0.00029634658130817115, 0.0796927735209465, -0.033544741570949554, -0.2190455198287964, 0.0038707656785845757, 0.03716345503926277, -0.2094007134437561, -0.06603682786226273, 0.0006678599747829139, 0.022563183680176735, 0.0066655720584094524, -0.008228469640016556, 0.14382565021514893, 0.032556481659412384, 0.17741042375564575, 0.03745594620704651, 0.031962864100933075, -0.0920611247420311, 0.14142955839633942, 0.09115664660930634, -0.04130091890692711, 0.016863571479916573, 0.13052122294902802, -0.043922584503889084, -0.02033894509077072, 0.10006775707006454, -0.028423577547073364, 0.013766205869615078, 0.01742038130760193, 0.06055903807282448, -0.10690443962812424, 0.07808429002761841, 0.006413951050490141, 0.01406079065054655, 0.0505339540541172, 0.014543537050485611, -0.013084781356155872, -0.05071265995502472, 0.18460601568222046, 0.04090152680873871, 0.04008368402719498, -0.022805826738476753, -0.030006280168890953, -0.05018315464258194, -0.01706119067966938, 0.020114118233323097, 0.021643441170454025, -0.03243288770318031, -0.033063508570194244, -0.10079783201217651, -0.06790108233690262, -0.035727184265851974, -0.04682900384068489, -0.06559120118618011, -0.0029849177226424217, 0.023354537785053253, 0.02239025942981243, -0.020343992859125137, -0.10822562873363495, -0.1145387813448906, 0.04302315041422844, -0.14591658115386963, -0.040589701384305954, 0.06529305875301361, -0.057610347867012024, 0.09698128700256348, -0.012556939385831356, 0.02501375414431095, 0.007247537840157747, 0.0306140948086977, 0.002561375731602311, -0.020755983889102936, 0.01213278342038393, 0.013660749420523643, -0.06809833645820618, -0.07094290107488632, -0.028664492070674896, -0.06635540723800659, 0.023814840242266655, -0.028603369370102882, -0.13322308659553528, 0.10045105218887329, -0.05496762692928314, 0.02330375462770462, -0.0433875173330307, 0.08913402259349823, 0.01779499650001526, 0.07557915151119232, 0.08066018670797348, -0.0024306252598762512, 0.044307734817266464, -0.17210181057453156, -0.011515488848090172, 0.04860778898000717, -0.026088153943419456, -0.045575790107250214, 0.0482642836868763, 0.07091974467039108, -0.036440473049879074, 0.14421714842319489, -0.04435781389474869, -0.07818875461816788, 0.03712891787290573, 0.09799133986234665, 0.040007125586271286, 0.03807687386870384, 0.1743544489145279, -0.051413897424936295, -0.027616502717137337, -0.0005040171090513468, 0.020655915141105652, -0.014637550339102745, 0.14358708262443542, 0.0630488395690918, 0.15053832530975342, 0.1910267472267151, 0.00496659753844142, 0.016932297497987747, -0.17868578433990479, -0.023695584386587143, 0.10842385143041611, -0.032121650874614716, 0.08993080258369446, -0.09487950801849365, 0.06905906647443771, 0.02807333879172802, -0.2271261066198349, 0.09774722158908844, -0.058074358850717545, -0.057827211916446686, 0.012895400635898113, -0.07847420126199722, -0.0692216157913208, -0.03911759704351425, -0.02110399305820465, -0.11086228489875793, 0.07959777861833572, 0.03785230964422226, 0.012580012902617455, 0.016869569197297096, 0.1462443619966507, -0.15211477875709534, -0.05552753433585167, 0.03356509655714035, 0.016691960394382477, -0.03598354756832123, 0.09930788725614548, 0.06906503438949585, 0.07324546575546265, -0.006600587163120508, 0.10946362465620041, 0.07012557238340378, -0.0574350580573082, 0.05877356231212616, -0.008558929897844791, -0.05996168032288551, -0.03654062747955322, -0.0017351328860968351, -0.04341129958629608, 0.19971060752868652, 0.0477299690246582, 0.06115632504224777, -0.01461776439100504, 0.1687035709619522, -0.09167932718992233, -0.04673245549201965, -0.10724611580371857, -0.03337939828634262, -0.03083844482898712, -0.011219523847103119, 0.025111902505159378, -0.1743902862071991, -0.011666190810501575, 0.11533458530902863, 0.15843474864959717, -0.05354638770222664, -0.00791161973029375, 0.06084536761045456, 0.0053230575285851955, -0.023007627576589584, 0.014071732759475708, 0.06174681708216667, 0.2277945578098297, -0.04571946710348129, 0.09750477224588394, -0.013020724058151245, -0.07529502362012863, -0.006829550489783287, 0.126393660902977, -0.038820087909698486, -0.02196001447737217, -0.05926239863038063, 0.038885992020368576, -0.04525378346443176, -0.17458194494247437, -0.005442694295197725, -0.1225663274526596, -0.11647587269544601, 0.0050641312263906, 0.0382256843149662, 0.06209560111165047, 0.015944283455610275, 0.0261776652187109, 0.047973450273275375, 0.1400262713432312, 0.01272927038371563, -0.05711524561047554, -0.08307744562625885, 0.050445470958948135, -0.051664430648088455, 0.16133275628089905, 0.0231937225908041, 0.016310900449752808, 0.07172149419784546, -0.03990180790424347, -0.13351914286613464, 0.06625638902187347, 0.12091881781816483, -0.05783102288842201, 0.016247496008872986, 0.1749752014875412, -0.03186456859111786, 0.16964773833751678, 0.04050268977880478, 0.02160605974495411, 0.04383339360356331, 0.10806296020746231, 0.009669465012848377, -0.13116221129894257, 0.04151942580938339, -0.07184372842311859, 0.16190551221370697, 0.1696014106273651, -0.03615184500813484, -0.015451396815478802, -0.011440929025411606, 0.013869049027562141, -0.0175681933760643, 0.16004778444766998, 0.03561342507600784, -0.09241802245378494, 0.02885938249528408, -0.02397911436855793, 0.11097873747348785, -0.1741037219762802, -0.0490608811378479, 0.05012473464012146, -0.04299835115671158, 0.012759231962263584, 0.14891283214092255, 0.08917520940303802, -0.05072054639458656, -0.03983866795897484, 0.03151196241378784, 0.012961321510374546, 0.06645762920379639, -0.05691002681851387, -0.01839836873114109 ]
3475bc217e5241f9a5c833b2f8ae9b74a2d7e44d
# Dataset Card for BrWaC ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [BrWaC homepage](https://www.inf.ufrgs.br/pln/wiki/index.php?title=BrWaC) - **Repository:** [BrWaC repository](https://www.inf.ufrgs.br/pln/wiki/index.php?title=BrWaC) - **Paper:** [The brWaC Corpus: A New Open Resource for Brazilian Portuguese](https://www.aclweb.org/anthology/L18-1686/) - **Point of Contact:** [Jorge A. Wagner Filho](mailto:jawfilho@inf.ufrgs.br) ### Dataset Summary The BrWaC (Brazilian Portuguese Web as Corpus) is a large corpus constructed following the Wacky framework, which was made public for research purposes. The current corpus version, released in January 2017, is composed by 3.53 million documents, 2.68 billion tokens and 5.79 million types. Please note that this resource is available solely for academic research purposes, and you agreed not to use it for any commercial applications. Manually download at https://www.inf.ufrgs.br/pln/wiki/index.php?title=BrWaC ### Supported Tasks and Leaderboards [More Information Needed] ### Languages Portuguese ## Dataset Structure ### Data Instances An example from the BrWaC dataset looks as follows: ``` { "doc_id": "netg-1afc73", "text": { "paragraphs": [ [ "Conteúdo recente" ], [ "ESPUMA MARROM CHAMADA \"NINGUÉM MERECE\"" ], [ "31 de Agosto de 2015, 7:07 , por paulo soavinski - | No one following this article yet." ], [ "Visualizado 202 vezes" ], [ "JORNAL ELETRÔNICO DA ILHA DO MEL" ], [ "Uma espuma marrom escuro tem aparecido com frequência na Praia de Fora.", "Na faixa de areia ela aparece disseminada e não chama muito a atenção.", "No Buraco do Aipo, com muitas pedras, ela aparece concentrada.", "É fácil saber que esta espuma estranha está lá, quando venta.", "Pequenos algodões de espuma começam a flutuar no espaço, pertinho da Praia do Saquinho.", "Quem pode ajudar na coleta deste material, envio a laboratório renomado e pagamento de análises, favor entrar em contato com o site." ] ] }, "title": "ESPUMA MARROM CHAMADA ‟NINGUÉM MERECE‟ - paulo soavinski", "uri": "http://blogoosfero.cc/ilhadomel/pousadasilhadomel.com.br/espuma-marrom-chamada-ninguem-merece" } ``` ### Data Fields - `doc_id`: The document ID - `title`: The document title - `uri`: URI where the document was extracted from - `text`: A list of document paragraphs (with a list of sentences in it as a list of strings) ### Data Splits The data is only split into train set with size of 3530796 samples. ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @inproceedings{wagner2018brwac, title={The brwac corpus: A new open resource for brazilian portuguese}, author={Wagner Filho, Jorge A and Wilkens, Rodrigo and Idiart, Marco and Villavicencio, Aline}, booktitle={Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018)}, year={2018} } ``` ### Contributions Thanks to [@jonatasgrosman](https://github.com/jonatasgrosman) for adding this dataset.
brwac
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:1M<n<10M", "source_datasets:original", "language:pt", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["pt"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1M<n<10M"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["language-modeling", "masked-language-modeling"], "paperswithcode_id": "brwac", "pretty_name": "BrWaC", "dataset_info": {"features": [{"name": "doc_id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "uri", "dtype": "string"}, {"name": "text", "sequence": [{"name": "paragraphs", "sequence": "string"}]}], "splits": [{"name": "train", "num_bytes": 18828421452, "num_examples": 3530796}], "download_size": 0, "dataset_size": 18828421452}}
2024-01-18T11:02:06+00:00
[]
[ "pt" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-Portuguese #license-unknown #region-us
# Dataset Card for BrWaC ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: BrWaC homepage - Repository: BrWaC repository - Paper: The brWaC Corpus: A New Open Resource for Brazilian Portuguese - Point of Contact: Jorge A. Wagner Filho ### Dataset Summary The BrWaC (Brazilian Portuguese Web as Corpus) is a large corpus constructed following the Wacky framework, which was made public for research purposes. The current corpus version, released in January 2017, is composed by 3.53 million documents, 2.68 billion tokens and 5.79 million types. Please note that this resource is available solely for academic research purposes, and you agreed not to use it for any commercial applications. Manually download at URL ### Supported Tasks and Leaderboards ### Languages Portuguese ## Dataset Structure ### Data Instances An example from the BrWaC dataset looks as follows: ### Data Fields - 'doc_id': The document ID - 'title': The document title - 'uri': URI where the document was extracted from - 'text': A list of document paragraphs (with a list of sentences in it as a list of strings) ### Data Splits The data is only split into train set with size of 3530796 samples. ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @jonatasgrosman for adding this dataset.
[ "# Dataset Card for BrWaC", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: BrWaC homepage\n- Repository: BrWaC repository\n- Paper: The brWaC Corpus: A New Open Resource for Brazilian Portuguese\n- Point of Contact: Jorge A. Wagner Filho", "### Dataset Summary\n\nThe BrWaC (Brazilian Portuguese Web as Corpus) is a large corpus constructed following the Wacky framework, \nwhich was made public for research purposes. The current corpus version, released in January 2017, is composed by \n3.53 million documents, 2.68 billion tokens and 5.79 million types. Please note that this resource is available \nsolely for academic research purposes, and you agreed not to use it for any commercial applications.\nManually download at URL", "### Supported Tasks and Leaderboards", "### Languages\n\nPortuguese", "## Dataset Structure", "### Data Instances\n\nAn example from the BrWaC dataset looks as follows:", "### Data Fields\n\n- 'doc_id': The document ID\n- 'title': The document title\n- 'uri': URI where the document was extracted from\n- 'text': A list of document paragraphs (with a list of sentences in it as a list of strings)", "### Data Splits\n\nThe data is only split into train set with size of 3530796 samples.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @jonatasgrosman for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-Portuguese #license-unknown #region-us \n", "# Dataset Card for BrWaC", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: BrWaC homepage\n- Repository: BrWaC repository\n- Paper: The brWaC Corpus: A New Open Resource for Brazilian Portuguese\n- Point of Contact: Jorge A. Wagner Filho", "### Dataset Summary\n\nThe BrWaC (Brazilian Portuguese Web as Corpus) is a large corpus constructed following the Wacky framework, \nwhich was made public for research purposes. The current corpus version, released in January 2017, is composed by \n3.53 million documents, 2.68 billion tokens and 5.79 million types. Please note that this resource is available \nsolely for academic research purposes, and you agreed not to use it for any commercial applications.\nManually download at URL", "### Supported Tasks and Leaderboards", "### Languages\n\nPortuguese", "## Dataset Structure", "### Data Instances\n\nAn example from the BrWaC dataset looks as follows:", "### Data Fields\n\n- 'doc_id': The document ID\n- 'title': The document title\n- 'uri': URI where the document was extracted from\n- 'text': A list of document paragraphs (with a list of sentences in it as a list of strings)", "### Data Splits\n\nThe data is only split into train set with size of 3530796 samples.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @jonatasgrosman for adding this dataset." ]
[ 113, 8, 120, 52, 104, 10, 7, 6, 20, 64, 23, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-Portuguese #license-unknown #region-us \n# Dataset Card for BrWaC## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: BrWaC homepage\n- Repository: BrWaC repository\n- Paper: The brWaC Corpus: A New Open Resource for Brazilian Portuguese\n- Point of Contact: Jorge A. Wagner Filho### Dataset Summary\n\nThe BrWaC (Brazilian Portuguese Web as Corpus) is a large corpus constructed following the Wacky framework, \nwhich was made public for research purposes. The current corpus version, released in January 2017, is composed by \n3.53 million documents, 2.68 billion tokens and 5.79 million types. Please note that this resource is available \nsolely for academic research purposes, and you agreed not to use it for any commercial applications.\nManually download at URL### Supported Tasks and Leaderboards### Languages\n\nPortuguese## Dataset Structure### Data Instances\n\nAn example from the BrWaC dataset looks as follows:### Data Fields\n\n- 'doc_id': The document ID\n- 'title': The document title\n- 'uri': URI where the document was extracted from\n- 'text': A list of document paragraphs (with a list of sentences in it as a list of strings)" ]
[ -0.03738658130168915, 0.17361770570278168, -0.007532757706940174, 0.04280538484454155, 0.08762692660093307, 0.008545434102416039, 0.04712957516312599, 0.07994671911001205, 0.017941072583198547, 0.12152808159589767, -0.07002637535333633, -0.024096889421343803, 0.11381464451551437, 0.03360157459974289, -0.017723919823765755, -0.17306308448314667, 0.04162443056702614, -0.1058148741722107, -0.0758233517408371, 0.07726532965898514, 0.1077030599117279, -0.048961035907268524, 0.05195070430636406, -0.029003825038671494, 0.05706043913960457, 0.06385280936956406, -0.060536906123161316, -0.11413910239934921, 0.02070036716759205, 0.06954275071620941, 0.10355322808027267, 0.04710538312792778, -0.00027225015219300985, -0.2121618241071701, 0.007245311047881842, 0.0274672731757164, -0.01956952176988125, 0.007866285741329193, 0.10424091666936874, -0.0795610174536705, 0.09545516967773438, -0.10512310266494751, 0.08063341677188873, 0.08723156899213791, -0.17429332435131073, -0.1217549666762352, -0.13465051352977753, 0.020501939579844475, -0.0024475608952343464, 0.04780982807278633, -0.03263918310403824, 0.02011786960065365, -0.10051792860031128, -0.016019059345126152, 0.06460753828287125, -0.10230536013841629, -0.06320156902074814, 0.007826014421880245, 0.0489862859249115, 0.05947572737932205, -0.10857050865888596, 0.0013390027452260256, -0.03091946616768837, 0.022937919944524765, -0.03036719560623169, -0.0373496413230896, -0.03571176901459694, 0.005160617176443338, -0.055812202394008636, -0.040720194578170776, 0.1522606760263443, -0.022371040657162666, -0.06807267665863037, -0.1813550442457199, 0.01968136988580227, 0.08986479789018631, -0.05397983640432358, 0.0037800513673573732, 0.025126822292804718, -0.022620797157287598, 0.08266231417655945, -0.05396386235952377, -0.04724080488085747, 0.04273093119263649, -0.012631951831281185, 0.0687965676188469, 0.014531954191625118, 0.008489862084388733, 0.030574079602956772, -0.003508336376398802, 0.05101032927632332, -0.09629219025373459, -0.02678103744983673, -0.07149499654769897, -0.12310130894184113, 0.005135005805641413, 0.014165663160383701, -0.005144221242517233, 0.10647238790988922, 0.18627402186393738, -0.07972963154315948, -0.010119440034031868, -0.06618239730596542, -0.03971554711461067, 0.047196079045534134, 0.08073954284191132, -0.09019040316343307, -0.144782155752182, 0.0022639581002295017, -0.050784461200237274, -0.0014342821668833494, -0.01478610746562481, -0.0348467119038105, 0.010282963514328003, -0.09106212854385376, 0.10538417845964432, 0.08250883966684341, -0.016612762585282326, -0.1136782243847847, -0.049504805356264114, 0.12936262786388397, -0.12300138920545578, 0.039654042571783066, 0.048058632761240005, -0.012229964137077332, -0.0006111603579483926, 0.00547057157382369, 0.004795652814209461, -0.06072090193629265, 0.08031071722507477, -0.04064154624938965, -0.07558623701334, -0.07599407434463501, -0.08332420140504837, 0.06273939460515976, -0.08357121795415878, -0.04791168496012688, 0.0021336188074201345, -0.08433783054351807, -0.07554176449775696, -0.000042950476199621335, -0.12568452954292297, -0.010368108749389648, 0.028819909319281578, -0.009181153029203415, 0.02256089821457863, 0.032349031418561935, -0.010364762507379055, -0.054806675761938095, 0.00970456376671791, 0.006853319704532623, 0.04825656861066818, 0.04223516583442688, 0.027434146031737328, -0.037736084312200546, 0.05461803451180458, -0.16283144056797028, 0.15733765065670013, -0.20858097076416016, 0.003438170999288559, -0.12730681896209717, 0.026794614270329475, -0.026334386318922043, 0.018254294991493225, -0.030916821211576462, 0.14923493564128876, -0.1188434511423111, -0.0440472774207592, 0.20704753696918488, -0.09035032242536545, -0.027899686247110367, 0.065692238509655, -0.04962226375937462, 0.06877398490905762, 0.06622543931007385, 0.07659195363521576, 0.020785372704267502, -0.05885370820760727, 0.0003069733502343297, -0.07064617425203323, 0.07384376227855682, 0.1942347139120102, 0.13540908694267273, -0.1298620104789734, 0.09475921094417572, 0.041773829609155655, -0.03826427459716797, -0.07057031989097595, -0.009070548228919506, -0.052032798528671265, 0.0529438741505146, -0.001362958108074963, 0.04669323191046715, -0.04120809584856033, -0.03635470196604729, -0.010972271673381329, -0.07295498996973038, 0.07633543759584427, 0.01882556639611721, 0.025846602395176888, -0.025359010323882103, -0.07607569545507431, 0.013948505744338036, -0.028103578835725784, -0.018002182245254517, -0.16197729110717773, -0.12442629039287567, 0.061583153903484344, -0.0012644244125112891, 0.12771815061569214, -0.0764763131737709, 0.02440670132637024, -0.007284617517143488, -0.023237982764840126, 0.04297519475221634, -0.08135398477315903, -0.018218673765659332, 0.06836409866809845, -0.18162769079208374, -0.022030537948012352, -0.035797517746686935, 0.14910414814949036, -0.10925737768411636, -0.009702705778181553, 0.10685093700885773, 0.138614222407341, 0.08316151797771454, -0.04241003468632698, 0.04241565614938736, 0.048415686935186386, 0.02119084820151329, -0.01616569794714451, 0.00970607902854681, -0.03114345297217369, -0.004392856732010841, 0.11003904044628143, -0.019980238750576973, 0.02549275942146778, 0.03270941227674484, 0.14371077716350555, -0.05406029522418976, -0.046329569071531296, -0.024674419313669205, -0.02335796132683754, -0.05603189021348953, -0.07259806245565414, 0.12654995918273926, 0.05130171403288841, 0.050798557698726654, -0.1507195681333542, -0.06261687725782394, -0.01786959543824196, 0.02513679303228855, -0.04108235239982605, 0.111374132335186, 0.06429079174995422, -0.1316015124320984, 0.13957175612449646, -0.04048386961221695, 0.09244677424430847, 0.19171996414661407, -0.02725733257830143, -0.10404164344072342, -0.011027086526155472, 0.04438493400812149, 0.06300556659698486, 0.07797245681285858, -0.15828339755535126, 0.04363149031996727, 0.05174236744642258, -0.05692682042717934, 0.05784422159194946, -0.012338575907051563, 0.02016439102590084, 0.006831494625657797, -0.0217733271420002, -0.02040206640958786, 0.016931748017668724, 0.07034965604543686, 0.09048199653625488, 0.039032068103551865, 0.13360807299613953, -0.05905443802475929, -0.040018659085035324, -0.05890488252043724, 0.09406479448080063, -0.14449363946914673, -0.23982778191566467, -0.17860735952854156, -0.030075736343860626, -0.10233339667320251, 0.008730335161089897, 0.002971117850393057, -0.0046348352916538715, -0.07990346848964691, -0.01904863491654396, 0.10206910222768784, 0.07936667650938034, -0.13130922615528107, -0.01100837904959917, 0.07794252783060074, 0.01974545791745186, -0.14500589668750763, 0.022041967138648033, 0.053506821393966675, -0.05470021069049835, -0.04747118428349495, 0.004088186658918858, 0.145358145236969, 0.019639309495687485, 0.0973409116268158, -0.03083149529993534, -0.016533659771084785, 0.2264660894870758, -0.12149543315172195, 0.07552171498537064, 0.09136030822992325, -0.08097419887781143, 0.028232239186763763, 0.15575017035007477, 0.05801645293831825, -0.039238642901182175, -0.013557939790189266, 0.09993856400251389, -0.0010900141205638647, -0.304078072309494, -0.12232721596956253, -0.08043009042739868, -0.026246516034007072, 0.030803019180893898, 0.052440959960222244, -0.015637198463082314, 0.020553363487124443, -0.09586387127637863, 0.04218751937150955, 0.10709554702043533, 0.06805499643087387, 0.0806904211640358, 0.02370143122971058, 0.02679370902478695, -0.04842439293861389, -0.05652331933379173, 0.13225765526294708, 0.09456362575292587, 0.18704740703105927, 0.03784748166799545, 0.29628920555114746, 0.09337334334850311, 0.06521371752023697, -0.017179405316710472, 0.03049289993941784, -0.03524065762758255, 0.045397765934467316, -0.030539873987436295, -0.08027733862400055, 0.01796078123152256, 0.02859109453856945, 0.0661364421248436, -0.03966865688562393, 0.04382039234042168, -0.1301344931125641, 0.09358377754688263, 0.15965747833251953, -0.037351660430431366, -0.07328140735626221, -0.06300709396600723, 0.0661778375506401, -0.035732924938201904, -0.10645443201065063, -0.03563607856631279, 0.06471066176891327, -0.13501904904842377, 0.09605199098587036, -0.008302438072860241, 0.10931102186441422, -0.016401667147874832, -0.04058496281504631, -0.04578503593802452, 0.03010251186788082, -0.021872587502002716, 0.08711572736501694, -0.11570227146148682, 0.1365000307559967, 0.013609643094241619, 0.0006827422184869647, -0.06092752516269684, 0.06219983473420143, -0.01667138934135437, -0.05814408138394356, 0.13056616485118866, -0.00863086897879839, 0.07424867898225784, 0.0289609357714653, -0.09573975205421448, -0.017453130334615707, 0.08852790296077728, -0.1524427831172943, 0.11549950391054153, -0.003064901800826192, -0.02304532751441002, -0.0516529381275177, 0.05126374214887619, -0.1798657774925232, -0.282055526971817, 0.07818450778722763, -0.10155734419822693, 0.01577967032790184, -0.050769269466400146, -0.01714281179010868, -0.014669382944703102, 0.1691800206899643, -0.13369813561439514, -0.07410741597414017, -0.1790463626384735, -0.038289282470941544, 0.20722487568855286, -0.02065219357609749, 0.07348363101482391, -0.043837424367666245, 0.17560097575187683, -0.04369450733065605, -0.0036252469290047884, 0.07441938668489456, -0.06913711875677109, -0.18696212768554688, -0.06340795755386353, 0.13121816515922546, 0.04185095801949501, 0.02275526151061058, 0.027259614318609238, 0.029595211148262024, 0.05220865458250046, -0.08931941539049149, 0.0026516930665820837, 0.05141124874353409, 0.08212115615606308, 0.14240814745426178, -0.11809791624546051, -0.20303741097450256, -0.08932113647460938, -0.06745699793100357, 0.10566292703151703, 0.096844881772995, -0.03681113198399544, 0.2339571863412857, 0.11654126644134521, -0.12130597978830338, -0.21378980576992035, -0.02672075293958187, 0.10691577196121216, 0.007026179693639278, 0.058912523090839386, -0.21569809317588806, 0.0251674335449934, 0.06491448730230331, -0.04085051640868187, 0.003372282488271594, -0.19103872776031494, -0.11619310826063156, -0.04308972507715225, -0.026600675657391548, -0.1660677194595337, -0.1747685670852661, -0.149611696600914, -0.10194626450538635, -0.17832717299461365, 0.13829047977924347, -0.06161564588546753, 0.004412548616528511, 0.00859482865780592, 0.007841943763196468, 0.0275522880256176, -0.003497307188808918, 0.1724138855934143, -0.006546208634972572, 0.0030429677572101355, -0.04631241410970688, -0.06422816216945648, 0.17058202624320984, 0.026088619604706764, 0.0179781224578619, 0.0584985688328743, -0.014082911424338818, -0.15579403936862946, -0.06403883546590805, -0.06514342129230499, 0.07098235934972763, -0.09543205797672272, 0.002333578886464238, -0.03742324560880661, 0.06346354633569717, 0.026859156787395477, -0.024328002706170082, 0.09114294499158859, -0.08360810577869415, 0.07358656823635101, 0.12117480486631393, 0.15240158140659332, 0.14721626043319702, -0.05776078253984451, -0.0038679800927639008, 0.002571767894551158, -0.009776107035577297, -0.045714862644672394, 0.0867612287402153, 0.05176737159490585, -0.0024176519364118576, 0.11963362246751785, -0.03970414772629738, -0.16314151883125305, 0.011538558639585972, 0.12263930588960648, -0.007127769757062197, -0.12546871602535248, -0.038784366101026535, 0.030466340482234955, -0.08352477848529816, -0.0799219012260437, 0.09202519804239273, 0.05720383673906326, -0.0961730107665062, -0.006172074005007744, 0.0764974057674408, 0.03367220237851143, 0.03092423640191555, 0.006395042408257723, 0.04762514680624008, -0.12021439522504807, 0.1526264250278473, 0.13778431713581085, -0.11282180994749069, -0.033048976212739944, 0.15778088569641113, -0.06135909631848335, -0.03718912973999977, -0.012296312488615513, 0.13222798705101013, -0.0248313806951046, 0.00009571221744408831, 0.014626367948949337, -0.15055561065673828, 0.047126490622758865, 0.17459021508693695, -0.04652082547545433, -0.0040554869920015335, 0.057593997567892075, -0.02577896974980831, 0.026764899492263794, 0.10150222480297089, 0.04517101123929024, -0.012111762538552284, 0.0036059129051864147, -0.053065378218889236, 0.01897439919412136, -0.09651000797748566, 0.018397025763988495, -0.01195819303393364, -0.1523595154285431, -0.03257414326071739, -0.1977798044681549, 0.0808027982711792, -0.06558557599782944, -0.010741133242845535, -0.014482291415333748, -0.028509804978966713, -0.028332049027085304, -0.0024902529548853636, -0.084182508289814, -0.047212086617946625, -0.03816542774438858, 0.177521750330925, -0.12043821066617966, 0.0170583613216877, 0.09630312025547028, -0.08053524047136307, 0.09145060926675797, 0.025123506784439087, -0.000364277686458081, 0.0032271170057356358, -0.10822676122188568, 0.02411576174199581, -0.04871286451816559, 0.02404598705470562, 0.048896100372076035, -0.15192456543445587, 0.05451996624469757, -0.0013957532355561852, -0.053397297859191895, 0.0019219574751332402, 0.04295478016138077, -0.09739941358566284, 0.05533038079738617, 0.007957353256642818, -0.1017550602555275, 0.04271937161684036, 0.026470176875591278, 0.14617657661437988, -0.03001917153596878, 0.08018333464860916, -0.054497428238391876, 0.04367731139063835, -0.12704059481620789, -0.015431312844157219, -0.04167763143777847, 0.01582433469593525, -0.095683254301548, -0.019786005839705467, 0.0474601574242115, 0.0528147928416729, 0.2588440477848053, -0.012104440480470657, 0.12132977694272995, 0.014334620907902718, -0.012549217790365219, -0.08512955904006958, 0.07601623982191086, 0.05339324101805687, 0.040874235332012177, 0.02446255274116993, -0.009978344663977623, -0.05874987319111824, -0.07360675185918808, -0.033110637217760086, 0.016520202159881592, 0.1935899704694748, 0.1815526932477951, -0.02468291111290455, 0.13841763138771057, -0.1185806468129158, 0.04218440130352974, 0.0410047248005867, -0.012781701982021332, -0.003210799302905798, -0.07625497132539749, -0.010961804538965225, 0.1335732787847519, -0.20171937346458435, 0.16287077963352203, -0.033644359558820724, -0.030356330797076225, -0.04355376958847046, -0.13258638978004456, -0.06173202395439148, -0.0018125170608982444, 0.009148488752543926, -0.1511373668909073, 0.0715964064002037, 0.027020541951060295, -0.006211737170815468, -0.00924586784094572, 0.03960433974862099, -0.13135218620300293, -0.1655787229537964, 0.08232111483812332, 0.08908835053443909, 0.09095315635204315, 0.04099627211689949, 0.08730415254831314, -0.05544032156467438, 0.12215586006641388, 0.050391849130392075, 0.1025698110461235, 0.014186287298798561, -0.024749699980020523, -0.0591668076813221, -0.04856206849217415, 0.05085194483399391, -0.03970097750425339, -0.04978179186582565, 0.25043460726737976, -0.007321643177419901, 0.011923948302865028, 0.02888892963528633, 0.22384999692440033, -0.018938591703772545, -0.08975322544574738, -0.2040221095085144, -0.02941851131618023, 0.025944674387574196, 0.06601526588201523, 0.020363107323646545, -0.14352929592132568, 0.016512293368577957, 0.18047627806663513, 0.1805649697780609, -0.010083800181746483, 0.03063383512198925, 0.030746640637516975, 0.029957612976431847, 0.04819872975349426, 0.03315738961100578, -0.04317426308989525, 0.29067784547805786, -0.026041774079203606, 0.030611030757427216, -0.007613948080688715, 0.012570880353450775, -0.08666926622390747, 0.21671946346759796, -0.045793842524290085, -0.05878967419266701, -0.02839461714029312, 0.14162369072437286, -0.11776942759752274, -0.3453477621078491, 0.07681228965520859, -0.16411787271499634, -0.17107948660850525, -0.10948261618614197, -0.09234738349914551, 0.039724331349134445, 0.01721297949552536, 0.11296785622835159, -0.09691093862056732, 0.16288664937019348, 0.08026973903179169, -0.06233668699860573, -0.03843720629811287, 0.07396966218948364, -0.029546700417995453, 0.19694745540618896, 0.0075050401501357555, 0.03580554574728012, 0.07895705103874207, -0.0062994882464408875, -0.12728074193000793, -0.001853855443187058, 0.06711741536855698, -0.006120787467807531, 0.009103583171963692, 0.1036616861820221, -0.013287995010614395, 0.0783909261226654, 0.07732038199901581, -0.04648366943001747, 0.08694759756326675, 0.12016408890485764, -0.03307405859231949, -0.06408996134996414, 0.13731098175048828, -0.15070529282093048, 0.05365283414721489, 0.14217238128185272, -0.04044483229517937, 0.0074130697175860405, -0.03106861747801304, 0.07444668561220169, 0.015792105346918106, 0.19528496265411377, -0.035162974148988724, -0.17065776884555817, 0.0249120332300663, -0.0055076503194868565, 0.10084827989339828, -0.264036625623703, 0.007716502994298935, 0.05500258505344391, 0.011060266755521297, -0.05485887452960014, 0.11861850321292877, 0.06029323488473892, 0.01124570146203041, 0.0020243388134986162, -0.16812148690223694, 0.0446263812482357, 0.10530289262533188, -0.04447319358587265, 0.0538913831114769 ]
ed6539dc16c18c481ff3574376b79d7a83a57fb2
# Dataset Card for Business Scene Dialogue ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Github](https://raw.githubusercontent.com/tsuruoka-lab/BSD/) - **Repository:** [Github](https://raw.githubusercontent.com/tsuruoka-lab/BSD/) - **Paper:** [Rikters et al., 2019](https://www.aclweb.org/anthology/D19-5204) - **Leaderboard:** - **Point of Contact:** Matīss Rikters ### Dataset Summary This is the Business Scene Dialogue (BSD) dataset, a Japanese-English parallel corpus containing written conversations in various business scenarios. The dataset was constructed in 3 steps: 1) selecting business scenes, 2) writing monolingual conversation scenarios according to the selected scenes, and 3) translating the scenarios into the other language. Half of the monolingual scenarios were written in Japanese and the other half were written in English. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages English, Japanese. ## Dataset Structure ### Data Instances Each instance contains a conversation identifier, a sentence number that indicates its position within the conversation, speaker name in English and Japanese, text in English and Japanese, original language, scene of the scenario (tag), and title of the scenario (title). ```python { "id": "190315_E004_13", "no": 14, "speaker": "Mr. Sam Lee", "ja_speaker": "サム リーさん", "en_sentence": "Would you guys consider a different scheme?", "ja_sentence": "別の事業案も考慮されますか?", "original_language": "en", "tag": "phone call", "title": "Phone: Review spec and scheme" } ``` ### Data Fields - id: dialogue identifier - no: sentence pair number within a dialogue - en_speaker: speaker name in English - ja_speaker: speaker name in Japanese - en_sentence: sentence in English - ja_sentence: sentence in Japanese - original_language: language in which monolingual scenario was written - tag: scenario - title: scenario title ### Data Splits - There are a total of 24171 sentences / 808 business scenarios. - Train: 20000 sentences / 670 scenarios - Dev: 2051 sentences / 69 scenarios - Test: 2120 sentences / 69 scenarios ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 Dataset provided for research purposes only. Please check dataset license for additional information. ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information This dataset was released under the Creative Commons Attribution-NonCommercial-ShareAlike (CC BY-NC-SA) license. ### Citation Information ``` @inproceedings{rikters-etal-2019-designing, title = "Designing the Business Conversation Corpus", author = "Rikters, Mat{\=\i}ss and Ri, Ryokan and Li, Tong and Nakazawa, Toshiaki", booktitle = "Proceedings of the 6th Workshop on Asian Translation", month = nov, year = "2019", address = "Hong Kong, China", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/D19-5204", doi = "10.18653/v1/D19-5204", pages = "54--61" } ``` ### Contributions Thanks to [@j-chim](https://github.com/j-chim) for adding this dataset.
bsd_ja_en
[ "task_categories:translation", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:translation", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "language:ja", "license:cc-by-nc-sa-4.0", "business-conversations-translation", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["en", "ja"], "license": ["cc-by-nc-sa-4.0"], "multilinguality": ["translation"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "paperswithcode_id": "business-scene-dialogue", "pretty_name": "Business Scene Dialogue", "tags": ["business-conversations-translation"], "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "tag", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "original_language", "dtype": "string"}, {"name": "no", "dtype": "int32"}, {"name": "en_speaker", "dtype": "string"}, {"name": "ja_speaker", "dtype": "string"}, {"name": "en_sentence", "dtype": "string"}, {"name": "ja_sentence", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 4778291, "num_examples": 20000}, {"name": "test", "num_bytes": 492986, "num_examples": 2120}, {"name": "validation", "num_bytes": 477935, "num_examples": 2051}], "download_size": 1843443, "dataset_size": 5749212}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}, {"split": "validation", "path": "data/validation-*"}]}]}
2024-01-11T07:36:44+00:00
[]
[ "en", "ja" ]
TAGS #task_categories-translation #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-translation #size_categories-10K<n<100K #source_datasets-original #language-English #language-Japanese #license-cc-by-nc-sa-4.0 #business-conversations-translation #region-us
# Dataset Card for Business Scene Dialogue ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: Github - Repository: Github - Paper: Rikters et al., 2019 - Leaderboard: - Point of Contact: Matīss Rikters ### Dataset Summary This is the Business Scene Dialogue (BSD) dataset, a Japanese-English parallel corpus containing written conversations in various business scenarios. The dataset was constructed in 3 steps: 1) selecting business scenes, 2) writing monolingual conversation scenarios according to the selected scenes, and 3) translating the scenarios into the other language. Half of the monolingual scenarios were written in Japanese and the other half were written in English. ### Supported Tasks and Leaderboards ### Languages English, Japanese. ## Dataset Structure ### Data Instances Each instance contains a conversation identifier, a sentence number that indicates its position within the conversation, speaker name in English and Japanese, text in English and Japanese, original language, scene of the scenario (tag), and title of the scenario (title). ### Data Fields - id: dialogue identifier - no: sentence pair number within a dialogue - en_speaker: speaker name in English - ja_speaker: speaker name in Japanese - en_sentence: sentence in English - ja_sentence: sentence in Japanese - original_language: language in which monolingual scenario was written - tag: scenario - title: scenario title ### Data Splits - There are a total of 24171 sentences / 808 business scenarios. - Train: 20000 sentences / 670 scenarios - Dev: 2051 sentences / 69 scenarios - Test: 2120 sentences / 69 scenarios ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Dataset provided for research purposes only. Please check dataset license for additional information. ## Additional Information ### Dataset Curators ### Licensing Information This dataset was released under the Creative Commons Attribution-NonCommercial-ShareAlike (CC BY-NC-SA) license. ### Contributions Thanks to @j-chim for adding this dataset.
[ "# Dataset Card for Business Scene Dialogue", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: Rikters et al., 2019\n- Leaderboard:\n- Point of Contact: Matīss Rikters", "### Dataset Summary\nThis is the Business Scene Dialogue (BSD) dataset, \na Japanese-English parallel corpus containing written conversations\nin various business scenarios. \n\nThe dataset was constructed in 3 steps: \n 1) selecting business scenes, \n 2) writing monolingual conversation scenarios according to the selected scenes, and \n 3) translating the scenarios into the other language. \n\nHalf of the monolingual scenarios were written in Japanese \nand the other half were written in English.", "### Supported Tasks and Leaderboards", "### Languages\nEnglish, Japanese.", "## Dataset Structure", "### Data Instances\nEach instance contains a conversation identifier, a sentence number that indicates its\nposition within the conversation, speaker name in English and Japanese, \ntext in English and Japanese, original language, scene of the scenario (tag), \nand title of the scenario (title).", "### Data Fields\n- id: dialogue identifier\n- no: sentence pair number within a dialogue\n- en_speaker: speaker name in English\n- ja_speaker: speaker name in Japanese\n- en_sentence: sentence in English\n- ja_sentence: sentence in Japanese\n- original_language: language in which monolingual scenario was written\n- tag: scenario\n- title: scenario title", "### Data Splits\n- There are a total of 24171 sentences / 808 business scenarios.\n- Train: 20000 sentences / 670 scenarios\n- Dev: 2051 sentences / 69 scenarios\n- Test: 2120 sentences / 69 scenarios", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\nDataset provided for research purposes only. Please check dataset license for additional information.", "## Additional Information", "### Dataset Curators", "### Licensing Information\nThis dataset was released under the Creative Commons Attribution-NonCommercial-ShareAlike (CC BY-NC-SA) license.", "### Contributions\n\nThanks to @j-chim for adding this dataset." ]
[ "TAGS\n#task_categories-translation #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-translation #size_categories-10K<n<100K #source_datasets-original #language-English #language-Japanese #license-cc-by-nc-sa-4.0 #business-conversations-translation #region-us \n", "# Dataset Card for Business Scene Dialogue", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: Rikters et al., 2019\n- Leaderboard:\n- Point of Contact: Matīss Rikters", "### Dataset Summary\nThis is the Business Scene Dialogue (BSD) dataset, \na Japanese-English parallel corpus containing written conversations\nin various business scenarios. \n\nThe dataset was constructed in 3 steps: \n 1) selecting business scenes, \n 2) writing monolingual conversation scenarios according to the selected scenes, and \n 3) translating the scenarios into the other language. \n\nHalf of the monolingual scenarios were written in Japanese \nand the other half were written in English.", "### Supported Tasks and Leaderboards", "### Languages\nEnglish, Japanese.", "## Dataset Structure", "### Data Instances\nEach instance contains a conversation identifier, a sentence number that indicates its\nposition within the conversation, speaker name in English and Japanese, \ntext in English and Japanese, original language, scene of the scenario (tag), \nand title of the scenario (title).", "### Data Fields\n- id: dialogue identifier\n- no: sentence pair number within a dialogue\n- en_speaker: speaker name in English\n- ja_speaker: speaker name in Japanese\n- en_sentence: sentence in English\n- ja_sentence: sentence in Japanese\n- original_language: language in which monolingual scenario was written\n- tag: scenario\n- title: scenario title", "### Data Splits\n- There are a total of 24171 sentences / 808 business scenarios.\n- Train: 20000 sentences / 670 scenarios\n- Dev: 2051 sentences / 69 scenarios\n- Test: 2120 sentences / 69 scenarios", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\nDataset provided for research purposes only. Please check dataset license for additional information.", "## Additional Information", "### Dataset Curators", "### Licensing Information\nThis dataset was released under the Creative Commons Attribution-NonCommercial-ShareAlike (CC BY-NC-SA) license.", "### Contributions\n\nThanks to @j-chim for adding this dataset." ]
[ 98, 9, 120, 42, 103, 10, 8, 6, 59, 84, 56, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 25, 5, 6, 33, 18 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-translation #size_categories-10K<n<100K #source_datasets-original #language-English #language-Japanese #license-cc-by-nc-sa-4.0 #business-conversations-translation #region-us \n# Dataset Card for Business Scene Dialogue## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: Rikters et al., 2019\n- Leaderboard:\n- Point of Contact: Matīss Rikters### Dataset Summary\nThis is the Business Scene Dialogue (BSD) dataset, \na Japanese-English parallel corpus containing written conversations\nin various business scenarios. \n\nThe dataset was constructed in 3 steps: \n 1) selecting business scenes, \n 2) writing monolingual conversation scenarios according to the selected scenes, and \n 3) translating the scenarios into the other language. \n\nHalf of the monolingual scenarios were written in Japanese \nand the other half were written in English.### Supported Tasks and Leaderboards### Languages\nEnglish, Japanese.## Dataset Structure### Data Instances\nEach instance contains a conversation identifier, a sentence number that indicates its\nposition within the conversation, speaker name in English and Japanese, \ntext in English and Japanese, original language, scene of the scenario (tag), \nand title of the scenario (title)." ]
[ 0.002707437612116337, 0.10703304409980774, -0.004694856703281403, 0.04040862247347832, 0.05871935188770294, 0.01809173822402954, 0.13207751512527466, 0.1298503577709198, -0.021780073642730713, 0.08572381734848022, -0.11449157446622849, -0.004980415105819702, 0.1474539041519165, 0.1373678743839264, 0.023272061720490456, -0.2705221474170685, 0.07896538078784943, -0.05711948126554489, 0.10398885607719421, 0.08738195896148682, 0.14558130502700806, -0.05154670402407646, 0.04366271570324898, -0.034990087151527405, -0.06054018810391426, -0.041689127683639526, -0.018882950767874718, -0.08588153123855591, 0.048913221806287766, 0.06729153543710709, 0.11250907927751541, -0.021013271063566208, 0.04502682015299797, -0.20642684400081635, 0.027579843997955322, 0.07602354884147644, 0.023408442735671997, 0.0542280450463295, 0.059710800647735596, -0.005445465911179781, 0.012219487689435482, -0.08360498398542404, 0.06865313649177551, 0.07509356737136841, -0.09932561218738556, -0.09501776844263077, -0.09116824716329575, 0.052001167088747025, 0.09960849583148956, 0.03881898149847984, -0.06175817549228668, 0.024620000272989273, -0.04396977648139, 0.01615510880947113, 0.026572931557893753, -0.0979207307100296, -0.07299226522445679, 0.011583751998841763, 0.01901581697165966, 0.12640567123889923, -0.11921628564596176, -0.015701884403824806, -0.04270351305603981, 0.05556618422269821, -0.023162702098488808, -0.0107822734862566, -0.08361441642045975, 0.016707956790924072, -0.06286928802728653, 0.0300630833953619, 0.15568898618221283, -0.026899024844169617, -0.07167327404022217, -0.22426731884479523, -0.02464004047214985, 0.019300585612654686, -0.055390071123838425, -0.0049349055625498295, -0.0013131513260304928, -0.02933262102305889, 0.05567500367760658, -0.022972112521529198, -0.09179752320051193, -0.01397542655467987, -0.09688867628574371, 0.05998782441020012, 0.039440203458070755, 0.026057187467813492, -0.03392908349633217, 0.03898303210735321, 0.028353815898299217, -0.1010686382651329, -0.07034657150506973, -0.09349788725376129, -0.14704245328903198, 0.04097914695739746, 0.0558936633169651, -0.07308845221996307, 0.04180041700601578, 0.04927550628781319, -0.03689298778772354, 0.04421541839838028, -0.09210191667079926, -0.006804297678172588, 0.11676491796970367, 0.12043853849172592, -0.017277836799621582, -0.06119542941451073, -0.038891393691301346, 0.0007835060241632164, 0.00266056670807302, -0.007130718324333429, -0.029807666316628456, 0.04247703775763512, -0.032636549323797226, 0.0821060761809349, 0.05435538664460182, 0.028902405872941017, -0.0459074005484581, -0.049364130944013596, 0.16734588146209717, -0.1621960699558258, 0.030126400291919708, 0.008865582756698132, -0.02063365839421749, 0.08368564397096634, -0.032134756445884705, -0.03118761070072651, -0.05121997371315956, 0.04017854109406471, -0.02837448939681053, -0.00772671727463603, -0.10788463801145554, -0.054839372634887695, 0.05936475470662117, -0.047864917665719986, -0.06603414565324783, -0.02033955417573452, -0.06672263890504837, -0.07407412678003311, 0.0163127351552248, -0.11978570371866226, 0.007110415957868099, 0.001618788461200893, 0.03412376716732979, 0.03189924359321594, 0.006413530092686415, 0.04702942073345184, -0.030425600707530975, 0.022237831726670265, -0.05754615366458893, 0.06320386379957199, 0.04650988057255745, 0.03016100451350212, -0.08347054570913315, 0.02292337641119957, -0.15576951205730438, 0.11536000669002533, -0.10412994027137756, -0.0742836743593216, -0.1259044110774994, 0.06589259207248688, 0.024213965982198715, 0.05896493420004845, -0.06456322968006134, 0.1148897111415863, -0.22350648045539856, 0.0020099212415516376, 0.1742296814918518, -0.14458507299423218, 0.013962999917566776, 0.053399182856082916, -0.05940826237201691, 0.12846076488494873, 0.08103559166193008, 0.11196837574243546, -0.06424541771411896, -0.005084175616502762, -0.014596774242818356, -0.06397605687379837, 0.02137424424290657, 0.20347408950328827, 0.10139235109090805, -0.047639813274145126, 0.1279124915599823, 0.0522492416203022, -0.007671101484447718, -0.10826709866523743, 0.008095214143395424, -0.04811946675181389, 0.04906834289431572, 0.02568264678120613, -0.05589928850531578, -0.017820874229073524, -0.026257777586579323, 0.00001338527727057226, -0.10909199714660645, 0.049654241651296616, 0.04272034764289856, -0.0387539379298687, 0.05410797894001007, -0.05816194787621498, -0.10041067749261856, 0.05233344808220863, 0.008876016363501549, -0.1225801557302475, -0.12693746387958527, 0.08638257533311844, -0.06616555154323578, 0.13544341921806335, -0.0398435965180397, -0.00802295096218586, 0.006184635683894157, -0.043077029287815094, 0.019429076462984085, -0.0062766969203948975, 0.018036436289548874, 0.004105831030756235, -0.20254191756248474, 0.0029755712021142244, -0.06798660755157471, 0.05729340389370918, 0.03320422023534775, -0.016706446185708046, 0.0615030862390995, 0.1331339031457901, 0.05311913415789604, -0.0430743582546711, 0.03749716281890869, 0.015069423243403435, -0.030165409669280052, -0.011054430156946182, -0.0037617154885083437, -0.0390767939388752, 0.000043110554543090984, 0.21601440012454987, -0.08309046924114227, -0.1516992300748825, 0.0680360421538353, 0.22324833273887634, -0.08358731120824814, -0.08284356445074081, -0.020688652992248535, -0.03758614510297775, -0.10607267171144485, -0.057155072689056396, 0.08090569078922272, 0.009481172077357769, 0.018528008833527565, -0.07599854469299316, -0.026211634278297424, -0.036542318761348724, -0.017689500004053116, -0.06167210265994072, 0.0763384997844696, 0.043789342045784, -0.19660213589668274, 0.1963459551334381, -0.0641036257147789, 0.11246513575315475, 0.19981101155281067, -0.04440385103225708, -0.09201058000326157, -0.011630222201347351, -0.01962009072303772, 0.009644782170653343, 0.14572006464004517, -0.08618578314781189, 0.007226684596389532, 0.06951850652694702, 0.01203305833041668, 0.022926026955246925, -0.05356486141681671, 0.01318066380918026, -0.0038420166820287704, -0.015449756756424904, 0.06721288710832596, -0.010820182040333748, 0.04972662776708603, 0.11505818367004395, 0.008987672626972198, 0.10317746549844742, -0.02940197102725506, -0.048908282071352005, -0.0696902871131897, 0.08584423363208771, -0.17086519300937653, -0.271882563829422, -0.15229947865009308, -0.10536453872919083, -0.008681675419211388, -0.021853281185030937, 0.002645732369273901, -0.06478536128997803, -0.10362470149993896, -0.10866314172744751, 0.14907954633235931, 0.03780314698815346, -0.12397212535142899, -0.06783726811408997, 0.02717646397650242, -0.08590587973594666, -0.12476014345884323, 0.025394046679139137, 0.02955274097621441, -0.06184673681855202, 0.012646322138607502, -0.02084493450820446, 0.058778081089258194, 0.10740293562412262, 0.07934226840734482, -0.03003372810781002, -0.047522373497486115, 0.11550598591566086, -0.14917142689228058, 0.19960173964500427, 0.05973564460873604, -0.07665249705314636, 0.03433838114142418, 0.24775592982769012, 0.03977883607149124, 0.009748543612658978, 0.005858412943780422, 0.018195321783423424, -0.029622165486216545, -0.2918331027030945, -0.0561198852956295, -0.08424815535545349, 0.009786353446543217, -0.01749216765165329, 0.05460250377655029, 0.06218893453478813, 0.011298737488687038, -0.10923915356397629, -0.007702072151005268, 0.12075555324554443, 0.07854533195495605, 0.019689863547682762, -0.007791450247168541, 0.052636634558439255, -0.042767103761434555, -0.006150626111775637, 0.11028394848108292, 0.08797768503427505, 0.23216429352760315, 0.012793701142072678, 0.2215273678302765, 0.08862686157226562, -0.004873371683061123, 0.09034475684165955, 0.01829828880727291, -0.004622868727892637, 0.08681061863899231, -0.050007592886686325, -0.06556052714586258, 0.027928577736020088, 0.09831789135932922, 0.037354130297899246, -0.07989280670881271, 0.11530372500419617, -0.08304529637098312, 0.07730314135551453, 0.15581467747688293, 0.028149275109171867, -0.046136241406202316, -0.05186694115400314, 0.09237778931856155, -0.09570708870887756, -0.10822762548923492, 0.007266883738338947, 0.09776847809553146, -0.16419726610183716, 0.049737654626369476, -0.002448335289955139, 0.09958981722593307, -0.07046662271022797, -0.06572959572076797, 0.01691550202667713, 0.035145603120326996, -0.04117678478360176, 0.05984168127179146, -0.1788800209760666, 0.12437520921230316, 0.013509368523955345, 0.018413592129945755, -0.05382968485355377, 0.0657268539071083, -0.007684584707021713, -0.0265181977301836, 0.13380855321884155, -0.004806114826351404, -0.14370501041412354, 0.043795932084321976, -0.08265776187181473, 0.012820202857255936, 0.09887751936912537, -0.06629693508148193, 0.06377574056386948, -0.004890091251581907, -0.027585212141275406, -0.06906073540449142, -0.05004094913601875, -0.0825832337141037, -0.2602512538433075, 0.036042388528585434, -0.0942581370472908, 0.041595447808504105, -0.03977056220173836, -0.008393463678658009, 0.04284471645951271, 0.10560987889766693, -0.1228579729795456, -0.07973740249872208, -0.14796099066734314, -0.050949111580848694, 0.15777449309825897, -0.054936833679676056, 0.07993572950363159, -0.09998351335525513, 0.1474905014038086, -0.036672741174697876, -0.07746543735265732, 0.021992208436131477, -0.01138628926128149, -0.14623363316059113, -0.09593934565782547, 0.16261306405067444, 0.0929890125989914, 0.03979872539639473, -0.01638844609260559, 0.06334085017442703, 0.06724850088357925, -0.04459560289978981, 0.0074991523288190365, 0.12638624012470245, 0.0520770326256752, 0.07436500489711761, -0.11630821973085403, -0.23987264931201935, -0.15711262822151184, -0.11704975366592407, 0.07179703563451767, 0.011935858987271786, -0.0160005372017622, 0.21114858984947205, 0.14413493871688843, -0.11246321350336075, -0.18449971079826355, -0.06548269838094711, 0.0011103088036179543, 0.052656713873147964, -0.016274381428956985, -0.18674474954605103, 0.06312686204910278, 0.04127591475844383, -0.027381492778658867, 0.03157304227352142, -0.14513655006885529, -0.13669399917125702, -0.01866554468870163, 0.043180931359529495, -0.23935940861701965, -0.1356838345527649, -0.06432997435331345, 0.02210378088057041, -0.1382632851600647, 0.13959896564483643, 0.03756330907344818, 0.050870656967163086, -0.007476652506738901, 0.058625075966119766, -0.01683061011135578, -0.014866461977362633, 0.14080969989299774, 0.010675006546080112, -0.01444021612405777, -0.05700800567865372, -0.10074663162231445, 0.060361187905073166, -0.010170074179768562, 0.06075376644730568, 0.04992249235510826, -0.04967021569609642, -0.029505088925361633, -0.043984267860651016, -0.09501536190509796, -0.03065873496234417, -0.08650831878185272, -0.07602006942033768, -0.13032595813274384, 0.16046641767024994, 0.016946392133831978, -0.047887787222862244, 0.14274288713932037, -0.08242548257112503, 0.030958684161305428, 0.11937228590250015, 0.0833512544631958, 0.10316111892461777, -0.09028926491737366, -0.06569045037031174, -0.031997304409742355, 0.02050369791686535, -0.16448697447776794, 0.06504739075899124, 0.029053866863250732, -0.016993504017591476, 0.17997731268405914, -0.04700971394777298, -0.20888198912143707, 0.008787889964878559, 0.07105635851621628, -0.007328087463974953, -0.18921104073524475, 0.03179153800010681, 0.05484827607870102, -0.03462656959891319, -0.038161564618349075, 0.09253071248531342, 0.020310621708631516, -0.07729727029800415, 0.02015608921647072, 0.13506659865379333, 0.034140873700380325, 0.04349036514759064, -0.007949566468596458, 0.04382209852337837, -0.12770088016986847, 0.11160510778427124, 0.14416281878948212, -0.045257434248924255, -0.012216749601066113, 0.21851804852485657, -0.07934980094432831, -0.019799459725618362, 0.02611740678548813, 0.009270640090107918, 0.07033692300319672, -0.026067068800330162, 0.031134553253650665, -0.18862521648406982, -0.00896840263158083, 0.12646247446537018, -0.022436199709773064, 0.047630440443754196, 0.01657951809465885, -0.018600275740027428, -0.02378850430250168, 0.11689049005508423, 0.01897559128701687, 0.027938660234212875, 0.016945289447903633, -0.03365660831332207, 0.0687716081738472, -0.03358611837029457, -0.010427884757518768, -0.06288792937994003, -0.12533092498779297, -0.005311081651598215, -0.06597889214754105, 0.04272136837244034, -0.10665833950042725, -0.043726708739995956, -0.004523082170635462, -0.059432078152894974, -0.005519179627299309, 0.01753121428191662, -0.03428294137120247, -0.01251194253563881, -0.08834515511989594, 0.09650414437055588, -0.1324038952589035, 0.037632353603839874, 0.10032317787408829, -0.08855437487363815, 0.05965733528137207, 0.0031585213728249073, -0.04994645714759827, 0.03311995789408684, -0.12345150113105774, 0.03639114648103714, -0.019989388063549995, 0.0269740279763937, 0.052490510046482086, -0.09867400676012039, -0.01091921515762806, 0.016553698107600212, -0.02326229214668274, 0.003200889565050602, 0.05646905675530434, -0.07799696922302246, 0.07469461858272552, -0.06252112984657288, -0.06015237793326378, -0.030143674463033676, 0.06530904024839401, 0.12954823672771454, -0.01714860461652279, 0.042445793747901917, -0.033863287419080734, 0.10229147970676422, -0.12173905223608017, -0.02158389613032341, 0.02192985825240612, -0.01770094409584999, 0.024272672832012177, -0.038732826709747314, 0.018283484503626823, 0.02756749652326107, 0.19014592468738556, 0.04045969620347023, -0.044989634305238724, 0.08030883967876434, -0.007646815851330757, -0.09781676530838013, 0.09267719835042953, -0.04435030743479729, -0.0405237041413784, 0.013631989248096943, -0.0032642444130033255, -0.08945896476507187, -0.08813616633415222, -0.017130251973867416, 0.09716599434614182, 0.17575357854366302, 0.17462728917598724, 0.0014577674446627498, 0.08671613037586212, -0.044172246009111404, -0.0028537011239677668, 0.05329655855894089, -0.0935346931219101, -0.016559435054659843, -0.05263568460941315, 0.08230336010456085, 0.08524507284164429, -0.18970565497875214, 0.15918195247650146, -0.028076205402612686, -0.09574487805366516, -0.028373176231980324, -0.187057226896286, -0.06368483603000641, 0.010941864922642708, -0.01587693579494953, -0.09835491329431534, 0.08935590088367462, 0.13633517920970917, 0.0553189255297184, -0.025716407224535942, 0.05549532547593117, -0.014308629557490349, -0.10262098908424377, 0.06999919563531876, 0.1095462217926979, 0.06945515424013138, 0.05159137025475502, 0.05817190930247307, -0.038082655519247055, 0.10423452407121658, 0.05556917563080788, 0.1004161387681961, 0.04515458643436432, 0.015245474874973297, -0.058646414428949356, -0.05444613844156265, 0.04299311339855194, -0.040239911526441574, -0.032117508351802826, 0.2118561565876007, 0.039533939212560654, 0.021812422201037407, 0.022801067680120468, 0.19547870755195618, 0.020403243601322174, -0.11385001987218857, -0.1814480572938919, 0.06448037922382355, -0.044432953000068665, -0.028102446347475052, 0.0621267594397068, -0.12958362698554993, -0.03878665342926979, 0.18318283557891846, 0.1950037032365799, -0.02189483866095543, -0.020281245931982994, 0.01042495109140873, 0.022085845470428467, 0.015606279484927654, 0.10454706102609634, -0.0238130334764719, 0.276123970746994, -0.0165261160582304, 0.11001527309417725, -0.012922790832817554, -0.0858897939324379, -0.03542089834809303, 0.1284489929676056, -0.005816474556922913, -0.04957333952188492, -0.09052644670009613, 0.09876476973295212, -0.11780179291963577, -0.3011418581008911, 0.0342743881046772, -0.09955188632011414, -0.14015710353851318, -0.028474874794483185, 0.08194414526224136, -0.026324817910790443, -0.002938180463388562, 0.07927606999874115, 0.020893655717372894, 0.19270780682563782, 0.07573168724775314, -0.05133961886167526, 0.002907996531575918, 0.13334953784942627, -0.21834000945091248, 0.16950169205665588, 0.017203262075781822, 0.028137676417827606, 0.03773422911763191, -0.011220390908420086, -0.07098192721605301, 0.06560707837343216, 0.055519718676805496, -0.008989136666059494, -0.002030453411862254, 0.19406354427337646, 0.01972745917737484, 0.09915820509195328, 0.09970642626285553, -0.05478554219007492, 0.0939556211233139, 0.04068005084991455, -0.089260034263134, -0.06298694014549255, 0.10123435407876968, -0.1469966471195221, 0.11972276866436005, 0.15332970023155212, -0.030671002343297005, -0.017544440925121307, -0.03411359712481499, 0.06066212058067322, -0.03052271157503128, 0.09363977611064911, -0.006418419536203146, -0.10609805583953857, -0.04234881326556206, -0.06575200706720352, 0.10362258553504944, -0.18443025648593903, -0.03349059820175171, -0.0019075110321864486, -0.01713017374277115, -0.09359198808670044, 0.09909095615148544, 0.08141497522592545, 0.0069755143485963345, -0.029009928926825523, -0.16450271010398865, 0.08591163903474808, 0.03975916653871536, -0.005628672428429127, 0.02574346400797367 ]
1dbdabb101d60471e705f84ae821cdb804399dd7
# Dataset Card for BsWac ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** http://nlp.ffzg.hr/resources/corpora/bswac/ - **Repository:** https://www.clarin.si/repository/xmlui/handle/11356/1062 - **Paper:** http://nlp.ffzg.hr/data/publications/nljubesi/ljubesic14-bs.pdf - **Leaderboard:** - **Point of Contact:** [Nikola Ljubešič](mailto:nikola.ljubesic@ffzg.hr) ### Dataset Summary The Bosnian web corpus bsWaC was built by crawling the .ba top-level domain in 2014. The corpus was near-deduplicated on paragraph level, normalised via diacritic restoration, morphosyntactically annotated and lemmatised. The corpus is shuffled by paragraphs. Each paragraph contains metadata on the URL, domain and language identification (Bosnian vs. Croatian vs. Serbian). ### Supported Tasks and Leaderboards [More Information Needed] ### Languages Dataset is monolingual in Bosnian language. ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information Dataset is under the [CC-BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/) license. ### Citation Information ``` @misc{11356/1062, title = {Bosnian web corpus {bsWaC} 1.1}, author = {Ljube{\v s}i{\'c}, Nikola and Klubi{\v c}ka, Filip}, url = {http://hdl.handle.net/11356/1062}, note = {Slovenian language resource repository {CLARIN}.{SI}}, copyright = {Creative Commons - Attribution-{ShareAlike} 4.0 International ({CC} {BY}-{SA} 4.0)}, year = {2016} } ``` ### Contributions Thanks to [@IvanZidov](https://github.com/IvanZidov) for adding this dataset.
bswac
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:100M<n<1B", "source_datasets:original", "language:bs", "license:cc-by-sa-3.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["bs"], "license": ["cc-by-sa-3.0"], "multilinguality": ["monolingual"], "size_categories": ["100M<n<1B"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["language-modeling", "masked-language-modeling"], "pretty_name": "BsWac", "dataset_info": {"config_name": "bswac", "features": [{"name": "sentence", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 8801535375, "num_examples": 354581267}], "download_size": 1988514951, "dataset_size": 8801535375}}
2024-01-11T12:54:46+00:00
[]
[ "bs" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100M<n<1B #source_datasets-original #language-Bosnian #license-cc-by-sa-3.0 #region-us
# Dataset Card for BsWac ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: URL - Leaderboard: - Point of Contact: Nikola Ljubešič ### Dataset Summary The Bosnian web corpus bsWaC was built by crawling the .ba top-level domain in 2014. The corpus was near-deduplicated on paragraph level, normalised via diacritic restoration, morphosyntactically annotated and lemmatised. The corpus is shuffled by paragraphs. Each paragraph contains metadata on the URL, domain and language identification (Bosnian vs. Croatian vs. Serbian). ### Supported Tasks and Leaderboards ### Languages Dataset is monolingual in Bosnian language. ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information Dataset is under the CC-BY-SA 3.0 license. ### Contributions Thanks to @IvanZidov for adding this dataset.
[ "# Dataset Card for BsWac", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard:\n- Point of Contact: Nikola Ljubešič", "### Dataset Summary\n\nThe Bosnian web corpus bsWaC was built by crawling the .ba top-level domain in 2014. The corpus was near-deduplicated on paragraph level, normalised via diacritic restoration, morphosyntactically annotated and lemmatised. The corpus is shuffled by paragraphs. Each paragraph contains metadata on the URL, domain and language identification (Bosnian vs. Croatian vs. Serbian).", "### Supported Tasks and Leaderboards", "### Languages\n\nDataset is monolingual in Bosnian language.", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nDataset is under the CC-BY-SA 3.0 license.", "### Contributions\n\nThanks to @IvanZidov for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100M<n<1B #source_datasets-original #language-Bosnian #license-cc-by-sa-3.0 #region-us \n", "# Dataset Card for BsWac", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard:\n- Point of Contact: Nikola Ljubešič", "### Dataset Summary\n\nThe Bosnian web corpus bsWaC was built by crawling the .ba top-level domain in 2014. The corpus was near-deduplicated on paragraph level, normalised via diacritic restoration, morphosyntactically annotated and lemmatised. The corpus is shuffled by paragraphs. Each paragraph contains metadata on the URL, domain and language identification (Bosnian vs. Croatian vs. Serbian).", "### Supported Tasks and Leaderboards", "### Languages\n\nDataset is monolingual in Bosnian language.", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nDataset is under the CC-BY-SA 3.0 license.", "### Contributions\n\nThanks to @IvanZidov for adding this dataset." ]
[ 116, 9, 120, 31, 102, 10, 15, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 19, 18 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100M<n<1B #source_datasets-original #language-Bosnian #license-cc-by-sa-3.0 #region-us \n# Dataset Card for BsWac## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard:\n- Point of Contact: Nikola Ljubešič### Dataset Summary\n\nThe Bosnian web corpus bsWaC was built by crawling the .ba top-level domain in 2014. The corpus was near-deduplicated on paragraph level, normalised via diacritic restoration, morphosyntactically annotated and lemmatised. The corpus is shuffled by paragraphs. Each paragraph contains metadata on the URL, domain and language identification (Bosnian vs. Croatian vs. Serbian).### Supported Tasks and Leaderboards### Languages\n\nDataset is monolingual in Bosnian language.## Dataset Structure### Data Instances### Data Fields### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset" ]
[ 0.010479086078703403, 0.1766766607761383, -0.00717894034460187, 0.010516855865716934, 0.038725610822439194, 0.013853010721504688, 0.052634939551353455, 0.09776263684034348, 0.08096549659967422, 0.1534382402896881, -0.05561351403594017, 0.04571235179901123, 0.10315469652414322, 0.08882541954517365, 0.01836373470723629, -0.1840611696243286, 0.07581935077905655, -0.09975387901067734, -0.019090641289949417, 0.07862639427185059, 0.12070911377668381, -0.08865954726934433, 0.008550111204385757, -0.07183235138654709, 0.050116196274757385, 0.04345013201236725, -0.10060176998376846, -0.06750596314668655, 0.0007358522852882743, 0.016118254512548447, 0.031171856448054314, 0.012343980371952057, 0.05542849376797676, -0.28117018938064575, 0.011163812130689621, 0.0364200696349144, -0.0029273044783622026, 0.00793551467359066, 0.1189594715833664, -0.08389370888471603, 0.07882483303546906, -0.21551845967769623, 0.08440259099006653, 0.001811584341339767, -0.0903584435582161, -0.18858088552951813, -0.08563299477100372, 0.06851386278867722, 0.0912688821554184, 0.00647220853716135, -0.045818109065294266, 0.04370356351137161, -0.07228673994541168, 0.0297161303460598, 0.07528004050254822, -0.13410840928554535, -0.07979688793420792, 0.02306378073990345, 0.03143618628382683, 0.09089966118335724, -0.1438395380973816, 0.031563177704811096, -0.04915345460176468, 0.029501499608159065, 0.04277951642870903, -0.04629276692867279, -0.033674128353595734, 0.046050142496824265, -0.06508144736289978, -0.08483647555112839, 0.15007269382476807, -0.003329104743897915, 0.020113475620746613, -0.19024628400802612, 0.06779412925243378, 0.08242721110582352, -0.061606843024492264, 0.006385076325386763, -0.006739290431141853, -0.04993727430701256, 0.04340014234185219, -0.010832531377673149, -0.03728821128606796, 0.0157444067299366, 0.01906711794435978, 0.14466547966003418, 0.04660699889063835, -0.0017241553869098425, 0.06178787350654602, 0.061914850026369095, 0.1585536152124405, -0.13038566708564758, -0.01196346990764141, -0.028662318363785744, -0.1766805201768875, -0.02089313603937626, 0.038381535559892654, 0.07144961506128311, 0.08483925461769104, 0.19294796884059906, 0.03769734501838684, 0.05025676265358925, -0.031608257442712784, -0.03421742469072342, 0.05855013057589531, 0.0833323746919632, -0.064682237803936, -0.1333281248807907, -0.03876163810491562, -0.019619042053818703, -0.046892594546079636, -0.025716910138726234, -0.029823413118720055, 0.01500421017408371, 0.03766190633177757, 0.12548382580280304, 0.10090085119009018, -0.005472543183714151, -0.046184103935956955, -0.06104019656777382, 0.07018008828163147, -0.1400594860315323, 0.04877331852912903, 0.024077022448182106, -0.012159372679889202, -0.07155197113752365, -0.062699094414711, -0.0193311907351017, -0.1151871532201767, 0.10104996711015701, -0.005075850524008274, -0.03867865726351738, -0.07495608925819397, -0.04603535309433937, 0.08955788612365723, 0.005523706320673227, -0.04900443181395531, -0.01528292614966631, -0.04171690344810486, -0.0499177947640419, 0.003954441752284765, -0.13440077006816864, 0.0018960837041959167, -0.00936896912753582, -0.022996319457888603, 0.030398162081837654, -0.009415111504495144, 0.08150619268417358, -0.07506971061229706, 0.03242836147546768, -0.1145826205611229, 0.04027916118502617, 0.1342943012714386, 0.025306161493062973, -0.04194135218858719, 0.04254244640469551, -0.13394740223884583, 0.1174544170498848, -0.1598055064678192, -0.05995652824640274, -0.12200374901294708, -0.00027524688630364835, 0.02767522819340229, -0.035630963742733, -0.05618377402424812, 0.07420431077480316, -0.19503089785575867, -0.01234924141317606, 0.16039566695690155, -0.05337899178266525, -0.015227410942316055, 0.06933430582284927, -0.05804203450679779, 0.021576743572950363, 0.050241827964782715, 0.12078692764043808, -0.017553851008415222, 0.009592664428055286, -0.041391875594854355, -0.11400064080953598, 0.12163715809583664, 0.26591601967811584, 0.1103677824139595, -0.08090735226869583, 0.18685486912727356, 0.06128164753317833, -0.023664264008402824, -0.10184325277805328, 0.005256701726466417, -0.03628968074917793, 0.04132759943604469, 0.009328825399279594, 0.04936033859848976, -0.023311154916882515, -0.04316912591457367, -0.06474760174751282, -0.07785375416278839, 0.043782055377960205, 0.05808274820446968, -0.013437988236546516, 0.004972330294549465, -0.060959525406360626, -0.04625912383198738, -0.03369377180933952, 0.010688328184187412, -0.17430278658866882, -0.13660189509391785, 0.07109774649143219, -0.07451224327087402, 0.0979456827044487, -0.03528552129864693, 0.03755335882306099, -0.03149862214922905, -0.051943089812994, 0.04460006207227707, -0.04580020532011986, 0.04244512319564819, 0.025915736332535744, -0.2263243943452835, -0.05284891650080681, -0.0371035560965538, 0.11640927195549011, -0.04894483834505081, -0.04108477011322975, 0.10861866921186447, 0.2896531820297241, 0.058381661772727966, -0.06502945721149445, 0.0044907862320542336, 0.05475166440010071, 0.023239845409989357, -0.025709660723805428, -0.022423814982175827, -0.07506617158651352, 0.04322586581110954, 0.09233740717172623, -0.09742920845746994, -0.08661416918039322, 0.04656173661351204, 0.12876206636428833, -0.04054475948214531, -0.08068529516458511, -0.03840841352939606, -0.034234993159770966, -0.0031698651146143675, -0.09893610328435898, 0.08317536115646362, 0.03917498514056206, -0.0009055341361090541, -0.08222347497940063, -0.1402384489774704, -0.044613808393478394, 0.045377012342214584, -0.06969556212425232, 0.14643830060958862, 0.0258061271160841, -0.1406402885913849, 0.1483614146709442, 0.055047571659088135, 0.1720312535762787, 0.15783898532390594, -0.042826756834983826, -0.1368722766637802, -0.04138686880469322, 0.014967558905482292, 0.04712890833616257, 0.1345968395471573, -0.12349487841129303, 0.03126844763755798, 0.0805443525314331, -0.006232517771422863, 0.02137969247996807, -0.005598927848041058, 0.05384786054491997, -0.004786310717463493, -0.03431819751858711, 0.052453938871622086, 0.004616742022335529, 0.09498634934425354, 0.11238627880811691, 0.053770821541547775, 0.1477634310722351, -0.07297209650278091, -0.08563224971294403, -0.03487415984272957, 0.05756585672497749, -0.1597035974264145, -0.21810506284236908, -0.14253182709217072, -0.04643961414694786, -0.09175895899534225, -0.046173468232154846, -0.013349776156246662, -0.03396277502179146, -0.098316989839077, -0.04109147563576698, 0.09367194026708603, 0.10323592275381088, -0.10047254711389542, 0.0034524223301559687, 0.08067839592695236, -0.029273658990859985, -0.1202671229839325, 0.014511913992464542, 0.047634851187467575, 0.005360716488212347, -0.017170758917927742, 0.06610110402107239, 0.11923602968454361, 0.03946033492684364, 0.06756997108459473, -0.006010245997458696, -0.021952947601675987, 0.16826893389225006, -0.16352133452892303, 0.11537037789821625, 0.02339433692395687, -0.09525128453969955, 0.006128658540546894, 0.20027968287467957, 0.036207862198352814, -0.024758245795965195, 0.015639355406165123, 0.11643025279045105, -0.019240189343690872, -0.19586020708084106, -0.13618752360343933, -0.10598289221525192, -0.09699056297540665, 0.0865640938282013, 0.07509393990039825, -0.05899082496762276, -0.03332431986927986, -0.14340326189994812, -0.04631544649600983, 0.1222073957324028, 0.07579908519983292, 0.09492801874876022, 0.03595681115984917, 0.015051092021167278, -0.059000562876462936, -0.0637705996632576, 0.10461074858903885, 0.09428783506155014, 0.2080695629119873, -0.002385406056419015, 0.215208500623703, 0.06539304554462433, 0.08213493973016739, -0.049515508115291595, 0.02017059735953808, 0.033942461013793945, 0.08158360421657562, 0.01000550203025341, -0.09746310114860535, 0.035150766372680664, 0.03179796412587166, 0.06318961083889008, -0.07280071079730988, 0.07010755687952042, -0.2000621110200882, 0.1281442940235138, 0.144805446267128, 0.005356286186724901, -0.05494014173746109, -0.029873399063944817, 0.13241703808307648, -0.0747310146689415, -0.12061683088541031, -0.05194924399256706, 0.06682924926280975, -0.17237485945224762, 0.07826922088861465, 0.013787714764475822, 0.10190790891647339, -0.06793136149644852, -0.052559744566679, -0.002678894903510809, 0.043419066816568375, -0.014089454896748066, 0.12203575670719147, -0.12235096842050552, 0.10420665889978409, 0.014003382995724678, 0.023349523544311523, -0.13746100664138794, 0.037494830787181854, -0.00610369723290205, -0.10273772478103638, 0.13600794970989227, 0.006996361538767815, -0.08998120576143265, -0.04323044791817665, -0.14630301296710968, 0.015106619335711002, 0.1002921387553215, -0.20107823610305786, 0.12266679853200912, -0.01151541993021965, -0.019067315384745598, -0.07700762897729874, -0.09496002644300461, -0.093610018491745, -0.24881674349308014, 0.07090888917446136, -0.04683857411146164, 0.0073834494687616825, -0.05787346512079239, -0.05265410989522934, -0.05967368930578232, 0.15563321113586426, -0.07542778551578522, -0.08105958998203278, -0.1328965127468109, -0.038241222500801086, 0.24028237164020538, -0.05128834769129753, 0.027720658108592033, -0.021601207554340363, 0.21753087639808655, -0.01752389408648014, -0.0702923834323883, -0.0017148311017081141, -0.016349144279956818, -0.1885198950767517, -0.018787529319524765, 0.15742745995521545, 0.06817285716533661, 0.02556413784623146, 0.022978978231549263, 0.06901466101408005, 0.053761739283800125, -0.09704910963773727, 0.022732527926564217, 0.09826350212097168, 0.03379974141716957, 0.10649401694536209, -0.07381507754325867, -0.16544769704341888, -0.11654925346374512, -0.04321707785129547, 0.07186781615018845, 0.15493857860565186, -0.06893178075551987, 0.21252088248729706, 0.07982859015464783, -0.10319490730762482, -0.22226561605930328, -0.042910777032375336, 0.02258927747607231, -0.007222101092338562, 0.0388178825378418, -0.1147560253739357, 0.024405207484960556, 0.03493965044617653, -0.015606076456606388, 0.02041420340538025, -0.18381142616271973, -0.151433065533638, 0.026553869247436523, -0.015198100358247757, -0.2851020097732544, -0.1264437437057495, -0.0905207097530365, -0.044809628278017044, -0.20666860044002533, 0.09729287028312683, 0.04266251623630524, 0.0028535649180412292, 0.007612897548824549, 0.016430014744400978, 0.028131388127803802, 0.01367412880063057, 0.21237103641033173, 0.04151039198040962, 0.01059400662779808, -0.1191110759973526, 0.017680326476693153, 0.11248369514942169, -0.015184146352112293, -0.004187438637018204, 0.050030410289764404, -0.05504728853702545, -0.1597735732793808, -0.04557860270142555, -0.099675752222538, 0.02032736875116825, -0.10387810319662094, -0.03186776116490364, -0.03564960137009621, 0.10421585291624069, 0.0953579843044281, -0.05316561833024025, 0.0696745216846466, -0.060214195400476456, 0.06325062364339828, 0.12632139027118683, 0.09731129556894302, 0.04751928523182869, -0.0428561232984066, 0.02917788363993168, -0.00632218224927783, -0.055951572954654694, 0.016314158216118813, 0.08441311120986938, 0.098115473985672, -0.01034680474549532, 0.10841062664985657, -0.05683688819408417, -0.1521635353565216, -0.048412222415208817, 0.0921073779463768, -0.07135661691427231, -0.17923708260059357, 0.030559856444597244, 0.03483854979276657, -0.0843951404094696, -0.10094034671783447, 0.05106552317738533, 0.05263131111860275, -0.08185286819934845, -0.001678946428000927, 0.08526727557182312, 0.04372218996286392, 0.07674677670001984, 0.010358307510614395, 0.06770581752061844, -0.11505667865276337, 0.14322902262210846, 0.14384427666664124, -0.10680347681045532, 0.019609514623880386, 0.11938091367483139, -0.06398774683475494, -0.012302221730351448, 0.06610041856765747, 0.07132672518491745, 0.09407756477594376, -0.021611927077174187, -0.005201765801757574, -0.1586868315935135, 0.0504625178873539, 0.103647381067276, 0.00751833338290453, 0.010086903348565102, 0.06333884596824646, -0.022405903786420822, -0.03685813769698143, 0.2036229968070984, 0.10834425687789917, -0.009281318634748459, 0.01846546120941639, -0.0065894173458218575, -0.025643959641456604, -0.05810104310512543, -0.0024283959064632654, -0.03155478090047836, -0.10442905873060226, -0.009761394001543522, -0.15758715569972992, 0.00417275819927454, -0.1549447476863861, -0.005997686646878719, -0.0026775975711643696, -0.05847536399960518, -0.02886621095240116, 0.010043596848845482, -0.08959415555000305, -0.043417878448963165, -0.047302521765232086, 0.1398276388645172, -0.17419931292533875, -0.03565343841910362, 0.11243218183517456, -0.09762591868638992, 0.09745752066373825, 0.03619648143649101, -0.009404608979821205, 0.031304676085710526, -0.06765567511320114, 0.01846424862742424, -0.04020535573363304, 0.05355639383196831, 0.06057845428586006, -0.16531459987163544, 0.024594726040959358, -0.0008230251260101795, -0.05624387413263321, 0.03267410770058632, 0.027561422437429428, -0.07930015027523041, 0.029867347329854965, -0.03796049579977989, -0.07255624234676361, 0.04561256244778633, 0.09823045879602432, 0.10733502358198166, -0.022920740768313408, 0.05937536433339119, -0.04457531496882439, 0.032783392816782, -0.10339229553937912, -0.04070073366165161, -0.03423099219799042, -0.013693418353796005, 0.024711905047297478, -0.014404449611902237, 0.056210778653621674, 0.014284366741776466, 0.20876146852970123, -0.011321919038891792, 0.04112648591399193, 0.0660608783364296, -0.008289415389299393, -0.08662675321102142, 0.08866807818412781, -0.034947387874126434, -0.013360473327338696, -0.029016757383942604, -0.014740304090082645, -0.06840105354785919, -0.06916370242834091, -0.06204837188124657, 0.04142686724662781, 0.2582750618457794, 0.26676541566848755, -0.08332338184118271, 0.12263662368059158, -0.10956134647130966, -0.001316171488724649, 0.10711398720741272, -0.01922769658267498, 0.00743660656735301, -0.10522886365652084, 0.026663778349757195, 0.058452922850847244, -0.2561192214488983, 0.14141452312469482, -0.06302766501903534, -0.04939056932926178, 0.00342458114027977, -0.19644366204738617, -0.07234255969524384, 0.03831479698419571, -0.02467952109873295, -0.11551458388566971, 0.08852237462997437, 0.08247538655996323, 0.00866667740046978, -0.009011595509946346, 0.06663265824317932, -0.12244470417499542, -0.09095876663923264, 0.10404319316148758, 0.07913915067911148, 0.06386541575193405, 0.021490134298801422, 0.07275665551424026, -0.0446520559489727, 0.10042792558670044, 0.06279107183218002, 0.09948529303073883, -0.008639535866677761, -0.05396455526351929, -0.0816839337348938, -0.049921177327632904, 0.06677403301000595, -0.0598638616502285, -0.019671784713864326, 0.22833511233329773, 0.050312772393226624, 0.0006598883774131536, -0.010003186762332916, 0.266406387090683, -0.003651436185464263, -0.12356046587228775, -0.169185072183609, -0.08201039582490921, 0.012596981599926949, 0.02072996273636818, 0.07086323201656342, -0.12482704967260361, -0.0216133501380682, 0.09020379185676575, 0.11649216711521149, 0.054913297295570374, 0.042798858135938644, -0.005659574642777443, 0.03693011403083801, 0.04047060385346413, 0.05742160975933075, -0.012579996138811111, 0.16997362673282623, -0.04251869395375252, 0.04200588911771774, -0.008844488300383091, -0.003221370978280902, -0.0750303566455841, 0.1499588042497635, -0.03237181529402733, -0.058338090777397156, -0.07106340676546097, 0.12894855439662933, -0.1009228527545929, -0.255288690328598, 0.05212785303592682, -0.1704641878604889, -0.1843980997800827, -0.028130775317549706, 0.02460838295519352, -0.029106752946972847, -0.015693122521042824, 0.07306335866451263, -0.04483724385499954, 0.17299512028694153, 0.09996296465396881, 0.049396004527807236, -0.05287807807326317, 0.11814796924591064, -0.02244713343679905, 0.22725878655910492, -0.0038915430195629597, 0.057819098234176636, 0.08382399380207062, -0.04350520670413971, -0.13473986089229584, -0.017175612971186638, 0.11426012963056564, 0.001042937277816236, 0.027273477986454964, 0.1740472912788391, -0.01689000427722931, 0.1183176338672638, 0.13609448075294495, 0.037542857229709625, 0.06213757395744324, -0.05346854776144028, 0.001734090386889875, -0.062339890748262405, 0.14587624371051788, -0.12248384952545166, 0.04827677085995674, 0.14426663517951965, -0.054460491985082626, 0.009858381003141403, -0.04040483385324478, 0.04103671386837959, -0.03031167946755886, 0.17582300305366516, -0.018577752634882927, -0.11428982764482498, 0.026541758328676224, -0.040581244975328445, 0.09918345510959625, -0.18392594158649445, -0.05639035627245903, 0.04572328180074692, -0.038250960409641266, 0.008718172088265419, 0.1650121510028839, 0.04187506437301636, -0.009830961935222149, -0.04272298887372017, -0.19174641370773315, 0.04311736673116684, 0.10032283514738083, -0.08334653824567795, 0.06791719794273376 ]
28e91a21a22b95987a90a46cb6d7741c7aad8158
# Dataset Card for C3 ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** []() - **Repository:** [link]() - **Paper:** []() - **Leaderboard:** []() - **Point of Contact:** []() ### Dataset Summary Machine reading comprehension tasks require a machine reader to answer questions relevant to the given document. In this paper, we present the first free-form multiple-Choice Chinese machine reading Comprehension dataset (C^3), containing 13,369 documents (dialogues or more formally written mixed-genre texts) and their associated 19,577 multiple-choice free-form questions collected from Chinese-as-a-second-language examinations. We present a comprehensive analysis of the prior knowledge (i.e., linguistic, domain-specific, and general world knowledge) needed for these real-world problems. We implement rule-based and popular neural methods and find that there is still a significant performance gap between the best performing model (68.5%) and human readers (96.0%), especially on problems that require prior knowledge. We further study the effects of distractor plausibility and data augmentation based on translated relevant datasets for English on model performance. We expect C^3 to present great challenges to existing systems as answering 86.8% of questions requires both knowledge within and beyond the accompanying document, and we hope that C^3 can serve as a platform to study how to leverage various kinds of prior knowledge to better understand a given written or orally oriented text. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure [More Information Needed] ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data [More Information Needed] #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations [More Information Needed] #### 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 Dataset provided for research purposes only. Please check dataset license for additional information. ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @article{sun2019investigating, title={Investigating Prior Knowledge for Challenging Chinese Machine Reading Comprehension}, author={Sun, Kai and Yu, Dian and Yu, Dong and Cardie, Claire}, journal={Transactions of the Association for Computational Linguistics}, year={2020}, url={https://arxiv.org/abs/1904.09679v3} } ``` ### Contributions Thanks to [@Narsil](https://github.com/Narsil) for adding this dataset.
c3
[ "task_categories:question-answering", "task_ids:multiple-choice-qa", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:zh", "license:other", "arxiv:1904.09679", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["zh"], "license": ["other"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["multiple-choice-qa"], "paperswithcode_id": "c3", "pretty_name": "C3", "dataset_info": [{"config_name": "dialog", "features": [{"name": "documents", "sequence": "string"}, {"name": "document_id", "dtype": "string"}, {"name": "questions", "sequence": [{"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "choice", "sequence": "string"}]}], "splits": [{"name": "train", "num_bytes": 2039779, "num_examples": 4885}, {"name": "test", "num_bytes": 646955, "num_examples": 1627}, {"name": "validation", "num_bytes": 611106, "num_examples": 1628}], "download_size": 2073256, "dataset_size": 3297840}, {"config_name": "mixed", "features": [{"name": "documents", "sequence": "string"}, {"name": "document_id", "dtype": "string"}, {"name": "questions", "sequence": [{"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "choice", "sequence": "string"}]}], "splits": [{"name": "train", "num_bytes": 2710473, "num_examples": 3138}, {"name": "test", "num_bytes": 891579, "num_examples": 1045}, {"name": "validation", "num_bytes": 910759, "num_examples": 1046}], "download_size": 3183780, "dataset_size": 4512811}], "configs": [{"config_name": "dialog", "data_files": [{"split": "train", "path": "dialog/train-*"}, {"split": "test", "path": "dialog/test-*"}, {"split": "validation", "path": "dialog/validation-*"}]}, {"config_name": "mixed", "data_files": [{"split": "train", "path": "mixed/train-*"}, {"split": "test", "path": "mixed/test-*"}, {"split": "validation", "path": "mixed/validation-*"}]}]}
2024-01-11T08:12:46+00:00
[ "1904.09679" ]
[ "zh" ]
TAGS #task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Chinese #license-other #arxiv-1904.09679 #region-us
# Dataset Card for C3 ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: []() - Repository: [link]() - Paper: []() - Leaderboard: []() - Point of Contact: []() ### Dataset Summary Machine reading comprehension tasks require a machine reader to answer questions relevant to the given document. In this paper, we present the first free-form multiple-Choice Chinese machine reading Comprehension dataset (C^3), containing 13,369 documents (dialogues or more formally written mixed-genre texts) and their associated 19,577 multiple-choice free-form questions collected from Chinese-as-a-second-language examinations. We present a comprehensive analysis of the prior knowledge (i.e., linguistic, domain-specific, and general world knowledge) needed for these real-world problems. We implement rule-based and popular neural methods and find that there is still a significant performance gap between the best performing model (68.5%) and human readers (96.0%), especially on problems that require prior knowledge. We further study the effects of distractor plausibility and data augmentation based on translated relevant datasets for English on model performance. We expect C^3 to present great challenges to existing systems as answering 86.8% of questions requires both knowledge within and beyond the accompanying document, and we hope that C^3 can serve as a platform to study how to leverage various kinds of prior knowledge to better understand a given written or orally oriented text. ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Dataset provided for research purposes only. Please check dataset license for additional information. ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @Narsil for adding this dataset.
[ "# Dataset Card for C3", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: []()\n- Repository: [link]()\n- Paper: []()\n- Leaderboard: []()\n- Point of Contact: []()", "### Dataset Summary\n\nMachine reading comprehension tasks require a machine reader to answer questions relevant to the given document. In this paper, we present the first free-form multiple-Choice Chinese machine reading Comprehension dataset (C^3), containing 13,369 documents (dialogues or more formally written mixed-genre texts) and their associated 19,577 multiple-choice free-form questions collected from Chinese-as-a-second-language examinations.\nWe present a comprehensive analysis of the prior knowledge (i.e., linguistic, domain-specific, and general world knowledge) needed for these real-world problems. We implement rule-based and popular neural methods and find that there is still a significant performance gap between the best performing model (68.5%) and human readers (96.0%), especially on problems that require prior knowledge. We further study the effects of distractor plausibility and data augmentation based on translated relevant datasets for English on model performance. We expect C^3 to present great challenges to existing systems as answering 86.8% of questions requires both knowledge within and beyond the accompanying document, and we hope that C^3 can serve as a platform to study how to leverage various kinds of prior knowledge to better understand a given written or orally oriented text.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\nDataset provided for research purposes only. Please check dataset license for additional information.", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @Narsil for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Chinese #license-other #arxiv-1904.09679 #region-us \n", "# Dataset Card for C3", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: []()\n- Repository: [link]()\n- Paper: []()\n- Leaderboard: []()\n- Point of Contact: []()", "### Dataset Summary\n\nMachine reading comprehension tasks require a machine reader to answer questions relevant to the given document. In this paper, we present the first free-form multiple-Choice Chinese machine reading Comprehension dataset (C^3), containing 13,369 documents (dialogues or more formally written mixed-genre texts) and their associated 19,577 multiple-choice free-form questions collected from Chinese-as-a-second-language examinations.\nWe present a comprehensive analysis of the prior knowledge (i.e., linguistic, domain-specific, and general world knowledge) needed for these real-world problems. We implement rule-based and popular neural methods and find that there is still a significant performance gap between the best performing model (68.5%) and human readers (96.0%), especially on problems that require prior knowledge. We further study the effects of distractor plausibility and data augmentation based on translated relevant datasets for English on model performance. We expect C^3 to present great challenges to existing systems as answering 86.8% of questions requires both knowledge within and beyond the accompanying document, and we hope that C^3 can serve as a platform to study how to leverage various kinds of prior knowledge to better understand a given written or orally oriented text.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\nDataset provided for research purposes only. Please check dataset license for additional information.", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @Narsil for adding this dataset." ]
[ 101, 7, 120, 45, 283, 10, 4, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 25, 5, 6, 6, 16 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Chinese #license-other #arxiv-1904.09679 #region-us \n# Dataset Card for C3## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: []()\n- Repository: [link]()\n- Paper: []()\n- Leaderboard: []()\n- Point of Contact: []()" ]
[ -0.027522752061486244, 0.16257257759571075, -0.006098072975873947, 0.037463828921318054, 0.07848265767097473, 0.034750182181596756, 0.1562260538339615, 0.12889249622821808, 0.06795895844697952, 0.0721663385629654, -0.0676945149898529, 0.09449800103902817, 0.123912513256073, 0.12632954120635986, -0.05494588240981102, -0.22462327778339386, 0.028781980276107788, -0.029531551524996758, -0.0009007897460833192, 0.10525219142436981, 0.15618585050106049, -0.06552428752183914, 0.026697903871536255, -0.02102152444422245, -0.031445134431123734, -0.0059390864335000515, -0.04265688359737396, -0.0876593291759491, 0.10338100045919418, 0.03472770005464554, 0.0782780721783638, 0.039122652262449265, 0.033882394433021545, -0.25192102789878845, 0.04816668853163719, 0.007362171541899443, 0.009047610685229301, 0.05493899807333946, 0.06173408031463623, -0.010064327158033848, 0.008898657746613026, -0.09810779243707657, 0.07952314615249634, 0.0761464536190033, -0.08457624167203903, -0.10215659439563751, -0.11509683728218079, 0.027976004406809807, 0.05760452523827553, 0.011241327039897442, -0.049052685499191284, 0.12100321054458618, -0.09185133874416351, 0.028743358328938484, 0.02834351174533367, -0.14748886227607727, -0.04930534586310387, 0.09511630237102509, 0.03186674788594246, 0.06452111899852753, -0.12541316449642181, -0.001959033776074648, -0.06630843877792358, -0.003659249981865287, -0.0089446185156703, -0.047551508992910385, -0.11482977122068405, 0.003140481188893318, -0.04010989889502525, 0.005076022353023291, 0.21820634603500366, 0.00793316401541233, -0.0001261199067812413, -0.2352725863456726, -0.023616470396518707, 0.10871785134077072, -0.07078525424003601, 0.03589920699596405, 0.008301314897835255, -0.042949602007865906, 0.09079243242740631, -0.031063800677657127, -0.04041746258735657, -0.0019413286354392767, -0.06552872806787491, -0.03274620696902275, 0.04155997931957245, 0.012691957876086235, 0.01709269918501377, 0.047635771334171295, 0.07872901856899261, -0.12252794206142426, -0.04549439623951912, -0.10513163357973099, -0.15660600364208221, -0.007438816130161285, 0.09819574654102325, 0.0884953960776329, 0.13620372116565704, 0.11269648373126984, -0.020829545333981514, 0.062071532011032104, -0.13102102279663086, -0.000538129941560328, 0.09018763899803162, 0.0357314795255661, -0.03808595985174179, -0.10635122656822205, 0.02128991112112999, 0.03962526470422745, -0.029068291187286377, -0.010859989561140537, -0.020084895193576813, 0.03848278895020485, -0.0662098377943039, 0.13058499991893768, 0.1235392838716507, 0.035728294402360916, -0.07756848633289337, -0.051633428782224655, 0.10945587605237961, -0.11676231771707535, 0.029520472511649132, 0.07130465656518936, -0.03579685837030411, 0.02673870325088501, -0.08542145043611526, 0.028042931109666824, -0.08601740002632141, 0.011841140687465668, -0.027916012331843376, -0.02110559679567814, -0.0676354393362999, -0.05245858430862427, 0.09124304354190826, -0.051635775715112686, -0.028537657111883163, 0.03322670981287956, -0.13267268240451813, -0.024273691698908806, 0.027906052768230438, -0.12051793932914734, -0.07757159322500229, 0.0096364077180624, 0.015832502394914627, 0.030149264261126518, -0.03150683641433716, -0.03204762563109398, -0.10492433607578278, 0.022511281073093414, -0.07700496912002563, 0.011188430711627007, -0.00862052571028471, 0.031012093648314476, -0.013631194829940796, 0.051973674446344376, -0.08717485517263412, 0.10717976838350296, -0.18905597925186157, 0.014493381604552269, -0.10250543057918549, 0.0031944967340677977, 0.11342261731624603, 0.023682117462158203, -0.06035163626074791, 0.1651017963886261, -0.1954699009656906, 0.002962506841868162, 0.14536206424236298, -0.07217304408550262, -0.07465197890996933, 0.06246635690331459, -0.05951928719878197, 0.03793506324291229, 0.02463015913963318, 0.12311927229166031, 0.05246997997164726, -0.0173640139400959, -0.010543497279286385, -0.018167657777667046, 0.08179031312465668, 0.07321107387542725, 0.09356461465358734, -0.03666697442531586, 0.13540686666965485, 0.03172130137681961, -0.0029702887404710054, -0.07891637831926346, -0.010724121704697609, -0.08389076590538025, 0.02440440095961094, 0.01742677018046379, 0.029137885197997093, 0.0056743137538433075, -0.00047313535469584167, -0.00897571723908186, -0.03300666809082031, 0.0912015438079834, 0.03747814893722534, -0.008488454855978489, -0.02757311426103115, -0.07579704374074936, 0.027388446033000946, 0.04767625406384468, -0.0015217704931274056, -0.16763345897197723, -0.17805172502994537, 0.07701316475868225, 0.0033555945847183466, 0.08382942527532578, 0.03590387478470802, -0.011381065472960472, -0.045986808836460114, -0.040564119815826416, 0.0582040511071682, 0.006707057822495699, 0.009104127064347267, 0.03212142735719681, -0.21451161801815033, 0.009092715568840504, -0.07710821181535721, 0.09584994614124298, -0.11226458102464676, 0.007580944336950779, 0.1181076318025589, 0.15546654164791107, 0.04293309152126312, -0.016298597678542137, 0.0629488155245781, 0.02841094695031643, -0.007566827815026045, -0.025015849620103836, 0.03877453878521919, -0.0668691024184227, -0.035620108246803284, 0.07711531966924667, -0.03767426311969757, 0.08421166241168976, 0.08012379705905914, 0.0826297178864479, 0.006060007959604263, -0.11761351674795151, -0.049168895930051804, -0.004421049263328314, -0.08411262184381485, -0.05904045328497887, 0.053664594888687134, 0.06274227797985077, 0.055640604346990585, -0.08804189413785934, -0.09152153134346008, -0.055216219276189804, 0.044746287167072296, -0.03971971571445465, 0.1261560022830963, 0.10176421701908112, -0.07472595572471619, 0.1807251274585724, 0.018305741250514984, 0.162652388215065, 0.16179259121418, -0.0942486897110939, -0.048944901674985886, 0.01922960951924324, 0.005082843825221062, -0.03199147805571556, 0.1411755532026291, -0.12785418331623077, -0.016089091077446938, 0.09236298501491547, -0.0035590792540460825, 0.01147116906940937, -0.08075914531946182, -0.012539571151137352, -0.046590160578489304, -0.06265934556722641, -0.06870749592781067, 0.0060991523787379265, 0.09292229264974594, 0.13553427159786224, 0.009954026900231838, 0.03745401278138161, -0.02189991995692253, -0.061211105436086655, -0.05285481736063957, 0.10896197706460953, -0.16299709677696228, -0.26807230710983276, -0.0925280973315239, -0.1137964203953743, -0.0848766341805458, -0.03785400837659836, -0.0171143040060997, -0.017415042966604233, -0.09848316758871078, -0.05470314994454384, 0.10123693943023682, 0.03734942525625229, -0.1366795003414154, 0.009963886812329292, 0.05061837285757065, -0.043222881853580475, -0.15036752820014954, 0.03589878976345062, 0.05503362789750099, -0.006960888858884573, 0.0359843485057354, -0.016959957778453827, 0.032165829092264175, 0.07074608653783798, 0.08328785747289658, -0.018761444836854935, -0.07980494201183319, 0.2134297788143158, -0.1578666865825653, 0.13767075538635254, 0.10016995668411255, -0.04313085228204727, 0.026164600625634193, 0.3034295439720154, 0.08188848197460175, -0.060999684035778046, -0.013938470743596554, 0.06494913250207901, 0.016717322170734406, -0.29616212844848633, -0.11527793854475021, -0.12581013143062592, -0.02043996751308441, 0.012301217764616013, 0.07428529113531113, -0.01309502124786377, 0.01357977744191885, -0.09414764493703842, 0.01867031678557396, 0.11468003690242767, 0.03680051863193512, 0.16824829578399658, 0.01983100175857544, 0.07724136114120483, -0.055370721966028214, -0.025999506935477257, 0.09779408574104309, 0.1858311891555786, 0.23133054375648499, 0.05931749567389488, 0.23148775100708008, 0.07173017412424088, 0.09359391033649445, 0.031671192497015, 0.021763522177934647, 0.002730546984821558, 0.09983167797327042, -0.014065545052289963, -0.04403451457619667, 0.009538723155856133, 0.02249889262020588, 0.08790033310651779, -0.11970105767250061, 0.0951995924115181, -0.13988372683525085, 0.0792827159166336, 0.18480819463729858, 0.008069740608334541, -0.04336261749267578, 0.007095852866768837, 0.14316190779209137, -0.12012394517660141, -0.12093427032232285, 0.03177197650074959, 0.030328955501317978, -0.17187923192977905, 0.12338566035032272, -0.034800298511981964, 0.1534673422574997, -0.09991469979286194, -0.03881457820534706, -0.03809120133519173, -0.053433410823345184, -0.021702777594327927, 0.0633884072303772, -0.19866706430912018, 0.2754078507423401, 0.028793727979063988, -0.03838681802153587, -0.10667070001363754, 0.07306385040283203, 0.013371028937399387, 0.023246584460139275, 0.14348620176315308, -0.03697449341416359, -0.032034821808338165, -0.039513006806373596, -0.05625063180923462, 0.03333701193332672, 0.04295383766293526, -0.08203116804361343, 0.07624360918998718, -0.01035398431122303, -0.0018592893611639738, -0.03930092230439186, -0.11351355910301208, -0.10360370576381683, -0.23415164649486542, 0.07568533718585968, -0.052897948771715164, 0.008387520909309387, -0.05373586341738701, -0.05005505308508873, -0.033327367156744, 0.1006709560751915, -0.1650887280702591, -0.11511044204235077, -0.18333010375499725, -0.03124040551483631, 0.16904979944229126, -0.0006604156224057078, 0.06137148663401604, -0.05060724541544914, 0.1482602059841156, -0.017095448449254036, -0.07014701515436172, 0.03240105137228966, -0.03924490511417389, -0.15766967833042145, -0.05147124081850052, 0.1892203837633133, -0.015382693149149418, 0.04033219441771507, 0.029622070491313934, 0.035296645015478134, 0.008976715616881847, -0.0986480563879013, 0.004699056968092918, 0.056393593549728394, 0.026422563940286636, 0.1048051193356514, -0.091957688331604, -0.22883820533752441, -0.07613518834114075, -0.06058156117796898, 0.13340654969215393, 0.10614392161369324, -0.013981824740767479, 0.23032785952091217, 0.08893635123968124, -0.1083439439535141, -0.1881883144378662, 0.0048119137063622475, 0.002698685508221388, 0.007126695942133665, 0.016539491713047028, -0.19658903777599335, 0.0734691247344017, 0.0571429617702961, -0.026416637003421783, 0.030235666781663895, -0.12663650512695312, -0.09795370697975159, 0.025206763297319412, 0.02276567555963993, -0.15321145951747894, -0.16376130282878876, -0.11101337522268295, -0.0564504936337471, -0.23326611518859863, 0.18266801536083221, -0.01604202203452587, 0.016182169318199158, -0.02408622018992901, 0.06979985535144806, 0.004293995443731546, -0.022086728364229202, 0.1481514424085617, 0.019661718979477882, 0.012844579294323921, -0.05176994949579239, -0.0762241780757904, 0.12690234184265137, 0.028447872027754784, 0.010634600184857845, 0.02501947246491909, -0.02199380099773407, -0.20805947482585907, -0.06575260311365128, -0.0606297105550766, 0.010089194402098656, -0.08678271621465683, -0.05974627286195755, -0.08119969815015793, 0.10114283114671707, 0.04827701672911644, -0.03845657408237457, 0.1647072434425354, -0.0730092003941536, 0.07025930285453796, 0.014773229137063026, 0.2001793533563614, 0.034428730607032776, -0.06000486761331558, -0.0188848115503788, -0.008529280312359333, -0.016532227396965027, -0.14798235893249512, 0.058372750878334045, 0.11355258524417877, -0.021386954933404922, 0.12120138108730316, -0.020587926730513573, -0.08454662561416626, 0.03821692615747452, 0.057086553424596786, 0.0021655128803104162, -0.21939080953598022, 0.02984876185655594, 0.028320934623479843, -0.08768058568239212, -0.02271098457276821, 0.10059132426977158, 0.0840122252702713, -0.08801146596670151, 0.044863905757665634, 0.08243794739246368, 0.07960516214370728, 0.061698462814092636, -0.00585273327305913, 0.09229020774364471, -0.1644279509782791, 0.055942974984645844, 0.13781435787677765, -0.03835347667336464, -0.043151114135980606, 0.1387176811695099, -0.08413718640804291, -0.04298844188451767, 0.006609892472624779, 0.00968764815479517, 0.059623368084430695, -0.012976247817277908, -0.008842814713716507, -0.22286030650138855, 0.012253223918378353, 0.15485060214996338, -0.029444370418787003, 0.016291707754135132, 0.006258029490709305, -0.07393936067819595, 0.03327809274196625, 0.13466690480709076, -0.029782623052597046, -0.0013421649346128106, -0.047652918845415115, -0.08837717771530151, -0.016673754900693893, -0.003605844220146537, -0.013815880753099918, -0.020838063210248947, -0.13966868817806244, 0.010448487475514412, -0.1340978592634201, 0.05043111741542816, -0.1245185136795044, 0.04165710136294365, 0.0021869007032364607, -0.08511345833539963, -0.04366268962621689, -0.021019702777266502, -0.115144282579422, 0.014454718679189682, -0.0347972996532917, 0.1377517580986023, -0.1371115744113922, 0.020888999104499817, 0.10619372129440308, -0.07158670574426651, 0.13608019053936005, -0.04260073974728584, -0.07884038239717484, 0.029047712683677673, -0.15609019994735718, -0.004359910264611244, -0.01988908462226391, 0.10745639353990555, 0.06026797741651535, -0.07931217551231384, 0.032972317188978195, 0.03906964883208275, -0.014643515460193157, 0.03852757811546326, -0.03183632344007492, -0.08466891944408417, -0.005560197401791811, -0.10019585490226746, -0.09981009364128113, 0.04176294803619385, 0.02419952116906643, 0.15653322637081146, -0.03489292412996292, 0.08846154063940048, -0.012195664457976818, 0.07027462869882584, -0.1289333701133728, -0.012472831644117832, 0.025569651275873184, -0.056349899619817734, -0.01260434091091156, -0.043954625725746155, 0.07391412556171417, 0.03289150819182396, 0.30831411480903625, -0.0037043218035250902, 0.02957434207201004, 0.07493718713521957, 0.05280572175979614, -0.062111955136060715, 0.0661134123802185, 0.09984403103590012, 0.04898800700902939, -0.004894838202744722, 0.07245134562253952, -0.12282662093639374, -0.0959266722202301, -0.055219653993844986, 0.0971846804022789, 0.21653489768505096, 0.11779657751321793, -0.0716758519411087, 0.16454331576824188, -0.08297339826822281, 0.016767749562859535, 0.046808622777462006, -0.048623282462358475, 0.041869428008794785, -0.10682178288698196, 0.08876020461320877, 0.028425432741642, -0.17205210030078888, 0.13336463272571564, -0.060161467641592026, -0.08536770194768906, -0.06132413074374199, -0.082837775349617, -0.08196765929460526, -0.04440819099545479, 0.019054215401411057, -0.1425427496433258, 0.05189095064997673, 0.1643480658531189, 0.046555131673812866, -0.01357528381049633, 0.01799212396144867, -0.037851545959711075, -0.06434020400047302, 0.10692816972732544, 0.08401422947645187, 0.06812404096126556, -0.08271357417106628, 0.04017730802297592, -0.05705026909708977, 0.09330248087644577, 0.025442764163017273, 0.047307565808296204, -0.03977660834789276, -0.01495923288166523, -0.10492677241563797, -0.04574529454112053, 0.032486967742443085, -0.0178499948233366, -0.053595203906297684, 0.18770025670528412, 0.0014517717063426971, 0.03299379348754883, 0.0241397637873888, 0.23550696671009064, 0.020896654576063156, -0.11360188573598862, -0.17212320864200592, -0.020159117877483368, -0.05806760862469673, -0.0196386706084013, 0.0859149917960167, -0.10063143819570541, -0.030800241976976395, 0.16996926069259644, 0.24537956714630127, -0.05335647240281105, -0.005018328316509724, -0.004998164717108011, 0.037513747811317444, 0.02242254838347435, 0.08104829490184784, 0.037482377141714096, 0.2161349356174469, -0.010425557382404804, -0.0603146031498909, 0.02772625908255577, -0.030936025083065033, -0.04522423818707466, 0.1272779256105423, 0.036367565393447876, -0.06646370887756348, -0.06119132041931152, 0.17216673493385315, -0.1340857297182083, -0.17473305761814117, 0.026739833876490593, -0.14852607250213623, -0.1968083679676056, -0.0675782710313797, -0.04806694760918617, -0.013317038305103779, -0.08253998309373856, 0.07596196234226227, -0.057318419218063354, 0.164177805185318, 0.06524188071489334, -0.08994190394878387, -0.014088493771851063, 0.16142705082893372, -0.08689620345830917, 0.17919664084911346, 0.008234115317463875, 0.08115047216415405, 0.08095714449882507, -0.044825658202171326, -0.07450789213180542, 0.019275562837719917, 0.12320646643638611, -0.05057086795568466, 0.021055974066257477, 0.12257646769285202, 0.04198265075683594, 0.10812829434871674, 0.09694530814886093, -0.029250776395201683, 0.05259770154953003, 0.09397568553686142, -0.08715612441301346, -0.08537609875202179, 0.10043565928936005, -0.14340351521968842, 0.0770137831568718, 0.12041203677654266, -0.046548474580049515, -0.0019733624067157507, -0.03308961167931557, 0.0184115432202816, -0.0664258748292923, 0.08260121941566467, -0.040376290678977966, -0.16606825590133667, -0.0017441122326999903, -0.0909637063741684, 0.05824634060263634, -0.1575925052165985, -0.027745742350816727, -0.019142810255289078, 0.021694622933864594, -0.12616118788719177, 0.14154812693595886, 0.08068105578422546, -0.018639221787452698, -0.015587015077471733, -0.19657482206821442, 0.033302683383226395, 0.08995864540338516, -0.06025002524256706, 0.056783709675073624 ]
a1a1ed1cb21664e5050c01cf19fa4f7c525bf2f3
# Dataset Card for C4 ## Table of Contents - [Dataset Card for C4](#dataset-card-for-c4) - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization) - [Who are the source language producers?](#who-are-the-source-language-producers) - [Annotations](#annotations) - [Annotation process](#annotation-process) - [Who are the annotators?](#who-are-the-annotators) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://huggingface.co/datasets/allenai/c4 - **Paper:** https://arxiv.org/abs/1910.10683 ### Dataset Summary A colossal, cleaned version of Common Crawl's web crawl corpus. Based on Common Crawl dataset: "https://commoncrawl.org". This is the version prepared by AllenAI, hosted at this address: https://huggingface.co/datasets/allenai/c4 It comes in four variants: - `en`: 305GB in JSON format - `en.noblocklist`: 380GB in JSON format - `en.noclean`: 2.3TB in JSON format - `realnewslike`: 15GB in JSON format The `en.noblocklist` variant is exactly the same as the `en` variant, except we turned off the so-called "badwords filter", which removes all documents that contain words from the lists at https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words. ### Supported Tasks and Leaderboards C4 is mainly intended to pretrain language models and word representations. ### Languages The dataset is in English. ## Dataset Structure ### Data Instances An example form the `en` config is: ``` { 'url': 'https://klyq.com/beginners-bbq-class-taking-place-in-missoula/', 'text': 'Beginners BBQ Class Taking Place in Missoula!\nDo you want to get better at making delicious BBQ? You will have the opportunity, put this on your calendar now. Thursday, September 22nd join World Class BBQ Champion, Tony Balay from Lonestar Smoke Rangers. He will be teaching a beginner level class for everyone who wants to get better with their culinary skills.\nHe will teach you everything you need to know to compete in a KCBS BBQ competition, including techniques, recipes, timelines, meat selection and trimming, plus smoker and fire information.\nThe cost to be in the class is $35 per person, and for spectators it is free. Included in the cost will be either a t-shirt or apron and you will be tasting samples of each meat that is prepared.', 'timestamp': '2019-04-25T12:57:54Z' } ``` ### Data Fields The data have several fields: - `url`: url of the source as a string - `text`: text content as a string - `timestamp`: timestamp as a string ### Data Splits | name | train |validation| |----------------|--------:|---------:| | en |364868892| 364608| | en.noblocklist |393391519| 393226| | en.noclean | ?| ?| | realnewslike | 13799838| 13863| ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization C4 dataset is a collection of about 750GB of English-language text sourced from the public Common Crawl web scrape. It includes heuristics to extract only natural language (as opposed to boilerplate and other gibberish) in addition to extensive deduplication. You can find the code that has been used to build this dataset in [c4.py](https://github.com/tensorflow/datasets/blob/5952d3d60d60e1727786fa7a9a23d24bb463d4d6/tensorflow_datasets/text/c4.py) by Tensorflow Datasets. The dataset was explicitly designed to be English only: any page that was not given a probability of at least 99% of being English by [langdetect](https://github.com/Mimino666/langdetect) was discarded. #### 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 [More Information Needed] ### Licensing Information AllenAI are releasing this dataset under the terms of ODC-BY. By using this, you are also bound by the Common Crawl terms of use in respect of the content contained in the dataset. ### Citation Information ``` @article{2019t5, author = {Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu}, title = {Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer}, journal = {arXiv e-prints}, year = {2019}, archivePrefix = {arXiv}, eprint = {1910.10683}, } ``` ### Contributions Thanks to [@dirkgr](https://github.com/dirkgr) and [@lhoestq](https://github.com/lhoestq) for adding this dataset.
c4
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:multilingual", "size_categories:100M<n<1B", "source_datasets:original", "language:en", "license:odc-by", "arxiv:1910.10683", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["en"], "license": ["odc-by"], "multilinguality": ["multilingual"], "size_categories": ["100M<n<1B"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["language-modeling", "masked-language-modeling"], "paperswithcode_id": "c4", "pretty_name": "C4", "dataset_info": [{"config_name": "en", "features": [{"name": "text", "dtype": "string"}, {"name": "timestamp", "dtype": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 828589180707, "num_examples": 364868892}, {"name": "validation", "num_bytes": 825767266, "num_examples": 364608}], "download_size": 326778635540, "dataset_size": 1657178361414}, {"config_name": "en.noblocklist", "features": [{"name": "text", "dtype": "string"}, {"name": "timestamp", "dtype": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1029628201361, "num_examples": 393391519}, {"name": "validation", "num_bytes": 1025606012, "num_examples": 393226}], "download_size": 406611392434, "dataset_size": 2059256402722}, {"config_name": "realnewslike", "features": [{"name": "text", "dtype": "string"}, {"name": "timestamp", "dtype": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 38165657946, "num_examples": 13799838}, {"name": "validation", "num_bytes": 37875873, "num_examples": 13863}], "download_size": 15419740744, "dataset_size": 76331315892}, {"config_name": "en.noclean", "features": [{"name": "text", "dtype": "string"}, {"name": "timestamp", "dtype": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 6715509699938, "num_examples": 1063805381}, {"name": "validation", "num_bytes": 6706356913, "num_examples": 1065029}], "download_size": 2430376268625, "dataset_size": 6722216056851}]}
2024-01-18T11:02:07+00:00
[ "1910.10683" ]
[ "en" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-multilingual #size_categories-100M<n<1B #source_datasets-original #language-English #license-odc-by #arxiv-1910.10683 #region-us
Dataset Card for C4 =================== Table of Contents ----------------- * Dataset Card for C4 + Table of Contents + Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages + Dataset Structure - Data Instances - Data Fields - Data Splits + Dataset Creation - Curation Rationale - Source Data * Initial Data Collection and Normalization * Who are the source language producers? - Annotations * Annotation process * Who are the annotators? - Personal and Sensitive Information + Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations + Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions Dataset Description ------------------- * Homepage: URL * Paper: URL ### Dataset Summary A colossal, cleaned version of Common Crawl's web crawl corpus. Based on Common Crawl dataset: "URL". This is the version prepared by AllenAI, hosted at this address: URL It comes in four variants: * 'en': 305GB in JSON format * 'en.noblocklist': 380GB in JSON format * 'en.noclean': 2.3TB in JSON format * 'realnewslike': 15GB in JSON format The 'en.noblocklist' variant is exactly the same as the 'en' variant, except we turned off the so-called "badwords filter", which removes all documents that contain words from the lists at URL ### Supported Tasks and Leaderboards C4 is mainly intended to pretrain language models and word representations. ### Languages The dataset is in English. Dataset Structure ----------------- ### Data Instances An example form the 'en' config is: ### Data Fields The data have several fields: * 'url': url of the source as a string * 'text': text content as a string * 'timestamp': timestamp as a string ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization C4 dataset is a collection of about 750GB of English-language text sourced from the public Common Crawl web scrape. It includes heuristics to extract only natural language (as opposed to boilerplate and other gibberish) in addition to extensive deduplication. You can find the code that has been used to build this dataset in URL by Tensorflow Datasets. The dataset was explicitly designed to be English only: any page that was not given a probability of at least 99% of being English by langdetect was discarded. #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information AllenAI are releasing this dataset under the terms of ODC-BY. By using this, you are also bound by the Common Crawl terms of use in respect of the content contained in the dataset. ### Contributions Thanks to @dirkgr and @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nA colossal, cleaned version of Common Crawl's web crawl corpus. Based on Common Crawl dataset: \"URL\".\n\n\nThis is the version prepared by AllenAI, hosted at this address: URL\n\n\nIt comes in four variants:\n\n\n* 'en': 305GB in JSON format\n* 'en.noblocklist': 380GB in JSON format\n* 'en.noclean': 2.3TB in JSON format\n* 'realnewslike': 15GB in JSON format\n\n\nThe 'en.noblocklist' variant is exactly the same as the 'en' variant, except we turned off the so-called \"badwords filter\", which removes all documents that contain words from the lists at URL", "### Supported Tasks and Leaderboards\n\n\nC4 is mainly intended to pretrain language models and word representations.", "### Languages\n\n\nThe dataset is in English.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example form the 'en' config is:", "### Data Fields\n\n\nThe data have several fields:\n\n\n* 'url': url of the source as a string\n* 'text': text content as a string\n* 'timestamp': timestamp as a string", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nC4 dataset is a collection of about 750GB of English-language text sourced from the public Common Crawl web scrape. It includes heuristics to extract only natural language (as opposed to boilerplate and other gibberish) in addition to extensive deduplication. You can find the code that has been used to build this dataset in URL by Tensorflow Datasets.\n\n\nThe dataset was explicitly designed to be English only: any page that was not given a probability of at least 99% of being English by langdetect was discarded.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nAllenAI are releasing this dataset under the terms of ODC-BY. By using this, you are also bound by the Common Crawl terms of use in respect of the content contained in the dataset.", "### Contributions\n\n\nThanks to @dirkgr and @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-multilingual #size_categories-100M<n<1B #source_datasets-original #language-English #license-odc-by #arxiv-1910.10683 #region-us \n", "### Dataset Summary\n\n\nA colossal, cleaned version of Common Crawl's web crawl corpus. Based on Common Crawl dataset: \"URL\".\n\n\nThis is the version prepared by AllenAI, hosted at this address: URL\n\n\nIt comes in four variants:\n\n\n* 'en': 305GB in JSON format\n* 'en.noblocklist': 380GB in JSON format\n* 'en.noclean': 2.3TB in JSON format\n* 'realnewslike': 15GB in JSON format\n\n\nThe 'en.noblocklist' variant is exactly the same as the 'en' variant, except we turned off the so-called \"badwords filter\", which removes all documents that contain words from the lists at URL", "### Supported Tasks and Leaderboards\n\n\nC4 is mainly intended to pretrain language models and word representations.", "### Languages\n\n\nThe dataset is in English.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example form the 'en' config is:", "### Data Fields\n\n\nThe data have several fields:\n\n\n* 'url': url of the source as a string\n* 'text': text content as a string\n* 'timestamp': timestamp as a string", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nC4 dataset is a collection of about 750GB of English-language text sourced from the public Common Crawl web scrape. It includes heuristics to extract only natural language (as opposed to boilerplate and other gibberish) in addition to extensive deduplication. You can find the code that has been used to build this dataset in URL by Tensorflow Datasets.\n\n\nThe dataset was explicitly designed to be English only: any page that was not given a probability of at least 99% of being English by langdetect was discarded.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nAllenAI are releasing this dataset under the terms of ODC-BY. By using this, you are also bound by the Common Crawl terms of use in respect of the content contained in the dataset.", "### Contributions\n\n\nThanks to @dirkgr and @lhoestq for adding this dataset." ]
[ 121, 161, 26, 18, 17, 48, 11, 7, 4, 133, 10, 5, 5, 9, 18, 7, 8, 14, 6, 53, 22 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-multilingual #size_categories-100M<n<1B #source_datasets-original #language-English #license-odc-by #arxiv-1910.10683 #region-us \n### Dataset Summary\n\n\nA colossal, cleaned version of Common Crawl's web crawl corpus. Based on Common Crawl dataset: \"URL\".\n\n\nThis is the version prepared by AllenAI, hosted at this address: URL\n\n\nIt comes in four variants:\n\n\n* 'en': 305GB in JSON format\n* 'en.noblocklist': 380GB in JSON format\n* 'en.noclean': 2.3TB in JSON format\n* 'realnewslike': 15GB in JSON format\n\n\nThe 'en.noblocklist' variant is exactly the same as the 'en' variant, except we turned off the so-called \"badwords filter\", which removes all documents that contain words from the lists at URL### Supported Tasks and Leaderboards\n\n\nC4 is mainly intended to pretrain language models and word representations.### Languages\n\n\nThe dataset is in English.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example form the 'en' config is:### Data Fields\n\n\nThe data have several fields:\n\n\n* 'url': url of the source as a string\n* 'text': text content as a string\n* 'timestamp': timestamp as a string### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data" ]
[ -0.014505705796182156, 0.21545889973640442, -0.005443297792226076, 0.09132193773984909, 0.07736771553754807, 0.03515035659074783, 0.026592664420604706, 0.09036139398813248, 0.0486956350505352, 0.13231730461120605, 0.02506878972053528, 0.0013375614071264863, 0.03162551671266556, 0.0864231213927269, -0.0384620763361454, -0.10398213565349579, 0.08990791440010071, -0.05017742142081261, 0.14157651364803314, 0.08094063401222229, 0.081940196454525, -0.03262091800570488, 0.04607810080051422, -0.059060435742139816, -0.026734154671430588, -0.016939423978328705, 0.017078611999750137, 0.014914722181856632, 0.05204112455248833, 0.0408986359834671, 0.08837906271219254, 0.014647398144006729, -0.002016053767874837, -0.14157678186893463, 0.03632688149809837, 0.11940990388393402, -0.003337543224915862, 0.05326772481203079, 0.06738056242465973, -0.07742167264223099, 0.02057906612753868, -0.15899376571178436, 0.017492014914751053, 0.04384630545973778, -0.11034354567527771, -0.12312858551740646, -0.18559640645980835, 0.061774250119924545, 0.08599916845560074, 0.07443509995937347, -0.033709414303302765, 0.05289966240525246, -0.01998445950448513, 0.08569975197315216, 0.15144473314285278, -0.036178890615701675, -0.0032362351194024086, 0.047613561153411865, -0.016007861122488976, 0.018378080800175667, -0.04947192594408989, 0.020234208554029465, -0.02528384141623974, 0.03952975571155548, -0.07991421967744827, -0.06698683649301529, -0.11354651302099228, -0.06548026204109192, -0.052866462618112564, -0.05545032024383545, 0.048304542899131775, 0.07136847078800201, -0.018732797354459763, -0.1301843523979187, -0.0847630724310875, 0.00474405474960804, -0.038718584924936295, 0.08438891172409058, 0.00034695863723754883, 0.010793316178023815, 0.06995918601751328, -0.11276024580001831, -0.07109189033508301, 0.012921062298119068, -0.05487503483891487, 0.15346015989780426, -0.014844370074570179, 0.04232122004032135, -0.006305686663836241, 0.09332310408353806, -0.05031158775091171, -0.09277340024709702, -0.035086654126644135, -0.06081512197852135, -0.07582493871450424, 0.03454406186938286, -0.05521975830197334, -0.05262318626046181, 0.09384977072477341, 0.11397158354520798, -0.1181439682841301, 0.04261552914977074, -0.08808396756649017, 0.03408078849315643, 0.008643558248877525, 0.10565585643053055, -0.08488250523805618, -0.05130920559167862, 0.08565161377191544, 0.032070960849523544, 0.09510380774736404, -0.03494812175631523, -0.01282126922160387, 0.03910355269908905, 0.003923092037439346, 0.06363172084093094, 0.1218513548374176, 0.06824715435504913, -0.07107666879892349, 0.00005507003879756667, 0.10615600645542145, -0.15740054845809937, 0.04999605566263199, 0.022716118022799492, 0.02077138051390648, 0.1084941178560257, 0.08797471225261688, -0.0025714891962707043, -0.08355651795864105, 0.03844683617353439, -0.09427692741155624, -0.002706213155761361, -0.033786337822675705, -0.1376715451478958, 0.0681057795882225, -0.10188084095716476, -0.08029835671186447, -0.05271484702825546, -0.20575349032878876, -0.06386736780405045, -0.008913923986256123, -0.009234949015080929, -0.045469045639038086, -0.014274471439421177, -0.06123140826821327, -0.03196607530117035, 0.0468243844807148, -0.024428265169262886, -0.05128609761595726, 0.0021133068948984146, -0.09519116580486298, 0.031151901930570602, -0.08996159583330154, -0.011783495545387268, -0.07018142938613892, 0.057519130408763885, -0.23742114007472992, 0.13118955492973328, -0.12047439068555832, 0.10358837246894836, -0.07474607974290848, 0.005800883285701275, 0.0023881259839981794, 0.010926369577646255, -0.012673708610236645, 0.09431202709674835, -0.12927909195423126, -0.02675853855907917, 0.14775565266609192, -0.11496075242757797, 0.0459778755903244, 0.09835229068994522, -0.0231363195925951, -0.035321615636348724, 0.13348256051540375, 0.12458546459674835, 0.06475453078746796, -0.004917186684906483, -0.09545370936393738, -0.04904606193304062, 0.045749686658382416, 0.14630937576293945, 0.020866723731160164, -0.14193637669086456, 0.07829366624355316, 0.04210328683257103, -0.004635460674762726, -0.0008297347230836749, 0.030851906165480614, -0.018818045035004616, 0.003765784902498126, -0.015975678339600563, 0.05049834027886391, -0.05020168423652649, -0.06407493352890015, -0.04324185103178024, -0.1238812506198883, -0.1371949315071106, 0.08735373616218567, -0.028980454429984093, 0.11558548361063004, -0.04901484400033951, -0.0032943428959697485, -0.07912058383226395, 0.053274091333150864, -0.18346728384494781, -0.20168821513652802, 0.0372256264090538, -0.08772344142198563, 0.033390071243047714, -0.07691621780395508, -0.029165439307689667, -0.004080615472048521, -0.0773635283112526, 0.0037597636692225933, -0.00861339271068573, -0.01376643031835556, -0.04276122897863388, -0.16848619282245636, -0.03839573264122009, -0.05227157846093178, 0.13413001596927643, -0.14922966063022614, 0.02589070424437523, 0.09346628189086914, 0.12229033559560776, 0.03966514766216278, -0.07772880047559738, 0.08410065621137619, 0.02130756340920925, 0.020137129351496696, -0.06759568303823471, -0.04311753064393997, -0.02825806476175785, -0.02868555299937725, 0.05412836745381355, -0.1367608904838562, -0.13852263987064362, 0.09964673966169357, 0.0876336544752121, -0.029007455334067345, 0.14758242666721344, -0.033951666206121445, -0.005162243265658617, -0.07614277303218842, -0.10600120574235916, 0.04639718681573868, 0.08570218831300735, 0.05059272423386574, -0.07034566253423691, -0.0109358299523592, -0.024506155401468277, 0.011486916802823544, -0.0071334028616547585, 0.027654703706502914, 0.035058315843343735, -0.14712807536125183, 0.04151886701583862, -0.0015516123967245221, -0.03959675878286362, 0.14228856563568115, 0.037227511405944824, -0.07387508451938629, -0.017108352854847908, -0.020542051643133163, -0.024454085156321526, 0.06471972912549973, 0.021801834926009178, 0.06591691821813583, 0.0665319561958313, 0.03590629994869232, 0.05328259989619255, -0.035608548671007156, 0.0411592535674572, 0.007929281331598759, -0.06774724274873734, -0.02929580584168434, 0.0015636804746463895, 0.0483543761074543, 0.07679267227649689, -0.02652033418416977, 0.06561099737882614, 0.0026488241273909807, -0.043863873928785324, -0.080540232360363, 0.13667289912700653, -0.07187901437282562, -0.1901647001504898, -0.13011090457439423, -0.08583225309848785, -0.15457208454608917, 0.016301408410072327, 0.03949236869812012, -0.03583456948399544, -0.11405821889638901, -0.1550385057926178, 0.019493278115987778, 0.11786646395921707, -0.0479811429977417, 0.04998340085148811, -0.015003558248281479, 0.02879493124783039, -0.10466683655977249, 0.019473541527986526, -0.002628483111038804, 0.004927272908389568, -0.030535247176885605, 0.016027234494686127, 0.10782355070114136, 0.07980439811944962, 0.07861025631427765, 0.0016313586384057999, -0.014385153539478779, 0.15862184762954712, -0.05911774933338165, 0.12843966484069824, 0.07073605805635452, -0.03537080064415932, 0.05881686508655548, 0.10692939162254333, 0.006916431710124016, -0.023109784349799156, 0.006289621815085411, 0.11260420829057693, -0.05008925497531891, -0.2371252328157425, -0.09678631275892258, -0.03170014172792435, -0.020896900445222855, 0.02034738101065159, 0.06439971178770065, 0.01003251038491726, 0.005736745428293943, -0.13210028409957886, 0.01607484370470047, 0.05736467242240906, 0.03628871589899063, 0.10490631312131882, -0.009865387342870235, 0.06098011136054993, -0.07960405945777893, 0.08091147989034653, 0.08852656930685043, 0.03832321614027023, 0.11503954976797104, -0.014764491468667984, 0.2173689305782318, 0.011053420603275299, -0.02740396186709404, -0.007761843036860228, 0.07516553997993469, 0.024090338498353958, 0.06045021489262581, 0.013345243409276009, -0.060337573289871216, 0.040645282715559006, 0.03739308938384056, 0.04451005533337593, -0.0029567659366875887, 0.032625019550323486, 0.012175062671303749, 0.1034756749868393, 0.19187574088573456, 0.05411778762936592, -0.1472734957933426, -0.04776555672287941, 0.04985274747014046, -0.017162593081593513, -0.04688318818807602, -0.02027844451367855, 0.10705555975437164, -0.04965728148818016, 0.11074118316173553, 0.03250645846128464, 0.09155083447694778, -0.16868779063224792, 0.015067270025610924, -0.011893010698258877, 0.041911445558071136, -0.052875347435474396, 0.05249933898448944, -0.04399145767092705, 0.12208927422761917, 0.04203363135457039, 0.0030944484751671553, -0.011803354136645794, 0.00460262643173337, 0.036613840609788895, 0.03752220794558525, 0.1293129175901413, 0.0035149247851222754, -0.053324807435274124, -0.031141309067606926, -0.1470419466495514, 0.03892723470926285, 0.08329525589942932, -0.11454202234745026, 0.1353883147239685, 0.014317063614726067, -0.050291988998651505, -0.00954403541982174, 0.017651231959462166, -0.07537329196929932, -0.17471112310886383, 0.06033989414572716, 0.07252562791109085, -0.007355832029134035, -0.0471564456820488, -0.0260710921138525, -0.060938842594623566, 0.12440516799688339, -0.1504625380039215, -0.11442162841558456, -0.1471763700246811, 0.0007996736676432192, 0.10594547539949417, -0.050935354083776474, 0.0018912350060418248, -0.008641085587441921, 0.11891922354698181, -0.04982376843690872, -0.04393498972058296, 0.051450423896312714, -0.04426058381795883, -0.20505546033382416, -0.044919177889823914, 0.16991354525089264, 0.025809934362769127, 0.01356643345206976, -0.012422695755958557, 0.03397400677204132, 0.0561896488070488, -0.13655489683151245, 0.005531303584575653, 0.1514962613582611, -0.029020490124821663, 0.17688368260860443, -0.027525078505277634, -0.08804205805063248, -0.07749397307634354, 0.032914478331804276, 0.1341150850057602, 0.21393302083015442, -0.04905272647738457, 0.10359610617160797, 0.1272682547569275, -0.10118155926465988, -0.19877274334430695, -0.015182643197476864, -0.023938219994306564, -0.03088032826781273, -0.03391152247786522, -0.1314416229724884, 0.06700176000595093, 0.07799938321113586, 0.006078589707612991, 0.08437538892030716, -0.17330287396907806, -0.14541751146316528, 0.01108723133802414, -0.04110868647694588, 0.011863398365676403, -0.06562456488609314, -0.04753737524151802, -0.06865528970956802, -0.14101777970790863, 0.10346871614456177, -0.12928594648838043, 0.05927922949194908, 0.0374012254178524, 0.07840202003717422, 0.012525857426226139, -0.03560592979192734, 0.15165486931800842, 0.04196577146649361, 0.0878220796585083, -0.05391803756356239, 0.002626687055453658, 0.2211817353963852, -0.062213752418756485, 0.10462679713964462, 0.02154414914548397, 0.057521186769008636, -0.08424083143472672, -0.03525760769844055, -0.14577186107635498, 0.018470432609319687, -0.06484159082174301, 0.011441617272794247, -0.018821313977241516, 0.007442397531121969, 0.1198359951376915, 0.004769322462379932, 0.1401824802160263, -0.06675459444522858, 0.059427548199892044, 0.1613866090774536, 0.05490885302424431, -0.05694091320037842, -0.07121802121400833, 0.001286870683543384, -0.05898101627826691, 0.020118463784456253, -0.10615251213312149, 0.062059007585048676, 0.05653036758303642, 0.045723073184490204, 0.09385130554437637, -0.012577518820762634, -0.12622039020061493, -0.007198431994765997, 0.05027783662080765, -0.17502924799919128, -0.1735178381204605, 0.030209114775061607, -0.059554215520620346, -0.14122506976127625, -0.04524903744459152, 0.18462438881397247, 0.06133642420172691, -0.02701069600880146, 0.03601798415184021, 0.08385378122329712, -0.012826573103666306, 0.057309772819280624, 0.01650785654783249, 0.03900999203324318, -0.13791346549987793, 0.09006016701459885, 0.13917453587055206, -0.1047024205327034, -0.01116364449262619, 0.17733332514762878, -0.10966113954782486, -0.06541302055120468, -0.13504628837108612, 0.09000643342733383, 0.038961075246334076, -0.024363229051232338, -0.07140945643186569, -0.07923346012830734, 0.04688866809010506, 0.1485673487186432, 0.002436422510072589, 0.078890860080719, 0.013286902569234371, -0.07591306418180466, -0.05936781316995621, 0.07087566703557968, -0.004825308918952942, 0.018692759796977043, -0.07359958440065384, -0.01398666575551033, -0.05841955915093422, -0.01666758581995964, 0.0020094788633286953, 0.02182990312576294, -0.035124506801366806, -0.016875484958291054, -0.20068727433681488, 0.04713204875588417, -0.04460103437304497, 0.015963971614837646, -0.03309277817606926, -0.036186736077070236, -0.03771548718214035, 0.0013863665517419577, -0.061527498066425323, -0.09691242128610611, -0.022304516285657883, 0.03761234134435654, -0.1182045191526413, 0.009681643918156624, 0.023551126942038536, -0.04916725680232048, 0.14615362882614136, 0.02311093918979168, -0.018401294946670532, 0.03691738843917847, -0.08137503266334534, -0.018241938203573227, 0.02639582008123398, -0.007409537211060524, -0.0017814672319218516, -0.07513837516307831, -0.012906813994050026, -0.03429591655731201, -0.04847169294953346, 0.021808870136737823, 0.04997158795595169, -0.1125103086233139, 0.06487146019935608, 0.028280723839998245, 0.01880478672683239, -0.034324079751968384, 0.02595149725675583, 0.09204541891813278, 0.041825395077466965, 0.13118745386600494, -0.024585530161857605, 0.049850575625896454, -0.15357014536857605, -0.001473147887736559, -0.002705607796087861, -0.0300486758351326, 0.03387904912233353, 0.03381327912211418, 0.06960155814886093, -0.010203752666711807, 0.18507511913776398, -0.05873231589794159, -0.0002126208128174767, 0.056352097541093826, 0.08659487217664719, -0.0965907946228981, 0.03342388570308685, -0.010243227705359459, -0.0404696948826313, -0.04996863007545471, 0.05069604888558388, -0.07125943899154663, 0.08064115792512894, 0.01215299777686596, 0.1874438375234604, 0.11771180480718613, 0.2630492150783539, 0.0806894451379776, 0.06358160078525543, -0.06019146740436554, -0.00672712828963995, 0.1009281799197197, -0.02811257913708687, 0.054472099989652634, -0.03339986875653267, -0.057192396372556686, 0.08999507129192352, -0.12251265347003937, 0.08513037860393524, 0.05012994259595871, -0.02366379089653492, -0.013806811533868313, -0.19163133203983307, -0.055046696215867996, -0.011892551556229591, -0.03533322736620903, -0.12346730381250381, 0.03308773785829544, 0.10929016768932343, -0.021027574315667152, -0.023603983223438263, 0.14783307909965515, -0.053990688174963, -0.09780191630125046, 0.08486045151948929, -0.002266854979097843, -0.02910495176911354, 0.10867228358983994, -0.027765758335590363, 0.04269154369831085, 0.09038562327623367, 0.04296577349305153, 0.08818086981773376, 0.049710653722286224, 0.06672966480255127, -0.09184134751558304, -0.10675517469644547, 0.007464525755494833, 0.05587198585271835, 0.014922711998224258, 0.12555478513240814, 0.020365705713629723, -0.01228698156774044, 0.006706142798066139, 0.17534272372722626, -0.03062538057565689, -0.08838552981615067, -0.13382606208324432, 0.045988377183675766, 0.01744316704571247, -0.01818670704960823, -0.013677679933607578, -0.17275972664356232, 0.024677157402038574, 0.07982300221920013, 0.18081192672252655, -0.005960858892649412, 0.042771775275468826, -0.03983854874968529, 0.011926374398171902, 0.03539083153009415, -0.02267454005777836, 0.03825199976563454, 0.14499537646770477, -0.005259294994175434, 0.007943155243992805, 0.057797353714704514, -0.02674282342195511, -0.09207763522863388, 0.10445908457040787, -0.030809730291366577, -0.015634408220648766, -0.0583990141749382, 0.0658009871840477, -0.09204056859016418, -0.18292206525802612, -0.0005073398933745921, -0.1681867092847824, -0.12086909264326096, -0.02189359813928604, 0.011899341829121113, 0.002492471132427454, 0.04654834419488907, 0.019305462017655373, -0.06996268779039383, 0.16749612987041473, -0.07656509429216385, -0.05276273936033249, -0.07118748128414154, 0.030826102942228317, -0.10189231485128403, 0.12426821142435074, 0.03911678493022919, -0.01178210973739624, 0.09818446636199951, -0.07441586256027222, -0.12882597744464874, 0.08388615399599075, 0.02847035974264145, -0.03818340599536896, -0.00766641553491354, 0.17379678785800934, -0.011003473773598671, 0.10159566253423691, 0.08041179180145264, -0.05358049273490906, 0.026303282007575035, 0.01018365379422903, -0.08462200313806534, -0.06937360018491745, -0.023498155176639557, -0.10070393234491348, 0.0907006710767746, 0.17097914218902588, -0.0311887189745903, 0.02422955632209778, 0.008130629546940327, 0.01835346408188343, 0.00897160079330206, 0.00911648478358984, -0.07138127833604813, -0.1285800337791443, 0.08084839582443237, -0.057901158928871155, 0.07353495806455612, -0.16871270537376404, -0.022984493523836136, 0.021682780236005783, -0.032138317823410034, -0.035885900259017944, 0.11738917976617813, 0.05640626326203346, 0.01092523243278265, -0.007272670511156321, -0.12680935859680176, 0.08859073370695114, 0.10604008287191391, -0.09855419397354126, -0.09796980023384094 ]
775098da3ba75f033781f8061900b62503e9bea0
--- # Dataset Card for CAIL 2018 ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Github](https://github.com/thunlp/CAIL/blob/master/README_en.md) - **Repository:** [Github](https://github.com/thunlp/CAIL) - **Paper:** [Arxiv](https://arxiv.org/abs/1807.02478) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary [More Information Needed] ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions Thanks to [@JetRunner](https://github.com/JetRunner) for adding this dataset.
cail2018
[ "task_categories:other", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:1M<n<10M", "source_datasets:original", "language:zh", "license:unknown", "judgement-prediction", "arxiv:1807.02478", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["zh"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1M<n<10M"], "source_datasets": ["original"], "task_categories": ["other"], "task_ids": [], "paperswithcode_id": "chinese-ai-and-law-cail-2018", "pretty_name": "CAIL 2018", "tags": ["judgement-prediction"], "dataset_info": {"features": [{"name": "fact", "dtype": "string"}, {"name": "relevant_articles", "sequence": "int32"}, {"name": "accusation", "sequence": "string"}, {"name": "punish_of_money", "dtype": "float32"}, {"name": "criminals", "sequence": "string"}, {"name": "death_penalty", "dtype": "bool"}, {"name": "imprisonment", "dtype": "float32"}, {"name": "life_imprisonment", "dtype": "bool"}], "splits": [{"name": "exercise_contest_train", "num_bytes": 220112348, "num_examples": 154592}, {"name": "exercise_contest_valid", "num_bytes": 21702109, "num_examples": 17131}, {"name": "exercise_contest_test", "num_bytes": 41057538, "num_examples": 32508}, {"name": "first_stage_train", "num_bytes": 1779653382, "num_examples": 1710856}, {"name": "first_stage_test", "num_bytes": 244334666, "num_examples": 217016}, {"name": "final_test", "num_bytes": 44194611, "num_examples": 35922}], "download_size": 1167828091, "dataset_size": 2351054654}, "configs": [{"config_name": "default", "data_files": [{"split": "exercise_contest_train", "path": "data/exercise_contest_train-*"}, {"split": "exercise_contest_valid", "path": "data/exercise_contest_valid-*"}, {"split": "exercise_contest_test", "path": "data/exercise_contest_test-*"}, {"split": "first_stage_train", "path": "data/first_stage_train-*"}, {"split": "first_stage_test", "path": "data/first_stage_test-*"}, {"split": "final_test", "path": "data/final_test-*"}]}]}
2024-01-16T15:08:12+00:00
[ "1807.02478" ]
[ "zh" ]
TAGS #task_categories-other #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-Chinese #license-unknown #judgement-prediction #arxiv-1807.02478 #region-us
--- # Dataset Card for CAIL 2018 ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: Github - Repository: Github - Paper: Arxiv - Leaderboard: - Point of Contact: ### Dataset Summary ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @JetRunner for adding this dataset.
[ "# Dataset Card for CAIL 2018", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: Arxiv\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @JetRunner for adding this dataset." ]
[ "TAGS\n#task_categories-other #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-Chinese #license-unknown #judgement-prediction #arxiv-1807.02478 #region-us \n", "# Dataset Card for CAIL 2018", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: Arxiv\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @JetRunner for adding this dataset." ]
[ 88, 8, 120, 33, 6, 10, 4, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-other #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-Chinese #license-unknown #judgement-prediction #arxiv-1807.02478 #region-us \n# Dataset Card for CAIL 2018## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: Github\n- Repository: Github\n- Paper: Arxiv\n- Leaderboard:\n- Point of Contact:### Dataset Summary### Supported Tasks and Leaderboards### Languages## Dataset Structure### Data Instances### Data Fields### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases### Other Known Limitations## Additional Information### Dataset Curators### Licensing Information### Contributions\n\nThanks to @JetRunner for adding this dataset." ]
[ -0.03496002405881882, 0.26724252104759216, -0.007300396449863911, 0.02105952985584736, 0.09460125863552094, 0.03792736679315567, 0.0817924290895462, 0.14666754007339478, 0.013756747357547283, 0.13876178860664368, -0.03582146391272545, 0.0797351598739624, 0.14367327094078064, 0.14223462343215942, -0.017566783353686333, -0.22041727602481842, 0.028265535831451416, -0.08580517768859863, -0.03281325846910477, 0.10092460364103317, 0.12500938773155212, -0.087771475315094, 0.052540555596351624, -0.04928861930966377, -0.044736310839653015, -0.0007888487889431417, -0.0756780207157135, -0.049010150134563446, 0.02548372931778431, 0.026780255138874054, 0.04250996559858322, 0.025711214169859886, 0.06532392650842667, -0.27686071395874023, 0.026604797691106796, 0.0471050925552845, 0.02453361079096794, 0.0550849474966526, 0.08015040308237076, -0.08313852548599243, 0.0354369580745697, -0.1485264152288437, 0.0827062577009201, 0.07938334345817566, -0.12075234949588776, -0.11741411685943604, -0.11688601970672607, 0.054142631590366364, 0.11373089253902435, 0.020897086709737778, -0.07059458643198013, 0.03578443452715874, -0.05820802226662636, 0.028338929638266563, 0.0866265594959259, -0.10787833482027054, -0.07606863230466843, 0.031868621706962585, 0.014992969110608101, 0.03903978690505028, -0.136247918009758, 0.009112491272389889, -0.019975928589701653, 0.023596646264195442, -0.0034852582029998302, -0.021381502971053123, -0.026859518140554428, 0.041324716061353683, -0.0887218788266182, -0.018043415620923042, 0.11423519253730774, -0.0038001572247594595, 0.009733091108500957, -0.22371283173561096, -0.008387772366404533, 0.009844327345490456, -0.08484800904989243, 0.01368135865777731, 0.016062717884778976, -0.01854284666478634, 0.0883428156375885, -0.013890435919165611, -0.035973403602838516, 0.012666630558669567, 0.01753167435526848, -0.019343644380569458, 0.048782818019390106, -0.028695594519376755, 0.04695327207446098, 0.03505115956068039, 0.09838540852069855, -0.13666865229606628, -0.021036438643932343, -0.0704578384757042, -0.17172633111476898, -0.012422715313732624, 0.06140872836112976, 0.046197161078453064, 0.1357991099357605, 0.18575960397720337, -0.057492248713970184, 0.06788381934165955, -0.07263851910829544, -0.03979813680052757, 0.1010836660861969, 0.054572705179452896, -0.08990153670310974, -0.13437597453594208, -0.0380256325006485, 0.01808212883770466, -0.06430376321077347, -0.020107068121433258, 0.0041750892996788025, 0.0761832520365715, 0.01948060281574726, 0.12236447632312775, 0.1311277151107788, 0.015360547229647636, -0.10738904774188995, -0.045724887400865555, 0.1202603355050087, -0.11779491603374481, 0.0541420616209507, 0.06845981627702713, -0.011515502817928791, -0.02499680407345295, -0.06960206478834152, 0.025289110839366913, -0.05910006910562515, 0.07498032599687576, -0.05188396945595741, -0.02198176644742489, -0.08592809736728668, -0.028827805072069168, 0.08213687688112259, -0.03041953220963478, -0.050243526697158813, 0.043189018964767456, -0.0741673931479454, -0.0767005905508995, 0.03934018313884735, -0.1328428089618683, -0.060428038239479065, -0.017739178612828255, -0.03974195197224617, 0.03946652635931969, 0.013020962476730347, 0.030870353803038597, -0.05722793936729431, 0.03191816434264183, -0.0619906410574913, 0.02394571155309677, 0.08393725007772446, 0.036224860697984695, -0.06041862443089485, 0.07549489289522171, -0.1179494708776474, 0.11544742435216904, -0.17652061581611633, 0.03630576655268669, -0.13470494747161865, -0.016987862065434456, 0.07853883504867554, 0.003662838600575924, -0.022399939596652985, 0.16411104798316956, -0.23387232422828674, -0.02987571619451046, 0.1260472685098648, -0.0660773366689682, -0.0737827941775322, 0.07198607921600342, -0.03177590295672417, 0.009597606025636196, 0.015207896009087563, 0.13213540613651276, -0.006110545713454485, 0.034124914556741714, -0.0458730049431324, -0.10132355242967606, 0.07839399576187134, 0.2179596871137619, 0.08436909317970276, -0.07978597283363342, 0.1781952828168869, 0.023613637313246727, 0.012156853452324867, -0.06993657350540161, -0.02646416239440441, -0.1102612093091011, 0.03225545957684517, -0.008529274724423885, 0.011470544151961803, 0.032753657549619675, -0.04510528966784477, -0.034189943224191666, -0.07311829179525375, 0.018444005399942398, 0.01675005815923214, -0.003346765413880348, -0.012919308617711067, -0.08621229976415634, -0.016231322661042213, 0.06593921035528183, 0.024287018924951553, -0.15923334658145905, -0.17228709161281586, 0.05469178408384323, -0.03283273056149483, 0.09701640903949738, -0.07206499576568604, 0.01953856088221073, -0.03101455047726631, -0.04639960452914238, -0.0024314746260643005, 0.04832553490996361, 0.03191395476460457, 0.011664760299026966, -0.24628640711307526, -0.006565458606928587, -0.06042000651359558, 0.11616761982440948, -0.11242096871137619, 0.017585206776857376, 0.13569419085979462, 0.22960448265075684, 0.04314479976892471, -0.07509215921163559, 0.06667673587799072, 0.02396976202726364, -0.006650487892329693, -0.06414506584405899, 0.016224034130573273, -0.08223619312047958, 0.007512008771300316, 0.032352156937122345, -0.06113462522625923, -0.016053607687354088, 0.06001916155219078, 0.08370263874530792, -0.07883267104625702, -0.04600222036242485, -0.051415108144283295, -0.0295366533100605, -0.02802465483546257, -0.06321031600236893, 0.05538935214281082, 0.06013432517647743, -0.007964692078530788, -0.047791607677936554, -0.0705961361527443, -0.05120139941573143, 0.010996827855706215, -0.0685480535030365, 0.13425293564796448, 0.02951228991150856, -0.1417105793952942, 0.19225679337978363, 0.023061426356434822, 0.15039955079555511, 0.11548849940299988, -0.07978171110153198, -0.05872109532356262, -0.014937765896320343, 0.005703372415155172, 0.018877962604165077, 0.08451196551322937, -0.13267701864242554, -0.022957095876336098, 0.05678177624940872, -0.027075890451669693, 0.016621554270386696, -0.04001639783382416, 0.02069389820098877, -0.035525061190128326, -0.0250261127948761, 0.04024577513337135, 0.006855435203760862, 0.06613395363092422, 0.09084855765104294, 0.02132236957550049, 0.08470495790243149, -0.027677850797772408, -0.06214022636413574, -0.06412757188081741, 0.10552754253149033, -0.17710407078266144, -0.21654164791107178, -0.05816899240016937, -0.11042599380016327, -0.03297865390777588, -0.04438943788409233, 0.004235881380736828, -0.07515988498926163, -0.10160400718450546, -0.026184801012277603, 0.08480200171470642, 0.07044516503810883, -0.10222428292036057, 0.00166771886870265, 0.01963997632265091, -0.018084852024912834, -0.11847361922264099, 0.03126339241862297, 0.07430791109800339, -0.03501701354980469, 0.009511393494904041, 0.046511828899383545, 0.08856716006994247, 0.09467832744121552, 0.10396452993154526, -0.0012031975202262402, -0.03155793622136116, 0.269328773021698, -0.16499002277851105, 0.12731784582138062, 0.06684350967407227, -0.062350932508707047, 0.040541864931583405, 0.2553791403770447, 0.052900563925504684, -0.07808434963226318, 0.006888546049594879, 0.08186033368110657, 0.008398989215493202, -0.24358044564723969, -0.09561920166015625, -0.09703966975212097, -0.012749496847391129, 0.036527834832668304, 0.07788268476724625, 0.022004956379532814, 0.005922162905335426, -0.09654270112514496, -0.05873361974954605, 0.08783614635467529, 0.06286681443452835, 0.0701322853565216, 0.019332950934767723, 0.059609364718198776, -0.018764503300189972, -0.001920030452311039, 0.07228878140449524, 0.08234279602766037, 0.21650995314121246, 0.03928403928875923, 0.2520478665828705, 0.07293934375047684, 0.09636178612709045, -0.015496710315346718, -0.01613374426960945, -0.022758914157748222, 0.07799496501684189, -0.003720973152667284, -0.04074310138821602, 0.02985001541674137, 0.056063462048769, 0.09229782223701477, -0.12178551405668259, 0.09458872675895691, -0.07925186306238174, 0.1149132028222084, 0.18755948543548584, 0.05283703655004501, -0.07765644788742065, 0.013260827399790287, 0.13898257911205292, -0.08377721905708313, -0.10903573781251907, -0.009889611974358559, 0.007374248467385769, -0.15849119424819946, 0.10945853590965271, -0.040421150624752045, 0.1224755197763443, -0.06999833881855011, -0.03483141213655472, -0.0015790762845426798, 0.02751734107732773, -0.018032409250736237, 0.05761643871665001, -0.20695365965366364, 0.1569165140390396, 0.010619770735502243, -0.0028498598840087652, -0.09553507715463638, 0.08572261780500412, 0.009154343977570534, -0.02208551950752735, 0.1706177145242691, -0.015702497214078903, -0.11024092882871628, 0.010701530613005161, -0.06822685152292252, -0.007588787004351616, 0.08661665767431259, -0.14667421579360962, 0.0841863676905632, 0.003959172870963812, -0.02949722483754158, -0.05056444928050041, -0.07800935953855515, -0.1243358850479126, -0.22491541504859924, 0.08309675753116608, -0.10283594578504562, 0.0849522277712822, -0.06413483619689941, -0.020037200301885605, -0.07127545773983002, 0.17571936547756195, -0.12883098423480988, -0.10130631178617477, -0.16687841713428497, 0.015291131101548672, 0.19506335258483887, -0.025263044983148575, 0.08412415534257889, -0.026488004252314568, 0.15862396359443665, 0.002216941211372614, -0.03316284343600273, 0.08193382620811462, -0.040429793298244476, -0.2184278964996338, -0.043222442269325256, 0.17601069808006287, 0.03503134846687317, 0.040346186608076096, 0.008854552172124386, 0.07111068069934845, 0.03094751387834549, -0.09248917549848557, 0.06070588529109955, 0.04555078223347664, 0.048474520444869995, 0.08930768072605133, -0.0230102576315403, -0.24365659058094025, -0.12870340049266815, -0.05264930799603462, 0.09204374998807907, 0.11711495369672775, -0.044583503156900406, 0.201571986079216, 0.09112036973237991, -0.09450367838144302, -0.19899201393127441, -0.015010188333690166, 0.020837439224123955, -0.032891854643821716, 0.01842668652534485, -0.2127348631620407, 0.05655026435852051, 0.035947661846876144, -0.005562751088291407, 0.015576018951833248, -0.14513908326625824, -0.11624106764793396, 0.024431413039565086, -0.007426357828080654, -0.29259949922561646, -0.1893734335899353, -0.12017465382814407, -0.01719905063509941, -0.18815825879573822, 0.14863650500774384, 0.06962636113166809, -0.007946856319904327, -0.0060750688426196575, 0.021933812648057938, 0.020962288603186607, -0.04174428805708885, 0.16916245222091675, 0.02608427405357361, 0.004930607043206692, -0.07198747992515564, -0.07402156293392181, 0.11040012538433075, 0.029287874698638916, 0.02154117077589035, 0.0010659665567800403, -0.020124569535255432, -0.10893697291612625, -0.021303482353687286, -0.08024033904075623, 0.013567712157964706, -0.11262558400630951, -0.04821662977337837, -0.06047838553786278, 0.12154620885848999, 0.06558563560247421, -0.02695709466934204, 0.1332741230726242, -0.06582573056221008, 0.08283708989620209, 0.08374917507171631, 0.1558780074119568, 0.04789816960692406, -0.028390277177095413, -0.01449628360569477, -0.0064837089739739895, -0.04668852314352989, -0.13664430379867554, 0.05541687831282616, 0.10924442857503891, 0.0040241265669465065, 0.1503499299287796, -0.027876682579517365, -0.1429608017206192, -0.007897499017417431, 0.08122146129608154, -0.03369281440973282, -0.2481687217950821, 0.035725612193346024, 0.015930695459246635, -0.1272040754556656, -0.03506758064031601, 0.05441136285662651, 0.07109659910202026, -0.09064038097858429, 0.03747856989502907, 0.1321374922990799, 0.03351275250315666, 0.09081785380840302, 0.00164121447596699, 0.06666763871908188, -0.15521055459976196, 0.06937186419963837, 0.12610802054405212, -0.036320026963949203, -0.0004842382331844419, 0.2059004157781601, -0.05596679076552391, -0.04601045325398445, 0.03305511921644211, 0.06440289318561554, 0.06886453181505203, 0.016992002725601196, 0.03183571249246597, -0.16374514997005463, 0.02752859517931938, 0.10747397691011429, -0.025920581072568893, 0.010935460217297077, 0.03491613268852234, -0.029694490134716034, 0.0157889723777771, 0.156350776553154, 0.06014784798026085, 0.039844539016485214, -0.04659033939242363, -0.02348892018198967, -0.03131606802344322, -0.053884319961071014, 0.004815423861145973, 0.006943646352738142, -0.13151440024375916, -0.0010928083211183548, -0.1242222934961319, -0.02168853022158146, -0.16042236983776093, -0.005689828656613827, 0.01517462357878685, -0.09907808899879456, -0.01921761967241764, -0.020825155079364777, -0.0896245688199997, -0.06289999932050705, -0.027582714334130287, 0.14625181257724762, -0.17892558872699738, -0.0046872845850884914, 0.09598283469676971, -0.09323127567768097, 0.12001076340675354, -0.0020519860554486513, -0.036050885915756226, 0.019469579681754112, -0.09956613183021545, -0.020576100796461105, -0.01346698310226202, 0.047595515847206116, 0.05312703549861908, -0.13420237600803375, -0.01978561468422413, -0.007413916289806366, -0.04495009407401085, 0.04796968773007393, -0.005096928682178259, -0.08190007507801056, 0.06147840991616249, -0.050143152475357056, -0.07856830209493637, 0.01903868466615677, 0.019335586577653885, 0.14923934638500214, -0.02438446320593357, 0.1112714409828186, -0.015542188659310341, 0.09485223144292831, -0.14049044251441956, -0.012842136435210705, -0.013704609125852585, -0.03207714110612869, 0.023263607174158096, -0.0003943330084439367, 0.08556727319955826, 0.012281915172934532, 0.1953115463256836, -0.04937250167131424, -0.004955799784511328, 0.08175036311149597, 0.0627150610089302, -0.05939708650112152, 0.10182478278875351, -0.002535904059186578, 0.02980426698923111, -0.03546864166855812, -0.0037779889535158873, -0.07622282952070236, -0.08922078460454941, -0.09043215215206146, 0.0964445099234581, 0.18802770972251892, 0.16008420288562775, -0.060880906879901886, 0.09468698501586914, -0.12463933974504471, -0.03731636330485344, 0.15769913792610168, -0.07297104597091675, 0.020306427031755447, -0.10408145934343338, 0.04780775308609009, 0.04852615296840668, -0.19083473086357117, 0.12064004689455032, -0.09746768325567245, -0.07932201772928238, -0.013382218778133392, -0.13829852640628815, -0.07572878152132034, -0.012755476869642735, -0.002242036396637559, -0.11643306910991669, 0.11041048914194107, 0.10169977694749832, 0.001795698655769229, -0.015183116309344769, 0.0879930853843689, -0.0061613693833351135, -0.04652879387140274, 0.07197236269712448, 0.08700176328420639, 0.02555413357913494, -0.018272213637828827, 0.053047992289066315, -0.07033122330904007, 0.11394035071134567, 0.06292330473661423, 0.055099762976169586, -0.06820748746395111, -0.0005268041277304292, -0.07957971096038818, -0.09243233501911163, 0.039409056305885315, -0.04348147287964821, -0.10642419755458832, 0.17756380140781403, 0.007648944854736328, 0.046485111117362976, 0.013134870678186417, 0.2286323606967926, -0.03755556046962738, -0.09899460524320602, -0.200216606259346, -0.00037112479913048446, -0.04872206225991249, 0.014113456010818481, 0.06856568902730942, -0.12688478827476501, 0.010674567893147469, 0.10156381875276566, 0.17679232358932495, -0.040012143552303314, 0.011636748909950256, 0.013400823809206486, 0.02946614846587181, -0.011556075885891914, 0.023192770779132843, 0.05265645682811737, 0.1700827181339264, -0.04993787035346031, 0.01804356276988983, -0.01985524594783783, -0.0778733342885971, -0.10869597643613815, 0.1154942736029625, 0.03289090096950531, -0.021856307983398438, -0.05651811510324478, 0.1805519312620163, -0.12396698445081711, -0.24531179666519165, 0.028659211471676826, -0.1648634970188141, -0.18597257137298584, -0.05371341109275818, 0.013671507127583027, 0.01455833949148655, -0.017142120748758316, 0.0991964265704155, -0.042290277779102325, 0.16021928191184998, 0.0862576887011528, -0.002651089569553733, -0.006907863076776266, 0.12940624356269836, -0.16314350068569183, 0.21367332339286804, 0.0022034947760403156, 0.0013135474873706698, 0.1009930744767189, -0.06460268050432205, -0.12277332693338394, -0.03981732577085495, 0.11795047670602798, -0.02704516239464283, 0.022803068161010742, 0.1807675063610077, 0.02066723071038723, 0.10288947820663452, 0.10211275517940521, -0.046874403953552246, 0.042125675827264786, 0.05009668320417404, -0.03155922517180443, -0.05566137284040451, 0.12294521927833557, -0.12106853723526001, 0.0800897553563118, 0.11916271597146988, -0.07066066563129425, 0.03305072337388992, -0.012731662951409817, 0.022095855325460434, -0.04378139600157738, 0.18647675216197968, -0.04798632860183716, -0.19176901876926422, 0.007571003399789333, -0.02723005786538124, 0.10884101688861847, -0.08223369717597961, -0.04373946785926819, 0.012486755847930908, 0.029018670320510864, -0.1150590255856514, 0.1434881091117859, 0.10844120383262634, -0.02819625660777092, -0.025274507701396942, -0.12033836543560028, 0.03309005871415138, 0.11221598088741302, -0.06222265213727951, 0.063398577272892 ]
4749e1d6950c2377b62a2e424147e68406cca9dd
# Dataset Card for CANER ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** - **Repository:** [Classical-Arabic-Named-Entity-Recognition-Corpus](https://github.com/RamziSalah) - **Paper:** [Researchgate](https://www.researchgate.net/publication/330075080_BUILDING_THE_CLASSICAL_ARABIC_NAMED_ENTITY_RECOGNITION_CORPUS_CANERCORPUS) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary The Classical Arabic Named Entity Recognition corpus is a new corpus of tagged data that can be useful for handling the issues in recognition of Arabic named entities. ### Supported Tasks and Leaderboards - Named Entity Recognition ### Languages Classical Arabic ## Dataset Structure ### Data Instances An example from the dataset: ``` {'ner_tag': 1, 'token': 'الجامع'} ``` Where 1 stands for "Book" ### Data Fields - `id`: id of the sample - `token`: the tokens of the example text - `ner_tag`: the NER tags of each token The NER tags correspond to this list: ``` "Allah", "Book", "Clan", "Crime", "Date", "Day", "Hell", "Loc", "Meas", "Mon", "Month", "NatOb", "Number", "O", "Org", "Para", "Pers", "Prophet", "Rlig", "Sect", "Time" ``` ### Data Splits Training splits only ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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? Ramzi Salah and Lailatul Qadri Zakaria ### 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 [More Information Needed] ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information @article{article, author = {Salah, Ramzi and Zakaria, Lailatul}, year = {2018}, month = {12}, pages = {}, title = {BUILDING THE CLASSICAL ARABIC NAMED ENTITY RECOGNITION CORPUS (CANERCORPUS)}, volume = {96}, journal = {Journal of Theoretical and Applied Information Technology} } ### Contributions Thanks to [@KMFODA](https://github.com/KMFODA) for adding this dataset.
caner
[ "task_categories:token-classification", "task_ids:named-entity-recognition", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:ar", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["ar"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["token-classification"], "task_ids": ["named-entity-recognition"], "pretty_name": "CANER", "dataset_info": {"features": [{"name": "token", "dtype": "string"}, {"name": "ner_tag", "dtype": {"class_label": {"names": {"0": "Allah", "1": "Book", "2": "Clan", "3": "Crime", "4": "Date", "5": "Day", "6": "Hell", "7": "Loc", "8": "Meas", "9": "Mon", "10": "Month", "11": "NatOb", "12": "Number", "13": "O", "14": "Org", "15": "Para", "16": "Pers", "17": "Prophet", "18": "Rlig", "19": "Sect", "20": "Time"}}}}], "splits": [{"name": "train", "num_bytes": 5095617, "num_examples": 258240}], "download_size": 1459014, "dataset_size": 5095617}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-16T13:38:20+00:00
[]
[ "ar" ]
TAGS #task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Arabic #license-unknown #region-us
# Dataset Card for CANER ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: - Repository: Classical-Arabic-Named-Entity-Recognition-Corpus - Paper: Researchgate - Leaderboard: - Point of Contact: ### Dataset Summary The Classical Arabic Named Entity Recognition corpus is a new corpus of tagged data that can be useful for handling the issues in recognition of Arabic named entities. ### Supported Tasks and Leaderboards - Named Entity Recognition ### Languages Classical Arabic ## Dataset Structure ### Data Instances An example from the dataset: Where 1 stands for "Book" ### Data Fields - 'id': id of the sample - 'token': the tokens of the example text - 'ner_tag': the NER tags of each token The NER tags correspond to this list: ### Data Splits Training splits only ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? Ramzi Salah and Lailatul Qadri Zakaria ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information @article{article, author = {Salah, Ramzi and Zakaria, Lailatul}, year = {2018}, month = {12}, pages = {}, title = {BUILDING THE CLASSICAL ARABIC NAMED ENTITY RECOGNITION CORPUS (CANERCORPUS)}, volume = {96}, journal = {Journal of Theoretical and Applied Information Technology} } ### Contributions Thanks to @KMFODA for adding this dataset.
[ "# Dataset Card for CANER", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: \n- Repository: Classical-Arabic-Named-Entity-Recognition-Corpus\n- Paper: Researchgate\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nThe Classical Arabic Named Entity Recognition corpus is a new corpus of tagged data that can be useful for handling the issues in recognition of Arabic named entities.", "### Supported Tasks and Leaderboards\n\n- Named Entity Recognition", "### Languages\n\nClassical Arabic", "## Dataset Structure", "### Data Instances\n\nAn example from the dataset:\n\nWhere 1 stands for \"Book\"", "### Data Fields\n\n- 'id': id of the sample\n - 'token': the tokens of the example text\n - 'ner_tag': the NER tags of each token\n\nThe NER tags correspond to this list:", "### Data Splits\n\nTraining splits only", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?\n\nRamzi Salah and Lailatul Qadri Zakaria", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\n\n\n\n\n@article{article,\nauthor = {Salah, Ramzi and Zakaria, Lailatul},\nyear = {2018},\nmonth = {12},\npages = {},\ntitle = {BUILDING THE CLASSICAL ARABIC NAMED ENTITY RECOGNITION CORPUS (CANERCORPUS)},\nvolume = {96},\njournal = {Journal of Theoretical and Applied Information Technology}\n}", "### Contributions\n\nThanks to @KMFODA for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Arabic #license-unknown #region-us \n", "# Dataset Card for CANER", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: \n- Repository: Classical-Arabic-Named-Entity-Recognition-Corpus\n- Paper: Researchgate\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nThe Classical Arabic Named Entity Recognition corpus is a new corpus of tagged data that can be useful for handling the issues in recognition of Arabic named entities.", "### Supported Tasks and Leaderboards\n\n- Named Entity Recognition", "### Languages\n\nClassical Arabic", "## Dataset Structure", "### Data Instances\n\nAn example from the dataset:\n\nWhere 1 stands for \"Book\"", "### Data Fields\n\n- 'id': id of the sample\n - 'token': the tokens of the example text\n - 'ner_tag': the NER tags of each token\n\nThe NER tags correspond to this list:", "### Data Splits\n\nTraining splits only", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?\n\nRamzi Salah and Lailatul Qadri Zakaria", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\n\n\n\n\n@article{article,\nauthor = {Salah, Ramzi and Zakaria, Lailatul},\nyear = {2018},\nmonth = {12},\npages = {},\ntitle = {BUILDING THE CLASSICAL ARABIC NAMED ENTITY RECOGNITION CORPUS (CANERCORPUS)},\nvolume = {96},\njournal = {Journal of Theoretical and Applied Information Technology}\n}", "### Contributions\n\nThanks to @KMFODA for adding this dataset." ]
[ 97, 7, 120, 45, 42, 18, 7, 6, 21, 51, 9, 5, 7, 4, 10, 10, 5, 5, 19, 8, 8, 7, 8, 7, 5, 6, 98, 17 ]
[ "passage: TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Arabic #license-unknown #region-us \n# Dataset Card for CANER## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: \n- Repository: Classical-Arabic-Named-Entity-Recognition-Corpus\n- Paper: Researchgate\n- Leaderboard:\n- Point of Contact:### Dataset Summary\n\nThe Classical Arabic Named Entity Recognition corpus is a new corpus of tagged data that can be useful for handling the issues in recognition of Arabic named entities.### Supported Tasks and Leaderboards\n\n- Named Entity Recognition### Languages\n\nClassical Arabic## Dataset Structure### Data Instances\n\nAn example from the dataset:\n\nWhere 1 stands for \"Book\"### Data Fields\n\n- 'id': id of the sample\n - 'token': the tokens of the example text\n - 'ner_tag': the NER tags of each token\n\nThe NER tags correspond to this list:### Data Splits\n\nTraining splits only## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?\n\nRamzi Salah and Lailatul Qadri Zakaria### Personal and Sensitive Information## Considerations for Using the Data" ]
[ 0.018921662122011185, 0.19243046641349792, -0.006348512135446072, -0.001643040799535811, 0.07353433966636658, 0.038843054324388504, 0.0826575830578804, 0.1543673574924469, 0.031439829617738724, 0.11852150410413742, -0.051282770931720734, 0.07334499806165695, 0.16088654100894928, 0.06343059241771698, 0.015138653106987476, -0.194778174161911, 0.040557656437158585, -0.09866310656070709, -0.019362660124897957, 0.09950720518827438, 0.14630413055419922, -0.06504984200000763, 0.055273402482271194, -0.054347436875104904, 0.024359265342354774, 0.011990977451205254, -0.10382005572319031, -0.09156591445207596, 0.036852266639471054, 0.04117371514439583, 0.06690260022878647, 0.006744883954524994, 0.023261992260813713, -0.3283800482749939, 0.02759266458451748, 0.040943946689367294, -0.00299774669110775, 0.027876660227775574, 0.11200081557035446, -0.08900818973779678, 0.05346260219812393, -0.17216265201568604, 0.059186551719903946, 0.04099145531654358, -0.11326432228088379, -0.11123128235340118, -0.10573797672986984, 0.07957631349563599, 0.12972424924373627, 0.020648542791604996, -0.05225680395960808, 0.03067193366587162, -0.06966842710971832, 0.03159642219543457, 0.10651864111423492, -0.12968334555625916, -0.0682341456413269, -0.029871737584471703, 0.027309373021125793, 0.083153136074543, -0.15453392267227173, 0.042196013033390045, -0.060120683163404465, -0.007351483218371868, 0.0016116881743073463, -0.026440758258104324, -0.06407294422388077, 0.05553961917757988, -0.07657213509082794, -0.06563802808523178, 0.1378956139087677, 0.013170608319342136, 0.024838058277964592, -0.18880045413970947, 0.015302379615604877, 0.02579689212143421, -0.0860256478190422, -0.027983568608760834, 0.009476063773036003, -0.0391528382897377, 0.07451922446489334, -0.02227090112864971, -0.05640798807144165, 0.019669875502586365, -0.01545467134565115, -0.012520510703325272, 0.05924485623836517, -0.011882897466421127, 0.06685853749513626, 0.04805540665984154, 0.04982127994298935, -0.08208116888999939, -0.02920740470290184, -0.050622910261154175, -0.14607077836990356, -0.03216773271560669, 0.03882847726345062, 0.019475599750876427, 0.10047201812267303, 0.15522804856300354, -0.01688181236386299, 0.0781002938747406, -0.04355768859386444, -0.028413139283657074, 0.04799772799015045, 0.06421996653079987, -0.07074112445116043, -0.13819199800491333, -0.06657661497592926, 0.03619349002838135, -0.06761923432350159, -0.0012803672580048442, 0.04415411874651909, 0.0960179939866066, 0.05242488160729408, 0.12094160169363022, 0.10071314871311188, 0.02152307890355587, -0.054767705500125885, -0.040682561695575714, 0.07286468893289566, -0.13280421495437622, 0.03493306413292885, 0.06431462615728378, -0.07883880287408829, -0.0656542107462883, -0.04327928274869919, 0.029298285022377968, -0.09988252073526382, 0.05855625495314598, -0.03516353666782379, 0.01460149697959423, -0.055849190801382065, -0.01402926817536354, 0.06772290170192719, -0.04678955301642418, -0.07764270156621933, -0.0076975286938250065, -0.0855080857872963, -0.059142179787158966, 0.038089949637651443, -0.10055366158485413, -0.009977011010050774, -0.016367098316550255, 0.007881672121584415, 0.055785562843084335, 0.0057252137921750546, 0.04918144270777702, -0.08309948444366455, 0.061798736453056335, -0.046017520129680634, 0.042176637798547745, 0.15666185319423676, 0.05064220353960991, -0.04591306298971176, 0.05932549387216568, -0.11799105256795883, 0.13899369537830353, -0.15610139071941376, 0.00012294625048525631, -0.1808566004037857, 0.027006391435861588, 0.03645000979304314, -0.014624619856476784, -0.04938243329524994, 0.14514319598674774, -0.1953755021095276, -0.058830201625823975, 0.13349886238574982, -0.02292281575500965, -0.10947529226541519, 0.06103578954935074, -0.028527216985821724, 0.009606579318642616, 0.054333172738552094, 0.10950546711683273, -0.05333168804645538, 0.04516521841287613, -0.09477124363183975, -0.0881815254688263, 0.10963453352451324, 0.23767469823360443, 0.11764953285455704, -0.095988929271698, 0.18362151086330414, 0.002653194358572364, -0.0004267346521373838, -0.05528665706515312, 0.0012003045994788408, -0.12384488433599472, 0.053583141416311264, -0.012437140569090843, 0.0031941253691911697, 0.0032956500072032213, -0.013111828826367855, -0.024410305544734, -0.09761473536491394, -0.0012809368781745434, 0.004577115178108215, 0.016492225229740143, 0.014450745657086372, -0.08727534115314484, -0.03168749436736107, 0.01153144147247076, 0.04379298910498619, -0.1384514570236206, -0.15061505138874054, 0.03726821020245552, -0.06304368376731873, 0.09903991222381592, -0.10155638307332993, 0.02299308031797409, -0.02822214923799038, -0.05596582219004631, 0.004211809486150742, 0.03495680168271065, 0.03828062117099762, -0.034633342176675797, -0.16671989858150482, -0.01069254893809557, -0.031114643439650536, 0.1570628434419632, -0.050337258726358414, 0.00889047421514988, 0.1003260686993599, 0.2527606785297394, 0.04251568019390106, -0.04110157862305641, 0.05747247114777565, 0.020369186997413635, 0.04885982722043991, -0.03715432435274124, 0.015574302524328232, -0.12436382472515106, -0.004029653966426849, 0.04856148362159729, -0.12457949668169022, -0.003235909389331937, 0.069905124604702, 0.07635143399238586, -0.055303312838077545, -0.0263711828738451, -0.04700746014714241, -0.05195074900984764, 0.024370696395635605, -0.059316910803318024, 0.07654279470443726, 0.05203146114945412, 0.029534650966525078, -0.056519512087106705, -0.07098463177680969, -0.07595620304346085, 0.004933727439492941, -0.09825411438941956, 0.11909449100494385, 0.01283329725265503, -0.19859786331653595, 0.15870797634124756, 0.09667748212814331, 0.13083404302597046, 0.08959747105836868, -0.027543693780899048, -0.09996049106121063, -0.006371543277055025, 0.009267929941415787, 0.02171480283141136, 0.04119926318526268, -0.09988278895616531, -0.022472713142633438, 0.0410102941095829, -0.016058197245001793, 0.012829901650547981, -0.03966507688164711, 0.05472613126039505, -0.026054836809635162, -0.020067743957042694, 0.09080073237419128, -0.00082710589049384, 0.08339472115039825, 0.10644834488630295, 0.037131741642951965, 0.0721093937754631, -0.025941232219338417, -0.058651044964790344, -0.0733814463019371, 0.08718940615653992, -0.15745046734809875, -0.2533543109893799, -0.028844794258475304, -0.11424388736486435, -0.039183538407087326, -0.036749135702848434, 0.01949445717036724, -0.03828465938568115, -0.06831172108650208, -0.05589967966079712, 0.10853511840105057, 0.0921773761510849, -0.12195337563753128, -0.03453991562128067, -0.008052835240960121, -0.003786269575357437, -0.12658937275409698, 0.03965380787849426, 0.06724623590707779, -0.09624437242746353, -0.007674092426896095, 0.03873824328184128, 0.08356140553951263, 0.04244256392121315, 0.06422937661409378, -0.017330503091216087, -0.03255479037761688, 0.21578936278820038, -0.15171922743320465, 0.1506260186433792, 0.02117503434419632, -0.043678101152181625, 0.07034274935722351, 0.2427818328142166, 0.03860929608345032, -0.046384744346141815, 0.0003213105082977563, 0.12623831629753113, 0.034695420414209366, -0.2225782871246338, -0.08407162874937057, -0.08159497380256653, -0.06221812218427658, 0.037113696336746216, 0.09673447161912918, 0.04425694793462753, -0.010957571677863598, -0.15211720764636993, -0.05448738485574722, 0.07822488993406296, 0.055250443518161774, 0.10262691974639893, 0.01393888145685196, 0.039951127022504807, -0.07520868629217148, -0.02123434469103813, 0.05348934233188629, 0.10465673357248306, 0.17339962720870972, 0.05105704814195633, 0.21991439163684845, 0.0761374682188034, 0.08201964944601059, -0.01939012110233307, -0.03122648224234581, 0.0012728367000818253, 0.06605149060487747, -0.01270676963031292, -0.047945041209459305, -0.02238113060593605, 0.07822178304195404, 0.1576794981956482, -0.1155904084444046, 0.10245200246572495, -0.12884187698364258, 0.15135416388511658, 0.13721449673175812, 0.0018818499520421028, -0.09574537724256516, 0.028278427198529243, 0.12957604229450226, -0.11268624663352966, -0.11871854960918427, -0.03490050509572029, -0.08589237928390503, -0.20347197353839874, 0.07215447723865509, -0.04216064140200615, 0.11886812001466751, -0.09327314049005508, -0.038418058305978775, 0.03107125125825405, -0.03327600657939911, -0.029830878600478172, 0.08494792133569717, -0.2272963523864746, 0.1357279270887375, 0.032603513449430466, 0.021281052380800247, -0.09425590932369232, 0.055105652660131454, 0.042253728955984116, -0.07913602143526077, 0.15757153928279877, -0.01646512933075428, -0.09662430733442307, -0.037800535559654236, -0.07903947681188583, 0.002997169503942132, 0.12463991343975067, -0.16758345067501068, 0.07944218814373016, -0.008332999423146248, -0.012198338285088539, -0.06875945627689362, 0.056919850409030914, -0.1199798583984375, -0.2288687378168106, 0.09254645556211472, -0.10075125843286514, 0.11718964576721191, -0.06473864614963531, -0.005921981297433376, -0.14827711880207062, 0.10317113250494003, -0.19565610587596893, -0.09610935300588608, -0.12203294038772583, -0.061416782438755035, 0.17069785296916962, -0.049793001264333725, 0.04699615761637688, -0.043066900223493576, 0.08498409390449524, 0.00583068048581481, -0.02091824822127819, 0.03665321320295334, -0.02557441219687462, -0.15041425824165344, -0.0580618716776371, 0.16679994761943817, 0.025800032541155815, 0.0506410226225853, 0.00037164337118156254, 0.07156959176063538, 0.03875775635242462, -0.04703499749302864, 0.037584029138088226, 0.07207838445901871, -0.001286342041566968, 0.1005709245800972, -0.05023075267672539, -0.18934588134288788, -0.17849178612232208, -0.050192419439554214, 0.11676600575447083, 0.09978777170181274, -0.002997772768139839, 0.20348341763019562, 0.12079861760139465, -0.08981534093618393, -0.2095918208360672, -0.0896226093173027, 0.016041576862335205, -0.05612016096711159, -0.02900715358555317, -0.20480996370315552, 0.048991426825523376, 0.03236113861203194, 0.002338785445317626, -0.009148596785962582, -0.2125418335199356, -0.10697926580905914, 0.06490055471658707, -0.015889408066868782, -0.29845699667930603, -0.2178460955619812, -0.11300797760486603, -0.03955052047967911, -0.12050962448120117, 0.1400097906589508, 0.09837723523378372, 0.0426461324095726, -0.024531006813049316, 0.020102865993976593, -0.009239407256245613, 0.007080198265612125, 0.18385563790798187, 0.022568147629499435, 0.00012389139737933874, -0.11610659956932068, -0.039709676057100296, 0.09994421154260635, -0.0002602687163744122, 0.020198829472064972, -0.01450851745903492, -0.05617150291800499, -0.1765947937965393, -0.013476825319230556, -0.05678612366318703, 0.022540196776390076, -0.09451375901699066, -0.02816697023808956, -0.049891628324985504, 0.08739909529685974, 0.09604759514331818, -0.01983216404914856, 0.13136808574199677, -0.03506553918123245, 0.11530818045139313, 0.08558334410190582, 0.10662592947483063, 0.061868611723184586, -0.08729357272386551, -0.041963208466768265, 0.02590090036392212, -0.02080226130783558, -0.11557602882385254, 0.046205244958400726, 0.10178913921117783, -0.015348589979112148, 0.15798017382621765, -0.06471119076013565, -0.14297901093959808, -0.01843169517815113, 0.09971688687801361, -0.016109077259898186, -0.2109924703836441, 0.03460201621055603, 0.10664091259241104, -0.1299891173839569, -0.07620888948440552, 0.04200388863682747, 0.0631529912352562, -0.0882546678185463, 0.02837323397397995, 0.09666518867015839, 0.02900329977273941, 0.10578550398349762, -0.005194602534174919, 0.07114201039075851, -0.1206681877374649, 0.1501418650150299, 0.17059019207954407, -0.09273533523082733, -0.011815258301794529, 0.2112255096435547, -0.04367842152714729, -0.04327956959605217, -0.017901824787259102, 0.08166580647230148, 0.026060348376631737, -0.0008198728319257498, 0.055583395063877106, -0.13183508813381195, 0.02653011493384838, 0.12200362980365753, -0.031931400299072266, 0.04805552586913109, 0.04071565344929695, -0.03401196748018265, 0.03499957546591759, 0.17188683152198792, 0.03195232152938843, -0.0034207140561193228, -0.004114277195185423, -0.04275773465633392, -0.030608387663960457, -0.011680064722895622, 0.01801222376525402, -0.03141274303197861, -0.09600533545017242, 0.0008653122349642217, -0.11341182887554169, -0.0007544312975369394, -0.12658675014972687, -0.008899057283997536, 0.009274854324758053, -0.027805928140878677, -0.03164031356573105, -0.04294232651591301, -0.07490075379610062, -0.06736449152231216, -0.02442527748644352, 0.17709729075431824, -0.216980442404747, -0.013227008283138275, 0.10211969166994095, -0.065024234354496, 0.10543312877416611, 0.03804878145456314, -0.027113590389490128, 0.030501974746584892, -0.1024293527007103, -0.025503011420369148, -0.0756140649318695, 0.029818130657076836, 0.03376784175634384, -0.13811813294887543, 0.014530397020280361, -0.02370288223028183, -0.05095907673239708, 0.04979852959513664, -0.020330343395471573, -0.07550611346960068, 0.021258104592561722, -0.0959271714091301, -0.04679790884256363, 0.018997756764292717, 0.037642672657966614, 0.11734975129365921, -0.04235086590051651, 0.09129256755113602, -0.007571548689156771, 0.04657554253935814, -0.09273750334978104, -0.013194743543863297, -0.013801779597997665, -0.034224025905132294, -0.005152289755642414, -0.022386254742741585, 0.05965312197804451, -0.004062502644956112, 0.1774783879518509, -0.02184079959988594, -0.03247002139687538, 0.0947381928563118, 0.06658267974853516, -0.08828448504209518, 0.08216607570648193, 0.02017650566995144, 0.0458502434194088, -0.04311153665184975, 0.0018911215011030436, -0.08064927905797958, -0.10096421837806702, -0.09887905418872833, 0.06294336169958115, 0.2735264301300049, 0.19930659234523773, -0.0375911146402359, 0.06345680356025696, -0.14238066971302032, 0.030870135873556137, 0.16420918703079224, -0.007754963357001543, -0.004244321957230568, -0.09397929161787033, 0.012421159073710442, 0.11303064227104187, -0.2080046534538269, 0.09994503855705261, -0.09600619226694107, -0.05563611537218094, 0.020891988649964333, -0.12585234642028809, -0.0766892060637474, 0.03234395757317543, 0.0026435761246830225, -0.08972302824258804, 0.08293470740318298, 0.16778849065303802, -0.011791273020207882, -0.008918910287320614, 0.12150335311889648, -0.10841578990221024, -0.09640271216630936, 0.07182320952415466, 0.06459435820579529, 0.04906296730041504, -0.008446803316473961, 0.06001747027039528, -0.02925684303045273, 0.07359492778778076, 0.06192287802696228, 0.06762787699699402, -0.021046772599220276, 0.01877008192241192, -0.10412076115608215, -0.08727431297302246, 0.05705767124891281, -0.03275195136666298, -0.07356227189302444, 0.19249023497104645, 0.013538097031414509, 0.02200639247894287, 0.009007878601551056, 0.25224336981773376, -0.014644439332187176, -0.0765562430024147, -0.13526169955730438, 0.021250851452350616, 0.004035030025988817, 0.009133151732385159, 0.06508464366197586, -0.1363164186477661, 0.009452317841351032, 0.07334551960229874, 0.16489149630069733, -0.045773886144161224, 0.02861132100224495, -0.006358079146593809, 0.04757232964038849, -0.0027558349538594484, -0.02371589094400406, 0.05238083750009537, 0.13655543327331543, -0.09208870679140091, 0.07432815432548523, -0.0016399704618379474, -0.05059312283992767, -0.09653680771589279, 0.13661357760429382, 0.016731029376387596, -0.014463882893323898, -0.05605730414390564, 0.14937274158000946, -0.1436612606048584, -0.27598837018013, 0.026679502800107002, -0.12616850435733795, -0.15036462247371674, -0.04363610967993736, 0.0443420335650444, 0.05557680130004883, -0.03514917567372322, 0.1175985038280487, -0.0505613349378109, 0.10229848325252533, 0.10044074803590775, -0.020811904221773148, -0.02736024744808674, 0.12850293517112732, -0.08679020404815674, 0.20296674966812134, 0.019829070195555687, 0.037802647799253464, 0.08603057265281677, -0.06200721114873886, -0.07715325802564621, 0.0256329495459795, 0.138549342751503, -0.015594652853906155, 0.026434753090143204, 0.19348357617855072, 0.04684840515255928, 0.13956284523010254, 0.1219043955206871, 0.007271472830325365, 0.07564334571361542, 0.02750188298523426, -0.029341213405132294, -0.04069754481315613, 0.13204379379749298, -0.11926747113466263, 0.0978313609957695, 0.14798904955387115, -0.05885069817304611, 0.04688308387994766, -0.018741387873888016, -0.0019943988882005215, -0.014883437193930149, 0.0846656933426857, -0.04041100665926933, -0.13600407540798187, 0.04248730465769768, -0.12675726413726807, 0.0959552526473999, -0.08935502916574478, -0.06998619437217712, 0.030264006927609444, 0.011419704183936119, -0.06628631055355072, 0.13182049989700317, 0.11923426389694214, -0.04187791422009468, -0.032280128449201584, -0.2023361772298813, 0.02329404652118683, 0.11016148328781128, -0.0802290141582489, 0.061215102672576904 ]
42c1ec984cc5461418a24fec2cd9ab8c8d4aa99c
# Dataset Card for CAPES ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Parallel corpus of theses and dissertation abstracts in Portuguese and English from CAPES](https://sites.google.com/view/felipe-soares/datasets) - **Repository:** - **Paper:** [A Parallel Corpus of Theses and Dissertations Abstracts](https://arxiv.org/abs/1905.01715) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary A parallel corpus of theses and dissertations abstracts in English and Portuguese were collected from the CAPES website (Coordenação de Aperfeiçoamento de Pessoal de Nível Superior) - Brazil. The corpus is sentence aligned for all language pairs. Approximately 240,000 documents were collected and aligned using the Hunalign algorithm. ### Supported Tasks and Leaderboards The underlying task is machine translation. ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @inproceedings{soares2018parallel, title={A Parallel Corpus of Theses and Dissertations Abstracts}, author={Soares, Felipe and Yamashita, Gabrielli Harumi and Anzanello, Michel Jose}, booktitle={International Conference on Computational Processing of the Portuguese Language}, pages={345--352}, year={2018}, organization={Springer} } ``` ### Contributions Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
capes
[ "task_categories:translation", "annotations_creators:found", "language_creators:found", "multilinguality:multilingual", "size_categories:1M<n<10M", "source_datasets:original", "language:en", "language:pt", "license:unknown", "dissertation-abstracts-translation", "theses-translation", "arxiv:1905.01715", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["en", "pt"], "license": ["unknown"], "multilinguality": ["multilingual"], "size_categories": ["1M<n<10M"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "paperswithcode_id": "capes", "pretty_name": "CAPES", "tags": ["dissertation-abstracts-translation", "theses-translation"], "dataset_info": {"config_name": "en-pt", "features": [{"name": "translation", "dtype": {"translation": {"languages": ["en", "pt"]}}}], "splits": [{"name": "train", "num_bytes": 472483436, "num_examples": 1157610}], "download_size": 285468020, "dataset_size": 472483436}, "configs": [{"config_name": "en-pt", "data_files": [{"split": "train", "path": "en-pt/train-*"}], "default": true}]}
2024-01-16T10:30:24+00:00
[ "1905.01715" ]
[ "en", "pt" ]
TAGS #task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-1M<n<10M #source_datasets-original #language-English #language-Portuguese #license-unknown #dissertation-abstracts-translation #theses-translation #arxiv-1905.01715 #region-us
# Dataset Card for CAPES ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: Parallel corpus of theses and dissertation abstracts in Portuguese and English from CAPES - Repository: - Paper: A Parallel Corpus of Theses and Dissertations Abstracts - Leaderboard: - Point of Contact: ### Dataset Summary A parallel corpus of theses and dissertations abstracts in English and Portuguese were collected from the CAPES website (Coordenação de Aperfeiçoamento de Pessoal de Nível Superior) - Brazil. The corpus is sentence aligned for all language pairs. Approximately 240,000 documents were collected and aligned using the Hunalign algorithm. ### Supported Tasks and Leaderboards The underlying task is machine translation. ### Languages ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @patil-suraj for adding this dataset.
[ "# Dataset Card for CAPES", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Parallel corpus of theses and dissertation abstracts in Portuguese and English from CAPES\n- Repository:\n- Paper: A Parallel Corpus of Theses and Dissertations Abstracts\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nA parallel corpus of theses and dissertations abstracts in English and Portuguese were collected from the\nCAPES website (Coordenação de Aperfeiçoamento de Pessoal de Nível Superior) - Brazil.\nThe corpus is sentence aligned for all language pairs. Approximately 240,000 documents were\ncollected and aligned using the Hunalign algorithm.", "### Supported Tasks and Leaderboards\n\nThe underlying task is machine translation.", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @patil-suraj for adding this dataset." ]
[ "TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-1M<n<10M #source_datasets-original #language-English #language-Portuguese #license-unknown #dissertation-abstracts-translation #theses-translation #arxiv-1905.01715 #region-us \n", "# Dataset Card for CAPES", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Parallel corpus of theses and dissertation abstracts in Portuguese and English from CAPES\n- Repository:\n- Paper: A Parallel Corpus of Theses and Dissertations Abstracts\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nA parallel corpus of theses and dissertations abstracts in English and Portuguese were collected from the\nCAPES website (Coordenação de Aperfeiçoamento de Pessoal de Nível Superior) - Brazil.\nThe corpus is sentence aligned for all language pairs. Approximately 240,000 documents were\ncollected and aligned using the Hunalign algorithm.", "### Supported Tasks and Leaderboards\n\nThe underlying task is machine translation.", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @patil-suraj for adding this dataset." ]
[ 105, 7, 120, 55, 83, 19, 4, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 19 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-1M<n<10M #source_datasets-original #language-English #language-Portuguese #license-unknown #dissertation-abstracts-translation #theses-translation #arxiv-1905.01715 #region-us \n# Dataset Card for CAPES## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: Parallel corpus of theses and dissertation abstracts in Portuguese and English from CAPES\n- Repository:\n- Paper: A Parallel Corpus of Theses and Dissertations Abstracts\n- Leaderboard:\n- Point of Contact:### Dataset Summary\n\nA parallel corpus of theses and dissertations abstracts in English and Portuguese were collected from the\nCAPES website (Coordenação de Aperfeiçoamento de Pessoal de Nível Superior) - Brazil.\nThe corpus is sentence aligned for all language pairs. Approximately 240,000 documents were\ncollected and aligned using the Hunalign algorithm.### Supported Tasks and Leaderboards\n\nThe underlying task is machine translation.### Languages## Dataset Structure### Data Instances### Data Fields### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases" ]
[ -0.020039252936840057, 0.2533937692642212, -0.008573660627007484, 0.037845809012651443, 0.08494468033313751, 0.033095840364694595, 0.055878132581710815, 0.11416531354188919, -0.016923537477850914, 0.1209680512547493, -0.08932560682296753, 0.05634157732129097, 0.14687193930149078, 0.00940935593098402, -0.0058174775913357735, -0.23304879665374756, 0.04794769361615181, -0.11353117972612381, -0.0745406374335289, 0.06385532766580582, 0.12337204068899155, -0.054762646555900574, 0.03289686143398285, -0.05388690531253815, 0.011958526447415352, 0.01836862601339817, -0.07299846410751343, -0.0761074498295784, 0.017589986324310303, 0.03427298739552498, 0.07363790273666382, 0.03232306241989136, 0.06914416700601578, -0.26002827286720276, 0.00277909729629755, 0.044192295521497726, 0.019726186990737915, 0.04033229500055313, 0.13328315317630768, -0.07424655556678772, 0.03269079327583313, -0.1516970545053482, 0.09975849092006683, 0.07410819083452225, -0.1484195739030838, -0.16043636202812195, -0.11778772622346878, -0.018456822261214256, 0.09836095571517944, 0.04415547847747803, -0.06013580039143562, 0.03613439202308655, -0.041148215532302856, -0.0022743477020412683, 0.01585434004664421, -0.1604912132024765, -0.07767868041992188, 0.008101409301161766, 0.03190118074417114, 0.06633711606264114, -0.09985242038965225, -0.0009822810534387827, -0.03310460224747658, 0.0341888889670372, 0.01051055546849966, -0.055223461240530014, 0.008815275505185127, 0.02935025654733181, -0.10487519204616547, -0.037468668073415756, 0.09129900485277176, -0.02272801287472248, -0.017669424414634705, -0.21062634885311127, 0.007974033243954182, 0.08348333835601807, -0.0620962530374527, -0.03538037836551666, 0.051770053803920746, -0.0015335584757849574, 0.14101837575435638, 0.012300021946430206, -0.022697413340210915, 0.04606004059314728, -0.019345419481396675, -0.02893509902060032, 0.05394256114959717, -0.03675982356071472, 0.050977807492017746, 0.025601042434573174, 0.10401015728712082, -0.11609833687543869, 0.01963838003575802, -0.06954614073038101, -0.1593707948923111, -0.015973998233675957, 0.06480330973863602, -0.05897378548979759, 0.09370880573987961, 0.16283318400382996, -0.026911985129117966, 0.045619260519742966, -0.0509624183177948, -0.030880698934197426, 0.07441183179616928, 0.11679057031869888, -0.09586753696203232, -0.1364431083202362, -0.038235876709222794, -0.036514174193143845, -0.02935761585831642, 0.005580991972237825, -0.005281909368932247, 0.08282666653394699, -0.05823139101266861, 0.14891238510608673, 0.11443958431482315, -0.028397822752594948, -0.10659923404455185, -0.04665704071521759, 0.05861814692616463, -0.12714721262454987, 0.05727389082312584, 0.023368066176772118, -0.016523484140634537, 0.031135816127061844, -0.04604020342230797, 0.026583127677440643, -0.10532080382108688, 0.11134036630392075, -0.02597999945282936, -0.03991372138261795, -0.08502188324928284, -0.06287790089845657, 0.06419655680656433, 0.011539407074451447, -0.05943598598241806, 0.008978957310318947, -0.0015433765947818756, -0.09376257658004761, 0.029831847175955772, -0.15292559564113617, -0.028021739795804024, -0.01823379285633564, -0.010453400202095509, 0.010077137500047684, 0.030802078545093536, 0.04905939847230911, -0.06482803821563721, 0.0017567286267876625, -0.03228791803121567, 0.0488576740026474, 0.10963957756757736, 0.04636973887681961, -0.06361556053161621, 0.06882582604885101, -0.15371185541152954, 0.13883329927921295, -0.18435998260974884, 0.011524888686835766, -0.13402728736400604, 0.014792421832680702, 0.04347774758934975, -0.0009701142553240061, -0.028933873400092125, 0.1447613686323166, -0.22887301445007324, -0.014299568720161915, 0.19122518599033356, -0.06895377486944199, -0.057712770998477936, 0.08352366834878922, -0.022489776834845543, 0.03556498512625694, 0.04891028627753258, 0.11124691367149353, -0.04494761303067207, 0.00748830009251833, 0.021819153800606728, -0.1239771917462349, 0.07342816144227982, 0.25079599022865295, 0.12386009842157364, -0.13891352713108063, 0.18098318576812744, 0.01237690169364214, 0.008420981466770172, -0.06623679399490356, 0.0013011415721848607, -0.0892074927687645, 0.053310442715883255, 0.03781866282224655, -0.01915772631764412, 0.007420119363814592, -0.059476230293512344, -0.04448353871703148, -0.09428218007087708, -0.03656429052352905, -0.02060467004776001, 0.0015334535855799913, -0.003374645486474037, -0.06630870699882507, -0.047799061983823776, 0.04909783974289894, 0.010822203941643238, -0.1428307592868805, -0.12451394647359848, 0.08297457545995712, -0.0722212865948677, 0.12897071242332458, -0.0650758221745491, -0.00900255236774683, 0.0021820939145982265, -0.03138703480362892, 0.014368628151714802, 0.011742006056010723, 0.03454883396625519, 0.010441519320011139, -0.19550354778766632, 0.019501902163028717, -0.02499203197658062, 0.14853352308273315, -0.058920811861753464, 0.0012821879936382174, 0.0791197270154953, 0.20720654726028442, 0.0625033974647522, -0.03669589385390282, 0.03470619395375252, 0.058052707463502884, 0.04134189710021019, -0.06946036964654922, 0.020927000790834427, -0.06428742408752441, 0.057025980204343796, 0.06846604496240616, -0.06098514422774315, -0.036568157374858856, 0.052154410630464554, 0.09089729934930801, -0.05946020409464836, 0.0033922053407877684, -0.02754153683781624, -0.05026649311184883, -0.044900987297296524, -0.08565914630889893, 0.13232462108135223, 0.059352800250053406, 0.01699925772845745, -0.08570751547813416, -0.06292971968650818, -0.055319689214229584, -0.004715924151241779, -0.062286462634801865, 0.1140613928437233, 0.05728771537542343, -0.14836552739143372, 0.15633107721805573, 0.03953951224684715, 0.14115402102470398, 0.06590809673070908, -0.06202488765120506, -0.08966314047574997, -0.026404060423374176, -0.015619528479874134, 0.047123268246650696, 0.06836561858654022, -0.09861620515584946, 0.025820452719926834, 0.05293640121817589, -0.025246398523449898, 0.05094325914978981, -0.03318279609084129, 0.033632632344961166, 0.007470888085663319, 0.00203699991106987, 0.0426647923886776, -0.02118748053908348, 0.07713965326547623, 0.09955035895109177, 0.029627617448568344, 0.08210837095975876, -0.0467112772166729, -0.062202706933021545, -0.07598330825567245, 0.06325884163379669, -0.17246800661087036, -0.23528538644313812, -0.11869652569293976, -0.06369655579328537, -0.00958955567330122, -0.02876964583992958, 0.022379755973815918, -0.02656429447233677, -0.11026747524738312, -0.023188916966319084, 0.11787690967321396, 0.12169627100229263, -0.1563573032617569, 0.006307132542133331, 0.057905420660972595, -0.01143722701817751, -0.12992814183235168, 0.022438542917370796, 0.08042653650045395, -0.010732252150774002, -0.012863400392234325, 0.020876873284578323, 0.1274469643831253, 0.09719423949718475, 0.09472666680812836, -0.03077167645096779, -0.015726719051599503, 0.22459864616394043, -0.14540107548236847, 0.1089547872543335, 0.053584981709718704, -0.05806141719222069, 0.043342843651771545, 0.2114090472459793, 0.0474921353161335, -0.05547177791595459, -0.002062535611912608, 0.07808995991945267, 0.024341674521565437, -0.29457035660743713, -0.1201251745223999, -0.07288280874490738, -0.017643950879573822, 0.013741672039031982, 0.047429416328668594, -0.022153422236442566, -0.00876636803150177, -0.08891645818948746, -0.03338829055428505, 0.10172963887453079, 0.07096762955188751, 0.08464314043521881, 0.006975024938583374, 0.028789903968572617, -0.048229802399873734, -0.06590243428945541, 0.08479152619838715, 0.05098773539066315, 0.16326618194580078, 0.08916722983121872, 0.26400426030158997, 0.06361054629087448, 0.07254014164209366, -0.038831401616334915, 0.019448602572083473, 0.022044962272047997, 0.06676997244358063, -0.023960545659065247, -0.04547553136944771, 0.04314318299293518, 0.0410454161465168, 0.09841320663690567, -0.08813399076461792, 0.05962449312210083, -0.07045858353376389, 0.11337494850158691, 0.19340325891971588, -0.004159117583185434, -0.06631653755903244, 0.009589619934558868, 0.11795635521411896, -0.0943676009774208, -0.10374672710895538, -0.014146462082862854, 0.028547091409564018, -0.17552700638771057, 0.06646420061588287, -0.03675834462046623, 0.12468605488538742, -0.06502481549978256, -0.03409340977668762, 0.007878175005316734, 0.02875209040939808, -0.007601709105074406, 0.08594509959220886, -0.18904224038124084, 0.09544170647859573, -0.000708044390194118, 0.0063009741716086864, -0.07499591261148453, 0.09694543480873108, -0.01715853251516819, -0.0740620419383049, 0.14947184920310974, -0.013103765435516834, -0.1048695370554924, 0.04653071239590645, -0.08444794267416, -0.015250425785779953, 0.09055308252573013, -0.15699155628681183, 0.10778338462114334, -0.0033014698419719934, -0.03833659738302231, -0.06338854134082794, 0.0009074913104996085, -0.12314096838235855, -0.24759843945503235, 0.08062200248241425, -0.13608942925930023, 0.05240795016288757, -0.047410834580659866, -0.01352063100785017, -0.12042929977178574, 0.15929757058620453, -0.1644863486289978, -0.10366956144571304, -0.14364111423492432, -0.0640084519982338, 0.16394585371017456, -0.030670246109366417, 0.05095074325799942, -0.011925915256142616, 0.16221904754638672, -0.026707878336310387, -0.01689755916595459, 0.10485858470201492, -0.03193063661456108, -0.16562005877494812, -0.06976421177387238, 0.18925637006759644, 0.024454213678836823, 0.04257192090153694, 0.01601995900273323, 0.06623770296573639, 0.04992996156215668, -0.08605603128671646, 0.06473221629858017, 0.042488403618335724, 0.08902544528245926, 0.0652693659067154, -0.0847620815038681, -0.2219230681657791, -0.1625349223613739, -0.05523480847477913, 0.12108941376209259, 0.059087324887514114, -0.04254103824496269, 0.17217808961868286, 0.06479618698358536, -0.12201394885778427, -0.19068191945552826, -0.037174373865127563, 0.036512505263090134, -0.02748766541481018, 0.04609442129731178, -0.18784332275390625, 0.037015173584222794, 0.08123012632131577, 0.0024149336386471987, -0.020477302372455597, -0.21526753902435303, -0.12014710903167725, 0.01285613514482975, -0.004598645493388176, -0.3588399291038513, -0.17085179686546326, -0.12490564584732056, -0.05200409144163132, -0.22184492647647858, 0.14375343918800354, 0.030296621844172478, -0.014462709426879883, 0.02493654005229473, -0.0015184575458988547, 0.012951381504535675, -0.0006969253299757838, 0.18982529640197754, 0.026508618146181107, -0.0008318135514855385, -0.06153685227036476, -0.06909158080816269, 0.10202614217996597, 0.042574457824230194, 0.02646932564675808, 0.07946666330099106, -0.040474265813827515, -0.11465656012296677, -0.015923334285616875, -0.0477529875934124, -0.01155782863497734, -0.12792247533798218, -0.010769015178084373, -0.0407290942966938, 0.09232041239738464, 0.0704137533903122, -0.050974417477846146, 0.10991175472736359, -0.06268560886383057, 0.03504053130745888, 0.12445620447397232, 0.13085079193115234, 0.06686632335186005, -0.05853153392672539, -0.021446840837597847, 0.015673188492655754, -0.0608765110373497, -0.05158408358693123, 0.08806058764457703, 0.10324833542108536, -0.028979124501347542, 0.1313094198703766, -0.055270902812480927, -0.16418525576591492, -0.032636284828186035, 0.06900385767221451, -0.03282936289906502, -0.22031745314598083, 0.006421117577701807, 0.034089863300323486, -0.05338871851563454, -0.08679269999265671, 0.044160645455121994, 0.07794792205095291, -0.10510542243719101, 0.04462011530995369, 0.12090320140123367, 0.012132281437516212, 0.09221840649843216, -0.01610463857650757, 0.06478474289178848, -0.12108033150434494, 0.17048180103302002, 0.167461559176445, -0.10944033414125443, -0.038935091346502304, 0.24519972503185272, -0.0415225476026535, -0.028270548209547997, 0.009958087466657162, 0.1455952227115631, 0.05482160300016403, -0.0013311038492247462, 0.005740340333431959, -0.19318310916423798, 0.006965763866901398, 0.07900036126375198, -0.023830315098166466, 0.00864973571151495, 0.04862687364220619, -0.05099184811115265, -0.0032851281575858593, 0.13633261620998383, 0.09737285226583481, 0.018438875675201416, 0.026060709729790688, -0.01955045573413372, -0.015371711924672127, -0.07971759885549545, 0.009615194983780384, -0.0028689990285784006, -0.12887036800384521, -0.012383939698338509, -0.14722174406051636, 0.01735687628388405, -0.12652894854545593, -0.024570787325501442, 0.0027061833534389734, -0.048647601157426834, 0.006025400012731552, -0.019880244508385658, -0.06782092154026031, -0.05715905502438545, -0.04811062663793564, 0.15628312528133392, -0.14123210310935974, -0.015420337207615376, 0.081680528819561, -0.07261147350072861, 0.06609562039375305, -0.002785701537504792, -0.010794984176754951, -0.010241472162306309, -0.07210758328437805, -0.003118972759693861, -0.03705707937479019, 0.038637276738882065, 0.07172882556915283, -0.2293417751789093, -0.0115424869582057, 0.0019138893112540245, -0.07855236530303955, 0.028283702209591866, 0.0076463716104626656, -0.08644940704107285, 0.06005265191197395, -0.02209324948489666, -0.09278028458356857, 0.035629406571388245, 0.013383394107222557, 0.1397295892238617, -0.04548303410410881, 0.10928422957658768, -0.03133568540215492, 0.10786159336566925, -0.1331828385591507, -0.025304514914751053, -0.011606364510953426, 0.017281459644436836, 0.05622604116797447, 0.006866100709885359, 0.05443607643246651, 0.0115616824477911, 0.1879906952381134, 0.009506582282483578, 0.04697400704026222, 0.07954699546098709, 0.03188495710492134, -0.05034709349274635, 0.11479053646326065, -0.05780705064535141, 0.00980428047478199, -0.00953426118940115, -0.03468983992934227, -0.06392227113246918, -0.06635905057191849, -0.0668775737285614, 0.07227735966444016, 0.21114374697208405, 0.2218647301197052, -0.03266236186027527, 0.09290126711130142, -0.10295510292053223, -0.010928908362984657, 0.1615244597196579, 0.03959217667579651, -0.01708371564745903, -0.08601057529449463, 0.020418377593159676, 0.0572420135140419, -0.22886408865451813, 0.13822431862354279, -0.09461135417222977, -0.06695514917373657, 0.0011446471326053143, -0.1432483196258545, -0.06296756863594055, 0.036727216094732285, -0.0438302643597126, -0.12247300148010254, 0.0716506764292717, 0.0955115482211113, -0.034711915999650955, -0.05499902740120888, 0.06470044702291489, -0.12442858517169952, -0.12832295894622803, 0.08497748523950577, 0.10652194172143936, 0.07086215168237686, 0.0013713566586375237, 0.10249100625514984, -0.08645661175251007, 0.1535511314868927, 0.053899649530649185, 0.09423846751451492, -0.01759469136595726, -0.037172988057136536, -0.08608295023441315, -0.0732646957039833, 0.05124552547931671, -0.038259923458099365, -0.10215964913368225, 0.18750008940696716, 0.011459470726549625, 0.04924216493964195, 0.02970374934375286, 0.21679246425628662, -0.03602799400687218, -0.0838966965675354, -0.18998298048973083, 0.013738444074988365, -0.018875092267990112, 0.05682450532913208, 0.083315409719944, -0.13886478543281555, 0.017731579020619392, 0.13143213093280792, 0.16374005377292633, -0.03982008993625641, -0.007672764826565981, 0.018718689680099487, 0.04274531081318855, 0.0008239982998929918, 0.01974160596728325, 0.054322171956300735, 0.16960953176021576, -0.06199474260210991, 0.05761393904685974, -0.037663064897060394, -0.03612466901540756, -0.12160618603229523, 0.1910446286201477, -0.009510457515716553, -0.027099890634417534, -0.025641296058893204, 0.18719731271266937, -0.10131791234016418, -0.25759217143058777, 0.014013637788593769, -0.14900439977645874, -0.19402992725372314, -0.05384884774684906, -0.024659574031829834, -0.0009864534949883819, 0.02818150818347931, 0.11606451123952866, -0.059061434119939804, 0.22470614314079285, 0.10485544055700302, 0.011512646451592445, -0.0011626228224486113, 0.05860085412859917, -0.21405382454395294, 0.21391792595386505, 0.0360894650220871, 0.027478555217385292, 0.08510437607765198, -0.02172737382352352, -0.10693678259849548, 0.0036732926964759827, 0.10394173115491867, 0.0023819170892238617, 0.030206328257918358, 0.12563686072826385, 0.012647110968828201, 0.11588854342699051, 0.10670316219329834, -0.04286547377705574, 0.07472765445709229, 0.045167647302150726, -0.05515062436461449, -0.030932970345020294, 0.14718866348266602, -0.14351947605609894, 0.0387597531080246, 0.14439207315444946, -0.06564614921808243, 0.052863217890262604, -0.003933698870241642, 0.032162606716156006, -0.01636451855301857, 0.19392496347427368, -0.03409726172685623, -0.15267637372016907, 0.02019704133272171, -0.051396697759628296, 0.10352359712123871, -0.1153220534324646, -0.04253069683909416, 0.01796102151274681, -0.0016334416577592492, -0.08442268520593643, 0.1252232939004898, 0.06993754208087921, -0.01748747192323208, -0.028297588229179382, -0.16939322650432587, 0.04424718767404556, 0.139298215508461, -0.03221505507826805, 0.07123829424381256 ]
290898d2d08b6591db17005504e40ce00ac1028e
# Dataset Card for Casino ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Repository:** [Github: Kushal Chawla CaSiNo](https://github.com/kushalchawla/CaSiNo) - **Paper:** [CaSiNo: A Corpus of Campsite Negotiation Dialogues for Automatic Negotiation Systems](https://aclanthology.org/2021.naacl-main.254.pdf) - **Point of Contact:** [Kushal Chawla](kchawla@usc.edu) ### Dataset Summary We provide a novel dataset (referred to as CaSiNo) of 1030 negotiation dialogues. Two participants take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. This design keeps the task tractable, while still facilitating linguistically rich and personal conversations. This helps to overcome the limitations of prior negotiation datasets such as Deal or No Deal and Craigslist Bargain. Each dialogue consists of rich meta-data including participant demographics, personality, and their subjective evaluation of the negotiation in terms of satisfaction and opponent likeness. ### Supported Tasks and Leaderboards Train end-to-end models for negotiation ### Languages English ## Dataset Structure ### Data Instances ``` { "chat_logs": [ { "text": "Hello! \ud83d\ude42 Let's work together on a deal for these packages, shall we? What are you most interested in?", "task_data": {}, "id": "mturk_agent_1" }, ... ], "participant_info": { "mturk_agent_1": { "value2issue": ... "value2reason": ... "outcomes": ... "demographics": ... "personality": ... }, "mturk_agent_2": ... }, "annotations": [ ["Hello! \ud83d\ude42 Let's work together on a deal for these packages, shall we? What are you most interested in?", "promote-coordination,elicit-pref"], ... ] } ``` ### Data Fields - `chat_logs`: The negotiation dialogue between two participants - `text`: The dialogue utterance - `task_data`: Meta-data associated with the utterance such as the deal submitted by a participant - `id`: The ID of the participant who typed this utterance - `participant_info`: Meta-data about the two participants in this conversation - `mturk_agent_1`: For the first participant (Note that 'first' is just for reference. There is no order between the participants and any participant can start the conversation) - `value2issue`: The priority order of this participant among Food, Water, Firewood - `value2reason`: The personal arguments given by the participants themselves, consistent with the above preference order. This preference order and these arguments were submitted before the negotiation began. - `outcomes`: The negotiation outcomes for this participant including objective and subjective assessment. - `demographics`: Demographic attributes of the participant in terms of age, gender, ethnicity, and education. - `personality`: Personality attributes for this participant, in terms of Big-5 and Social Value Orientation - `mturk_agent_2`: For the second participant; follows the same structure as above - `annotations`: Strategy annotations for each utterance in the dialogue, wherever available. The first element represents the utterance and the second represents a comma-separated list of all strategies present in that utterance. ### Data Splits No default data split has been provided. Hence, all 1030 data points are under the 'train' split. | | Train | | ----- | ----- | | total dialogues | 1030 | | annotated dialogues | 396 | ## Dataset Creation ### Curation Rationale The dataset was collected to address the limitations in prior negotiation datasets from the perspective of downstream applications in pedagogy and conversational AI. Please refer to the original paper published at NAACL 2021 for details about the rationale and data curation steps ([source paper](https://aclanthology.org/2021.naacl-main.254.pdf)). ### Source Data #### Initial Data Collection and Normalization The dialogues were crowdsourced on Amazon Mechanical Turk. The strategy annotations were performed by expert annotators (first three authors of the paper). Please refer to the original dataset paper published at NAACL 2021 for more details ([source paper](https://aclanthology.org/2021.naacl-main.254.pdf)). #### Who are the source language producers? The primary producers are Turkers on Amazon Mechanical Turk platform. Two turkers were randomly paired with each other to engage in a negotiation via a chat interface. Please refer to the original dataset paper published at NAACL 2021 for more details ([source paper](https://aclanthology.org/2021.naacl-main.254.pdf)). ### Annotations #### Annotation process From the [source paper](https://aclanthology.org/2021.naacl-main.254.pdf) for this dataset: >Three expert annotators independently annotated 396 dialogues containing 4615 utterances. The annotation guidelines were iterated over a subset of 5 dialogues, while the reliability scores were computed on a different subset of 10 dialogues. We use the nominal form of Krippendorff’s alpha (Krippendorff, 2018) to measure the inter-annotator agreement. We provide the annotation statistics in Table 2. Although we release all the annotations, we skip Coordination and Empathy for our analysis in this work, due to higher subjectivity resulting in relatively lower reliability scores. #### Who are the annotators? Three expert annotators (first three authors of the paper). ### Personal and Sensitive Information All personally identifiable information about the participants such as MTurk Ids or HIT Ids was removed before releasing the data. ## Considerations for Using the Data ### Social Impact of Dataset Please refer to Section 8.2 in the [source paper](https://aclanthology.org/2021.naacl-main.254.pdf). ### Discussion of Biases Please refer to Section 8.2 in the [source paper](https://aclanthology.org/2021.naacl-main.254.pdf). ### Other Known Limitations Please refer to Section 7 in the [source paper](https://aclanthology.org/2021.naacl-main.254.pdf). ## Additional Information ### Dataset Curators Corresponding Author: Kushal Chawla (`kchawla@usc.edu`)\ Affiliation: University of Southern California\ Please refer to the [source paper](https://aclanthology.org/2021.naacl-main.254.pdf) for the complete author list. ### Licensing Information The project is licensed under CC-by-4.0 ### Citation Information ``` @inproceedings{chawla2021casino, title={CaSiNo: A Corpus of Campsite Negotiation Dialogues for Automatic Negotiation Systems}, author={Chawla, Kushal and Ramirez, Jaysa and Clever, Rene and Lucas, Gale and May, Jonathan and Gratch, Jonathan}, booktitle={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies}, pages={3167--3185}, year={2021} } ``` ### Contributions Thanks to [Kushal Chawla](https://kushalchawla.github.io/) for adding this dataset.
casino
[ "task_categories:conversational", "task_categories:text-generation", "task_categories:fill-mask", "task_ids:dialogue-modeling", "annotations_creators:expert-generated", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["conversational", "text-generation", "fill-mask"], "task_ids": ["dialogue-modeling"], "paperswithcode_id": "casino", "pretty_name": "Campsite Negotiation Dialogues", "dataset_info": {"features": [{"name": "chat_logs", "list": [{"name": "text", "dtype": "string"}, {"name": "task_data", "struct": [{"name": "data", "dtype": "string"}, {"name": "issue2youget", "struct": [{"name": "Firewood", "dtype": "string"}, {"name": "Water", "dtype": "string"}, {"name": "Food", "dtype": "string"}]}, {"name": "issue2theyget", "struct": [{"name": "Firewood", "dtype": "string"}, {"name": "Water", "dtype": "string"}, {"name": "Food", "dtype": "string"}]}]}, {"name": "id", "dtype": "string"}]}, {"name": "participant_info", "struct": [{"name": "mturk_agent_1", "struct": [{"name": "value2issue", "struct": [{"name": "Low", "dtype": "string"}, {"name": "Medium", "dtype": "string"}, {"name": "High", "dtype": "string"}]}, {"name": "value2reason", "struct": [{"name": "Low", "dtype": "string"}, {"name": "Medium", "dtype": "string"}, {"name": "High", "dtype": "string"}]}, {"name": "outcomes", "struct": [{"name": "points_scored", "dtype": "int32"}, {"name": "satisfaction", "dtype": "string"}, {"name": "opponent_likeness", "dtype": "string"}]}, {"name": "demographics", "struct": [{"name": "age", "dtype": "int32"}, {"name": "gender", "dtype": "string"}, {"name": "ethnicity", "dtype": "string"}, {"name": "education", "dtype": "string"}]}, {"name": "personality", "struct": [{"name": "svo", "dtype": "string"}, {"name": "big-five", "struct": [{"name": "extraversion", "dtype": "float32"}, {"name": "agreeableness", "dtype": "float32"}, {"name": "conscientiousness", "dtype": "float32"}, {"name": "emotional-stability", "dtype": "float32"}, {"name": "openness-to-experiences", "dtype": "float32"}]}]}]}, {"name": "mturk_agent_2", "struct": [{"name": "value2issue", "struct": [{"name": "Low", "dtype": "string"}, {"name": "Medium", "dtype": "string"}, {"name": "High", "dtype": "string"}]}, {"name": "value2reason", "struct": [{"name": "Low", "dtype": "string"}, {"name": "Medium", "dtype": "string"}, {"name": "High", "dtype": "string"}]}, {"name": "outcomes", "struct": [{"name": "points_scored", "dtype": "int32"}, {"name": "satisfaction", "dtype": "string"}, {"name": "opponent_likeness", "dtype": "string"}]}, {"name": "demographics", "struct": [{"name": "age", "dtype": "int32"}, {"name": "gender", "dtype": "string"}, {"name": "ethnicity", "dtype": "string"}, {"name": "education", "dtype": "string"}]}, {"name": "personality", "struct": [{"name": "svo", "dtype": "string"}, {"name": "big-five", "struct": [{"name": "extraversion", "dtype": "float32"}, {"name": "agreeableness", "dtype": "float32"}, {"name": "conscientiousness", "dtype": "float32"}, {"name": "emotional-stability", "dtype": "float32"}, {"name": "openness-to-experiences", "dtype": "float32"}]}]}]}]}, {"name": "annotations", "list": {"list": "string"}}], "splits": [{"name": "train", "num_bytes": 3211407, "num_examples": 1030}], "download_size": 1247368, "dataset_size": 3211407}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-16T13:53:39+00:00
[]
[ "en" ]
TAGS #task_categories-conversational #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-4.0 #region-us
Dataset Card for Casino ======================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Repository: Github: Kushal Chawla CaSiNo * Paper: CaSiNo: A Corpus of Campsite Negotiation Dialogues for Automatic Negotiation Systems * Point of Contact: Kushal Chawla ### Dataset Summary We provide a novel dataset (referred to as CaSiNo) of 1030 negotiation dialogues. Two participants take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. This design keeps the task tractable, while still facilitating linguistically rich and personal conversations. This helps to overcome the limitations of prior negotiation datasets such as Deal or No Deal and Craigslist Bargain. Each dialogue consists of rich meta-data including participant demographics, personality, and their subjective evaluation of the negotiation in terms of satisfaction and opponent likeness. ### Supported Tasks and Leaderboards Train end-to-end models for negotiation ### Languages English Dataset Structure ----------------- ### Data Instances ### Data Fields * 'chat\_logs': The negotiation dialogue between two participants + 'text': The dialogue utterance + 'task\_data': Meta-data associated with the utterance such as the deal submitted by a participant + 'id': The ID of the participant who typed this utterance * 'participant\_info': Meta-data about the two participants in this conversation + 'mturk\_agent\_1': For the first participant (Note that 'first' is just for reference. There is no order between the participants and any participant can start the conversation) - 'value2issue': The priority order of this participant among Food, Water, Firewood - 'value2reason': The personal arguments given by the participants themselves, consistent with the above preference order. This preference order and these arguments were submitted before the negotiation began. - 'outcomes': The negotiation outcomes for this participant including objective and subjective assessment. - 'demographics': Demographic attributes of the participant in terms of age, gender, ethnicity, and education. - 'personality': Personality attributes for this participant, in terms of Big-5 and Social Value Orientation + 'mturk\_agent\_2': For the second participant; follows the same structure as above * 'annotations': Strategy annotations for each utterance in the dialogue, wherever available. The first element represents the utterance and the second represents a comma-separated list of all strategies present in that utterance. ### Data Splits No default data split has been provided. Hence, all 1030 data points are under the 'train' split. Dataset Creation ---------------- ### Curation Rationale The dataset was collected to address the limitations in prior negotiation datasets from the perspective of downstream applications in pedagogy and conversational AI. Please refer to the original paper published at NAACL 2021 for details about the rationale and data curation steps (source paper). ### Source Data #### Initial Data Collection and Normalization The dialogues were crowdsourced on Amazon Mechanical Turk. The strategy annotations were performed by expert annotators (first three authors of the paper). Please refer to the original dataset paper published at NAACL 2021 for more details (source paper). #### Who are the source language producers? The primary producers are Turkers on Amazon Mechanical Turk platform. Two turkers were randomly paired with each other to engage in a negotiation via a chat interface. Please refer to the original dataset paper published at NAACL 2021 for more details (source paper). ### Annotations #### Annotation process From the source paper for this dataset: > > Three expert annotators independently annotated 396 dialogues containing 4615 utterances. The annotation guidelines were iterated over a subset of 5 dialogues, while the reliability scores were computed on a different subset of 10 dialogues. We use the nominal form of Krippendorff’s alpha (Krippendorff, 2018) to measure the inter-annotator agreement. We provide the annotation statistics in Table 2. Although we release all the annotations, we skip Coordination and Empathy for our analysis in this work, due to higher subjectivity resulting in relatively lower reliability scores. > > > #### Who are the annotators? Three expert annotators (first three authors of the paper). ### Personal and Sensitive Information All personally identifiable information about the participants such as MTurk Ids or HIT Ids was removed before releasing the data. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset Please refer to Section 8.2 in the source paper. ### Discussion of Biases Please refer to Section 8.2 in the source paper. ### Other Known Limitations Please refer to Section 7 in the source paper. Additional Information ---------------------- ### Dataset Curators Corresponding Author: Kushal Chawla ('kchawla@URL') Affiliation: University of Southern California Please refer to the source paper for the complete author list. ### Licensing Information The project is licensed under CC-by-4.0 ### Contributions Thanks to Kushal Chawla for adding this dataset.
[ "### Dataset Summary\n\n\nWe provide a novel dataset (referred to as CaSiNo) of 1030 negotiation dialogues. Two participants take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. This design keeps the task tractable, while still facilitating linguistically rich and personal conversations. This helps to overcome the limitations of prior negotiation datasets such as Deal or No Deal and Craigslist Bargain. Each dialogue consists of rich meta-data including participant demographics, personality, and their subjective evaluation of the negotiation in terms of satisfaction and opponent likeness.", "### Supported Tasks and Leaderboards\n\n\nTrain end-to-end models for negotiation", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\n* 'chat\\_logs': The negotiation dialogue between two participants\n\t+ 'text': The dialogue utterance\n\t+ 'task\\_data': Meta-data associated with the utterance such as the deal submitted by a participant\n\t+ 'id': The ID of the participant who typed this utterance\n* 'participant\\_info': Meta-data about the two participants in this conversation\n\t+ 'mturk\\_agent\\_1': For the first participant (Note that 'first' is just for reference. There is no order between the participants and any participant can start the conversation)\n\t\t- 'value2issue': The priority order of this participant among Food, Water, Firewood\n\t\t- 'value2reason': The personal arguments given by the participants themselves, consistent with the above preference order. This preference order and these arguments were submitted before the negotiation began.\n\t\t- 'outcomes': The negotiation outcomes for this participant including objective and subjective assessment.\n\t\t- 'demographics': Demographic attributes of the participant in terms of age, gender, ethnicity, and education.\n\t\t- 'personality': Personality attributes for this participant, in terms of Big-5 and Social Value Orientation\n\t+ 'mturk\\_agent\\_2': For the second participant; follows the same structure as above\n* 'annotations': Strategy annotations for each utterance in the dialogue, wherever available. The first element represents the utterance and the second represents a comma-separated list of all strategies present in that utterance.", "### Data Splits\n\n\nNo default data split has been provided. Hence, all 1030 data points are under the 'train' split.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was collected to address the limitations in prior negotiation datasets from the perspective of downstream applications in pedagogy and conversational AI. Please refer to the original paper published at NAACL 2021 for details about the rationale and data curation steps (source paper).", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe dialogues were crowdsourced on Amazon Mechanical Turk. The strategy annotations were performed by expert annotators (first three authors of the paper). Please refer to the original dataset paper published at NAACL 2021 for more details (source paper).", "#### Who are the source language producers?\n\n\nThe primary producers are Turkers on Amazon Mechanical Turk platform. Two turkers were randomly paired with each other to engage in a negotiation via a chat interface. Please refer to the original dataset paper published at NAACL 2021 for more details (source paper).", "### Annotations", "#### Annotation process\n\n\nFrom the source paper for this dataset:\n\n\n\n> \n> Three expert annotators independently annotated 396 dialogues containing 4615 utterances. The annotation guidelines were iterated over a subset of 5 dialogues, while the reliability scores were computed on a different subset of 10 dialogues. We use the nominal form of Krippendorff’s alpha (Krippendorff, 2018) to measure the inter-annotator agreement. We provide the annotation statistics in Table 2. Although we release all the annotations, we skip Coordination and Empathy for our analysis in this work, due to higher subjectivity resulting in relatively lower reliability scores.\n> \n> \n>", "#### Who are the annotators?\n\n\nThree expert annotators (first three authors of the paper).", "### Personal and Sensitive Information\n\n\nAll personally identifiable information about the participants such as MTurk Ids or HIT Ids was removed before releasing the data.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nPlease refer to Section 8.2 in the source paper.", "### Discussion of Biases\n\n\nPlease refer to Section 8.2 in the source paper.", "### Other Known Limitations\n\n\nPlease refer to Section 7 in the source paper.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nCorresponding Author: Kushal Chawla ('kchawla@URL') \n\nAffiliation: University of Southern California \n\nPlease refer to the source paper for the complete author list.", "### Licensing Information\n\n\nThe project is licensed under CC-by-4.0", "### Contributions\n\n\nThanks to Kushal Chawla for adding this dataset." ]
[ "TAGS\n#task_categories-conversational #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-4.0 #region-us \n", "### Dataset Summary\n\n\nWe provide a novel dataset (referred to as CaSiNo) of 1030 negotiation dialogues. Two participants take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. This design keeps the task tractable, while still facilitating linguistically rich and personal conversations. This helps to overcome the limitations of prior negotiation datasets such as Deal or No Deal and Craigslist Bargain. Each dialogue consists of rich meta-data including participant demographics, personality, and their subjective evaluation of the negotiation in terms of satisfaction and opponent likeness.", "### Supported Tasks and Leaderboards\n\n\nTrain end-to-end models for negotiation", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\n* 'chat\\_logs': The negotiation dialogue between two participants\n\t+ 'text': The dialogue utterance\n\t+ 'task\\_data': Meta-data associated with the utterance such as the deal submitted by a participant\n\t+ 'id': The ID of the participant who typed this utterance\n* 'participant\\_info': Meta-data about the two participants in this conversation\n\t+ 'mturk\\_agent\\_1': For the first participant (Note that 'first' is just for reference. There is no order between the participants and any participant can start the conversation)\n\t\t- 'value2issue': The priority order of this participant among Food, Water, Firewood\n\t\t- 'value2reason': The personal arguments given by the participants themselves, consistent with the above preference order. This preference order and these arguments were submitted before the negotiation began.\n\t\t- 'outcomes': The negotiation outcomes for this participant including objective and subjective assessment.\n\t\t- 'demographics': Demographic attributes of the participant in terms of age, gender, ethnicity, and education.\n\t\t- 'personality': Personality attributes for this participant, in terms of Big-5 and Social Value Orientation\n\t+ 'mturk\\_agent\\_2': For the second participant; follows the same structure as above\n* 'annotations': Strategy annotations for each utterance in the dialogue, wherever available. The first element represents the utterance and the second represents a comma-separated list of all strategies present in that utterance.", "### Data Splits\n\n\nNo default data split has been provided. Hence, all 1030 data points are under the 'train' split.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was collected to address the limitations in prior negotiation datasets from the perspective of downstream applications in pedagogy and conversational AI. Please refer to the original paper published at NAACL 2021 for details about the rationale and data curation steps (source paper).", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe dialogues were crowdsourced on Amazon Mechanical Turk. The strategy annotations were performed by expert annotators (first three authors of the paper). Please refer to the original dataset paper published at NAACL 2021 for more details (source paper).", "#### Who are the source language producers?\n\n\nThe primary producers are Turkers on Amazon Mechanical Turk platform. Two turkers were randomly paired with each other to engage in a negotiation via a chat interface. Please refer to the original dataset paper published at NAACL 2021 for more details (source paper).", "### Annotations", "#### Annotation process\n\n\nFrom the source paper for this dataset:\n\n\n\n> \n> Three expert annotators independently annotated 396 dialogues containing 4615 utterances. The annotation guidelines were iterated over a subset of 5 dialogues, while the reliability scores were computed on a different subset of 10 dialogues. We use the nominal form of Krippendorff’s alpha (Krippendorff, 2018) to measure the inter-annotator agreement. We provide the annotation statistics in Table 2. Although we release all the annotations, we skip Coordination and Empathy for our analysis in this work, due to higher subjectivity resulting in relatively lower reliability scores.\n> \n> \n>", "#### Who are the annotators?\n\n\nThree expert annotators (first three authors of the paper).", "### Personal and Sensitive Information\n\n\nAll personally identifiable information about the participants such as MTurk Ids or HIT Ids was removed before releasing the data.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nPlease refer to Section 8.2 in the source paper.", "### Discussion of Biases\n\n\nPlease refer to Section 8.2 in the source paper.", "### Other Known Limitations\n\n\nPlease refer to Section 7 in the source paper.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nCorresponding Author: Kushal Chawla ('kchawla@URL') \n\nAffiliation: University of Southern California \n\nPlease refer to the source paper for the complete author list.", "### Licensing Information\n\n\nThe project is licensed under CC-by-4.0", "### Contributions\n\n\nThanks to Kushal Chawla for adding this dataset." ]
[ 115, 155, 21, 12, 6, 358, 36, 68, 4, 67, 68, 5, 161, 24, 48, 18, 19, 24, 46, 17, 18 ]
[ "passage: TAGS\n#task_categories-conversational #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-4.0 #region-us \n### Dataset Summary\n\n\nWe provide a novel dataset (referred to as CaSiNo) of 1030 negotiation dialogues. Two participants take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. This design keeps the task tractable, while still facilitating linguistically rich and personal conversations. This helps to overcome the limitations of prior negotiation datasets such as Deal or No Deal and Craigslist Bargain. Each dialogue consists of rich meta-data including participant demographics, personality, and their subjective evaluation of the negotiation in terms of satisfaction and opponent likeness.### Supported Tasks and Leaderboards\n\n\nTrain end-to-end models for negotiation### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------### Data Instances", "passage: ### Data Fields\n\n\n* 'chat\\_logs': The negotiation dialogue between two participants\n\t+ 'text': The dialogue utterance\n\t+ 'task\\_data': Meta-data associated with the utterance such as the deal submitted by a participant\n\t+ 'id': The ID of the participant who typed this utterance\n* 'participant\\_info': Meta-data about the two participants in this conversation\n\t+ 'mturk\\_agent\\_1': For the first participant (Note that 'first' is just for reference. There is no order between the participants and any participant can start the conversation)\n\t\t- 'value2issue': The priority order of this participant among Food, Water, Firewood\n\t\t- 'value2reason': The personal arguments given by the participants themselves, consistent with the above preference order. This preference order and these arguments were submitted before the negotiation began.\n\t\t- 'outcomes': The negotiation outcomes for this participant including objective and subjective assessment.\n\t\t- 'demographics': Demographic attributes of the participant in terms of age, gender, ethnicity, and education.\n\t\t- 'personality': Personality attributes for this participant, in terms of Big-5 and Social Value Orientation\n\t+ 'mturk\\_agent\\_2': For the second participant; follows the same structure as above\n* 'annotations': Strategy annotations for each utterance in the dialogue, wherever available. The first element represents the utterance and the second represents a comma-separated list of all strategies present in that utterance.### Data Splits\n\n\nNo default data split has been provided. Hence, all 1030 data points are under the 'train' split.\n\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThe dataset was collected to address the limitations in prior negotiation datasets from the perspective of downstream applications in pedagogy and conversational AI. Please refer to the original paper published at NAACL 2021 for details about the rationale and data curation steps (source paper).### Source Data#### Initial Data Collection and Normalization\n\n\nThe dialogues were crowdsourced on Amazon Mechanical Turk. The strategy annotations were performed by expert annotators (first three authors of the paper). Please refer to the original dataset paper published at NAACL 2021 for more details (source paper).#### Who are the source language producers?\n\n\nThe primary producers are Turkers on Amazon Mechanical Turk platform. Two turkers were randomly paired with each other to engage in a negotiation via a chat interface. Please refer to the original dataset paper published at NAACL 2021 for more details (source paper).### Annotations#### Annotation process\n\n\nFrom the source paper for this dataset:\n\n\n\n> \n> Three expert annotators independently annotated 396 dialogues containing 4615 utterances. The annotation guidelines were iterated over a subset of 5 dialogues, while the reliability scores were computed on a different subset of 10 dialogues. We use the nominal form of Krippendorff’s alpha (Krippendorff, 2018) to measure the inter-annotator agreement. We provide the annotation statistics in Table 2. Although we release all the annotations, we skip Coordination and Empathy for our analysis in this work, due to higher subjectivity resulting in relatively lower reliability scores.\n> \n> \n>#### Who are the annotators?\n\n\nThree expert annotators (first three authors of the paper).### Personal and Sensitive Information\n\n\nAll personally identifiable information about the participants such as MTurk Ids or HIT Ids was removed before releasing the data.\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset\n\n\nPlease refer to Section 8.2 in the source paper." ]
[ -0.0060103945434093475, 0.1773192137479782, -0.005396190099418163, -0.003161233849823475, 0.036353111267089844, -0.031768374145030975, 0.11325332522392273, 0.049966081976890564, 0.039537716656923294, 0.05710960179567337, -0.06589557230472565, -0.013994481414556503, 0.11363702267408371, 0.06473839282989502, -0.00731646828353405, -0.1963953822851181, 0.04707395285367966, -0.09384331852197647, 0.011896185576915741, 0.09881839156150818, 0.1484803855419159, -0.07152947038412094, 0.06656717509031296, -0.017183586955070496, 0.006908295676112175, -0.02998262643814087, -0.04608191177248955, -0.040339693427085876, 0.0657861977815628, 0.02450805902481079, 0.11722920089960098, 0.01232929527759552, 0.01332885678857565, -0.20115943253040314, 0.031100524589419365, 0.05973297357559204, 0.032709620893001556, 0.022523202002048492, 0.025657445192337036, -0.020264528691768646, 0.13845738768577576, -0.08940984308719635, 0.11616503447294235, 0.03793836385011673, -0.12927287817001343, -0.06016520410776138, -0.0875520259141922, 0.08164410293102264, 0.13535209000110626, 0.020030174404382706, -0.042525243014097214, 0.06158984825015068, -0.07573975622653961, 0.033116310834884644, 0.03826630860567093, -0.1237964779138565, -0.05587742477655411, -0.039921075105667114, -0.01852937787771225, 0.11082915961742401, -0.08762209117412567, -0.012781945988535881, -0.05893970653414726, -0.016986478120088577, -0.0518730990588665, 0.0028345647733658552, -0.02332754246890545, -0.007615938317030668, -0.11583647131919861, -0.05936158448457718, 0.2292865812778473, 0.05568622797727585, -0.049629095941782, -0.16658684611320496, -0.04822448268532753, 0.09300393611192703, -0.009644253179430962, -0.04793126508593559, 0.018306314945220947, 0.01748615875840187, 0.03797689080238342, -0.051664452999830246, -0.09090054035186768, 0.038206592202186584, -0.10830311477184296, 0.13782155513763428, 0.015045160427689552, 0.05924778804183006, -0.06557993590831757, 0.0310914795845747, 0.019401460886001587, -0.09256434440612793, -0.03334452211856842, -0.02111789584159851, -0.16138026118278503, -0.04654466360807419, 0.02990381233394146, -0.07103125005960464, 0.01499683316797018, 0.07600455731153488, -0.04529939591884613, 0.0231715627014637, -0.08304712176322937, 0.015447541140019894, 0.11330200731754303, 0.09502667933702469, -0.005357556045055389, -0.026560073718428612, -0.06333690136671066, -0.017892783507704735, 0.024345330893993378, -0.025249429047107697, -0.028453677892684937, 0.04522179067134857, 0.011300234124064445, 0.06808677315711975, 0.11868684738874435, 0.0016909802798181772, -0.04053141176700592, -0.06866960227489471, 0.09197697043418884, -0.11015664041042328, 0.023889383301138878, 0.03686517849564552, -0.032511502504348755, 0.04839716851711273, -0.056025952100753784, 0.08334048092365265, -0.047079041600227356, 0.07073596864938736, -0.020852018147706985, 0.013466417789459229, -0.0583735816180706, -0.04160290211439133, 0.0692126601934433, 0.004908024799078703, -0.08421453833580017, -0.024627365171909332, -0.09532643109560013, -0.0418228805065155, 0.062617726624012, -0.06648179143667221, -0.076167993247509, -0.030537504702806473, 0.07633623480796814, -0.02071451023221016, 0.002067164285108447, -0.01417133305221796, -0.021225040778517723, 0.020649606361985207, -0.08749079704284668, 0.04592173174023628, 0.08861470222473145, 0.019812125712633133, -0.07603001594543457, 0.030868709087371826, -0.12588530778884888, 0.11258536577224731, -0.026649639010429382, 0.01720520481467247, -0.07886867225170135, 0.023455817252397537, -0.03250764682888985, -0.01642117276787758, -0.08850537240505219, 0.12796726822853088, -0.1502915471792221, -0.043877340853214264, 0.1546277105808258, -0.13189825415611267, -0.04530428349971771, 0.09130050987005234, -0.04315968602895737, 0.07054581493139267, 0.14207682013511658, 0.12429197132587433, 0.06702790409326553, -0.07998544722795486, -0.035283930599689484, -0.031687844544649124, -0.021852124482393265, 0.1860537827014923, 0.12092481553554535, -0.08283978700637817, 0.08428337424993515, -0.011502133682370186, 0.005666239187121391, -0.04612813889980316, 0.009054630063474178, -0.07197818160057068, 0.03761277720332146, 0.0018444210290908813, 0.06489934772253036, -0.00019395584240555763, -0.05939272791147232, -0.03171883523464203, -0.07050681859254837, -0.03524411469697952, 0.03704098239541054, -0.0023886514827609062, 0.030770916491746902, -0.06454040855169296, -0.013097649440169334, -0.04585055634379387, -0.03338036313652992, -0.10937920212745667, -0.09849809110164642, 0.044841207563877106, -0.05725677311420441, 0.10893629491329193, 0.0824102908372879, 0.03491698578000069, -0.023688120767474174, -0.04721711575984955, 0.035162586718797684, -0.005560649558901787, -0.015117406845092773, 0.010772584937512875, -0.19130274653434753, 0.004502058494836092, -0.02926030382514, 0.18926826119422913, -0.01260343473404646, -0.03028297610580921, 0.12405884265899658, 0.14637473225593567, 0.05800333619117737, -0.05815126746892929, 0.012385459616780281, -0.009033463895320892, 0.020270664244890213, 0.006098917219787836, 0.005318538751453161, -0.012700936757028103, -0.038318704813718796, 0.13492435216903687, -0.1110546663403511, -0.09880588948726654, 0.05233166739344597, 0.06326822191476822, -0.025418851524591446, -0.015597464516758919, -0.0591646283864975, -0.021337829530239105, -0.08860856294631958, -0.001042368821799755, 0.14840595424175262, 0.05045251175761223, 0.011265492998063564, -0.08676747232675552, -0.06940712034702301, -0.03886024281382561, -0.044343508780002594, -0.06672507524490356, 0.027959438040852547, 0.04799305647611618, -0.19584238529205322, 0.08273377269506454, -0.006838250905275345, 0.13112226128578186, 0.18776503205299377, -0.0012857718393206596, -0.039407990872859955, -0.06479167193174362, 0.06271589547395706, -0.028483301401138306, 0.08690120279788971, -0.12639373540878296, 0.055339984595775604, 0.04138818010687828, 0.0510622039437294, 0.020871974527835846, -0.07384474575519562, 0.062006257474422455, 0.03816419839859009, -0.055613018572330475, 0.008319943211972713, -0.031322989612817764, 0.06674422323703766, 0.10873649269342422, 0.05237559229135513, 0.0878005400300026, -0.025848975405097008, -0.06491465121507645, -0.11383476853370667, 0.07264924794435501, -0.10757791996002197, -0.24754272401332855, -0.1265893578529358, -0.019020743668079376, -0.08862099051475525, -0.009585928171873093, -0.002477138303220272, -0.06153792515397072, -0.060758255422115326, -0.05277710035443306, 0.08807553350925446, 0.009512476623058319, -0.06055575981736183, 0.017845725640654564, 0.0321049802005291, -0.06364549696445465, -0.10422167181968689, -0.009040343575179577, 0.001987968571484089, -0.06068587675690651, -0.03887578845024109, 0.005676869302988052, 0.04910138621926308, 0.12622201442718506, 0.02300349622964859, -0.023533085361123085, -0.0040479302406311035, 0.17661836743354797, -0.13068479299545288, 0.12673021852970123, 0.08669993281364441, -0.03376714140176773, 0.055642034858465195, 0.21901124715805054, 0.0012155550066381693, 0.009871164336800575, 0.0038514556363224983, 0.04603518545627594, -0.035573504865169525, -0.2091667354106903, -0.08985437452793121, -0.05307869240641594, -0.05183727294206619, 0.029410457238554955, 0.02692662924528122, 0.04037588834762573, 0.009720280766487122, -0.11455239355564117, -0.07005894184112549, 0.1448259949684143, 0.06338188052177429, 0.06491010636091232, 0.009709328413009644, 0.06825795769691467, -0.052632711827754974, -0.026729688048362732, 0.10056500136852264, 0.0180494524538517, 0.23645824193954468, 0.04718312621116638, 0.1658393144607544, 0.08641767501831055, 0.00035489723086357117, 0.013025857508182526, 0.008931903168559074, -0.0038127119187265635, 0.055266931653022766, -0.023148108273744583, -0.07255221158266068, -0.024517957121133804, 0.06906142830848694, 0.15782132744789124, -0.042035654187202454, 0.03017416223883629, -0.048602622002363205, 0.09258373081684113, 0.18167833983898163, 0.02537907473742962, 0.006960492115467787, -0.03811773657798767, 0.11242756247520447, -0.10755113512277603, -0.06141410022974014, -0.008898899890482426, 0.06331886351108551, -0.16934993863105774, 0.10666383057832718, -0.01036958396434784, 0.11229057610034943, -0.1021081954240799, -0.026826217770576477, -0.047964729368686676, -0.026675594970583916, 0.0011010966263711452, 0.07261879742145538, -0.16663137078285217, 0.16859310865402222, 0.00025913724675774574, 0.022168943658471107, -0.09250999987125397, 0.030341293662786484, -0.05893540754914284, 0.009928004816174507, 0.07205706834793091, 0.05126781389117241, -0.12341444939374924, 0.11184798926115036, -0.08529861271381378, 0.015181557275354862, 0.06076988950371742, -0.10894753783941269, 0.07273134589195251, -0.020912280306220055, -0.0023288840893656015, -0.055235061794519424, 0.0180533304810524, -0.03198458254337311, -0.18302598595619202, 0.044163163751363754, -0.05410030484199524, -0.010687221772968769, -0.0424652062356472, -0.003096617991104722, 0.031869083642959595, 0.12484362721443176, -0.1299242228269577, -0.10058003664016724, -0.08771679550409317, -0.1190037801861763, 0.07505632936954498, -0.046708013862371445, -0.027070151641964912, -0.045410264283418655, 0.16513298451900482, -0.048579227179288864, -0.0204398725181818, 0.02525092288851738, -0.02335938811302185, -0.16271758079528809, -0.03101247176527977, 0.18359842896461487, 0.09773590415716171, 0.03739422559738159, -0.008367160335183144, 0.07777280360460281, -0.014817429706454277, -0.08397793769836426, -0.025417743250727654, 0.1315772533416748, -0.004214686341583729, 0.13475054502487183, 0.04129122942686081, -0.1275746375322342, -0.10400067269802094, -0.0760122537612915, 0.1091848760843277, 0.14933407306671143, -0.018676061183214188, 0.22681647539138794, 0.12481214851140976, -0.10743338614702225, -0.11137257516384125, -0.04820273071527481, 0.012258223257958889, -0.04170006513595581, 0.00006385147571563721, -0.11843129992485046, 0.0364249087870121, 0.012511162087321281, -0.02146092802286148, -0.056379422545433044, -0.23249180614948273, -0.13691917061805725, -0.006126404274255037, 0.012739831581711769, 0.004494891501963139, -0.049275971949100494, -0.015885211527347565, -0.030826199799776077, -0.22054344415664673, 0.11084417998790741, -0.02265537902712822, -0.00497392425313592, 0.020022835582494736, 0.12227553129196167, 0.019434083253145218, -0.02872130088508129, 0.173615500330925, 0.028615187853574753, -0.006373576819896698, -0.0826430469751358, -0.03803076222538948, 0.10896061360836029, -0.010679800994694233, 0.05276062712073326, 0.0012317746877670288, -0.0241844542324543, -0.13089081645011902, -0.06602995097637177, -0.07277026027441025, -0.018475057557225227, -0.09383115917444229, -0.0502348393201828, -0.08814089000225067, 0.07745623588562012, 0.11666765064001083, -0.004286625422537327, 0.07529506832361221, -0.06705670058727264, 0.11773413419723511, 0.07483574748039246, 0.1659584790468216, -0.002698741853237152, -0.11730232834815979, -0.040362149477005005, 0.005057200789451599, 0.024470072239637375, -0.04397359490394592, 0.07131537795066833, 0.07605684548616409, -0.011525655165314674, 0.1416555792093277, -0.03287280350923538, -0.13789144158363342, -0.015476848930120468, 0.047647394239902496, -0.07581761479377747, -0.26064378023147583, 0.01105580572038889, 0.057159408926963806, -0.130080446600914, -0.10857005417346954, 0.10478252172470093, 0.03825360909104347, -0.02721111662685871, 0.004710067063570023, 0.09600386768579483, -0.01347432006150484, -0.016676221042871475, -0.012785607017576694, 0.05905211716890335, -0.06944714486598969, 0.10579723864793777, 0.15271039307117462, -0.09978578984737396, 0.007197662256658077, 0.09543408453464508, -0.0493568517267704, -0.02532665804028511, -0.0037151696160435677, 0.09683707356452942, 0.04678791016340256, -0.06073186546564102, -0.010230176150798798, -0.13348010182380676, 0.03620760887861252, 0.09195777028799057, -0.03133085370063782, 0.06458894908428192, 0.012481002137064934, -0.020894967019557953, -0.030712541192770004, 0.08421319723129272, 0.020693784579634666, -0.011391843669116497, -0.03464280068874359, 0.0246749147772789, -0.01028636284172535, -0.019957847893238068, 0.004127110354602337, -0.08458807319402695, -0.06634422391653061, 0.00703326053917408, -0.07381121814250946, 0.006870264187455177, -0.13659416139125824, 0.014298970811069012, 0.008826683275401592, -0.050425656139850616, -0.020864270627498627, -0.01426659245043993, -0.05731024593114853, 0.016469759866595268, -0.045737627893686295, 0.05797204375267029, -0.1547943651676178, 0.027765579521656036, 0.12064758688211441, -0.062463968992233276, 0.07624157518148422, 0.016108151525259018, -0.04114221781492233, 0.02872956544160843, -0.041383445262908936, 0.020396510139107704, -0.06384193897247314, 0.02722896635532379, 0.020375151187181473, -0.1749500334262848, -0.011101121082901955, 0.039057407528162, -0.014364218339323997, 0.04019080847501755, 0.060227323323488235, -0.06240880861878395, 0.08142722398042679, 0.03176213800907135, -0.10803990066051483, -0.0509825199842453, 0.05333753675222397, 0.027593975886702538, 0.0037762527354061604, 0.1029459536075592, -0.023982558399438858, 0.07351420819759369, -0.11104995012283325, -0.01306123286485672, 0.028457969427108765, 0.017079848796129227, 0.07152251899242401, -0.05759468674659729, -0.0012661418877542019, -0.015369758009910583, 0.15722502768039703, 0.08778460323810577, 0.014529174193739891, 0.08173169195652008, -0.014710144139826298, -0.06964602321386337, 0.04135333001613617, -0.05070428550243378, -0.011030733585357666, -0.013328385539352894, 0.020519867539405823, -0.0981188416481018, -0.08558191359043121, -0.12595149874687195, 0.1740717887878418, 0.1473667025566101, 0.1291118860244751, -0.04174530506134033, 0.07450012862682343, -0.029174456372857094, -0.09540548920631409, -0.001686575822532177, -0.06508666276931763, -0.013101726770401001, -0.06814290583133698, 0.07444310188293457, 0.11291716992855072, -0.22192612290382385, 0.13813012838363647, -0.009631859138607979, -0.05237777158617973, -0.08805850148200989, -0.20865032076835632, -0.05846808850765228, -0.05313965305685997, 0.021708765998482704, -0.09251527488231659, 0.0687599703669548, 0.02790755406022072, 0.013904275372624397, -0.02009945549070835, 0.007841246202588081, -0.09513571858406067, -0.06262440234422684, 0.01579398289322853, 0.029916686937212944, 0.0915222093462944, 0.03805211931467056, 0.07779018580913544, -0.02054230496287346, 0.07209248840808868, 0.07889281213283539, 0.07747755944728851, -0.016512278467416763, -0.018803436309099197, -0.02748364955186844, -0.07332340627908707, 0.044630181044340134, -0.06377708911895752, 0.0007714712992310524, 0.14892950654029846, 0.036511581391096115, 0.010721233673393726, 0.0068026697263121605, 0.23394042253494263, -0.03166930004954338, -0.16135840117931366, -0.179722398519516, 0.09330843389034271, -0.0408618301153183, -0.012978402897715569, 0.07542684674263, -0.0880424976348877, -0.01973181590437889, 0.07239389419555664, 0.15037551522254944, 0.03699839487671852, 0.02217920497059822, -0.036322541534900665, 0.02315836399793625, 0.0224272720515728, 0.038038816303014755, -0.0011152196675539017, 0.24687176942825317, -0.06438193470239639, 0.09151972085237503, 0.0026642512530088425, -0.011806027963757515, -0.04439177364110947, 0.06316442787647247, -0.041598331183195114, -0.018581870943307877, -0.07638919353485107, 0.1345311403274536, -0.03499070554971695, -0.20682165026664734, 0.019131135195493698, -0.1390722393989563, -0.10813939571380615, -0.03405659645795822, 0.10566143691539764, -0.03431449830532074, 0.01422726921737194, 0.08008792996406555, -0.08433745801448822, 0.17544162273406982, 0.0723525881767273, -0.06315941363573074, -0.05903554707765579, 0.1793801188468933, -0.1109224408864975, 0.11043129116296768, 0.0003009501378983259, 0.059511370956897736, 0.07085936516523361, -0.009556409902870655, -0.04363786056637764, 0.011209972202777863, 0.05679918825626373, -0.024286016821861267, -0.045924633741378784, 0.17591950297355652, -0.009872695431113243, 0.12689925730228424, 0.1301799863576889, -0.08123129606246948, 0.03676697239279747, -0.016692019999027252, 0.01878414675593376, -0.07099664956331253, 0.12085377424955368, -0.12314780056476593, 0.09244437515735626, 0.12134568393230438, -0.018052158877253532, 0.040741994976997375, -0.017847834154963493, 0.01830664835870266, -0.03430134803056717, 0.12686732411384583, -0.04697010666131973, -0.11445225775241852, -0.06081397086381912, -0.03171222656965256, 0.09745585918426514, -0.17393836379051208, -0.08404111862182617, 0.035824935883283615, -0.011429226025938988, 0.012114591896533966, 0.09967457503080368, 0.06535365432500839, 0.017115654423832893, -0.03871690481901169, -0.09481190145015717, 0.035546548664569855, 0.10001545399427414, -0.06623945385217667, 0.03449784964323044 ]
cf24d44e517efa534f048e5fc5981f399ed25bee
# Dataset Card for Catalonia Independence Corpus ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://github.com/ixa-ehu/catalonia-independence-corpus - **Repository:** https://github.com/ixa-ehu/catalonia-independence-corpus - **Paper:** [Multilingual Stance Detection: The Catalonia Independence Corpus](https://www.aclweb.org/anthology/2020.lrec-1.171/) - **Leaderboard:** - **Point of Contact:** [Rodrigo Agerri](https://github.com/ragerri) (corpus creator) ### Dataset Summary This dataset contains two corpora in Spanish and Catalan that consist of annotated Twitter messages for automatic stance detection. The data was collected over 12 days during February and March of 2019 from tweets posted in Barcelona, and during September of 2018 from tweets posted in the town of Terrassa, Catalonia. Each corpus is annotated with three classes: AGAINST, FAVOR and NEUTRAL, which express the stance towards the target - independence of Catalonia. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages Spanish and Catalan ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions Thanks to [@lewtun](https://github.com/lewtun) for adding this dataset.
catalonia_independence
[ "task_categories:text-classification", "annotations_creators:expert-generated", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:ca", "language:es", "license:cc-by-nc-sa-4.0", "stance-detection", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced"], "language": ["ca", "es"], "license": ["cc-by-nc-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": [], "paperswithcode_id": "cic", "pretty_name": "Catalonia Independence Corpus", "config_names": ["catalan", "spanish"], "tags": ["stance-detection"], "dataset_info": [{"config_name": "catalan", "features": [{"name": "id_str", "dtype": "string"}, {"name": "TWEET", "dtype": "string"}, {"name": "LABEL", "dtype": {"class_label": {"names": {"0": "AGAINST", "1": "FAVOR", "2": "NEUTRAL"}}}}], "splits": [{"name": "train", "num_bytes": 1406242, "num_examples": 6028}, {"name": "test", "num_bytes": 469196, "num_examples": 2010}, {"name": "validation", "num_bytes": 473385, "num_examples": 2010}], "download_size": 1638682, "dataset_size": 2348823}, {"config_name": "spanish", "features": [{"name": "id_str", "dtype": "string"}, {"name": "TWEET", "dtype": "string"}, {"name": "LABEL", "dtype": {"class_label": {"names": {"0": "AGAINST", "1": "FAVOR", "2": "NEUTRAL"}}}}], "splits": [{"name": "train", "num_bytes": 1507380, "num_examples": 6046}, {"name": "test", "num_bytes": 501775, "num_examples": 2016}, {"name": "validation", "num_bytes": 505084, "num_examples": 2015}], "download_size": 1760636, "dataset_size": 2514239}], "configs": [{"config_name": "catalan", "data_files": [{"split": "train", "path": "catalan/train-*"}, {"split": "test", "path": "catalan/test-*"}, {"split": "validation", "path": "catalan/validation-*"}], "default": true}, {"config_name": "spanish", "data_files": [{"split": "train", "path": "spanish/train-*"}, {"split": "test", "path": "spanish/test-*"}, {"split": "validation", "path": "spanish/validation-*"}]}]}
2024-01-16T13:54:09+00:00
[]
[ "ca", "es" ]
TAGS #task_categories-text-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Catalan #language-Spanish #license-cc-by-nc-sa-4.0 #stance-detection #region-us
# Dataset Card for Catalonia Independence Corpus ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: Multilingual Stance Detection: The Catalonia Independence Corpus - Leaderboard: - Point of Contact: Rodrigo Agerri (corpus creator) ### Dataset Summary This dataset contains two corpora in Spanish and Catalan that consist of annotated Twitter messages for automatic stance detection. The data was collected over 12 days during February and March of 2019 from tweets posted in Barcelona, and during September of 2018 from tweets posted in the town of Terrassa, Catalonia. Each corpus is annotated with three classes: AGAINST, FAVOR and NEUTRAL, which express the stance towards the target - independence of Catalonia. ### Supported Tasks and Leaderboards ### Languages Spanish and Catalan ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @lewtun for adding this dataset.
[ "# Dataset Card for Catalonia Independence Corpus", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: Multilingual Stance Detection: The Catalonia Independence Corpus\n- Leaderboard:\n- Point of Contact: Rodrigo Agerri (corpus creator)", "### Dataset Summary\n\nThis dataset contains two corpora in Spanish and Catalan that consist of annotated Twitter messages for automatic stance detection. The data was collected over 12 days during February and March of 2019 from tweets posted in Barcelona, and during September of 2018 from tweets posted in the town of Terrassa, Catalonia.\n\nEach corpus is annotated with three classes: AGAINST, FAVOR and NEUTRAL, which express the stance towards the target - independence of Catalonia.", "### Supported Tasks and Leaderboards", "### Languages\n\nSpanish and Catalan", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @lewtun for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Catalan #language-Spanish #license-cc-by-nc-sa-4.0 #stance-detection #region-us \n", "# Dataset Card for Catalonia Independence Corpus", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: Multilingual Stance Detection: The Catalonia Independence Corpus\n- Leaderboard:\n- Point of Contact: Rodrigo Agerri (corpus creator)", "### Dataset Summary\n\nThis dataset contains two corpora in Spanish and Catalan that consist of annotated Twitter messages for automatic stance detection. The data was collected over 12 days during February and March of 2019 from tweets posted in Barcelona, and during September of 2018 from tweets posted in the town of Terrassa, Catalonia.\n\nEach corpus is annotated with three classes: AGAINST, FAVOR and NEUTRAL, which express the stance towards the target - independence of Catalonia.", "### Supported Tasks and Leaderboards", "### Languages\n\nSpanish and Catalan", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @lewtun for adding this dataset." ]
[ 97, 10, 120, 48, 107, 10, 7, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 16 ]
[ "passage: TAGS\n#task_categories-text-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Catalan #language-Spanish #license-cc-by-nc-sa-4.0 #stance-detection #region-us \n# Dataset Card for Catalonia Independence Corpus## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: Multilingual Stance Detection: The Catalonia Independence Corpus\n- Leaderboard:\n- Point of Contact: Rodrigo Agerri (corpus creator)### Dataset Summary\n\nThis dataset contains two corpora in Spanish and Catalan that consist of annotated Twitter messages for automatic stance detection. The data was collected over 12 days during February and March of 2019 from tweets posted in Barcelona, and during September of 2018 from tweets posted in the town of Terrassa, Catalonia.\n\nEach corpus is annotated with three classes: AGAINST, FAVOR and NEUTRAL, which express the stance towards the target - independence of Catalonia.### Supported Tasks and Leaderboards### Languages\n\nSpanish and Catalan## Dataset Structure### Data Instances### Data Fields### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases" ]
[ -0.014775951392948627, 0.22496801614761353, -0.008835659362375736, 0.041753821074962616, 0.08637891709804535, -0.008742889389395714, 0.023142587393522263, 0.08540689945220947, -0.026838170364499092, 0.1834564357995987, -0.06335479766130447, 0.1277633011341095, 0.13903497159481049, -0.04758911952376366, -0.01338081806898117, -0.19643634557724, 0.025287136435508728, -0.12208236008882523, -0.03856915608048439, 0.08916626870632172, 0.12998105585575104, -0.06960520893335342, 0.05054019019007683, -0.05282704904675484, 0.03948443382978439, 0.0320250429213047, -0.06775864958763123, -0.08952225744724274, 0.04364730417728424, 0.02455424889922142, 0.07656185328960419, 0.028596235439181328, 0.032160624861717224, -0.23772671818733215, 0.006265776697546244, 0.05514109879732132, -0.011494258418679237, 0.04456391558051109, 0.14689922332763672, -0.13140279054641724, 0.046255677938461304, -0.16077600419521332, 0.1258837878704071, 0.04394366592168808, -0.147135391831398, -0.09736490994691849, -0.12319820374250412, -0.01697539910674095, 0.16119137406349182, -0.004376313649117947, -0.061918146908283234, 0.002002345398068428, -0.07416132092475891, -0.0146174943074584, 0.06590031087398529, -0.09558196365833282, -0.0836280956864357, -0.07481668144464493, 0.07266946882009506, 0.1703992635011673, -0.09686161577701569, 0.03846556693315506, 0.00391839724034071, 0.02669653482735157, 0.012352422811090946, -0.03307699039578438, -0.024855002760887146, 0.06118122488260269, -0.09304888546466827, -0.10309954732656479, 0.05918930470943451, -0.07034460455179214, 0.0015855107922106981, -0.17980091273784637, 0.005462265107780695, 0.04847855865955353, -0.035073909908533096, -0.04684174433350563, 0.04447474330663681, -0.02185060828924179, 0.07956603169441223, 0.01017529796808958, -0.05221638083457947, 0.03793014958500862, -0.030737828463315964, -0.027675122022628784, 0.03352846950292587, -0.024721750989556313, 0.0689220279455185, 0.09616931527853012, 0.14947283267974854, -0.08772493153810501, -0.029919853433966637, -0.013691220432519913, -0.15405306220054626, -0.03409043699502945, 0.04146131873130798, 0.022826407104730606, 0.0994415283203125, 0.17680810391902924, -0.11788607388734818, 0.023015590384602547, -0.08817188441753387, -0.0368625670671463, 0.10640061646699905, 0.08364564925432205, -0.05989014357328415, -0.13161681592464447, -0.08349132537841797, -0.04921645298600197, -0.04620717838406563, -0.020737623795866966, -0.028585661202669144, 0.05427985638380051, 0.02038637548685074, 0.16841255128383636, 0.15851598978042603, -0.055574264377355576, -0.09921324253082275, -0.07534705102443695, 0.128183051943779, -0.10826414823532104, 0.07571220397949219, 0.04762062057852745, -0.007301465608179569, -0.0017702841432765126, -0.09008569270372391, 0.018897773697972298, -0.08636250346899033, 0.043843649327754974, -0.04548683762550354, -0.0450112447142601, -0.059102240949869156, -0.04866693913936615, 0.07595914602279663, -0.04436008632183075, -0.09661585837602615, -0.004645858891308308, -0.03338303044438362, -0.09479669481515884, 0.019886987283825874, -0.17795416712760925, -0.0025726528838276863, -0.0567370280623436, 0.03253992274403572, 0.02521195076406002, -0.009484251029789448, 0.015761148184537888, -0.062309060245752335, 0.035315755754709244, -0.046971481293439865, 0.035310279577970505, 0.07372801750898361, 0.05767807736992836, -0.06393931806087494, 0.06606613844633102, -0.11062117666006088, 0.17381806671619415, -0.1215953379869461, 0.01806994341313839, -0.15705153346061707, -0.012533573433756828, 0.05638597905635834, 0.002302399603649974, -0.02403889410197735, 0.10368242859840393, -0.18437537550926208, -0.05561111122369766, 0.09433640539646149, -0.048991069197654724, -0.03191035985946655, 0.07771147042512894, -0.020918646827340126, 0.013178342953324318, 0.09601836651563644, 0.03511032834649086, -0.019149186089634895, 0.006124275270849466, -0.019627181813120842, -0.11774551868438721, 0.06277407705783844, 0.2001442164182663, 0.13639357686042786, -0.13253644108772278, 0.11955111473798752, 0.0036335322074592113, -0.058967459946870804, -0.11656306684017181, 0.0033322356175631285, -0.07491954416036606, 0.07108961045742035, 0.03976651281118393, 0.028179191052913666, 0.005458544474095106, -0.07651922106742859, -0.021888960152864456, -0.09038242697715759, 0.06034984439611435, -0.037740860134363174, 0.005973588675260544, 0.013696293346583843, -0.058102380484342575, 0.01611492410302162, -0.0005878893425688148, -0.008655021898448467, -0.1439269483089447, -0.10234662890434265, 0.05936043709516525, -0.03665638342499733, 0.11651741713285446, -0.054436154663562775, -0.007834253832697868, -0.0013230073964223266, -0.03978727012872696, 0.02860565483570099, 0.03722851723432541, 0.015303819440305233, 0.013725130818784237, -0.16933637857437134, 0.03773372247815132, -0.046724144369363785, 0.12354859709739685, -0.04803843051195145, -0.013854668475687504, 0.15910835564136505, 0.16313080489635468, 0.03210067003965378, -0.03775861859321594, -0.02706330083310604, 0.06332949548959732, -0.003295138943940401, -0.0642428770661354, 0.010753952898085117, -0.08819758147001266, 0.04509500414133072, 0.052186429500579834, -0.08850573003292084, -0.10364720225334167, 0.05810407176613808, 0.12337438017129898, -0.07503200322389603, -0.06255605071783066, -0.04605332016944885, -0.02947153151035309, -0.06858840584754944, -0.1159442886710167, 0.1427394598722458, 0.053462915122509, 0.012544272467494011, -0.12032317370176315, -0.1066722422838211, -0.06385132670402527, 0.022107400000095367, -0.10938569158315659, 0.13575612008571625, 0.030550189316272736, -0.11673088371753693, 0.15132631361484528, 0.012680092826485634, 0.16305066645145416, 0.0760011225938797, -0.012129910290241241, -0.09875254333019257, -0.04188627004623413, 0.016409680247306824, 0.05946265161037445, 0.03975089266896248, -0.06310656666755676, 0.012434027157723904, 0.04111570119857788, -0.030023062601685524, 0.02783901058137417, -0.049433305859565735, 0.03890031576156616, 0.007716773077845573, -0.013426683843135834, 0.005439328961074352, -0.04165410250425339, 0.07972119003534317, 0.11343573033809662, 0.08091115206480026, 0.05722464621067047, -0.03977060317993164, -0.054322727024555206, -0.08451692014932632, 0.06907140463590622, -0.16961470246315002, -0.30202457308769226, -0.10239750891923904, -0.04830698296427727, 0.00432248879224062, 0.0005880175740458071, 0.008329608477652073, -0.04729944467544556, -0.06634006649255753, -0.04361926019191742, 0.11323095113039017, 0.12545692920684814, -0.1184769794344902, -0.053972359746694565, 0.02763553336262703, -0.06140497699379921, -0.11907628923654556, 0.04215643182396889, 0.07158538699150085, -0.08562508970499039, -0.06312718987464905, 0.02281486801803112, 0.1287243813276291, 0.13322927057743073, 0.07096468657255173, -0.031231645494699478, -0.029895823448896408, 0.22540077567100525, -0.16698698699474335, 0.10480829328298569, 0.015335516072809696, -0.0238873902708292, 0.0473371222615242, 0.24257904291152954, 0.03689849004149437, -0.030816668644547462, 0.0040091476403176785, 0.07795145362615585, -0.013958276249468327, -0.26130178570747375, -0.10506125539541245, -0.055568329989910126, -0.049943793565034866, 0.0808940902352333, 0.0768749788403511, 0.09616260230541229, 0.0015985227655619383, -0.11640235036611557, -0.0677788183093071, 0.10677298903465271, 0.07973223924636841, 0.09620831161737442, 0.01819421350955963, 0.014875432476401329, -0.038556504994630814, -0.061341580003499985, 0.12418977171182632, 0.09636952728033066, 0.14227022230625153, 0.03326144441962242, 0.22737520933151245, 0.06829517334699631, 0.03967418521642685, -0.06819038838148117, -0.01737818866968155, -0.011559058912098408, 0.09542663395404816, -0.043028686195611954, -0.03345400467514992, 0.04440838098526001, 0.039134249091148376, 0.17810019850730896, -0.1177847608923912, 0.05279908701777458, -0.19666767120361328, 0.135186567902565, 0.1816287785768509, 0.004840419162064791, -0.11905323714017868, 0.002625766210258007, 0.12510143220424652, -0.10649330168962479, -0.10013402253389359, -0.02782367542386055, 0.054724663496017456, -0.1830189973115921, 0.07408939301967621, -0.021843330934643745, 0.12693078815937042, -0.07379958778619766, -0.03218968212604523, 0.058520156890153885, 0.033864475786685944, -0.023468324914574623, 0.06956593692302704, -0.15051326155662537, 0.09874023497104645, 0.008668672293424606, -0.01495002768933773, -0.07097631692886353, 0.07029171288013458, -0.04360416904091835, -0.06931043416261673, 0.1474459171295166, -0.0029089529998600483, -0.12627467513084412, 0.02062503807246685, -0.10853394865989685, -0.027036147192120552, 0.0644151121377945, -0.25904783606529236, 0.08530426025390625, -0.0020841837394982576, -0.05319979786872864, -0.07514669001102448, -0.13420966267585754, -0.059297651052474976, -0.23528708517551422, 0.07078105956315994, -0.14593926072120667, 0.05883141979575157, -0.03354393318295479, -0.038340263068675995, -0.07185234874486923, 0.09262234717607498, -0.1978996843099594, -0.10228820890188217, -0.13781480491161346, -0.056386347860097885, 0.1646518111228943, -0.034772343933582306, 0.06465213000774384, 0.0068029072135686874, 0.14602434635162354, -0.0034748846665024757, -0.0041772425174713135, 0.06452726572751999, -0.032193880528211594, -0.18265177309513092, -0.05279244855046272, 0.17099958658218384, 0.09230948984622955, 0.02857803925871849, 0.01947704143822193, 0.09445573389530182, 0.03980442136526108, -0.08110164105892181, 0.018417339771986008, 0.05327553674578667, 0.018152890726923943, 0.07632571458816528, 0.01376628689467907, -0.2539707124233246, -0.15738126635551453, -0.028068890795111656, 0.08137553185224533, 0.0014953684294596314, -0.026558319106698036, 0.21299591660499573, 0.147892028093338, -0.12465255707502365, -0.16152015328407288, -0.053583066910505295, 0.03740086778998375, -0.05635112524032593, 0.04118702933192253, -0.17758263647556305, 0.0055207135155797005, 0.09434374421834946, -0.007632900960743427, 0.020353784784674644, -0.301521360874176, -0.12236209958791733, -0.01210353896021843, 0.001297420240007341, -0.3170638978481293, -0.12172124534845352, -0.1501133292913437, -0.0569014772772789, -0.08467577397823334, 0.1571148782968521, 0.08281219750642776, -0.01098572090268135, 0.015106599777936935, -0.0010581151582300663, 0.014540399424731731, 0.01331065222620964, 0.19026756286621094, 0.038091205060482025, -0.025453802198171616, -0.07628844678401947, -0.0784359723329544, 0.08521486073732376, 0.013173564337193966, -0.011498645879328251, 0.02943487837910652, -0.060298774391412735, -0.04366808012127876, -0.018724873661994934, -0.07317555695772171, 0.01749780774116516, -0.1245928704738617, -0.00009924031473929062, -0.08099132031202316, 0.09820786118507385, 0.09689950197935104, -0.0368911549448967, 0.02803628332912922, -0.05095956474542618, 0.0620093047618866, 0.15165752172470093, 0.1489255726337433, 0.12405268102884293, -0.08421412110328674, -0.031276144087314606, 0.027390094473958015, -0.03514972701668739, -0.040202148258686066, 0.06597606092691422, 0.10236552357673645, -0.012836823239922523, 0.12590667605400085, -0.0663304552435875, -0.1461770236492157, 0.002830731915310025, 0.09488353878259659, 0.004928547888994217, -0.2048569619655609, -0.007977848872542381, 0.0014076093211770058, -0.08448033034801483, -0.09383760392665863, 0.05321837216615677, 0.10698583722114563, -0.10010699182748795, 0.03487888351082802, 0.12515582144260406, 0.035878732800483704, 0.10031333565711975, -0.005494601093232632, 0.05244499444961548, -0.11379697918891907, 0.07333479821681976, 0.17928270995616913, -0.0736733227968216, -0.03062962368130684, 0.19268043339252472, 0.00890759751200676, -0.012598136439919472, 0.011907492764294147, 0.01098357792943716, -0.05724330246448517, -0.025732189416885376, -0.00718153128400445, -0.15651632845401764, 0.033898524940013885, 0.17626304924488068, -0.038597021251916885, 0.04202244058251381, 0.04959174618124962, -0.00908304937183857, 0.029753871262073517, 0.1479520946741104, 0.04908571019768715, 0.016670266166329384, 0.027315862476825714, -0.023002823814749718, 0.010918285697698593, -0.07755337655544281, 0.014388052746653557, -0.027911247685551643, -0.10355497896671295, -0.0008815419860184193, -0.1193932592868805, 0.02353643625974655, -0.1235402375459671, -0.023213014006614685, 0.011835026554763317, -0.05543854087591171, 0.00397880282253027, -0.018198182806372643, -0.0429261289536953, -0.028867453336715698, -0.03950699418783188, 0.1622943878173828, -0.2018045336008072, 0.015497468411922455, 0.12018425017595291, -0.06456048041582108, 0.06608065217733383, -0.0563451312482357, -0.04070427268743515, 0.00321943243034184, -0.1756674200296402, 0.014164544641971588, -0.059852853417396545, 0.04371296986937523, 0.08009697496891022, -0.15609344840049744, 0.0076032523065805435, 0.014362392015755177, -0.07076531648635864, 0.04673976078629494, -0.028827551752328873, -0.06534692645072937, 0.058519698679447174, -0.017020827159285545, -0.13742734491825104, 0.018698271363973618, 0.06615050137042999, 0.11527570337057114, -0.07319527864456177, 0.0644323080778122, -0.050035908818244934, 0.0897403433918953, -0.09147999435663223, -0.027606438845396042, -0.005046243313699961, 0.03492365777492523, -0.009952868334949017, 0.020563114434480667, 0.046690426766872406, 0.03072349540889263, 0.16817274689674377, 0.03958035260438919, 0.0429096445441246, 0.06518824398517609, 0.128250852227211, -0.10439438372850418, 0.10150792449712753, -0.08563725650310516, 0.012309503741562366, -0.009638716466724873, -0.05663063004612923, -0.039755042642354965, -0.06789111346006393, -0.11999491602182388, 0.08128830790519714, 0.18435686826705933, 0.285785973072052, -0.05878247320652008, 0.14814972877502441, -0.06641431152820587, -0.040504276752471924, 0.16891834139823914, -0.013263722881674767, -0.029459549114108086, -0.07784145325422287, 0.03132503479719162, 0.05777711793780327, -0.2541215419769287, 0.12964323163032532, -0.043091192841529846, -0.05066939815878868, 0.009532440453767776, -0.18904659152030945, -0.05108267068862915, -0.0013483914081007242, -0.0373992919921875, -0.08606348931789398, 0.08959325402975082, 0.09430068731307983, -0.014409608207643032, -0.06186247617006302, 0.0377822108566761, -0.043154723942279816, -0.10223518311977386, 0.06952975690364838, 0.10127963870763779, 0.16222354769706726, 0.0009744992712512612, 0.10482115298509598, -0.05392567068338394, 0.18365290760993958, 0.08149059861898422, 0.09610506147146225, 0.006980630103498697, -0.0025005300994962454, -0.09648936241865158, -0.06830165535211563, 0.07329150289297104, -0.042378660291433334, -0.10997948050498962, 0.19747799634933472, 0.049211546778678894, 0.03340616077184677, 0.031457800418138504, 0.1970171481370926, -0.018653230741620064, -0.030620766803622246, -0.17421461641788483, 0.027549907565116882, -0.02035387232899666, 0.03855951875448227, 0.10439043492078781, -0.1702783703804016, 0.0037877880968153477, 0.08425113558769226, 0.11417808383703232, 0.00564916105940938, -0.0002847030118573457, -0.016800377517938614, 0.04615325853228569, 0.04516442120075226, -0.011018283665180206, -0.008872573263943195, 0.26267024874687195, -0.04325159639120102, 0.01175848301500082, 0.0012960291933268309, -0.011941883713006973, -0.07994522899389267, 0.1100640520453453, -0.03541712090373039, -0.012356703169643879, -0.04988532513380051, 0.2180265337228775, -0.09944075345993042, -0.2999042868614197, 0.08612979203462601, -0.11098207533359528, -0.1541302651166916, -0.03424259275197983, 0.0809483751654625, 0.009947548620402813, 0.024615570902824402, 0.12192526459693909, -0.07165684551000595, 0.16540947556495667, 0.09699772298336029, 0.00924244336783886, -0.023062584921717644, 0.146504208445549, -0.1335625946521759, 0.2808457016944885, -0.008647286333143711, -0.013843088410794735, 0.07966132462024689, -0.03501701354980469, -0.09114495664834976, -0.01905631273984909, 0.1140877828001976, -0.0013815956190228462, 0.07525141537189484, 0.11141437292098999, 0.029970036819577217, 0.13314655423164368, 0.13581712543964386, -0.01069821510463953, 0.09007405489683151, 0.01776609569787979, -0.010142279788851738, -0.08472718298435211, 0.1238304153084755, -0.1225404292345047, 0.021941984072327614, 0.11916335672140121, -0.048276085406541824, 0.06322688609361649, -0.022249970585107803, 0.010612540878355503, -0.08190605789422989, 0.19945871829986572, -5.7620781035439e-7, -0.15782271325588226, 0.017787985503673553, -0.040165286511182785, 0.11410193890333176, -0.0879489853978157, -0.040377628058195114, 0.0486610047519207, -0.011810933239758015, -0.06576377898454666, 0.10717937350273132, 0.06673745065927505, -0.023541750386357307, -0.024166185408830643, -0.11600241810083389, 0.029183173552155495, 0.11718980222940445, -0.026116972789168358, 0.10640623420476913 ]
3f09f8235b6c80bb737fc3b0e5d10320208ae33b
# Dataset Card for Cats Vs. Dogs ## Table of Contents - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Cats vs Dogs Dataset](https://www.microsoft.com/en-us/download/details.aspx?id=54765) - **Repository:** - **Paper:** [Asirra: A CAPTCHA that Exploits Interest-Aligned Manual Image Categorization](https://www.microsoft.com/en-us/research/wp-content/uploads/2007/10/CCS2007.pdf) - **Leaderboard:** [Dogs vs. Cats](https://www.kaggle.com/competitions/dogs-vs-cats) - **Point of Contact:** ### Dataset Summary A large set of images of cats and dogs. There are 1738 corrupted images that are dropped. This dataset is part of a now-closed Kaggle competition and represents a subset of the so-called Asirra dataset. From the competition page: > The Asirra data set > > Web services are often protected with a challenge that's supposed to be easy for people to solve, but difficult for computers. Such a challenge is often called a [CAPTCHA](http://www.captcha.net/) (Completely Automated Public Turing test to tell Computers and Humans Apart) or HIP (Human Interactive Proof). HIPs are used for many purposes, such as to reduce email and blog spam and prevent brute-force attacks on web site passwords. > > Asirra (Animal Species Image Recognition for Restricting Access) is a HIP that works by asking users to identify photographs of cats and dogs. This task is difficult for computers, but studies have shown that people can accomplish it quickly and accurately. Many even think it's fun! Here is an example of the Asirra interface: > > Asirra is unique because of its partnership with [Petfinder.com](https://www.petfinder.com/), the world's largest site devoted to finding homes for homeless pets. They've provided Microsoft Research with over three million images of cats and dogs, manually classified by people at thousands of animal shelters across the United States. Kaggle is fortunate to offer a subset of this data for fun and research. ### Supported Tasks and Leaderboards - `image-classification`: The goal of this task is to classify a given image as either containing a cat or a dog. The leaderboard is available [here](https://paperswithcode.com/sota/image-classification-on-cats-vs-dogs). ### Languages English. ## Dataset Structure ### Data Instances A sample from the training set is provided below: ``` { 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=500x375 at 0x29CEAD71780>, 'labels': 0 } ``` ### Data Fields The data instances have the following fields: - `image`: A `PIL.Image.Image` object containing the image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`. - `labels`: an `int` classification label. Class Label Mappings: ``` { "cat": 0, "dog": 1, } ``` ### Data Splits | | train | |---------------|------:| | # of examples | 23410 | ## Dataset Creation ### Curation Rationale This subset was to built to test whether computer vision algorithms can beat the Asirra CAPTCHA: From the competition page: > Image recognition attacks > > While random guessing is the easiest form of attack, various forms of image recognition can allow an attacker to make guesses that are better than random. There is enormous diversity in the photo database (a wide variety of backgrounds, angles, poses, lighting, etc.), making accurate automatic classification difficult. In an informal poll conducted many years ago, computer vision experts posited that a classifier with better than 60% accuracy would be difficult without a major advance in the state of the art. For reference, a 60% classifier improves the guessing probability of a 12-image HIP from 1/4096 to 1/459. ### Source Data #### Initial Data Collection and Normalization This dataset is a subset of the Asirra dataset. From the competition page: > Asirra is unique because of its partnership with Petfinder.com, the world's largest site devoted to finding homes for homeless pets. They've provided Microsoft Research with over three million images of cats and dogs, manually classified by people at thousands of animal shelters across the United States. #### Who are the source language producers? The users of [Petfinder.com](https://www.petfinder.com/). ### Annotations #### Annotation process The images were annotated by selecting a pet category on [Petfinder.com](https://www.petfinder.com/). #### Who are the annotators? The users of [Petfinder.com](https://www.petfinder.com/). ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases From the paper: > Unlike many image-based CAPTCHAs which are abstract or subjective, Asirra’s challenges are concrete, inoffensive (cute, by some accounts), require no specialized or culturally biased knowledge, and have definite ground truth. This makes Asirra less frustrating for humans. Some beta-testers found it fun. The four-year-old child of one asked several times to “play the cat and dog game again.” ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ```bibtex @Inproceedings (Conference){asirra-a-captcha-that-exploits-interest-aligned-manual-image-categorization, author = {Elson, Jeremy and Douceur, John (JD) and Howell, Jon and Saul, Jared}, title = {Asirra: A CAPTCHA that Exploits Interest-Aligned Manual Image Categorization}, booktitle = {Proceedings of 14th ACM Conference on Computer and Communications Security (CCS)}, year = {2007}, month = {October}, publisher = {Association for Computing Machinery, Inc.}, url = {https://www.microsoft.com/en-us/research/publication/asirra-a-captcha-that-exploits-interest-aligned-manual-image-categorization/}, edition = {Proceedings of 14th ACM Conference on Computer and Communications Security (CCS)}, } ``` ### Contributions Thanks to [@nateraw](https://github.com/nateraw) for adding this dataset.
cats_vs_dogs
[ "task_categories:image-classification", "task_ids:multi-class-image-classification", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["image-classification"], "task_ids": ["multi-class-image-classification"], "paperswithcode_id": "cats-vs-dogs", "pretty_name": "Cats Vs. Dogs", "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "labels", "dtype": {"class_label": {"names": {"0": "cat", "1": "dog"}}}}], "splits": [{"name": "train", "num_bytes": 3844792, "num_examples": 23410}], "download_size": 824887076, "dataset_size": 3844792}}
2024-01-16T14:26:35+00:00
[]
[ "en" ]
TAGS #task_categories-image-classification #task_ids-multi-class-image-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us
Dataset Card for Cats Vs. Dogs ============================== Table of Contents ----------------- * Table of Contents * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: Cats vs Dogs Dataset * Repository: * Paper: Asirra: A CAPTCHA that Exploits Interest-Aligned Manual Image Categorization * Leaderboard: Dogs vs. Cats * Point of Contact: ### Dataset Summary A large set of images of cats and dogs. There are 1738 corrupted images that are dropped. This dataset is part of a now-closed Kaggle competition and represents a subset of the so-called Asirra dataset. From the competition page: > > The Asirra data set > > > Web services are often protected with a challenge that's supposed to be easy for people to solve, but difficult for computers. Such a challenge is often called a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) or HIP (Human Interactive Proof). HIPs are used for many purposes, such as to reduce email and blog spam and prevent brute-force attacks on web site passwords. > > > Asirra (Animal Species Image Recognition for Restricting Access) is a HIP that works by asking users to identify photographs of cats and dogs. This task is difficult for computers, but studies have shown that people can accomplish it quickly and accurately. Many even think it's fun! Here is an example of the Asirra interface: > > > Asirra is unique because of its partnership with URL, the world's largest site devoted to finding homes for homeless pets. They've provided Microsoft Research with over three million images of cats and dogs, manually classified by people at thousands of animal shelters across the United States. Kaggle is fortunate to offer a subset of this data for fun and research. > > > ### Supported Tasks and Leaderboards * 'image-classification': The goal of this task is to classify a given image as either containing a cat or a dog. The leaderboard is available here. ### Languages English. Dataset Structure ----------------- ### Data Instances A sample from the training set is provided below: ### Data Fields The data instances have the following fields: * 'image': A 'PIL.Image.Image' object containing the image. Note that when accessing the image column: 'dataset[0]["image"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '"image"' column, *i.e.* 'dataset[0]["image"]' should always be preferred over 'dataset["image"][0]'. * 'labels': an 'int' classification label. Class Label Mappings: ### Data Splits Dataset Creation ---------------- ### Curation Rationale This subset was to built to test whether computer vision algorithms can beat the Asirra CAPTCHA: From the competition page: > > Image recognition attacks > > > While random guessing is the easiest form of attack, various forms of image recognition can allow an attacker to make guesses that are better than random. There is enormous diversity in the photo database (a wide variety of backgrounds, angles, poses, lighting, etc.), making accurate automatic classification difficult. In an informal poll conducted many years ago, computer vision experts posited that a classifier with better than 60% accuracy would be difficult without a major advance in the state of the art. For reference, a 60% classifier improves the guessing probability of a 12-image HIP from 1/4096 to 1/459. > > > ### Source Data #### Initial Data Collection and Normalization This dataset is a subset of the Asirra dataset. From the competition page: > > Asirra is unique because of its partnership with URL, the world's largest site devoted to finding homes for homeless pets. They've provided Microsoft Research with over three million images of cats and dogs, manually classified by people at thousands of animal shelters across the United States. > > > #### Who are the source language producers? The users of URL. ### Annotations #### Annotation process The images were annotated by selecting a pet category on URL. #### Who are the annotators? The users of URL. ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases From the paper: > > Unlike many image-based CAPTCHAs which are abstract or subjective, Asirra’s challenges are concrete, inoffensive (cute, by some accounts), require no specialized or culturally biased knowledge, and have definite ground truth. This > makes Asirra less frustrating for humans. Some beta-testers found it fun. The four-year-old child of one asked several times to “play the cat and dog game again.” > > > ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @nateraw for adding this dataset.
[ "### Dataset Summary\n\n\nA large set of images of cats and dogs. There are 1738 corrupted images that are dropped. This dataset is part of a now-closed Kaggle competition and represents a subset of the so-called Asirra dataset.\n\n\nFrom the competition page:\n\n\n\n> \n> The Asirra data set\n> \n> \n> Web services are often protected with a challenge that's supposed to be easy for people to solve, but difficult for computers. Such a challenge is often called a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) or HIP (Human Interactive Proof). HIPs are used for many purposes, such as to reduce email and blog spam and prevent brute-force attacks on web site passwords.\n> \n> \n> Asirra (Animal Species Image Recognition for Restricting Access) is a HIP that works by asking users to identify photographs of cats and dogs. This task is difficult for computers, but studies have shown that people can accomplish it quickly and accurately. Many even think it's fun! Here is an example of the Asirra interface:\n> \n> \n> Asirra is unique because of its partnership with URL, the world's largest site devoted to finding homes for homeless pets. They've provided Microsoft Research with over three million images of cats and dogs, manually classified by people at thousands of animal shelters across the United States. Kaggle is fortunate to offer a subset of this data for fun and research.\n> \n> \n>", "### Supported Tasks and Leaderboards\n\n\n* 'image-classification': The goal of this task is to classify a given image as either containing a cat or a dog. The leaderboard is available here.", "### Languages\n\n\nEnglish.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from the training set is provided below:", "### Data Fields\n\n\nThe data instances have the following fields:\n\n\n* 'image': A 'PIL.Image.Image' object containing the image. Note that when accessing the image column: 'dataset[0][\"image\"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '\"image\"' column, *i.e.* 'dataset[0][\"image\"]' should always be preferred over 'dataset[\"image\"][0]'.\n* 'labels': an 'int' classification label.\n\n\nClass Label Mappings:", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThis subset was to built to test whether computer vision algorithms can beat the Asirra CAPTCHA:\n\n\nFrom the competition page:\n\n\n\n> \n> Image recognition attacks\n> \n> \n> While random guessing is the easiest form of attack, various forms of image recognition can allow an attacker to make guesses that are better than random. There is enormous diversity in the photo database (a wide variety of backgrounds, angles, poses, lighting, etc.), making accurate automatic classification difficult. In an informal poll conducted many years ago, computer vision experts posited that a classifier with better than 60% accuracy would be difficult without a major advance in the state of the art. For reference, a 60% classifier improves the guessing probability of a 12-image HIP from 1/4096 to 1/459.\n> \n> \n>", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThis dataset is a subset of the Asirra dataset.\n\n\nFrom the competition page:\n\n\n\n> \n> Asirra is unique because of its partnership with URL, the world's largest site devoted to finding homes for homeless pets. They've provided Microsoft Research with over three million images of cats and dogs, manually classified by people at thousands of animal shelters across the United States.\n> \n> \n>", "#### Who are the source language producers?\n\n\nThe users of URL.", "### Annotations", "#### Annotation process\n\n\nThe images were annotated by selecting a pet category on URL.", "#### Who are the annotators?\n\n\nThe users of URL.", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases\n\n\nFrom the paper:\n\n\n\n> \n> Unlike many image-based CAPTCHAs which are abstract or subjective, Asirra’s challenges are concrete, inoffensive (cute, by some accounts), require no specialized or culturally biased knowledge, and have definite ground truth. This\n> makes Asirra less frustrating for humans. Some beta-testers found it fun. The four-year-old child of one asked several times to “play the cat and dog game again.”\n> \n> \n>", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @nateraw for adding this dataset." ]
[ "TAGS\n#task_categories-image-classification #task_ids-multi-class-image-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us \n", "### Dataset Summary\n\n\nA large set of images of cats and dogs. There are 1738 corrupted images that are dropped. This dataset is part of a now-closed Kaggle competition and represents a subset of the so-called Asirra dataset.\n\n\nFrom the competition page:\n\n\n\n> \n> The Asirra data set\n> \n> \n> Web services are often protected with a challenge that's supposed to be easy for people to solve, but difficult for computers. Such a challenge is often called a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) or HIP (Human Interactive Proof). HIPs are used for many purposes, such as to reduce email and blog spam and prevent brute-force attacks on web site passwords.\n> \n> \n> Asirra (Animal Species Image Recognition for Restricting Access) is a HIP that works by asking users to identify photographs of cats and dogs. This task is difficult for computers, but studies have shown that people can accomplish it quickly and accurately. Many even think it's fun! Here is an example of the Asirra interface:\n> \n> \n> Asirra is unique because of its partnership with URL, the world's largest site devoted to finding homes for homeless pets. They've provided Microsoft Research with over three million images of cats and dogs, manually classified by people at thousands of animal shelters across the United States. Kaggle is fortunate to offer a subset of this data for fun and research.\n> \n> \n>", "### Supported Tasks and Leaderboards\n\n\n* 'image-classification': The goal of this task is to classify a given image as either containing a cat or a dog. The leaderboard is available here.", "### Languages\n\n\nEnglish.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from the training set is provided below:", "### Data Fields\n\n\nThe data instances have the following fields:\n\n\n* 'image': A 'PIL.Image.Image' object containing the image. Note that when accessing the image column: 'dataset[0][\"image\"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '\"image\"' column, *i.e.* 'dataset[0][\"image\"]' should always be preferred over 'dataset[\"image\"][0]'.\n* 'labels': an 'int' classification label.\n\n\nClass Label Mappings:", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThis subset was to built to test whether computer vision algorithms can beat the Asirra CAPTCHA:\n\n\nFrom the competition page:\n\n\n\n> \n> Image recognition attacks\n> \n> \n> While random guessing is the easiest form of attack, various forms of image recognition can allow an attacker to make guesses that are better than random. There is enormous diversity in the photo database (a wide variety of backgrounds, angles, poses, lighting, etc.), making accurate automatic classification difficult. In an informal poll conducted many years ago, computer vision experts posited that a classifier with better than 60% accuracy would be difficult without a major advance in the state of the art. For reference, a 60% classifier improves the guessing probability of a 12-image HIP from 1/4096 to 1/459.\n> \n> \n>", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThis dataset is a subset of the Asirra dataset.\n\n\nFrom the competition page:\n\n\n\n> \n> Asirra is unique because of its partnership with URL, the world's largest site devoted to finding homes for homeless pets. They've provided Microsoft Research with over three million images of cats and dogs, manually classified by people at thousands of animal shelters across the United States.\n> \n> \n>", "#### Who are the source language producers?\n\n\nThe users of URL.", "### Annotations", "#### Annotation process\n\n\nThe images were annotated by selecting a pet category on URL.", "#### Who are the annotators?\n\n\nThe users of URL.", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases\n\n\nFrom the paper:\n\n\n\n> \n> Unlike many image-based CAPTCHAs which are abstract or subjective, Asirra’s challenges are concrete, inoffensive (cute, by some accounts), require no specialized or culturally biased knowledge, and have definite ground truth. This\n> makes Asirra less frustrating for humans. Some beta-testers found it fun. The four-year-old child of one asked several times to “play the cat and dog game again.”\n> \n> \n>", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @nateraw for adding this dataset." ]
[ 94, 343, 47, 13, 16, 161, 11, 185, 4, 98, 15, 5, 20, 14, 18, 7, 112, 14, 6, 6, 17 ]
[ "passage: TAGS\n#task_categories-image-classification #task_ids-multi-class-image-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us \n### Dataset Summary\n\n\nA large set of images of cats and dogs. There are 1738 corrupted images that are dropped. This dataset is part of a now-closed Kaggle competition and represents a subset of the so-called Asirra dataset.\n\n\nFrom the competition page:\n\n\n\n> \n> The Asirra data set\n> \n> \n> Web services are often protected with a challenge that's supposed to be easy for people to solve, but difficult for computers. Such a challenge is often called a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) or HIP (Human Interactive Proof). HIPs are used for many purposes, such as to reduce email and blog spam and prevent brute-force attacks on web site passwords.\n> \n> \n> Asirra (Animal Species Image Recognition for Restricting Access) is a HIP that works by asking users to identify photographs of cats and dogs. This task is difficult for computers, but studies have shown that people can accomplish it quickly and accurately. Many even think it's fun! Here is an example of the Asirra interface:\n> \n> \n> Asirra is unique because of its partnership with URL, the world's largest site devoted to finding homes for homeless pets. They've provided Microsoft Research with over three million images of cats and dogs, manually classified by people at thousands of animal shelters across the United States. Kaggle is fortunate to offer a subset of this data for fun and research.\n> \n> \n>### Supported Tasks and Leaderboards\n\n\n* 'image-classification': The goal of this task is to classify a given image as either containing a cat or a dog. The leaderboard is available here.### Languages\n\n\nEnglish.\n\n\nDataset Structure\n-----------------", "passage: ### Data Instances\n\n\nA sample from the training set is provided below:### Data Fields\n\n\nThe data instances have the following fields:\n\n\n* 'image': A 'PIL.Image.Image' object containing the image. Note that when accessing the image column: 'dataset[0][\"image\"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '\"image\"' column, *i.e.* 'dataset[0][\"image\"]' should always be preferred over 'dataset[\"image\"][0]'.\n* 'labels': an 'int' classification label.\n\n\nClass Label Mappings:### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThis subset was to built to test whether computer vision algorithms can beat the Asirra CAPTCHA:\n\n\nFrom the competition page:\n\n\n\n> \n> Image recognition attacks\n> \n> \n> While random guessing is the easiest form of attack, various forms of image recognition can allow an attacker to make guesses that are better than random. There is enormous diversity in the photo database (a wide variety of backgrounds, angles, poses, lighting, etc.), making accurate automatic classification difficult. In an informal poll conducted many years ago, computer vision experts posited that a classifier with better than 60% accuracy would be difficult without a major advance in the state of the art. For reference, a 60% classifier improves the guessing probability of a 12-image HIP from 1/4096 to 1/459.\n> \n> \n>### Source Data#### Initial Data Collection and Normalization\n\n\nThis dataset is a subset of the Asirra dataset.\n\n\nFrom the competition page:\n\n\n\n> \n> Asirra is unique because of its partnership with URL, the world's largest site devoted to finding homes for homeless pets. They've provided Microsoft Research with over three million images of cats and dogs, manually classified by people at thousands of animal shelters across the United States.\n> \n> \n>#### Who are the source language producers?\n\n\nThe users of URL.### Annotations#### Annotation process\n\n\nThe images were annotated by selecting a pet category on URL." ]
[ -0.030662517994642258, 0.16843557357788086, -0.004226119723170996, 0.035059854388237, 0.09381644427776337, 0.012146633118391037, 0.08038929104804993, 0.053128682076931, 0.05845070630311966, 0.08241210877895355, -0.027889244258403778, -0.010544431395828724, 0.10899661481380463, -0.02494479902088642, 0.05408564209938049, -0.17620766162872314, 0.07313038408756256, -0.09000192582607269, 0.032335877418518066, 0.027207210659980774, 0.07709568738937378, -0.07443167269229889, 0.029248274862766266, -0.01760103926062584, 0.035060327500104904, -0.01765524223446846, -0.028117340058088303, -0.008338795974850655, 0.08257608115673065, 0.06515458971261978, 0.08466474711894989, -0.049606285989284515, 0.04171723499894142, -0.1523086130619049, 0.015571768395602703, 0.08139738440513611, -0.024842897430062294, 0.03212534263730049, 0.12040074169635773, -0.022162657231092453, 0.02230694890022278, -0.07640915364027023, 0.025080837309360504, 0.05160035192966461, -0.0666816309094429, -0.18363109230995178, -0.07462966442108154, 0.04083077237010002, 0.08416615426540375, 0.06339110434055328, -0.030167395249009132, 0.048691488802433014, -0.06924562156200409, 0.04540908336639404, 0.03995561972260475, -0.15625327825546265, -0.028419237583875656, -0.052896276116371155, -0.03715686872601509, 0.10629314184188843, -0.0619359090924263, -0.05044486001133919, 0.001310424879193306, -0.005388537421822548, -0.05677995830774307, 0.0017090244218707085, -0.010848553851246834, -0.03644637018442154, -0.12268926203250885, -0.1076706200838089, 0.10098876804113388, 0.08004987984895706, -0.07628966867923737, -0.11196348071098328, -0.01779843680560589, 0.09165538847446442, -0.007949041202664375, 0.08065062761306763, -0.00008681323379278183, 0.018438905477523804, 0.0867609828710556, 0.007204445544630289, -0.10554921627044678, -0.044749461114406586, -0.07283127307891846, 0.0354035384953022, 0.03655631095170975, 0.06448951363563538, 0.05339698866009712, 0.045933134853839874, 0.03325872868299484, -0.012845407240092754, -0.0042645856738090515, -0.014994874596595764, -0.15292999148368835, 0.0005981195718050003, -0.027685338631272316, -0.07907695323228836, 0.07620902359485626, 0.0596015490591526, 0.01901877112686634, 0.01121646910905838, -0.055827099829912186, 0.03849073499441147, 0.07308011502027512, 0.12490882724523544, -0.04738941788673401, 0.0002895903307944536, -0.01597665436565876, 0.037957869470119476, -0.013869562186300755, -0.01270278450101614, -0.007010370492935181, -0.008631112985312939, 0.05253833159804344, 0.012156685814261436, 0.11093400418758392, 0.0323825366795063, -0.08772901445627213, 0.010587126016616821, 0.07396198064088821, -0.1362520456314087, 0.004024284426122904, 0.027494333684444427, -0.02990202233195305, 0.015121832489967346, -0.04126853868365288, -0.018182242289185524, -0.08594252914190292, -0.0028677918016910553, -0.021396907046437263, -0.021084215492010117, -0.09722502529621124, -0.10628281533718109, 0.03202556073665619, 0.021985430270433426, -0.08319725096225739, -0.08472675085067749, -0.09183129668235779, -0.06329730153083801, 0.022123223170638084, -0.021498218178749084, -0.00462956540286541, 0.035221077501773834, 0.02535850927233696, -0.04605916142463684, 0.028098540380597115, 0.006606774404644966, -0.05735224485397339, 0.044478096067905426, -0.11570338904857635, 0.09748147428035736, 0.023399844765663147, 0.03999935835599899, -0.07553460448980331, 0.02276121824979782, -0.18618306517601013, 0.1317230761051178, -0.1268651783466339, 0.07539559155702591, -0.038919929414987564, 0.0147278793156147, -0.022163014858961105, 0.0002714309375733137, -0.03585810586810112, 0.08122376352548599, -0.1037687212228775, 0.018653342500329018, 0.10717429220676422, -0.1349784880876541, 0.030246885493397713, 0.14639531075954437, -0.009364267811179161, 0.03130936250090599, 0.1455451250076294, 0.12911014258861542, 0.07940918207168579, 0.036503370851278305, -0.09127701073884964, 0.009113041684031487, -0.06640630960464478, 0.15067899227142334, 0.07267771661281586, -0.07958477735519409, -0.04783855378627777, -0.0024469424970448017, 0.03665400668978691, 0.02046876586973667, 0.02024703472852707, -0.04551494121551514, 0.015785932540893555, -0.0695900246500969, -0.03837999701499939, 0.03648071736097336, -0.04604905843734741, 0.002142801880836487, -0.05539797246456146, -0.054026126861572266, 0.053248558193445206, -0.005785421933978796, 0.005095908418297768, -0.09156766533851624, 0.06033378466963768, 0.017360785976052284, 0.0126054547727108, -0.17404571175575256, -0.00480295205488801, 0.04070562124252319, -0.09430044889450073, 0.07217124104499817, 0.052776310592889786, 0.0005919418763369322, 0.0020074062049388885, 0.02150183543562889, -0.004841775633394718, 0.014589419588446617, 0.006389998830854893, -0.07923354208469391, -0.1143917590379715, 0.005889575928449631, -0.008184826001524925, 0.11966808140277863, -0.04296422004699707, 0.01508383359760046, 0.11578685790300369, 0.07572463154792786, -0.003144416492432356, -0.037472739815711975, 0.01852511428296566, 0.01784699410200119, -0.018390249460935593, -0.045969754457473755, 0.016252849251031876, -0.00819437950849533, 0.012757598422467709, -0.004693750292062759, -0.054775454103946686, -0.1568678617477417, 0.06531240046024323, 0.026876982301473618, -0.0744113102555275, 0.04218500852584839, -0.006509932689368725, 0.0025293908547610044, -0.07429778575897217, -0.12138749659061432, 0.0897849053144455, 0.025312285870313644, 0.04643936827778816, -0.05019108206033707, 0.013106616213917732, -0.03841129317879677, 0.0036155018024146557, 0.019734695553779602, 0.08225560188293457, -0.03314261510968208, -0.18143343925476074, 0.0752546414732933, -0.028372149914503098, -0.025328058749437332, 0.08153391629457474, 0.01485714502632618, -0.0951729342341423, 0.022856034338474274, 0.11177752912044525, 0.04677141457796097, 0.10726083815097809, 0.007599093485623598, 0.058496445417404175, 0.05444017052650452, 0.008577296510338783, -0.005612216889858246, -0.12542617321014404, 0.050900254398584366, 0.005740792490541935, -0.002630447270348668, -0.058377839624881744, -0.1105920821428299, 0.05418417230248451, 0.13431841135025024, 0.04393260180950165, -0.026768695563077927, 0.02358154021203518, -0.07649053633213043, -0.09211796522140503, 0.1475772112607956, -0.08474254608154297, -0.24170394241809845, -0.12369292974472046, 0.027583353221416473, 0.008039913140237331, 0.012189121916890144, 0.019923081621527672, -0.06455717980861664, -0.05391930788755417, -0.10372967272996902, 0.0008915802463889122, 0.015608311630785465, -0.07303833216428757, -0.02189146913588047, 0.04195285588502884, 0.03861069306731224, -0.04563383758068085, 0.034548331052064896, 0.009024230763316154, -0.05282657593488693, 0.04293112829327583, -0.01927960105240345, 0.09364287555217743, 0.06655766814947128, -0.0015712263993918896, -0.07594461739063263, -0.026658428832888603, 0.15979483723640442, -0.07311145961284637, 0.07199747860431671, 0.039083875715732574, -0.05608108639717102, 0.08712184429168701, 0.11513268947601318, 0.0003203009837307036, -0.03018226847052574, 0.022960012778639793, 0.05010397359728813, -0.03425046429038048, -0.1836286187171936, -0.05362212657928467, -0.028561852872371674, 0.010619862005114555, 0.09862721711397171, 0.04017268121242523, -0.029788972809910774, 0.0643613189458847, -0.07589851319789886, 0.015955481678247452, 0.05269790068268776, 0.02332705818116665, 0.08749616146087646, -0.04432230442762375, 0.05337924510240555, -0.11892162263393402, -0.0035772379487752914, 0.10005341470241547, 0.05020817369222641, 0.19340503215789795, -0.02015380933880806, 0.10741171985864639, 0.0141791682690382, 0.08586273342370987, 0.016234660521149635, 0.06854552030563354, -0.003468012437224388, 0.03802286088466644, -0.02658429741859436, -0.014979876577854156, -0.015825118869543076, 0.09816756844520569, 0.07032796740531921, -0.051643092185258865, -0.006272385828197002, -0.07432824373245239, 0.07689094543457031, 0.2960573732852936, -0.016490742564201355, -0.07889774441719055, -0.05582265928387642, 0.028969425708055496, -0.10042697191238403, -0.09867122769355774, 0.008963705971837044, 0.10284224152565002, -0.09593406319618225, 0.04580885171890259, 0.015004375949501991, 0.07850970327854156, -0.12487612664699554, -0.012585380114614964, -0.03701968863606453, -0.0028313640505075455, -0.029790863394737244, 0.1271410435438156, -0.14439478516578674, 0.0660996213555336, 0.01910429634153843, 0.04238298535346985, -0.06162844970822334, 0.02520756796002388, 0.027064470574259758, -0.008612936362624168, 0.0823846235871315, 0.01609460450708866, -0.16840064525604248, -0.1290574073791504, -0.04837099462747574, 0.024525465443730354, 0.041283994913101196, -0.009607411921024323, 0.07266715168952942, -0.025747573003172874, 0.047015588730573654, -0.05609912425279617, -0.077285535633564, -0.05172795057296753, -0.17641431093215942, -0.002728971652686596, -0.0016091354191303253, 0.06993210315704346, -0.06712637841701508, 0.028468672186136246, -0.10704422742128372, 0.04439663141965866, -0.2562870681285858, -0.06697869300842285, -0.08351591229438782, -0.01270546019077301, 0.06253406405448914, -0.005173773504793644, 0.018512729555368423, -0.05676726624369621, 0.10246478021144867, -0.03154292702674866, -0.03822323679924011, -0.01596624217927456, -0.06567741930484772, -0.18685390055179596, -0.04396999254822731, -0.005105250980705023, 0.09994830191135406, 0.09271550178527832, -0.0054941666312515736, 0.0386655330657959, -0.051273006945848465, -0.05981328710913658, 0.013708882965147495, 0.071217380464077, -0.013197612017393112, 0.1769723892211914, -0.09372179210186005, -0.18049508333206177, -0.11966940760612488, -0.04500453919172287, 0.09708191454410553, 0.17542070150375366, -0.08546899259090424, 0.09160108864307404, 0.1207316666841507, -0.060289084911346436, -0.24025723338127136, 0.0015396242961287498, 0.006804363802075386, -0.015861500054597855, 0.080514095723629, -0.20346462726593018, 0.05005323141813278, 0.1034197062253952, -0.02391848713159561, 0.04749743640422821, -0.12694862484931946, -0.06796000897884369, 0.06950393319129944, 0.029991334304213524, -0.060442522168159485, -0.13983625173568726, 0.009029240347445011, -0.07657524943351746, 0.043796658515930176, 0.07402156293392181, 0.07364033162593842, 0.03769335150718689, 0.028990544378757477, 0.02590513788163662, 0.03172570839524269, -0.02651452086865902, 0.17511838674545288, -0.0543767511844635, 0.06797007471323013, -0.05601927638053894, 0.02552463859319687, 0.028328711166977882, -0.02774295024573803, 0.050489649176597595, -0.04135684296488762, -0.0001820586621761322, -0.12736961245536804, -0.010557303205132484, -0.04478798806667328, 0.024518057703971863, 0.0013133665779605508, 0.013247622177004814, -0.15856820344924927, 0.057692356407642365, 0.09484798461198807, 0.031880494207143784, 0.04470285028219223, -0.04955822974443436, 0.04695546254515648, 0.05476200953125954, 0.11926328390836716, 0.0555327907204628, -0.0670664981007576, -0.05839403718709946, -0.006458739284425974, 0.09929828345775604, -0.06682128459215164, 0.061957523226737976, 0.10033278912305832, 0.010174320079386234, 0.09242768585681915, 0.012345878407359123, -0.16154897212982178, 0.01045671571046114, 0.059559572488069534, -0.05906050652265549, -0.18144115805625916, 0.0636894702911377, 0.1504327356815338, -0.08936580270528793, -0.08634593337774277, 0.039807260036468506, 0.02102743834257126, -0.012297095730900764, -0.005765112582594156, 0.08759597688913345, 0.030400142073631287, 0.07943258434534073, -0.006681699305772781, 0.0556173101067543, -0.0578499399125576, 0.11407330632209778, 0.14070282876491547, -0.13531097769737244, 0.030186232179403305, 0.03627316281199455, -0.04032211750745773, -0.061181679368019104, -0.009688684716820717, -0.021264130249619484, 0.033980995416641235, -0.09466420114040375, -0.019032374024391174, -0.09405099600553513, 0.05140209197998047, 0.13319772481918335, 0.013759012334048748, 0.06205987185239792, 0.07104648649692535, -0.021170461550354958, -0.015771938487887383, 0.06154268980026245, -0.08673247694969177, -0.02041737735271454, -0.02730785869061947, 0.00042812153697013855, 0.031216159462928772, -0.057593267410993576, 0.012683775275945663, -0.06434804201126099, -0.07627172023057938, 0.012388460338115692, -0.13784080743789673, 0.02702437900006771, -0.06754756718873978, 0.00314932968467474, 0.036296844482421875, 0.01687914878129959, 0.04357885196805, 0.009392104111611843, -0.05761829763650894, -0.03483680635690689, -0.03673628717660904, 0.07273910939693451, -0.10532945394515991, -0.017790358513593674, 0.06293502449989319, -0.0316939577460289, 0.05494393780827522, -0.01564813405275345, -0.06344850361347198, -0.0444331020116806, -0.13246223330497742, -0.008700640872120857, -0.034550175070762634, 0.0540245920419693, -0.07005420327186584, -0.10724464803934097, 0.013505876064300537, -0.0007528888527303934, -0.058308135718107224, 0.04182146489620209, 0.10861920565366745, -0.0741003155708313, 0.1062621995806694, 0.006124554201960564, -0.013759560883045197, -0.0855245590209961, 0.01428835466504097, 0.0806686282157898, 0.008460894227027893, 0.12916502356529236, -0.03236161544919014, 0.01954791508615017, -0.09752567112445831, -0.021127894520759583, -0.011907936073839664, 0.020004693418741226, -0.02176482044160366, -0.008918024599552155, 0.034956276416778564, 0.020552249625325203, 0.19427059590816498, 0.00971432588994503, -0.07099208980798721, 0.04892788827419281, 0.041837695986032486, -0.000776081345975399, 0.046005379408597946, 0.018443569540977478, -0.0351373590528965, -0.01726715825498104, 0.01380934752523899, -0.05537896975874901, -0.06271927058696747, 0.054317656904459, 0.03569084033370018, 0.150140643119812, 0.05472034960985184, -0.015023699961602688, 0.0383724719285965, -0.04579140245914459, -0.020438306033611298, 0.06645309925079346, -0.008676267229020596, 0.03250923752784729, -0.0632622092962265, 0.08307568728923798, 0.06502432376146317, -0.07425159215927124, 0.11596754938364029, -0.06821280717849731, 0.0036035776138305664, -0.017682161182165146, -0.1544518768787384, 0.005731033161282539, -0.021537844091653824, -0.016474131494760513, -0.05775899440050125, 0.009819239377975464, 0.19966644048690796, -0.019153490662574768, -0.00033579766750335693, 0.06665828078985214, -0.16354352235794067, -0.04683338850736618, 0.025267716497182846, -0.026689719408750534, -0.008113737218081951, 0.07725057750940323, -0.045361071825027466, 0.08692137897014618, 0.022268962115049362, 0.0496872216463089, 0.07677776366472244, 0.01960265450179577, 0.03173249587416649, -0.04553673043847084, -0.04686042666435242, 0.025520652532577515, -0.0015574032440781593, -0.007461053319275379, 0.210976243019104, 0.08198696374893188, -0.031077716499567032, -0.0011190902441740036, 0.10800990462303162, -0.03676873445510864, -0.024469008669257164, -0.1414417326450348, 0.20501524209976196, -0.12314233183860779, -0.01941533014178276, 0.0009283376857638359, -0.11210548132658005, 0.044523194432258606, 0.16410982608795166, -0.009969297796487808, -0.05515197664499283, -0.030860448256134987, -0.07311610877513885, 0.00029827700927853584, 0.00786786898970604, 0.07813449949026108, 0.056817930191755295, 0.27731388807296753, -0.060660846531391144, 0.05061481148004532, -0.03993527218699455, 0.0007075527682900429, -0.10855918377637863, 0.02599235251545906, -0.04139052703976631, 0.04280654340982437, -0.11206087470054626, 0.11037443578243256, -0.03151598572731018, -0.21798807382583618, 0.09211026132106781, 0.019014736637473106, -0.05769805237650871, 0.029520954936742783, 0.0629417821764946, -0.03947623074054718, 0.020738592371344566, -0.004923878237605095, 0.017404906451702118, 0.021666381508111954, -0.025928594172000885, -0.03872457146644592, -0.04385998845100403, 0.04852430894970894, -0.11240114271640778, 0.1598861813545227, 0.002830756828188896, 0.129790797829628, 0.08904791623353958, -0.0203324593603611, -0.1041618138551712, 0.05329379811882973, 0.02434893697500229, -0.08216071128845215, 0.014357253909111023, 0.1226000189781189, 0.025204097852110863, 0.15740863978862762, 0.12823176383972168, 0.09612524509429932, 0.09540102630853653, -0.034829918295145035, -0.02296515926718712, -0.08721476793289185, 0.041569095104932785, -0.12052960693836212, 0.12077955901622772, 0.13261570036411285, -0.013771695084869862, -0.007638499606400728, -0.04040432348847389, -0.061768338084220886, -0.03518664836883545, 0.03321536257863045, -0.06575120985507965, -0.1212988793849945, 0.004415060859173536, -0.11339333653450012, 0.054435428231954575, -0.08279852569103241, -0.0771380215883255, -0.0038902550004422665, -0.035440701991319656, 0.02931833639740944, 0.07331954687833786, 0.04128542169928551, 0.005389928352087736, -0.05123338848352432, -0.13755178451538086, 0.005305672530084848, 0.11941726505756378, -0.0015510362572968006, -0.02370034158229828 ]
7dc6be007333a09f1b5d2474508c43d18551859d
# Dataset Card for caWaC ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** http://nlp.ffzg.hr/resources/corpora/cawac/ - **Repository:** http://nlp.ffzg.hr/data/corpora/cawac.uniq.sortr.gz - **Paper:** http://www.lrec-conf.org/proceedings/lrec2014/pdf/841_Paper.pdf - **Leaderboard:** - **Point of Contact:** [Nikola Ljubešič](mailto:nikola.ljubesic@ffzg.hr) ### Dataset Summary caWaC is a 780-million-token web corpus of Catalan built from the .cat top-level-domain in late 2013. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages Dataset is monolingual in Catalan language. ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information Dataset is under the [CC-BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/) license. ### Citation Information ``` @inproceedings{DBLP:conf/lrec/LjubesicT14, author = {Nikola Ljubesic and Antonio Toral}, editor = {Nicoletta Calzolari and Khalid Choukri and Thierry Declerck and Hrafn Loftsson and Bente Maegaard and Joseph Mariani and Asunci{\'{o}}n Moreno and Jan Odijk and Stelios Piperidis}, title = {caWaC - {A} web corpus of Catalan and its application to language modeling and machine translation}, booktitle = {Proceedings of the Ninth International Conference on Language Resources and Evaluation, {LREC} 2014, Reykjavik, Iceland, May 26-31, 2014}, pages = {1728--1732}, publisher = {European Language Resources Association {(ELRA)}}, year = {2014}, url = {http://www.lrec-conf.org/proceedings/lrec2014/summaries/841.html}, timestamp = {Mon, 19 Aug 2019 15:23:35 +0200}, biburl = {https://dblp.org/rec/conf/lrec/LjubesicT14.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} } ``` ### Contributions Thanks to [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
cawac
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:10M<n<100M", "source_datasets:original", "language:ca", "license:cc-by-sa-3.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["ca"], "license": ["cc-by-sa-3.0"], "multilinguality": ["monolingual"], "size_categories": ["10M<n<100M"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["language-modeling", "masked-language-modeling"], "paperswithcode_id": "cawac", "pretty_name": "caWaC", "dataset_info": {"features": [{"name": "sentence", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3987228544, "num_examples": 24745986}], "download_size": 2835862485, "dataset_size": 3987228544}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-16T15:50:41+00:00
[]
[ "ca" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-original #language-Catalan #license-cc-by-sa-3.0 #region-us
# Dataset Card for caWaC ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: URL - Leaderboard: - Point of Contact: Nikola Ljubešič ### Dataset Summary caWaC is a 780-million-token web corpus of Catalan built from the .cat top-level-domain in late 2013. ### Supported Tasks and Leaderboards ### Languages Dataset is monolingual in Catalan language. ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information Dataset is under the CC-BY-SA 3.0 license. ### Contributions Thanks to @albertvillanova for adding this dataset.
[ "# Dataset Card for caWaC", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard:\n- Point of Contact: Nikola Ljubešič", "### Dataset Summary\n\ncaWaC is a 780-million-token web corpus of Catalan built from the .cat top-level-domain in late 2013.", "### Supported Tasks and Leaderboards", "### Languages\n\nDataset is monolingual in Catalan language.", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nDataset is under the CC-BY-SA 3.0 license.", "### Contributions\n\nThanks to @albertvillanova for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-original #language-Catalan #license-cc-by-sa-3.0 #region-us \n", "# Dataset Card for caWaC", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard:\n- Point of Contact: Nikola Ljubešič", "### Dataset Summary\n\ncaWaC is a 780-million-token web corpus of Catalan built from the .cat top-level-domain in late 2013.", "### Supported Tasks and Leaderboards", "### Languages\n\nDataset is monolingual in Catalan language.", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nDataset is under the CC-BY-SA 3.0 license.", "### Contributions\n\nThanks to @albertvillanova for adding this dataset." ]
[ 116, 8, 120, 31, 38, 10, 14, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 19, 18 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-original #language-Catalan #license-cc-by-sa-3.0 #region-us \n# Dataset Card for caWaC## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Leaderboard:\n- Point of Contact: Nikola Ljubešič### Dataset Summary\n\ncaWaC is a 780-million-token web corpus of Catalan built from the .cat top-level-domain in late 2013.### Supported Tasks and Leaderboards### Languages\n\nDataset is monolingual in Catalan language.## Dataset Structure### Data Instances### Data Fields### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases### Other Known Limitations## Additional Information### Dataset Curators### Licensing Information\n\nDataset is under the CC-BY-SA 3.0 license.### Contributions\n\nThanks to @albertvillanova for adding this dataset." ]
[ -0.02454744093120098, 0.24351026117801666, -0.006978288292884827, 0.040111079812049866, 0.08242855221033096, 0.008791585452854633, 0.04617562144994736, 0.10138175636529922, 0.035048939287662506, 0.1660744994878769, -0.03478671982884407, 0.10449297726154327, 0.12183482944965363, 0.044045329093933105, 0.001676857704296708, -0.20093832910060883, 0.04218396544456482, -0.11625716835260391, -0.0012942383764311671, 0.08508437871932983, 0.11572138965129852, -0.06750500202178955, 0.035357020795345306, -0.059981219470500946, 0.018678294494748116, 0.025382157415151596, -0.07432126998901367, -0.07958557456731796, 0.042610153555870056, 0.03751129284501076, 0.042595427483320236, 0.014744805172085762, 0.06152556836605072, -0.28246980905532837, 0.008031618781387806, 0.021175967529416084, -0.005975648760795593, 0.03675323724746704, 0.11655528098344803, -0.10147905349731445, 0.060860514640808105, -0.17334339022636414, 0.09874682128429413, 0.0458107627928257, -0.11231361329555511, -0.11892587691545486, -0.11329391598701477, 0.02239936962723732, 0.1309753954410553, 0.0177117008715868, -0.05441255867481232, 0.00891922041773796, -0.087982177734375, 0.0023670645896345377, 0.10979074239730835, -0.15521571040153503, -0.06789851933717728, 0.01935095153748989, 0.04692894592881203, 0.07184168696403503, -0.10348045080900192, 0.03236338123679161, -0.011464359238743782, 0.027915459126234055, 0.006756835617125034, -0.026118559762835503, -0.022605717182159424, 0.04704226180911064, -0.08082137256860733, -0.08541470021009445, 0.10147023946046829, -0.03850014880299568, 0.011961367912590504, -0.21645309031009674, 0.01611100509762764, 0.04917163401842117, -0.07110384106636047, 0.0004927359404973686, 0.02243751287460327, -0.03466377034783363, 0.08695055544376373, 0.018029918894171715, -0.034185122698545456, 0.002471145475283265, -0.006188048981130123, 0.0033086708281189203, 0.05394456163048744, -0.042733583599328995, 0.09203314781188965, 0.08103767782449722, 0.0892598107457161, -0.11772213876247406, -0.02662266418337822, -0.027758903801441193, -0.16468118131160736, -0.023486990481615067, 0.04111040011048317, 0.04854588583111763, 0.12065970152616501, 0.19686539471149445, -0.07071331888437271, 0.03785819560289383, -0.064780093729496, -0.03886273875832558, 0.07266487926244736, 0.08450870960950851, -0.08925113081932068, -0.15066194534301758, -0.04837422072887421, -0.021586228162050247, -0.026782197877764702, -0.02780444547533989, -0.037121351808309555, 0.03170675039291382, 0.008297436870634556, 0.15634803473949432, 0.1453675478696823, -0.026396656408905983, -0.11272135376930237, -0.04901404306292534, 0.13479873538017273, -0.12299560010433197, 0.06145778298377991, 0.05363605543971062, 0.004539152607321739, -0.05075889825820923, -0.07283402979373932, 0.01203811727464199, -0.09664348512887955, 0.0817277580499649, -0.025252321735024452, -0.04159073904156685, -0.08000954985618591, -0.04259815812110901, 0.08904198557138443, 0.021405866369605064, -0.07802142947912216, 0.01638535037636757, -0.030769750475883484, -0.06671863794326782, 0.01848559081554413, -0.1506003886461258, -0.03099052794277668, -0.04510071873664856, -0.02381310984492302, 0.03921567648649216, -0.001443800632841885, 0.035904765129089355, -0.07707113772630692, 0.0212775357067585, -0.056408029049634933, 0.028859242796897888, 0.08411043137311935, 0.041296832263469696, -0.03873187303543091, 0.06486037373542786, -0.13516691327095032, 0.12257999181747437, -0.14427997171878815, -0.029150638729333878, -0.15086457133293152, -0.015417130663990974, 0.07812484353780746, 0.008116351440548897, -0.02930159494280815, 0.1085767149925232, -0.22363530099391937, -0.020122675225138664, 0.14851060509681702, -0.03705520182847977, -0.03454282507300377, 0.08651812374591827, -0.03017650917172432, -0.01625361107289791, 0.04180286079645157, 0.06934921443462372, -0.024277644231915474, 0.013774506747722626, -0.050719380378723145, -0.10137040913105011, 0.1078810766339302, 0.19351230561733246, 0.12171636521816254, -0.11406143754720688, 0.15078072249889374, 0.03193343058228493, -0.06321867555379868, -0.12376601248979568, 0.003700539004057646, -0.08648792654275894, 0.041432399302721024, 0.01472044363617897, 0.02561645582318306, -0.00002746483005466871, -0.06018510088324547, -0.032619375735521317, -0.08799099177122116, 0.024462034925818443, 0.010279065929353237, -0.00009821771527640522, 0.01301177404820919, -0.07710195332765579, 0.02348216064274311, -0.0021898008417338133, 0.006045185960829258, -0.16514959931373596, -0.12597642838954926, 0.061184268444776535, -0.07246548682451248, 0.10736522823572159, -0.08195651322603226, 0.0014897966757416725, -0.005183379165828228, -0.046405818313360214, 0.04128451272845268, 0.005080241244286299, 0.01873219572007656, 0.037760037928819656, -0.23238570988178253, -0.023474154993891716, -0.04882467910647392, 0.12856966257095337, -0.0969349816441536, -0.007090764585882425, 0.13899649679660797, 0.20318686962127686, 0.025367481634020805, -0.04494798928499222, -0.0014138829428702593, 0.07803753763437271, -0.014447880908846855, -0.04049258306622505, 0.0189165361225605, -0.09822718054056168, 0.012263010255992413, 0.048600632697343826, -0.10326507687568665, -0.0681634247303009, 0.06321192532777786, 0.10206224024295807, -0.06785903126001358, -0.06719949841499329, -0.025258565321564674, -0.042143821716308594, -0.04448032006621361, -0.09811019897460938, 0.14150509238243103, 0.06481395661830902, 0.008621903136372566, -0.09317100793123245, -0.09663998335599899, -0.054942965507507324, 0.044769007712602615, -0.08296617865562439, 0.1658303290605545, 0.08685439825057983, -0.09146469086408615, 0.1480465531349182, 0.04904762655496597, 0.14849251508712769, 0.09527867287397385, -0.047957710921764374, -0.09455661475658417, -0.0409393385052681, 0.045616719871759415, 0.0629253163933754, 0.07688824832439423, -0.09574665129184723, -0.00844494253396988, 0.06019171327352524, -0.032348424196243286, 0.0177772156894207, -0.06231944262981415, 0.032643452286720276, -0.001584088196977973, -0.03629230335354805, 0.01010296680033207, -0.017990998923778534, 0.06526589393615723, 0.10629204660654068, 0.07101701200008392, 0.06649541109800339, -0.047532808035612106, -0.08212745934724808, -0.06125073507428169, 0.09960956126451492, -0.16446317732334137, -0.2397320568561554, -0.11692523211240768, -0.05441640317440033, -0.06591854244470596, -0.026817483827471733, -0.0020026855636388063, -0.03199942037463188, -0.08783257007598877, -0.04618440195918083, 0.0813208743929863, 0.11986707895994186, -0.1084979772567749, -0.03199651464819908, 0.03931909799575806, -0.040218502283096313, -0.1417185366153717, 0.028640123084187508, 0.07609140872955322, -0.06476152688264847, -0.0489543154835701, 0.05174662172794342, 0.13222438097000122, 0.10622601956129074, 0.08614781498908997, -0.03207236900925636, -0.02041379176080227, 0.20584528148174286, -0.1517244130373001, 0.06963866949081421, 0.04260813072323799, -0.042900990694761276, 0.027790438383817673, 0.2541917562484741, 0.05687856301665306, -0.0538211427628994, -0.007061738520860672, 0.08082539588212967, -0.030312692746520042, -0.23283357918262482, -0.13432957231998444, -0.08081664890050888, -0.03841059282422066, 0.07918701320886612, 0.08305659890174866, 0.012377745471894741, -0.02595711313188076, -0.10653712600469589, -0.05433451756834984, 0.09201562404632568, 0.09219090640544891, 0.1137736514210701, 0.030836496502161026, 0.03867887705564499, -0.04363883286714554, -0.036921318620443344, 0.09466032683849335, 0.12417397648096085, 0.16916704177856445, 0.026363320648670197, 0.2673698663711548, 0.06132184714078903, 0.09472811967134476, -0.0524931438267231, -0.014719333499670029, 0.002067367546260357, 0.08559363335371017, -0.019054574891924858, -0.07189519703388214, 0.031648315489292145, 0.04146237671375275, 0.11369164288043976, -0.09651509672403336, 0.05125099793076515, -0.16806721687316895, 0.11121000349521637, 0.18473422527313232, 0.013106896542012691, -0.09922502189874649, 0.006300411187112331, 0.12240273505449295, -0.09912709891796112, -0.09739609062671661, -0.011120231822133064, 0.0400739349424839, -0.17171616852283478, 0.07733895629644394, -0.007921408861875534, 0.11695410311222076, -0.09484545141458511, -0.03838560730218887, 0.03687751665711403, 0.03496861085295677, 0.011096019297838211, 0.07914260029792786, -0.1298753023147583, 0.13626855611801147, 0.010185503400862217, 0.006466459948569536, -0.09843892604112625, 0.0709875300526619, -0.022958921268582344, -0.06763476133346558, 0.16568104922771454, -0.02121840789914131, -0.10264413058757782, -0.013630538247525692, -0.1027148887515068, -0.0122689139097929, 0.07116211950778961, -0.21542435884475708, 0.09964239597320557, -0.00266569503583014, -0.04696289077401161, -0.059312812983989716, -0.08536047488451004, -0.07923077046871185, -0.25870001316070557, 0.08165305107831955, -0.08158920705318451, 0.036033712327480316, -0.051954735070466995, -0.05245024338364601, -0.06629178673028946, 0.1437569111585617, -0.1678423285484314, -0.07402897626161575, -0.13068294525146484, -0.06559170037508011, 0.20440995693206787, -0.035303350538015366, 0.07118237763643265, -0.0198011863976717, 0.1675628125667572, -0.016020052134990692, -0.015526159666478634, 0.06614638864994049, -0.035265471786260605, -0.20631290972232819, -0.03758618235588074, 0.18412138521671295, 0.036397408694028854, 0.03198617696762085, 0.017745452001690865, 0.07375986129045486, 0.06766940653324127, -0.10916543751955032, -0.0010039579356089234, 0.09763606637716293, 0.03991188108921051, 0.08364355564117432, -0.030698876827955246, -0.2293984740972519, -0.11157567799091339, -0.0349990613758564, 0.08155693113803864, 0.14030206203460693, -0.05540339648723602, 0.22686734795570374, 0.12045319378376007, -0.11412078887224197, -0.20891138911247253, -0.04327342286705971, 0.019657595083117485, -0.03311615064740181, 0.047300029546022415, -0.17125368118286133, 0.044108178466558456, 0.05415843054652214, -0.026984380558133125, 0.010115526616573334, -0.282067209482193, -0.1410612314939499, -0.013479647226631641, 0.02384313941001892, -0.2840213179588318, -0.14994825422763824, -0.1319289356470108, -0.05505715683102608, -0.17581084370613098, 0.13464584946632385, 0.060750290751457214, 0.02114577405154705, 0.006254039239138365, 0.016320325434207916, 0.02428784966468811, -0.00939823780208826, 0.19815239310264587, 0.027378259226679802, -0.025579804554581642, -0.08352387696504593, -0.04311157763004303, 0.09792008250951767, 0.0233989879488945, 0.00554622570052743, -0.012189892120659351, -0.054147735238075256, -0.09352462738752365, -0.025523167103528976, -0.07092233002185822, 0.023921698331832886, -0.129802405834198, -0.016293756663799286, -0.046235647052526474, 0.09283877909183502, 0.10175926983356476, -0.043389130383729935, 0.06104203313589096, -0.05667256936430931, 0.05799134075641632, 0.13008320331573486, 0.16049297153949738, 0.08702246844768524, -0.04505980759859085, 0.014698578976094723, -0.004008742980659008, -0.03893665969371796, -0.056522686034440994, 0.056866008788347244, 0.11769770830869675, -0.005168167408555746, 0.10535651445388794, -0.043374598026275635, -0.13865560293197632, -0.01383079495280981, 0.10253618657588959, -0.02902202308177948, -0.24573802947998047, 0.02139933966100216, 0.034102506935596466, -0.09941957890987396, -0.07272033393383026, 0.05701562389731407, 0.06926803290843964, -0.0905485674738884, 0.03303452208638191, 0.11116906255483627, 0.04039958864450455, 0.08568548411130905, -0.013423961587250233, 0.059584859758615494, -0.12930747866630554, 0.07214876264333725, 0.15336266160011292, -0.08130356669425964, 0.004150778986513615, 0.17577292025089264, -0.018909180536866188, -0.026348348706960678, 0.03631647303700447, 0.05118032172322273, -0.011984201148152351, -0.02046097069978714, -0.010886551812291145, -0.14730970561504364, 0.04006650671362877, 0.131465345621109, -0.005606878083199263, 0.016361569985747337, 0.05662846565246582, -0.026688391342759132, -0.0007847714005038142, 0.16521453857421875, 0.06061101332306862, 0.03025064244866371, 0.004705442581325769, -0.037889514118433, -0.01899275928735733, -0.07838451117277145, 0.01071144174784422, -0.008276701904833317, -0.12656204402446747, -0.0030499647837132215, -0.16282334923744202, 0.01433767843991518, -0.1431393325328827, -0.0019398191943764687, 0.006617944687604904, -0.04680398106575012, -0.010917573235929012, -0.0071744248270988464, -0.07107894867658615, -0.06169034168124199, -0.03915509581565857, 0.16229484975337982, -0.19574688374996185, 0.010258147493004799, 0.10476545244455338, -0.0722307562828064, 0.09156082570552826, -0.05631203576922417, -0.03330259025096893, 0.018185479566454887, -0.1485213190317154, 0.01949099823832512, -0.054978352040052414, 0.05870211124420166, 0.0730731338262558, -0.17603042721748352, 0.013138853944838047, 0.007298298645764589, -0.05867386981844902, 0.04588935151696205, 0.0006831524660810828, -0.08887030929327011, 0.04730042815208435, -0.036538638174533844, -0.11757029592990875, 0.030025675892829895, 0.07235372811555862, 0.15537889301776886, -0.03519531339406967, 0.0841839388012886, -0.04786733165383339, 0.07043586671352386, -0.08492659032344818, -0.030564967542886734, -0.022158540785312653, 0.007718939334154129, -0.016188854351639748, 0.008280595764517784, 0.05705786868929863, 0.014882772229611874, 0.19732925295829773, -0.023409472778439522, 0.0708438903093338, 0.06470360606908798, 0.0491330623626709, -0.058671679347753525, 0.10633772611618042, -0.02174583077430725, 0.011413037776947021, -0.006152179092168808, -0.01936432160437107, -0.027537724003195763, -0.08873915672302246, -0.07376762479543686, 0.052484288811683655, 0.1972317397594452, 0.24941271543502808, -0.05706920102238655, 0.1437607705593109, -0.09672615677118301, -0.05365581065416336, 0.1618831753730774, -0.032903749495744705, 0.009984463453292847, -0.11743506789207458, 0.031324855983257294, 0.05112406983971596, -0.23485633730888367, 0.133209228515625, -0.06734760105609894, -0.05875733122229576, -0.01616336777806282, -0.19850823283195496, -0.06726054102182388, 0.020358966663479805, -0.012504658661782742, -0.09187914431095123, 0.09041105955839157, 0.09130588918924332, -0.009285676293075085, -0.029327284544706345, 0.0757085382938385, -0.07072616368532181, -0.056291982531547546, 0.0791974887251854, 0.08096513897180557, 0.10061996430158615, 0.006879224441945553, 0.08011814951896667, -0.06198110058903694, 0.11058474332094193, 0.0647534653544426, 0.09685007482767105, -0.03793530538678169, -0.018289512023329735, -0.07297683507204056, -0.06231969594955444, 0.06356225907802582, -0.04430823028087616, -0.0646875724196434, 0.2398325502872467, 0.04380537569522858, 0.0036500669084489346, 0.022243546321988106, 0.22805312275886536, -0.026464734226465225, -0.08708284795284271, -0.1779939979314804, 0.01648550294339657, -0.009029649198055267, 0.02786848321557045, 0.07852929085493088, -0.1232505813241005, -0.009085540659725666, 0.06751694530248642, 0.15215669572353363, -0.0038038799539208412, 0.023663269355893135, 0.00023045786656439304, 0.03856219723820686, 0.008787993341684341, 0.029187239706516266, 0.017776593565940857, 0.2512558400630951, -0.046809516847133636, 0.005080016329884529, -0.005521419923752546, -0.011427533812820911, -0.10631738603115082, 0.13280978798866272, -0.02164548449218273, -0.03731255233287811, -0.05587245896458626, 0.16831791400909424, -0.10261014848947525, -0.2636311650276184, 0.05437718704342842, -0.162445068359375, -0.17806631326675415, -0.03492818772792816, 0.048022136092185974, -0.0021578785963356495, 0.005754547193646431, 0.09861341118812561, -0.050732046365737915, 0.1512485146522522, 0.08508975058794022, 0.007800423074513674, -0.002648313529789448, 0.11126250773668289, -0.07656411826610565, 0.28159570693969727, -0.0013601707760244608, 0.033717308193445206, 0.10390251874923706, -0.03105550818145275, -0.1177934855222702, -0.023569630458950996, 0.13562437891960144, -0.018565228208899498, 0.06617573648691177, 0.1372341811656952, 0.012572833336889744, 0.14384794235229492, 0.11703596264123917, 0.011225491762161255, 0.08917398750782013, -0.004712780937552452, 0.0035507476422935724, -0.09515261650085449, 0.12173423171043396, -0.13848435878753662, 0.07202498614788055, 0.1338595300912857, -0.04819059744477272, 0.024127790704369545, -0.029235223308205605, 0.02038579247891903, -0.06882934272289276, 0.1980372816324234, -0.018890736624598503, -0.16371266543865204, 0.03784073889255524, -0.03768240660429001, 0.11592542380094528, -0.11586251854896545, -0.06559579819440842, 0.04285162687301636, -0.005161961540579796, -0.07218261063098907, 0.1221485510468483, 0.09526007622480392, -0.026749467477202415, -0.031099651008844376, -0.1605253666639328, 0.028366819024086, 0.10907088965177536, -0.06098129227757454, 0.046977449208498 ]
72b5c46b1248e3316360f0f2f0b2c39e773b68e4
# Dataset Card for CBT ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:**[The bAbI project](https://research.fb.com/downloads/babi/) - **Repository:** - **Paper:** [arXiv Paper](https://arxiv.org/pdf/1511.02301.pdf) - **Leaderboard:** - **Point of Contact:** [Felix Hill](mailto:felix.hill@cl.cam.ac.uk) or [Antoine Bordes](mailto:abordes@fb.com). ### Dataset Summary The Children’s Book Test (CBT) is designed to measure directly how well language models can exploit wider linguistic context. The CBT is built from books that are freely available. This dataset contains four different configurations: - `V`: where the answers to the questions are verbs. - `P`: where the answers to the questions are pronouns. - `NE`: where the answers to the questions are named entities. - `CN`: where the answers to the questions are common nouns. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The data is present in English language as written by authors Lucy Maud Montgomery, Charles Dickens,Andrew Lang, etc. in story books for children. ## Dataset Structure ### Data Instances An instance from the `V` config: ``` {'answer': 'said', 'options': ['christening', 'existed', 'hear', 'knows', 'read', 'remarked', 'said', 'sitting', 'talking', 'wearing'], 'question': "`` They are very kind old ladies in their way , '' XXXXX the king ; `` and were nice to me when I was a boy . ''", 'sentences': ['This vexed the king even more than the queen , who was very clever and learned , and who had hated dolls when she was a child .', 'However , she , too in spite of all the books she read and all the pictures she painted , would have been glad enough to be the mother of a little prince .', 'The king was anxious to consult the fairies , but the queen would not hear of such a thing .', 'She did not believe in fairies : she said that they had never existed ; and that she maintained , though The History of the Royal Family was full of chapters about nothing else .', 'Well , at long and at last they had a little boy , who was generally regarded as the finest baby that had ever been seen .', 'Even her majesty herself remarked that , though she could never believe all the courtiers told her , yet he certainly was a fine child -- a very fine child .', 'Now , the time drew near for the christening party , and the king and queen were sitting at breakfast in their summer parlour talking over it .', 'It was a splendid room , hung with portraits of the royal ancestors .', 'There was Cinderella , the grandmother of the reigning monarch , with her little foot in her glass slipper thrust out before her .', 'There was the Marquis de Carabas , who , as everyone knows , was raised to the throne as prince consort after his marriage with the daughter of the king of the period .', 'On the arm of the throne was seated his celebrated cat , wearing boots .', 'There , too , was a portrait of a beautiful lady , sound asleep : this was Madame La Belle au Bois-dormant , also an ancestress of the royal family .', 'Many other pictures of celebrated persons were hanging on the walls .', "`` You have asked all the right people , my dear ? ''", 'said the king .', "`` Everyone who should be asked , '' answered the queen .", "`` People are so touchy on these occasions , '' said his majesty .", "`` You have not forgotten any of our aunts ? ''", "`` No ; the old cats ! ''", "replied the queen ; for the king 's aunts were old-fashioned , and did not approve of her , and she knew it ."]} ``` ### Data Fields For the `raw` config, the data fields are: - `title`: a `string` feature containing the title of the book present in the dataset. - `content`: a `string` feature containing the content of the book present in the dataset. For all other configs, the data fields are: - `sentences`: a `list` of `string` features containing 20 sentences from a book. - `question`: a `string` feature containing a question with blank marked as `XXXX` which is to be filled with one of the options. - `answer`: a `string` feature containing the answer. - `options`: a `list` of `string` features containing the options for the question. ### Data Splits The splits and corresponding sizes are: | |train |test |validation| |:--|------:|----:|---------:| |raw|98 |5 |5 | |V |105825 |2500 |2000 | |P |334030 |2500 |2000 | |CN |120769 |2500 |2000 | |NE |108719 |2500 |2000 | ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? Children's Book Authors ### Annotations #### Annotation process From the [homepage](https://research.fb.com/downloads/babi/): >After allocating books to either training, validation or test sets, we formed example ‘questions’ from chapters in the book by enumerating 21 consecutive sentences. In each question, the first 20 sentences form the context, and a word is removed from the 21st sentence, which becomes the query. Models must identify the answer word among a selection of 10 candidate answers appearing in the context sentences and the query. For finer-grained analyses, we evaluated four classes of question by removing distinct types of word: Named Entities, (Common) Nouns, Verbs and Prepositions. #### 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 [More Information Needed] ### Licensing Information ``` GNU Free Documentation License v1.3 ``` ### Citation Information ``` @misc{hill2016goldilocks, title={The Goldilocks Principle: Reading Children's Books with Explicit Memory Representations}, author={Felix Hill and Antoine Bordes and Sumit Chopra and Jason Weston}, year={2016}, eprint={1511.02301}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Contributions Thanks to [@gchhablani](https://github.com/gchhablani) for adding this dataset.
cbt
[ "task_categories:other", "task_categories:question-answering", "task_ids:multiple-choice-qa", "annotations_creators:machine-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "size_categories:n<1K", "source_datasets:original", "language:en", "license:gfdl", "arxiv:1511.02301", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["machine-generated"], "language_creators": ["found"], "language": ["en"], "license": ["gfdl"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M", "n<1K"], "source_datasets": ["original"], "task_categories": ["other", "question-answering"], "task_ids": ["multiple-choice-qa"], "paperswithcode_id": "cbt", "pretty_name": "Children\u2019s Book Test (CBT)", "config_names": ["CN", "NE", "P", "V", "raw"], "dataset_info": [{"config_name": "CN", "features": [{"name": "sentences", "sequence": "string"}, {"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "options", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 301730151, "num_examples": 120769}, {"name": "test", "num_bytes": 6138376, "num_examples": 2500}, {"name": "validation", "num_bytes": 4737257, "num_examples": 2000}], "download_size": 31615166, "dataset_size": 312605784}, {"config_name": "NE", "features": [{"name": "sentences", "sequence": "string"}, {"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "options", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 253551931, "num_examples": 108719}, {"name": "test", "num_bytes": 5707734, "num_examples": 2500}, {"name": "validation", "num_bytes": 4424316, "num_examples": 2000}], "download_size": 29693075, "dataset_size": 263683981}, {"config_name": "P", "features": [{"name": "sentences", "sequence": "string"}, {"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "options", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 852852601, "num_examples": 334030}, {"name": "test", "num_bytes": 6078048, "num_examples": 2500}, {"name": "validation", "num_bytes": 4776981, "num_examples": 2000}], "download_size": 43825356, "dataset_size": 863707630}, {"config_name": "V", "features": [{"name": "sentences", "sequence": "string"}, {"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "options", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 252177649, "num_examples": 105825}, {"name": "test", "num_bytes": 5806625, "num_examples": 2500}, {"name": "validation", "num_bytes": 4556425, "num_examples": 2000}], "download_size": 29992082, "dataset_size": 262540699}, {"config_name": "raw", "features": [{"name": "title", "dtype": "string"}, {"name": "content", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 25741580, "num_examples": 98}, {"name": "test", "num_bytes": 1528704, "num_examples": 5}, {"name": "validation", "num_bytes": 1182657, "num_examples": 5}], "download_size": 16350790, "dataset_size": 28452941}], "configs": [{"config_name": "CN", "data_files": [{"split": "train", "path": "CN/train-*"}, {"split": "test", "path": "CN/test-*"}, {"split": "validation", "path": "CN/validation-*"}]}, {"config_name": "NE", "data_files": [{"split": "train", "path": "NE/train-*"}, {"split": "test", "path": "NE/test-*"}, {"split": "validation", "path": "NE/validation-*"}]}, {"config_name": "P", "data_files": [{"split": "train", "path": "P/train-*"}, {"split": "test", "path": "P/test-*"}, {"split": "validation", "path": "P/validation-*"}]}, {"config_name": "V", "data_files": [{"split": "train", "path": "V/train-*"}, {"split": "test", "path": "V/test-*"}, {"split": "validation", "path": "V/validation-*"}]}, {"config_name": "raw", "data_files": [{"split": "train", "path": "raw/train-*"}, {"split": "test", "path": "raw/test-*"}, {"split": "validation", "path": "raw/validation-*"}]}]}
2024-01-16T16:01:16+00:00
[ "1511.02301" ]
[ "en" ]
TAGS #task_categories-other #task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-n<1K #source_datasets-original #language-English #license-gfdl #arxiv-1511.02301 #region-us
Dataset Card for CBT ==================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage:The bAbI project * Repository: * Paper: arXiv Paper * Leaderboard: * Point of Contact: Felix Hill or Antoine Bordes. ### Dataset Summary The Children’s Book Test (CBT) is designed to measure directly how well language models can exploit wider linguistic context. The CBT is built from books that are freely available. This dataset contains four different configurations: * 'V': where the answers to the questions are verbs. * 'P': where the answers to the questions are pronouns. * 'NE': where the answers to the questions are named entities. * 'CN': where the answers to the questions are common nouns. ### Supported Tasks and Leaderboards ### Languages The data is present in English language as written by authors Lucy Maud Montgomery, Charles Dickens,Andrew Lang, etc. in story books for children. Dataset Structure ----------------- ### Data Instances An instance from the 'V' config: ### Data Fields For the 'raw' config, the data fields are: * 'title': a 'string' feature containing the title of the book present in the dataset. * 'content': a 'string' feature containing the content of the book present in the dataset. For all other configs, the data fields are: * 'sentences': a 'list' of 'string' features containing 20 sentences from a book. * 'question': a 'string' feature containing a question with blank marked as 'XXXX' which is to be filled with one of the options. * 'answer': a 'string' feature containing the answer. * 'options': a 'list' of 'string' features containing the options for the question. ### Data Splits The splits and corresponding sizes are: Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? Children's Book Authors ### Annotations #### Annotation process From the homepage: > > After allocating books to either training, validation or test sets, we formed example ‘questions’ from chapters in the book by enumerating 21 consecutive sentences. In each question, the first 20 sentences form the context, and a word is removed from the 21st sentence, which becomes the query. Models must identify the answer word among a selection of 10 candidate answers appearing in the context sentences and the query. For finer-grained analyses, we evaluated four classes of question by removing distinct types of word: Named Entities, (Common) Nouns, Verbs and Prepositions. > > > #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @gchhablani for adding this dataset.
[ "### Dataset Summary\n\n\nThe Children’s Book Test (CBT) is designed to measure directly how well language models can exploit wider linguistic context. The CBT is built from books that are freely available.\n\n\nThis dataset contains four different configurations:\n\n\n* 'V': where the answers to the questions are verbs.\n* 'P': where the answers to the questions are pronouns.\n* 'NE': where the answers to the questions are named entities.\n* 'CN': where the answers to the questions are common nouns.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe data is present in English language as written by authors Lucy Maud Montgomery, Charles Dickens,Andrew Lang, etc. in story books for children.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn instance from the 'V' config:", "### Data Fields\n\n\nFor the 'raw' config, the data fields are:\n\n\n* 'title': a 'string' feature containing the title of the book present in the dataset.\n* 'content': a 'string' feature containing the content of the book present in the dataset.\n\n\nFor all other configs, the data fields are:\n\n\n* 'sentences': a 'list' of 'string' features containing 20 sentences from a book.\n* 'question': a 'string' feature containing a question with blank marked as 'XXXX' which is to be filled with one of the options.\n* 'answer': a 'string' feature containing the answer.\n* 'options': a 'list' of 'string' features containing the options for the question.", "### Data Splits\n\n\nThe splits and corresponding sizes are:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\n\nChildren's Book Authors", "### Annotations", "#### Annotation process\n\n\nFrom the homepage:\n\n\n\n> \n> After allocating books to either training, validation or test sets, we formed example ‘questions’ from chapters in the book by enumerating 21 consecutive sentences. In each question, the first 20 sentences form the context, and a word is removed from the 21st sentence, which becomes the query. Models must identify the answer word among a selection of 10 candidate answers appearing in the context sentences and the query. For finer-grained analyses, we evaluated four classes of question by removing distinct types of word: Named Entities, (Common) Nouns, Verbs and Prepositions.\n> \n> \n>", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @gchhablani for adding this dataset." ]
[ "TAGS\n#task_categories-other #task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-n<1K #source_datasets-original #language-English #license-gfdl #arxiv-1511.02301 #region-us \n", "### Dataset Summary\n\n\nThe Children’s Book Test (CBT) is designed to measure directly how well language models can exploit wider linguistic context. The CBT is built from books that are freely available.\n\n\nThis dataset contains four different configurations:\n\n\n* 'V': where the answers to the questions are verbs.\n* 'P': where the answers to the questions are pronouns.\n* 'NE': where the answers to the questions are named entities.\n* 'CN': where the answers to the questions are common nouns.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe data is present in English language as written by authors Lucy Maud Montgomery, Charles Dickens,Andrew Lang, etc. in story books for children.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn instance from the 'V' config:", "### Data Fields\n\n\nFor the 'raw' config, the data fields are:\n\n\n* 'title': a 'string' feature containing the title of the book present in the dataset.\n* 'content': a 'string' feature containing the content of the book present in the dataset.\n\n\nFor all other configs, the data fields are:\n\n\n* 'sentences': a 'list' of 'string' features containing 20 sentences from a book.\n* 'question': a 'string' feature containing a question with blank marked as 'XXXX' which is to be filled with one of the options.\n* 'answer': a 'string' feature containing the answer.\n* 'options': a 'list' of 'string' features containing the options for the question.", "### Data Splits\n\n\nThe splits and corresponding sizes are:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\n\nChildren's Book Authors", "### Annotations", "#### Annotation process\n\n\nFrom the homepage:\n\n\n\n> \n> After allocating books to either training, validation or test sets, we formed example ‘questions’ from chapters in the book by enumerating 21 consecutive sentences. In each question, the first 20 sentences form the context, and a word is removed from the 21st sentence, which becomes the query. Models must identify the answer word among a selection of 10 candidate answers appearing in the context sentences and the query. For finer-grained analyses, we evaluated four classes of question by removing distinct types of word: Named Entities, (Common) Nouns, Verbs and Prepositions.\n> \n> \n>", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @gchhablani for adding this dataset." ]
[ 118, 123, 10, 46, 16, 174, 21, 7, 4, 10, 16, 5, 157, 9, 18, 7, 8, 14, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-other #task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-n<1K #source_datasets-original #language-English #license-gfdl #arxiv-1511.02301 #region-us \n### Dataset Summary\n\n\nThe Children’s Book Test (CBT) is designed to measure directly how well language models can exploit wider linguistic context. The CBT is built from books that are freely available.\n\n\nThis dataset contains four different configurations:\n\n\n* 'V': where the answers to the questions are verbs.\n* 'P': where the answers to the questions are pronouns.\n* 'NE': where the answers to the questions are named entities.\n* 'CN': where the answers to the questions are common nouns.### Supported Tasks and Leaderboards### Languages\n\n\nThe data is present in English language as written by authors Lucy Maud Montgomery, Charles Dickens,Andrew Lang, etc. in story books for children.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn instance from the 'V' config:### Data Fields\n\n\nFor the 'raw' config, the data fields are:\n\n\n* 'title': a 'string' feature containing the title of the book present in the dataset.\n* 'content': a 'string' feature containing the content of the book present in the dataset.\n\n\nFor all other configs, the data fields are:\n\n\n* 'sentences': a 'list' of 'string' features containing 20 sentences from a book.\n* 'question': a 'string' feature containing a question with blank marked as 'XXXX' which is to be filled with one of the options.\n* 'answer': a 'string' feature containing the answer.\n* 'options': a 'list' of 'string' features containing the options for the question." ]
[ -0.07686276733875275, 0.10157044231891632, -0.006819663569331169, 0.08267443627119064, 0.06263024359941483, 0.03095409832894802, 0.10998592525720596, 0.09076159447431564, 0.08104285597801208, 0.10426852852106094, 0.035198792815208435, 0.01264751423150301, 0.05288054049015045, 0.04889607056975365, 0.04151372238993645, -0.14182044565677643, 0.03795399144291878, -0.1200774759054184, 0.029181642457842827, 0.09645763784646988, 0.069790318608284, -0.0428776741027832, 0.09200581163167953, -0.06930737942457199, -0.029058750718832016, -0.031166573986411095, -0.030006099492311478, -0.001925989636220038, 0.09388356655836105, 0.058129679411649704, 0.07067419588565826, -0.02705882489681244, -0.007614471018314362, -0.21823392808437347, 0.03416060656309128, 0.0681890994310379, -0.031227951869368553, 0.026866119354963303, 0.008684730157256126, -0.0223927553743124, 0.09428854286670685, -0.08897291123867035, 0.059039656072854996, 0.04848587512969971, -0.12073590606451035, -0.1052456870675087, -0.04947555810213089, -0.008802521973848343, -0.022187277674674988, 0.04792669788002968, -0.019832991063594818, 0.05924550071358681, -0.024248862639069557, 0.0600556842982769, 0.21614228188991547, -0.1306760311126709, -0.05228825658559799, 0.12552820146083832, 0.1111602783203125, 0.12116582691669464, -0.09384164214134216, 0.011263808235526085, -0.004458779469132423, 0.013680358417332172, -0.028090137988328934, -0.03206419199705124, -0.032794442027807236, 0.025508679449558258, -0.11213240772485733, -0.09479290246963501, 0.2286517322063446, -0.013580349273979664, -0.08168617635965347, -0.14851434528827667, -0.026562603190541267, 0.08115839958190918, -0.008587476797401905, 0.03804882615804672, -0.01771543361246586, -0.0017816012259572744, 0.07119833678007126, -0.1209932342171669, -0.07217424362897873, -0.010248884558677673, -0.012461921200156212, 0.04183351993560791, -0.0016733274096623063, 0.02997705340385437, -0.027205614373087883, 0.0683601126074791, -0.12665699422359467, -0.05764080584049225, -0.07313928008079529, -0.08628250658512115, -0.1403401792049408, -0.008384049870073795, -0.0656319260597229, 0.00011438853107392788, 0.0031606245320290327, 0.16587308049201965, 0.008820144459605217, 0.0013142116367816925, -0.051337845623493195, 0.030052518472075462, 0.08271238207817078, 0.10211795568466187, -0.013031153939664364, -0.041445292532444, -0.030088551342487335, 0.045367222279310226, 0.022704705595970154, -0.0791781097650528, -0.04341845214366913, -0.013132459484040737, -0.02739710919559002, 0.060061223804950714, 0.11931057274341583, 0.017355551943182945, -0.01778898946940899, -0.01872367039322853, 0.10768415033817291, -0.09471128135919571, 0.03718525543808937, 0.07105111330747604, -0.06809612363576889, -0.02441509999334812, 0.011316023766994476, -0.015564030967652798, -0.056555479764938354, 0.07440638542175293, -0.06090626120567322, 0.0070637590251863, -0.043683312833309174, -0.09034249186515808, 0.06001545488834381, -0.017201438546180725, -0.07648824900388718, -0.009000432677567005, -0.1791219711303711, -0.07538364827632904, 0.01774388737976551, -0.033360764384269714, -0.005629606079310179, -0.040944844484329224, -0.07258761674165726, -0.01180225983262062, 0.030538318678736687, -0.006810367107391357, -0.013964391313493252, 0.023922188207507133, -0.09595271944999695, 0.0204109288752079, 0.01904415711760521, -0.0017898032674565911, -0.06529783457517624, 0.02627868577837944, -0.13761566579341888, 0.13073493540287018, -0.04744655266404152, 0.00000954017014009878, -0.03888631984591484, -0.03251034766435623, 0.02301536127924919, 0.04880303889513016, -0.05940689891576767, 0.11105325073003769, -0.20174509286880493, -0.01698502153158188, 0.1076776459813118, -0.07894966751337051, -0.1089792400598526, 0.09502490609884262, -0.03695567324757576, 0.06572750210762024, 0.10210710763931274, 0.11670811474323273, 0.06827432662248611, -0.04642302542924881, -0.06699537485837936, -0.042799610644578934, 0.04255133122205734, 0.16307201981544495, 0.07177621126174927, -0.07511886954307556, 0.046182602643966675, 0.02002793177962303, -0.06352094560861588, -0.1219627633690834, 0.03381747752428055, -0.06987891346216202, -0.023027122020721436, 0.008827424608170986, 0.1023702323436737, -0.0011282863561064005, -0.09787767380475998, -0.035073041915893555, -0.07254453003406525, -0.09872308373451233, 0.012443836778402328, -0.010155787691473961, 0.0866638720035553, -0.022032955661416054, 0.027279717847704887, 0.09807839244604111, 0.020037049427628517, -0.17976513504981995, -0.19015559554100037, 0.06917398422956467, -0.10116200149059296, 0.11316585540771484, -0.0698074921965599, -0.011514869518578053, 0.0421273298561573, -0.020209120586514473, 0.05949538201093674, -0.0524771623313427, -0.052583903074264526, -0.006535499356687069, -0.16407766938209534, -0.022975020110607147, -0.055905863642692566, 0.14042086899280548, -0.1479520946741104, 0.039756715297698975, 0.041953884065151215, 0.01121161226183176, 0.05527673289179802, -0.055066339671611786, 0.03609305992722511, 0.02538125589489937, -0.01651519536972046, -0.0011298186145722866, 0.02285005897283554, -0.013466374017298222, -0.014924824237823486, 0.01332886517047882, -0.17620477080345154, -0.19876286387443542, 0.054462503641843796, 0.014915757812559605, -0.06484434008598328, -0.0647328644990921, -0.011921794153749943, -0.006467542145401239, -0.08904127031564713, -0.089337058365345, 0.11901003122329712, 0.05222076177597046, 0.055965740233659744, -0.08312753587961197, -0.06790739297866821, -0.03394223004579544, 0.028389813378453255, -0.00008221206371672451, 0.07094600051641464, 0.02406894415616989, 0.014746468514204025, 0.05588935688138008, -0.036320094019174576, 0.01988718844950199, 0.14095477759838104, 0.0419544018805027, -0.07349532097578049, -0.03232089802622795, 0.051195673644542694, -0.0005859317607246339, 0.09082143753767014, -0.1250348538160324, 0.00429465901106596, 0.052460163831710815, 0.021006805822253227, -0.021853817626833916, -0.09983733296394348, 0.009995274245738983, 0.022321663796901703, -0.043277543038129807, -0.04685162752866745, -0.0025575561448931694, 0.047306131571531296, 0.08640788495540619, 0.000858597457408905, 0.08727064728736877, -0.023278282955288887, -0.09388864785432816, -0.14251001179218292, 0.16312412917613983, -0.14663006365299225, -0.19024638831615448, -0.13909275829792023, -0.04009614884853363, -0.08697809278964996, 0.02108180522918701, 0.04197445511817932, -0.018618639558553696, -0.03986860066652298, -0.14109818637371063, 0.01650858111679554, 0.006446128711104393, -0.13087913393974304, -0.1011962890625, 0.012385538779199123, -0.06316477060317993, -0.12633465230464935, 0.049181945621967316, 0.019441941753029823, -0.045891012996435165, -0.01790294237434864, 0.02243899367749691, 0.05780613794922829, 0.1000099778175354, 0.07882878184318542, -0.05955636501312256, -0.05452942103147507, 0.2232999950647354, -0.08682144433259964, 0.08048120141029358, 0.006738131865859032, -0.058927249163389206, 0.08411802351474762, 0.18174909055233002, 0.03729161247611046, -0.048197291791439056, 0.03889065235853195, 0.010941805317997932, -0.07196294516324997, -0.2849235236644745, -0.0976380705833435, -0.08671080321073532, 0.09256279468536377, 0.08261550217866898, 0.0590490847826004, 0.08076684921979904, -0.0028958311304450035, -0.09006451815366745, -0.0009193332516588271, 0.10873256623744965, 0.11553693562746048, 0.13511067628860474, 0.007722900714725256, 0.02222173847258091, -0.04442666098475456, 0.058763276785612106, 0.0536748506128788, 0.023625118657946587, 0.18373693525791168, -0.04639742523431778, 0.21830181777477264, 0.03174355998635292, 0.05575782060623169, 0.003051757114008069, 0.041788119822740555, -0.004054544493556023, 0.060213811695575714, -0.024787746369838715, -0.07721014320850372, -0.017608171328902245, 0.10112267732620239, 0.07138791680335999, -0.05014374852180481, 0.0017954391660168767, -0.07291073352098465, 0.058871764689683914, 0.0066612777300179005, 0.04908284917473793, -0.02449747547507286, -0.019830679520964622, 0.03142603486776352, 0.013928492553532124, -0.08529627323150635, 0.017070535570383072, 0.16957515478134155, -0.1596069484949112, 0.0347190722823143, -0.008009368553757668, 0.09364800155162811, -0.0026942903641611338, -0.0453372523188591, 0.012720052152872086, 0.042477868497371674, -0.0408688448369503, 0.052578456699848175, -0.1503865271806717, 0.125855952501297, 0.018536923453211784, -0.01075141690671444, -0.06407072395086288, 0.0015180030604824424, 0.009519894607365131, -0.020602693781256676, 0.10969723761081696, 0.029650110751390457, -0.08090602606534958, 0.0405174195766449, -0.04117896780371666, 0.02404990792274475, 0.1126459613442421, -0.10616610944271088, 0.07554877549409866, -0.015785792842507362, -0.018223512917757034, -0.05153344199061394, 0.14383652806282043, -0.007058725226670504, -0.2073613554239273, 0.0620022788643837, -0.02226352132856846, -0.00015325700223911554, -0.04077852517366409, -0.043483685702085495, -0.0024716819170862436, 0.025381624698638916, -0.088889479637146, -0.08848726749420166, -0.08418697118759155, -0.080864816904068, 0.14040915668010712, -0.024090157821774483, 0.014004131779074669, -0.017881589010357857, 0.16356295347213745, -0.04688286408782005, -0.00934096984565258, 0.03863251209259033, -0.008497958071529865, -0.16684997081756592, -0.09168871492147446, 0.1703522801399231, 0.07242611050605774, 0.09181801229715347, -0.042771171778440475, 0.07882723212242126, -0.03327050060033798, -0.07780129462480545, -0.019873110577464104, 0.15665556490421295, -0.006830431986600161, 0.22312626242637634, -0.044110290706157684, -0.05133011192083359, -0.11461382359266281, -0.018504109233617783, 0.15410183370113373, 0.1635075807571411, -0.05723653733730316, 0.14215414226055145, 0.12840084731578827, -0.10421022027730942, -0.20619221031665802, 0.0016854472924023867, 0.03078724443912506, -0.04824089631438255, 0.0035597574897110462, -0.1843969225883484, 0.037967417389154434, 0.012888996861875057, 0.013680949807167053, 0.0727960467338562, -0.2737394869327545, -0.13041262328624725, -0.04168320819735527, 0.012849075719714165, -0.07922051846981049, -0.14870570600032806, -0.07565769553184509, 0.005110944155603647, -0.09552276879549026, 0.12762422859668732, -0.04676030948758125, 0.04535742476582527, 0.015543137677013874, 0.07904449105262756, -0.0018022797303274274, -0.01156656350940466, 0.15389378368854523, 0.08883601427078247, 0.009621918201446533, -0.05575566366314888, -0.009904124774038792, 0.10992593318223953, -0.08501416444778442, 0.05870906636118889, -0.018289290368556976, 0.030419358983635902, -0.1153135895729065, -0.01979200914502144, -0.09504541754722595, 0.030648717656731606, -0.11322459578514099, -0.015908921137452126, -0.11901123821735382, 0.0442732572555542, 0.06652577966451645, 0.005307073704898357, 0.013102692551910877, -0.057923782616853714, 0.14587855339050293, 0.1358070820569992, 0.1660660356283188, 0.052957914769649506, -0.15999974310398102, 0.017545711249113083, 0.025535522028803825, 0.029597477987408638, -0.12283109128475189, 0.01057514175772667, 0.13106068968772888, 0.044062692672014236, 0.13405849039554596, 0.007250569295138121, -0.09025996923446655, -0.00978463888168335, 0.032762765884399414, -0.06368495523929596, -0.18328729271888733, 0.004658978432416916, 0.030620887875556946, -0.18944445252418518, -0.10909130424261093, 0.08633208274841309, 0.019609974697232246, -0.026879817247390747, 0.013729422353208065, 0.03327212855219841, 0.08777429163455963, 0.06120374798774719, 0.034178704023361206, 0.05400998145341873, -0.08511465042829514, 0.06667663156986237, 0.07280580699443817, -0.0670347735285759, -0.0001881556527223438, 0.21644586324691772, -0.07294793426990509, -0.0369412861764431, -0.10170935094356537, 0.029254911467432976, -0.055473692715168, 0.022502273321151733, 0.07505282759666443, -0.07445885241031647, 0.04905618354678154, 0.12806108593940735, -0.026192761957645416, 0.03008899837732315, -0.011876349337399006, -0.03461744636297226, -0.027141613885760307, 0.11812695115804672, -0.03715253621339798, 0.03807074576616287, 0.0012265245895832777, 0.004769478924572468, -0.0007226017769426107, 0.007330033928155899, 0.01698918826878071, -0.09651029109954834, -0.03916065767407417, 0.02043287642300129, -0.1418837606906891, 0.06452158838510513, -0.08148141950368881, 0.0027020624838769436, 0.015113282948732376, -0.04110787808895111, 0.007928125560283661, -0.027023041620850563, -0.047853633761405945, -0.05082140862941742, -0.02970738336443901, 0.0955006554722786, -0.17730897665023804, -0.0005966235185042024, 0.0933961346745491, -0.07036610692739487, 0.07352310419082642, 0.024586448445916176, -0.12546725571155548, 0.06718503683805466, -0.10939881205558777, -0.018099091947078705, -0.08741343766450882, 0.06859032809734344, 0.02560032717883587, -0.06835924834012985, -0.009923246689140797, -0.050066836178302765, -0.02175128646194935, 0.029532967135310173, 0.019533073529601097, -0.0537404827773571, 0.08043170720338821, 0.04066719487309456, -0.057316046208143234, 0.004154003690928221, 0.0043398975394666195, 0.013817019760608673, -0.009979628026485443, 0.10736683756113052, -0.017975589260458946, 0.11376933008432388, -0.11231960356235504, -0.030602961778640747, 0.023951556533575058, 0.018020406365394592, 0.02683810144662857, -0.06704346835613251, 0.04429465904831886, -0.027344858273863792, 0.1836225688457489, -0.03593354672193527, 0.0072209956124424934, 0.01901194266974926, 0.024045266211032867, -0.012977126985788345, 0.025756211951375008, 0.03777462989091873, 0.044804785400629044, -0.03334018960595131, 0.042258307337760925, -0.005677597131580114, 0.002910264767706394, 0.027239641174674034, 0.2048490345478058, 0.03474336862564087, 0.26929551362991333, 0.0011870854068547487, 0.08103571832180023, -0.06623353064060211, -0.007148266304284334, -0.000769968144595623, 0.025950727984309196, 0.030286945402622223, -0.08531459420919418, 0.04671656712889671, 0.09413840621709824, -0.14809411764144897, 0.12811249494552612, -0.048541851341724396, -0.09346266835927963, -0.04800489544868469, -0.13485100865364075, -0.025297556072473526, -0.05358750373125076, -0.017809957265853882, -0.1565135419368744, 0.029784251004457474, 0.06083390861749649, 0.010322660207748413, 0.016845714300870895, 0.05362047627568245, -0.06821717321872711, -0.06600270420312881, 0.04061521589756012, 0.020253149792551994, 0.09964476525783539, 0.10357499867677689, 0.03937983140349388, 0.019179558381438255, -0.014201645739376545, 0.07474084943532944, 0.12005218863487244, 0.06715571880340576, 0.010092297568917274, -0.10068371146917343, -0.05773329734802246, 0.005098211579024792, 0.012600483372807503, -0.05101839452981949, 0.21657975018024445, 0.05701659992337227, -0.04363531619310379, 0.03784167021512985, 0.193098783493042, -0.029719550162553787, -0.08555466681718826, -0.13803830742835999, 0.07771468907594681, -0.022023480385541916, -0.04436001181602478, 0.011377743445336819, -0.08827779442071915, -0.011378487572073936, 0.1228943020105362, 0.24211092293262482, -0.022429419681429863, 0.01576482318341732, 0.05604655668139458, 0.033012062311172485, 0.026020264253020287, 0.07423801720142365, 0.042974382638931274, 0.2730732262134552, -0.017968513071537018, 0.06377953290939331, -0.016326529905200005, -0.02027166076004505, -0.029319319874048233, 0.054019104689359665, -0.03502444922924042, -0.056820981204509735, -0.06909838318824768, 0.10812550038099289, -0.12016566097736359, -0.2248009741306305, 0.0393885113298893, -0.11016642302274704, -0.0870889276266098, -0.01662278175354004, 0.03603432700037956, 0.04882387816905975, 0.05205671489238739, 0.050781648606061935, -0.03941208869218826, 0.12774471938610077, -0.03125537559390068, -0.0744260773062706, -0.05831105634570122, 0.10298935323953629, -0.19303996860980988, 0.23468437790870667, 0.008761967532336712, 0.03905827924609184, 0.0772630050778389, -0.010898252949118614, -0.09132342785596848, -0.005945910699665546, 0.11942686140537262, -0.0039991051889956, -0.042534489184617996, 0.17400318384170532, 0.01115408819168806, 0.12470763921737671, 0.12103237211704254, 0.022749774158000946, 0.06998967379331589, 0.11081741005182266, 0.06488538533449173, -0.11867847293615341, 0.022998102009296417, -0.1304633915424347, 0.1282060146331787, 0.13617388904094696, -0.012777358293533325, -0.0218548271805048, 0.014086165465414524, -0.07627884298563004, -0.012377366423606873, 0.12193574011325836, -0.024453403428196907, -0.12427636981010437, 0.03141899034380913, -0.00773684261366725, 0.06523071229457855, -0.22304199635982513, -0.06873352825641632, 0.07807674258947372, -0.013678785413503647, 0.0053710173815488815, 0.11359230428934097, 0.019797056913375854, -0.0018524614861235023, -0.04560532420873642, -0.10520770400762558, -0.016328878700733185, 0.1559169888496399, -0.08030766993761063, -0.05377456545829773 ]
fc308e7f37a9c8b693b7a5cce99c2679c57af320
# Dataset Card for CC100 ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://data.statmt.org/cc-100/ - **Repository:** None - **Paper:** https://www.aclweb.org/anthology/2020.acl-main.747.pdf, https://www.aclweb.org/anthology/2020.lrec-1.494.pdf - **Leaderboard:** [More Information Needed] - **Point of Contact:** [More Information Needed] ### Dataset Summary This corpus is an attempt to recreate the dataset used for training XLM-R. This corpus comprises of monolingual data for 100+ languages and also includes data for romanized languages (indicated by *_rom). This was constructed using the urls and paragraph indices provided by the CC-Net repository by processing January-December 2018 Commoncrawl snapshots. ### Supported Tasks and Leaderboards CC-100 is mainly inteded to pretrain language models and word represantations. ### Languages To load a language which isn't part of the config, all you need to do is specify the language code in the config. You can find the valid languages in Homepage section of Dataset Description: https://data.statmt.org/cc-100/ E.g. `dataset = load_dataset("cc100", lang="en")` ## Dataset Structure ### Data Instances An example from the `am` configuration: ``` {'id': '0', 'text': 'ተለዋዋጭ የግድግዳ አንግል ሙቅ አንቀሳቅሷል ቲ-አሞሌ አጥቅሼ ...\n'} ``` Each data point is a paragraph of text. The paragraphs are presented in the original (unshuffled) order. Documents are separated by a data point consisting of a single newline character. ### Data Fields The data fields are: - id: id of the example - text: content as a string ### Data Splits Sizes of some configurations: | name |train| |----------|----:| |am|3124561| |sr|35747957| ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data [More Information Needed] #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? The data comes from multiple web pages in a large variety of languages. ### Annotations The dataset does not contain any additional annotations. #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information Being constructed from Common Crawl, personal and sensitive information might be present. This **must** be considered before training deep learning models with CC-100, specially in the case of text-generation models. ## 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 This dataset was prepared by [Statistical Machine Translation at the University of Edinburgh](https://www.statmt.org/ued/) using the [CC-Net](https://github.com/facebookresearch/cc_net) toolkit by Facebook Research. ### Licensing Information Statistical Machine Translation at the University of Edinburgh makes no claims of intellectual property on the work of preparation of the corpus. By using this, you are also bound by the [Common Crawl terms of use](https://commoncrawl.org/terms-of-use/) in respect of the content contained in the dataset. ### Citation Information ```bibtex @inproceedings{conneau-etal-2020-unsupervised, title = "Unsupervised Cross-lingual Representation Learning at Scale", author = "Conneau, Alexis and Khandelwal, Kartikay and Goyal, Naman and Chaudhary, Vishrav and Wenzek, Guillaume and Guzm{\'a}n, Francisco and Grave, Edouard and Ott, Myle and Zettlemoyer, Luke and Stoyanov, Veselin", booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", month = jul, year = "2020", address = "Online", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/2020.acl-main.747", doi = "10.18653/v1/2020.acl-main.747", pages = "8440--8451", abstract = "This paper shows that pretraining multilingual language models at scale leads to significant performance gains for a wide range of cross-lingual transfer tasks. We train a Transformer-based masked language model on one hundred languages, using more than two terabytes of filtered CommonCrawl data. Our model, dubbed XLM-R, significantly outperforms multilingual BERT (mBERT) on a variety of cross-lingual benchmarks, including +14.6{\%} average accuracy on XNLI, +13{\%} average F1 score on MLQA, and +2.4{\%} F1 score on NER. XLM-R performs particularly well on low-resource languages, improving 15.7{\%} in XNLI accuracy for Swahili and 11.4{\%} for Urdu over previous XLM models. We also present a detailed empirical analysis of the key factors that are required to achieve these gains, including the trade-offs between (1) positive transfer and capacity dilution and (2) the performance of high and low resource languages at scale. Finally, we show, for the first time, the possibility of multilingual modeling without sacrificing per-language performance; XLM-R is very competitive with strong monolingual models on the GLUE and XNLI benchmarks. We will make our code and models publicly available.", } ``` ```bibtex @inproceedings{wenzek-etal-2020-ccnet, title = "{CCN}et: Extracting High Quality Monolingual Datasets from Web Crawl Data", author = "Wenzek, Guillaume and Lachaux, Marie-Anne and Conneau, Alexis and Chaudhary, Vishrav and Guzm{\'a}n, Francisco and Joulin, Armand and Grave, Edouard", booktitle = "Proceedings of the 12th Language Resources and Evaluation Conference", month = may, year = "2020", address = "Marseille, France", publisher = "European Language Resources Association", url = "https://www.aclweb.org/anthology/2020.lrec-1.494", pages = "4003--4012", abstract = "Pre-training text representations have led to significant improvements in many areas of natural language processing. The quality of these models benefits greatly from the size of the pretraining corpora as long as its quality is preserved. In this paper, we describe an automatic pipeline to extract massive high-quality monolingual datasets from Common Crawl for a variety of languages. Our pipeline follows the data processing introduced in fastText (Mikolov et al., 2017; Grave et al., 2018), that deduplicates documents and identifies their language. We augment this pipeline with a filtering step to select documents that are close to high quality corpora like Wikipedia.", language = "English", ISBN = "979-10-95546-34-4", } ``` ### Contributions Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
cc100
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:multilingual", "size_categories:10M<n<100M", "size_categories:1M<n<10M", "source_datasets:original", "language:af", "language:am", "language:ar", "language:as", "language:az", "language:be", "language:bg", "language:bn", "language:br", "language:bs", "language:ca", "language:cs", "language:cy", "language:da", "language:de", "language:el", "language:en", "language:eo", "language:es", "language:et", "language:eu", "language:fa", "language:ff", "language:fi", "language:fr", "language:fy", "language:ga", "language:gd", "language:gl", "language:gn", "language:gu", "language:ha", "language:he", "language:hi", "language:hr", "language:ht", "language:hu", "language:hy", "language:id", "language:ig", "language:is", "language:it", "language:ja", "language:jv", "language:ka", "language:kk", "language:km", "language:kn", "language:ko", "language:ku", "language:ky", "language:la", "language:lg", "language:li", "language:ln", "language:lo", "language:lt", "language:lv", "language:mg", "language:mk", "language:ml", "language:mn", "language:mr", "language:ms", "language:my", "language:ne", "language:nl", "language:no", "language:ns", "language:om", "language:or", "language:pa", "language:pl", "language:ps", "language:pt", "language:qu", "language:rm", "language:ro", "language:ru", "language:sa", "language:sc", "language:sd", "language:si", "language:sk", "language:sl", "language:so", "language:sq", "language:sr", "language:ss", "language:su", "language:sv", "language:sw", "language:ta", "language:te", "language:th", "language:tl", "language:tn", "language:tr", "language:ug", "language:uk", "language:ur", "language:uz", "language:vi", "language:wo", "language:xh", "language:yi", "language:yo", "language:zh", "language:zu", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["af", "am", "ar", "as", "az", "be", "bg", "bn", "br", "bs", "ca", "cs", "cy", "da", "de", "el", "en", "eo", "es", "et", "eu", "fa", "ff", "fi", "fr", "fy", "ga", "gd", "gl", "gn", "gu", "ha", "he", "hi", "hr", "ht", "hu", "hy", "id", "ig", "is", "it", "ja", "jv", "ka", "kk", "km", "kn", "ko", "ku", "ky", "la", "lg", "li", "ln", "lo", "lt", "lv", "mg", "mk", "ml", "mn", "mr", "ms", "my", "ne", "nl", "no", "ns", "om", "or", "pa", "pl", "ps", "pt", "qu", "rm", "ro", "ru", "sa", "sc", "sd", "si", "sk", "sl", "so", "sq", "sr", "ss", "su", "sv", "sw", "ta", "te", "th", "tl", "tn", "tr", "ug", "uk", "ur", "uz", "vi", "wo", "xh", "yi", "yo", "zh", "zu"], "license": ["unknown"], "multilinguality": ["multilingual"], "size_categories": ["10M<n<100M", "1M<n<10M"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["language-modeling", "masked-language-modeling"], "paperswithcode_id": "cc100", "pretty_name": "CC100", "config_names": ["am", "sr"], "language_bcp47": ["bn-Latn", "hi-Latn", "my-x-zawgyi", "ta-Latn", "te-Latn", "ur-Latn", "zh-Hans", "zh-Hant"], "dataset_info": [{"config_name": "am", "features": [{"name": "id", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 935440775, "num_examples": 3124561}], "download_size": 138821056, "dataset_size": 935440775}, {"config_name": "sr", "features": [{"name": "id", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 10299427460, "num_examples": 35747957}], "download_size": 1578989320, "dataset_size": 10299427460}, {"config_name": "ka", "features": [{"name": "id", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 10228918845, "num_examples": 31708119}], "download_size": 1100446372, "dataset_size": 10228918845}]}
2024-01-18T11:02:10+00:00
[]
[ "af", "am", "ar", "as", "az", "be", "bg", "bn", "br", "bs", "ca", "cs", "cy", "da", "de", "el", "en", "eo", "es", "et", "eu", "fa", "ff", "fi", "fr", "fy", "ga", "gd", "gl", "gn", "gu", "ha", "he", "hi", "hr", "ht", "hu", "hy", "id", "ig", "is", "it", "ja", "jv", "ka", "kk", "km", "kn", "ko", "ku", "ky", "la", "lg", "li", "ln", "lo", "lt", "lv", "mg", "mk", "ml", "mn", "mr", "ms", "my", "ne", "nl", "no", "ns", "om", "or", "pa", "pl", "ps", "pt", "qu", "rm", "ro", "ru", "sa", "sc", "sd", "si", "sk", "sl", "so", "sq", "sr", "ss", "su", "sv", "sw", "ta", "te", "th", "tl", "tn", "tr", "ug", "uk", "ur", "uz", "vi", "wo", "xh", "yi", "yo", "zh", "zu" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-multilingual #size_categories-10M<n<100M #size_categories-1M<n<10M #source_datasets-original #language-Afrikaans #language-Amharic #language-Arabic #language-Assamese #language-Azerbaijani #language-Belarusian #language-Bulgarian #language-Bengali #language-Breton #language-Bosnian #language-Catalan #language-Czech #language-Welsh #language-Danish #language-German #language-Modern Greek (1453-) #language-English #language-Esperanto #language-Spanish #language-Estonian #language-Basque #language-Persian #language-Fulah #language-Finnish #language-French #language-Western Frisian #language-Irish #language-Scottish Gaelic #language-Galician #language-Guarani #language-Gujarati #language-Hausa #language-Hebrew #language-Hindi #language-Croatian #language-Haitian #language-Hungarian #language-Armenian #language-Indonesian #language-Igbo #language-Icelandic #language-Italian #language-Japanese #language-Javanese #language-Georgian #language-Kazakh #language-Khmer #language-Kannada #language-Korean #language-Kurdish #language-Kirghiz #language-Latin #language-Ganda #language-Limburgan #language-Lingala #language-Lao #language-Lithuanian #language-Latvian #language-Malagasy #language-Macedonian #language-Malayalam #language-Mongolian #language-Marathi #language-Malay (macrolanguage) #language-Burmese #language-Nepali (macrolanguage) #language-Dutch #language-Norwegian #language-ns #language-Oromo #language-Oriya (macrolanguage) #language-Panjabi #language-Polish #language-Pushto #language-Portuguese #language-Quechua #language-Romansh #language-Romanian #language-Russian #language-Sanskrit #language-Sardinian #language-Sindhi #language-Sinhala #language-Slovak #language-Slovenian #language-Somali #language-Albanian #language-Serbian #language-Swati #language-Sundanese #language-Swedish #language-Swahili (macrolanguage) #language-Tamil #language-Telugu #language-Thai #language-Tagalog #language-Tswana #language-Turkish #language-Uighur #language-Ukrainian #language-Urdu #language-Uzbek #language-Vietnamese #language-Wolof #language-Xhosa #language-Yiddish #language-Yoruba #language-Chinese #language-Zulu #license-unknown #region-us
Dataset Card for CC100 ====================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: None * Paper: URL URL * Leaderboard: * Point of Contact: ### Dataset Summary This corpus is an attempt to recreate the dataset used for training XLM-R. This corpus comprises of monolingual data for 100+ languages and also includes data for romanized languages (indicated by \*\_rom). This was constructed using the urls and paragraph indices provided by the CC-Net repository by processing January-December 2018 Commoncrawl snapshots. ### Supported Tasks and Leaderboards CC-100 is mainly inteded to pretrain language models and word represantations. ### Languages To load a language which isn't part of the config, all you need to do is specify the language code in the config. You can find the valid languages in Homepage section of Dataset Description: URL E.g. 'dataset = load\_dataset("cc100", lang="en")' Dataset Structure ----------------- ### Data Instances An example from the 'am' configuration: Each data point is a paragraph of text. The paragraphs are presented in the original (unshuffled) order. Documents are separated by a data point consisting of a single newline character. ### Data Fields The data fields are: * id: id of the example * text: content as a string ### Data Splits Sizes of some configurations: Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? The data comes from multiple web pages in a large variety of languages. ### Annotations The dataset does not contain any additional annotations. #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information Being constructed from Common Crawl, personal and sensitive information might be present. This must be considered before training deep learning models with CC-100, specially in the case of text-generation models. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators This dataset was prepared by Statistical Machine Translation at the University of Edinburgh using the CC-Net toolkit by Facebook Research. ### Licensing Information Statistical Machine Translation at the University of Edinburgh makes no claims of intellectual property on the work of preparation of the corpus. By using this, you are also bound by the Common Crawl terms of use in respect of the content contained in the dataset. ### Contributions Thanks to @abhishekkrthakur for adding this dataset.
[ "### Dataset Summary\n\n\nThis corpus is an attempt to recreate the dataset used for training XLM-R. This corpus comprises of monolingual data for 100+ languages and also includes data for romanized languages (indicated by \\*\\_rom). This was constructed using the urls and paragraph indices provided by the CC-Net repository by processing January-December 2018 Commoncrawl snapshots.", "### Supported Tasks and Leaderboards\n\n\nCC-100 is mainly inteded to pretrain language models and word represantations.", "### Languages\n\n\nTo load a language which isn't part of the config, all you need to do is specify the language code in the config.\nYou can find the valid languages in Homepage section of Dataset Description: URL\nE.g.\n\n\n'dataset = load\\_dataset(\"cc100\", lang=\"en\")'\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example from the 'am' configuration:\n\n\nEach data point is a paragraph of text. The paragraphs are presented in the original (unshuffled) order. Documents are separated by a data point consisting of a single newline character.", "### Data Fields\n\n\nThe data fields are:\n\n\n* id: id of the example\n* text: content as a string", "### Data Splits\n\n\nSizes of some configurations:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\n\nThe data comes from multiple web pages in a large variety of languages.", "### Annotations\n\n\nThe dataset does not contain any additional annotations.", "#### Annotation process\n\n\n[N/A]", "#### Who are the annotators?\n\n\n[N/A]", "### Personal and Sensitive Information\n\n\nBeing constructed from Common Crawl, personal and sensitive information might be present. This must be considered before training deep learning models with CC-100, specially in the case of text-generation models.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThis dataset was prepared by Statistical Machine Translation at the University of Edinburgh using the CC-Net toolkit by Facebook Research.", "### Licensing Information\n\n\nStatistical Machine Translation at the University of Edinburgh makes no claims of intellectual property on the work of preparation of the corpus. By using this, you are also bound by the Common Crawl terms of use in respect of the content contained in the dataset.", "### Contributions\n\n\nThanks to @abhishekkrthakur for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-multilingual #size_categories-10M<n<100M #size_categories-1M<n<10M #source_datasets-original #language-Afrikaans #language-Amharic #language-Arabic #language-Assamese #language-Azerbaijani #language-Belarusian #language-Bulgarian #language-Bengali #language-Breton #language-Bosnian #language-Catalan #language-Czech #language-Welsh #language-Danish #language-German #language-Modern Greek (1453-) #language-English #language-Esperanto #language-Spanish #language-Estonian #language-Basque #language-Persian #language-Fulah #language-Finnish #language-French #language-Western Frisian #language-Irish #language-Scottish Gaelic #language-Galician #language-Guarani #language-Gujarati #language-Hausa #language-Hebrew #language-Hindi #language-Croatian #language-Haitian #language-Hungarian #language-Armenian #language-Indonesian #language-Igbo #language-Icelandic #language-Italian #language-Japanese #language-Javanese #language-Georgian #language-Kazakh #language-Khmer #language-Kannada #language-Korean #language-Kurdish #language-Kirghiz #language-Latin #language-Ganda #language-Limburgan #language-Lingala #language-Lao #language-Lithuanian #language-Latvian #language-Malagasy #language-Macedonian #language-Malayalam #language-Mongolian #language-Marathi #language-Malay (macrolanguage) #language-Burmese #language-Nepali (macrolanguage) #language-Dutch #language-Norwegian #language-ns #language-Oromo #language-Oriya (macrolanguage) #language-Panjabi #language-Polish #language-Pushto #language-Portuguese #language-Quechua #language-Romansh #language-Romanian #language-Russian #language-Sanskrit #language-Sardinian #language-Sindhi #language-Sinhala #language-Slovak #language-Slovenian #language-Somali #language-Albanian #language-Serbian #language-Swati #language-Sundanese #language-Swedish #language-Swahili (macrolanguage) #language-Tamil #language-Telugu #language-Thai #language-Tagalog #language-Tswana #language-Turkish #language-Uighur #language-Ukrainian #language-Urdu #language-Uzbek #language-Vietnamese #language-Wolof #language-Xhosa #language-Yiddish #language-Yoruba #language-Chinese #language-Zulu #license-unknown #region-us \n", "### Dataset Summary\n\n\nThis corpus is an attempt to recreate the dataset used for training XLM-R. This corpus comprises of monolingual data for 100+ languages and also includes data for romanized languages (indicated by \\*\\_rom). This was constructed using the urls and paragraph indices provided by the CC-Net repository by processing January-December 2018 Commoncrawl snapshots.", "### Supported Tasks and Leaderboards\n\n\nCC-100 is mainly inteded to pretrain language models and word represantations.", "### Languages\n\n\nTo load a language which isn't part of the config, all you need to do is specify the language code in the config.\nYou can find the valid languages in Homepage section of Dataset Description: URL\nE.g.\n\n\n'dataset = load\\_dataset(\"cc100\", lang=\"en\")'\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example from the 'am' configuration:\n\n\nEach data point is a paragraph of text. The paragraphs are presented in the original (unshuffled) order. Documents are separated by a data point consisting of a single newline character.", "### Data Fields\n\n\nThe data fields are:\n\n\n* id: id of the example\n* text: content as a string", "### Data Splits\n\n\nSizes of some configurations:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\n\nThe data comes from multiple web pages in a large variety of languages.", "### Annotations\n\n\nThe dataset does not contain any additional annotations.", "#### Annotation process\n\n\n[N/A]", "#### Who are the annotators?\n\n\n[N/A]", "### Personal and Sensitive Information\n\n\nBeing constructed from Common Crawl, personal and sensitive information might be present. This must be considered before training deep learning models with CC-100, specially in the case of text-generation models.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThis dataset was prepared by Statistical Machine Translation at the University of Edinburgh using the CC-Net toolkit by Facebook Research.", "### Licensing Information\n\n\nStatistical Machine Translation at the University of Edinburgh makes no claims of intellectual property on the work of preparation of the corpus. By using this, you are also bound by the Common Crawl terms of use in respect of the content contained in the dataset.", "### Contributions\n\n\nThanks to @abhishekkrthakur for adding this dataset." ]
[ 745, 96, 28, 80, 59, 25, 18, 7, 4, 10, 25, 17, 10, 14, 60, 7, 8, 14, 32, 60, 20 ]
[ "passage: ", "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-multilingual #size_categories-10M<n<100M #size_categories-1M<n<10M #source_datasets-original #language-Afrikaans #language-Amharic #language-Arabic #language-Assamese #language-Azerbaijani #language-Belarusian #language-Bulgarian #language-Bengali #language-Breton #language-Bosnian #language-Catalan #language-Czech #language-Welsh #language-Danish #language-German #language-Modern Greek (1453-) #language-English #language-Esperanto #language-Spanish #language-Estonian #language-Basque #language-Persian #language-Fulah #language-Finnish #language-French #language-Western Frisian #language-Irish #language-Scottish Gaelic #language-Galician #language-Guarani #language-Gujarati #language-Hausa #language-Hebrew #language-Hindi #language-Croatian #language-Haitian #language-Hungarian #language-Armenian #language-Indonesian #language-Igbo #language-Icelandic #language-Italian #language-Japanese #language-Javanese #language-Georgian #language-Kazakh #language-Khmer #language-Kannada #language-Korean #language-Kurdish #language-Kirghiz #language-Latin #language-Ganda #language-Limburgan #language-Lingala #language-Lao #language-Lithuanian #language-Latvian #language-Malagasy #language-Macedonian #language-Malayalam #language-Mongolian #language-Marathi #language-Malay (macrolanguage) #language-Burmese #language-Nepali (macrolanguage) #language-Dutch #language-Norwegian #language-ns #language-Oromo #language-Oriya (macrolanguage) #language-Panjabi #language-Polish #language-Pushto #language-Portuguese #language-Quechua #language-Romansh #language-Romanian #language-Russian #language-Sanskrit #language-Sardinian #language-Sindhi #language-Sinhala #language-Slovak #language-Slovenian #language-Somali #language-Albanian #language-Serbian #language-Swati #language-Sundanese #language-Swedish #language-Swahili (macrolanguage) #language-Tamil #language-Telugu #language-Thai #language-Tagalog #language-Tswana #language-Turkish #language-Uighur #language-Ukrainian #language-Urdu #language-Uzbek #language-Vietnamese #language-Wolof #language-Xhosa #language-Yiddish #language-Yoruba #language-Chinese #language-Zulu #license-unknown #region-us \n### Dataset Summary\n\n\nThis corpus is an attempt to recreate the dataset used for training XLM-R. This corpus comprises of monolingual data for 100+ languages and also includes data for romanized languages (indicated by \\*\\_rom). This was constructed using the urls and paragraph indices provided by the CC-Net repository by processing January-December 2018 Commoncrawl snapshots.### Supported Tasks and Leaderboards\n\n\nCC-100 is mainly inteded to pretrain language models and word represantations.### Languages\n\n\nTo load a language which isn't part of the config, all you need to do is specify the language code in the config.\nYou can find the valid languages in Homepage section of Dataset Description: URL\nE.g.\n\n\n'dataset = load\\_dataset(\"cc100\", lang=\"en\")'\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example from the 'am' configuration:\n\n\nEach data point is a paragraph of text. The paragraphs are presented in the original (unshuffled) order. Documents are separated by a data point consisting of a single newline character.### Data Fields\n\n\nThe data fields are:\n\n\n* id: id of the example\n* text: content as a string### Data Splits\n\n\nSizes of some configurations:\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?\n\n\nThe data comes from multiple web pages in a large variety of languages.### Annotations\n\n\nThe dataset does not contain any additional annotations.#### Annotation process\n\n\n[N/A]#### Who are the annotators?\n\n\n[N/A]### Personal and Sensitive Information\n\n\nBeing constructed from Common Crawl, personal and sensitive information might be present. This must be considered before training deep learning models with CC-100, specially in the case of text-generation models.\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------" ]
[ 0.03301753103733063, 0.060172997415065765, -0.01284729689359665, 0.032409556210041046, 0.0480462871491909, 0.004886362701654434, 0.014935316517949104, 0.05845574289560318, 0.02729109115898609, 0.10890213400125504, 0.05615178495645523, 0.027734383940696716, 0.017146941274404526, -0.020671941339969635, 0.0531647652387619, -0.2557213604450226, -0.016855770722031593, -0.0378551259636879, -0.024122918024659157, 0.08387921750545502, 0.03084622696042061, -0.0496879518032074, 0.05068026855587959, -0.09053899347782135, 0.0978996679186821, 0.03594480827450752, -0.014971673488616943, 0.04970964416861534, 0.027194276452064514, 0.05409534275531769, 0.07632134109735489, -0.041099801659584045, 0.008216481655836105, -0.19606129825115204, 0.0447029247879982, -0.015511466190218925, -0.07546725869178772, -0.03338686376810074, 0.00275518000125885, -0.07093675434589386, 0.21007747948169708, -0.06977995485067368, 0.022175587713718414, 0.004613105207681656, -0.11493806540966034, -0.1519683599472046, 0.055453330278396606, 0.072678342461586, 0.034801483154296875, 0.0995744839310646, -0.07284269481897354, 0.027973508462309837, -0.06347937881946564, 0.07176446914672852, 0.1301828920841217, -0.15148988366127014, -0.08154983818531036, -0.03812548145651817, 0.13102872669696808, 0.10016022622585297, -0.08442674577236176, 0.048684749752283096, -0.019097013399004936, 0.0144313620403409, -0.07247573882341385, -0.10771049559116364, 0.0375078022480011, -0.004821747541427612, -0.1360718011856079, -0.014247424900531769, 0.1575874239206314, -0.051039669662714005, 0.03145987540483475, -0.05815577507019043, -0.022872190922498703, -0.0061554014682769775, -0.04595592990517616, -0.0411793477833271, -0.014265607111155987, 0.02300402708351612, 0.13199660181999207, -0.018338434398174286, -0.07362232357263565, 0.019348639994859695, -0.03947565332055092, 0.10296038538217545, 0.03305007517337799, -0.045745849609375, 0.0013688374310731888, -0.056596823036670685, -0.01857927441596985, -0.08271454274654388, 0.024529973044991493, -0.03544970601797104, 0.031700409948825836, 0.030643325299024582, 0.0031387880444526672, 0.07031906396150589, 0.0778529942035675, 0.13850483298301697, -0.05402258038520813, 0.0367157906293869, -0.06838823854923248, 0.0009194836020469666, 0.001431019976735115, 0.007815845310688019, 0.02040548250079155, -0.08823367953300476, -0.14202889800071716, 0.017655178904533386, 0.07955746352672577, -0.026314783841371536, -0.04695490747690201, 0.0684276893734932, -0.06897111237049103, 0.04392986744642258, 0.06896310299634933, 0.000375896692276001, -0.004074069671332836, 0.0016912594437599182, -0.008990975096821785, -0.07777432352304459, 0.0024345815181732178, 0.04407826066017151, 0.05046021565794945, -0.006395768374204636, -0.059390194714069366, -0.03591001778841019, -0.08278371393680573, -0.002350650727748871, -0.0216391459107399, 0.03529636561870575, -0.016509104520082474, -0.019767500460147858, 0.04868922755122185, -0.041849248111248016, 0.025430157780647278, -0.05372262001037598, 0.0015909969806671143, -0.02028350904583931, 0.014002019539475441, -0.10420320928096771, 0.013639201410114765, 0.015015818178653717, -0.0007019378244876862, 0.05761442333459854, 0.0004351641982793808, -0.052524298429489136, -0.03542470559477806, 0.08434014767408371, -0.00764277670532465, 0.0048853009939193726, 0.03449055552482605, 0.03276723623275757, -0.07068964838981628, 0.02806689776480198, -0.04911477491259575, -0.006031416356563568, -0.059901949018239975, -0.0008742734789848328, -0.029777606949210167, 0.019604001194238663, -0.008514627814292908, 0.04169655218720436, -0.04947810620069504, 0.1328253149986267, -0.09781372547149658, -0.10997076332569122, 0.18012705445289612, -0.12517155706882477, -0.05996466428041458, 0.05209638178348541, 0.05852450057864189, 0.047868452966213226, 0.027952319011092186, 0.26078301668167114, 0.06292197108268738, -0.011634056456387043, -0.08554995059967041, 0.08282443881034851, 0.0916605144739151, 0.1885688304901123, 0.1073499396443367, -0.05144272744655609, 0.10579562187194824, -0.016022179275751114, 0.09434444457292557, -0.013170164078474045, 0.005586570128798485, -0.04968760907649994, 0.05610591918230057, 0.03238598257303238, 0.04161766916513443, 0.06957948952913284, -0.053081970661878586, -0.04570445418357849, -0.07386785000562668, 0.03737552464008331, 0.06789033114910126, -0.012922480702400208, 0.033132173120975494, -0.0653110221028328, 0.08746913075447083, 0.07440060377120972, 0.01245080679655075, -0.1141585111618042, 0.0034421831369400024, -0.013402912765741348, 0.041295334696769714, 0.11884686350822449, -0.02347661554813385, 0.06045209616422653, 0.009079649113118649, -0.07598073780536652, 0.013616897165775299, -0.019181229174137115, 0.05098097026348114, -0.029973851516842842, -0.2499428391456604, 0.08751615881919861, -0.043356187641620636, 0.08021214604377747, -0.15988004207611084, -0.0023544281721115112, 0.07091810554265976, 0.10384011268615723, -0.005128574091941118, -0.05136175453662872, 0.009612369351089, 0.036470890045166016, 0.02676008641719818, 0.0025053955614566803, 0.06026545912027359, -0.024116575717926025, -0.08509901911020279, 0.16076475381851196, -0.13410957157611847, 0.01897895336151123, 0.13388888537883759, -0.1575164496898651, -0.0658033937215805, -0.05180303752422333, -0.016026915982365608, 0.01415817067027092, 0.08936318755149841, 0.0023164525628089905, 0.10464136302471161, 0.02876715362071991, 0.06846954673528671, -0.022995129227638245, -0.035235170274972916, -0.005361852236092091, -0.05029766261577606, -0.028586339205503464, 0.18120208382606506, 0.007496442645788193, -0.0708589032292366, 0.13892817497253418, 0.23007330298423767, 0.10256050527095795, 0.20255959033966064, -0.03322535753250122, -0.038943301886320114, -0.05910337343811989, -0.007943393662571907, 0.012074913829565048, 0.07426583766937256, -0.11114928871393204, 0.03818119317293167, 0.018382465466856956, 0.008288057520985603, 0.002209234284237027, -0.05241648107767105, -0.005489638075232506, -0.02377372980117798, 0.03247206285595894, 0.04870321601629257, 0.040843408554792404, -0.06953366845846176, 0.020497137680649757, 0.02520929090678692, -0.04138859361410141, -0.04268047586083412, -0.019203441217541695, -0.06126728281378746, 0.11213406175374985, -0.1651199460029602, -0.1740550696849823, -0.017148718237876892, -0.10587774962186813, 0.02920573763549328, 0.008750902488827705, -0.00510690500959754, -0.1090763732790947, -0.014843059703707695, -0.05243971198797226, 0.05560816079378128, -0.0119009455665946, -0.05976145341992378, -0.07806307822465897, 0.04970318451523781, -0.046174392104148865, -0.0030615441501140594, -0.02506151981651783, -0.004940709099173546, -0.09795212745666504, -0.02432410977780819, -0.05760181322693825, 0.024053845554590225, 0.09864075481891632, 0.14216125011444092, -0.016531381756067276, -0.05235458165407181, 0.11629662662744522, -0.16064956784248352, 0.02204759046435356, 0.07399240881204605, -0.06531931459903717, 0.031831227242946625, 0.1694294810295105, 0.048841461539268494, -0.027494320645928383, 0.004112178925424814, 0.052601467818021774, -0.002410750836133957, -0.1432063728570938, -0.06865355372428894, -0.051843903958797455, 0.12664403021335602, 0.0030935173854231834, 0.06103666499257088, 0.0035691149532794952, -0.04179326444864273, -0.05021184682846069, -0.10013410449028015, 0.07528936862945557, 0.038108259439468384, 0.2303088754415512, -0.08450963348150253, 0.055891379714012146, -0.031151700764894485, -0.051619112491607666, 0.06661280989646912, -0.0531887486577034, 0.007810458540916443, 0.11816222220659256, 0.08540435880422592, 0.03841468691825867, 0.027928102761507034, -0.07729238271713257, -0.11998988687992096, -0.0013140849769115448, 0.005559448152780533, 0.0037621669471263885, -0.04997672885656357, 0.008819397538900375, 0.06278131902217865, 0.11664535105228424, -0.02275911159813404, -0.030201517045497894, -0.03726745396852493, 0.10533332824707031, -0.014854107052087784, 0.1223086267709732, 0.06670096516609192, 0.04466016963124275, 0.06570686399936676, -0.01102679967880249, -0.05928231030702591, 0.08291275054216385, 0.011330666020512581, -0.0060850344598293304, 0.12841254472732544, -0.014973398298025131, 0.06405040621757507, -0.009143219329416752, 0.04779839888215065, -0.08563081920146942, -0.09018296748399734, -0.006752446293830872, 0.024964502081274986, -0.19052156805992126, 0.20694288611412048, 0.04529162496328354, -0.07286833226680756, 0.010767707601189613, -0.008019912987947464, 0.015570349059998989, 0.12774322926998138, 0.16231843829154968, 0.02013998106122017, -0.06278195977210999, -0.12095886468887329, -0.05515114590525627, -0.014995086938142776, 0.16323330998420715, -0.12642475962638855, 0.040381334722042084, -0.012647036463022232, -0.043351538479328156, -0.08011921495199203, 0.11898757517337799, 0.008207481354475021, -0.13574281334877014, 0.07113383710384369, -0.056875988841056824, -0.0421871691942215, 0.00373680517077446, -0.052840858697891235, 0.04063701629638672, 0.010787907987833023, -0.23682112991809845, -0.013796046376228333, 0.011800162494182587, -0.06513239443302155, 0.05792057141661644, -0.04045158624649048, -0.03957991302013397, -0.009703019633889198, -0.0320453904569149, -0.10531996190547943, 0.05407780781388283, 0.03332605957984924, -0.023443693295121193, -0.06717421859502792, -0.04029696434736252, 0.17372703552246094, -0.03823572397232056, 0.09339024871587753, -0.06358702480792999, 0.08271042257547379, 0.009682821109890938, -0.05120431259274483, 0.030385449528694153, -0.0546039380133152, -0.017626356333494186, 0.038100920617580414, -0.037336692214012146, 0.07008418440818787, -0.1076529324054718, -0.08667692542076111, 0.08174892514944077, 0.16465003788471222, -0.005073897540569305, 0.15222254395484924, 0.1532447338104248, -0.11970072984695435, -0.23618844151496887, -0.19019395112991333, -0.034704193472862244, -0.07704856991767883, 0.03739162161946297, -0.20023229718208313, 0.03244156762957573, -0.05834256485104561, 0.006935134530067444, 0.02109529823064804, -0.19656987488269806, -0.11692686378955841, 0.057007111608982086, -0.04856551066040993, 0.01223289966583252, -0.12214028090238571, -0.06020846962928772, 0.010716443881392479, 0.043886542320251465, 0.03022126294672489, -0.005833804607391357, 0.05533484369516373, 0.021198123693466187, -0.13304337859153748, 0.004401818849146366, 0.02307039499282837, 0.13699209690093994, -0.06598307192325592, -0.04402367025613785, -0.12846213579177856, -0.107856385409832, 0.0018705744296312332, 0.006492103450000286, -0.11063764244318008, -0.1467423141002655, -0.07725223153829575, -0.17850014567375183, -0.026435300707817078, -0.07871302217245102, 0.018126271665096283, -0.07428912818431854, -0.02281174808740616, -0.02023199386894703, 0.09548767656087875, -0.0015269499272108078, -0.01662420853972435, 0.17253190279006958, -0.12033404409885406, 0.11863221228122711, 0.03942357748746872, 0.08884245157241821, 0.07463090866804123, -0.11283192783594131, -0.02527947723865509, -0.0037698596715927124, 0.029193386435508728, -0.07254114747047424, -0.04098423570394516, 0.09920628368854523, -0.03652094304561615, 0.04754132032394409, -0.02436874434351921, -0.06733237206935883, -0.039637792855501175, 0.07983872294425964, -0.08267492800951004, -0.11176998913288116, -0.06646870076656342, -0.06876818835735321, -0.02128557860851288, -0.121504046022892, 0.15964022278785706, 0.00231018103659153, -0.01660050079226494, 0.014959700405597687, 0.026451699435710907, -0.03168770670890808, 0.03260479494929314, 0.010928351432085037, 0.044182147830724716, -0.02843487448990345, 0.06675989180803299, 0.11697649955749512, -0.16900700330734253, 0.0274007860571146, 0.2627638280391693, 0.028586678206920624, -0.08492328971624374, -0.08182088285684586, 0.08125319331884384, -0.005125291645526886, -0.004298370331525803, -0.03342582285404205, -0.04955599457025528, 0.026081010699272156, 0.24996130168437958, 0.040102966129779816, 0.042483385652303696, -0.014456378296017647, -0.018902596086263657, 0.07004505395889282, 0.16677093505859375, -0.0008811056613922119, -0.07313676178455353, -0.003870864398777485, 0.02987794019281864, 0.06018818914890289, 0.01690499484539032, -0.05811053514480591, -0.09132428467273712, -0.11290353536605835, 0.020830627530813217, -0.022599097341299057, -0.0352361798286438, -0.07588731497526169, -0.032319575548172, -0.027971051633358, 0.008190471678972244, -0.055283866822719574, -0.07336175441741943, -0.02343156561255455, 0.06681127846240997, 0.024411065503954887, 0.08977042138576508, -0.09508589655160904, 0.004575017839670181, 0.06814205646514893, -0.004693209659308195, 0.050489068031311035, 0.004302367568016052, -0.02012384682893753, 0.06968753039836884, 0.0032485947012901306, 0.0709938108921051, -0.041835248470306396, -0.02009383961558342, -0.061775051057338715, -0.024798324331641197, -0.03826923668384552, -0.06696583330631256, -0.028454039245843887, 0.03713860362768173, -0.007323034107685089, -0.03818046301603317, 0.04663407802581787, 0.04691139608621597, -0.1434098482131958, 0.02145422250032425, 0.043108079582452774, -0.0167386457324028, -0.017601994797587395, 0.05387140437960625, -0.0552576519548893, 0.07190239429473877, -0.07722558081150055, -0.010232213884592056, -0.018224116414785385, -0.01691228523850441, -0.03259678930044174, -0.02670186758041382, 0.026144813746213913, -0.008739499375224113, 0.09086158871650696, -0.02318878285586834, 0.07749269157648087, 0.07981489598751068, -0.02451363205909729, -0.030944814905524254, 0.021072253584861755, 0.0017698081210255623, 0.08631543070077896, -0.060953039675951004, -0.09119946509599686, 0.0011255741119384766, -0.032511331140995026, 0.09151493012905121, 0.008274156600236893, 0.1721227914094925, 0.23695781826972961, 0.028145454823970795, 0.027039818465709686, -0.057586945593357086, -0.0217104721814394, -0.056280046701431274, 0.0047590360045433044, 0.04898184910416603, -0.10334181785583496, 0.09418109804391861, 0.101065993309021, -0.029535602778196335, 0.041594818234443665, -0.007401576265692711, -0.02964060939848423, -0.10696360468864441, -0.09809897840023041, 0.009262502193450928, 0.0024669133126735687, -0.008958762511610985, -0.043264180421829224, -0.0016391165554523468, -0.023075634613633156, 0.06676521897315979, 0.006669732742011547, 0.09461989998817444, 0.03507792204618454, -0.07464459538459778, 0.07112192362546921, 0.024272676557302475, 0.09668908268213272, -0.05594258010387421, -0.013422288000583649, -0.049764130264520645, -0.07349790632724762, -0.04052315652370453, 0.01861077919602394, -0.057138074189424515, -0.020378682762384415, -0.089418426156044, -0.044575661420822144, 0.03495373576879501, 0.009854651056230068, 0.015788542106747627, 0.1725117266178131, 0.00719551183283329, -0.010432890616357327, -0.004394593648612499, 0.14029163122177124, -0.03546883165836334, -0.08448775857686996, -0.057598818093538284, 0.19140110909938812, 0.038260702043771744, 0.05097661167383194, -0.05707348510622978, 0.029254507273435593, 0.006029307842254639, 0.1219479888677597, 0.14023692905902863, 0.012545693665742874, 0.02747490629553795, 0.1093587726354599, 0.07565278559923172, 0.06278153508901596, -0.01432617288082838, 0.020946122705936432, 0.1825842261314392, -0.035327985882759094, -0.03111061453819275, -0.07862876355648041, -0.030060281977057457, -0.03252514451742172, -0.004827987402677536, 0.11999040096998215, 0.01870889775454998, -0.009449468925595284, 0.10543465614318848, -0.041479598730802536, 0.060204505920410156, 0.04125583544373512, -0.25828999280929565, -0.04802822321653366, -0.0597664974629879, 0.15254272520542145, 0.06977497041225433, 0.01328854076564312, 0.08146560937166214, -0.0971868485212326, -0.032269444316625595, 0.06771032512187958, -0.05796687304973602, -0.08992530405521393, 0.09405520558357239, -0.06126483157277107, 0.07974923402070999, -0.07709452509880066, 0.0068005407229065895, 0.06985144317150116, 0.006224422715604305, 0.020584624260663986, 0.030751800164580345, 0.1203155443072319, -0.006288187578320503, -0.0735735148191452, 0.11002227663993835, -0.015903431922197342, 0.09916368871927261, 0.0908329039812088, 0.0486513152718544, 0.06423794478178024, -0.014133653603494167, -0.07492854446172714, 0.09513917565345764, 0.15457817912101746, -0.13164150714874268, 0.03809259831905365, 0.18567033112049103, 0.021315665915608406, -0.1064576655626297, -0.03300613537430763, -0.00835416093468666, -0.03176214173436165, 0.059721458703279495, -0.03887447714805603, -0.02122960239648819, 0.029011087492108345, 0.013352539390325546, 0.05903615802526474, -0.12326565384864807, -0.07879725098609924, 0.11458664387464523, 0.07289973646402359, -0.09443983435630798, 0.08950406312942505, 0.02509249933063984, -0.03656748682260513, -0.03676573187112808, -0.16046389937400818, 0.10484679043292999, 0.05997243523597717, -0.042361147701740265, 0.007963075302541256 ]
81eb2ce0d2a9dad6ad16b68ef750ec290880fa36
# Dataset Card for CC-News ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [CC-News homepage](https://commoncrawl.org/2016/10/news-dataset-available/) - **Point of Contact:** [Vladimir Blagojevic](mailto:dovlex@gmail.com) ### Dataset Summary CC-News dataset contains news articles from news sites all over the world. The data is available on AWS S3 in the Common Crawl bucket at /crawl-data/CC-NEWS/. This version of the dataset has been prepared using [news-please](https://github.com/fhamborg/news-please) - an integrated web crawler and information extractor for news. It contains 708241 English language news articles published between Jan 2017 and December 2019. It represents a small portion of the English language subset of the CC-News dataset. ### Supported Tasks and Leaderboards CC-News has been mostly used for language model training. ### Languages The text in the dataset is in the English language. ## Dataset Structure ### Data Instances Dataset instance contains an article itself and the relevant article fields. An example from the Cc-New train set looks as follows: ``` { 'date': '2017-08-14 00:00:00', 'description': '"The spirit of Green Day has always been about rising above oppression."', 'domain': '1041jackfm.cbslocal.com', 'image_url': 'https://cbs1041jackfm.files.wordpress.com/2017/08/billie-joe-armstrong-theo-wargo-getty-images.jpg?w=946', 'text': 'By Abby Hassler\nGreen Day’s Billie Joe Armstrong has always been outspoken about his political beliefs. Following the tragedy in Charlottesville, Virgina, over the weekend, Armstrong felt the need to speak out against the white supremacists who caused much of the violence.\nRelated: Billie Joe Armstrong Wins #TBT with Childhood Studio Photo\n“My heart feels heavy. I feel like what happened in Charlottesville goes beyond the point of anger,” Armstrong wrote on Facebook. “It makes me sad and desperate. shocked. I f—— hate racism more than anything.”\n“The spirit of Green Day has always been about rising above oppression. and sticking up for what you believe in and singing it at the top of your lungs,” Armstrong continued. “We grew up fearing nuclear holocaust because of the cold war. those days are feeling way too relevant these days. these issues are our ugly past.. and now it’s coming to haunt us. always resist these doomsday politicians. and in the words of our punk forefathers .. Nazi punks f— off.”', 'title': 'Green Day’s Billie Joe Armstrong Rails Against White Nationalists', 'url': 'http://1041jackfm.cbslocal.com/2017/08/14/billie-joe-armstrong-white-nationalists/' } ``` ### Data Fields - `date`: date of publication - `description`: description or a summary of the article - `domain`: source domain of the article (i.e. www.nytimes.com) - `image_url`: URL of the article's image - `text`: the actual article text in raw form - `title`: title of the article - `url`: article URL, the original URL where it was scraped. ### Data Splits CC-News dataset has only the training set, i.e. it has to be loaded with `train` split specified: `cc_news = load_dataset('cc_news', split="train")` ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization CC-News dataset has been proposed, created, and maintained by Sebastian Nagel. The data is publicly available on AWS S3 Common Crawl bucket at /crawl-data/CC-NEWS/. This version of the dataset has been prepared using [news-please](https://github.com/fhamborg/news-please) - an integrated web crawler and information extractor for news. It contains 708241 English language news articles published between Jan 2017 and December 2019. Although news-please tags each news article with an appropriate language tag, these tags are somewhat unreliable. To strictly isolate English language articles an additional check has been performed using [Spacy langdetect pipeline](https://spacy.io/universe/project/spacy-langdetect). We selected articles with text fields scores of 80% probability or more of being English. There are no strict guarantees that each article has all the relevant fields. For example, 527595 articles have a valid description field. All articles have what appears to be a valid image URL, but they have not been verified. #### Who are the source language producers? The news websites throughout the World. ### Annotations #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information As one can imagine, data contains contemporary public figures or individuals who appeared in the news. ## Considerations for Using the Data ### Social Impact of Dataset The purpose of this dataset is to help language model researchers develop better language models. ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @InProceedings{Hamborg2017, author = {Hamborg, Felix and Meuschke, Norman and Breitinger, Corinna and Gipp, Bela}, title = {news-please: A Generic News Crawler and Extractor}, year = {2017}, booktitle = {Proceedings of the 15th International Symposium of Information Science}, location = {Berlin}, doi = {10.5281/zenodo.4120316}, pages = {218--223}, month = {March} } ``` ### Contributions Thanks to [@vblagoje](https://github.com/vblagoje) for adding this dataset.
cc_news
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["language-modeling", "masked-language-modeling"], "paperswithcode_id": "cc-news", "pretty_name": "CC-News", "dataset_info": {"config_name": "plain_text", "features": [{"name": "title", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "domain", "dtype": "string"}, {"name": "date", "dtype": "string"}, {"name": "description", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "image_url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2016416145, "num_examples": 708241}], "download_size": 1122805586, "dataset_size": 2016416145}, "configs": [{"config_name": "plain_text", "data_files": [{"split": "train", "path": "plain_text/train-*"}], "default": true}]}
2024-01-04T06:45:02+00:00
[]
[ "en" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #region-us
# Dataset Card for CC-News ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: CC-News homepage - Point of Contact: Vladimir Blagojevic ### Dataset Summary CC-News dataset contains news articles from news sites all over the world. The data is available on AWS S3 in the Common Crawl bucket at /crawl-data/CC-NEWS/. This version of the dataset has been prepared using news-please - an integrated web crawler and information extractor for news. It contains 708241 English language news articles published between Jan 2017 and December 2019. It represents a small portion of the English language subset of the CC-News dataset. ### Supported Tasks and Leaderboards CC-News has been mostly used for language model training. ### Languages The text in the dataset is in the English language. ## Dataset Structure ### Data Instances Dataset instance contains an article itself and the relevant article fields. An example from the Cc-New train set looks as follows: ### Data Fields - 'date': date of publication - 'description': description or a summary of the article - 'domain': source domain of the article (i.e. URL) - 'image_url': URL of the article's image - 'text': the actual article text in raw form - 'title': title of the article - 'url': article URL, the original URL where it was scraped. ### Data Splits CC-News dataset has only the training set, i.e. it has to be loaded with 'train' split specified: 'cc_news = load_dataset('cc_news', split="train")' ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization CC-News dataset has been proposed, created, and maintained by Sebastian Nagel. The data is publicly available on AWS S3 Common Crawl bucket at /crawl-data/CC-NEWS/. This version of the dataset has been prepared using news-please - an integrated web crawler and information extractor for news. It contains 708241 English language news articles published between Jan 2017 and December 2019. Although news-please tags each news article with an appropriate language tag, these tags are somewhat unreliable. To strictly isolate English language articles an additional check has been performed using Spacy langdetect pipeline. We selected articles with text fields scores of 80% probability or more of being English. There are no strict guarantees that each article has all the relevant fields. For example, 527595 articles have a valid description field. All articles have what appears to be a valid image URL, but they have not been verified. #### Who are the source language producers? The news websites throughout the World. ### Annotations #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information As one can imagine, data contains contemporary public figures or individuals who appeared in the news. ## Considerations for Using the Data ### Social Impact of Dataset The purpose of this dataset is to help language model researchers develop better language models. ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @vblagoje for adding this dataset.
[ "# Dataset Card for CC-News", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: CC-News homepage\n- Point of Contact: Vladimir Blagojevic", "### Dataset Summary\n\nCC-News dataset contains news articles from news sites all over the world. The data is available on AWS S3 in the Common Crawl bucket at /crawl-data/CC-NEWS/. \nThis version of the dataset has been prepared using news-please - an integrated web crawler and information extractor for news. \nIt contains 708241 English language news articles published between Jan 2017 and December 2019. \nIt represents a small portion of the English language subset of the CC-News dataset.", "### Supported Tasks and Leaderboards\n\nCC-News has been mostly used for language model training.", "### Languages\n\nThe text in the dataset is in the English language.", "## Dataset Structure", "### Data Instances\n\nDataset instance contains an article itself and the relevant article fields.\nAn example from the Cc-New train set looks as follows:", "### Data Fields\n\n- 'date': date of publication\n- 'description': description or a summary of the article\n- 'domain': source domain of the article (i.e. URL)\n- 'image_url': URL of the article's image\n- 'text': the actual article text in raw form\n- 'title': title of the article\n- 'url': article URL, the original URL where it was scraped.", "### Data Splits\n\nCC-News dataset has only the training set, i.e. it has to be loaded with 'train' split specified:\n'cc_news = load_dataset('cc_news', split=\"train\")'", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nCC-News dataset has been proposed, created, and maintained by Sebastian Nagel. \nThe data is publicly available on AWS S3 Common Crawl bucket at /crawl-data/CC-NEWS/. \nThis version of the dataset has been prepared using news-please - an \nintegrated web crawler and information extractor for news. \nIt contains 708241 English language news articles published between Jan 2017 and December 2019.\nAlthough news-please tags each news article with an appropriate language tag, these tags are somewhat unreliable. \nTo strictly isolate English language articles an additional check has been performed using \nSpacy langdetect pipeline. \nWe selected articles with text fields scores of 80% probability or more of being English.\nThere are no strict guarantees that each article has all the relevant fields. For example, 527595 \narticles have a valid description field. All articles have what appears to be a valid image URL, \nbut they have not been verified.", "#### Who are the source language producers?\n\nThe news websites throughout the World.", "### Annotations", "#### Annotation process\n\n[N/A]", "#### Who are the annotators?\n\n[N/A]", "### Personal and Sensitive Information\n\nAs one can imagine, data contains contemporary public figures or individuals who appeared in the news.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe purpose of this dataset is to help language model researchers develop better language models.", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @vblagoje for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #region-us \n", "# Dataset Card for CC-News", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: CC-News homepage\n- Point of Contact: Vladimir Blagojevic", "### Dataset Summary\n\nCC-News dataset contains news articles from news sites all over the world. The data is available on AWS S3 in the Common Crawl bucket at /crawl-data/CC-NEWS/. \nThis version of the dataset has been prepared using news-please - an integrated web crawler and information extractor for news. \nIt contains 708241 English language news articles published between Jan 2017 and December 2019. \nIt represents a small portion of the English language subset of the CC-News dataset.", "### Supported Tasks and Leaderboards\n\nCC-News has been mostly used for language model training.", "### Languages\n\nThe text in the dataset is in the English language.", "## Dataset Structure", "### Data Instances\n\nDataset instance contains an article itself and the relevant article fields.\nAn example from the Cc-New train set looks as follows:", "### Data Fields\n\n- 'date': date of publication\n- 'description': description or a summary of the article\n- 'domain': source domain of the article (i.e. URL)\n- 'image_url': URL of the article's image\n- 'text': the actual article text in raw form\n- 'title': title of the article\n- 'url': article URL, the original URL where it was scraped.", "### Data Splits\n\nCC-News dataset has only the training set, i.e. it has to be loaded with 'train' split specified:\n'cc_news = load_dataset('cc_news', split=\"train\")'", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nCC-News dataset has been proposed, created, and maintained by Sebastian Nagel. \nThe data is publicly available on AWS S3 Common Crawl bucket at /crawl-data/CC-NEWS/. \nThis version of the dataset has been prepared using news-please - an \nintegrated web crawler and information extractor for news. \nIt contains 708241 English language news articles published between Jan 2017 and December 2019.\nAlthough news-please tags each news article with an appropriate language tag, these tags are somewhat unreliable. \nTo strictly isolate English language articles an additional check has been performed using \nSpacy langdetect pipeline. \nWe selected articles with text fields scores of 80% probability or more of being English.\nThere are no strict guarantees that each article has all the relevant fields. For example, 527595 \narticles have a valid description field. All articles have what appears to be a valid image URL, \nbut they have not been verified.", "#### Who are the source language producers?\n\nThe news websites throughout the World.", "### Annotations", "#### Annotation process\n\n[N/A]", "#### Who are the annotators?\n\n[N/A]", "### Personal and Sensitive Information\n\nAs one can imagine, data contains contemporary public figures or individuals who appeared in the news.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe purpose of this dataset is to help language model researchers develop better language models.", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @vblagoje for adding this dataset." ]
[ 111, 8, 120, 22, 116, 22, 16, 6, 36, 96, 57, 5, 7, 4, 219, 17, 5, 10, 14, 30, 8, 25, 8, 7, 5, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #region-us \n# Dataset Card for CC-News## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: CC-News homepage\n- Point of Contact: Vladimir Blagojevic### Dataset Summary\n\nCC-News dataset contains news articles from news sites all over the world. The data is available on AWS S3 in the Common Crawl bucket at /crawl-data/CC-NEWS/. \nThis version of the dataset has been prepared using news-please - an integrated web crawler and information extractor for news. \nIt contains 708241 English language news articles published between Jan 2017 and December 2019. \nIt represents a small portion of the English language subset of the CC-News dataset.### Supported Tasks and Leaderboards\n\nCC-News has been mostly used for language model training.### Languages\n\nThe text in the dataset is in the English language.## Dataset Structure### Data Instances\n\nDataset instance contains an article itself and the relevant article fields.\nAn example from the Cc-New train set looks as follows:" ]
[ -0.08369318395853043, 0.24205923080444336, -0.002033220836892724, 0.005570275243371725, 0.06342247128486633, 0.020949291065335274, 0.08897069096565247, 0.09678965061903, 0.033685073256492615, 0.09114402532577515, -0.05359586328268051, -0.0035391910932958126, 0.09451267123222351, 0.1380567103624344, 0.049778006970882416, -0.12561646103858948, 0.06191154941916466, -0.11693865060806274, 0.002508363453671336, 0.0641946792602539, 0.08143806457519531, -0.05635804682970047, 0.01983780413866043, -0.08514737337827682, -0.0013696361565962434, 0.006302287336438894, -0.0690242126584053, -0.09304141253232956, 0.06192460656166077, 0.043926943093538284, 0.04350346699357033, 0.03137791529297829, 0.045666445046663284, -0.2294042855501175, 0.03829007223248482, 0.06517299264669418, -0.006273366045206785, 0.035051390528678894, 0.045673154294490814, -0.018977513536810875, 0.014232131652534008, -0.18312540650367737, 0.07156439870595932, 0.06369911879301071, -0.08269158005714417, -0.068949393928051, -0.09595587104558945, 0.03434367850422859, 0.033237431198358536, 0.09183743596076965, -0.027236780151724815, 0.12441439181566238, -0.07385507971048355, 0.003576847957447171, 0.055474843829870224, -0.13406547904014587, -0.01556697953492403, 0.036134399473667145, -0.009450064972043037, 0.10041573643684387, -0.09539806842803955, 0.023444006219506264, -0.03967495635151863, 0.03741129860281944, -0.027034735307097435, 0.0005212006508372724, -0.10759865492582321, 0.02160976268351078, -0.05842212960124016, -0.04878659546375275, 0.13078436255455017, -0.0561925545334816, -0.033296603709459305, -0.23169516026973724, -0.0005438981461338699, 0.11091101169586182, -0.042007505893707275, 0.08809751272201538, 0.0036827365402132273, 0.0022470694966614246, 0.02872319519519806, -0.09246610850095749, -0.08003225177526474, 0.008840300142765045, -0.043932829052209854, 0.1211482360959053, -0.008156489580869675, 0.041189126670360565, 0.02927974984049797, 0.07479528337717056, 0.03714851289987564, -0.1114654392004013, -0.035712528973817825, -0.0791153758764267, -0.17403534054756165, 0.005145623814314604, -0.01584940031170845, -0.030263999477028847, 0.061400942504405975, 0.11442054808139801, -0.08896048367023468, 0.033564481884241104, -0.05858755111694336, -0.006386717315763235, 0.11228106915950775, 0.056321874260902405, -0.06113122031092644, -0.11244232952594757, 0.028213128447532654, 0.007298910990357399, 0.04131053388118744, -0.04095792397856712, -0.00738009437918663, 0.03130413964390755, -0.025783423334360123, 0.09096832573413849, 0.14067693054676056, 0.007336480543017387, -0.058383360505104065, -0.04714655131101608, 0.2000015527009964, -0.15209512412548065, 0.006241973023861647, 0.03940311074256897, -0.001040264731273055, 0.018335044384002686, -0.018772747367620468, -0.00603541499003768, -0.05208519473671913, 0.05043207108974457, -0.07037942111492157, -0.046162061393260956, -0.06537729501724243, -0.0523313507437706, 0.07474861294031143, -0.07659208029508591, -0.0877126008272171, -0.011931699700653553, -0.15426604449748993, -0.05298087000846863, -0.028337549418210983, -0.07478458434343338, -0.006909263785928488, -0.009812952019274235, 0.00801242794841528, 0.06954826414585114, -0.005928684491664171, -0.024033118039369583, -0.08308012783527374, 0.018603423610329628, -0.07552292943000793, 0.02602430433034897, 0.03202080354094505, -0.002636825433000922, -0.11209061741828918, 0.01603803038597107, -0.12118252366781235, 0.14768554270267487, -0.152748703956604, 0.0411810427904129, -0.07014981657266617, 0.03613916411995888, 0.012095523066818714, 0.03317835554480553, -0.030941523611545563, 0.14691434800624847, -0.2475268542766571, -0.0439288355410099, 0.124399334192276, -0.1358974277973175, -0.012119753286242485, 0.021384065970778465, -0.03332651033997536, -0.003514799289405346, 0.08284255862236023, 0.04304666072130203, 0.05550862476229668, -0.000019255150618846528, -0.1445542275905609, -0.05542345717549324, 0.09596718847751617, 0.10672513395547867, 0.06747075170278549, -0.05589289590716362, 0.12368910759687424, 0.05841973423957825, -0.036485008895397186, -0.04308105260133743, 0.04447359964251518, -0.05206739902496338, 0.02186525985598564, -0.02526012994349003, 0.024218397215008736, -0.0067313057370483875, -0.01335393451154232, -0.015492611564695835, -0.09677394479513168, 0.03164074569940567, 0.06414614617824554, 0.01084596011787653, 0.0195508673787117, -0.06470366567373276, -0.026794085279107094, -0.02880612201988697, 0.01139116007834673, -0.20317095518112183, -0.1976294368505478, 0.05319376289844513, -0.012395968660712242, 0.08634887635707855, -0.090025894343853, -0.0027783948462456465, -0.015974022448062897, -0.025716042146086693, 0.014597287401556969, -0.05451308563351631, 0.02305237576365471, 0.022483667358756065, -0.1660921573638916, -0.011223170906305313, -0.06882939487695694, 0.1465848684310913, -0.0710202008485794, -0.0025344102177768946, 0.1288987249135971, 0.18216153979301453, 0.0736195519566536, -0.08987585455179214, 0.08302668482065201, 0.032915983349084854, -0.015424491837620735, -0.04048687219619751, -0.012952850200235844, -0.009742519818246365, -0.0010426243534311652, 0.09758567810058594, -0.11961381137371063, -0.11632528156042099, 0.07453417778015137, 0.13545556366443634, -0.04109443351626396, -0.026565248146653175, -0.020994074642658234, -0.006008293479681015, -0.11154305934906006, -0.09232446551322937, 0.10480277985334396, 0.04560944810509682, 0.04105576127767563, -0.0892629623413086, -0.08188328891992569, -0.0339643731713295, 0.07400147616863251, -0.04010843485593796, 0.028221603482961655, 0.06847777962684631, -0.08643649518489838, 0.12419082969427109, 0.010726885870099068, 0.1155804991722107, 0.18184106051921844, -0.026289712637662888, -0.09374605119228363, 0.02139998972415924, -0.05820395424962044, 0.014426048845052719, 0.15016834437847137, -0.017543848603963852, 0.014806215651333332, 0.05367546156048775, 0.010784140788018703, 0.024297257885336876, -0.023230237886309624, 0.02141750045120716, -0.004860351327806711, -0.013394835405051708, -0.017799323424696922, -0.03638939931988716, 0.0601859986782074, 0.08404657989740372, 0.04477231577038765, 0.13844804465770721, -0.04080308973789215, -0.06868928670883179, -0.08297621458768845, 0.10508542507886887, -0.17656950652599335, -0.2839319109916687, -0.11134566366672516, 0.02446029707789421, -0.04812648892402649, -0.01505506131798029, -0.023271337151527405, -0.03236796334385872, -0.10089456290006638, -0.11859298497438431, 0.015875328332185745, 0.09461087733507156, -0.09862342476844788, -0.0033144857734441757, 0.0459284745156765, 0.004661427810788155, -0.12107823044061661, 0.049564361572265625, 0.02762068621814251, -0.03325890004634857, -0.023251894861459732, 0.03515815734863281, 0.05332145839929581, 0.06683046370744705, 0.12442843616008759, -0.029021581634879112, -0.03615891560912132, 0.1887897253036499, -0.11592309176921844, 0.14700666069984436, 0.026592617854475975, -0.04039118066430092, 0.017594844102859497, 0.16990260779857635, 0.04286860674619675, -0.050029054284095764, 0.015327353961765766, 0.05864132568240166, -0.020626885816454887, -0.23044364154338837, -0.14693380892276764, -0.0808224081993103, -0.06251785159111023, 0.04845590889453888, 0.06300868093967438, -0.024839911609888077, 0.003134811297059059, -0.14884109795093536, 0.028596168383955956, 0.05396769195795059, 0.05521441623568535, 0.093875452876091, 0.04206230491399765, 0.049774568527936935, -0.08738421648740768, 0.03907644376158714, 0.13152554631233215, 0.07481011003255844, 0.19549331068992615, -0.014464776031672955, 0.2234819531440735, 0.020714614540338516, 0.019899023696780205, 0.03201693668961525, 0.04660049080848694, -0.003099757246673107, 0.06251928955316544, 0.007859242148697376, -0.09069651365280151, -0.009960148483514786, 0.06344213336706161, 0.02814020961523056, -0.08861570060253143, 0.05879362300038338, -0.1532541662454605, 0.05195504054427147, 0.17054897546768188, 0.056494154036045074, -0.055854544043540955, -0.038783904165029526, 0.10240686684846878, -0.04787861183285713, -0.07189461588859558, 0.00518216984346509, 0.11883529275655746, -0.11545085906982422, 0.11333035677671432, 0.01696528121829033, 0.0978899747133255, -0.1052207350730896, -0.05762762576341629, -0.004881780128926039, -0.026767510920763016, -0.031697604805231094, 0.07872514426708221, -0.09206581860780716, 0.10932048410177231, 0.042811643332242966, 0.0051328400149941444, -0.07137272506952286, 0.05409219115972519, 0.01575140468776226, -0.013653740286827087, 0.09502816945314407, 0.009485063143074512, -0.11588619649410248, -0.003041298594325781, -0.165983185172081, 0.005677146837115288, 0.04184707999229431, -0.1349203884601593, 0.12193527817726135, 0.011221128515899181, -0.022510690614581108, -0.06032301113009453, -0.057187892496585846, -0.13073961436748505, -0.2705489695072174, 0.0649779662489891, 0.00623556412756443, 0.013399753719568253, -0.07732357829809189, -0.0640694722533226, -0.02653314732015133, 0.10837669670581818, -0.16423678398132324, -0.1074211448431015, -0.18290631473064423, -0.016908233985304832, 0.15258513391017914, -0.008383940905332565, 0.0319143570959568, 0.004855617880821228, 0.21114946901798248, -0.031389735639095306, -0.08237837255001068, 0.030658874660730362, -0.06910699605941772, -0.21238797903060913, -0.06313464045524597, 0.11951592564582825, 0.0707390084862709, 0.04794609174132347, -0.000384979706723243, 0.08652739971876144, 0.058729711920022964, -0.07670958340167999, -0.008048554882407188, 0.16189923882484436, 0.03755762800574303, 0.13710862398147583, -0.03696772828698158, -0.21008463203907013, -0.06778796762228012, -0.011174746789038181, 0.10993067175149918, 0.09324318915605545, -0.05639508366584778, 0.23404358327388763, 0.1005358174443245, -0.10200420767068863, -0.2385045289993286, -0.014101708307862282, -0.003684376599267125, 0.02835654839873314, 0.05939263850450516, -0.23810000717639923, 0.065074622631073, 0.045165590941905975, -0.046597372740507126, 0.049758248031139374, -0.19472195208072662, -0.11210348457098007, -0.048475056886672974, -0.027129562571644783, -0.12495212256908417, -0.09678453952074051, -0.08417035639286041, -0.030645130202174187, -0.055529531091451645, 0.18570904433727264, -0.0437711700797081, -0.0064425342716276646, -0.01867135427892208, 0.022044604644179344, 0.027791956439614296, -0.04160025715827942, 0.11222744733095169, -0.0013618507655337453, -0.004138685762882233, -0.06846452504396439, 0.03805094212293625, 0.18019717931747437, -0.022917961701750755, -0.0015315375057980418, -0.034058887511491776, 0.020797057077288628, -0.13973073661327362, -0.04748351126909256, -0.06567732244729996, 0.01566319353878498, -0.0805872455239296, -0.011782042682170868, -0.05145708844065666, 0.0872885137796402, 0.04406878352165222, -0.023105205968022346, 0.11943068355321884, -0.0630321204662323, 0.07276300340890884, 0.06898385286331177, 0.161570742726326, 0.06804351508617401, -0.08131101727485657, -0.008673313073813915, -0.01459845807403326, 0.004371629562228918, -0.13930454850196838, 0.050991639494895935, 0.05510153993964195, 0.022735314443707466, 0.07476875931024551, -0.022442830726504326, -0.1834573894739151, 0.024851802736520767, 0.08935922384262085, -0.0736011490225792, -0.08386524021625519, 0.005911862477660179, 0.14281155169010162, -0.10646429657936096, -0.07870372384786606, 0.12008462101221085, 0.04409266635775566, -0.0699784979224205, 0.01791258715093136, 0.06795297563076019, 0.08776307106018066, 0.072269968688488, 0.007979420013725758, 0.0512300543487072, -0.1333206743001938, 0.14196482300758362, 0.14671652019023895, -0.08623383194208145, -0.0030123768374323845, 0.17868013679981232, -0.12037429958581924, -0.04840206354856491, -0.0063717602752149105, 0.00696611450985074, 0.01370773185044527, -0.026362530887126923, -0.005456738173961639, -0.0741036981344223, 0.03273298591375351, 0.17068876326084137, -0.020010661333799362, 0.03882896527647972, 0.017823616042733192, -0.05628833919763565, 0.011301192454993725, 0.10482583940029144, -0.049637217074632645, 0.0032602271530777216, -0.03219766542315483, -0.08456780761480331, 0.02316448837518692, -0.05086066201329231, -0.018312513828277588, -0.06812974065542221, -0.07518216967582703, -0.010982932522892952, -0.144118994474411, 0.05049522966146469, -0.10395053029060364, -0.025407569482922554, -0.031004570424556732, -0.05073682591319084, -0.007205253001302481, -0.0009100465103983879, -0.0347365066409111, -0.04118308424949646, -0.047352902591228485, 0.07676852494478226, -0.1493690460920334, 0.016967561095952988, 0.07380526512861252, -0.09985513240098953, 0.12728925049304962, 0.0027364036068320274, -0.02514633908867836, 0.06373617053031921, -0.039286352694034576, -0.01190719474107027, -0.053859975188970566, 0.07912919670343399, 0.028325164690613747, -0.023243920877575874, 0.020380208268761635, 0.017832791432738304, -0.04064016789197922, 0.04326166212558746, 0.01047962624579668, -0.0833030715584755, 0.07575754821300507, 0.02407119981944561, -0.03692640736699104, 0.002550144214183092, 0.003009009175002575, 0.17244216799736023, -0.0017355380114167929, 0.10928939282894135, -0.05639147013425827, 0.05255179852247238, -0.08982041478157043, -0.03134119510650635, -0.026328949257731438, 0.010680328123271465, -0.049606457352638245, 0.027416955679655075, 0.0692245364189148, 0.034813880920410156, 0.257539838552475, -0.08881781250238419, 0.058616530150175095, 0.0831553116440773, 0.024884622544050217, -0.07431622594594955, 0.07631020247936249, 0.04643222317099571, 0.06355983018875122, -0.012127754278481007, 0.022512510418891907, -0.06761939078569412, -0.0743790939450264, -0.06483248621225357, 0.10187266767024994, 0.15612852573394775, 0.23995502293109894, 0.005539262667298317, 0.10551847517490387, -0.10104040056467056, -0.015425974503159523, 0.03580449894070625, -0.1256967931985855, -0.005058452486991882, -0.08106435835361481, 0.014400100335478783, 0.08149097114801407, -0.1448238044977188, 0.10269229859113693, -0.011585887521505356, -0.025807062163949013, -0.02519218996167183, -0.125215083360672, -0.03920179605484009, -0.019262220710515976, -0.016414597630500793, -0.106223464012146, 0.036838650703430176, 0.17503327131271362, 0.010507017374038696, 0.021842699497938156, 0.0726039782166481, -0.030209314078092575, -0.07814692705869675, 0.06819598376750946, 0.06580066680908203, 0.060916636139154434, 0.03080739825963974, 0.055576812475919724, -0.022955799475312233, 0.09161817282438278, 0.0685218796133995, 0.08558919280767441, 0.04316503927111626, 0.0287135262042284, -0.052200403064489365, -0.0769118070602417, 0.018024524673819542, -0.021917350590229034, -0.06602219492197037, 0.16756363213062286, 0.0679444819688797, 0.027319397777318954, 0.00212855008430779, 0.23825713992118835, -0.012646992690861225, -0.12038055807352066, -0.14689002931118011, -0.025532938539981842, -0.023238468915224075, -0.01956976391375065, 0.03961482271552086, -0.16869066655635834, -0.010693094693124294, 0.10120230168104172, 0.18726259469985962, -0.029340723529458046, 0.03979891166090965, -0.029831087216734886, 0.014815181493759155, -0.004165587481111288, 0.06972641497850418, -0.02180471457540989, 0.3297693133354187, -0.019365182146430016, -0.04141756892204285, -0.0009054207475855947, -0.033199138939380646, -0.07145950198173523, 0.06886837631464005, -0.07338633388280869, -0.028419315814971924, -0.09435790032148361, 0.12269744277000427, -0.07192648202180862, -0.23011548817157745, 0.0643220767378807, -0.11939765512943268, -0.14383986592292786, -0.03441128507256508, 0.0025385471526533365, -0.018386956304311752, -0.023747099563479424, 0.09506552666425705, -0.03164387494325638, 0.13784651458263397, 0.011669991537928581, -0.040635474026203156, -0.05748271942138672, 0.10245785862207413, -0.11579510569572449, 0.2075764238834381, -0.011446566320955753, 0.0771636813879013, 0.0696987584233284, -0.002446245402097702, -0.14859038591384888, 0.0038491031154990196, 0.07871926575899124, -0.050828948616981506, 0.004430485889315605, 0.161374032497406, -0.0031047461088746786, 0.1629342883825302, 0.13636766374111176, -0.015340634621679783, 0.06913191825151443, 0.020134173333644867, -0.018410228192806244, -0.07642900198698044, 0.0660514384508133, -0.08147825300693512, 0.1452643722295761, 0.05945799499750137, -0.04566515237092972, -0.018124086782336235, -0.000411262852139771, 0.017440998926758766, -0.05612397566437721, 0.1163698136806488, -0.03596390783786774, -0.15974366664886475, 0.0008282987982966006, -0.07469850778579712, 0.1100851446390152, -0.21926286816596985, -0.019546562805771828, 0.044100139290094376, -0.01689811423420906, -0.03293337672948837, 0.12490469962358475, 0.09287796169519424, -0.014891273342072964, -0.05281269550323486, -0.06918919086456299, 0.03110445849597454, 0.07555973529815674, -0.0734822079539299, -0.02208368107676506 ]
732e0c60b22e16ea2fddcf7b10e4eeff64f88caa
# Dataset Card for ccaligned_multilingual ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** http://www.statmt.org/cc-aligned/ - **Repository:** [Needs More Information] - **Paper:** https://www.aclweb.org/anthology/2020.emnlp-main.480.pdf - **Leaderboard:** [Needs More Information] - **Point of Contact:** [Needs More Information] ### Dataset Summary CCAligned consists of parallel or comparable web-document pairs in 137 languages aligned with English. These web-document pairs were constructed by performing language identification on raw web-documents, and ensuring corresponding language codes were corresponding in the URLs of web documents. This pattern matching approach yielded more than 100 million aligned documents paired with English. Recognizing that each English document was often aligned to mulitple documents in different target language, we can join on English documents to obtain aligned documents that directly pair two non-English documents (e.g., Arabic-French). This corpus was created from 68 Commoncrawl Snapshots. To load a language which isn't part of the config, all you need to do is specify the language code. You can find the valid languages in http://www.statmt.org/cc-aligned/ E.g. ``` dataset = load_dataset("ccaligned_multilingual", language_code="fr_XX", type="documents") ``` or ``` dataset = load_dataset("ccaligned_multilingual", language_code="fr_XX", type="sentences") ``` ### Supported Tasks and Leaderboards [Needs More Information] ### Languages The text in the dataset is in (137) multiple languages aligned with english. ## Dataset Structure ### Data Instances An instance of `documents` type for language `ak_GH`: ``` {'Domain': 'islamhouse.com', 'Source_URL': 'https://islamhouse.com/en/audios/373088/', 'Target_URL': 'https://islamhouse.com/ak/audios/373088/', 'translation': {'ak_GH': "Ntwatiaa / wɔabɔ no tɔfa wɔ mu no te ase ma Umrah - Arab kasa|Islamhouse.com|Follow us:|facebook|twitter|taepe|Titles All|Fie wibesite|kasa nyina|Buukuu edi adanse ma prente|Nhyehyɛmu|Nyim/sua Islam|Curriculums|Nyina ndeɛma|Nyina ndeɛma (295)|Buukuu/ nwoma (2)|sini / muuvi (31)|ɔdio (262)|Aɛn websideNew!|Kɔ wura kramosom mu seisei|Ebio|figa/kaasɛ|Farebae|AKAkan|Kratafa titriw|kasa interface( anyimu) : Akan|Kasa ma no mu-nsɛm : Arab kasa|ɔdio|Ntwatiaa / wɔabɔ no tɔfa wɔ mu no te ase ma Umrah|play|pause|stop|mute|unmute|max volume|Kasakyerɛ ni :|Farebae:|17 / 11 / 1432 , 15/10/2011|Nhyehyɛmu:|Jurisprudence/ Esum Nimdea|Som|Hajj na Umrah|Jurisprudence/ Esum Nimdea|Som|Hajj na Umrah|Mmira ma Hajj na Umrah|nkyerɛmu|kasamu /sɛntɛns ma te ase na Umrah wɔ ... mu no hann ma no Quran na Sunnah na te ase ma no nana na no kasamu /sɛntɛns ma bi ma no emerging yi adu obusuani|Akenkane we ye di ko kasa bi su (36)|Afar - Qafár afa|Akan|Amhari ne - አማርኛ|Arab kasa - عربي|Assamese - অসমীয়া|Bengali - বাংলা|Maldive - ދިވެހި|Greek - Ελληνικά|English ( brofo kasa) - English|Persian - فارسی|Fula - pulla|French - Français|Hausa - Hausa|Kurdish - كوردی سۆرانی|Uganda ne - Oluganda|Mandinka - Mandinko|Malayalam - മലയാളം|Nepali - नेपाली|Portuguese - Português|Russian - Русский|Sango - Sango|Sinhalese - සිංහල|Somali - Soomaali|Albania ne - Shqip|Swahili - Kiswahili|Telugu - తెలుగు ప్రజలు|Tajik - Тоҷикӣ|Thai - ไทย|Tagalog - Tagalog|Turkish - Türkçe|Uyghur - ئۇيغۇرچە|Urdu - اردو|Uzbeck ne - Ўзбек тили|Vietnamese - Việt Nam|Wolof - Wolof|Chine ne - 中文|Soma kɔ bi kyerɛ adwen kɔ wɛb ebusuapanin|Soma kɔ ne kɔ hom adamfo|Soma kɔ bi kyerɛ adwen kɔ wɛb ebusuapanin|Nsɔwso fael (1)|1|الموجز في فقه العمرة|MP3 14.7 MB|Enoumah ebatahu|Rituals/Esom ajomadie ewu Hajji mmire .. 1434 AH [01] no fapemso Enum|Fiidbak/ Ye hiya wu jun kyiri|Lenke de yɛe|kɔntakt yɛn|Aɛn webside|Qura'an Kro kronkrom|Balagh|wɔ mfinimfin Dowload faele|Yɛ atuu bra Islam mu afei|Tsin de yɛe ewu|Anaa bomu/combine hɛn melin liste|© Islamhouse Website/ Islam dan webi site|×|×|Yi mu kasa|", 'en_XX': 'SUMMARY in the jurisprudence of Umrah - Arabic - Abdul Aziz Bin Marzooq Al-Turaifi|Islamhouse.com|Follow us:|facebook|twitter|QuranEnc.com|HadeethEnc.com|Type|Titles All|Home Page|All Languages|Categories|Know about Islam|All items|All items (4057)|Books (701)|Articles (548)|Fatawa (370)|Videos (1853)|Audios (416)|Posters (98)|Greeting cards (22)|Favorites (25)|Applications (21)|Desktop Applications (3)|To convert to Islam now !|More|Figures|Sources|Curriculums|Our Services|QuranEnc.com|HadeethEnc.com|ENEnglish|Main Page|Interface Language : English|Language of the content : Arabic|Audios|تعريب عنوان المادة|SUMMARY in the jurisprudence of Umrah|play|pause|stop|mute|unmute|max volume|Lecturer : Abdul Aziz Bin Marzooq Al-Turaifi|Sources:|AlRaya Islamic Recoding in Riyadh|17 / 11 / 1432 , 15/10/2011|Categories:|Islamic Fiqh|Fiqh of Worship|Hajj and Umrah|Islamic Fiqh|Fiqh of Worship|Hajj and Umrah|Pilgrimage and Umrah|Description|SUMMARY in jurisprudence of Umrah: A statement of jurisprudence and Umrah in the light of the Quran and Sunnah and understanding of the Ancestors and the statement of some of the emerging issues related to them.|This page translated into (36)|Afar - Qafár afa|Akane - Akan|Amharic - አማርኛ|Arabic - عربي|Assamese - অসমীয়া|Bengali - বাংলা|Maldivi - ދިވެހި|Greek - Ελληνικά|English|Persian - فارسی|Fula - pulla|French - Français|Hausa - Hausa|kurdish - كوردی سۆرانی|Ugandan - Oluganda|Mandinka - Mandinko|Malayalam - മലയാളം|Nepali - नेपाली|Portuguese - Português|Russian - Русский|Sango - Yanga ti Sango|Sinhalese - සිංහල|Somali - Soomaali|Albanian - Shqip|Swahili - Kiswahili|Telugu - తెలుగు|Tajik - Тоҷикӣ|Thai - ไทย|Tagalog - Tagalog|Turkish - Türkçe|Uyghur - ئۇيغۇرچە|Urdu - اردو|Uzbek - Ўзбек тили|Vietnamese - Việt Nam|Wolof - Wolof|Chinese - 中文|Send a comment to Webmaster|Send to a friend?|Send a comment to Webmaster|Attachments (1)|1|الموجز في فقه العمرة|MP3 14.7 MB|The relevant Material|The rituals of the pilgrimage season .. 1434 AH [ 01] the fifth pillar|The Quality of the Accepted Hajj (Piligrimage) and Its Limitations|Easy Path to the Rules of the Rites of Hajj|A Call to the Pilgrims of the Scared House of Allah|More|feedback|Important links|Contact us|Privacy policy|Islam Q&A|Learning Arabic Language|About Us|Convert To Islam|Noble Quran encyclopedia|IslamHouse.com Reader|Encyclopedia of Translated Prophetic Hadiths|Our Services|The Quran|Balagh|Center for downloading files|To embrace Islam now...|Follow us through|Or join our mailing list.|© Islamhouse Website|×|×|Choose language|'}} ``` An instance of `sentences` type for language `ak_GH`: ``` {'LASER_similarity': 1.4549942016601562, 'translation': {'ak_GH': 'Salah (nyamefere) ye Mmerebeia', 'en_XX': 'What he dislikes when fasting (10)'}} ``` ### Data Fields For `documents` type: - `Domain`: a `string` feature containing the domain. - `Source_URL`: a `string` feature containing the source URL. - `Target_URL`: a `string` feature containing the target URL. - `translation`: a `dictionary` feature with two keys : - `en_XX`: a `string` feature containing the content in English. - <language_code>: a `string` feature containing the content in the `language_code` specified. For `sentences` type: - `LASER_similarity`: a `float32` feature representing the LASER similarity score. - `translation`: a `dictionary` feature with two keys : - `en_XX`: a `string` feature containing the content in English. - <language_code>: a `string` feature containing the content in the `language_code` specified. ### Data Splits Split sizes of some small configurations: | name |train| |----------|----:| |documents-zz_TR|41| |sentences-zz_TR|34| |documents-tz_MA|4| |sentences-tz_MA|33| |documents-ak_GH|249| |sentences-ak_GH|478| ## Dataset Creation ### Curation Rationale [Needs More Information] ### Source Data #### Initial Data Collection and Normalization [Needs More Information] #### Who are the source language producers? [Needs More Information] ### Annotations #### Annotation process [Needs More Information] #### Who are the annotators? [Needs More Information] ### Personal and Sensitive Information The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset. ## Considerations for Using the Data ### Social Impact of Dataset [Needs More Information] ### Discussion of Biases [Needs More Information] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators [Needs More Information] ### Licensing Information [Needs More Information] ### Citation Information ``` @inproceedings{elkishky_ccaligned_2020, author = {El-Kishky, Ahmed and Chaudhary, Vishrav and Guzm{\'a}n, Francisco and Koehn, Philipp}, booktitle = {Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP 2020)}, month = {November}, title = {{CCAligned}: A Massive Collection of Cross-lingual Web-Document Pairs}, year = {2020} address = "Online", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/2020.emnlp-main.480", doi = "10.18653/v1/2020.emnlp-main.480", pages = "5960--5969" } ``` ### Contributions Thanks to [@gchhablani](https://github.com/gchhablani) for adding this dataset.
ccaligned_multilingual
[ "task_categories:other", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:translation", "size_categories:n<1K", "size_categories:1K<n<10K", "size_categories:10K<n<100K", "size_categories:100K<n<1M", "size_categories:1M<n<10M", "size_categories:10M<n<100M", "source_datasets:original", "language:af", "language:ak", "language:am", "language:ar", "language:as", "language:ay", "language:az", "language:be", "language:bg", "language:bm", "language:bn", "language:br", "language:bs", "language:ca", "language:ceb", "language:ckb", "language:cs", "language:cy", "language:de", "language:dv", "language:el", "language:eo", "language:es", "language:fa", "language:ff", "language:fi", "language:fo", "language:fr", "language:fy", "language:ga", "language:gl", "language:gn", "language:gu", "language:he", "language:hi", "language:hr", "language:hu", "language:id", "language:ig", "language:is", "language:it", "language:iu", "language:ja", "language:ka", "language:kac", "language:kg", "language:kk", "language:km", "language:kn", "language:ko", "language:ku", "language:ky", "language:la", "language:lg", "language:li", "language:ln", "language:lo", "language:lt", "language:lv", "language:mg", "language:mi", "language:mk", "language:ml", "language:mn", "language:mr", "language:ms", "language:mt", "language:my", "language:ne", "language:nl", "language:no", "language:nso", "language:ny", "language:om", "language:or", "language:pa", "language:pl", "language:ps", "language:pt", "language:rm", "language:ro", "language:ru", "language:rw", "language:sc", "language:sd", "language:se", "language:shn", "language:si", "language:sk", "language:sl", "language:sn", "language:so", "language:sq", "language:sr", "language:ss", "language:st", "language:su", "language:sv", "language:sw", "language:syc", "language:szl", "language:ta", "language:te", "language:tg", "language:th", "language:ti", "language:tl", "language:tn", "language:tr", "language:ts", "language:tt", "language:ug", "language:uk", "language:ur", "language:uz", "language:ve", "language:vi", "language:war", "language:wo", "language:xh", "language:yi", "language:yo", "language:zgh", "language:zh", "language:zu", "language:zza", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["af", "ak", "am", "ar", "as", "ay", "az", "be", "bg", "bm", "bn", "br", "bs", "ca", "ceb", "ckb", "cs", "cy", "de", "dv", "el", "eo", "es", "fa", "ff", "fi", "fo", "fr", "fy", "ga", "gl", "gn", "gu", "he", "hi", "hr", "hu", "id", "ig", "is", "it", "iu", "ja", "ka", "kac", "kg", "kk", "km", "kn", "ko", "ku", "ky", "la", "lg", "li", "ln", "lo", "lt", "lv", "mg", "mi", "mk", "ml", "mn", "mr", "ms", "mt", "my", "ne", "nl", "no", "nso", "ny", "om", "or", "pa", "pl", "ps", "pt", "rm", "ro", "ru", "rw", "sc", "sd", "se", "shn", "si", "sk", "sl", "sn", "so", "sq", "sr", "ss", "st", "su", "sv", "sw", "syc", "szl", "ta", "te", "tg", "th", "ti", "tl", "tn", "tr", "ts", "tt", "ug", "uk", "ur", "uz", "ve", "vi", "war", "wo", "xh", "yi", "yo", "zgh", "zh", "zu", "zza"], "license": ["unknown"], "multilinguality": ["translation"], "size_categories": ["n<1K", "1K<n<10K", "10K<n<100K", "100K<n<1M", "1M<n<10M", "10M<n<100M"], "source_datasets": ["original"], "task_categories": ["other"], "paperswithcode_id": "ccaligned", "pretty_name": "CCAligned", "dataset_info": [{"config_name": "documents-zz_TR", "features": [{"name": "Domain", "dtype": "string"}, {"name": "Source_URL", "dtype": "string"}, {"name": "Target_URL", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["en_XX", "zz_TR"]}}}], "splits": [{"name": "train", "num_bytes": 641412, "num_examples": 41}], "download_size": 125488, "dataset_size": 641412}, {"config_name": "sentences-zz_TR", "features": [{"name": "translation", "dtype": {"translation": {"languages": ["en_XX", "zz_TR"]}}}, {"name": "LASER_similarity", "dtype": "float32"}], "splits": [{"name": "train", "num_bytes": 4056, "num_examples": 34}], "download_size": 1428, "dataset_size": 4056}, {"config_name": "documents-tz_MA", "features": [{"name": "Domain", "dtype": "string"}, {"name": "Source_URL", "dtype": "string"}, {"name": "Target_URL", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["en_XX", "tz_MA"]}}}], "splits": [{"name": "train", "num_bytes": 51782, "num_examples": 4}], "download_size": 11996, "dataset_size": 51782}, {"config_name": "sentences-tz_MA", "features": [{"name": "translation", "dtype": {"translation": {"languages": ["en_XX", "tz_MA"]}}}, {"name": "LASER_similarity", "dtype": "float32"}], "splits": [{"name": "train", "num_bytes": 6256, "num_examples": 33}], "download_size": 2420, "dataset_size": 6256}, {"config_name": "documents-ak_GH", "features": [{"name": "Domain", "dtype": "string"}, {"name": "Source_URL", "dtype": "string"}, {"name": "Target_URL", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["en_XX", "ak_GH"]}}}], "splits": [{"name": "train", "num_bytes": 10738312, "num_examples": 249}], "download_size": 399236, "dataset_size": 10738312}, {"config_name": "sentences-ak_GH", "features": [{"name": "translation", "dtype": {"translation": {"languages": ["en_XX", "ak_GH"]}}}, {"name": "LASER_similarity", "dtype": "float32"}], "splits": [{"name": "train", "num_bytes": 50110, "num_examples": 478}], "download_size": 17636, "dataset_size": 50110}]}
2024-01-18T11:02:11+00:00
[]
[ "af", "ak", "am", "ar", "as", "ay", "az", "be", "bg", "bm", "bn", "br", "bs", "ca", "ceb", "ckb", "cs", "cy", "de", "dv", "el", "eo", "es", "fa", "ff", "fi", "fo", "fr", "fy", "ga", "gl", "gn", "gu", "he", "hi", "hr", "hu", "id", "ig", "is", "it", "iu", "ja", "ka", "kac", "kg", "kk", "km", "kn", "ko", "ku", "ky", "la", "lg", "li", "ln", "lo", "lt", "lv", "mg", "mi", "mk", "ml", "mn", "mr", "ms", "mt", "my", "ne", "nl", "no", "nso", "ny", "om", "or", "pa", "pl", "ps", "pt", "rm", "ro", "ru", "rw", "sc", "sd", "se", "shn", "si", "sk", "sl", "sn", "so", "sq", "sr", "ss", "st", "su", "sv", "sw", "syc", "szl", "ta", "te", "tg", "th", "ti", "tl", "tn", "tr", "ts", "tt", "ug", "uk", "ur", "uz", "ve", "vi", "war", "wo", "xh", "yi", "yo", "zgh", "zh", "zu", "zza" ]
TAGS #task_categories-other #annotations_creators-no-annotation #language_creators-found #multilinguality-translation #size_categories-n<1K #size_categories-1K<n<10K #size_categories-10K<n<100K #size_categories-100K<n<1M #size_categories-1M<n<10M #size_categories-10M<n<100M #source_datasets-original #language-Afrikaans #language-Akan #language-Amharic #language-Arabic #language-Assamese #language-Aymara #language-Azerbaijani #language-Belarusian #language-Bulgarian #language-Bambara #language-Bengali #language-Breton #language-Bosnian #language-Catalan #language-Cebuano #language-Central Kurdish #language-Czech #language-Welsh #language-German #language-Dhivehi #language-Modern Greek (1453-) #language-Esperanto #language-Spanish #language-Persian #language-Fulah #language-Finnish #language-Faroese #language-French #language-Western Frisian #language-Irish #language-Galician #language-Guarani #language-Gujarati #language-Hebrew #language-Hindi #language-Croatian #language-Hungarian #language-Indonesian #language-Igbo #language-Icelandic #language-Italian #language-Inuktitut #language-Japanese #language-Georgian #language-Kachin #language-Kongo #language-Kazakh #language-Khmer #language-Kannada #language-Korean #language-Kurdish #language-Kirghiz #language-Latin #language-Ganda #language-Limburgan #language-Lingala #language-Lao #language-Lithuanian #language-Latvian #language-Malagasy #language-Maori #language-Macedonian #language-Malayalam #language-Mongolian #language-Marathi #language-Malay (macrolanguage) #language-Maltese #language-Burmese #language-Nepali (macrolanguage) #language-Dutch #language-Norwegian #language-Pedi #language-Nyanja #language-Oromo #language-Oriya (macrolanguage) #language-Panjabi #language-Polish #language-Pushto #language-Portuguese #language-Romansh #language-Romanian #language-Russian #language-Kinyarwanda #language-Sardinian #language-Sindhi #language-Northern Sami #language-Shan #language-Sinhala #language-Slovak #language-Slovenian #language-Shona #language-Somali #language-Albanian #language-Serbian #language-Swati #language-Southern Sotho #language-Sundanese #language-Swedish #language-Swahili (macrolanguage) #language-Classical Syriac #language-Silesian #language-Tamil #language-Telugu #language-Tajik #language-Thai #language-Tigrinya #language-Tagalog #language-Tswana #language-Turkish #language-Tsonga #language-Tatar #language-Uighur #language-Ukrainian #language-Urdu #language-Uzbek #language-Venda #language-Vietnamese #language-Waray (Philippines) #language-Wolof #language-Xhosa #language-Yiddish #language-Yoruba #language-Standard Moroccan Tamazight #language-Chinese #language-Zulu #language-Zaza #license-unknown #region-us
Dataset Card for ccaligned\_multilingual ======================================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: URL * Leaderboard: * Point of Contact: ### Dataset Summary CCAligned consists of parallel or comparable web-document pairs in 137 languages aligned with English. These web-document pairs were constructed by performing language identification on raw web-documents, and ensuring corresponding language codes were corresponding in the URLs of web documents. This pattern matching approach yielded more than 100 million aligned documents paired with English. Recognizing that each English document was often aligned to mulitple documents in different target language, we can join on English documents to obtain aligned documents that directly pair two non-English documents (e.g., Arabic-French). This corpus was created from 68 Commoncrawl Snapshots. To load a language which isn't part of the config, all you need to do is specify the language code. You can find the valid languages in URL E.g. or ### Supported Tasks and Leaderboards ### Languages The text in the dataset is in (137) multiple languages aligned with english. Dataset Structure ----------------- ### Data Instances An instance of 'documents' type for language 'ak\_GH': An instance of 'sentences' type for language 'ak\_GH': ### Data Fields For 'documents' type: * 'Domain': a 'string' feature containing the domain. * 'Source\_URL': a 'string' feature containing the source URL. * 'Target\_URL': a 'string' feature containing the target URL. * 'translation': a 'dictionary' feature with two keys : + 'en\_XX': a 'string' feature containing the content in English. + <language\_code>: a 'string' feature containing the content in the 'language\_code' specified. For 'sentences' type: * 'LASER\_similarity': a 'float32' feature representing the LASER similarity score. * 'translation': a 'dictionary' feature with two keys : + 'en\_XX': a 'string' feature containing the content in English. + <language\_code>: a 'string' feature containing the content in the 'language\_code' specified. ### Data Splits Split sizes of some small configurations: Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @gchhablani for adding this dataset.
[ "### Dataset Summary\n\n\nCCAligned consists of parallel or comparable web-document pairs in 137 languages aligned with English. These web-document pairs were constructed by performing language identification on raw web-documents, and ensuring corresponding language codes were corresponding in the URLs of web documents. This pattern matching approach yielded more than 100 million aligned documents paired with English. Recognizing that each English document was often aligned to mulitple documents in different target language, we can join on English documents to obtain aligned documents that directly pair two non-English documents (e.g., Arabic-French). This corpus was created from 68 Commoncrawl Snapshots.\n\n\nTo load a language which isn't part of the config, all you need to do is specify the language code. You can find the valid languages in URL E.g.\n\n\nor", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe text in the dataset is in (137) multiple languages aligned with english.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn instance of 'documents' type for language 'ak\\_GH':\n\n\nAn instance of 'sentences' type for language 'ak\\_GH':", "### Data Fields\n\n\nFor 'documents' type:\n\n\n* 'Domain': a 'string' feature containing the domain.\n* 'Source\\_URL': a 'string' feature containing the source URL.\n* 'Target\\_URL': a 'string' feature containing the target URL.\n* 'translation': a 'dictionary' feature with two keys :\n\t+ 'en\\_XX': a 'string' feature containing the content in English.\n\t+ <language\\_code>: a 'string' feature containing the content in the 'language\\_code' specified.\n\n\nFor 'sentences' type:\n\n\n* 'LASER\\_similarity': a 'float32' feature representing the LASER similarity score.\n* 'translation': a 'dictionary' feature with two keys :\n\t+ 'en\\_XX': a 'string' feature containing the content in English.\n\t+ <language\\_code>: a 'string' feature containing the content in the 'language\\_code' specified.", "### Data Splits\n\n\nSplit sizes of some small configurations:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nThe dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @gchhablani for adding this dataset." ]
[ "TAGS\n#task_categories-other #annotations_creators-no-annotation #language_creators-found #multilinguality-translation #size_categories-n<1K #size_categories-1K<n<10K #size_categories-10K<n<100K #size_categories-100K<n<1M #size_categories-1M<n<10M #size_categories-10M<n<100M #source_datasets-original #language-Afrikaans #language-Akan #language-Amharic #language-Arabic #language-Assamese #language-Aymara #language-Azerbaijani #language-Belarusian #language-Bulgarian #language-Bambara #language-Bengali #language-Breton #language-Bosnian #language-Catalan #language-Cebuano #language-Central Kurdish #language-Czech #language-Welsh #language-German #language-Dhivehi #language-Modern Greek (1453-) #language-Esperanto #language-Spanish #language-Persian #language-Fulah #language-Finnish #language-Faroese #language-French #language-Western Frisian #language-Irish #language-Galician #language-Guarani #language-Gujarati #language-Hebrew #language-Hindi #language-Croatian #language-Hungarian #language-Indonesian #language-Igbo #language-Icelandic #language-Italian #language-Inuktitut #language-Japanese #language-Georgian #language-Kachin #language-Kongo #language-Kazakh #language-Khmer #language-Kannada #language-Korean #language-Kurdish #language-Kirghiz #language-Latin #language-Ganda #language-Limburgan #language-Lingala #language-Lao #language-Lithuanian #language-Latvian #language-Malagasy #language-Maori #language-Macedonian #language-Malayalam #language-Mongolian #language-Marathi #language-Malay (macrolanguage) #language-Maltese #language-Burmese #language-Nepali (macrolanguage) #language-Dutch #language-Norwegian #language-Pedi #language-Nyanja #language-Oromo #language-Oriya (macrolanguage) #language-Panjabi #language-Polish #language-Pushto #language-Portuguese #language-Romansh #language-Romanian #language-Russian #language-Kinyarwanda #language-Sardinian #language-Sindhi #language-Northern Sami #language-Shan #language-Sinhala #language-Slovak #language-Slovenian #language-Shona #language-Somali #language-Albanian #language-Serbian #language-Swati #language-Southern Sotho #language-Sundanese #language-Swedish #language-Swahili (macrolanguage) #language-Classical Syriac #language-Silesian #language-Tamil #language-Telugu #language-Tajik #language-Thai #language-Tigrinya #language-Tagalog #language-Tswana #language-Turkish #language-Tsonga #language-Tatar #language-Uighur #language-Ukrainian #language-Urdu #language-Uzbek #language-Venda #language-Vietnamese #language-Waray (Philippines) #language-Wolof #language-Xhosa #language-Yiddish #language-Yoruba #language-Standard Moroccan Tamazight #language-Chinese #language-Zulu #language-Zaza #license-unknown #region-us \n", "### Dataset Summary\n\n\nCCAligned consists of parallel or comparable web-document pairs in 137 languages aligned with English. These web-document pairs were constructed by performing language identification on raw web-documents, and ensuring corresponding language codes were corresponding in the URLs of web documents. This pattern matching approach yielded more than 100 million aligned documents paired with English. Recognizing that each English document was often aligned to mulitple documents in different target language, we can join on English documents to obtain aligned documents that directly pair two non-English documents (e.g., Arabic-French). This corpus was created from 68 Commoncrawl Snapshots.\n\n\nTo load a language which isn't part of the config, all you need to do is specify the language code. You can find the valid languages in URL E.g.\n\n\nor", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe text in the dataset is in (137) multiple languages aligned with english.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn instance of 'documents' type for language 'ak\\_GH':\n\n\nAn instance of 'sentences' type for language 'ak\\_GH':", "### Data Fields\n\n\nFor 'documents' type:\n\n\n* 'Domain': a 'string' feature containing the domain.\n* 'Source\\_URL': a 'string' feature containing the source URL.\n* 'Target\\_URL': a 'string' feature containing the target URL.\n* 'translation': a 'dictionary' feature with two keys :\n\t+ 'en\\_XX': a 'string' feature containing the content in English.\n\t+ <language\\_code>: a 'string' feature containing the content in the 'language\\_code' specified.\n\n\nFor 'sentences' type:\n\n\n* 'LASER\\_similarity': a 'float32' feature representing the LASER similarity score.\n* 'translation': a 'dictionary' feature with two keys :\n\t+ 'en\\_XX': a 'string' feature containing the content in English.\n\t+ <language\\_code>: a 'string' feature containing the content in the 'language\\_code' specified.", "### Data Splits\n\n\nSplit sizes of some small configurations:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nThe dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @gchhablani for adding this dataset." ]
[ 863, 197, 10, 29, 40, 233, 20, 7, 4, 10, 10, 5, 5, 9, 50, 7, 8, 14, 6, 6, 18 ]
[ "passage: ", "passage: TAGS\n#task_categories-other #annotations_creators-no-annotation #language_creators-found #multilinguality-translation #size_categories-n<1K #size_categories-1K<n<10K #size_categories-10K<n<100K #size_categories-100K<n<1M #size_categories-1M<n<10M #size_categories-10M<n<100M #source_datasets-original #language-Afrikaans #language-Akan #language-Amharic #language-Arabic #language-Assamese #language-Aymara #language-Azerbaijani #language-Belarusian #language-Bulgarian #language-Bambara #language-Bengali #language-Breton #language-Bosnian #language-Catalan #language-Cebuano #language-Central Kurdish #language-Czech #language-Welsh #language-German #language-Dhivehi #language-Modern Greek (1453-) #language-Esperanto #language-Spanish #language-Persian #language-Fulah #language-Finnish #language-Faroese #language-French #language-Western Frisian #language-Irish #language-Galician #language-Guarani #language-Gujarati #language-Hebrew #language-Hindi #language-Croatian #language-Hungarian #language-Indonesian #language-Igbo #language-Icelandic #language-Italian #language-Inuktitut #language-Japanese #language-Georgian #language-Kachin #language-Kongo #language-Kazakh #language-Khmer #language-Kannada #language-Korean #language-Kurdish #language-Kirghiz #language-Latin #language-Ganda #language-Limburgan #language-Lingala #language-Lao #language-Lithuanian #language-Latvian #language-Malagasy #language-Maori #language-Macedonian #language-Malayalam #language-Mongolian #language-Marathi #language-Malay (macrolanguage) #language-Maltese #language-Burmese #language-Nepali (macrolanguage) #language-Dutch #language-Norwegian #language-Pedi #language-Nyanja #language-Oromo #language-Oriya (macrolanguage) #language-Panjabi #language-Polish #language-Pushto #language-Portuguese #language-Romansh #language-Romanian #language-Russian #language-Kinyarwanda #language-Sardinian #language-Sindhi #language-Northern Sami #language-Shan #language-Sinhala #language-Slovak #language-Slovenian #language-Shona #language-Somali #language-Albanian #language-Serbian #language-Swati #language-Southern Sotho #language-Sundanese #language-Swedish #language-Swahili (macrolanguage) #language-Classical Syriac #language-Silesian #language-Tamil #language-Telugu #language-Tajik #language-Thai #language-Tigrinya #language-Tagalog #language-Tswana #language-Turkish #language-Tsonga #language-Tatar #language-Uighur #language-Ukrainian #language-Urdu #language-Uzbek #language-Venda #language-Vietnamese #language-Waray (Philippines) #language-Wolof #language-Xhosa #language-Yiddish #language-Yoruba #language-Standard Moroccan Tamazight #language-Chinese #language-Zulu #language-Zaza #license-unknown #region-us \n### Dataset Summary\n\n\nCCAligned consists of parallel or comparable web-document pairs in 137 languages aligned with English. These web-document pairs were constructed by performing language identification on raw web-documents, and ensuring corresponding language codes were corresponding in the URLs of web documents. This pattern matching approach yielded more than 100 million aligned documents paired with English. Recognizing that each English document was often aligned to mulitple documents in different target language, we can join on English documents to obtain aligned documents that directly pair two non-English documents (e.g., Arabic-French). This corpus was created from 68 Commoncrawl Snapshots.\n\n\nTo load a language which isn't part of the config, all you need to do is specify the language code. You can find the valid languages in URL E.g.\n\n\nor### Supported Tasks and Leaderboards### Languages\n\n\nThe text in the dataset is in (137) multiple languages aligned with english.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn instance of 'documents' type for language 'ak\\_GH':\n\n\nAn instance of 'sentences' type for language 'ak\\_GH':" ]
[ 0.032580018043518066, 0.06122221797704697, -0.012809687294065952, 0.03402000293135643, 0.044348668307065964, 0.010456996038556099, 0.017121244221925735, 0.05376570671796799, 0.024284614250063896, 0.10785971581935883, 0.05256764590740204, 0.02375159040093422, 0.02015165239572525, -0.021694261580705643, 0.05406215786933899, -0.26894259452819824, -0.0333605632185936, -0.030556024983525276, -0.01004799734801054, 0.08506233990192413, 0.03000272437930107, -0.05125858634710312, 0.05163954198360443, -0.09291188418865204, 0.09180791676044464, 0.038226015865802765, -0.015083029866218567, 0.047507740557193756, 0.03381820768117905, 0.05594830587506294, 0.07476222515106201, -0.0464184433221817, 0.01778879575431347, -0.19226866960525513, 0.042981501668691635, -0.02269211784005165, -0.07129617035388947, -0.039243653416633606, 0.011579804122447968, -0.06903497129678726, 0.2101314812898636, -0.07017398625612259, 0.007448498159646988, 0.00010412372648715973, -0.10702857375144958, -0.15655478835105896, 0.05318436026573181, 0.07391468435525894, 0.034176215529441833, 0.10526750981807709, -0.07410122454166412, 0.02217336930334568, -0.06670904159545898, 0.07451632618904114, 0.1407085359096527, -0.15719854831695557, -0.07634701579809189, -0.035458773374557495, 0.12585170567035675, 0.11558732390403748, -0.08868536353111267, 0.041554681956768036, -0.016709482297301292, 0.013769964687526226, -0.08187443017959595, -0.10664817690849304, 0.032125718891620636, -0.010781923308968544, -0.13154220581054688, -0.01329195499420166, 0.16431741416454315, -0.04689733684062958, 0.030829565599560738, -0.04766121506690979, -0.021080831065773964, -0.011796241626143456, -0.04817010834813118, -0.040053047239780426, -0.009556829929351807, 0.021473588421940804, 0.13472093641757965, -0.012845922261476517, -0.07930398732423782, 0.01760002225637436, -0.04948863759636879, 0.12028402835130692, 0.0356367789208889, -0.04275467246770859, 0.0005418304353952408, -0.05837242677807808, -0.017842166125774384, -0.08714737743139267, 0.01944485865533352, -0.030808400362730026, 0.035425104200839996, 0.032449591904878616, 0.01350858062505722, 0.08339345455169678, 0.07768678665161133, 0.1235005259513855, -0.07166513055562973, 0.03865012526512146, -0.06950356811285019, -0.0008774995803833008, 0.0023261960595846176, 0.01601705327630043, 0.02478274330496788, -0.10017459094524384, -0.13865280151367188, 0.007241822779178619, 0.08275242149829865, -0.019175084307789803, -0.04862355440855026, 0.061221372336149216, -0.07271648943424225, 0.04255647957324982, 0.058491840958595276, -0.0028911978006362915, 0.0019637933000922203, 0.011724339798092842, -0.004767477512359619, -0.07620454579591751, -0.002024594694375992, 0.04871565103530884, 0.04988028109073639, 0.008363422006368637, -0.06968844681978226, -0.04270496964454651, -0.08542787283658981, -0.004374178126454353, -0.019952386617660522, 0.04033073037862778, -0.01438918337225914, -0.02092839404940605, 0.051258962601423264, -0.036068376153707504, 0.030041037127375603, -0.05687462538480759, 0.005937518551945686, -0.01471894234418869, 0.0009602904319763184, -0.10062171518802643, 0.014520200900733471, 0.015432722866535187, -0.005365680903196335, 0.057145506143569946, -0.0007948111742734909, -0.05278246849775314, -0.044430579990148544, 0.08135812729597092, -0.0002937084063887596, 0.005056966096162796, 0.03266124427318573, 0.028421856462955475, -0.06092080473899841, 0.028082692995667458, -0.03812236711382866, -0.01438681036233902, -0.06041410192847252, -0.008064161986112595, -0.020327022299170494, 0.009948533028364182, -0.011093305423855782, 0.04710885137319565, -0.05498501658439636, 0.13684305548667908, -0.0971369743347168, -0.10871028900146484, 0.18671824038028717, -0.12218814343214035, -0.05325822904706001, 0.05336026847362518, 0.062045302242040634, 0.038450807332992554, 0.028749000281095505, 0.26372331380844116, 0.06763281673192978, -0.003450535237789154, -0.09806927293539047, 0.09866373240947723, 0.0974997729063034, 0.18283265829086304, 0.10698734223842621, -0.04287023842334747, 0.11235833168029785, -0.013150747865438461, 0.0986424908041954, -0.012990448623895645, 0.005746517330408096, -0.04483360797166824, 0.055684156715869904, 0.03247725963592529, 0.041025299578905106, 0.07337184250354767, -0.03964042663574219, -0.04648105800151825, -0.0645105242729187, 0.03097478300333023, 0.07219681143760681, -0.007519773673266172, 0.026442624628543854, -0.05518089979887009, 0.0838853269815445, 0.07487243413925171, 0.012331545352935791, -0.11703863739967346, 0.017906971275806427, -0.0066243745386600494, 0.048965297639369965, 0.11794787645339966, -0.005072537809610367, 0.06304962933063507, 0.010280073620378971, -0.08279716968536377, 0.014889697544276714, -0.01683007925748825, 0.04737524315714836, -0.0275570061057806, -0.2452956587076187, 0.09321106970310211, -0.04528455063700676, 0.07190416008234024, -0.17113204300403595, -0.005471359938383102, 0.0718727633357048, 0.09560820460319519, -0.009246954694390297, -0.050724096596241, 0.004397159907966852, 0.03688724339008331, 0.016686219722032547, 0.0017037615180015564, 0.04751517251133919, -0.03098708763718605, -0.0803913101553917, 0.15613225102424622, -0.1324777752161026, 0.0416179820895195, 0.1357453167438507, -0.16087882220745087, -0.06323982030153275, -0.0537036657333374, -0.01773652620613575, 0.018092701211571693, 0.09463242441415787, 0.003790469141677022, 0.10589241981506348, 0.030868859961628914, 0.0683971419930458, -0.023162413388490677, -0.03903773054480553, -0.004461837001144886, -0.0463869646191597, -0.0253654383122921, 0.18332761526107788, 0.0032074563205242157, -0.07214154303073883, 0.1422112137079239, 0.23514333367347717, 0.10008184611797333, 0.20216214656829834, -0.032561298459768295, -0.03729000315070152, -0.05828550457954407, -0.013253231532871723, 0.007748180069029331, 0.07389578223228455, -0.11582586169242859, 0.03473812714219093, 0.01339644379913807, 0.010120989754796028, 0.000695347785949707, -0.05382252112030983, -0.001185523346066475, -0.028795642778277397, 0.02991761453449726, 0.044108957052230835, 0.03121534362435341, -0.07222611457109451, 0.026423964649438858, 0.024925004690885544, -0.037614114582538605, -0.05021430552005768, -0.022651584818959236, -0.057248555123806, 0.1235247403383255, -0.16475829482078552, -0.1690104901790619, -0.011065006256103516, -0.10798636823892593, 0.029090655967593193, 0.009826852940022945, -0.008612995967268944, -0.11150835454463959, -0.00635167770087719, -0.04690738767385483, 0.047434836626052856, -0.028231799602508545, -0.05736784264445305, -0.07682971656322479, 0.05333533138036728, -0.06266260892152786, -0.0029606297612190247, -0.026475900784134865, -0.003389965742826462, -0.09847050160169601, -0.023403163999319077, -0.06496048718690872, 0.020434193313121796, 0.10763603448867798, 0.14134752750396729, -0.019516009837388992, -0.055472951382398605, 0.10874992609024048, -0.16269272565841675, 0.01855657249689102, 0.06967143714427948, -0.06171063706278801, 0.030673842877149582, 0.15565063059329987, 0.04923026263713837, -0.02544809691607952, 0.001799633726477623, 0.04405068978667259, 0.00006671622395515442, -0.14406555891036987, -0.06488990783691406, -0.05111232027411461, 0.1302655041217804, -0.0005991063080728054, 0.0546545647084713, -0.006770271807909012, -0.041007205843925476, -0.04982098937034607, -0.09282241761684418, 0.07874315977096558, 0.03591954708099365, 0.2299274504184723, -0.09009776264429092, 0.05748093128204346, -0.033214785158634186, -0.04900743067264557, 0.06834778934717178, -0.04553210362792015, 0.004167523235082626, 0.11691842973232269, 0.08210371434688568, 0.030065128579735756, 0.0314200259745121, -0.077379509806633, -0.11502043902873993, 0.004391223192214966, 0.007443834096193314, 0.001890912652015686, -0.04888627305626869, 0.007138010114431381, 0.0659182220697403, 0.11722355335950851, -0.02685379423201084, -0.029226019978523254, -0.035426393151283264, 0.09670521318912506, -0.01959621161222458, 0.11746010184288025, 0.06874633580446243, 0.03949114307761192, 0.07055634260177612, -0.011714223772287369, -0.05967460572719574, 0.09567934274673462, 0.016583718359470367, 0.004002666100859642, 0.13001464307308197, -0.004231242462992668, 0.06231418997049332, -0.01587517000734806, 0.05311547964811325, -0.0989004597067833, -0.0994284600019455, -0.004940362181514502, 0.028870798647403717, -0.18051670491695404, 0.2144860327243805, 0.0489446260035038, -0.07472097873687744, 0.0059350719675421715, -0.009731847792863846, 0.01222242135554552, 0.13662347197532654, 0.15461121499538422, 0.019897308200597763, -0.07836056500673294, -0.12632043659687042, -0.049458153545856476, -0.016819745302200317, 0.16365790367126465, -0.11251888424158096, 0.040295034646987915, -0.00980384275317192, -0.04596754163503647, -0.08075685054063797, 0.09868345409631729, 0.009173359721899033, -0.14339599013328552, 0.07565270364284515, -0.05614231899380684, -0.044377606362104416, -0.000134982168674469, -0.05691070854663849, 0.05641596019268036, 0.010144080966711044, -0.24303998053073883, -0.009358298033475876, 0.020255081355571747, -0.060705043375492096, 0.06331045925617218, -0.04435010626912117, -0.04154030978679657, -0.00923362746834755, -0.029109444469213486, -0.10553377866744995, 0.06031697988510132, 0.026650967076420784, -0.02879342809319496, -0.07581806182861328, -0.037398047745227814, 0.16944006085395813, -0.04289406165480614, 0.0929611399769783, -0.06056175008416176, 0.07543925195932388, 0.009444626048207283, -0.05413878709077835, 0.025324750691652298, -0.04880442097783089, -0.007115245331078768, 0.04546325281262398, -0.03928066045045853, 0.06219099462032318, -0.10152915120124817, -0.09272517263889313, 0.0767178013920784, 0.17036783695220947, -0.008384861052036285, 0.1372714787721634, 0.155720517039299, -0.12144322693347931, -0.22820115089416504, -0.1899595856666565, -0.02909926325082779, -0.0772322490811348, 0.04332663491368294, -0.20204856991767883, 0.030838273465633392, -0.05452587082982063, 0.008253267966210842, 0.020152239128947258, -0.19252488017082214, -0.10869064927101135, 0.054743193089962006, -0.04720160365104675, 0.017169073224067688, -0.12724705040454865, -0.05596788227558136, 0.004932285286486149, 0.05339999496936798, 0.024016685783863068, -0.0010546520352363586, 0.058468498289585114, 0.012324182316660881, -0.13941296935081482, 0.005463822744786739, 0.016545617952942848, 0.12801426649093628, -0.06379757821559906, -0.04170755669474602, -0.12665508687496185, -0.12138134241104126, 0.004215842112898827, 0.012509304098784924, -0.1131998598575592, -0.14748777449131012, -0.07138653844594955, -0.18084362149238586, -0.026428546756505966, -0.08103309571743011, 0.013826852664351463, -0.07199488580226898, -0.01900215819478035, -0.027916433289647102, 0.09172029793262482, -0.01050342433154583, -0.01581498049199581, 0.1718583106994629, -0.11075873672962189, 0.11318138986825943, 0.03697580844163895, 0.09261393547058105, 0.07541022449731827, -0.09607235342264175, -0.03377973288297653, -0.00687169935554266, 0.02247052825987339, -0.06999289989471436, -0.05212175101041794, 0.11047929525375366, -0.03212390094995499, 0.03730235993862152, -0.01883520931005478, -0.06224174052476883, -0.03268842771649361, 0.07778219878673553, -0.07245241105556488, -0.11927283555269241, -0.07264921069145203, -0.06480559706687927, -0.022367846220731735, -0.11828519403934479, 0.1590576171875, 0.00021433085203170776, -0.017646372318267822, 0.006593719124794006, 0.02683670073747635, -0.024196768179535866, 0.03525662422180176, 0.007492005825042725, 0.04231578856706619, -0.022941866889595985, 0.06008881330490112, 0.1239987388253212, -0.16169825196266174, 0.021605463698506355, 0.2614208161830902, 0.028805682435631752, -0.08507807552814484, -0.07945235073566437, 0.07040364295244217, -0.006830422207713127, -0.0046720951795578, -0.032566338777542114, -0.05283258110284805, 0.024032820016145706, 0.2467513233423233, 0.03749559074640274, 0.043384477496147156, -0.011882729828357697, -0.017006345093250275, 0.0820888802409172, 0.16319432854652405, -0.005101621150970459, -0.07140426337718964, -0.009019589982926846, 0.03418096899986267, 0.0521133728325367, 0.02531101554632187, -0.0539327934384346, -0.08905550837516785, -0.1216641515493393, 0.018348244950175285, -0.04299582913517952, -0.026816658675670624, -0.07242126762866974, -0.02851996198296547, -0.0325608104467392, 0.00796843133866787, -0.05672918260097504, -0.07800880819559097, -0.02719729393720627, 0.075849249958992, 0.022252578288316727, 0.0906589925289154, -0.08789300918579102, 0.0053171925246715546, 0.06382182240486145, -0.0046256789937615395, 0.054435715079307556, 0.00750584714114666, -0.012694932520389557, 0.07673439383506775, 0.009832493960857391, 0.07376542687416077, -0.03445970267057419, -0.007334563881158829, -0.06343699991703033, -0.012737695127725601, -0.03706887736916542, -0.06422211229801178, -0.019423749297857285, 0.03726736456155777, -0.011439748108386993, -0.03095516562461853, 0.04140471667051315, 0.041558001190423965, -0.14739978313446045, 0.018229734152555466, 0.04243950545787811, -0.009847860783338547, -0.02670937217772007, 0.052819572389125824, -0.054192591458559036, 0.06962630152702332, -0.083061084151268, -0.009250137954950333, -0.01984812691807747, -0.024936895817518234, -0.027994781732559204, -0.0335807129740715, 0.029602285474538803, -0.001200396567583084, 0.09984759986400604, -0.025556672364473343, 0.08773162215948105, 0.07174836099147797, -0.03557721897959709, -0.019284632056951523, 0.017284519970417023, 0.012579195201396942, 0.08874619007110596, -0.06398173421621323, -0.08960765600204468, 0.0008694138377904892, -0.031185517087578773, 0.0811595693230629, 0.004722781479358673, 0.16915860772132874, 0.21729691326618195, 0.02848663739860058, 0.02472333237528801, -0.07051386684179306, -0.017031680792570114, -0.07084453105926514, 0.0019004680216312408, 0.04797475039958954, -0.1087808758020401, 0.09414888173341751, 0.10294517874717712, -0.02372037246823311, 0.0372181311249733, -0.0174186322838068, -0.030106553807854652, -0.10521961003541946, -0.08021161705255508, 0.00854327529668808, 0.003300897777080536, -0.008544454351067543, -0.05012648552656174, 0.0014999732375144958, -0.03555577993392944, 0.07053977251052856, 0.002171632368117571, 0.09494991600513458, 0.04373077675700188, -0.0734315738081932, 0.068210169672966, 0.022784996777772903, 0.09823580831289291, -0.05086585879325867, -0.010571399703621864, -0.0516294464468956, -0.08468194305896759, -0.04242571443319321, 0.020151186734437943, -0.06934638321399689, -0.024087335914373398, -0.08393619954586029, -0.03729063645005226, 0.03607935085892677, 0.010869819670915604, 0.024140993133187294, 0.17713651061058044, 0.004602126777172089, -0.015283113345503807, -0.0009373907232657075, 0.13704833388328552, -0.04217931628227234, -0.09478060901165009, -0.04268188402056694, 0.2050570398569107, 0.04264300316572189, 0.05427760258316994, -0.06074858829379082, 0.0353693813085556, 0.008393727242946625, 0.12124685943126678, 0.13859346508979797, 0.019218888133764267, 0.03087831474840641, 0.11447294056415558, 0.07756495475769043, 0.06416939944028854, -0.010925697162747383, 0.03457632660865784, 0.1956787407398224, -0.0307651124894619, -0.029972411692142487, -0.07412382960319519, -0.01393180899322033, -0.035582490265369415, 0.003946471959352493, 0.11872432380914688, 0.017193831503391266, -0.005428403615951538, 0.10101453214883804, -0.03681885078549385, 0.06471014022827148, 0.030624091625213623, -0.2658758759498596, -0.04940974712371826, -0.05209977179765701, 0.14055900275707245, 0.0708233192563057, 0.009351937100291252, 0.08012550324201584, -0.09970172494649887, -0.031363628804683685, 0.06474097073078156, -0.07124757021665573, -0.08348551392555237, 0.09431951493024826, -0.061880845576524734, 0.0741753950715065, -0.07829940319061279, 0.017086375504732132, 0.06793232262134552, 0.0062980130314826965, 0.020082231611013412, 0.032883964478969574, 0.11617536842823029, -0.007421465590596199, -0.07161477953195572, 0.11009210348129272, -0.018392695114016533, 0.08658964186906815, 0.08657790720462799, 0.05562945455312729, 0.06355470418930054, 0.0007813181728124619, -0.07417850941419601, 0.09037648886442184, 0.1487724483013153, -0.1270563006401062, 0.040212664753198624, 0.18073658645153046, 0.02285442128777504, -0.1102096438407898, -0.028558023273944855, -0.002811489626765251, -0.031161222606897354, 0.06820735335350037, -0.038943812251091, -0.030783429741859436, 0.02136974222958088, 0.01278157439082861, 0.06160130351781845, -0.1150435358285904, -0.07062479108572006, 0.12209077179431915, 0.07361646741628647, -0.09569771587848663, 0.08361530303955078, 0.02531796135008335, -0.03868892788887024, -0.03872476518154144, -0.1721101999282837, 0.10207714140415192, 0.06398388743400574, -0.052611999213695526, 0.003887576051056385 ]
b54010592d87b35ea7e007a1de9e6a3ed7d35f8b
# Dataset Card for [Dataset Name] ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** http://zil.ipipan.waw.pl/Scwad/CDSCorpus - **Repository:** - **Paper:** https://aclanthology.org/P17-1073/ - **Leaderboard:** https://klejbenchmark.com/leaderboard/ - **Point of Contact:** [Alina Wróblewska](mailto:alina@ipipan.waw.pl) ### Dataset Summary Polish CDSCorpus consists of 10K Polish sentence pairs which are human-annotated for semantic relatedness and entailment. The dataset may be used for the evaluation of compositional distributional semantics models of Polish. The dataset was presented at ACL 2017. Please refer to the Wróblewska and Krasnowska-Kieraś (2017) for a detailed description of the resource. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages Polish ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields - pair_ID: id of sentences pairs - sentence_A: first sentence - sentence_B: second sentence for cdsc-e domain: - entailment_judgment: either 'NEUTRAL', 'CONTRADICTION' or 'ENTAILMENT' for cdsc-r domain: - relatedness_score: float representing a reletedness ### Data Splits Data is splitted in train/dev/test split. ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 Dataset provided for research purposes only. Please check dataset license for additional information. ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information CC BY-NC-SA 4.0 ### Citation Information ``` @inproceedings{wroblewska-krasnowska-kieras-2017-polish, title = "{P}olish evaluation dataset for compositional distributional semantics models", author = "Wr{\'o}blewska, Alina and Krasnowska-Kiera{\'s}, Katarzyna", editor = "Barzilay, Regina and Kan, Min-Yen", booktitle = "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)", month = jul, year = "2017", address = "Vancouver, Canada", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/P17-1073", doi = "10.18653/v1/P17-1073", pages = "784--792", abstract = "The paper presents a procedure of building an evaluation dataset. for the validation of compositional distributional semantics models estimated for languages other than English. The procedure generally builds on steps designed to assemble the SICK corpus, which contains pairs of English sentences annotated for semantic relatedness and entailment, because we aim at building a comparable dataset. However, the implementation of particular building steps significantly differs from the original SICK design assumptions, which is caused by both lack of necessary extraneous resources for an investigated language and the need for language-specific transformation rules. The designed procedure is verified on Polish, a fusional language with a relatively free word order, and contributes to building a Polish evaluation dataset. The resource consists of 10K sentence pairs which are human-annotated for semantic relatedness and entailment. The dataset may be used for the evaluation of compositional distributional semantics models of Polish.", } ``` ### Contributions Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.
cdsc
[ "task_categories:other", "annotations_creators:expert-generated", "language_creators:other", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:pl", "license:cc-by-nc-sa-4.0", "sentences entailment and relatedness", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["other"], "language": ["pl"], "license": ["cc-by-nc-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["other"], "task_ids": [], "paperswithcode_id": "polish-cdscorpus", "pretty_name": "Polish CDSCorpus", "tags": ["sentences entailment and relatedness"], "dataset_info": [{"config_name": "cdsc-e", "features": [{"name": "pair_ID", "dtype": "int32"}, {"name": "sentence_A", "dtype": "string"}, {"name": "sentence_B", "dtype": "string"}, {"name": "entailment_judgment", "dtype": {"class_label": {"names": {"0": "NEUTRAL", "1": "CONTRADICTION", "2": "ENTAILMENT"}}}}], "splits": [{"name": "train", "num_bytes": 1381894, "num_examples": 8000}, {"name": "test", "num_bytes": 179392, "num_examples": 1000}, {"name": "validation", "num_bytes": 174654, "num_examples": 1000}], "download_size": 744169, "dataset_size": 1735940}, {"config_name": "cdsc-r", "features": [{"name": "pair_ID", "dtype": "int32"}, {"name": "sentence_A", "dtype": "string"}, {"name": "sentence_B", "dtype": "string"}, {"name": "relatedness_score", "dtype": "float32"}], "splits": [{"name": "train", "num_bytes": 1349894, "num_examples": 8000}, {"name": "test", "num_bytes": 175392, "num_examples": 1000}, {"name": "validation", "num_bytes": 170654, "num_examples": 1000}], "download_size": 747648, "dataset_size": 1695940}], "configs": [{"config_name": "cdsc-e", "data_files": [{"split": "train", "path": "cdsc-e/train-*"}, {"split": "test", "path": "cdsc-e/test-*"}, {"split": "validation", "path": "cdsc-e/validation-*"}]}, {"config_name": "cdsc-r", "data_files": [{"split": "train", "path": "cdsc-r/train-*"}, {"split": "test", "path": "cdsc-r/test-*"}, {"split": "validation", "path": "cdsc-r/validation-*"}]}]}
2024-01-18T08:46:51+00:00
[]
[ "pl" ]
TAGS #task_categories-other #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Polish #license-cc-by-nc-sa-4.0 #sentences entailment and relatedness #region-us
# Dataset Card for [Dataset Name] ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: - Paper: URL - Leaderboard: URL - Point of Contact: Alina Wróblewska ### Dataset Summary Polish CDSCorpus consists of 10K Polish sentence pairs which are human-annotated for semantic relatedness and entailment. The dataset may be used for the evaluation of compositional distributional semantics models of Polish. The dataset was presented at ACL 2017. Please refer to the Wróblewska and Krasnowska-Kieraś (2017) for a detailed description of the resource. ### Supported Tasks and Leaderboards ### Languages Polish ## Dataset Structure ### Data Instances ### Data Fields - pair_ID: id of sentences pairs - sentence_A: first sentence - sentence_B: second sentence for cdsc-e domain: - entailment_judgment: either 'NEUTRAL', 'CONTRADICTION' or 'ENTAILMENT' for cdsc-r domain: - relatedness_score: float representing a reletedness ### Data Splits Data is splitted in train/dev/test split. ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Dataset provided for research purposes only. Please check dataset license for additional information. ## Additional Information ### Dataset Curators ### Licensing Information CC BY-NC-SA 4.0 ### Contributions Thanks to @abecadel for adding this dataset.
[ "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository:\n- Paper: URL\n- Leaderboard: URL\n- Point of Contact: Alina Wróblewska", "### Dataset Summary\n\nPolish CDSCorpus consists of 10K Polish sentence pairs which are human-annotated for semantic relatedness and entailment. The dataset may be used for the evaluation of compositional distributional semantics models of Polish. The dataset was presented at ACL 2017. Please refer to the Wróblewska and Krasnowska-Kieraś (2017) for a detailed description of the resource.", "### Supported Tasks and Leaderboards", "### Languages\n\nPolish", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- pair_ID: id of sentences pairs\n- sentence_A: first sentence\n- sentence_B: second sentence\n\nfor cdsc-e domain:\n- entailment_judgment: either 'NEUTRAL', 'CONTRADICTION' or 'ENTAILMENT'\n\nfor cdsc-r domain:\n- relatedness_score: float representing a reletedness", "### Data Splits\n\nData is splitted in train/dev/test split.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\nDataset provided for research purposes only. Please check dataset license for additional information.", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nCC BY-NC-SA 4.0", "### Contributions\n\nThanks to @abecadel for adding this dataset." ]
[ "TAGS\n#task_categories-other #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Polish #license-cc-by-nc-sa-4.0 #sentences entailment and relatedness #region-us \n", "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository:\n- Paper: URL\n- Leaderboard: URL\n- Point of Contact: Alina Wróblewska", "### Dataset Summary\n\nPolish CDSCorpus consists of 10K Polish sentence pairs which are human-annotated for semantic relatedness and entailment. The dataset may be used for the evaluation of compositional distributional semantics models of Polish. The dataset was presented at ACL 2017. Please refer to the Wróblewska and Krasnowska-Kieraś (2017) for a detailed description of the resource.", "### Supported Tasks and Leaderboards", "### Languages\n\nPolish", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- pair_ID: id of sentences pairs\n- sentence_A: first sentence\n- sentence_B: second sentence\n\nfor cdsc-e domain:\n- entailment_judgment: either 'NEUTRAL', 'CONTRADICTION' or 'ENTAILMENT'\n\nfor cdsc-r domain:\n- relatedness_score: float representing a reletedness", "### Data Splits\n\nData is splitted in train/dev/test split.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\nDataset provided for research purposes only. Please check dataset license for additional information.", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nCC BY-NC-SA 4.0", "### Contributions\n\nThanks to @abecadel for adding this dataset." ]
[ 90, 10, 120, 33, 96, 10, 6, 6, 6, 89, 17, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 25, 5, 6, 13, 17 ]
[ "passage: TAGS\n#task_categories-other #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Polish #license-cc-by-nc-sa-4.0 #sentences entailment and relatedness #region-us \n# Dataset Card for [Dataset Name]## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository:\n- Paper: URL\n- Leaderboard: URL\n- Point of Contact: Alina Wróblewska### Dataset Summary\n\nPolish CDSCorpus consists of 10K Polish sentence pairs which are human-annotated for semantic relatedness and entailment. The dataset may be used for the evaluation of compositional distributional semantics models of Polish. The dataset was presented at ACL 2017. Please refer to the Wróblewska and Krasnowska-Kieraś (2017) for a detailed description of the resource.### Supported Tasks and Leaderboards### Languages\n\nPolish## Dataset Structure### Data Instances### Data Fields\n\n- pair_ID: id of sentences pairs\n- sentence_A: first sentence\n- sentence_B: second sentence\n\nfor cdsc-e domain:\n- entailment_judgment: either 'NEUTRAL', 'CONTRADICTION' or 'ENTAILMENT'\n\nfor cdsc-r domain:\n- relatedness_score: float representing a reletedness### Data Splits\n\nData is splitted in train/dev/test split.## Dataset Creation### Curation Rationale### Source Data" ]
[ -0.02178792841732502, 0.16151094436645508, -0.007615514099597931, -0.00038507787394337356, 0.043040741235017776, 0.05760972574353218, 0.09216057509183884, 0.09974204748868942, 0.031228922307491302, 0.11076054722070694, -0.07416992634534836, 0.05084863677620888, 0.10860970616340637, 0.10233425348997116, 0.012609378434717655, -0.2740600109100342, 0.05576630309224129, -0.06713630259037018, -0.03913962095975876, 0.10599913448095322, 0.14823497831821442, -0.09298638999462128, 0.028949882835149765, -0.011560006067156792, -0.05686965957283974, 0.002366329776123166, -0.0917918011546135, -0.01605278067290783, 0.05063949525356293, 0.022449076175689697, 0.11528557538986206, 0.03580929711461067, 0.05225539579987526, -0.24951736629009247, 0.019307715818285942, 0.06129100173711777, 0.013632621616125107, 0.042950425297021866, 0.08487009257078171, -0.09684434533119202, 0.041046373546123505, -0.18181400001049042, 0.10280121862888336, 0.021214116364717484, -0.07356148958206177, -0.11086422950029373, -0.10844843089580536, 0.07047216594219208, 0.10488815605640411, 0.025323646143078804, -0.05433379486203194, 0.06881897151470184, -0.08486650139093399, 0.04435111954808235, 0.050642386078834534, -0.07677710801362991, -0.056555233895778656, -0.034872543066740036, -0.028741665184497833, 0.04135816916823387, -0.1428755670785904, -0.039283186197280884, -0.04240448772907257, -0.0014123875880613923, 0.025378050282597542, -0.010295537300407887, -0.04111851379275322, 0.021221091970801353, -0.12602493166923523, -0.007951492443680763, 0.16174724698066711, -0.0023186136968433857, 0.007195097394287586, -0.18601661920547485, 0.013309522531926632, 0.08692318946123123, -0.03140287846326828, -0.0006126618245616555, 0.00866259541362524, -0.057604849338531494, 0.036708977073431015, -0.020671607926487923, -0.07861008495092392, 0.031843461096286774, -0.04336855188012123, 0.12398470193147659, 0.042112622410058975, 0.0018753603799268603, 0.03923698142170906, 0.06172667816281319, 0.06014740839600563, -0.10768788307905197, -0.031172700226306915, -0.06267573684453964, -0.17904134094715118, -0.042680177837610245, -0.00946985837072134, -0.046079982072114944, 0.06220978498458862, 0.16718655824661255, -0.02629488706588745, 0.030226735398173332, -0.018155859783291817, -0.011327511630952358, 0.14309349656105042, 0.11006029695272446, -0.05065048858523369, -0.06328027695417404, -0.07895717769861221, -0.030013933777809143, -0.02875624969601631, 0.01573920249938965, -0.012561940588057041, 0.03191061317920685, 0.00406476529315114, 0.08606331795454025, 0.10640404373407364, 0.03306891769170761, -0.07086880505084991, -0.06225108727812767, 0.10225853323936462, -0.14583149552345276, 0.0512780100107193, 0.058186259120702744, -0.03529883176088333, 0.07090641558170319, -0.06356706470251083, 0.030071135610342026, -0.07035457342863083, 0.17049118876457214, -0.037314411252737045, -0.006557553540915251, -0.06419625133275986, -0.06943735480308533, 0.08508053421974182, 0.023694537580013275, -0.04824778065085411, -0.004215167835354805, -0.04530404135584831, -0.0690801590681076, 0.006632882170379162, -0.0966000109910965, -0.04019244387745857, -0.018251022323966026, 0.02783994935452938, 0.03819959983229637, 0.0021433914080262184, -0.0008987545734271407, -0.04601578414440155, 0.009658651426434517, -0.12708868086338043, 0.0005400156951509416, 0.06067360192537308, 0.039434827864170074, -0.07764244824647903, 0.010212057270109653, -0.13301102817058563, 0.08527162671089172, -0.13374453783035278, 0.026878617703914642, -0.1053692176938057, -0.013616646640002728, 0.029140768572688103, -0.025782804936170578, -0.043339379131793976, 0.1050010472536087, -0.1853175014257431, -0.046855490654706955, 0.11764208227396011, -0.08770789951086044, -0.019840221852064133, 0.0752086192369461, -0.035517387092113495, 0.02307705208659172, 0.07828306406736374, 0.14795823395252228, 0.08948232233524323, -0.017412569373846054, -0.041222136467695236, -0.07168088108301163, 0.050587303936481476, 0.21751590073108673, 0.11117273569107056, -0.07428240031003952, 0.17465931177139282, 0.017835283651947975, -0.03956996276974678, -0.07155417650938034, 0.0016511580906808376, -0.05442845821380615, 0.0194089338183403, 0.00101122644264251, 0.05371969938278198, -0.014847640879452229, -0.06049492582678795, -0.04258468747138977, -0.11348965764045715, 0.11492007225751877, 0.08182995766401291, -0.019980551674962044, 0.02695753611624241, -0.04534035921096802, -0.047082819044589996, 0.09901812672615051, -0.01430756039917469, -0.1554897129535675, -0.18985046446323395, 0.04318367689847946, -0.040639713406562805, 0.07752423733472824, -0.036150120198726654, 0.011023563332855701, -0.049754682928323746, -0.04112384468317032, 0.006146218627691269, -0.007751902565360069, 0.04788585007190704, 0.0017354515148326755, -0.19042308628559113, -0.015369929373264313, -0.04236366227269173, 0.13038961589336395, -0.0027931593358516693, -0.009454919956624508, 0.16062305867671967, 0.24229082465171814, 0.027301138266921043, -0.03722058981657028, 0.007108022924512625, 0.01430533081293106, 0.024399327114224434, -0.0246907826513052, -0.004939706064760685, -0.0348147414624691, 0.022287221625447273, 0.05893919616937637, -0.04274033382534981, -0.14263665676116943, 0.04866155982017517, 0.09385586529970169, -0.058044977486133575, -0.09654811024665833, -0.0705135315656662, -0.011029801331460476, -0.08167162537574768, -0.15307679772377014, 0.02718481793999672, 0.0577668622136116, -0.01620476320385933, -0.05252355709671974, -0.1309312880039215, -0.0748085230588913, 0.05051465705037117, -0.07947918772697449, 0.11154615134000778, -0.031406961381435394, -0.14812541007995605, 0.15736083686351776, 0.06318340450525284, 0.10434281826019287, 0.10647954791784286, -0.052878301590681076, -0.08120962977409363, -0.01951182261109352, -0.006877265404909849, -0.02398606203496456, 0.08116272836923599, -0.03795257955789566, 0.02045103907585144, 0.06337621062994003, 0.007894200272858143, 0.011488314718008041, -0.04806504026055336, 0.048878878355026245, -0.006053621415048838, 0.0015573546988889575, -0.017343556508421898, -0.019466806203126907, 0.07882218062877655, 0.10619059205055237, 0.05093744024634361, 0.10645925998687744, -0.03512226417660713, -0.05868466943502426, -0.0766831785440445, 0.10448888689279556, -0.1871749460697174, -0.20531031489372253, -0.08237146586179733, -0.03128797188401222, -0.022385332733392715, -0.06432849913835526, 0.01577674224972725, -0.050142403692007065, -0.09589345008134842, -0.03394171968102455, 0.12598395347595215, 0.02097328193485737, -0.09954164177179337, -0.01747073605656624, 0.03955434262752533, -0.038968492299318314, -0.10984589904546738, 0.031022777780890465, 0.03498401492834091, 0.04053431749343872, 0.011318981647491455, 0.013440854847431183, 0.06934286653995514, 0.10299988090991974, 0.052752621471881866, -0.013040591962635517, -0.0495850145816803, 0.21734441816806793, -0.14559929072856903, 0.15558099746704102, 0.01795232482254505, -0.0850880965590477, 0.06688820570707321, 0.21417948603630066, 0.03929562494158745, 0.009840982034802437, 0.028282545506954193, 0.09924444556236267, 0.04129854217171669, -0.2508774697780609, -0.13193687796592712, -0.06966642290353775, -0.04922027513384819, 0.06528324633836746, 0.03734622523188591, -0.02656981721520424, 0.018124137073755264, -0.14592206478118896, -0.08807512372732162, 0.1048130989074707, 0.06645870953798294, 0.1382850557565689, 0.011781112290918827, 0.04930620640516281, -0.03528113663196564, -0.047180578112602234, 0.08172303438186646, 0.05285815894603729, 0.19699817895889282, 0.028181755915284157, 0.20083391666412354, 0.06498219817876816, 0.07686486095190048, -0.056719642132520676, 0.035563308745622635, 0.007051324937492609, 0.08983363211154938, 0.010996190831065178, -0.06340596824884415, 0.07587895542383194, 0.05439276993274689, 0.10728024691343307, -0.09553544968366623, 0.06757064908742905, -0.13740958273410797, 0.12011759728193283, 0.16723370552062988, 0.05581964552402496, -0.039439234882593155, -0.011931597255170345, 0.09643984586000443, -0.05013766884803772, -0.08937957882881165, -0.038549166172742844, -0.01042530033737421, -0.16657526791095734, 0.10483425855636597, -0.01642872765660286, 0.10609081387519836, -0.06941363960504532, -0.06210198625922203, -0.001838982687331736, 0.04510919377207756, -0.043705619871616364, 0.11601576954126358, -0.12322922796010971, 0.1307617425918579, 0.0037221608217805624, 0.010809984058141708, -0.08465177565813065, 0.05602480471134186, -0.007640572264790535, 0.017171964049339294, 0.11869755387306213, 0.007644549012184143, -0.08810985833406448, 0.029159991070628166, -0.08054506033658981, -0.009321274235844612, 0.1259312629699707, -0.1419687718153, 0.09547534584999084, -0.0231490395963192, -0.01784471608698368, -0.03337963670492172, -0.05455038323998451, -0.1151331439614296, -0.2126491367816925, 0.08278877288103104, -0.06876204162836075, 0.04907704517245293, -0.028314482420682907, -0.06108497828245163, -0.09351321309804916, 0.14661981165409088, -0.14763450622558594, -0.11742182821035385, -0.16487716138362885, -0.02592412754893303, 0.20122186839580536, -0.06079849228262901, 0.022603720426559448, -0.024869361892342567, 0.22312729060649872, -0.02998822182416916, -0.08282831311225891, 0.000614568532910198, -0.03984476625919342, -0.15956543385982513, -0.02104155346751213, 0.16031965613365173, 0.057288382202386856, 0.02953922376036644, 0.008857636712491512, 0.0794534832239151, -0.04309842735528946, -0.07502424716949463, 0.02796049416065216, 0.04552730917930603, 0.052042897790670395, 0.10548453032970428, -0.09069247543811798, -0.1414141207933426, -0.1488969773054123, -0.054013870656490326, 0.09718232601881027, 0.0727706328034401, -0.05488668382167816, 0.16389881074428558, 0.08434218168258667, -0.09016747772693634, -0.21452495455741882, -0.011618378572165966, 0.057808488607406616, -0.006004753056913614, 0.04465997591614723, -0.1715419590473175, 0.04895545914769173, 0.06390359997749329, -0.001859644427895546, -0.05744469165802002, -0.14701393246650696, -0.11928042769432068, 0.037684112787246704, -0.03364373371005058, -0.28374937176704407, -0.12620462477207184, -0.09561534970998764, -0.058327049016952515, -0.1719258576631546, 0.18857602775096893, 0.0017335653537884355, -0.013580091297626495, 0.016504012048244476, 0.10844103991985321, 0.023028455674648285, 0.0008756422903388739, 0.1483856439590454, 0.060338206589221954, -0.023051375523209572, -0.08128006756305695, -0.08030670881271362, 0.08026126027107239, -0.02648860029876232, 0.04334505274891853, 0.032929278910160065, 0.00021272109006531537, -0.1399468183517456, -0.023078013211488724, -0.08987443894147873, 0.014556081965565681, -0.0975559651851654, -0.04993147403001785, -0.11274618655443192, 0.10373065620660782, 0.07449088245630264, -0.06258974969387054, 0.11883748322725296, -0.028165064752101898, 0.006515895947813988, 0.06516962498426437, 0.11300899088382721, 0.08521386981010437, -0.10710673034191132, -0.012431450188159943, -0.014455254189670086, -0.03342800959944725, -0.12444533407688141, 0.07189164310693741, 0.11665905267000198, 0.017527803778648376, 0.1266646832227707, -0.027779482305049896, -0.1643558144569397, -0.04953953996300697, 0.0703585222363472, -0.045065559446811676, -0.17321626842021942, 0.01409991830587387, 0.030633585527539253, -0.14315389096736908, -0.022484097629785538, 0.07071088999509811, 0.06197357177734375, -0.08327804505825043, 0.022465063259005547, 0.09763742983341217, 0.027531934902071953, 0.1092114970088005, 0.020255913957953453, 0.052763041108846664, -0.10523805022239685, 0.10002831369638443, 0.12366446107625961, -0.025105290114879608, -0.029233619570732117, 0.1281517744064331, -0.0686052143573761, -0.03422963619232178, 0.04645847901701927, -0.03462967649102211, 0.0005936875240877271, -0.015403932891786098, 0.02076827734708786, -0.18525691330432892, 0.022114694118499756, 0.11810009181499481, 0.005465830210596323, 0.05513779819011688, 0.04381426051259041, -0.02801709994673729, -0.024656662717461586, 0.15373679995536804, 0.05763803422451019, 0.02805248089134693, -0.006219771690666676, 0.0329054519534111, -0.03309089317917824, -0.006520119495689869, 0.009964016266167164, -0.026195354759693146, -0.09868200123310089, -0.01288348063826561, -0.06226566061377525, -0.02212541550397873, -0.10663662850856781, -0.013237819075584412, 0.014798974618315697, -0.06538105756044388, -0.006619274616241455, 0.02497701346874237, -0.06395711749792099, -0.032297536730766296, -0.047052837908267975, 0.11076310276985168, -0.16971975564956665, 0.002756927628070116, 0.10263170301914215, -0.08428629487752914, 0.09500964730978012, 0.00307002873159945, -0.0011331974528729916, 0.02472778595983982, -0.08328161388635635, -0.03214124217629433, -0.05401632562279701, 0.052211057394742966, 0.03754888474941254, -0.16194018721580505, -0.032764703035354614, -0.007834336720407009, -0.043588511645793915, 0.04151465371251106, -0.004800391383469105, -0.07223161309957504, 0.07556256651878357, -0.03915379196405411, -0.1203218474984169, -0.0170277152210474, 0.034320440143346786, 0.061626136302948, -0.0275576189160347, 0.138147234916687, 0.007929706014692783, 0.07028061896562576, -0.10910682380199432, -0.0073738195933401585, 0.02296227030456066, -0.006273172330111265, 0.039744555950164795, -0.018941985443234444, 0.05783636495471001, 0.017041519284248352, 0.1549667865037918, -0.03384694457054138, 0.013369668275117874, 0.09786369651556015, 0.07339971512556076, -0.09179054200649261, 0.08386900275945663, 0.03041664883494377, -0.017118282616138458, -0.03274715691804886, -0.039507631212472916, -0.10277295112609863, -0.08082253485918045, -0.06442804634571075, 0.10378547012805939, 0.1913856714963913, 0.1809295117855072, -0.05705709382891655, 0.13671083748340607, -0.058319978415966034, -0.006310619413852692, 0.037064842879772186, 0.005757423117756844, -0.031669214367866516, -0.06675396114587784, 0.1305234581232071, 0.04552294313907623, -0.1944049894809723, 0.12983766198158264, -0.06418939679861069, -0.08498270809650421, -0.02690878137946129, -0.13556727766990662, -0.07364772260189056, -0.020924493670463562, -0.018251126632094383, -0.13224190473556519, 0.07036145776510239, 0.1030343770980835, 0.003903991775587201, -0.00006866341573186219, 0.06331906467676163, -0.06153548136353493, -0.1236540749669075, 0.09289197623729706, 0.07383530586957932, 0.035828858613967896, 0.02104918099939823, 0.04699147492647171, -0.011849429458379745, 0.1023465096950531, 0.07415065169334412, 0.050214704126119614, -0.0002546479518059641, -0.05381792411208153, -0.07087021321058273, -0.06111514940857887, 0.041638586670160294, -0.0363161638379097, -0.06199022755026817, 0.12462536990642548, 0.014036220498383045, 0.05716969072818756, -0.013886446133255959, 0.20633670687675476, -0.01578540913760662, -0.11804476380348206, -0.17401541769504547, -0.02739119715988636, -0.007454060949385166, 0.02946605160832405, 0.08718627691268921, -0.1494932621717453, 0.003052392043173313, 0.12185978144407272, 0.12137065827846527, 0.023423437029123306, 0.001338705187663436, 0.01757960207760334, 0.04250364378094673, 0.04774736613035202, 0.02501826547086239, 0.011011559516191483, 0.1466766893863678, -0.029174523428082466, 0.08844304829835892, -0.018800193443894386, -0.045463014394044876, -0.06736350059509277, 0.07657591998577118, -0.013104270212352276, -0.045527320355176926, -0.08366455882787704, 0.17099454998970032, -0.037421394139528275, -0.20772506296634674, 0.043829545378685, -0.11969251185655594, -0.16079659759998322, -0.03604276105761528, 0.0658513680100441, -0.01795499213039875, 0.02478179521858692, 0.052714407444000244, -0.07909580320119858, 0.22801069915294647, 0.07199029624462128, -0.0038099384400993586, -0.05534271150827408, 0.11312948167324066, -0.15115980803966522, 0.17111603915691376, 0.019312230870127678, 0.10808562487363815, 0.07606597989797592, -0.05155346915125847, -0.09960151463747025, -0.01960793323814869, 0.09410711377859116, -0.05220866575837135, 0.03772231563925743, 0.14994506537914276, -0.008598634973168373, 0.10958505421876907, 0.11391431838274002, -0.025657188147306442, 0.0709884762763977, 0.10025198757648468, -0.02142687514424324, -0.05664965510368347, 0.12450850009918213, -0.12784059345722198, 0.08239120990037918, 0.1464044600725174, -0.04952581599354744, 0.021207939833402634, -0.023217210546135902, -0.009699908085167408, -0.0069620488211512566, 0.1788475662469864, -0.015302988700568676, -0.13469144701957703, 0.0003313566849101335, 0.014377357438206673, 0.10260426998138428, -0.11882622539997101, -0.046055976301431656, 0.0073339189402759075, -0.011791815981268883, -0.03269236162304878, 0.1499009132385254, 0.034122150391340256, -0.02522588148713112, -0.03640545904636383, -0.1498270183801651, 0.03454923629760742, 0.10247721523046494, -0.06908357888460159, 0.0716773122549057 ]
6c872f54a00a2bd65b1e502b5221dd1161d30789
# Dataset Card for [Dataset Name] ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** http://2019.poleval.pl/index.php/tasks/ - **Repository:** https://github.com/ptaszynski/cyberbullying-Polish - **Paper:** - **Leaderboard:** https://klejbenchmark.com/leaderboard/ - **Point of Contact:** ### Dataset Summary The Cyberbullying Detection task was part of 2019 edition of PolEval competition. The goal is to predict if a given Twitter message contains a cyberbullying (harmful) content. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages Polish ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields - sentence: an anonymized tweet in polish - target: 1 if tweet is described as bullying, 0 otherwise. The test set doesn't have labels so -1 is used instead. ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information BSD 3-Clause ### Citation Information [More Information Needed] ### Contributions Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.
cdt
[ "task_categories:text-classification", "task_ids:sentiment-classification", "annotations_creators:expert-generated", "language_creators:other", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:pl", "license:bsd-3-clause", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["other"], "language": ["pl"], "license": ["bsd-3-clause"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["sentiment-classification"], "pretty_name": "cdt", "dataset_info": {"features": [{"name": "sentence", "dtype": "string"}, {"name": "target", "dtype": {"class_label": {"names": {"0": "0", "1": "1"}}}}], "splits": [{"name": "train", "num_bytes": 1104314, "num_examples": 10041}, {"name": "test", "num_bytes": 109677, "num_examples": 1000}], "download_size": 649329, "dataset_size": 1213991}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-18T14:08:18+00:00
[]
[ "pl" ]
TAGS #task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Polish #license-bsd-3-clause #region-us
# Dataset Card for [Dataset Name] ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: URL - Paper: - Leaderboard: URL - Point of Contact: ### Dataset Summary The Cyberbullying Detection task was part of 2019 edition of PolEval competition. The goal is to predict if a given Twitter message contains a cyberbullying (harmful) content. ### Supported Tasks and Leaderboards ### Languages Polish ## Dataset Structure ### Data Instances ### Data Fields - sentence: an anonymized tweet in polish - target: 1 if tweet is described as bullying, 0 otherwise. The test set doesn't have labels so -1 is used instead. ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information BSD 3-Clause ### Contributions Thanks to @abecadel for adding this dataset.
[ "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage:\n URL\n- Repository:\n URL\n- Paper:\n- Leaderboard:\n URL\n- Point of Contact:", "### Dataset Summary\n\nThe Cyberbullying Detection task was part of 2019 edition of PolEval competition. The goal is to predict if a given Twitter message contains a cyberbullying (harmful) content.", "### Supported Tasks and Leaderboards", "### Languages\n\nPolish", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- sentence: an anonymized tweet in polish\n- target: 1 if tweet is described as bullying, 0 otherwise. The test set doesn't have labels so -1 is used instead.", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nBSD 3-Clause", "### Contributions\n\nThanks to @abecadel for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Polish #license-bsd-3-clause #region-us \n", "# Dataset Card for [Dataset Name]", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage:\n URL\n- Repository:\n URL\n- Paper:\n- Leaderboard:\n URL\n- Point of Contact:", "### Dataset Summary\n\nThe Cyberbullying Detection task was part of 2019 edition of PolEval competition. The goal is to predict if a given Twitter message contains a cyberbullying (harmful) content.", "### Supported Tasks and Leaderboards", "### Languages\n\nPolish", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- sentence: an anonymized tweet in polish\n- target: 1 if tweet is described as bullying, 0 otherwise. The test set doesn't have labels so -1 is used instead.", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nBSD 3-Clause", "### Contributions\n\nThanks to @abecadel for adding this dataset." ]
[ 92, 10, 120, 27, 47, 10, 6, 6, 6, 45, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 12, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Polish #license-bsd-3-clause #region-us \n# Dataset Card for [Dataset Name]## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage:\n URL\n- Repository:\n URL\n- Paper:\n- Leaderboard:\n URL\n- Point of Contact:### Dataset Summary\n\nThe Cyberbullying Detection task was part of 2019 edition of PolEval competition. The goal is to predict if a given Twitter message contains a cyberbullying (harmful) content.### Supported Tasks and Leaderboards### Languages\n\nPolish## Dataset Structure### Data Instances### Data Fields\n\n- sentence: an anonymized tweet in polish\n- target: 1 if tweet is described as bullying, 0 otherwise. The test set doesn't have labels so -1 is used instead.### Data Splits## Dataset Creation### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases### Other Known Limitations## Additional Information### Dataset Curators### Licensing Information\n\nBSD 3-Clause### Contributions\n\nThanks to @abecadel for adding this dataset." ]
[ 0.025899738073349, 0.21763193607330322, -0.007494010496884584, 0.021545395255088806, 0.09030381590127945, 0.019171493127942085, 0.07247412949800491, 0.09337357431650162, 0.003879911033436656, 0.15180321037769318, -0.030103303492069244, 0.03988051414489746, 0.11505372077226639, 0.10705966502428055, 0.012916410341858864, -0.22440576553344727, 0.04664388671517372, -0.11266904324293137, -0.022102681919932365, 0.10903552919626236, 0.13064852356910706, -0.0768551155924797, 0.03544149920344353, -0.0634845569729805, -0.020729389041662216, 0.02316501922905445, -0.07037916779518127, -0.030482511967420578, 0.0004255543171893805, 0.0330517552793026, 0.06739967316389084, 0.003830390516668558, 0.04039810597896576, -0.26651090383529663, 0.02452654205262661, 0.048665601760149, -0.023981664329767227, 0.03225891292095184, 0.0655733048915863, -0.09074503928422928, 0.0717414990067482, -0.15274891257286072, 0.1124732494354248, 0.06255464255809784, -0.13611073791980743, -0.031567156314849854, -0.11653568595647812, 0.11910243332386017, 0.14616768062114716, 0.02482905238866806, -0.06913565844297409, 0.07461129128932953, -0.07660236209630966, 0.03569476306438446, 0.062473684549331665, -0.14418084919452667, -0.07678390294313431, 0.004214937798678875, 0.04205230250954628, 0.08285360783338547, -0.1322476714849472, 0.010506317019462585, -0.02022326923906803, 0.03659564629197121, 0.02173246443271637, -0.015665659680962563, -0.00616055354475975, 0.056677158921957016, -0.12744204699993134, -0.07754472643136978, 0.06918610632419586, 0.020158352330327034, -0.0068802861496806145, -0.1953975111246109, 0.009009490720927715, 0.005952503532171249, -0.059613462537527084, -0.006820252630859613, 0.0250864140689373, -0.02298959530889988, 0.059464819729328156, 0.009216410107910633, -0.02811591327190399, 0.0074151954613626, 0.0040095956064760685, 0.030837440863251686, 0.01814108155667782, -0.01736733876168728, 0.029526570811867714, 0.05300041660666466, 0.10427187383174896, -0.10391233116388321, -0.016031546518206596, -0.03257336467504501, -0.16699501872062683, -0.04260783642530441, 0.029648052528500557, 0.02534658834338188, 0.08711124211549759, 0.202510803937912, -0.028251487761735916, 0.04588838294148445, -0.01740295998752117, -0.029463477432727814, 0.09879171848297119, 0.08390077948570251, -0.10090355575084686, -0.10918817669153214, -0.02848955988883972, 0.017890004441142082, -0.02350042201578617, -0.023056956008076668, 0.006138387601822615, 0.08415388315916061, 0.08653625100851059, 0.11704108864068985, 0.12860693037509918, 0.01206894963979721, -0.10782933980226517, -0.027884049341082573, 0.15963800251483917, -0.1304726004600525, 0.07916063070297241, 0.049611203372478485, -0.021735744550824165, -0.03834348917007446, -0.039881739765405655, 0.01782832480967045, -0.08648465573787689, 0.1206279993057251, -0.06144573912024498, -0.02547113038599491, -0.06400961428880692, -0.06255844980478287, 0.08598382771015167, 0.05169733986258507, -0.08542093634605408, -0.010810441337525845, -0.04962775111198425, -0.10015794634819031, 0.012339115142822266, -0.11494241654872894, -0.05809720605611801, -0.02786698192358017, -0.04012756794691086, 0.0303336214274168, 0.02178802341222763, 0.02401643618941307, -0.04774356260895729, 0.039208803325891495, -0.08446301519870758, 0.020266538485884666, 0.08740132302045822, 0.027122212573885918, -0.08014741539955139, 0.053816597908735275, -0.17087207734584808, 0.11926098167896271, -0.15598700940608978, 0.0654621571302414, -0.12411543726921082, -0.025932051241397858, 0.05940156802535057, -0.01693282462656498, -0.006717261392623186, 0.14699910581111908, -0.17077697813510895, -0.03555869683623314, 0.14859524369239807, -0.07674300670623779, -0.06594502180814743, 0.06894031912088394, -0.04811593517661095, -0.005719335284084082, 0.08793789148330688, 0.08604206144809723, 0.0379600003361702, -0.018179576843976974, -0.06140249967575073, -0.13868503272533417, 0.03620380163192749, 0.24150511622428894, 0.07579212635755539, -0.08782187104225159, 0.12244797497987747, -0.0015812859637662768, -0.016326962038874626, -0.08887361735105515, -0.026458097621798515, -0.07038088887929916, 0.05737820640206337, 0.008392964489758015, -0.0009324224665760994, 0.012593588791787624, -0.08552607893943787, -0.04691951721906662, -0.12663178145885468, 0.03232371062040329, 0.011230098083615303, -0.001699456013739109, 0.017134251073002815, -0.10327110439538956, -0.013802037574350834, 0.052535202354192734, 0.024615533649921417, -0.1561374068260193, -0.17077597975730896, 0.06391770392656326, -0.05361323431134224, 0.14119815826416016, -0.10646908730268478, 0.011519311927258968, -0.055647045373916626, -0.029418421909213066, -0.0033288963604718447, -0.0009684134274721146, 0.036945220082998276, -0.03400733321905136, -0.2104737013578415, -0.02903835102915764, -0.030358072370290756, 0.16150130331516266, -0.06944385915994644, -0.0006891015800647438, 0.18480999767780304, 0.21508389711380005, 0.03005729615688324, -0.06190527230501175, 0.041137613356113434, 0.025104697793722153, 0.015053804032504559, -0.049680791795253754, -0.0016341330483555794, -0.04916097968816757, 0.006242861971259117, 0.03751103952527046, -0.08065567165613174, -0.0983649268746376, 0.06566425412893295, 0.09248614311218262, -0.0932985246181488, -0.03874536231160164, -0.04489179328083992, -0.033468399196863174, -0.03413252532482147, -0.10687121003866196, 0.0970325618982315, 0.06503813713788986, -0.008822520263493061, -0.056251801550388336, -0.10050477832555771, -0.055278480052948, 0.003127146977931261, -0.05386245623230934, 0.11265797168016434, 0.026379849761724472, -0.18608303368091583, 0.14791995286941528, 0.0057787043042480946, 0.11876384913921356, 0.06313607096672058, -0.029836030676960945, -0.06534116715192795, -0.0326213501393795, -0.0006678337813355029, 0.051077716052532196, 0.05891535058617592, -0.05028536170721054, 0.01660068891942501, 0.0312664695084095, -0.026496807113289833, 0.017945438623428345, -0.03978570178151131, 0.041220467537641525, -0.007799978833645582, -0.01761825941503048, 0.015750816091895103, -0.04105903208255768, 0.06268942356109619, 0.1138838604092598, 0.0442613922059536, 0.09479312598705292, -0.04318283870816231, -0.0690973699092865, -0.0992259606719017, 0.10182946920394897, -0.14751508831977844, -0.23546959459781647, -0.08943663537502289, -0.013133147731423378, -0.004037272650748491, -0.046980518847703934, -0.015998447313904762, -0.03094620071351528, -0.10063783824443817, -0.07761582732200623, 0.030788909643888474, 0.1090877577662468, -0.09761414676904678, -0.006997722201049328, 0.010248808190226555, -0.019673801958560944, -0.10299917310476303, 0.03165874630212784, 0.05875527486205101, -0.0622716061770916, 0.002258986933156848, 0.0383857786655426, 0.12554390728473663, 0.13598182797431946, 0.06011352315545082, -0.017006708309054375, -0.044608961790800095, 0.2595331370830536, -0.16559134423732758, 0.1459818333387375, -0.0190044566988945, -0.04683610051870346, 0.07512663304805756, 0.2256472259759903, 0.01903313584625721, -0.06395427137613297, 0.05044584348797798, 0.08159524202346802, 0.005801517982035875, -0.21192142367362976, -0.1116994246840477, -0.052874963730573654, -0.02906482294201851, 0.08273187279701233, 0.07477490603923798, 0.04871385917067528, -0.031994566321372986, -0.118715301156044, -0.06975512206554413, 0.11814220994710922, 0.08125358074903488, 0.045570481568574905, 0.04072786122560501, 0.0387718603014946, -0.038272757083177567, -0.002268910640850663, 0.09239160269498825, 0.034049347043037415, 0.14317955076694489, 0.03393125161528587, 0.23542636632919312, 0.06639315187931061, 0.05312662944197655, -0.016167860478162766, -0.0035911565646529198, -0.009406011551618576, 0.09060253947973251, 0.007337409071624279, -0.049807969480752945, 0.047207899391651154, 0.06130846589803696, 0.11320705711841583, -0.08200164884328842, 0.05408228188753128, -0.11284767091274261, 0.1351018100976944, 0.2165420651435852, 0.027938079088926315, -0.10466945171356201, -0.013529944233596325, 0.10160557925701141, -0.12175296992063522, -0.07065597176551819, -0.03370629996061325, 0.03411291167140007, -0.17316657304763794, 0.1132810190320015, -0.01341845840215683, 0.11733442544937134, -0.03313325345516205, -0.059070006012916565, 0.05384518578648567, 0.027555808424949646, -0.03677063435316086, 0.08351387828588486, -0.209274560213089, 0.09056096524000168, -0.0029339080210775137, 0.023987745866179466, -0.0826723724603653, 0.04840032383799553, -0.025080213323235512, -0.04963964223861694, 0.14141201972961426, 0.0027251848950982094, -0.0013647215673699975, 0.02331526018679142, -0.1060500293970108, -0.02209179848432541, 0.09674368053674698, -0.16605950891971588, 0.13329844176769257, -0.0067778998054564, -0.035290516912937164, -0.05984082072973251, -0.09056513011455536, -0.07627410441637039, -0.2013424038887024, 0.05135057866573334, -0.09057288616895676, 0.08519689738750458, -0.051900338381528854, -0.018060363829135895, -0.05494188889861107, 0.11816619336605072, -0.1737375408411026, -0.09790804982185364, -0.13252495229244232, 0.033690616488456726, 0.14362400770187378, -0.045519355684518814, 0.052842266857624054, -0.02347530797123909, 0.16611135005950928, -0.010389030911028385, -0.015527145005762577, 0.055061377584934235, -0.028309471905231476, -0.23119337856769562, -0.0344863086938858, 0.1890636384487152, 0.0884893462061882, 0.059889037162065506, 0.015420865267515182, 0.0729043185710907, 0.03605763614177704, -0.10690312832593918, 0.01739543117582798, 0.02441832609474659, 0.016537493094801903, 0.09576566517353058, 0.02581629902124405, -0.18443742394447327, -0.16795650124549866, -0.006375046446919441, 0.06311596184968948, 0.10685896873474121, -0.04810919612646103, 0.18398864567279816, 0.08808011561632156, -0.09754269570112228, -0.2184138149023056, -0.04127011075615883, 0.03172682225704193, -0.034445323050022125, 0.03973358869552612, -0.12218522280454636, 0.059158679097890854, 0.025016434490680695, 0.00048288601101376116, 0.007574633229523897, -0.1931517869234085, -0.12814946472644806, -0.025153426453471184, 0.012045267969369888, -0.3558253049850464, -0.18390251696109772, -0.10222997516393661, -0.022090254351496696, -0.16096825897693634, 0.15216481685638428, 0.07528215646743774, -0.0328054204583168, 0.027069266885519028, 0.057259123772382736, 0.0067885564640164375, -0.019036835059523582, 0.15504571795463562, 0.034015506505966187, 0.013914762996137142, -0.09247776120901108, -0.08683260530233383, 0.12956984341144562, -0.0026354931760579348, 0.01932441256940365, 0.013000652194023132, -0.026737665757536888, -0.11306805163621902, -0.011699941009283066, -0.10074640065431595, 0.004928837530314922, -0.1314462423324585, -0.007243328262120485, -0.07437466830015182, 0.10455017536878586, 0.09977612644433975, -0.029833823442459106, 0.05647791177034378, -0.06090240180492401, 0.08460227400064468, 0.1007610633969307, 0.13517962396144867, 0.0647159144282341, -0.05581264570355415, -0.0049631232395768166, 0.0023864854592829943, -0.027359412983059883, -0.08934850245714188, 0.07005279511213303, 0.09929905086755753, 0.027623198926448822, 0.14623084664344788, -0.043793417513370514, -0.1621924638748169, -0.0316750705242157, 0.0797954648733139, -0.08690744638442993, -0.18821273744106293, 0.049293600022792816, 0.06997724622488022, -0.11666766554117203, -0.07237429171800613, 0.04950966313481331, 0.048260316252708435, -0.0851891040802002, 0.054307445883750916, 0.12496069818735123, 0.011929973028600216, 0.09225951135158539, 0.032674640417099, 0.06389011442661285, -0.12299658358097076, 0.08834189176559448, 0.16516675055027008, -0.07624049484729767, 0.009823814034461975, 0.20961812138557434, -0.046793002635240555, -0.02359616756439209, 0.01654437556862831, 0.026036564260721207, 0.08119329810142517, -0.0032706710044294596, 0.01843087747693062, -0.13405121862888336, 0.046126268804073334, 0.1964396983385086, -0.01770116202533245, 0.041974034160375595, 0.057736318558454514, 0.007343231234699488, -0.03578753396868706, 0.14944233000278473, 0.06849931180477142, 0.002779301954433322, -0.019655734300613403, 0.016652032732963562, -0.010613489896059036, -0.05462803319096565, 0.0024586664512753487, -0.02948317490518093, -0.12279260903596878, -0.00035526795545592904, -0.059793319553136826, -0.00040027505019679666, -0.13361765444278717, -0.005914263427257538, 0.008776497095823288, -0.05740514025092125, -0.014206279069185257, -0.0005374812753871083, -0.062403202056884766, -0.07571924477815628, -0.019745321944355965, 0.11803219467401505, -0.22029823064804077, -0.012778653763234615, 0.12998075783252716, -0.07289621233940125, 0.10052577406167984, 0.00037372563383542, -0.025019465014338493, -0.005798254162073135, -0.12904320657253265, -0.0002812725433614105, -0.033265214413404465, 0.017278991639614105, 0.04322007670998573, -0.1667545735836029, -0.01001568790525198, -0.02422460727393627, -0.05173218250274658, 0.054629579186439514, 0.0074757602997124195, -0.08554033190011978, 0.06724609434604645, -0.037762656807899475, -0.07518543303012848, -0.012147905305027962, 0.03592227026820183, 0.0869540199637413, -0.023490814492106438, 0.12213879078626633, -0.031243745237588882, 0.07841198146343231, -0.14575037360191345, -0.02864890545606613, -0.004219144117087126, 0.02854505553841591, -0.02519233711063862, 0.02494526095688343, 0.07601918280124664, 0.01562970131635666, 0.15135729312896729, -0.012876758351922035, 0.010579550638794899, 0.10905501991510391, 0.06748072057962418, -0.09171112626791, 0.10741524398326874, -0.06558472663164139, -0.008216666989028454, -0.04330819472670555, 0.012508129701018333, -0.10041587054729462, -0.0939120501279831, -0.14719940721988678, 0.10722116380929947, 0.1859489530324936, 0.1696823388338089, -0.042567040771245956, 0.09416728466749191, -0.061067406088113785, -0.014206290245056152, 0.0978333130478859, -0.06013716384768486, -0.004714859649538994, -0.09073127061128616, 0.08460572361946106, 0.047837018966674805, -0.2216842621564865, 0.10354281961917877, -0.07067281752824783, -0.08019883185625076, 0.010238762013614178, -0.18862555921077728, -0.06898969411849976, -0.00042486534221097827, -0.010084004141390324, -0.1271539032459259, 0.08242939412593842, 0.11476731300354004, -0.02386084944009781, -0.0224907286465168, 0.07256411761045456, -0.06799197196960449, -0.06140236184000969, 0.0862838476896286, 0.05773921310901642, 0.03126376122236252, 0.026024797931313515, 0.06741233915090561, -0.06572356075048447, 0.12162576615810394, 0.07513804733753204, 0.08463495969772339, -0.019790273159742355, 0.011903454549610615, -0.08384526520967484, -0.10258597880601883, 0.06385011225938797, -0.040178775787353516, -0.09926174581050873, 0.17916665971279144, 0.03184390068054199, 0.04149552062153816, 0.0159187950193882, 0.20528766512870789, -0.03206384927034378, -0.09840519726276398, -0.18091575801372528, 0.03446546941995621, -0.04717714712023735, 0.0077764238230884075, 0.06373778730630875, -0.14552129805088043, 0.0035988944582641125, 0.10369392484426498, 0.10235938429832458, -0.05937547981739044, 0.01980682648718357, -0.039634544402360916, 0.03607465699315071, 0.037895865738391876, 0.03483276441693306, 0.023726770654320717, 0.1955062597990036, -0.05401763319969177, 0.05339645594358444, -0.033370185643434525, -0.060825735330581665, -0.06485956907272339, 0.06846717745065689, -0.012657590210437775, -0.017975835129618645, -0.08072862029075623, 0.1801961213350296, -0.11837075650691986, -0.27815011143684387, 0.044183775782585144, -0.1407330334186554, -0.14881031215190887, -0.02837388589978218, 0.0191832035779953, 0.004548562224954367, 0.03543417900800705, 0.10974746942520142, -0.050554387271404266, 0.16010332107543945, 0.07694792002439499, 0.012063352391123772, -0.014113775454461575, 0.1151159405708313, -0.16691704094409943, 0.20637188851833344, -0.010285922326147556, 0.06758082658052444, 0.1063665896654129, -0.04179462417960167, -0.11049897223711014, -0.00941894669085741, 0.12131320685148239, -0.05144079774618149, 0.010744786821305752, 0.16774550080299377, 0.02958594635128975, 0.10504119843244553, 0.11707161366939545, -0.019175829365849495, 0.060146477073431015, -0.042165178805589676, 0.0056037744507193565, -0.09574687480926514, 0.11863955110311508, -0.11618410795927048, 0.08442717045545578, 0.11778193712234497, -0.08576193451881409, 0.04453827813267708, -0.023459138348698616, -0.006921561434864998, -0.03651361167430878, 0.16488729417324066, -0.015437556430697441, -0.15976999700069427, 0.01706881821155548, -0.06891945749521255, 0.11144209653139114, -0.12957978248596191, -0.03577423840761185, 0.002565744100138545, 0.009852089919149876, -0.05400226265192032, 0.1822614222764969, 0.05808984860777855, -0.02015637420117855, -0.03598218783736229, -0.08884638547897339, 0.02722233533859253, 0.1679961234331131, -0.07154234498739243, 0.05679401382803917 ]
abafbe63cf92c33791b217e8f4f3460f816f1d96
# Dataset Card for [cedr] ## Table of Contents - [Table of Contents](#table-of-contents) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [GitHub](https://github.com/sag111/CEDR) - **Repository:** [GitHub](https://github.com/sag111/CEDR) - **Paper:** [ScienceDirect](https://www.sciencedirect.com/science/article/pii/S1877050921013247) - **Leaderboard:** - **Point of Contact:** [@sag111](mailto:sag111@mail.ru) ### Dataset Summary The Corpus for Emotions Detecting in Russian-language text sentences of different social sources (CEDR) contains 9410 comments labeled for 5 emotion categories (joy, sadness, surprise, fear, and anger). Here are 2 dataset configurations: - "main" - contains "text", "labels", and "source" features; - "enriched" - includes all "main" features and "sentences". Dataset with predefined train/test splits. ### Supported Tasks and Leaderboards This dataset is intended for multi-label emotion classification. ### Languages The data is in Russian. ## Dataset Structure ### Data Instances Each instance is a text sentence in Russian from several sources with one or more emotion annotations (or no emotion at all). An example for an instance from the dataset is shown below: ``` { 'text': 'Забавно как люди в возрасте удивляются входящим звонкам на мобильник)', 'labels': [0], 'source': 'twitter', 'sentences': [ [ {'forma': 'Забавно', 'lemma': 'Забавно'}, {'forma': 'как', 'lemma': 'как'}, {'forma': 'люди', 'lemma': 'человек'}, {'forma': 'в', 'lemma': 'в'}, {'forma': 'возрасте', 'lemma': 'возраст'}, {'forma': 'удивляются', 'lemma': 'удивляться'}, {'forma': 'входящим', 'lemma': 'входить'}, {'forma': 'звонкам', 'lemma': 'звонок'}, {'forma': 'на', 'lemma': 'на'}, {'forma': 'мобильник', 'lemma': 'мобильник'}, {'forma': ')', 'lemma': ')'} ] ] } ``` Emotion label codes: {0: "joy", 1: "sadness", 2: "surprise", 3: "fear", 4: "anger"} ### Data Fields The main configuration includes: - text: the text of the sentence; - labels: the emotion annotations; - source: the tag name of the corresponding source In addition to the above, the raw data includes: - sentences: text tokenized and lemmatized with [udpipe](https://ufal.mff.cuni.cz/udpipe) - 'forma': the original word form; - 'lemma': the lemma of this word ### Data Splits The dataset includes a set of train/test splits. with 7528, and 1882 examples respectively. ## Dataset Creation ### Curation Rationale The formed dataset of examples consists of sentences in Russian from several sources (blogs, microblogs, news), which allows creating methods to analyse various types of texts. The created methodology for building the dataset based on applying a crowdsourcing service can be used to expand the number of examples to improve the accuracy of supervised classifiers. ### Source Data #### Initial Data Collection and Normalization Data was collected from several sources: posts of the Live Journal social network, texts of the online news agency Lenta.ru, and Twitter microblog posts. Only those sentences were selected that contained marker words from the dictionary of [the emotive vocabulary of the Russian language](http://lexrus.ru/default.aspx?p=2876). The authors manually formed a list of marker words for each emotion by choosing words from different categories of the dictionary. In total, 3069 sentences were selected from LiveJournal posts, 2851 sentences from Lenta.Ru, and 3490 sentencesfrom Twitter. After selection, sentences were offered to annotators for labeling. #### Who are the source language producers? Russian-speaking LiveJournal and Tweeter users, and authors of news articles on the site lenta.ru. ### Annotations #### Annotation process Annotating sentences with labels of their emotions was performed with the help of [a crowdsourcing platform](https://yandex.ru/support/toloka/index.html?lang=en). The annotators’ task was: “What emotions did the author express in the sentence?”. The annotators were allowed to put an arbitrary number of the following emotion labels: "joy", "sadness", "anger", "fear", and "surprise". If the accuracy of an annotator on the control sentences (including the trial run) became less than 70%, or if the accuracy was less than 66% over the last six control samples, the annotator was dismissed. Sentences were split into tasks and assigned to annotators so that each sentence was annotated at least three times. A label of a specific emotion was assigned to a sentence if put by more than half of the annotators. #### Who are the annotators? Only those of the 30% of the best-performing active users (by the platform’s internal rating) who spoke Russian and were over 18 years old were allowed into the annotation process. Moreover, before a platform user could be employed as an annotator, they underwent a training task, after which they were to mark 25 trial samples with more than 80% agreement compared to the annotation that the authors had performed themselves. ### Personal and Sensitive Information The text of the sentences may contain profanity. ## 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 Researchers at AI technology lab at NRC "Kurchatov Institute". See the author [list](https://www.sciencedirect.com/science/article/pii/S1877050921013247). ### Licensing Information The GitHub repository which houses this dataset has an Apache License 2.0. ### Citation Information If you have found our results helpful in your work, feel free to cite our publication. This is an updated version of the dataset, the collection and preparation of which is described here: ``` @article{sboev2021data, title={Data-Driven Model for Emotion Detection in Russian Texts}, author={Sboev, Alexander and Naumov, Aleksandr and Rybka, Roman}, journal={Procedia Computer Science}, volume={190}, pages={637--642}, year={2021}, publisher={Elsevier} } ``` ### Contributions Thanks to [@naumov-al](https://github.com/naumov-al) for adding this dataset.
cedr
[ "task_categories:text-classification", "task_ids:sentiment-classification", "task_ids:multi-label-classification", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:ru", "license:apache-2.0", "emotion-classification", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["ru"], "license": ["apache-2.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["sentiment-classification", "multi-label-classification"], "pretty_name": "The Corpus for Emotions Detecting in Russian-language text sentences (CEDR)", "tags": ["emotion-classification"], "dataset_info": [{"config_name": "enriched", "features": [{"name": "text", "dtype": "string"}, {"name": "labels", "sequence": {"class_label": {"names": {"0": "joy", "1": "sadness", "2": "surprise", "3": "fear", "4": "anger"}}}}, {"name": "source", "dtype": "string"}, {"name": "sentences", "list": {"list": [{"name": "forma", "dtype": "string"}, {"name": "lemma", "dtype": "string"}]}}], "splits": [{"name": "train", "num_bytes": 4792338, "num_examples": 7528}, {"name": "test", "num_bytes": 1182315, "num_examples": 1882}], "download_size": 2571516, "dataset_size": 5974653}, {"config_name": "main", "features": [{"name": "text", "dtype": "string"}, {"name": "labels", "sequence": {"class_label": {"names": {"0": "joy", "1": "sadness", "2": "surprise", "3": "fear", "4": "anger"}}}}, {"name": "source", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1418343, "num_examples": 7528}, {"name": "test", "num_bytes": 350263, "num_examples": 1882}], "download_size": 945328, "dataset_size": 1768606}], "configs": [{"config_name": "enriched", "data_files": [{"split": "train", "path": "enriched/train-*"}, {"split": "test", "path": "enriched/test-*"}]}, {"config_name": "main", "data_files": [{"split": "train", "path": "main/train-*"}, {"split": "test", "path": "main/test-*"}], "default": true}]}
2024-01-18T14:11:21+00:00
[]
[ "ru" ]
TAGS #task_categories-text-classification #task_ids-sentiment-classification #task_ids-multi-label-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Russian #license-apache-2.0 #emotion-classification #region-us
# Dataset Card for [cedr] ## Table of Contents - Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: GitHub - Repository: GitHub - Paper: ScienceDirect - Leaderboard: - Point of Contact: @sag111 ### Dataset Summary The Corpus for Emotions Detecting in Russian-language text sentences of different social sources (CEDR) contains 9410 comments labeled for 5 emotion categories (joy, sadness, surprise, fear, and anger). Here are 2 dataset configurations: - "main" - contains "text", "labels", and "source" features; - "enriched" - includes all "main" features and "sentences". Dataset with predefined train/test splits. ### Supported Tasks and Leaderboards This dataset is intended for multi-label emotion classification. ### Languages The data is in Russian. ## Dataset Structure ### Data Instances Each instance is a text sentence in Russian from several sources with one or more emotion annotations (or no emotion at all). An example for an instance from the dataset is shown below: Emotion label codes: {0: "joy", 1: "sadness", 2: "surprise", 3: "fear", 4: "anger"} ### Data Fields The main configuration includes: - text: the text of the sentence; - labels: the emotion annotations; - source: the tag name of the corresponding source In addition to the above, the raw data includes: - sentences: text tokenized and lemmatized with udpipe - 'forma': the original word form; - 'lemma': the lemma of this word ### Data Splits The dataset includes a set of train/test splits. with 7528, and 1882 examples respectively. ## Dataset Creation ### Curation Rationale The formed dataset of examples consists of sentences in Russian from several sources (blogs, microblogs, news), which allows creating methods to analyse various types of texts. The created methodology for building the dataset based on applying a crowdsourcing service can be used to expand the number of examples to improve the accuracy of supervised classifiers. ### Source Data #### Initial Data Collection and Normalization Data was collected from several sources: posts of the Live Journal social network, texts of the online news agency URL, and Twitter microblog posts. Only those sentences were selected that contained marker words from the dictionary of the emotive vocabulary of the Russian language. The authors manually formed a list of marker words for each emotion by choosing words from different categories of the dictionary. In total, 3069 sentences were selected from LiveJournal posts, 2851 sentences from Lenta.Ru, and 3490 sentencesfrom Twitter. After selection, sentences were offered to annotators for labeling. #### Who are the source language producers? Russian-speaking LiveJournal and Tweeter users, and authors of news articles on the site URL. ### Annotations #### Annotation process Annotating sentences with labels of their emotions was performed with the help of a crowdsourcing platform. The annotators’ task was: “What emotions did the author express in the sentence?”. The annotators were allowed to put an arbitrary number of the following emotion labels: "joy", "sadness", "anger", "fear", and "surprise". If the accuracy of an annotator on the control sentences (including the trial run) became less than 70%, or if the accuracy was less than 66% over the last six control samples, the annotator was dismissed. Sentences were split into tasks and assigned to annotators so that each sentence was annotated at least three times. A label of a specific emotion was assigned to a sentence if put by more than half of the annotators. #### Who are the annotators? Only those of the 30% of the best-performing active users (by the platform’s internal rating) who spoke Russian and were over 18 years old were allowed into the annotation process. Moreover, before a platform user could be employed as an annotator, they underwent a training task, after which they were to mark 25 trial samples with more than 80% agreement compared to the annotation that the authors had performed themselves. ### Personal and Sensitive Information The text of the sentences may contain profanity. ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators Researchers at AI technology lab at NRC "Kurchatov Institute". See the author list. ### Licensing Information The GitHub repository which houses this dataset has an Apache License 2.0. If you have found our results helpful in your work, feel free to cite our publication. This is an updated version of the dataset, the collection and preparation of which is described here: ### Contributions Thanks to @naumov-al for adding this dataset.
[ "# Dataset Card for [cedr]", "## Table of Contents\n- Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: GitHub\n- Repository: GitHub\n- Paper: ScienceDirect\n- Leaderboard:\n- Point of Contact: @sag111", "### Dataset Summary\n\nThe Corpus for Emotions Detecting in Russian-language text sentences of different social sources (CEDR) contains 9410 comments labeled for 5 emotion categories (joy, sadness, surprise, fear, and anger). \n\nHere are 2 dataset configurations:\n- \"main\" - contains \"text\", \"labels\", and \"source\" features;\n- \"enriched\" - includes all \"main\" features and \"sentences\".\n\nDataset with predefined train/test splits.", "### Supported Tasks and Leaderboards\n\nThis dataset is intended for multi-label emotion classification.", "### Languages\n\nThe data is in Russian.", "## Dataset Structure", "### Data Instances\n\nEach instance is a text sentence in Russian from several sources with one or more emotion annotations (or no emotion at all).\n\nAn example for an instance from the dataset is shown below:\n\n\nEmotion label codes: {0: \"joy\", 1: \"sadness\", 2: \"surprise\", 3: \"fear\", 4: \"anger\"}", "### Data Fields\n\nThe main configuration includes:\n- text: the text of the sentence;\n- labels: the emotion annotations;\n- source: the tag name of the corresponding source\n\nIn addition to the above, the raw data includes:\n- sentences: text tokenized and lemmatized with udpipe\n - 'forma': the original word form;\n - 'lemma': the lemma of this word", "### Data Splits\n\nThe dataset includes a set of train/test splits. \nwith 7528, and 1882 examples respectively.", "## Dataset Creation", "### Curation Rationale\n\nThe formed dataset of examples consists of sentences in Russian from several sources (blogs, microblogs, news), which allows creating methods to analyse various types of texts. The created methodology for building the dataset based on applying a crowdsourcing service can be used to expand the number of examples to improve the accuracy of supervised classifiers.", "### Source Data", "#### Initial Data Collection and Normalization\n\nData was collected from several sources: posts of the Live Journal social network, texts of the online news agency URL, and Twitter microblog posts.\n\nOnly those sentences were selected that contained marker words from the dictionary of the emotive vocabulary of the Russian language. The authors manually formed a list of marker words for each emotion by choosing words from different categories of the dictionary.\n\nIn total, 3069 sentences were selected from LiveJournal posts, 2851 sentences from Lenta.Ru, and 3490 sentencesfrom Twitter. After selection, sentences were offered to annotators for labeling.", "#### Who are the source language producers?\n\nRussian-speaking LiveJournal and Tweeter users, and authors of news articles on the site URL.", "### Annotations", "#### Annotation process\n\nAnnotating sentences with labels of their emotions was performed with the help of a crowdsourcing platform.\n\nThe annotators’ task was: “What emotions did the author express in the sentence?”. The annotators were allowed to put an arbitrary number of the following emotion labels: \"joy\", \"sadness\", \"anger\", \"fear\", and \"surprise\".\n\nIf the accuracy of an annotator on the control sentences (including the trial run) became less than 70%, or if the accuracy was less than 66% over the last six control samples, the annotator was dismissed. \n\nSentences were split into tasks and assigned to annotators so that each sentence was annotated at least three times. A label of a specific emotion was assigned to a sentence if put by more than half of the annotators.", "#### Who are the annotators?\n\nOnly those of the 30% of the best-performing active users (by the platform’s internal rating) who spoke Russian and were over 18 years old were allowed into the annotation process. Moreover, before a platform user could be employed as an annotator, they underwent a training task, after which they were to mark 25 trial samples with more than 80% agreement compared to the annotation that the authors had performed themselves.", "### Personal and Sensitive Information\n\nThe text of the sentences may contain profanity.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nResearchers at AI technology lab at NRC \"Kurchatov Institute\". See the author list.", "### Licensing Information\n\nThe GitHub repository which houses this dataset has an Apache License 2.0.\n\n\nIf you have found our results helpful in your work, feel free to cite our publication. This is an updated version of the dataset, the collection and preparation of which is described here:", "### Contributions\n\nThanks to @naumov-al for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #task_ids-multi-label-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Russian #license-apache-2.0 #emotion-classification #region-us \n", "# Dataset Card for [cedr]", "## Table of Contents\n- Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: GitHub\n- Repository: GitHub\n- Paper: ScienceDirect\n- Leaderboard:\n- Point of Contact: @sag111", "### Dataset Summary\n\nThe Corpus for Emotions Detecting in Russian-language text sentences of different social sources (CEDR) contains 9410 comments labeled for 5 emotion categories (joy, sadness, surprise, fear, and anger). \n\nHere are 2 dataset configurations:\n- \"main\" - contains \"text\", \"labels\", and \"source\" features;\n- \"enriched\" - includes all \"main\" features and \"sentences\".\n\nDataset with predefined train/test splits.", "### Supported Tasks and Leaderboards\n\nThis dataset is intended for multi-label emotion classification.", "### Languages\n\nThe data is in Russian.", "## Dataset Structure", "### Data Instances\n\nEach instance is a text sentence in Russian from several sources with one or more emotion annotations (or no emotion at all).\n\nAn example for an instance from the dataset is shown below:\n\n\nEmotion label codes: {0: \"joy\", 1: \"sadness\", 2: \"surprise\", 3: \"fear\", 4: \"anger\"}", "### Data Fields\n\nThe main configuration includes:\n- text: the text of the sentence;\n- labels: the emotion annotations;\n- source: the tag name of the corresponding source\n\nIn addition to the above, the raw data includes:\n- sentences: text tokenized and lemmatized with udpipe\n - 'forma': the original word form;\n - 'lemma': the lemma of this word", "### Data Splits\n\nThe dataset includes a set of train/test splits. \nwith 7528, and 1882 examples respectively.", "## Dataset Creation", "### Curation Rationale\n\nThe formed dataset of examples consists of sentences in Russian from several sources (blogs, microblogs, news), which allows creating methods to analyse various types of texts. The created methodology for building the dataset based on applying a crowdsourcing service can be used to expand the number of examples to improve the accuracy of supervised classifiers.", "### Source Data", "#### Initial Data Collection and Normalization\n\nData was collected from several sources: posts of the Live Journal social network, texts of the online news agency URL, and Twitter microblog posts.\n\nOnly those sentences were selected that contained marker words from the dictionary of the emotive vocabulary of the Russian language. The authors manually formed a list of marker words for each emotion by choosing words from different categories of the dictionary.\n\nIn total, 3069 sentences were selected from LiveJournal posts, 2851 sentences from Lenta.Ru, and 3490 sentencesfrom Twitter. After selection, sentences were offered to annotators for labeling.", "#### Who are the source language producers?\n\nRussian-speaking LiveJournal and Tweeter users, and authors of news articles on the site URL.", "### Annotations", "#### Annotation process\n\nAnnotating sentences with labels of their emotions was performed with the help of a crowdsourcing platform.\n\nThe annotators’ task was: “What emotions did the author express in the sentence?”. The annotators were allowed to put an arbitrary number of the following emotion labels: \"joy\", \"sadness\", \"anger\", \"fear\", and \"surprise\".\n\nIf the accuracy of an annotator on the control sentences (including the trial run) became less than 70%, or if the accuracy was less than 66% over the last six control samples, the annotator was dismissed. \n\nSentences were split into tasks and assigned to annotators so that each sentence was annotated at least three times. A label of a specific emotion was assigned to a sentence if put by more than half of the annotators.", "#### Who are the annotators?\n\nOnly those of the 30% of the best-performing active users (by the platform’s internal rating) who spoke Russian and were over 18 years old were allowed into the annotation process. Moreover, before a platform user could be employed as an annotator, they underwent a training task, after which they were to mark 25 trial samples with more than 80% agreement compared to the annotation that the authors had performed themselves.", "### Personal and Sensitive Information\n\nThe text of the sentences may contain profanity.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nResearchers at AI technology lab at NRC \"Kurchatov Institute\". See the author list.", "### Licensing Information\n\nThe GitHub repository which houses this dataset has an Apache License 2.0.\n\n\nIf you have found our results helpful in your work, feel free to cite our publication. This is an updated version of the dataset, the collection and preparation of which is described here:", "### Contributions\n\nThanks to @naumov-al for adding this dataset." ]
[ 108, 9, 125, 35, 114, 23, 10, 6, 76, 89, 29, 5, 88, 4, 143, 33, 5, 192, 102, 20, 8, 7, 8, 7, 5, 26, 64, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #task_ids-multi-label-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Russian #license-apache-2.0 #emotion-classification #region-us \n# Dataset Card for [cedr]## Table of Contents\n- Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: GitHub\n- Repository: GitHub\n- Paper: ScienceDirect\n- Leaderboard:\n- Point of Contact: @sag111### Dataset Summary\n\nThe Corpus for Emotions Detecting in Russian-language text sentences of different social sources (CEDR) contains 9410 comments labeled for 5 emotion categories (joy, sadness, surprise, fear, and anger). \n\nHere are 2 dataset configurations:\n- \"main\" - contains \"text\", \"labels\", and \"source\" features;\n- \"enriched\" - includes all \"main\" features and \"sentences\".\n\nDataset with predefined train/test splits.### Supported Tasks and Leaderboards\n\nThis dataset is intended for multi-label emotion classification.### Languages\n\nThe data is in Russian.## Dataset Structure### Data Instances\n\nEach instance is a text sentence in Russian from several sources with one or more emotion annotations (or no emotion at all).\n\nAn example for an instance from the dataset is shown below:\n\n\nEmotion label codes: {0: \"joy\", 1: \"sadness\", 2: \"surprise\", 3: \"fear\", 4: \"anger\"}", "passage: ### Data Fields\n\nThe main configuration includes:\n- text: the text of the sentence;\n- labels: the emotion annotations;\n- source: the tag name of the corresponding source\n\nIn addition to the above, the raw data includes:\n- sentences: text tokenized and lemmatized with udpipe\n - 'forma': the original word form;\n - 'lemma': the lemma of this word### Data Splits\n\nThe dataset includes a set of train/test splits. \nwith 7528, and 1882 examples respectively.## Dataset Creation### Curation Rationale\n\nThe formed dataset of examples consists of sentences in Russian from several sources (blogs, microblogs, news), which allows creating methods to analyse various types of texts. The created methodology for building the dataset based on applying a crowdsourcing service can be used to expand the number of examples to improve the accuracy of supervised classifiers.### Source Data#### Initial Data Collection and Normalization\n\nData was collected from several sources: posts of the Live Journal social network, texts of the online news agency URL, and Twitter microblog posts.\n\nOnly those sentences were selected that contained marker words from the dictionary of the emotive vocabulary of the Russian language. The authors manually formed a list of marker words for each emotion by choosing words from different categories of the dictionary.\n\nIn total, 3069 sentences were selected from LiveJournal posts, 2851 sentences from Lenta.Ru, and 3490 sentencesfrom Twitter. After selection, sentences were offered to annotators for labeling.#### Who are the source language producers?\n\nRussian-speaking LiveJournal and Tweeter users, and authors of news articles on the site URL.### Annotations#### Annotation process\n\nAnnotating sentences with labels of their emotions was performed with the help of a crowdsourcing platform.\n\nThe annotators’ task was: “What emotions did the author express in the sentence?”. The annotators were allowed to put an arbitrary number of the following emotion labels: \"joy\", \"sadness\", \"anger\", \"fear\", and \"surprise\".\n\nIf the accuracy of an annotator on the control sentences (including the trial run) became less than 70%, or if the accuracy was less than 66% over the last six control samples, the annotator was dismissed. \n\nSentences were split into tasks and assigned to annotators so that each sentence was annotated at least three times. A label of a specific emotion was assigned to a sentence if put by more than half of the annotators." ]
[ 0.001725589856505394, 0.10606491565704346, -0.006303894333541393, 0.021190069615840912, 0.09094753861427307, 0.010912725701928139, 0.06944426894187927, 0.06508015841245651, 0.07476959377527237, 0.12705200910568237, -0.03609931841492653, -0.031946323812007904, 0.0449385792016983, 0.12593787908554077, 0.0055292765609920025, -0.17405514419078827, 0.03820567578077316, -0.1345084309577942, 0.03726230189204216, 0.0839146301150322, 0.13307400047779083, -0.06489807367324829, 0.046749018132686615, -0.048149608075618744, -0.02475888840854168, 0.05756111070513725, -0.02997315116226673, -0.029932288452982903, 0.05016578733921051, 0.02989169768989086, 0.05968226119875908, -0.029642542824149132, 0.021588647738099098, -0.2550044357776642, 0.01479665469378233, 0.04292669892311096, -0.015538318082690239, -0.004515845328569412, 0.1219959631562233, -0.12589731812477112, 0.18843254446983337, -0.23976150155067444, 0.10197200626134872, 0.059793610125780106, -0.0738702267408371, -0.12195064127445221, -0.13122305274009705, 0.04795625060796738, 0.09130945801734924, 0.11142748594284058, -0.0874234288930893, 0.10028254985809326, -0.03465661779046059, 0.04590272158384323, 0.160538911819458, -0.07684988528490067, -0.03830166161060333, -0.02574346214532852, 0.002803599461913109, 0.042826101183891296, -0.08081183582544327, 0.04310515522956848, 0.0019181761890649796, 0.007180249318480492, -0.014471391215920448, -0.011948753148317337, 0.06043257191777229, -0.0007972005987539887, -0.11872219294309616, -0.04731982573866844, 0.11950796842575073, 0.054439932107925415, -0.031687863171100616, -0.19449150562286377, 0.017380747944116592, 0.02250317856669426, -0.03156660497188568, 0.02457304298877716, -0.0192324947565794, -0.023485634475946426, 0.06338847428560257, -0.032757461071014404, -0.1295309066772461, 0.04470211640000343, 0.008083123713731766, 0.17638486623764038, -0.002600275445729494, 0.02562122792005539, 0.04375097155570984, 0.00567354541271925, -0.025877904146909714, -0.07442636787891388, 0.023417748510837555, -0.07326003909111023, -0.1601710319519043, 0.026457183063030243, -0.09070874750614166, -0.1086256131529808, 0.04032620042562485, 0.12538620829582214, -0.06475234776735306, 0.04433711618185043, 0.0000972086563706398, -0.05332585796713829, 0.15445438027381897, 0.12012138217687607, -0.02234991267323494, -0.03549572080373764, -0.05507749691605568, -0.01778743602335453, 0.025616992264986038, 0.0005640906747430563, -0.012781158089637756, 0.02997216396033764, 0.037440259009599686, 0.05652724206447601, 0.026941491290926933, 0.028190195560455322, -0.0737641304731369, -0.024981502443552017, 0.07147307693958282, -0.15025970339775085, 0.05387497693300247, 0.031047221273183823, -0.0026967376470565796, -0.00165605079382658, -0.0654008761048317, -0.006412081886082888, -0.03484072908759117, 0.04081021994352341, 0.01800312101840973, 0.015052280388772488, -0.08627120405435562, -0.07591165602207184, 0.06299108266830444, -0.039587631821632385, -0.03688356652855873, -0.06902321428060532, -0.10670921951532364, -0.08630554378032684, 0.0386546365916729, -0.08462496101856232, 0.026665575802326202, -0.009905685670673847, -0.020959993824362755, 0.04145170375704765, 0.03097117692232132, -0.03724854439496994, -0.054668962955474854, -0.010714536532759666, -0.09387458860874176, 0.01957540214061737, 0.09562672674655914, -0.004870392382144928, -0.10196241736412048, -0.005989827681332827, -0.11263173073530197, 0.18561817705631256, -0.1312827169895172, 0.032709166407585144, -0.060124799609184265, 0.020349256694316864, 0.10440345108509064, 0.042508140206336975, -0.017498619854450226, 0.12976989150047302, -0.261552095413208, -0.07152661681175232, 0.08955130726099014, -0.12316268682479858, 0.011046607047319412, 0.10544715076684952, -0.07633526623249054, 0.02339865453541279, 0.13216030597686768, 0.14520859718322754, -0.07846531271934509, -0.03838552534580231, -0.12745335698127747, -0.13348576426506042, 0.01456413883715868, 0.2407224178314209, 0.04142504930496216, -0.029144618660211563, 0.08562737703323364, 0.038663506507873535, 0.03859584406018257, -0.028261838480830193, 0.006777367554605007, -0.06282398104667664, 0.00843444187194109, -0.002707807347178459, 0.0011367080733180046, -0.017581703141331673, -0.08493010699748993, -0.11130669713020325, -0.1376670002937317, -0.06447844207286835, 0.06120713800191879, -0.0075249383226037025, 0.0401071235537529, -0.06395020335912704, -0.049503128975629807, 0.07206544280052185, 0.019953081384301186, -0.18545961380004883, -0.08070212602615356, 0.03912033885717392, -0.0750184953212738, 0.1071125939488411, -0.0840541198849678, 0.01345246471464634, -0.05742998421192169, -0.046557873487472534, -0.009990604594349861, -0.08495338261127472, 0.018268316984176636, -0.010250275954604149, -0.21354733407497406, 0.021070610731840134, -0.08468197286128998, 0.08568122982978821, -0.06133543699979782, -0.001847239676862955, 0.09129755198955536, 0.14093910157680511, 0.04261385276913643, -0.04899739474058151, 0.010304393246769905, 0.01602543704211712, -0.018553435802459717, -0.010762110352516174, -0.02552369050681591, -0.04800008237361908, -0.03270538151264191, 0.08065565675497055, -0.07059434801340103, -0.1830119788646698, 0.06488697975873947, 0.11956608295440674, -0.11741626262664795, -0.0194496288895607, -0.06128379702568054, 0.021123453974723816, -0.04511546343564987, -0.03764958307147026, 0.11017440259456635, 0.07019449025392532, -0.023435313254594803, -0.05054737627506256, -0.026830121874809265, -0.03938247263431549, -0.030823376029729843, -0.1345842182636261, 0.09496250003576279, -0.026595544070005417, -0.16968220472335815, 0.08719075471162796, 0.01595599390566349, 0.06527529656887054, 0.19047078490257263, -0.02689722552895546, -0.08347435295581818, -0.03159680217504501, -0.058209650218486786, -0.01411229744553566, 0.12263862788677216, -0.024387529119849205, 0.0065543935634195805, 0.04821446165442467, -0.022201739251613617, 0.021624969318509102, -0.006658332422375679, 0.027146529406309128, 0.014750709757208824, -0.005265675485134125, 0.06158608943223953, -0.0008114222437143326, 0.07589153945446014, 0.09826968610286713, -0.004916002973914146, 0.09895355999469757, -0.07231318950653076, -0.058858662843704224, -0.10841840505599976, 0.11068789660930634, -0.19048050045967102, -0.26829779148101807, -0.05886578932404518, 0.0270103570073843, -0.0684783011674881, 0.00013255514204502106, 0.03158985823392868, -0.18928512930870056, -0.11107826232910156, -0.10321329534053802, 0.14447073638439178, 0.08687625080347061, -0.03650543466210365, 0.02494903653860092, 0.03652702644467354, -0.007876725867390633, -0.062122926115989685, -0.012773492373526096, -0.011609949171543121, -0.006049075163900852, 0.040349408984184265, 0.054556697607040405, 0.08513987809419632, 0.06933633238077164, 0.05395985394716263, -0.01615053042769432, -0.05768253654241562, 0.15105575323104858, -0.12241116166114807, 0.09390074759721756, 0.015296189114451408, -0.03774561733007431, 0.04893992841243744, 0.17517134547233582, 0.0004036426544189453, -0.05900391936302185, 0.07470960915088654, 0.12029851973056793, -0.0042525059543550014, -0.2685832679271698, -0.15900424122810364, -0.014660886488854885, -0.031968530267477036, 0.01715056039392948, 0.02164222113788128, -0.010327372699975967, 0.006400528363883495, -0.1180766224861145, -0.13485702872276306, 0.05320405960083008, 0.08420242369174957, 0.10988273471593857, 0.020944466814398766, 0.040989913046360016, -0.026054201647639275, 0.012446053326129913, 0.11135175079107285, -0.0732039362192154, 0.1943615972995758, -0.023384597152471542, 0.1377982199192047, 0.04487927258014679, 0.008096426725387573, -0.050088562071323395, 0.025742430239915848, 0.03554166108369827, 0.05688094347715378, -0.01587378792464733, -0.06318242847919464, -0.012518255040049553, 0.12951678037643433, 0.03878067806363106, -0.0539683923125267, -0.005460439249873161, -0.03840586915612221, 0.15492695569992065, 0.21582725644111633, 0.021491043269634247, -0.022290779277682304, -0.09078420698642731, 0.05531354621052742, -0.04890257865190506, -0.0432782918214798, -0.019566252827644348, -0.0004258231492713094, -0.13680224120616913, 0.15804925560951233, -0.005716655403375626, 0.06177190691232681, 0.003324376419186592, -0.011108635924756527, -0.0005578398704528809, 0.03352075815200806, -0.019444674253463745, 0.08728218823671341, -0.17728853225708008, 0.14553290605545044, 0.001112519996240735, 0.011060730554163456, -0.06853382289409637, 0.039640091359615326, 0.017987113445997238, -0.052695486694574356, 0.06965558975934982, 0.0016082283109426498, -0.1113685891032219, -0.0038068662397563457, -0.09210298955440521, 0.012286439538002014, 0.09657762944698334, -0.11781686544418335, 0.12887845933437347, 0.015162790194153786, -0.001281270757317543, -0.04503273963928223, -0.030308512970805168, -0.1896863579750061, -0.23889195919036865, 0.028489433228969574, -0.04290739446878433, -0.021578513085842133, -0.0396658256649971, -0.0868280678987503, -0.021485483273863792, 0.16117146611213684, 0.01322423480451107, -0.0973193347454071, -0.11657683551311493, 0.031567566096782684, 0.1779661476612091, -0.04638858884572983, 0.03537673503160477, 0.003912506625056267, 0.17005611956119537, -0.05558829754590988, -0.05829247832298279, 0.026130296289920807, -0.047294747084379196, -0.2008669078350067, -0.021924860775470734, 0.13972574472427368, 0.15857945382595062, 0.02555687353014946, -0.010355150327086449, 0.07810478657484055, 0.031960539519786835, -0.0729329064488411, 0.05123193562030792, 0.1513800472021103, 0.016289956867694855, 0.16918393969535828, -0.013954633846879005, -0.2687426209449768, -0.18144235014915466, -0.09489890933036804, 0.05654590576887131, 0.22445547580718994, -0.06410593539476395, 0.19360989332199097, 0.052003104239702225, -0.09378083050251007, -0.14592476189136505, 0.010859634727239609, 0.09293705970048904, -0.0008245599456131458, 0.06932896375656128, -0.18140222132205963, 0.012432939372956753, -0.011638456955552101, 0.005762736778706312, -0.0605182982981205, -0.06713516265153885, -0.14318706095218658, 0.051582157611846924, -0.01260029710829258, -0.13784776628017426, -0.11513084918260574, -0.01853446662425995, -0.06842435151338577, -0.04184328392148018, 0.16685529053211212, 0.07431477308273315, -0.006347506307065487, 0.010633822530508041, 0.11953281611204147, 0.05657421052455902, -0.010500750504434109, 0.1397036612033844, 0.02375919744372368, 0.053460441529750824, -0.10613285005092621, 0.014376379549503326, 0.06546669453382492, -0.03662177920341492, 0.08321958780288696, -0.017658699303865433, -0.013541889376938343, -0.1359667181968689, -0.0564030185341835, -0.07374565303325653, 0.04825387895107269, -0.061593856662511826, -0.042579058557748795, -0.12009318917989731, 0.0830540880560875, 0.10364995896816254, -0.07370549440383911, 0.048206716775894165, -0.036492932587862015, -0.03805825114250183, 0.0717761367559433, 0.08791469782590866, 0.05171044170856476, -0.05533941835165024, 0.032254088670015335, -0.0011344810482114553, -0.0016715498641133308, -0.07571350783109665, 0.029912523925304413, 0.08195039629936218, -0.04478771984577179, 0.13099753856658936, -0.06020036339759827, -0.2048966884613037, -0.0070024714805185795, 0.073037289083004, -0.09556780010461807, -0.12683701515197754, 0.020096922293305397, 0.06401145458221436, -0.0779280960559845, -0.07810378074645996, 0.10828008502721786, -0.007483518682420254, -0.047990866005420685, -0.02510569989681244, 0.08932153880596161, 0.0755983293056488, 0.035922106355428696, -0.025499718263745308, 0.00532128382474184, -0.07697387039661407, 0.09654313325881958, 0.07790507376194, -0.17537200450897217, 0.09880131483078003, 0.13739395141601562, -0.0688563734292984, -0.01808498427271843, 0.1119244247674942, 0.1307702362537384, -0.08623484522104263, -0.018114471808075905, 0.01575848087668419, -0.11424926668405533, 0.06369920819997787, 0.1336667835712433, 0.0300883911550045, -0.004955880809575319, 0.008154673501849174, 0.007690894417464733, -0.017358869314193726, 0.12284433841705322, 0.11409129947423935, -0.03716421127319336, -0.058901671320199966, -0.04321086406707764, -0.019896026700735092, -0.040140535682439804, -0.002741339150816202, -0.011455981992185116, -0.029971575364470482, -0.027478409931063652, -0.14163735508918762, 0.03380094841122627, -0.11862464249134064, 0.003461722983047366, 0.007043139543384314, -0.029138002544641495, 0.02405005320906639, 0.007996676489710808, -0.04690603166818619, -0.07060638070106506, -0.04475202411413193, 0.07578512281179428, -0.17030882835388184, -0.021668262779712677, 0.04241508990526199, -0.0738176554441452, 0.10500157624483109, 0.09223519265651703, 0.00011125113815069199, 0.07622112333774567, -0.16113689541816711, 0.04624054953455925, 0.011345675215125084, 0.021799586713314056, 0.011824015527963638, -0.11982765048742294, -0.005248100496828556, -0.007359530311077833, -0.028019847348332405, 0.027491597458720207, 0.07652436196804047, -0.06321539729833603, 0.04121769219636917, 0.05871991440653801, -0.06481262296438217, -0.025443974882364273, 0.037371110171079636, 0.05746147781610489, 0.029349688440561295, 0.15539583563804626, -0.10163180530071259, 0.09251904487609863, -0.09144103527069092, -0.024619251489639282, -0.015219999477267265, 0.03298155963420868, -0.07154127955436707, -0.01292745303362608, 0.05851439759135246, 0.0024122032336890697, 0.19042691588401794, 0.04812745004892349, 0.01827317848801613, 0.058304451406002045, -0.020110217854380608, -0.008411823771893978, 0.08168378472328186, -0.03323080763220787, -0.027769291773438454, -0.023080134764313698, -0.0033550094813108444, -0.06902915239334106, -0.005358389113098383, -0.06276291608810425, 0.11345461755990982, 0.16851428151130676, 0.2372055947780609, 0.017837662249803543, 0.040119342505931854, -0.10264870524406433, 0.039135463535785675, 0.01605629175901413, -0.12772893905639648, 0.04399856925010681, -0.06271464377641678, 0.13005191087722778, 0.059512730687856674, -0.15310168266296387, 0.14061188697814941, -0.06592580676078796, -0.04476553201675415, 0.011931905522942543, -0.13769683241844177, -0.07762466371059418, -0.04537544399499893, -0.001682117348536849, -0.1057654321193695, 0.0447051003575325, -0.028295543044805527, 0.001119760563597083, -0.037529125809669495, 0.03313599154353142, -0.054562732577323914, -0.09997603297233582, 0.13485023379325867, 0.055130671709775925, -0.01613093540072441, 0.13671450316905975, 0.04068715125322342, 0.004445127677172422, 0.062533900141716, 0.04410851374268532, 0.10999574512243271, -0.020042967051267624, 0.012610601261258125, -0.0656491369009018, -0.07025966048240662, 0.06292470544576645, -0.022484183311462402, 0.028344757854938507, 0.10941706597805023, 0.027613753452897072, 0.0043058088049292564, -0.014354475773870945, 0.21390771865844727, 0.017108479514718056, -0.06946684420108795, -0.14769905805587769, -0.005255144089460373, -0.01995042897760868, 0.01780157908797264, 0.024067828431725502, -0.14779861271381378, -0.03374667093157768, 0.030780790373682976, 0.17588204145431519, 0.05278005450963974, 0.03941735625267029, -0.07206021249294281, 0.029330918565392494, -0.023764874786138535, 0.04787871241569519, 0.023849446326494217, 0.12759403884410858, -0.036712583154439926, 0.07439661771059036, -0.07131403684616089, -0.03004852496087551, -0.060970891267061234, 0.03479902073740959, -0.009561823680996895, -0.02948114648461342, -0.03780274838209152, 0.13437891006469727, -0.01454482413828373, -0.2844984531402588, 0.05376734957098961, -0.1333886682987213, -0.11047457158565521, 0.027484577149152756, 0.08842027932405472, 0.06838564574718475, 0.04479784518480301, 0.09629197418689728, -0.03538984805345535, 0.16878069937229156, 0.039604075253009796, -0.043784961104393005, -0.050860002636909485, 0.12789930403232574, -0.12740164995193481, 0.14175713062286377, 0.004549690522253513, 0.11065110564231873, 0.09127283096313477, -0.013877619989216328, -0.08215034753084183, 0.02504592575132847, 0.0708552673459053, 0.014151681214571, 0.03800404444336891, 0.19245333969593048, -0.0007960610091686249, 0.10160422325134277, 0.12340220808982849, -0.03707478195428848, 0.05387747287750244, -0.041159436106681824, 0.001252702553756535, -0.05875018239021301, 0.1946468949317932, -0.16592705249786377, 0.05376278609037399, 0.16261126101016998, -0.03239826858043671, 0.04250480607151985, -0.025983314961194992, 0.003598426468670368, -0.02534366399049759, 0.13430097699165344, 0.006446961313486099, -0.16293209791183472, 0.01743173785507679, 0.0744018703699112, 0.09887009859085083, -0.13835974037647247, -0.05803445726633072, 0.0355028361082077, -0.0035447576083242893, -0.008145023137331009, 0.12867635488510132, 0.028939925134181976, 0.0025963219814002514, -0.04400680214166641, -0.11294693499803543, 0.0745023712515831, 0.11619792878627777, -0.04481807351112366, 0.013726115226745605 ]
6627f9390245fe11ef09f349b82f6c89f577aabf
# Dataset Card for "cfq" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://github.com/google-research/google-research/tree/master/cfq](https://github.com/google-research/google-research/tree/master/cfq) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** https://arxiv.org/abs/1912.09713 - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 2.14 GB - **Size of the generated dataset:** 362.07 MB - **Total amount of disk used:** 2.50 GB ### Dataset Summary The Compositional Freebase Questions (CFQ) is a dataset that is specifically designed to measure compositional generalization. CFQ is a simple yet realistic, large dataset of natural language questions and answers that also provides for each question a corresponding SPARQL query against the Freebase knowledge base. This means that CFQ can also be used for semantic parsing. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages English (`en`). ## Dataset Structure ### Data Instances #### mcd1 - **Size of downloaded dataset files:** 267.60 MB - **Size of the generated dataset:** 42.90 MB - **Total amount of disk used:** 310.49 MB An example of 'train' looks as follows. ``` { 'query': 'SELECT count(*) WHERE {\n?x0 a ns:people.person .\n?x0 ns:influence.influence_node.influenced M1 .\n?x0 ns:influence.influence_node.influenced M2 .\n?x0 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_character.married_to/ns:fictional_universe.marriage_of_fictional_characters.spouses ?x1 .\n?x1 a ns:film.cinematographer .\nFILTER ( ?x0 != ?x1 )\n}', 'question': 'Did a person marry a cinematographer , influence M1 , and influence M2' } ``` #### mcd2 - **Size of downloaded dataset files:** 267.60 MB - **Size of the generated dataset:** 44.77 MB - **Total amount of disk used:** 312.38 MB An example of 'train' looks as follows. ``` { 'query': 'SELECT count(*) WHERE {\n?x0 ns:people.person.parents|ns:fictional_universe.fictional_character.parents|ns:organization.organization.parent/ns:organization.organization_relationship.parent ?x1 .\n?x1 a ns:people.person .\nM1 ns:business.employer.employees/ns:business.employment_tenure.person ?x0 .\nM1 ns:business.employer.employees/ns:business.employment_tenure.person M2 .\nM1 ns:business.employer.employees/ns:business.employment_tenure.person M3 .\nM1 ns:business.employer.employees/ns:business.employment_tenure.person M4 .\nM5 ns:business.employer.employees/ns:business.employment_tenure.person ?x0 .\nM5 ns:business.employer.employees/ns:business.employment_tenure.person M2 .\nM5 ns:business.employer.employees/ns:business.employment_tenure.person M3 .\nM5 ns:business.employer.employees/ns:business.employment_tenure.person M4\n}', 'question': "Did M1 and M5 employ M2 , M3 , and M4 and employ a person 's child" } ``` #### mcd3 - **Size of downloaded dataset files:** 267.60 MB - **Size of the generated dataset:** 43.60 MB - **Total amount of disk used:** 311.20 MB An example of 'train' looks as follows. ``` { "query": "SELECT /producer M0 . /director M0 . ", "question": "Who produced and directed M0?" } ``` #### query_complexity_split - **Size of downloaded dataset files:** 267.60 MB - **Size of the generated dataset:** 45.95 MB - **Total amount of disk used:** 313.55 MB An example of 'train' looks as follows. ``` { "query": "SELECT /producer M0 . /director M0 . ", "question": "Who produced and directed M0?" } ``` #### query_pattern_split - **Size of downloaded dataset files:** 267.60 MB - **Size of the generated dataset:** 46.12 MB - **Total amount of disk used:** 313.72 MB An example of 'train' looks as follows. ``` { "query": "SELECT /producer M0 . /director M0 . ", "question": "Who produced and directed M0?" } ``` ### Data Fields The data fields are the same among all splits and configurations: - `question`: a `string` feature. - `query`: a `string` feature. ### Data Splits | name | train | test | |---------------------------|-------:|------:| | mcd1 | 95743 | 11968 | | mcd2 | 95743 | 11968 | | mcd3 | 95743 | 11968 | | query_complexity_split | 100654 | 9512 | | query_pattern_split | 94600 | 12589 | | question_complexity_split | 98999 | 10340 | | question_pattern_split | 95654 | 11909 | | random_split | 95744 | 11967 | ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @inproceedings{Keysers2020, title={Measuring Compositional Generalization: A Comprehensive Method on Realistic Data}, author={Daniel Keysers and Nathanael Sch"{a}rli and Nathan Scales and Hylke Buisman and Daniel Furrer and Sergii Kashubin and Nikola Momchev and Danila Sinopalnikov and Lukasz Stafiniak and Tibor Tihon and Dmitry Tsarkov and Xiao Wang and Marc van Zee and Olivier Bousquet}, booktitle={ICLR}, year={2020}, url={https://arxiv.org/abs/1912.09713.pdf}, } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@brainshawn](https://github.com/brainshawn) for adding this dataset.
cfq
[ "task_categories:question-answering", "task_categories:other", "task_ids:open-domain-qa", "task_ids:closed-domain-qa", "annotations_creators:no-annotation", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:cc-by-4.0", "compositionality", "arxiv:1912.09713", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["expert-generated"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["question-answering", "other"], "task_ids": ["open-domain-qa", "closed-domain-qa"], "paperswithcode_id": "cfq", "pretty_name": "Compositional Freebase Questions", "tags": ["compositionality"], "dataset_info": [{"config_name": "mcd1", "features": [{"name": "question", "dtype": "string"}, {"name": "query", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 37408806, "num_examples": 95743}, {"name": "test", "num_bytes": 5446503, "num_examples": 11968}], "download_size": 8570962, "dataset_size": 42855309}, {"config_name": "mcd2", "features": [{"name": "question", "dtype": "string"}, {"name": "query", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 39424657, "num_examples": 95743}, {"name": "test", "num_bytes": 5314019, "num_examples": 11968}], "download_size": 8867866, "dataset_size": 44738676}, {"config_name": "mcd3", "features": [{"name": "question", "dtype": "string"}, {"name": "query", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 38316345, "num_examples": 95743}, {"name": "test", "num_bytes": 5244503, "num_examples": 11968}], "download_size": 8578142, "dataset_size": 43560848}, {"config_name": "query_complexity_split", "features": [{"name": "question", "dtype": "string"}, {"name": "query", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 40270175, "num_examples": 100654}, {"name": "test", "num_bytes": 5634924, "num_examples": 9512}], "download_size": 9303588, "dataset_size": 45905099}, {"config_name": "query_pattern_split", "features": [{"name": "question", "dtype": "string"}, {"name": "query", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 40811284, "num_examples": 94600}, {"name": "test", "num_bytes": 5268358, "num_examples": 12589}], "download_size": 9387759, "dataset_size": 46079642}, {"config_name": "question_complexity_split", "features": [{"name": "question", "dtype": "string"}, {"name": "query", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 39989433, "num_examples": 98999}, {"name": "test", "num_bytes": 5781561, "num_examples": 10340}], "download_size": 9255771, "dataset_size": 45770994}, {"config_name": "question_pattern_split", "features": [{"name": "question", "dtype": "string"}, {"name": "query", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 41217350, "num_examples": 95654}, {"name": "test", "num_bytes": 5179936, "num_examples": 11909}], "download_size": 9482990, "dataset_size": 46397286}, {"config_name": "random_split", "features": [{"name": "question", "dtype": "string"}, {"name": "query", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 41279218, "num_examples": 95744}, {"name": "test", "num_bytes": 5164923, "num_examples": 11967}], "download_size": 9533853, "dataset_size": 46444141}], "configs": [{"config_name": "mcd1", "data_files": [{"split": "train", "path": "mcd1/train-*"}, {"split": "test", "path": "mcd1/test-*"}]}, {"config_name": "mcd2", "data_files": [{"split": "train", "path": "mcd2/train-*"}, {"split": "test", "path": "mcd2/test-*"}]}, {"config_name": "mcd3", "data_files": [{"split": "train", "path": "mcd3/train-*"}, {"split": "test", "path": "mcd3/test-*"}]}, {"config_name": "query_complexity_split", "data_files": [{"split": "train", "path": "query_complexity_split/train-*"}, {"split": "test", "path": "query_complexity_split/test-*"}]}, {"config_name": "query_pattern_split", "data_files": [{"split": "train", "path": "query_pattern_split/train-*"}, {"split": "test", "path": "query_pattern_split/test-*"}]}, {"config_name": "question_complexity_split", "data_files": [{"split": "train", "path": "question_complexity_split/train-*"}, {"split": "test", "path": "question_complexity_split/test-*"}]}, {"config_name": "question_pattern_split", "data_files": [{"split": "train", "path": "question_pattern_split/train-*"}, {"split": "test", "path": "question_pattern_split/test-*"}]}, {"config_name": "random_split", "data_files": [{"split": "train", "path": "random_split/train-*"}, {"split": "test", "path": "random_split/test-*"}]}]}
2024-01-18T14:16:34+00:00
[ "1912.09713" ]
[ "en" ]
TAGS #task_categories-question-answering #task_categories-other #task_ids-open-domain-qa #task_ids-closed-domain-qa #annotations_creators-no-annotation #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #compositionality #arxiv-1912.09713 #region-us
Dataset Card for "cfq" ====================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: URL * Point of Contact: * Size of downloaded dataset files: 2.14 GB * Size of the generated dataset: 362.07 MB * Total amount of disk used: 2.50 GB ### Dataset Summary The Compositional Freebase Questions (CFQ) is a dataset that is specifically designed to measure compositional generalization. CFQ is a simple yet realistic, large dataset of natural language questions and answers that also provides for each question a corresponding SPARQL query against the Freebase knowledge base. This means that CFQ can also be used for semantic parsing. ### Supported Tasks and Leaderboards ### Languages English ('en'). Dataset Structure ----------------- ### Data Instances #### mcd1 * Size of downloaded dataset files: 267.60 MB * Size of the generated dataset: 42.90 MB * Total amount of disk used: 310.49 MB An example of 'train' looks as follows. #### mcd2 * Size of downloaded dataset files: 267.60 MB * Size of the generated dataset: 44.77 MB * Total amount of disk used: 312.38 MB An example of 'train' looks as follows. #### mcd3 * Size of downloaded dataset files: 267.60 MB * Size of the generated dataset: 43.60 MB * Total amount of disk used: 311.20 MB An example of 'train' looks as follows. #### query\_complexity\_split * Size of downloaded dataset files: 267.60 MB * Size of the generated dataset: 45.95 MB * Total amount of disk used: 313.55 MB An example of 'train' looks as follows. #### query\_pattern\_split * Size of downloaded dataset files: 267.60 MB * Size of the generated dataset: 46.12 MB * Total amount of disk used: 313.72 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits and configurations: * 'question': a 'string' feature. * 'query': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @thomwolf, @patrickvonplaten, @lewtun, @brainshawn for adding this dataset.
[ "### Dataset Summary\n\n\nThe Compositional Freebase Questions (CFQ) is a dataset that is specifically designed to measure compositional\ngeneralization. CFQ is a simple yet realistic, large dataset of natural language questions and answers that also\nprovides for each question a corresponding SPARQL query against the Freebase knowledge base. This means that CFQ can\nalso be used for semantic parsing.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nEnglish ('en').\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### mcd1\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 42.90 MB\n* Total amount of disk used: 310.49 MB\n\n\nAn example of 'train' looks as follows.", "#### mcd2\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 44.77 MB\n* Total amount of disk used: 312.38 MB\n\n\nAn example of 'train' looks as follows.", "#### mcd3\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 43.60 MB\n* Total amount of disk used: 311.20 MB\n\n\nAn example of 'train' looks as follows.", "#### query\\_complexity\\_split\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 45.95 MB\n* Total amount of disk used: 313.55 MB\n\n\nAn example of 'train' looks as follows.", "#### query\\_pattern\\_split\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 46.12 MB\n* Total amount of disk used: 313.72 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits and configurations:\n\n\n* 'question': a 'string' feature.\n* 'query': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @thomwolf, @patrickvonplaten, @lewtun, @brainshawn for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_categories-other #task_ids-open-domain-qa #task_ids-closed-domain-qa #annotations_creators-no-annotation #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #compositionality #arxiv-1912.09713 #region-us \n", "### Dataset Summary\n\n\nThe Compositional Freebase Questions (CFQ) is a dataset that is specifically designed to measure compositional\ngeneralization. CFQ is a simple yet realistic, large dataset of natural language questions and answers that also\nprovides for each question a corresponding SPARQL query against the Freebase knowledge base. This means that CFQ can\nalso be used for semantic parsing.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nEnglish ('en').\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### mcd1\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 42.90 MB\n* Total amount of disk used: 310.49 MB\n\n\nAn example of 'train' looks as follows.", "#### mcd2\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 44.77 MB\n* Total amount of disk used: 312.38 MB\n\n\nAn example of 'train' looks as follows.", "#### mcd3\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 43.60 MB\n* Total amount of disk used: 311.20 MB\n\n\nAn example of 'train' looks as follows.", "#### query\\_complexity\\_split\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 45.95 MB\n* Total amount of disk used: 313.55 MB\n\n\nAn example of 'train' looks as follows.", "#### query\\_pattern\\_split\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 46.12 MB\n* Total amount of disk used: 313.72 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits and configurations:\n\n\n* 'question': a 'string' feature.\n* 'query': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @thomwolf, @patrickvonplaten, @lewtun, @brainshawn for adding this dataset." ]
[ 129, 89, 10, 17, 6, 55, 55, 56, 63, 62, 44, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 34 ]
[ "passage: TAGS\n#task_categories-question-answering #task_categories-other #task_ids-open-domain-qa #task_ids-closed-domain-qa #annotations_creators-no-annotation #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #compositionality #arxiv-1912.09713 #region-us \n### Dataset Summary\n\n\nThe Compositional Freebase Questions (CFQ) is a dataset that is specifically designed to measure compositional\ngeneralization. CFQ is a simple yet realistic, large dataset of natural language questions and answers that also\nprovides for each question a corresponding SPARQL query against the Freebase knowledge base. This means that CFQ can\nalso be used for semantic parsing.### Supported Tasks and Leaderboards### Languages\n\n\nEnglish ('en').\n\n\nDataset Structure\n-----------------### Data Instances#### mcd1\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 42.90 MB\n* Total amount of disk used: 310.49 MB\n\n\nAn example of 'train' looks as follows.#### mcd2\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 44.77 MB\n* Total amount of disk used: 312.38 MB\n\n\nAn example of 'train' looks as follows.#### mcd3\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 43.60 MB\n* Total amount of disk used: 311.20 MB\n\n\nAn example of 'train' looks as follows.#### query\\_complexity\\_split\n\n\n* Size of downloaded dataset files: 267.60 MB\n* Size of the generated dataset: 45.95 MB\n* Total amount of disk used: 313.55 MB\n\n\nAn example of 'train' looks as follows." ]
[ -0.12130550295114517, 0.07963598519563675, -0.004305507522076368, 0.06295254826545715, 0.05492419749498367, 0.006364093162119389, 0.012881733477115631, 0.08512648195028305, -0.03897272050380707, 0.16579751670360565, 0.059639040380716324, -0.10523003339767456, 0.050018951296806335, 0.1245652362704277, 0.011043081060051918, -0.16685214638710022, 0.044829078018665314, -0.07956915348768234, -0.0010264231823384762, 0.09154091775417328, 0.10689783841371536, -0.03472702205181122, 0.07334236800670624, -0.08765387535095215, -0.1277814656496048, 0.008017572574317455, -0.05080481246113777, 0.018322791904211044, 0.02557842992246151, 0.06979715079069138, 0.041290394961833954, -0.048958782106637955, 0.05348231643438339, -0.13785240054130554, 0.006015784572809935, 0.07457362860441208, 0.012321052141487598, 0.016599498689174652, 0.05181768909096718, -0.01900317147374153, 0.1489749252796173, -0.0826622024178505, 0.02635996975004673, 0.04269062727689743, -0.08385562151670456, -0.05824380740523338, -0.108696348965168, 0.031489938497543335, 0.09731623530387878, 0.08315299451351166, -0.043271347880363464, -0.018459368497133255, -0.08985184133052826, 0.054378654807806015, 0.11223537474870682, -0.0473848432302475, -0.03859534487128258, 0.11743544787168503, -0.025102388113737106, 0.09336833655834198, -0.06376008689403534, -0.03257491812109947, -0.008137538097798824, 0.024884313344955444, 0.04605687037110329, -0.04757903143763542, 0.026138655841350555, -0.0008664716151542962, -0.13707897067070007, -0.05174272134900093, 0.19517777860164642, 0.05600307136774063, -0.017474226653575897, -0.19076690077781677, -0.06689248979091644, 0.015565766952931881, -0.012911222875118256, 0.04266416281461716, 0.014165465719997883, 0.017199819907546043, 0.05199539288878441, -0.0009929736843332648, -0.049129508435726166, -0.11144928634166718, -0.07717428356409073, -0.009769581258296967, -0.007462979294359684, 0.016508756205439568, 0.04632527753710747, 0.06531132757663727, -0.19635654985904694, -0.09263187646865845, -0.07743825018405914, -0.02147233858704567, -0.12094506621360779, 0.017293905839323997, -0.016390269622206688, -0.16131076216697693, -0.00589529937133193, 0.08083944767713547, 0.031159978359937668, 0.08957190066576004, -0.032278720289468765, 0.055012788623571396, 0.03875232860445976, 0.136793315410614, -0.06898568570613861, -0.12430762499570847, -0.006551557220518589, 0.07515019923448563, 0.04271069914102554, -0.03040909208357334, -0.05898771062493324, 0.01231333427131176, 0.02964160405099392, 0.028310291469097137, 0.04883327707648277, 0.056258540600538254, -0.06114540249109268, 0.012914267368614674, 0.15404725074768066, -0.16383439302444458, 0.033458273857831955, 0.04746238514780998, -0.0535966232419014, -0.09299653768539429, 0.06785517930984497, -0.005543760024011135, -0.04492984712123871, 0.06329194456338882, -0.026072556152939796, -0.031673677265644073, -0.13146071135997772, -0.11457772552967072, 0.03455248102545738, 0.03015921637415886, -0.0726190134882927, -0.055357418954372406, -0.19315575063228607, -0.06542287766933441, 0.02027868665754795, -0.06622669100761414, 0.0164280217140913, -0.011521658860147, -0.04576209932565689, -0.003820211160928011, 0.012267724610865116, 0.15544572472572327, -0.034979887306690216, 0.0386437252163887, -0.043038319796323776, 0.01550060324370861, 0.0021852515637874603, 0.016168778762221336, -0.06346065551042557, 0.06399810314178467, -0.24996234476566315, 0.17829275131225586, -0.12001685053110123, -0.021861914545297623, -0.09639603644609451, -0.004014385864138603, -0.11179450899362564, 0.022578880190849304, 0.03372137248516083, 0.10386243462562561, -0.22194305062294006, 0.002719468204304576, 0.05295268073678017, -0.0678630992770195, -0.05829524248838425, 0.09059394896030426, -0.013414932414889336, 0.07868721336126328, 0.01505622174590826, 0.178372323513031, 0.09671802818775177, -0.06903493404388428, -0.07617966085672379, -0.0021033938974142075, 0.035735052078962326, 0.0587007999420166, 0.091361403465271, -0.14821594953536987, 0.10889118909835815, 0.014795301482081413, -0.06795195490121841, 0.0000034161764688178664, 0.019972145557403564, -0.033201638609170914, -0.0193051565438509, -0.026809239760041237, -0.056424081325531006, 0.02387269213795662, -0.034485798329114914, -0.04784521460533142, -0.0750919058918953, 0.02240949124097824, 0.047396328300237656, -0.037481389939785004, 0.05549253895878792, -0.043523918837308884, 0.01221545971930027, -0.09371397644281387, 0.019924893975257874, -0.20051583647727966, -0.0804024413228035, 0.03827614709734917, -0.010726421140134335, 0.04883089289069176, -0.08308190107345581, 0.04515480995178223, 0.017120251432061195, -0.08120665699243546, 0.0011070569744333625, -0.021154005080461502, 0.0046533625572919846, -0.07112719118595123, -0.12796734273433685, -0.04539993777871132, -0.005269576795399189, 0.055636849254369736, -0.0697844848036766, 0.022237170487642288, 0.21832184493541718, 0.06347223371267319, 0.024210358038544655, -0.11363022029399872, 0.06253105401992798, 0.04839589074254036, 0.018610425293445587, -0.06982939690351486, -0.002977832453325391, 0.016568059101700783, -0.06212479621171951, 0.04268912971019745, -0.1997503936290741, -0.06408486515283585, 0.07674887031316757, 0.15040048956871033, -0.07919036597013474, 0.001897415379062295, -0.03929271548986435, -0.07647101581096649, -0.08124814927577972, -0.16535189747810364, 0.0674835741519928, 0.03291381150484085, 0.04309648275375366, -0.09922949224710464, -0.060115087777376175, -0.0043998826295137405, 0.047494083642959595, 0.009667938575148582, 0.11160730570554733, 0.14825160801410675, -0.11291950196027756, 0.10931412875652313, 0.06265363842248917, -0.02413873001933098, 0.13713721930980682, -0.05187731981277466, -0.10858422517776489, -0.02711203135550022, 0.05203542858362198, 0.023401379585266113, 0.1704520285129547, 0.008139670826494694, 0.0073321121744811535, 0.03438599407672882, 0.10342172533273697, 0.050589658319950104, -0.08424513787031174, 0.06121501699090004, 0.05211350694298744, -0.06376182287931442, 0.020934700965881348, 0.026961149647831917, -0.023570764809846878, 0.05010785162448883, 0.015824895352125168, 0.0695638656616211, -0.009939976036548615, -0.08854381740093231, -0.1472126692533493, 0.15902158617973328, -0.11371582746505737, -0.07757964730262756, -0.09814687818288803, 0.02116812951862812, -0.04831142723560333, -0.0004591402248479426, -0.0073096673004329205, -0.005844405386596918, -0.0697181224822998, -0.16860060393810272, 0.09695624560117722, 0.003943089861422777, -0.044856637716293335, -0.0298837311565876, -0.0026818611659109592, 0.00828452780842781, -0.12376412749290466, 0.018285928294062614, 0.02422676607966423, -0.06130274757742882, -0.03268677368760109, -0.041866861283779144, 0.15697641670703888, 0.09575783461332321, 0.07707227021455765, -0.006065863184630871, -0.06215127557516098, 0.17479024827480316, -0.0962623655796051, 0.12435012310743332, 0.06440962105989456, 0.005193412769585848, 0.05700081214308739, 0.13701900839805603, 0.032238349318504333, -0.06169261783361435, 0.048539239913225174, 0.04526561498641968, -0.12266679853200912, -0.14141303300857544, -0.09830796718597412, -0.0936088040471077, 0.05384748801589012, 0.047343358397483826, 0.043564651161432266, -0.06285729259252548, 0.023011760786175728, -0.016436554491519928, 0.02390500344336033, 0.04217229783535004, 0.044930409640073776, 0.007766642142087221, -0.016372211277484894, 0.07155409455299377, -0.057770922780036926, 0.11905856430530548, 0.10210805386304855, 0.022466041147708893, 0.15593886375427246, -0.0942525565624237, 0.2280133217573166, 0.023249462246894836, 0.09858837723731995, -0.011054250411689281, 0.06911078095436096, -0.09585623443126678, 0.046431027352809906, -0.002855490893125534, -0.08971652388572693, -0.07660204917192459, 0.09486587345600128, 0.07544391602277756, -0.007327827159315348, -0.010211863555014133, 0.006308965850621462, 0.06609334796667099, 0.15082022547721863, -0.0030998766887933016, -0.1038292720913887, -0.027939580380916595, 0.05048853158950806, 0.02348252758383751, -0.03962421044707298, 0.0326717272400856, 0.22029082477092743, -0.08249662816524506, 0.00502114137634635, -0.009444274008274078, 0.10934456437826157, -0.038511961698532104, -0.04116499796509743, 0.014522271230816841, 0.08651331812143326, -0.023610929027199745, 0.047404561191797256, -0.16010326147079468, 0.10488003492355347, 0.033152755349874496, 0.02387320064008236, -0.056817829608917236, 0.05911356955766678, 0.005352100357413292, 0.0016624589916318655, 0.10492092370986938, 0.017839740961790085, -0.13378143310546875, -0.03446991369128227, -0.12011990696191788, 0.009933514520525932, 0.08160009980201721, -0.10879712551832199, 0.0693826824426651, 0.01837659627199173, 0.003635274711996317, 0.03672133758664131, 0.056649237871170044, -0.03550982102751732, -0.1954805850982666, 0.008332484401762486, -0.017415519803762436, -0.029311003163456917, -0.09417641907930374, 0.010408731177449226, 0.01848652772605419, 0.11057660728693008, -0.17605961859226227, -0.08173447847366333, -0.14197564125061035, -0.04640943557024002, 0.1360439509153366, -0.0516865998506546, 0.028043434023857117, -0.009103511460125446, 0.09727583080530167, -0.0149696609005332, -0.016171885654330254, 0.12167341262102127, -0.06040132790803909, -0.13891910016536713, -0.07673768699169159, 0.16645678877830505, 0.02992796152830124, 0.07028142362833023, -0.05884706601500511, 0.09534921497106552, 0.022270457819104195, -0.12652228772640228, -0.011421294882893562, 0.13811294734477997, 0.06080259755253792, 0.13990582525730133, -0.03715083748102188, 0.03452673926949501, 0.051082901656627655, -0.06034700572490692, 0.06748790293931961, 0.1309676468372345, -0.07676175236701965, 0.08226653933525085, 0.0745471939444542, -0.08900488913059235, -0.28630736470222473, 0.06322900950908661, 0.07871115952730179, 0.0733518972992897, 0.005884547717869282, -0.13540330529212952, -0.003337736474350095, 0.12984396517276764, -0.018143687397241592, 0.008283535949885845, -0.30942827463150024, -0.1423797905445099, 0.0010809734230861068, 0.025695424526929855, -0.11037981510162354, -0.17216481268405914, -0.06631571799516678, -0.017966918647289276, -0.1727333664894104, 0.013983897864818573, -0.07947846502065659, 0.04645896330475807, 0.04097367078065872, 0.03721196576952934, 0.016538459807634354, -0.05128756910562515, 0.12365522980690002, 0.03425481170415878, 0.01480330154299736, -0.07203435897827148, 0.04765880107879639, 0.11041006445884705, -0.06836795806884766, 0.12947958707809448, -0.10352769494056702, 0.08205824345350266, -0.1474902182817459, -0.004540993832051754, -0.04670456051826477, -0.02171500027179718, -0.07476336508989334, -0.05709616839885712, -0.09927733987569809, 0.03127899020910263, 0.06365720927715302, -0.039812520146369934, -0.0039030727930366993, -0.09837362170219421, -0.00787783320993185, 0.17218197882175446, 0.11180751025676727, 0.019826948642730713, -0.18643398582935333, 0.03166624531149864, -0.010077574290335178, 0.06859736889600754, -0.22204768657684326, 0.03525437414646149, 0.08178293704986572, 0.05536269769072533, 0.11570959538221359, -0.002366672968491912, -0.11878921091556549, 0.005035675596445799, 0.043041300028562546, -0.06154864281415939, -0.22761470079421997, 0.04322310537099838, 0.04250774160027504, -0.16320368647575378, -0.10611199587583542, 0.03965626657009125, -0.015788624063134193, 0.04500887542963028, 0.02691812999546528, 0.08775955438613892, -0.006502924952656031, 0.137084499001503, 0.07000523060560226, 0.04788196086883545, -0.048362430185079575, 0.0978294387459755, 0.051956381648778915, -0.06064353510737419, 0.027059495449066162, 0.1377372443675995, -0.07836726307868958, -0.010256031528115273, 0.019115876406431198, 0.09613247960805893, 0.0981527790427208, -0.022995635867118835, -0.013435978442430496, -0.12256737798452377, 0.06566076725721359, 0.08264586329460144, 0.04758281633257866, 0.041241977363824844, -0.015358222648501396, 0.02886810153722763, -0.05625515803694725, 0.0997394546866417, -0.040746524930000305, 0.06360869854688644, -0.005844656843692064, -0.05631321668624878, -0.021831955760717392, -0.04762570187449455, 0.010589531622827053, 0.0269762072712183, -0.06206914409995079, 0.008600268512964249, -0.1342935413122177, -0.012504063546657562, -0.025387248024344444, -0.02897152304649353, -0.011507133021950722, -0.011077361181378365, 0.009211350232362747, 0.035148948431015015, -0.031412962824106216, -0.07433893531560898, -0.07665907591581345, 0.051160506904125214, -0.10999725013971329, 0.01432324294000864, 0.08783893287181854, -0.0816049799323082, 0.09844137728214264, -0.0008683035848662257, -0.0046447995118796825, 0.0037940891925245523, 0.011605319567024708, 0.011072076857089996, 0.01861998625099659, 0.03984544798731804, -0.005252506118267775, -0.07709173858165741, -0.048186223953962326, 0.0009238571510650218, -0.019000768661499023, 0.015004938468337059, 0.11167944967746735, -0.1098155528306961, 0.15976549685001373, -0.006997075863182545, 0.023080017417669296, -0.06251942366361618, 0.09358316659927368, 0.025789516046643257, 0.15770678222179413, 0.0535694845020771, -0.01405072957277298, 0.0368453785777092, -0.16191671788692474, -0.03466501086950302, 0.060549523681402206, 0.02143348939716816, 0.023295359686017036, 0.022433467209339142, 0.0932140052318573, -0.04181483015418053, 0.15609575808048248, -0.028546493500471115, -0.05210311710834503, 0.06678071618080139, 0.023945586755871773, 0.13207095861434937, 0.04419545829296112, 0.10377450287342072, -0.019660763442516327, -0.018571762368083, 0.058701664209365845, -0.005619270261377096, -0.002411110792309046, 0.015898767858743668, 0.13827505707740784, 0.10029622912406921, 0.1577494591474533, 0.022719519212841988, 0.0432879738509655, -0.08194287121295929, -0.061771757900714874, 0.07419679313898087, -0.015690244734287262, 0.03784768283367157, -0.09911803156137466, 0.14787761867046356, 0.07710129767656326, -0.19684335589408875, 0.11859594285488129, -0.031964413821697235, -0.09978142380714417, -0.01660248637199402, -0.10212953388690948, -0.05335486680269241, -0.05937887728214264, -0.011372947134077549, -0.10425129532814026, 0.01775231398642063, 0.060096412897109985, 0.005039379931986332, 0.06324519962072372, 0.20531153678894043, -0.15760572254657745, -0.04121091961860657, 0.014053733088076115, -0.019906554371118546, -0.020787730813026428, 0.051987867802381516, -0.009556235745549202, 0.07033661007881165, 0.02660859189927578, 0.1054638996720314, 0.08081262558698654, -0.04502430185675621, 0.0051414137706160545, -0.003091315273195505, -0.011366015300154686, -0.02444710209965706, 0.0006094900891184807, -0.013941462151706219, 0.1461784988641739, 0.05090435594320297, -0.023751085624098778, 0.0006600217893719673, 0.14093813300132751, -0.059199851006269455, -0.13017287850379944, -0.15264718234539032, 0.019897038117051125, -0.05468102917075157, 0.006343358661979437, -0.030330710113048553, -0.14947065711021423, -0.013416264206171036, 0.1363416612148285, 0.1710224449634552, -0.10867737978696823, 0.0066765849478542805, 0.010287466458976269, 0.005746135488152504, -0.023510359227657318, 0.06413114070892334, 0.02047247253358364, 0.25014132261276245, -0.026366915553808212, 0.04828549921512604, -0.007325713522732258, -0.08675660192966461, -0.05377807840704918, 0.1273946762084961, -0.038715194910764694, -0.023444922640919685, -0.09287846088409424, 0.05389835685491562, 0.030643338337540627, -0.25014832615852356, 0.000037711277400376275, -0.1268082708120346, -0.12689493596553802, 0.019971836358308792, 0.06277084350585938, -0.022941386327147484, 0.019265053793787956, 0.01556798629462719, 0.039872441440820694, 0.07792449742555618, 0.0041649905033409595, -0.06436891853809357, -0.08007777482271194, 0.019042879343032837, -0.0373825840651989, 0.172307550907135, 0.01701419986784458, 0.058817923069000244, 0.09006833285093307, 0.011422325856983662, -0.11778755486011505, 0.1058453693985939, 0.10030368715524673, -0.03351680189371109, -0.052481718361377716, 0.1564721316099167, -0.04526909068226814, 0.18383032083511353, 0.0343405045568943, -0.035113152116537094, 0.040038738399744034, -0.0026328549720346928, -0.03048531524837017, -0.12732471525669098, -0.015064251609146595, -0.08227714896202087, 0.12609300017356873, 0.14744237065315247, 0.0034360613208264112, 0.008145701140165329, -0.022363096475601196, 0.010791975073516369, -0.02803100273013115, 0.1451713889837265, 0.004621125757694244, -0.11585633456707001, 0.004251715261489153, 0.015467378310859203, 0.017220670357346535, -0.15056928992271423, -0.12547746300697327, 0.048419009894132614, 0.005783595144748688, 0.0252513624727726, 0.13518494367599487, 0.043386247009038925, 0.004638406913727522, -0.054299239069223404, -0.13747170567512512, 0.03265250101685524, 0.11222665011882782, -0.08830513060092926, -0.060801029205322266 ]
1b111eca2b6f2c08ff347b916a3b9cf05642a135
# Dataset Card for ChrEn ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Repository:** [Github repository for ChrEn](https://github.com/ZhangShiyue/ChrEn) - **Paper:** [ChrEn: Cherokee-English Machine Translation for Endangered Language Revitalization](https://arxiv.org/abs/2010.04791) - **Point of Contact:** [benfrey@email.unc.edu](benfrey@email.unc.edu) ### Dataset Summary ChrEn is a Cherokee-English parallel dataset to facilitate machine translation research between Cherokee and English. ChrEn is extremely low-resource contains 14k sentence pairs in total, split in ways that facilitate both in-domain and out-of-domain evaluation. ChrEn also contains 5k Cherokee monolingual data to enable semi-supervised learning. ### Supported Tasks and Leaderboards The dataset is intended to use for `machine-translation` between Enlish (`en`) and Cherokee (`chr`). ### Languages The dataset contains Enlish (`en`) and Cherokee (`chr`) text. The data encompasses both existing dialects of Cherokee: the Overhill dialect, mostly spoken in Oklahoma (OK), and the Middle dialect, mostly used in North Carolina (NC). ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization Many of the source texts were translations of English materials, which means that the Cherokee structures may not be 100% natural in terms of what a speaker might spontaneously produce. Each text was translated by people who speak Cherokee as the first language, which means there is a high probability of grammaticality. These data were originally available in PDF version. We apply the Optical Character Recognition (OCR) via Tesseract OCR engine to extract the Cherokee and English text. #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? The sentences were manually aligned by Dr. Benjamin Frey a proficient second-language speaker of Cherokee, who also fixed the errors introduced by OCR. This process is time-consuming and took several months. ### 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 was gathered and annotated by Shiyue Zhang, Benjamin Frey, and Mohit Bansal at UNC Chapel Hill. ### Licensing Information The copyright of the data belongs to original book/article authors or translators (hence, used for research purpose; and please contact Dr. Benjamin Frey for other copyright questions). ### Citation Information ``` @inproceedings{zhang2020chren, title={ChrEn: Cherokee-English Machine Translation for Endangered Language Revitalization}, author={Zhang, Shiyue and Frey, Benjamin and Bansal, Mohit}, booktitle={EMNLP2020}, year={2020} } ``` ### Contributions Thanks to [@yjernite](https://github.com/yjernite), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
chr_en
[ "task_categories:fill-mask", "task_categories:text-generation", "task_categories:translation", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:expert-generated", "annotations_creators:found", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "multilinguality:multilingual", "multilinguality:translation", "size_categories:100K<n<1M", "size_categories:10K<n<100K", "size_categories:1K<n<10K", "source_datasets:original", "language:chr", "language:en", "license:other", "arxiv:2010.04791", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated", "found", "no-annotation"], "language_creators": ["found"], "language": ["chr", "en"], "license": ["other"], "multilinguality": ["monolingual", "multilingual", "translation"], "size_categories": ["100K<n<1M", "10K<n<100K", "1K<n<10K"], "source_datasets": ["original"], "task_categories": ["fill-mask", "text-generation", "translation"], "task_ids": ["language-modeling", "masked-language-modeling"], "paperswithcode_id": "chren", "config_names": ["monolingual", "monolingual_raw", "parallel", "parallel_raw"], "dataset_info": [{"config_name": "monolingual", "features": [{"name": "sentence", "dtype": "string"}], "splits": [{"name": "chr", "num_bytes": 882824, "num_examples": 5210}, {"name": "en5000", "num_bytes": 615275, "num_examples": 5000}, {"name": "en10000", "num_bytes": 1211605, "num_examples": 10000}, {"name": "en20000", "num_bytes": 2432298, "num_examples": 20000}, {"name": "en50000", "num_bytes": 6065580, "num_examples": 49999}, {"name": "en100000", "num_bytes": 12130164, "num_examples": 100000}], "download_size": 16967664, "dataset_size": 23337746}, {"config_name": "monolingual_raw", "features": [{"name": "text_sentence", "dtype": "string"}, {"name": "text_title", "dtype": "string"}, {"name": "speaker", "dtype": "string"}, {"name": "date", "dtype": "int32"}, {"name": "type", "dtype": "string"}, {"name": "dialect", "dtype": "string"}], "splits": [{"name": "full", "num_bytes": 1210056, "num_examples": 5210}], "download_size": 410646, "dataset_size": 1210056}, {"config_name": "parallel", "features": [{"name": "sentence_pair", "dtype": {"translation": {"languages": ["en", "chr"]}}}], "splits": [{"name": "train", "num_bytes": 3089562, "num_examples": 11639}, {"name": "dev", "num_bytes": 260401, "num_examples": 1000}, {"name": "out_dev", "num_bytes": 78126, "num_examples": 256}, {"name": "test", "num_bytes": 264595, "num_examples": 1000}, {"name": "out_test", "num_bytes": 80959, "num_examples": 256}], "download_size": 2143266, "dataset_size": 3773643}, {"config_name": "parallel_raw", "features": [{"name": "line_number", "dtype": "string"}, {"name": "sentence_pair", "dtype": {"translation": {"languages": ["en", "chr"]}}}, {"name": "text_title", "dtype": "string"}, {"name": "speaker", "dtype": "string"}, {"name": "date", "dtype": "int32"}, {"name": "type", "dtype": "string"}, {"name": "dialect", "dtype": "string"}], "splits": [{"name": "full", "num_bytes": 5010734, "num_examples": 14151}], "download_size": 2018726, "dataset_size": 5010734}], "configs": [{"config_name": "monolingual", "data_files": [{"split": "chr", "path": "monolingual/chr-*"}, {"split": "en5000", "path": "monolingual/en5000-*"}, {"split": "en10000", "path": "monolingual/en10000-*"}, {"split": "en20000", "path": "monolingual/en20000-*"}, {"split": "en50000", "path": "monolingual/en50000-*"}, {"split": "en100000", "path": "monolingual/en100000-*"}]}, {"config_name": "monolingual_raw", "data_files": [{"split": "full", "path": "monolingual_raw/full-*"}]}, {"config_name": "parallel", "data_files": [{"split": "train", "path": "parallel/train-*"}, {"split": "dev", "path": "parallel/dev-*"}, {"split": "out_dev", "path": "parallel/out_dev-*"}, {"split": "test", "path": "parallel/test-*"}, {"split": "out_test", "path": "parallel/out_test-*"}], "default": true}, {"config_name": "parallel_raw", "data_files": [{"split": "full", "path": "parallel_raw/full-*"}]}]}
2024-01-18T14:19:36+00:00
[ "2010.04791" ]
[ "chr", "en" ]
TAGS #task_categories-fill-mask #task_categories-text-generation #task_categories-translation #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-expert-generated #annotations_creators-found #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #multilinguality-multilingual #multilinguality-translation #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-Cherokee #language-English #license-other #arxiv-2010.04791 #region-us
# Dataset Card for ChrEn ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Repository: Github repository for ChrEn - Paper: ChrEn: Cherokee-English Machine Translation for Endangered Language Revitalization - Point of Contact: benfrey@URL ### Dataset Summary ChrEn is a Cherokee-English parallel dataset to facilitate machine translation research between Cherokee and English. ChrEn is extremely low-resource contains 14k sentence pairs in total, split in ways that facilitate both in-domain and out-of-domain evaluation. ChrEn also contains 5k Cherokee monolingual data to enable semi-supervised learning. ### Supported Tasks and Leaderboards The dataset is intended to use for 'machine-translation' between Enlish ('en') and Cherokee ('chr'). ### Languages The dataset contains Enlish ('en') and Cherokee ('chr') text. The data encompasses both existing dialects of Cherokee: the Overhill dialect, mostly spoken in Oklahoma (OK), and the Middle dialect, mostly used in North Carolina (NC). ## Dataset Structure ### Data Instances ### Data Fields ### Data Splits ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization Many of the source texts were translations of English materials, which means that the Cherokee structures may not be 100% natural in terms of what a speaker might spontaneously produce. Each text was translated by people who speak Cherokee as the first language, which means there is a high probability of grammaticality. These data were originally available in PDF version. We apply the Optical Character Recognition (OCR) via Tesseract OCR engine to extract the Cherokee and English text. #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? The sentences were manually aligned by Dr. Benjamin Frey a proficient second-language speaker of Cherokee, who also fixed the errors introduced by OCR. This process is time-consuming and took several months. ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators The dataset was gathered and annotated by Shiyue Zhang, Benjamin Frey, and Mohit Bansal at UNC Chapel Hill. ### Licensing Information The copyright of the data belongs to original book/article authors or translators (hence, used for research purpose; and please contact Dr. Benjamin Frey for other copyright questions). ### Contributions Thanks to @yjernite, @lhoestq for adding this dataset.
[ "# Dataset Card for ChrEn", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Repository: Github repository for ChrEn\n- Paper: ChrEn: Cherokee-English Machine Translation for Endangered Language Revitalization\n- Point of Contact: benfrey@URL", "### Dataset Summary\n\nChrEn is a Cherokee-English parallel dataset to facilitate machine translation research between Cherokee and English.\nChrEn is extremely low-resource contains 14k sentence pairs in total, split in ways that facilitate both in-domain and out-of-domain evaluation.\nChrEn also contains 5k Cherokee monolingual data to enable semi-supervised learning.", "### Supported Tasks and Leaderboards\n\nThe dataset is intended to use for 'machine-translation' between Enlish ('en') and Cherokee ('chr').", "### Languages\n\nThe dataset contains Enlish ('en') and Cherokee ('chr') text. The data encompasses both existing dialects of Cherokee: the Overhill dialect, mostly spoken in Oklahoma (OK), and the Middle dialect, mostly used in North Carolina (NC).", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nMany of the source texts were translations of English materials, which means that the Cherokee structures may not be 100% natural in terms of what a speaker might spontaneously produce. Each text was translated by people who speak Cherokee as the first language, which means there is a high probability of grammaticality. These data were originally available in PDF version. We apply the Optical Character Recognition (OCR) via Tesseract OCR engine to extract the Cherokee and English text.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?\n\nThe sentences were manually aligned by Dr. Benjamin Frey a proficient second-language speaker of Cherokee, who also fixed the errors introduced by OCR. This process is time-consuming and took several months.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe dataset was gathered and annotated by Shiyue Zhang, Benjamin Frey, and Mohit Bansal at UNC Chapel Hill.", "### Licensing Information\n\nThe copyright of the data belongs to original book/article authors or translators (hence, used for research purpose; and please contact Dr. Benjamin Frey for other copyright questions).", "### Contributions\n\nThanks to @yjernite, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-fill-mask #task_categories-text-generation #task_categories-translation #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-expert-generated #annotations_creators-found #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #multilinguality-multilingual #multilinguality-translation #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-Cherokee #language-English #license-other #arxiv-2010.04791 #region-us \n", "# Dataset Card for ChrEn", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Repository: Github repository for ChrEn\n- Paper: ChrEn: Cherokee-English Machine Translation for Endangered Language Revitalization\n- Point of Contact: benfrey@URL", "### Dataset Summary\n\nChrEn is a Cherokee-English parallel dataset to facilitate machine translation research between Cherokee and English.\nChrEn is extremely low-resource contains 14k sentence pairs in total, split in ways that facilitate both in-domain and out-of-domain evaluation.\nChrEn also contains 5k Cherokee monolingual data to enable semi-supervised learning.", "### Supported Tasks and Leaderboards\n\nThe dataset is intended to use for 'machine-translation' between Enlish ('en') and Cherokee ('chr').", "### Languages\n\nThe dataset contains Enlish ('en') and Cherokee ('chr') text. The data encompasses both existing dialects of Cherokee: the Overhill dialect, mostly spoken in Oklahoma (OK), and the Middle dialect, mostly used in North Carolina (NC).", "## Dataset Structure", "### Data Instances", "### Data Fields", "### Data Splits", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nMany of the source texts were translations of English materials, which means that the Cherokee structures may not be 100% natural in terms of what a speaker might spontaneously produce. Each text was translated by people who speak Cherokee as the first language, which means there is a high probability of grammaticality. These data were originally available in PDF version. We apply the Optical Character Recognition (OCR) via Tesseract OCR engine to extract the Cherokee and English text.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?\n\nThe sentences were manually aligned by Dr. Benjamin Frey a proficient second-language speaker of Cherokee, who also fixed the errors introduced by OCR. This process is time-consuming and took several months.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe dataset was gathered and annotated by Shiyue Zhang, Benjamin Frey, and Mohit Bansal at UNC Chapel Hill.", "### Licensing Information\n\nThe copyright of the data belongs to original book/article authors or translators (hence, used for research purpose; and please contact Dr. Benjamin Frey for other copyright questions).", "### Contributions\n\nThanks to @yjernite, @lhoestq for adding this dataset." ]
[ 195, 7, 120, 49, 93, 42, 69, 6, 6, 5, 5, 5, 7, 4, 121, 10, 5, 5, 60, 8, 8, 7, 8, 7, 5, 39, 47, 22 ]
[ "passage: TAGS\n#task_categories-fill-mask #task_categories-text-generation #task_categories-translation #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-expert-generated #annotations_creators-found #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #multilinguality-multilingual #multilinguality-translation #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-Cherokee #language-English #license-other #arxiv-2010.04791 #region-us \n# Dataset Card for ChrEn## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Repository: Github repository for ChrEn\n- Paper: ChrEn: Cherokee-English Machine Translation for Endangered Language Revitalization\n- Point of Contact: benfrey@URL### Dataset Summary\n\nChrEn is a Cherokee-English parallel dataset to facilitate machine translation research between Cherokee and English.\nChrEn is extremely low-resource contains 14k sentence pairs in total, split in ways that facilitate both in-domain and out-of-domain evaluation.\nChrEn also contains 5k Cherokee monolingual data to enable semi-supervised learning.### Supported Tasks and Leaderboards\n\nThe dataset is intended to use for 'machine-translation' between Enlish ('en') and Cherokee ('chr')." ]
[ -0.035022567957639694, 0.1543065309524536, -0.006628838367760181, 0.021649455651640892, 0.029977649450302124, 0.005688261706382036, 0.027171997353434563, 0.09758713841438293, 0.034658581018447876, 0.14769409596920013, -0.0861034169793129, 0.011797862127423286, 0.10160012543201447, 0.11190365254878998, -0.018138766288757324, -0.22782301902770996, 0.047517746686935425, -0.06873680651187897, -0.013646497391164303, 0.07738807797431946, 0.13503322005271912, -0.07626595348119736, 0.026209980249404907, -0.047527484595775604, -0.00467285281047225, -0.007228679023683071, -0.06036737561225891, -0.008951299823820591, 0.04578755795955658, 0.028405889868736267, 0.08352988213300705, 0.008260069414973259, 0.04469965770840645, -0.25841933488845825, 0.030563481152057648, 0.0684657096862793, 0.052632857114076614, 0.03676004335284233, 0.02902279607951641, -0.04899360239505768, 0.05516090616583824, -0.19094941020011902, 0.08363590389490128, 0.07853887230157852, -0.06745628267526627, -0.05613987520337105, -0.12458322942256927, 0.05045533925294876, 0.09036721289157867, 0.0384133942425251, -0.05350511521100998, 0.1254533976316452, -0.08948943763971329, 0.03594234585762024, 0.10397685319185257, -0.10726184397935867, -0.04809148609638214, 0.057835474610328674, 0.014974807389080524, 0.04390144720673561, -0.11791209876537323, -0.00848072487860918, -0.014941642060875893, 0.0017312179552391171, -0.029285943135619164, -0.03433007746934891, -0.04246528446674347, -0.014994224533438683, -0.10919449478387833, 0.006847485899925232, 0.1126982569694519, 0.01610208861529827, -0.01468808576464653, -0.2081529051065445, -0.03896114602684975, 0.09726239740848541, -0.0734100490808487, -0.0451192632317543, 0.03583501651883125, -0.020090941339731216, 0.11639712750911713, -0.06427508592605591, -0.060291532427072525, -0.007018155883997679, -0.041433386504650116, 0.0770261362195015, 0.03949699178338051, -0.0313037633895874, 0.006033274810761213, 0.05581734701991081, 0.02525617927312851, -0.09497147798538208, -0.03838230296969414, -0.07922367751598358, -0.1737327128648758, -0.041993774473667145, 0.007261550519615412, -0.03409396857023239, 0.10713434964418411, 0.15404079854488373, -0.012716013006865978, 0.06611853092908859, -0.13248522579669952, -0.02491457387804985, 0.0558139868080616, 0.09139889478683472, -0.02087804302573204, -0.12274058908224106, 0.00047540219384245574, 0.0118411835283041, -0.0005520650302059948, 0.0017002783715724945, 0.0011279851896688342, -0.021212443709373474, -0.04598274454474449, 0.11495634913444519, 0.11466552317142487, 0.010787516832351685, -0.09792957454919815, -0.03882094845175743, 0.05363380163908005, -0.1593046337366104, 0.04591643065214157, 0.0585893839597702, 0.0033552353270351887, 0.04691998288035393, -0.0517803430557251, 0.028883744031190872, -0.08898497372865677, 0.06819236278533936, -0.025280211120843887, 0.0019395636627450585, -0.06377080827951431, -0.04218582436442375, 0.07182705402374268, 0.03988251835107803, -0.07815035432577133, 0.02129622921347618, -0.053000569343566895, -0.07232087105512619, -0.008619158528745174, -0.11117047071456909, -0.08747152239084244, -0.01757669635117054, -0.01105437707155943, 0.03674580529332161, 0.025954190641641617, 0.05842116102576256, -0.02642076089978218, -0.0018243530066683888, -0.07480817288160324, 0.022793812677264214, 0.09128107130527496, 0.008005939424037933, -0.0488896407186985, 0.02247173897922039, -0.1936885267496109, 0.1258474886417389, -0.1606019288301468, 0.014450606890022755, -0.1127849817276001, 0.013377556577324867, -0.021925080567598343, 0.014171317219734192, -0.056099195033311844, 0.10020972788333893, -0.22678743302822113, -0.027614984661340714, 0.19469590485095978, -0.11459794640541077, -0.02644439786672592, 0.09756380319595337, -0.03052697703242302, 0.02325967326760292, 0.08609431982040405, 0.054338227957487106, 0.06081138923764229, -0.05100599303841591, -0.04396023601293564, -0.04190543666481972, 0.027363866567611694, 0.1931103616952896, 0.07131504267454147, -0.11593897640705109, 0.1172298789024353, 0.005478743929415941, -0.009808270260691643, -0.0899355411529541, 0.023279642686247826, -0.06575484573841095, 0.0027354236226528883, 0.005786729510873556, 0.02450595609843731, -0.009053141809999943, -0.028429104015231133, -0.04606182128190994, -0.10448877513408661, -0.02289080061018467, 0.08224105834960938, -0.0010187412844970822, 0.06285061687231064, -0.09094405919313431, -0.07175890356302261, 0.09446194022893906, -0.003631390631198883, -0.17943686246871948, -0.12201821058988571, 0.07501011341810226, -0.09997984766960144, 0.08657222986221313, 0.005023724865168333, 0.005641481373459101, -0.041503533720970154, -0.05785001441836357, 0.06095757335424423, 0.022403305396437645, 0.01898784376680851, -0.024397118017077446, -0.20947906374931335, 0.02065892331302166, -0.056917790323495865, 0.1567247062921524, -0.09319209307432175, 0.0011691947001963854, 0.18150557577610016, 0.21030309796333313, 0.05719054490327835, -0.01706695556640625, 0.042800236493349075, 0.043676674365997314, 0.034954190254211426, -0.059047408401966095, 0.005485491827130318, -0.04223962500691414, -0.026668144389986992, 0.04795387014746666, -0.1014375388622284, -0.15136946737766266, 0.05590277165174484, 0.15508347749710083, -0.050160184502601624, -0.05309861898422241, -0.03319127485156059, -0.03259212151169777, -0.04529228061437607, -0.09540906548500061, 0.07518148422241211, 0.06785743683576584, 0.03541186451911926, -0.054562199860811234, -0.09760098904371262, -0.07258731871843338, 0.03793829306960106, -0.03726205602288246, 0.10676002502441406, 0.045777369290590286, -0.20062381029129028, 0.1124931201338768, -0.010271534323692322, 0.10194884985685349, 0.12496736645698547, -0.05956987664103508, -0.08368422091007233, -0.018564878031611443, -0.01162107102572918, 0.018287528306245804, 0.05595454201102257, -0.052815865725278854, 0.01154486183077097, 0.051947180181741714, -0.00955135002732277, 0.023838477209210396, -0.02618672326207161, 0.06250062584877014, -0.02452675625681877, -0.024903252720832825, 0.08557921648025513, 0.01174820214509964, 0.08314839005470276, 0.09963647276163101, 0.023501332849264145, 0.09274724125862122, -0.05194641649723053, -0.0723535493016243, -0.06337494403123856, 0.07938413321971893, -0.13967396318912506, -0.1885407418012619, -0.08639618754386902, -0.03808686509728432, -0.016922827810049057, -0.04797729104757309, -0.017313703894615173, -0.04470636695623398, -0.1112857311964035, -0.07922204583883286, 0.11815840750932693, 0.030261589214205742, -0.10501698404550552, 0.04377295449376106, 0.054317887872457504, -0.01582833006978035, -0.13426975905895233, 0.01806546375155449, 0.009428384713828564, -0.05815247446298599, -0.03879868611693382, 0.03468283265829086, 0.011225201189517975, 0.0965832844376564, 0.11475994437932968, -0.016878409311175346, -0.05470738932490349, 0.14826400578022003, -0.13873255252838135, 0.13987697660923004, 0.06792393326759338, -0.06341826915740967, 0.05065253749489784, 0.22214838862419128, 0.04034390300512314, -0.034778766334056854, 0.03465507924556732, 0.0875399187207222, 0.027759043499827385, -0.26010018587112427, -0.15031340718269348, -0.08764421939849854, -0.03146486356854439, 0.03098496049642563, 0.05584561824798584, -0.015384286642074585, -0.026357026770710945, -0.11758167296648026, -0.025896994397044182, 0.08859915286302567, 0.06207063049077988, 0.13111548125743866, 0.0018237718613818288, 0.030422210693359375, -0.05807674676179886, -0.010072862729430199, 0.09317279607057571, 0.016008911654353142, 0.19366419315338135, 0.05260863155126572, 0.2565782070159912, 0.04903614521026611, 0.032519277185201645, 0.012136314995586872, 0.0035096777137368917, 0.011589718982577324, 0.05436026677489281, 0.01465118583291769, -0.06596063077449799, 0.03435887023806572, 0.051192834973335266, 0.11069613695144653, -0.0753643810749054, 0.06872892379760742, -0.04265053942799568, 0.09168394654989243, 0.23917929828166962, 0.036755818873643875, 0.00179793790448457, -0.012839803472161293, 0.10818830132484436, -0.08270614594221115, -0.06312926858663559, -0.0038184854201972485, 0.06336170434951782, -0.15521258115768433, 0.09088612347841263, -0.03369279205799103, 0.0901852697134018, -0.08058316260576248, -0.023944634944200516, -0.056902848184108734, 0.0958942100405693, -0.007379905786365271, 0.056511953473091125, -0.15469102561473846, 0.140121728181839, 0.019178709015250206, 0.032677944749593735, -0.06753413379192352, 0.0878194198012352, 0.02741534635424614, -0.032683126628398895, 0.11645729094743729, -0.015939369797706604, -0.10576651245355606, 0.0184826347976923, -0.11243712157011032, 0.008768261410295963, 0.10905180126428604, -0.14733099937438965, 0.10410741716623306, -0.04333484545350075, -0.034354694187641144, -0.0342826247215271, -0.03824586421251297, -0.13706006109714508, -0.23415040969848633, 0.07515652477741241, -0.06435679644346237, 0.005631041247397661, -0.07155917584896088, -0.05297260731458664, -0.015565318986773491, 0.11921994388103485, -0.19637906551361084, -0.07334315031766891, -0.1318400353193283, -0.013683656230568886, 0.17275771498680115, -0.060967449098825455, 0.04399023577570915, -0.011029832065105438, 0.2070079743862152, -0.026835137978196144, -0.011131529696285725, 0.03549272567033768, -0.03894651681184769, -0.19708602130413055, -0.03128833323717117, 0.22343941032886505, 0.07028988003730774, 0.050556205213069916, 0.00418839743360877, 0.059039026498794556, 0.04964524134993553, -0.07545141875743866, 0.004931137431412935, 0.12534137070178986, 0.07571461796760559, 0.09372107684612274, -0.06489622592926025, -0.15560351312160492, -0.11632968485355377, -0.03882830962538719, 0.17029446363449097, 0.13125795125961304, -0.04191036522388458, 0.18401692807674408, 0.06955701112747192, -0.13848043978214264, -0.1853458732366562, -0.0027423554565757513, 0.019763793796300888, 0.01344575546681881, 0.043748460710048676, -0.18471868336200714, 0.07445156574249268, 0.035990335047245026, -0.016410229727625847, -0.06169182434678078, -0.1150631308555603, -0.12364569306373596, 0.011421437375247478, -0.045985255390405655, -0.19588345289230347, -0.10526174306869507, -0.08143345266580582, -0.04346971586346626, -0.1556997001171112, 0.13078288733959198, -0.026233939453959465, 0.022004375234246254, 0.012734762392938137, 0.011340453289449215, 0.04041171446442604, -0.012754415161907673, 0.12629152834415436, 0.009768362157046795, -0.008978226222097874, -0.08615832775831223, -0.045976459980010986, 0.09186553955078125, -0.025490211322903633, 0.00928768515586853, -0.0028817844577133656, -0.01813681796193123, -0.05633555352687836, -0.04578831419348717, -0.06117724999785423, 0.012626850046217442, -0.10700675845146179, -0.022972119972109795, -0.09306633472442627, 0.12039972841739655, 0.06830105930566788, -0.03942791000008583, 0.07042170315980911, -0.05438150838017464, 0.04296204075217247, 0.057024020701646805, 0.22121880948543549, 0.06018734350800514, -0.04252844676375389, -0.007511431816965342, 0.001886383630335331, -0.018489841371774673, -0.07593640685081482, 0.09286414831876755, 0.09359993040561676, 0.009378757327795029, 0.11224003881216049, -0.04912843927741051, -0.13354294002056122, -0.008359374478459358, 0.05108427256345749, -0.010735522955656052, -0.2658272683620453, 0.03979625180363655, 0.00921688787639141, -0.12623943388462067, -0.07988329231739044, 0.11266792565584183, 0.07215039432048798, -0.08208693563938141, 0.026974555104970932, 0.10091796517372131, 0.03454937785863876, 0.05760970711708069, -0.005898393224924803, 0.071982242166996, -0.09499859809875488, 0.08664312958717346, 0.11754224449396133, -0.038088247179985046, -0.006253132130950689, 0.16716428101062775, -0.05836746469140053, -0.03798540309071541, 0.031166231259703636, 0.058139000087976456, 0.1450345516204834, 0.009194069541990757, 0.007608259562402964, -0.1544218510389328, 0.02658766508102417, 0.16712871193885803, -0.002105694031342864, 0.03152861073613167, 0.0014135302044451237, -0.007886749692261219, -0.03365267440676689, 0.12227731198072433, 0.02331549860537052, 0.005024389363825321, -0.04625852778553963, 0.027403244748711586, -0.012990756891667843, -0.0594344288110733, 0.016783321276307106, -0.03493812307715416, -0.07955850660800934, -0.01612556353211403, -0.12028617411851883, 0.016770798712968826, -0.09673532098531723, -0.010215824469923973, 0.0007670290069654584, -0.062211886048316956, -0.021109463647007942, 0.03383580222725868, -0.07290494441986084, -0.045982129871845245, -0.03470355644822121, 0.1537761241197586, -0.11657418310642242, 0.05962970852851868, 0.12490007281303406, -0.09096486866474152, 0.11335836350917816, -0.025576256215572357, -0.023974133655428886, 0.04187297821044922, -0.15060147643089294, -0.015912126749753952, -0.0324891023337841, 0.07547273486852646, 0.03065643273293972, -0.15145039558410645, -0.020097345113754272, -0.004234365653246641, -0.004869575146585703, 0.01632816530764103, 0.03158208727836609, -0.07449065893888474, 0.09589200466871262, -0.01390108559280634, -0.08300002664327621, 0.006808436010032892, -0.01935010775923729, 0.10525798052549362, 0.009845376946032047, 0.114629365503788, -0.02222953923046589, 0.07352453470230103, -0.13404814898967743, -0.008534257300198078, 0.003471467876806855, 0.031789399683475494, 0.06402195245027542, -0.03862110152840614, 0.08067529648542404, 0.039018891751766205, 0.15344245731830597, -0.041116274893283844, 0.023270269855856895, 0.09726700186729431, -0.024512819945812225, -0.07267332077026367, 0.0881815031170845, -0.00019747369515243918, 0.018482638522982597, -0.014542115852236748, 0.05491704121232033, -0.11279883235692978, -0.03962508589029312, -0.0037130757700651884, 0.1595267504453659, 0.18965846300125122, 0.20274688303470612, -0.05103897675871849, 0.11318939924240112, -0.042697712779045105, -0.05519511550664902, 0.10638925433158875, -0.060740936547517776, -0.020759541541337967, -0.09917780756950378, 0.11408638209104538, 0.0394422709941864, -0.16964828968048096, 0.12231996655464172, -0.0825938954949379, -0.07555568963289261, -0.07161403447389603, -0.16811566054821014, -0.09888540208339691, -0.010859156958758831, -0.010539550334215164, -0.10645397752523422, 0.05992082506418228, 0.12868459522724152, 0.02656976319849491, 0.00943325087428093, 0.05404748395085335, -0.08195850253105164, -0.0767817497253418, 0.08846652507781982, 0.05043265223503113, 0.012083783745765686, 0.006633101496845484, 0.028390120714902878, -0.050658658146858215, 0.08603068441152573, 0.06301607936620712, 0.05336916446685791, -0.03650462254881859, -0.017209935933351517, -0.07196459919214249, -0.05445457249879837, 0.05743611231446266, -0.03766394034028053, -0.026520730927586555, 0.17097200453281403, 0.04286797344684601, 0.0015544992638751864, -0.0057097687385976315, 0.2345595359802246, -0.009097070433199406, -0.17536690831184387, -0.17744781076908112, -0.04855556786060333, -0.009770326316356659, 0.01007099635899067, 0.05533740296959877, -0.13148866593837738, -0.005332900211215019, 0.08147779107093811, 0.10498429834842682, -0.009180455468595028, 0.04394710063934326, 0.010379674844443798, 0.02483050711452961, -0.012918700464069843, 0.027990609407424927, 0.0471491776406765, 0.19423013925552368, -0.02100379765033722, 0.029440052807331085, 0.015359248965978622, -0.08593524992465973, -0.09650763869285583, 0.12277927994728088, -0.056578379124403, -0.005680442787706852, -0.05070022493600845, 0.12612324953079224, -0.04019686207175255, -0.2615063786506653, 0.02802911400794983, -0.16917438805103302, -0.17054620385169983, -0.007999309338629246, 0.06461168080568314, -0.00631805369630456, 0.003667720127850771, 0.07068662345409393, -0.0872650295495987, 0.14425919950008392, 0.030619915574789047, -0.006083412561565638, -0.044429171830415726, 0.11802787333726883, -0.15965774655342102, 0.20764613151550293, 0.01769070141017437, 0.0686703622341156, 0.10015854239463806, -0.04081347584724426, -0.10150091350078583, 0.019723892211914062, 0.06590908020734787, -0.07012663036584854, 0.03522210195660591, 0.20277906954288483, -0.014141754247248173, 0.1573735922574997, 0.12082488089799881, -0.055734094232320786, 0.06813713908195496, 0.05925145745277405, -0.0735989585518837, -0.08389066159725189, 0.09956949204206467, -0.14937131106853485, 0.09750565141439438, 0.14591160416603088, -0.04118566960096359, 0.031834643334150314, -0.027238281443715096, 0.010076367296278477, -0.05168075114488602, 0.18784654140472412, -0.06231143698096275, -0.17366738617420197, 0.027190396562218666, 0.03460667282342911, 0.08736579865217209, -0.07979392260313034, -0.10624076426029205, 0.011822891421616077, 0.010030507110059261, -0.07424859702587128, 0.12420682609081268, 0.07901465892791748, -0.03470921888947487, -0.007093382067978382, -0.20337986946105957, 0.03066962957382202, 0.11244615167379379, -0.09724757075309753, 0.04125857725739479 ]
0b2714987fa478483af9968de7c934580d0bb9a2
# Dataset Card for CIFAR-10 ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://www.cs.toronto.edu/~kriz/cifar.html - **Repository:** - **Paper:** Learning Multiple Layers of Features from Tiny Images by Alex Krizhevsky - **Leaderboard:** - **Point of Contact:** ### Dataset Summary The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images. The dataset is divided into five training batches and one test batch, each with 10000 images. The test batch contains exactly 1000 randomly-selected images from each class. The training batches contain the remaining images in random order, but some training batches may contain more images from one class than another. Between them, the training batches contain exactly 5000 images from each class. ### Supported Tasks and Leaderboards - `image-classification`: The goal of this task is to classify a given image into one of 10 classes. The leaderboard is available [here](https://paperswithcode.com/sota/image-classification-on-cifar-10). ### Languages English ## Dataset Structure ### Data Instances A sample from the training set is provided below: ``` { 'img': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=32x32 at 0x201FA6EE748>, 'label': 0 } ``` ### Data Fields - img: A `PIL.Image.Image` object containing the 32x32 image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]` - label: 0-9 with the following correspondence 0 airplane 1 automobile 2 bird 3 cat 4 deer 5 dog 6 frog 7 horse 8 ship 9 truck ### Data Splits Train and Test ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @TECHREPORT{Krizhevsky09learningmultiple, author = {Alex Krizhevsky}, title = {Learning multiple layers of features from tiny images}, institution = {}, year = {2009} } ``` ### Contributions Thanks to [@czabo](https://github.com/czabo) for adding this dataset.
cifar10
[ "task_categories:image-classification", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:extended|other-80-Million-Tiny-Images", "language:en", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["extended|other-80-Million-Tiny-Images"], "task_categories": ["image-classification"], "task_ids": [], "paperswithcode_id": "cifar-10", "pretty_name": "Cifar10", "dataset_info": {"config_name": "plain_text", "features": [{"name": "img", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "airplane", "1": "automobile", "2": "bird", "3": "cat", "4": "deer", "5": "dog", "6": "frog", "7": "horse", "8": "ship", "9": "truck"}}}}], "splits": [{"name": "train", "num_bytes": 113648310.0, "num_examples": 50000}, {"name": "test", "num_bytes": 22731580.0, "num_examples": 10000}], "download_size": 143646105, "dataset_size": 136379890.0}, "configs": [{"config_name": "plain_text", "data_files": [{"split": "train", "path": "plain_text/train-*"}, {"split": "test", "path": "plain_text/test-*"}], "default": true}]}
2024-01-04T06:53:11+00:00
[]
[ "en" ]
TAGS #task_categories-image-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-80-Million-Tiny-Images #language-English #license-unknown #region-us
# Dataset Card for CIFAR-10 ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: URL - Repository: - Paper: Learning Multiple Layers of Features from Tiny Images by Alex Krizhevsky - Leaderboard: - Point of Contact: ### Dataset Summary The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images. The dataset is divided into five training batches and one test batch, each with 10000 images. The test batch contains exactly 1000 randomly-selected images from each class. The training batches contain the remaining images in random order, but some training batches may contain more images from one class than another. Between them, the training batches contain exactly 5000 images from each class. ### Supported Tasks and Leaderboards - 'image-classification': The goal of this task is to classify a given image into one of 10 classes. The leaderboard is available here. ### Languages English ## Dataset Structure ### Data Instances A sample from the training set is provided below: ### Data Fields - img: A 'PIL.Image.Image' object containing the 32x32 image. Note that when accessing the image column: 'dataset[0]["image"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '"image"' column, *i.e.* 'dataset[0]["image"]' should always be preferred over 'dataset["image"][0]' - label: 0-9 with the following correspondence 0 airplane 1 automobile 2 bird 3 cat 4 deer 5 dog 6 frog 7 horse 8 ship 9 truck ### Data Splits Train and Test ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @czabo for adding this dataset.
[ "# Dataset Card for CIFAR-10", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: \n- Paper: Learning Multiple Layers of Features from Tiny Images by Alex Krizhevsky\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nThe CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.\nThe dataset is divided into five training batches and one test batch, each with 10000 images. The test batch contains exactly 1000 randomly-selected images from each class. The training batches contain the remaining images in random order, but some training batches may contain more images from one class than another. Between them, the training batches contain exactly 5000 images from each class.", "### Supported Tasks and Leaderboards\n\n- 'image-classification': The goal of this task is to classify a given image into one of 10 classes. The leaderboard is available here.", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nA sample from the training set is provided below:", "### Data Fields\n\n- img: A 'PIL.Image.Image' object containing the 32x32 image. Note that when accessing the image column: 'dataset[0][\"image\"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '\"image\"' column, *i.e.* 'dataset[0][\"image\"]' should always be preferred over 'dataset[\"image\"][0]'\n- label: 0-9 with the following correspondence\n 0 airplane\n 1 automobile\n 2 bird\n 3 cat\n 4 deer\n 5 dog\n 6 frog\n 7 horse\n 8 ship\n 9 truck", "### Data Splits\n\nTrain and Test", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @czabo for adding this dataset." ]
[ "TAGS\n#task_categories-image-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-80-Million-Tiny-Images #language-English #license-unknown #region-us \n", "# Dataset Card for CIFAR-10", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: URL\n- Repository: \n- Paper: Learning Multiple Layers of Features from Tiny Images by Alex Krizhevsky\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nThe CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.\nThe dataset is divided into five training batches and one test batch, each with 10000 images. The test batch contains exactly 1000 randomly-selected images from each class. The training batches contain the remaining images in random order, but some training batches may contain more images from one class than another. Between them, the training batches contain exactly 5000 images from each class.", "### Supported Tasks and Leaderboards\n\n- 'image-classification': The goal of this task is to classify a given image into one of 10 classes. The leaderboard is available here.", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nA sample from the training set is provided below:", "### Data Fields\n\n- img: A 'PIL.Image.Image' object containing the 32x32 image. Note that when accessing the image column: 'dataset[0][\"image\"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '\"image\"' column, *i.e.* 'dataset[0][\"image\"]' should always be preferred over 'dataset[\"image\"][0]'\n- label: 0-9 with the following correspondence\n 0 airplane\n 1 automobile\n 2 bird\n 3 cat\n 4 deer\n 5 dog\n 6 frog\n 7 horse\n 8 ship\n 9 truck", "### Data Splits\n\nTrain and Test", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @czabo for adding this dataset." ]
[ 91, 8, 120, 44, 128, 43, 5, 6, 16, 167, 8, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 16 ]
[ "passage: TAGS\n#task_categories-image-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-80-Million-Tiny-Images #language-English #license-unknown #region-us \n# Dataset Card for CIFAR-10## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: URL\n- Repository: \n- Paper: Learning Multiple Layers of Features from Tiny Images by Alex Krizhevsky\n- Leaderboard:\n- Point of Contact:### Dataset Summary\n\nThe CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.\nThe dataset is divided into five training batches and one test batch, each with 10000 images. The test batch contains exactly 1000 randomly-selected images from each class. The training batches contain the remaining images in random order, but some training batches may contain more images from one class than another. Between them, the training batches contain exactly 5000 images from each class.### Supported Tasks and Leaderboards\n\n- 'image-classification': The goal of this task is to classify a given image into one of 10 classes. The leaderboard is available here.### Languages\n\nEnglish## Dataset Structure### Data Instances\n\nA sample from the training set is provided below:" ]
[ -0.08144286274909973, 0.20472730696201324, -0.003683544462546706, 0.060935065150260925, 0.08923604339361191, 0.05337188020348549, 0.12658071517944336, 0.11812744289636612, 0.022265557199716568, 0.10488438606262207, -0.06969522684812546, -0.006539014168083668, 0.16082611680030823, 0.12278992682695389, 0.022660071030259132, -0.21767427027225494, 0.024786796420812607, -0.0695657879114151, -0.08056061714887619, 0.06468775123357773, 0.09285081923007965, -0.11732181161642075, 0.06661194562911987, -0.04265158995985985, -0.11991765350103378, 0.0034591278526932, -0.02501692809164524, -0.06305797398090363, 0.0687725692987442, 0.0554954968392849, 0.13104544579982758, 0.014730291441082954, 0.08542180806398392, -0.1764770746231079, 0.03449878841638565, 0.08246740698814392, 0.03466964513063431, 0.05702432245016098, 0.0739283636212349, -0.03507058322429657, 0.053416721522808075, -0.11112092435359955, 0.0676039531826973, 0.04447276145219803, -0.09631934016942978, -0.035722699016332626, -0.11847540736198425, 0.07807047665119171, 0.07618819177150726, 0.03608497977256775, -0.008107837289571762, -0.0170831847935915, -0.03683045506477356, 0.03343113139271736, 0.09146466851234436, -0.06125959753990173, -0.028525734320282936, 0.07264962792396545, -0.0700279101729393, 0.05797089263796806, -0.14776329696178436, -0.01615048758685589, -0.006199792493134737, -0.010711305774748325, 0.05959118530154228, -0.01561097614467144, -0.07889913767576218, -0.0400397926568985, -0.06452663242816925, -0.059996139258146286, 0.1322866827249527, 0.03533393517136574, -0.048810627311468124, -0.18502739071846008, -0.021882513538002968, 0.01460278034210205, -0.040015868842601776, 0.05344078317284584, 0.03177126869559288, -0.050587572157382965, -0.009707259014248848, -0.0316852442920208, -0.09355819970369339, -0.0024721473455429077, -0.014548511244356632, -0.047129418700933456, 0.01308455504477024, 0.048820462077856064, 0.006967030931264162, 0.09273435175418854, -0.045615293085575104, -0.10308808088302612, -0.018016254529356956, -0.055872950702905655, -0.12079247087240219, -0.025223752483725548, 0.04249141365289688, -0.0904848650097847, 0.01787468045949936, 0.04711170122027397, -0.002083097118884325, 0.06430494785308838, -0.0267997644841671, -0.01454048790037632, 0.12742821872234344, 0.08512773364782333, -0.0216312687844038, -0.09690524637699127, 0.00977801438421011, 0.03975154086947441, -0.02030753344297409, -0.022741341963410378, 0.0063192886300385, 0.004773580003529787, -0.0005215329583734274, 0.0476272776722908, 0.01919260434806347, 0.034734200686216354, -0.035039372742176056, -0.042592499405145645, 0.11504954099655151, -0.15326763689517975, 0.0473468042910099, 0.01594533771276474, -0.05544889718294144, 0.056492675095796585, 0.010786830447614193, -0.023235106840729713, -0.07492509484291077, 0.04152923449873924, -0.05791589245200157, -0.017576389014720917, -0.11725655943155289, -0.07483722269535065, 0.028698699548840523, -0.03605303913354874, -0.0785481333732605, -0.00651481281965971, -0.10544678568840027, -0.07581495493650436, 0.04309598729014397, -0.07586231827735901, 0.00015386116865556687, -0.016239935532212257, -0.02603701874613762, 0.02460935339331627, 0.05152755603194237, 0.036776550114154816, -0.04529277980327606, 0.0389200821518898, -0.061443816870450974, 0.05406717211008072, 0.08057163655757904, 0.04528700187802315, -0.044510118663311005, 0.05032235011458397, -0.17304885387420654, 0.1223054900765419, -0.11202539503574371, 0.03406838700175285, -0.08656825870275497, -0.02416308969259262, 0.016426105052232742, 0.001957694301381707, -0.0043780384585261345, 0.1068289577960968, -0.18778419494628906, -0.032332491129636765, 0.12826883792877197, -0.11750617623329163, -0.030395926907658577, 0.0036830692552030087, -0.06177312880754471, 0.06155664473772049, 0.09312032908201218, 0.0912991538643837, 0.11322679370641708, -0.07657495141029358, -0.08640414476394653, -0.042376454919576645, 0.03053591586649418, 0.07471444457769394, 0.02409786731004715, -0.0008007465512491763, 0.16102510690689087, 0.017532682046294212, 0.04085317626595497, -0.03448188304901123, -0.00770559860393405, -0.0548548549413681, 0.005721353925764561, -0.0382845476269722, -0.06617464125156403, 0.0325472429394722, -0.02667267620563507, -0.005295537877827883, -0.03941100090742111, 0.020359743386507034, 0.07446762919425964, -0.0804152712225914, 0.014669295400381088, -0.03680358827114105, 0.006097888574004173, 0.01976623199880123, -0.023283138871192932, -0.1693195104598999, -0.11728088557720184, 0.06966192275285721, -0.062467336654663086, 0.08565653860569, -0.037122007459402084, -0.0002586068876553327, 0.03497835621237755, -0.0745096504688263, -0.01900540105998516, -0.03451240807771683, -0.0017546125454828143, -0.05017314851284027, -0.1688639223575592, -0.05365282669663429, -0.027802331373095512, 0.11257348954677582, -0.12617868185043335, 0.009157023392617702, 0.13690440356731415, 0.11971835792064667, 0.04028203338384628, -0.05912152677774429, 0.05605949088931084, -0.033717043697834015, -0.026573505252599716, -0.10301198810338974, -0.007008277345448732, -0.011219346895813942, 0.04496420919895172, -0.04985380917787552, -0.06979402899742126, -0.1829165816307068, 0.06807905435562134, 0.11184024065732956, -0.11235101521015167, -0.05918895825743675, -0.050794512033462524, -0.008028490468859673, -0.10020152479410172, -0.059783630073070526, 0.01911603845655918, 0.01983768865466118, 0.06772349774837494, -0.07201346009969711, -0.05991426110267639, -0.013469749130308628, 0.037739671766757965, -0.06795725226402283, 0.03283083811402321, 0.03357276692986488, -0.10887151956558228, 0.13799184560775757, -0.028132807463407516, 0.09615853428840637, 0.09969738125801086, -0.024609338492155075, -0.09970702230930328, 0.001694336999207735, -0.01357038039714098, 0.004246939439326525, 0.1579485535621643, -0.0014055237406864762, 0.004625686910003424, 0.06044485792517662, -0.006399890407919884, 0.010815332643687725, -0.11573293060064316, 0.06179593503475189, 0.022893093526363373, -0.01848316565155983, 0.01855025440454483, -0.06849437952041626, 0.042757462710142136, 0.1200244203209877, 0.031444862484931946, 0.10760433226823807, -0.05018069967627525, -0.09287526458501816, -0.07033757865428925, 0.1390710026025772, -0.11108248680830002, -0.18612386286258698, -0.12077553570270538, 0.0005938500398769975, -0.0265499334782362, -0.0025747069157660007, -0.040710702538490295, -0.0398399755358696, -0.0981152355670929, -0.11927396804094315, 0.059057753533124924, 0.04588739946484566, -0.07025028020143509, -0.017596807330846786, 0.05630405992269516, -0.03732265532016754, -0.11768341064453125, 0.01296645775437355, 0.023168789222836494, -0.02487255446612835, 0.026876527816057205, 0.015097073279321194, 0.045952294021844864, 0.11203078925609589, 0.018600236624479294, 0.0010529085993766785, -0.04381156712770462, 0.18544718623161316, -0.12860091030597687, 0.2020248919725418, 0.06649670004844666, 0.011627129279077053, 0.07813577353954315, 0.16940036416053772, 0.027736453339457512, -0.05970899760723114, 0.04214714467525482, 0.06487681716680527, -0.036846719682216644, -0.2187599241733551, -0.03668012470006943, -0.07888976484537125, -0.05375070497393608, 0.0937684029340744, 0.033095765858888626, 0.038076721131801605, 0.07130974531173706, -0.09646455943584442, 0.034832704812288284, 0.07949129492044449, 0.053183652460575104, 0.006697125267237425, 0.028997553512454033, 0.027680302038788795, -0.09978906810283661, 0.0351414754986763, 0.10097227245569229, 0.07057961076498032, 0.28160688281059265, -0.055770233273506165, 0.14542822539806366, 0.046005282551050186, 0.06969548761844635, 0.0018145039211958647, 0.08756227046251297, -0.050508078187704086, 0.04883082956075668, 0.006557761691510677, -0.05489211902022362, 0.009841813705861568, 0.05998153239488602, 0.0053110271692276, -0.020188821479678154, -0.007489562965929508, -0.0831054151058197, 0.03005961887538433, 0.2448771893978119, 0.06509392708539963, -0.13497412204742432, -0.08481962978839874, 0.09579407423734665, -0.03566577658057213, -0.11395370215177536, -0.01789349690079689, 0.1566673368215561, -0.14120851457118988, 0.08872375637292862, -0.06297293305397034, 0.08528222888708115, -0.09948364645242691, -0.07114097476005554, 0.011574525386095047, 0.05791657790541649, -0.06375467032194138, 0.0785914957523346, -0.12583383917808533, 0.10839403420686722, 0.006379558704793453, 0.04444252327084541, -0.09642074257135391, 0.05987595021724701, 0.010925550013780594, 0.01689128205180168, 0.1042652428150177, 0.01648680493235588, -0.14034254848957062, -0.10490088164806366, -0.029301432892680168, -0.01940724439918995, 0.09851349145174026, -0.07189960777759552, 0.11107823252677917, 0.00010135924094356596, -0.027699127793312073, -0.01735369674861431, -0.04869353026151657, -0.09905948489904404, -0.22752933204174042, 0.03247387707233429, -0.06120307371020317, 0.0053262002766132355, -0.06966298073530197, -0.022898750379681587, -0.030497698113322258, 0.13112567365169525, -0.19207796454429626, -0.10778448730707169, -0.16735675930976868, 0.07495054602622986, 0.11973510682582855, -0.03416541963815689, 0.06943901628255844, -0.05092104896903038, 0.21276985108852386, -0.023499103263020515, -0.09410060942173004, 0.011067205108702183, -0.03135024756193161, -0.17102515697479248, -0.061582472175359726, 0.14787134528160095, 0.07508029043674469, 0.022757284343242645, -0.016953861340880394, 0.05937199294567108, 0.054405178874731064, -0.05703805387020111, 0.005403196904808283, 0.08921632915735245, 0.07001914829015732, 0.12878209352493286, -0.06825332343578339, -0.1703270822763443, -0.08581358939409256, -0.03310990706086159, 0.08107136189937592, 0.058852195739746094, -0.02796652354300022, 0.12101703882217407, 0.055329758673906326, -0.11626014858484268, -0.23175154626369476, 0.08816932886838913, 0.015442131087183952, 0.044629812240600586, 0.01334028597921133, -0.2175522744655609, 0.08458453416824341, 0.05043193697929382, 0.006540863309055567, 0.07128278911113739, -0.23837228119373322, -0.12307868897914886, -0.026480579748749733, 0.09794456511735916, -0.20911870896816254, -0.1267164945602417, -0.05092364177107811, -0.08747543394565582, -0.06202036887407303, 0.1697215735912323, 0.060847099870443344, 0.06966672837734222, -0.014273841865360737, 0.06689952313899994, 0.02230985090136528, -0.03516627848148346, 0.10321775823831558, 0.06154893338680267, 0.1227104589343071, -0.08127261698246002, -0.06055464595556259, 0.1772172898054123, -0.06294772773981094, 0.02967095747590065, 0.0646975114941597, 0.04213319718837738, -0.08381057530641556, -0.012294573709368706, -0.08512284606695175, 0.01716892421245575, -0.07877197861671448, -0.041041068732738495, -0.14823034405708313, 0.12387320399284363, 0.09477684646844864, -0.026607031002640724, 0.09978465735912323, -0.0068323807790875435, 0.025315217673778534, 0.06069845333695412, 0.09683695435523987, 0.09893787652254105, -0.08077644556760788, -0.02625536173582077, 0.019358865916728973, 0.007282479200512171, -0.22254005074501038, 0.04261240363121033, 0.09757258743047714, 0.05762697011232376, 0.14178471267223358, -0.01787649281322956, -0.15025046467781067, -0.010073194280266762, 0.07420884072780609, -0.02424364723265171, -0.1587459146976471, 0.039079420268535614, 0.04469045251607895, -0.12680821120738983, -0.03326375409960747, 0.042463868856430054, 0.01070704311132431, -0.03314953297376633, -0.01161473710089922, 0.07828804850578308, 0.051109980791807175, 0.10135216265916824, 0.04890681058168411, 0.04100329056382179, -0.08078836649656296, 0.15352152287960052, 0.1192035973072052, -0.09224868565797806, -0.029981596395373344, 0.1251714527606964, -0.0752655565738678, -0.016607237979769707, 0.07845186442136765, 0.04153391346335411, 0.0496797077357769, 0.006080379243940115, 0.022550377994775772, -0.1279527097940445, 0.01707238331437111, 0.12327922880649567, -0.026033734902739525, 0.04486983269453049, 0.000004903124136035331, -0.003880503587424755, -0.09015719592571259, 0.10690086334943771, -0.03225748986005783, 0.04626727104187012, -0.04781608656048775, 0.008258746936917305, 0.01863936148583889, -0.012147868052124977, -0.00722876563668251, -0.05908067896962166, -0.07254400104284286, -0.012422848492860794, -0.011847219429910183, 0.0361107662320137, -0.11007558554410934, -0.02958427183330059, -0.029515845701098442, -0.03113771229982376, 0.011171026155352592, 0.03414856642484665, -0.039513301104307175, -0.030346421524882317, -0.06543412059545517, 0.11065766215324402, -0.12010448426008224, 0.01662454754114151, 0.06585691124200821, -0.09540094435214996, 0.09602229297161102, -0.01928105019032955, -0.008050825446844101, 0.007180583197623491, -0.12978360056877136, -0.008656362071633339, -0.02326410822570324, 0.05389011278748512, 0.02520202286541462, -0.06640110909938812, 0.028199993073940277, -0.03869342431426048, -0.037206221371889114, 0.0017093750648200512, 0.004737363662570715, -0.08576205372810364, 0.04869295656681061, -0.0625486895442009, -0.03860774636268616, -0.06929028779268265, 0.11021468043327332, 0.1349533647298813, -0.05815855413675308, 0.09942888468503952, -0.03279546648263931, 0.05679492652416229, -0.16630369424819946, -0.04500718414783478, 0.03185446187853813, -0.005132468417286873, 0.0012460870202630758, -0.05135706439614296, 0.06784269213676453, -0.00410107895731926, 0.12478561699390411, -0.0035388439428061247, -0.01617385819554329, 0.05321061983704567, 0.04548153281211853, -0.05245751515030861, 0.09348601847887039, 0.05550500750541687, 0.0027933423407375813, -0.03442225232720375, 0.09024489670991898, -0.05534692481160164, -0.025959359481930733, 0.06255754828453064, 0.14545838534832, 0.16224637627601624, 0.0860133022069931, -0.0091933012008667, 0.06375209987163544, -0.07075364142656326, 0.023384248837828636, 0.10752757638692856, -0.06844253093004227, 0.007097436580806971, -0.08826594799757004, 0.028515342622995377, 0.03773421421647072, -0.20751522481441498, 0.17035911977291107, -0.04923730716109276, -0.09728998690843582, 0.011863249354064465, -0.22887800633907318, -0.04120557755231857, 0.019424837082624435, -0.006385416258126497, -0.1199844479560852, 0.05919146537780762, 0.13972018659114838, 0.0150565505027771, -0.02042718231678009, 0.13097938895225525, -0.11655837297439575, -0.07532110065221786, 0.09047789126634598, 0.08566030114889145, -0.008310920558869839, 0.025036633014678955, 0.025472519919276237, 0.030435558408498764, 0.06734100729227066, 0.06803958863019943, 0.07350258529186249, 0.07196740806102753, 0.00800714734941721, -0.004172084387391806, -0.06209607049822807, 0.024640200659632683, -0.07639589160680771, -0.01777883805334568, 0.07216877490282059, 0.033714357763528824, 0.03083116002380848, -0.020520897582173347, 0.19662417471408844, -0.038211673498153687, -0.07475771754980087, -0.1215885579586029, 0.017674511298537254, -0.015308516100049019, -0.040544357150793076, 0.048881497234106064, -0.15196757018566132, -0.004373742733150721, 0.1845243275165558, 0.13690567016601562, -0.022252893075346947, -0.00685811648145318, -0.026098452508449554, 0.006993189454078674, -0.007975555025041103, 0.10261979699134827, 0.007359260693192482, 0.111322782933712, -0.016332875937223434, 0.06258612871170044, 0.011983942240476608, -0.08200393617153168, -0.038164880126714706, 0.17341598868370056, -0.025804180651903152, 0.0064449552446603775, -0.09027321636676788, 0.10985685139894485, 0.017573032528162003, -0.31377464532852173, 0.15957018733024597, -0.11932270973920822, -0.14498251676559448, 0.0065131597220897675, -0.02119913324713707, 0.016161741688847542, -0.008259449154138565, 0.04880722239613533, 0.013427313417196274, 0.15485477447509766, 0.062411293387413025, -0.05062582716345787, -0.05826898291707039, 0.07088044285774231, -0.23983526229858398, 0.1814785599708557, -0.0004071742878295481, 0.03859628364443779, 0.08674309402704239, -0.0450163334608078, -0.11632678657770157, 0.021514786407351494, 0.08869294822216034, -0.016331203281879425, -0.025825276970863342, 0.217891126871109, 0.007161442190408707, 0.1186695247888565, 0.056235846132040024, -0.01899418793618679, 0.037748269736766815, 0.018981443718075752, -0.01880105957388878, -0.09209880977869034, 0.04791063442826271, -0.07951386272907257, 0.14424963295459747, 0.12939104437828064, -0.03844638168811798, -0.00032142421696335077, -0.03920859470963478, -0.023783329874277115, -0.0001947371056303382, 0.10238505154848099, -0.02918524108827114, -0.156942680478096, -0.0036723248194903135, -0.16545042395591736, 0.08375638723373413, -0.14258481562137604, -0.04988391324877739, 0.006554946769028902, -0.0353376530110836, -0.07118193805217743, 0.15824709832668304, 0.05736199766397476, 0.01570039801299572, -0.03675610572099686, -0.12072624266147614, 0.01969672553241253, 0.1386876106262207, -0.07098029553890228, -0.002039145678281784 ]
aadb3af77e9048adbea6b47c21a81e47dd092ae5
# Dataset Card for CIFAR-100 ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [CIFAR Datasets](https://www.cs.toronto.edu/~kriz/cifar.html) - **Repository:** - **Paper:** [Paper](https://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdf) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary The CIFAR-100 dataset consists of 60000 32x32 colour images in 100 classes, with 600 images per class. There are 500 training images and 100 testing images per class. There are 50000 training images and 10000 test images. The 100 classes are grouped into 20 superclasses. There are two labels per image - fine label (actual class) and coarse label (superclass). ### Supported Tasks and Leaderboards - `image-classification`: The goal of this task is to classify a given image into one of 100 classes. The leaderboard is available [here](https://paperswithcode.com/sota/image-classification-on-cifar-100). ### Languages English ## Dataset Structure ### Data Instances A sample from the training set is provided below: ``` { 'img': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=32x32 at 0x2767F58E080>, 'fine_label': 19, 'coarse_label': 11 } ``` ### Data Fields - `img`: A `PIL.Image.Image` object containing the 32x32 image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]` - `fine_label`: an `int` classification label with the following mapping: `0`: apple `1`: aquarium_fish `2`: baby `3`: bear `4`: beaver `5`: bed `6`: bee `7`: beetle `8`: bicycle `9`: bottle `10`: bowl `11`: boy `12`: bridge `13`: bus `14`: butterfly `15`: camel `16`: can `17`: castle `18`: caterpillar `19`: cattle `20`: chair `21`: chimpanzee `22`: clock `23`: cloud `24`: cockroach `25`: couch `26`: cra `27`: crocodile `28`: cup `29`: dinosaur `30`: dolphin `31`: elephant `32`: flatfish `33`: forest `34`: fox `35`: girl `36`: hamster `37`: house `38`: kangaroo `39`: keyboard `40`: lamp `41`: lawn_mower `42`: leopard `43`: lion `44`: lizard `45`: lobster `46`: man `47`: maple_tree `48`: motorcycle `49`: mountain `50`: mouse `51`: mushroom `52`: oak_tree `53`: orange `54`: orchid `55`: otter `56`: palm_tree `57`: pear `58`: pickup_truck `59`: pine_tree `60`: plain `61`: plate `62`: poppy `63`: porcupine `64`: possum `65`: rabbit `66`: raccoon `67`: ray `68`: road `69`: rocket `70`: rose `71`: sea `72`: seal `73`: shark `74`: shrew `75`: skunk `76`: skyscraper `77`: snail `78`: snake `79`: spider `80`: squirrel `81`: streetcar `82`: sunflower `83`: sweet_pepper `84`: table `85`: tank `86`: telephone `87`: television `88`: tiger `89`: tractor `90`: train `91`: trout `92`: tulip `93`: turtle `94`: wardrobe `95`: whale `96`: willow_tree `97`: wolf `98`: woman `99`: worm - `coarse_label`: an `int` coarse classification label with following mapping: `0`: aquatic_mammals `1`: fish `2`: flowers `3`: food_containers `4`: fruit_and_vegetables `5`: household_electrical_devices `6`: household_furniture `7`: insects `8`: large_carnivores `9`: large_man-made_outdoor_things `10`: large_natural_outdoor_scenes `11`: large_omnivores_and_herbivores `12`: medium_mammals `13`: non-insect_invertebrates `14`: people `15`: reptiles `16`: small_mammals `17`: trees `18`: vehicles_1 `19`: vehicles_2 ### Data Splits | name |train|test| |----------|----:|---------:| |cifar100|50000| 10000| ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @TECHREPORT{Krizhevsky09learningmultiple, author = {Alex Krizhevsky}, title = {Learning multiple layers of features from tiny images}, institution = {}, year = {2009} } ``` ### Contributions Thanks to [@gchhablani](https://github.com/gchablani) for adding this dataset.
cifar100
[ "task_categories:image-classification", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:extended|other-80-Million-Tiny-Images", "language:en", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["extended|other-80-Million-Tiny-Images"], "task_categories": ["image-classification"], "task_ids": [], "paperswithcode_id": "cifar-100", "pretty_name": "Cifar100", "dataset_info": {"config_name": "cifar100", "features": [{"name": "img", "dtype": "image"}, {"name": "fine_label", "dtype": {"class_label": {"names": {"0": "apple", "1": "aquarium_fish", "2": "baby", "3": "bear", "4": "beaver", "5": "bed", "6": "bee", "7": "beetle", "8": "bicycle", "9": "bottle", "10": "bowl", "11": "boy", "12": "bridge", "13": "bus", "14": "butterfly", "15": "camel", "16": "can", "17": "castle", "18": "caterpillar", "19": "cattle", "20": "chair", "21": "chimpanzee", "22": "clock", "23": "cloud", "24": "cockroach", "25": "couch", "26": "cra", "27": "crocodile", "28": "cup", "29": "dinosaur", "30": "dolphin", "31": "elephant", "32": "flatfish", "33": "forest", "34": "fox", "35": "girl", "36": "hamster", "37": "house", "38": "kangaroo", "39": "keyboard", "40": "lamp", "41": "lawn_mower", "42": "leopard", "43": "lion", "44": "lizard", "45": "lobster", "46": "man", "47": "maple_tree", "48": "motorcycle", "49": "mountain", "50": "mouse", "51": "mushroom", "52": "oak_tree", "53": "orange", "54": "orchid", "55": "otter", "56": "palm_tree", "57": "pear", "58": "pickup_truck", "59": "pine_tree", "60": "plain", "61": "plate", "62": "poppy", "63": "porcupine", "64": "possum", "65": "rabbit", "66": "raccoon", "67": "ray", "68": "road", "69": "rocket", "70": "rose", "71": "sea", "72": "seal", "73": "shark", "74": "shrew", "75": "skunk", "76": "skyscraper", "77": "snail", "78": "snake", "79": "spider", "80": "squirrel", "81": "streetcar", "82": "sunflower", "83": "sweet_pepper", "84": "table", "85": "tank", "86": "telephone", "87": "television", "88": "tiger", "89": "tractor", "90": "train", "91": "trout", "92": "tulip", "93": "turtle", "94": "wardrobe", "95": "whale", "96": "willow_tree", "97": "wolf", "98": "woman", "99": "worm"}}}}, {"name": "coarse_label", "dtype": {"class_label": {"names": {"0": "aquatic_mammals", "1": "fish", "2": "flowers", "3": "food_containers", "4": "fruit_and_vegetables", "5": "household_electrical_devices", "6": "household_furniture", "7": "insects", "8": "large_carnivores", "9": "large_man-made_outdoor_things", "10": "large_natural_outdoor_scenes", "11": "large_omnivores_and_herbivores", "12": "medium_mammals", "13": "non-insect_invertebrates", "14": "people", "15": "reptiles", "16": "small_mammals", "17": "trees", "18": "vehicles_1", "19": "vehicles_2"}}}}], "splits": [{"name": "train", "num_bytes": 112545106.0, "num_examples": 50000}, {"name": "test", "num_bytes": 22564261.0, "num_examples": 10000}], "download_size": 142291368, "dataset_size": 135109367.0}, "configs": [{"config_name": "cifar100", "data_files": [{"split": "train", "path": "cifar100/train-*"}, {"split": "test", "path": "cifar100/test-*"}], "default": true}]}
2024-01-04T06:57:47+00:00
[]
[ "en" ]
TAGS #task_categories-image-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-80-Million-Tiny-Images #language-English #license-unknown #region-us
Dataset Card for CIFAR-100 ========================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: CIFAR Datasets * Repository: * Paper: Paper * Leaderboard: * Point of Contact: ### Dataset Summary The CIFAR-100 dataset consists of 60000 32x32 colour images in 100 classes, with 600 images per class. There are 500 training images and 100 testing images per class. There are 50000 training images and 10000 test images. The 100 classes are grouped into 20 superclasses. There are two labels per image - fine label (actual class) and coarse label (superclass). ### Supported Tasks and Leaderboards * 'image-classification': The goal of this task is to classify a given image into one of 100 classes. The leaderboard is available here. ### Languages English Dataset Structure ----------------- ### Data Instances A sample from the training set is provided below: ### Data Fields * 'img': A 'PIL.Image.Image' object containing the 32x32 image. Note that when accessing the image column: 'dataset[0]["image"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '"image"' column, *i.e.* 'dataset[0]["image"]' should always be preferred over 'dataset["image"][0]' * 'fine\_label': an 'int' classification label with the following mapping: '0': apple '1': aquarium\_fish '2': baby '3': bear '4': beaver '5': bed '6': bee '7': beetle '8': bicycle '9': bottle '10': bowl '11': boy '12': bridge '13': bus '14': butterfly '15': camel '16': can '17': castle '18': caterpillar '19': cattle '20': chair '21': chimpanzee '22': clock '23': cloud '24': cockroach '25': couch '26': cra '27': crocodile '28': cup '29': dinosaur '30': dolphin '31': elephant '32': flatfish '33': forest '34': fox '35': girl '36': hamster '37': house '38': kangaroo '39': keyboard '40': lamp '41': lawn\_mower '42': leopard '43': lion '44': lizard '45': lobster '46': man '47': maple\_tree '48': motorcycle '49': mountain '50': mouse '51': mushroom '52': oak\_tree '53': orange '54': orchid '55': otter '56': palm\_tree '57': pear '58': pickup\_truck '59': pine\_tree '60': plain '61': plate '62': poppy '63': porcupine '64': possum '65': rabbit '66': raccoon '67': ray '68': road '69': rocket '70': rose '71': sea '72': seal '73': shark '74': shrew '75': skunk '76': skyscraper '77': snail '78': snake '79': spider '80': squirrel '81': streetcar '82': sunflower '83': sweet\_pepper '84': table '85': tank '86': telephone '87': television '88': tiger '89': tractor '90': train '91': trout '92': tulip '93': turtle '94': wardrobe '95': whale '96': willow\_tree '97': wolf '98': woman '99': worm * 'coarse\_label': an 'int' coarse classification label with following mapping: '0': aquatic\_mammals '1': fish '2': flowers '3': food\_containers '4': fruit\_and\_vegetables '5': household\_electrical\_devices '6': household\_furniture '7': insects '8': large\_carnivores '9': large\_man-made\_outdoor\_things '10': large\_natural\_outdoor\_scenes '11': large\_omnivores\_and\_herbivores '12': medium\_mammals '13': non-insect\_invertebrates '14': people '15': reptiles '16': small\_mammals '17': trees '18': vehicles\_1 '19': vehicles\_2 ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @gchhablani for adding this dataset.
[ "### Dataset Summary\n\n\nThe CIFAR-100 dataset consists of 60000 32x32 colour images in 100 classes, with 600 images\nper class. There are 500 training images and 100 testing images per class. There are 50000 training images and 10000 test images. The 100 classes are grouped into 20 superclasses.\nThere are two labels per image - fine label (actual class) and coarse label (superclass).", "### Supported Tasks and Leaderboards\n\n\n* 'image-classification': The goal of this task is to classify a given image into one of 100 classes. The leaderboard is available here.", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from the training set is provided below:", "### Data Fields\n\n\n* 'img': A 'PIL.Image.Image' object containing the 32x32 image. Note that when accessing the image column: 'dataset[0][\"image\"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '\"image\"' column, *i.e.* 'dataset[0][\"image\"]' should always be preferred over 'dataset[\"image\"][0]'\n* 'fine\\_label': an 'int' classification label with the following mapping:\n\n\n'0': apple\n\n\n'1': aquarium\\_fish\n\n\n'2': baby\n\n\n'3': bear\n\n\n'4': beaver\n\n\n'5': bed\n\n\n'6': bee\n\n\n'7': beetle\n\n\n'8': bicycle\n\n\n'9': bottle\n\n\n'10': bowl\n\n\n'11': boy\n\n\n'12': bridge\n\n\n'13': bus\n\n\n'14': butterfly\n\n\n'15': camel\n\n\n'16': can\n\n\n'17': castle\n\n\n'18': caterpillar\n\n\n'19': cattle\n\n\n'20': chair\n\n\n'21': chimpanzee\n\n\n'22': clock\n\n\n'23': cloud\n\n\n'24': cockroach\n\n\n'25': couch\n\n\n'26': cra\n\n\n'27': crocodile\n\n\n'28': cup\n\n\n'29': dinosaur\n\n\n'30': dolphin\n\n\n'31': elephant\n\n\n'32': flatfish\n\n\n'33': forest\n\n\n'34': fox\n\n\n'35': girl\n\n\n'36': hamster\n\n\n'37': house\n\n\n'38': kangaroo\n\n\n'39': keyboard\n\n\n'40': lamp\n\n\n'41': lawn\\_mower\n\n\n'42': leopard\n\n\n'43': lion\n\n\n'44': lizard\n\n\n'45': lobster\n\n\n'46': man\n\n\n'47': maple\\_tree\n\n\n'48': motorcycle\n\n\n'49': mountain\n\n\n'50': mouse\n\n\n'51': mushroom\n\n\n'52': oak\\_tree\n\n\n'53': orange\n\n\n'54': orchid\n\n\n'55': otter\n\n\n'56': palm\\_tree\n\n\n'57': pear\n\n\n'58': pickup\\_truck\n\n\n'59': pine\\_tree\n\n\n'60': plain\n\n\n'61': plate\n\n\n'62': poppy\n\n\n'63': porcupine\n\n\n'64': possum\n\n\n'65': rabbit\n\n\n'66': raccoon\n\n\n'67': ray\n\n\n'68': road\n\n\n'69': rocket\n\n\n'70': rose\n\n\n'71': sea\n\n\n'72': seal\n\n\n'73': shark\n\n\n'74': shrew\n\n\n'75': skunk\n\n\n'76': skyscraper\n\n\n'77': snail\n\n\n'78': snake\n\n\n'79': spider\n\n\n'80': squirrel\n\n\n'81': streetcar\n\n\n'82': sunflower\n\n\n'83': sweet\\_pepper\n\n\n'84': table\n\n\n'85': tank\n\n\n'86': telephone\n\n\n'87': television\n\n\n'88': tiger\n\n\n'89': tractor\n\n\n'90': train\n\n\n'91': trout\n\n\n'92': tulip\n\n\n'93': turtle\n\n\n'94': wardrobe\n\n\n'95': whale\n\n\n'96': willow\\_tree\n\n\n'97': wolf\n\n\n'98': woman\n\n\n'99': worm\n* 'coarse\\_label': an 'int' coarse classification label with following mapping:\n\n\n'0': aquatic\\_mammals\n\n\n'1': fish\n\n\n'2': flowers\n\n\n'3': food\\_containers\n\n\n'4': fruit\\_and\\_vegetables\n\n\n'5': household\\_electrical\\_devices\n\n\n'6': household\\_furniture\n\n\n'7': insects\n\n\n'8': large\\_carnivores\n\n\n'9': large\\_man-made\\_outdoor\\_things\n\n\n'10': large\\_natural\\_outdoor\\_scenes\n\n\n'11': large\\_omnivores\\_and\\_herbivores\n\n\n'12': medium\\_mammals\n\n\n'13': non-insect\\_invertebrates\n\n\n'14': people\n\n\n'15': reptiles\n\n\n'16': small\\_mammals\n\n\n'17': trees\n\n\n'18': vehicles\\_1\n\n\n'19': vehicles\\_2", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @gchhablani for adding this dataset." ]
[ "TAGS\n#task_categories-image-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-80-Million-Tiny-Images #language-English #license-unknown #region-us \n", "### Dataset Summary\n\n\nThe CIFAR-100 dataset consists of 60000 32x32 colour images in 100 classes, with 600 images\nper class. There are 500 training images and 100 testing images per class. There are 50000 training images and 10000 test images. The 100 classes are grouped into 20 superclasses.\nThere are two labels per image - fine label (actual class) and coarse label (superclass).", "### Supported Tasks and Leaderboards\n\n\n* 'image-classification': The goal of this task is to classify a given image into one of 100 classes. The leaderboard is available here.", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from the training set is provided below:", "### Data Fields\n\n\n* 'img': A 'PIL.Image.Image' object containing the 32x32 image. Note that when accessing the image column: 'dataset[0][\"image\"]' the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the '\"image\"' column, *i.e.* 'dataset[0][\"image\"]' should always be preferred over 'dataset[\"image\"][0]'\n* 'fine\\_label': an 'int' classification label with the following mapping:\n\n\n'0': apple\n\n\n'1': aquarium\\_fish\n\n\n'2': baby\n\n\n'3': bear\n\n\n'4': beaver\n\n\n'5': bed\n\n\n'6': bee\n\n\n'7': beetle\n\n\n'8': bicycle\n\n\n'9': bottle\n\n\n'10': bowl\n\n\n'11': boy\n\n\n'12': bridge\n\n\n'13': bus\n\n\n'14': butterfly\n\n\n'15': camel\n\n\n'16': can\n\n\n'17': castle\n\n\n'18': caterpillar\n\n\n'19': cattle\n\n\n'20': chair\n\n\n'21': chimpanzee\n\n\n'22': clock\n\n\n'23': cloud\n\n\n'24': cockroach\n\n\n'25': couch\n\n\n'26': cra\n\n\n'27': crocodile\n\n\n'28': cup\n\n\n'29': dinosaur\n\n\n'30': dolphin\n\n\n'31': elephant\n\n\n'32': flatfish\n\n\n'33': forest\n\n\n'34': fox\n\n\n'35': girl\n\n\n'36': hamster\n\n\n'37': house\n\n\n'38': kangaroo\n\n\n'39': keyboard\n\n\n'40': lamp\n\n\n'41': lawn\\_mower\n\n\n'42': leopard\n\n\n'43': lion\n\n\n'44': lizard\n\n\n'45': lobster\n\n\n'46': man\n\n\n'47': maple\\_tree\n\n\n'48': motorcycle\n\n\n'49': mountain\n\n\n'50': mouse\n\n\n'51': mushroom\n\n\n'52': oak\\_tree\n\n\n'53': orange\n\n\n'54': orchid\n\n\n'55': otter\n\n\n'56': palm\\_tree\n\n\n'57': pear\n\n\n'58': pickup\\_truck\n\n\n'59': pine\\_tree\n\n\n'60': plain\n\n\n'61': plate\n\n\n'62': poppy\n\n\n'63': porcupine\n\n\n'64': possum\n\n\n'65': rabbit\n\n\n'66': raccoon\n\n\n'67': ray\n\n\n'68': road\n\n\n'69': rocket\n\n\n'70': rose\n\n\n'71': sea\n\n\n'72': seal\n\n\n'73': shark\n\n\n'74': shrew\n\n\n'75': skunk\n\n\n'76': skyscraper\n\n\n'77': snail\n\n\n'78': snake\n\n\n'79': spider\n\n\n'80': squirrel\n\n\n'81': streetcar\n\n\n'82': sunflower\n\n\n'83': sweet\\_pepper\n\n\n'84': table\n\n\n'85': tank\n\n\n'86': telephone\n\n\n'87': television\n\n\n'88': tiger\n\n\n'89': tractor\n\n\n'90': train\n\n\n'91': trout\n\n\n'92': tulip\n\n\n'93': turtle\n\n\n'94': wardrobe\n\n\n'95': whale\n\n\n'96': willow\\_tree\n\n\n'97': wolf\n\n\n'98': woman\n\n\n'99': worm\n* 'coarse\\_label': an 'int' coarse classification label with following mapping:\n\n\n'0': aquatic\\_mammals\n\n\n'1': fish\n\n\n'2': flowers\n\n\n'3': food\\_containers\n\n\n'4': fruit\\_and\\_vegetables\n\n\n'5': household\\_electrical\\_devices\n\n\n'6': household\\_furniture\n\n\n'7': insects\n\n\n'8': large\\_carnivores\n\n\n'9': large\\_man-made\\_outdoor\\_things\n\n\n'10': large\\_natural\\_outdoor\\_scenes\n\n\n'11': large\\_omnivores\\_and\\_herbivores\n\n\n'12': medium\\_mammals\n\n\n'13': non-insect\\_invertebrates\n\n\n'14': people\n\n\n'15': reptiles\n\n\n'16': small\\_mammals\n\n\n'17': trees\n\n\n'18': vehicles\\_1\n\n\n'19': vehicles\\_2", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @gchhablani for adding this dataset." ]
[ 91, 89, 43, 12, 16, 993, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-image-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-80-Million-Tiny-Images #language-English #license-unknown #region-us \n### Dataset Summary\n\n\nThe CIFAR-100 dataset consists of 60000 32x32 colour images in 100 classes, with 600 images\nper class. There are 500 training images and 100 testing images per class. There are 50000 training images and 10000 test images. The 100 classes are grouped into 20 superclasses.\nThere are two labels per image - fine label (actual class) and coarse label (superclass).### Supported Tasks and Leaderboards\n\n\n* 'image-classification': The goal of this task is to classify a given image into one of 100 classes. The leaderboard is available here.### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA sample from the training set is provided below:" ]
[ -0.16510313749313354, 0.13960810005664825, 0.0006660511717200279, 0.11601924151182175, 0.15467706322669983, 0.05429401621222496, 0.16553641855716705, 0.07727527618408203, 0.11581271886825562, 0.06861866265535355, -0.006379953119903803, -0.037434399127960205, 0.048948679119348526, 0.17701290547847748, 0.03503132984042168, -0.2673933506011963, -0.010395080782473087, -0.04727001115679741, -0.09518905729055405, 0.04667392373085022, 0.06791150569915771, -0.11247050017118454, 0.018221119418740273, -0.11486893892288208, -0.1853279173374176, 0.023190349340438843, -0.057533297687768936, -0.07479878515005112, 0.11998706310987473, 0.029351331293582916, 0.1555805653333664, 0.0006472475361078978, 0.13073021173477173, -0.09145548939704895, 0.028923269361257553, 0.05074167624115944, 0.0625866949558258, 0.01620038039982319, -0.013044017367064953, 0.014324110932648182, -0.010300245136022568, -0.045199159532785416, 0.012976232916116714, 0.05501512438058853, -0.08951874077320099, -0.01295766793191433, -0.019369209185242653, -0.0134343346580863, 0.13554976880550385, 0.0446479506790638, 0.00932771060615778, 0.050594475120306015, -0.08147560060024261, 0.0522737018764019, 0.09609457105398178, -0.08477175235748291, -0.05194397643208504, 0.16794675588607788, -0.003819117322564125, 0.12335914373397827, -0.11373436450958252, -0.013038083910942078, 0.01917134039103985, -0.015782497823238373, -0.08812382072210312, -0.08036742359399796, -0.21134184300899506, -0.07772189378738403, -0.14916251599788666, 0.0574282668530941, 0.18811461329460144, 0.09248469024896622, -0.08650026470422745, -0.11637593060731888, -0.03959378972649574, -0.034396637231111526, -0.06582078337669373, 0.11138781905174255, 0.05931753292679787, -0.02504405379295349, 0.04572383686900139, -0.049728866666555405, -0.06424052268266678, -0.10166960954666138, -0.016367120668292046, 0.11543883383274078, -0.014360985718667507, 0.07142851501703262, -0.011617465876042843, 0.034078262746334076, -0.2189139723777771, -0.02833370491862297, -0.055124010890722275, -0.08001749962568283, -0.13778480887413025, 0.012148790992796421, 0.048826977610588074, -0.06600778549909592, 0.036787282675504684, 0.053179431706666946, -0.0754961147904396, 0.06511891633272171, -0.054276883602142334, 0.09799045324325562, 0.07621213793754578, 0.11665850877761841, 0.05348224937915802, -0.04867872968316078, 0.009310951456427574, 0.057699959725141525, 0.0442533902823925, -0.02503102459013462, -0.09551573544740677, -0.06623806059360504, -0.05246531218290329, 0.03972356393933296, -0.054759908467531204, 0.004120960365980864, -0.04174983873963356, -0.0121467811986804, 0.027584094554185867, -0.15517792105674744, 0.05945080891251564, 0.03328878432512283, -0.04196198284626007, 0.03490835428237915, 0.055578816682100296, -0.01246192492544651, -0.07324764132499695, -0.07175399363040924, -0.013288256712257862, 0.036017950624227524, -0.11728315055370331, -0.11884715408086777, 0.005285404622554779, -0.13743408024311066, -0.0605967752635479, -0.0508706234395504, -0.12818312644958496, -0.04170887544751167, 0.019130870699882507, -0.03664457052946091, -0.01854253001511097, -0.08943648636341095, -0.005517616402357817, -0.047445327043533325, 0.005053915083408356, 0.028818460181355476, -0.031372472643852234, 0.04658017307519913, 0.015098847448825836, 0.11357729882001877, -0.09142637252807617, 0.00923175923526287, -0.04223809018731117, -0.003033959772437811, -0.22705619037151337, 0.12764355540275574, -0.11143617331981659, 0.10626121610403061, -0.011690699495375156, -0.05796108767390251, -0.003082017647102475, 0.09023183584213257, 0.023441635072231293, 0.16814585030078888, -0.21753811836242676, -0.054416634142398834, 0.17169301211833954, -0.14019736647605896, -0.08863910287618637, 0.031248345971107483, -0.02151092141866684, 0.097175233066082, 0.06892078369855881, 0.18771910667419434, 0.053500134497880936, -0.009913001209497452, -0.06938431411981583, -0.005138970445841551, 0.08731301128864288, -0.10933387279510498, 0.01776943914592266, -0.017901860177516937, 0.11597611755132675, 0.01706417091190815, -0.010282734408974648, 0.045938894152641296, -0.008706152439117432, -0.07091846317052841, -0.04063127562403679, -0.08450373262166977, -0.011597121134400368, 0.1214120164513588, 0.063774473965168, -0.08700191229581833, -0.05945969000458717, 0.08146808296442032, 0.08224976807832718, -0.08616428822278976, 0.03413815051317215, -0.057169631123542786, 0.04142497479915619, 0.02411816641688347, -0.025260495021939278, -0.15086360275745392, -0.01366117037832737, 0.06492272764444351, 0.0989219918847084, 0.08304639160633087, 0.02366364188492298, 0.011123952455818653, 0.08609719574451447, -0.048270951956510544, 0.009224788285791874, -0.03263351693749428, -0.018129248172044754, -0.05138939991593361, -0.1538836508989334, -0.06335630267858505, -0.04993217810988426, 0.0273897647857666, -0.2637172341346741, 0.03670050576329231, 0.10970205068588257, 0.02947559393942356, 0.05322473868727684, -0.07179146260023117, 0.07055758684873581, 0.07402785867452621, -0.08266237378120422, -0.10208825021982193, 0.04037969931960106, -0.035141728818416595, -0.029474254697561264, -0.14189641177654266, -0.021602589637041092, -0.1405012458562851, 0.1171150803565979, -0.10521052777767181, -0.0965297669172287, 0.031529203057289124, -0.06304959207773209, 0.022183064371347427, -0.13178971409797668, 0.004389615263789892, 0.0220535509288311, 0.04994144290685654, 0.1015709862112999, -0.03144810348749161, 0.03067850135266781, -0.003123014699667692, 0.009410880506038666, 0.007722877897322178, 0.048036038875579834, 0.18629711866378784, -0.01414467953145504, 0.09182025492191315, -0.0074274176731705666, -0.06172258406877518, 0.16309596598148346, -0.05336263030767441, -0.029267940670251846, 0.07056830823421478, 0.01793564297258854, 0.006640787702053785, 0.2032824009656906, -0.17502886056900024, -0.04807104542851448, -0.02832944132387638, 0.03432219848036766, -0.01710379682481289, -0.16158750653266907, -0.0025280779227614403, -0.020817654207348824, -0.0894322618842125, 0.0032341654878109694, -0.04700961336493492, -0.03786294907331467, 0.07383973896503448, -0.03460758179426193, -0.018693912774324417, -0.03265603631734848, -0.07901895046234131, -0.06511905044317245, 0.15817506611347198, -0.07599791139364243, -0.18528495728969574, -0.05493674427270889, 0.05458421632647514, -0.023789137601852417, 0.05059858784079552, -0.0116081228479743, -0.12504363059997559, -0.043640486896038055, -0.10751289129257202, 0.011805430054664612, 0.013880033046007156, -0.029827335849404335, 0.06203674525022507, 0.08291038870811462, -0.02922208607196808, -0.09074455499649048, 0.03471820801496506, 0.0044199214316904545, -0.14178916811943054, 0.051803555339574814, -0.056725554168224335, 0.03844286873936653, 0.14402811229228973, -0.0006278482032939792, 0.02225535735487938, -0.056564491242170334, 0.15732519328594208, -0.14442378282546997, 0.13376383483409882, 0.06887965649366379, 0.059643879532814026, 0.012567011639475822, 0.10265761613845825, 0.05445493012666702, -0.12570346891880035, 0.03371099382638931, 0.04247676581144333, -0.1213180348277092, -0.155360147356987, -0.06016286462545395, -0.08552491664886475, -0.01570805162191391, 0.08217959105968475, 0.057421136647462845, -0.09574560075998306, 0.06730005890130997, 0.02018239162862301, 0.05368418991565704, 0.03347882628440857, -0.004588522482663393, -0.021518638357520103, -0.009491744451224804, 0.06723863631486893, -0.11101836711168289, 0.006060140207409859, 0.08256533741950989, 0.0858294889330864, 0.2480161190032959, -0.0017831898294389248, 0.11286407709121704, -0.0035854647867381573, 0.027856523171067238, 0.050129327923059464, 0.1015264093875885, -0.024045512080192566, 0.0034269122406840324, 0.01346942875534296, -0.04347611591219902, -0.020186301320791245, 0.059872377663850784, -0.00128441012930125, -0.024911560118198395, -0.07060613483190536, -0.059670593589544296, 0.03628331422805786, 0.21466146409511566, 0.12480317056179047, -0.09104464948177338, -0.029965374618768692, 0.11071112751960754, -0.03299793601036072, -0.0784599706530571, 0.10566126555204391, 0.22138291597366333, -0.043203696608543396, 0.1249765083193779, -0.02528691664338112, 0.12080319970846176, -0.11386385560035706, -0.026254156604409218, -0.022882189601659775, -0.0596434660255909, -0.029555227607488632, 0.049351487308740616, -0.1426420956850052, 0.16714243590831757, 0.0008601525914855301, 0.043851736932992935, -0.06795071065425873, 0.023623941466212273, 0.03133620694279671, 0.1470550000667572, 0.12421265244483948, 0.012892456725239754, -0.12135573476552963, -0.14270003139972687, 0.01229389850050211, -0.00864546187222004, 0.01572871208190918, 0.004590867552906275, 0.03728853538632393, 0.039793383330106735, 0.007194656413048506, -0.0029171304777264595, -0.13000677525997162, -0.09756077826023102, -0.1005924791097641, -0.04880192503333092, 0.02945946343243122, -0.023811880499124527, -0.06475774198770523, -0.0585065633058548, 0.03852119296789169, 0.06258123368024826, -0.2706887423992157, -0.07395466417074203, -0.12460597604513168, 0.10237978398799896, 0.04502476006746292, 0.010167708620429039, -0.0002044530410785228, 0.025576869025826454, 0.1663600653409958, -0.037232622504234314, -0.0062495931051671505, 0.0618247464299202, -0.03330566734075546, -0.09793945401906967, -0.0550297312438488, 0.06325087696313858, 0.01984821818768978, 0.012282402254641056, -0.06423921883106232, 0.05124153196811676, 0.10843683034181595, -0.08267196267843246, 0.04834981635212898, 0.03725774958729744, -0.0864262506365776, 0.2053142637014389, -0.07639124989509583, -0.02788771316409111, 0.008511410094797611, -0.019775183871388435, 0.1602254956960678, 0.15405647456645966, -0.0671181008219719, 0.06300298124551773, 0.0749964639544487, -0.14509019255638123, -0.26667359471321106, 0.14456124603748322, 0.04526399075984955, 0.11173585802316666, -0.06379249691963196, -0.2422432005405426, 0.08275624364614487, 0.064761221408844, -0.00886673666536808, 0.19644559919834137, -0.29185789823532104, -0.1327696442604065, 0.043520040810108185, 0.12337447702884674, 0.0529172383248806, -0.18861499428749084, 0.02843286283314228, -0.08772779256105423, 0.10372751206159592, 0.13367418944835663, -0.014954525977373123, 0.10883929580450058, -0.019533362239599228, 0.06304296851158142, 0.007348477374762297, -0.03239087015390396, 0.0713965967297554, 0.040400438010692596, 0.07964399456977844, -0.06513140350580215, -0.03187651187181473, 0.21080780029296875, -0.023156067356467247, 0.027185263112187386, 0.011530157178640366, -0.002127767074853182, -0.13111717998981476, -0.027117859572172165, -0.00432308716699481, 0.04565068334341049, -0.05029813572764397, -0.029483037069439888, -0.060259073972702026, 0.11028438806533813, -0.04530663788318634, 0.043089453130960464, 0.1602531373500824, -0.0424778051674366, 0.08222035318613052, 0.04024177044630051, 0.1686738282442093, 0.019209187477827072, -0.11111948639154434, 0.04147561639547348, 0.03815046697854996, 0.06291023641824722, -0.2361937314271927, 0.013172146864235401, 0.09925835579633713, 0.08599968254566193, 0.09649638086557388, 0.037520039826631546, -0.06735367327928543, 0.04824841767549515, 0.0810365155339241, -0.007772769778966904, -0.19389095902442932, 0.07331880182027817, 0.02091793343424797, -0.0597970113158226, 0.01612607017159462, 0.07873980700969696, -0.018913842737674713, 0.0163781326264143, -0.0037216274067759514, 0.06061461940407753, -0.044434983283281326, 0.07352421432733536, 0.1350807547569275, 0.06011329963803291, -0.014899319037795067, 0.10321953892707825, 0.10948974639177322, -0.038484688848257065, 0.0162211786955595, 0.22697705030441284, -0.054275285452604294, -0.03985515981912613, 0.08208151906728745, 0.13527829945087433, -0.003935413900762796, 0.000797369284555316, -0.08231692761182785, -0.05180678889155388, -0.020387399941682816, 0.13519936800003052, 0.04156806319952011, -0.028766317293047905, -0.03486867621541023, -0.012316638603806496, -0.05466781556606293, 0.0250443946570158, -0.13062646985054016, 0.0706845298409462, -0.11295603215694427, -0.029107660055160522, 0.03774840012192726, 0.028539074584841728, -0.03451785445213318, -0.06531468033790588, -0.15785254538059235, 0.07068823277950287, -0.0890650749206543, 0.06997030973434448, -0.021953312680125237, 0.03882329538464546, -0.026051610708236694, -0.07269197702407837, -0.028661781921982765, -0.04583830013871193, -0.05425458773970604, 0.0035757499281316996, -0.00928778387606144, 0.05216487869620323, -0.013416356407105923, 0.007949317805469036, 0.04903006553649902, -0.05196361243724823, 0.07957293093204498, -0.10843829065561295, -0.08703373372554779, 0.05671822279691696, -0.10401883721351624, -0.0014576736139133573, 0.014801855199038982, 0.06475484371185303, 0.02334883064031601, 0.041839152574539185, 0.018631476908922195, -0.0005600363947451115, 0.18728314340114594, 0.04325532913208008, 0.06328478455543518, -0.06702878326177597, 0.021888915449380875, -0.04362000524997711, -0.0851254016160965, -0.056143853813409805, 0.1419771909713745, 0.14523522555828094, 0.08759788423776627, 0.05041544511914253, -0.0694374144077301, 0.08885452151298523, -0.1456892192363739, -0.016255205497145653, 0.014435015618801117, -0.0310085266828537, 0.05256480723619461, -0.03164388984441757, 0.07142418622970581, -0.049691129475831985, 0.19757266342639923, 0.0392533503472805, 0.10412514209747314, 0.03727656230330467, -0.1621340811252594, -0.017041269689798355, 0.08357134461402893, 0.22256992757320404, 0.07271774113178253, 0.018466636538505554, 0.103373222053051, -0.011250247247517109, 0.02125999704003334, 0.06135004758834839, 0.1992565542459488, 0.14626000821590424, -0.08661056309938431, 0.09455990046262741, 0.06148235872387886, -0.08968564867973328, 0.034202151000499725, 0.06621310114860535, 0.01269588153809309, 0.06949655711650848, -0.13806681334972382, 0.1661350131034851, -0.010375987738370895, -0.12981902062892914, 0.10784142464399338, -0.06176000088453293, -0.1433621197938919, -0.09872493147850037, -0.09395179897546768, -0.030836263671517372, -0.12381135672330856, 0.029711486771702766, -0.11019130051136017, -0.0005331404972821474, 0.06822540611028671, 0.038958340883255005, 0.00903909932821989, 0.09717468172311783, -0.0523647777736187, 0.05535992980003357, 0.07452430576086044, -0.008695254102349281, 0.014807353727519512, -0.053760554641485214, -0.06090638414025307, 0.014687863178551197, 0.055663179606199265, 0.020885273814201355, 0.03643796592950821, -0.08113234490156174, 0.048240505158901215, 0.010348686948418617, -0.024281088262796402, 0.002219074871391058, 0.006237572990357876, 0.05125086009502411, 0.042376987636089325, 0.0392397865653038, -0.046910688281059265, -0.03561326488852501, 0.1709943264722824, -0.06520721316337585, -0.15245473384857178, -0.06523774564266205, 0.009809736162424088, -0.03514494001865387, -0.0329803042113781, -0.06054193899035454, -0.12570075690746307, -0.051793064922094345, 0.21037538349628448, 0.193130224943161, -0.05818488076329231, -0.03661112114787102, -0.040981948375701904, -0.0066142878495156765, -0.029743755236268044, 0.14189429581165314, 0.027306726202368736, 0.15698690712451935, -0.008216643705964088, -0.052823685109615326, 0.043586838990449905, -0.07031476497650146, -0.09368354827165604, 0.07624386996030807, 0.030978895723819733, 0.045908618718385696, -0.13157448172569275, 0.1292726695537567, 0.0011668967781588435, -0.13901787996292114, 0.16038015484809875, -0.16857364773750305, -0.17524279654026031, -0.008521455340087414, 0.024198336526751518, -0.005080138798803091, -0.04152229428291321, -0.017826538532972336, 0.0030071462970227003, -0.01261297706514597, -0.02608930878341198, -0.08512748032808304, -0.1552773118019104, 0.007628246676176786, -0.27714550495147705, 0.16567078232765198, -0.048405569046735764, 0.06623902916908264, 0.08956418931484222, -0.011048788204789162, -0.06988271325826645, 0.026616698130965233, 0.02715572528541088, 0.07165562361478806, -0.055763550102710724, 0.22228504717350006, -0.10829057544469833, 0.16171689331531525, 0.01712317205965519, -0.0905023142695427, -0.0057016052305698395, -0.032028768211603165, -0.06894460320472717, -0.130909264087677, -0.0072258953005075455, -0.13081254065036774, 0.12516282498836517, 0.14632223546504974, -0.032170601189136505, -0.0464421808719635, -0.0446358285844326, 0.03157506883144379, -0.032709751278162, -0.005106459371745586, -0.0880318135023117, -0.191780686378479, -0.06590428203344345, -0.07079169899225235, 0.0059546190313994884, -0.19299200177192688, -0.037999868392944336, -0.033070825040340424, 0.016647648066282272, -0.06977789849042892, 0.1392451673746109, 0.13105426728725433, 0.052459537982940674, -0.05826495215296745, -0.17018312215805054, 0.015979522839188576, 0.1477908045053482, -0.08804713189601898, -0.11176209151744843 ]
faa1b5a78dd926a899bcd4da289c2e3abe8061a9
# Dataset Card for CIRCA ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [CIRCA homepage](https://github.com/google-research-datasets/circa) - **Repository:** [CIRCA repository](https://github.com/google-research-datasets/circa) - **Paper:** ["I’d rather just go to bed”: Understanding Indirect Answers](https://arxiv.org/abs/2010.03450) - **Point of Contact:** [Circa team, Google](circa@google.com) ### Dataset Summary The Circa (meaning ‘approximately’) dataset aims to help machine learning systems to solve the problem of interpreting indirect answers to polar questions. The dataset contains pairs of yes/no questions and indirect answers, together with annotations for the interpretation of the answer. The data is collected in 10 different social conversational situations (eg. food preferences of a friend). The following are the situational contexts for the dialogs in the data. ``` 1. X wants to know about Y’s food preferences 2. X wants to know what activities Y likes to do during weekends. 3. X wants to know what sorts of books Y likes to read. 4. Y has just moved into a neighbourhood and meets his/her new neighbour X. 5. X and Y are colleagues who are leaving work on a Friday at the same time. 6. X wants to know about Y's music preferences. 7. Y has just travelled from a different city to meet X. 8. X and Y are childhood neighbours who unexpectedly run into each other at a cafe. 9. Y has just told X that he/she is thinking of buying a flat in New York. 10. Y has just told X that he/she is considering switching his/her job. ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The text in the dataset is in English. ## Dataset Structure ### Data Instances The columns indicate: ``` 1. id : unique id for the question-answer pair 2. context : the social situation for the dialogue. One of 10 situations (see next section). Each situation is a dialogue between a person who poses the question (X) and the person who answers (Y). 3. question-X : the question posed by X 4. canquestion-X : a (automatically) rewritten version of question into declarative form Eg. Do you like Italian? --> I like Italian. See the paper for details. 5. answer-Y : the answer given by Y to X 6. judgements : the interpretations for the QA pair from 5 annotators. The value is a list of 5 strings, separated by the token ‘#’ 7. goldstandard1 : a gold standard majority judgement from the annotators. The value is the most common interpretation and picked by at least 3 (out of 5 annotators). When a majority judgement was not reached by the above criteria, the value is ‘NA’ 8. goldstandard2 : Here the labels ‘Probably yes / sometimes yes’, ‘Probably no', and 'I am not sure how X will interpret Y’s answer' are mapped respectively to ‘Yes’, ‘No’, and 'In the middle, neither yes nor no’ before computing the majority. Still the label must be given at least 3 times to become the majority choice. This method represents a less strict way of analyzing the interpretations. ``` ### Data Fields ``` id : 1 context : X wants to know about Y's food preferences. question-X : Are you vegan? canquestion-X : I am vegan. answer-Y : I love burgers too much. judgements : no#no#no#no#no goldstandard1 : no (label(s) used for the classification task) goldstandard2 : no (label(s) used for the classification task) ``` ### Data Splits There are no explicit train/val/test splits in this dataset. ## Dataset Creation ### Curation Rationale They revisited a pragmatic inference problem in dialog: Understanding indirect responses to questions. Humans can interpret ‘I’m starving.’ in response to ‘Hungry?’, even without direct cue words such as ‘yes’ and ‘no’. In dialog systems, allowing natural responses rather than closed vocabularies would be similarly beneficial. However, today’s systems are only as sensitive to these pragmatic moves as their language model allows. They create and release the first large-scale English language corpus ‘Circa’ with 34,268 (polar question, indirect answer) pairs to enable progress on this task. ### Source Data #### Initial Data Collection and Normalization The QA pairs and judgements were collected using crowd annotations in three phases. They recruited English native speakers. The full descriptions of the data collection and quality control are present in [EMNLP 2020 paper](https://arxiv.org/pdf/2010.03450.pdf). Below is a brief overview only. Phase 1: In the first phase, they collected questions only. They designed 10 imaginary social situations which give the annotator a context for the conversation. Examples are: ``` ‘asking a friend for food preferences’ ‘meeting your childhood neighbour’ ‘your friend wants to buy a flat in New York’ ``` Annotators were asked to suggest questions which could be asked in each situation, such that each question only requires a ‘yes’ or ‘no’ answer. 100 annotators produced 5 questions each for the 10 situations, resulting in 5000 questions. Phase 2: Here they focused on eliciting answers to the questions. They sampled 3500 questions from our previous set. For each question, They collected possible answers from 10 different annotators. The annotators were instructed to provide a natural phrase or a sentence as the answer and to avoid the use of explicit ‘yes’ and ‘no’ words. Phase 3: Finally the QA pairs (34,268) were given to a third set of annotators who were asked how the question seeker would likely interpret a particular answer. These annotators had the following options to choose from: ``` * 'Yes' * 'Probably yes' / 'sometimes yes' * 'Yes, subject to some conditions' * 'No' * 'Probably no' * 'In the middle, neither yes nor no' * 'I am not sure how X will interpret Y's answer' ``` #### Who are the source language producers? The rest of the data apart from 10 initial questions was collected using crowd workers. They ran pilots for each step of data collection, and perused their results manually to ensure clarity in guidelines, and quality of the data. They also recruited native English speakers, mostly from the USA, and a few from the UK and Canada. They did not collect any further information about the crowd workers. ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? The rest of the data apart from 10 initial questions was collected using crowd workers. They ran pilots for each step of data collection, and perused their results manually to ensure clarity in guidelines, and quality of the data. They also recruited native English speakers, mostly from the USA, and a few from the UK and Canada. They did not collect any further information about the crowd workers. ### 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 This dataset is the work of Annie Louis, Dan Roth, and Filip Radlinski from Google LLC. ### Licensing Information This dataset was made available under the Creative Commons Attribution 4.0 License. A full copy of the license can be found at https://creativecommons.org/licenses/by-sa/4.0/e and link to the license webpage if available. ### Citation Information ``` @InProceedings{louis_emnlp2020, author = "Annie Louis and Dan Roth and Filip Radlinski", title = ""{I}'d rather just go to bed": {U}nderstanding {I}ndirect {A}nswers", booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing", year = "2020", } ``` ### Contributions Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik) for adding this dataset.
circa
[ "task_categories:text-classification", "task_ids:multi-class-classification", "annotations_creators:expert-generated", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-4.0", "question-answer-pair-classification", "arxiv:2010.03450", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-class-classification"], "paperswithcode_id": "circa", "pretty_name": "CIRCA", "tags": ["question-answer-pair-classification"], "dataset_info": {"features": [{"name": "context", "dtype": "string"}, {"name": "question-X", "dtype": "string"}, {"name": "canquestion-X", "dtype": "string"}, {"name": "answer-Y", "dtype": "string"}, {"name": "judgements", "dtype": "string"}, {"name": "goldstandard1", "dtype": {"class_label": {"names": {"0": "Yes", "1": "No", "2": "In the middle, neither yes nor no", "3": "Probably yes / sometimes yes", "4": "Probably no", "5": "Yes, subject to some conditions", "6": "Other", "7": "I am not sure how X will interpret Y\u2019s answer"}}}}, {"name": "goldstandard2", "dtype": {"class_label": {"names": {"0": "Yes", "1": "No", "2": "In the middle, neither yes nor no", "3": "Yes, subject to some conditions", "4": "Other"}}}}], "splits": [{"name": "train", "num_bytes": 8149409, "num_examples": 34268}], "download_size": 2278280, "dataset_size": 8149409}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-18T14:21:12+00:00
[ "2010.03450" ]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #question-answer-pair-classification #arxiv-2010.03450 #region-us
# Dataset Card for CIRCA ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: CIRCA homepage - Repository: CIRCA repository - Paper: "I’d rather just go to bed”: Understanding Indirect Answers - Point of Contact: Circa team, Google ### Dataset Summary The Circa (meaning ‘approximately’) dataset aims to help machine learning systems to solve the problem of interpreting indirect answers to polar questions. The dataset contains pairs of yes/no questions and indirect answers, together with annotations for the interpretation of the answer. The data is collected in 10 different social conversational situations (eg. food preferences of a friend). The following are the situational contexts for the dialogs in the data. ### Supported Tasks and Leaderboards ### Languages The text in the dataset is in English. ## Dataset Structure ### Data Instances The columns indicate: ### Data Fields ### Data Splits There are no explicit train/val/test splits in this dataset. ## Dataset Creation ### Curation Rationale They revisited a pragmatic inference problem in dialog: Understanding indirect responses to questions. Humans can interpret ‘I’m starving.’ in response to ‘Hungry?’, even without direct cue words such as ‘yes’ and ‘no’. In dialog systems, allowing natural responses rather than closed vocabularies would be similarly beneficial. However, today’s systems are only as sensitive to these pragmatic moves as their language model allows. They create and release the first large-scale English language corpus ‘Circa’ with 34,268 (polar question, indirect answer) pairs to enable progress on this task. ### Source Data #### Initial Data Collection and Normalization The QA pairs and judgements were collected using crowd annotations in three phases. They recruited English native speakers. The full descriptions of the data collection and quality control are present in EMNLP 2020 paper. Below is a brief overview only. Phase 1: In the first phase, they collected questions only. They designed 10 imaginary social situations which give the annotator a context for the conversation. Examples are: Annotators were asked to suggest questions which could be asked in each situation, such that each question only requires a ‘yes’ or ‘no’ answer. 100 annotators produced 5 questions each for the 10 situations, resulting in 5000 questions. Phase 2: Here they focused on eliciting answers to the questions. They sampled 3500 questions from our previous set. For each question, They collected possible answers from 10 different annotators. The annotators were instructed to provide a natural phrase or a sentence as the answer and to avoid the use of explicit ‘yes’ and ‘no’ words. Phase 3: Finally the QA pairs (34,268) were given to a third set of annotators who were asked how the question seeker would likely interpret a particular answer. These annotators had the following options to choose from: #### Who are the source language producers? The rest of the data apart from 10 initial questions was collected using crowd workers. They ran pilots for each step of data collection, and perused their results manually to ensure clarity in guidelines, and quality of the data. They also recruited native English speakers, mostly from the USA, and a few from the UK and Canada. They did not collect any further information about the crowd workers. ### Annotations #### Annotation process #### Who are the annotators? The rest of the data apart from 10 initial questions was collected using crowd workers. They ran pilots for each step of data collection, and perused their results manually to ensure clarity in guidelines, and quality of the data. They also recruited native English speakers, mostly from the USA, and a few from the UK and Canada. They did not collect any further information about the crowd workers. ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators This dataset is the work of Annie Louis, Dan Roth, and Filip Radlinski from Google LLC. ### Licensing Information This dataset was made available under the Creative Commons Attribution 4.0 License. A full copy of the license can be found at URL and link to the license webpage if available. ### Contributions Thanks to @bhavitvyamalik for adding this dataset.
[ "# Dataset Card for CIRCA", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: CIRCA homepage\n- Repository: CIRCA repository\n- Paper: \"I’d rather just go to bed”: Understanding Indirect Answers\n- Point of Contact: Circa team, Google", "### Dataset Summary\n\nThe Circa (meaning ‘approximately’) dataset aims to help machine learning systems to solve the problem of interpreting indirect answers to polar questions.\n\nThe dataset contains pairs of yes/no questions and indirect answers, together with annotations for the interpretation of the answer. The data is collected in 10 different social conversational situations (eg. food preferences of a friend).\n\nThe following are the situational contexts for the dialogs in the data.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe text in the dataset is in English.", "## Dataset Structure", "### Data Instances\n\nThe columns indicate:", "### Data Fields", "### Data Splits\n\nThere are no explicit train/val/test splits in this dataset.", "## Dataset Creation", "### Curation Rationale\n\nThey revisited a pragmatic inference problem in dialog: Understanding indirect responses to questions. Humans can interpret ‘I’m starving.’ in response to ‘Hungry?’, even without direct cue words such as ‘yes’ and ‘no’. In dialog systems, allowing natural responses rather than closed vocabularies would be similarly beneficial. However, today’s systems are only as sensitive to these pragmatic moves as their language model allows. They create and release the first large-scale English language corpus ‘Circa’ with 34,268 (polar question, indirect answer) pairs to enable progress on this task.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe QA pairs and judgements were collected using crowd annotations in three phases. They recruited English native speakers. The full descriptions of the data collection and quality control are present in EMNLP 2020 paper. Below is a brief overview only.\n\nPhase 1: In the first phase, they collected questions only. They designed 10 imaginary social situations which give the annotator a context for the conversation. Examples are:\n\nAnnotators were asked to suggest questions which could be asked in each situation, such that each question only requires a ‘yes’ or ‘no’ answer. 100 annotators produced 5 questions each for the 10 situations, resulting in 5000 questions.\n\nPhase 2: Here they focused on eliciting answers to the questions. They sampled 3500 questions from our previous set. For each question, They collected possible answers from 10 different annotators. The annotators were instructed to provide a natural phrase or a sentence as the answer and to avoid the use of explicit ‘yes’ and ‘no’ words.\n\nPhase 3: Finally the QA pairs (34,268) were given to a third set of annotators who were asked how the question seeker would likely interpret a particular answer. These annotators had the following options to choose from:", "#### Who are the source language producers?\n\nThe rest of the data apart from 10 initial questions was collected using crowd workers. They ran pilots for each step of data collection, and perused their results manually to ensure clarity in guidelines, and quality of the data. They also recruited native English speakers, mostly from the USA, and a few from the UK and Canada. They did not collect any further information about the crowd workers.", "### Annotations", "#### Annotation process", "#### Who are the annotators?\n\nThe rest of the data apart from 10 initial questions was collected using crowd workers. They ran pilots for each step of data collection, and perused their results manually to ensure clarity in guidelines, and quality of the data. They also recruited native English speakers, mostly from the USA, and a few from the UK and Canada. They did not collect any further information about the crowd workers.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThis dataset is the work of Annie Louis, Dan Roth, and Filip Radlinski from Google LLC.", "### Licensing Information\n\nThis dataset was made available under the Creative Commons Attribution 4.0 License. A full copy of the license can be found at URL and link to the license webpage if available.", "### Contributions\n\nThanks to @bhavitvyamalik for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #question-answer-pair-classification #arxiv-2010.03450 #region-us \n", "# Dataset Card for CIRCA", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: CIRCA homepage\n- Repository: CIRCA repository\n- Paper: \"I’d rather just go to bed”: Understanding Indirect Answers\n- Point of Contact: Circa team, Google", "### Dataset Summary\n\nThe Circa (meaning ‘approximately’) dataset aims to help machine learning systems to solve the problem of interpreting indirect answers to polar questions.\n\nThe dataset contains pairs of yes/no questions and indirect answers, together with annotations for the interpretation of the answer. The data is collected in 10 different social conversational situations (eg. food preferences of a friend).\n\nThe following are the situational contexts for the dialogs in the data.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe text in the dataset is in English.", "## Dataset Structure", "### Data Instances\n\nThe columns indicate:", "### Data Fields", "### Data Splits\n\nThere are no explicit train/val/test splits in this dataset.", "## Dataset Creation", "### Curation Rationale\n\nThey revisited a pragmatic inference problem in dialog: Understanding indirect responses to questions. Humans can interpret ‘I’m starving.’ in response to ‘Hungry?’, even without direct cue words such as ‘yes’ and ‘no’. In dialog systems, allowing natural responses rather than closed vocabularies would be similarly beneficial. However, today’s systems are only as sensitive to these pragmatic moves as their language model allows. They create and release the first large-scale English language corpus ‘Circa’ with 34,268 (polar question, indirect answer) pairs to enable progress on this task.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe QA pairs and judgements were collected using crowd annotations in three phases. They recruited English native speakers. The full descriptions of the data collection and quality control are present in EMNLP 2020 paper. Below is a brief overview only.\n\nPhase 1: In the first phase, they collected questions only. They designed 10 imaginary social situations which give the annotator a context for the conversation. Examples are:\n\nAnnotators were asked to suggest questions which could be asked in each situation, such that each question only requires a ‘yes’ or ‘no’ answer. 100 annotators produced 5 questions each for the 10 situations, resulting in 5000 questions.\n\nPhase 2: Here they focused on eliciting answers to the questions. They sampled 3500 questions from our previous set. For each question, They collected possible answers from 10 different annotators. The annotators were instructed to provide a natural phrase or a sentence as the answer and to avoid the use of explicit ‘yes’ and ‘no’ words.\n\nPhase 3: Finally the QA pairs (34,268) were given to a third set of annotators who were asked how the question seeker would likely interpret a particular answer. These annotators had the following options to choose from:", "#### Who are the source language producers?\n\nThe rest of the data apart from 10 initial questions was collected using crowd workers. They ran pilots for each step of data collection, and perused their results manually to ensure clarity in guidelines, and quality of the data. They also recruited native English speakers, mostly from the USA, and a few from the UK and Canada. They did not collect any further information about the crowd workers.", "### Annotations", "#### Annotation process", "#### Who are the annotators?\n\nThe rest of the data apart from 10 initial questions was collected using crowd workers. They ran pilots for each step of data collection, and perused their results manually to ensure clarity in guidelines, and quality of the data. They also recruited native English speakers, mostly from the USA, and a few from the UK and Canada. They did not collect any further information about the crowd workers.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThis dataset is the work of Annie Louis, Dan Roth, and Filip Radlinski from Google LLC.", "### Licensing Information\n\nThis dataset was made available under the Creative Commons Attribution 4.0 License. A full copy of the license can be found at URL and link to the license webpage if available.", "### Contributions\n\nThanks to @bhavitvyamalik for adding this dataset." ]
[ 113, 7, 120, 51, 109, 10, 14, 6, 12, 5, 21, 5, 149, 4, 282, 94, 5, 5, 93, 8, 8, 7, 8, 7, 5, 28, 41, 19 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #question-answer-pair-classification #arxiv-2010.03450 #region-us \n# Dataset Card for CIRCA## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: CIRCA homepage\n- Repository: CIRCA repository\n- Paper: \"I’d rather just go to bed”: Understanding Indirect Answers\n- Point of Contact: Circa team, Google### Dataset Summary\n\nThe Circa (meaning ‘approximately’) dataset aims to help machine learning systems to solve the problem of interpreting indirect answers to polar questions.\n\nThe dataset contains pairs of yes/no questions and indirect answers, together with annotations for the interpretation of the answer. The data is collected in 10 different social conversational situations (eg. food preferences of a friend).\n\nThe following are the situational contexts for the dialogs in the data.### Supported Tasks and Leaderboards### Languages\n\nThe text in the dataset is in English.## Dataset Structure### Data Instances\n\nThe columns indicate:### Data Fields### Data Splits\n\nThere are no explicit train/val/test splits in this dataset.## Dataset Creation", "passage: ### Curation Rationale\n\nThey revisited a pragmatic inference problem in dialog: Understanding indirect responses to questions. Humans can interpret ‘I’m starving.’ in response to ‘Hungry?’, even without direct cue words such as ‘yes’ and ‘no’. In dialog systems, allowing natural responses rather than closed vocabularies would be similarly beneficial. However, today’s systems are only as sensitive to these pragmatic moves as their language model allows. They create and release the first large-scale English language corpus ‘Circa’ with 34,268 (polar question, indirect answer) pairs to enable progress on this task.### Source Data#### Initial Data Collection and Normalization\n\nThe QA pairs and judgements were collected using crowd annotations in three phases. They recruited English native speakers. The full descriptions of the data collection and quality control are present in EMNLP 2020 paper. Below is a brief overview only.\n\nPhase 1: In the first phase, they collected questions only. They designed 10 imaginary social situations which give the annotator a context for the conversation. Examples are:\n\nAnnotators were asked to suggest questions which could be asked in each situation, such that each question only requires a ‘yes’ or ‘no’ answer. 100 annotators produced 5 questions each for the 10 situations, resulting in 5000 questions.\n\nPhase 2: Here they focused on eliciting answers to the questions. They sampled 3500 questions from our previous set. For each question, They collected possible answers from 10 different annotators. The annotators were instructed to provide a natural phrase or a sentence as the answer and to avoid the use of explicit ‘yes’ and ‘no’ words.\n\nPhase 3: Finally the QA pairs (34,268) were given to a third set of annotators who were asked how the question seeker would likely interpret a particular answer. These annotators had the following options to choose from:#### Who are the source language producers?\n\nThe rest of the data apart from 10 initial questions was collected using crowd workers. They ran pilots for each step of data collection, and perused their results manually to ensure clarity in guidelines, and quality of the data. They also recruited native English speakers, mostly from the USA, and a few from the UK and Canada. They did not collect any further information about the crowd workers.### Annotations#### Annotation process#### Who are the annotators?\n\nThe rest of the data apart from 10 initial questions was collected using crowd workers. They ran pilots for each step of data collection, and perused their results manually to ensure clarity in guidelines, and quality of the data. They also recruited native English speakers, mostly from the USA, and a few from the UK and Canada. They did not collect any further information about the crowd workers.### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset" ]
[ -0.03487153351306915, 0.11298063397407532, -0.0058932825922966, 0.017725007608532906, 0.08571675419807434, 0.006879309192299843, 0.06657686829566956, 0.07171519845724106, -0.04222212731838226, 0.11030492931604385, -0.018097426742315292, -0.008880265057086945, 0.07176922261714935, 0.06135919317603111, 0.016121570020914078, -0.16534042358398438, 0.04409131035208702, -0.08668085187673569, 0.03098040074110031, 0.07701482623815536, 0.07900284230709076, -0.05736609548330307, 0.023151926696300507, -0.0577843114733696, 0.0027462721336632967, -0.01020530704408884, -0.05693020299077034, -0.023156311362981796, 0.06624128669500351, 0.06938471645116806, 0.0744170993566513, 0.002997908042743802, 0.03783708065748215, -0.22941695153713226, 0.022854186594486237, 0.09174168109893799, 0.021703703328967094, 0.02799135446548462, 0.028701908886432648, 0.08401747047901154, 0.04691588133573532, -0.11808937042951584, 0.0583503358066082, 0.04572448879480362, -0.13027936220169067, -0.051444072276353836, -0.09312418103218079, 0.02864871546626091, 0.10202391445636749, 0.07057946920394897, -0.04676195979118347, 0.06392727792263031, -0.029599882662296295, 0.035007622092962265, 0.035323601216077805, -0.12864890694618225, -0.04377973824739456, 0.01416493859142065, -0.006134925410151482, 0.056166309863328934, -0.06292880326509476, -0.014519967138767242, -0.02036104165017605, 0.009243406355381012, -0.05257269740104675, -0.021291328594088554, -0.014140354469418526, -0.05981715768575668, -0.0950431376695633, -0.08267690986394882, 0.13418260216712952, 0.020217353478074074, -0.08973723649978638, -0.14525707066059113, -0.05865533649921417, 0.07127328217029572, 0.012604722753167152, -0.05922187864780426, 0.020967785269021988, -0.0020812111906707287, 0.07420862466096878, -0.053451649844646454, -0.08667724579572678, 0.002031908370554447, -0.08210238814353943, 0.06617053598165512, 0.018488317728042603, 0.012983538210391998, -0.006401511840522289, 0.0634312704205513, 0.03851305693387985, -0.08391638845205307, -0.033173441886901855, -0.015329848974943161, -0.12027868628501892, -0.04602426663041115, 0.013105539605021477, 0.008797586895525455, 0.038289446383714676, 0.15061858296394348, -0.031001312658190727, 0.04865991324186325, -0.06169804930686951, -0.0007372135296463966, 0.0829792320728302, 0.07981706410646439, -0.01986999437212944, -0.048971645534038544, 0.017511826008558273, -0.0031035940628498793, 0.028313830494880676, -0.01815379597246647, -0.0051429858431220055, 0.052168771624565125, 0.022410843521356583, 0.10324323922395706, 0.06713303923606873, 0.0068227811716496944, -0.03517146408557892, -0.019748855382204056, 0.07035741955041885, -0.11658937484025955, -0.0009237024933099747, -0.005245243199169636, -0.010087622329592705, 0.03164650872349739, -0.01993183046579361, 0.005747082177549601, -0.09754069149494171, 0.01587003469467163, -0.03234630078077316, -0.03648611903190613, -0.04717285558581352, -0.0534244067966938, 0.041044607758522034, -0.04618370532989502, -0.0712650939822197, -0.03565922752022743, -0.11201965063810349, -0.10963904857635498, 0.04946380481123924, -0.06539034843444824, -0.049195773899555206, -0.01746884547173977, 0.0048742638900876045, -0.01647079735994339, 0.01941627636551857, -0.01311991736292839, -0.019689340144395828, 0.005846824962645769, -0.02106636017560959, 0.05326894298195839, 0.021658359095454216, 0.04215638339519501, -0.09342609345912933, 0.04930175840854645, -0.0913718044757843, 0.09411661326885223, -0.06933381408452988, -0.05138053372502327, -0.10410332679748535, -0.005375344306230545, 0.044576019048690796, 0.028236081823706627, -0.004430544562637806, 0.12749382853507996, -0.23289096355438232, 0.03275122493505478, 0.0752776488661766, -0.11520541459321976, -0.007871858775615692, 0.08235549926757812, -0.02800286002457142, 0.12475736439228058, 0.06281521916389465, 0.022763747721910477, 0.04384077340364456, 0.011920429766178131, -0.018644902855157852, -0.06808967143297195, 0.007554043084383011, 0.16306890547275543, 0.03489739075303078, -0.051302917301654816, 0.04072382301092148, 0.018460415303707123, -0.015538441017270088, -0.09518805891275406, 0.0014051399193704128, -0.05294371396303177, 0.029655998572707176, 0.0008889683522284031, -0.08584322035312653, 0.02099798433482647, -0.042610108852386475, 0.0008909376338124275, -0.09033575654029846, -0.08216454833745956, 0.035061679780483246, -0.021822746843099594, 0.013255128636956215, -0.05638480186462402, 0.0015173922292888165, -0.022459425032138824, -0.007882430218160152, -0.15821625292301178, -0.10237506031990051, 0.05103244259953499, -0.06116202473640442, 0.1101338118314743, 0.07928115129470825, -0.011146805249154568, 0.009759105741977692, -0.031196264550089836, 0.013470199890434742, 0.000897575169801712, -0.005623535253107548, -0.03201281279325485, -0.13272792100906372, -0.00025695934891700745, -0.05526341125369072, 0.11331528425216675, -0.03514498099684715, -0.03109089285135269, 0.02939893677830696, 0.11368446052074432, 0.033870942890644073, -0.06640619039535522, 0.032284483313560486, 0.02299593947827816, -0.0064295073971152306, -0.05274377763271332, 0.03188929706811905, -0.034211430698633194, 0.00783984549343586, -0.013649903237819672, -0.1432543247938156, -0.1781558245420456, 0.015456952154636383, 0.08076999336481094, -0.08213037252426147, -0.038705356419086456, -0.013927207328379154, -0.0272062961012125, -0.08914245665073395, -0.027677791193127632, 0.18773901462554932, 0.04169929400086403, 0.0043757641687989235, -0.05551554262638092, -0.04468223452568054, -0.027419954538345337, 0.019169732928276062, -0.05262690782546997, 0.051364537328481674, 0.10608835518360138, -0.16248270869255066, 0.07344435155391693, -0.021226512268185616, 0.06791970878839493, 0.07940424978733063, -0.010674409568309784, -0.0680537223815918, -0.0428168922662735, 0.034144189208745956, 0.014110658317804337, 0.07840007543563843, -0.07708893716335297, 0.03813072293996811, 0.03361617028713226, 0.0015103202313184738, 0.03943214938044548, -0.055067066103219986, 0.044991232454776764, 0.019451163709163666, -0.008733699098229408, 0.0029664221219718456, -0.01972346007823944, 0.013342894613742828, 0.08941799402236938, 0.016983220353722572, 0.04396553337574005, -0.015935024246573448, -0.06416669487953186, -0.08887296915054321, 0.09064881503582001, -0.08368887007236481, -0.2841618061065674, -0.11523032188415527, 0.04184415936470032, -0.03195660561323166, -0.02682393789291382, 0.01969643495976925, -0.05656465142965317, -0.07399836927652359, -0.10795120149850845, 0.05309378355741501, 0.05528402701020241, -0.08159611374139786, 0.016611916944384575, 0.012984976172447205, -0.013204473070800304, -0.11447852849960327, 0.03348042815923691, 0.0016828440129756927, -0.08855743706226349, 0.004131549969315529, 0.026336267590522766, 0.05504164844751358, 0.07848761975765228, 0.040401000529527664, -0.03863077610731125, -0.014119613915681839, 0.24324801564216614, -0.10857345163822174, 0.154985710978508, 0.07554829120635986, -0.0523248165845871, 0.0472366027534008, 0.20794278383255005, 0.004786130040884018, -0.07895626872777939, 0.02194097638130188, 0.06333383917808533, -0.048880916088819504, -0.19062431156635284, -0.056783005595207214, -0.051583148539066315, -0.06588567793369293, 0.044990405440330505, 0.027318626642227173, -0.02026221714913845, 0.021631795912981033, -0.10061053931713104, 0.013109611347317696, 0.02731425315141678, 0.06506577134132385, 0.13900145888328552, 0.0015025697648525238, 0.05384111776947975, -0.04078022390604019, -0.018180007115006447, 0.08972343802452087, 0.011905482038855553, 0.1988884061574936, 0.013292106799781322, 0.08876723051071167, 0.04915319383144379, -0.01624429225921631, -0.0005976767279207706, 0.06840232014656067, -0.03666815906763077, 0.06381247192621231, -0.04159240797162056, -0.04007165879011154, -0.06361891329288483, 0.032315805554389954, 0.05231136083602905, -0.07021476328372955, 0.02780997008085251, 0.031239930540323257, 0.035865139216184616, 0.1491374969482422, 0.042078182101249695, -0.008174664340913296, -0.053165264427661896, 0.08328196406364441, -0.09077490121126175, -0.08849480748176575, 0.03688112646341324, 0.11565284430980682, -0.09788735210895538, 0.020956143736839294, -0.015008497051894665, 0.09092912077903748, -0.11836044490337372, -0.005027074366807938, -0.00015655416063964367, 0.0164751298725605, -0.0001536281779408455, 0.0644402876496315, -0.15253934264183044, 0.09102572500705719, -0.004466603044420481, 0.03902263939380646, -0.0779278501868248, 0.047046396881341934, -0.03767169639468193, -0.053356703370809555, 0.11628680676221848, 0.026729874312877655, -0.133339986205101, 0.004638714715838432, -0.04409932345151901, 0.05216601863503456, 0.09700390696525574, -0.08204934000968933, 0.11069203168153763, -0.01384258083999157, 0.008214026689529419, -0.04114454239606857, 0.003471219912171364, -0.11246053874492645, -0.2106468677520752, 0.057073917239904404, -0.05500940605998039, 0.022201012820005417, -0.058363959193229675, -0.005955046508461237, 0.024014903232455254, 0.13261955976486206, -0.1580931544303894, -0.06134611368179321, -0.10062260925769806, 0.005555509589612484, 0.164411261677742, -0.032113704830408096, 0.04561706259846687, -0.024765437468886375, 0.07578698545694351, -0.007315821014344692, -0.02195330150425434, 0.015576165169477463, -0.06847263872623444, -0.19677406549453735, -0.06713332235813141, 0.13778553903102875, 0.06104432791471481, 0.030781369656324387, 0.0115144532173872, 0.06257333606481552, 0.017265714704990387, -0.10295584797859192, 0.025423716753721237, 0.03532960265874863, -0.05141889676451683, 0.08548608422279358, -0.03410527855157852, -0.10452716052532196, -0.08945496380329132, -0.06030164286494255, 0.10785569995641708, 0.15696680545806885, -0.01615244522690773, 0.13571593165397644, 0.1503506302833557, -0.10261429101228714, -0.13705386221408844, -0.03564915060997009, -0.004038912709802389, -0.016857491806149483, 0.002709672786295414, -0.19637492299079895, 0.06638267636299133, 0.0682692602276802, 0.029813941568136215, 0.06445938348770142, -0.15648671984672546, -0.1038597896695137, 0.06057735159993172, 0.04012271761894226, -0.01599237322807312, -0.08796761929988861, -0.041963063180446625, -0.026895787566900253, -0.032590266317129135, 0.10038191080093384, 0.05582045391201973, 0.04760653153061867, 0.0037191470619291067, 0.06443854421377182, 0.033191777765750885, -0.02164238691329956, 0.11575386673212051, 0.012174036353826523, 0.03160516545176506, -0.05870210751891136, -0.0607793852686882, 0.06459861993789673, -0.006467106752097607, 0.035771291702985764, 0.05039328336715698, 0.04156862571835518, -0.06052783876657486, -0.04031353443861008, -0.053971514105796814, -0.023701492697000504, -0.10472312569618225, -0.03570770472288132, -0.062248773872852325, 0.09873205423355103, 0.0862342119216919, -0.010496698319911957, 0.02511834353208542, -0.05138088017702103, 0.06932677328586578, 0.1327979564666748, 0.14490148425102234, 0.050605159252882004, -0.043719612061977386, 0.007569598499685526, 0.012671376578509808, 0.030799318104982376, -0.011794500052928925, 0.06034918501973152, 0.10275111347436905, 0.009204477071762085, 0.11155901849269867, -0.00757368840277195, -0.10809873789548874, -0.003205161541700363, 0.03498419001698494, -0.06403316557407379, -0.19570565223693848, 0.04089551419019699, 0.0536748506128788, -0.09043169766664505, -0.04831133037805557, 0.1076616495847702, 0.02234872803092003, -0.02937990427017212, 0.021170051768422127, 0.10711866617202759, 0.07232119888067245, 0.08788850903511047, 0.008341420441865921, 0.03989601507782936, -0.0672132596373558, 0.10328485816717148, 0.1257137656211853, -0.1042310893535614, 0.019181687384843826, 0.1161932647228241, -0.06997805833816528, -0.04416988417506218, 0.009810542687773705, -0.008308842778205872, 0.032762110233306885, -0.006783065386116505, 0.012042050249874592, -0.07975617051124573, 0.04317928105592728, 0.11902554333209991, -0.027617119252681732, 0.009823134168982506, -0.031160669401288033, -0.007392004132270813, -0.041379354894161224, 0.09010882675647736, 0.007832194678485394, 0.010393312200903893, -0.002814854495227337, 0.0008034128695726395, 0.008634249679744244, -0.05636574700474739, -0.004088061861693859, -0.0598829984664917, -0.11464576423168182, -0.010364135727286339, -0.1090478003025055, 0.026339013129472733, -0.09092488884925842, 0.008102129213511944, 0.03924301266670227, -0.013070018962025642, -0.01097586378455162, 0.008726960979402065, -0.021534865722060204, -0.02281111665070057, -0.032205477356910706, 0.06644609570503235, -0.11431696265935898, 0.01882130652666092, 0.0725039467215538, -0.06224939972162247, 0.08981883525848389, -0.04345617815852165, -0.04171057790517807, -0.025765439495444298, -0.11974060535430908, 0.022823508828878403, -0.05094282701611519, 0.035706181079149246, 0.016482722014188766, -0.19249173998832703, 0.01199060957878828, 0.013546795584261417, -0.034452587366104126, 0.01020947378128767, 0.08628329634666443, -0.06897205114364624, 0.0892626941204071, 0.03263146057724953, -0.0657765194773674, -0.052109476178884506, 0.014822405762970448, 0.0751589685678482, -0.03390836715698242, 0.12000507861375809, -0.029827840626239777, 0.08865220844745636, -0.11282576620578766, -0.026510441675782204, 0.04036068916320801, 0.033304665237665176, 0.013620458543300629, -0.026065822690725327, 0.04241792857646942, 0.005558755248785019, 0.14779293537139893, -0.03674494847655296, 0.07255326956510544, 0.0543765090405941, -0.004975633695721626, -0.09839130938053131, 0.02187385782599449, -0.0506577268242836, 0.021251806989312172, -0.029774513095617294, -0.02185983955860138, -0.0749102383852005, -0.0877399817109108, -0.06474018096923828, 0.15500955283641815, 0.06876003742218018, 0.12376219779253006, 0.003240734338760376, 0.02465984970331192, -0.0799979716539383, -0.010630091652274132, 0.07418066263198853, -0.0033722948282957077, 0.016450930386781693, -0.05240343511104584, 0.005203974898904562, 0.04425827041268349, -0.12306761741638184, 0.1296958029270172, -0.06124589964747429, -0.032412800937891006, -0.025444813072681427, -0.19558261334896088, -0.030152995139360428, 0.0017966674640774727, 0.004034280776977539, -0.11296737194061279, 0.06198941543698311, 0.06879451125860214, 0.008048458024859428, -0.012220801785588264, 0.06746795773506165, -0.12431680411100388, -0.08773566782474518, 0.04471636563539505, 0.049638986587524414, 0.06324522197246552, 0.0324007011950016, 0.07982942461967468, -0.02661021053791046, 0.07187604159116745, 0.06944189220666885, 0.09782062470912933, 0.04732932522892952, -0.005439797416329384, -0.05267348140478134, -0.05386998504400253, 0.008391409181058407, -0.02299755997955799, -0.029355335980653763, 0.19641202688217163, 0.027199115604162216, 0.029940027743577957, 0.03329809382557869, 0.16178575158119202, -0.02450472116470337, -0.11577993631362915, -0.15083447098731995, 0.07975068688392639, -0.03075462207198143, -0.008160712197422981, 0.034603748470544815, -0.11093005537986755, 0.02426791749894619, 0.13063019514083862, 0.12182755768299103, -0.009294268675148487, -0.0055948831140995026, 0.021664470434188843, 0.01249920018017292, 0.006996811367571354, 0.03524426370859146, 0.0651935338973999, 0.23881563544273376, -0.050990521907806396, 0.03675225377082825, 0.006492443382740021, -0.05553369224071503, -0.02263364940881729, 0.11586789041757584, -0.0016103964298963547, 0.020748768001794815, -0.09897054731845856, 0.09787103533744812, -0.09780140221118927, -0.30321985483169556, 0.027616675943136215, -0.04834987595677376, -0.1094995066523552, -0.008097900077700615, 0.03478304296731949, -0.0235055573284626, 0.005202663131058216, 0.05592512711882591, -0.039267294108867645, 0.16484686732292175, 0.038951702415943146, -0.03360837325453758, -0.04077520594000816, 0.11883197724819183, -0.09438147395849228, 0.14755626022815704, 0.02076231874525547, 0.08263570070266724, 0.08221094310283661, -0.013433483429253101, -0.10070584714412689, 0.050509415566921234, 0.06524069607257843, -0.05436268448829651, 0.014406069181859493, 0.1675114631652832, 0.02500082552433014, 0.16788649559020996, 0.11641361564397812, -0.04033265635371208, 0.05192064493894577, 0.09920328855514526, -0.0014692619442939758, -0.08024901151657104, 0.091498002409935, -0.1023721992969513, 0.14176693558692932, 0.12412719428539276, -0.020744875073432922, 0.014144754968583584, -0.041202910244464874, 0.013587955385446548, -0.03632303327322006, 0.1454673707485199, -0.01585925742983818, -0.10671867430210114, 0.027957063168287277, -0.06640475988388062, 0.062498074024915695, -0.13023385405540466, -0.0672391727566719, 0.051030151546001434, -0.035683050751686096, -0.014565140008926392, 0.10600411146879196, 0.055856164544820786, 0.009525966830551624, -0.05166575312614441, -0.10504516959190369, 0.012231173925101757, 0.0989486575126648, -0.06202152743935585, 0.005733913742005825 ]
f2970eb3a55777454c94069077cc8d9b5866312d
# Dataset Card for "civil_comments" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://www.kaggle.com/c/jigsaw-unintended-bias-in-toxicity-classification/data](https://www.kaggle.com/c/jigsaw-unintended-bias-in-toxicity-classification/data) - **Repository:** https://github.com/conversationai/unintended-ml-bias-analysis - **Paper:** https://arxiv.org/abs/1903.04561 - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 414.95 MB - **Size of the generated dataset:** 661.23 MB - **Total amount of disk used:** 1.08 GB ### Dataset Summary The comments in this dataset come from an archive of the Civil Comments platform, a commenting plugin for independent news sites. These public comments were created from 2015 - 2017 and appeared on approximately 50 English-language news sites across the world. When Civil Comments shut down in 2017, they chose to make the public comments available in a lasting open archive to enable future research. The original data, published on figshare, includes the public comment text, some associated metadata such as article IDs, timestamps and commenter-generated "civility" labels, but does not include user ids. Jigsaw extended this dataset by adding additional labels for toxicity and identity mentions. This data set is an exact replica of the data released for the Jigsaw Unintended Bias in Toxicity Classification Kaggle challenge. This dataset is released under CC0, as is the underlying comment text. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### default - **Size of downloaded dataset files:** 414.95 MB - **Size of the generated dataset:** 661.23 MB - **Total amount of disk used:** 1.08 GB An example of 'validation' looks as follows. ``` { "identity_attack": 0.0, "insult": 0.0, "obscene": 0.0, "severe_toxicity": 0.0, "sexual_explicit": 0.0, "text": "The public test.", "threat": 0.0, "toxicity": 0.0 } ``` ### Data Fields The data fields are the same among all splits. #### default - `text`: a `string` feature. - `toxicity`: a `float32` feature. - `severe_toxicity`: a `float32` feature. - `obscene`: a `float32` feature. - `threat`: a `float32` feature. - `insult`: a `float32` feature. - `identity_attack`: a `float32` feature. - `sexual_explicit`: a `float32` feature. ### Data Splits | name | train |validation|test | |-------|------:|---------:|----:| |default|1804874| 97320|97320| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information This dataset is released under [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/). ### Citation Information ``` @article{DBLP:journals/corr/abs-1903-04561, author = {Daniel Borkan and Lucas Dixon and Jeffrey Sorensen and Nithum Thain and Lucy Vasserman}, title = {Nuanced Metrics for Measuring Unintended Bias with Real Data for Text Classification}, journal = {CoRR}, volume = {abs/1903.04561}, year = {2019}, url = {http://arxiv.org/abs/1903.04561}, archivePrefix = {arXiv}, eprint = {1903.04561}, timestamp = {Sun, 31 Mar 2019 19:01:24 +0200}, biburl = {https://dblp.org/rec/bib/journals/corr/abs-1903-04561}, bibsource = {dblp computer science bibliography, https://dblp.org} } ``` ### Contributions Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
google/civil_comments
[ "task_categories:text-classification", "task_ids:multi-label-classification", "language:en", "license:cc0-1.0", "toxic-comment-classification", "arxiv:1903.04561", "region:us" ]
2022-03-02T23:29:22+00:00
{"language": ["en"], "license": "cc0-1.0", "task_categories": ["text-classification"], "task_ids": ["multi-label-classification"], "paperswithcode_id": "civil-comments", "pretty_name": "Civil Comments", "tags": ["toxic-comment-classification"], "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "toxicity", "dtype": "float32"}, {"name": "severe_toxicity", "dtype": "float32"}, {"name": "obscene", "dtype": "float32"}, {"name": "threat", "dtype": "float32"}, {"name": "insult", "dtype": "float32"}, {"name": "identity_attack", "dtype": "float32"}, {"name": "sexual_explicit", "dtype": "float32"}], "splits": [{"name": "train", "num_bytes": 594805164, "num_examples": 1804874}, {"name": "validation", "num_bytes": 32216880, "num_examples": 97320}, {"name": "test", "num_bytes": 31963524, "num_examples": 97320}], "download_size": 422061071, "dataset_size": 658985568}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-25T08:23:15+00:00
[ "1903.04561" ]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-multi-label-classification #language-English #license-cc0-1.0 #toxic-comment-classification #arxiv-1903.04561 #region-us
Dataset Card for "civil\_comments" ================================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: URL * Paper: URL * Point of Contact: * Size of downloaded dataset files: 414.95 MB * Size of the generated dataset: 661.23 MB * Total amount of disk used: 1.08 GB ### Dataset Summary The comments in this dataset come from an archive of the Civil Comments platform, a commenting plugin for independent news sites. These public comments were created from 2015 - 2017 and appeared on approximately 50 English-language news sites across the world. When Civil Comments shut down in 2017, they chose to make the public comments available in a lasting open archive to enable future research. The original data, published on figshare, includes the public comment text, some associated metadata such as article IDs, timestamps and commenter-generated "civility" labels, but does not include user ids. Jigsaw extended this dataset by adding additional labels for toxicity and identity mentions. This data set is an exact replica of the data released for the Jigsaw Unintended Bias in Toxicity Classification Kaggle challenge. This dataset is released under CC0, as is the underlying comment text. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 414.95 MB * Size of the generated dataset: 661.23 MB * Total amount of disk used: 1.08 GB An example of 'validation' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'text': a 'string' feature. * 'toxicity': a 'float32' feature. * 'severe\_toxicity': a 'float32' feature. * 'obscene': a 'float32' feature. * 'threat': a 'float32' feature. * 'insult': a 'float32' feature. * 'identity\_attack': a 'float32' feature. * 'sexual\_explicit': a 'float32' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information This dataset is released under CC0 1.0. ### Contributions Thanks to @lewtun, @patrickvonplaten, @thomwolf for adding this dataset.
[ "### Dataset Summary\n\n\nThe comments in this dataset come from an archive of the Civil Comments\nplatform, a commenting plugin for independent news sites. These public comments\nwere created from 2015 - 2017 and appeared on approximately 50 English-language\nnews sites across the world. When Civil Comments shut down in 2017, they chose\nto make the public comments available in a lasting open archive to enable future\nresearch. The original data, published on figshare, includes the public comment\ntext, some associated metadata such as article IDs, timestamps and\ncommenter-generated \"civility\" labels, but does not include user ids. Jigsaw\nextended this dataset by adding additional labels for toxicity and identity\nmentions. This data set is an exact replica of the data released for the\nJigsaw Unintended Bias in Toxicity Classification Kaggle challenge. This\ndataset is released under CC0, as is the underlying comment text.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 414.95 MB\n* Size of the generated dataset: 661.23 MB\n* Total amount of disk used: 1.08 GB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'text': a 'string' feature.\n* 'toxicity': a 'float32' feature.\n* 'severe\\_toxicity': a 'float32' feature.\n* 'obscene': a 'float32' feature.\n* 'threat': a 'float32' feature.\n* 'insult': a 'float32' feature.\n* 'identity\\_attack': a 'float32' feature.\n* 'sexual\\_explicit': a 'float32' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThis dataset is released under CC0 1.0.", "### Contributions\n\n\nThanks to @lewtun, @patrickvonplaten, @thomwolf for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-label-classification #language-English #license-cc0-1.0 #toxic-comment-classification #arxiv-1903.04561 #region-us \n", "### Dataset Summary\n\n\nThe comments in this dataset come from an archive of the Civil Comments\nplatform, a commenting plugin for independent news sites. These public comments\nwere created from 2015 - 2017 and appeared on approximately 50 English-language\nnews sites across the world. When Civil Comments shut down in 2017, they chose\nto make the public comments available in a lasting open archive to enable future\nresearch. The original data, published on figshare, includes the public comment\ntext, some associated metadata such as article IDs, timestamps and\ncommenter-generated \"civility\" labels, but does not include user ids. Jigsaw\nextended this dataset by adding additional labels for toxicity and identity\nmentions. This data set is an exact replica of the data released for the\nJigsaw Unintended Bias in Toxicity Classification Kaggle challenge. This\ndataset is released under CC0, as is the underlying comment text.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 414.95 MB\n* Size of the generated dataset: 661.23 MB\n* Total amount of disk used: 1.08 GB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'text': a 'string' feature.\n* 'toxicity': a 'float32' feature.\n* 'severe\\_toxicity': a 'float32' feature.\n* 'obscene': a 'float32' feature.\n* 'threat': a 'float32' feature.\n* 'insult': a 'float32' feature.\n* 'identity\\_attack': a 'float32' feature.\n* 'sexual\\_explicit': a 'float32' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nThis dataset is released under CC0 1.0.", "### Contributions\n\n\nThanks to @lewtun, @patrickvonplaten, @thomwolf for adding this dataset." ]
[ 57, 207, 10, 11, 6, 54, 17, 126, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 16, 28 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-label-classification #language-English #license-cc0-1.0 #toxic-comment-classification #arxiv-1903.04561 #region-us \n### Dataset Summary\n\n\nThe comments in this dataset come from an archive of the Civil Comments\nplatform, a commenting plugin for independent news sites. These public comments\nwere created from 2015 - 2017 and appeared on approximately 50 English-language\nnews sites across the world. When Civil Comments shut down in 2017, they chose\nto make the public comments available in a lasting open archive to enable future\nresearch. The original data, published on figshare, includes the public comment\ntext, some associated metadata such as article IDs, timestamps and\ncommenter-generated \"civility\" labels, but does not include user ids. Jigsaw\nextended this dataset by adding additional labels for toxicity and identity\nmentions. This data set is an exact replica of the data released for the\nJigsaw Unintended Bias in Toxicity Classification Kaggle challenge. This\ndataset is released under CC0, as is the underlying comment text.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 414.95 MB\n* Size of the generated dataset: 661.23 MB\n* Total amount of disk used: 1.08 GB\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### default\n\n\n* 'text': a 'string' feature.\n* 'toxicity': a 'float32' feature.\n* 'severe\\_toxicity': a 'float32' feature.\n* 'obscene': a 'float32' feature.\n* 'threat': a 'float32' feature.\n* 'insult': a 'float32' feature.\n* 'identity\\_attack': a 'float32' feature.\n* 'sexual\\_explicit': a 'float32' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale" ]
[ -0.03983466327190399, 0.18776443600654602, -0.005726867821067572, 0.017179857939481735, 0.09796548634767532, 0.04872043430805206, 0.07761652767658234, 0.09893515706062317, 0.0018918687710538507, 0.14163056015968323, 0.02476666122674942, -0.031304698437452316, 0.08783267438411713, 0.1839316189289093, 0.014994672499597073, -0.13677488267421722, 0.030651547014713287, -0.06098102405667305, -0.03433948755264282, 0.06240694224834442, 0.08521068096160889, -0.06932953745126724, 0.11711414158344269, -0.038075610995292664, -0.06662481278181076, -0.011000537313520908, -0.0009284619009122252, 0.009964539669454098, 0.033572953194379807, 0.08877928555011749, 0.0446162149310112, -0.018713342025876045, 0.043803438544273376, -0.19459180533885956, 0.02507438138127327, 0.11148717254400253, 0.02325335331261158, 0.09063266217708588, 0.1029246523976326, -0.02450556680560112, 0.132701575756073, -0.10227158665657043, 0.0022053017746657133, 0.08028019219636917, -0.08474364876747131, -0.13994401693344116, -0.14833638072013855, 0.033988140523433685, 0.033006757497787476, 0.015626898035407066, -0.010028530843555927, 0.1099303588271141, 0.0164231825619936, 0.07724716514348984, 0.13767437636852264, -0.0862521082162857, -0.05219930410385132, 0.07036969065666199, -0.014445346780121326, 0.05626428872346878, -0.07731654495000839, -0.016526421532034874, 0.011789362877607346, 0.03904852643609047, 0.008762503042817116, -0.05778440460562706, -0.1440175175666809, -0.06953582167625427, -0.09613656997680664, 0.0042260983027517796, 0.1976860761642456, 0.002136344788596034, -0.09704510867595673, -0.10314039885997772, -0.07357895374298096, 0.0043538776226341724, 0.010531009174883366, 0.036985184997320175, 0.026505114510655403, 0.003636600449681282, 0.08226946741342545, -0.052013229578733444, -0.06877723336219788, -0.03479931876063347, -0.019739938899874687, 0.07084890455007553, -0.014684747904539108, 0.08367497473955154, 0.013466374017298222, 0.0157330185174942, -0.01304364949464798, -0.06487564742565155, -0.06726406514644623, -0.0635286197066307, -0.06397178024053574, -0.029241016134619713, -0.0006374039221554995, -0.20482365787029266, 0.06957899034023285, 0.07668828219175339, -0.0627499520778656, 0.030627060681581497, -0.09046456217765808, 0.021369347348809242, 0.127895325422287, 0.11182064563035965, -0.11895528435707092, -0.0001618469541426748, 0.058871518820524216, -0.03703634813427925, 0.08212069422006607, -0.03547444939613342, 0.0030053816735744476, 0.058254823088645935, 0.012048899196088314, 0.058744218200445175, 0.1052192896604538, 0.024739932268857956, -0.04054584726691246, -0.024214990437030792, 0.20124250650405884, -0.10763806849718094, 0.012895839288830757, 0.02894921787083149, -0.05243142321705818, 0.02811390720307827, 0.08006443828344345, -0.030767064541578293, -0.06289790570735931, 0.09408198297023773, -0.0975000411272049, 0.024578317999839783, -0.0589352622628212, -0.11143074184656143, 0.040715936571359634, 0.000623697298578918, -0.07301227748394012, -0.05305572599172592, -0.11040771752595901, -0.0664970725774765, 0.008890561759471893, -0.04334849491715431, -0.002467683283612132, 0.03537379577755928, -0.03922107070684433, -0.004724579397588968, 0.01970852166414261, -0.014822250232100487, -0.03410721570253372, 0.02628646232187748, -0.09427930414676666, 0.020666886121034622, -0.04023144021630287, 0.005338841117918491, -0.12527309358119965, 0.06409713625907898, -0.148931086063385, 0.08263709396123886, -0.08279256522655487, 0.034278638660907745, -0.09703822433948517, -0.06779883801937103, 0.03464622423052788, -0.02287730574607849, 0.04977547004818916, 0.14092308282852173, -0.21625445783138275, 0.022914614528417587, 0.1621740758419037, -0.1023206114768982, -0.04436955973505974, 0.06747107952833176, 0.02179490588605404, 0.018736260011792183, 0.04948113486170769, 0.06707221269607544, 0.023035256192088127, 0.010929475538432598, -0.08420506864786148, -0.04102303460240364, -0.06542759388685226, 0.08931870013475418, 0.036931511014699936, -0.08485884964466095, 0.1160343736410141, 0.014873248524963856, 0.026223834604024887, 0.019290123134851456, -0.029488131403923035, -0.020969346165657043, -0.017921755090355873, -0.05441914498806, -0.025362776592373848, -0.019823448732495308, -0.06714069843292236, -0.022619854658842087, -0.04276927188038826, -0.022727178409695625, 0.06335356831550598, 0.010351844131946564, 0.06392480432987213, -0.0314902737736702, 0.03001455031335354, 0.0064889234490692616, 0.013861654326319695, -0.1686137616634369, -0.1226523369550705, 0.048745378851890564, -0.0169079527258873, 0.029048556461930275, -0.056550197303295135, 0.004595550708472729, 0.047402653843164444, -0.012888067401945591, 0.025782907381653786, 0.05121534317731857, -0.01953742839396, -0.021724428981542587, -0.11615951359272003, -0.010989370755851269, -0.014054073952138424, -0.0013847264926880598, -0.12652231752872467, 0.005618478637188673, 0.04480000212788582, 0.09929937869310379, 0.02997731789946556, -0.11326298862695694, 0.08512208610773087, -0.0096998680382967, -0.04639558121562004, -0.09256776422262192, -0.03159497678279877, 0.023996403440833092, 0.01809600554406643, 0.03366777300834656, -0.10446418821811676, -0.04829195514321327, 0.06414217501878738, 0.11487473547458649, -0.07026302069425583, 0.06346812099218369, -0.051919884979724884, -0.002113626105710864, -0.07339580357074738, 0.006723855156451464, 0.024894127622246742, 0.057164765894412994, 0.03853631392121315, -0.059848446398973465, -0.020905934274196625, 0.03182724118232727, -0.03902551531791687, -0.06680528074502945, 0.02604227140545845, -0.0040093520656228065, -0.22440601885318756, 0.07065299153327942, -0.07376658916473389, 0.03736153990030289, 0.11258013546466827, 0.03512945398688316, -0.04817961901426315, -0.041667453944683075, 0.015584230422973633, 0.026805900037288666, 0.13310350477695465, 0.0884074866771698, 0.060139577835798264, 0.059234216809272766, 0.0020153953228145838, -0.002505506854504347, -0.022909056395292282, 0.029860269278287888, 0.0010857563465833664, -0.04335298389196396, -0.07437323033809662, 0.014013143256306648, 0.014021782204508781, 0.09716946631669998, 0.0041016037575900555, 0.1346692591905594, -0.02928936667740345, -0.035563696175813675, -0.12136349081993103, 0.1376650035381317, -0.17429515719413757, -0.18511177599430084, -0.14482566714286804, -0.046414464712142944, -0.07814883440732956, -0.013006756082177162, -0.018238717690110207, -0.03470219671726227, -0.0859309732913971, -0.0716756209731102, 0.08016874641180038, -0.0015336866490542889, -0.05256582424044609, -0.03821628913283348, 0.02199384942650795, 0.06131121516227722, -0.09224976599216461, 0.030448395758867264, 0.002152177505195141, -0.029732773080468178, 0.027026692405343056, 0.04444797337055206, 0.11623609811067581, 0.012497654184699059, 0.018634341657161713, -0.01395786739885807, -0.005099575500935316, 0.20658724009990692, -0.0428786501288414, 0.14807377755641937, 0.15148556232452393, -0.04194575920701027, 0.08805283904075623, 0.09158512949943542, 0.01926697976887226, -0.03828488662838936, 0.019163692370057106, 0.0524984709918499, -0.07999680191278458, -0.21999485790729523, -0.07827300578355789, -0.04386451095342636, 0.03367488458752632, 0.019370635971426964, 0.05754571408033371, 0.011662362143397331, 0.04439027979969978, -0.07895352691411972, 0.009028919041156769, -0.0018701289081946015, 0.0471561960875988, -0.011282985098659992, 0.014320549555122852, 0.04111174866557121, -0.07494225353002548, 0.05650303140282631, 0.1390591561794281, -0.09212206304073334, 0.16629353165626526, -0.08173288404941559, 0.07921255379915237, 0.03323144465684891, 0.06216003745794296, -0.010766102932393551, 0.1230870932340622, -0.012591484934091568, 0.04536541551351547, 0.030573448166251183, -0.062271829694509506, -0.04444797337055206, 0.050033003091812134, 0.022142011672258377, 0.040990058332681656, 0.0739348977804184, -0.014979830943048, 0.06258941441774368, 0.1902940273284912, 0.027407199144363403, -0.12172587215900421, -0.0805245041847229, 0.02518247254192829, 0.07581872493028641, -0.11934196949005127, -0.031203456223011017, 0.19126011431217194, -0.11929835379123688, 0.11736316233873367, -0.05097996070981026, 0.08111143112182617, -0.07600218057632446, -0.0361788384616375, 0.07458297163248062, 0.11629375070333481, -0.04966840147972107, 0.07688823342323303, -0.16472004354000092, 0.06559330970048904, 0.013038966804742813, 0.012408588081598282, -0.038497671484947205, 0.029402390122413635, 0.049891017377376556, 0.05059199780225754, 0.14134982228279114, 0.05788987874984741, -0.09463182836771011, -0.08235733211040497, -0.11138385534286499, -0.010425709187984467, 0.06419495493173599, -0.01587366871535778, 0.0822393000125885, 0.0016543749952688813, -0.0006374887307174504, -0.023967178538441658, -0.015795277431607246, -0.13443775475025177, -0.12984690070152283, 0.03883148729801178, -0.01715579442679882, -0.062304072082042694, -0.06736469268798828, -0.009560123085975647, 0.022937899455428123, 0.16411039233207703, -0.11667100340127945, -0.11547580361366272, -0.13773950934410095, 0.04697274789214134, 0.14194080233573914, -0.06218183785676956, -0.01604938693344593, -0.04757894203066826, 0.17381778359413147, -0.016519183292984962, -0.1217135414481163, 0.046519674360752106, -0.08627157658338547, -0.18514445424079895, -0.055020976811647415, 0.07259012013673782, 0.09554597735404968, 0.01825960911810398, -0.03466837853193283, 0.07410325855016708, 0.010268399491906166, -0.10649999976158142, 0.04875052347779274, 0.09215901046991348, -0.01942969113588333, 0.11000556498765945, -0.026875382289290428, -0.07744394987821579, -0.07535254210233688, -0.028830397874116898, 0.05019315704703331, 0.13072741031646729, -0.07058152556419373, 0.09325705468654633, 0.0041510602459311485, -0.11801616102457047, -0.24539460241794586, 0.010216535069048405, 0.01072781067341566, 0.0003934126580134034, 0.02513602375984192, -0.20661254227161407, 0.06530008465051651, 0.04607285186648369, -0.0068205129355192184, 0.14798840880393982, -0.15002065896987915, -0.10405901074409485, 0.015963468700647354, 0.03563552349805832, -0.01217374112457037, -0.1126553937792778, -0.08364615589380264, -0.059037722647190094, -0.06934577971696854, 0.13551953434944153, -0.03945644572377205, -0.005948429927229881, -0.020071394741535187, 0.026913335546851158, 0.05334273725748062, -0.006031335331499577, 0.10714317858219147, -0.07207021117210388, 0.040167368948459625, -0.08876343071460724, 0.003807786153629422, 0.1257779896259308, -0.028694316744804382, 0.10350389778614044, -0.03580746054649353, 0.039680805057287216, -0.020876044407486916, 0.013649600557982922, -0.07588081061840057, 0.06389554589986801, -0.06693080067634583, -0.048893172293901443, -0.11896200478076935, 0.04384290799498558, 0.06824681162834167, -0.015441477298736572, 0.02349090203642845, -0.015113980509340763, 0.0517609529197216, 0.15928612649440765, 0.03733866661787033, 0.06316736340522766, -0.06171821430325508, 0.03156005218625069, -0.00040687518776394427, -0.016802651807665825, -0.08805087208747864, 0.018109578639268875, 0.08907026797533035, 0.030447717756032944, 0.03469715267419815, 0.01841428503394127, -0.16571690142154694, -0.011510081589221954, 0.07565106451511383, -0.10148285329341888, -0.14460167288780212, 0.015248925425112247, 0.04066542908549309, -0.14834921061992645, -0.0620657242834568, 0.1011878103017807, -0.0024596122093498707, -0.011642965488135815, -0.017074720934033394, 0.13448414206504822, -0.008367203176021576, 0.06371650099754333, 0.045542486011981964, 0.01566985622048378, -0.09917689114809036, 0.11914166808128357, 0.09652116894721985, 0.0625162199139595, -0.0028062486089766026, 0.12124937772750854, -0.07426772266626358, -0.007968095131218433, 0.07754414528608322, 0.0688852071762085, 0.014595024287700653, -0.03493621200323105, -0.023743027821183205, -0.13227231800556183, 0.0047734384424984455, 0.12060888111591339, 0.008934373036026955, 0.071733757853508, -0.013664597645401955, -0.061554212123155594, -0.06630387157201767, 0.07845322042703629, -0.03845299780368805, 0.04784231632947922, -0.08984562009572983, 0.05749654024839401, -0.013047942891716957, 0.0013428295496851206, -0.0018973525147885084, -0.0099673792719841, -0.057618647813797, -0.04723910242319107, -0.028417618945240974, 0.006807135883718729, -0.07049919664859772, -0.03151830658316612, -0.028775835409760475, -0.013257074169814587, -0.03932203724980354, 0.012764107435941696, -0.010167140513658524, -0.06795044243335724, -0.06392176449298859, 0.06104560196399689, -0.16497795283794403, -0.05482995882630348, 0.05335618555545807, -0.06741899996995926, 0.08256126195192337, 0.011320029385387897, -0.04866532236337662, 0.0020216419361531734, -0.06830431520938873, -0.01727847382426262, -0.0018025377066805959, 0.03698369488120079, 0.005827226210385561, -0.12283213436603546, -0.02899916097521782, -0.00880955159664154, -0.05544895678758621, 0.021807961165905, 0.0814579427242279, -0.0630815327167511, 0.03318239748477936, -0.0097126429900527, 0.025189640000462532, -0.01791209727525711, 0.05230628699064255, 0.10576098412275314, 0.058984991163015366, 0.08320275694131851, -0.037394486367702484, 0.07531075179576874, -0.1938745379447937, -0.022600922733545303, 0.03950624540448189, -0.03022245690226555, -0.020060161128640175, 0.055078357458114624, 0.07148849964141846, 0.009272563271224499, 0.17995449900627136, 0.014429078437387943, -0.04050803557038307, 0.022675512358546257, 0.08308421075344086, -0.10666266083717346, 0.038128215819597244, 0.023449992761015892, -0.04769222065806389, -0.05758190155029297, 0.050034523010253906, -0.02167636714875698, -0.025322508066892624, -0.0468449592590332, 0.19779537618160248, 0.04261359944939613, 0.19194647669792175, 0.010095364414155483, 0.007682967931032181, -0.1431468427181244, 0.060509905219078064, -0.004464360419660807, -0.03155902773141861, 0.05445653572678566, -0.01653982326388359, 0.03982704505324364, 0.0016804172191768885, -0.14194676280021667, 0.10281844437122345, -0.04798845201730728, -0.07301060110330582, -0.057805996388196945, -0.0935560092329979, -0.03163200989365578, -0.028753507882356644, -0.036735858768224716, -0.13369899988174438, 0.054380062967538834, 0.062203604727983475, -0.045335300266742706, -0.020231807604432106, 0.06432559341192245, -0.13511455059051514, -0.07122380286455154, 0.03815238177776337, 0.02641097456216812, -0.016295358538627625, 0.09419925510883331, 0.05412681773304939, 0.041091665625572205, 0.07184027135372162, 0.11035607010126114, 0.09421693533658981, 0.05243765935301781, 0.11661312729120255, -0.07076354324817657, -0.09656275808811188, 0.02929726429283619, -0.0028739029075950384, -0.02272677794098854, 0.11573226749897003, 0.03616827726364136, 0.0502886064350605, -0.02648445963859558, 0.15259228646755219, -0.006203928031027317, 0.02147785946726799, -0.12239871174097061, 0.044720374047756195, -0.02582618221640587, 0.003941930364817381, 0.007669842801988125, -0.10875809192657471, -0.024361737072467804, 0.13375861942768097, 0.128990039229393, -0.0238333772867918, -0.006150198634713888, -0.009721159003674984, 0.004361593630164862, 0.006517118774354458, 0.053500764071941376, 0.05968145281076431, 0.14878630638122559, -0.028114084154367447, 0.08951827138662338, -0.02393428422510624, -0.019273119047284126, -0.05333283543586731, 0.058081451803445816, -0.013288376852869987, 0.032289884984493256, -0.07084430009126663, 0.08008582144975662, -0.084526926279068, -0.1310664415359497, 0.037175972014665604, -0.1023091971874237, -0.10303723067045212, -0.002391504356637597, -0.03532392904162407, -0.00652749789878726, 0.0579598993062973, 0.03418508172035217, -0.0028832880780100822, 0.24053697288036346, -0.0162831898778677, -0.07579503953456879, -0.07953321188688278, 0.014625820331275463, -0.23498746752738953, 0.23009508848190308, 0.016936279833316803, 0.02936440333724022, 0.07217077165842056, -0.05614711716771126, -0.16475199162960052, 0.020261989906430244, 0.005058910697698593, -0.0035377119202166796, -0.005396654829382896, 0.14499279856681824, -0.010277634486556053, 0.04254068061709404, 0.062326326966285706, -0.01311646867543459, 0.03603675961494446, 0.0317264199256897, -0.023823313415050507, -0.05689909681677818, 0.044054970145225525, -0.11782500147819519, 0.12369178980588913, 0.16972392797470093, -0.05092726647853851, 0.02573617734014988, -0.011772808618843555, 0.002249612705782056, -0.019060704857110977, 0.13679343461990356, 0.022430596873164177, -0.11079090088605881, 0.008259590715169907, -0.0942024514079094, 0.0717020183801651, -0.17112265527248383, 0.0037270309403538704, -0.04012688249349594, -0.05115680769085884, -0.007720957510173321, 0.1037641316652298, -0.02972547896206379, -0.0019092557486146688, -0.05103034898638725, 0.05617334693670273, 0.02566678822040558, 0.0866447165608406, -0.0017498784000054002, -0.04148505628108978 ]
116216daae4af666df84c0c3296c92d2ff9bcb29
# Dataset Card for Clickbait/Fake News in Bulgarian ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Data Science Society / Case Fake News](https://gitlab.com/datasciencesociety/case_fake_news) - **Repository:** [Data Science Society / Case Fake News / Data](https://gitlab.com/datasciencesociety/case_fake_news/-/tree/master/data) - **Paper:** [This paper uses the dataset.](https://www.acl-bg.org/proceedings/2017/RANLP%202017/pdf/RANLP045.pdf) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary This is a corpus of Bulgarian news over a fixed period of time, whose factuality had been questioned. The news come from 377 different sources from various domains, including politics, interesting facts and tips&tricks. The dataset was prepared for the Hack the Fake News hackathon. It was provided by the [Bulgarian Association of PR Agencies](http://www.bapra.bg/) and is available in [Gitlab](https://gitlab.com/datasciencesociety/). The corpus was automatically collected, and then annotated by students of journalism. The training dataset contains 2,815 examples, where 1,940 (i.e., 69%) are fake news and 1,968 (i.e., 70%) are click-baits; There are 761 testing examples. There is 98% correlation between fake news and clickbaits. One important aspect about the training dataset is that it contains many repetitions. This should not be surprising as it attempts to represent a natural distribution of factual vs. fake news on-line over a period of time. As publishers of fake news often have a group of websites that feature the same deceiving content, we should expect some repetition. In particular, the training dataset contains 434 unique articles with duplicates. These articles have three reposts each on average, with the most reposted article appearing 45 times. If we take into account the labels of the reposted articles, we can see that if an article is reposted, it is more likely to be fake news. The number of fake news that have a duplicate in the training dataset are 1018 whereas, the number of articles with genuine content that have a duplicate article in the training set is 322. (The dataset description is from the following [paper](https://www.acl-bg.org/proceedings/2017/RANLP%202017/pdf/RANLP045.pdf).) ### Supported Tasks and Leaderboards [More Information Needed] ### Languages Bulgarian ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields Each entry in the dataset consists of the following elements: * `fake_news_score` - a label indicating whether the article is fake or not * `click_bait_score` - another label indicating whether it is a click-bait * `content_title` - article heading * `content_url` - URL of the original article * `content_published_time` - date of publication * `content` - article content ### Data Splits The **training dataset** contains 2,815 examples, where 1,940 (i.e., 69%) are fake news and 1,968 (i.e., 70%) are click-baits; The **validation dataset** contains 761 testing examples. ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions Thanks to [@tsvm](https://github.com/tsvm), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
clickbait_news_bg
[ "task_categories:text-classification", "task_ids:fact-checking", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:bg", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["bg"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["fact-checking"], "pretty_name": "Clickbait/Fake News in Bulgarian", "dataset_info": {"features": [{"name": "fake_news_score", "dtype": {"class_label": {"names": {"0": "legitimate", "1": "fake"}}}}, {"name": "click_bait_score", "dtype": {"class_label": {"names": {"0": "normal", "1": "clickbait"}}}}, {"name": "content_title", "dtype": "string"}, {"name": "content_url", "dtype": "string"}, {"name": "content_published_time", "dtype": "string"}, {"name": "content", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 24480386, "num_examples": 2815}, {"name": "validation", "num_bytes": 6752226, "num_examples": 761}], "download_size": 11831065, "dataset_size": 31232612}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}]}]}
2024-01-18T14:25:02+00:00
[]
[ "bg" ]
TAGS #task_categories-text-classification #task_ids-fact-checking #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Bulgarian #license-unknown #region-us
# Dataset Card for Clickbait/Fake News in Bulgarian ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: Data Science Society / Case Fake News - Repository: Data Science Society / Case Fake News / Data - Paper: This paper uses the dataset. - Leaderboard: - Point of Contact: ### Dataset Summary This is a corpus of Bulgarian news over a fixed period of time, whose factuality had been questioned. The news come from 377 different sources from various domains, including politics, interesting facts and tips&tricks. The dataset was prepared for the Hack the Fake News hackathon. It was provided by the Bulgarian Association of PR Agencies and is available in Gitlab. The corpus was automatically collected, and then annotated by students of journalism. The training dataset contains 2,815 examples, where 1,940 (i.e., 69%) are fake news and 1,968 (i.e., 70%) are click-baits; There are 761 testing examples. There is 98% correlation between fake news and clickbaits. One important aspect about the training dataset is that it contains many repetitions. This should not be surprising as it attempts to represent a natural distribution of factual vs. fake news on-line over a period of time. As publishers of fake news often have a group of websites that feature the same deceiving content, we should expect some repetition. In particular, the training dataset contains 434 unique articles with duplicates. These articles have three reposts each on average, with the most reposted article appearing 45 times. If we take into account the labels of the reposted articles, we can see that if an article is reposted, it is more likely to be fake news. The number of fake news that have a duplicate in the training dataset are 1018 whereas, the number of articles with genuine content that have a duplicate article in the training set is 322. (The dataset description is from the following paper.) ### Supported Tasks and Leaderboards ### Languages Bulgarian ## Dataset Structure ### Data Instances ### Data Fields Each entry in the dataset consists of the following elements: * 'fake_news_score' - a label indicating whether the article is fake or not * 'click_bait_score' - another label indicating whether it is a click-bait * 'content_title' - article heading * 'content_url' - URL of the original article * 'content_published_time' - date of publication * 'content' - article content ### Data Splits The training dataset contains 2,815 examples, where 1,940 (i.e., 69%) are fake news and 1,968 (i.e., 70%) are click-baits; The validation dataset contains 761 testing examples. ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @tsvm, @lhoestq for adding this dataset.
[ "# Dataset Card for Clickbait/Fake News in Bulgarian", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Data Science Society / Case Fake News\n- Repository: Data Science Society / Case Fake News / Data\n- Paper: This paper uses the dataset.\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nThis is a corpus of Bulgarian news over a fixed period of time, whose factuality had been questioned. \nThe news come from 377 different sources from various domains, including politics, interesting facts and tips&tricks.\n\nThe dataset was prepared for the Hack the\nFake News hackathon. It was provided by the\nBulgarian Association of PR Agencies and is\navailable in Gitlab. \n\nThe corpus was automatically collected, and then annotated by students of journalism. \n\nThe training dataset contains 2,815 examples, where 1,940 (i.e., 69%) are fake news\nand 1,968 (i.e., 70%) are click-baits; There are 761 testing examples. \n\nThere is 98% correlation between fake news and clickbaits.\n\nOne important aspect about the training dataset is that it contains many repetitions.\nThis should not be surprising as it attempts to represent a natural distribution of factual\nvs. fake news on-line over a period of time. As publishers of fake news often have a group of\nwebsites that feature the same deceiving content, we should expect some repetition.\nIn particular, the training dataset contains\n434 unique articles with duplicates. These articles have three reposts each on average, with\nthe most reposted article appearing 45 times.\nIf we take into account the labels of the reposted articles, we can see that if an article\nis reposted, it is more likely to be fake news.\nThe number of fake news that have a duplicate in the training dataset are 1018 whereas,\nthe number of articles with genuine content\nthat have a duplicate article in the training set is 322.\n\n(The dataset description is from the following paper.)", "### Supported Tasks and Leaderboards", "### Languages\n\nBulgarian", "## Dataset Structure", "### Data Instances", "### Data Fields\n\nEach entry in the dataset consists of the following elements: \n\n* 'fake_news_score' - a label indicating whether the article is fake or not\n\n* 'click_bait_score' - another label indicating whether it is a click-bait\n\n* 'content_title' - article heading\n\n* 'content_url' - URL of the original article\n\n* 'content_published_time' - date of publication\n\n* 'content' - article content", "### Data Splits\n\nThe training dataset contains 2,815 examples, where 1,940 (i.e., 69%) are fake news\nand 1,968 (i.e., 70%) are click-baits; \n\nThe validation dataset contains 761 testing examples.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @tsvm, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-fact-checking #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Bulgarian #license-unknown #region-us \n", "# Dataset Card for Clickbait/Fake News in Bulgarian", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: Data Science Society / Case Fake News\n- Repository: Data Science Society / Case Fake News / Data\n- Paper: This paper uses the dataset.\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nThis is a corpus of Bulgarian news over a fixed period of time, whose factuality had been questioned. \nThe news come from 377 different sources from various domains, including politics, interesting facts and tips&tricks.\n\nThe dataset was prepared for the Hack the\nFake News hackathon. It was provided by the\nBulgarian Association of PR Agencies and is\navailable in Gitlab. \n\nThe corpus was automatically collected, and then annotated by students of journalism. \n\nThe training dataset contains 2,815 examples, where 1,940 (i.e., 69%) are fake news\nand 1,968 (i.e., 70%) are click-baits; There are 761 testing examples. \n\nThere is 98% correlation between fake news and clickbaits.\n\nOne important aspect about the training dataset is that it contains many repetitions.\nThis should not be surprising as it attempts to represent a natural distribution of factual\nvs. fake news on-line over a period of time. As publishers of fake news often have a group of\nwebsites that feature the same deceiving content, we should expect some repetition.\nIn particular, the training dataset contains\n434 unique articles with duplicates. These articles have three reposts each on average, with\nthe most reposted article appearing 45 times.\nIf we take into account the labels of the reposted articles, we can see that if an article\nis reposted, it is more likely to be fake news.\nThe number of fake news that have a duplicate in the training dataset are 1018 whereas,\nthe number of articles with genuine content\nthat have a duplicate article in the training set is 322.\n\n(The dataset description is from the following paper.)", "### Supported Tasks and Leaderboards", "### Languages\n\nBulgarian", "## Dataset Structure", "### Data Instances", "### Data Fields\n\nEach entry in the dataset consists of the following elements: \n\n* 'fake_news_score' - a label indicating whether the article is fake or not\n\n* 'click_bait_score' - another label indicating whether it is a click-bait\n\n* 'content_title' - article heading\n\n* 'content_url' - URL of the original article\n\n* 'content_published_time' - date of publication\n\n* 'content' - article content", "### Data Splits\n\nThe training dataset contains 2,815 examples, where 1,940 (i.e., 69%) are fake news\nand 1,968 (i.e., 70%) are click-baits; \n\nThe validation dataset contains 761 testing examples.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @tsvm, @lhoestq for adding this dataset." ]
[ 92, 14, 120, 50, 375, 10, 6, 6, 6, 103, 60, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 22 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-fact-checking #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Bulgarian #license-unknown #region-us \n# Dataset Card for Clickbait/Fake News in Bulgarian## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: Data Science Society / Case Fake News\n- Repository: Data Science Society / Case Fake News / Data\n- Paper: This paper uses the dataset.\n- Leaderboard:\n- Point of Contact:" ]
[ 0.0019511624705046415, 0.118600994348526, -0.006452293135225773, 0.0429062694311142, 0.10840830206871033, 0.03678327426314354, 0.21996040642261505, 0.09198339283466339, 0.12938717007637024, 0.06724322587251663, -0.05506733059883118, 0.016174329444766045, 0.07745975255966187, 0.11201736330986023, -0.0065849716775119305, -0.2015402913093567, 0.056422967463731766, -0.10185150802135468, -0.05449686571955681, 0.08100853115320206, 0.15495070815086365, -0.06180986389517784, -0.006252545863389969, -0.032398734241724014, -0.01649562641978264, 0.04293672367930412, -0.01614047959446907, -0.09278237074613571, 0.07492285221815109, 0.02350318431854248, 0.0633096694946289, 0.004751809872686863, 0.003739709034562111, -0.20268091559410095, 0.035828202962875366, -0.0024720984511077404, -0.0012797381496056914, 0.03525596484541893, 0.07039658725261688, -0.04414582625031471, 0.057005226612091064, -0.16750817000865936, 0.07851263880729675, 0.07018761336803436, -0.06508258730173111, -0.13390342891216278, -0.08323661237955093, 0.07729121297597885, 0.016816921532154083, 0.04275765269994736, -0.06561457365751266, 0.09151103347539902, -0.07588621973991394, 0.04330556094646454, 0.04622318223118782, -0.14504072070121765, -0.06451478600502014, 0.046192534267902374, -0.026757484301924706, 0.07372903823852539, -0.09955443441867828, 0.06030099466443062, -0.07862403988838196, -0.021409325301647186, -0.031964261084795, -0.01817416213452816, -0.10402125120162964, -0.006120738573372364, -0.07849995046854019, 0.007153413724154234, 0.16020099818706512, -0.02435874380171299, 0.03675144165754318, -0.25669237971305847, -0.0024580603931099176, 0.16515947878360748, -0.07883395254611969, 0.0804644227027893, -0.021508876234292984, -0.04580838605761528, 0.08581845462322235, -0.025676565244793892, -0.02898717112839222, 0.011529878713190556, -0.026849396526813507, 0.08751847594976425, 0.04727918654680252, 0.03598432242870331, 0.08226168900728226, 0.029516270384192467, 0.15366403758525848, -0.12017296254634857, 0.019466741010546684, -0.09929361939430237, -0.14647021889686584, 0.011864914558827877, 0.06618974357843399, 0.040458861738443375, 0.17762914299964905, 0.12331753969192505, 0.03553282469511032, 0.07007287442684174, -0.09931032359600067, 0.011761937290430069, 0.06530740112066269, 0.005468365270644426, -0.018494363874197006, -0.07819454371929169, 0.004384336061775684, 0.022159090265631676, -0.0026553133502602577, 0.012990542687475681, -0.031887780874967575, 0.004275222774595022, -0.017384227365255356, 0.12747377157211304, 0.12137062847614288, 0.04463014006614685, -0.02129017747938633, -0.029373513534665108, 0.09023185074329376, -0.12553800642490387, 0.023933246731758118, 0.028722604736685753, -0.025861160829663277, 0.04437606409192085, -0.10528150200843811, -0.013160951435565948, -0.07786381244659424, 0.03500682860612869, -0.0096262963488698, -0.002470634877681732, -0.04733327031135559, -0.08146259188652039, 0.10170923173427582, -0.015054414980113506, -0.032765716314315796, -0.013267283327877522, -0.07056615501642227, -0.03331383317708969, 0.02170638181269169, -0.13607744872570038, -0.00431692274287343, -0.002502280520275235, -0.010727666318416595, 0.06658240407705307, -0.007783209905028343, -0.010885254479944706, -0.09382302314043045, 0.02025724947452545, -0.1326666623353958, 0.029076620936393738, 0.060183335095644, -0.0034645632840692997, -0.05103008449077606, 0.00402753334492445, -0.17141272127628326, 0.09232974052429199, -0.26513105630874634, 0.017689770087599754, -0.10974537581205368, 0.042919617146253586, 0.10753658413887024, 0.022692173719406128, -0.03538740426301956, 0.1822466254234314, -0.14677734673023224, -0.04048381373286247, 0.15534080564975739, -0.1086658239364624, -0.022061314433813095, 0.053885411471128464, -0.03633137792348862, 0.05445517972111702, 0.059689197689294815, 0.08421270549297333, 0.04225164279341698, -0.010843079537153244, -0.06709584593772888, -0.07068006694316864, 0.07021794468164444, 0.15156243741512299, 0.05654574930667877, -0.04450652748346329, 0.11485551297664642, 0.03797371685504913, -0.020701374858617783, -0.012910242192447186, -0.003769765142351389, -0.05310365930199623, 0.032585762441158295, 0.028997069224715233, 0.07859054952859879, 0.0027958962600678205, 0.007767606060951948, -0.05798498913645744, -0.12026868015527725, 0.10054874420166016, 0.02258322201669216, -0.00812503695487976, 0.018956372514367104, -0.06664612144231796, 0.041411660611629486, 0.040616948157548904, -0.001226535765454173, -0.1734088510274887, -0.1707223653793335, 0.051714032888412476, 0.03039534203708172, 0.07498536258935928, -0.012553478591144085, 0.015357069671154022, -0.06810269504785538, -0.07636469602584839, 0.06955613195896149, -0.02899766154587269, 0.04009252041578293, 0.024350149556994438, -0.2686532139778137, 0.06425677239894867, -0.05083976686000824, 0.16709056496620178, -0.10695181787014008, 0.011278901249170303, 0.15150165557861328, 0.19111596047878265, 0.03722618892788887, -0.03179231286048889, 0.0010119556682184339, 0.017450643703341484, 0.014879720285534859, -0.040928248316049576, 0.045766495168209076, -0.08405175805091858, -0.012855341657996178, 0.058985911309719086, 0.008403689600527287, -0.014368400909006596, 0.09167343378067017, 0.060532353818416595, -0.03964407369494438, -0.09003375470638275, -0.04016383737325668, 0.02003382332623005, -0.02897556871175766, -0.0909476950764656, -0.03070623055100441, 0.06692028790712357, 0.015275957062840462, -0.044743187725543976, -0.1042233556509018, -0.043812647461891174, 0.012766470201313496, -0.07378369569778442, 0.15987056493759155, 0.06401822715997696, -0.12644141912460327, 0.186758890748024, 0.026553817093372345, 0.1315927952528, 0.18161262571811676, -0.11260190606117249, -0.06817707419395447, 0.04172179847955704, -0.038934726268053055, 0.016639942303299904, 0.13615263998508453, -0.0652451366186142, -0.014529748819768429, 0.0741499662399292, -0.03651216998696327, 0.01113395020365715, -0.03187152370810509, 0.006881983485072851, -0.057624153792858124, -0.03770783916115761, -0.015921005979180336, 0.06353217363357544, 0.07519282400608063, 0.12687020003795624, 0.014602679759263992, 0.06162067875266075, -0.0382014699280262, -0.05625133588910103, -0.04377930611371994, 0.04526189714670181, -0.16083575785160065, -0.23729091882705688, -0.12877844274044037, -0.04015330597758293, -0.04845526069402695, -0.039403464645147324, -0.03366407752037048, -0.05374594032764435, -0.11230964958667755, -0.05780481919646263, 0.13651591539382935, 0.09362723678350449, -0.09738326072692871, 0.009674608707427979, 0.0677470937371254, -0.014049007557332516, -0.10928542166948318, 0.0011666850186884403, 0.016878871247172356, 0.0067465705797076225, 0.004647246561944485, -0.011388768441975117, 0.04054874926805496, 0.010799574665725231, 0.08764335513114929, 0.00376526010222733, -0.06942356377840042, 0.2310049682855606, -0.1509293019771576, 0.1653200089931488, 0.0965067595243454, -0.06283155083656311, 0.016257861629128456, 0.25373339653015137, 0.08691311627626419, -0.007697603199630976, -0.009687960147857666, 0.09610086679458618, 0.02116498537361622, -0.2700829803943634, -0.14860446751117706, -0.1275389939546585, -0.07546626031398773, 0.009323544800281525, 0.0871773287653923, -0.04677969962358475, 0.011450165882706642, -0.12419864535331726, -0.05252673476934433, 0.13938263058662415, 0.06278187036514282, 0.24888737499713898, 0.04620556905865669, 0.05745328217744827, -0.07477843761444092, -0.02306658960878849, 0.079029381275177, 0.046254757791757584, 0.24833592772483826, 0.07107352465391159, 0.14812643826007843, 0.0568869449198246, -0.017585525289177895, 0.010830894112586975, 0.020767340436577797, 0.033779650926589966, 0.07257168740034103, 0.017774494364857674, -0.05694105848670006, 0.07199978083372116, 0.013137741014361382, -0.00513042788952589, -0.13059967756271362, 0.09344802796840668, -0.1483788788318634, 0.15157358348369598, 0.14040681719779968, 0.018580559641122818, 0.007971690036356449, -0.0479874350130558, 0.11699117720127106, -0.13260510563850403, -0.12629292905330658, -0.037856604903936386, -0.03179781138896942, -0.17707183957099915, 0.14745375514030457, -0.052399151027202606, 0.12034577131271362, -0.0412168949842453, -0.03581030294299126, -0.03976498916745186, -0.04597902297973633, -0.043681975454092026, 0.08250080049037933, -0.17057909071445465, 0.2257336676120758, 0.031608086079359055, -0.03343398869037628, -0.12061014771461487, 0.06467832624912262, 0.01795521005988121, 0.00878135859966278, 0.13568226993083954, -0.013127157464623451, -0.036424655467271805, -0.04655788466334343, -0.07923940569162369, -0.00990069005638361, 0.05568188428878784, -0.1453012228012085, 0.105848528444767, -0.03224194049835205, 0.002341832499951124, -0.03827161714434624, -0.1445429027080536, -0.13096004724502563, -0.25255927443504333, 0.048078034073114395, -0.04691646248102188, -0.04839972034096718, -0.05838672071695328, -0.09125795215368271, -0.0789114385843277, 0.0860712081193924, -0.24037738144397736, -0.1415763646364212, -0.1736372709274292, 0.039214782416820526, 0.16943469643592834, -0.014098779298365116, 0.0646672248840332, -0.018820201978087425, 0.16598854959011078, -0.023499086499214172, -0.08979028463363647, 0.03388100489974022, -0.034782495349645615, -0.2048569619655609, -0.051299385726451874, 0.18344613909721375, 0.058830052614212036, 0.03901125118136406, -0.012535596266388893, 0.09314315021038055, 0.04418410733342171, -0.06969453394412994, 0.0021378465462476015, 0.09240659326314926, -0.039358336478471756, 0.07646799087524414, -0.0651027038693428, -0.19508598744869232, -0.11298232525587082, -0.0567469485104084, 0.11672744899988174, 0.13191546499729156, -0.042468324303627014, 0.20340076088905334, 0.031636372208595276, -0.09034168720245361, -0.21614471077919006, 0.02797488123178482, 0.029750661924481392, -0.002377389930188656, 0.028118260204792023, -0.1800215095281601, 0.10611171275377274, 0.03763142600655556, -0.05234547331929207, 0.05372980609536171, -0.07099417597055435, -0.13122667372226715, 0.039406754076480865, -0.05166839808225632, -0.1253807097673416, -0.1153942421078682, -0.06944860517978668, -0.06101646274328232, -0.10917507112026215, 0.13675673305988312, 0.024776091799139977, -0.00225351145491004, -0.006896406412124634, 0.03482216224074364, 0.025925112888216972, -0.012278919108211994, 0.15103481709957123, -0.00831713154911995, 0.007473950739949942, -0.08124059438705444, -0.07957954704761505, 0.18360887467861176, 0.03172527998685837, -0.02343333326280117, 0.009563007391989231, -0.0630035474896431, -0.1468309760093689, -0.07778054475784302, -0.045107707381248474, 0.04341813176870346, -0.08227485418319702, -0.04107546806335449, -0.0943150520324707, 0.11842846870422363, 0.023992769420146942, -0.052207671105861664, 0.17423094809055328, -0.09518694877624512, 0.0027299560606479645, 0.01670970767736435, 0.1311194896697998, 0.10170162469148636, -0.01229033712297678, 0.040856651961803436, -0.013445574790239334, -0.010741219855844975, -0.09485410898923874, 0.056619636714458466, 0.08201338350772858, -0.061654917895793915, 0.0607709139585495, -0.026688074693083763, -0.15566495060920715, -0.03340263292193413, 0.07344625890254974, -0.04037218168377876, -0.17809408903121948, 0.0207609124481678, 0.0011729646939784288, -0.08332182466983795, -0.06516093015670776, 0.10570519417524338, 0.05577315762639046, -0.07815587520599365, 0.06439560651779175, 0.07335826754570007, 0.10138891637325287, 0.05916404724121094, 0.016355715692043304, 0.05733276158571243, -0.1413581371307373, 0.060395680367946625, 0.12892642617225647, 0.023948781192302704, -0.009410043247044086, 0.11354267597198486, -0.0767703652381897, -0.04040144383907318, 0.03454315662384033, 0.039436422288417816, 0.0540306493639946, -0.027375396341085434, -0.04539121314883232, -0.2242109626531601, 0.009789463132619858, 0.1441780924797058, 0.006985694635659456, 0.0005670034443028271, 0.007894284091889858, -0.044048916548490524, 0.02487359754741192, 0.18188704550266266, 0.023094549775123596, -0.025369327515363693, -0.046363092958927155, -0.08182317763566971, -0.02941918559372425, -0.09032037854194641, -0.026244811713695526, 0.014859705232083797, -0.13836610317230225, -0.003393576480448246, -0.06483231484889984, 0.020740939304232597, -0.10257196426391602, 0.018613144755363464, 0.006803612224757671, -0.09104390442371368, -0.025434786453843117, -0.006549168843775988, -0.08582696318626404, -0.0036172866821289062, -0.034443944692611694, 0.13399221003055573, -0.14441926777362823, 0.01637304574251175, 0.0963217169046402, -0.09539784491062164, 0.12010879814624786, 0.0009177959291264415, -0.009007181972265244, 0.07417171448469162, -0.15736684203147888, 0.0335422158241272, -0.014741976745426655, 0.07653156667947769, 0.0173447597771883, -0.06984271109104156, 0.007525802589952946, -0.002644319087266922, 0.0031531790737062693, 0.07870982587337494, -0.04107455164194107, -0.04679354652762413, 0.028209321200847626, -0.06350859999656677, -0.07042652368545532, 0.06988511979579926, 0.05305417627096176, 0.17211435735225677, -0.010169195011258125, 0.11988868564367294, -0.08173947781324387, 0.04531845822930336, -0.090455561876297, 0.013216960243880749, 0.012923425994813442, -0.059160515666007996, 0.03741195425391197, -0.028353706002235413, 0.07361230254173279, 0.03279385715723038, 0.2847464680671692, 0.051095884293317795, 0.03457323834300041, 0.1174435019493103, 0.0999690368771553, -0.09550254046916962, 0.08746643364429474, 0.005225775297731161, 0.04466789960861206, 0.006712825037539005, -0.03416576609015465, -0.15029799938201904, -0.05421845614910126, -0.09825429320335388, 0.09063462167978287, 0.2146543264389038, 0.07066439837217331, -0.07856883853673935, 0.15263038873672485, -0.056376390159130096, 0.07383596897125244, 0.08023569732904434, -0.07872374355792999, 0.021597007289528847, -0.11436004936695099, 0.14777663350105286, 0.03530176356434822, -0.18118323385715485, 0.08182843029499054, -0.06382942944765091, -0.0599789060652256, -0.05032472312450409, -0.14412587881088257, -0.06566495448350906, -0.04103149473667145, 0.01413128711283207, -0.07852587103843689, 0.04337145760655403, 0.15419991314411163, 0.03187252953648567, -0.004523536656051874, 0.022935565561056137, -0.018843531608581543, -0.060776982456445694, 0.14357416331768036, 0.058988504111766815, 0.04234181344509125, -0.07959064096212387, 0.0008940853294916451, -0.0768519788980484, 0.15412932634353638, 0.0010951146250590682, 0.0773828849196434, -0.045006606727838516, -0.035777099430561066, -0.12380464375019073, -0.0612596832215786, 0.039295271039009094, 0.00787295214831829, -0.029657160863280296, 0.17964433133602142, 0.014687350019812584, 0.05017347261309624, -0.01940985396504402, 0.25520992279052734, 0.03520796447992325, -0.12544873356819153, -0.13693538308143616, -0.08265658468008041, -0.04221056029200554, 0.023156441748142242, 0.04135328158736229, -0.13873699307441711, -0.0395723395049572, 0.12678895890712738, 0.23302170634269714, 0.009456224739551544, 0.021041151136159897, -0.01805122196674347, 0.03489593043923378, 0.04675060138106346, 0.0719127282500267, -0.03282305225729942, 0.1509295254945755, 0.0019098123302683234, -0.013708045706152916, 0.0009679493959993124, -0.026399841532111168, -0.10452848672866821, 0.11700582504272461, 0.03362626954913139, -0.08907504379749298, -0.08337745815515518, 0.18524862825870514, -0.10629218071699142, -0.23331773281097412, 0.05233366787433624, -0.10566428303718567, -0.19238315522670746, -0.03749612718820572, -0.014237998984754086, 0.004397355951368809, -0.05796615779399872, 0.06664489954710007, -0.041611578315496445, 0.08064958453178406, 0.081200510263443, 0.010700086131691933, -0.036769282072782516, 0.15414854884147644, -0.10854555666446686, 0.18984617292881012, 0.0191426370292902, 0.09096120297908783, 0.09199962019920349, -0.06265517324209213, -0.10961359739303589, -0.029362374916672707, 0.12641240656375885, -0.053196363151073456, 0.04847244918346405, 0.09517738968133926, 0.03044361062347889, 0.055374931544065475, 0.1456049531698227, 0.001894878107123077, 0.06254250556230545, 0.01562819443643093, -0.10484568774700165, -0.048277027904987335, 0.1505778580904007, -0.16450858116149902, 0.04550440236926079, 0.15529020130634308, -0.07839348912239075, 0.0028024972416460514, -0.043007951229810715, -0.027920730412006378, -0.030443532392382622, 0.08056341856718063, -0.02553815022110939, -0.14547739923000336, 0.01633867621421814, -0.048466309905052185, 0.07142521440982819, -0.1267080157995224, -0.033829204738140106, -0.08472751826047897, 0.04340185225009918, -0.09959641844034195, 0.13589265942573547, 0.0778064876794815, -0.055050116032361984, -0.01218178030103445, -0.16261489689350128, 0.03971100226044655, 0.07320422679185867, -0.04289788007736206, 0.10680440813302994 ]
ae61ccb9320a78109a246414139ff3a2bd677b8b
# Dataset Card for ClimateFever ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [CLIMATE-FEVER homepage](http://climatefever.ai) - **Repository:** [CLIMATE-FEVER repository](https://github.com/tdiggelm/climate-fever-dataset) - **Paper:** [CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims](https://arxiv.org/abs/2012.00614) - **Leaderboard:** [Needs More Information] - **Point of Contact:** [Thomas Diggelmann](mailto:thomasdi@student.ethz.ch) ### Dataset Summary A dataset adopting the FEVER methodology that consists of 1,535 real-world claims regarding climate-change collected on the internet. Each claim is accompanied by five manually annotated evidence sentences retrieved from the English Wikipedia that support, refute or do not give enough information to validate the claim totalling in 7,675 claim-evidence pairs. The dataset features challenging claims that relate multiple facets and disputed cases of claims where both supporting and refuting evidence are present. ### Supported Tasks and Leaderboards [Needs More Information] ### Languages The text in the dataset is in English, as found in real-world claims about climate-change on the Internet. The associated BCP-47 code is `en`. ## Dataset Structure ### Data Instances ``` { "claim_id": "0", "claim": "Global warming is driving polar bears toward extinction", "claim_label": 0, # "SUPPORTS" "evidences": [ { "evidence_id": "Extinction risk from global warming:170", "evidence_label": 2, # "NOT_ENOUGH_INFO" "article": "Extinction risk from global warming", "evidence": "\"Recent Research Shows Human Activity Driving Earth Towards Global Extinction Event\".", "entropy": 0.6931471805599453, "votes": [ "SUPPORTS", "NOT_ENOUGH_INFO", null, null, null ] }, { "evidence_id": "Global warming:14", "evidence_label": 0, # "SUPPORTS" "article": "Global warming", "evidence": "Environmental impacts include the extinction or relocation of many species as their ecosystems change, most immediately the environments of coral reefs, mountains, and the Arctic.", "entropy": 0.0, "votes": [ "SUPPORTS", "SUPPORTS", null, null, null ] }, { "evidence_id": "Global warming:178", "evidence_label": 2, # "NOT_ENOUGH_INFO" "article": "Global warming", "evidence": "Rising temperatures push bees to their physiological limits, and could cause the extinction of bee populations.", "entropy": 0.6931471805599453, "votes": [ "SUPPORTS", "NOT_ENOUGH_INFO", null, null, null ] }, { "evidence_id": "Habitat destruction:61", "evidence_label": 0, # "SUPPORTS" "article": "Habitat destruction", "evidence": "Rising global temperatures, caused by the greenhouse effect, contribute to habitat destruction, endangering various species, such as the polar bear.", "entropy": 0.0, "votes": [ "SUPPORTS", "SUPPORTS", null, null, null ] }, { "evidence_id": "Polar bear:1328", "evidence_label": 2, # "NOT_ENOUGH_INFO" "article": "Polar bear", "evidence": "\"Bear hunting caught in global warming debate\".", "entropy": 0.6931471805599453, "votes": [ "SUPPORTS", "NOT_ENOUGH_INFO", null, null, null ] } ] } ``` ### Data Fields - `claim_id`: a `string` feature, unique claim identifier. - `claim`: a `string` feature, claim text. - `claim_label`: a `int` feature, overall label assigned to claim (based on evidence majority vote). The label correspond to 0: "supports", 1: "refutes", 2: "not enough info" and 3: "disputed". - `evidences`: a list of evidences with fields: - `evidence_id`: a `string` feature, unique evidence identifier. - `evidence_label`: a `int` feature, micro-verdict label. The label correspond to 0: "supports", 1: "refutes" and 2: "not enough info". - `article`: a `string` feature, title of source article (Wikipedia page). - `evidence`: a `string` feature, evidence sentence. - `entropy`: a `float32` feature, entropy reflecting uncertainty of `evidence_label`. - `votes`: a `list` of `string` features, corresponding to individual votes. ### Data Splits This benchmark dataset currently consists of a single data split `test` that consists of 1,535 claims or 7,675 claim-evidence pairs. ## Dataset Creation ### Curation Rationale [Needs More Information] ### Source Data #### Initial Data Collection and Normalization [Needs More Information] #### Who are the source language producers? [Needs More Information] ### Annotations #### Annotation process [Needs More Information] #### Who are the annotators? [Needs More Information] ### Personal and Sensitive Information [Needs More Information] ## Considerations for Using the Data ### Social Impact of Dataset [Needs More Information] ### Discussion of Biases [Needs More Information] ### Other Known Limitations [Needs More Information] ## Additional Information ### Dataset Curators [Needs More Information] ### Licensing Information [Needs More Information] ### Citation Information ```bibtex @misc{diggelmann2020climatefever, title={CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims}, author={Thomas Diggelmann and Jordan Boyd-Graber and Jannis Bulian and Massimiliano Ciaramita and Markus Leippold}, year={2020}, eprint={2012.00614}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Contributions Thanks to [@tdiggelm](https://github.com/tdiggelm) for adding this dataset.
climate_fever
[ "task_categories:text-classification", "task_categories:text-retrieval", "task_ids:text-scoring", "task_ids:fact-checking", "task_ids:fact-checking-retrieval", "task_ids:semantic-similarity-scoring", "task_ids:multi-input-text-classification", "annotations_creators:crowdsourced", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:extended|wikipedia", "source_datasets:original", "language:en", "license:unknown", "arxiv:2012.00614", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced", "expert-generated"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["extended|wikipedia", "original"], "task_categories": ["text-classification", "text-retrieval"], "task_ids": ["text-scoring", "fact-checking", "fact-checking-retrieval", "semantic-similarity-scoring", "multi-input-text-classification"], "paperswithcode_id": "climate-fever", "pretty_name": "ClimateFever", "dataset_info": {"features": [{"name": "claim_id", "dtype": "string"}, {"name": "claim", "dtype": "string"}, {"name": "claim_label", "dtype": {"class_label": {"names": {"0": "SUPPORTS", "1": "REFUTES", "2": "NOT_ENOUGH_INFO", "3": "DISPUTED"}}}}, {"name": "evidences", "list": [{"name": "evidence_id", "dtype": "string"}, {"name": "evidence_label", "dtype": {"class_label": {"names": {"0": "SUPPORTS", "1": "REFUTES", "2": "NOT_ENOUGH_INFO"}}}}, {"name": "article", "dtype": "string"}, {"name": "evidence", "dtype": "string"}, {"name": "entropy", "dtype": "float32"}, {"name": "votes", "list": "string"}]}], "splits": [{"name": "test", "num_bytes": 2429240, "num_examples": 1535}], "download_size": 868947, "dataset_size": 2429240}, "configs": [{"config_name": "default", "data_files": [{"split": "test", "path": "data/test-*"}]}]}
2024-01-18T14:28:07+00:00
[ "2012.00614" ]
[ "en" ]
TAGS #task_categories-text-classification #task_categories-text-retrieval #task_ids-text-scoring #task_ids-fact-checking #task_ids-fact-checking-retrieval #task_ids-semantic-similarity-scoring #task_ids-multi-input-text-classification #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|wikipedia #source_datasets-original #language-English #license-unknown #arxiv-2012.00614 #region-us
# Dataset Card for ClimateFever ## Table of Contents - Dataset Description - Dataset Summary - Supported Tasks and Leaderboards - Languages - Dataset Structure - Data Instances - Data Fields - Data Splits - Dataset Creation - Curation Rationale - Source Data - Annotations - Personal and Sensitive Information - Considerations for Using the Data - Social Impact of Dataset - Discussion of Biases - Other Known Limitations - Additional Information - Dataset Curators - Licensing Information - Citation Information - Contributions ## Dataset Description - Homepage: CLIMATE-FEVER homepage - Repository: CLIMATE-FEVER repository - Paper: CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims - Leaderboard: - Point of Contact: Thomas Diggelmann ### Dataset Summary A dataset adopting the FEVER methodology that consists of 1,535 real-world claims regarding climate-change collected on the internet. Each claim is accompanied by five manually annotated evidence sentences retrieved from the English Wikipedia that support, refute or do not give enough information to validate the claim totalling in 7,675 claim-evidence pairs. The dataset features challenging claims that relate multiple facets and disputed cases of claims where both supporting and refuting evidence are present. ### Supported Tasks and Leaderboards ### Languages The text in the dataset is in English, as found in real-world claims about climate-change on the Internet. The associated BCP-47 code is 'en'. ## Dataset Structure ### Data Instances ### Data Fields - 'claim_id': a 'string' feature, unique claim identifier. - 'claim': a 'string' feature, claim text. - 'claim_label': a 'int' feature, overall label assigned to claim (based on evidence majority vote). The label correspond to 0: "supports", 1: "refutes", 2: "not enough info" and 3: "disputed". - 'evidences': a list of evidences with fields: - 'evidence_id': a 'string' feature, unique evidence identifier. - 'evidence_label': a 'int' feature, micro-verdict label. The label correspond to 0: "supports", 1: "refutes" and 2: "not enough info". - 'article': a 'string' feature, title of source article (Wikipedia page). - 'evidence': a 'string' feature, evidence sentence. - 'entropy': a 'float32' feature, entropy reflecting uncertainty of 'evidence_label'. - 'votes': a 'list' of 'string' features, corresponding to individual votes. ### Data Splits This benchmark dataset currently consists of a single data split 'test' that consists of 1,535 claims or 7,675 claim-evidence pairs. ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information ### Contributions Thanks to @tdiggelm for adding this dataset.
[ "# Dataset Card for ClimateFever", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: CLIMATE-FEVER homepage\n- Repository: CLIMATE-FEVER repository\n- Paper: CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims\n- Leaderboard: \n- Point of Contact: Thomas Diggelmann", "### Dataset Summary\n\nA dataset adopting the FEVER methodology that consists of 1,535 real-world claims regarding climate-change collected on the internet. Each claim is accompanied by five manually annotated evidence sentences retrieved from the English Wikipedia that support, refute or do not give enough information to validate the claim totalling in 7,675 claim-evidence pairs. The dataset features challenging claims that relate multiple facets and disputed cases of claims where both supporting and refuting evidence are present.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe text in the dataset is in English, as found in real-world claims about climate-change on the Internet. The associated BCP-47 code is 'en'.", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- 'claim_id': a 'string' feature, unique claim identifier.\n- 'claim': a 'string' feature, claim text.\n- 'claim_label': a 'int' feature, overall label assigned to claim (based on evidence majority vote). The label correspond to 0: \"supports\", 1: \"refutes\", 2: \"not enough info\" and 3: \"disputed\".\n- 'evidences': a list of evidences with fields:\n - 'evidence_id': a 'string' feature, unique evidence identifier.\n - 'evidence_label': a 'int' feature, micro-verdict label. The label correspond to 0: \"supports\", 1: \"refutes\" and 2: \"not enough info\".\n - 'article': a 'string' feature, title of source article (Wikipedia page).\n - 'evidence': a 'string' feature, evidence sentence.\n - 'entropy': a 'float32' feature, entropy reflecting uncertainty of 'evidence_label'.\n - 'votes': a 'list' of 'string' features, corresponding to individual votes.", "### Data Splits\n\nThis benchmark dataset currently consists of a single data split 'test' that consists of 1,535 claims or 7,675 claim-evidence pairs.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @tdiggelm for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_categories-text-retrieval #task_ids-text-scoring #task_ids-fact-checking #task_ids-fact-checking-retrieval #task_ids-semantic-similarity-scoring #task_ids-multi-input-text-classification #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|wikipedia #source_datasets-original #language-English #license-unknown #arxiv-2012.00614 #region-us \n", "# Dataset Card for ClimateFever", "## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions", "## Dataset Description\n\n- Homepage: CLIMATE-FEVER homepage\n- Repository: CLIMATE-FEVER repository\n- Paper: CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims\n- Leaderboard: \n- Point of Contact: Thomas Diggelmann", "### Dataset Summary\n\nA dataset adopting the FEVER methodology that consists of 1,535 real-world claims regarding climate-change collected on the internet. Each claim is accompanied by five manually annotated evidence sentences retrieved from the English Wikipedia that support, refute or do not give enough information to validate the claim totalling in 7,675 claim-evidence pairs. The dataset features challenging claims that relate multiple facets and disputed cases of claims where both supporting and refuting evidence are present.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe text in the dataset is in English, as found in real-world claims about climate-change on the Internet. The associated BCP-47 code is 'en'.", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- 'claim_id': a 'string' feature, unique claim identifier.\n- 'claim': a 'string' feature, claim text.\n- 'claim_label': a 'int' feature, overall label assigned to claim (based on evidence majority vote). The label correspond to 0: \"supports\", 1: \"refutes\", 2: \"not enough info\" and 3: \"disputed\".\n- 'evidences': a list of evidences with fields:\n - 'evidence_id': a 'string' feature, unique evidence identifier.\n - 'evidence_label': a 'int' feature, micro-verdict label. The label correspond to 0: \"supports\", 1: \"refutes\" and 2: \"not enough info\".\n - 'article': a 'string' feature, title of source article (Wikipedia page).\n - 'evidence': a 'string' feature, evidence sentence.\n - 'entropy': a 'float32' feature, entropy reflecting uncertainty of 'evidence_label'.\n - 'votes': a 'list' of 'string' features, corresponding to individual votes.", "### Data Splits\n\nThis benchmark dataset currently consists of a single data split 'test' that consists of 1,535 claims or 7,675 claim-evidence pairs.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information", "### Contributions\n\nThanks to @tdiggelm for adding this dataset." ]
[ 186, 9, 120, 67, 119, 10, 40, 6, 6, 264, 39, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_categories-text-retrieval #task_ids-text-scoring #task_ids-fact-checking #task_ids-fact-checking-retrieval #task_ids-semantic-similarity-scoring #task_ids-multi-input-text-classification #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|wikipedia #source_datasets-original #language-English #license-unknown #arxiv-2012.00614 #region-us \n# Dataset Card for ClimateFever## Table of Contents\n- Dataset Description\n - Dataset Summary\n - Supported Tasks and Leaderboards\n - Languages\n- Dataset Structure\n - Data Instances\n - Data Fields\n - Data Splits\n- Dataset Creation\n - Curation Rationale\n - Source Data\n - Annotations\n - Personal and Sensitive Information\n- Considerations for Using the Data\n - Social Impact of Dataset\n - Discussion of Biases\n - Other Known Limitations\n- Additional Information\n - Dataset Curators\n - Licensing Information\n - Citation Information\n - Contributions## Dataset Description\n\n- Homepage: CLIMATE-FEVER homepage\n- Repository: CLIMATE-FEVER repository\n- Paper: CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims\n- Leaderboard: \n- Point of Contact: Thomas Diggelmann### Dataset Summary\n\nA dataset adopting the FEVER methodology that consists of 1,535 real-world claims regarding climate-change collected on the internet. Each claim is accompanied by five manually annotated evidence sentences retrieved from the English Wikipedia that support, refute or do not give enough information to validate the claim totalling in 7,675 claim-evidence pairs. The dataset features challenging claims that relate multiple facets and disputed cases of claims where both supporting and refuting evidence are present." ]
[ -0.05237876996397972, 0.1632484495639801, -0.005788934882730246, 0.047407545149326324, 0.025143582373857498, 0.02150098793208599, 0.054520539939403534, 0.07613029330968857, 0.0958930179476738, 0.10374201834201813, -0.0769750326871872, 0.046027772128582, 0.0701313391327858, 0.07756604999303818, 0.01725716143846512, -0.21745352447032928, 0.06843104213476181, -0.14095062017440796, 0.016594450920820236, 0.10328110307455063, 0.12705160677433014, -0.0486837774515152, 0.024721484631299973, -0.03343529254198074, -0.01017418596893549, -0.001262825564481318, -0.06815256178379059, -0.08891564607620239, 0.12012588977813721, 0.05862283334136009, 0.09298789501190186, 0.03988837078213692, 0.030013849958777428, -0.2468872368335724, 0.019953126087784767, 0.04189059138298035, -0.00003185161403962411, 0.04405888542532921, 0.11157319694757462, -0.04084208980202675, 0.04858234152197838, -0.0989656150341034, 0.12072917073965073, 0.07148092985153198, -0.10000872611999512, -0.12202374637126923, -0.07197815179824829, 0.02098706364631653, 0.07444549351930618, 0.025211459025740623, -0.0398099347949028, 0.12065359950065613, -0.11324446648359299, 0.0334198959171772, 0.059164416044950485, -0.11734483391046524, -0.044762350618839264, 0.03673149272799492, 0.014274447225034237, 0.05943461135029793, -0.10963016003370285, 0.04001540690660477, -0.024329829961061478, 0.020775727927684784, -0.047918688505887985, -0.003864801488816738, -0.050548817962408066, 0.02769411727786064, -0.11965315043926239, -0.014245761558413506, 0.10125495493412018, 0.004006485920399427, -0.03487338125705719, -0.24917885661125183, 0.017858700826764107, 0.1445283144712448, -0.02932681515812874, -0.01917370967566967, 0.016239438205957413, -0.026324529200792313, 0.0657525435090065, 0.0023334738798439503, -0.06972172111272812, 0.03831709921360016, -0.030675765126943588, 0.12071876227855682, 0.023569472134113312, 0.024396462365984917, 0.025848615914583206, 0.07190324366092682, 0.07557758688926697, -0.0980561301112175, -0.04212313890457153, -0.12341669201850891, -0.20725306868553162, -0.03779301792383194, -0.023700905963778496, 0.03360718861222267, 0.05497698113322258, 0.18004703521728516, 0.043955061584711075, 0.04881880804896355, -0.053193457424640656, -0.044606879353523254, 0.14949241280555725, 0.10998576134443283, -0.016777757555246353, -0.13121047616004944, -0.032090507447719574, -0.010716155171394348, -0.01606658473610878, -0.05157481133937836, 0.034141335636377335, 0.014764855615794659, -0.013057814911007881, 0.16803322732448578, 0.13073568046092987, -0.032350387424230576, -0.10101699829101562, -0.0409589484333992, 0.1288493126630783, -0.16692204773426056, 0.04887142777442932, 0.02945547178387642, 0.006122182123363018, 0.007805332541465759, -0.045266538858413696, 0.017558420076966286, -0.06291722506284714, 0.09413151443004608, -0.04232025891542435, -0.028716478496789932, -0.02547968551516533, -0.042450688779354095, 0.092476986348629, -0.03381270542740822, -0.036686498671770096, 0.0026963267009705305, 0.0049316128715872765, -0.011182704009115696, -0.011970899067819118, -0.09388189762830734, -0.06537327170372009, 0.0035403850488364697, -0.002165058860555291, 0.015723487362265587, 0.03431730344891548, -0.003423873335123062, -0.05076026916503906, -0.017779167741537094, -0.10739187151193619, 0.01563442498445511, 0.1228778064250946, -0.030441196635365486, -0.037445273250341415, 0.031406112015247345, -0.19845598936080933, 0.1427742838859558, -0.1987835317850113, -0.03521978110074997, -0.13119374215602875, -0.0007622138364240527, 0.08506182581186295, 0.020482070744037628, -0.0563451424241066, 0.1428377777338028, -0.16768427193164825, -0.01899716444313526, 0.13059525191783905, -0.13104410469532013, -0.029433321207761765, 0.09794677048921585, -0.05353352054953575, 0.027206096798181534, 0.058286152780056, 0.0747874453663826, 0.010063272900879383, -0.040900785475969315, -0.03464644402265549, -0.06385704129934311, 0.08997751772403717, 0.2643447816371918, 0.06416227668523788, -0.07770814746618271, 0.09203565120697021, 0.026630951091647148, 0.003781780833378434, -0.09758632630109787, 0.014878885820508003, -0.0909590870141983, -0.011197315528988838, 0.02562808431684971, 0.03917225822806358, -0.03933818265795708, -0.04683864861726761, -0.03116852603852749, -0.11222484707832336, 0.02296939305961132, 0.05505530536174774, 0.00713014230132103, 0.028123199939727783, -0.07215231657028198, -0.08784162253141403, 0.028818055987358093, -0.03525380417704582, -0.164503276348114, -0.21249036490917206, 0.08119242638349533, -0.13509489595890045, 0.06589153409004211, 0.011850204318761826, 0.03613496571779251, -0.03716116398572922, -0.0616101399064064, 0.05829776078462601, -0.08951730281114578, 0.019704751670360565, -0.005017988383769989, -0.18892934918403625, -0.03472858667373657, -0.05758421868085861, 0.1848256140947342, -0.08890050649642944, -0.00897003710269928, 0.16242177784442902, 0.19031867384910583, 0.03689522296190262, -0.07000841200351715, 0.044032420963048935, 0.010236697271466255, 0.028289081528782845, -0.03510989248752594, -0.019138701260089874, -0.08896852284669876, -0.07412167638540268, 0.11102064698934555, -0.07231760770082474, -0.08109359443187714, 0.030897362157702446, 0.12828615307807922, -0.07787986099720001, -0.05862868204712868, -0.041778258979320526, -0.027943512424826622, -0.11305306106805801, -0.11035265028476715, 0.08415517956018448, 0.09482205659151077, -0.03872523084282875, -0.08164957165718079, -0.09308643639087677, -0.06373836100101471, 0.050827328115701675, -0.048260852694511414, 0.12652388215065002, 0.045922450721263885, -0.1363763064146042, 0.07887180894613266, 0.04720108583569527, 0.09265153110027313, 0.08469498157501221, -0.05769290030002594, -0.10173609107732773, -0.009542634710669518, -0.014600194990634918, 0.0211162231862545, 0.07084280997514725, -0.0185572300106287, 0.05722823739051819, 0.06927283853292465, 0.003071380313485861, 0.01255859062075615, -0.0544600673019886, 0.01271334383636713, 0.014140882529318333, 0.002689025830477476, -0.04529125615954399, -0.00851715262979269, 0.09878356754779816, 0.10396704077720642, -0.0003931746177840978, 0.06705524027347565, -0.029267199337482452, -0.04366152361035347, -0.054587699472904205, 0.1673591583967209, -0.1249009370803833, -0.26023876667022705, -0.10765703022480011, 0.029764946550130844, -0.05921446159482002, -0.06941632926464081, 0.01092937309294939, -0.016633842140436172, -0.13325898349285126, -0.07787402719259262, 0.0980510339140892, 0.03495466709136963, -0.08503538370132446, 0.03175122290849686, 0.04289555177092552, -0.05503029376268387, -0.15763354301452637, 0.06113167479634285, 0.05407091602683067, -0.03730601444840431, 0.005615674424916506, 0.06340476870536804, 0.061950210481882095, 0.06581094861030579, 0.10072575509548187, -0.060232013463974, -0.01874266006052494, 0.26666259765625, -0.13309331238269806, 0.17859870195388794, 0.06769486516714096, -0.07649578154087067, 0.052973609417676926, 0.16238225996494293, 0.04058167710900307, -0.05380716547369957, 0.024694764986634254, 0.08513837307691574, 0.006144574377685785, -0.30305546522140503, -0.10317697376012802, -0.03336959704756737, -0.041641321033239365, 0.0620318166911602, 0.0793091356754303, 0.030883638188242912, -0.013051263056695461, -0.12307915091514587, -0.10089712589979172, 0.10082229226827621, 0.04960247129201889, 0.11794006079435349, 0.018219273537397385, 0.07147203385829926, -0.06102265045046806, -0.023786241188645363, 0.07243587076663971, 0.11454516649246216, 0.1967841237783432, 0.055910635739564896, 0.18301910161972046, 0.029408400878310204, 0.024431774392724037, 0.007216182071715593, 0.03188621625304222, 0.042542651295661926, 0.04631020873785019, -0.010716999880969524, -0.05328727141022682, 0.034682270139455795, 0.06832177191972733, 0.12557007372379303, -0.1447179913520813, 0.1133139356970787, -0.11828439682722092, 0.08162356913089752, 0.1416623592376709, -0.00416680658236146, 0.027209831401705742, -0.013971415348351002, 0.11482448130846024, -0.1286155730485916, -0.08535093814134598, -0.0023366620298475027, 0.029812268912792206, -0.18369287252426147, 0.10225138813257217, -0.006088135298341513, 0.0818362906575203, -0.020168554037809372, -0.06650853902101517, -0.0712779238820076, 0.02001914009451866, -0.017174089327454567, 0.07475897669792175, -0.08608333021402359, 0.10885331779718399, 0.0166887529194355, -0.032215457409620285, -0.10916361957788467, 0.0990537703037262, -0.04764450713992119, 0.005076449830085039, 0.15290425717830658, 0.027109790593385696, -0.10608050227165222, 0.05005126819014549, -0.12422909587621689, 0.010852605104446411, 0.09204551577568054, -0.17620877921581268, 0.03303619846701622, 0.01970057189464569, -0.01842135563492775, -0.031615082174539566, -0.05610376223921776, -0.08896973729133606, -0.24955667555332184, 0.10454042255878448, -0.09399142861366272, 0.017030395567417145, -0.0679740235209465, -0.07565155625343323, -0.09570259600877762, 0.12088634818792343, -0.09997430443763733, -0.09857762604951859, -0.17267945408821106, -0.1216474249958992, 0.2513448894023895, -0.019673384726047516, 0.07207860052585602, -0.006227389443665743, 0.18773074448108673, -0.06364070624113083, -0.020483147352933884, 0.049690257757902145, -0.043234869837760925, -0.20248958468437195, -0.0371675007045269, 0.18448179960250854, 0.08324684202671051, 0.0359840914607048, 0.0090626897290349, 0.09183932095766068, 0.0059850020334124565, -0.1278754621744156, -0.0010881705675274134, 0.10262000560760498, -0.04003680869936943, 0.09468849003314972, -0.06700675189495087, -0.10115724056959152, -0.1043587327003479, -0.04945554584264755, 0.10842571407556534, 0.19061589241027832, -0.06280487775802612, 0.228717640042305, 0.11192098259925842, -0.06049541383981705, -0.20345064997673035, 0.00025707908207550645, 0.05694606527686119, -0.007620655931532383, 0.08987569808959961, -0.19192644953727722, 0.13548968732357025, 0.09674347937107086, -0.038788314908742905, 0.02653140015900135, -0.16387547552585602, -0.15658129751682281, -0.028242480009794235, 0.0038668347988277674, -0.15946359932422638, -0.10411282628774643, -0.05992862582206726, -0.025135425850749016, -0.16877087950706482, 0.14312565326690674, 0.07625793665647507, 0.005678984336555004, 0.029897816479206085, 0.03281410038471222, 0.035586096346378326, -0.031220724806189537, 0.20209038257598877, 0.0664825364947319, -0.033137377351522446, -0.03508158400654793, -0.02031574957072735, 0.10738760232925415, 0.0051270416006445885, 0.018607184290885925, 0.03270518779754639, -0.00843839906156063, -0.15173649787902832, -0.044172029942274094, -0.09442475438117981, 0.04386461526155472, -0.1320626437664032, -0.042621761560440063, -0.02556120790541172, 0.0714087188243866, 0.09345608204603195, -0.08687158674001694, 0.12956275045871735, -0.07509399205446243, 0.07602415978908539, 0.10213234275579453, 0.14324302971363068, 0.081831194460392, -0.06371142715215683, -0.028954217210412025, -0.03918655961751938, -0.015349242836236954, -0.10844715684652328, 0.08497705310583115, 0.05761025846004486, 0.02129860408604145, 0.08012358844280243, -0.06695932894945145, -0.1464284360408783, -0.05279693752527237, 0.04415743425488472, -0.042897287756204605, -0.21244090795516968, 0.0021239256020635366, 0.11018840968608856, -0.11089619249105453, -0.03668736293911934, 0.11366065591573715, 0.061199869960546494, -0.10676842927932739, 0.01298440620303154, 0.10945377498865128, 0.08568048477172852, 0.07226815074682236, -0.0024593290872871876, 0.09898075461387634, -0.1197691485285759, 0.10328463464975357, 0.08933234959840775, -0.06829791516065598, -0.002277206163853407, 0.13454626500606537, -0.06827914714813232, -0.023996897041797638, -0.05465131998062134, -0.0691625252366066, -0.0202315840870142, 0.0030690496787428856, 0.011019310913980007, -0.16453103721141815, 0.02666674554347992, 0.21406352519989014, -0.0184742733836174, 0.03296276181936264, 0.041478801518678665, -0.06472021341323853, 0.03657660633325577, 0.06727514415979385, 0.012868644669651985, 0.0428229421377182, -0.015583856031298637, -0.02862362749874592, -0.01811930350959301, -0.059170424938201904, 0.0012732958421111107, -0.025621918961405754, -0.09873221814632416, -0.04218907281756401, -0.09213227033615112, 0.007405654061585665, -0.06430187821388245, 0.043786175549030304, -0.003126333002001047, -0.07702869176864624, 0.027628233656287193, 0.029278315603733063, -0.10505229979753494, -0.03155132383108139, -0.0558229461312294, 0.10432865470647812, -0.14088822901248932, 0.029063435271382332, 0.11605534702539444, -0.13177525997161865, 0.10362166911363602, 0.008012702688574791, -0.03562774881720543, 0.03824903443455696, -0.06868431717157364, 0.026262234896421432, -0.010215403512120247, 0.06665290147066116, -0.005261076148599386, -0.20207303762435913, -0.0133397551253438, -0.024289920926094055, -0.03317854925990105, 0.05279972776770592, -0.05212252214550972, -0.1138552725315094, 0.05057688057422638, 0.008017448708415031, -0.13850629329681396, 0.012657323852181435, -0.02635650895535946, 0.14542214572429657, -0.02839590609073639, 0.10473192483186722, 0.018271833658218384, 0.06980488449335098, -0.09718425571918488, -0.04064253717660904, -0.0128911342471838, 0.0014255960704758763, 0.03912349045276642, -0.008844570256769657, 0.045015085488557816, 0.030473463237285614, 0.2091175764799118, -0.11199332773685455, 0.03581912815570831, 0.09055539220571518, 0.0571853443980217, -0.09511220455169678, 0.08752088248729706, 0.006885006558150053, 0.01138865016400814, 0.02530914731323719, 0.031467560678720474, -0.12049347162246704, -0.09330657869577408, -0.124842569231987, 0.046170223504304886, 0.14174146950244904, 0.11463754624128342, -0.020255863666534424, 0.13116785883903503, -0.07061971724033356, 0.05911732837557793, 0.09409740567207336, -0.08606324344873428, -0.016327805817127228, -0.09237436205148697, 0.050081510096788406, 0.02475641295313835, -0.15108852088451385, 0.1213826835155487, -0.03682752326130867, -0.0685158520936966, -0.07589801400899887, -0.11451918631792068, -0.06680551171302795, 0.05853987857699394, 0.008679606951773167, -0.10607483237981796, 0.09762442111968994, 0.11363516747951508, 0.03594497963786125, 0.02862776443362236, 0.0610765777528286, -0.0759335532784462, -0.07792176306247711, 0.09101177752017975, 0.07771236449480057, 0.05770585313439369, 0.07675106078386307, 0.03192681446671486, -0.05289881303906441, 0.1547164022922516, 0.024916786700487137, 0.03963637724518776, 0.000911447627004236, -0.04215061664581299, -0.0782540813088417, -0.06684394180774689, 0.051379088312387466, -0.04126332327723503, -0.0866006538271904, 0.14935989677906036, 0.023250024765729904, 0.034432731568813324, 0.00472369696944952, 0.2732416093349457, -0.056589145213365555, -0.14351077377796173, -0.1782582402229309, 0.05737660825252533, -0.046409349888563156, 0.05876317247748375, 0.07322956621646881, -0.11496877670288086, 0.00020200462313368917, 0.012984626926481724, 0.09457510709762573, 0.009764570742845535, 0.03246235102415085, 0.015385495498776436, 0.020452706143260002, 0.04982244595885277, 0.03506981581449509, -0.019412416964769363, 0.1409067064523697, -0.07403891533613205, 0.07512450963258743, 0.006206970661878586, -0.03106243722140789, -0.08599589020013809, 0.16281095147132874, -0.07286980748176575, -0.08290620893239975, -0.08964404463768005, 0.13541258871555328, -0.06406331807374954, -0.2825919985771179, 0.023488018661737442, -0.15495307743549347, -0.18240755796432495, -0.05326353386044502, 0.0359531007707119, -0.04469205066561699, 0.01843906007707119, 0.1167900487780571, -0.07510887831449509, 0.2043508142232895, 0.07798872888088226, 0.004300924949347973, -0.025345003232359886, 0.10722294449806213, -0.11968959122896194, 0.11786966770887375, 0.0697946697473526, 0.08478061109781265, 0.06858369708061218, -0.036502279341220856, -0.08881781250238419, 0.007706949021667242, 0.12032146006822586, -0.08735063672065735, -0.003866907674819231, 0.20653674006462097, 0.02140582725405693, 0.13272786140441895, 0.07886672019958496, -0.0249448511749506, 0.04418395459651947, 0.04326588287949562, -0.034816041588783264, -0.04504784196615219, 0.09968496114015579, -0.1079515814781189, 0.08256836980581284, 0.1220194399356842, -0.0497824028134346, -0.007842171005904675, -0.03134980425238609, -0.004652624484151602, -0.011846845969557762, 0.0837673544883728, -0.024919921532273293, -0.1416803002357483, 0.007359351497143507, -0.07121159136295319, 0.1511315554380417, -0.0795341283082962, -0.065935879945755, 0.045845188200473785, -0.013089229352772236, -0.04641222208738327, 0.11290950328111649, 0.05853985622525215, -0.030454451218247414, 0.0005689506069757044, -0.16604499518871307, 0.07972967624664307, 0.08298156410455704, -0.04274312034249306, 0.07316330075263977 ]
155b9c710419136e17307b80d0a13e68cd46b4ec
# Dataset Card for CLINC150 ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Github](https://github.com/clinc/oos-eval/) - **Repository:** [Github](https://github.com/clinc/oos-eval/) - **Paper:** [Aclweb](https://www.aclweb.org/anthology/D19-1131) - **Leaderboard:** [PapersWithCode](https://paperswithcode.com/sota/text-classification-on-clinc-oos) - **Point of Contact:** ### Dataset Summary Task-oriented dialog systems need to know when a query falls outside their range of supported intents, but current text classification corpora only define label sets that cover every example. We introduce a new dataset that includes queries that are out-of-scope (OOS), i.e., queries that do not fall into any of the system's supported intents. This poses a new challenge because models cannot assume that every query at inference time belongs to a system-supported intent class. Our dataset also covers 150 intent classes over 10 domains, capturing the breadth that a production task-oriented agent must handle. It offers a way of more rigorously and realistically benchmarking text classification in task-driven dialog systems. ### Supported Tasks and Leaderboards - `intent-classification`: This dataset is for evaluating the performance of intent classification systems in the presence of "out-of-scope" queries, i.e., queries that do not fall into any of the system-supported intent classes. The dataset includes both in-scope and out-of-scope data. [here](https://paperswithcode.com/sota/text-classification-on-clinc-oos). ### Languages English ## Dataset Structure ### Data Instances A sample from the training set is provided below: ``` { 'text' : 'can you walk me through setting up direct deposits to my bank of internet savings account', 'label' : 108 } ``` ### Data Fields - text : Textual data - label : 150 intent classes over 10 domains, the dataset contains one label for 'out-of-scope' intent. The Label Id to Label Name map is mentioned in the table below: | **Label Id** | **Label name** | |--- |--- | | 0 | restaurant_reviews | | 1 | nutrition_info | | 2 | account_blocked | | 3 | oil_change_how | | 4 | time | | 5 | weather | | 6 | redeem_rewards | | 7 | interest_rate | | 8 | gas_type | | 9 | accept_reservations | | 10 | smart_home | | 11 | user_name | | 12 | report_lost_card | | 13 | repeat | | 14 | whisper_mode | | 15 | what_are_your_hobbies | | 16 | order | | 17 | jump_start | | 18 | schedule_meeting | | 19 | meeting_schedule | | 20 | freeze_account | | 21 | what_song | | 22 | meaning_of_life | | 23 | restaurant_reservation | | 24 | traffic | | 25 | make_call | | 26 | text | | 27 | bill_balance | | 28 | improve_credit_score | | 29 | change_language | | 30 | no | | 31 | measurement_conversion | | 32 | timer | | 33 | flip_coin | | 34 | do_you_have_pets | | 35 | balance | | 36 | tell_joke | | 37 | last_maintenance | | 38 | exchange_rate | | 39 | uber | | 40 | car_rental | | 41 | credit_limit | | 42 | oos | | 43 | shopping_list | | 44 | expiration_date | | 45 | routing | | 46 | meal_suggestion | | 47 | tire_change | | 48 | todo_list | | 49 | card_declined | | 50 | rewards_balance | | 51 | change_accent | | 52 | vaccines | | 53 | reminder_update | | 54 | food_last | | 55 | change_ai_name | | 56 | bill_due | | 57 | who_do_you_work_for | | 58 | share_location | | 59 | international_visa | | 60 | calendar | | 61 | translate | | 62 | carry_on | | 63 | book_flight | | 64 | insurance_change | | 65 | todo_list_update | | 66 | timezone | | 67 | cancel_reservation | | 68 | transactions | | 69 | credit_score | | 70 | report_fraud | | 71 | spending_history | | 72 | directions | | 73 | spelling | | 74 | insurance | | 75 | what_is_your_name | | 76 | reminder | | 77 | where_are_you_from | | 78 | distance | | 79 | payday | | 80 | flight_status | | 81 | find_phone | | 82 | greeting | | 83 | alarm | | 84 | order_status | | 85 | confirm_reservation | | 86 | cook_time | | 87 | damaged_card | | 88 | reset_settings | | 89 | pin_change | | 90 | replacement_card_duration | | 91 | new_card | | 92 | roll_dice | | 93 | income | | 94 | taxes | | 95 | date | | 96 | who_made_you | | 97 | pto_request | | 98 | tire_pressure | | 99 | how_old_are_you | | 100 | rollover_401k | | 101 | pto_request_status | | 102 | how_busy | | 103 | application_status | | 104 | recipe | | 105 | calendar_update | | 106 | play_music | | 107 | yes | | 108 | direct_deposit | | 109 | credit_limit_change | | 110 | gas | | 111 | pay_bill | | 112 | ingredients_list | | 113 | lost_luggage | | 114 | goodbye | | 115 | what_can_i_ask_you | | 116 | book_hotel | | 117 | are_you_a_bot | | 118 | next_song | | 119 | change_speed | | 120 | plug_type | | 121 | maybe | | 122 | w2 | | 123 | oil_change_when | | 124 | thank_you | | 125 | shopping_list_update | | 126 | pto_balance | | 127 | order_checks | | 128 | travel_alert | | 129 | fun_fact | | 130 | sync_device | | 131 | schedule_maintenance | | 132 | apr | | 133 | transfer | | 134 | ingredient_substitution | | 135 | calories | | 136 | current_location | | 137 | international_fees | | 138 | calculator | | 139 | definition | | 140 | next_holiday | | 141 | update_playlist | | 142 | mpg | | 143 | min_payment | | 144 | change_user_name | | 145 | restaurant_suggestion | | 146 | travel_notification | | 147 | cancel | | 148 | pto_used | | 149 | travel_suggestion | | 150 | change_volume | ### Data Splits The dataset comes in different subsets: - `small` : Small, in which there are only 50 training queries per each in-scope intent - `imbalanced` : Imbalanced, in which intents have either 25, 50, 75, or 100 training queries. - `plus`: OOS+, in which there are 250 out-of-scope training examples, rather than 100. | name |train|validation|test| |----------|----:|---------:|---:| |small|7600| 3100| 5500 | |imbalanced|10625| 3100| 5500| |plus|15250| 3100| 5500| ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information ``` @inproceedings{larson-etal-2019-evaluation, title = "An Evaluation Dataset for Intent Classification and Out-of-Scope Prediction", author = "Larson, Stefan and Mahendran, Anish and Peper, Joseph J. and Clarke, Christopher and Lee, Andrew and Hill, Parker and Kummerfeld, Jonathan K. and Leach, Kevin and Laurenzano, Michael A. and Tang, Lingjia and Mars, Jason", booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)", year = "2019", url = "https://www.aclweb.org/anthology/D19-1131" } ``` ### Contributions Thanks to [@sumanthd17](https://github.com/sumanthd17) for adding this dataset.
clinc_oos
[ "task_categories:text-classification", "task_ids:intent-classification", "annotations_creators:expert-generated", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-3.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-3.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["intent-classification"], "paperswithcode_id": "clinc150", "pretty_name": "CLINC150", "dataset_info": [{"config_name": "imbalanced", "features": [{"name": "text", "dtype": "string"}, {"name": "intent", "dtype": {"class_label": {"names": {"0": "restaurant_reviews", "1": "nutrition_info", "2": "account_blocked", "3": "oil_change_how", "4": "time", "5": "weather", "6": "redeem_rewards", "7": "interest_rate", "8": "gas_type", "9": "accept_reservations", "10": "smart_home", "11": "user_name", "12": "report_lost_card", "13": "repeat", "14": "whisper_mode", "15": "what_are_your_hobbies", "16": "order", "17": "jump_start", "18": "schedule_meeting", "19": "meeting_schedule", "20": "freeze_account", "21": "what_song", "22": "meaning_of_life", "23": "restaurant_reservation", "24": "traffic", "25": "make_call", "26": "text", "27": "bill_balance", "28": "improve_credit_score", "29": "change_language", "30": "no", "31": "measurement_conversion", "32": "timer", "33": "flip_coin", "34": "do_you_have_pets", "35": "balance", "36": "tell_joke", "37": "last_maintenance", "38": "exchange_rate", "39": "uber", "40": "car_rental", "41": "credit_limit", "42": "oos", "43": "shopping_list", "44": "expiration_date", "45": "routing", "46": "meal_suggestion", "47": "tire_change", "48": "todo_list", "49": "card_declined", "50": "rewards_balance", "51": "change_accent", "52": "vaccines", "53": "reminder_update", "54": "food_last", "55": "change_ai_name", "56": "bill_due", "57": "who_do_you_work_for", "58": "share_location", "59": "international_visa", "60": "calendar", "61": "translate", "62": "carry_on", "63": "book_flight", "64": "insurance_change", "65": "todo_list_update", "66": "timezone", "67": "cancel_reservation", "68": "transactions", "69": "credit_score", "70": "report_fraud", "71": "spending_history", "72": "directions", "73": "spelling", "74": "insurance", "75": "what_is_your_name", "76": "reminder", "77": "where_are_you_from", "78": "distance", "79": "payday", "80": "flight_status", "81": "find_phone", "82": "greeting", "83": "alarm", "84": "order_status", "85": "confirm_reservation", "86": "cook_time", "87": "damaged_card", "88": "reset_settings", "89": "pin_change", "90": "replacement_card_duration", "91": "new_card", "92": "roll_dice", "93": "income", "94": "taxes", "95": "date", "96": "who_made_you", "97": "pto_request", "98": "tire_pressure", "99": "how_old_are_you", "100": "rollover_401k", "101": "pto_request_status", "102": "how_busy", "103": "application_status", "104": "recipe", "105": "calendar_update", "106": "play_music", "107": "yes", "108": "direct_deposit", "109": "credit_limit_change", "110": "gas", "111": "pay_bill", "112": "ingredients_list", "113": "lost_luggage", "114": "goodbye", "115": "what_can_i_ask_you", "116": "book_hotel", "117": "are_you_a_bot", "118": "next_song", "119": "change_speed", "120": "plug_type", "121": "maybe", "122": "w2", "123": "oil_change_when", "124": "thank_you", "125": "shopping_list_update", "126": "pto_balance", "127": "order_checks", "128": "travel_alert", "129": "fun_fact", "130": "sync_device", "131": "schedule_maintenance", "132": "apr", "133": "transfer", "134": "ingredient_substitution", "135": "calories", "136": "current_location", "137": "international_fees", "138": "calculator", "139": "definition", "140": "next_holiday", "141": "update_playlist", "142": "mpg", "143": "min_payment", "144": "change_user_name", "145": "restaurant_suggestion", "146": "travel_notification", "147": "cancel", "148": "pto_used", "149": "travel_suggestion", "150": "change_volume"}}}}], "splits": [{"name": "train", "num_bytes": 546901, "num_examples": 10625}, {"name": "validation", "num_bytes": 160298, "num_examples": 3100}, {"name": "test", "num_bytes": 286966, "num_examples": 5500}], "download_size": 441918, "dataset_size": 994165}, {"config_name": "plus", "features": [{"name": "text", "dtype": "string"}, {"name": "intent", "dtype": {"class_label": {"names": {"0": "restaurant_reviews", "1": "nutrition_info", "2": "account_blocked", "3": "oil_change_how", "4": "time", "5": "weather", "6": "redeem_rewards", "7": "interest_rate", "8": "gas_type", "9": "accept_reservations", "10": "smart_home", "11": "user_name", "12": "report_lost_card", "13": "repeat", "14": "whisper_mode", "15": "what_are_your_hobbies", "16": "order", "17": "jump_start", "18": "schedule_meeting", "19": "meeting_schedule", "20": "freeze_account", "21": "what_song", "22": "meaning_of_life", "23": "restaurant_reservation", "24": "traffic", "25": "make_call", "26": "text", "27": "bill_balance", "28": "improve_credit_score", "29": "change_language", "30": "no", "31": "measurement_conversion", "32": "timer", "33": "flip_coin", "34": "do_you_have_pets", "35": "balance", "36": "tell_joke", "37": "last_maintenance", "38": "exchange_rate", "39": "uber", "40": "car_rental", "41": "credit_limit", "42": "oos", "43": "shopping_list", "44": "expiration_date", "45": "routing", "46": "meal_suggestion", "47": "tire_change", "48": "todo_list", "49": "card_declined", "50": "rewards_balance", "51": "change_accent", "52": "vaccines", "53": "reminder_update", "54": "food_last", "55": "change_ai_name", "56": "bill_due", "57": "who_do_you_work_for", "58": "share_location", "59": "international_visa", "60": "calendar", "61": "translate", "62": "carry_on", "63": "book_flight", "64": "insurance_change", "65": "todo_list_update", "66": "timezone", "67": "cancel_reservation", "68": "transactions", "69": "credit_score", "70": "report_fraud", "71": "spending_history", "72": "directions", "73": "spelling", "74": "insurance", "75": "what_is_your_name", "76": "reminder", "77": "where_are_you_from", "78": "distance", "79": "payday", "80": "flight_status", "81": "find_phone", "82": "greeting", "83": "alarm", "84": "order_status", "85": "confirm_reservation", "86": "cook_time", "87": "damaged_card", "88": "reset_settings", "89": "pin_change", "90": "replacement_card_duration", "91": "new_card", "92": "roll_dice", "93": "income", "94": "taxes", "95": "date", "96": "who_made_you", "97": "pto_request", "98": "tire_pressure", "99": "how_old_are_you", "100": "rollover_401k", "101": "pto_request_status", "102": "how_busy", "103": "application_status", "104": "recipe", "105": "calendar_update", "106": "play_music", "107": "yes", "108": "direct_deposit", "109": "credit_limit_change", "110": "gas", "111": "pay_bill", "112": "ingredients_list", "113": "lost_luggage", "114": "goodbye", "115": "what_can_i_ask_you", "116": "book_hotel", "117": "are_you_a_bot", "118": "next_song", "119": "change_speed", "120": "plug_type", "121": "maybe", "122": "w2", "123": "oil_change_when", "124": "thank_you", "125": "shopping_list_update", "126": "pto_balance", "127": "order_checks", "128": "travel_alert", "129": "fun_fact", "130": "sync_device", "131": "schedule_maintenance", "132": "apr", "133": "transfer", "134": "ingredient_substitution", "135": "calories", "136": "current_location", "137": "international_fees", "138": "calculator", "139": "definition", "140": "next_holiday", "141": "update_playlist", "142": "mpg", "143": "min_payment", "144": "change_user_name", "145": "restaurant_suggestion", "146": "travel_notification", "147": "cancel", "148": "pto_used", "149": "travel_suggestion", "150": "change_volume"}}}}], "splits": [{"name": "train", "num_bytes": 791247, "num_examples": 15250}, {"name": "validation", "num_bytes": 160298, "num_examples": 3100}, {"name": "test", "num_bytes": 286966, "num_examples": 5500}], "download_size": 525729, "dataset_size": 1238511}, {"config_name": "small", "features": [{"name": "text", "dtype": "string"}, {"name": "intent", "dtype": {"class_label": {"names": {"0": "restaurant_reviews", "1": "nutrition_info", "2": "account_blocked", "3": "oil_change_how", "4": "time", "5": "weather", "6": "redeem_rewards", "7": "interest_rate", "8": "gas_type", "9": "accept_reservations", "10": "smart_home", "11": "user_name", "12": "report_lost_card", "13": "repeat", "14": "whisper_mode", "15": "what_are_your_hobbies", "16": "order", "17": "jump_start", "18": "schedule_meeting", "19": "meeting_schedule", "20": "freeze_account", "21": "what_song", "22": "meaning_of_life", "23": "restaurant_reservation", "24": "traffic", "25": "make_call", "26": "text", "27": "bill_balance", "28": "improve_credit_score", "29": "change_language", "30": "no", "31": "measurement_conversion", "32": "timer", "33": "flip_coin", "34": "do_you_have_pets", "35": "balance", "36": "tell_joke", "37": "last_maintenance", "38": "exchange_rate", "39": "uber", "40": "car_rental", "41": "credit_limit", "42": "oos", "43": "shopping_list", "44": "expiration_date", "45": "routing", "46": "meal_suggestion", "47": "tire_change", "48": "todo_list", "49": "card_declined", "50": "rewards_balance", "51": "change_accent", "52": "vaccines", "53": "reminder_update", "54": "food_last", "55": "change_ai_name", "56": "bill_due", "57": "who_do_you_work_for", "58": "share_location", "59": "international_visa", "60": "calendar", "61": "translate", "62": "carry_on", "63": "book_flight", "64": "insurance_change", "65": "todo_list_update", "66": "timezone", "67": "cancel_reservation", "68": "transactions", "69": "credit_score", "70": "report_fraud", "71": "spending_history", "72": "directions", "73": "spelling", "74": "insurance", "75": "what_is_your_name", "76": "reminder", "77": "where_are_you_from", "78": "distance", "79": "payday", "80": "flight_status", "81": "find_phone", "82": "greeting", "83": "alarm", "84": "order_status", "85": "confirm_reservation", "86": "cook_time", "87": "damaged_card", "88": "reset_settings", "89": "pin_change", "90": "replacement_card_duration", "91": "new_card", "92": "roll_dice", "93": "income", "94": "taxes", "95": "date", "96": "who_made_you", "97": "pto_request", "98": "tire_pressure", "99": "how_old_are_you", "100": "rollover_401k", "101": "pto_request_status", "102": "how_busy", "103": "application_status", "104": "recipe", "105": "calendar_update", "106": "play_music", "107": "yes", "108": "direct_deposit", "109": "credit_limit_change", "110": "gas", "111": "pay_bill", "112": "ingredients_list", "113": "lost_luggage", "114": "goodbye", "115": "what_can_i_ask_you", "116": "book_hotel", "117": "are_you_a_bot", "118": "next_song", "119": "change_speed", "120": "plug_type", "121": "maybe", "122": "w2", "123": "oil_change_when", "124": "thank_you", "125": "shopping_list_update", "126": "pto_balance", "127": "order_checks", "128": "travel_alert", "129": "fun_fact", "130": "sync_device", "131": "schedule_maintenance", "132": "apr", "133": "transfer", "134": "ingredient_substitution", "135": "calories", "136": "current_location", "137": "international_fees", "138": "calculator", "139": "definition", "140": "next_holiday", "141": "update_playlist", "142": "mpg", "143": "min_payment", "144": "change_user_name", "145": "restaurant_suggestion", "146": "travel_notification", "147": "cancel", "148": "pto_used", "149": "travel_suggestion", "150": "change_volume"}}}}], "splits": [{"name": "train", "num_bytes": 394124, "num_examples": 7600}, {"name": "validation", "num_bytes": 160298, "num_examples": 3100}, {"name": "test", "num_bytes": 286966, "num_examples": 5500}], "download_size": 385185, "dataset_size": 841388}], "configs": [{"config_name": "imbalanced", "data_files": [{"split": "train", "path": "imbalanced/train-*"}, {"split": "validation", "path": "imbalanced/validation-*"}, {"split": "test", "path": "imbalanced/test-*"}]}, {"config_name": "plus", "data_files": [{"split": "train", "path": "plus/train-*"}, {"split": "validation", "path": "plus/validation-*"}, {"split": "test", "path": "plus/test-*"}]}, {"config_name": "small", "data_files": [{"split": "train", "path": "small/train-*"}, {"split": "validation", "path": "small/validation-*"}, {"split": "test", "path": "small/test-*"}]}]}
2024-01-18T14:33:10+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-intent-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-3.0 #region-us
Dataset Card for CLINC150 ========================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: Github * Repository: Github * Paper: Aclweb * Leaderboard: PapersWithCode * Point of Contact: ### Dataset Summary Task-oriented dialog systems need to know when a query falls outside their range of supported intents, but current text classification corpora only define label sets that cover every example. We introduce a new dataset that includes queries that are out-of-scope (OOS), i.e., queries that do not fall into any of the system's supported intents. This poses a new challenge because models cannot assume that every query at inference time belongs to a system-supported intent class. Our dataset also covers 150 intent classes over 10 domains, capturing the breadth that a production task-oriented agent must handle. It offers a way of more rigorously and realistically benchmarking text classification in task-driven dialog systems. ### Supported Tasks and Leaderboards * 'intent-classification': This dataset is for evaluating the performance of intent classification systems in the presence of "out-of-scope" queries, i.e., queries that do not fall into any of the system-supported intent classes. The dataset includes both in-scope and out-of-scope data. here. ### Languages English Dataset Structure ----------------- ### Data Instances A sample from the training set is provided below: ### Data Fields * text : Textual data * label : 150 intent classes over 10 domains, the dataset contains one label for 'out-of-scope' intent. The Label Id to Label Name map is mentioned in the table below: ### Data Splits The dataset comes in different subsets: * 'small' : Small, in which there are only 50 training queries per each in-scope intent * 'imbalanced' : Imbalanced, in which intents have either 25, 50, 75, or 100 training queries. * 'plus': OOS+, in which there are 250 out-of-scope training examples, rather than 100. Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @sumanthd17 for adding this dataset.
[ "### Dataset Summary\n\n\nTask-oriented dialog systems need to know when a query falls outside their range of supported intents, but current text classification corpora only define label sets that cover every example. We introduce a new dataset that includes queries that are out-of-scope (OOS), i.e., queries that do not fall into any of the system's supported intents. This poses a new challenge because models cannot assume that every query at inference time belongs to a system-supported intent class. Our dataset also covers 150 intent classes over 10 domains, capturing the breadth that a production task-oriented agent must handle. It offers a way of more rigorously and realistically benchmarking text classification in task-driven dialog systems.", "### Supported Tasks and Leaderboards\n\n\n* 'intent-classification': This dataset is for evaluating the performance of intent classification systems in the presence of \"out-of-scope\" queries, i.e., queries that do not fall into any of the system-supported intent classes. The dataset includes both in-scope and out-of-scope data. here.", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from the training set is provided below:", "### Data Fields\n\n\n* text : Textual data\n* label : 150 intent classes over 10 domains, the dataset contains one label for 'out-of-scope' intent.\n\n\nThe Label Id to Label Name map is mentioned in the table below:", "### Data Splits\n\n\nThe dataset comes in different subsets:\n\n\n* 'small' : Small, in which there are only 50 training queries per each in-scope intent\n* 'imbalanced' : Imbalanced, in which intents have either 25, 50, 75, or 100 training queries.\n* 'plus': OOS+, in which there are 250 out-of-scope training examples, rather than 100.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @sumanthd17 for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-intent-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-3.0 #region-us \n", "### Dataset Summary\n\n\nTask-oriented dialog systems need to know when a query falls outside their range of supported intents, but current text classification corpora only define label sets that cover every example. We introduce a new dataset that includes queries that are out-of-scope (OOS), i.e., queries that do not fall into any of the system's supported intents. This poses a new challenge because models cannot assume that every query at inference time belongs to a system-supported intent class. Our dataset also covers 150 intent classes over 10 domains, capturing the breadth that a production task-oriented agent must handle. It offers a way of more rigorously and realistically benchmarking text classification in task-driven dialog systems.", "### Supported Tasks and Leaderboards\n\n\n* 'intent-classification': This dataset is for evaluating the performance of intent classification systems in the presence of \"out-of-scope\" queries, i.e., queries that do not fall into any of the system-supported intent classes. The dataset includes both in-scope and out-of-scope data. here.", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA sample from the training set is provided below:", "### Data Fields\n\n\n* text : Textual data\n* label : 150 intent classes over 10 domains, the dataset contains one label for 'out-of-scope' intent.\n\n\nThe Label Id to Label Name map is mentioned in the table below:", "### Data Splits\n\n\nThe dataset comes in different subsets:\n\n\n* 'small' : Small, in which there are only 50 training queries per each in-scope intent\n* 'imbalanced' : Imbalanced, in which intents have either 25, 50, 75, or 100 training queries.\n* 'plus': OOS+, in which there are 250 out-of-scope training examples, rather than 100.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @sumanthd17 for adding this dataset." ]
[ 93, 173, 87, 12, 16, 53, 100, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-intent-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-3.0 #region-us \n### Dataset Summary\n\n\nTask-oriented dialog systems need to know when a query falls outside their range of supported intents, but current text classification corpora only define label sets that cover every example. We introduce a new dataset that includes queries that are out-of-scope (OOS), i.e., queries that do not fall into any of the system's supported intents. This poses a new challenge because models cannot assume that every query at inference time belongs to a system-supported intent class. Our dataset also covers 150 intent classes over 10 domains, capturing the breadth that a production task-oriented agent must handle. It offers a way of more rigorously and realistically benchmarking text classification in task-driven dialog systems.### Supported Tasks and Leaderboards\n\n\n* 'intent-classification': This dataset is for evaluating the performance of intent classification systems in the presence of \"out-of-scope\" queries, i.e., queries that do not fall into any of the system-supported intent classes. The dataset includes both in-scope and out-of-scope data. here.### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA sample from the training set is provided below:### Data Fields\n\n\n* text : Textual data\n* label : 150 intent classes over 10 domains, the dataset contains one label for 'out-of-scope' intent.\n\n\nThe Label Id to Label Name map is mentioned in the table below:" ]
[ -0.09633748978376389, 0.16302314400672913, -0.004599283449351788, 0.07161114364862442, 0.11425767093896866, -0.016669323667883873, 0.10745953023433685, 0.038100466132164, 0.07112924754619598, 0.11616910248994827, -0.06261706352233887, -0.017334191128611565, 0.084791399538517, 0.12849850952625275, -0.0069058919325470924, -0.10996905714273453, 0.03505679965019226, -0.10937552899122238, -0.07560048252344131, 0.09332588315010071, 0.0959620326757431, -0.0500919371843338, 0.06148288771510124, -0.06293370574712753, -0.01746695302426815, -0.01649891957640648, -0.016148196533322334, -0.03618447855114937, 0.05288681015372276, 0.036783307790756226, 0.13471218943595886, 0.001671401085332036, 0.007195366080850363, -0.16998375952243805, 0.012150529772043228, 0.07110937684774399, 0.003405397292226553, 0.01747945509850979, 0.032353464514017105, 0.054067760705947876, -0.0046980781480669975, -0.14459851384162903, 0.018023714423179626, 0.07779481261968613, -0.10524183511734009, 0.08955807983875275, -0.0982031598687172, 0.012770536355674267, 0.059607069939374924, 0.07352487742900848, -0.0345892533659935, 0.09283590316772461, -0.06301004439592361, 0.056024789810180664, -0.015553479082882404, -0.14179231226444244, -0.01894111931324005, 0.042104706168174744, 0.03618688881397247, 0.09311982989311218, -0.09326043725013733, -0.03130277991294861, -0.03235936909914017, 0.013684256933629513, 0.015493417158722878, -0.051093704998493195, 0.06215198338031769, -0.03236827254295349, -0.10743876546621323, -0.053000543266534805, 0.27995121479034424, 0.06457170844078064, -0.11282158643007278, -0.17632989585399628, -0.04878782108426094, 0.0194279495626688, 0.01687692105770111, -0.02116083912551403, 0.08956049382686615, 0.024783069267868996, 0.13261732459068298, -0.020120840519666672, -0.10575969517230988, 0.024275315925478935, -0.09806815534830093, 0.04958556219935417, 0.012726806104183197, 0.0049032121896743774, -0.03145017474889755, 0.07269179075956345, -0.07290259748697281, -0.07104523479938507, -0.12245018035173416, -0.07534828037023544, -0.17345905303955078, -0.03966027498245239, -0.010867600329220295, -0.07937490195035934, 0.03396240249276161, 0.10102575272321701, -0.02661755494773388, 0.018204227089881897, -0.09729797393083572, 0.0541473850607872, 0.15452709794044495, 0.1452009230852127, 0.006976930890232325, -0.07925809174776077, 0.05839011073112488, 0.024079423397779465, 0.03528855741024017, -0.016170695424079895, -0.024646829813718796, -0.0034361418802291155, 0.012314051389694214, 0.03635157272219658, 0.09480832517147064, 0.032077107578516006, -0.0924450010061264, -0.03419727832078934, 0.002763489494100213, -0.20254725217819214, 0.0204897690564394, -0.0353398360311985, -0.05373203754425049, 0.04131816700100899, 0.033075038343667984, 0.004908677190542221, -0.10748739540576935, -0.049911946058273315, -0.09961745887994766, -0.0021556096617132425, -0.10376054048538208, -0.08230369538068771, 0.05239241570234299, -0.09383361041545868, -0.04402739927172661, -0.05457599461078644, -0.14028209447860718, -0.09867257624864578, 0.052001066505908966, -0.008768590167164803, -0.06386730819940567, -0.05447344481945038, -0.04920091852545738, -0.03517615422606468, 0.017366185784339905, -0.04777562990784645, -0.005782574415206909, 0.03461453318595886, 0.02412530966103077, -0.00604129396378994, -0.005787810776382685, 0.019748937338590622, -0.13519243896007538, 0.038276031613349915, -0.21825633943080902, 0.13958965241909027, -0.05746223405003548, 0.03268612548708916, -0.035914015024900436, 0.03287684917449951, 0.036193959414958954, 0.08163841813802719, -0.018324468284845352, 0.13663817942142487, -0.14837129414081573, 0.02492031455039978, 0.18147024512290955, -0.12135100364685059, -0.08226879686117172, 0.05901399999856949, -0.027126993983983994, 0.12463764101266861, 0.08489961922168732, 0.059521544724702835, 0.058684464544057846, -0.11959034949541092, -0.103281170129776, -0.07189063727855682, -0.055866777896881104, 0.01989467442035675, 0.06613638252019882, -0.04259290546178818, 0.13523010909557343, 0.023412156850099564, -0.0406561978161335, -0.03952312842011452, 0.02816459722816944, -0.05314527824521065, -0.01094744075089693, 0.026695987209677696, -0.04040364921092987, 0.00008879855886334553, -0.012568231672048569, -0.003975925035774708, -0.1417970508337021, 0.0054269712418317795, 0.012567304074764252, -0.026975117623806, 0.03494439274072647, -0.08466935157775879, -0.03172967955470085, -0.08394940942525864, 0.021262576803565025, -0.212876558303833, -0.11074366420507431, 0.0313078910112381, -0.08333543688058853, 0.1448657214641571, 0.09339913725852966, -0.001166550675407052, 0.017010122537612915, 0.010205387137830257, -0.008019009605050087, -0.07449877262115479, -0.036545753479003906, -0.06914030015468597, -0.15280736982822418, -0.005154093261808157, -0.06400088965892792, 0.07515144348144531, -0.11700789630413055, 0.06596130132675171, 0.045843254774808884, -0.02232711762189865, 0.021215667948126793, -0.05735411494970322, 0.03463105112314224, 0.03932609036564827, -0.049582045525312424, -0.05454576760530472, -0.00837650429457426, 0.011978734284639359, -0.01736469753086567, -0.01942899078130722, -0.19615235924720764, -0.0626012310385704, 0.06361683458089828, 0.007287787739187479, -0.06346647441387177, -0.05916712433099747, -0.03605840727686882, -0.03957200050354004, -0.04483911767601967, -0.060735948383808136, 0.1086825504899025, 0.03654700890183449, 0.05081164464354515, -0.06340698897838593, 0.0030478788539767265, 0.020907940343022346, -0.012235252186655998, -0.017843609675765038, -0.01236512791365385, 0.022919435054063797, -0.13382470607757568, 0.13103042542934418, 0.07609343528747559, 0.06635703146457672, 0.12355020642280579, -0.018902724608778954, -0.06850416958332062, -0.07438995689153671, 0.056474193930625916, -0.01818092353641987, 0.1290045827627182, -0.15600641071796417, 0.017907917499542236, 0.02304859831929207, 0.0690457820892334, 0.021367864683270454, -0.06077807769179344, 0.06220955401659012, 0.048087574541568756, 0.021440409123897552, -0.04394116252660751, -0.06368398666381836, 0.025322241708636284, 0.0746150016784668, 0.03362264856696129, 0.04084501788020134, 0.05460917577147484, -0.07610311359167099, -0.10509690642356873, 0.1539570540189743, -0.09901531040668488, -0.2699735462665558, -0.15382149815559387, 0.04265131428837776, -0.09273631125688553, 0.025446321815252304, -0.003100305562838912, 0.03354359418153763, -0.09391913563013077, -0.11679656058549881, 0.018022360280156136, 0.01673235185444355, -0.09388657659292221, -0.02070736698806286, 0.09517081081867218, -0.02058892324566841, -0.08262345939874649, -0.00970768928527832, -0.00950623955577612, -0.1200842410326004, -0.011121872812509537, 0.052603233605623245, 0.11011266708374023, 0.09992489963769913, 0.019465304911136627, -0.035778552293777466, -0.018306272104382515, 0.03927736356854439, -0.09713301807641983, 0.09589099138975143, 0.11536657065153122, 0.018410684540867805, 0.03823764622211456, 0.1574070006608963, -0.023136911913752556, -0.04936851188540459, 0.04255548119544983, 0.04650213569402695, -0.08062653243541718, -0.2212599515914917, -0.048255350440740585, -0.10527358204126358, -0.027786845341324806, -0.012524633668363094, 0.013246621005237103, 0.08292100578546524, 0.02623421885073185, -0.026447072625160217, 0.07021177560091019, 0.037675730884075165, 0.07991867512464523, 0.0849325880408287, -0.025362903252243996, 0.05191164091229439, -0.04299413040280342, 0.030406448990106583, 0.06910403072834015, 0.06740021705627441, 0.15579769015312195, 0.02500106580555439, 0.10326235741376877, 0.07148420065641403, 0.054511286318302155, -0.03940889984369278, 0.038588423281908035, 0.06359197944402695, 0.07082665711641312, -0.03674960508942604, -0.06988995522260666, -0.0955910012125969, 0.09981285780668259, -0.029763439670205116, 0.0018450180068612099, -0.05594636872410774, 0.03316264599561691, 0.03615039959549904, 0.19382116198539734, -0.010550600476562977, -0.07091305404901505, -0.05893333628773689, 0.08394305408000946, -0.013895216397941113, -0.11569004505872726, 0.032827071845531464, 0.18363697826862335, -0.05845643952488899, -0.025960175320506096, -0.036023855209350586, 0.09102074056863785, -0.05749430134892464, 0.010135369375348091, -0.04226478189229965, 0.06298846006393433, -0.004340842366218567, 0.08028025925159454, -0.20952197909355164, 0.10073061287403107, 0.02601444162428379, 0.09489233791828156, -0.07681923359632492, 0.0940602719783783, 0.0018149326788261533, -0.015712641179561615, 0.15584424138069153, 0.014414732344448566, -0.06392329186201096, -0.05885385721921921, -0.12095090001821518, 0.028599509969353676, 0.07482877373695374, -0.07393065840005875, 0.11690367758274078, 0.016322921961545944, 0.012943709269165993, -0.014064544811844826, 0.11254021525382996, -0.09575270116329193, -0.1668601781129837, 0.05093257129192352, -0.013420946896076202, -0.014845365658402443, -0.05685967206954956, 0.013383878394961357, 0.016583291813731194, 0.22249849140644073, -0.4104805886745453, -0.07782486081123352, -0.12773267924785614, 0.027473364025354385, 0.039590079337358475, -0.04038671776652336, -0.024838492274284363, -0.009520887397229671, 0.0752878338098526, -0.024638645350933075, -0.05767255276441574, 0.11799011379480362, -0.029366984963417053, -0.0970047116279602, -0.06344009190797806, 0.11122105270624161, 0.07511887699365616, 0.03630132973194122, -0.036549028009176254, 0.022627385333180428, 0.03718925639986992, -0.07856318354606628, -0.03748438134789467, 0.13984130322933197, 0.0850934162735939, 0.2257976233959198, -0.08573038876056671, -0.16265709698200226, -0.0377119816839695, 0.006587764713913202, 0.07916773110628128, 0.1059286966919899, 0.004548836499452591, 0.12214431911706924, 0.1213495284318924, -0.16120587289333344, -0.19464772939682007, 0.05603340268135071, -0.012171318754553795, 0.08698048442602158, 0.0516391322016716, -0.14101165533065796, 0.06615854799747467, 0.05976669862866402, 0.0028311992064118385, 0.09424835443496704, -0.17055130004882812, -0.10797753930091858, 0.006922223139554262, 0.0256548710167408, 0.010565034113824368, -0.11877212673425674, 0.005076970439404249, 0.03507927060127258, 0.019330566748976707, 0.11505575478076935, -0.023976439610123634, 0.06826365739107132, 0.01583651266992092, 0.06798039376735687, 0.047969307750463486, -0.06352857500314713, 0.06069692596793175, 0.0426437109708786, 0.08485296368598938, -0.09687086194753647, -0.014807913452386856, 0.2321517914533615, -0.07017112523317337, 0.06970196217298508, 0.025760624557733536, -0.022611888125538826, -0.1118292585015297, -0.04127991199493408, -0.06342021375894547, 0.023316746577620506, -0.07823178172111511, -0.042578648775815964, -0.02443348802626133, 0.1166045218706131, 0.06594766676425934, 0.02062157727777958, 0.20198705792427063, -0.07077889144420624, 0.005751399789005518, 0.17168273031711578, 0.17173835635185242, 0.03255521133542061, -0.1047561839222908, -0.01777469366788864, 0.03633769229054451, 0.04745292663574219, -0.19517843425273895, 0.04057365283370018, 0.09651549905538559, 0.00664005009457469, 0.12170765548944473, 0.05240146443247795, -0.11056432127952576, 0.0018608836689963937, 0.028430460020899773, -0.05507341027259827, -0.10419342666864395, 0.018355444073677063, 0.022756438702344894, -0.15016886591911316, -0.020823368802666664, 0.13330477476119995, -0.018497904762625694, 0.024076778441667557, 0.00009386309830006212, 0.11639771610498428, -0.010275021195411682, 0.04205065593123436, -0.008955355733633041, 0.04312809556722641, -0.021959682926535606, 0.09084717929363251, 0.10606291890144348, -0.14879783987998962, 0.06415001302957535, 0.08798368275165558, -0.04121493920683861, -0.053298983722925186, -0.001395558938384056, 0.05115519091486931, 0.040590882301330566, -0.040054384618997574, -0.03849641606211662, -0.0729808434844017, 0.01469071302562952, 0.13230907917022705, -0.014023897238075733, 0.06569693237543106, -0.04422600194811821, -0.025133270770311356, -0.07899612188339233, 0.05719785392284393, -0.09457949548959732, 0.014020082540810108, -0.08042936772108078, -0.020043816417455673, -0.02472071535885334, -0.0020270212553441525, -0.008853483013808727, -0.09811262786388397, -0.09435397386550903, -0.006354989018291235, -0.054022353142499924, 0.04388890787959099, -0.05681730434298515, -0.021584071218967438, -0.017499791458249092, -0.020384609699249268, 0.006984057370573282, 0.011047541163861752, -0.00712360255420208, -0.009042762219905853, -0.011313787661492825, 0.11592067033052444, -0.10468090325593948, -0.016670705750584602, 0.009259216487407684, -0.08879075199365616, 0.08328115195035934, -0.01567561738193035, -0.04351921007037163, -0.027828924357891083, -0.15536385774612427, 0.07605388015508652, -0.03834868595004082, 0.0369323305785656, 0.02151573821902275, -0.0751563161611557, -0.0037705108989030123, 0.03978469967842102, -0.01962868683040142, -0.014651516452431679, 0.00831597764045, -0.10764467716217041, 0.10238530486822128, 0.05709846690297127, -0.03266788646578789, -0.09788982570171356, 0.0333181694149971, 0.09112735092639923, 0.032050296664237976, 0.07739847898483276, 0.0007576645584776998, 0.06777839362621307, -0.15154874324798584, -0.023607594892382622, 0.06536770612001419, 0.08701011538505554, 0.07493411004543304, -0.08202632516622543, 0.052545834332704544, -0.0034060801845043898, 0.1563625931739807, 0.06030043214559555, 0.09174292534589767, 0.059254225343465805, -0.006913410499691963, -0.004971036221832037, 0.04461938887834549, -0.09300994873046875, 0.0036173141561448574, -0.03004600666463375, 0.14076097309589386, -0.04563131928443909, -0.006660374812781811, -0.0811556950211525, 0.19855105876922607, 0.10781367868185043, 0.05364221706986427, 0.07664085179567337, 0.056880395859479904, -0.03216354548931122, -0.07482701539993286, 0.04549650475382805, 0.01190255954861641, 0.008048218674957752, -0.08501729369163513, 0.03276823088526726, 0.0030329416040331125, -0.10731392353773117, 0.14325153827667236, -0.04619920253753662, -0.09174054861068726, -0.03498290851712227, -0.23899275064468384, -0.010532740503549576, 0.08557110279798508, -0.02882479317486286, -0.12722164392471313, 0.03028728999197483, 0.10309340059757233, -0.0272224098443985, -0.03844619169831276, 0.07397038489580154, -0.09363057464361191, -0.04224441945552826, 0.03963626176118851, 0.01110034715384245, 0.05381594970822334, 0.048908770084381104, -0.008858343586325645, -0.006743751000612974, 0.12107051908969879, 0.10032115876674652, 0.08694877475500107, 0.09793800860643387, 0.0016733015654608607, -0.08527110517024994, -0.04892286658287048, -0.01716688647866249, 0.018140757456421852, 0.00018679020286072046, 0.09114252030849457, 0.03569991514086723, -0.08493004739284515, 0.011966729536652565, 0.2258686125278473, -0.04355796426534653, -0.10065848380327225, -0.1221688985824585, 0.10572004318237305, 0.04182839021086693, -0.03485513851046562, -0.00909509789198637, -0.14505237340927124, 0.04188806563615799, 0.1069229394197464, 0.12019729614257812, -0.02381717972457409, -0.03554127365350723, -0.054652463644742966, 0.0050337412394583225, -0.011606767773628235, 0.09017294645309448, -0.012085906229913235, 0.3426770269870758, -0.024074433371424675, 0.1321539282798767, 0.03484012559056282, -0.018755663186311722, -0.04823664575815201, 0.04841262102127075, -0.030971966683864594, 0.046303410083055496, -0.05241825431585312, 0.08606778085231781, -0.02087191306054592, -0.19594895839691162, 0.16023236513137817, -0.10127713531255722, -0.10287570208311081, -0.051023948937654495, 0.10734307020902634, -0.05385828763246536, 0.04764765128493309, 0.017074642702937126, -0.03225112333893776, 0.10821665078401566, -0.014534545131027699, -0.046859100461006165, 0.00836262572556734, 0.04010513424873352, -0.1353478729724884, 0.14432327449321747, 0.009578654542565346, 0.1236366257071495, 0.10180379450321198, 0.01167507003992796, -0.0907411202788353, -0.00734369270503521, -0.009717682376503944, -0.06178724765777588, 0.001600875286385417, 0.1697484403848648, -0.023545071482658386, 0.11234445124864578, 0.09437540173530579, -0.029074624180793762, -0.0027344797272235155, -0.05236349627375603, -0.05575740337371826, -0.08612369745969772, 0.026556966826319695, -0.08681914955377579, 0.1528651863336563, 0.09861688315868378, 0.006098277401179075, 0.0052355872467160225, -0.06306081265211105, 0.01909615844488144, -0.028199240565299988, 0.08354025334119797, -0.04634450376033783, -0.1143164113163948, 0.005851672030985355, -0.006528789177536964, 0.01964748650789261, -0.29329460859298706, -0.05966122820973396, 0.05739302188158035, 0.019658496603369713, -0.054420266300439835, 0.0714966207742691, 0.05975845456123352, 0.041755083948373795, -0.07399173825979233, -0.12941668927669525, 0.03410524129867554, 0.14713193476200104, -0.07150746881961823, -0.038078732788562775 ]
28178267a609dd08bdc703dd6c931dfc2c2f4431
# Dataset Card for "clue" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** https://www.cluebenchmarks.com - **Repository:** https://github.com/CLUEbenchmark/CLUE - **Paper:** [CLUE: A Chinese Language Understanding Evaluation Benchmark](https://aclanthology.org/2020.coling-main.419/) - **Paper:** https://arxiv.org/abs/2004.05986 - **Point of Contact:** [Zhenzhong Lan](mailto:lanzhenzhong@westlake.edu.cn) - **Size of downloaded dataset files:** 198.68 MB - **Size of the generated dataset:** 486.34 MB - **Total amount of disk used:** 685.02 MB ### Dataset Summary CLUE, A Chinese Language Understanding Evaluation Benchmark (https://www.cluebenchmarks.com/) is a collection of resources for training, evaluating, and analyzing Chinese language understanding systems. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### afqmc - **Size of downloaded dataset files:** 1.20 MB - **Size of the generated dataset:** 4.20 MB - **Total amount of disk used:** 5.40 MB An example of 'validation' looks as follows. ``` { "idx": 0, "label": 0, "sentence1": "双十一花呗提额在哪", "sentence2": "里可以提花呗额度" } ``` #### c3 - **Size of downloaded dataset files:** 3.20 MB - **Size of the generated dataset:** 15.69 MB - **Total amount of disk used:** 18.90 MB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "answer": "比人的灵敏", "choice": ["没有人的灵敏", "和人的差不多", "和人的一样好", "比人的灵敏"], "context": "[\"许多动物的某些器官感觉特别灵敏,它们能比人类提前知道一些灾害事件的发生,例如,海洋中的水母能预报风暴,老鼠能事先躲避矿井崩塌或有害气体,等等。地震往往能使一些动物的某些感觉器官受到刺激而发生异常反应。如一个地区的重力发生变异,某些动物可能通过它们的平衡...", "id": 1, "question": "动物的器官感觉与人的相比有什么不同?" } ``` #### chid - **Size of downloaded dataset files:** 139.20 MB - **Size of the generated dataset:** 274.08 MB - **Total amount of disk used:** 413.28 MB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "answers": { "candidate_id": [3, 5, 6, 1, 7, 4, 0], "text": ["碌碌无为", "无所作为", "苦口婆心", "得过且过", "未雨绸缪", "软硬兼施", "传宗接代"] }, "candidates": "[\"传宗接代\", \"得过且过\", \"咄咄逼人\", \"碌碌无为\", \"软硬兼施\", \"无所作为\", \"苦口婆心\", \"未雨绸缪\", \"和衷共济\", \"人老珠黄\"]...", "content": "[\"谈到巴萨目前的成就,瓜迪奥拉用了“坚持”两个字来形容。自从上世纪90年代克鲁伊夫带队以来,巴萨就坚持每年都有拉玛西亚球员进入一队的传统。即便是范加尔时代,巴萨强力推出的“巴萨五鹰”德拉·佩纳、哈维、莫雷罗、罗杰·加西亚和贝拉乌桑几乎#idiom0000...", "idx": 0 } ``` #### cluewsc2020 - **Size of downloaded dataset files:** 0.28 MB - **Size of the generated dataset:** 1.03 MB - **Total amount of disk used:** 1.29 MB An example of 'train' looks as follows. ``` { "idx": 0, "label": 1, "target": { "span1_index": 3, "span1_text": "伤口", "span2_index": 27, "span2_text": "它们" }, "text": "裂开的伤口涂满尘土,里面有碎石子和木头刺,我小心翼翼把它们剔除出去。" } ``` #### cmnli - **Size of downloaded dataset files:** 31.40 MB - **Size of the generated dataset:** 72.12 MB - **Total amount of disk used:** 103.53 MB An example of 'train' looks as follows. ``` { "idx": 0, "label": 0, "sentence1": "从概念上讲,奶油略读有两个基本维度-产品和地理。", "sentence2": "产品和地理位置是使奶油撇油起作用的原因。" } ``` ### Data Fields The data fields are the same among all splits. #### afqmc - `sentence1`: a `string` feature. - `sentence2`: a `string` feature. - `label`: a classification label, with possible values including `0` (0), `1` (1). - `idx`: a `int32` feature. #### c3 - `id`: a `int32` feature. - `context`: a `list` of `string` features. - `question`: a `string` feature. - `choice`: a `list` of `string` features. - `answer`: a `string` feature. #### chid - `idx`: a `int32` feature. - `candidates`: a `list` of `string` features. - `content`: a `list` of `string` features. - `answers`: a dictionary feature containing: - `text`: a `string` feature. - `candidate_id`: a `int32` feature. #### cluewsc2020 - `idx`: a `int32` feature. - `text`: a `string` feature. - `label`: a classification label, with possible values including `true` (0), `false` (1). - `span1_text`: a `string` feature. - `span2_text`: a `string` feature. - `span1_index`: a `int32` feature. - `span2_index`: a `int32` feature. #### cmnli - `sentence1`: a `string` feature. - `sentence2`: a `string` feature. - `label`: a classification label, with possible values including `neutral` (0), `entailment` (1), `contradiction` (2). - `idx`: a `int32` feature. ### Data Splits | name |train |validation|test | |-----------|-----:|---------:|----:| |afqmc | 34334| 4316| 3861| |c3 | 11869| 3816| 3892| |chid | 84709| 3218| 3231| |cluewsc2020| 1244| 304| 290| |cmnli |391783| 12241|13880| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @inproceedings{xu-etal-2020-clue, title = "{CLUE}: A {C}hinese Language Understanding Evaluation Benchmark", author = "Xu, Liang and Hu, Hai and Zhang, Xuanwei and Li, Lu and Cao, Chenjie and Li, Yudong and Xu, Yechen and Sun, Kai and Yu, Dian and Yu, Cong and Tian, Yin and Dong, Qianqian and Liu, Weitang and Shi, Bo and Cui, Yiming and Li, Junyi and Zeng, Jun and Wang, Rongzhao and Xie, Weijian and Li, Yanting and Patterson, Yina and Tian, Zuoyu and Zhang, Yiwen and Zhou, He and Liu, Shaoweihua and Zhao, Zhe and Zhao, Qipeng and Yue, Cong and Zhang, Xinrui and Yang, Zhengliang and Richardson, Kyle and Lan, Zhenzhong", booktitle = "Proceedings of the 28th International Conference on Computational Linguistics", month = dec, year = "2020", address = "Barcelona, Spain (Online)", publisher = "International Committee on Computational Linguistics", url = "https://aclanthology.org/2020.coling-main.419", doi = "10.18653/v1/2020.coling-main.419", pages = "4762--4772", } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@JetRunner](https://github.com/JetRunner) for adding this dataset.
clue
[ "task_categories:text-classification", "task_categories:multiple-choice", "task_ids:topic-classification", "task_ids:semantic-similarity-scoring", "task_ids:natural-language-inference", "task_ids:multiple-choice-qa", "annotations_creators:other", "language_creators:other", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:zh", "license:unknown", "coreference-nli", "qa-nli", "arxiv:2004.05986", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["other"], "language_creators": ["other"], "language": ["zh"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-classification", "multiple-choice"], "task_ids": ["topic-classification", "semantic-similarity-scoring", "natural-language-inference", "multiple-choice-qa"], "paperswithcode_id": "clue", "pretty_name": "CLUE: Chinese Language Understanding Evaluation benchmark", "tags": ["coreference-nli", "qa-nli"], "dataset_info": [{"config_name": "afqmc", "features": [{"name": "sentence1", "dtype": "string"}, {"name": "sentence2", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "0", "1": "1"}}}}, {"name": "idx", "dtype": "int32"}], "splits": [{"name": "test", "num_bytes": 378718, "num_examples": 3861}, {"name": "train", "num_bytes": 3396503, "num_examples": 34334}, {"name": "validation", "num_bytes": 426285, "num_examples": 4316}], "download_size": 2337418, "dataset_size": 4201506}, {"config_name": "c3", "features": [{"name": "id", "dtype": "int32"}, {"name": "context", "sequence": "string"}, {"name": "question", "dtype": "string"}, {"name": "choice", "sequence": "string"}, {"name": "answer", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 1600142, "num_examples": 1625}, {"name": "train", "num_bytes": 9672739, "num_examples": 11869}, {"name": "validation", "num_bytes": 2990943, "num_examples": 3816}], "download_size": 4718960, "dataset_size": 14263824}, {"config_name": "chid", "features": [{"name": "idx", "dtype": "int32"}, {"name": "candidates", "sequence": "string"}, {"name": "content", "sequence": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "candidate_id", "dtype": "int32"}]}], "splits": [{"name": "test", "num_bytes": 11480435, "num_examples": 3447}, {"name": "train", "num_bytes": 252477926, "num_examples": 84709}, {"name": "validation", "num_bytes": 10117761, "num_examples": 3218}], "download_size": 198468807, "dataset_size": 274076122}, {"config_name": "cluewsc2020", "features": [{"name": "idx", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "true", "1": "false"}}}}, {"name": "target", "struct": [{"name": "span1_text", "dtype": "string"}, {"name": "span2_text", "dtype": "string"}, {"name": "span1_index", "dtype": "int32"}, {"name": "span2_index", "dtype": "int32"}]}], "splits": [{"name": "test", "num_bytes": 645637, "num_examples": 2574}, {"name": "train", "num_bytes": 288816, "num_examples": 1244}, {"name": "validation", "num_bytes": 72670, "num_examples": 304}], "download_size": 380611, "dataset_size": 1007123}, {"config_name": "cmnli", "features": [{"name": "sentence1", "dtype": "string"}, {"name": "sentence2", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "neutral", "1": "entailment", "2": "contradiction"}}}}, {"name": "idx", "dtype": "int32"}], "splits": [{"name": "test", "num_bytes": 2386821, "num_examples": 13880}, {"name": "train", "num_bytes": 67684989, "num_examples": 391783}, {"name": "validation", "num_bytes": 2051829, "num_examples": 12241}], "download_size": 54234919, "dataset_size": 72123639}, {"config_name": "cmrc2018", "features": [{"name": "id", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}], "splits": [{"name": "test", "num_bytes": 3112042, "num_examples": 2000}, {"name": "train", "num_bytes": 15508062, "num_examples": 10142}, {"name": "validation", "num_bytes": 5183785, "num_examples": 3219}, {"name": "trial", "num_bytes": 1606907, "num_examples": 1002}], "download_size": 5459001, "dataset_size": 25410796}, {"config_name": "csl", "features": [{"name": "idx", "dtype": "int32"}, {"name": "corpus_id", "dtype": "int32"}, {"name": "abst", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "0", "1": "1"}}}}, {"name": "keyword", "sequence": "string"}], "splits": [{"name": "test", "num_bytes": 2463728, "num_examples": 3000}, {"name": "train", "num_bytes": 16478890, "num_examples": 20000}, {"name": "validation", "num_bytes": 2464563, "num_examples": 3000}], "download_size": 3936111, "dataset_size": 21407181}, {"config_name": "diagnostics", "features": [{"name": "sentence1", "dtype": "string"}, {"name": "sentence2", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "neutral", "1": "entailment", "2": "contradiction"}}}}, {"name": "idx", "dtype": "int32"}], "splits": [{"name": "test", "num_bytes": 42392, "num_examples": 514}], "download_size": 23000, "dataset_size": 42392}, {"config_name": "drcd", "features": [{"name": "id", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}], "splits": [{"name": "test", "num_bytes": 4982378, "num_examples": 3493}, {"name": "train", "num_bytes": 37443386, "num_examples": 26936}, {"name": "validation", "num_bytes": 5222729, "num_examples": 3524}], "download_size": 11188875, "dataset_size": 47648493}, {"config_name": "iflytek", "features": [{"name": "sentence", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "0", "1": "1", "2": "2", "3": "3", "4": "4", "5": "5", "6": "6", "7": "7", "8": "8", "9": "9", "10": "10", "11": "11", "12": "12", "13": "13", "14": "14", "15": "15", "16": "16", "17": "17", "18": "18", "19": "19", "20": "20", "21": "21", "22": "22", "23": "23", "24": "24", "25": "25", "26": "26", "27": "27", "28": "28", "29": "29", "30": "30", "31": "31", "32": "32", "33": "33", "34": "34", "35": "35", "36": "36", "37": "37", "38": "38", "39": "39", "40": "40", "41": "41", "42": "42", "43": "43", "44": "44", "45": "45", "46": "46", "47": "47", "48": "48", "49": "49", "50": "50", "51": "51", "52": "52", "53": "53", "54": "54", "55": "55", "56": "56", "57": "57", "58": "58", "59": "59", "60": "60", "61": "61", "62": "62", "63": "63", "64": "64", "65": "65", "66": "66", "67": "67", "68": "68", "69": "69", "70": "70", "71": "71", "72": "72", "73": "73", "74": "74", "75": "75", "76": "76", "77": "77", "78": "78", "79": "79", "80": "80", "81": "81", "82": "82", "83": "83", "84": "84", "85": "85", "86": "86", "87": "87", "88": "88", "89": "89", "90": "90", "91": "91", "92": "92", "93": "93", "94": "94", "95": "95", "96": "96", "97": "97", "98": "98", "99": "99", "100": "100", "101": "101", "102": "102", "103": "103", "104": "104", "105": "105", "106": "106", "107": "107", "108": "108", "109": "109", "110": "110", "111": "111", "112": "112", "113": "113", "114": "114", "115": "115", "116": "116", "117": "117", "118": "118"}}}}, {"name": "idx", "dtype": "int32"}], "splits": [{"name": "test", "num_bytes": 2105684, "num_examples": 2600}, {"name": "train", "num_bytes": 10028605, "num_examples": 12133}, {"name": "validation", "num_bytes": 2157119, "num_examples": 2599}], "download_size": 9777855, "dataset_size": 14291408}, {"config_name": "ocnli", "features": [{"name": "sentence1", "dtype": "string"}, {"name": "sentence2", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "neutral", "1": "entailment", "2": "contradiction"}}}}, {"name": "idx", "dtype": "int32"}], "splits": [{"name": "test", "num_bytes": 376058, "num_examples": 3000}, {"name": "train", "num_bytes": 6187142, "num_examples": 50437}, {"name": "validation", "num_bytes": 366227, "num_examples": 2950}], "download_size": 3000218, "dataset_size": 6929427}, {"config_name": "tnews", "features": [{"name": "sentence", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "100", "1": "101", "2": "102", "3": "103", "4": "104", "5": "106", "6": "107", "7": "108", "8": "109", "9": "110", "10": "112", "11": "113", "12": "114", "13": "115", "14": "116"}}}}, {"name": "idx", "dtype": "int32"}], "splits": [{"name": "test", "num_bytes": 810970, "num_examples": 10000}, {"name": "train", "num_bytes": 4245677, "num_examples": 53360}, {"name": "validation", "num_bytes": 797922, "num_examples": 10000}], "download_size": 4697843, "dataset_size": 5854569}], "configs": [{"config_name": "afqmc", "data_files": [{"split": "test", "path": "afqmc/test-*"}, {"split": "train", "path": "afqmc/train-*"}, {"split": "validation", "path": "afqmc/validation-*"}]}, {"config_name": "c3", "data_files": [{"split": "test", "path": "c3/test-*"}, {"split": "train", "path": "c3/train-*"}, {"split": "validation", "path": "c3/validation-*"}]}, {"config_name": "chid", "data_files": [{"split": "test", "path": "chid/test-*"}, {"split": "train", "path": "chid/train-*"}, {"split": "validation", "path": "chid/validation-*"}]}, {"config_name": "cluewsc2020", "data_files": [{"split": "test", "path": "cluewsc2020/test-*"}, {"split": "train", "path": "cluewsc2020/train-*"}, {"split": "validation", "path": "cluewsc2020/validation-*"}]}, {"config_name": "cmnli", "data_files": [{"split": "test", "path": "cmnli/test-*"}, {"split": "train", "path": "cmnli/train-*"}, {"split": "validation", "path": "cmnli/validation-*"}]}, {"config_name": "cmrc2018", "data_files": [{"split": "test", "path": "cmrc2018/test-*"}, {"split": "train", "path": "cmrc2018/train-*"}, {"split": "validation", "path": "cmrc2018/validation-*"}, {"split": "trial", "path": "cmrc2018/trial-*"}]}, {"config_name": "csl", "data_files": [{"split": "test", "path": "csl/test-*"}, {"split": "train", "path": "csl/train-*"}, {"split": "validation", "path": "csl/validation-*"}]}, {"config_name": "diagnostics", "data_files": [{"split": "test", "path": "diagnostics/test-*"}]}, {"config_name": "drcd", "data_files": [{"split": "test", "path": "drcd/test-*"}, {"split": "train", "path": "drcd/train-*"}, {"split": "validation", "path": "drcd/validation-*"}]}, {"config_name": "iflytek", "data_files": [{"split": "test", "path": "iflytek/test-*"}, {"split": "train", "path": "iflytek/train-*"}, {"split": "validation", "path": "iflytek/validation-*"}]}, {"config_name": "ocnli", "data_files": [{"split": "test", "path": "ocnli/test-*"}, {"split": "train", "path": "ocnli/train-*"}, {"split": "validation", "path": "ocnli/validation-*"}]}, {"config_name": "tnews", "data_files": [{"split": "test", "path": "tnews/test-*"}, {"split": "train", "path": "tnews/train-*"}, {"split": "validation", "path": "tnews/validation-*"}]}]}
2024-01-17T07:48:08+00:00
[ "2004.05986" ]
[ "zh" ]
TAGS #task_categories-text-classification #task_categories-multiple-choice #task_ids-topic-classification #task_ids-semantic-similarity-scoring #task_ids-natural-language-inference #task_ids-multiple-choice-qa #annotations_creators-other #language_creators-other #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Chinese #license-unknown #coreference-nli #qa-nli #arxiv-2004.05986 #region-us
Dataset Card for "clue" ======================= Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: URL * Paper: CLUE: A Chinese Language Understanding Evaluation Benchmark * Paper: URL * Point of Contact: Zhenzhong Lan * Size of downloaded dataset files: 198.68 MB * Size of the generated dataset: 486.34 MB * Total amount of disk used: 685.02 MB ### Dataset Summary CLUE, A Chinese Language Understanding Evaluation Benchmark (URL is a collection of resources for training, evaluating, and analyzing Chinese language understanding systems. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### afqmc * Size of downloaded dataset files: 1.20 MB * Size of the generated dataset: 4.20 MB * Total amount of disk used: 5.40 MB An example of 'validation' looks as follows. #### c3 * Size of downloaded dataset files: 3.20 MB * Size of the generated dataset: 15.69 MB * Total amount of disk used: 18.90 MB An example of 'train' looks as follows. #### chid * Size of downloaded dataset files: 139.20 MB * Size of the generated dataset: 274.08 MB * Total amount of disk used: 413.28 MB An example of 'train' looks as follows. #### cluewsc2020 * Size of downloaded dataset files: 0.28 MB * Size of the generated dataset: 1.03 MB * Total amount of disk used: 1.29 MB An example of 'train' looks as follows. #### cmnli * Size of downloaded dataset files: 31.40 MB * Size of the generated dataset: 72.12 MB * Total amount of disk used: 103.53 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### afqmc * 'sentence1': a 'string' feature. * 'sentence2': a 'string' feature. * 'label': a classification label, with possible values including '0' (0), '1' (1). * 'idx': a 'int32' feature. #### c3 * 'id': a 'int32' feature. * 'context': a 'list' of 'string' features. * 'question': a 'string' feature. * 'choice': a 'list' of 'string' features. * 'answer': a 'string' feature. #### chid * 'idx': a 'int32' feature. * 'candidates': a 'list' of 'string' features. * 'content': a 'list' of 'string' features. * 'answers': a dictionary feature containing: + 'text': a 'string' feature. + 'candidate\_id': a 'int32' feature. #### cluewsc2020 * 'idx': a 'int32' feature. * 'text': a 'string' feature. * 'label': a classification label, with possible values including 'true' (0), 'false' (1). * 'span1\_text': a 'string' feature. * 'span2\_text': a 'string' feature. * 'span1\_index': a 'int32' feature. * 'span2\_index': a 'int32' feature. #### cmnli * 'sentence1': a 'string' feature. * 'sentence2': a 'string' feature. * 'label': a classification label, with possible values including 'neutral' (0), 'entailment' (1), 'contradiction' (2). * 'idx': a 'int32' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @thomwolf, @JetRunner for adding this dataset.
[ "### Dataset Summary\n\n\nCLUE, A Chinese Language Understanding Evaluation Benchmark\n(URL is a collection of resources for training,\nevaluating, and analyzing Chinese language understanding systems.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### afqmc\n\n\n* Size of downloaded dataset files: 1.20 MB\n* Size of the generated dataset: 4.20 MB\n* Total amount of disk used: 5.40 MB\n\n\nAn example of 'validation' looks as follows.", "#### c3\n\n\n* Size of downloaded dataset files: 3.20 MB\n* Size of the generated dataset: 15.69 MB\n* Total amount of disk used: 18.90 MB\n\n\nAn example of 'train' looks as follows.", "#### chid\n\n\n* Size of downloaded dataset files: 139.20 MB\n* Size of the generated dataset: 274.08 MB\n* Total amount of disk used: 413.28 MB\n\n\nAn example of 'train' looks as follows.", "#### cluewsc2020\n\n\n* Size of downloaded dataset files: 0.28 MB\n* Size of the generated dataset: 1.03 MB\n* Total amount of disk used: 1.29 MB\n\n\nAn example of 'train' looks as follows.", "#### cmnli\n\n\n* Size of downloaded dataset files: 31.40 MB\n* Size of the generated dataset: 72.12 MB\n* Total amount of disk used: 103.53 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### afqmc\n\n\n* 'sentence1': a 'string' feature.\n* 'sentence2': a 'string' feature.\n* 'label': a classification label, with possible values including '0' (0), '1' (1).\n* 'idx': a 'int32' feature.", "#### c3\n\n\n* 'id': a 'int32' feature.\n* 'context': a 'list' of 'string' features.\n* 'question': a 'string' feature.\n* 'choice': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "#### chid\n\n\n* 'idx': a 'int32' feature.\n* 'candidates': a 'list' of 'string' features.\n* 'content': a 'list' of 'string' features.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'candidate\\_id': a 'int32' feature.", "#### cluewsc2020\n\n\n* 'idx': a 'int32' feature.\n* 'text': a 'string' feature.\n* 'label': a classification label, with possible values including 'true' (0), 'false' (1).\n* 'span1\\_text': a 'string' feature.\n* 'span2\\_text': a 'string' feature.\n* 'span1\\_index': a 'int32' feature.\n* 'span2\\_index': a 'int32' feature.", "#### cmnli\n\n\n* 'sentence1': a 'string' feature.\n* 'sentence2': a 'string' feature.\n* 'label': a classification label, with possible values including 'neutral' (0), 'entailment' (1), 'contradiction' (2).\n* 'idx': a 'int32' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @thomwolf, @JetRunner for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_categories-multiple-choice #task_ids-topic-classification #task_ids-semantic-similarity-scoring #task_ids-natural-language-inference #task_ids-multiple-choice-qa #annotations_creators-other #language_creators-other #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Chinese #license-unknown #coreference-nli #qa-nli #arxiv-2004.05986 #region-us \n", "### Dataset Summary\n\n\nCLUE, A Chinese Language Understanding Evaluation Benchmark\n(URL is a collection of resources for training,\nevaluating, and analyzing Chinese language understanding systems.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### afqmc\n\n\n* Size of downloaded dataset files: 1.20 MB\n* Size of the generated dataset: 4.20 MB\n* Total amount of disk used: 5.40 MB\n\n\nAn example of 'validation' looks as follows.", "#### c3\n\n\n* Size of downloaded dataset files: 3.20 MB\n* Size of the generated dataset: 15.69 MB\n* Total amount of disk used: 18.90 MB\n\n\nAn example of 'train' looks as follows.", "#### chid\n\n\n* Size of downloaded dataset files: 139.20 MB\n* Size of the generated dataset: 274.08 MB\n* Total amount of disk used: 413.28 MB\n\n\nAn example of 'train' looks as follows.", "#### cluewsc2020\n\n\n* Size of downloaded dataset files: 0.28 MB\n* Size of the generated dataset: 1.03 MB\n* Total amount of disk used: 1.29 MB\n\n\nAn example of 'train' looks as follows.", "#### cmnli\n\n\n* Size of downloaded dataset files: 31.40 MB\n* Size of the generated dataset: 72.12 MB\n* Total amount of disk used: 103.53 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### afqmc\n\n\n* 'sentence1': a 'string' feature.\n* 'sentence2': a 'string' feature.\n* 'label': a classification label, with possible values including '0' (0), '1' (1).\n* 'idx': a 'int32' feature.", "#### c3\n\n\n* 'id': a 'int32' feature.\n* 'context': a 'list' of 'string' features.\n* 'question': a 'string' feature.\n* 'choice': a 'list' of 'string' features.\n* 'answer': a 'string' feature.", "#### chid\n\n\n* 'idx': a 'int32' feature.\n* 'candidates': a 'list' of 'string' features.\n* 'content': a 'list' of 'string' features.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'candidate\\_id': a 'int32' feature.", "#### cluewsc2020\n\n\n* 'idx': a 'int32' feature.\n* 'text': a 'string' feature.\n* 'label': a classification label, with possible values including 'true' (0), 'false' (1).\n* 'span1\\_text': a 'string' feature.\n* 'span2\\_text': a 'string' feature.\n* 'span1\\_index': a 'int32' feature.\n* 'span2\\_index': a 'int32' feature.", "#### cmnli\n\n\n* 'sentence1': a 'string' feature.\n* 'sentence2': a 'string' feature.\n* 'label': a classification label, with possible values including 'neutral' (0), 'entailment' (1), 'contradiction' (2).\n* 'idx': a 'int32' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @thomwolf, @JetRunner for adding this dataset." ]
[ 158, 41, 10, 11, 6, 53, 50, 54, 53, 53, 17, 69, 72, 91, 119, 77, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 23 ]
[ "passage: TAGS\n#task_categories-text-classification #task_categories-multiple-choice #task_ids-topic-classification #task_ids-semantic-similarity-scoring #task_ids-natural-language-inference #task_ids-multiple-choice-qa #annotations_creators-other #language_creators-other #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Chinese #license-unknown #coreference-nli #qa-nli #arxiv-2004.05986 #region-us \n### Dataset Summary\n\n\nCLUE, A Chinese Language Understanding Evaluation Benchmark\n(URL is a collection of resources for training,\nevaluating, and analyzing Chinese language understanding systems.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### afqmc\n\n\n* Size of downloaded dataset files: 1.20 MB\n* Size of the generated dataset: 4.20 MB\n* Total amount of disk used: 5.40 MB\n\n\nAn example of 'validation' looks as follows.#### c3\n\n\n* Size of downloaded dataset files: 3.20 MB\n* Size of the generated dataset: 15.69 MB\n* Total amount of disk used: 18.90 MB\n\n\nAn example of 'train' looks as follows.#### chid\n\n\n* Size of downloaded dataset files: 139.20 MB\n* Size of the generated dataset: 274.08 MB\n* Total amount of disk used: 413.28 MB\n\n\nAn example of 'train' looks as follows.#### cluewsc2020\n\n\n* Size of downloaded dataset files: 0.28 MB\n* Size of the generated dataset: 1.03 MB\n* Total amount of disk used: 1.29 MB\n\n\nAn example of 'train' looks as follows.#### cmnli\n\n\n* Size of downloaded dataset files: 31.40 MB\n* Size of the generated dataset: 72.12 MB\n* Total amount of disk used: 103.53 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits." ]
[ -0.0661354809999466, 0.15987440943717957, -0.005609006155282259, 0.060442905873060226, 0.10264013707637787, -0.016683803871273994, 0.009630548767745495, 0.13760238885879517, -0.04778448864817619, 0.17650429904460907, -0.02703985385596752, -0.0361420102417469, 0.11180369555950165, 0.1480838656425476, 0.03536846488714218, -0.19864077866077423, 0.05918615311384201, -0.09698471426963806, -0.07138632237911224, 0.08949136734008789, 0.0955517366528511, -0.08599711954593658, 0.10801652818918228, -0.09466684609651566, -0.044304244220256805, -0.02326355129480362, -0.08838360756635666, -0.01544913463294506, 0.005708449985831976, 0.04346122965216637, -0.0037187107373028994, -0.04496793821454048, 0.0670611634850502, -0.21440455317497253, 0.0033614111598581076, 0.06419128179550171, -0.010594669729471207, 0.027447180822491646, 0.13248509168624878, 0.006914532743394375, 0.15283000469207764, -0.11376065015792847, 0.0348026379942894, 0.05597199127078056, -0.06205567717552185, -0.11769288033246994, -0.12711872160434723, 0.10597781091928482, 0.1562575101852417, 0.09336791187524796, -0.06323768943548203, -0.02041114866733551, -0.08777107298374176, 0.07757791876792908, 0.12129385024309158, -0.12945809960365295, -0.04409818723797798, 0.13750289380550385, 0.054961491376161575, 0.11871691048145294, -0.0972563698887825, -0.033431489020586014, 0.01616736128926277, 0.017619946971535683, 0.0018786307191476226, -0.04528907313942909, -0.031206771731376648, 0.049560870975255966, -0.10308874398469925, -0.0384184867143631, 0.2569871246814728, 0.04984777420759201, -0.025371018797159195, -0.18594275414943695, 0.006753735709935427, -0.13753294944763184, -0.029326699674129486, 0.04378731921315193, 0.047547269612550735, 0.0024513723328709602, 0.014471093192696571, 0.026212748140096664, -0.05969922989606857, -0.026413416489958763, 0.004047599155455828, -0.11660625040531158, -0.011460204608738422, -0.02459540404379368, 0.04588712751865387, 0.05214151367545128, -0.034219395369291306, -0.10482676327228546, -0.06493623554706573, 0.004011610057204962, -0.14899326860904694, -0.002625733846798539, 0.009423889219760895, -0.039136696606874466, 0.00433646934106946, 0.10632990300655365, -0.018593430519104004, 0.11390231549739838, -0.0459483303129673, 0.0059415786527097225, 0.06849408149719238, 0.18477970361709595, -0.1390630602836609, -0.15040700137615204, -0.039904575794935226, 0.01680430956184864, 0.026804905384778976, -0.022192347794771194, -0.056772034615278244, 0.07475467771291733, 0.05818743258714676, 0.0739983394742012, 0.06688423454761505, 0.04237116873264313, -0.06660763174295425, -0.0406276173889637, 0.1560649275779724, -0.136586993932724, 0.04677379131317139, 0.07418037950992584, -0.06013873219490051, -0.03962686285376549, 0.040185656398534775, 0.004448422230780125, -0.049673862755298615, 0.12624382972717285, -0.05992914363741875, -0.033187005668878555, -0.06320834159851074, -0.06067218258976936, 0.07438204437494278, 0.030836882069706917, -0.062170155346393585, -0.02142764814198017, -0.11611120402812958, -0.0734778419137001, -0.0025733180809766054, -0.10839707404375076, -0.036615174263715744, 0.0019014797871932387, -0.09567856788635254, 0.019804097712039948, 0.033097412437200546, 0.1302238404750824, -0.03657122328877449, 0.04143286496400833, -0.027883224189281464, 0.01755199208855629, 0.11774219572544098, 0.03695785999298096, -0.1033969521522522, 0.08432725816965103, -0.19499188661575317, 0.10975190252065659, -0.11678512394428253, 0.03449105843901634, -0.1372256726026535, -0.030375689268112183, -0.008785177022218704, -0.015829889103770256, -0.0054530068300664425, 0.11429467797279358, -0.22730311751365662, -0.016331857070326805, 0.11488413065671921, -0.03918919712305069, -0.10756466537714005, 0.066823810338974, 0.024819104000926018, -0.011289894580841064, 0.0015106400242075324, 0.12393565475940704, 0.03094547986984253, -0.05375251546502113, -0.13093113899230957, -0.016548849642276764, 0.08836483955383301, 0.09943927079439163, 0.13369272649288177, -0.07388509064912796, 0.1670236736536026, 0.019419994205236435, -0.05156902223825455, -0.05904780328273773, -0.012326540425419807, -0.0867089182138443, -0.023339757695794106, -0.052902594208717346, -0.07643835991621017, 0.017666911706328392, -0.028237592428922653, -0.03491593897342682, -0.04034053161740303, -0.05548475682735443, 0.09100160747766495, -0.017311858013272285, 0.046047143638134, -0.04216402396559715, 0.031833112239837646, -0.0034521857742220163, 0.027014881372451782, -0.17755845189094543, -0.09463802725076675, 0.07553819566965103, -0.0646977350115776, 0.035601913928985596, -0.12600986659526825, 0.009565907530486584, 0.01921365037560463, -0.08440423011779785, -0.027881475165486336, 0.028078552335500717, -0.0033068435732275248, -0.05676347017288208, -0.16104090213775635, -0.03669606149196625, -0.008585372008383274, 0.14339964091777802, -0.12913291156291962, -0.0180044062435627, 0.1385405957698822, 0.15033428370952606, 0.019625959917902946, -0.09363473206758499, 0.06736423075199127, 0.02220025286078453, -0.0184905044734478, -0.05992458760738373, -0.02518480084836483, -0.005715478677302599, -0.0409526601433754, 0.07531662285327911, -0.15122012794017792, -0.06819401681423187, 0.10155241936445236, 0.1180047020316124, -0.09986039251089096, -0.03333587571978569, -0.02718377485871315, -0.07053782790899277, -0.05079583823680878, -0.10286304354667664, 0.0351613350212574, 0.025133449584245682, 0.07072503119707108, -0.08407227694988251, -0.060250043869018555, 0.00791428703814745, 0.032203830778598785, -0.05776391178369522, 0.15353049337863922, 0.13170388340950012, -0.11203140020370483, 0.1440095156431198, 0.004379820078611374, 0.05481400340795517, 0.09707266092300415, -0.05344485864043236, -0.10903634876012802, -0.04791726917028427, 0.05711197853088379, 0.0396096333861351, 0.0915558710694313, 0.0179535411298275, 0.02499464713037014, 0.060513660311698914, 0.033183932304382324, 0.02846311591565609, -0.0363614521920681, 0.01894536241889, 0.031012702733278275, -0.0559125654399395, 0.03156351298093796, -0.01061583124101162, -0.015371151268482208, 0.07277187705039978, 0.006467229221016169, 0.12494976073503494, -0.022672751918435097, -0.06423632055521011, -0.15486319363117218, 0.1506030410528183, -0.14286963641643524, -0.1958673894405365, -0.09282516688108444, -0.05698689445853233, -0.031136255711317062, -0.02162560448050499, -0.014840904623270035, -0.09486249089241028, -0.08698423206806183, -0.12388288974761963, 0.030011730268597603, -0.026215948164463043, -0.06479749083518982, -0.023465154692530632, 0.02853747457265854, 0.04051404446363449, -0.10258413106203079, 0.03325346112251282, 0.06728394329547882, -0.055180083960294724, -0.0023058040533214808, -0.0031230486929416656, 0.1450960636138916, 0.122381292283535, 0.10008283704519272, -0.005072951316833496, -0.0006448199274018407, 0.18651698529720306, -0.13663193583488464, 0.12028207629919052, 0.03989848494529724, 0.02838250808417797, 0.05350348725914955, 0.16181372106075287, 0.008542407304048538, -0.03465228155255318, 0.0636502280831337, 0.07021168619394302, -0.06278975307941437, -0.22821973264217377, -0.11913569271564484, -0.08389528095722198, 0.10191872715950012, 0.05544513836503029, 0.07428598403930664, 0.012206017971038818, 0.0017739101313054562, -0.06216910481452942, 0.028991997241973877, 0.008060019463300705, 0.05675308033823967, -0.02838236466050148, 0.024536125361919403, 0.052189022302627563, -0.05814073234796524, 0.10287419706583023, 0.11159472912549973, 0.021847084164619446, 0.16562825441360474, -0.029947256669402122, 0.21041740477085114, 0.01193586178123951, 0.12456557899713516, -0.013139164075255394, 0.039026226848363876, -0.055583275854587555, 0.03847501054406166, 0.008001388050615788, -0.09825807064771652, 0.035346295684576035, 0.10398760437965393, 0.10707961022853851, -0.03376239910721779, 0.012415516190230846, 0.008917095139622688, 0.08636917918920517, 0.1830860823392868, 0.024640753865242004, -0.08193499594926834, -0.012316204607486725, 0.08099231868982315, 0.024244315922260284, -0.017739903181791306, 0.011063691228628159, 0.13877928256988525, -0.16557984054088593, 0.06221012771129608, -0.019274119287729263, 0.10499007254838943, -0.04164350405335426, -0.05380408093333244, 0.1140061467885971, 0.022271154448390007, 0.0024524859618395567, 0.06944429874420166, -0.18905887007713318, 0.08268560469150543, 0.011581896804273129, -0.016448363661766052, -0.04691625386476517, 0.049172379076480865, -0.004933756310492754, -0.002536965999752283, 0.1417732983827591, 0.0334305614233017, -0.13722169399261475, -0.09928572922945023, -0.13618341088294983, -0.02427700161933899, 0.1159687265753746, -0.09420225769281387, 0.08621741831302643, 0.019172536209225655, -0.051038868725299835, -0.013240467756986618, 0.035056281834840775, -0.015441342256963253, -0.1690218448638916, 0.05458712950348854, -0.06928993761539459, -0.0007827173685654998, -0.05877455696463585, 0.012440839782357216, -0.0903749093413353, 0.17011915147304535, -0.12799927592277527, -0.05612094700336456, -0.1296495795249939, -0.03815795108675957, 0.19178418815135956, -0.07060839980840683, 0.06791786104440689, -0.041274379938840866, 0.1057252362370491, 0.0401146337389946, -0.04605267569422722, 0.07961470633745193, -0.07497962564229965, -0.20860320329666138, -0.0784766748547554, 0.15894199907779694, 0.0016650184988975525, 0.07631250470876694, -0.06203610822558403, 0.08533498644828796, 0.03544411435723305, -0.12004595994949341, 0.004126616287976503, 0.09351329505443573, 0.06280186027288437, 0.14043821394443512, -0.06303644925355911, -0.042656879872083664, -0.049492817372083664, -0.11766109615564346, 0.012845318764448166, 0.09778936207294464, -0.08511216938495636, 0.09543361514806747, 0.06595221906900406, -0.0667644515633583, -0.22528232634067535, -0.01802453212440014, 0.05159702152013779, 0.014039197936654091, 0.056795019656419754, -0.19492897391319275, 0.08600302785634995, 0.07130987197160721, -0.02669595181941986, 0.06864576041698456, -0.2788601219654083, -0.13854147493839264, -0.040968842804431915, -0.029976602643728256, -0.29145100712776184, -0.19656437635421753, -0.12064003199338913, 0.015182246454060078, -0.15371105074882507, 0.03757312893867493, 0.0052157118916511536, 0.04785504564642906, 0.015259090811014175, -0.007685618009418249, 0.024478552863001823, -0.04461780562996864, 0.15634626150131226, 0.031984832137823105, -0.010945629328489304, -0.08250736445188522, -0.04844438284635544, 0.05070691928267479, -0.01433687936514616, 0.12476149946451187, -0.10116377472877502, 0.08795861154794693, -0.13892659544944763, 0.01736353524029255, -0.03951307758688927, -0.055925969034433365, -0.09721548110246658, -0.02596215344965458, -0.1547054648399353, 0.1019049659371376, 0.0927158072590828, -0.03447606787085533, 0.061642520129680634, -0.020362932235002518, -0.05731081962585449, 0.22042961418628693, 0.06352108716964722, 0.1589406132698059, -0.14553773403167725, -0.06152385100722313, -0.029276933521032333, -0.00615726551041007, -0.20184436440467834, 0.04112373664975166, 0.10166503489017487, 0.028283484280109406, 0.15056073665618896, -0.023349445313215256, -0.12822075188159943, 0.012001090683043003, 0.08260834217071533, -0.045815084129571915, -0.15934348106384277, 0.015072389505803585, -0.0180167518556118, -0.1527029275894165, -0.09570092707872391, -0.0012781870318576694, -0.0023879590444266796, 0.00725720776244998, 0.010857971385121346, 0.13186880946159363, 0.022257352247834206, 0.14580529928207397, 0.02710627391934395, 0.047702908515930176, -0.10128631442785263, 0.15370039641857147, 0.12341715395450592, -0.052345775067806244, 0.011992309242486954, 0.20385730266571045, -0.07209349423646927, -0.004305189475417137, 0.04479004442691803, 0.027829958125948906, 0.056170202791690826, -0.008619794622063637, 0.03203947842121124, -0.12083835899829865, 0.06567548960447311, -0.0019585248082876205, 0.030317969620227814, 0.049571443349123, 0.012970579788088799, -0.021130846813321114, -0.0687481239438057, 0.1527118980884552, 0.06807579100131989, 0.04682667925953865, -0.07775747776031494, 0.008364826440811157, 0.012975186109542847, -0.010518677532672882, 0.02426709234714508, 0.009125839918851852, -0.0764656811952591, -0.014949577860534191, -0.08499982208013535, 0.004723311401903629, -0.058090537786483765, -0.062123555690050125, -0.03536967933177948, -0.04176730290055275, -0.0228433795273304, 0.015436708927154541, -0.029914401471614838, -0.10997337102890015, -0.09255103766918182, 0.09395144134759903, -0.14206333458423615, -0.02485203929245472, 0.09744665771722794, -0.08417661488056183, 0.09161736071109772, 0.027664437890052795, 0.007235810626298189, 0.018554355949163437, -0.015311631374061108, 0.016712483018636703, 0.01333594974130392, 0.04794314503669739, 0.018090885132551193, -0.08625776320695877, -0.046691540628671646, -0.027680017054080963, -0.060036931186914444, 0.02753628045320511, 0.01328346785157919, -0.1363668143749237, 0.03500908240675926, -0.11742325127124786, -0.031813450157642365, -0.057758066803216934, 0.10165250301361084, 0.0768614411354065, 0.04550805687904358, 0.08392880111932755, -0.0340191125869751, 0.066701240837574, -0.17234711349010468, -0.019472476094961166, 0.004709164146333933, 0.006899706088006496, -0.023735282942652702, 0.03748102858662605, 0.08360867947340012, -0.043694935739040375, 0.13718128204345703, -0.060004133731126785, -0.05782698839902878, 0.05339668318629265, 0.06665211170911789, 0.029816215857863426, 0.07713307440280914, 0.12015397101640701, 0.0153214605525136, -0.02108379453420639, 0.03532338887453079, 0.004675189033150673, -0.035237353295087814, 0.07150307297706604, 0.07641278952360153, 0.13435982167720795, 0.11892436444759369, 0.03264094889163971, 0.030043767765164375, -0.1804272085428238, -0.05358607694506645, 0.12808720767498016, -0.15661932528018951, 0.05681861191987991, -0.08517453074455261, 0.10741974413394928, 0.07699524611234665, -0.2246936857700348, 0.12360520660877228, -0.06885858625173569, -0.10001671314239502, 0.0070444452576339245, -0.11317853629589081, -0.09074505418539047, -0.0396040678024292, -0.0246885996311903, -0.12298467755317688, 0.0785854309797287, 0.06450148671865463, 0.019451597705483437, -0.0009333453490398824, 0.13840354979038239, -0.11724503338336945, -0.052189845591783524, 0.036299776285886765, 0.0358746163547039, -0.021150128915905952, 0.0730632022023201, 0.030609145760536194, 0.019559336826205254, 0.013266627676784992, 0.09079329669475555, 0.07925140857696533, -0.02286597527563572, 0.056099388748407364, -0.011793605051934719, -0.047820836305618286, 0.015101257711648941, -0.053926631808280945, -0.052392784506082535, 0.15501846373081207, 0.04098612442612648, 0.03500201553106308, -0.012811480090022087, 0.18789201974868774, -0.07106701284646988, -0.03646928071975708, -0.15860804915428162, 0.032312143594026566, -0.037764158099889755, -0.017684180289506912, 0.023001166060566902, -0.14378562569618225, -0.04571659862995148, 0.1799681931734085, 0.16087329387664795, -0.07662910968065262, 0.0010756164556369185, 0.027639757841825485, 0.010775754228234291, -0.020787613466382027, 0.02475181594491005, 0.06503921747207642, 0.21319347620010376, -0.021232007071375847, 0.07393207401037216, -0.0497070737183094, -0.07811111211776733, -0.05404108762741089, 0.11701672524213791, -0.008610150776803493, -0.01283121295273304, -0.06789574772119522, 0.06484970450401306, -0.05026816576719284, -0.17867061495780945, 0.015513676218688488, -0.13920289278030396, -0.14054113626480103, 0.009792731143534184, 0.0047169155441224575, 0.08327096700668335, 0.00412661163136363, 0.046656832098960876, 0.020055433735251427, 0.11967404931783676, 0.04713693633675575, -0.02969580888748169, -0.07597890496253967, 0.0538196861743927, -0.11033587902784348, 0.2339579463005066, 0.02149488404393196, 0.0028388763312250376, 0.08204762637615204, -0.0026147959288209677, -0.11127123981714249, 0.04821465536952019, 0.1286359578371048, -0.03493066504597664, 0.01570526324212551, 0.17749831080436707, -0.027079688385128975, 0.16784529387950897, 0.06059032306075096, 0.030935924500226974, 0.046992115676403046, 0.05319859832525253, 0.01862720400094986, -0.13174667954444885, 0.0435246117413044, -0.09351178258657455, 0.1347365826368332, 0.19825159013271332, -0.06503550708293915, -0.004416009411215782, -0.005231319926679134, 0.02271008864045143, -0.05510115250945091, 0.10664970427751541, 0.029720107093453407, -0.13149598240852356, 0.04770916327834129, -0.042147859930992126, 0.10934801399707794, -0.11354856193065643, -0.07007086277008057, 0.063245989382267, -0.02913425676524639, -0.05168496444821358, 0.14388501644134521, 0.05508958175778389, -0.03371081128716469, -0.04710983857512474, -0.041762575507164, 0.019410425797104836, 0.11418163776397705, -0.0747537910938263, -0.045667801052331924 ]
b3b41993f1d1723ecc4dcf5731d68a048c9bbc5f
# Dataset Card for "cmrc2018" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [https://github.com/ymcui/cmrc2018](https://github.com/ymcui/cmrc2018) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Size of downloaded dataset files:** 11.50 MB - **Size of the generated dataset:** 22.31 MB - **Total amount of disk used:** 33.83 MB ### Dataset Summary A Span-Extraction dataset for Chinese machine reading comprehension to add language diversities in this area. The dataset is composed by near 20,000 real questions annotated on Wikipedia paragraphs by human experts. We also annotated a challenge set which contains the questions that need comprehensive understanding and multi-sentence inference throughout the context. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Dataset Structure ### Data Instances #### default - **Size of downloaded dataset files:** 11.50 MB - **Size of the generated dataset:** 22.31 MB - **Total amount of disk used:** 33.83 MB An example of 'validation' looks as follows. ``` This example was too long and was cropped: { "answers": { "answer_start": [11, 11], "text": ["光荣和ω-force", "光荣和ω-force"] }, "context": "\"《战国无双3》()是由光荣和ω-force开发的战国无双系列的正统第三续作。本作以三大故事为主轴,分别是以武田信玄等人为主的《关东三国志》,织田信长等人为主的《战国三杰》,石田三成等人为主的《关原的年轻武者》,丰富游戏内的剧情。此部份专门介绍角色,欲知武...", "id": "DEV_0_QUERY_0", "question": "《战国无双3》是由哪两个公司合作开发的?" } ``` ### Data Fields The data fields are the same among all splits. #### default - `id`: a `string` feature. - `context`: a `string` feature. - `question`: a `string` feature. - `answers`: a dictionary feature containing: - `text`: a `string` feature. - `answer_start`: a `int32` feature. ### Data Splits | name | train | validation | test | | ------- | ----: | ---------: | ---: | | default | 10142 | 3219 | 1002 | ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @inproceedings{cui-emnlp2019-cmrc2018, title = "A Span-Extraction Dataset for {C}hinese Machine Reading Comprehension", author = "Cui, Yiming and Liu, Ting and Che, Wanxiang and Xiao, Li and Chen, Zhipeng and Ma, Wentao and Wang, Shijin and Hu, Guoping", booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)", month = nov, year = "2019", address = "Hong Kong, China", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/D19-1600", doi = "10.18653/v1/D19-1600", pages = "5886--5891", } ``` ### Contributions Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
cmrc2018
[ "task_categories:question-answering", "task_ids:extractive-qa", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:zh", "license:cc-by-sa-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["zh"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["extractive-qa"], "paperswithcode_id": "cmrc-2018", "pretty_name": "Chinese Machine Reading Comprehension 2018", "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}], "splits": [{"name": "train", "num_bytes": 15508110, "num_examples": 10142}, {"name": "validation", "num_bytes": 5183809, "num_examples": 3219}, {"name": "test", "num_bytes": 1606931, "num_examples": 1002}], "download_size": 11508117, "dataset_size": 22298850}}
2024-01-18T09:11:28+00:00
[]
[ "zh" ]
TAGS #task_categories-question-answering #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Chinese #license-cc-by-sa-4.0 #region-us
Dataset Card for "cmrc2018" =========================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: URL * Repository: * Paper: * Point of Contact: * Size of downloaded dataset files: 11.50 MB * Size of the generated dataset: 22.31 MB * Total amount of disk used: 33.83 MB ### Dataset Summary A Span-Extraction dataset for Chinese machine reading comprehension to add language diversities in this area. The dataset is composed by near 20,000 real questions annotated on Wikipedia paragraphs by human experts. We also annotated a challenge set which contains the questions that need comprehensive understanding and multi-sentence inference throughout the context. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 11.50 MB * Size of the generated dataset: 22.31 MB * Total amount of disk used: 33.83 MB An example of 'validation' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'id': a 'string' feature. * 'context': a 'string' feature. * 'question': a 'string' feature. * 'answers': a dictionary feature containing: + 'text': a 'string' feature. + 'answer\_start': a 'int32' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @patrickvonplaten, @mariamabarham, @lewtun, @thomwolf for adding this dataset.
[ "### Dataset Summary\n\n\nA Span-Extraction dataset for Chinese machine reading comprehension to add language\ndiversities in this area. The dataset is composed by near 20,000 real questions annotated\non Wikipedia paragraphs by human experts. We also annotated a challenge set which\ncontains the questions that need comprehensive understanding and multi-sentence\ninference throughout the context.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 11.50 MB\n* Size of the generated dataset: 22.31 MB\n* Total amount of disk used: 33.83 MB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'id': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @patrickvonplaten, @mariamabarham, @lewtun, @thomwolf for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Chinese #license-cc-by-sa-4.0 #region-us \n", "### Dataset Summary\n\n\nA Span-Extraction dataset for Chinese machine reading comprehension to add language\ndiversities in this area. The dataset is composed by near 20,000 real questions annotated\non Wikipedia paragraphs by human experts. We also annotated a challenge set which\ncontains the questions that need comprehensive understanding and multi-sentence\ninference throughout the context.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 11.50 MB\n* Size of the generated dataset: 22.31 MB\n* Total amount of disk used: 33.83 MB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'id': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information", "### Contributions\n\n\nThanks to @patrickvonplaten, @mariamabarham, @lewtun, @thomwolf for adding this dataset." ]
[ 97, 80, 10, 11, 6, 50, 17, 79, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 34 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Chinese #license-cc-by-sa-4.0 #region-us \n### Dataset Summary\n\n\nA Span-Extraction dataset for Chinese machine reading comprehension to add language\ndiversities in this area. The dataset is composed by near 20,000 real questions annotated\non Wikipedia paragraphs by human experts. We also annotated a challenge set which\ncontains the questions that need comprehensive understanding and multi-sentence\ninference throughout the context.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 11.50 MB\n* Size of the generated dataset: 22.31 MB\n* Total amount of disk used: 33.83 MB\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### default\n\n\n* 'id': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases### Other Known Limitations\n\n\nAdditional Information\n----------------------### Dataset Curators### Licensing Information### Contributions\n\n\nThanks to @patrickvonplaten, @mariamabarham, @lewtun, @thomwolf for adding this dataset." ]
[ -0.021737204864621162, 0.20852938294410706, -0.00714193657040596, 0.03931879997253418, 0.096573106944561, -0.0008645603084005415, 0.033902231603860855, 0.11074467748403549, -0.023667827248573303, 0.1880253553390503, 0.0075645651668310165, 0.017878804355859756, 0.1182495653629303, 0.10492868721485138, 0.022270195186138153, -0.20450639724731445, 0.02393520250916481, -0.08332116156816483, -0.005291823297739029, 0.1121404841542244, 0.11985345929861069, -0.09058240801095963, 0.0689520314335823, -0.07774348556995392, -0.063411645591259, 0.022464735433459282, -0.07232453674077988, -0.017566954717040062, 0.0401996374130249, 0.056724391877651215, 0.014565173536539078, -0.011445622891187668, 0.033405181020498276, -0.2594701051712036, 0.01439150795340538, 0.05555640161037445, 0.014255319721996784, 0.03262520954012871, 0.15010342001914978, -0.001171213574707508, 0.11163433641195297, -0.16297794878482819, 0.0338316485285759, 0.05841159448027611, -0.10219714790582657, -0.12326207756996155, -0.16173771023750305, 0.07361456751823425, 0.1405666470527649, 0.050323501229286194, -0.08631495386362076, 0.0361977256834507, -0.06553643941879272, 0.07152483612298965, 0.11434557288885117, -0.1265362650156021, -0.06597986817359924, 0.03053094819188118, 0.042851388454437256, 0.061729855835437775, -0.10062229633331299, -0.01140136644244194, 0.0005887612351216376, 0.019423026591539383, 0.02386530302464962, -0.05031280219554901, -0.0703311413526535, 0.030728492885828018, -0.11247063428163528, -0.06869615614414215, 0.1904936283826828, 0.05551685765385628, -0.02090911753475666, -0.15850840508937836, -0.007085263729095459, 0.03056849166750908, -0.018693676218390465, -0.03974481299519539, -0.0020313584245741367, -0.011948480270802975, 0.027142293751239777, -0.04571639746427536, -0.05204769968986511, -0.01198460441082716, -0.0030133132822811604, -0.035320863127708435, 0.02007468231022358, -0.01721477508544922, 0.016811547800898552, 0.014037728309631348, -0.027474218979477882, -0.11692508310079575, -0.011699724942445755, -0.008926560170948505, -0.15051501989364624, -0.023818081244826317, 0.031670987606048584, -0.03501409292221069, 0.10578904300928116, 0.1183607280254364, -0.07685760408639908, 0.05292286351323128, -0.07611286640167236, -0.03141603246331215, 0.07980476319789886, 0.1340717375278473, -0.15059171617031097, -0.138038769364357, -0.017572736367583275, -0.011781733483076096, -0.009678352624177933, -0.013104384765028954, 0.003045735415071249, 0.06621121615171432, 0.08251578360795975, 0.1067817434668541, 0.12995804846286774, 0.030671032145619392, -0.06007319316267967, -0.029871633276343346, 0.11794387549161911, -0.1448264867067337, 0.054504334926605225, 0.07024567574262619, -0.058107420802116394, -0.000743498036172241, -0.056376468390226364, 0.0030839331448078156, -0.10705448687076569, 0.08821314573287964, -0.04989512637257576, -0.005259553901851177, -0.05304642394185066, -0.07163196057081223, 0.07077651470899582, -0.011445814743638039, -0.06524419784545898, 0.0012189396657049656, -0.13055621087551117, -0.08729542046785355, -0.0030321190133690834, -0.11155843734741211, -0.07359013706445694, -0.0008918280946090817, -0.05145583301782608, -0.010511382482945919, 0.004146820865571499, 0.08065798878669739, -0.026275649666786194, 0.061831727623939514, -0.03405970707535744, 0.013018026947975159, 0.07082188874483109, 0.04343974590301514, -0.08783300220966339, 0.08314613252878189, -0.13378208875656128, 0.15473267436027527, -0.0839364156126976, 0.039967380464076996, -0.16576668620109558, -0.0420856811106205, 0.026095934212207794, -0.0222284197807312, 0.01824425719678402, 0.14098362624645233, -0.20231421291828156, -0.004473674576729536, 0.13081233203411102, -0.031248008832335472, -0.09079162031412125, 0.107456274330616, -0.022503290325403214, 0.0017922079423442483, 0.06348351389169693, 0.13919572532176971, -0.006547601893544197, 0.040598176419734955, -0.08439227193593979, -0.09505591541528702, 0.04918220266699791, 0.20723506808280945, 0.10631980746984482, -0.10719283670186996, 0.13913829624652863, 0.01534796878695488, 0.02159818261861801, -0.082403264939785, -0.01974153146147728, -0.08418659120798111, 0.003914928529411554, -0.029084408655762672, 0.006776618305593729, 0.004279345739632845, -0.0604117289185524, -0.05743242800235748, -0.0587809681892395, -0.02941267378628254, 0.013725661672651768, 0.005346748512238264, 0.024362850934267044, -0.06191207468509674, 0.021044861525297165, 0.02349594235420227, 0.04687471315264702, -0.19389918446540833, -0.09915182739496231, 0.06117922440171242, -0.04489169642329216, 0.09502466768026352, -0.0951521098613739, -0.013368077576160431, -0.022512909024953842, -0.051777683198451996, 0.0066350894048810005, 0.05058367922902107, -0.011231312528252602, -0.012583446688950062, -0.15156811475753784, -0.017550775781273842, -0.02426704578101635, 0.134550079703331, -0.0995083823800087, -0.004159944131970406, 0.14167389273643494, 0.16802938282489777, -0.0029162238352000713, -0.0768788531422615, 0.06797747313976288, 0.0329032726585865, -0.004028600640594959, -0.054888442158699036, -0.015935048460960388, -0.0391416996717453, -0.030080022290349007, 0.02119908295571804, -0.129313662648201, -0.13385967910289764, 0.055886127054691315, 0.06375663727521896, -0.08506105095148087, -0.038695044815540314, -0.03530916944146156, -0.04980427771806717, -0.08158057183027267, -0.08386117219924927, 0.048756226897239685, 0.04634282365441322, 0.0011270033428445458, -0.05822622776031494, -0.053697369992733, -0.028371566906571388, -0.003771713236346841, -0.0627891942858696, 0.12860539555549622, 0.023567307740449905, -0.199015274643898, 0.13240227103233337, -0.00922997947782278, 0.0658564567565918, 0.05310351401567459, -0.02456333488225937, -0.07854301482439041, -0.0571368932723999, 0.08104945719242096, 0.019300928339362144, 0.051097724586725235, -0.07323895394802094, 0.03743495047092438, 0.06266488879919052, -0.015124062076210976, 0.004323746543377638, -0.05308780446648598, 0.04445142298936844, 0.014475613832473755, -0.044257111847400665, 0.0012118167942389846, -0.01109583955258131, 0.04837451130151749, 0.09206359088420868, 0.03308197855949402, 0.1388891488313675, -0.020930005237460136, -0.06025946885347366, -0.13312076032161713, 0.12822243571281433, -0.11044690757989883, -0.22305874526500702, -0.0747242271900177, -0.1130613312125206, -0.0645727813243866, -0.0353066585958004, 0.03074496053159237, -0.06788915395736694, -0.0728832334280014, -0.0798269659280777, 0.047666314989328384, 0.07439421117305756, -0.0931747630238533, -0.01662769541144371, -0.007658562622964382, 0.030047820881009102, -0.07005013525485992, 0.04305008798837662, 0.07719191163778305, -0.04795365408062935, 0.011787005700170994, 0.03021181747317314, 0.14378638565540314, 0.10477642714977264, 0.05039846524596214, -0.010828396305441856, -0.016894541680812836, 0.2536848187446594, -0.1434798389673233, 0.10480809956789017, 0.07891890406608582, -0.024431034922599792, 0.07318412512540817, 0.23117128014564514, 0.01883874274790287, -0.052929554134607315, 0.05395454540848732, 0.09217916429042816, -0.028009852394461632, -0.2736396789550781, -0.08788995444774628, -0.06573237478733063, 0.039670322090387344, 0.06399684399366379, 0.05776289477944374, 0.016361823305487633, 0.024891050532460213, -0.08839600533246994, 0.015092268586158752, 0.04054471477866173, 0.07340161502361298, 0.049876075237989426, 0.03448757156729698, 0.04844314232468605, -0.03570050746202469, 0.02639867179095745, 0.1009678989648819, 0.008467515930533409, 0.1691417545080185, -0.0042495704255998135, 0.22619208693504333, 0.046691685914993286, 0.13363075256347656, -0.0518374890089035, -0.00040629477007314563, -0.01631809212267399, 0.07856112718582153, 0.0031357428524643183, -0.07692655175924301, 0.01994253508746624, 0.057420600205659866, 0.1343802809715271, -0.04577518254518509, 0.05718901380896568, -0.01803685910999775, 0.11211331188678741, 0.21964865922927856, 0.018079038709402084, -0.06662991642951965, 0.0017197496490553021, 0.09903419762849808, -0.04820549488067627, -0.07965154945850372, -0.017386188730597496, 0.11282161623239517, -0.17606893181800842, 0.08747605234384537, -0.002198651898652315, 0.14108394086360931, -0.034916240721940994, -0.035190556198358536, 0.02403932251036167, 0.03533298894762993, -0.0025237849913537502, 0.09145119786262512, -0.20064139366149902, 0.11887828260660172, 0.027004020288586617, 0.0012603774666786194, -0.08324291557073593, 0.04502396658062935, -0.0048980750143527985, -0.031082646921277046, 0.15739552676677704, 0.009189744479954243, -0.10505002737045288, -0.0016362667083740234, -0.09097804874181747, -0.009337219409644604, 0.10858985036611557, -0.08969584852457047, 0.09812433272600174, 0.008145343512296677, -0.013203544542193413, -0.07427413761615753, 0.03474598005414009, -0.07435700297355652, -0.17691177129745483, 0.03593965619802475, -0.08549053966999054, 0.06835313141345978, -0.037452079355716705, 0.0175766758620739, -0.075352743268013, 0.14950571954250336, -0.07063338160514832, -0.08117858320474625, -0.12633749842643738, 0.05710228160023689, 0.1856469064950943, -0.0690283477306366, 0.03332286328077316, -0.03135409951210022, 0.1342230588197708, 0.010477186180651188, -0.0005358503549359739, 0.050577130168676376, -0.023910902440547943, -0.17783264815807343, -0.028010888025164604, 0.1638655960559845, 0.012936964631080627, 0.06388603150844574, -0.006623285356909037, 0.06550605595111847, 0.023044252768158913, -0.11493048071861267, 0.02451767958700657, 0.024932675063610077, 0.04327325150370598, 0.1425503045320511, -0.0013998376671224833, -0.17233502864837646, -0.15908649563789368, -0.09771785885095596, 0.09853941947221756, 0.1613619476556778, -0.07741998881101608, 0.08063370734453201, 0.10790714621543884, -0.07948823273181915, -0.20914307236671448, -0.02400289848446846, 0.01533634401857853, -0.027390411123633385, 0.05263704061508179, -0.16360235214233398, 0.03497607633471489, 0.04935183748602867, -0.00395472627133131, -0.0027563669718801975, -0.24166272580623627, -0.14346569776535034, -0.00496072880923748, 0.006931098643690348, -0.31729263067245483, -0.213695228099823, -0.13799020648002625, -0.041005101054906845, -0.12824828922748566, 0.045942116528749466, -0.019092857837677002, 0.0108184227719903, 0.022427260875701904, 0.05478886514902115, 0.023851508274674416, -0.03625722602009773, 0.16913080215454102, 0.004046564921736717, -0.012516898103058338, -0.09370902180671692, -0.04737750440835953, 0.06048901379108429, 0.004367026500403881, 0.10368692129850388, -0.026764383539557457, 0.04151798412203789, -0.09113983809947968, 0.00726619828492403, -0.08449726551771164, -0.007831052877008915, -0.10054223239421844, -0.029053300619125366, -0.12072260677814484, 0.08123954385519028, 0.11170542985200882, -0.021732358261942863, 0.013392206281423569, -0.04122164845466614, 0.060459744185209274, 0.1809849739074707, 0.12388389557600021, 0.108656145632267, -0.0885586142539978, -0.027122821658849716, -0.00624966761097312, -0.021343834698200226, -0.13138577342033386, 0.04495115578174591, 0.11322315782308578, 0.05024023354053497, 0.16846828162670135, -0.052072297781705856, -0.13322176039218903, 0.016333742067217827, 0.05506053566932678, -0.09052662551403046, -0.2808138430118561, 0.017447039484977722, 0.1043369323015213, -0.16812224686145782, -0.09524416923522949, 0.019956113770604134, 0.031078945845365524, -0.04643760994076729, 0.027104448527097702, 0.12093696743249893, 0.011220804415643215, 0.12695953249931335, 0.022705165669322014, 0.07063905149698257, -0.10229787975549698, 0.09606831520795822, 0.18132276833057404, -0.08635207265615463, 0.006364463362842798, 0.2106732577085495, -0.04609930142760277, -0.017380591481924057, 0.07180052250623703, 0.017672216519713402, 0.05726621299982071, -0.027930032461881638, 0.029589245095849037, -0.13460347056388855, 0.03880713880062103, 0.0806853175163269, 0.0005411767051555216, 0.03753200173377991, 0.044973231852054596, -0.037218719720840454, -0.05218794569373131, 0.15394267439842224, 0.08904549479484558, 0.022639309987425804, -0.03899635002017021, 0.035199400037527084, -0.013930466026067734, 0.017323492094874382, 0.019193725660443306, -0.020817428827285767, -0.07799871265888214, -0.005215310957282782, -0.13237285614013672, 0.01749190129339695, -0.1317853331565857, -0.021959800273180008, -0.022224366664886475, -0.057049285620450974, -0.017169304192066193, 0.0005835787742398679, -0.053232621401548386, -0.09750906378030777, -0.05501134693622589, 0.1018681451678276, -0.20409585535526276, -0.02318655140697956, 0.11407589912414551, -0.05111043527722359, 0.10049380362033844, 0.008249135687947273, -0.0566222183406353, 0.00753698730841279, -0.03839259594678879, -0.015337403863668442, -0.03051151894032955, 0.04290124773979187, 0.04529685899615288, -0.1597781777381897, -0.04121801257133484, -0.013319252990186214, -0.04795610532164574, 0.034560274332761765, -0.017726656049489975, -0.10253138840198517, 0.04936707392334938, -0.09231933206319809, -0.05831953138113022, -0.04428202286362648, 0.06512787193059921, 0.06722710281610489, -0.0030877592507749796, 0.10723179578781128, -0.044966623187065125, 0.1016552597284317, -0.16098500788211823, -0.017825298011302948, -0.004015285987406969, 0.0037408501375466585, -0.01781647652387619, 0.0333266407251358, 0.07848019152879715, -0.009678037837147713, 0.14298908412456512, -0.05267032980918884, -0.01848573423922062, 0.059469737112522125, 0.05773843824863434, -0.016748610883951187, 0.05379701033234596, 0.0401897095143795, -0.029607510194182396, -0.047691769897937775, 0.010723073966801167, -0.03233747556805611, -0.09292644262313843, 0.05318534001708031, 0.1275385171175003, 0.15187261998653412, 0.17466816306114197, -0.027259834110736847, 0.06816201657056808, -0.0975671261548996, -0.000639972509816289, 0.08776061981916428, -0.05887924134731293, 0.019372228533029556, -0.08209160715341568, 0.0896356999874115, 0.07756390422582626, -0.21678340435028076, 0.13136568665504456, -0.081593818962574, -0.09331829845905304, -0.017265083268284798, -0.12641827762126923, -0.08326368033885956, -0.009091909043490887, -0.013057931326329708, -0.130796417593956, 0.12251152098178864, 0.06613562256097794, -0.005264643579721451, -0.04243743419647217, 0.13513441383838654, -0.07226627320051193, -0.06403005868196487, 0.0391145758330822, 0.040251974016427994, 0.013090063817799091, 0.05965695530176163, 0.07967189699411392, -0.014572366140782833, 0.05819082632660866, 0.10304547101259232, 0.09820473194122314, -0.024670731276273727, 0.030934562906622887, -0.07222028821706772, -0.06611812114715576, 0.026958420872688293, -0.027949083596467972, -0.038002099841833115, 0.19654440879821777, 0.0320408008992672, 0.02305232360959053, -0.012960529886186123, 0.18058212101459503, -0.05521325394511223, -0.07749150693416595, -0.16394349932670593, 0.03929958492517471, -0.04455817863345146, -0.0232965350151062, 0.0465676411986351, -0.1502993255853653, 0.03126494213938713, 0.13462401926517487, 0.1138039082288742, -0.02679734118282795, 0.011516040191054344, -0.011968858540058136, 0.02854948118329048, -0.022802894935011864, 0.013018958270549774, 0.05380050092935562, 0.16116683185100555, -0.06382342427968979, 0.07867563515901566, -0.0500040128827095, -0.05528414621949196, -0.08448521047830582, 0.09444775432348251, 0.01928969845175743, -0.00499091437086463, -0.06276179105043411, 0.16376431286334991, -0.11985469609498978, -0.21430495381355286, -0.00358251272700727, -0.11442366242408752, -0.14048978686332703, -0.0001718412822810933, 0.011294378899037838, 0.060284219682216644, 0.02011048048734665, 0.06375858187675476, 0.039012763649225235, 0.105223648250103, 0.06028435379266739, -0.0368352085351944, -0.027428923174738884, 0.10575124621391296, -0.07637570053339005, 0.1972121149301529, 0.019482765346765518, 0.06465595215559006, 0.10466334223747253, -0.050625722855329514, -0.11150997132062912, 0.026466647163033485, 0.1265605092048645, -0.017934413626790047, 0.04117182269692421, 0.1836739033460617, 0.011432046070694923, 0.09219133108854294, 0.10137949883937836, 0.03470016270875931, 0.04371371120214462, 0.06918569654226303, 0.03892717510461807, -0.13727663457393646, 0.08122957497835159, -0.12015075236558914, 0.10117629915475845, 0.18341994285583496, -0.07001316547393799, 0.040966227650642395, -0.015917256474494934, 0.019047027453780174, -0.04055371880531311, 0.16067929565906525, -0.013366181403398514, -0.17711703479290009, 0.04384566470980644, -0.0733841136097908, 0.09541455656290054, -0.11964622139930725, -0.05697786435484886, 0.04782561957836151, -0.004879620857536793, -0.04064428061246872, 0.150615856051445, 0.0656338557600975, -0.02120104804635048, -0.04484822228550911, -0.18346591293811798, -0.0010801744647324085, 0.13617484271526337, -0.07132887840270996, 0.000260342814726755 ]
19796c6fb32020154cb2745d48704fa73e29b17d
# Dataset Card for CMU Document Grounded Conversations ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [CMU Hinglish DoG](http://festvox.org/cedar/data/notyet/) - **Repository:** [CMU Document Grounded Conversations (English version)](https://github.com/festvox/datasets-CMU_DoG) - **Paper:** [CMU Document Grounded Conversations (English version)](https://arxiv.org/pdf/1809.07358.pdf) - **Point of Contact:** ### Dataset Summary This is a collection of text conversations in Hinglish (code mixing between Hindi-English) and their corresponding English versions. Can be used for Translating between the two. The dataset has been provided by Prof. Alan Black's group from CMU. ### Supported Tasks and Leaderboards - `abstractive-mt` ### Languages ## Dataset Structure ### Data Instances A typical data point comprises a Hinglish text, with key `hi_en` and its English version with key `en`. The `docIdx` contains the current section index of the wiki document when the utterance is said. There are in total 4 sections for each document. The `uid` has the user id of this utterance. An example from the CMU_Hinglish_DoG train set looks as follows: ``` {'rating': 2, 'wikiDocumentIdx': 13, 'utcTimestamp': '2018-03-16T17:48:22.037Z', 'uid': 'user2', 'date': '2018-03-16T17:47:21.964Z', 'uid2response': {'response': [1, 2, 3, 5], 'type': 'finish'}, 'uid1LogInTime': '2018-03-16T17:47:21.964Z', 'user2_id': 'USR664', 'uid1LogOutTime': '2018-03-16T18:02:29.072Z', 'whoSawDoc': ['user1', 'user2'], 'status': 1, 'docIdx': 0, 'uid1response': {'response': [1, 2, 3, 4], 'type': 'finish'}, 'translation': {'en': 'The director is Zack Snyder, 27% Rotten Tomatoes, 4.9/10.', 'hi_en': 'Zack Snyder director hai, 27% Rotten Tomatoes, 4.9/10.'}} ``` ### Data Fields - `date`: the time the file is created, as a string - `docIdx`: the current section index of the wiki document when the utterance is said. There are in total 4 sections for each document. - `translation`: - `hi_en`: The text in Hinglish - `en`: The text in English - `uid`: the user id of this utterance. - `utcTimestamp`: the server utc timestamp of this utterance, as a string - `rating`: A number from 1 or 2 or 3. A larger number means the quality of the conversation is better. - `status`: status as an integer - `uid1LogInTime`: optional login time of user 1, as a string - `uid1LogOutTime`: optional logout time of user 1, as a string - `uid1response`: a json object contains the status and response of user after finishing the conversation. Fields in the object includes: - `type`: should be one of ['finish', 'abandon','abandonWithouAnsweringFeedbackQuestion']. 'finish' means the user successfully finishes the conversation, either by completing 12 or 15 turns or in the way that the other user leaves the conversation first. 'abandon' means the user abandons the conversation in the middle, but entering the feedback page. 'abandonWithouAnsweringFeedbackQuestion' means the user just disconnects or closes the web page without providing the feedback. - `response`: the answer to the post-conversation questions. The worker can choose multiple of them. The options presented to the user are as follows: For type 'finish' 1: The conversation is understandable. 2: The other user is actively responding me. 3: The conversation goes smoothly. For type 'abandon' 1: The other user is too rude. 2: I don't know how to proceed with the conversation. 3: The other user is not responding to me. For users given the document 4: I have watched the movie before. 5: I have not watched the movie before. For the users without the document 4: I will watch the movie after the other user's introduction. 5: I will not watch the movie after the other user's introduction. - `uid2response`: same as uid1response - `user2_id`: the generated user id of user 2 - `whoSawDoc`: Should be one of ['user1'], ['user2'], ['user1', 'user2']. Indicating which user read the document. - `wikiDocumentId`: the index of the wiki document. ### Data Splits | name |train|validation|test| |----------|----:|---------:|---:| |CMU DOG | 8060| 942| 960| ## Dataset Creation [More Information Needed] ### Curation Rationale [More Information Needed] ### Source Data The Hinglish dataset is derived from the original CMU DoG (Document Grounded Conversations Dataset). More info about that can be found in the [repo](https://github.com/festvox/datasets-CMU_DoG) #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations [More Information Needed] #### 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 The purpose of this dataset is to help develop better question answering systems. ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators The dataset was initially created by Prof Alan W Black's group at CMU ### Licensing Information [More Information Needed] ### Citation Information ```bibtex @inproceedings{ cmu_dog_emnlp18, title={A Dataset for Document Grounded Conversations}, author={Zhou, Kangyan and Prabhumoye, Shrimai and Black, Alan W}, year={2018}, booktitle={Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing} } ``` ### Contributions Thanks to [@Ishan-Kumar2](https://github.com/Ishan-Kumar2) for adding this dataset.
cmu_hinglish_dog
[ "task_categories:translation", "annotations_creators:machine-generated", "language_creators:crowdsourced", "multilinguality:multilingual", "multilinguality:translation", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "language:hi", "license:cc-by-sa-3.0", "license:gfdl", "arxiv:1809.07358", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["machine-generated"], "language_creators": ["crowdsourced"], "language": ["en", "hi"], "license": ["cc-by-sa-3.0", "gfdl"], "multilinguality": ["multilingual", "translation"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "pretty_name": "CMU Document Grounded Conversations", "dataset_info": {"features": [{"name": "date", "dtype": "string"}, {"name": "docIdx", "dtype": "int64"}, {"name": "translation", "dtype": {"translation": {"languages": ["en", "hi_en"]}}}, {"name": "uid", "dtype": "string"}, {"name": "utcTimestamp", "dtype": "string"}, {"name": "rating", "dtype": "int64"}, {"name": "status", "dtype": "int64"}, {"name": "uid1LogInTime", "dtype": "string"}, {"name": "uid1LogOutTime", "dtype": "string"}, {"name": "uid1response", "struct": [{"name": "response", "sequence": "int64"}, {"name": "type", "dtype": "string"}]}, {"name": "uid2response", "struct": [{"name": "response", "sequence": "int64"}, {"name": "type", "dtype": "string"}]}, {"name": "user2_id", "dtype": "string"}, {"name": "whoSawDoc", "sequence": "string"}, {"name": "wikiDocumentIdx", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 3140818, "num_examples": 8060}, {"name": "test", "num_bytes": 379465, "num_examples": 960}, {"name": "validation", "num_bytes": 368670, "num_examples": 942}], "download_size": 1039828, "dataset_size": 3888953}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}, {"split": "validation", "path": "data/validation-*"}]}]}
2024-01-18T14:36:48+00:00
[ "1809.07358" ]
[ "en", "hi" ]
TAGS #task_categories-translation #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-multilingual #multilinguality-translation #size_categories-1K<n<10K #source_datasets-original #language-English #language-Hindi #license-cc-by-sa-3.0 #license-gfdl #arxiv-1809.07358 #region-us
Dataset Card for CMU Document Grounded Conversations ==================================================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: CMU Hinglish DoG * Repository: CMU Document Grounded Conversations (English version) * Paper: CMU Document Grounded Conversations (English version) * Point of Contact: ### Dataset Summary This is a collection of text conversations in Hinglish (code mixing between Hindi-English) and their corresponding English versions. Can be used for Translating between the two. The dataset has been provided by Prof. Alan Black's group from CMU. ### Supported Tasks and Leaderboards * 'abstractive-mt' ### Languages Dataset Structure ----------------- ### Data Instances A typical data point comprises a Hinglish text, with key 'hi\_en' and its English version with key 'en'. The 'docIdx' contains the current section index of the wiki document when the utterance is said. There are in total 4 sections for each document. The 'uid' has the user id of this utterance. An example from the CMU\_Hinglish\_DoG train set looks as follows: ### Data Fields * 'date': the time the file is created, as a string * 'docIdx': the current section index of the wiki document when the utterance is said. There are in total 4 sections for each document. * 'translation': + 'hi\_en': The text in Hinglish + 'en': The text in English * 'uid': the user id of this utterance. * 'utcTimestamp': the server utc timestamp of this utterance, as a string * 'rating': A number from 1 or 2 or 3. A larger number means the quality of the conversation is better. * 'status': status as an integer * 'uid1LogInTime': optional login time of user 1, as a string * 'uid1LogOutTime': optional logout time of user 1, as a string * 'uid1response': a json object contains the status and response of user after finishing the conversation. Fields in the object includes: + 'type': should be one of ['finish', 'abandon','abandonWithouAnsweringFeedbackQuestion']. 'finish' means the user successfully finishes the conversation, either by completing 12 or 15 turns or in the way that the other user leaves the conversation first. 'abandon' means the user abandons the conversation in the middle, but entering the feedback page. 'abandonWithouAnsweringFeedbackQuestion' means the user just disconnects or closes the web page without providing the feedback. + 'response': the answer to the post-conversation questions. The worker can choose multiple of them. The options presented to the user are as follows: For type 'finish' 1: The conversation is understandable. 2: The other user is actively responding me. 3: The conversation goes smoothly. For type 'abandon' 1: The other user is too rude. 2: I don't know how to proceed with the conversation. 3: The other user is not responding to me. For users given the document 4: I have watched the movie before. 5: I have not watched the movie before. For the users without the document 4: I will watch the movie after the other user's introduction. 5: I will not watch the movie after the other user's introduction. * 'uid2response': same as uid1response * 'user2\_id': the generated user id of user 2 * 'whoSawDoc': Should be one of ['user1'], ['user2'], ['user1', 'user2']. Indicating which user read the document. * 'wikiDocumentId': the index of the wiki document. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data The Hinglish dataset is derived from the original CMU DoG (Document Grounded Conversations Dataset). More info about that can be found in the repo #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset The purpose of this dataset is to help develop better question answering systems. ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators The dataset was initially created by Prof Alan W Black's group at CMU ### Licensing Information ### Contributions Thanks to @Ishan-Kumar2 for adding this dataset.
[ "### Dataset Summary\n\n\nThis is a collection of text conversations in Hinglish (code mixing between Hindi-English) and their corresponding English versions. Can be used for Translating between the two. The dataset has been provided by Prof. Alan Black's group from CMU.", "### Supported Tasks and Leaderboards\n\n\n* 'abstractive-mt'", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises a Hinglish text, with key 'hi\\_en' and its English version with key 'en'. The 'docIdx' contains the current section index of the wiki document when the utterance is said. There are in total 4 sections for each document. The 'uid' has the user id of this utterance.\n\n\nAn example from the CMU\\_Hinglish\\_DoG train set looks as follows:", "### Data Fields\n\n\n* 'date': the time the file is created, as a string\n* 'docIdx': the current section index of the wiki document when the utterance is said. There are in total 4 sections for each document.\n* 'translation':\n\t+ 'hi\\_en': The text in Hinglish\n\t+ 'en': The text in English\n* 'uid': the user id of this utterance.\n* 'utcTimestamp': the server utc timestamp of this utterance, as a string\n* 'rating': A number from 1 or 2 or 3. A larger number means the quality of the conversation is better.\n* 'status': status as an integer\n* 'uid1LogInTime': optional login time of user 1, as a string\n* 'uid1LogOutTime': optional logout time of user 1, as a string\n* 'uid1response': a json object contains the status and response of user after finishing the conversation. Fields in the object includes:\n\t+ 'type': should be one of ['finish', 'abandon','abandonWithouAnsweringFeedbackQuestion']. 'finish' means the user successfully finishes the conversation, either by completing 12 or 15 turns or in the way that the other user leaves the conversation first. 'abandon' means the user abandons the conversation in the middle, but entering the feedback page. 'abandonWithouAnsweringFeedbackQuestion' means the user just disconnects or closes the web page without providing the feedback.\n\t+ 'response': the answer to the post-conversation questions. The worker can choose multiple of them. The options presented to the user are as follows:\n\tFor type 'finish'\n\t1: The conversation is understandable.\n\t2: The other user is actively responding me.\n\t3: The conversation goes smoothly.\n\tFor type 'abandon'\n\t1: The other user is too rude.\n\t2: I don't know how to proceed with the conversation.\n\t3: The other user is not responding to me.\n\tFor users given the document\n\t4: I have watched the movie before.\n\t5: I have not watched the movie before.\n\tFor the users without the document\n\t4: I will watch the movie after the other user's introduction.\n\t5: I will not watch the movie after the other user's introduction.\n* 'uid2response': same as uid1response\n* 'user2\\_id': the generated user id of user 2\n* 'whoSawDoc': Should be one of ['user1'], ['user2'], ['user1', 'user2']. Indicating which user read the document.\n* 'wikiDocumentId': the index of the wiki document.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data\n\n\nThe Hinglish dataset is derived from the original CMU DoG (Document Grounded Conversations Dataset). More info about that can be found in the repo", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThe purpose of this dataset is to help develop better question answering systems.", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe dataset was initially created by Prof Alan W Black's group at CMU", "### Licensing Information", "### Contributions\n\n\nThanks to @Ishan-Kumar2 for adding this dataset." ]
[ "TAGS\n#task_categories-translation #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-multilingual #multilinguality-translation #size_categories-1K<n<10K #source_datasets-original #language-English #language-Hindi #license-cc-by-sa-3.0 #license-gfdl #arxiv-1809.07358 #region-us \n", "### Dataset Summary\n\n\nThis is a collection of text conversations in Hinglish (code mixing between Hindi-English) and their corresponding English versions. Can be used for Translating between the two. The dataset has been provided by Prof. Alan Black's group from CMU.", "### Supported Tasks and Leaderboards\n\n\n* 'abstractive-mt'", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises a Hinglish text, with key 'hi\\_en' and its English version with key 'en'. The 'docIdx' contains the current section index of the wiki document when the utterance is said. There are in total 4 sections for each document. The 'uid' has the user id of this utterance.\n\n\nAn example from the CMU\\_Hinglish\\_DoG train set looks as follows:", "### Data Fields\n\n\n* 'date': the time the file is created, as a string\n* 'docIdx': the current section index of the wiki document when the utterance is said. There are in total 4 sections for each document.\n* 'translation':\n\t+ 'hi\\_en': The text in Hinglish\n\t+ 'en': The text in English\n* 'uid': the user id of this utterance.\n* 'utcTimestamp': the server utc timestamp of this utterance, as a string\n* 'rating': A number from 1 or 2 or 3. A larger number means the quality of the conversation is better.\n* 'status': status as an integer\n* 'uid1LogInTime': optional login time of user 1, as a string\n* 'uid1LogOutTime': optional logout time of user 1, as a string\n* 'uid1response': a json object contains the status and response of user after finishing the conversation. Fields in the object includes:\n\t+ 'type': should be one of ['finish', 'abandon','abandonWithouAnsweringFeedbackQuestion']. 'finish' means the user successfully finishes the conversation, either by completing 12 or 15 turns or in the way that the other user leaves the conversation first. 'abandon' means the user abandons the conversation in the middle, but entering the feedback page. 'abandonWithouAnsweringFeedbackQuestion' means the user just disconnects or closes the web page without providing the feedback.\n\t+ 'response': the answer to the post-conversation questions. The worker can choose multiple of them. The options presented to the user are as follows:\n\tFor type 'finish'\n\t1: The conversation is understandable.\n\t2: The other user is actively responding me.\n\t3: The conversation goes smoothly.\n\tFor type 'abandon'\n\t1: The other user is too rude.\n\t2: I don't know how to proceed with the conversation.\n\t3: The other user is not responding to me.\n\tFor users given the document\n\t4: I have watched the movie before.\n\t5: I have not watched the movie before.\n\tFor the users without the document\n\t4: I will watch the movie after the other user's introduction.\n\t5: I will not watch the movie after the other user's introduction.\n* 'uid2response': same as uid1response\n* 'user2\\_id': the generated user id of user 2\n* 'whoSawDoc': Should be one of ['user1'], ['user2'], ['user1', 'user2']. Indicating which user read the document.\n* 'wikiDocumentId': the index of the wiki document.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data\n\n\nThe Hinglish dataset is derived from the original CMU DoG (Document Grounded Conversations Dataset). More info about that can be found in the repo", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThe purpose of this dataset is to help develop better question answering systems.", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe dataset was initially created by Prof Alan W Black's group at CMU", "### Licensing Information", "### Contributions\n\n\nThanks to @Ishan-Kumar2 for adding this dataset." ]
[ 108, 64, 19, 11, 109, 622, 11, 7, 40, 10, 10, 5, 5, 9, 18, 23, 8, 14, 24, 6, 20 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-multilingual #multilinguality-translation #size_categories-1K<n<10K #source_datasets-original #language-English #language-Hindi #license-cc-by-sa-3.0 #license-gfdl #arxiv-1809.07358 #region-us \n### Dataset Summary\n\n\nThis is a collection of text conversations in Hinglish (code mixing between Hindi-English) and their corresponding English versions. Can be used for Translating between the two. The dataset has been provided by Prof. Alan Black's group from CMU.### Supported Tasks and Leaderboards\n\n\n* 'abstractive-mt'### Languages\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA typical data point comprises a Hinglish text, with key 'hi\\_en' and its English version with key 'en'. The 'docIdx' contains the current section index of the wiki document when the utterance is said. There are in total 4 sections for each document. The 'uid' has the user id of this utterance.\n\n\nAn example from the CMU\\_Hinglish\\_DoG train set looks as follows:" ]
[ -0.04449305683374405, 0.0016871619736775756, -0.003915470093488693, 0.04570527747273445, 0.015604791231453419, 0.06662702560424805, 0.1217145100235939, 0.03771165758371353, 0.08449716120958328, 0.08956948667764664, -0.007787930779159069, -0.07631158828735352, 0.08675311505794525, 0.10186194628477097, 0.027094410732388496, -0.20896194875240326, 0.021288737654685974, -0.07287552207708359, -0.09081441164016724, 0.057061225175857544, 0.12476653605699539, -0.07670643925666809, 0.06583855301141739, 0.018909329548478127, -0.09586472064256668, 0.0449334941804409, -0.05125163123011589, -0.024823928251862526, 0.07071744650602341, 0.09743433445692062, 0.13402970135211945, -0.0015537058934569359, 0.08183010667562485, -0.17571350932121277, 0.0165915098041296, 0.015116400085389614, -0.005344390403479338, -0.017503885552287102, 0.07845954596996307, -0.0544353686273098, 0.07263586670160294, -0.005177717190235853, 0.009068598039448261, 0.006538267247378826, -0.08212780952453613, -0.08043818920850754, -0.08412071317434311, 0.038130443543195724, 0.010990910232067108, 0.03197294473648071, -0.04711111634969711, 0.06875930726528168, -0.05009084939956665, 0.04249328747391701, 0.10730615258216858, -0.16636264324188232, -0.008387669920921326, 0.06233055144548416, 0.07223661243915558, 0.12493431568145752, -0.06589735299348831, 0.023153478279709816, 0.005145890172570944, -0.0292927548289299, -0.00266538024879992, -0.05753203481435776, 0.02352752536535263, 0.03206102177500725, -0.11655773222446442, 0.0003971862606704235, 0.26728662848472595, -0.00490953354164958, 0.006136289797723293, -0.08822998404502869, -0.013427191413939, 0.1413019597530365, 0.022321300581097603, -0.06121622025966644, -0.03138783946633339, 0.00918770395219326, 0.11018025875091553, -0.11195796728134155, -0.08622822910547256, -0.0012093151453882456, -0.05076233670115471, 0.13607001304626465, 0.05551490932703018, 0.03382159024477005, -0.005318216979503632, 0.013524550944566727, -0.02953985333442688, -0.07392143458127975, -0.019528893753886223, -0.03388407826423645, -0.08952581882476807, 0.02402110956609249, -0.028617309406399727, -0.1212989017367363, 0.06878742575645447, -0.03423883765935898, -0.09808559715747833, 0.019532736390829086, -0.07051605731248856, 0.04430990293622017, 0.1233353242278099, 0.19805462658405304, -0.0351702943444252, -0.003331365529447794, 0.027960805222392082, -0.045523159205913544, -0.018551712855696678, -0.04137114807963371, -0.11680681258440018, -0.0031037956941872835, -0.061070654541254044, 0.04839425906538963, -0.028727451339364052, 0.003907159902155399, -0.0358169786632061, -0.06313233077526093, 0.0935630351305008, -0.17173102498054504, 0.047764573246240616, 0.04457366093993187, 0.007299977820366621, 0.07538709044456482, -0.0260009802877903, 0.02572569251060486, -0.1396346390247345, -0.014223196543753147, -0.04642828553915024, 0.0386880487203598, -0.08304893225431442, -0.12075759470462799, -0.019660402089357376, -0.06619694083929062, -0.07319724559783936, -0.07412796467542648, -0.03176821768283844, -0.040956538170576096, 0.03526734188199043, -0.03301434591412544, 0.019968843087553978, -0.0731537789106369, 0.10645231604576111, 0.028730405494570732, 0.022759195417165756, -0.17401456832885742, -0.01893523335456848, -0.028500642627477646, -0.033388905227184296, 0.05235723406076431, 0.002956855110824108, 0.014433877542614937, -0.007572302594780922, 0.026976915076375008, -0.14091086387634277, 0.11808818578720093, -0.08406525105237961, 0.0033241678029298782, -0.06215735152363777, 0.023634346202015877, 0.005275125149637461, 0.04711848124861717, -0.04119488224387169, 0.0800357237458229, -0.04711395129561424, -0.07071635872125626, 0.23093947768211365, -0.08996715396642685, -0.09310415387153625, 0.12753599882125854, -0.017955275252461433, 0.04405691847205162, 0.0392228364944458, 0.1712549328804016, 0.01738518290221691, -0.22353008389472961, -0.009017321281135082, 0.04492231458425522, 0.06246538087725639, 0.15554261207580566, 0.1165962964296341, -0.07914341241121292, 0.06737867742776871, -0.03106348030269146, 0.08624068647623062, -0.0547114759683609, 0.009955719113349915, -0.04023049399256706, 0.01613079570233822, 0.02022034116089344, -0.08164680004119873, -0.05005761235952377, 0.00234137917868793, 0.0010980636579915881, -0.0635712593793869, 0.08141761273145676, 0.08692705631256104, -0.09042306989431381, 0.07327573746442795, -0.09832575172185898, -0.013700156472623348, -0.06584843248128891, -0.000972782785538584, -0.09127591550350189, -0.051542941480875015, 0.09228041023015976, -0.007386989891529083, 0.11230285465717316, 0.03321558237075806, -0.02590368129312992, 0.05017640069127083, -0.027560900896787643, 0.04158570617437363, 0.00895480066537857, -0.02244306355714798, -0.012002571485936642, -0.16817831993103027, 0.0433708094060421, -0.02082393318414688, 0.02500377595424652, -0.06753510981798172, -0.005047724582254887, 0.11200248450040817, 0.0830228328704834, 0.015210509300231934, -0.005486112553626299, -0.0004996404168196023, 0.07404741644859314, -0.06133232265710831, 0.013990409672260284, -0.050899263471364975, -0.02628203295171261, -0.07978185266256332, 0.21641387045383453, -0.13888289034366608, -0.11697959899902344, 0.08996836841106415, -0.011454055085778236, 0.024343159049749374, -0.03908395767211914, 0.019770465791225433, -0.03669661656022072, -0.050211578607559204, -0.037397198379039764, 0.0960041806101799, 0.014727470465004444, 0.10140697658061981, -0.11390653997659683, -0.08036720752716064, -0.03777105361223221, -0.06842482089996338, -0.09247305989265442, 0.04916641488671303, 0.023587683215737343, -0.156304731965065, 0.09504730254411697, -0.0010254856897518039, 0.01638287678360939, 0.19038371741771698, 0.030133161693811417, -0.08367305248975754, -0.08839259296655655, -0.007849078625440598, 0.014547647908329964, 0.05797844007611275, -0.008796533569693565, -0.009626503102481365, 0.021046053618192673, 0.09063005447387695, 0.05443082004785538, -0.06738463789224625, 0.050472743809223175, 0.0347462072968483, -0.049743082374334335, 0.014483213424682617, 0.03067687153816223, -0.01823160983622074, 0.025561442598700523, 0.032218191772699356, 0.12381725758314133, -0.08711694180965424, -0.06565900146961212, -0.12076015025377274, 0.12282657623291016, -0.18059277534484863, -0.30719098448753357, -0.17348727583885193, -0.11092036962509155, -0.01231811661273241, 0.021932028234004974, 0.03857221454381943, -0.06425312161445618, -0.06610942631959915, -0.09120789915323257, 0.07441320270299911, -0.1165151596069336, -0.11159602552652359, -0.022948652505874634, 0.01738828420639038, -0.08023924380540848, -0.1133616492152214, 0.006544829811900854, 0.07265664637088776, -0.06256100535392761, 0.014810316264629364, -0.053286392241716385, 0.08801841735839844, 0.09732665866613388, 0.03356131538748741, 0.014875541441142559, -0.03661610558629036, 0.1550179123878479, -0.10579419881105423, 0.061421554535627365, 0.016477853059768677, -0.0450148843228817, 0.06159844622015953, 0.13224288821220398, 0.02461034245789051, -0.028536247089505196, 0.003956587053835392, -0.006066878791898489, -0.009037544950842857, -0.26224270462989807, -0.06832033395767212, -0.10785934329032898, -0.09339589625597, 0.01125315111130476, 0.031069230288267136, -0.016764003783464432, 0.025136403739452362, -0.06959615647792816, 0.131221741437912, 0.05183913931250572, 0.06496257334947586, 0.08458653092384338, 0.02601221576333046, 0.021211476996541023, -0.051091745495796204, -0.01695176213979721, 0.10761851817369461, 0.10644672811031342, 0.1796990931034088, -0.015898266807198524, 0.26690107583999634, 0.08467890322208405, 0.07958770543336868, 0.0619833879172802, -0.018242234364151955, -0.07810326665639877, 0.07739574462175369, 0.0023036422207951546, -0.07178211212158203, 0.048204269260168076, 0.10249034315347672, 0.11743038147687912, -0.09525355696678162, 0.08785910904407501, -0.021599536761641502, 0.0862763375043869, 0.14005735516548157, 0.02959628216922283, -0.008849885314702988, -0.000007464144346158719, 0.06685811281204224, 0.011014473624527454, -0.0840107724070549, 0.03225593641400337, 0.14765259623527527, -0.06065753102302551, 0.08401347696781158, 0.024258343502879143, 0.10761626809835434, -0.07220230996608734, -0.06519963592290878, -0.08899961411952972, 0.023614631965756416, -0.045725010335445404, 0.09169607609510422, -0.21181808412075043, 0.1365004926919937, 0.04570933058857918, 0.019878732040524483, -0.0021550350356847048, 0.04880351945757866, -0.0030076580587774515, 0.12671662867069244, 0.04530700296163559, 0.0666654035449028, -0.11365555226802826, -0.06360338628292084, -0.07237416505813599, 0.028525933623313904, 0.11225521564483643, -0.0690123587846756, 0.07459689676761627, 0.0016398379812017083, 0.011446475982666016, -0.059307701885700226, 0.014562116004526615, -0.1339562088251114, -0.21499289572238922, 0.0647890567779541, -0.0282493457198143, 0.03838202729821205, -0.021267103031277657, 0.014207632280886173, -0.04572606459259987, 0.054961949586868286, -0.13026665151119232, -0.02713855355978012, -0.11102693527936935, -0.04940589889883995, 0.08614633977413177, -0.083933986723423, -0.015589377842843533, -0.0030189913231879473, 0.13665825128555298, -0.06256413459777832, -0.013082015328109264, 0.05361919477581978, -0.03469417989253998, -0.06311818957328796, -0.05753650888800621, 0.07259967923164368, 0.10132693499326706, 0.02207910269498825, -0.0057745520025491714, 0.0900597795844078, -0.045410189777612686, -0.06815475970506668, 0.022564301267266273, 0.14263126254081726, 0.008686259388923645, 0.16575805842876434, -0.07466930150985718, -0.08133720606565475, -0.05893838033080101, -0.16816940903663635, 0.09862447530031204, 0.10276305675506592, -0.015164458192884922, 0.14408966898918152, 0.25459936261177063, -0.17514854669570923, -0.18299435079097748, -0.10155219584703445, 0.032614268362522125, 0.09269978106021881, -0.04921135678887367, -0.19204114377498627, 0.021985137835144997, 0.04927516356110573, 0.0001304659672314301, -0.04271962493658066, -0.15378881990909576, -0.1455826461315155, 0.016150785610079765, 0.006218604743480682, -0.12337534129619598, -0.0928255170583725, -0.04534941539168358, -0.09304583072662354, -0.1179891973733902, 0.03318013995885849, 0.022509409114718437, 0.034878578037023544, 0.019045108929276466, 0.03197900578379631, -0.014403323642909527, 0.018876658752560616, 0.1063457727432251, -0.02978871390223503, -0.03663991391658783, -0.05958352982997894, -0.016107235103845596, 0.15021468698978424, -0.017239362001419067, 0.07315097749233246, -0.09237577021121979, -0.01124573778361082, -0.07170064747333527, -0.06934986263513565, 0.03258795291185379, 0.03640616685152054, -0.06463108956813812, -0.04519381374120712, -0.09456125646829605, 0.030017992481589317, 0.04846157878637314, -0.01350930891931057, 0.05019352212548256, -0.06323708593845367, 0.0374719463288784, 0.04058351740241051, 0.12572447955608368, 0.07896707206964493, -0.04260838031768799, -0.014120951294898987, -0.011636527255177498, 0.08067606389522552, -0.10428039729595184, 0.04546528682112694, 0.0631503090262413, -0.028634799644351006, 0.16991271078586578, -0.012042295187711716, -0.14364227652549744, 0.06044716015458107, 0.06473191827535629, -0.047407668083906174, -0.15505367517471313, -0.01877492479979992, -0.06720543652772903, 0.02198723331093788, -0.05978202819824219, 0.12600819766521454, 0.01735740154981613, -0.05435914918780327, -0.02433210425078869, 0.07117976993322372, -0.0013304688036441803, 0.07229077816009521, 0.02973807230591774, 0.03605165332555771, -0.0141956377774477, 0.06798013299703598, 0.18393577635288239, -0.1302981674671173, 0.05385446548461914, 0.1924901306629181, -0.0725792869925499, -0.04580915719270706, 0.031773388385772705, 0.12972773611545563, 0.02140083722770214, -0.04042256250977516, -0.028030771762132645, -0.08044237643480301, 0.02915804833173752, 0.13436676561832428, -0.015406053513288498, 0.032223720103502274, -0.005680996458977461, -0.004447655752301216, -0.03422946482896805, 0.13530568778514862, -0.044208262115716934, 0.025491878390312195, -0.0661739856004715, -0.04102051258087158, 0.030527452006936073, 0.031167665496468544, -0.00599270174279809, -0.08414755016565323, -0.11249954253435135, -0.020670179277658463, -0.09623830765485764, 0.09978120774030685, -0.052756596356630325, 0.004551400430500507, -0.02147110179066658, -0.07150326669216156, -0.008644823916256428, 0.030593346804380417, -0.05129821598529816, -0.015170380473136902, -0.08462478965520859, 0.122016541659832, -0.05939410999417305, 0.009258714504539967, 0.10379651933908463, -0.03598082810640335, 0.11773065477609634, 0.0379449836909771, -0.07179473340511322, 0.04702822491526604, -0.10408390313386917, 0.07315012812614441, -0.04544638842344284, 0.12093821913003922, 0.042471807450056076, -0.0839628130197525, -0.005336307920515537, 0.021858006715774536, 0.018363026902079582, -0.011743884533643723, 0.07009776681661606, -0.054202038794755936, 0.044960830360651016, -0.07377363741397858, -0.11652158200740814, -0.058901675045490265, 0.088481105864048, 0.03273773938417435, 0.03590763732790947, 0.013657288625836372, -0.05972132831811905, 0.0779210701584816, -0.06804243475198746, -0.03493086248636246, 0.06348436325788498, 0.008199350908398628, -0.0708782747387886, -0.0919850543141365, 0.035496246069669724, -0.02882995270192623, 0.2432485669851303, 0.014941585250198841, -0.0308906901627779, 0.01398752722889185, -0.11337421089410782, -0.08455105125904083, 0.03821515291929245, 0.0659274086356163, -0.0008363238302990794, -0.011295678094029427, -0.01709136553108692, -0.06531570851802826, -0.043625716120004654, 0.04315635561943054, 0.051775332540273666, 0.04512329027056694, 0.20973239839076996, 0.017363963648676872, 0.08282357454299927, -0.060793742537498474, -0.03119182214140892, 0.0028827558271586895, -0.08788304775953293, 0.02827354520559311, -0.023117724806070328, 0.06327436119318008, 0.16197139024734497, -0.13732293248176575, 0.10203436762094498, -0.02383185364305973, -0.10384935885667801, -0.11658211052417755, -0.12831078469753265, -0.0711340606212616, -0.1015317440032959, 0.020516792312264442, -0.14249901473522186, 0.08696022629737854, -0.016881421208381653, 0.0679129809141159, -0.0009354513604193926, 0.1002090647816658, 0.01594383642077446, -0.08190491050481796, -0.030625853687524796, -0.007148921489715576, 0.035853054374456406, 0.06740320473909378, 0.02747238613665104, 0.011163038201630116, 0.004274451173841953, 0.05687575414776802, 0.06414885073900223, -0.02035597339272499, 0.0036993061657994986, -0.06401767581701279, -0.012047698721289635, 0.033610761165618896, -0.01112661324441433, -0.009816808626055717, 0.056796569377183914, 0.07240239530801773, -0.049149949103593826, -0.003500688588246703, 0.05805598944425583, -0.0050122239626944065, -0.15027058124542236, -0.11429263651371002, 0.04902937635779381, -0.013201482594013214, 0.03009825572371483, 0.0006191155407577753, -0.07412117719650269, -0.0638645738363266, 0.15787850320339203, 0.2113361656665802, -0.00776556646451354, 0.021079687401652336, 0.019674835726618767, 0.028457442298531532, 0.00977285485714674, 0.05916914716362953, 0.027173122391104698, 0.265886127948761, 0.005517094396054745, 0.005592801608145237, -0.06929341703653336, -0.028200684115290642, -0.0706598311662674, 0.026898832991719246, -0.037556421011686325, -0.04214068502187729, -0.023939618840813637, 0.08978422731161118, -0.010685289278626442, -0.20706230401992798, 0.06217328831553459, -0.06558236479759216, -0.054560307413339615, -0.00175890710670501, 0.10097703337669373, -0.03778139874339104, -0.00691565964370966, 0.03470988944172859, -0.07922793179750443, 0.11132269352674484, 0.04481345787644386, -0.09813686460256577, 0.009030057117342949, 0.07963324338197708, -0.1739794760942459, 0.05907018482685089, -0.00024177496379707009, 0.15784767270088196, 0.04993217810988426, 0.03764421492815018, 0.02069595642387867, 0.03769516199827194, 0.052710361778736115, -0.017347266897559166, -0.02040022984147072, 0.11888736486434937, -0.04203328862786293, 0.11381243169307709, 0.08959028869867325, 0.0027600943576544523, 0.07231757789850235, -0.020589694380760193, -0.012935793958604336, -0.04056582227349281, 0.018976673483848572, -0.14360518753528595, 0.12331666797399521, 0.14654524624347687, 0.011857056058943272, -0.027672715485095978, -0.007380968425422907, 0.03357863426208496, -0.053067903965711594, 0.12539196014404297, -0.023992475122213364, -0.17566609382629395, -0.030291184782981873, -0.020990358665585518, 0.08992036432027817, -0.15732911229133606, -0.03278721123933792, 0.015266913920640945, 0.018604939803481102, -0.03229846805334091, 0.17201851308345795, 0.09787452220916748, 0.025414327159523964, -0.04630753770470619, -0.20064719021320343, 0.030491994693875313, 0.059699542820453644, -0.08300803601741791, -0.022183775901794434 ]
96df5e686bee6baa90b8bee7c28b81fa3fa6223d
# Dataset Card for CNN Dailymail Dataset ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** - **Repository:** [CNN / DailyMail Dataset repository](https://github.com/abisee/cnn-dailymail) - **Paper:** [Abstractive Text Summarization Using Sequence-to-Sequence RNNs and Beyond](https://papers.nips.cc/paper/5945-teaching-machines-to-read-and-comprehend.pdf), [Get To The Point: Summarization with Pointer-Generator Networks](https://www.aclweb.org/anthology/K16-1028.pdf) - **Leaderboard:** [Papers with Code leaderboard for CNN / Dailymail Dataset](https://paperswithcode.com/sota/document-summarization-on-cnn-daily-mail) - **Point of Contact:** [Abigail See](mailto:abisee@stanford.edu) ### Dataset Summary The CNN / DailyMail Dataset is an English-language dataset containing just over 300k unique news articles as written by journalists at CNN and the Daily Mail. The current version supports both extractive and abstractive summarization, though the original version was created for machine reading and comprehension and abstractive question answering. ### Supported Tasks and Leaderboards - 'summarization': [Versions 2.0.0 and 3.0.0 of the CNN / DailyMail Dataset](https://www.aclweb.org/anthology/K16-1028.pdf) can be used to train a model for abstractive and extractive summarization ([Version 1.0.0](https://papers.nips.cc/paper/5945-teaching-machines-to-read-and-comprehend.pdf) was developed for machine reading and comprehension and abstractive question answering). The model performance is measured by how high the output summary's [ROUGE](https://huggingface.co/metrics/rouge) score for a given article is when compared to the highlight as written by the original article author. [Zhong et al (2020)](https://www.aclweb.org/anthology/2020.acl-main.552.pdf) report a ROUGE-1 score of 44.41 when testing a model trained for extractive summarization. See the [Papers With Code leaderboard](https://paperswithcode.com/sota/document-summarization-on-cnn-daily-mail) for more models. ### Languages The BCP-47 code for English as generally spoken in the United States is en-US and the BCP-47 code for English as generally spoken in the United Kingdom is en-GB. It is unknown if other varieties of English are represented in the data. ## Dataset Structure ### Data Instances For each instance, there is a string for the article, a string for the highlights, and a string for the id. See the [CNN / Daily Mail dataset viewer](https://huggingface.co/datasets/viewer/?dataset=cnn_dailymail&config=3.0.0) to explore more examples. ``` {'id': '0054d6d30dbcad772e20b22771153a2a9cbeaf62', 'article': '(CNN) -- An American woman died aboard a cruise ship that docked at Rio de Janeiro on Tuesday, the same ship on which 86 passengers previously fell ill, according to the state-run Brazilian news agency, Agencia Brasil. The American tourist died aboard the MS Veendam, owned by cruise operator Holland America. Federal Police told Agencia Brasil that forensic doctors were investigating her death. The ship's doctors told police that the woman was elderly and suffered from diabetes and hypertension, according the agency. The other passengers came down with diarrhea prior to her death during an earlier part of the trip, the ship's doctors said. The Veendam left New York 36 days ago for a South America tour.' 'highlights': 'The elderly woman suffered from diabetes and hypertension, ship's doctors say .\nPreviously, 86 passengers had fallen ill on the ship, Agencia Brasil says .'} ``` The average token count for the articles and the highlights are provided below: | Feature | Mean Token Count | | ---------- | ---------------- | | Article | 781 | | Highlights | 56 | ### Data Fields - `id`: a string containing the heximal formated SHA1 hash of the url where the story was retrieved from - `article`: a string containing the body of the news article - `highlights`: a string containing the highlight of the article as written by the article author ### Data Splits The CNN/DailyMail dataset has 3 splits: _train_, _validation_, and _test_. Below are the statistics for Version 3.0.0 of the dataset. | Dataset Split | Number of Instances in Split | | ------------- | ------------------------------------------- | | Train | 287,113 | | Validation | 13,368 | | Test | 11,490 | ## Dataset Creation ### Curation Rationale Version 1.0.0 aimed to support supervised neural methodologies for machine reading and question answering with a large amount of real natural language training data and released about 313k unique articles and nearly 1M Cloze style questions to go with the articles. Versions 2.0.0 and 3.0.0 changed the structure of the dataset to support summarization rather than question answering. Version 3.0.0 provided a non-anonymized version of the data, whereas both the previous versions were preprocessed to replace named entities with unique identifier labels. ### Source Data #### Initial Data Collection and Normalization The data consists of news articles and highlight sentences. In the question answering setting of the data, the articles are used as the context and entities are hidden one at a time in the highlight sentences, producing Cloze style questions where the goal of the model is to correctly guess which entity in the context has been hidden in the highlight. In the summarization setting, the highlight sentences are concatenated to form a summary of the article. The CNN articles were written between April 2007 and April 2015. The Daily Mail articles were written between June 2010 and April 2015. The code for the original data collection is available at <https://github.com/deepmind/rc-data>. The articles were downloaded using archives of <www.cnn.com> and <www.dailymail.co.uk> on the Wayback Machine. Articles were not included in the Version 1.0.0 collection if they exceeded 2000 tokens. Due to accessibility issues with the Wayback Machine, Kyunghyun Cho has made the datasets available at <https://cs.nyu.edu/~kcho/DMQA/>. An updated version of the code that does not anonymize the data is available at <https://github.com/abisee/cnn-dailymail>. Hermann et al provided their own tokenization script. The script provided by See uses the PTBTokenizer. It also lowercases the text and adds periods to lines missing them. #### Who are the source language producers? The text was written by journalists at CNN and the Daily Mail. ### Annotations The dataset does not contain any additional annotations. #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information Version 3.0 is not anonymized, so individuals' names can be found in the dataset. Information about the original author is not included in the dataset. ## Considerations for Using the Data ### Social Impact of Dataset The purpose of this dataset is to help develop models that can summarize long paragraphs of text in one or two sentences. This task is useful for efficiently presenting information given a large quantity of text. It should be made clear that any summarizations produced by models trained on this dataset are reflective of the language used in the articles, but are in fact automatically generated. ### Discussion of Biases [Bordia and Bowman (2019)](https://www.aclweb.org/anthology/N19-3002.pdf) explore measuring gender bias and debiasing techniques in the CNN / Dailymail dataset, the Penn Treebank, and WikiText-2. They find the CNN / Dailymail dataset to have a slightly lower gender bias based on their metric compared to the other datasets, but still show evidence of gender bias when looking at words such as 'fragile'. Because the articles were written by and for people in the US and the UK, they will likely present specifically US and UK perspectives and feature events that are considered relevant to those populations during the time that the articles were published. ### Other Known Limitations News articles have been shown to conform to writing conventions in which important information is primarily presented in the first third of the article [(Kryściński et al, 2019)](https://www.aclweb.org/anthology/D19-1051.pdf). [Chen et al (2016)](https://www.aclweb.org/anthology/P16-1223.pdf) conducted a manual study of 100 random instances of the first version of the dataset and found 25% of the samples to be difficult even for humans to answer correctly due to ambiguity and coreference errors. It should also be noted that machine-generated summarizations, even when extractive, may differ in truth values when compared to the original articles. ## Additional Information ### Dataset Curators The data was originally collected by Karl Moritz Hermann, Tomáš Kočiský, Edward Grefenstette, Lasse Espeholt, Will Kay, Mustafa Suleyman, and Phil Blunsom of Google DeepMind. Tomáš Kočiský and Phil Blunsom are also affiliated with the University of Oxford. They released scripts to collect and process the data into the question answering format. Ramesh Nallapati, Bowen Zhou, Cicero dos Santos, and Bing Xiang of IMB Watson and Çağlar Gu̇lçehre of Université de Montréal modified Hermann et al's collection scripts to restore the data to a summary format. They also produced both anonymized and non-anonymized versions. The code for the non-anonymized version is made publicly available by Abigail See of Stanford University, Peter J. Liu of Google Brain and Christopher D. Manning of Stanford University at <https://github.com/abisee/cnn-dailymail>. The work at Stanford University was supported by the DARPA DEFT ProgramAFRL contract no. FA8750-13-2-0040. ### Licensing Information The CNN / Daily Mail dataset version 1.0.0 is released under the [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0). ### Citation Information ``` @inproceedings{see-etal-2017-get, title = "Get To The Point: Summarization with Pointer-Generator Networks", author = "See, Abigail and Liu, Peter J. and Manning, Christopher D.", booktitle = "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)", month = jul, year = "2017", address = "Vancouver, Canada", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/P17-1099", doi = "10.18653/v1/P17-1099", pages = "1073--1083", abstract = "Neural sequence-to-sequence models have provided a viable new approach for abstractive text summarization (meaning they are not restricted to simply selecting and rearranging passages from the original text). However, these models have two shortcomings: they are liable to reproduce factual details inaccurately, and they tend to repeat themselves. In this work we propose a novel architecture that augments the standard sequence-to-sequence attentional model in two orthogonal ways. First, we use a hybrid pointer-generator network that can copy words from the source text via pointing, which aids accurate reproduction of information, while retaining the ability to produce novel words through the generator. Second, we use coverage to keep track of what has been summarized, which discourages repetition. We apply our model to the CNN / Daily Mail summarization task, outperforming the current abstractive state-of-the-art by at least 2 ROUGE points.", } ``` ``` @inproceedings{DBLP:conf/nips/HermannKGEKSB15, author={Karl Moritz Hermann and Tomás Kociský and Edward Grefenstette and Lasse Espeholt and Will Kay and Mustafa Suleyman and Phil Blunsom}, title={Teaching Machines to Read and Comprehend}, year={2015}, cdate={1420070400000}, pages={1693-1701}, url={http://papers.nips.cc/paper/5945-teaching-machines-to-read-and-comprehend}, booktitle={NIPS}, crossref={conf/nips/2015} } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@jplu](https://github.com/jplu), [@jbragg](https://github.com/jbragg), [@patrickvonplaten](https://github.com/patrickvonplaten) and [@mcmillanmajora](https://github.com/mcmillanmajora) for adding this dataset.
cnn_dailymail
[ "task_categories:summarization", "task_ids:news-articles-summarization", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:apache-2.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["en"], "license": ["apache-2.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["summarization"], "task_ids": ["news-articles-summarization"], "paperswithcode_id": "cnn-daily-mail-1", "pretty_name": "CNN / Daily Mail", "dataset_info": [{"config_name": "1.0.0", "features": [{"name": "article", "dtype": "string"}, {"name": "highlights", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1261703785, "num_examples": 287113}, {"name": "validation", "num_bytes": 57732412, "num_examples": 13368}, {"name": "test", "num_bytes": 49925732, "num_examples": 11490}], "download_size": 836927248, "dataset_size": 1369361929}, {"config_name": "2.0.0", "features": [{"name": "article", "dtype": "string"}, {"name": "highlights", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1261703785, "num_examples": 287113}, {"name": "validation", "num_bytes": 57732412, "num_examples": 13368}, {"name": "test", "num_bytes": 49925732, "num_examples": 11490}], "download_size": 837094602, "dataset_size": 1369361929}, {"config_name": "3.0.0", "features": [{"name": "article", "dtype": "string"}, {"name": "highlights", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1261703785, "num_examples": 287113}, {"name": "validation", "num_bytes": 57732412, "num_examples": 13368}, {"name": "test", "num_bytes": 49925732, "num_examples": 11490}], "download_size": 837094602, "dataset_size": 1369361929}], "configs": [{"config_name": "1.0.0", "data_files": [{"split": "train", "path": "1.0.0/train-*"}, {"split": "validation", "path": "1.0.0/validation-*"}, {"split": "test", "path": "1.0.0/test-*"}]}, {"config_name": "2.0.0", "data_files": [{"split": "train", "path": "2.0.0/train-*"}, {"split": "validation", "path": "2.0.0/validation-*"}, {"split": "test", "path": "2.0.0/test-*"}]}, {"config_name": "3.0.0", "data_files": [{"split": "train", "path": "3.0.0/train-*"}, {"split": "validation", "path": "3.0.0/validation-*"}, {"split": "test", "path": "3.0.0/test-*"}]}], "train-eval-index": [{"config": "3.0.0", "task": "summarization", "task_id": "summarization", "splits": {"eval_split": "test"}, "col_mapping": {"article": "text", "highlights": "target"}}]}
2024-01-18T15:31:34+00:00
[]
[ "en" ]
TAGS #task_categories-summarization #task_ids-news-articles-summarization #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-apache-2.0 #region-us
Dataset Card for CNN Dailymail Dataset ====================================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: * Repository: CNN / DailyMail Dataset repository * Paper: Abstractive Text Summarization Using Sequence-to-Sequence RNNs and Beyond, Get To The Point: Summarization with Pointer-Generator Networks * Leaderboard: Papers with Code leaderboard for CNN / Dailymail Dataset * Point of Contact: Abigail See ### Dataset Summary The CNN / DailyMail Dataset is an English-language dataset containing just over 300k unique news articles as written by journalists at CNN and the Daily Mail. The current version supports both extractive and abstractive summarization, though the original version was created for machine reading and comprehension and abstractive question answering. ### Supported Tasks and Leaderboards * 'summarization': Versions 2.0.0 and 3.0.0 of the CNN / DailyMail Dataset can be used to train a model for abstractive and extractive summarization (Version 1.0.0 was developed for machine reading and comprehension and abstractive question answering). The model performance is measured by how high the output summary's ROUGE score for a given article is when compared to the highlight as written by the original article author. Zhong et al (2020) report a ROUGE-1 score of 44.41 when testing a model trained for extractive summarization. See the Papers With Code leaderboard for more models. ### Languages The BCP-47 code for English as generally spoken in the United States is en-US and the BCP-47 code for English as generally spoken in the United Kingdom is en-GB. It is unknown if other varieties of English are represented in the data. Dataset Structure ----------------- ### Data Instances For each instance, there is a string for the article, a string for the highlights, and a string for the id. See the CNN / Daily Mail dataset viewer to explore more examples. The average token count for the articles and the highlights are provided below: ### Data Fields * 'id': a string containing the heximal formated SHA1 hash of the url where the story was retrieved from * 'article': a string containing the body of the news article * 'highlights': a string containing the highlight of the article as written by the article author ### Data Splits The CNN/DailyMail dataset has 3 splits: *train*, *validation*, and *test*. Below are the statistics for Version 3.0.0 of the dataset. Dataset Creation ---------------- ### Curation Rationale Version 1.0.0 aimed to support supervised neural methodologies for machine reading and question answering with a large amount of real natural language training data and released about 313k unique articles and nearly 1M Cloze style questions to go with the articles. Versions 2.0.0 and 3.0.0 changed the structure of the dataset to support summarization rather than question answering. Version 3.0.0 provided a non-anonymized version of the data, whereas both the previous versions were preprocessed to replace named entities with unique identifier labels. ### Source Data #### Initial Data Collection and Normalization The data consists of news articles and highlight sentences. In the question answering setting of the data, the articles are used as the context and entities are hidden one at a time in the highlight sentences, producing Cloze style questions where the goal of the model is to correctly guess which entity in the context has been hidden in the highlight. In the summarization setting, the highlight sentences are concatenated to form a summary of the article. The CNN articles were written between April 2007 and April 2015. The Daily Mail articles were written between June 2010 and April 2015. The code for the original data collection is available at <URL The articles were downloaded using archives of and on the Wayback Machine. Articles were not included in the Version 1.0.0 collection if they exceeded 2000 tokens. Due to accessibility issues with the Wayback Machine, Kyunghyun Cho has made the datasets available at <URL An updated version of the code that does not anonymize the data is available at <URL Hermann et al provided their own tokenization script. The script provided by See uses the PTBTokenizer. It also lowercases the text and adds periods to lines missing them. #### Who are the source language producers? The text was written by journalists at CNN and the Daily Mail. ### Annotations The dataset does not contain any additional annotations. #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information Version 3.0 is not anonymized, so individuals' names can be found in the dataset. Information about the original author is not included in the dataset. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset The purpose of this dataset is to help develop models that can summarize long paragraphs of text in one or two sentences. This task is useful for efficiently presenting information given a large quantity of text. It should be made clear that any summarizations produced by models trained on this dataset are reflective of the language used in the articles, but are in fact automatically generated. ### Discussion of Biases Bordia and Bowman (2019) explore measuring gender bias and debiasing techniques in the CNN / Dailymail dataset, the Penn Treebank, and WikiText-2. They find the CNN / Dailymail dataset to have a slightly lower gender bias based on their metric compared to the other datasets, but still show evidence of gender bias when looking at words such as 'fragile'. Because the articles were written by and for people in the US and the UK, they will likely present specifically US and UK perspectives and feature events that are considered relevant to those populations during the time that the articles were published. ### Other Known Limitations News articles have been shown to conform to writing conventions in which important information is primarily presented in the first third of the article (Kryściński et al, 2019). Chen et al (2016) conducted a manual study of 100 random instances of the first version of the dataset and found 25% of the samples to be difficult even for humans to answer correctly due to ambiguity and coreference errors. It should also be noted that machine-generated summarizations, even when extractive, may differ in truth values when compared to the original articles. Additional Information ---------------------- ### Dataset Curators The data was originally collected by Karl Moritz Hermann, Tomáš Kočiský, Edward Grefenstette, Lasse Espeholt, Will Kay, Mustafa Suleyman, and Phil Blunsom of Google DeepMind. Tomáš Kočiský and Phil Blunsom are also affiliated with the University of Oxford. They released scripts to collect and process the data into the question answering format. Ramesh Nallapati, Bowen Zhou, Cicero dos Santos, and Bing Xiang of IMB Watson and Çağlar Gu̇lçehre of Université de Montréal modified Hermann et al's collection scripts to restore the data to a summary format. They also produced both anonymized and non-anonymized versions. The code for the non-anonymized version is made publicly available by Abigail See of Stanford University, Peter J. Liu of Google Brain and Christopher D. Manning of Stanford University at <URL The work at Stanford University was supported by the DARPA DEFT ProgramAFRL contract no. FA8750-13-2-0040. ### Licensing Information The CNN / Daily Mail dataset version 1.0.0 is released under the Apache-2.0 License. ### Contributions Thanks to @thomwolf, @lewtun, @jplu, @jbragg, @patrickvonplaten and @mcmillanmajora for adding this dataset.
[ "### Dataset Summary\n\n\nThe CNN / DailyMail Dataset is an English-language dataset containing just over 300k unique news articles as written by journalists at CNN and the Daily Mail. The current version supports both extractive and abstractive summarization, though the original version was created for machine reading and comprehension and abstractive question answering.", "### Supported Tasks and Leaderboards\n\n\n* 'summarization': Versions 2.0.0 and 3.0.0 of the CNN / DailyMail Dataset can be used to train a model for abstractive and extractive summarization (Version 1.0.0 was developed for machine reading and comprehension and abstractive question answering). The model performance is measured by how high the output summary's ROUGE score for a given article is when compared to the highlight as written by the original article author. Zhong et al (2020) report a ROUGE-1 score of 44.41 when testing a model trained for extractive summarization. See the Papers With Code leaderboard for more models.", "### Languages\n\n\nThe BCP-47 code for English as generally spoken in the United States is en-US and the BCP-47 code for English as generally spoken in the United Kingdom is en-GB. It is unknown if other varieties of English are represented in the data.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nFor each instance, there is a string for the article, a string for the highlights, and a string for the id. See the CNN / Daily Mail dataset viewer to explore more examples.\n\n\nThe average token count for the articles and the highlights are provided below:", "### Data Fields\n\n\n* 'id': a string containing the heximal formated SHA1 hash of the url where the story was retrieved from\n* 'article': a string containing the body of the news article\n* 'highlights': a string containing the highlight of the article as written by the article author", "### Data Splits\n\n\nThe CNN/DailyMail dataset has 3 splits: *train*, *validation*, and *test*. Below are the statistics for Version 3.0.0 of the dataset.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nVersion 1.0.0 aimed to support supervised neural methodologies for machine reading and question answering with a large amount of real natural language training data and released about 313k unique articles and nearly 1M Cloze style questions to go with the articles. Versions 2.0.0 and 3.0.0 changed the structure of the dataset to support summarization rather than question answering. Version 3.0.0 provided a non-anonymized version of the data, whereas both the previous versions were preprocessed to replace named entities with unique identifier labels.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data consists of news articles and highlight sentences. In the question answering setting of the data, the articles are used as the context and entities are hidden one at a time in the highlight sentences, producing Cloze style questions where the goal of the model is to correctly guess which entity in the context has been hidden in the highlight. In the summarization setting, the highlight sentences are concatenated to form a summary of the article. The CNN articles were written between April 2007 and April 2015. The Daily Mail articles were written between June 2010 and April 2015.\n\n\nThe code for the original data collection is available at <URL The articles were downloaded using archives of and on the Wayback Machine. Articles were not included in the Version 1.0.0 collection if they exceeded 2000 tokens. Due to accessibility issues with the Wayback Machine, Kyunghyun Cho has made the datasets available at <URL An updated version of the code that does not anonymize the data is available at <URL\n\n\nHermann et al provided their own tokenization script. The script provided by See uses the PTBTokenizer. It also lowercases the text and adds periods to lines missing them.", "#### Who are the source language producers?\n\n\nThe text was written by journalists at CNN and the Daily Mail.", "### Annotations\n\n\nThe dataset does not contain any additional annotations.", "#### Annotation process\n\n\n[N/A]", "#### Who are the annotators?\n\n\n[N/A]", "### Personal and Sensitive Information\n\n\nVersion 3.0 is not anonymized, so individuals' names can be found in the dataset. Information about the original author is not included in the dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThe purpose of this dataset is to help develop models that can summarize long paragraphs of text in one or two sentences.\n\n\nThis task is useful for efficiently presenting information given a large quantity of text. It should be made clear that any summarizations produced by models trained on this dataset are reflective of the language used in the articles, but are in fact automatically generated.", "### Discussion of Biases\n\n\nBordia and Bowman (2019) explore measuring gender bias and debiasing techniques in the CNN / Dailymail dataset, the Penn Treebank, and WikiText-2. They find the CNN / Dailymail dataset to have a slightly lower gender bias based on their metric compared to the other datasets, but still show evidence of gender bias when looking at words such as 'fragile'.\n\n\nBecause the articles were written by and for people in the US and the UK, they will likely present specifically US and UK perspectives and feature events that are considered relevant to those populations during the time that the articles were published.", "### Other Known Limitations\n\n\nNews articles have been shown to conform to writing conventions in which important information is primarily presented in the first third of the article (Kryściński et al, 2019). Chen et al (2016) conducted a manual study of 100 random instances of the first version of the dataset and found 25% of the samples to be difficult even for humans to answer correctly due to ambiguity and coreference errors.\n\n\nIt should also be noted that machine-generated summarizations, even when extractive, may differ in truth values when compared to the original articles.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe data was originally collected by Karl Moritz Hermann, Tomáš Kočiský, Edward Grefenstette, Lasse Espeholt, Will Kay, Mustafa Suleyman, and Phil Blunsom of Google DeepMind. Tomáš Kočiský and Phil Blunsom are also affiliated with the University of Oxford. They released scripts to collect and process the data into the question answering format.\n\n\nRamesh Nallapati, Bowen Zhou, Cicero dos Santos, and Bing Xiang of IMB Watson and Çağlar Gu̇lçehre of Université de Montréal modified Hermann et al's collection scripts to restore the data to a summary format. They also produced both anonymized and non-anonymized versions.\n\n\nThe code for the non-anonymized version is made publicly available by Abigail See of Stanford University, Peter J. Liu of Google Brain and Christopher D. Manning of Stanford University at <URL The work at Stanford University was supported by the DARPA DEFT ProgramAFRL contract no. FA8750-13-2-0040.", "### Licensing Information\n\n\nThe CNN / Daily Mail dataset version 1.0.0 is released under the Apache-2.0 License.", "### Contributions\n\n\nThanks to @thomwolf, @lewtun, @jplu, @jbragg, @patrickvonplaten and @mcmillanmajora for adding this dataset." ]
[ "TAGS\n#task_categories-summarization #task_ids-news-articles-summarization #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-apache-2.0 #region-us \n", "### Dataset Summary\n\n\nThe CNN / DailyMail Dataset is an English-language dataset containing just over 300k unique news articles as written by journalists at CNN and the Daily Mail. The current version supports both extractive and abstractive summarization, though the original version was created for machine reading and comprehension and abstractive question answering.", "### Supported Tasks and Leaderboards\n\n\n* 'summarization': Versions 2.0.0 and 3.0.0 of the CNN / DailyMail Dataset can be used to train a model for abstractive and extractive summarization (Version 1.0.0 was developed for machine reading and comprehension and abstractive question answering). The model performance is measured by how high the output summary's ROUGE score for a given article is when compared to the highlight as written by the original article author. Zhong et al (2020) report a ROUGE-1 score of 44.41 when testing a model trained for extractive summarization. See the Papers With Code leaderboard for more models.", "### Languages\n\n\nThe BCP-47 code for English as generally spoken in the United States is en-US and the BCP-47 code for English as generally spoken in the United Kingdom is en-GB. It is unknown if other varieties of English are represented in the data.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nFor each instance, there is a string for the article, a string for the highlights, and a string for the id. See the CNN / Daily Mail dataset viewer to explore more examples.\n\n\nThe average token count for the articles and the highlights are provided below:", "### Data Fields\n\n\n* 'id': a string containing the heximal formated SHA1 hash of the url where the story was retrieved from\n* 'article': a string containing the body of the news article\n* 'highlights': a string containing the highlight of the article as written by the article author", "### Data Splits\n\n\nThe CNN/DailyMail dataset has 3 splits: *train*, *validation*, and *test*. Below are the statistics for Version 3.0.0 of the dataset.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nVersion 1.0.0 aimed to support supervised neural methodologies for machine reading and question answering with a large amount of real natural language training data and released about 313k unique articles and nearly 1M Cloze style questions to go with the articles. Versions 2.0.0 and 3.0.0 changed the structure of the dataset to support summarization rather than question answering. Version 3.0.0 provided a non-anonymized version of the data, whereas both the previous versions were preprocessed to replace named entities with unique identifier labels.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data consists of news articles and highlight sentences. In the question answering setting of the data, the articles are used as the context and entities are hidden one at a time in the highlight sentences, producing Cloze style questions where the goal of the model is to correctly guess which entity in the context has been hidden in the highlight. In the summarization setting, the highlight sentences are concatenated to form a summary of the article. The CNN articles were written between April 2007 and April 2015. The Daily Mail articles were written between June 2010 and April 2015.\n\n\nThe code for the original data collection is available at <URL The articles were downloaded using archives of and on the Wayback Machine. Articles were not included in the Version 1.0.0 collection if they exceeded 2000 tokens. Due to accessibility issues with the Wayback Machine, Kyunghyun Cho has made the datasets available at <URL An updated version of the code that does not anonymize the data is available at <URL\n\n\nHermann et al provided their own tokenization script. The script provided by See uses the PTBTokenizer. It also lowercases the text and adds periods to lines missing them.", "#### Who are the source language producers?\n\n\nThe text was written by journalists at CNN and the Daily Mail.", "### Annotations\n\n\nThe dataset does not contain any additional annotations.", "#### Annotation process\n\n\n[N/A]", "#### Who are the annotators?\n\n\n[N/A]", "### Personal and Sensitive Information\n\n\nVersion 3.0 is not anonymized, so individuals' names can be found in the dataset. Information about the original author is not included in the dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThe purpose of this dataset is to help develop models that can summarize long paragraphs of text in one or two sentences.\n\n\nThis task is useful for efficiently presenting information given a large quantity of text. It should be made clear that any summarizations produced by models trained on this dataset are reflective of the language used in the articles, but are in fact automatically generated.", "### Discussion of Biases\n\n\nBordia and Bowman (2019) explore measuring gender bias and debiasing techniques in the CNN / Dailymail dataset, the Penn Treebank, and WikiText-2. They find the CNN / Dailymail dataset to have a slightly lower gender bias based on their metric compared to the other datasets, but still show evidence of gender bias when looking at words such as 'fragile'.\n\n\nBecause the articles were written by and for people in the US and the UK, they will likely present specifically US and UK perspectives and feature events that are considered relevant to those populations during the time that the articles were published.", "### Other Known Limitations\n\n\nNews articles have been shown to conform to writing conventions in which important information is primarily presented in the first third of the article (Kryściński et al, 2019). Chen et al (2016) conducted a manual study of 100 random instances of the first version of the dataset and found 25% of the samples to be difficult even for humans to answer correctly due to ambiguity and coreference errors.\n\n\nIt should also be noted that machine-generated summarizations, even when extractive, may differ in truth values when compared to the original articles.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe data was originally collected by Karl Moritz Hermann, Tomáš Kočiský, Edward Grefenstette, Lasse Espeholt, Will Kay, Mustafa Suleyman, and Phil Blunsom of Google DeepMind. Tomáš Kočiský and Phil Blunsom are also affiliated with the University of Oxford. They released scripts to collect and process the data into the question answering format.\n\n\nRamesh Nallapati, Bowen Zhou, Cicero dos Santos, and Bing Xiang of IMB Watson and Çağlar Gu̇lçehre of Université de Montréal modified Hermann et al's collection scripts to restore the data to a summary format. They also produced both anonymized and non-anonymized versions.\n\n\nThe code for the non-anonymized version is made publicly available by Abigail See of Stanford University, Peter J. Liu of Google Brain and Christopher D. Manning of Stanford University at <URL The work at Stanford University was supported by the DARPA DEFT ProgramAFRL contract no. FA8750-13-2-0040.", "### Licensing Information\n\n\nThe CNN / Daily Mail dataset version 1.0.0 is released under the Apache-2.0 License.", "### Contributions\n\n\nThanks to @thomwolf, @lewtun, @jplu, @jbragg, @patrickvonplaten and @mcmillanmajora for adding this dataset." ]
[ 91, 76, 147, 69, 64, 73, 54, 126, 4, 266, 24, 17, 10, 14, 50, 91, 142, 133, 234, 26, 45 ]
[ "passage: TAGS\n#task_categories-summarization #task_ids-news-articles-summarization #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-apache-2.0 #region-us \n### Dataset Summary\n\n\nThe CNN / DailyMail Dataset is an English-language dataset containing just over 300k unique news articles as written by journalists at CNN and the Daily Mail. The current version supports both extractive and abstractive summarization, though the original version was created for machine reading and comprehension and abstractive question answering.### Supported Tasks and Leaderboards\n\n\n* 'summarization': Versions 2.0.0 and 3.0.0 of the CNN / DailyMail Dataset can be used to train a model for abstractive and extractive summarization (Version 1.0.0 was developed for machine reading and comprehension and abstractive question answering). The model performance is measured by how high the output summary's ROUGE score for a given article is when compared to the highlight as written by the original article author. Zhong et al (2020) report a ROUGE-1 score of 44.41 when testing a model trained for extractive summarization. See the Papers With Code leaderboard for more models.### Languages\n\n\nThe BCP-47 code for English as generally spoken in the United States is en-US and the BCP-47 code for English as generally spoken in the United Kingdom is en-GB. It is unknown if other varieties of English are represented in the data.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nFor each instance, there is a string for the article, a string for the highlights, and a string for the id. See the CNN / Daily Mail dataset viewer to explore more examples.\n\n\nThe average token count for the articles and the highlights are provided below:", "passage: ### Data Fields\n\n\n* 'id': a string containing the heximal formated SHA1 hash of the url where the story was retrieved from\n* 'article': a string containing the body of the news article\n* 'highlights': a string containing the highlight of the article as written by the article author### Data Splits\n\n\nThe CNN/DailyMail dataset has 3 splits: *train*, *validation*, and *test*. Below are the statistics for Version 3.0.0 of the dataset.\n\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nVersion 1.0.0 aimed to support supervised neural methodologies for machine reading and question answering with a large amount of real natural language training data and released about 313k unique articles and nearly 1M Cloze style questions to go with the articles. Versions 2.0.0 and 3.0.0 changed the structure of the dataset to support summarization rather than question answering. Version 3.0.0 provided a non-anonymized version of the data, whereas both the previous versions were preprocessed to replace named entities with unique identifier labels.### Source Data#### Initial Data Collection and Normalization\n\n\nThe data consists of news articles and highlight sentences. In the question answering setting of the data, the articles are used as the context and entities are hidden one at a time in the highlight sentences, producing Cloze style questions where the goal of the model is to correctly guess which entity in the context has been hidden in the highlight. In the summarization setting, the highlight sentences are concatenated to form a summary of the article. The CNN articles were written between April 2007 and April 2015. The Daily Mail articles were written between June 2010 and April 2015.\n\n\nThe code for the original data collection is available at <URL The articles were downloaded using archives of and on the Wayback Machine. Articles were not included in the Version 1.0.0 collection if they exceeded 2000 tokens. Due to accessibility issues with the Wayback Machine, Kyunghyun Cho has made the datasets available at <URL An updated version of the code that does not anonymize the data is available at <URL\n\n\nHermann et al provided their own tokenization script. The script provided by See uses the PTBTokenizer. It also lowercases the text and adds periods to lines missing them.#### Who are the source language producers?\n\n\nThe text was written by journalists at CNN and the Daily Mail.### Annotations\n\n\nThe dataset does not contain any additional annotations.#### Annotation process\n\n\n[N/A]", "passage: #### Who are the annotators?\n\n\n[N/A]### Personal and Sensitive Information\n\n\nVersion 3.0 is not anonymized, so individuals' names can be found in the dataset. Information about the original author is not included in the dataset.\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset\n\n\nThe purpose of this dataset is to help develop models that can summarize long paragraphs of text in one or two sentences.\n\n\nThis task is useful for efficiently presenting information given a large quantity of text. It should be made clear that any summarizations produced by models trained on this dataset are reflective of the language used in the articles, but are in fact automatically generated.### Discussion of Biases\n\n\nBordia and Bowman (2019) explore measuring gender bias and debiasing techniques in the CNN / Dailymail dataset, the Penn Treebank, and WikiText-2. They find the CNN / Dailymail dataset to have a slightly lower gender bias based on their metric compared to the other datasets, but still show evidence of gender bias when looking at words such as 'fragile'.\n\n\nBecause the articles were written by and for people in the US and the UK, they will likely present specifically US and UK perspectives and feature events that are considered relevant to those populations during the time that the articles were published.### Other Known Limitations\n\n\nNews articles have been shown to conform to writing conventions in which important information is primarily presented in the first third of the article (Kryściński et al, 2019). Chen et al (2016) conducted a manual study of 100 random instances of the first version of the dataset and found 25% of the samples to be difficult even for humans to answer correctly due to ambiguity and coreference errors.\n\n\nIt should also be noted that machine-generated summarizations, even when extractive, may differ in truth values when compared to the original articles.\n\n\nAdditional Information\n----------------------" ]
[ -0.054182007908821106, 0.11680936813354492, -0.0024515127297490835, 0.00550965266302228, 0.04363434016704559, 0.007526884321123362, 0.11303579807281494, 0.039718907326459885, -0.06548967212438583, 0.06285981088876724, 0.02316257916390896, -0.05458595231175423, 0.07168370485305786, 0.07946113497018814, 0.01679982803761959, -0.14946047961711884, 0.03841548040509224, -0.04884570464491844, -0.006039939355105162, 0.08273394405841827, 0.07668723911046982, -0.07680483162403107, 0.0659814402461052, -0.012033507227897644, 0.03542684391140938, 0.027349764481186867, -0.02841147780418396, -0.05457514151930809, 0.05813796445727348, 0.0873907208442688, 0.030602892860770226, 0.016308078542351723, 0.043193455785512924, -0.20034204423427582, 0.02329186163842678, 0.07557329535484314, 0.03979736939072609, 0.046250443905591965, 0.049837250262498856, -0.016380293294787407, 0.16696982085704803, -0.08501815795898438, 0.04454582557082176, 0.01730640046298504, -0.07831639051437378, -0.07649441063404083, -0.10280558466911316, 0.003209296613931656, -0.0037930000107735395, 0.08413185924291611, -0.025409100577235222, 0.13872332870960236, 0.016511542722582817, 0.030702238902449608, 0.10848867148160934, -0.10786741971969604, -0.01951332949101925, 0.0038746055215597153, -0.045502156019210815, 0.16518518328666687, -0.04947109892964363, 0.030123941600322723, 0.04910455271601677, 0.007010761648416519, -0.04990985989570618, -0.00680432328954339, -0.0040603927336633205, 0.00030739977955818176, -0.09909296035766602, -0.11081036180257797, 0.21060161292552948, 0.009454909712076187, -0.0932014212012291, -0.10454666614532471, -0.0076924473978579044, 0.0760224387049675, 0.033563364297151566, -0.014244585298001766, -0.017840206623077393, -0.014460588805377483, 0.003489880124107003, -0.10332900285720825, -0.10525238513946533, -0.006907800678163767, -0.03919525817036629, 0.18249034881591797, 0.018276577815413475, 0.06386511772871017, -0.07767564803361893, 0.05249623581767082, 0.06875814497470856, -0.060322631150484085, -0.046404629945755005, -0.06585710495710373, -0.04138154909014702, -0.017500288784503937, -0.01079951599240303, -0.09572211652994156, -0.007954356260597706, 0.07473211735486984, -0.130171999335289, 0.043900877237319946, -0.05644296109676361, 0.014905966818332672, 0.1185574010014534, 0.12368222326040268, -0.011475037783384323, -0.022526102140545845, 0.025818442925810814, -0.001060542301274836, 0.030336342751979828, -0.028663285076618195, 0.01723593845963478, 0.020184563472867012, 0.018832968547940254, 0.08814411610364914, 0.008993599563837051, 0.04478931054472923, -0.031033454462885857, -0.022593261674046516, 0.0750952735543251, -0.1042703315615654, -0.03846754878759384, 0.004606692120432854, -0.0072395154275000095, 0.030562281608581543, 0.007909380830824375, -0.006701217498630285, -0.08638133853673935, 0.04185314103960991, -0.05871206521987915, -0.05192219093441963, -0.045019540935754776, -0.08368293195962906, 0.022236304357647896, 0.012662219814956188, -0.045319121330976486, -0.09426667541265488, -0.1341286301612854, -0.06363479048013687, 0.0014388486742973328, 0.0025590420700609684, 0.016943668946623802, 0.007525183260440826, 0.03311983868479729, -0.03953780606389046, 0.037984687834978104, 0.03345717862248421, -0.03828952834010124, 0.029101597145199776, -0.04768769443035126, 0.013851534575223923, 0.027435198426246643, 0.022289490327239037, -0.12306670099496841, -0.0034440739545971155, -0.035963959991931915, 0.10334068536758423, -0.0663127601146698, -0.06296226382255554, -0.05035096034407616, -0.02673286758363247, -0.06750058382749557, 0.02081438899040222, -0.014213771559298038, 0.10200169682502747, -0.1388119012117386, -0.031620655208826065, 0.023375310003757477, -0.13838565349578857, 0.01787671633064747, 0.03615863621234894, -0.04694046452641487, 0.06718111038208008, 0.10502549260854721, 0.06149910017848015, 0.0586913526058197, -0.036300163716077805, -0.061517346650362015, -0.05153989791870117, 0.0005307172541506588, 0.1886766403913498, 0.06997586786746979, -0.054219190031290054, -0.08544891327619553, 0.030104966834187508, -0.048035770654678345, -0.07395973056554794, -0.02512918971478939, -0.03870636597275734, 0.027379976585507393, -0.022267164662480354, -0.01835107058286667, -0.013754528947174549, -0.04221801459789276, -0.012380844913423061, -0.06701584160327911, -0.07307949662208557, 0.07811649888753891, -0.05376853421330452, 0.025785773992538452, -0.06546790897846222, -0.0065543376840651035, -0.05110109969973564, 0.0027526195626705885, -0.19618141651153564, -0.043524596840143204, 0.04509745165705681, -0.095649354159832, 0.09184455126523972, 0.05893399938941002, -0.025545110926032066, 0.012974371202290058, -0.023452356457710266, 0.05028674006462097, -0.07115837931632996, -0.012135040946304798, -0.03791069611907005, -0.11312811821699142, 0.007809051778167486, -0.04304094240069389, 0.06845215708017349, -0.09168994426727295, -0.021888315677642822, 0.06327599287033081, 0.059682685881853104, 0.05488467216491699, -0.08109056204557419, 0.0610530860722065, 0.032132167369127274, -0.023757383227348328, -0.025065312162041664, -0.03054390288889408, 0.015816614031791687, -0.014605461619794369, 0.0669284462928772, -0.15746742486953735, -0.15651936829090118, 0.03266727179288864, 0.0912615954875946, -0.04969348385930061, 0.04485027864575386, -0.03669562563300133, -0.0026950091123580933, -0.12096653133630753, -0.03298722207546234, 0.19605082273483276, -0.0022517454344779253, 0.05301832780241966, -0.11943479627370834, -0.0448421873152256, -0.0009673861786723137, 0.0052027893252670765, -0.07081180065870285, 0.0662584900856018, 0.018349530175328255, -0.1419915109872818, 0.013115898706018925, -0.043553426861763, 0.050136324018239975, 0.21599817276000977, 0.021104400977492332, -0.10024809837341309, -0.0036360572557896376, -0.047996968030929565, -0.006116664037108421, 0.06991659849882126, -0.04624074697494507, 0.044031888246536255, 0.032660581171512604, 0.044122740626335144, 0.05913568660616875, -0.05321134254336357, 0.05764802172780037, 0.03251849114894867, -0.03552403673529625, -0.060193419456481934, -0.019158704206347466, 0.020561041310429573, 0.09669053554534912, 0.002609668066725135, 0.1435629427433014, -0.03586086258292198, -0.052874673157930374, -0.15167194604873657, 0.12483113259077072, -0.07130826264619827, -0.24475932121276855, -0.14833244681358337, 0.04372382164001465, -0.025458432734012604, -0.026274988427758217, 0.02676800824701786, -0.01572437211871147, -0.07154817134141922, -0.11323753744363785, 0.1025058850646019, -0.017032848671078682, -0.03686746582388878, 0.05396971106529236, 0.03084488771855831, -0.013745126314461231, -0.1035822406411171, 0.02062998153269291, -0.025380557402968407, -0.052630528807640076, 0.00889862421900034, -0.024770108982920647, 0.10808946937322617, 0.03972495719790459, -0.02323816902935505, -0.0241804551333189, -0.025539016351103783, 0.18931835889816284, -0.08621145039796829, 0.06447087973356247, 0.09565860778093338, -0.057594846934080124, 0.037886712700128555, 0.04394560679793358, -0.018023349344730377, -0.04375992342829704, 0.04988740384578705, 0.05314871668815613, -0.06119599938392639, -0.24286289513111115, -0.08661141246557236, -0.013026546686887741, -0.036074813455343246, 0.05238860845565796, 0.042370762676000595, -0.026272207498550415, 0.017948197200894356, -0.11953750252723694, 0.02209891378879547, 0.021464260295033455, 0.0795043483376503, 0.04970267415046692, 0.01866690069437027, 0.025934798642992973, -0.06612717360258102, 0.012610296718776226, 0.1426612138748169, -0.05490417778491974, 0.16965775191783905, -0.05365009978413582, 0.05694715678691864, 0.04233097657561302, -0.009811785072088242, 0.09070614725351334, 0.06237216293811798, 0.024473311379551888, 0.04262085258960724, -0.03858041763305664, -0.06074610352516174, -0.0627235546708107, 0.05998160317540169, 0.013943900354206562, -0.0681515485048294, 0.008025762625038624, 0.0023985158186405897, 0.012897203676402569, 0.13350540399551392, 0.0254287738353014, -0.05465276166796684, -0.09407812356948853, 0.024032047018408775, -0.060543060302734375, -0.08843409270048141, 0.02853996492922306, 0.10576377063989639, -0.12079989165067673, 0.05292545258998871, 0.01313532143831253, 0.07124989479780197, -0.1561938375234604, 0.002827715128660202, -0.0695805549621582, -0.008294857107102871, -0.040540147572755814, 0.10072525590658188, -0.13969837129116058, 0.10529610514640808, 0.011094973422586918, 0.062210049480199814, -0.1025683656334877, -0.019053803756833076, 0.0036254238802939653, -0.05208117887377739, 0.07651343196630478, 0.024109134450554848, -0.12755022943019867, -0.02294720523059368, -0.06955104321241379, 0.07153575867414474, 0.06257069855928421, -0.04666648805141449, 0.11052609235048294, -0.022831732407212257, 0.045681972056627274, -0.05276787281036377, -0.06318210810422897, -0.18448852002620697, -0.18506836891174316, 0.06161994859576225, -0.04031171649694443, 0.008802550844848156, -0.05457271635532379, -0.03473879396915436, 0.0178977120667696, 0.10757335275411606, -0.06609400361776352, -0.07013466209173203, -0.10482269525527954, 0.06495099514722824, 0.09103900194168091, -0.047823041677474976, -0.021352097392082214, 0.0036785099655389786, 0.18492116034030914, -0.023861266672611237, -0.09977235645055771, -0.06960177421569824, -0.04059617221355438, -0.2189612239599228, -0.028956428170204163, 0.05615741387009621, 0.12924949824810028, 0.05486518144607544, -0.008111126720905304, 0.024605363607406616, 0.0065598622895777225, -0.10522476583719254, 0.005836309865117073, 0.13822709023952484, 0.028304681181907654, 0.08763549476861954, -0.025884663686156273, -0.04886877164244652, -0.11635482311248779, -0.08142439275979996, 0.047296762466430664, 0.14190076291561127, -0.025874322280287743, 0.09351739287376404, 0.20152924954891205, -0.10538911819458008, -0.20078159868717194, -0.046760156750679016, 0.02273370511829853, 0.023469964042305946, 0.08081778138875961, -0.18502168357372284, 0.020699774846434593, 0.056181084364652634, 0.0159520972520113, -0.014299320988357067, -0.1449807584285736, -0.09119189530611038, 0.05501824617385864, 0.008256535045802593, 0.07549308985471725, -0.04785507917404175, -0.039747919887304306, -0.026521800085902214, -0.03939904645085335, 0.10199925303459167, -0.010959222912788391, 0.046574998646974564, -0.028210366144776344, 0.04009683057665825, 0.026622405275702477, -0.02179897576570511, 0.1256556510925293, -0.04648565873503685, 0.03731982782483101, -0.049429118633270264, -0.05754372850060463, 0.11222416162490845, -0.04066323861479759, 0.09501377493143082, 0.015600551851093769, 0.0964440181851387, -0.017604267224669456, -0.06270328164100647, -0.0463690459728241, 0.003954005893319845, -0.03748724237084389, -0.03301617130637169, -0.13912557065486908, 0.0527036227285862, 0.033741969615221024, -0.01772737316787243, 0.08616266399621964, -0.06997179239988327, 0.0027052592486143112, 0.04041341319680214, 0.1540527194738388, 0.04162285476922989, 0.011985327117145061, -0.05090715363621712, -0.030461715534329414, 0.06598349660634995, -0.09464389830827713, 0.04862993583083153, 0.10091953724622726, 0.027818312868475914, 0.08149954676628113, -0.018680939450860023, -0.1733798384666443, 0.029418403282761574, 0.029413333162665367, -0.14396405220031738, -0.10864090919494629, -0.04239282384514809, 0.07202264666557312, -0.0992172360420227, -0.0731881782412529, 0.15086565911769867, 0.006108919158577919, -0.03746097907423973, -0.005462724715471268, 0.03212340548634529, 0.05684582516551018, 0.09122446179389954, 0.010187321342527866, 0.025091717019677162, -0.07007142156362534, 0.14161993563175201, 0.08914712816476822, -0.02243175357580185, 0.05299316346645355, 0.06268823146820068, -0.10434925556182861, -0.013319945894181728, -0.049483150243759155, 0.0752635970711708, -0.0027874838560819626, -0.09970750659704208, -0.0090477941557765, -0.054485876113176346, 0.039753515273332596, 0.1389990895986557, -0.004771653562784195, 0.09544719010591507, -0.04273577034473419, -0.02786446176469326, -0.04598543047904968, 0.058512911200523376, -0.006146484520286322, -0.013708915561437607, -0.028461450710892677, -0.02075064182281494, 0.023656250908970833, 0.025260386988520622, -0.017020298168063164, -0.08252006024122238, -0.044099245220422745, -0.017101889476180077, -0.15034478902816772, 0.04589692875742912, -0.023945549502968788, -0.02458980679512024, 0.0018024531891569495, -0.05079241469502449, -0.047191083431243896, 0.022444620728492737, -0.012445916421711445, -0.008467353880405426, -0.052998632192611694, 0.050610631704330444, -0.09865514189004898, 0.029772920534014702, 0.07792935520410538, -0.05947621166706085, 0.07908280193805695, 0.006003015208989382, -0.050256505608558655, 0.05275776982307434, -0.1101059541106224, 0.05730642005801201, -0.020923176780343056, 0.05039491131901741, -0.007975383661687374, -0.09836640954017639, -0.01920023374259472, 0.036007802933454514, -0.022500252351164818, 0.023138083517551422, 0.07654357701539993, -0.05803285166621208, 0.07673445343971252, 0.04257131740450859, -0.014131004922091961, -0.05632022023200989, 0.037772852927446365, 0.037621211260557175, 0.0340176597237587, 0.11248704791069031, -0.02094137668609619, 0.0034520793706178665, -0.10880259424448013, 0.0058487579226493835, 0.019803298637270927, 0.02638513781130314, -0.006801939103752375, -0.013541006483137608, 0.03718181326985359, 0.003354460233822465, 0.23219291865825653, -0.010633744299411774, 0.0011814137687906623, 0.039675891399383545, 0.038392115384340286, -0.04662084951996803, -0.020881714299321175, 0.02245565690100193, 0.016217948868870735, -0.0056219459511339664, -0.006236322224140167, -0.03104429878294468, -0.05260796844959259, -0.009841585531830788, 0.19166845083236694, 0.038308802992105484, 0.20289097726345062, 0.023269863799214363, -0.03210515156388283, -0.01984710432589054, 0.016923628747463226, 0.0006267651915550232, -0.008767870254814625, 0.00022124747920315713, -0.013555843383073807, -0.01048504188656807, 0.16317693889141083, -0.10623333603143692, 0.09721080213785172, -0.009205702692270279, -0.0396631695330143, -0.08352597802877426, -0.19067256152629852, -0.048228662461042404, -0.025969982147216797, 0.010290277190506458, -0.11833884567022324, 0.039337728172540665, 0.09271502494812012, 0.009173115715384483, -0.010388828814029694, 0.03153296560049057, -0.08723080158233643, -0.13391806185245514, 0.035822074860334396, 0.00033299377537332475, 0.02408934384584427, 0.058172259479761124, 0.053563427180051804, 0.05445858836174011, 0.055161863565444946, 0.08113166689872742, 0.09979406744241714, 0.03474804759025574, 0.023748429492115974, -0.06733939796686172, -0.062308043241500854, 0.015108835883438587, -0.03868449479341507, 0.00673295883461833, 0.1749064177274704, 0.0525423139333725, 0.009953406639397144, 0.028132349252700806, 0.19072504341602325, 0.002735164714977145, -0.06515466421842575, -0.15800781548023224, 0.10297152400016785, -0.01762373000383377, 0.028847711160779, 0.05039225518703461, -0.12286291271448135, 0.04431329667568207, 0.17356133460998535, 0.13790684938430786, 0.057029157876968384, 0.010861680842936039, -0.017282186076045036, 0.011079207994043827, -0.010760195553302765, 0.037096697837114334, -0.0014520104741677642, 0.22820156812667847, -0.030412649735808372, 0.03394349291920662, -0.03259756788611412, 0.035627271980047226, 0.02070922963321209, 0.11416006088256836, -0.0344318263232708, -0.04151984676718712, -0.08670181781053543, 0.07771876454353333, -0.03318782150745392, -0.3063391149044037, -0.027692357078194618, -0.016425276175141335, -0.06674906611442566, 0.04051057621836662, -0.06203593313694, -0.035831671208143234, 0.013960077427327633, 0.028413450345396996, -0.02273220755159855, 0.09030323475599289, 0.009152642451226711, -0.04006436467170715, -0.06453833729028702, 0.1085459366440773, -0.056001823395490646, 0.16718949377536774, 0.018570372834801674, 0.0918562188744545, 0.05712170526385307, -0.002198746195062995, -0.07350898534059525, 0.09165525436401367, 0.022522419691085815, 0.03249543532729149, 0.0004059287311974913, 0.13753949105739594, 0.0007863957434892654, 0.1522512584924698, 0.09788668155670166, 0.05354234203696251, 0.0663764476776123, -0.027984658256173134, -0.008846111595630646, -0.06633982807397842, 0.06519647687673569, -0.07847907394170761, 0.12867635488510132, 0.08578329533338547, -0.008096958510577679, 0.021241219714283943, -0.003182927845045924, 0.060364726930856705, -0.04492725804448128, 0.09358640760183334, 0.02859383076429367, -0.11158204078674316, -0.011655480600893497, -0.026239806786179543, 0.06598418205976486, -0.20841264724731445, 0.006453700363636017, 0.06225067377090454, -0.06164973974227905, 0.06325012445449829, 0.08605071157217026, 0.03753942623734474, -0.004278440494090319, -0.0383840948343277, -0.03633376955986023, 0.017510054633021355, 0.07234351336956024, -0.09731050580739975, -0.03227199986577034 ]
c5a050c88eea9927dc6b914184b1c2b2d031cd07
# Dataset Card for Coached Conversational Preference Elicitation ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [Coached Conversational Preference Elicitation Homepage](https://research.google/tools/datasets/coached-conversational-preference-elicitation/) - **Repository:** [Coached Conversational Preference Elicitation Repository](https://github.com/google-research-datasets/ccpe) - **Paper:** [Aclweb](https://www.aclweb.org/anthology/W19-5941/) ### Dataset Summary A dataset consisting of 502 English dialogs with 12,000 annotated utterances between a user and an assistant discussing movie preferences in natural language. It was collected using a Wizard-of-Oz methodology between two paid crowd-workers, where one worker plays the role of an 'assistant', while the other plays the role of a 'user'. The 'assistant' elicits the 'user’s' preferences about movies following a Coached Conversational Preference Elicitation (CCPE) method. The assistant asks questions designed to minimize the bias in the terminology the 'user' employs to convey his or her preferences as much as possible, and to obtain these preferences in natural language. Each dialog is annotated with entity mentions, preferences expressed about entities, descriptions of entities provided, and other statements of entities. ### Supported Tasks and Leaderboards * `other-other-Conversational Recommendation`: The dataset can be used to train a model for Conversational recommendation, which consists in Coached Conversation Preference Elicitation. ### Languages The text in the dataset is in English. The associated BCP-47 code is `en`. ## Dataset Structure ### Data Instances A typical data point comprises of a series of utterances between the 'assistant' and the 'user'. Each such utterance is annotated into categories mentioned in data fields. An example from the Coached Conversational Preference Elicitation dataset looks as follows: ``` {'conversationId': 'CCPE-6faee', 'utterances': {'index': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], 'segments': [{'annotations': [{'annotationType': [], 'entityType': []}], 'endIndex': [0], 'startIndex': [0], 'text': ['']}, {'annotations': [{'annotationType': [0], 'entityType': [0]}, {'annotationType': [1], 'entityType': [0]}], 'endIndex': [20, 27], 'startIndex': [14, 0], 'text': ['comedy', 'I really like comedy movies']}, {'annotations': [{'annotationType': [0], 'entityType': [0]}], 'endIndex': [24], 'startIndex': [16], 'text': ['comedies']}, {'annotations': [{'annotationType': [1], 'entityType': [0]}], 'endIndex': [15], 'startIndex': [0], 'text': ['I love to laugh']}, {'annotations': [{'annotationType': [], 'entityType': []}], 'endIndex': [0], 'startIndex': [0], 'text': ['']}, {'annotations': [{'annotationType': [0], 'entityType': [1]}, {'annotationType': [1], 'entityType': [1]}], 'endIndex': [21, 21], 'startIndex': [8, 0], 'text': ['Step Brothers', 'I liked Step Brothers']}, {'annotations': [{'annotationType': [], 'entityType': []}], 'endIndex': [0], 'startIndex': [0], 'text': ['']}, {'annotations': [{'annotationType': [1], 'entityType': [1]}], 'endIndex': [32], 'startIndex': [0], 'text': ['Had some amazing one-liners that']}, {'annotations': [{'annotationType': [], 'entityType': []}], 'endIndex': [0], 'startIndex': [0], 'text': ['']}, {'annotations': [{'annotationType': [0], 'entityType': [1]}, {'annotationType': [1], 'entityType': [1]}], 'endIndex': [15, 15], 'startIndex': [13, 0], 'text': ['RV', "I don't like RV"]}, {'annotations': [{'annotationType': [], 'entityType': []}], 'endIndex': [0], 'startIndex': [0], 'text': ['']}, {'annotations': [{'annotationType': [1], 'entityType': [1]}, {'annotationType': [1], 'entityType': [1]}], 'endIndex': [48, 66], 'startIndex': [18, 50], 'text': ['It was just so slow and boring', "I didn't like it"]}, {'annotations': [{'annotationType': [0], 'entityType': [1]}], 'endIndex': [63], 'startIndex': [33], 'text': ['Jurassic World: Fallen Kingdom']}, {'annotations': [{'annotationType': [0], 'entityType': [1]}, {'annotationType': [3], 'entityType': [1]}], 'endIndex': [52, 52], 'startIndex': [22, 0], 'text': ['Jurassic World: Fallen Kingdom', 'I have seen the movie Jurassic World: Fallen Kingdom']}, {'annotations': [{'annotationType': [], 'entityType': []}], 'endIndex': [0], 'startIndex': [0], 'text': ['']}, {'annotations': [{'annotationType': [1], 'entityType': [1]}, {'annotationType': [1], 'entityType': [1]}, {'annotationType': [1], 'entityType': [1]}], 'endIndex': [24, 125, 161], 'startIndex': [0, 95, 135], 'text': ['I really like the actors', 'I just really like the scenery', 'the dinosaurs were awesome']}], 'speaker': [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0], 'text': ['What kinds of movies do you like?', 'I really like comedy movies.', 'Why do you like comedies?', "I love to laugh and comedy movies, that's their whole purpose. Make you laugh.", 'Alright, how about a movie you liked?', 'I liked Step Brothers.', 'Why did you like that movie?', 'Had some amazing one-liners that still get used today even though the movie was made awhile ago.', 'Well, is there a movie you did not like?', "I don't like RV.", 'Why not?', "And I just didn't It was just so slow and boring. I didn't like it.", 'Ok, then have you seen the movie Jurassic World: Fallen Kingdom', 'I have seen the movie Jurassic World: Fallen Kingdom.', 'What is it about these kinds of movies that you like or dislike?', 'I really like the actors. I feel like they were doing their best to make the movie better. And I just really like the scenery, and the the dinosaurs were awesome.']}} ``` ### Data Fields Each conversation has the following fields: * `conversationId`: A unique random ID for the conversation. The ID has no meaning. * `utterances`: An array of utterances by the workers. Each utterance has the following fields: * `index`: A 0-based index indicating the order of the utterances in the conversation. * `speaker`: Either USER or ASSISTANT, indicating which role generated this utterance. * `text`: The raw text as written by the ASSISTANT, or transcribed from the spoken recording of USER. * `segments`: An array of semantic annotations of spans in the text. Each semantic annotation segment has the following fields: * `startIndex`: The position of the start of the annotation in the utterance text. * `endIndex`: The position of the end of the annotation in the utterance text. * `text`: The raw text that has been annotated. * `annotations`: An array of annotation details for this segment. Each annotation has two fields: * `annotationType`: The class of annotation (see ontology below). * `entityType`: The class of the entity to which the text refers (see ontology below). **EXPLANATION OF ONTOLOGY** In the corpus, preferences and the entities that these preferences refer to are annotated with an annotation type as well as an entity type. Annotation types fall into four categories: * `ENTITY_NAME` (0): These mark the names of relevant entities mentioned. * `ENTITY_PREFERENCE` (1): These are defined as statements indicating that the dialog participant does or does not like the relevant entity in general, or that they do or do not like some aspect of the entity. This may also be thought of the participant having some sentiment about what is being discussed. * `ENTITY_DESCRIPTION` (2): Neutral descriptions that describe an entity but do not convey an explicit liking or disliking. * `ENTITY_OTHER` (3): Other relevant statements about an entity that convey relevant information of how the participant relates to the entity but do not provide a sentiment. Most often, these relate to whether a participant has seen a particular movie, or knows a lot about a given entity. Entity types are marked as belonging to one of four categories: * `MOVIE_GENRE_OR_CATEGORY` (0): For genres or general descriptions that capture a particular type or style of movie. * `MOVIE_OR_SERIES` (1): For the full or partial name of a movie or series of movies. * `PERSON` (2): For the full or partial name of an actual person. * `SOMETHING_ELSE ` (3): For other important proper nouns, such as the names of characters or locations. ### Data Splits There is a single split of the dataset named 'train' which contains the whole datset. | | Train | | ------------------- | ----- | | Input Conversations | 502 | ## Dataset Creation ### Curation Rationale [More Information Needed] ### 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 [More Information Needed] ### Licensing Information [Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/) ### Citation Information ``` @inproceedings{radlinski-etal-2019-ccpe, title = {Coached Conversational Preference Elicitation: A Case Study in Understanding Movie Preferences}, author = {Filip Radlinski and Krisztian Balog and Bill Byrne and Karthik Krishnamoorthi}, booktitle = {Proceedings of the Annual Meeting of the Special Interest Group on Discourse and Dialogue ({SIGDIAL})}, year = 2019 } ``` ### Contributions Thanks to [@vineeths96](https://github.com/vineeths96) for adding this dataset.
coached_conv_pref
[ "task_categories:other", "task_categories:text-generation", "task_categories:fill-mask", "task_categories:token-classification", "task_ids:dialogue-modeling", "task_ids:parsing", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:n<1K", "source_datasets:original", "language:en", "license:cc-by-sa-4.0", "Conversational Recommendation", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["n<1K"], "source_datasets": ["original"], "task_categories": ["other", "text-generation", "fill-mask", "token-classification"], "task_ids": ["dialogue-modeling", "parsing"], "paperswithcode_id": "coached-conversational-preference-elicitation", "pretty_name": "Coached Conversational Preference Elicitation", "tags": ["Conversational Recommendation"], "dataset_info": {"features": [{"name": "conversationId", "dtype": "string"}, {"name": "utterances", "sequence": [{"name": "index", "dtype": "int32"}, {"name": "speaker", "dtype": {"class_label": {"names": {"0": "USER", "1": "ASSISTANT"}}}}, {"name": "text", "dtype": "string"}, {"name": "segments", "sequence": [{"name": "startIndex", "dtype": "int32"}, {"name": "endIndex", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "annotations", "sequence": [{"name": "annotationType", "dtype": {"class_label": {"names": {"0": "ENTITY_NAME", "1": "ENTITY_PREFERENCE", "2": "ENTITY_DESCRIPTION", "3": "ENTITY_OTHER"}}}}, {"name": "entityType", "dtype": {"class_label": {"names": {"0": "MOVIE_GENRE_OR_CATEGORY", "1": "MOVIE_OR_SERIES", "2": "PERSON", "3": "SOMETHING_ELSE"}}}}]}]}]}], "config_name": "coached_conv_pref", "splits": [{"name": "train", "num_bytes": 2295579, "num_examples": 502}], "download_size": 5191959, "dataset_size": 2295579}}
2024-01-18T09:16:22+00:00
[]
[ "en" ]
TAGS #task_categories-other #task_categories-text-generation #task_categories-fill-mask #task_categories-token-classification #task_ids-dialogue-modeling #task_ids-parsing #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-cc-by-sa-4.0 #Conversational Recommendation #region-us
Dataset Card for Coached Conversational Preference Elicitation ============================================================== Table of Contents ----------------- * Dataset Description + Dataset Summary + Supported Tasks and Leaderboards + Languages * Dataset Structure + Data Instances + Data Fields + Data Splits * Dataset Creation + Curation Rationale + Source Data + Annotations + Personal and Sensitive Information * Considerations for Using the Data + Social Impact of Dataset + Discussion of Biases + Other Known Limitations * Additional Information + Dataset Curators + Licensing Information + Citation Information + Contributions Dataset Description ------------------- * Homepage: Coached Conversational Preference Elicitation Homepage * Repository: Coached Conversational Preference Elicitation Repository * Paper: Aclweb ### Dataset Summary A dataset consisting of 502 English dialogs with 12,000 annotated utterances between a user and an assistant discussing movie preferences in natural language. It was collected using a Wizard-of-Oz methodology between two paid crowd-workers, where one worker plays the role of an 'assistant', while the other plays the role of a 'user'. The 'assistant' elicits the 'user’s' preferences about movies following a Coached Conversational Preference Elicitation (CCPE) method. The assistant asks questions designed to minimize the bias in the terminology the 'user' employs to convey his or her preferences as much as possible, and to obtain these preferences in natural language. Each dialog is annotated with entity mentions, preferences expressed about entities, descriptions of entities provided, and other statements of entities. ### Supported Tasks and Leaderboards * 'other-other-Conversational Recommendation': The dataset can be used to train a model for Conversational recommendation, which consists in Coached Conversation Preference Elicitation. ### Languages The text in the dataset is in English. The associated BCP-47 code is 'en'. Dataset Structure ----------------- ### Data Instances A typical data point comprises of a series of utterances between the 'assistant' and the 'user'. Each such utterance is annotated into categories mentioned in data fields. An example from the Coached Conversational Preference Elicitation dataset looks as follows: ### Data Fields Each conversation has the following fields: * 'conversationId': A unique random ID for the conversation. The ID has no meaning. * 'utterances': An array of utterances by the workers. Each utterance has the following fields: * 'index': A 0-based index indicating the order of the utterances in the conversation. * 'speaker': Either USER or ASSISTANT, indicating which role generated this utterance. * 'text': The raw text as written by the ASSISTANT, or transcribed from the spoken recording of USER. * 'segments': An array of semantic annotations of spans in the text. Each semantic annotation segment has the following fields: * 'startIndex': The position of the start of the annotation in the utterance text. * 'endIndex': The position of the end of the annotation in the utterance text. * 'text': The raw text that has been annotated. * 'annotations': An array of annotation details for this segment. Each annotation has two fields: * 'annotationType': The class of annotation (see ontology below). * 'entityType': The class of the entity to which the text refers (see ontology below). EXPLANATION OF ONTOLOGY In the corpus, preferences and the entities that these preferences refer to are annotated with an annotation type as well as an entity type. Annotation types fall into four categories: * 'ENTITY\_NAME' (0): These mark the names of relevant entities mentioned. * 'ENTITY\_PREFERENCE' (1): These are defined as statements indicating that the dialog participant does or does not like the relevant entity in general, or that they do or do not like some aspect of the entity. This may also be thought of the participant having some sentiment about what is being discussed. * 'ENTITY\_DESCRIPTION' (2): Neutral descriptions that describe an entity but do not convey an explicit liking or disliking. * 'ENTITY\_OTHER' (3): Other relevant statements about an entity that convey relevant information of how the participant relates to the entity but do not provide a sentiment. Most often, these relate to whether a participant has seen a particular movie, or knows a lot about a given entity. Entity types are marked as belonging to one of four categories: * 'MOVIE\_GENRE\_OR\_CATEGORY' (0): For genres or general descriptions that capture a particular type or style of movie. * 'MOVIE\_OR\_SERIES' (1): For the full or partial name of a movie or series of movies. * 'PERSON' (2): For the full or partial name of an actual person. * 'SOMETHING\_ELSE ' (3): For other important proper nouns, such as the names of characters or locations. ### Data Splits There is a single split of the dataset named 'train' which contains the whole datset. Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators ### Licensing Information Creative Commons Attribution 4.0 License ### Contributions Thanks to @vineeths96 for adding this dataset.
[ "### Dataset Summary\n\n\nA dataset consisting of 502 English dialogs with 12,000 annotated utterances between a user and an assistant discussing movie preferences in natural language. It was collected using a Wizard-of-Oz methodology between two paid crowd-workers, where one worker plays the role of an 'assistant', while the other plays the role of a 'user'. The 'assistant' elicits the 'user’s' preferences about movies following a Coached Conversational Preference Elicitation (CCPE) method. The assistant asks questions designed to minimize the bias in the terminology the 'user' employs to convey his or her preferences as much as possible, and to obtain these preferences in natural language. Each dialog is annotated with entity mentions, preferences expressed about entities, descriptions of entities provided, and other statements of entities.", "### Supported Tasks and Leaderboards\n\n\n* 'other-other-Conversational Recommendation': The dataset can be used to train a model for Conversational recommendation, which consists in Coached Conversation Preference Elicitation.", "### Languages\n\n\nThe text in the dataset is in English. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises of a series of utterances between the 'assistant' and the 'user'. Each such utterance is annotated into categories mentioned in data fields.\n\n\nAn example from the Coached Conversational Preference Elicitation dataset looks as follows:", "### Data Fields\n\n\nEach conversation has the following fields:\n\n\n* 'conversationId': A unique random ID for the conversation. The ID has no meaning.\n* 'utterances': An array of utterances by the workers.\n\n\nEach utterance has the following fields:\n\n\n* 'index': A 0-based index indicating the order of the utterances in the conversation.\n* 'speaker': Either USER or ASSISTANT, indicating which role generated this utterance.\n* 'text': The raw text as written by the ASSISTANT, or transcribed from the spoken recording of USER.\n* 'segments': An array of semantic annotations of spans in the text.\n\n\nEach semantic annotation segment has the following fields:\n\n\n* 'startIndex': The position of the start of the annotation in the utterance text.\n* 'endIndex': The position of the end of the annotation in the utterance text.\n* 'text': The raw text that has been annotated.\n* 'annotations': An array of annotation details for this segment.\n\n\nEach annotation has two fields:\n\n\n* 'annotationType': The class of annotation (see ontology below).\n* 'entityType': The class of the entity to which the text refers (see ontology below).\n\n\nEXPLANATION OF ONTOLOGY\n\n\nIn the corpus, preferences and the entities that these preferences refer to are annotated with an annotation type as well as an entity type.\n\n\nAnnotation types fall into four categories:\n\n\n* 'ENTITY\\_NAME' (0): These mark the names of relevant entities mentioned.\n* 'ENTITY\\_PREFERENCE' (1): These are defined as statements indicating that the dialog participant does or does not like the relevant entity in general, or that they do or do not like some aspect of the entity. This may also be thought of the participant having some sentiment about what is being discussed.\n* 'ENTITY\\_DESCRIPTION' (2): Neutral descriptions that describe an entity but do not convey an explicit liking or disliking.\n* 'ENTITY\\_OTHER' (3): Other relevant statements about an entity that convey relevant information of how the participant relates to the entity but do not provide a sentiment. Most often, these relate to whether a participant has seen a particular movie, or knows a lot about a given entity.\n\n\nEntity types are marked as belonging to one of four categories:\n\n\n* 'MOVIE\\_GENRE\\_OR\\_CATEGORY' (0): For genres or general descriptions that capture a particular type or style of movie.\n* 'MOVIE\\_OR\\_SERIES' (1): For the full or partial name of a movie or series of movies.\n* 'PERSON' (2): For the full or partial name of an actual person.\n* 'SOMETHING\\_ELSE ' (3): For other important proper nouns, such as the names of characters or locations.", "### Data Splits\n\n\nThere is a single split of the dataset named 'train' which contains the whole datset.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nCreative Commons Attribution 4.0 License", "### Contributions\n\n\nThanks to @vineeths96 for adding this dataset." ]
[ "TAGS\n#task_categories-other #task_categories-text-generation #task_categories-fill-mask #task_categories-token-classification #task_ids-dialogue-modeling #task_ids-parsing #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-cc-by-sa-4.0 #Conversational Recommendation #region-us \n", "### Dataset Summary\n\n\nA dataset consisting of 502 English dialogs with 12,000 annotated utterances between a user and an assistant discussing movie preferences in natural language. It was collected using a Wizard-of-Oz methodology between two paid crowd-workers, where one worker plays the role of an 'assistant', while the other plays the role of a 'user'. The 'assistant' elicits the 'user’s' preferences about movies following a Coached Conversational Preference Elicitation (CCPE) method. The assistant asks questions designed to minimize the bias in the terminology the 'user' employs to convey his or her preferences as much as possible, and to obtain these preferences in natural language. Each dialog is annotated with entity mentions, preferences expressed about entities, descriptions of entities provided, and other statements of entities.", "### Supported Tasks and Leaderboards\n\n\n* 'other-other-Conversational Recommendation': The dataset can be used to train a model for Conversational recommendation, which consists in Coached Conversation Preference Elicitation.", "### Languages\n\n\nThe text in the dataset is in English. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises of a series of utterances between the 'assistant' and the 'user'. Each such utterance is annotated into categories mentioned in data fields.\n\n\nAn example from the Coached Conversational Preference Elicitation dataset looks as follows:", "### Data Fields\n\n\nEach conversation has the following fields:\n\n\n* 'conversationId': A unique random ID for the conversation. The ID has no meaning.\n* 'utterances': An array of utterances by the workers.\n\n\nEach utterance has the following fields:\n\n\n* 'index': A 0-based index indicating the order of the utterances in the conversation.\n* 'speaker': Either USER or ASSISTANT, indicating which role generated this utterance.\n* 'text': The raw text as written by the ASSISTANT, or transcribed from the spoken recording of USER.\n* 'segments': An array of semantic annotations of spans in the text.\n\n\nEach semantic annotation segment has the following fields:\n\n\n* 'startIndex': The position of the start of the annotation in the utterance text.\n* 'endIndex': The position of the end of the annotation in the utterance text.\n* 'text': The raw text that has been annotated.\n* 'annotations': An array of annotation details for this segment.\n\n\nEach annotation has two fields:\n\n\n* 'annotationType': The class of annotation (see ontology below).\n* 'entityType': The class of the entity to which the text refers (see ontology below).\n\n\nEXPLANATION OF ONTOLOGY\n\n\nIn the corpus, preferences and the entities that these preferences refer to are annotated with an annotation type as well as an entity type.\n\n\nAnnotation types fall into four categories:\n\n\n* 'ENTITY\\_NAME' (0): These mark the names of relevant entities mentioned.\n* 'ENTITY\\_PREFERENCE' (1): These are defined as statements indicating that the dialog participant does or does not like the relevant entity in general, or that they do or do not like some aspect of the entity. This may also be thought of the participant having some sentiment about what is being discussed.\n* 'ENTITY\\_DESCRIPTION' (2): Neutral descriptions that describe an entity but do not convey an explicit liking or disliking.\n* 'ENTITY\\_OTHER' (3): Other relevant statements about an entity that convey relevant information of how the participant relates to the entity but do not provide a sentiment. Most often, these relate to whether a participant has seen a particular movie, or knows a lot about a given entity.\n\n\nEntity types are marked as belonging to one of four categories:\n\n\n* 'MOVIE\\_GENRE\\_OR\\_CATEGORY' (0): For genres or general descriptions that capture a particular type or style of movie.\n* 'MOVIE\\_OR\\_SERIES' (1): For the full or partial name of a movie or series of movies.\n* 'PERSON' (2): For the full or partial name of an actual person.\n* 'SOMETHING\\_ELSE ' (3): For other important proper nouns, such as the names of characters or locations.", "### Data Splits\n\n\nThere is a single split of the dataset named 'train' which contains the whole datset.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nCreative Commons Attribution 4.0 License", "### Contributions\n\n\nThanks to @vineeths96 for adding this dataset." ]
[ 138, 207, 57, 32, 70, 678, 34, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 11, 18 ]
[ "passage: TAGS\n#task_categories-other #task_categories-text-generation #task_categories-fill-mask #task_categories-token-classification #task_ids-dialogue-modeling #task_ids-parsing #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-cc-by-sa-4.0 #Conversational Recommendation #region-us \n### Dataset Summary\n\n\nA dataset consisting of 502 English dialogs with 12,000 annotated utterances between a user and an assistant discussing movie preferences in natural language. It was collected using a Wizard-of-Oz methodology between two paid crowd-workers, where one worker plays the role of an 'assistant', while the other plays the role of a 'user'. The 'assistant' elicits the 'user’s' preferences about movies following a Coached Conversational Preference Elicitation (CCPE) method. The assistant asks questions designed to minimize the bias in the terminology the 'user' employs to convey his or her preferences as much as possible, and to obtain these preferences in natural language. Each dialog is annotated with entity mentions, preferences expressed about entities, descriptions of entities provided, and other statements of entities.### Supported Tasks and Leaderboards\n\n\n* 'other-other-Conversational Recommendation': The dataset can be used to train a model for Conversational recommendation, which consists in Coached Conversation Preference Elicitation.### Languages\n\n\nThe text in the dataset is in English. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA typical data point comprises of a series of utterances between the 'assistant' and the 'user'. Each such utterance is annotated into categories mentioned in data fields.\n\n\nAn example from the Coached Conversational Preference Elicitation dataset looks as follows:" ]
[ 0.004595503676682711, 0.07075891643762589, -0.005914164241403341, 0.0339069701731205, 0.07108024507761002, -0.043257053941488266, 0.04892440140247345, 0.04910682514309883, 0.024412063881754875, 0.11027800291776657, -0.0935969427227974, -0.03610064089298248, 0.06475818157196045, 0.03812775760889053, 0.05695497244596481, -0.18300624191761017, 0.012431634590029716, -0.08798282593488693, 0.09741250425577164, 0.07410157471895218, 0.0861034095287323, -0.06757315248250961, 0.1008269190788269, 0.01100517064332962, -0.003964362666010857, -0.02715337462723255, -0.015588099136948586, -0.01892133429646492, 0.07606619596481323, 0.10705696046352386, 0.11012203991413116, -0.0507715567946434, 0.019771557301282883, -0.22900710999965668, 0.004627323243767023, 0.06502462178468704, 0.03372175619006157, 0.019140489399433136, 0.07453720271587372, -0.02188360132277012, 0.13973334431648254, 0.003612315747886896, 0.09459523111581802, 0.047352731227874756, -0.11638053506612778, -0.06293237209320068, -0.07511746883392334, -0.011904421262443066, 0.004354582168161869, 0.032698843628168106, -0.03203042969107628, 0.11267054826021194, -0.0927763357758522, 0.0356559194624424, 0.09494499117136002, -0.16793446242809296, -0.02885628491640091, 0.017156869173049927, 0.0023522533010691404, 0.09861012548208237, -0.0988214910030365, -0.04128782078623772, -0.0349063016474247, 0.010079098865389824, -0.01721206121146679, 0.006000975146889687, 0.024114878848195076, -0.007172821555286646, -0.0695325955748558, -0.07313432544469833, 0.18213112652301788, 0.04643689841032028, -0.062373969703912735, -0.155641108751297, -0.015719180926680565, 0.0959538146853447, 0.003974874038249254, -0.04848504438996315, 0.01931968331336975, -0.02455725707113743, 0.09975972771644592, -0.010921553708612919, -0.10766042023897171, 0.023708105087280273, -0.08256717771291733, 0.14306820929050446, -0.013580657541751862, 0.00612457562237978, -0.004246686119586229, 0.0500456765294075, 0.05134683847427368, -0.057718127965927124, -0.0749581977725029, -0.05350692570209503, -0.1612417995929718, -0.0892869085073471, 0.011217762716114521, -0.1198367103934288, -0.04851275309920311, 0.13912993669509888, 0.09086554497480392, 0.027493713423609734, -0.11234605312347412, 0.03323957324028015, 0.1205083504319191, 0.13325101137161255, -0.006356184836477041, -0.04143873602151871, -0.013863247819244862, 0.007422484457492828, 0.030069660395383835, -0.04221200942993164, -0.038697097450494766, 0.0003200214705429971, -0.01813761703670025, 0.03938521817326546, 0.06157001480460167, 0.07404578477144241, -0.05783760920166969, -0.00723194470629096, 0.19758611917495728, -0.13693013787269592, 0.023942552506923676, 0.019966768100857735, -0.030755626037716866, 0.04457326605916023, -0.008419341407716274, -0.010366792790591717, -0.03971273452043533, 0.1010766252875328, -0.09142033755779266, 0.01954188570380211, -0.0882609486579895, -0.10892073810100555, 0.04619358479976654, 0.0192841999232769, -0.05785621702671051, -0.11189602315425873, -0.06093478202819824, -0.04737236723303795, -0.007967393845319748, -0.06756691634654999, 0.01109378132969141, -0.05940624326467514, 0.003965661861002445, 0.006945553235709667, 0.020504586398601532, -0.007280285470187664, -0.042467404156923294, 0.004710113629698753, -0.05919427424669266, 0.038307055830955505, 0.04352661594748497, 0.020131397992372513, -0.09791216254234314, -0.00025125540560111403, -0.18770459294319153, 0.12554244697093964, -0.06319885700941086, -0.0448862724006176, -0.07377886027097702, 0.00022845457715447992, -0.025776511058211327, 0.03569402918219566, -0.08202774822711945, 0.04412272199988365, -0.21602323651313782, -0.05114440247416496, 0.1623609960079193, -0.13319766521453857, -0.016480522230267525, 0.0829220786690712, -0.044517457485198975, 0.12072007358074188, 0.10726270079612732, 0.13127154111862183, 0.04577358812093735, -0.10669337958097458, -0.04265707731246948, 0.023230338469147682, -0.027368655428290367, 0.26204824447631836, 0.07574925571680069, -0.06859438121318817, 0.1525932401418686, 0.01794665865600109, 0.019422071054577827, -0.05227682366967201, 0.02175283618271351, -0.05947668105363846, 0.07115192711353302, 0.012030523270368576, -0.024356238543987274, -0.029468728229403496, -0.06576468795537949, 0.0240023136138916, -0.07720717787742615, -0.024645740166306496, 0.051075614988803864, -0.0565638542175293, 0.06868179887533188, -0.11212422698736191, -0.040931083261966705, 0.07267988473176956, -0.013619584031403065, -0.18169745802879333, -0.10931582003831863, 0.04016292467713356, -0.0778319239616394, 0.07450564205646515, 0.1436821073293686, 0.04204022139310837, 0.04710184037685394, -0.013474181294441223, 0.07252392172813416, -0.07193337380886078, 0.013084327802062035, -0.01006350014358759, -0.14632467925548553, -0.04125082865357399, -0.061737142503261566, 0.15119586884975433, -0.08608310669660568, -0.046313025057315826, 0.1116374135017395, 0.06652436405420303, 0.08019423484802246, -0.08673885464668274, -0.013683979399502277, 0.07579800486564636, -0.023138975724577904, -0.026999400928616524, 0.013658738695085049, 0.0035669198259711266, 0.026867490261793137, 0.06826933473348618, -0.19393542408943176, -0.11329042166471481, 0.048128947615623474, 0.041493263095617294, -0.08628648519515991, -0.05887947231531143, -0.02120271883904934, -0.06842968612909317, -0.04369891434907913, -0.07966425269842148, 0.19886332750320435, 0.07228618860244751, 0.06198367848992348, -0.047198787331581116, -0.03466042876243591, -0.00994036067277193, 0.0017422812525182962, -0.0014622693415731192, 0.03323030471801758, 0.010216760449111462, -0.09168843179941177, 0.0885593518614769, -0.05942854657769203, 0.04293259605765343, 0.14539110660552979, 0.05830863118171692, -0.09418687224388123, -0.022135963663458824, 0.03129229322075844, 0.004986883606761694, -0.0030770779121667147, -0.1120300143957138, -0.010107235051691532, 0.05698768422007561, 0.02089470624923706, 0.00440569594502449, -0.03653115779161453, 0.02330588549375534, 0.05695853382349014, 0.027363084256649017, -0.04320845007896423, -0.014853307977318764, 0.015216781757771969, 0.11178256571292877, 0.037753697484731674, 0.0542050264775753, -0.03888643905520439, -0.08292198926210403, -0.11384071409702301, 0.09527654945850372, -0.084168940782547, -0.314847469329834, -0.149952232837677, -0.06045452132821083, 0.03410648927092552, 0.025990748777985573, -0.029689380899071693, -0.004101869184523821, -0.07253210246562958, -0.10469600558280945, 0.035408541560173035, -0.0020170873031020164, -0.13014362752437592, -0.043468914926052094, 0.08987541496753693, -0.02574913389980793, -0.12748117744922638, 0.004227964673191309, 0.04532216116786003, -0.161439910531044, -0.0236152783036232, 0.06648600101470947, 0.07752321660518646, 0.07664232701063156, 0.0330694243311882, -0.032797522842884064, -0.029217088595032692, 0.12808719277381897, -0.08080802112817764, 0.06723663210868835, 0.06818672269582748, -0.09578712284564972, 0.038344573229551315, 0.17192977666854858, 0.03848031908273697, 0.011301485821604729, 0.00961760338395834, 0.00933963805437088, -0.027749963104724884, -0.16203828155994415, -0.12194173038005829, -0.05166420340538025, -0.03141742944717407, 0.08486340194940567, 0.022380342707037926, 0.042760156095027924, -0.013936981558799744, -0.09477972984313965, 0.04601488262414932, 0.06381053477525711, 0.10016480833292007, 0.04212469607591629, -0.0032916730269789696, 0.03733694925904274, -0.0364045575261116, -0.022685622796416283, 0.056279633194208145, 0.07566661387681961, 0.18181459605693817, -0.016824934631586075, 0.22387060523033142, 0.03925326466560364, -0.02830667421221733, 0.041686393320560455, 0.018836045637726784, 0.014568825252354145, 0.01635015197098255, -0.054422080516815186, -0.08922719210386276, -0.05902624502778053, 0.11867909878492355, 0.08798249810934067, -0.11613768339157104, 0.07038664817810059, -0.04525143280625343, 0.050088316202163696, 0.07094421237707138, 0.000011464422641438432, -0.08844027668237686, -0.02534692920744419, 0.05563994124531746, -0.03638216108083725, -0.06528721004724503, 0.005945235025137663, 0.2111482173204422, -0.16141532361507416, 0.04209323227405548, 0.028981901705265045, 0.06150249019265175, -0.1793532818555832, -0.027375631034374237, -0.06750927865505219, 0.004966782871633768, 0.006236838176846504, 0.13487723469734192, -0.15620537102222443, 0.11069539934396744, -0.017401380464434624, 0.03643597662448883, -0.054889604449272156, 0.016244934871792793, -0.04289691895246506, -0.03464131057262421, 0.11476287990808487, 0.03442826867103577, -0.07217267155647278, -0.05278041586279869, -0.08550561219453812, 0.01936960034072399, 0.002522258320823312, -0.04129791259765625, 0.10013806074857712, -0.018973080441355705, -0.004809392150491476, -0.05520026385784149, -0.0005776145844720304, -0.0383056178689003, -0.24351736903190613, 0.0563649982213974, -0.05348947271704674, -0.0028868126682937145, -0.040592260658741, -0.013802490197122097, 0.011556281708180904, 0.15549764037132263, -0.10026970505714417, -0.03288157656788826, -0.040773261338472366, 0.01333699468523264, 0.04497513920068741, -0.07114226371049881, 0.036662593483924866, -0.009138602763414383, 0.1651831865310669, -0.031746748834848404, -0.04289883375167847, 0.011488065123558044, 0.0003063903423026204, -0.06654947251081467, -0.06670365482568741, 0.11137139797210693, 0.10094810277223587, 0.049028489738702774, -0.007590822409838438, 0.040924035012722015, 0.0004557998909149319, -0.06897972524166107, 0.01590055413544178, 0.20395523309707642, 0.007328585255891085, 0.08013810962438583, -0.04293042793869972, -0.10398683696985245, -0.06796251237392426, -0.054759349673986435, 0.17063862085342407, 0.1463616043329239, -0.06031488999724388, 0.1338634490966797, 0.11658024787902832, -0.12015687674283981, -0.21269084513187408, -0.028541773557662964, 0.07693137973546982, -0.03217246010899544, 0.10449659824371338, -0.2521766722202301, 0.057526152580976486, 0.08148660510778427, 0.011292017064988613, -0.016888128593564034, -0.11184783279895782, -0.09358303248882294, 0.011750206351280212, 0.007476110942661762, -0.09510953724384308, -0.0381496325135231, -0.016128741204738617, -0.040090709924697876, -0.18984197080135345, 0.08103954792022705, 0.011412540450692177, 0.01900489814579487, 0.023109791800379753, 0.07649791240692139, 0.053667888045310974, -0.016170326620340347, 0.09778355062007904, 0.05586389824748039, 0.0005149845965206623, -0.09315315634012222, -0.06987451016902924, 0.05561107397079468, 0.010279938578605652, 0.061837345361709595, 0.023918259888887405, -0.06910434365272522, 0.03384994715452194, -0.014910856261849403, -0.09161362051963806, 0.01508008036762476, -0.05093301087617874, -0.020130181685090065, -0.0740765631198883, 0.0735197514295578, 0.08749569952487946, 0.016763996332883835, 0.016702983528375626, -0.08422243595123291, 0.018295491114258766, 0.1030297577381134, 0.1388763040304184, 0.01133771613240242, -0.11910423636436462, -0.033164072781801224, 0.009442583657801151, 0.041273556649684906, -0.03591117635369301, 0.045706767588853836, 0.05501873791217804, 0.019237350672483444, 0.12733173370361328, -0.004370897077023983, -0.14094866812229156, 0.029825294390320778, 0.09149612486362457, -0.07738880068063736, -0.21857206523418427, -0.01074336376041174, 0.03466915339231491, -0.09608093649148941, -0.1697685420513153, 0.07474216818809509, -0.01620650663971901, -0.022170918062329292, -0.006065347697585821, 0.07652496546506882, 0.015193586237728596, 0.05683843791484833, -0.04750113934278488, 0.03947209566831589, -0.05819641798734665, 0.047067947685718536, 0.12806662917137146, -0.13060027360916138, 0.012697173282504082, 0.03995092585682869, -0.09420081228017807, -0.03821856528520584, -0.11310262978076935, 0.017639249563217163, 0.10093755275011063, -0.01931925304234028, 0.03481854870915413, -0.051886025816202164, 0.004012651741504669, 0.06588536500930786, -0.008054380305111408, 0.08113569766283035, -0.010238581337034702, 0.0057416511699557304, -0.010594875551760197, 0.08423662930727005, -0.042207587510347366, 0.029114259406924248, -0.05625102296471596, 0.13622860610485077, 0.012956751510500908, -0.02202409878373146, 0.019464485347270966, -0.09663452953100204, -0.05411353334784508, 0.011645552702248096, -0.029248356819152832, 0.05209293216466904, -0.09346222877502441, -0.0014887844445183873, 0.019944986328482628, 0.023529211059212685, 0.030210109427571297, -0.0255538672208786, -0.07025465369224548, -0.011035344563424587, -0.020505424588918686, 0.11257793754339218, -0.1334257870912552, 0.035953424870967865, 0.08572261035442352, -0.08673746138811111, 0.06953738629817963, 0.015591301955282688, -0.0337911993265152, 0.041464664041996, -0.1591593623161316, -0.013747351244091988, 0.026191167533397675, 0.062340009957551956, 0.02828424982726574, -0.09838847815990448, -0.01964651420712471, 0.011097694747149944, -0.008504386059939861, -0.022189177572727203, 0.08609148114919662, -0.08247463405132294, 0.11009382456541061, 0.07841239124536514, -0.11481048166751862, -0.07386297732591629, 0.026981672272086143, 0.032548703253269196, 0.009566597640514374, 0.10272851586341858, -0.020517461001873016, 0.033362459391355515, -0.12433414906263351, -0.0266816858202219, 0.036966849118471146, 0.04371415078639984, 0.07543366402387619, -0.07788865268230438, 0.015512925572693348, -0.01108164619654417, 0.18087980151176453, 0.05861729755997658, -0.027358710765838623, 0.01628466695547104, -0.03845665976405144, -0.07294300943613052, 0.0425344854593277, -0.07064279913902283, 0.056723453104496, -0.039387065917253494, 0.008074425160884857, -0.07264610379934311, -0.07549761980772018, 0.09509741514921188, 0.08340029418468475, 0.059262990951538086, 0.09492773562669754, -0.05342879891395569, 0.06121768802404404, -0.0708736777305603, -0.09330601245164871, 0.03150755539536476, -0.05070602148771286, 0.02271701954305172, -0.10915756970643997, 0.08739447593688965, 0.09622402489185333, -0.10598384588956833, 0.15350882709026337, -0.07758156955242157, -0.05499795451760292, -0.035939548164606094, -0.22601716220378876, -0.05235672742128372, 0.0079530393704772, 0.005070797633379698, -0.09282198548316956, 0.0779539942741394, 0.07396389544010162, -0.011189551092684269, -0.06705085933208466, 0.05949659273028374, -0.1287844479084015, -0.1313045620918274, -0.0075263166800141335, 0.02156952954828739, 0.06185019388794899, 0.021562544628977776, 0.077749103307724, 0.009918713010847569, 0.06834913790225983, 0.07780623435974121, 0.12805625796318054, 0.039419736713171005, 0.01340031810104847, -0.07146242260932922, -0.07170763611793518, 0.015250518918037415, -0.05943914130330086, -0.06099320203065872, 0.14021778106689453, 0.05921505391597748, -0.010303298011422157, 0.00985749065876007, 0.1564735323190689, 0.015559311956167221, -0.12348996847867966, -0.16527162492275238, 0.1471463292837143, -0.008515301160514355, 0.02235211618244648, 0.04246847704052925, -0.09039342403411865, -0.023628290742635727, 0.12143213301897049, 0.1670866459608078, 0.02064642123878002, 0.029266588389873505, -0.014020856469869614, 0.03077344223856926, 0.027454979717731476, 0.09641024470329285, -0.05660513415932655, 0.2581081986427307, -0.06249464303255081, 0.06436708569526672, -0.04327679052948952, -0.01798543706536293, 0.010954857803881168, 0.0414927676320076, -0.0424058735370636, 0.028784889727830887, -0.14441941678524017, 0.0653708428144455, -0.013207207433879375, -0.23764240741729736, 0.039744094014167786, -0.0902048870921135, -0.06039382889866829, 0.025330800563097, 0.05085163563489914, -0.01301543414592743, 0.08210893720388412, 0.030200202018022537, -0.06494607031345367, 0.206929549574852, 0.011763395741581917, -0.06563983857631683, -0.021512560546398163, 0.11203660070896149, -0.07936575263738632, 0.1388476938009262, -0.01810111105442047, 0.1426914632320404, 0.05873426795005798, 0.06904198229312897, -0.05734821781516075, 0.034042391926050186, 0.023587666451931, -0.016357911750674248, 0.020778799429535866, 0.18626923859119415, -0.020991040393710136, 0.1529364436864853, 0.08144047856330872, -0.018240544945001602, 0.08954089879989624, -0.011278873309493065, 0.004103053826838732, -0.054554104804992676, 0.07935156673192978, -0.08676901459693909, 0.13802342116832733, 0.14192667603492737, 0.0225782860070467, -0.013519315049052238, -0.06212408095598221, -0.04473301023244858, 0.014776456169784069, 0.14329032599925995, -0.060260023921728134, -0.10876917839050293, -0.03462156653404236, -0.03971486911177635, 0.10253489762544632, -0.16222098469734192, -0.013846037909388542, 0.03880536928772926, -0.06303437054157257, 0.028686147183179855, 0.10473200678825378, 0.04680311679840088, -0.018046226352453232, -0.06547413766384125, -0.0744742676615715, 0.08250831067562103, 0.0942678228020668, -0.05542533099651337, -0.04998853802680969 ]