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
3e3042ddeb4bf66e98a5a78181afcdd5663ff6fa
# Dataset Card for "coarse_discourse" ## 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/google-research-datasets/coarse-discourse - **Paper:** [Characterizing Online Discussion Using Coarse Discourse Sequences](https://research.google/pubs/pub46055/) - **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:** 4.63 MB - **Size of the generated dataset:** 45.45 MB - **Total amount of disk used:** 50.08 MB ### Dataset Summary A large corpus of discourse annotations and relations on ~10K forum threads. We collect and release a corpus of over 9,000 threads comprising over 100,000 comments manually annotated via paid crowdsourcing with discourse acts and randomly sampled from the site Reddit. ### 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:** 4.63 MB - **Size of the generated dataset:** 45.45 MB - **Total amount of disk used:** 50.08 MB An example of 'train' looks as follows. ``` { "annotations": { "annotator": ["fc96a15ab87f02dd1998ff55a64f6478", "e9e4b3ab355135fa954badcc06bfccc6", "31ac59c1734c1547d4d0723ff254c247"], "link_to_post": ["", "", ""], "main_type": ["elaboration", "elaboration", "elaboration"] }, "id_post": "t1_c9b30i1", "in_reply_to": "t1_c9b2nyd", "is_first_post": false, "is_self_post": true, "majority_link": "t1_c9b2nyd", "majority_type": "elaboration", "post_depth": 2, "subreddit": "100movies365days", "title": "DTX120: #87 - Nashville", "url": "https://www.reddit.com/r/100movies365days/comments/1bx6qw/dtx120_87_nashville/" } ``` ### Data Fields The data fields are the same among all splits. #### default - `title`: a `string` feature. - `is_self_post`: a `bool` feature. - `subreddit`: a `string` feature. - `url`: a `string` feature. - `majority_link`: a `string` feature. - `is_first_post`: a `bool` feature. - `majority_type`: a `string` feature. - `id_post`: a `string` feature. - `post_depth`: a `int32` feature. - `in_reply_to`: a `string` feature. - `annotations`: a dictionary feature containing: - `annotator`: a `string` feature. - `link_to_post`: a `string` feature. - `main_type`: a `string` feature. ### Data Splits | name |train | |-------|-----:| |default|116357| ## 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{coarsediscourse, title={Characterizing Online Discussion Using Coarse Discourse Sequences}, author={Zhang, Amy X. and Culbertson, Bryan and Paritosh, Praveen}, booktitle={Proceedings of the 11th International AAAI Conference on Weblogs and Social Media}, series={ICWSM '17}, year={2017}, location = {Montreal, Canada} } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@jplu](https://github.com/jplu) for adding this dataset.
coarse_discourse
[ "task_categories:text-classification", "task_ids:multi-class-classification", "annotations_creators:crowdsourced", "language_creators:found", "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": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-class-classification"], "paperswithcode_id": "coarse-discourse", "pretty_name": "Coarse Discourse", "dataset_info": {"features": [{"name": "title", "dtype": "string"}, {"name": "is_self_post", "dtype": "bool"}, {"name": "subreddit", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "majority_link", "dtype": "string"}, {"name": "is_first_post", "dtype": "bool"}, {"name": "majority_type", "dtype": "string"}, {"name": "id_post", "dtype": "string"}, {"name": "post_depth", "dtype": "int32"}, {"name": "in_reply_to", "dtype": "string"}, {"name": "annotations", "sequence": [{"name": "annotator", "dtype": "string"}, {"name": "link_to_post", "dtype": "string"}, {"name": "main_type", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 45097556, "num_examples": 116357}], "download_size": 4256575, "dataset_size": 45097556}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-18T15:32:32+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #region-us
Dataset Card for "coarse\_discourse" ==================================== 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: Characterizing Online Discussion Using Coarse Discourse Sequences * Point of Contact: * Size of downloaded dataset files: 4.63 MB * Size of the generated dataset: 45.45 MB * Total amount of disk used: 50.08 MB ### Dataset Summary A large corpus of discourse annotations and relations on ~10K forum threads. We collect and release a corpus of over 9,000 threads comprising over 100,000 comments manually annotated via paid crowdsourcing with discourse acts and randomly sampled from the site Reddit. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 4.63 MB * Size of the generated dataset: 45.45 MB * Total amount of disk used: 50.08 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'title': a 'string' feature. * 'is\_self\_post': a 'bool' feature. * 'subreddit': a 'string' feature. * 'url': a 'string' feature. * 'majority\_link': a 'string' feature. * 'is\_first\_post': a 'bool' feature. * 'majority\_type': a 'string' feature. * 'id\_post': a 'string' feature. * 'post\_depth': a 'int32' feature. * 'in\_reply\_to': a 'string' feature. * 'annotations': a dictionary feature containing: + 'annotator': a 'string' feature. + 'link\_to\_post': a 'string' feature. + 'main\_type': 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, @lewtun, @jplu for adding this dataset.
[ "### Dataset Summary\n\n\nA large corpus of discourse annotations and relations on ~10K forum threads.\n\n\nWe collect and release a corpus of over 9,000 threads comprising over 100,000 comments manually annotated via paid crowdsourcing with discourse acts and randomly sampled from the site Reddit.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 4.63 MB\n* Size of the generated dataset: 45.45 MB\n* Total amount of disk used: 50.08 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* 'title': a 'string' feature.\n* 'is\\_self\\_post': a 'bool' feature.\n* 'subreddit': a 'string' feature.\n* 'url': a 'string' feature.\n* 'majority\\_link': a 'string' feature.\n* 'is\\_first\\_post': a 'bool' feature.\n* 'majority\\_type': a 'string' feature.\n* 'id\\_post': a 'string' feature.\n* 'post\\_depth': a 'int32' feature.\n* 'in\\_reply\\_to': a 'string' feature.\n* 'annotations': a dictionary feature containing:\n\t+ 'annotator': a 'string' feature.\n\t+ 'link\\_to\\_post': a 'string' feature.\n\t+ 'main\\_type': 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, @lewtun, @jplu for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #region-us \n", "### Dataset Summary\n\n\nA large corpus of discourse annotations and relations on ~10K forum threads.\n\n\nWe collect and release a corpus of over 9,000 threads comprising over 100,000 comments manually annotated via paid crowdsourcing with discourse acts and randomly sampled from the site Reddit.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 4.63 MB\n* Size of the generated dataset: 45.45 MB\n* Total amount of disk used: 50.08 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* 'title': a 'string' feature.\n* 'is\\_self\\_post': a 'bool' feature.\n* 'subreddit': a 'string' feature.\n* 'url': a 'string' feature.\n* 'majority\\_link': a 'string' feature.\n* 'is\\_first\\_post': a 'bool' feature.\n* 'majority\\_type': a 'string' feature.\n* 'id\\_post': a 'string' feature.\n* 'post\\_depth': a 'int32' feature.\n* 'in\\_reply\\_to': a 'string' feature.\n* 'annotations': a dictionary feature containing:\n\t+ 'annotator': a 'string' feature.\n\t+ 'link\\_to\\_post': a 'string' feature.\n\t+ 'main\\_type': 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, @lewtun, @jplu for adding this dataset." ]
[ 91, 68, 10, 11, 6, 51, 17, 211, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 25 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-4.0 #region-us \n### Dataset Summary\n\n\nA large corpus of discourse annotations and relations on ~10K forum threads.\n\n\nWe collect and release a corpus of over 9,000 threads comprising over 100,000 comments manually annotated via paid crowdsourcing with discourse acts and randomly sampled from the site Reddit.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 4.63 MB\n* Size of the generated dataset: 45.45 MB\n* Total amount of disk used: 50.08 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* 'title': a 'string' feature.\n* 'is\\_self\\_post': a 'bool' feature.\n* 'subreddit': a 'string' feature.\n* 'url': a 'string' feature.\n* 'majority\\_link': a 'string' feature.\n* 'is\\_first\\_post': a 'bool' feature.\n* 'majority\\_type': a 'string' feature.\n* 'id\\_post': a 'string' feature.\n* 'post\\_depth': a 'int32' feature.\n* 'in\\_reply\\_to': a 'string' feature.\n* 'annotations': a dictionary feature containing:\n\t+ 'annotator': a 'string' feature.\n\t+ 'link\\_to\\_post': a 'string' feature.\n\t+ 'main\\_type': 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?" ]
[ -0.020930100232362747, 0.15271814167499542, -0.007755784317851067, 0.03759859502315521, 0.06897388398647308, -0.00619081873446703, 0.04180329293012619, 0.06860074400901794, 0.0029814611189067364, 0.16572894155979156, 0.050870381295681, 0.03616611659526825, 0.08586384356021881, 0.1450567990541458, -0.004309975076466799, -0.20627082884311676, 0.04700782522559166, -0.140364408493042, 0.016564998775720596, 0.09640935808420181, 0.12063322216272354, -0.0888754203915596, 0.07349590957164764, -0.057028383016586304, -0.08309280127286911, 0.00516833271831274, -0.026541732251644135, -0.0009524833876639605, 0.033184606581926346, 0.06843502074480057, 0.049696583300828934, -0.02681857720017433, 0.052254222333431244, -0.23203173279762268, 0.02612021006643772, 0.09910602867603302, 0.028281021863222122, 0.057343434542417526, 0.14131872355937958, -0.056048158556222916, 0.1458229124546051, -0.07210586220026016, 0.051101647317409515, 0.045361440628767014, -0.09134402126073837, -0.09871947765350342, -0.1419803649187088, 0.04115557298064232, 0.07679111510515213, 0.004306763410568237, -0.038899749517440796, -0.012898553162813187, -0.05219705402851105, 0.0717431902885437, 0.13295625150203705, -0.04380149021744728, -0.0404023714363575, 0.025887589901685715, 0.050334349274635315, 0.07141739130020142, -0.05997336283326149, -0.060602158308029175, -0.018159164115786552, 0.02632322534918785, 0.0029066589195281267, -0.015768105164170265, -0.02504641003906727, 0.006846963427960873, -0.1382099688053131, -0.10771958529949188, 0.1953192949295044, 0.06504841148853302, -0.04826834425330162, -0.10465384274721146, -0.03815951198339462, 0.028545673936605453, -0.03007780946791172, 0.04199998080730438, -0.015975870192050934, 0.029656462371349335, 0.010340540669858456, -0.032765936106443405, -0.05865787714719772, -0.04527658224105835, -0.0380035825073719, -0.012481153942644596, 0.01822790876030922, 0.026147326454520226, 0.048037853091955185, 0.059401270002126694, -0.04772375896573067, -0.09045922011137009, 0.0038231073413044214, -0.05252888426184654, -0.09283287078142166, -0.006225333083420992, 0.005518938880413771, -0.1218377947807312, 0.1153012365102768, 0.16776122152805328, -0.06638465076684952, 0.03956473618745804, -0.09084973484277725, 0.022425338625907898, 0.0809883177280426, 0.0825929045677185, -0.1177578866481781, -0.04588114842772484, 0.020787637680768967, 0.010328567586839199, -0.001050700549967587, -0.024488814175128937, -0.009028453379869461, 0.0733053907752037, 0.06376539170742035, 0.04913157597184181, 0.14563745260238647, 0.06090255081653595, -0.05819248780608177, -0.03754191845655441, 0.13756312429904938, -0.15934263169765472, 0.026922056451439857, 0.07860669493675232, -0.07999598979949951, -0.045837387442588806, 0.014090762473642826, -0.0029399432241916656, -0.08814454823732376, 0.08277403563261032, -0.054820574820041656, 0.000921320344787091, -0.09814091771841049, -0.13928303122520447, 0.060512810945510864, -0.012335245497524738, -0.07662475109100342, -0.04196848347783089, -0.16383229196071625, -0.07663626968860626, 0.005147927440702915, -0.060872115194797516, -0.04312456399202347, -0.03162272274494171, -0.04765298590064049, -0.0010915171587839723, -0.002433734480291605, 0.08476106077432632, -0.07179727405309677, 0.04801849275827408, -0.13046574592590332, 0.003995147999376059, 0.020525339990854263, 0.029529428109526634, -0.08027680218219757, 0.09264221042394638, -0.17602580785751343, 0.1576806753873825, -0.09768402576446533, 0.03510509431362152, -0.14352749288082123, -0.01111757755279541, 0.012183254584670067, -0.017322195693850517, 0.02002492919564247, 0.1263212412595749, -0.20135365426540375, -0.014733221381902695, 0.11841434985399246, -0.030661391094326973, -0.0035725771449506283, 0.12982197105884552, -0.05826383829116821, -0.03975313529372215, 0.07078604400157928, 0.1793525069952011, 0.013646526262164116, -0.03179338201880455, -0.0696091279387474, -0.003698832355439663, 0.005203002132475376, 0.15175260603427887, 0.10040322691202164, -0.11014115065336227, 0.1214408129453659, 0.0016310140490531921, 0.08892764896154404, -0.026054536923766136, -0.027506545186042786, -0.03479881212115288, -0.01268358901143074, -0.022243976593017578, -0.05924883484840393, -0.024668008089065552, -0.09064332395792007, -0.045723333954811096, -0.05605200305581093, 0.011125550605356693, 0.028059355914592743, -0.006250052247196436, 0.039350010454654694, -0.052777599543333054, 0.07959094643592834, 0.005216531455516815, 0.02326672524213791, -0.2142748087644577, -0.08104898035526276, 0.036522187292575836, 0.007749094627797604, 0.11053723841905594, -0.05619531124830246, -0.019401462748646736, -0.008936482481658459, 0.0009396163513883948, 0.027537520974874496, 0.09164021164178848, -0.0172672588378191, -0.011422562412917614, -0.17185474932193756, -0.03559507057070732, -0.033345628529787064, 0.05714525282382965, -0.09526770561933517, 0.007450970355421305, 0.12514084577560425, 0.12484682351350784, -0.000618784106336534, -0.09737573564052582, 0.057788267731666565, -0.003704130882397294, -0.01721910387277603, -0.06695619970560074, -0.031810659915208817, 0.007566745392978191, -0.0231938399374485, 0.03645145148038864, -0.15096218883991241, -0.1126432716846466, 0.06650107353925705, 0.003937834873795509, -0.08844529092311859, -0.0153169184923172, -0.055876217782497406, -0.025925148278474808, -0.08720120787620544, -0.0963103249669075, 0.056999750435352325, 0.050155725330114365, 0.043309036642313004, -0.06438922882080078, -0.054776955395936966, -0.025800175964832306, -0.018444303423166275, -0.013232915662229061, 0.10562599450349808, 0.023639360442757607, -0.16007807850837708, 0.09018474072217941, -0.03361310064792633, 0.013288536109030247, 0.07181426137685776, -0.022625060752034187, -0.060260552912950516, -0.03166593983769417, 0.06918225437402725, 0.0011016983771696687, 0.028037207201123238, 0.01695709116756916, 0.05585120990872383, 0.0702967420220375, 0.03656332939863205, 0.01088415365666151, -0.06030220165848732, 0.0529046505689621, 0.009230060502886772, -0.05247114971280098, -0.05648617446422577, -0.03820665553212166, 0.07524877786636353, 0.11212608963251114, 0.047182463109493256, 0.06999172270298004, -0.03939705714583397, -0.07377070188522339, -0.12743456661701202, 0.16336177289485931, -0.1342470347881317, -0.15717022120952606, -0.11334369331598282, -0.10827279835939407, -0.029553988948464394, -0.00019878512830473483, 0.0036748843267560005, -0.004168864339590073, -0.07639327645301819, -0.11282313615083694, 0.08605708926916122, 0.01529007125645876, -0.07571020722389221, -0.11532323062419891, -0.006444314029067755, 0.045804474502801895, -0.09296520054340363, 0.009480290114879608, 0.04530339315533638, -0.04256652668118477, -0.032736051827669144, 0.05766918510198593, 0.10958477854728699, 0.09940292686223984, 0.03382004424929619, -0.017185593023896217, 0.006694519426673651, 0.2383146733045578, -0.07731527090072632, 0.0975121408700943, 0.0850427895784378, -0.07561438530683517, 0.07353890687227249, 0.22105011343955994, 0.039594437927007675, -0.03267177939414978, 0.03380705043673515, 0.06597123295068741, -0.06327226758003235, -0.23837077617645264, -0.06042557582259178, -0.04939640313386917, 0.04383327066898346, 0.08460308611392975, 0.03683166578412056, -0.025873620063066483, 0.03678600490093231, -0.0917482078075409, 0.017727581784129143, 0.04901238530874252, 0.07515834271907806, 0.08043871074914932, 0.010712890885770321, 0.09197584539651871, -0.04176356643438339, 0.03721874579787254, 0.09762217104434967, -0.021202852949500084, 0.13365906476974487, -0.0836704820394516, 0.20636770129203796, 0.07846692949533463, 0.10627324134111404, -0.02050602249801159, 0.02619658038020134, -0.012821458280086517, 0.1011248230934143, -0.01745602861046791, -0.05252643674612045, -0.02210206538438797, 0.048227861523628235, 0.12694144248962402, -0.015480449423193932, 0.031796183437108994, -0.06229615956544876, 0.09099709242582321, 0.17662566900253296, 0.0276301559060812, -0.14768505096435547, -0.03573983907699585, 0.057118531316518784, -0.06433042883872986, -0.07289622724056244, 0.011554772965610027, 0.12219512462615967, -0.12236212193965912, 0.0664113238453865, -0.00720346812158823, 0.12664678692817688, -0.10639124363660812, -0.029861295595765114, 0.03464406728744507, 0.12604044377803802, -0.04389753192663193, 0.05310675501823425, -0.16950340569019318, 0.09826409071683884, 0.029089683666825294, -0.007022907957434654, -0.04511638730764389, 0.07730545848608017, 0.025664424523711205, -0.039382051676511765, 0.10599739849567413, -0.004822413437068462, -0.18633712828159332, -0.04185360297560692, -0.10457108914852142, -0.0035992898046970367, 0.06973335891962051, -0.08845532685518265, 0.08757026493549347, -0.007642787881195545, -0.0013370995875447989, -0.020845675840973854, -0.0427958182990551, -0.0726482942700386, -0.17573563754558563, -0.0015292034950107336, -0.0694495365023613, 0.0041739060543477535, -0.043989747762680054, 0.031476400792598724, -0.03767365589737892, 0.15405742824077606, -0.12869730591773987, -0.09933563321828842, -0.10554410517215729, 0.11713804304599762, 0.14777764678001404, -0.05041833966970444, 0.016743531450629234, -0.056387074291706085, 0.10083390772342682, -0.007178799714893103, -0.0527944341301918, 0.06600484251976013, -0.05292781814932823, -0.15267370641231537, -0.05649422109127045, 0.11699063330888748, 0.048390958458185196, 0.05318276956677437, -0.04938146099448204, 0.112737275660038, -0.014523332938551903, -0.1027107983827591, 0.0035807874519377947, 0.07473372668027878, 0.05543356016278267, 0.14743097126483917, 0.025356831029057503, -0.11621221899986267, -0.07170883566141129, -0.03521181270480156, 0.08081063628196716, 0.1703205555677414, -0.08728396892547607, 0.0781148225069046, 0.08005917072296143, -0.09610801190137863, -0.23366540670394897, -0.015079536475241184, 0.01670432649552822, -0.03710106015205383, 0.018248720094561577, -0.17433509230613708, 0.04971735179424286, 0.08823540806770325, -0.005834256298840046, 0.04788346216082573, -0.23100219666957855, -0.14164941012859344, 0.04475175589323044, -0.0011648657964542508, -0.21781466901302338, -0.14503678679466248, -0.11569511890411377, -0.04825868085026741, -0.08840584009885788, 0.078230120241642, 0.03643104434013367, 0.014961116947233677, 0.03631068766117096, 0.04502839595079422, 0.045885179191827774, -0.0423075333237648, 0.11841835826635361, -0.00518449954688549, 0.017676230520009995, -0.12362540513277054, -0.020655279979109764, -0.001636168803088367, -0.023102587088942528, 0.08532878011465073, -0.07635031640529633, 0.04815482348203659, -0.049590278416872025, -0.008936147205531597, -0.05361339822411537, 0.03696298226714134, -0.06663818657398224, -0.027014892548322678, -0.1349383145570755, 0.014153768308460712, 0.0924360528588295, -0.0056930119171738625, 0.058818310499191284, -0.0706317350268364, 0.08941088616847992, 0.22803917527198792, 0.08569805324077606, 0.07247672230005264, -0.09498195350170135, -0.0025686370208859444, -0.012659723870456219, 0.0020835569594055414, -0.16940632462501526, 0.010343204252421856, 0.10537014156579971, 0.038299765437841415, 0.15091660618782043, -0.008336841128766537, -0.142709881067276, 0.0139003349468112, 0.055693238973617554, -0.11010115593671799, -0.21851639449596405, 0.057509344071149826, 0.06966075301170349, -0.17501786351203918, -0.12356574833393097, 0.06670952588319778, 0.021375076845288277, -0.01742483116686344, 0.007436728570610285, 0.13451960682868958, 0.015795627608895302, 0.139863982796669, 0.06524128466844559, 0.054556895047426224, -0.09546102583408356, 0.08338628709316254, 0.1541992425918579, -0.09540838748216629, -0.006079130806028843, 0.1552935689687729, -0.05759755149483681, -0.004608731251209974, 0.038614895194768906, 0.035544343292713165, 0.029996357858181, -0.005146336276084185, -0.017034783959388733, -0.13605375587940216, 0.10290607810020447, 0.12439268827438354, 0.007458781357854605, 0.06964309513568878, 0.017402689903974533, -0.0116898063570261, -0.025958912447094917, 0.1765371561050415, 0.04528547450900078, 0.026834359392523766, -0.002707157749682665, 0.047741375863552094, -0.036356911063194275, -0.011720945127308369, 0.027752071619033813, -0.013805597089231014, -0.060135673731565475, -0.009168812073767185, -0.1453946977853775, 0.053772859275341034, -0.0974309891462326, -0.004763688426464796, -0.0010195780778303742, -0.007608246523886919, 0.0012209891574457288, 0.011413619853556156, -0.05389467254281044, -0.08836263418197632, -0.08547230064868927, 0.10262792557477951, -0.18031325936317444, 0.002376156859099865, 0.08490153402090073, -0.05306392163038254, 0.0971483364701271, 0.03069872036576271, -0.04557325690984726, -0.001424886635504663, -0.08789633959531784, -0.013337915763258934, -0.007509572431445122, 0.05524824187159538, 0.011882565915584564, -0.08591444790363312, -0.0020838940981775522, -0.01789482682943344, -0.0742989107966423, 0.004837744869291782, 0.01695644110441208, -0.11523764580488205, 0.09605772793292999, 0.010933403857052326, -0.0183878056704998, -0.09102065861225128, 0.07055484503507614, 0.043157026171684265, 0.05049692466855049, 0.08953539282083511, -0.04462713375687599, 0.06659461557865143, -0.16638734936714172, -0.022510094568133354, 0.03112887591123581, -0.038208652287721634, -0.0076711359433829784, 0.038076527416706085, 0.09839971363544464, -0.010379970073699951, 0.17813614010810852, 0.003408522577956319, -0.09470023214817047, 0.04502854868769646, 0.1122078076004982, 0.027035174891352654, 0.09278324991464615, 0.018881632015109062, -0.03880215436220169, -0.05333606153726578, -0.013243609108030796, -0.04424978792667389, -0.010620453394949436, 0.030451571568846703, 0.15609608590602875, 0.1592145413160324, 0.17656674981117249, -0.052567556500434875, 0.05621917545795441, -0.07999744266271591, 0.047742415219545364, 0.1259773224592209, -0.03284558281302452, 0.09254107624292374, -0.0633016973733902, 0.058961398899555206, 0.03482037037611008, -0.16956265270709991, 0.1081489697098732, -0.04597722738981247, -0.0618695430457592, -0.06549012660980225, -0.15411414206027985, -0.05542976036667824, -0.03777170926332474, -0.024525217711925507, -0.13688527047634125, 0.1202487200498581, 0.10184258967638016, -0.008714920841157436, -0.0016039223410189152, 0.07785152643918991, -0.10001839697360992, -0.06083456054329872, 0.019943121820688248, 0.004053957294672728, -0.03188124671578407, 0.07153162360191345, -0.01189747266471386, 0.06833533197641373, 0.0516277514398098, 0.08974770456552505, 0.07157180458307266, 0.032377250492572784, 0.040016788989305496, -0.08771048486232758, -0.06141282245516777, 0.02400553785264492, -0.019832516089081764, -0.04872782900929451, 0.18476003408432007, 0.04295109957456589, 0.02001582831144333, 0.011754562146961689, 0.15999342501163483, -0.02698659338057041, -0.09392072260379791, -0.17697001993656158, 0.032683100551366806, -0.08069685101509094, -0.02664855867624283, 0.03375253081321716, -0.13986244797706604, 0.0026814339216798544, 0.09620680660009384, 0.2037607580423355, -0.04650802165269852, 0.010283492505550385, 0.00485323928296566, 0.0006611567223444581, 0.00876888819038868, 0.04287276044487953, 0.04603920876979828, 0.13587608933448792, -0.03248611465096474, 0.04805859178304672, -0.020536692813038826, -0.050756312906742096, -0.06684992462396622, 0.049635302275419235, -0.013246177695691586, 0.007465830538421869, -0.05636770650744438, 0.13086150586605072, -0.11825123429298401, -0.22225861251354218, -0.045236799865961075, -0.07129219174385071, -0.09176075458526611, -0.012183325365185738, 0.018988456577062607, 0.04543459787964821, 0.014698251150548458, 0.009445066563785076, -0.007271189708262682, 0.08533480018377304, -0.007936387322843075, -0.058338530361652374, -0.0769626647233963, 0.07558732479810715, -0.06220429390668869, 0.18682235479354858, 0.011105673387646675, 0.06015055626630783, 0.1065206378698349, -0.027647443115711212, -0.1088312566280365, 0.03819901868700981, 0.12075769901275635, -0.009131252765655518, 0.028307754546403885, 0.160257488489151, -0.002825717907398939, 0.14634330570697784, 0.07964958995580673, -0.020177001133561134, 0.05191794037818909, -0.06661844998598099, -0.027069373056292534, -0.12991486489772797, 0.0279612448066473, -0.1112218126654625, 0.10624305158853531, 0.17520616948604584, -0.04104579985141754, 0.03180606663227081, -0.022427650168538094, -0.026562221348285675, -0.01924087479710579, 0.13462744653224945, -0.008184154517948627, -0.16557863354682922, 0.022039838135242462, -0.025301815941929817, 0.08158303797245026, -0.11745542287826538, -0.05100194364786148, 0.02456815168261528, 0.01092567015439272, -0.006853583734482527, 0.14884276688098907, 0.034537188708782196, -0.008557112887501717, -0.051119767129421234, -0.11064373701810837, 0.018215039744973183, 0.1320030838251114, -0.021078096702694893, -0.011908485554158688 ]
4b0e0e7f33b3ae8cd8e69bcdfa09af9611d8f3bd
# Dataset Card for COmmonsense Dataset Adversarially-authored by Humans ## 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:** [Add homepage URL here if available (unless it's a GitHub repository)]() - **Repository:** https://github.com/Websail-NU/CODAH - **Paper:** https://aclanthology.org/W19-2008/ - **Paper:** https://arxiv.org/abs/1904.04365 ### Dataset Summary The COmmonsense Dataset Adversarially-authored by Humans (CODAH) is an evaluation set for commonsense question-answering in the sentence completion style of SWAG. As opposed to other automatically generated NLI datasets, CODAH is adversarially constructed by humans who can view feedback from a pre-trained model and use this information to design challenging commonsense questions. ### 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 The CODAH dataset is made available under the Open Data Commons Attribution License: http://opendatacommons.org/licenses/by/1.0/ ### Citation Information ``` @inproceedings{chen-etal-2019-codah, title = "{CODAH}: An Adversarially-Authored Question Answering Dataset for Common Sense", author = "Chen, Michael and D{'}Arcy, Mike and Liu, Alisa and Fernandez, Jared and Downey, Doug", editor = "Rogers, Anna and Drozd, Aleksandr and Rumshisky, Anna and Goldberg, Yoav", booktitle = "Proceedings of the 3rd Workshop on Evaluating Vector Space Representations for {NLP}", month = jun, year = "2019", address = "Minneapolis, USA", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/W19-2008", doi = "10.18653/v1/W19-2008", pages = "63--69", abstract = "Commonsense reasoning is a critical AI capability, but it is difficult to construct challenging datasets that test common sense. Recent neural question answering systems, based on large pre-trained models of language, have already achieved near-human-level performance on commonsense knowledge benchmarks. These systems do not possess human-level common sense, but are able to exploit limitations of the datasets to achieve human-level scores. We introduce the CODAH dataset, an adversarially-constructed evaluation dataset for testing common sense. CODAH forms a challenging extension to the recently-proposed SWAG dataset, which tests commonsense knowledge using sentence-completion questions that describe situations observed in video. To produce a more difficult dataset, we introduce a novel procedure for question acquisition in which workers author questions designed to target weaknesses of state-of-the-art neural question answering systems. Workers are rewarded for submissions that models fail to answer correctly both before and after fine-tuning (in cross-validation). We create 2.8k questions via this procedure and evaluate the performance of multiple state-of-the-art question answering systems on our dataset. We observe a significant gap between human performance, which is 95.3{\%}, and the performance of the best baseline accuracy of 65.3{\%} by the OpenAI GPT model.", } ``` ### Contributions Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
codah
[ "task_categories:question-answering", "task_ids:multiple-choice-qa", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:odc-by", "arxiv:1904.04365", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": "odc-by", "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["multiple-choice-qa"], "paperswithcode_id": "codah", "pretty_name": "COmmonsense Dataset Adversarially-authored by Humans", "dataset_info": [{"config_name": "codah", "features": [{"name": "id", "dtype": "int32"}, {"name": "question_category", "dtype": {"class_label": {"names": {"0": "Idioms", "1": "Reference", "2": "Polysemy", "3": "Negation", "4": "Quantitative", "5": "Others"}}}}, {"name": "question_propmt", "dtype": "string"}, {"name": "candidate_answers", "sequence": "string"}, {"name": "correct_answer_idx", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 571196, "num_examples": 2776}], "download_size": 352902, "dataset_size": 571196}, {"config_name": "fold_0", "features": [{"name": "id", "dtype": "int32"}, {"name": "question_category", "dtype": {"class_label": {"names": {"0": "Idioms", "1": "Reference", "2": "Polysemy", "3": "Negation", "4": "Quantitative", "5": "Others"}}}}, {"name": "question_propmt", "dtype": "string"}, {"name": "candidate_answers", "sequence": "string"}, {"name": "correct_answer_idx", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 344900, "num_examples": 1665}, {"name": "validation", "num_bytes": 114199, "num_examples": 556}, {"name": "test", "num_bytes": 112097, "num_examples": 555}], "download_size": 379179, "dataset_size": 571196}, {"config_name": "fold_1", "features": [{"name": "id", "dtype": "int32"}, {"name": "question_category", "dtype": {"class_label": {"names": {"0": "Idioms", "1": "Reference", "2": "Polysemy", "3": "Negation", "4": "Quantitative", "5": "Others"}}}}, {"name": "question_propmt", "dtype": "string"}, {"name": "candidate_answers", "sequence": "string"}, {"name": "correct_answer_idx", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 340978, "num_examples": 1665}, {"name": "validation", "num_bytes": 114199, "num_examples": 556}, {"name": "test", "num_bytes": 116019, "num_examples": 555}], "download_size": 379728, "dataset_size": 571196}, {"config_name": "fold_2", "features": [{"name": "id", "dtype": "int32"}, {"name": "question_category", "dtype": {"class_label": {"names": {"0": "Idioms", "1": "Reference", "2": "Polysemy", "3": "Negation", "4": "Quantitative", "5": "Others"}}}}, {"name": "question_propmt", "dtype": "string"}, {"name": "candidate_answers", "sequence": "string"}, {"name": "correct_answer_idx", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 342281, "num_examples": 1665}, {"name": "validation", "num_bytes": 114199, "num_examples": 556}, {"name": "test", "num_bytes": 114716, "num_examples": 555}], "download_size": 379126, "dataset_size": 571196}, {"config_name": "fold_3", "features": [{"name": "id", "dtype": "int32"}, {"name": "question_category", "dtype": {"class_label": {"names": {"0": "Idioms", "1": "Reference", "2": "Polysemy", "3": "Negation", "4": "Quantitative", "5": "Others"}}}}, {"name": "question_propmt", "dtype": "string"}, {"name": "candidate_answers", "sequence": "string"}, {"name": "correct_answer_idx", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 342832, "num_examples": 1665}, {"name": "validation", "num_bytes": 114199, "num_examples": 556}, {"name": "test", "num_bytes": 114165, "num_examples": 555}], "download_size": 379178, "dataset_size": 571196}, {"config_name": "fold_4", "features": [{"name": "id", "dtype": "int32"}, {"name": "question_category", "dtype": {"class_label": {"names": {"0": "Idioms", "1": "Reference", "2": "Polysemy", "3": "Negation", "4": "Quantitative", "5": "Others"}}}}, {"name": "question_propmt", "dtype": "string"}, {"name": "candidate_answers", "sequence": "string"}, {"name": "correct_answer_idx", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 342832, "num_examples": 1665}, {"name": "validation", "num_bytes": 114165, "num_examples": 555}, {"name": "test", "num_bytes": 114199, "num_examples": 556}], "download_size": 379178, "dataset_size": 571196}], "configs": [{"config_name": "codah", "data_files": [{"split": "train", "path": "codah/train-*"}]}, {"config_name": "fold_0", "data_files": [{"split": "train", "path": "fold_0/train-*"}, {"split": "validation", "path": "fold_0/validation-*"}, {"split": "test", "path": "fold_0/test-*"}]}, {"config_name": "fold_1", "data_files": [{"split": "train", "path": "fold_1/train-*"}, {"split": "validation", "path": "fold_1/validation-*"}, {"split": "test", "path": "fold_1/test-*"}]}, {"config_name": "fold_2", "data_files": [{"split": "train", "path": "fold_2/train-*"}, {"split": "validation", "path": "fold_2/validation-*"}, {"split": "test", "path": "fold_2/test-*"}]}, {"config_name": "fold_3", "data_files": [{"split": "train", "path": "fold_3/train-*"}, {"split": "validation", "path": "fold_3/validation-*"}, {"split": "test", "path": "fold_3/test-*"}]}, {"config_name": "fold_4", "data_files": [{"split": "train", "path": "fold_4/train-*"}, {"split": "validation", "path": "fold_4/validation-*"}, {"split": "test", "path": "fold_4/test-*"}]}]}
2024-01-19T10:16:56+00:00
[ "1904.04365" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-odc-by #arxiv-1904.04365 #region-us
# Dataset Card for COmmonsense Dataset Adversarially-authored by Humans ## 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: [Add homepage URL here if available (unless it's a GitHub repository)]() - Repository: URL - Paper: URL - Paper: URL ### Dataset Summary The COmmonsense Dataset Adversarially-authored by Humans (CODAH) is an evaluation set for commonsense question-answering in the sentence completion style of SWAG. As opposed to other automatically generated NLI datasets, CODAH is adversarially constructed by humans who can view feedback from a pre-trained model and use this information to design challenging commonsense questions. ### 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 The CODAH dataset is made available under the Open Data Commons Attribution License: URL ### Contributions Thanks to @patil-suraj for adding this dataset.
[ "# Dataset Card for COmmonsense Dataset Adversarially-authored by Humans", "## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: URL\n- Paper: URL\n- Paper: URL", "### Dataset Summary\n\nThe COmmonsense Dataset Adversarially-authored by Humans (CODAH) is an evaluation set for commonsense\nquestion-answering in the sentence completion style of SWAG. As opposed to other automatically generated\nNLI datasets, CODAH is adversarially constructed by humans who can view feedback from a pre-trained model\nand use this information to design challenging commonsense questions.", "### 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\nThe CODAH dataset is made available under the Open Data Commons Attribution License: URL", "### Contributions\n\nThanks to @patil-suraj for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-odc-by #arxiv-1904.04365 #region-us \n", "# Dataset Card for COmmonsense Dataset Adversarially-authored by Humans", "## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: URL\n- Paper: URL\n- Paper: URL", "### Dataset Summary\n\nThe COmmonsense Dataset Adversarially-authored by Humans (CODAH) is an evaluation set for commonsense\nquestion-answering in the sentence completion style of SWAG. As opposed to other automatically generated\nNLI datasets, CODAH is adversarially constructed by humans who can view feedback from a pre-trained model\nand use this information to design challenging commonsense questions.", "### 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\nThe CODAH dataset is made available under the Open Data Commons Attribution License: URL", "### Contributions\n\nThanks to @patil-suraj for adding this dataset." ]
[ 103, 22, 120, 47, 94, 10, 4, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 23, 19 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-odc-by #arxiv-1904.04365 #region-us \n# Dataset Card for COmmonsense Dataset Adversarially-authored by Humans## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: URL\n- Paper: URL\n- Paper: URL### Dataset Summary\n\nThe COmmonsense Dataset Adversarially-authored by Humans (CODAH) is an evaluation set for commonsense\nquestion-answering in the sentence completion style of SWAG. As opposed to other automatically generated\nNLI datasets, CODAH is adversarially constructed by humans who can view feedback from a pre-trained model\nand use this information to design challenging commonsense questions.### 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" ]
[ 0.016272392123937607, 0.28355106711387634, -0.008028166368603706, -0.001217663288116455, 0.08258364349603653, 0.024780334904789925, 0.052462123334407806, 0.11686380207538605, 0.02357688918709755, 0.14061495661735535, -0.054846592247486115, 0.08129554986953735, 0.11410746723413467, 0.04337082430720329, 0.0017756704473868012, -0.2118583619594574, 0.033210597932338715, -0.1118023544549942, -0.008974790573120117, 0.10544130951166153, 0.09663157910108566, -0.07719890773296356, 0.03227017819881439, -0.04256918281316757, 0.03984202817082405, -0.0007439515320584178, -0.09264292567968369, -0.0445885956287384, 0.01672603376209736, 0.02863166853785515, 0.06325313448905945, 0.04207712039351463, 0.06293418258428574, -0.30838218331336975, 0.018538791686296463, 0.04574060067534447, 0.022458571940660477, 0.024504756554961205, 0.08462942391633987, -0.07821617275476456, 0.025600526481866837, -0.1331966668367386, 0.10124997049570084, 0.06486751139163971, -0.10816659778356552, -0.1103312149643898, -0.09563735872507095, 0.033864300698041916, 0.0793914794921875, 0.04211820289492607, -0.07451808452606201, 0.06915632635354996, -0.08929956704378128, 0.025790536776185036, 0.0989970937371254, -0.12004170566797256, -0.07425013929605484, 0.010725687257945538, 0.013845066539943218, 0.04941833019256592, -0.13244996964931488, 0.015496381558477879, -0.034375064074993134, 0.03490374982357025, 0.0065215290524065495, -0.022644007578492165, -0.0001615641958778724, 0.058324359357357025, -0.10533661395311356, -0.050088852643966675, 0.08902498334646225, -0.006860480178147554, 0.0016825516941025853, -0.23449574410915375, 0.018420599400997162, 0.12352018803358078, -0.0646044984459877, -0.0017501880647614598, 0.019803188741207123, -0.016336653381586075, 0.037099238485097885, -0.002996245166286826, -0.05788682773709297, 0.031577762216329575, 0.012479769997298717, 0.020597519353032112, 0.04241011291742325, -0.026244042441248894, 0.06182076409459114, 0.06172185391187668, 0.09976037591695786, -0.11679188907146454, -0.02911953814327717, -0.06989867240190506, -0.15903766453266144, -0.028746293857693672, 0.03897702321410179, 0.012949982658028603, 0.14903004467487335, 0.18567253649234772, -0.014625642448663712, 0.03666503354907036, -0.05510072037577629, -0.040354158729314804, 0.09664735943078995, 0.10503572970628738, -0.06644457578659058, -0.12517255544662476, -0.050181880593299866, 0.033349670469760895, -0.042681414633989334, -0.00308611779473722, 0.03508373722434044, 0.07346472889184952, 0.01661016047000885, 0.12517061829566956, 0.13584914803504944, 0.01981539838016033, -0.11154186725616455, -0.02204471081495285, 0.1161699891090393, -0.11467352509498596, 0.03762903809547424, 0.0560697466135025, -0.0014058913802728057, -0.015351668000221252, -0.04914744198322296, 0.02373533509671688, -0.07963332533836365, 0.09742813557386398, -0.034916482865810394, -0.02791951596736908, -0.06281353533267975, -0.039595071226358414, 0.06809565424919128, 0.0032826936803758144, -0.06288236379623413, 0.006873379927128553, -0.049894653260707855, -0.06501895934343338, 0.010897343046963215, -0.10495497286319733, -0.047661829739809036, -0.019746791571378708, -0.010232324711978436, 0.030671173706650734, 0.016976691782474518, 0.026761718094348907, -0.05764537304639816, 0.03341762721538544, -0.07443077862262726, 0.02919996716082096, 0.1565805971622467, 0.026002025231719017, -0.06712592393159866, 0.0547872856259346, -0.1316402107477188, 0.11628345400094986, -0.1741841435432434, 0.015022794716060162, -0.12164992839097977, -0.018800459802150726, 0.0665605366230011, 0.006028801668435335, -0.05438712611794472, 0.13754229247570038, -0.16502784192562103, -0.028217433020472527, 0.1483602076768875, -0.06802982091903687, -0.03980709984898567, 0.07926308363676071, -0.031065689399838448, 0.0020802116487175226, 0.04513202980160713, 0.08695279806852341, -0.027906667441129684, -0.014817976392805576, -0.06910093128681183, -0.08441347628831863, 0.07794910669326782, 0.286397784948349, 0.07988625019788742, -0.10302740335464478, 0.16414803266525269, 0.027772026136517525, -0.0037242674734443426, -0.08778278529644012, -0.01254589669406414, -0.09128375351428986, 0.03545143082737923, -0.012572526931762695, 0.015276561491191387, -0.002724576275795698, -0.07003428786993027, -0.029551593586802483, -0.10678421705961227, -0.010348953306674957, 0.03525948524475098, 0.0013680385891348124, -0.018960706889629364, -0.08277256786823273, -0.05267094075679779, 0.04464763030409813, 0.02495516836643219, -0.17027068138122559, -0.14972814917564392, 0.05474736914038658, -0.07865878194570541, 0.10632213950157166, -0.02038763090968132, 0.01606927253305912, -0.03648841381072998, -0.041867222636938095, 0.01622220315039158, 0.0020974092185497284, 0.03221948444843292, 0.01114950142800808, -0.18751364946365356, 0.004204773344099522, -0.045374758541584015, 0.16056717932224274, -0.0920339971780777, 0.008805237710475922, 0.1477353870868683, 0.21232613921165466, 0.05777954310178757, -0.059812046587467194, 0.06752410531044006, 0.016872841864824295, 0.014220849610865116, -0.03660907223820686, 0.005208843387663364, -0.06867984682321548, -0.000543169560842216, 0.018255434930324554, -0.07033409923315048, -0.07741928100585938, 0.04475054517388344, 0.08782163262367249, -0.08053447306156158, -0.037961047142744064, -0.05793425068259239, -0.03786100074648857, -0.07517954707145691, -0.09111260622739792, 0.10246169567108154, 0.0757930725812912, -0.01270777266472578, -0.05358901992440224, -0.09004038572311401, -0.07478076964616776, 0.021607814356684685, -0.05583842098712921, 0.12890298664569855, 0.013278460130095482, -0.15509119629859924, 0.12883375585079193, 0.02530556358397007, 0.11538811773061752, 0.09271378070116043, -0.05514093115925789, -0.07926997542381287, -0.003430847078561783, 0.014862754382193089, 0.03235385939478874, 0.03516754135489464, -0.10738717019557953, 0.006518584676086903, 0.06464829295873642, -0.04396605119109154, -0.0016802672762423754, -0.04307311400771141, 0.023905474692583084, -0.020699044689536095, -0.003779918421059847, 0.024590928107500076, -0.013404864817857742, 0.07467475533485413, 0.09888983517885208, 0.02754775993525982, 0.10769318789243698, -0.04288085922598839, -0.06873559206724167, -0.06015217304229736, 0.08550778031349182, -0.13963715732097626, -0.25863486528396606, -0.06162456050515175, -0.05904949828982353, -0.02221924439072609, -0.06236247345805168, 0.021191339939832687, -0.05783506855368614, -0.10770624876022339, -0.034582674503326416, 0.07919898629188538, 0.11062376201152802, -0.12035826593637466, 0.02078128047287464, 0.04447187855839729, -0.00018186082888860255, -0.12310164421796799, 0.03564189746975899, 0.06424304842948914, -0.05044752359390259, 0.01675335504114628, 0.053398653864860535, 0.107826828956604, 0.08923303335905075, 0.1195867583155632, -0.027814222499728203, -0.026041792705655098, 0.2612319886684418, -0.15660937130451202, 0.10761573165655136, 0.04242194816470146, -0.07747628539800644, 0.05789294093847275, 0.2179555892944336, 0.046233486384153366, -0.04457925632596016, 0.024958662688732147, 0.10242441296577454, 0.016030320897698402, -0.2207348346710205, -0.08580049872398376, -0.06288779526948929, -0.02710711769759655, 0.07774762064218521, 0.07180436700582504, -0.009987813420593739, -0.0008991028880700469, -0.12489427626132965, -0.053166475147008896, 0.09437952935695648, 0.08014024794101715, 0.07412023842334747, 0.004797996021807194, 0.05051260441541672, -0.03010859712958336, -0.05606318265199661, 0.07190247625112534, 0.0797424167394638, 0.16939157247543335, 0.021085817366838455, 0.2501713037490845, 0.07265764474868774, 0.04934234172105789, -0.024224089458584785, -0.03346279263496399, 0.0003296052454970777, 0.06645374000072479, -0.012330080382525921, -0.06671370565891266, 0.0390014573931694, 0.07613887637853622, 0.11778216063976288, -0.1306205838918686, 0.10862953960895538, -0.08873835951089859, 0.1263107806444168, 0.19558106362819672, 0.02092605270445347, -0.029440952464938164, 0.01094141323119402, 0.13305522501468658, -0.10996517539024353, -0.07886533439159393, -0.010102558881044388, 0.0101527264341712, -0.16930042207241058, 0.10861331224441528, -0.008116979151964188, 0.1188117265701294, -0.09442785382270813, -0.03360886871814728, -0.009934509173035622, 0.02389918453991413, -0.010914760641753674, 0.09675368666648865, -0.15745308995246887, 0.09741324186325073, 0.006834189873188734, 0.004342992324382067, -0.10086140036582947, 0.07832028716802597, 0.007786166854202747, -0.06033634766936302, 0.1616109311580658, -0.022359594702720642, -0.05564462020993233, 0.04216025024652481, -0.08474446833133698, -0.0008820051443763077, 0.08781679719686508, -0.1744062602519989, 0.11126309633255005, -0.0033995890989899635, -0.04270336776971817, -0.06465554237365723, -0.07623786479234695, -0.12008320540189743, -0.23899343609809875, 0.08529361337423325, -0.08630623668432236, 0.04616953805088997, -0.06852184236049652, -0.027750341221690178, -0.11687859892845154, 0.17647512257099152, -0.12932422757148743, -0.10214677453041077, -0.13507860898971558, -0.004718998912721872, 0.17849862575531006, -0.02943568117916584, 0.04609571397304535, -0.010373307392001152, 0.1706209033727646, -0.01317028421908617, -0.012865748256444931, 0.03652714565396309, -0.032877251505851746, -0.2260076403617859, -0.036904867738485336, 0.14887280762195587, 0.04423988610506058, 0.052485790103673935, -0.004124899860471487, 0.05577054247260094, 0.022886838763952255, -0.09197858721017838, 0.053134746849536896, 0.06735603511333466, 0.058776672929525375, 0.09118498116731644, -0.027604714035987854, -0.20521113276481628, -0.15816941857337952, -0.049902696162462234, 0.07810286432504654, 0.1345108300447464, -0.04428841918706894, 0.1760704517364502, 0.12218553572893143, -0.08403690904378891, -0.19503436982631683, -0.052384596318006516, 0.03140662983059883, -0.052800536155700684, 0.05249614268541336, -0.20985467731952667, 0.06811092048883438, 0.03661159425973892, -0.01577172800898552, -0.0013933064183220267, -0.16241194307804108, -0.12093431502580643, 0.01148749515414238, 0.018072061240673065, -0.28939077258110046, -0.17094239592552185, -0.1025218591094017, -0.022096309810876846, -0.19877275824546814, 0.110980324447155, 0.049852289259433746, -0.0018572998233139515, 0.00550035061314702, 0.036558471620082855, 0.03056883066892624, -0.035459697246551514, 0.1680755913257599, 0.01446568313986063, -0.0028495353180915117, -0.09573030471801758, -0.06920386850833893, 0.08901768177747726, 0.019255593419075012, 0.019775858148932457, -0.012264183722436428, -0.03275076299905777, -0.06377938389778137, -0.02818247117102146, -0.08839889615774155, -0.006575028877705336, -0.10182605683803558, -0.04782337322831154, -0.055791035294532776, 0.1076371967792511, 0.0855703204870224, -0.029666604474186897, 0.09766464680433273, -0.07727314531803131, 0.07151241600513458, 0.11144368350505829, 0.1491452306509018, 0.07657918334007263, -0.04621739685535431, -0.04006880149245262, -0.003882923861965537, -0.04888040944933891, -0.0682646632194519, 0.060619935393333435, 0.0955529436469078, 0.023163938894867897, 0.15896354615688324, -0.05681924149394035, -0.1380942314863205, -0.017588438466191292, 0.06414004415273666, -0.05964960157871246, -0.2321663498878479, 0.016127437353134155, 0.06589711457490921, -0.15127535164356232, -0.08310224860906601, 0.07431520521640778, 0.08561509102582932, -0.08855976164340973, 0.03177361935377121, 0.12424967437982559, 0.06401665508747101, 0.0897364467382431, -0.014436339028179646, 0.08185870200395584, -0.12079347670078278, 0.07365849614143372, 0.15782789885997772, -0.04387887194752693, -0.01893867552280426, 0.1628405600786209, -0.050820186734199524, -0.03117998316884041, 0.003307649865746498, 0.05035662278532982, 0.06700737774372101, 0.019825296476483345, 0.017224403098225594, -0.13824249804019928, 0.04701785370707512, 0.10461623221635818, -0.00880963634699583, 0.022671818733215332, 0.04997377470135689, -0.017662085592746735, 0.006961468141525984, 0.16103722155094147, 0.054966364055871964, 0.019469652324914932, -0.02274705283343792, -0.04518705606460571, -0.022541003301739693, -0.0546405129134655, 0.0103324418887496, -0.03595571964979172, -0.11457087099552155, 0.0014103365829214454, -0.15289831161499023, 0.018752356991171837, -0.13884307444095612, 0.008573423139750957, 0.006208392325788736, -0.056451667100191116, -0.007653365842998028, -0.008641574531793594, -0.08154212683439255, -0.05606318637728691, -0.015158823691308498, 0.15227247774600983, -0.18385696411132812, -0.006768668070435524, 0.10495627671480179, -0.09150504320859909, 0.10878428816795349, -0.022335343062877655, -0.044869158416986465, 0.0017302774358540773, -0.09406160563230515, -0.016391849145293236, -0.011829933151602745, 0.05723997950553894, 0.030079301446676254, -0.1494484692811966, -0.021160859614610672, -0.027362601831555367, -0.06108950823545456, 0.03896171599626541, -0.01895134150981903, -0.07793638110160828, 0.08213130384683609, -0.005768685135990381, -0.08769507706165314, -0.00046548116370104253, 0.015232972800731659, 0.1285671591758728, -0.047048624604940414, 0.11837581545114517, -0.02327832020819187, 0.0724177360534668, -0.12602011859416962, -0.015508350916206837, 0.004842301364988089, -0.001894302200525999, 0.031258828938007355, 0.0057462058030068874, 0.059256743639707565, 0.0062849195674061775, 0.192244753241539, -0.07935291528701782, 0.02089429274201393, 0.07417799532413483, 0.05853540450334549, -0.03606030344963074, 0.0746472179889679, -0.048136938363313675, 0.016567980870604515, -0.046980295330286026, -0.01941797323524952, -0.09189467877149582, -0.07551032304763794, -0.1172589436173439, 0.0817023292183876, 0.17659743130207062, 0.2155725210905075, -0.07075215876102448, 0.10844790935516357, -0.08821757137775421, -0.051381174474954605, 0.14972662925720215, -0.06446384638547897, 0.020464295521378517, -0.09541124105453491, 0.028938516974449158, 0.06288518756628036, -0.16924834251403809, 0.10515527427196503, -0.09616683423519135, -0.043377023190259933, -0.004485728684812784, -0.1946266144514084, -0.08447444438934326, 0.033270739018917084, 0.007029467262327671, -0.10098713636398315, 0.08921033889055252, 0.0897366926074028, -0.0127953439950943, -0.019538208842277527, 0.06055242940783501, -0.03667966276407242, -0.07456524670124054, 0.07525704056024551, 0.06177591159939766, 0.018815910443663597, 0.020901208743453026, 0.08160459995269775, -0.047344040125608444, 0.11827661842107773, 0.07179898768663406, 0.06180235370993614, -0.046605560928583145, -0.03140020743012428, -0.08098223805427551, -0.07619334757328033, 0.043374404311180115, -0.03912179544568062, -0.09550828486680984, 0.17719648778438568, 0.0255550779402256, 0.050034504383802414, 0.01460740715265274, 0.22062376141548157, -0.04178532958030701, -0.1312461793422699, -0.1898384988307953, -0.018710622563958168, -0.04395897686481476, 0.023834506049752235, 0.0878741443157196, -0.1416023224592209, 0.024148687720298767, 0.09716679155826569, 0.11513986438512802, -0.041008248925209045, 0.03227361664175987, 0.009329299442470074, 0.03728405386209488, -0.0018666785908862948, 0.003924060147255659, 0.037168893963098526, 0.18324849009513855, -0.05642325058579445, 0.016503626480698586, -0.010239796712994576, -0.0559135340154171, -0.09005562216043472, 0.10040836036205292, 0.0048272269777953625, -0.020798755809664726, -0.08532889932394028, 0.15623115003108978, -0.12456769496202469, -0.23895834386348724, 0.004321744665503502, -0.1322331577539444, -0.17599759995937347, -0.030577395111322403, 0.021214373409748077, 0.0013582136016339064, 0.0041858358308672905, 0.08960509300231934, -0.07401194423437119, 0.15837973356246948, 0.07576262950897217, 0.02035175822675228, 0.026516608893871307, 0.1226484403014183, -0.11160528659820557, 0.1954014152288437, 0.01040561217814684, 0.040842119604349136, 0.0940852016210556, -0.05673114210367203, -0.08459074795246124, 0.0012126005021855235, 0.12229473143815994, -0.06342487782239914, 0.02580924890935421, 0.19461171329021454, 0.014865498058497906, 0.13592615723609924, 0.1287226527929306, -0.000792980776168406, 0.06605856120586395, 0.07379446923732758, -0.014930330216884613, -0.07877876609563828, 0.11739280074834824, -0.1212143674492836, 0.06426160037517548, 0.10623959451913834, -0.04456811770796776, 0.02321876958012581, -0.005061686970293522, 0.018441272899508476, -0.03818321228027344, 0.17405277490615845, -0.04562005773186684, -0.15290826559066772, 0.008015425875782967, -0.035985931754112244, 0.12514840066432953, -0.09927180409431458, -0.06595277786254883, 0.04203625023365021, 0.002031501615419984, -0.0688537210226059, 0.13776496052742004, 0.1021420955657959, -0.019867004826664925, -0.029807543382048607, -0.15977272391319275, 0.040304817259311676, 0.11723294109106064, -0.06986197829246521, 0.05773363262414932 ]
fdc6a9e39575768c27eb8a2a5f702bf846eb4759
# Dataset Card for CodeSearchNet 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://wandb.ai/github/CodeSearchNet/benchmark - **Repository:** https://github.com/github/CodeSearchNet - **Paper:** https://arxiv.org/abs/1909.09436 - **Data:** https://doi.org/10.5281/zenodo.7908468 - **Leaderboard:** https://wandb.ai/github/CodeSearchNet/benchmark/leaderboard ### Dataset Summary CodeSearchNet corpus is a dataset of 2 milllion (comment, code) pairs from opensource libraries hosted on GitHub. It contains code and documentation for several programming languages. CodeSearchNet corpus was gathered to support the [CodeSearchNet challenge](https://wandb.ai/github/CodeSearchNet/benchmark), to explore the problem of code retrieval using natural language. ### Supported Tasks and Leaderboards - `language-modeling`: The dataset can be used to train a model for modelling programming languages, which consists in building language models for programming languages. ### Languages - Go **programming** language - Java **programming** language - Javascript **programming** language - PHP **programming** language - Python **programming** language - Ruby **programming** language ## Dataset Structure ### Data Instances A data point consists of a function code along with its documentation. Each data point also contains meta data on the function, such as the repository it was extracted from. ``` { 'id': '0', 'repository_name': 'organisation/repository', 'func_path_in_repository': 'src/path/to/file.py', 'func_name': 'func', 'whole_func_string': 'def func(args):\n"""Docstring"""\n [...]', 'language': 'python', 'func_code_string': '[...]', 'func_code_tokens': ['def', 'func', '(', 'args', ')', ...], 'func_documentation_string': 'Docstring', 'func_documentation_string_tokens': ['Docstring'], 'split_name': 'train', 'func_code_url': 'https://github.com/<org>/<repo>/blob/<hash>/src/path/to/file.py#L111-L150' } ``` ### Data Fields - `id`: Arbitrary number - `repository_name`: name of the GitHub repository - `func_path_in_repository`: tl;dr: path to the file which holds the function in the repository - `func_name`: name of the function in the file - `whole_func_string`: Code + documentation of the function - `language`: Programming language in whoch the function is written - `func_code_string`: Function code - `func_code_tokens`: Tokens yielded by Treesitter - `func_documentation_string`: Function documentation - `func_documentation_string_tokens`: Tokens yielded by Treesitter - `split_name`: Name of the split to which the example belongs (one of train, test or valid) - `func_code_url`: URL to the function code on Github ### Data Splits Three splits are available: - train - test - valid ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization All information can be retrieved in the [original technical review](https://arxiv.org/pdf/1909.09436.pdf) **Corpus collection**: Corpus has been collected from publicly available open-source non-fork GitHub repositories, using libraries.io to identify all projects which are used by at least one other project, and sort them by “popularity” as indicated by the number of stars and forks. Then, any projects that do not have a license or whose license does not explicitly permit the re-distribution of parts of the project were removed. Treesitter - GitHub's universal parser - has been used to then tokenize all Go, Java, JavaScript, Python, PHP and Ruby functions (or methods) using and, where available, their respective documentation text using a heuristic regular expression. **Corpus filtering**: Functions without documentation are removed from the corpus. This yields a set of pairs ($c_i$, $d_i$) where ci is some function documented by di. Pairs ($c_i$, $d_i$) are passed through the folllowing preprocessing tasks: - Documentation $d_i$ is truncated to the first full paragraph to remove in-depth discussion of function arguments and return values - Pairs in which $d_i$ is shorter than three tokens are removed - Functions $c_i$ whose implementation is shorter than three lines are removed - Functions whose name contains the substring “test” are removed - Constructors and standard extenion methods (eg `__str__` in Python or `toString` in Java) are removed - Duplicates and near duplicates functions are removed, in order to keep only one version of the function #### Who are the source language producers? OpenSource contributors produced the code and documentations. The dataset was gatherered and preprocessed automatically. ### 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 Each example in the dataset has is extracted from a GitHub repository, and each repository has its own license. Example-wise license information is not (yet) included in this dataset: you will need to find out yourself which license the code is using. ### Citation Information @article{husain2019codesearchnet, title={{CodeSearchNet} challenge: Evaluating the state of semantic code search}, author={Husain, Hamel and Wu, Ho-Hsiang and Gazit, Tiferet and Allamanis, Miltiadis and Brockschmidt, Marc}, journal={arXiv preprint arXiv:1909.09436}, year={2019} } ### Contributions Thanks to [@SBrandeis](https://github.com/SBrandeis) for adding this dataset.
code_search_net
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:no-annotation", "language_creators:machine-generated", "multilinguality:multilingual", "size_categories:100K<n<1M", "size_categories:10K<n<100K", "size_categories:1M<n<10M", "source_datasets:original", "language:code", "license:other", "arxiv:1909.09436", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["machine-generated"], "language": ["code"], "license": ["other"], "multilinguality": ["multilingual"], "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"], "paperswithcode_id": "codesearchnet", "pretty_name": "CodeSearchNet", "config_names": ["all", "go", "java", "javascript", "php", "python", "ruby"], "dataset_info": [{"config_name": "all", "features": [{"name": "repository_name", "dtype": "string"}, {"name": "func_path_in_repository", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "whole_func_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "func_code_string", "dtype": "string"}, {"name": "func_code_tokens", "sequence": "string"}, {"name": "func_documentation_string", "dtype": "string"}, {"name": "func_documentation_tokens", "sequence": "string"}, {"name": "split_name", "dtype": "string"}, {"name": "func_code_url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 5850604083, "num_examples": 1880853}, {"name": "test", "num_bytes": 308626333, "num_examples": 100529}, {"name": "validation", "num_bytes": 274564382, "num_examples": 89154}], "download_size": 5117370511, "dataset_size": 6433794798}, {"config_name": "java", "features": [{"name": "repository_name", "dtype": "string"}, {"name": "func_path_in_repository", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "whole_func_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "func_code_string", "dtype": "string"}, {"name": "func_code_tokens", "sequence": "string"}, {"name": "func_documentation_string", "dtype": "string"}, {"name": "func_documentation_tokens", "sequence": "string"}, {"name": "split_name", "dtype": "string"}, {"name": "func_code_url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1429272535, "num_examples": 454451}, {"name": "test", "num_bytes": 82377246, "num_examples": 26909}, {"name": "validation", "num_bytes": 42358315, "num_examples": 15328}], "download_size": 1060569153, "dataset_size": 1554008096}, {"config_name": "go", "features": [{"name": "repository_name", "dtype": "string"}, {"name": "func_path_in_repository", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "whole_func_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "func_code_string", "dtype": "string"}, {"name": "func_code_tokens", "sequence": "string"}, {"name": "func_documentation_string", "dtype": "string"}, {"name": "func_documentation_tokens", "sequence": "string"}, {"name": "split_name", "dtype": "string"}, {"name": "func_code_url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 738153234, "num_examples": 317832}, {"name": "test", "num_bytes": 32286998, "num_examples": 14291}, {"name": "validation", "num_bytes": 26888527, "num_examples": 14242}], "download_size": 487525935, "dataset_size": 797328759}, {"config_name": "python", "features": [{"name": "repository_name", "dtype": "string"}, {"name": "func_path_in_repository", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "whole_func_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "func_code_string", "dtype": "string"}, {"name": "func_code_tokens", "sequence": "string"}, {"name": "func_documentation_string", "dtype": "string"}, {"name": "func_documentation_tokens", "sequence": "string"}, {"name": "split_name", "dtype": "string"}, {"name": "func_code_url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1559645310, "num_examples": 412178}, {"name": "test", "num_bytes": 84342064, "num_examples": 22176}, {"name": "validation", "num_bytes": 92154786, "num_examples": 23107}], "download_size": 940909997, "dataset_size": 1736142160}, {"config_name": "javascript", "features": [{"name": "repository_name", "dtype": "string"}, {"name": "func_path_in_repository", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "whole_func_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "func_code_string", "dtype": "string"}, {"name": "func_code_tokens", "sequence": "string"}, {"name": "func_documentation_string", "dtype": "string"}, {"name": "func_documentation_tokens", "sequence": "string"}, {"name": "split_name", "dtype": "string"}, {"name": "func_code_url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 480286523, "num_examples": 123889}, {"name": "test", "num_bytes": 24056972, "num_examples": 6483}, {"name": "validation", "num_bytes": 30168242, "num_examples": 8253}], "download_size": 1664713350, "dataset_size": 534511737}, {"config_name": "ruby", "features": [{"name": "repository_name", "dtype": "string"}, {"name": "func_path_in_repository", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "whole_func_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "func_code_string", "dtype": "string"}, {"name": "func_code_tokens", "sequence": "string"}, {"name": "func_documentation_string", "dtype": "string"}, {"name": "func_documentation_tokens", "sequence": "string"}, {"name": "split_name", "dtype": "string"}, {"name": "func_code_url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 110681715, "num_examples": 48791}, {"name": "test", "num_bytes": 5359280, "num_examples": 2279}, {"name": "validation", "num_bytes": 4830744, "num_examples": 2209}], "download_size": 111758028, "dataset_size": 120871739}, {"config_name": "php", "features": [{"name": "repository_name", "dtype": "string"}, {"name": "func_path_in_repository", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "whole_func_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "func_code_string", "dtype": "string"}, {"name": "func_code_tokens", "sequence": "string"}, {"name": "func_documentation_string", "dtype": "string"}, {"name": "func_documentation_tokens", "sequence": "string"}, {"name": "split_name", "dtype": "string"}, {"name": "func_code_url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1532564870, "num_examples": 523712}, {"name": "test", "num_bytes": 80203877, "num_examples": 28391}, {"name": "validation", "num_bytes": 78163924, "num_examples": 26015}], "download_size": 851894048, "dataset_size": 1690932671}]}
2024-01-18T09:19:12+00:00
[ "1909.09436" ]
[ "code" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-no-annotation #language_creators-machine-generated #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-code #license-other #arxiv-1909.09436 #region-us
# Dataset Card for CodeSearchNet 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: URL - Data: URL - Leaderboard: URL ### Dataset Summary CodeSearchNet corpus is a dataset of 2 milllion (comment, code) pairs from opensource libraries hosted on GitHub. It contains code and documentation for several programming languages. CodeSearchNet corpus was gathered to support the CodeSearchNet challenge, to explore the problem of code retrieval using natural language. ### Supported Tasks and Leaderboards - 'language-modeling': The dataset can be used to train a model for modelling programming languages, which consists in building language models for programming languages. ### Languages - Go programming language - Java programming language - Javascript programming language - PHP programming language - Python programming language - Ruby programming language ## Dataset Structure ### Data Instances A data point consists of a function code along with its documentation. Each data point also contains meta data on the function, such as the repository it was extracted from. ### Data Fields - 'id': Arbitrary number - 'repository_name': name of the GitHub repository - 'func_path_in_repository': tl;dr: path to the file which holds the function in the repository - 'func_name': name of the function in the file - 'whole_func_string': Code + documentation of the function - 'language': Programming language in whoch the function is written - 'func_code_string': Function code - 'func_code_tokens': Tokens yielded by Treesitter - 'func_documentation_string': Function documentation - 'func_documentation_string_tokens': Tokens yielded by Treesitter - 'split_name': Name of the split to which the example belongs (one of train, test or valid) - 'func_code_url': URL to the function code on Github ### Data Splits Three splits are available: - train - test - valid ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization All information can be retrieved in the original technical review Corpus collection: Corpus has been collected from publicly available open-source non-fork GitHub repositories, using URL to identify all projects which are used by at least one other project, and sort them by “popularity” as indicated by the number of stars and forks. Then, any projects that do not have a license or whose license does not explicitly permit the re-distribution of parts of the project were removed. Treesitter - GitHub's universal parser - has been used to then tokenize all Go, Java, JavaScript, Python, PHP and Ruby functions (or methods) using and, where available, their respective documentation text using a heuristic regular expression. Corpus filtering: Functions without documentation are removed from the corpus. This yields a set of pairs ($c_i$, $d_i$) where ci is some function documented by di. Pairs ($c_i$, $d_i$) are passed through the folllowing preprocessing tasks: - Documentation $d_i$ is truncated to the first full paragraph to remove in-depth discussion of function arguments and return values - Pairs in which $d_i$ is shorter than three tokens are removed - Functions $c_i$ whose implementation is shorter than three lines are removed - Functions whose name contains the substring “test” are removed - Constructors and standard extenion methods (eg '__str__' in Python or 'toString' in Java) are removed - Duplicates and near duplicates functions are removed, in order to keep only one version of the function #### Who are the source language producers? OpenSource contributors produced the code and documentations. The dataset was gatherered and preprocessed automatically. ### 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 Each example in the dataset has is extracted from a GitHub repository, and each repository has its own license. Example-wise license information is not (yet) included in this dataset: you will need to find out yourself which license the code is using. @article{husain2019codesearchnet, title={{CodeSearchNet} challenge: Evaluating the state of semantic code search}, author={Husain, Hamel and Wu, Ho-Hsiang and Gazit, Tiferet and Allamanis, Miltiadis and Brockschmidt, Marc}, journal={arXiv preprint arXiv:1909.09436}, year={2019} } ### Contributions Thanks to @SBrandeis for adding this dataset.
[ "# Dataset Card for CodeSearchNet 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- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Data: URL\n- Leaderboard: URL", "### Dataset Summary\n\nCodeSearchNet corpus is a dataset of 2 milllion (comment, code) pairs from opensource libraries hosted on GitHub. It contains code and documentation for several programming languages.\n\nCodeSearchNet corpus was gathered to support the CodeSearchNet challenge, to explore the problem of code retrieval using natural language.", "### Supported Tasks and Leaderboards\n\n- 'language-modeling': The dataset can be used to train a model for modelling programming languages, which consists in building language models for programming languages.", "### Languages\n\n- Go programming language\n- Java programming language\n- Javascript programming language\n- PHP programming language\n- Python programming language\n- Ruby programming language", "## Dataset Structure", "### Data Instances\n\nA data point consists of a function code along with its documentation. Each data point also contains meta data on the function, such as the repository it was extracted from.", "### Data Fields\n\n- 'id': Arbitrary number\n- 'repository_name': name of the GitHub repository\n- 'func_path_in_repository': tl;dr: path to the file which holds the function in the repository\n- 'func_name': name of the function in the file\n- 'whole_func_string': Code + documentation of the function\n- 'language': Programming language in whoch the function is written\n- 'func_code_string': Function code\n- 'func_code_tokens': Tokens yielded by Treesitter\n- 'func_documentation_string': Function documentation\n- 'func_documentation_string_tokens': Tokens yielded by Treesitter\n- 'split_name': Name of the split to which the example belongs (one of train, test or valid)\n- 'func_code_url': URL to the function code on Github", "### Data Splits\n\nThree splits are available:\n- train\n- test\n- valid", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nAll information can be retrieved in the original technical review\n\nCorpus collection:\n\nCorpus has been collected from publicly available open-source non-fork GitHub repositories, using URL to identify all projects which are used by at least one other project, and sort them by “popularity” as indicated by the number of stars and forks. \n\nThen, any projects that do not have a license or whose license does not explicitly permit the re-distribution of parts of the project were removed. Treesitter - GitHub's universal parser - has been used to then tokenize all Go, Java, JavaScript, Python, PHP and Ruby functions (or methods) using and, where available, their respective documentation text using a heuristic regular expression.\n\nCorpus filtering:\n\nFunctions without documentation are removed from the corpus. This yields a set of pairs ($c_i$, $d_i$) where ci is some function documented by di. Pairs ($c_i$, $d_i$) are passed through the folllowing preprocessing tasks:\n\n- Documentation $d_i$ is truncated to the first full paragraph to remove in-depth discussion of function arguments and return values\n- Pairs in which $d_i$ is shorter than three tokens are removed\n- Functions $c_i$ whose implementation is shorter than three lines are removed\n- Functions whose name contains the substring “test” are removed\n- Constructors and standard extenion methods (eg '__str__' in Python or 'toString' in Java) are removed\n- Duplicates and near duplicates functions are removed, in order to keep only one version of the function", "#### Who are the source language producers?\n\nOpenSource contributors produced the code and documentations.\n\nThe dataset was gatherered and preprocessed automatically.", "### 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\nEach example in the dataset has is extracted from a GitHub repository, and each repository has its own license. Example-wise license information is not (yet) included in this dataset: you will need to find out yourself which license the code is using.\n\n\n\n@article{husain2019codesearchnet,\n title={{CodeSearchNet} challenge: Evaluating the state of semantic code search},\n author={Husain, Hamel and Wu, Ho-Hsiang and Gazit, Tiferet and Allamanis, Miltiadis and Brockschmidt, Marc},\n journal={arXiv preprint arXiv:1909.09436},\n year={2019}\n}", "### Contributions\n\nThanks to @SBrandeis 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-machine-generated #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-code #license-other #arxiv-1909.09436 #region-us \n", "# Dataset Card for CodeSearchNet 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- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Data: URL\n- Leaderboard: URL", "### Dataset Summary\n\nCodeSearchNet corpus is a dataset of 2 milllion (comment, code) pairs from opensource libraries hosted on GitHub. It contains code and documentation for several programming languages.\n\nCodeSearchNet corpus was gathered to support the CodeSearchNet challenge, to explore the problem of code retrieval using natural language.", "### Supported Tasks and Leaderboards\n\n- 'language-modeling': The dataset can be used to train a model for modelling programming languages, which consists in building language models for programming languages.", "### Languages\n\n- Go programming language\n- Java programming language\n- Javascript programming language\n- PHP programming language\n- Python programming language\n- Ruby programming language", "## Dataset Structure", "### Data Instances\n\nA data point consists of a function code along with its documentation. Each data point also contains meta data on the function, such as the repository it was extracted from.", "### Data Fields\n\n- 'id': Arbitrary number\n- 'repository_name': name of the GitHub repository\n- 'func_path_in_repository': tl;dr: path to the file which holds the function in the repository\n- 'func_name': name of the function in the file\n- 'whole_func_string': Code + documentation of the function\n- 'language': Programming language in whoch the function is written\n- 'func_code_string': Function code\n- 'func_code_tokens': Tokens yielded by Treesitter\n- 'func_documentation_string': Function documentation\n- 'func_documentation_string_tokens': Tokens yielded by Treesitter\n- 'split_name': Name of the split to which the example belongs (one of train, test or valid)\n- 'func_code_url': URL to the function code on Github", "### Data Splits\n\nThree splits are available:\n- train\n- test\n- valid", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nAll information can be retrieved in the original technical review\n\nCorpus collection:\n\nCorpus has been collected from publicly available open-source non-fork GitHub repositories, using URL to identify all projects which are used by at least one other project, and sort them by “popularity” as indicated by the number of stars and forks. \n\nThen, any projects that do not have a license or whose license does not explicitly permit the re-distribution of parts of the project were removed. Treesitter - GitHub's universal parser - has been used to then tokenize all Go, Java, JavaScript, Python, PHP and Ruby functions (or methods) using and, where available, their respective documentation text using a heuristic regular expression.\n\nCorpus filtering:\n\nFunctions without documentation are removed from the corpus. This yields a set of pairs ($c_i$, $d_i$) where ci is some function documented by di. Pairs ($c_i$, $d_i$) are passed through the folllowing preprocessing tasks:\n\n- Documentation $d_i$ is truncated to the first full paragraph to remove in-depth discussion of function arguments and return values\n- Pairs in which $d_i$ is shorter than three tokens are removed\n- Functions $c_i$ whose implementation is shorter than three lines are removed\n- Functions whose name contains the substring “test” are removed\n- Constructors and standard extenion methods (eg '__str__' in Python or 'toString' in Java) are removed\n- Duplicates and near duplicates functions are removed, in order to keep only one version of the function", "#### Who are the source language producers?\n\nOpenSource contributors produced the code and documentations.\n\nThe dataset was gatherered and preprocessed automatically.", "### 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\nEach example in the dataset has is extracted from a GitHub repository, and each repository has its own license. Example-wise license information is not (yet) included in this dataset: you will need to find out yourself which license the code is using.\n\n\n\n@article{husain2019codesearchnet,\n title={{CodeSearchNet} challenge: Evaluating the state of semantic code search},\n author={Husain, Hamel and Wu, Ho-Hsiang and Gazit, Tiferet and Allamanis, Miltiadis and Brockschmidt, Marc},\n journal={arXiv preprint arXiv:1909.09436},\n year={2019}\n}", "### Contributions\n\nThanks to @SBrandeis for adding this dataset." ]
[ 144, 9, 120, 27, 80, 49, 34, 6, 44, 225, 17, 5, 7, 4, 384, 34, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 159, 17 ]
[ "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-machine-generated #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-code #license-other #arxiv-1909.09436 #region-us \n# Dataset Card for CodeSearchNet 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- Homepage: URL\n- Repository: URL\n- Paper: URL\n- Data: URL\n- Leaderboard: URL### Dataset Summary\n\nCodeSearchNet corpus is a dataset of 2 milllion (comment, code) pairs from opensource libraries hosted on GitHub. It contains code and documentation for several programming languages.\n\nCodeSearchNet corpus was gathered to support the CodeSearchNet challenge, to explore the problem of code retrieval using natural language.### Supported Tasks and Leaderboards\n\n- 'language-modeling': The dataset can be used to train a model for modelling programming languages, which consists in building language models for programming languages.### Languages\n\n- Go programming language\n- Java programming language\n- Javascript programming language\n- PHP programming language\n- Python programming language\n- Ruby programming language## Dataset Structure", "passage: ### Data Instances\n\nA data point consists of a function code along with its documentation. Each data point also contains meta data on the function, such as the repository it was extracted from.### Data Fields\n\n- 'id': Arbitrary number\n- 'repository_name': name of the GitHub repository\n- 'func_path_in_repository': tl;dr: path to the file which holds the function in the repository\n- 'func_name': name of the function in the file\n- 'whole_func_string': Code + documentation of the function\n- 'language': Programming language in whoch the function is written\n- 'func_code_string': Function code\n- 'func_code_tokens': Tokens yielded by Treesitter\n- 'func_documentation_string': Function documentation\n- 'func_documentation_string_tokens': Tokens yielded by Treesitter\n- 'split_name': Name of the split to which the example belongs (one of train, test or valid)\n- 'func_code_url': URL to the function code on Github### Data Splits\n\nThree splits are available:\n- train\n- test\n- valid## Dataset Creation### Curation Rationale### Source Data" ]
[ -0.04684152826666832, 0.2308521866798401, -0.0067800357937812805, 0.05787696689367294, 0.09578743577003479, 0.002066841349005699, 0.07828816771507263, 0.10088396817445755, -0.03607480973005295, 0.12427201867103577, -0.02333507500588894, 0.10877956449985504, 0.0822596475481987, 0.11176633834838867, -0.03250019624829292, -0.2199554741382599, 0.052418507635593414, -0.12818355858325958, 0.03470602259039879, 0.07214049249887466, 0.1028975397348404, -0.026619818061590195, 0.08042937517166138, -0.00942054484039545, -0.09225796163082123, -0.03181179612874985, -0.04850839078426361, -0.034876614809036255, 0.041733864694833755, 0.027508143335580826, 0.0782957524061203, -0.011575667187571526, 0.005925038829445839, -0.2083686739206314, 0.017407629638910294, 0.08274252712726593, 0.030833661556243896, 0.0690559595823288, 0.08485104143619537, -0.11916366219520569, 0.05388670787215233, -0.06598610430955887, 0.08429607003927231, 0.03895587846636772, -0.10635776817798615, 0.020384658128023148, -0.11908209323883057, -0.039710719138383865, 0.038741953670978546, 0.06697791069746017, -0.017034487798810005, 0.1041959673166275, -0.06331510841846466, 0.07812749594449997, 0.11841215938329697, -0.08301690220832825, -0.05908842012286186, 0.05574725940823555, 0.03879314661026001, 0.05586300790309906, -0.10205677151679993, -0.07948727905750275, -0.0025686882436275482, 0.017336100339889526, -0.04744485765695572, -0.025061242282390594, -0.11825041472911835, 0.00902614276856184, -0.12944674491882324, -0.0639430433511734, 0.12250073254108429, -0.024110525846481323, -0.026904655620455742, -0.1390703171491623, -0.03620987385511398, 0.021002549678087234, -0.001287037506699562, 0.05786913260817528, -0.006716516800224781, -0.0029907457064837217, 0.039091698825359344, -0.01609145849943161, -0.06803782284259796, -0.020902732387185097, 0.01827569492161274, 0.06227511540055275, 0.007829315960407257, 0.04037199169397354, -0.004759090952575207, 0.0814644992351532, 0.0715239867568016, -0.08738789707422256, -0.040462713688611984, -0.0879795104265213, -0.12994149327278137, -0.017563028261065483, -0.017446298152208328, -0.0029266849160194397, 0.11089521646499634, 0.17771205306053162, -0.06253282725811005, 0.03905923292040825, -0.054645128548145294, -0.0201336108148098, 0.10871335119009018, 0.08191925287246704, -0.0013938536867499352, 0.03916948661208153, -0.034529272466897964, 0.04416542127728462, -0.00734536862000823, -0.028162604197859764, -0.01916300505399704, 0.07255514711141586, -0.00842323713004589, 0.12136673927307129, 0.10100516676902771, 0.03290829434990883, -0.07577436417341232, -0.06138937920331955, 0.13710278272628784, -0.14413851499557495, 0.026408905163407326, 0.0839141309261322, 0.0014366027899086475, 0.0027687852270901203, -0.02999982237815857, 0.0013396795839071274, -0.09737251698970795, 0.01728060469031334, -0.06340480595827103, 0.0124670946970582, -0.07708582282066345, -0.09498681873083115, 0.0350177064538002, -0.03769007325172424, -0.07261719554662704, -0.039634231477975845, -0.08664572238922119, -0.08186361938714981, 0.021097786724567413, -0.07544630765914917, -0.021459782496094704, -0.011396409012377262, -0.0629807859659195, -0.016234897077083588, 0.039167411625385284, -0.01932147890329361, -0.07123960554599762, -0.005434813443571329, -0.06961910426616669, -0.012499564327299595, 0.05678655952215195, 0.03538508340716362, -0.0892302617430687, 0.05108486860990524, -0.10727384686470032, 0.14214573800563812, -0.13922277092933655, 0.06324245035648346, -0.07528741657733917, -0.004518208093941212, 0.06709140539169312, -0.038213882595300674, -0.022906940430402756, 0.11556003987789154, -0.17236849665641785, 0.008965705521404743, 0.09864336252212524, -0.1146189421415329, -0.019949717447161674, 0.05486193299293518, -0.04498571157455444, -0.04500163719058037, 0.03739199787378311, 0.1516512930393219, 0.18398264050483704, -0.01284006703644991, -0.029226774349808693, -0.0097246328368783, 0.020563339814543724, 0.1461886614561081, 0.10235138237476349, -0.09086659550666809, 0.06298507750034332, 0.018112467601895332, -0.08997790515422821, -0.04735570400953293, 0.012970810756087303, -0.06779532879590988, 0.006263867020606995, 0.0018374314531683922, 0.0014068400487303734, -0.010341455228626728, -0.038037098944187164, -0.01989690214395523, -0.03122313693165779, 0.05257432162761688, 0.0936131402850151, -0.03469041734933853, -0.019971814006567, -0.050923846662044525, 0.04417579248547554, 0.036580201238393784, -0.024549201130867004, -0.1957356035709381, -0.17259085178375244, 0.07860737293958664, -0.05793064087629318, 0.02112593501806259, -0.039962295442819595, -0.021890901029109955, 0.040499161928892136, 0.07285912334918976, 0.007161317393183708, -0.013003930449485779, 0.014491431415081024, 0.032223302870988846, -0.13838542997837067, -0.025305476039648056, -0.069926418364048, 0.13766683638095856, -0.11724603176116943, 0.00966894906014204, 0.08981889486312866, 0.14831681549549103, 0.04725992679595947, -0.08648869395256042, 0.0685388445854187, 0.0021982197649776936, -0.017331212759017944, -0.07820507884025574, -0.008747830986976624, 0.02705906704068184, 0.08626694977283478, 0.053112972527742386, -0.10600641369819641, -0.0953454002737999, 0.04709459841251373, 0.09726084768772125, -0.05813877284526825, -0.035357773303985596, -0.08443436771631241, 0.008026190102100372, -0.09697499126195908, -0.07678580284118652, 0.07674326002597809, 0.06497415900230408, 0.053591400384902954, -0.06755013763904572, -0.09767617285251617, -0.04954081401228905, 0.0030710329301655293, -0.008285494521260262, 0.09197580069303513, -0.01691962219774723, -0.06076820567250252, 0.11534623056650162, -0.004081510007381439, 0.04709335044026375, 0.11661745607852936, -0.0563037134706974, -0.06981134414672852, -0.04368884116411209, 0.09124714136123657, 0.012536098249256611, 0.027202880010008812, -0.06211069971323013, -0.02083175629377365, 0.04679325968027115, 0.022877207025885582, 0.02438195049762726, -0.07387448847293854, 0.020259175449609756, -0.016800815239548683, -0.018480077385902405, 0.010005651973187923, -0.035047926008701324, 0.07021182775497437, 0.04570600017905235, 0.02512582764029503, 0.04807228967547417, -0.009954909794032574, -0.06794682145118713, -0.10752826929092407, 0.15483298897743225, -0.15502259135246277, -0.19141322374343872, -0.11907470971345901, -0.039787475019693375, -0.0389116108417511, -0.0174249280244112, 0.004757286980748177, -0.013713892549276352, -0.07266852259635925, -0.08436249196529388, 0.06266473978757858, -0.008127579465508461, -0.12962964177131653, -0.049689922481775284, 0.043065205216407776, -0.011844592168927193, -0.12323786318302155, 0.02975616790354252, 0.05880552530288696, -0.022413350641727448, 0.02272452600300312, 0.00485566072165966, 0.04970376193523407, 0.08387324213981628, 0.06580202281475067, -0.00962561834603548, -0.02409464120864868, 0.24005813896656036, -0.04400097578763962, 0.05797296389937401, 0.08381161838769913, -0.08298425376415253, 0.09145228564739227, 0.15362316370010376, 0.014696081168949604, -0.041030507534742355, 0.045353375375270844, 0.03360498324036598, 0.01602700538933277, -0.24016931653022766, -0.08300462365150452, -0.08334659039974213, 0.037148840725421906, 0.0561550110578537, 0.04853690788149834, -0.03180263563990593, 0.030951067805290222, -0.09029167890548706, -0.007641965057700872, 0.03784935921430588, 0.08629129081964493, 0.06446513533592224, 0.000909916590899229, 0.03550662845373154, -0.04697518050670624, -0.007746179588139057, 0.09663385152816772, 0.0709211453795433, 0.17828071117401123, -0.03367704153060913, 0.22043238580226898, 0.07020742446184158, 0.12973125278949738, -0.014460821636021137, 0.029906783252954483, -0.0008118925616145134, 0.09173759818077087, 0.0069817472249269485, -0.0644320398569107, -0.03221431374549866, 0.02987254410982132, 0.05559395253658295, -0.0724526047706604, 0.055211834609508514, -0.0416053868830204, 0.06437408924102783, 0.18002411723136902, 0.09007337689399719, -0.13465934991836548, -0.04097605496644974, 0.04839829355478287, -0.0491085983812809, -0.08370939642190933, -0.0055412789806723595, 0.11148957163095474, -0.17423972487449646, 0.012995488941669464, -0.04064882919192314, 0.08936519920825958, -0.12125959992408752, -0.05467133969068527, -0.011797207407653332, 0.0767417699098587, -0.01728234812617302, 0.09281423687934875, -0.07193274050951004, 0.08481451123952866, -0.0087299644947052, 0.0012580826878547668, -0.05500250682234764, 0.10296157002449036, 0.025119420140981674, -0.03320933133363724, 0.08783362060785294, 0.020609050989151, -0.0383615717291832, 0.009419145062565804, -0.07137135416269302, 0.008519316092133522, 0.09536392986774445, -0.14602021872997284, 0.07839058339595795, -0.03691151738166809, -0.018534492701292038, -0.06415462493896484, -0.0903259813785553, -0.08595006912946701, -0.1849319189786911, 0.09049297869205475, -0.10077875852584839, 0.04956397786736488, -0.04507827013731003, -0.027705784887075424, -0.024243667721748352, 0.1625760793685913, -0.08439841866493225, -0.10188119858503342, -0.12121235579252243, -0.0029281117022037506, 0.15230509638786316, -0.030839238315820694, 0.055737048387527466, -0.0663779005408287, 0.1975942999124527, 0.008385403081774712, -0.06761622428894043, 0.0003321543335914612, -0.058614205569028854, -0.1574299931526184, -0.05311161279678345, 0.14004655182361603, -0.008180754259228706, 0.007409319747239351, -0.001091261743567884, 0.08922333270311356, -0.04762454703450203, -0.11171434819698334, -0.02712707594037056, 0.09911386668682098, 0.025572046637535095, 0.14018544554710388, -0.04148156940937042, -0.20439176261425018, -0.08867163956165314, 0.012322874739766121, 0.12552261352539062, 0.07445968687534332, -0.050773829221725464, 0.11108595132827759, 0.09131981432437897, -0.07567545771598816, -0.1653338521718979, 0.01657808944582939, 0.04653400927782059, -0.010781829245388508, 0.0056717656552791595, -0.17418871819972992, 0.0960008054971695, 0.06724787503480911, 0.003230447880923748, 0.00916371401399374, -0.2011367827653885, -0.07423198223114014, -0.018671737983822823, 0.03619147837162018, -0.22122099995613098, -0.13359543681144714, -0.13525688648223877, -0.03375561907887459, -0.16703912615776062, 0.19101858139038086, -0.05041469633579254, 0.02034338377416134, 0.006164580583572388, 0.04581974446773529, 0.023252353072166443, -0.04227332025766373, 0.11466214060783386, 0.0037844814360141754, 0.01133006252348423, -0.07550305128097534, -0.07795042544603348, 0.1267203688621521, -0.04140012711286545, 0.09133459627628326, -0.021976521238684654, 0.09393466264009476, -0.1150151863694191, -0.0016283979639410973, -0.07754068821668625, 0.029337655752897263, -0.06349094212055206, -0.030072247609496117, -0.08632303774356842, 0.047360122203826904, 0.04992339015007019, 0.0006998507305979729, 0.03348478674888611, -0.003521442413330078, 0.0035921912640333176, 0.11369018256664276, 0.04907628893852234, 0.1049727350473404, -0.09107562154531479, -0.027805302292108536, 0.01148354634642601, -0.01583947241306305, -0.13083554804325104, 0.008918900042772293, 0.07586178183555603, 0.05239015445113182, 0.1346447616815567, 0.002605574205517769, -0.1420285403728485, 0.004782295785844326, 0.05000249296426773, -0.08340863883495331, -0.12964364886283875, 0.006336074322462082, 0.08044618368148804, -0.1642177253961563, -0.013574476353824139, 0.1048772931098938, 0.07185529172420502, -0.060390714555978775, -0.007777455262839794, 0.06586886942386627, 0.029535282403230667, 0.05620395392179489, 0.013451246544718742, 0.06063389033079147, -0.11708403378725052, 0.06855884194374084, 0.13182632625102997, -0.022685710340738297, -0.05111325904726982, 0.1778838336467743, -0.10469822585582733, -0.05328741669654846, 0.007180649787187576, 0.05503963679075241, 0.020872537046670914, 0.036757562309503555, -0.005539790727198124, -0.09954114258289337, 0.033008091151714325, 0.16759870946407318, 0.014714745804667473, 0.0803692489862442, 0.019543450325727463, -0.02680244855582714, -0.016498196870088577, 0.10627792775630951, -0.003565417602658272, 0.05157618597149849, -0.059797026216983795, 0.03970615565776825, -0.012182099744677544, -0.00427105650305748, 0.03408725559711456, -0.05548231676220894, -0.11006756126880646, -0.04196825250983238, -0.06770861148834229, 0.060366109013557434, -0.09912335872650146, 0.008407073095440865, 0.017346713691949844, -0.011670761741697788, 0.018048439174890518, 0.05097106471657753, -0.04836415499448776, -0.06826169788837433, -0.08477196842432022, 0.12349586188793182, -0.18253636360168457, 0.030808687210083008, 0.06749585270881653, -0.11544658243656158, 0.09958153963088989, 0.028880439698696136, -0.021704021841287613, 0.003969292156398296, -0.08871383219957352, -0.05629730224609375, -0.010855438187718391, 0.062080614268779755, 0.04516264796257019, -0.12359949946403503, -0.0012698043137788773, 0.00473118107765913, -0.02733771875500679, 0.023263540118932724, 0.11543481796979904, -0.11448979377746582, 0.039024416357278824, 0.004910583607852459, -0.10112395882606506, -0.01271914318203926, 0.005345410667359829, 0.06451421976089478, -0.015290522016584873, 0.1592085361480713, -0.0005061711999587715, 0.11092893779277802, -0.12837174534797668, -0.0566132515668869, 0.027774352580308914, -0.02918839640915394, -0.025189360603690147, 0.03163297846913338, 0.05679059773683548, -0.009168894961476326, 0.14182010293006897, -0.0021320965606719255, 0.040549665689468384, 0.0241402480751276, 0.10568181425333023, -0.0071022845804691315, 0.09906776994466782, 0.012842845171689987, 0.019335560500621796, -0.02524084597826004, -0.03904520347714424, -0.08033967018127441, -0.034329451620578766, -0.07184963673353195, 0.050155408680438995, 0.17913547158241272, 0.10616593062877655, -0.02053079754114151, 0.1283060610294342, -0.04361117258667946, -0.04298985004425049, 0.042616043239831924, -0.02680298313498497, 0.05751148238778114, -0.07065711915493011, 0.037584442645311356, 0.03593568503856659, -0.11287489533424377, 0.08189201354980469, -0.04623725265264511, -0.08384858071804047, -0.02290244586765766, -0.11618375778198242, -0.062383078038692474, -0.03585093840956688, -0.029169714078307152, -0.13836883008480072, 0.06307771056890488, 0.13123992085456848, -0.00031516142189502716, 0.022510748356580734, 0.0962209403514862, -0.02805643156170845, -0.10262911021709442, 0.04333793371915817, 0.01802731677889824, 0.058153845369815826, 0.05627371743321419, 0.05634571611881256, 0.008484162390232086, 0.07439985126256943, 0.0856969952583313, 0.04061673954129219, 0.0726974681019783, 0.004800307564437389, -0.08632612228393555, -0.06808257102966309, 0.05802886188030243, -0.02427014708518982, -0.12941402196884155, 0.15950018167495728, 0.0660557746887207, 0.03236417472362518, 0.03555558621883392, 0.1732271909713745, -0.023319849744439125, -0.09266433119773865, -0.23142342269420624, 0.04932549223303795, -0.06566399335861206, 0.009860499761998653, 0.05259938910603523, -0.12574680149555206, -0.007523466367274523, 0.12708160281181335, 0.1489425152540207, -0.006378071382641792, 0.012309348210692406, 0.062222763895988464, 0.0021946867927908897, 0.005049452651292086, 0.03996627405285835, 0.02735510841012001, 0.15942077338695526, 0.0011451831087470055, 0.004064141772687435, -0.005624101497232914, -0.06834301352500916, -0.08799783885478973, -0.011778749525547028, -0.03634050488471985, -0.037884216755628586, -0.03555208072066307, 0.13011309504508972, -0.0806555226445198, -0.14538325369358063, 0.007687669713050127, -0.11064889281988144, -0.1371787190437317, -0.03882589191198349, 0.009940492920577526, -0.032960232347249985, 0.05634686350822449, 0.06162366271018982, -0.06347686797380447, 0.18704137206077576, -0.0010117515921592712, -0.05101742222905159, -0.061408631503582, 0.0698254182934761, -0.14599932730197906, 0.13011308014392853, 0.008892256766557693, 0.05113040283322334, 0.09592758119106293, -0.0029441341757774353, -0.1431131362915039, 0.02862492948770523, 0.08222070336341858, -0.01854843460023403, 0.030074741691350937, 0.1251492202281952, -0.01548673678189516, 0.1456959843635559, 0.07651333510875702, -0.044345613569021225, 0.044082798063755035, 0.10470417141914368, 0.024994155392050743, -0.11919142305850983, 0.02963879704475403, -0.12421327829360962, 0.07752080261707306, 0.19018268585205078, -0.04017464071512222, 0.007588682230561972, -0.012449752539396286, 0.006769583094865084, -0.033317822962999344, 0.06881674379110336, -0.06871280819177628, -0.14360693097114563, -0.0031493045389652252, 0.0051665883511304855, 0.11108627915382385, -0.1411876231431961, -0.041079044342041016, 0.027147244662046432, 0.0013863067142665386, -0.057469889521598816, 0.10455459356307983, 0.03430662676692009, 0.011503225192427635, -0.01430177316069603, -0.050993144512176514, 0.002702346071600914, 0.1026744395494461, -0.0346452072262764, -0.03159599006175995 ]
706a9c957bd57cc44d86068aa3b539d871ca9dbb
# Dataset Card for "code_x_glue_cc_clone_detection_big_clone_bench" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Code-Code/Clone-detection-BigCloneBench ### Dataset Summary CodeXGLUE Clone-detection-BigCloneBench dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/Clone-detection-BigCloneBench Given two codes as the input, the task is to do binary classification (0/1), where 1 stands for semantic equivalence and 0 for others. Models are evaluated by F1 score. The dataset we use is BigCloneBench and filtered following the paper Detecting Code Clones with Graph Neural Network and Flow-Augmented Abstract Syntax Tree. ### Supported Tasks and Leaderboards - `semantic-similarity-classification`: The dataset can be used to train a model for classifying if two given java methods are cloens of each other. ### Languages - Java **programming** language ## Dataset Structure ### Data Instances An example of 'test' looks as follows. ``` { "func1": " @Test(expected = GadgetException.class)\n public void malformedGadgetSpecIsCachedAndThrows() throws Exception {\n HttpRequest request = createCacheableRequest();\n expect(pipeline.execute(request)).andReturn(new HttpResponse(\"malformed junk\")).once();\n replay(pipeline);\n try {\n specFactory.getGadgetSpec(createContext(SPEC_URL, false));\n fail(\"No exception thrown on bad parse\");\n } catch (GadgetException e) {\n }\n specFactory.getGadgetSpec(createContext(SPEC_URL, false));\n }\n", "func2": " public InputStream getInputStream() throws TGBrowserException {\n try {\n if (!this.isFolder()) {\n URL url = new URL(this.url);\n InputStream stream = url.openStream();\n return stream;\n }\n } catch (Throwable throwable) {\n throw new TGBrowserException(throwable);\n }\n return null;\n }\n", "id": 0, "id1": 2381663, "id2": 4458076, "label": false } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default |field name| type | description | |----------|------|---------------------------------------------------| |id |int32 | Index of the sample | |id1 |int32 | The first function id | |id2 |int32 | The second function id | |func1 |string| The full text of the first function | |func2 |string| The full text of the second function | |label |bool | 1 is the functions are not equivalent, 0 otherwise| ### Data Splits | name |train |validation| test | |-------|-----:|---------:|-----:| |default|901028| 415416|415416| ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization Data was mined from the IJaDataset 2.0 dataset. [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process Data was manually labeled by three judges by automatically identifying potential clones using search heuristics. [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 Most of the clones are type 1 and 2 with type 3 and especially type 4 being rare. [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @inproceedings{svajlenko2014towards, title={Towards a big data curated benchmark of inter-project code clones}, author={Svajlenko, Jeffrey and Islam, Judith F and Keivanloo, Iman and Roy, Chanchal K and Mia, Mohammad Mamun}, booktitle={2014 IEEE International Conference on Software Maintenance and Evolution}, pages={476--480}, year={2014}, organization={IEEE} } @inproceedings{wang2020detecting, title={Detecting Code Clones with Graph Neural Network and Flow-Augmented Abstract Syntax Tree}, author={Wang, Wenhan and Li, Ge and Ma, Bo and Xia, Xin and Jin, Zhi}, booktitle={2020 IEEE 27th International Conference on Software Analysis, Evolution and Reengineering (SANER)}, pages={261--271}, year={2020}, organization={IEEE} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_cc_clone_detection_big_clone_bench
[ "task_categories:text-classification", "task_ids:semantic-similarity-classification", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:1M<n<10M", "source_datasets:original", "language:code", "license:c-uda", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["code"], "license": ["c-uda"], "multilinguality": ["monolingual"], "size_categories": ["1M<n<10M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["semantic-similarity-classification"], "pretty_name": "CodeXGlueCcCloneDetectionBigCloneBench", "dataset_info": {"features": [{"name": "id", "dtype": "int32"}, {"name": "id1", "dtype": "int32"}, {"name": "id2", "dtype": "int32"}, {"name": "func1", "dtype": "string"}, {"name": "func2", "dtype": "string"}, {"name": "label", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 2888035029, "num_examples": 901028}, {"name": "validation", "num_bytes": 1371399358, "num_examples": 415416}, {"name": "test", "num_bytes": 1220662565, "num_examples": 415416}], "download_size": 1279275281, "dataset_size": 5480096952}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-24T14:19:56+00:00
[]
[ "code" ]
TAGS #task_categories-text-classification #task_ids-semantic-similarity-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-code #license-c-uda #region-us
Dataset Card for "code\_x\_glue\_cc\_clone\_detection\_big\_clone\_bench" ========================================================================= 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 ### Dataset Summary CodeXGLUE Clone-detection-BigCloneBench dataset, available at URL Given two codes as the input, the task is to do binary classification (0/1), where 1 stands for semantic equivalence and 0 for others. Models are evaluated by F1 score. The dataset we use is BigCloneBench and filtered following the paper Detecting Code Clones with Graph Neural Network and Flow-Augmented Abstract Syntax Tree. ### Supported Tasks and Leaderboards * 'semantic-similarity-classification': The dataset can be used to train a model for classifying if two given java methods are cloens of each other. ### Languages * Java programming language Dataset Structure ----------------- ### Data Instances An example of 'test' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default field name: id, type: int32, description: Index of the sample field name: id1, type: int32, description: The first function id field name: id2, type: int32, description: The second function id field name: func1, type: string, description: The full text of the first function field name: func2, type: string, description: The full text of the second function field name: label, type: bool, description: 1 is the functions are not equivalent, 0 otherwise ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization Data was mined from the IJaDataset 2.0 dataset. #### Who are the source language producers? ### Annotations #### Annotation process Data was manually labeled by three judges by automatically identifying potential clones using search heuristics. #### Who are the annotators? ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases Most of the clones are type 1 and 2 with type 3 and especially type 4 being rare. ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE Clone-detection-BigCloneBench dataset, available at URL\n\n\nGiven two codes as the input, the task is to do binary classification (0/1), where 1 stands for semantic equivalence and 0 for others. Models are evaluated by F1 score.\nThe dataset we use is BigCloneBench and filtered following the paper Detecting Code Clones with Graph Neural Network and Flow-Augmented Abstract Syntax Tree.", "### Supported Tasks and Leaderboards\n\n\n* 'semantic-similarity-classification': The dataset can be used to train a model for classifying if two given java methods are cloens of each other.", "### Languages\n\n\n* Java programming language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'test' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: id1, type: int32, description: The first function id\nfield name: id2, type: int32, description: The second function id\nfield name: func1, type: string, description: The full text of the first function\nfield name: func2, type: string, description: The full text of the second function\nfield name: label, type: bool, description: 1 is the functions are not equivalent, 0 otherwise", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nData was mined from the IJaDataset 2.0 dataset.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nData was manually labeled by three judges by automatically identifying potential clones using search heuristics.", "#### 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\nMost of the clones are type 1 and 2 with type 3 and especially type 4 being rare.", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-semantic-similarity-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-code #license-c-uda #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE Clone-detection-BigCloneBench dataset, available at URL\n\n\nGiven two codes as the input, the task is to do binary classification (0/1), where 1 stands for semantic equivalence and 0 for others. Models are evaluated by F1 score.\nThe dataset we use is BigCloneBench and filtered following the paper Detecting Code Clones with Graph Neural Network and Flow-Augmented Abstract Syntax Tree.", "### Supported Tasks and Leaderboards\n\n\n* 'semantic-similarity-classification': The dataset can be used to train a model for classifying if two given java methods are cloens of each other.", "### Languages\n\n\n* Java programming language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'test' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: id1, type: int32, description: The first function id\nfield name: id2, type: int32, description: The second function id\nfield name: func1, type: string, description: The full text of the first function\nfield name: func2, type: string, description: The full text of the second function\nfield name: label, type: bool, description: 1 is the functions are not equivalent, 0 otherwise", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nData was mined from the IJaDataset 2.0 dataset.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nData was manually labeled by three judges by automatically identifying potential clones using search heuristics.", "#### 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\nMost of the clones are type 1 and 2 with type 3 and especially type 4 being rare.", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 89, 113, 49, 16, 17, 32, 119, 11, 7, 4, 24, 10, 5, 28, 9, 18, 7, 28, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-semantic-similarity-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-code #license-c-uda #region-us \n### Dataset Summary\n\n\nCodeXGLUE Clone-detection-BigCloneBench dataset, available at URL\n\n\nGiven two codes as the input, the task is to do binary classification (0/1), where 1 stands for semantic equivalence and 0 for others. Models are evaluated by F1 score.\nThe dataset we use is BigCloneBench and filtered following the paper Detecting Code Clones with Graph Neural Network and Flow-Augmented Abstract Syntax Tree.### Supported Tasks and Leaderboards\n\n\n* 'semantic-similarity-classification': The dataset can be used to train a model for classifying if two given java methods are cloens of each other.### Languages\n\n\n* Java programming language\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example of 'test' looks as follows.### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: id1, type: int32, description: The first function id\nfield name: id2, type: int32, description: The second function id\nfield name: func1, type: string, description: The full text of the first function\nfield name: func2, type: string, description: The full text of the second function\nfield name: label, type: bool, description: 1 is the functions are not equivalent, 0 otherwise### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization\n\n\nData was mined from the IJaDataset 2.0 dataset.#### Who are the source language producers?### Annotations" ]
[ -0.04608847200870514, 0.257118284702301, -0.009435893967747688, 0.07091347128152847, 0.09946153312921524, 0.02489248476922512, 0.05282876640558243, 0.11164603382349014, 0.012216420844197273, 0.1032719761133194, -0.03437865898013115, 0.03326426073908806, 0.10069559514522552, 0.1286952942609787, 0.02841319888830185, -0.19437818229198456, 0.02828543446958065, -0.07706072181463242, -0.01088645588606596, 0.05438101291656494, 0.13705547153949738, -0.05444616451859474, 0.06718652695417404, -0.017178429290652275, -0.05998779833316803, -0.006886344403028488, -0.03504946827888489, -0.03971560299396515, 0.04177252575755119, 0.01789066381752491, 0.030372971668839455, -0.011249874718487263, 0.04498119279742241, -0.1939561367034912, 0.020875301212072372, 0.08607257902622223, 0.040263447910547256, 0.04375001788139343, 0.16694916784763336, -0.1016809269785881, 0.052272602915763855, -0.05122438445687294, 0.08236128091812134, 0.054074063897132874, -0.12421225011348724, -0.14150658249855042, -0.11065999418497086, 0.003693723352625966, 0.08038391917943954, 0.0021376381628215313, -0.008692524395883083, -0.08550042659044266, -0.023068176582455635, 0.04887282848358154, 0.08551647514104843, -0.07484094053506851, -0.03700994327664375, 0.07564741373062134, 0.022648943588137627, 0.043806303292512894, -0.07001426815986633, -0.0459696389734745, -0.009842784143984318, 0.0609789602458477, 0.03388971835374832, -0.02813110128045082, -0.0726914182305336, 0.03406701982021332, -0.11760622262954712, -0.06860219687223434, 0.12857557833194733, -0.05795134976506233, -0.0665026605129242, -0.14365874230861664, -0.01867254637181759, 0.024873802438378334, -0.026540977880358696, -0.0301418025046587, 0.0389728881418705, 0.02057669870555401, 0.14065898954868317, -0.02939334511756897, -0.09007832407951355, -0.005311194807291031, -0.008059748448431492, -0.026324128732085228, 0.0011336745228618383, 0.027604565024375916, -0.030715899541974068, 0.06695437431335449, -0.08409258723258972, -0.09671538323163986, -0.10424640029668808, -0.036341674625873566, -0.10786917060613632, -0.07361951470375061, -0.007815532386302948, -0.1035546213388443, 0.07829874008893967, 0.11593995243310928, -0.07580536603927612, 0.09299681335687637, -0.05758075416088104, -0.021028444170951843, 0.13125395774841309, 0.16857841610908508, -0.04981076717376709, -0.04574671760201454, -0.008548595942556858, -0.0036145758349448442, 0.00038781441980972886, -0.04683990776538849, -0.015195065177977085, 0.04977714642882347, 0.09113932400941849, 0.08011289685964584, 0.07258661091327667, -0.0061016082763671875, -0.08323626965284348, -0.06981270015239716, 0.059225670993328094, -0.15424470603466034, 0.06587035953998566, 0.0780000314116478, -0.04512908309698105, -0.004933299962431192, 0.026359323412179947, -0.018491489812731743, -0.09546810388565063, -0.004721296485513449, -0.05040600523352623, 0.043231770396232605, -0.0742422342300415, -0.0581258200109005, 0.05763329192996025, -0.010042659938335419, -0.06979034841060638, -0.05684481933712959, -0.1830519735813141, -0.08627646416425705, 0.05368107557296753, -0.10395834594964981, -0.005152569618076086, -0.015633538365364075, -0.037825021892786026, -0.00821469072252512, 0.03709757700562477, -0.03743763267993927, -0.05599556118249893, -0.02270711399614811, -0.015557174570858479, 0.03451455757021904, 0.10213751345872879, 0.04641624540090561, -0.13715843856334686, 0.09041169285774231, -0.17815186083316803, 0.10701312869787216, -0.082818903028965, -0.02107248082756996, -0.1127590462565422, -0.017516503110527992, 0.07103446871042252, -0.01893390156328678, -0.0043203094974160194, 0.11392082273960114, -0.20535364747047424, -0.01803399622440338, 0.07847724109888077, -0.0899016335606575, -0.02016531676054001, 0.0536324717104435, -0.040065329521894455, -0.0002777542395051569, 0.02887534163892269, 0.1622997671365738, 0.1542457938194275, 0.0006377804675139487, -0.02221745252609253, -0.06923674046993256, 0.020136747509241104, 0.1639075130224228, 0.07784638553857803, -0.08266965299844742, 0.07468541711568832, 0.03537833318114281, -0.0054014516063034534, -0.07196639478206635, -0.009837426245212555, -0.048911821097135544, -0.021617723628878593, 0.011095060966908932, 0.007710133213549852, -0.01729578524827957, -0.07422709465026855, -0.030968204140663147, -0.017706826329231262, 0.018207432702183723, 0.053463999181985855, -0.03891293331980705, -0.007728088181465864, -0.08402487635612488, 0.08858689665794373, -0.05977529659867287, 0.02202468179166317, -0.16552238166332245, -0.1382252424955368, 0.08237220346927643, -0.07398126274347305, 0.05292815715074539, -0.048434607684612274, 0.02100135013461113, 0.048981111496686935, 0.01002765167504549, -0.013781529851257801, 0.001855420065112412, 0.013977758586406708, 0.015491437166929245, -0.15864135324954987, -0.08325602859258652, -0.06781531870365143, 0.1664963811635971, -0.1397036612033844, 0.005381243769079447, 0.056680597364902496, 0.16040728986263275, 0.04464495927095413, -0.08230890333652496, 0.09981799125671387, 0.0022389928344637156, -0.03165697678923607, -0.09266375005245209, -0.015274953097105026, 0.00782906636595726, 0.07465190440416336, 0.09534623473882675, -0.11441715806722641, -0.12462648749351501, 0.025804197415709496, 0.08783040940761566, -0.05769816413521767, 0.010803320445120335, -0.03165597841143608, -0.01222104113548994, -0.07513663172721863, -0.02198653854429722, 0.14205774664878845, 0.04700152948498726, 0.06609451025724411, -0.04802627116441727, -0.04211460426449776, -0.016508394852280617, -0.04972787946462631, -0.08165042102336884, 0.0687166079878807, 0.05914999544620514, -0.08409269154071808, 0.0881231501698494, 0.001166494912467897, 0.04188928380608559, 0.10878903418779373, -0.02609761245548725, -0.07013966143131256, -0.06956438720226288, 0.00980107206851244, 0.012075630947947502, 0.07731819897890091, -0.040459152311086655, 0.030300384387373924, 0.06511067599058151, 0.04276668652892113, 0.04372328519821167, -0.05163326859474182, 0.08260615915060043, 0.031215649098157883, -0.04843366891145706, 0.06255539506673813, -0.05671880394220352, 0.07098621129989624, 0.07497673481702805, -0.004719514399766922, 0.051325153559446335, -0.01822475716471672, -0.038551535457372665, -0.1358402818441391, 0.1813790202140808, -0.13165071606636047, -0.20555220544338226, -0.1564314365386963, -0.0036114142276346684, -0.0667886808514595, 0.029097262769937515, -0.010342590510845184, 0.007451088633388281, -0.06703504920005798, -0.10886356234550476, 0.03527623414993286, 0.03094864822924137, -0.08631839603185654, -0.0251013096421957, -0.05027833208441734, 0.03963504731655121, -0.13183681666851044, -0.0037410412915050983, 0.08301660418510437, -0.041386332362890244, 0.05618804693222046, 0.0500606894493103, 0.05807504057884216, 0.16478729248046875, 0.0032451513689011335, -0.009759792126715183, 0.006482289172708988, 0.1903720647096634, -0.0559643916785717, 0.13417181372642517, 0.14451295137405396, -0.01613050512969494, 0.06397346407175064, 0.15539498627185822, 0.0036678113974630833, -0.04992454871535301, 0.0042088693007826805, 0.049182552844285965, -0.0625297874212265, -0.2042902410030365, -0.060859356075525284, -0.03799179568886757, 0.08786077052354813, 0.04945541173219681, 0.030462540686130524, 0.023161642253398895, -0.0025510424748063087, -0.03193630650639534, -0.03882678970694542, 0.07352849096059799, 0.07069988548755646, 0.07998865097761154, 0.008026556111872196, 0.03405507281422615, -0.018740737810730934, 0.04751047119498253, 0.07915162295103073, 0.05160181224346161, 0.08698668330907822, -0.057488925755023956, 0.11141389608383179, 0.05669989064335823, 0.006569399498403072, -0.019672194495797157, 0.028650932013988495, -0.004219781141728163, 0.08834239840507507, -0.008939506486058235, -0.056239474564790726, -0.018255146220326424, 0.049551621079444885, 0.037023160606622696, -0.017954876646399498, 0.009655841626226902, -0.023396948352456093, 0.05153658613562584, 0.16071750223636627, 0.0880131945014, -0.19626787304878235, -0.051867593079805374, 0.0682324543595314, -0.014910593628883362, -0.11150958389043808, -0.00494937039911747, 0.08863616734743118, -0.14286953210830688, 0.07052502036094666, -0.025867747142910957, 0.06407961249351501, -0.07705393433570862, -0.03738546743988991, 0.0630774050951004, 0.07840849459171295, -0.012175498530268669, 0.08581523597240448, -0.18636679649353027, -0.04404843971133232, 0.016392501071095467, 0.04716302454471588, -0.052117008715867996, 0.08429465442895889, 0.006579377688467503, 0.01016890536993742, 0.059948764741420746, 0.021368898451328278, -0.18497489392757416, -0.07241221517324448, -0.06774488836526871, -0.005629468709230423, 0.04527841508388519, -0.11680120974779129, 0.1301213502883911, -0.02712283842265606, -0.02838931232690811, -0.06692567467689514, -0.049995407462120056, -0.05415238067507744, -0.1395711600780487, 0.0853462815284729, -0.04294474795460701, 0.03662669658660889, -0.08819378167390823, 0.009083842858672142, -0.002695743227377534, 0.16751517355442047, -0.11848682910203934, -0.08970344066619873, -0.13115280866622925, 0.0015313436742872, 0.1330854892730713, -0.0347345694899559, 0.034419406205415726, -0.02582445740699768, 0.1937733143568039, 0.012361571192741394, -0.10402268171310425, 0.026490870863199234, -0.073667973279953, -0.2042170763015747, -0.0595773346722126, 0.1410958170890808, 0.010807158425450325, 0.036931782960891724, 0.0362657755613327, 0.11191309243440628, 0.04573182761669159, -0.07245152443647385, 0.04731424152851105, 0.1923532783985138, -0.0009885785402730107, 0.11293698102235794, -0.0206782054156065, -0.16331449151039124, -0.041510336101055145, -0.007860626094043255, 0.06751418858766556, 0.05345156416296959, -0.05729961395263672, 0.13322557508945465, 0.0601033978164196, -0.14224278926849365, -0.1766119748353958, 0.03653614968061447, 0.039085086435079575, 0.02996799722313881, 0.009401817806065083, -0.20372416079044342, 0.136178657412529, 0.0636519119143486, -0.007242690306156874, 0.07939402014017105, -0.25670289993286133, -0.10531593859195709, -0.011214223690330982, 0.023605715483427048, -0.16680315136909485, -0.10749547183513641, -0.0858788713812828, 0.0036203672643750906, -0.14775925874710083, 0.107808917760849, -0.026393026113510132, 0.02263631857931614, -0.0033649748656898737, 0.06811454147100449, 0.06134050339460373, -0.03691159188747406, 0.14607520401477814, -0.002420400269329548, 0.035029470920562744, -0.0756630226969719, 0.0423472598195076, 0.0348236970603466, -0.04478026553988457, 0.15083074569702148, 0.026859799399971962, 0.060547348111867905, -0.09627968817949295, -0.03580694645643234, -0.061276085674762726, 0.04493775963783264, -0.06964918971061707, -0.02118859440088272, -0.034937385469675064, 0.0538548119366169, 0.07217685133218765, -0.01820031926035881, -0.017406750470399857, -0.05066823214292526, 0.05317850038409233, 0.22351066768169403, 0.08343815803527832, -0.0018550923559814692, -0.09635791182518005, -0.02119860053062439, 0.002362643601372838, -0.0212676040828228, -0.09828776866197586, 0.07231296598911285, 0.10241082310676575, 0.05572795122861862, 0.13707587122917175, 0.00867776945233345, -0.13692617416381836, -0.0006828504847362638, 0.06420426815748215, -0.08765489608049393, -0.19012457132339478, 0.004945186898112297, 0.055542659014463425, -0.14367853105068207, -0.021388953551650047, 0.14615273475646973, 0.039555083960294724, -0.04628347232937813, 0.004782296717166901, 0.13449087738990784, 0.033517055213451385, 0.10059868544340134, 0.027914075180888176, 0.04381924867630005, -0.06908378005027771, 0.12300349026918411, 0.15323805809020996, -0.05727988854050636, 0.017358900979161263, 0.13486546277999878, -0.04102914780378342, -0.04444291815161705, 0.010335869155824184, 0.13064104318618774, 0.05762092396616936, -0.044330451637506485, -0.03211455047130585, -0.10609950125217438, 0.04770714417099953, 0.14568893611431122, 0.0006222621886990964, 0.06663461029529572, -0.014576795510947704, -0.02830926887691021, -0.08839795738458633, 0.15479284524917603, 0.07486946880817413, 0.07530967891216278, -0.06673417240381241, 0.07361368834972382, -0.04944121465086937, 0.02572682686150074, 0.0004192944325041026, -0.067842997610569, -0.031196381896734238, -0.030918536707758904, -0.09349702298641205, 0.06400813907384872, -0.08388513326644897, -0.0011248562950640917, 0.02590835653245449, -0.015187893062829971, 0.015786319971084595, 0.03306911885738373, -0.026250358670949936, -0.08082369714975357, -0.09578912705183029, 0.1267414689064026, -0.1746220737695694, -0.04438477009534836, 0.07362556457519531, -0.09137532114982605, 0.09707070887088776, 0.01681118831038475, -0.02246886119246483, 0.02200322411954403, -0.07592584192752838, -0.02079419419169426, 0.00009749357559485361, 0.024458447471261024, 0.01861819624900818, -0.1874660700559616, 0.02149888128042221, -0.016785310581326485, -0.11989013850688934, 0.017885807901620865, 0.0608089454472065, -0.118680439889431, -0.003927616868168116, -0.021075453609228134, -0.05911588668823242, -0.059902988374233246, 0.07736151665449142, 0.058418016880750656, 0.006727894768118858, 0.09963630139827728, -0.04253911226987839, 0.0999358668923378, -0.14207226037979126, -0.038113318383693695, -0.01687799207866192, 0.0058077117428183556, -0.020229816436767578, 0.029787544161081314, 0.050059519708156586, -0.027238240465521812, 0.08334770798683167, 0.026364196091890335, 0.036978598684072495, 0.015825198963284492, 0.02691279724240303, 0.003825585125014186, 0.12029346823692322, -0.04207107797265053, -0.024853406473994255, -0.05690388008952141, 0.01665700599551201, 0.032654065638780594, -0.0034154269378632307, -0.00598952267318964, 0.05973212420940399, 0.13114622235298157, 0.059963442385196686, 0.018875712528824806, 0.012751569971442223, -0.09898772090673447, -0.04490720480680466, 0.10019710659980774, -0.04073677957057953, 0.07102540880441666, -0.039482396095991135, 0.0775689035654068, 0.08112148195505142, -0.1882498860359192, 0.10870524495840073, -0.07370848208665848, -0.07129000872373581, -0.011952814646065235, -0.13385333120822906, -0.08132388442754745, -0.019811442121863365, -0.04138956218957901, -0.15024203062057495, 0.0682707279920578, 0.11161255091428757, -0.004268041346222162, -0.0369625948369503, 0.089727982878685, -0.04228251427412033, -0.0732305496931076, 0.03588775917887688, 0.020601416006684303, 0.057692792266607285, 0.08274947851896286, 0.04166761413216591, 0.01726888120174408, 0.0985918715596199, 0.09322172403335571, 0.06916718930006027, 0.12004338949918747, 0.009532101452350616, -0.08548685908317566, -0.07854191958904266, 0.05630352720618248, -0.06645406037569046, -0.07717236131429672, 0.031224677339196205, 0.03891419246792793, -0.014183278195559978, 0.04986915364861488, 0.21638081967830658, -0.017383476719260216, -0.07874244451522827, -0.1708393692970276, 0.13285523653030396, 0.023291150107979774, 0.00901961699128151, 0.052996642887592316, -0.15190061926841736, -0.04677145928144455, -0.0037904942873865366, 0.0990944653749466, -0.011170466430485249, -0.014160987921059132, -0.025004660710692406, -0.008570939302444458, 0.01462782733142376, 0.005297169089317322, 0.006235830951482058, 0.16416601836681366, -0.022913072258234024, 0.09684900939464569, 0.003093808190897107, -0.0285638514906168, -0.10789802670478821, 0.12191296368837357, -0.04812478646636009, 0.03614808991551399, -0.04129409417510033, 0.05949460342526436, -0.03852434828877449, -0.18035592138767242, -0.006297821179032326, -0.10444702208042145, -0.14251486957073212, -0.04704514890909195, -0.007236102595925331, -0.01857048273086548, 0.06153471767902374, 0.05957072973251343, -0.02544308453798294, 0.17814122140407562, 0.02511802688241005, -0.011386243626475334, -0.021794358268380165, 0.06135290861129761, -0.12588493525981903, 0.2228979617357254, -0.009325116872787476, 0.027679314836859703, 0.11342180520296097, -0.010306766256690025, -0.1554645150899887, 0.005110240075737238, 0.06509444862604141, 0.04973200708627701, 0.03152063488960266, 0.11108190566301346, 0.0031494421418756247, 0.13128963112831116, 0.09207240492105484, -0.05995151773095131, 0.0053544375114142895, -0.03446970880031586, -0.04133320599794388, -0.08879215270280838, 0.02903011068701744, -0.07008950412273407, 0.062029022723436356, 0.1453460454940796, -0.04856262356042862, 0.0016378439031541348, -0.04443082585930824, 0.060957733541727066, -0.013126530684530735, 0.09269305318593979, -0.010883647948503494, -0.10424824804067612, 0.03988872468471527, -0.06886731833219528, 0.09690011292695999, -0.14417827129364014, -0.06912499666213989, 0.09782901406288147, -0.001477987738326192, 0.0032342243939638138, 0.1343643069267273, 0.08484356105327606, 0.01710033044219017, -0.06768098473548889, -0.03065607324242592, 0.004396132193505764, 0.1406075656414032, -0.049137551337480545, -0.04204787313938141 ]
701869dece36b32174ee48277eada423cdcf699c
# Dataset Card for "code_x_glue_cc_clone_detection_poj_104" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Code-Code/Clone-detection-POJ-104 ### Dataset Summary CodeXGLUE Clone-detection-POJ-104 dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/Clone-detection-POJ-104 Given a code and a collection of candidates as the input, the task is to return Top K codes with the same semantic. Models are evaluated by MAP score. We use POJ-104 dataset on this task. ### Supported Tasks and Leaderboards - `document-retrieval`: The dataset can be used to train a model for retrieving top-k codes with the same semantics. ### Languages - C++ **programming** language ## Dataset Structure ### Data Instances An example of 'train' looks as follows. ``` { "code": "\nint f(int shu,int min)\n{ \n int k=1;\n if(shu < min)\n { \n k= 0; \n return k;\n } \n else\n {\n for(int i = min;i<shu;i++)\n { \n if(shu%i == 0)\n { \n k=k+ f(shu/i,i); \n } \n \n \n } \n return k; \n}\n} \n\nmain()\n{\n int n,i,a;\n scanf(\"%d\",&n);\n \n for(i=0;i<n;i++)\n {\n scanf(\"%d\",&a);\n \n if(i!=n-1) \n printf(\"%d\\n\",f(a,2));\n else\n printf(\"%d\",f(a,2)); \n \n \n \n } \n \n \n }", "id": 0, "label": "home" } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default |field name| type | description | |----------|------|----------------------------------------------| |id |int32 | Index of the sample | |code |string| The full text of the function | |label |string| The id of problem that the source code solves| ### Data Splits | name |train|validation|test | |-------|----:|---------:|----:| |default|32000| 8000|12000| ## 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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @inproceedings{mou2016convolutional, title={Convolutional neural networks over tree structures for programming language processing}, author={Mou, Lili and Li, Ge and Zhang, Lu and Wang, Tao and Jin, Zhi}, booktitle={Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence}, pages={1287--1293}, year={2016} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_cc_clone_detection_poj104
[ "task_categories:text-retrieval", "task_ids:document-retrieval", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:code", "license:c-uda", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["code"], "license": ["c-uda"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-retrieval"], "task_ids": ["document-retrieval"], "pretty_name": "CodeXGlueCcCloneDetectionPoj104", "dataset_info": {"features": [{"name": "id", "dtype": "int32"}, {"name": "code", "dtype": "string"}, {"name": "label", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 20179075, "num_examples": 32500}, {"name": "validation", "num_bytes": 6382433, "num_examples": 8500}, {"name": "test", "num_bytes": 7227506, "num_examples": 12000}], "download_size": 13348734, "dataset_size": 33789014}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-24T13:57:30+00:00
[]
[ "code" ]
TAGS #task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #region-us
Dataset Card for "code\_x\_glue\_cc\_clone\_detection\_poj\_104" ================================================================ 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 ### Dataset Summary CodeXGLUE Clone-detection-POJ-104 dataset, available at URL Given a code and a collection of candidates as the input, the task is to return Top K codes with the same semantic. Models are evaluated by MAP score. We use POJ-104 dataset on this task. ### Supported Tasks and Leaderboards * 'document-retrieval': The dataset can be used to train a model for retrieving top-k codes with the same semantics. ### Languages * C++ programming language Dataset Structure ----------------- ### Data Instances An example of 'train' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default field name: id, type: int32, description: Index of the sample field name: code, type: string, description: The full text of the function field name: label, type: string, description: The id of problem that the source code solves ### 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 URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE Clone-detection-POJ-104 dataset, available at URL\n\n\nGiven a code and a collection of candidates as the input, the task is to return Top K codes with the same semantic. Models are evaluated by MAP score.\nWe use POJ-104 dataset on this task.", "### Supported Tasks and Leaderboards\n\n\n* 'document-retrieval': The dataset can be used to train a model for retrieving top-k codes with the same semantics.", "### Languages\n\n\n* C++ programming language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: code, type: string, description: The full text of the function\nfield name: label, type: string, description: The id of problem that the source code solves", "### 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ "TAGS\n#task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE Clone-detection-POJ-104 dataset, available at URL\n\n\nGiven a code and a collection of candidates as the input, the task is to return Top K codes with the same semantic. Models are evaluated by MAP score.\nWe use POJ-104 dataset on this task.", "### Supported Tasks and Leaderboards\n\n\n* 'document-retrieval': The dataset can be used to train a model for retrieving top-k codes with the same semantics.", "### Languages\n\n\n* C++ programming language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: code, type: string, description: The full text of the function\nfield name: label, type: string, description: The id of problem that the source code solves", "### 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 86, 77, 45, 17, 18, 32, 58, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #region-us \n### Dataset Summary\n\n\nCodeXGLUE Clone-detection-POJ-104 dataset, available at URL\n\n\nGiven a code and a collection of candidates as the input, the task is to return Top K codes with the same semantic. Models are evaluated by MAP score.\nWe use POJ-104 dataset on this task.### Supported Tasks and Leaderboards\n\n\n* 'document-retrieval': The dataset can be used to train a model for retrieving top-k codes with the same semantics.### Languages\n\n\n* C++ programming language\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: code, type: string, description: The full text of the function\nfield name: label, type: string, description: The id of problem that the source code solves### 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\n\n\nURL URL### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ -0.04137193039059639, 0.3068814277648926, -0.00679952185600996, 0.03900724649429321, 0.0996067225933075, 0.01621834933757782, 0.017752813175320625, 0.10166145116090775, 0.02175036258995533, 0.14776583015918732, -0.007461960893124342, 0.06656721979379654, 0.13876977562904358, 0.17616921663284302, 0.0256511177867651, -0.20405155420303345, 0.031058281660079956, -0.12040689587593079, 0.020772527903318405, 0.10189791768789291, 0.12136943638324738, -0.08629995584487915, 0.06981013715267181, -0.04166412353515625, -0.0343865305185318, 0.0065941233187913895, -0.06365182250738144, -0.015947187319397926, 0.011982839554548264, 0.027442244812846184, 0.053490906953811646, -0.0069326432421803474, 0.06311461329460144, -0.2783598005771637, 0.0164470337331295, 0.0687953531742096, 0.04758131131529808, 0.05279657989740372, 0.13813616335391998, -0.06099562719464302, 0.08539815992116928, -0.1206982359290123, 0.07175800949335098, 0.0632922500371933, -0.12027797102928162, -0.13365289568901062, -0.13865509629249573, 0.0884258970618248, 0.12156422436237335, 0.04701938107609749, -0.038193099200725555, 0.012566665187478065, -0.016324646770954132, 0.06412527710199356, 0.09225678443908691, -0.060137685388326645, -0.040909573435783386, 0.05339926481246948, 0.01332224253565073, 0.04501436650753021, -0.11302213370800018, -0.03121623583137989, -0.000286390190012753, 0.016927944496273994, 0.02495104819536209, -0.030629752203822136, -0.07648228108882904, 0.03658941388130188, -0.1204238310456276, -0.10517408698797226, 0.15861305594444275, 0.0013663754798471928, -0.032372791320085526, -0.13543792068958282, -0.014017305336892605, -0.038498494774103165, -0.027213197201490402, -0.03564213961362839, 0.02353680320084095, -0.001902255229651928, 0.08500918745994568, -0.020403914153575897, -0.06828013062477112, -0.01756296120584011, 0.025756238028407097, -0.001919073169119656, 0.01841464638710022, -0.0007595492643304169, 0.016663147136569023, 0.08291839063167572, 0.022241024300456047, -0.12484144419431686, -0.059236619621515274, -0.039139676839113235, -0.1273617148399353, -0.06142721697688103, 0.0377998910844326, -0.008624501526355743, 0.06882055103778839, 0.12746156752109528, -0.10800191760063171, 0.07139522582292557, -0.02775224670767784, -0.04278116673231125, 0.11444166302680969, 0.13666926324367523, -0.10413631051778793, -0.1162106841802597, -0.01644316129386425, -0.01909075677394867, 0.0024482470471411943, -0.03974002227187157, -0.028243891894817352, 0.050498709082603455, 0.07455629110336304, 0.1288657784461975, 0.12391290068626404, 0.018536854535341263, -0.09354256838560104, -0.05870668962597847, 0.15502136945724487, -0.15546339750289917, 0.06259855628013611, 0.07702633738517761, -0.03401225060224533, -0.017284633591771126, 0.001943834125995636, -0.03415243327617645, -0.11520213633775711, 0.029741773381829262, -0.07976239919662476, -0.006022660527378321, -0.0969611406326294, -0.07837814092636108, 0.05813603475689888, 0.009377994574606419, -0.06350284069776535, -0.010667961090803146, -0.1335650086402893, -0.09604483842849731, 0.026204269379377365, -0.10024697333574295, -0.06347531080245972, -0.03809558227658272, -0.07149684429168701, 0.005913543980568647, 0.014121707528829575, 0.013638891279697418, -0.04970400780439377, 0.021685482934117317, -0.029915980994701385, 0.02653547190129757, 0.09849696606397629, 0.04684203490614891, -0.10957949608564377, 0.09314249455928802, -0.16126704216003418, 0.14218653738498688, -0.09027101844549179, 0.029107918962836266, -0.12977387011051178, -0.04495164379477501, 0.05711048096418381, -0.02707766182720661, 0.0021684470120817423, 0.16078191995620728, -0.19767208397388458, 0.003382025519385934, 0.14944732189178467, -0.07200979441404343, -0.07240898162126541, 0.0683421790599823, -0.04686707258224487, -0.008214589208364487, 0.05389563739299774, 0.09769003838300705, 0.08651648461818695, -0.008562621660530567, -0.08397044241428375, -0.06563908606767654, 0.027281083166599274, 0.1594202071428299, 0.09227240830659866, -0.09867443889379501, 0.13144437968730927, 0.015018189325928688, -0.025894645601511, -0.05746740847826004, -0.014347764663398266, -0.08075198531150818, 0.007897952571511269, -0.010382048785686493, 0.0037899562157690525, 0.02483130246400833, -0.08455974608659744, -0.025013135746121407, -0.07876385003328323, -0.016989780589938164, 0.05414799973368645, -0.02247779630124569, -0.0014418879291042686, -0.07912449538707733, 0.04311363026499748, -0.015233478508889675, 0.017007168382406235, -0.1783485859632492, -0.134920135140419, 0.05175596848130226, -0.014370078220963478, 0.055463843047618866, -0.07349110394716263, 0.004166883882135153, 0.010280415415763855, -0.007971088401973248, -0.00764401676133275, 0.02752983756363392, 0.005122330039739609, -0.005388726945966482, -0.1848015934228897, -0.06299713999032974, -0.04461229220032692, 0.12297272682189941, -0.11043129861354828, 0.006397557910531759, 0.11705046892166138, 0.173755943775177, 0.024756014347076416, -0.10258116573095322, 0.0719476193189621, 0.012970411218702793, -0.0341484434902668, -0.08049777150154114, -0.030928773805499077, -0.02323082648217678, 0.06222930923104286, 0.00422394834458828, -0.14760035276412964, -0.13959230482578278, 0.043380238115787506, 0.045609161257743835, -0.0917603075504303, -0.017878981307148933, -0.024149296805262566, -0.022818291559815407, -0.04108131304383278, -0.07124817371368408, 0.1005486398935318, 0.051843658089637756, 0.02294522523880005, -0.044389884918928146, -0.06229854375123978, -0.044791076332330704, -0.010197881609201431, -0.056725796312093735, 0.10354676097631454, 0.036984894424676895, -0.12189548462629318, 0.15616925060749054, -0.02710477076470852, 0.08769690245389938, 0.09868337213993073, -0.026349471881985664, -0.09220948070287704, -0.04327298700809479, 0.026704955846071243, 0.006141920108348131, 0.07207376509904861, -0.09356388449668884, 0.016248784959316254, 0.06153641268610954, -0.023897312581539154, 0.02540251985192299, -0.039447128772735596, 0.07734310626983643, 0.04341680556535721, -0.04789900779724121, -0.005038002971559763, -0.06786525249481201, 0.05391329899430275, 0.06403279304504395, 0.04621023312211037, 0.08093579113483429, -0.019847223535180092, -0.0713181421160698, -0.14603185653686523, 0.15620850026607513, -0.12659737467765808, -0.20490750670433044, -0.14470210671424866, -0.054190926253795624, -0.02408473566174507, -0.005479324609041214, -0.01542739849537611, -0.009859088808298111, -0.08516766130924225, -0.07562918961048126, 0.06424446403980255, 0.04808150976896286, -0.11599113792181015, -0.04042775183916092, -0.007889644242823124, -0.007467030081897974, -0.1194630041718483, 0.019872132688760757, 0.09674345701932907, -0.02412770502269268, -0.0185333751142025, 0.07735829800367355, 0.1271146684885025, 0.17402911186218262, 0.025434793904423714, -0.008309450000524521, 0.0003435920225456357, 0.22855640947818756, -0.11575249582529068, 0.1051284596323967, 0.09571478515863419, -0.05775459483265877, 0.06247428432106972, 0.20541323721408844, 0.00445874547585845, -0.040924955159425735, 0.029025360941886902, 0.056689780205488205, -0.04851190745830536, -0.21577021479606628, -0.09466933459043503, -0.07424280792474747, 0.028631167486310005, 0.05117349699139595, 0.03070380724966526, 0.03574000671505928, 0.026111556217074394, -0.09346982836723328, -0.052050430327653885, 0.024732088670134544, 0.08914263546466827, 0.034312695264816284, 0.01712317205965519, 0.04218818247318268, -0.0569235235452652, 0.023400023579597473, 0.08389411866664886, 0.04471072554588318, 0.1527566760778427, -0.031066272407770157, 0.2273113876581192, 0.06707791239023209, 0.10877807438373566, -0.03655128926038742, 0.029217520728707314, -0.01800808310508728, 0.07158921658992767, 0.01409173384308815, -0.06712637841701508, -0.029260365292429924, 0.08217661082744598, 0.09241098910570145, -0.018680648878216743, 0.0379139706492424, -0.08693895488977432, 0.05497755855321884, 0.2138286828994751, 0.04645247012376785, -0.18310827016830444, -0.04595335200428963, 0.10934693366289139, -0.04270276427268982, -0.09780937433242798, -0.014994628727436066, 0.08139930665493011, -0.1651284396648407, 0.07780757546424866, -0.02578323893249035, 0.11320696771144867, -0.09181667864322662, -0.05034097284078598, 0.013405170291662216, 0.08043008297681808, -0.01636989414691925, 0.10271872580051422, -0.12342546880245209, 0.05580037459731102, 0.009552445262670517, 0.0461544468998909, -0.08469749987125397, 0.07856202125549316, 0.01328163594007492, 0.004370855167508125, 0.12690500915050507, 0.010538515634834766, -0.11531640589237213, -0.05848480388522148, -0.07466977089643478, -0.019149938598275185, 0.04954211413860321, -0.13332206010818481, 0.1297212690114975, -0.013452117331326008, -0.02509058639407158, -0.05922318622469902, -0.01538225170224905, -0.05788927152752876, -0.187129408121109, 0.04692298173904419, -0.0935283675789833, 0.08720385283231735, -0.04438022896647453, 0.002979988232254982, -0.05683838203549385, 0.20329228043556213, -0.1395450383424759, -0.12223691493272781, -0.1233634203672409, 0.007939714938402176, 0.1505468189716339, -0.07240457832813263, 0.05004676431417465, -0.01802745647728443, 0.16401223838329315, 0.033739205449819565, -0.05443122237920761, 0.03774017468094826, -0.06653621792793274, -0.1750766634941101, -0.030618099495768547, 0.1284518986940384, 0.060830630362033844, 0.04657358303666115, -0.005982654634863138, 0.07653503865003586, 0.02723764069378376, -0.11433908343315125, 0.02577403001487255, 0.14155705273151398, 0.05699659883975983, 0.11836426705121994, 0.008599200285971165, -0.1802407056093216, -0.11973119527101517, -0.009535557590425014, 0.100615955889225, 0.09644650667905807, -0.07808899879455566, 0.11835881322622299, 0.084676593542099, -0.09886547178030014, -0.22405023872852325, 0.015576438046991825, 0.010176893323659897, 0.00374003779143095, 0.052497971802949905, -0.21156032383441925, 0.057657647877931595, 0.024003630504012108, -0.007792036514729261, 0.060200341045856476, -0.2286863476037979, -0.10977447777986526, 0.05142013728618622, 0.03609558939933777, -0.29172277450561523, -0.16484686732292175, -0.11481889337301254, -0.02088681049644947, -0.17960014939308167, 0.12664972245693207, 0.02873264253139496, -0.014763563871383667, 0.010586156509816647, 0.04618596285581589, 0.04550876095890999, -0.043904442340135574, 0.16791921854019165, -0.0028319647535681725, 0.0295233353972435, -0.09566421806812286, -0.04433111846446991, 0.07009192556142807, -0.029367100447416306, 0.11518316715955734, 0.05138714611530304, 0.056701596826314926, -0.09320605546236038, -0.03135070204734802, -0.08049800992012024, 0.015036770142614841, -0.0848311111330986, -0.059284042567014694, -0.09737086296081543, 0.061178211122751236, 0.1096971407532692, -0.02143131196498871, 0.037641797214746475, -0.053461868315935135, 0.058364640921354294, 0.22913305461406708, 0.14128682017326355, 0.06882565468549728, -0.07654312252998352, -0.014389232732355595, -0.01241589616984129, -0.028507133945822716, -0.09518352150917053, 0.04120729863643646, 0.11040641367435455, 0.05969953164458275, 0.13276833295822144, -0.02149953320622444, -0.15063782036304474, 0.0033706589601933956, 0.06182637810707092, -0.07717971503734589, -0.26338812708854675, -0.008269424550235271, 0.022845128551125526, -0.21247339248657227, -0.05614117532968521, 0.05106427147984505, 0.03527902439236641, -0.04343803599476814, 0.011804193258285522, 0.13171632587909698, 0.022932346910238266, 0.11085445433855057, 0.0652565062046051, 0.07122290879487991, -0.10480193048715591, 0.07869504392147064, 0.13498172163963318, -0.06158985197544098, 0.013371285051107407, 0.17443032562732697, -0.04629768803715706, -0.023261353373527527, 0.011462627910077572, 0.08859744668006897, 0.010116527788341045, -0.04300427436828613, -0.0023786185774952173, -0.10761531442403793, 0.056037649512290955, 0.09206731617450714, -0.0029366554226726294, 0.06220585107803345, 0.009170006029307842, -0.010362115688621998, -0.09099005907773972, 0.16527533531188965, 0.06576075404882431, 0.03971425071358681, -0.07735811173915863, 0.08693909645080566, -0.05304007977247238, 0.0028985454700887203, 0.0029240953736007214, -0.05159991979598999, -0.05471837520599365, -0.014067087322473526, -0.1167481541633606, 0.031888026744127274, -0.14975224435329437, -0.009783110581338406, 0.010387093760073185, -0.03295654058456421, -0.012951410375535488, 0.027408916503190994, -0.053143180906772614, -0.08046789467334747, -0.05690295621752739, 0.11667388677597046, -0.1952449232339859, -0.008760398253798485, 0.09080377221107483, -0.07252862304449081, 0.09480972588062286, 0.0003279668453615159, -0.02486388012766838, 0.013683629222214222, -0.13290950655937195, 0.004542400129139423, -0.01378458272665739, 0.041488371789455414, 0.032829027622938156, -0.1643705517053604, -0.010205731727182865, -0.0032395217567682266, -0.09782201051712036, 0.019280001521110535, -0.003995590843260288, -0.10515148937702179, 0.04095153883099556, -0.021799281239509583, -0.04041137173771858, -0.0422164686024189, 0.09779754281044006, 0.09845957905054092, -0.03464870899915695, 0.11752486974000931, -0.019758131355047226, 0.09767293184995651, -0.14186468720436096, -0.02677241340279579, -0.01628037728369236, 0.044271450489759445, -0.02334081009030342, 0.019331231713294983, 0.07361488044261932, -0.013172258622944355, 0.1099712923169136, -0.021160366013646126, -0.03562721237540245, 0.03644803538918495, 0.07407279312610626, 0.046782366931438446, 0.08497466146945953, 0.0156082259491086, -0.02650059573352337, -0.05644390359520912, 0.02997089922428131, -0.006963176187127829, -0.065949447453022, -0.02065194956958294, 0.14018948376178741, 0.15151092410087585, 0.13273313641548157, 0.005144649185240269, 0.037877172231674194, -0.12315556406974792, -0.017004316672682762, 0.10556834191083908, -0.039098262786865234, 0.016647718846797943, -0.061969611793756485, 0.05298154801130295, 0.08610717952251434, -0.2106131762266159, 0.12666252255439758, -0.058979712426662445, -0.07694870233535767, -0.03853948041796684, -0.16645921766757965, -0.05577436462044716, -0.013165428303182125, -0.03704157471656799, -0.14250583946704865, 0.1004694402217865, 0.14469757676124573, -0.02756619080901146, -0.05109167844057083, 0.11586453765630722, -0.07001049816608429, -0.08363208919763565, 0.01760847680270672, 0.04615984484553337, 0.03967408835887909, 0.0059767113998532295, 0.06883200258016586, 0.014760092832148075, 0.07374900579452515, 0.10369538515806198, 0.0754471868276596, 0.035061854869127274, 0.021137069910764694, -0.061808280646800995, -0.07032712548971176, 0.031153589487075806, -0.03420781344175339, -0.04515857994556427, 0.19841229915618896, 0.039195265620946884, 0.01463877409696579, 0.015180088579654694, 0.18914470076560974, -0.06149094179272652, -0.07813567668199539, -0.17469348013401031, 0.07934382557868958, -0.008882828056812286, 0.0067429631017148495, 0.07310046255588531, -0.17077432572841644, 0.010864809155464172, 0.06372587382793427, 0.10778690874576569, 0.005073379259556532, 0.015593864023685455, -0.027386115863919258, 0.017757855355739594, -0.0268165934830904, 0.02712184563279152, 0.016306309029459953, 0.2129737138748169, -0.04837799072265625, 0.07526358217000961, -0.002338338876143098, -0.03735826164484024, -0.06731613725423813, 0.07892245054244995, -0.011872097849845886, 0.0031027384102344513, -0.04769090935587883, 0.1291227638721466, -0.11060034483671188, -0.20014183223247528, 0.05318335443735123, -0.11166223883628845, -0.14334560930728912, -0.022658420726656914, -0.01587732322514057, 0.03016923926770687, 0.03099658153951168, 0.07462563365697861, 0.003808187320828438, 0.20687265694141388, 0.06110524386167526, -0.05772717669606209, -0.03942934051156044, 0.0912860706448555, -0.12213106453418732, 0.23742195963859558, -0.01064248662441969, 0.025368425995111465, 0.13208787143230438, -0.03944053500890732, -0.14940719306468964, -0.013285879045724869, 0.09827160090208054, 0.009497074410319328, 0.05249088257551193, 0.15050654113292694, 0.011426049284636974, 0.12475968152284622, 0.07919579744338989, -0.019898075610399246, 0.013385143131017685, -0.008725957944989204, 0.0013203847920522094, -0.13065800070762634, 0.04177834466099739, -0.10376254469156265, 0.1062769740819931, 0.13771897554397583, -0.0670258179306984, 0.009679113514721394, -0.01985788904130459, 0.05060989409685135, -0.032838672399520874, 0.14992621541023254, 0.00007692701183259487, -0.16094252467155457, 0.029065338894724846, -0.07353577017784119, 0.1019129827618599, -0.13930048048496246, -0.03786834329366684, 0.062480680644512177, -0.0010526735568419099, -0.03408525139093399, 0.1405942291021347, 0.05231379345059395, 0.021681610494852066, -0.046624865382909775, -0.07272281497716904, 0.0014437304344028234, 0.1435929238796234, -0.06610435992479324, -0.006871555000543594 ]
010d14ff326ce72e24eed99110e54f82f54731c2
# Dataset Card for "code_x_glue_cc_cloze_testing_all" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all ### Dataset Summary CodeXGLUE ClozeTesting-all dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-all Cloze tests are widely adopted in Natural Languages Processing to evaluate the performance of the trained language models. The task is aimed to predict the answers for the blank with the context of the blank, which can be formulated as a multi-choice classification problem. Here we present the two cloze testing datasets in code domain with six different programming languages: ClozeTest-maxmin and ClozeTest-all. Each instance in the dataset contains a masked code function, its docstring and the target word. The only difference between ClozeTest-maxmin and ClozeTest-all is their selected words sets, where ClozeTest-maxmin only contains two words while ClozeTest-all contains 930 words. ### Supported Tasks and Leaderboards - `slot-filling`: The dataset can be used to train a model for predicting the missing token from a piece of code, similar to the Cloze test. ### Languages - Go **programming** language - Java **programming** language - Javascript **programming** language - PHP **programming** language - Python **programming** language - Ruby **programming** language ## Dataset Structure ### Data Instances #### go An example of 'train' looks as follows. ``` { "id": 0, "idx": "all-1", "nl_tokens": ["MarshalJSON", "supports", "json", ".", "Marshaler", "interface"], "pl_tokens": ["func", "(", "v", "ContextRealtimeData", ")", "MarshalJSON", "(", ")", "(", "[", "]", "byte", ",", "error", ")", "{", "w", ":=", "jwriter", ".", "<mask>", "{", "}", "\n", "easyjsonC5a4559bEncodeGithubComChromedpCdprotoWebaudio7", "(", "&", "w", ",", "v", ")", "\n", "return", "w", ".", "Buffer", ".", "BuildBytes", "(", ")", ",", "w", ".", "Error", "\n", "}"] } ``` #### java An example of 'train' looks as follows. ``` { "id": 0, "idx": "all-1", "nl_tokens": ["/", "*", "(", "non", "-", "Javadoc", ")"], "pl_tokens": ["@", "Override", "public", "int", "peekBit", "(", ")", "throws", "AACException", "{", "int", "ret", ";", "if", "(", "bitsCached", ">", "0", ")", "{", "ret", "=", "(", "cache", ">>", "(", "bitsCached", "-", "1", ")", ")", "&", "1", ";", "}", "else", "{", "final", "int", "word", "=", "readCache", "(", "true", ")", ";", "ret", "=", "(", "<mask>", ">>", "WORD_BITS", "-", "1", ")", "&", "1", ";", "}", "return", "ret", ";", "}"] } ``` #### javascript An example of 'train' looks as follows. ``` { "id": 0, "idx": "all-1", "nl_tokens": ["Cast", "query", "params", "according", "to", "type"], "pl_tokens": ["function", "castQueryParams", "(", "relId", ",", "data", ",", "{", "relationships", "}", ")", "{", "const", "relationship", "=", "relationships", "[", "relId", "]", "if", "(", "!", "relationship", ".", "query", ")", "{", "return", "{", "}", "}", "return", "Object", ".", "keys", "(", "relationship", ".", "query", ")", ".", "reduce", "(", "(", "params", ",", "<mask>", ")", "=>", "{", "const", "value", "=", "getField", "(", "data", ",", "relationship", ".", "query", "[", "key", "]", ")", "if", "(", "value", "===", "undefined", ")", "{", "throw", "new", "TypeError", "(", "'Missing value for query param'", ")", "}", "return", "{", "...", "params", ",", "[", "key", "]", ":", "value", "}", "}", ",", "{", "}", ")", "}"] } ``` #### php An example of 'train' looks as follows. ``` { "id": 0, "idx": "all-1", "nl_tokens": ["Get", "choices", "."], "pl_tokens": ["protected", "<mask>", "getChoices", "(", "FormFieldTranslation", "$", "translation", ")", "{", "$", "choices", "=", "preg_split", "(", "'/\\r\\n|\\r|\\n/'", ",", "$", "translation", "->", "getOption", "(", "'choices'", ")", ",", "-", "1", ",", "PREG_SPLIT_NO_EMPTY", ")", ";", "return", "array_combine", "(", "$", "choices", ",", "$", "choices", ")", ";", "}"] } ``` #### python An example of 'train' looks as follows. ``` { "id": 0, "idx": "all-1", "nl_tokens": ["Post", "a", "review"], "pl_tokens": ["def", "post_review", "(", "session", ",", "review", ")", ":", "# POST /api/projects/0.1/reviews/", "<mask>", "=", "make_post_request", "(", "session", ",", "'reviews'", ",", "json_data", "=", "review", ")", "json_data", "=", "response", ".", "json", "(", ")", "if", "response", ".", "status_code", "==", "200", ":", "return", "json_data", "[", "'status'", "]", "else", ":", "raise", "ReviewNotPostedException", "(", "message", "=", "json_data", "[", "'message'", "]", ",", "error_code", "=", "json_data", "[", "'error_code'", "]", ",", "request_id", "=", "json_data", "[", "'request_id'", "]", ")"] } ``` #### ruby An example of 'train' looks as follows. ``` { "id": 0, "idx": "all-1", "nl_tokens": ["By", "default", "taskers", "don", "t", "see", "the", "flor", "variables", "in", "the", "execution", ".", "If", "include_vars", "or", "exclude_vars", "is", "present", "in", "the", "configuration", "of", "the", "tasker", "some", "or", "all", "of", "the", "variables", "are", "passed", "."], "pl_tokens": ["def", "gather_vars", "(", "executor", ",", "tconf", ",", "message", ")", "# try to return before a potentially costly call to executor.vars(nid)", "return", "nil", "if", "(", "tconf", ".", "keys", "&", "%w[", "include_vars", "exclude_vars", "]", ")", ".", "empty?", "# default behaviour, don't pass variables to taskers", "iv", "=", "expand_filter", "(", "tconf", "[", "'include_vars'", "]", ")", "return", "nil", "if", "iv", "==", "false", "ev", "=", "expand_filter", "(", "tconf", "[", "'exclude_vars'", "]", ")", "return", "{", "}", "if", "ev", "==", "true", "vars", "=", "executor", ".", "vars", "(", "message", "[", "'nid'", "]", ")", "return", "vars", "if", "iv", "==", "true", "vars", "=", "vars", ".", "select", "{", "|", "k", ",", "v", "|", "var_match", "(", "k", ",", "iv", ")", "}", "if", "<mask>", "vars", "=", "vars", ".", "reject", "{", "|", "k", ",", "v", "|", "var_match", "(", "k", ",", "ev", ")", "}", "if", "ev", "vars", "end"] } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### go, java, javascript, php, python, ruby |field name| type | description | |----------|----------------|------------------------------| |id |int32 | Index of the sample | |idx |string | Original index in the dataset| |nl_tokens |Sequence[string]| Natural language tokens | |pl_tokens |Sequence[string]| Programming language tokens | ### Data Splits | name |train| |----------|----:| |go |25282| |java |40492| |javascript|13837| |php |51930| |python |40137| |ruby | 4437| ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization Data from CodeSearchNet Challenge dataset. [More Information Needed] #### Who are the source language producers? Software Engineering developers. ### 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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @article{CodeXGLUE, title={CodeXGLUE: An Open Challenge for Code Intelligence}, journal={arXiv}, year={2020}, } @article{feng2020codebert, title={CodeBERT: A Pre-Trained Model for Programming and Natural Languages}, author={Feng, Zhangyin and Guo, Daya and Tang, Duyu and Duan, Nan and Feng, Xiaocheng and Gong, Ming and Shou, Linjun and Qin, Bing and Liu, Ting and Jiang, Daxin and others}, journal={arXiv preprint arXiv:2002.08155}, year={2020} } @article{husain2019codesearchnet, title={CodeSearchNet Challenge: Evaluating the State of Semantic Code Search}, author={Husain, Hamel and Wu, Ho-Hsiang and Gazit, Tiferet and Allamanis, Miltiadis and Brockschmidt, Marc}, journal={arXiv preprint arXiv:1909.09436}, year={2019} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_cc_cloze_testing_all
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:slot-filling", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "size_categories:1K<n<10K", "source_datasets:original", "language:code", "license:c-uda", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["code"], "license": ["c-uda"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K", "1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["slot-filling"], "pretty_name": "CodeXGlueCcClozeTestingAll", "config_names": ["go", "java", "javascript", "php", "python", "ruby"], "dataset_info": [{"config_name": "go", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 22409705, "num_examples": 25282}], "download_size": 7317578, "dataset_size": 22409705}, {"config_name": "java", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 40392865, "num_examples": 40492}], "download_size": 13540081, "dataset_size": 40392865}, {"config_name": "javascript", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 16090142, "num_examples": 13837}], "download_size": 5380631, "dataset_size": 16090142}, {"config_name": "php", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 51328868, "num_examples": 51930}], "download_size": 16553882, "dataset_size": 51328868}, {"config_name": "python", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 40631113, "num_examples": 40137}], "download_size": 15081309, "dataset_size": 40631113}, {"config_name": "ruby", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 3454884, "num_examples": 4437}], "download_size": 1301455, "dataset_size": 3454884}], "configs": [{"config_name": "go", "data_files": [{"split": "train", "path": "go/train-*"}]}, {"config_name": "java", "data_files": [{"split": "train", "path": "java/train-*"}]}, {"config_name": "javascript", "data_files": [{"split": "train", "path": "javascript/train-*"}]}, {"config_name": "php", "data_files": [{"split": "train", "path": "php/train-*"}]}, {"config_name": "python", "data_files": [{"split": "train", "path": "python/train-*"}]}, {"config_name": "ruby", "data_files": [{"split": "train", "path": "ruby/train-*"}]}]}
2024-01-24T13:52:44+00:00
[]
[ "code" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-slot-filling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-code #license-c-uda #region-us
Dataset Card for "code\_x\_glue\_cc\_cloze\_testing\_all" ========================================================= 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 ### Dataset Summary CodeXGLUE ClozeTesting-all dataset, available at URL Cloze tests are widely adopted in Natural Languages Processing to evaluate the performance of the trained language models. The task is aimed to predict the answers for the blank with the context of the blank, which can be formulated as a multi-choice classification problem. Here we present the two cloze testing datasets in code domain with six different programming languages: ClozeTest-maxmin and ClozeTest-all. Each instance in the dataset contains a masked code function, its docstring and the target word. The only difference between ClozeTest-maxmin and ClozeTest-all is their selected words sets, where ClozeTest-maxmin only contains two words while ClozeTest-all contains 930 words. ### Supported Tasks and Leaderboards * 'slot-filling': The dataset can be used to train a model for predicting the missing token from a piece of code, similar to the Cloze test. ### Languages * Go programming language * Java programming language * Javascript programming language * PHP programming language * Python programming language * Ruby programming language Dataset Structure ----------------- ### Data Instances #### go An example of 'train' looks as follows. #### java An example of 'train' looks as follows. #### javascript An example of 'train' looks as follows. #### php An example of 'train' looks as follows. #### python An example of 'train' looks as follows. #### ruby An example of 'train' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### go, java, javascript, php, python, ruby field name: id, type: int32, description: Index of the sample field name: idx, type: string, description: Original index in the dataset field name: nl\_tokens, type: Sequence[string], description: Natural language tokens field name: pl\_tokens, type: Sequence[string], description: Programming language tokens ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization Data from CodeSearchNet Challenge dataset. #### Who are the source language producers? Software Engineering developers. ### 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 URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE ClozeTesting-all dataset, available at URL\n\n\nCloze tests are widely adopted in Natural Languages Processing to evaluate the performance of the trained language models. The task is aimed to predict the answers for the blank with the context of the blank, which can be formulated as a multi-choice classification problem.\nHere we present the two cloze testing datasets in code domain with six different programming languages: ClozeTest-maxmin and ClozeTest-all. Each instance in the dataset contains a masked code function, its docstring and the target word.\nThe only difference between ClozeTest-maxmin and ClozeTest-all is their selected words sets, where ClozeTest-maxmin only contains two words while ClozeTest-all contains 930 words.", "### Supported Tasks and Leaderboards\n\n\n* 'slot-filling': The dataset can be used to train a model for predicting the missing token from a piece of code, similar to the Cloze test.", "### Languages\n\n\n* Go programming language\n* Java programming language\n* Javascript programming language\n* PHP programming language\n* Python programming language\n* Ruby programming language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### go\n\n\nAn example of 'train' looks as follows.", "#### java\n\n\nAn example of 'train' looks as follows.", "#### javascript\n\n\nAn example of 'train' looks as follows.", "#### php\n\n\nAn example of 'train' looks as follows.", "#### python\n\n\nAn example of 'train' looks as follows.", "#### ruby\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### go, java, javascript, php, python, ruby\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: idx, type: string, description: Original index in the dataset\nfield name: nl\\_tokens, type: Sequence[string], description: Natural language tokens\nfield name: pl\\_tokens, type: Sequence[string], description: Programming language tokens", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nData from CodeSearchNet Challenge dataset.", "#### Who are the source language producers?\n\n\nSoftware Engineering developers.", "### 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\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-slot-filling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-code #license-c-uda #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE ClozeTesting-all dataset, available at URL\n\n\nCloze tests are widely adopted in Natural Languages Processing to evaluate the performance of the trained language models. The task is aimed to predict the answers for the blank with the context of the blank, which can be formulated as a multi-choice classification problem.\nHere we present the two cloze testing datasets in code domain with six different programming languages: ClozeTest-maxmin and ClozeTest-all. Each instance in the dataset contains a masked code function, its docstring and the target word.\nThe only difference between ClozeTest-maxmin and ClozeTest-all is their selected words sets, where ClozeTest-maxmin only contains two words while ClozeTest-all contains 930 words.", "### Supported Tasks and Leaderboards\n\n\n* 'slot-filling': The dataset can be used to train a model for predicting the missing token from a piece of code, similar to the Cloze test.", "### Languages\n\n\n* Go programming language\n* Java programming language\n* Javascript programming language\n* PHP programming language\n* Python programming language\n* Ruby programming language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### go\n\n\nAn example of 'train' looks as follows.", "#### java\n\n\nAn example of 'train' looks as follows.", "#### javascript\n\n\nAn example of 'train' looks as follows.", "#### php\n\n\nAn example of 'train' looks as follows.", "#### python\n\n\nAn example of 'train' looks as follows.", "#### ruby\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### go, java, javascript, php, python, ruby\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: idx, type: string, description: Original index in the dataset\nfield name: nl\\_tokens, type: Sequence[string], description: Natural language tokens\nfield name: pl\\_tokens, type: Sequence[string], description: Programming language tokens", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nData from CodeSearchNet Challenge dataset.", "#### Who are the source language producers?\n\n\nSoftware Engineering developers.", "### 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\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 108, 187, 49, 41, 6, 15, 16, 15, 16, 16, 16, 32, 102, 11, 7, 4, 19, 15, 5, 5, 9, 18, 7, 8, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-slot-filling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-code #license-c-uda #region-us \n### Dataset Summary\n\n\nCodeXGLUE ClozeTesting-all dataset, available at URL\n\n\nCloze tests are widely adopted in Natural Languages Processing to evaluate the performance of the trained language models. The task is aimed to predict the answers for the blank with the context of the blank, which can be formulated as a multi-choice classification problem.\nHere we present the two cloze testing datasets in code domain with six different programming languages: ClozeTest-maxmin and ClozeTest-all. Each instance in the dataset contains a masked code function, its docstring and the target word.\nThe only difference between ClozeTest-maxmin and ClozeTest-all is their selected words sets, where ClozeTest-maxmin only contains two words while ClozeTest-all contains 930 words.### Supported Tasks and Leaderboards\n\n\n* 'slot-filling': The dataset can be used to train a model for predicting the missing token from a piece of code, similar to the Cloze test.### Languages\n\n\n* Go programming language\n* Java programming language\n* Javascript programming language\n* PHP programming language\n* Python programming language\n* Ruby programming language\n\n\nDataset Structure\n-----------------### Data Instances#### go\n\n\nAn example of 'train' looks as follows.#### java\n\n\nAn example of 'train' looks as follows.#### javascript\n\n\nAn example of 'train' looks as follows.#### php\n\n\nAn example of 'train' looks as follows.#### python\n\n\nAn example of 'train' looks as follows.#### ruby\n\n\nAn example of 'train' looks as follows." ]
[ -0.03464534878730774, 0.12522512674331665, -0.007546620909124613, 0.11125367134809494, 0.06966166198253632, -0.006720507983118296, 0.004537653177976608, 0.10396318137645721, 0.052811115980148315, 0.12299507111310959, 0.008023026399314404, 0.002606249414384365, 0.009589750319719315, 0.07451030611991882, 0.06850648671388626, -0.11864136904478073, 0.03163054585456848, -0.0955122783780098, 0.026498917490243912, 0.0739184096455574, 0.10077649354934692, -0.02529282122850418, 0.09089107811450958, -0.019073525443673134, -0.05795500800013542, 0.023603588342666626, -0.0076741925440728664, -0.022929968312382698, 0.056864745914936066, 0.0005048405728302896, 0.06328045576810837, -0.051248982548713684, 0.04283599555492401, -0.1884341835975647, 0.006251526530832052, 0.11843998730182648, 0.05943609029054642, 0.03500062972307205, 0.11820065230131149, -0.09261350333690643, 0.041936151683330536, -0.09645232558250427, 0.09703098237514496, 0.04635049030184746, -0.11201673001050949, -0.03237903118133545, -0.10524947196245193, -0.058218520134687424, 0.02286362834274769, 0.04946501553058624, 0.004530444275587797, 0.06573260575532913, -0.05958722531795502, 0.07798320800065994, 0.16310088336467743, -0.13546007871627808, -0.037974875420331955, 0.07460994273424149, 0.10088694095611572, 0.015320234932005405, -0.08926798403263092, -0.032719384878873825, -0.004334117751568556, 0.031633276492357254, 0.03157258778810501, -0.08885626494884491, -0.0167066752910614, -0.03482329472899437, -0.11436334997415543, -0.03682981804013252, 0.12778304517269135, -0.06175129860639572, -0.0657930076122284, -0.14872373640537262, -0.04170392453670502, -0.023249462246894836, 0.00930024590343237, 0.030536510050296783, 0.02664487063884735, 0.04574231803417206, 0.0743938684463501, -0.04816371574997902, -0.0609324686229229, -0.0481291264295578, -0.0011575915850698948, 0.07918936759233475, -0.009928981773555279, 0.02138933166861534, -0.030506061390042305, 0.14374803006649017, -0.08515465259552002, -0.07732456177473068, -0.07979026436805725, -0.03128247335553169, -0.11733768880367279, -0.020457018166780472, -0.02774052508175373, -0.10331114381551743, 0.06592573970556259, 0.17755702137947083, 0.03682568669319153, 0.1197054535150528, -0.09057988226413727, 0.01815160922706127, 0.05235487222671509, 0.143998920917511, 0.10553105920553207, -0.05947546288371086, 0.007256294135004282, 0.0014038507360965014, 0.031018931418657303, -0.03985479101538658, 0.0033328307326883078, -0.03368163853883743, 0.002446443308144808, 0.08175155520439148, 0.049271900206804276, 0.03747622296214104, -0.06453438103199005, 0.004645710811018944, -0.008503921329975128, -0.20391735434532166, 0.07293528318405151, 0.06140660122036934, -0.019634287804365158, 0.019560225307941437, 0.03246443718671799, -0.05080511420965195, -0.11812383681535721, -0.007118362467736006, -0.07988575100898743, 0.027555925771594048, -0.1345432549715042, -0.055913157761096954, 0.01361001655459404, 0.028119374066591263, -0.08687418699264526, -0.04005331173539162, -0.17791883647441864, -0.07870014011859894, 0.02274930477142334, -0.056839827448129654, 0.03309114649891853, -0.051223207265138626, -0.009030620567500591, 0.009523145854473114, 0.04121396690607071, 0.004072810057550669, -0.041777923703193665, -0.01059573795646429, 0.04999656602740288, -0.023798909038305283, 0.10347592830657959, -0.0037282309494912624, -0.12641532719135284, 0.0925057977437973, -0.16251163184642792, 0.16799041628837585, -0.060338739305734634, -0.019380168989300728, -0.08891142904758453, -0.022008981555700302, -0.0013967114500701427, -0.0009607822285033762, 0.02680049277842045, 0.11291488260030746, -0.24638906121253967, 0.02043725550174713, 0.1712319552898407, -0.12170562148094177, 0.005956986453384161, 0.01997239887714386, -0.06760738044977188, 0.029208218678832054, 0.059530917555093765, 0.1369961053133011, 0.18922396004199982, -0.07978266477584839, -0.016587261110544205, -0.029002200812101364, -0.005776912439614534, 0.15406909584999084, 0.06958889216184616, -0.10221946239471436, 0.07614663988351822, 0.046150606125593185, -0.08851171284914017, -0.0663900077342987, 0.030964525416493416, 0.00019280360720586032, -0.05958328768610954, 0.030947238206863403, 0.038256216794252396, -0.06204235553741455, -0.07319659739732742, -0.06597422808408737, -0.08544309437274933, 0.0058558182790875435, 0.12375045567750931, -0.0763736143708229, 0.046595167368650436, -0.08971039950847626, 0.05590043216943741, 0.0018354883650317788, -0.008444546721875668, -0.16969919204711914, -0.0965535044670105, 0.10158843547105789, -0.09278826415538788, 0.0883437842130661, -0.05763184279203415, 0.03905538469552994, 0.03312035650014877, 0.000341312144882977, 0.0034942205529659986, -0.051810991019010544, -0.034102872014045715, 0.003981318324804306, -0.12792833149433136, -0.05942647531628609, -0.05498246103525162, 0.07303476333618164, -0.16223348677158356, 0.012245958670973778, 0.09425006806850433, 0.1208617314696312, 0.032571159303188324, -0.0842619240283966, 0.004130121786147356, -0.009562593884766102, -0.0363730788230896, -0.0876697450876236, -0.035557907074689865, 0.042652677744627, 0.03051721304655075, 0.03832235187292099, -0.17241564393043518, -0.20424635708332062, 0.0431109294295311, 0.09745568782091141, -0.10596531629562378, -0.014362470246851444, -0.003459905507043004, -0.01830104924738407, -0.10768987238407135, -0.03038240782916546, 0.2118000090122223, 0.08127675950527191, 0.097777359187603, -0.06899625062942505, -0.06379043310880661, -0.02527991682291031, -0.03404184803366661, 0.006135978735983372, 0.04358571395277977, -0.009992801584303379, -0.06294099241495132, 0.04454709216952324, -0.005469053518027067, -0.017627891153097153, 0.08029353618621826, -0.01665099710226059, -0.08857304602861404, -0.10032713413238525, 0.06739523261785507, 0.02130945958197117, 0.051291413605213165, 0.07978478074073792, 0.028781026601791382, 0.020973538979887962, 0.03701111301779747, 0.015642324462532997, -0.0820252001285553, 0.07944433391094208, 0.009326478466391563, -0.026460671797394753, 0.05311219394207001, -0.037935566157102585, 0.025735054165124893, 0.04150472953915596, 0.0008850134327076375, 0.052140992134809494, -0.02028244361281395, -0.060991935431957245, -0.12337202578783035, 0.1282855123281479, -0.13884204626083374, -0.1863069236278534, -0.20073610544204712, 0.037866052240133286, -0.05949755012989044, 0.02067260816693306, -0.022720184177160263, 0.013704543933272362, -0.06471502780914307, -0.1309700310230255, -0.011609128676354885, -0.03048403188586235, -0.10454822331666946, -0.033593881875276566, 0.033516377210617065, 0.007016931660473347, -0.15413880348205566, -0.013823230750858784, 0.06518805772066116, -0.04309208691120148, -0.01617399789392948, 0.0500342883169651, -0.0040685697458684444, 0.12351727485656738, 0.022762950509786606, -0.01761176809668541, -0.004738952964544296, 0.10133379697799683, -0.07893169671297073, 0.07061131298542023, 0.09647836536169052, -0.055061206221580505, 0.07686229050159454, 0.041311830282211304, 0.010517208836972713, -0.054236166179180145, 0.05828483775258064, 0.0238848514854908, -0.050869639962911606, -0.2110639363527298, -0.0691833570599556, -0.08836143463850021, -0.0014191700611263514, 0.0935259461402893, 0.04709221050143242, -0.06289422512054443, -0.01604648120701313, -0.01497384998947382, -0.03527785837650299, 0.07732751220464706, 0.12784460186958313, 0.11493175476789474, -0.03276021033525467, 0.03143767639994621, -0.08648132532835007, 0.01321189571171999, 0.06525003910064697, 0.04249861091375351, 0.08715846389532089, -0.07145277410745621, 0.16210328042507172, 0.025042004883289337, 0.03651241585612297, 0.025307858362793922, 0.04837613180279732, -0.014682530425488949, 0.09445907920598984, -0.00016211568436119705, -0.09697838872671127, -0.08750620484352112, 0.04354709014296532, 0.0030454357620328665, 0.0007611375767737627, 0.009192436933517456, -0.03200868144631386, 0.060113560408353806, 0.15866902470588684, 0.04758546128869057, -0.14457671344280243, -0.03686368837952614, 0.028120864182710648, -0.029019784182310104, -0.10627640038728714, 0.03866134583950043, 0.15549208223819733, -0.16259227693080902, 0.087983638048172, -0.016926458105444908, 0.08182400465011597, -0.07071198523044586, -0.02534349262714386, 0.02772194892168045, 0.09402184188365936, -0.010348564013838768, 0.08171641826629639, -0.17800894379615784, -0.033407632261514664, 0.010580230504274368, 0.04633248969912529, -0.02576197311282158, 0.10164857655763626, -0.01652947999536991, -0.012989294715225697, 0.08739381283521652, 0.036918990314006805, -0.1332482099533081, 0.002854942111298442, -0.0687493234872818, -0.01758517697453499, 0.1097852885723114, -0.08785860240459442, 0.10382632911205292, -0.06818418204784393, -0.029163053259253502, -0.030979102477431297, -0.07083401829004288, -0.014683657325804234, -0.17355813086032867, 0.06165838986635208, -0.0771397277712822, -0.000998124131001532, -0.07501330226659775, -0.001019120216369629, 0.036155324429273605, 0.18938180804252625, -0.13012494146823883, -0.03762083500623703, -0.09509675949811935, -0.09644331783056259, 0.16220316290855408, -0.042130351066589355, 0.048700302839279175, -0.01196211390197277, 0.17014142870903015, 0.013376408256590366, -0.05619090050458908, -0.00561262434348464, -0.020362213253974915, -0.14707529544830322, -0.0726936087012291, 0.1651487797498703, -0.02132434956729412, 0.037457603961229324, 0.022357136011123657, 0.11924488842487335, 0.014786578714847565, -0.0882968008518219, -0.05110202357172966, 0.1360364854335785, -0.017562592402100563, 0.11758479475975037, -0.06921163946390152, -0.05626566708087921, -0.05271371826529503, -0.031082330271601677, 0.10098206996917725, 0.13627015054225922, -0.06007644906640053, 0.08504746109247208, 0.007933998480439186, -0.1714705526828766, -0.136025533080101, 0.03331049531698227, 0.040101394057273865, 0.025615237653255463, 0.0033206716179847717, -0.15666426718235016, 0.08023490756750107, 0.056939903646707535, -0.004608886316418648, 0.09203330427408218, -0.3038914203643799, -0.1111481785774231, -0.012776687741279602, -0.014160038903355598, -0.14822553098201752, -0.07913351058959961, -0.06674663722515106, -0.019526073709130287, -0.06070972979068756, 0.1168580874800682, -0.03954324498772621, 0.05877794697880745, 0.0026346705853939056, 0.02973107621073723, 0.07106497138738632, -0.053602688014507294, 0.11529204994440079, -0.009954268112778664, 0.06027374044060707, -0.07635533809661865, 0.016596980392932892, 0.06042766943573952, -0.0750049278140068, 0.11190356314182281, -0.025730231776833534, 0.086030013859272, -0.07510637491941452, -0.013985835947096348, -0.03636957332491875, 0.06627962738275528, -0.06538628786802292, -0.014117476530373096, -0.07497691363096237, 0.04207921028137207, 0.06873425096273422, -0.005902430042624474, 0.006784433964639902, -0.04390570521354675, -0.0031342285219579935, 0.2168044149875641, 0.06662404537200928, 0.14665812253952026, -0.21805337071418762, 0.01678464375436306, 0.03619849309325218, 0.015510031022131443, -0.050972141325473785, 0.05848776921629906, 0.09716770052909851, 0.08873635530471802, 0.09677193313837051, 0.01650053821504116, -0.14336593449115753, -0.021991875022649765, 0.05547327175736427, -0.08348286151885986, -0.09123380482196808, 0.019587958231568336, 0.0555332787334919, -0.13070030510425568, -0.08359517902135849, 0.15268293023109436, 0.02013636939227581, -0.03240721672773361, 0.0405060239136219, 0.06969872862100601, -0.02414398454129696, 0.09040170162916183, 0.011612176895141602, 0.03075377456843853, -0.04672791436314583, 0.07300128042697906, 0.11705891788005829, -0.035669632256031036, 0.02000119909644127, 0.19216139614582062, -0.054996900260448456, -0.03161497786641121, 0.0292559452354908, 0.14522506296634674, 0.018700964748859406, 0.0031682071276009083, -0.04063616693019867, -0.03467405587434769, 0.033807024359703064, 0.13150794804096222, 0.032497063279151917, 0.09278332442045212, -0.02911371923983097, -0.011888695880770683, -0.06377734988927841, 0.0934702605009079, 0.027945123612880707, 0.06644532084465027, -0.06250742077827454, 0.11344458162784576, 0.019449982792139053, -0.0033790310844779015, 0.004304786678403616, -0.08854890614748001, -0.06380791962146759, 0.007552360184490681, -0.03394945710897446, 0.09209579974412918, -0.014546426013112068, 0.01103480439633131, 0.022265518084168434, 0.006262569688260555, -0.00709686940535903, 0.03349819406867027, -0.008985728956758976, -0.06643017381429672, -0.07981530576944351, 0.11026366800069809, -0.1413383185863495, 0.004249488934874535, 0.1158718541264534, -0.1073080450296402, 0.04267027601599693, 0.01918254978954792, -0.031220531091094017, 0.04568114131689072, -0.009120255708694458, 0.017044467851519585, -0.0018183545907959342, 0.05356467515230179, -0.051027338951826096, -0.1199275329709053, 0.024888642132282257, -0.018883368000388145, 0.007323962636291981, -0.012131396681070328, 0.0860944390296936, -0.17035989463329315, 0.001462995307520032, 0.05627690255641937, -0.09171747416257858, -0.05983641371130943, 0.05908772349357605, 0.026722261682152748, 0.09489203244447708, 0.12374923378229141, -0.048387881368398666, 0.12464597076177597, -0.1094462126493454, -0.036264874041080475, 0.031011318787932396, 0.032082296907901764, 0.04960489645600319, 0.023354802280664444, 0.04502606391906738, -0.043023474514484406, 0.1143295094370842, 0.010877689346671104, 0.0004678851109929383, 0.014532945118844509, 0.007804591674357653, -0.08154886215925217, 0.09229915589094162, 0.03344712406396866, -0.02633044868707657, -0.028517035767436028, 0.023877112194895744, -0.017976026982069016, -0.0020353333093225956, -0.012940055690705776, 0.0654483214020729, 0.11075880378484726, 0.08497529476881027, 0.029185714200139046, 0.019577179104089737, -0.055091213434934616, -0.0037755456287413836, 0.0450751930475235, -0.038141414523124695, 0.03457450866699219, -0.06312192976474762, 0.1910126656293869, 0.04960905387997627, -0.15241895616054535, 0.15718115866184235, -0.03258541598916054, -0.08281051367521286, -0.025261329486966133, -0.1518634706735611, -0.050451070070266724, -0.020048657432198524, -0.02994397282600403, -0.12013599276542664, 0.08364325016736984, 0.048964790999889374, -0.009927221573889256, -0.02104978635907173, 0.11103381961584091, -0.11961366981267929, -0.12603825330734253, -0.0017681114841252565, 0.03208969905972481, 0.04379003867506981, 0.08007864654064178, 0.007751555182039738, -0.0009944734629243612, 0.061438944190740585, 0.09532511234283447, 0.10200826823711395, 0.13268545269966125, -0.018695777282118797, -0.0641353577375412, -0.01690302975475788, 0.03819435089826584, -0.05105198547244072, -0.04403174668550491, 0.07000811398029327, 0.06341606378555298, -0.05900172144174576, -0.002615709789097309, 0.23279687762260437, -0.0415068157017231, -0.1367892622947693, -0.11767140030860901, 0.15332689881324768, 0.02173684723675251, -0.0016556987538933754, -0.013962965458631516, -0.1315562129020691, -0.04740795120596886, 0.08270078152418137, 0.14272254705429077, 0.003892847103998065, 0.018367396667599678, 0.007664742413908243, 0.01879054121673107, 0.039822839200496674, 0.05010296031832695, -0.022948021069169044, 0.1702658236026764, -0.02003524638712406, 0.10786012560129166, 0.024451298639178276, 0.000009453775419387966, -0.08626078069210052, 0.07336045801639557, -0.11539614945650101, 0.009604179300367832, -0.0743669793009758, 0.03397621586918831, -0.016018114984035492, -0.17489074170589447, -0.015230824239552021, -0.09522713720798492, -0.12185422331094742, 0.010933014564216137, -0.02070133201777935, -0.0791170597076416, 0.05760479345917702, 0.061257053166627884, -0.017736073583364487, 0.101187564432621, 0.0008626575581729412, -0.01962919719517231, -0.10054153949022293, 0.03992820531129837, -0.12904928624629974, 0.1834789365530014, 0.024592580273747444, 0.11682507395744324, 0.09339316189289093, 0.009026109240949154, -0.1039949581027031, 0.026107992976903915, 0.040397580713033676, 0.017085803672671318, 0.020432740449905396, 0.12805625796318054, -0.011796851642429829, 0.14871351420879364, 0.056551434099674225, 0.037657108157873154, 0.034693360328674316, -0.0009829556802287698, 0.04885468631982803, -0.13519969582557678, 0.00361975422129035, -0.11136084049940109, 0.11644470691680908, 0.14653275907039642, -0.0135570103302598, -0.010295731015503407, -0.04262986034154892, 0.028612995520234108, -0.013580420054495335, 0.04005139321088791, -0.02696848101913929, -0.11935418844223022, 0.010360152460634708, -0.03291848674416542, 0.036189936101436615, -0.21486380696296692, -0.11201963573694229, 0.06938019394874573, -0.015185113064944744, 0.0012542197946459055, 0.1384810209274292, 0.010524407960474491, 0.03061220608651638, -0.04631366208195686, -0.18423500657081604, 0.032514944672584534, 0.10292277485132217, -0.07896962016820908, -0.07823876291513443 ]
30c54fb231878a7b020be79e7f810687f8891f05
# Dataset Card for "code_x_glue_cc_cloze_testing_maxmin" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin ### Dataset Summary CodeXGLUE ClozeTesting-maxmin dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/ClozeTesting-maxmin Cloze tests are widely adopted in Natural Languages Processing to evaluate the performance of the trained language models. The task is aimed to predict the answers for the blank with the context of the blank, which can be formulated as a multi-choice classification problem. Here we present the two cloze testing datasets in code domain with six different programming languages: ClozeTest-maxmin and ClozeTest-all. Each instance in the dataset contains a masked code function, its docstring and the target word. The only difference between ClozeTest-maxmin and ClozeTest-all is their selected words sets, where ClozeTest-maxmin only contains two words while ClozeTest-all contains 930 words. ### Supported Tasks and Leaderboards - `slot-filling`: The dataset can be used to train a model for predicting the missing token from a piece of code, similar to the Cloze test. ### Languages - Go **programming** language - Java **programming** language - Javascript **programming** language - PHP **programming** language - Python **programming** language - Ruby **programming** language ## Dataset Structure ### Data Instances #### go An example of 'train' looks as follows. ``` { "id": 0, "idx": "maxmin-1", "nl_tokens": ["SetMaxStructPoolSize", "sets", "the", "struct", "pools", "max", "size", ".", "this", "may", "be", "usefull", "for", "fine", "grained", "performance", "tuning", "towards", "your", "application", "however", "the", "default", "should", "be", "fine", "for", "nearly", "all", "cases", ".", "only", "increase", "if", "you", "have", "a", "deeply", "nested", "struct", "structure", ".", "NOTE", ":", "this", "method", "is", "not", "thread", "-", "safe", "NOTE", ":", "this", "is", "only", "here", "to", "keep", "compatibility", "with", "v5", "in", "v6", "the", "method", "will", "be", "removed"], "pl_tokens": ["func", "(", "v", "*", "Validate", ")", "SetMaxStructPoolSize", "(", "<mask>", "int", ")", "{", "structPool", "=", "&", "sync", ".", "Pool", "{", "New", ":", "newStructErrors", "}", "\n", "}"] } ``` #### java An example of 'train' looks as follows. ``` { "id": 0, "idx": "maxmin-1", "nl_tokens": ["Test", "whether", "find", "can", "be", "found", "at", "position", "startPos", "in", "the", "string", "src", "."], "pl_tokens": ["public", "static", "boolean", "startsWith", "(", "char", "[", "]", "src", ",", "char", "[", "]", "find", ",", "int", "startAt", ")", "{", "int", "startPos", "=", "startAt", ";", "boolean", "result", "=", "true", ";", "// Check ranges", "if", "(", "src", ".", "length", "<", "startPos", "+", "find", ".", "length", ")", "{", "result", "=", "false", ";", "}", "else", "{", "final", "int", "<mask>", "=", "find", ".", "length", ";", "for", "(", "int", "a", "=", "0", ";", "a", "<", "max", "&&", "result", ";", "a", "++", ")", "{", "if", "(", "src", "[", "startPos", "]", "!=", "find", "[", "a", "]", ")", "{", "result", "=", "false", ";", "}", "startPos", "++", ";", "}", "}", "return", "result", ";", "}"] } ``` #### javascript An example of 'train' looks as follows. ``` { "id": 0, "idx": "maxmin-1", "nl_tokens": ["string", ".", "max", "Maximum", "length", "of", "the", "string"], "pl_tokens": ["function", "(", "string", ")", "{", "// string.check check sting type and size", "return", "(", "(", "typeof", "string", "===", "'string'", "||", "string", "instanceof", "String", ")", "&&", "string", ".", "length", ">=", "this", ".", "<mask>", "&&", "string", ".", "length", "<=", "this", ".", "max", "&&", "(", "!", "this", ".", "match", "||", "string", ".", "match", "(", "this", ".", "match", ")", ")", ")", ";", "}"] } ``` #### php An example of 'train' looks as follows. ``` { "id": 0, "idx": "maxmin-1", "nl_tokens": ["Read", "the", "next", "character", "from", "the", "supplied", "string", ".", "Return", "null", "when", "we", "have", "run", "out", "of", "characters", "."], "pl_tokens": ["public", "function", "readOne", "(", ")", "{", "if", "(", "$", "this", "->", "pos", "<=", "$", "this", "->", "<mask>", ")", "{", "$", "value", "=", "$", "this", "->", "string", "[", "$", "this", "->", "pos", "]", ";", "$", "this", "->", "pos", "+=", "1", ";", "}", "else", "{", "$", "value", "=", "null", ";", "}", "return", "$", "value", ";", "}"] } ``` #### python An example of 'train' looks as follows. ``` { "id": 0, "idx": "maxmin-1", "nl_tokens": ["Returns", "intermediary", "colors", "for", "given", "list", "of", "colors", "."], "pl_tokens": ["def", "_interpolate", "(", "self", ",", "colors", ",", "n", "=", "100", ")", ":", "gradient", "=", "[", "]", "for", "i", "in", "_range", "(", "n", ")", ":", "l", "=", "len", "(", "colors", ")", "-", "1", "x", "=", "int", "(", "1.0", "*", "i", "/", "n", "*", "l", ")", "x", "=", "<mask>", "(", "x", "+", "0", ",", "l", ")", "y", "=", "min", "(", "x", "+", "1", ",", "l", ")", "base", "=", "1.0", "*", "n", "/", "l", "*", "x", "d", "=", "(", "i", "-", "base", ")", "/", "(", "1.0", "*", "n", "/", "l", ")", "r", "=", "colors", "[", "x", "]", ".", "r", "*", "(", "1", "-", "d", ")", "+", "colors", "[", "y", "]", ".", "r", "*", "d", "g", "=", "colors", "[", "x", "]", ".", "g", "*", "(", "1", "-", "d", ")", "+", "colors", "[", "y", "]", ".", "g", "*", "d", "b", "=", "colors", "[", "x", "]", ".", "b", "*", "(", "1", "-", "d", ")", "+", "colors", "[", "y", "]", ".", "b", "*", "d", "a", "=", "colors", "[", "x", "]", ".", "a", "*", "(", "1", "-", "d", ")", "+", "colors", "[", "y", "]", ".", "a", "*", "d", "gradient", ".", "append", "(", "color", "(", "r", ",", "g", ",", "b", ",", "a", ",", "mode", "=", "\"rgb\"", ")", ")", "gradient", ".", "append", "(", "colors", "[", "-", "1", "]", ")", "return", "gradient"] } ``` #### ruby An example of 'train' looks as follows. ``` { "id": 0, "idx": "maxmin-1", "nl_tokens": ["Delete", "all", "copies", "that", "are", "older", "than", "the", "max", "age", "provided", "in", "seconds", "."], "pl_tokens": ["def", "clean", "(", "<mask>", ":", "24", "*", "60", "*", "60", ")", "Futex", ".", "new", "(", "file", ",", "log", ":", "@log", ")", ".", "open", "do", "list", "=", "load", "list", ".", "reject!", "do", "|", "s", "|", "if", "s", "[", ":time", "]", ">=", "Time", ".", "now", "-", "max", "false", "else", "@log", ".", "debug", "(", "\"Copy ##{s[:name]}/#{s[:host]}:#{s[:port]} is too old, over #{Age.new(s[:time])}\"", ")", "true", "end", "end", "save", "(", "list", ")", "deleted", "=", "0", "files", ".", "each", "do", "|", "f", "|", "next", "unless", "list", ".", "find", "{", "|", "s", "|", "s", "[", ":name", "]", "==", "File", ".", "basename", "(", "f", ",", "Copies", "::", "EXT", ")", "}", ".", "nil?", "file", "=", "File", ".", "join", "(", "@dir", ",", "f", ")", "size", "=", "File", ".", "size", "(", "file", ")", "File", ".", "delete", "(", "file", ")", "@log", ".", "debug", "(", "\"Copy at #{f} deleted: #{Size.new(size)}\"", ")", "deleted", "+=", "1", "end", "list", ".", "select!", "do", "|", "s", "|", "cp", "=", "File", ".", "join", "(", "@dir", ",", "\"#{s[:name]}#{Copies::EXT}\"", ")", "wallet", "=", "Wallet", ".", "new", "(", "cp", ")", "begin", "wallet", ".", "refurbish", "raise", "\"Invalid protocol #{wallet.protocol} in #{cp}\"", "unless", "wallet", ".", "protocol", "==", "Zold", "::", "PROTOCOL", "true", "rescue", "StandardError", "=>", "e", "FileUtils", ".", "rm_rf", "(", "cp", ")", "@log", ".", "debug", "(", "\"Copy at #{cp} deleted: #{Backtrace.new(e)}\"", ")", "deleted", "+=", "1", "false", "end", "end", "save", "(", "list", ")", "deleted", "end", "end"] } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### go, java, javascript, php, python, ruby |field name| type | description | |----------|----------------|------------------------------| |id |int32 | Index of the sample | |idx |string | Original index in the dataset| |nl_tokens |Sequence[string]| Natural language tokens | |pl_tokens |Sequence[string]| Programming language tokens | ### Data Splits | name |train| |----------|----:| |go | 152| |java | 482| |javascript| 272| |php | 407| |python | 1264| |ruby | 38| ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization Data from CodeSearchNet Challenge dataset. [More Information Needed] #### Who are the source language producers? Software Engineering developers. ### 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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @article{CodeXGLUE, title={CodeXGLUE: An Open Challenge for Code Intelligence}, journal={arXiv}, year={2020}, } @article{feng2020codebert, title={CodeBERT: A Pre-Trained Model for Programming and Natural Languages}, author={Feng, Zhangyin and Guo, Daya and Tang, Duyu and Duan, Nan and Feng, Xiaocheng and Gong, Ming and Shou, Linjun and Qin, Bing and Liu, Ting and Jiang, Daxin and others}, journal={arXiv preprint arXiv:2002.08155}, year={2020} } @article{husain2019codesearchnet, title={CodeSearchNet Challenge: Evaluating the State of Semantic Code Search}, author={Husain, Hamel and Wu, Ho-Hsiang and Gazit, Tiferet and Allamanis, Miltiadis and Brockschmidt, Marc}, journal={arXiv preprint arXiv:1909.09436}, year={2019} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_cc_cloze_testing_maxmin
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:slot-filling", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "size_categories:1K<n<10K", "source_datasets:original", "language:code", "license:c-uda", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["code"], "license": ["c-uda"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K", "1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["slot-filling"], "pretty_name": "CodeXGlueCcClozeTestingMaxmin", "config_names": ["go", "java", "javascript", "php", "python", "ruby"], "dataset_info": [{"config_name": "go", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 204977, "num_examples": 152}], "download_size": 68965, "dataset_size": 204977}, {"config_name": "java", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 785734, "num_examples": 482}], "download_size": 250672, "dataset_size": 785734}, {"config_name": "javascript", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 594327, "num_examples": 272}], "download_size": 188271, "dataset_size": 594327}, {"config_name": "php", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 705457, "num_examples": 407}], "download_size": 211107, "dataset_size": 705457}, {"config_name": "python", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 2566333, "num_examples": 1264}], "download_size": 885488, "dataset_size": 2566333}, {"config_name": "ruby", "features": [{"name": "id", "dtype": "int32"}, {"name": "idx", "dtype": "string"}, {"name": "nl_tokens", "sequence": "string"}, {"name": "pl_tokens", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 48926, "num_examples": 38}], "download_size": 22528, "dataset_size": 48926}], "configs": [{"config_name": "go", "data_files": [{"split": "train", "path": "go/train-*"}]}, {"config_name": "java", "data_files": [{"split": "train", "path": "java/train-*"}]}, {"config_name": "javascript", "data_files": [{"split": "train", "path": "javascript/train-*"}]}, {"config_name": "php", "data_files": [{"split": "train", "path": "php/train-*"}]}, {"config_name": "python", "data_files": [{"split": "train", "path": "python/train-*"}]}, {"config_name": "ruby", "data_files": [{"split": "train", "path": "ruby/train-*"}]}]}
2024-01-24T13:26:40+00:00
[]
[ "code" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-slot-filling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-code #license-c-uda #region-us
Dataset Card for "code\_x\_glue\_cc\_cloze\_testing\_maxmin" ============================================================ 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 ### Dataset Summary CodeXGLUE ClozeTesting-maxmin dataset, available at URL Cloze tests are widely adopted in Natural Languages Processing to evaluate the performance of the trained language models. The task is aimed to predict the answers for the blank with the context of the blank, which can be formulated as a multi-choice classification problem. Here we present the two cloze testing datasets in code domain with six different programming languages: ClozeTest-maxmin and ClozeTest-all. Each instance in the dataset contains a masked code function, its docstring and the target word. The only difference between ClozeTest-maxmin and ClozeTest-all is their selected words sets, where ClozeTest-maxmin only contains two words while ClozeTest-all contains 930 words. ### Supported Tasks and Leaderboards * 'slot-filling': The dataset can be used to train a model for predicting the missing token from a piece of code, similar to the Cloze test. ### Languages * Go programming language * Java programming language * Javascript programming language * PHP programming language * Python programming language * Ruby programming language Dataset Structure ----------------- ### Data Instances #### go An example of 'train' looks as follows. #### java An example of 'train' looks as follows. #### javascript An example of 'train' looks as follows. #### php An example of 'train' looks as follows. #### python An example of 'train' looks as follows. #### ruby An example of 'train' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### go, java, javascript, php, python, ruby field name: id, type: int32, description: Index of the sample field name: idx, type: string, description: Original index in the dataset field name: nl\_tokens, type: Sequence[string], description: Natural language tokens field name: pl\_tokens, type: Sequence[string], description: Programming language tokens ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization Data from CodeSearchNet Challenge dataset. #### Who are the source language producers? Software Engineering developers. ### 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 URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE ClozeTesting-maxmin dataset, available at URL\n\n\nCloze tests are widely adopted in Natural Languages Processing to evaluate the performance of the trained language models. The task is aimed to predict the answers for the blank with the context of the blank, which can be formulated as a multi-choice classification problem.\nHere we present the two cloze testing datasets in code domain with six different programming languages: ClozeTest-maxmin and ClozeTest-all. Each instance in the dataset contains a masked code function, its docstring and the target word.\nThe only difference between ClozeTest-maxmin and ClozeTest-all is their selected words sets, where ClozeTest-maxmin only contains two words while ClozeTest-all contains 930 words.", "### Supported Tasks and Leaderboards\n\n\n* 'slot-filling': The dataset can be used to train a model for predicting the missing token from a piece of code, similar to the Cloze test.", "### Languages\n\n\n* Go programming language\n* Java programming language\n* Javascript programming language\n* PHP programming language\n* Python programming language\n* Ruby programming language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### go\n\n\nAn example of 'train' looks as follows.", "#### java\n\n\nAn example of 'train' looks as follows.", "#### javascript\n\n\nAn example of 'train' looks as follows.", "#### php\n\n\nAn example of 'train' looks as follows.", "#### python\n\n\nAn example of 'train' looks as follows.", "#### ruby\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### go, java, javascript, php, python, ruby\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: idx, type: string, description: Original index in the dataset\nfield name: nl\\_tokens, type: Sequence[string], description: Natural language tokens\nfield name: pl\\_tokens, type: Sequence[string], description: Programming language tokens", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nData from CodeSearchNet Challenge dataset.", "#### Who are the source language producers?\n\n\nSoftware Engineering developers.", "### 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\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-slot-filling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-code #license-c-uda #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE ClozeTesting-maxmin dataset, available at URL\n\n\nCloze tests are widely adopted in Natural Languages Processing to evaluate the performance of the trained language models. The task is aimed to predict the answers for the blank with the context of the blank, which can be formulated as a multi-choice classification problem.\nHere we present the two cloze testing datasets in code domain with six different programming languages: ClozeTest-maxmin and ClozeTest-all. Each instance in the dataset contains a masked code function, its docstring and the target word.\nThe only difference between ClozeTest-maxmin and ClozeTest-all is their selected words sets, where ClozeTest-maxmin only contains two words while ClozeTest-all contains 930 words.", "### Supported Tasks and Leaderboards\n\n\n* 'slot-filling': The dataset can be used to train a model for predicting the missing token from a piece of code, similar to the Cloze test.", "### Languages\n\n\n* Go programming language\n* Java programming language\n* Javascript programming language\n* PHP programming language\n* Python programming language\n* Ruby programming language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### go\n\n\nAn example of 'train' looks as follows.", "#### java\n\n\nAn example of 'train' looks as follows.", "#### javascript\n\n\nAn example of 'train' looks as follows.", "#### php\n\n\nAn example of 'train' looks as follows.", "#### python\n\n\nAn example of 'train' looks as follows.", "#### ruby\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### go, java, javascript, php, python, ruby\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: idx, type: string, description: Original index in the dataset\nfield name: nl\\_tokens, type: Sequence[string], description: Natural language tokens\nfield name: pl\\_tokens, type: Sequence[string], description: Programming language tokens", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nData from CodeSearchNet Challenge dataset.", "#### Who are the source language producers?\n\n\nSoftware Engineering developers.", "### 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\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 108, 188, 49, 41, 6, 15, 16, 15, 16, 16, 16, 32, 102, 11, 7, 4, 19, 15, 5, 5, 9, 18, 7, 8, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-slot-filling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1K<n<10K #source_datasets-original #language-code #license-c-uda #region-us \n### Dataset Summary\n\n\nCodeXGLUE ClozeTesting-maxmin dataset, available at URL\n\n\nCloze tests are widely adopted in Natural Languages Processing to evaluate the performance of the trained language models. The task is aimed to predict the answers for the blank with the context of the blank, which can be formulated as a multi-choice classification problem.\nHere we present the two cloze testing datasets in code domain with six different programming languages: ClozeTest-maxmin and ClozeTest-all. Each instance in the dataset contains a masked code function, its docstring and the target word.\nThe only difference between ClozeTest-maxmin and ClozeTest-all is their selected words sets, where ClozeTest-maxmin only contains two words while ClozeTest-all contains 930 words.### Supported Tasks and Leaderboards\n\n\n* 'slot-filling': The dataset can be used to train a model for predicting the missing token from a piece of code, similar to the Cloze test.### Languages\n\n\n* Go programming language\n* Java programming language\n* Javascript programming language\n* PHP programming language\n* Python programming language\n* Ruby programming language\n\n\nDataset Structure\n-----------------### Data Instances#### go\n\n\nAn example of 'train' looks as follows.#### java\n\n\nAn example of 'train' looks as follows.#### javascript\n\n\nAn example of 'train' looks as follows.#### php\n\n\nAn example of 'train' looks as follows.#### python\n\n\nAn example of 'train' looks as follows.#### ruby\n\n\nAn example of 'train' looks as follows." ]
[ -0.033560775220394135, 0.1093524843454361, -0.007536578923463821, 0.10860492289066315, 0.07300195097923279, -0.006012885831296444, -0.00152595282997936, 0.10475146025419235, 0.05641236901283264, 0.12611506879329681, 0.0041779824532568455, 0.004204881377518177, 0.011325479485094547, 0.07607986778020859, 0.06987779587507248, -0.12155823409557343, 0.028407273814082146, -0.09753328561782837, 0.009367984719574451, 0.07461988180875778, 0.105927012860775, -0.031017858535051346, 0.0938289687037468, -0.019392088055610657, -0.05164039507508278, 0.027909720316529274, -0.0039597186259925365, -0.026438433676958084, 0.052929606288671494, 0.012167154811322689, 0.05593753606081009, -0.054825253784656525, 0.03868945688009262, -0.18860314786434174, 0.006976799573749304, 0.11577498912811279, 0.05566902831196785, 0.031025703996419907, 0.12903521955013275, -0.08858929574489594, 0.046425994485616684, -0.09822601079940796, 0.08957128971815109, 0.04556139558553696, -0.11058931052684784, -0.039885614067316055, -0.10131862759590149, -0.05956529080867767, 0.02211974561214447, 0.0463620126247406, 0.005300684366375208, 0.06502123177051544, -0.057342708110809326, 0.07704626768827438, 0.171704962849617, -0.15525689721107483, -0.04303644225001335, 0.0818675234913826, 0.1034587025642395, 0.016002757474780083, -0.08994121104478836, -0.035562820732593536, -0.0031542950309813023, 0.03103882074356079, 0.034199271351099014, -0.08870720863342285, -0.010354897938668728, -0.027779776602983475, -0.11353319138288498, -0.041164543479681015, 0.13379408419132233, -0.0700099840760231, -0.05954889580607414, -0.15209724009037018, -0.040550507605075836, -0.027005594223737717, 0.015715857967734337, 0.025570597499608994, 0.027674512937664986, 0.048429589718580246, 0.06777296960353851, -0.03966056928038597, -0.06067916378378868, -0.045338187366724014, 0.0022981378715485334, 0.07274053990840912, -0.009523410350084305, 0.020418675616383553, -0.034438278526067734, 0.13966631889343262, -0.06950237601995468, -0.07834118604660034, -0.08120124042034149, -0.0271165631711483, -0.11603859812021255, -0.02311292104423046, -0.027667470276355743, -0.09410582482814789, 0.06690261512994766, 0.1771259307861328, 0.03239540383219719, 0.11810442060232162, -0.08235558867454529, 0.016488775610923767, 0.04959402605891228, 0.14955255389213562, 0.0976591557264328, -0.057138971984386444, 0.0021293945610523224, -0.003832462476566434, 0.031440477818250656, -0.03202518820762634, 0.006178385578095913, -0.029685918241739273, 0.003893032670021057, 0.09142903983592987, 0.0387096181511879, 0.032310400158166885, -0.06449635326862335, 0.00170074962079525, -0.0019825261551886797, -0.20222394168376923, 0.07510114461183548, 0.059100229293107986, -0.026978030800819397, 0.020313752815127373, 0.025396278128027916, -0.05599413812160492, -0.11540037393569946, 0.003205464454367757, -0.07367230951786041, 0.023928189650177956, -0.13283208012580872, -0.053881142288446426, 0.014321248978376389, 0.03821876272559166, -0.08597996830940247, -0.04280608892440796, -0.16880281269550323, -0.07848295569419861, 0.02177133411169052, -0.05581362545490265, 0.023173298686742783, -0.04812965169548988, -0.014241296797990799, 0.00586727587506175, 0.03952667862176895, 0.005120974965393543, -0.04236580803990364, -0.005641251336783171, 0.04533073678612709, -0.021175386384129524, 0.1138230487704277, -0.005004585720598698, -0.1312725991010666, 0.09186016768217087, -0.16422900557518005, 0.1607319861650467, -0.04761528596282005, -0.020876364782452583, -0.09557781368494034, -0.030263055115938187, 0.004986184183508158, 0.000675457064062357, 0.024309752508997917, 0.10076729953289032, -0.2437037080526352, 0.022746682167053223, 0.172183558344841, -0.11861097067594528, -0.007421786896884441, 0.023375293239951134, -0.05817902833223343, 0.03387027233839035, 0.05927342548966408, 0.13496927917003632, 0.18837560713291168, -0.07831354439258575, -0.024161390960216522, -0.031100474298000336, -0.0076632206328213215, 0.1564614325761795, 0.06916996836662292, -0.09556363523006439, 0.0733298733830452, 0.03948020562529564, -0.08662143349647522, -0.07096649706363678, 0.03085973486304283, -0.0039541772566735744, -0.058652136474847794, 0.02895880676805973, 0.03232564032077789, -0.06052321568131447, -0.07433737814426422, -0.06743963807821274, -0.07820547372102737, 0.011229858733713627, 0.12418457865715027, -0.07751098275184631, 0.047788701951503754, -0.08781256526708603, 0.05933869630098343, 0.0037559668999165297, -0.007960613816976547, -0.16950665414333344, -0.09557635337114334, 0.10298733413219452, -0.08875323086977005, 0.08134244382381439, -0.05084638297557831, 0.03931136056780815, 0.028709959238767624, 0.002881066408008337, 0.001800617203116417, -0.039041317999362946, -0.04422008991241455, 0.00048637366853654385, -0.12553294003009796, -0.061500634998083115, -0.04952860623598099, 0.05965076759457588, -0.17118602991104126, 0.00781408790498972, 0.09153957664966583, 0.11709090322256088, 0.03319685161113739, -0.07523783296346664, 0.0059910984709858894, -0.006667965557426214, -0.03499213978648186, -0.08676717430353165, -0.03481921926140785, 0.039504412561655045, 0.03424347937107086, 0.04269814491271973, -0.17195910215377808, -0.19494256377220154, 0.03856324404478073, 0.0904296487569809, -0.10250846296548843, -0.015776004642248154, -0.004098967183381319, -0.019778646528720856, -0.11494580656290054, -0.028699886053800583, 0.2089494913816452, 0.07295512408018112, 0.09994440525770187, -0.07688126713037491, -0.0688968077301979, -0.02862747199833393, -0.03111157938838005, 0.006905615795403719, 0.05036212503910065, -0.01294940896332264, -0.06585730612277985, 0.042617179453372955, -0.0011637728894129395, -0.008943935856223106, 0.08289584517478943, -0.0163937509059906, -0.08550650626420975, -0.09462443739175797, 0.07503949850797653, 0.024929367005825043, 0.04101637005805969, 0.09592148661613464, 0.02924053929746151, 0.022205494344234467, 0.0353994183242321, 0.011806471273303032, -0.07908282428979874, 0.07905663549900055, 0.012018981389701366, -0.033455632627010345, 0.0629902333021164, -0.028202561661601067, 0.029975812882184982, 0.04041619971394539, 0.006896894425153732, 0.047312598675489426, -0.02129952609539032, -0.06207292899489403, -0.1201019361615181, 0.1274242252111435, -0.1360791027545929, -0.18707430362701416, -0.20557010173797607, 0.03978455439209938, -0.059449441730976105, 0.016950413584709167, -0.020247982814908028, 0.011907181702554226, -0.06461735814809799, -0.13049693405628204, -0.01113918423652649, -0.036557387560606, -0.10005736351013184, -0.0502052903175354, 0.03304307535290718, 0.013443352654576302, -0.15501460433006287, -0.014087885618209839, 0.06049409508705139, -0.05757725611329079, -0.0199777502566576, 0.05058329179883003, -0.0022821822203695774, 0.11501926183700562, 0.018874770030379295, -0.014061208814382553, -0.009372957050800323, 0.10928817838430405, -0.07841460406780243, 0.06331426650285721, 0.10330002754926682, -0.05152011662721634, 0.07565344870090485, 0.046220939606428146, 0.01395274419337511, -0.05835290998220444, 0.060737352818250656, 0.023238979279994965, -0.05387207120656967, -0.2127039134502411, -0.07163722068071365, -0.08739128708839417, 0.0026819047052413225, 0.10294028371572495, 0.05252397060394287, -0.06321204453706741, -0.02062295749783516, -0.01847386546432972, -0.027210155501961708, 0.07205377519130707, 0.12509003281593323, 0.11212361603975296, -0.021239232271909714, 0.02819422446191311, -0.0863441452383995, 0.013445630669593811, 0.06728288531303406, 0.04047888144850731, 0.08931008726358414, -0.07581325620412827, 0.1697678118944168, 0.029091166332364082, 0.04104141145944595, 0.030885104089975357, 0.0480344332754612, -0.02554534375667572, 0.09504182636737823, 0.004325605928897858, -0.10104189813137054, -0.08019241690635681, 0.03905811905860901, 0.0008508547325618565, 0.01481290441006422, 0.007694740779697895, -0.03462924063205719, 0.06338513642549515, 0.1709248125553131, 0.040661320090293884, -0.144576296210289, -0.03639281913638115, 0.02394910342991352, -0.02900000661611557, -0.10410730540752411, 0.04144980385899544, 0.16333305835723877, -0.16482888162136078, 0.08735349774360657, -0.019073501229286194, 0.08223499357700348, -0.07243233174085617, -0.02631888911128044, 0.03647536039352417, 0.1019933745265007, -0.007696745917201042, 0.08115623891353607, -0.1741093099117279, -0.033436790108680725, 0.012443143874406815, 0.05125083774328232, -0.028444388881325722, 0.09244541823863983, -0.01375325582921505, -0.015846161171793938, 0.08413947373628616, 0.035581074655056, -0.12471601366996765, 0.0030265541281551123, -0.07091964781284332, -0.011370080523192883, 0.10825332254171371, -0.0895279049873352, 0.10487736761569977, -0.0731411725282669, -0.035000938922166824, -0.03705931454896927, -0.06812557578086853, -0.003688068361952901, -0.16733165085315704, 0.052608802914619446, -0.06973327696323395, -0.002587682567536831, -0.07524044811725616, 0.0015253318706527352, 0.0336306206882, 0.19687733054161072, -0.13274434208869934, -0.036329060792922974, -0.08910840004682541, -0.09572432190179825, 0.16535347700119019, -0.043177660554647446, 0.042003028094768524, -0.013060434721410275, 0.17093148827552795, 0.01899539865553379, -0.06335154920816422, -0.005497711710631847, -0.0225676279515028, -0.1497689038515091, -0.06781225651502609, 0.16843289136886597, -0.024554196745157242, 0.039279624819755554, 0.024322908371686935, 0.1199260950088501, 0.009088727645576, -0.08472912758588791, -0.06293873488903046, 0.13688895106315613, -0.027822736650705338, 0.11714421212673187, -0.06617772579193115, -0.04328233748674393, -0.05371212959289551, -0.034004125744104385, 0.09733756631612778, 0.12064041942358017, -0.06235618144273758, 0.08527138829231262, 0.010258104652166367, -0.16672548651695251, -0.13397274911403656, 0.0310200247913599, 0.03775028511881828, 0.02702101320028305, 0.002189019462093711, -0.1579952985048294, 0.0871996209025383, 0.052565205842256546, -0.0020525152795016766, 0.09464270621538162, -0.31242191791534424, -0.11417894065380096, -0.027692696079611778, -0.019098743796348572, -0.1435486376285553, -0.08119507133960724, -0.07181122899055481, -0.02247965894639492, -0.04511478170752525, 0.1112249419093132, -0.042262736707925797, 0.06347981095314026, -0.0005589163047261536, 0.023105185478925705, 0.06991054862737656, -0.044828254729509354, 0.11721526086330414, -0.010552788153290749, 0.059112560003995895, -0.07363961637020111, 0.025831006467342377, 0.04142911359667778, -0.0744704082608223, 0.11052726209163666, -0.0385078489780426, 0.07843085378408432, -0.08112409710884094, -0.014677531085908413, -0.03062186762690544, 0.06421469897031784, -0.061261750757694244, -0.007476606871932745, -0.08370205760002136, 0.03942284360527992, 0.07060732692480087, -0.00024100730661302805, 0.010862793773412704, -0.043927695602178574, 0.00022452078701462597, 0.21132826805114746, 0.07796519249677658, 0.14588312804698944, -0.22356873750686646, 0.020251842215657234, 0.038118232041597366, 0.025491483509540558, -0.05552094802260399, 0.057677414268255234, 0.10235116630792618, 0.07938344031572342, 0.08982346206903458, 0.01868865266442299, -0.1424415409564972, -0.02207966335117817, 0.05948130786418915, -0.08241084218025208, -0.0976419597864151, 0.020192792639136314, 0.06221626698970795, -0.13483862578868866, -0.08900400251150131, 0.15195873379707336, 0.01738053187727928, -0.03099949099123478, 0.03931392356753349, 0.06588055193424225, -0.022791050374507904, 0.09697676450014114, 0.00560522498562932, 0.03333180025219917, -0.04910330846905708, 0.07390168309211731, 0.11663636565208435, -0.03162655979394913, 0.012124292552471161, 0.19938240945339203, -0.051469869911670685, -0.030859651044011116, 0.02694062329828739, 0.1388019323348999, 0.02050621062517166, -0.0029348249081522226, -0.03988170251250267, -0.03626454994082451, 0.042052965611219406, 0.13863757252693176, 0.03371336683630943, 0.08857788145542145, -0.030087102204561234, -0.016809800639748573, -0.061086516827344894, 0.08893582224845886, 0.03066277876496315, 0.06472669541835785, -0.05828782171010971, 0.11567813158035278, 0.02038850635290146, 0.003612579545006156, 0.007330477703362703, -0.08808333426713943, -0.06459702551364899, 0.009274967946112156, -0.02900763973593712, 0.09325466305017471, -0.011977027170360088, 0.008880372159183025, 0.02139909192919731, 0.013465060852468014, -0.011592373251914978, 0.03555941954255104, -0.011592818424105644, -0.06685121357440948, -0.0819970965385437, 0.11505908519029617, -0.14330092072486877, 0.004203027579933405, 0.10754163563251495, -0.10939103364944458, 0.0458715558052063, 0.010779189877212048, -0.03036407008767128, 0.039505504071712494, -0.022047458216547966, 0.0058316378854215145, 0.00040357044781558216, 0.05351841822266579, -0.05098322406411171, -0.11951614171266556, 0.026132795959711075, -0.019124818965792656, 0.005714891012758017, -0.011111641302704811, 0.07620762288570404, -0.16733217239379883, 0.010501310229301453, 0.050340600311756134, -0.08246004581451416, -0.05334850028157234, 0.05341630429029465, 0.0244637131690979, 0.0960957333445549, 0.12500055134296417, -0.05256977677345276, 0.11709753423929214, -0.10940708220005035, -0.036427658051252365, 0.023309310898184776, 0.02878917194902897, 0.041466325521469116, 0.02312593162059784, 0.0467880442738533, -0.04037922993302345, 0.10692792385816574, 0.017658865079283714, -0.0008597636478953063, 0.013439229689538479, 0.014845052734017372, -0.08290422707796097, 0.09094823896884918, 0.027902904897928238, -0.01815873198211193, -0.02816173993051052, 0.028696389868855476, -0.01875058002769947, -0.0019298872211948037, 0.01541926246136427, 0.06934626400470734, 0.11396133154630661, 0.08658892661333084, 0.029399635270237923, 0.018284862861037254, -0.059366606175899506, 0.004744605161249638, 0.030237765982747078, -0.04318720102310181, 0.03981512412428856, -0.051854126155376434, 0.1879328191280365, 0.05234465375542641, -0.15214243531227112, 0.15100787580013275, -0.038456354290246964, -0.07900848984718323, -0.03066556714475155, -0.14743371307849884, -0.05415797233581543, -0.015339802019298077, -0.0340840220451355, -0.11866673082113266, 0.08824805170297623, 0.05201421305537224, -0.004643477499485016, -0.017332741990685463, 0.10312672704458237, -0.12514916062355042, -0.12325575202703476, -0.0004973402828909457, 0.03289380669593811, 0.0491386353969574, 0.08657941967248917, 0.009901640936732292, -0.0035054031759500504, 0.04475099593400955, 0.0902697816491127, 0.10417767614126205, 0.1359238475561142, -0.018588298931717873, -0.06319486349821091, -0.015813058242201805, 0.0379897765815258, -0.048487380146980286, -0.047078024595975876, 0.07712087780237198, 0.06900908052921295, -0.054288625717163086, -0.00167528772726655, 0.23351828753948212, -0.038875874131917953, -0.13258007168769836, -0.1170731857419014, 0.15051336586475372, 0.027585705742239952, -0.0012552267871797085, -0.016598166897892952, -0.12679116427898407, -0.05139528959989548, 0.09747994691133499, 0.13896290957927704, 0.0010108103742823005, 0.01925571821630001, 0.0020063789561390877, 0.02046571858227253, 0.038532085716724396, 0.05495428293943405, -0.022508934140205383, 0.17871159315109253, -0.019372085109353065, 0.11080730706453323, 0.014643705449998379, 0.0009340367396362126, -0.08760950714349747, 0.06309912353754044, -0.11213059723377228, 0.006105315871536732, -0.0655718669295311, 0.03409065678715706, -0.018329137936234474, -0.16245192289352417, -0.0020299439784139395, -0.10390705615282059, -0.12046856433153152, 0.006024912931025028, -0.02752755582332611, -0.06847138702869415, 0.06041611731052399, 0.05520772561430931, -0.020047277212142944, 0.09431387484073639, 0.004602364730089903, -0.029373008757829666, -0.10196417570114136, 0.03837163746356964, -0.13692478835582733, 0.18835292756557465, 0.0282000619918108, 0.11298880726099014, 0.09104231745004654, 0.0048737600445747375, -0.10880646854639053, 0.01953670009970665, 0.04334283992648125, 0.006353822071105242, 0.02038200944662094, 0.12147761881351471, -0.01110362634062767, 0.14918909966945648, 0.055857084691524506, 0.04807626083493233, 0.03506684675812721, 0.01279178261756897, 0.058718856424093246, -0.13513050973415375, -0.005385206546634436, -0.10956460982561111, 0.11690642684698105, 0.15534274280071259, -0.015529816970229149, -0.008985324762761593, -0.0406193733215332, 0.03230736777186394, -0.006766579579561949, 0.03471621870994568, -0.024355126544833183, -0.12486542016267776, 0.008947199210524559, -0.0346134752035141, 0.0335373617708683, -0.2171851396560669, -0.1145494356751442, 0.06814534217119217, -0.013835703022778034, -0.002821775386109948, 0.13997595012187958, 0.0040258062072098255, 0.031416554003953934, -0.04372140020132065, -0.17722371220588684, 0.0320625901222229, 0.10141909122467041, -0.07896459847688675, -0.07959560304880142 ]
d480ae0bde7b9f18677131dce01a03d6d028e964
# Dataset Card for "code_x_glue_cc_code_completion_line" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Code-Code/CodeCompletion-line ### Dataset Summary CodeXGLUE CodeCompletion-line dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/CodeCompletion-line Complete the unfinished line given previous context. Models are evaluated by exact match and edit similarity. We propose line completion task to test model's ability to autocomplete a line. Majority code completion systems behave well in token level completion, but fail in completing an unfinished line like a method call with specific parameters, a function signature, a loop condition, a variable definition and so on. When a software develop finish one or more tokens of the current line, the line level completion model is expected to generate the entire line of syntactically correct code. Line level code completion task shares the train/dev dataset with token level completion. After training a model on CodeCompletion-token, you could directly use it to test on line-level completion. ### Supported Tasks and Leaderboards - `slot-filling`: The dataset can be used to train a model for completing entire code lines. ### Languages - Java **programming** language - Python **programming** language ## Dataset Structure ### Data Instances #### java An example of 'train' looks as follows. ``` { "gt": "", "id": 0, "input": "<s> package org . rubypeople . rdt . internal . ui . rubyeditor ; import java . util . Iterator ; import org . eclipse . core . resources . IMarker ; import org . eclipse . ui . texteditor . MarkerAnnotation ; import org . eclipse . ui . texteditor . MarkerUtilities ; import org . rubypeople . rdt . core . IRubyElement ; import org . rubypeople . rdt . core . IRubyModelMarker ; import org . rubypeople . rdt . core . IRubyScript ; import org . rubypeople . rdt . core . RubyCore ; public class RubyMarkerAnnotation extends MarkerAnnotation implements IRubyAnnotation { public static final String RUBY_MARKER_TYPE_PREFIX = \"\" ; public static final String ERROR_ANNOTATION_TYPE = \"\" ; public static final String WARNING_ANNOTATION_TYPE = \"\" ; public static final String INFO_ANNOTATION_TYPE = \"\" ; public static final String TASK_ANNOTATION_TYPE = \"\" ; private IRubyAnnotation fOverlay ; public RubyMarkerAnnotation ( IMarker marker ) { super ( marker ) ; } public String [ ] getArguments ( ) { return null ; } public int getId ( ) { IMarker marker = getMarker ( ) ; if ( marker == null || ! marker . exists ( ) ) return - 1 ; if ( isProblem ( ) ) return marker . getAttribute ( IRubyModelMarker . ID , - 1 ) ; return - 1 ; } public boolean isProblem ( ) { String type = getType ( ) ; return WARNING_ANNOTATION_TYPE . equals ( type ) || ERROR_ANNOTATION_TYPE . equals" } ``` #### python An example of 'train' looks as follows. ``` { "gt": "", "id": 0, "input": "<s> from __future__ import absolute_import <EOL> import weakref <EOL> import operator <EOL> from . compat import threading , itertools_filterfalse <EOL> from . import py2k <EOL> import types <EOL> EMPTY_SET = frozenset ( ) <EOL> class KeyedTuple ( tuple ) : <EOL> def __new__ ( cls , vals , labels = None ) : <EOL> t = tuple . __new__ ( cls , vals ) <EOL> t . _labels = [ ] <EOL> if labels : <EOL> t . __dict__ . update ( zip ( labels , vals ) ) <EOL> t . _labels = labels <EOL> return t <EOL> def keys ( self ) : <EOL> return [ l for l in self . _labels if l is not None ] <EOL> @ property <EOL> def _fields ( self ) : <EOL> return tuple ( self . keys ( ) ) <EOL> def _asdict ( self ) : <EOL> return dict ( ( key , self . __dict__ [ key ] ) for key in self . keys ( ) ) <EOL> class ImmutableContainer ( object ) : <EOL> def _immutable ( self , * arg , ** kw ) : <EOL> raise TypeError ( \"\" % self . __class__ . __name__ ) <EOL> __delitem__ = __setitem__ = __setattr__ = _immutable <EOL> class immutabledict ( ImmutableContainer , dict ) : <EOL> clear = pop = popitem = setdefault = update = ImmutableContainer . _immutable <EOL> def __new__ ( cls , * args ) : <EOL> new = dict . __new__ ( cls ) <EOL> dict . __init__ ( new , * args ) <EOL> return new <EOL> def __init__ ( self , * args ) : <EOL> pass <EOL> def __reduce__ ( self ) : <EOL> return immutabledict , ( dict ( self ) , ) <EOL> def union ( self , d ) : <EOL> if not self : <EOL> return immutabledict ( d ) <EOL> else : <EOL> d2 = immutabledict ( self ) <EOL> dict . update ( d2 , d ) <EOL> return d2 <EOL> def __repr__ ( self ) : <EOL> return \"\" % dict . __repr__ ( self ) <EOL> class Properties ( object ) : <EOL> def __init__ ( self , data ) : <EOL> self . __dict__ [ '_data' ] = data <EOL> def __len__ ( self ) : <EOL> return len ( self . _data ) <EOL> def __iter__ ( self ) : <EOL> return iter ( list ( self . _data . values ( ) ) ) <EOL> def __add__ ( self , other ) : <EOL> return list ( self ) + list ( other ) <EOL> def __setitem__ ( self , key , object ) : <EOL> self . _data [ key ] = object <EOL> def __getitem__ ( self , key ) : <EOL> return self . _data [ key ] <EOL> def __delitem__ ( self , key ) : <EOL> del self . _data [ key ] <EOL> def __setattr__ ( self , key , object ) : <EOL> self . _data [ key ] = object <EOL> def __getstate__ ( self ) : <EOL> return { '_data' : self . __dict__ [ '_data' ] } <EOL> def __setstate__ ( self , state ) : <EOL> self . __dict__ [ '_data' ] = state [ '_data' ] <EOL> def __getattr__ ( self , key ) : <EOL> try : <EOL> return self . _data [ key ] <EOL> except KeyError : <EOL> raise AttributeError ( key ) <EOL> def __contains__ ( self , key ) : <EOL> return key in self . _data <EOL> def as_immutable ( self ) : <EOL> return ImmutableProperties ( self . _data ) <EOL> def update ( self , value ) : <EOL> self . _data . update ( value ) <EOL> def get ( self , key , default = None ) : <EOL> if key in self : <EOL> return self [ key ] <EOL> else : <EOL> return default <EOL> def keys ( self ) : <EOL> return list ( self . _data ) <EOL> def values ( self ) : <EOL> return list ( self . _data . values ( ) ) <EOL> def items ( self ) : <EOL> return list ( self . _data . items ( ) ) <EOL> def has_key ( self , key ) : <EOL> return key in self . _data <EOL> def clear ( self ) : <EOL> self . _data . clear ( ) <EOL> class OrderedProperties ( Properties ) : <EOL> def __init__ ( self ) : <EOL> Properties . __init__ ( self , OrderedDict ( ) ) <EOL> class ImmutableProperties ( ImmutableContainer , Properties ) : <EOL> class OrderedDict ( dict ) : <EOL> def __init__ ( self , ____sequence = None , ** kwargs ) : <EOL> self . _list = [ ] <EOL> if ____sequence is None : <EOL> if kwargs : <EOL> self . update ( ** kwargs ) <EOL> else : <EOL> self . update ( ____sequence , ** kwargs ) <EOL> def clear ( self ) : <EOL> self . _list = [ ] <EOL> dict . clear ( self ) <EOL> def copy ( self ) : <EOL> return self . __copy__ ( ) <EOL> def __copy__ ( self ) : <EOL> return OrderedDict ( self ) <EOL> def sort ( self , * arg , ** kw ) : <EOL> self . _list . sort ( * arg , ** kw ) <EOL> def update ( self , ____sequence = None , ** kwargs ) : <EOL> if ____sequence is not None : <EOL> if hasattr ( ____sequence , 'keys' ) : <EOL> for key in ____sequence . keys ( ) : <EOL> self . __setitem__ ( key , ____sequence [ key ] ) <EOL> else : <EOL> for key , value in ____sequence : <EOL> self [ key ] = value <EOL> if kwargs : <EOL> self . update ( kwargs ) <EOL> def setdefault ( self , key , value ) : <EOL> if key not in self : <EOL> self . __setitem__ ( key , value ) <EOL> return value <EOL> else : <EOL> return self . __getitem__ ( key ) <EOL> def __iter__ ( self ) : <EOL> return iter ( self . _list ) <EOL> def keys ( self ) : <EOL> return list ( self ) <EOL> def values ( self ) : <EOL> return [ self [ key ] for key in self . _list ] <EOL> def items ( self ) : <EOL> return [ ( key , self [ key ] ) for key in self . _list ] <EOL> if py2k : <EOL> def itervalues ( self ) : <EOL> return iter ( self . values ( ) ) <EOL> def iterkeys ( self ) : <EOL> return iter ( self ) <EOL> def iteritems ( self ) : <EOL> return iter ( self . items ( ) ) <EOL> def __setitem__ ( self , key , object ) : <EOL> if key not in self : <EOL> try : <EOL> self . _list . append ( key ) <EOL> except AttributeError : <EOL> self . _list = [ key ] <EOL> dict . __setitem__ ( self , key , object ) <EOL> def __delitem__ ( self , key ) : <EOL> dict . __delitem__ ( self , key ) <EOL> self . _list . remove ( key ) <EOL> def pop ( self , key , * default ) : <EOL> present = key in self <EOL> value = dict . pop ( self , key , * default ) <EOL> if present : <EOL> self . _list . remove ( key ) <EOL> return value <EOL> def popitem ( self ) : <EOL> item = dict . popitem ( self ) <EOL> self . _list . remove ( item [ 0 ] ) <EOL> return item <EOL> class OrderedSet ( set ) : <EOL> def __init__ ( self , d = None ) : <EOL> set . __init__ ( self ) <EOL> self . _list = [ ] <EOL> if d is not None : <EOL>" } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### java, python |field name| type | description | |----------|------|----------------------------| |id |int32 | Index of the sample | |input |string| Input code string | |gt |string| Code string to be predicted| ### Data Splits | name |train| |------|----:| |java | 3000| |python|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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @article{raychev2016probabilistic, title={Probabilistic Model for Code with Decision Trees}, author={Raychev, Veselin and Bielik, Pavol and Vechev, Martin}, journal={ACM SIGPLAN Notices}, pages={731--747}, year={2016}, publisher={ACM New York, NY, USA} } @inproceedings{allamanis2013mining, title={Mining Source Code Repositories at Massive Scale using Language Modeling}, author={Allamanis, Miltiadis and Sutton, Charles}, booktitle={2013 10th Working Conference on Mining Software Repositories (MSR)}, pages={207--216}, year={2013}, organization={IEEE} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_cc_code_completion_line
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:slot-filling", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "size_categories:n<1K", "source_datasets:original", "language:code", "license:c-uda", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["code"], "license": ["c-uda"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K", "n<1K"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["slot-filling"], "pretty_name": "CodeXGlueCcCodeCompletionLine", "config_names": ["go", "java", "javascript", "php", "python", "ruby"], "dataset_info": [{"config_name": "java", "features": [{"name": "id", "dtype": "int32"}, {"name": "input", "dtype": "string"}, {"name": "gt", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 5454775, "num_examples": 3000}], "download_size": 1696679, "dataset_size": 5454775}, {"config_name": "python", "features": [{"name": "id", "dtype": "int32"}, {"name": "input", "dtype": "string"}, {"name": "gt", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 24021554, "num_examples": 10000}], "download_size": 8140670, "dataset_size": 24021554}], "configs": [{"config_name": "java", "data_files": [{"split": "train", "path": "java/train-*"}]}, {"config_name": "python", "data_files": [{"split": "train", "path": "python/train-*"}]}]}
2024-01-24T14:22:56+00:00
[]
[ "code" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-slot-filling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-code #license-c-uda #region-us
Dataset Card for "code\_x\_glue\_cc\_code\_completion\_line" ============================================================ 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 ### Dataset Summary CodeXGLUE CodeCompletion-line dataset, available at URL Complete the unfinished line given previous context. Models are evaluated by exact match and edit similarity. We propose line completion task to test model's ability to autocomplete a line. Majority code completion systems behave well in token level completion, but fail in completing an unfinished line like a method call with specific parameters, a function signature, a loop condition, a variable definition and so on. When a software develop finish one or more tokens of the current line, the line level completion model is expected to generate the entire line of syntactically correct code. Line level code completion task shares the train/dev dataset with token level completion. After training a model on CodeCompletion-token, you could directly use it to test on line-level completion. ### Supported Tasks and Leaderboards * 'slot-filling': The dataset can be used to train a model for completing entire code lines. ### Languages * Java programming language * Python programming language Dataset Structure ----------------- ### Data Instances #### java An example of 'train' looks as follows. #### python An example of 'train' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### java, python field name: id, type: int32, description: Index of the sample field name: input, type: string, description: Input code string field name: gt, type: string, description: Code string to be predicted ### 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 URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE CodeCompletion-line dataset, available at URL\n\n\nComplete the unfinished line given previous context. Models are evaluated by exact match and edit similarity.\nWe propose line completion task to test model's ability to autocomplete a line. Majority code completion systems behave well in token level completion, but fail in completing an unfinished line like a method call with specific parameters, a function signature, a loop condition, a variable definition and so on. When a software develop finish one or more tokens of the current line, the line level completion model is expected to generate the entire line of syntactically correct code.\nLine level code completion task shares the train/dev dataset with token level completion. After training a model on CodeCompletion-token, you could directly use it to test on line-level completion.", "### Supported Tasks and Leaderboards\n\n\n* 'slot-filling': The dataset can be used to train a model for completing entire code lines.", "### Languages\n\n\n* Java programming language\n* Python programming language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### java\n\n\nAn example of 'train' looks as follows.", "#### python\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### java, python\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: input, type: string, description: Input code string\nfield name: gt, type: string, description: Code string to be predicted", "### 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-slot-filling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-code #license-c-uda #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE CodeCompletion-line dataset, available at URL\n\n\nComplete the unfinished line given previous context. Models are evaluated by exact match and edit similarity.\nWe propose line completion task to test model's ability to autocomplete a line. Majority code completion systems behave well in token level completion, but fail in completing an unfinished line like a method call with specific parameters, a function signature, a loop condition, a variable definition and so on. When a software develop finish one or more tokens of the current line, the line level completion model is expected to generate the entire line of syntactically correct code.\nLine level code completion task shares the train/dev dataset with token level completion. After training a model on CodeCompletion-token, you could directly use it to test on line-level completion.", "### Supported Tasks and Leaderboards\n\n\n* 'slot-filling': The dataset can be used to train a model for completing entire code lines.", "### Languages\n\n\n* Java programming language\n* Python programming language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### java\n\n\nAn example of 'train' looks as follows.", "#### python\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### java, python\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: input, type: string, description: Input code string\nfield name: gt, type: string, description: Code string to be predicted", "### 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 106, 198, 36, 21, 6, 16, 16, 32, 57, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-slot-filling #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-code #license-c-uda #region-us \n### Dataset Summary\n\n\nCodeXGLUE CodeCompletion-line dataset, available at URL\n\n\nComplete the unfinished line given previous context. Models are evaluated by exact match and edit similarity.\nWe propose line completion task to test model's ability to autocomplete a line. Majority code completion systems behave well in token level completion, but fail in completing an unfinished line like a method call with specific parameters, a function signature, a loop condition, a variable definition and so on. When a software develop finish one or more tokens of the current line, the line level completion model is expected to generate the entire line of syntactically correct code.\nLine level code completion task shares the train/dev dataset with token level completion. After training a model on CodeCompletion-token, you could directly use it to test on line-level completion.### Supported Tasks and Leaderboards\n\n\n* 'slot-filling': The dataset can be used to train a model for completing entire code lines.### Languages\n\n\n* Java programming language\n* Python programming language\n\n\nDataset Structure\n-----------------### Data Instances#### java\n\n\nAn example of 'train' looks as follows.#### python\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.#### java, python\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: input, type: string, description: Input code string\nfield name: gt, type: string, description: Code string to be predicted### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale" ]
[ -0.08584459871053696, 0.22777049243450165, -0.006369171664118767, 0.026725398376584053, 0.11349380016326904, -0.013063080608844757, 0.03258238732814789, 0.0742555633187294, -0.002020174404606223, 0.15389643609523773, 0.05367308109998703, 0.052258193492889404, 0.08156183362007141, 0.21961036324501038, 0.07494408637285233, -0.24719727039337158, 0.02423543483018875, -0.12554746866226196, -0.0016821973258629441, 0.07177477329969406, 0.08252263814210892, -0.02284657396376133, 0.06336674839258194, -0.006293411832302809, -0.04719245806336403, -0.03231213614344597, -0.0027905539609491825, 0.0045998068526387215, 0.04199439659714699, 0.048807159066200256, 0.05278231203556061, -0.0430571474134922, 0.025406744331121445, -0.2109851837158203, 0.01941201463341713, 0.12908071279525757, 0.050411056727170944, 0.04124491289258003, 0.034026697278022766, -0.05638625845313072, 0.1506158411502838, -0.024213120341300964, 0.08913276344537735, 0.07453043758869171, -0.08766965568065643, -0.03661518916487694, -0.057277433574199677, -0.038936782628297806, 0.11022287607192993, 0.023182878270745277, -0.011751287616789341, -0.07482051104307175, 0.08101137727499008, 0.08773735910654068, -0.009112697094678879, -0.12289970368146896, -0.04312436655163765, 0.1280427724123001, 0.03327777981758118, 0.04857145994901657, -0.06259121745824814, -0.04341771826148033, 0.011705521494150162, 0.021780183538794518, 0.04291361942887306, -0.026917891576886177, -0.021691182628273964, -0.020009268075227737, -0.09879602491855621, -0.09465452283620834, 0.10688895732164383, -0.06633743643760681, -0.09609172493219376, -0.1452827751636505, -0.09782212972640991, -0.08308300375938416, 0.041255585849285126, -0.006883151829242706, -0.005232654977589846, 0.07611046731472015, 0.09185942262411118, -0.0840294137597084, -0.11377789825201035, -0.04652263969182968, -0.0003023090248461813, 0.10306087136268616, 0.0011397734051570296, 0.06432978063821793, -0.06912419199943542, 0.13614428043365479, -0.1366475373506546, -0.07694963365793228, -0.05735422298312187, -0.06154977157711983, -0.1784208118915558, -0.010853851214051247, -0.033534638583660126, -0.14737281203269958, -0.01636580191552639, 0.10728871077299118, -0.05408775061368942, 0.08548731356859207, 0.006661649793386459, 0.0019345642067492008, 0.08935375511646271, 0.16047704219818115, -0.007616907823830843, -0.09017714858055115, -0.041756901890039444, -0.013223945163190365, 0.02268517203629017, -0.06100233644247055, -0.009491465985774994, 0.035406675189733505, -0.027171380817890167, 0.08150110393762589, 0.033158767968416214, 0.03123653121292591, -0.020211171358823776, -0.006326557137072086, -0.00426730141043663, -0.14308372139930725, 0.0015067663043737411, 0.03759808465838432, -0.00028345201280899346, 0.0073197889141738415, 0.04147632047533989, -0.06585656851530075, -0.07006551325321198, 0.03792786970734596, -0.05475922301411629, -0.025316821411252022, -0.14412419497966766, -0.08057886362075806, 0.005196867510676384, -0.031138328835368156, -0.07485625892877579, -0.034774698317050934, -0.2318635731935501, -0.09180766344070435, 0.07579506933689117, -0.023803437128663063, -0.02806957997381687, -0.017514176666736603, -0.04866831377148628, -0.01572992093861103, 0.017081059515476227, -0.047479622066020966, -0.029906468465924263, 0.018763136118650436, 0.025005236268043518, 0.04819394648075104, 0.02778259664773941, 0.025522254407405853, -0.10061445832252502, 0.07887627184391022, -0.17190061509609222, 0.08629673719406128, -0.046433303505182266, 0.05493291839957237, -0.052378054708242416, -0.035736843943595886, -0.015435157343745232, 0.01414684858173132, 0.0008541061542928219, 0.06112866848707199, -0.2599989175796509, 0.007285596802830696, 0.20688503980636597, -0.0912267416715622, 0.013059604912996292, 0.04753107577562332, -0.011785447597503662, 0.1381435990333557, 0.07521463185548782, 0.06968281418085098, 0.28067296743392944, -0.04678850620985031, -0.012271156534552574, 0.026263128966093063, -0.016807129606604576, 0.1166723221540451, 0.054448600858449936, -0.06887931376695633, 0.027306105941534042, 0.09205637872219086, -0.04745751991868019, -0.07578500360250473, 0.017382489517331123, -0.03684050589799881, -0.01724427379667759, 0.0019930016715079546, -0.0013995390618219972, -0.04590313136577606, -0.08672615885734558, -0.011194905266165733, -0.07248082011938095, 0.023099418729543686, 0.1218598261475563, -0.06267833709716797, 0.010259035043418407, -0.09611020982265472, 0.04815462604165077, -0.037868622690439224, 0.024890944361686707, -0.21498697996139526, -0.11495933681726456, 0.057120975106954575, -0.09629419445991516, 0.053084131330251694, 0.04489656910300255, 0.015430971048772335, 0.08400023728609085, 0.05528918653726578, 0.008074472658336163, -0.012772217392921448, -0.052932627499103546, 0.0003867715713568032, -0.0993337631225586, -0.07958123087882996, -0.08219649642705917, 0.11517969518899918, -0.09901388734579086, 0.0435810312628746, 0.03541317582130432, 0.04612255468964577, 0.0366179458796978, -0.09665943682193756, 0.04811475798487663, 0.010180861689150333, -0.037914276123046875, -0.06691784411668777, -0.01184514444321394, 0.07907572388648987, 0.019579607993364334, -0.024826152250170708, -0.195882186293602, -0.17843687534332275, -0.000947635096963495, 0.162826806306839, -0.08629946410655975, 0.001205132924951613, -0.03299998864531517, 0.023317065089941025, -0.07575812935829163, -0.0572238564491272, 0.16764193773269653, 0.06258682161569595, 0.09088512510061264, -0.06212623789906502, -0.01968965493142605, 0.0018166741356253624, -0.0203065425157547, 0.029716186225414276, 0.046660855412483215, 0.08006349951028824, 0.024596594274044037, 0.04847447946667671, -0.01992877386510372, -0.011016840115189552, 0.1776219606399536, 0.021428914740681648, -0.07462627440690994, -0.09549649804830551, 0.0741857960820198, -0.01642157882452011, 0.0441313311457634, -0.07116809487342834, -0.0059885745868086815, 0.01682070828974247, 0.02699374593794346, 0.04461006820201874, -0.09909646213054657, 0.06120612472295761, 0.029332127422094345, -0.020409652963280678, 0.02339661866426468, -0.012431551702320576, -0.018921678885817528, 0.02839719131588936, 0.006872994359582663, 0.06027579680085182, -0.029207060113549232, -0.05985208600759506, -0.10068441182374954, 0.16979674994945526, -0.1113569587469101, -0.2502167820930481, -0.21708685159683228, 0.0324590764939785, -0.09715207666158676, 0.03720898926258087, 0.0013890720438212156, -0.02794714644551277, -0.06540828198194504, -0.10010212659835815, 0.019228458404541016, -0.058116111904382706, -0.047001875936985016, -0.08063448220491409, 0.002090195193886757, 0.006916910409927368, -0.11469051241874695, -0.014255302026867867, 0.07680393010377884, -0.0636080726981163, 0.018428053706884384, 0.07791116833686829, 0.04454309493303299, 0.15377181768417358, 0.0164063461124897, -0.0034002424217760563, -0.004836593754589558, 0.14224854111671448, -0.03643226996064186, 0.08011160790920258, 0.20391742885112762, -0.03253210708498955, 0.09161467850208282, 0.11638683080673218, -0.0216981153935194, -0.0904078409075737, 0.07414917647838593, 0.02945277839899063, -0.09868241846561432, -0.14421489834785461, -0.044460903853178024, -0.0730973333120346, 0.1338573396205902, 0.05008446425199509, 0.02310144156217575, -0.014377003535628319, -0.009190025739371777, -0.05151840299367905, -0.025137700140476227, 0.010954763740301132, 0.10648659616708755, 0.028869880363345146, -0.08527025580406189, 0.05814957991242409, -0.03977864980697632, 0.05567007139325142, 0.0689195916056633, 0.09215298295021057, 0.10162372887134552, -0.03459888696670532, 0.180359348654747, 0.06473985314369202, 0.06217861920595169, -0.002800008514896035, 0.02390148863196373, -0.03090575523674488, 0.07532469183206558, -0.0181620754301548, -0.06838013976812363, -0.10102758556604385, 0.08200421184301376, -0.037265095859766006, -0.016555409878492355, 0.0028007705695927143, 0.05676113814115524, 0.006394378375262022, 0.11577698588371277, 0.029739905148744583, -0.17527377605438232, -0.09824119508266449, 0.060130875557661057, -0.07615506649017334, -0.1334718018770218, 0.039807017892599106, 0.14614425599575043, -0.12156721204519272, 0.03427356481552124, -0.04869962856173515, 0.08490759134292603, -0.024413563311100006, -0.005849367007613182, 0.05225999280810356, 0.09738177061080933, 0.003128836629912257, 0.09389253705739975, -0.053642719984054565, 0.00531709473580122, -0.0007749545038677752, 0.06340790539979935, -0.016041114926338196, 0.1028551533818245, -0.026865605264902115, 0.03598281741142273, 0.08778327703475952, -0.016846131533384323, -0.12051369994878769, -0.03618709370493889, -0.01161123439669609, 0.011350230313837528, 0.08666989952325821, -0.1287831962108612, 0.12436971813440323, -0.054821521043777466, 0.01747279427945614, -0.08037515729665756, -0.03328901529312134, 0.046744223684072495, -0.13823333382606506, 0.0618726871907711, -0.05804905667901039, 0.11180748790502548, -0.07416216284036636, 0.036819811910390854, 0.0898096114397049, 0.2078857123851776, -0.1893865168094635, -0.06559959799051285, -0.11214600503444672, 0.02474357560276985, 0.11621111631393433, -0.07324905693531036, 0.016171472147107124, -0.05368020012974739, 0.2026851624250412, -0.009840280748903751, -0.05905948951840401, -0.03790432959794998, -0.07401856780052185, -0.13974320888519287, -0.07828979194164276, 0.14113540947437286, -0.04103092849254608, 0.006445805076509714, -0.038003843277692795, 0.039868224412202835, -0.02680741436779499, -0.10932526737451553, -0.020378772169351578, 0.2382868528366089, 0.0017983604921028018, 0.0063210478983819485, -0.05456363409757614, -0.026676783338189125, -0.0210696030408144, 0.020532434806227684, 0.05043128877878189, 0.06609861552715302, -0.060541264712810516, 0.12834061682224274, 0.12962014973163605, -0.1116720661520958, -0.1539444625377655, 0.01587086357176304, 0.053716059774160385, 0.06107804924249649, 0.0048837121576070786, -0.23192782700061798, 0.07953643798828125, -0.00707469554618001, -0.00254031247459352, 0.05087900534272194, -0.31325364112854004, -0.09499023109674454, -0.042664263397455215, -0.0021071708761155605, -0.11866090446710587, -0.1233062595129013, -0.06704884022474289, -0.045169465243816376, -0.07802749425172806, 0.09845111519098282, -0.04901636019349098, 0.05278477445244789, 0.025997821241617203, 0.1225990578532219, 0.06674038618803024, -0.050820108503103256, 0.12071797251701355, -0.0737031027674675, 0.02804437465965748, -0.039932623505592346, 0.05496019870042801, 0.07360576093196869, -0.06903471052646637, 0.16959324479103088, -0.03934035822749138, 0.10678175091743469, -0.1074238121509552, -0.08011196553707123, -0.039212774485349655, 0.009509016759693623, -0.07632243633270264, -0.06002610921859741, -0.03963913396000862, 0.021474352106451988, 0.062175340950489044, -0.020468508824706078, -0.06587265431880951, -0.0738256573677063, 0.006830747704952955, 0.15476864576339722, 0.024307454004883766, 0.03672827035188675, -0.1982877552509308, 0.015589800663292408, 0.03662502020597458, 0.03820934146642685, -0.2078121453523636, 0.016520636156201363, 0.08211546391248703, 0.0698157250881195, 0.11397426575422287, 0.008178090676665306, -0.1249258741736412, 0.021284319460392, 0.05004570260643959, -0.1075587198138237, -0.17210346460342407, 0.002476748311892152, 0.11420676857233047, -0.16862161457538605, 0.010553354397416115, 0.11099215596914291, 0.0006181902717798948, 0.005821238271892071, -0.012972936034202576, 0.09609177708625793, -0.006001898553222418, 0.0374380387365818, -0.03682488948106766, 0.02908949926495552, -0.06258418411016464, 0.0449465736746788, 0.09423022717237473, -0.0899093896150589, -0.009504196234047413, 0.08463727682828903, -0.08376038819551468, -0.028999367728829384, -0.09141619503498077, 0.0001418510073563084, 0.005451981443911791, -0.05113912746310234, -0.006697639357298613, -0.00037227285793051124, -0.0004592481127474457, 0.17603018879890442, -0.00029694585828110576, 0.07266496866941452, -0.08188329637050629, 0.021719815209507942, -0.05045447498559952, 0.0912904366850853, 0.010099861770868301, 0.03699079528450966, -0.06445885449647903, 0.2135954350233078, -0.007982625626027584, 0.014375856146216393, 0.021183710545301437, -0.08835987001657486, -0.007572551257908344, -0.005018895026296377, -0.05677761137485504, 0.009965972974896431, -0.054823655635118484, -0.020458979532122612, 0.04378240928053856, 0.011030538007616997, -0.005952579900622368, 0.014343831688165665, -0.023289667442440987, -0.04034409299492836, -0.08823589980602264, 0.06899415701627731, -0.11831729114055634, 0.06658231467008591, 0.09229105710983276, -0.09228932112455368, 0.057251691818237305, -0.020753320306539536, -0.008590267039835453, 0.039115943014621735, -0.004419337026774883, 0.06270706653594971, -0.01620585098862648, 0.043144285678863525, -0.02197800949215889, -0.09274061769247055, -0.0036590141244232655, -0.023774120956659317, -0.0662587508559227, -0.024753160774707794, 0.06357676535844803, -0.13682810962200165, 0.023771071806550026, 0.13459447026252747, -0.05561971664428711, -0.07184743136167526, 0.008503044955432415, 0.009823659434914589, 0.07351581752300262, 0.08147435635328293, 0.0072215585969388485, 0.08443979173898697, -0.10968560725450516, -0.026810241863131523, 0.02130703255534172, 0.07222788780927658, 0.00015046304906718433, -0.05214940011501312, 0.040527138859033585, -0.021537266671657562, 0.03823385387659073, 0.021939247846603394, 0.031420398503541946, -0.0005281023331917822, -0.018491653725504875, 0.011109904386103153, 0.05246997997164726, 0.02296772599220276, 0.03710561245679855, 0.015261228196322918, -0.02724439650774002, 0.031247036531567574, -0.046342410147190094, -0.010737480595707893, 0.10794471204280853, 0.02412397973239422, 0.10743864625692368, 0.03362223505973816, -0.018402883782982826, -0.020518355071544647, -0.08078352361917496, 0.0441465750336647, -0.08252612501382828, 0.05962032824754715, -0.07345066219568253, 0.10942290723323822, 0.1502709537744522, -0.12048493325710297, 0.14884285628795624, -0.013109886087477207, -0.0735049769282341, -0.06013694405555725, -0.20392291247844696, -0.017732789739966393, -0.019575519487261772, -0.019029511138796806, -0.1237700954079628, 0.0803769901394844, 0.05364075303077698, -0.024133045226335526, -0.025668136775493622, 0.16505461931228638, -0.08187979459762573, -0.13045866787433624, -0.018143510445952415, 0.03525833785533905, 0.09658794105052948, 0.08726096898317337, 0.025895103812217712, 0.011817297898232937, 0.017979329451918602, 0.09863172471523285, 0.07473815232515335, 0.08606862276792526, -0.0016127204289659858, -0.03514174744486809, 0.004302862100303173, 0.004573561251163483, -0.033555857837200165, -0.04524970427155495, 0.11787661164999008, 0.05098006874322891, -0.04148028418421745, 0.015521584078669548, 0.2180538773536682, -0.0432891882956028, -0.05992148444056511, -0.21023902297019958, 0.18784086406230927, 0.03234845772385597, 0.019357124343514442, 0.019198890775442123, -0.11097827553749084, -0.05020640417933464, 0.08802489936351776, 0.06009924039244652, 0.025873886421322823, -0.010409767739474773, 0.03572514280676842, 0.004273352213203907, -0.0211343914270401, 0.08368606865406036, -0.020301468670368195, 0.36338916420936584, -0.010878914967179298, 0.11670740693807602, 0.032422177493572235, -0.0453130342066288, -0.036737099289894104, 0.05661451071500778, -0.10238879173994064, 0.016413329169154167, -0.02875698171555996, 0.09162666648626328, -0.020580917596817017, -0.2563457787036896, 0.02808111347258091, -0.03448690101504326, -0.08470465987920761, -0.0011091287015005946, 0.07021406292915344, -0.038327693939208984, 0.09127562493085861, 0.010707219131290913, -0.031935010105371475, 0.2192739099264145, -0.027541406452655792, 0.00576642993837595, -0.09933730214834213, 0.06487152725458145, -0.130803182721138, 0.09892544150352478, -0.02614634297788143, 0.0370214618742466, 0.08619921654462814, -0.026480793952941895, -0.07334668189287186, 0.03447730094194412, 0.06513117998838425, -0.013927040621638298, 0.004248362500220537, 0.11569948494434357, -0.0038801587652415037, 0.14101245999336243, 0.06867681443691254, -0.0011759409680962563, 0.016454843804240227, 0.016853347420692444, -0.023370854556560516, -0.12816499173641205, 0.058142587542533875, -0.11725349724292755, 0.1035015881061554, 0.1701098382472992, -0.05316958576440811, 0.011706862598657608, -0.058166634291410446, 0.0731828510761261, -0.021511347964406013, 0.09859773516654968, -0.024884982034564018, -0.13340985774993896, 0.014552977867424488, -0.00445328326895833, 0.06811396777629852, -0.2329104244709015, -0.055264975875616074, 0.13139773905277252, 0.02596237137913704, 0.0201328806579113, 0.1099688932299614, 0.0011871553724631667, 0.005091805476695299, -0.03570697084069252, -0.022944727912545204, -0.0032500028610229492, 0.0950658917427063, -0.08527266979217529, -0.11239172518253326 ]
54bdbd7ee7e40c7f3c68ba5a5a20ab0b2d38d5b2
# Dataset Card for "code_x_glue_cc_code_completion_token" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Code-Code/CodeCompletion-token ### Dataset Summary CodeXGLUE CodeCompletion-token dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/CodeCompletion-token Predict next code token given context of previous tokens. Models are evaluated by token level accuracy. Code completion is a one of the most widely used features in software development through IDEs. An effective code completion tool could improve software developers' productivity. We provide code completion evaluation tasks in two granularities -- token level and line level. Here we introduce token level code completion. Token level task is analogous to language modeling. Models should have be able to predict the next token in arbitary types. ### Supported Tasks and Leaderboards - `language-modeling`: The dataset can be used to train a model for completing single code tokens. ### Languages - Java **programming** language - Python **programming** language ## Dataset Structure ### Data Instances #### java An example of 'test' looks as follows. ``` { "code": ["<s>", "package", "org", ".", "vaadin", ".", "teemu", ".", "clara", ".", "demo", ";", "import", "java", ".", "io", ".", "BufferedReader", ";", "import", "java", ".", "io", ".", "ByteArrayInputStream", ";", "import", "java", ".", "io", ".", "IOException", ";", "import", "java", ".", "io", ".", "InputStreamReader", ";", "import", "org", ".", "vaadin", ".", "teemu", ".", "clara", ".", "Clara", ";", "import", "org", ".", "vaadin", ".", "teemu", ".", "clara", ".", "inflater", ".", "LayoutInflaterException", ";", "import", "com", ".", "vaadin", ".", "Application", ";", "import", "com", ".", "vaadin", ".", "terminal", ".", "ThemeResource", ";", "import", "com", ".", "vaadin", ".", "ui", ".", "Button", ";", "import", "com", ".", "vaadin", ".", "ui", ".", "Button", ".", "ClickEvent", ";", "import", "com", ".", "vaadin", ".", "ui", ".", "Component", ";", "import", "com", ".", "vaadin", ".", "ui", ".", "Embedded", ";", "import", "com", ".", "vaadin", ".", "ui", ".", "HorizontalLayout", ";", "import", "com", ".", "vaadin", ".", "ui", ".", "HorizontalSplitPanel", ";", "import", "com", ".", "vaadin", ".", "ui", ".", "TextArea", ";", "import", "com", ".", "vaadin", ".", "ui", ".", "VerticalLayout", ";", "import", "com", ".", "vaadin", ".", "ui", ".", "Window", ";", "import", "com", ".", "vaadin", ".", "ui", ".", "Window", ".", "Notification", ";", "@", "SuppressWarnings", "(", "\"serial\"", ")", "public", "class", "DemoApplication", "extends", "Application", "{", "private", "DemoController", "controller", ";", "private", "TextArea", "xmlArea", ";", "private", "HorizontalSplitPanel", "split", "=", "new", "HorizontalSplitPanel", "(", ")", ";", "private", "Window", "mainWindow", ";", "@", "Override", "public", "void", "init", "(", ")", "{", "setTheme", "(", "\"clara\"", ")", ";", "setMainWindow", "(", "mainWindow", "=", "new", "Window", "(", ")", ")", ";", "controller", "=", "new", "DemoController", "(", "mainWindow", ")", ";", "mainWindow", ".", "setContent", "(", "split", ")", ";", "VerticalLayout", "editor", "=", "new", "VerticalLayout", "(", ")", ";", "editor", ".", "setSpacing", "(", "true", ")", ";", "editor", ".", "setMargin", "(", "false", ",", "false", ",", "false", ",", "true", ")", ";", "editor", ".", "setHeight", "(", "\"100%\"", ")", ";", "editor", ".", "addComponent", "(", "xmlArea", "=", "createXmlArea", "(", ")", ")", ";", "editor", ".", "setExpandRatio", "(", "xmlArea", ",", "1.0f", ")", ";", "editor", ".", "addComponent", "(", "createUpdateButton", "(", ")", ")", ";", "HorizontalLayout", "wrapper", "=", "new", "HorizontalLayout", "(", ")", ";", "wrapper", ".", "setMargin", "(", "true", ")", ";", "wrapper", ".", "setSizeFull", "(", ")", ";", "wrapper", ".", "addComponent", "(", "createLogo", "(", ")", ")", ";", "wrapper", ".", "addComponent", "(", "editor", ")", ";", "wrapper", ".", "setExpandRatio", "(", "editor", ",", "1.0f", ")", ";", "split", ".", "setFirstComponent", "(", "wrapper", ")", ";", "updateLayout", "(", ")", ";", "}", "private", "Component", "createLogo", "(", ")", "{", "Embedded", "logo", "=", "new", "Embedded", "(", "null", ",", "new", "ThemeResource", "(", "\"\"", ")", ")", ";", "logo", ".", "setHeight", "(", "\"90px\"", ")", ";", "logo", ".", "setWidth", "(", "\"90px\"", ")", ";", "return", "logo", ";", "}", "private", "TextArea", "createXmlArea", "(", ")", "{", "TextArea", "area", "=", "new", "TextArea", "(", ")", ";", "area", ".", "setStyleName", "(", "\"xml-area\"", ")", ";", "area", ".", "setSizeFull", "(", ")", ";", "area", ".", "setValue", "(", "readStartingPoint", "(", ")", ")", ";", "return", "area", ";", "}", "private", "Button", "createUpdateButton", "(", ")", "{", "return", "new", "Button", "(", "\"Update\"", ",", "new", "Button", ".", "ClickListener", "(", ")", "{", "public", "void", "buttonClick", "(", "ClickEvent", "event", ")", "{", "updateLayout", "(", ")", ";", "}", "}", ")", ";", "}", "private", "String", "readStartingPoint", "(", ")", "{", "BufferedReader", "reader", "=", "null", ";", "try", "{", "reader", "=", "new", "BufferedReader", "(", "new", "InputStreamReader", "(", "getClass", "(", ")", ".", "getClassLoader", "(", ")", ".", "getResourceAsStream", "(", "\"\"", ")", ")", ")", ";", "StringBuilder", "xml", "=", "new", "StringBuilder", "(", ")", ";", "String", "line", ";", "while", "(", "(", "line", "=", "reader", ".", "readLine", "(", ")", ")", "!=", "null", ")", "{", "xml", ".", "append", "(", "line", ")", ";", "xml", ".", "append", "(", "\"n\"", ")", ";", "}", "return", "xml", ".", "toString", "(", ")", ";", "}", "catch", "(", "IOException", "e", ")", "{", "e", ".", "printStackTrace", "(", ")", ";", "}", "finally", "{", "if", "(", "reader", "!=", "null", ")", "{", "try", "{", "reader", ".", "close", "(", ")", ";", "}", "catch", "(", "IOException", "e", ")", "{", "e", ".", "printStackTrace", "(", ")", ";", "}", "}", "}", "return", "null", ";", "}", "private", "void", "updateLayout", "(", ")", "{", "try", "{", "Component", "c", "=", "Clara", ".", "create", "(", "new", "ByteArrayInputStream", "(", "xmlArea", ".", "getValue", "(", ")", ".", "toString", "(", ")", ".", "getBytes", "(", ")", ")", ",", "controller", ")", ";", "split", ".", "replaceComponent", "(", "split", ".", "getSecondComponent", "(", ")", ",", "c", ")", ";", "}", "catch", "(", "LayoutInflaterException", "e", ")", "{", "mainWindow", ".", "showNotification", "(", "e", ".", "getMessage", "(", ")", ",", "Notification", ".", "TYPE_ERROR_MESSAGE", ")", ";", "}", "}", "}", "</s>"], "id": 0 } ``` #### python An example of 'train' looks as follows. ``` { "code": ["<s>", "from", "bootstrap", "import", "Bootstrap", "<EOL>", "from", "fund", "import", "InstantPaymentNotificationHandler", "<EOL>", "from", "fund", "import", "ThankYouHandler", "<EOL>", "from", "view", "import", "*", "<EOL>", "mapping", "=", "[", "(", "<EOL>", "r'/'", ",", "<EOL>", "Index", "<EOL>", ")", ",", "(", "<EOL>", "r'/ipn'", ",", "<EOL>", "InstantPaymentNotificationHandler", "<EOL>", ")", ",", "(", "<EOL>", "r'/thank-you'", ",", "<EOL>", "ThankYouHandler", "<EOL>", ")", ",", "(", "<EOL>", "r'/about\\/?'", ",", "<EOL>", "About", "<EOL>", ")", ",", "(", "<EOL>", "r'/guide\\/?'", ",", "<EOL>", "Guide", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Download", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Standards", "<EOL>", ")", ",", "(", "<EOL>", "r'/community\\/?'", ",", "<EOL>", "Community", "<EOL>", ")", ",", "(", "<EOL>", "r'/news\\/?'", ",", "<EOL>", "News", "<EOL>", ")", ",", "(", "<EOL>", "r'/support\\/?'", ",", "<EOL>", "Support", "<EOL>", ")", ",", "(", "<EOL>", "r'/contact\\/?'", ",", "<EOL>", "Contact", "<EOL>", ")", ",", "(", "<EOL>", "r'/press\\/?'", ",", "<EOL>", "Press", "<EOL>", ")", ",", "(", "<EOL>", "r'/legal/terms'", ",", "<EOL>", "Terms", "<EOL>", ")", ",", "(", "<EOL>", "r'/library\\/?'", ",", "<EOL>", "Library", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Library", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Library", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Users", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "User", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Design", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Design", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Design", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Design", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Design", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "RedirectSuccess", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "RedirectError", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "RedirectAfterDelete", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Moderate", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Bootstrap", "<EOL>", ")", ",", "(", "<EOL>", "r'/activity'", ",", "<EOL>", "ActivityScreen", "<EOL>", ")", ",", "(", "<EOL>", "r'/txns'", ",", "<EOL>", "TxnList", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Base64Blob", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "Base64Blob", "<EOL>", ")", ",", "(", "<EOL>", "r''", ",", "<EOL>", "MessageStrings", "<EOL>", ")", ",", "(", "<EOL>", "r'/.*'", ",", "<EOL>", "NotFound", "<EOL>", ")", "<EOL>", "]", "</s>"], "id": 0, "path": "00/wikihouse/urls.py\n" } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### java |field name| type | description | |----------|----------------|--------------------| |id |int32 | Index of the sample| |code |Sequence[string]| Code Tokens | #### python |field name| type | description | |----------|----------------|-----------------------------| |id |int32 | Index of the sample | |path |string | Original path in the dataset| |code |Sequence[string]| Code Tokens | ### Data Splits #### java | |train|validation|test| |----|----:|---------:|---:| |java|12934| 7189|8268| #### python | |train |test | |------|-----:|----:| |python|100000|50000| ## 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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @article{raychev2016probabilistic, title={Probabilistic Model for Code with Decision Trees}, author={Raychev, Veselin and Bielik, Pavol and Vechev, Martin}, journal={ACM SIGPLAN Notices}, pages={731--747}, year={2016}, publisher={ACM New York, NY, USA} } @inproceedings{allamanis2013mining, title={Mining Source Code Repositories at Massive Scale using Language Modeling}, author={Allamanis, Miltiadis and Sutton, Charles}, booktitle={2013 10th Working Conference on Mining Software Repositories (MSR)}, pages={207--216}, year={2013}, organization={IEEE} } ``` The data for "java" configuration comes from: ``` @dataset{rafael_michael_karampatsis_2020_3628665, author = {Rafael - Michael Karampatsis and Hlib Babii and Romain Robbes and Charles Sutton and Andrea Janes}, title = {Preprocessed Java Code Corpus}, month = jan, year = 2020, publisher = {Zenodo}, version = {1.0}, doi = {10.5281/zenodo.3628665}, url = {https://doi.org/10.5281/zenodo.3628665} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_cc_code_completion_token
[ "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:10K<n<100K", "source_datasets:original", "language:code", "license:c-uda", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["code"], "license": ["c-uda"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["language-modeling", "masked-language-modeling"], "pretty_name": "CodeXGlueCcCodeCompletionToken", "dataset_info": [{"config_name": "java", "features": [{"name": "id", "dtype": "int32"}, {"name": "code", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 128312045, "num_examples": 12934}, {"name": "validation", "num_bytes": 30259166, "num_examples": 7189}, {"name": "test", "num_bytes": 43027948, "num_examples": 8268}], "download_size": 31320339, "dataset_size": 201599159}, {"config_name": "python", "features": [{"name": "id", "dtype": "int32"}, {"name": "path", "dtype": "string"}, {"name": "code", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 684319455, "num_examples": 100000}, {"name": "test", "num_bytes": 333978028, "num_examples": 50000}], "download_size": 210143525, "dataset_size": 1018297483}], "configs": [{"config_name": "java", "data_files": [{"split": "train", "path": "java/train-*"}, {"split": "validation", "path": "java/validation-*"}, {"split": "test", "path": "java/test-*"}]}, {"config_name": "python", "data_files": [{"split": "train", "path": "python/train-*"}, {"split": "test", "path": "python/test-*"}]}]}
2024-01-24T14:47:39+00:00
[]
[ "code" ]
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-10K<n<100K #source_datasets-original #language-code #license-c-uda #region-us
Dataset Card for "code\_x\_glue\_cc\_code\_completion\_token" ============================================================= 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 ### Dataset Summary CodeXGLUE CodeCompletion-token dataset, available at URL Predict next code token given context of previous tokens. Models are evaluated by token level accuracy. Code completion is a one of the most widely used features in software development through IDEs. An effective code completion tool could improve software developers' productivity. We provide code completion evaluation tasks in two granularities -- token level and line level. Here we introduce token level code completion. Token level task is analogous to language modeling. Models should have be able to predict the next token in arbitary types. ### Supported Tasks and Leaderboards * 'language-modeling': The dataset can be used to train a model for completing single code tokens. ### Languages * Java programming language * Python programming language Dataset Structure ----------------- ### Data Instances #### java An example of 'test' looks as follows. #### python An example of 'train' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### java field name: id, type: int32, description: Index of the sample field name: code, type: Sequence[string], description: Code Tokens #### python field name: id, type: int32, description: Index of the sample field name: path, type: string, description: Original path in the dataset field name: code, type: Sequence[string], description: Code Tokens ### Data Splits #### java #### python 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 URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. The data for "java" configuration comes from: ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE CodeCompletion-token dataset, available at URL\n\n\nPredict next code token given context of previous tokens. Models are evaluated by token level accuracy.\nCode completion is a one of the most widely used features in software development through IDEs. An effective code completion tool could improve software developers' productivity. We provide code completion evaluation tasks in two granularities -- token level and line level. Here we introduce token level code completion. Token level task is analogous to language modeling. Models should have be able to predict the next token in arbitary types.", "### Supported Tasks and Leaderboards\n\n\n* 'language-modeling': The dataset can be used to train a model for completing single code tokens.", "### Languages\n\n\n* Java programming language\n* Python programming language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### java\n\n\nAn example of 'test' looks as follows.", "#### python\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### java\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: code, type: Sequence[string], description: Code Tokens", "#### python\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: path, type: string, description: Original path in the dataset\nfield name: code, type: Sequence[string], description: Code Tokens", "### Data Splits", "#### java", "#### python\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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.\n\n\nThe data for \"java\" configuration comes from:", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) 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-10K<n<100K #source_datasets-original #language-code #license-c-uda #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE CodeCompletion-token dataset, available at URL\n\n\nPredict next code token given context of previous tokens. Models are evaluated by token level accuracy.\nCode completion is a one of the most widely used features in software development through IDEs. An effective code completion tool could improve software developers' productivity. We provide code completion evaluation tasks in two granularities -- token level and line level. Here we introduce token level code completion. Token level task is analogous to language modeling. Models should have be able to predict the next token in arbitary types.", "### Supported Tasks and Leaderboards\n\n\n* 'language-modeling': The dataset can be used to train a model for completing single code tokens.", "### Languages\n\n\n* Java programming language\n* Python programming language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### java\n\n\nAn example of 'test' looks as follows.", "#### python\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### java\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: code, type: Sequence[string], description: Code Tokens", "#### python\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: path, type: string, description: Original path in the dataset\nfield name: code, type: Sequence[string], description: Code Tokens", "### Data Splits", "#### java", "#### python\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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.\n\n\nThe data for \"java\" configuration comes from:", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 108, 147, 36, 21, 6, 15, 16, 32, 40, 57, 5, 4, 10, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 8, 30, 25 ]
[ "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-10K<n<100K #source_datasets-original #language-code #license-c-uda #region-us \n### Dataset Summary\n\n\nCodeXGLUE CodeCompletion-token dataset, available at URL\n\n\nPredict next code token given context of previous tokens. Models are evaluated by token level accuracy.\nCode completion is a one of the most widely used features in software development through IDEs. An effective code completion tool could improve software developers' productivity. We provide code completion evaluation tasks in two granularities -- token level and line level. Here we introduce token level code completion. Token level task is analogous to language modeling. Models should have be able to predict the next token in arbitary types.### Supported Tasks and Leaderboards\n\n\n* 'language-modeling': The dataset can be used to train a model for completing single code tokens.### Languages\n\n\n* Java programming language\n* Python programming language\n\n\nDataset Structure\n-----------------### Data Instances#### java\n\n\nAn example of 'test' looks as follows.#### python\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.#### java\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: code, type: Sequence[string], description: Code Tokens#### python\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: path, type: string, description: Original path in the dataset\nfield name: code, type: Sequence[string], description: Code Tokens### Data Splits#### java#### python\n\n\n\nDataset Creation\n----------------### Curation Rationale" ]
[ -0.06772775202989578, 0.29118266701698303, -0.005976804997771978, -0.0036974316462874413, 0.10540243983268738, -0.001874642795883119, 0.013939030468463898, 0.14376217126846313, -0.02374068647623062, 0.12615247070789337, 0.021188979968428612, 0.06981593370437622, 0.12118484824895859, 0.2524256110191345, 0.05631714314222336, -0.25107628107070923, 0.054477449506521225, -0.08990325778722763, 0.008227820508182049, 0.07310443371534348, 0.10574392229318619, -0.07810892164707184, 0.0741550400853157, -0.012864692136645317, -0.08688975870609283, -0.011351684108376503, -0.050520505756139755, -0.038785889744758606, 0.04111531004309654, -0.026040110737085342, 0.06103922054171562, -0.030106358230113983, 0.017062602564692497, -0.21935433149337769, 0.006673589814454317, 0.10735825449228287, 0.06776245683431625, 0.052866384387016296, 0.0363399013876915, -0.03661758825182915, 0.10067097097635269, -0.10856133699417114, 0.10608141869306564, 0.04480520263314247, -0.09703321754932404, -0.1430702805519104, -0.09263689070940018, 0.005021864082664251, 0.13881629705429077, 0.028337650001049042, 0.011941573582589626, 0.07831373065710068, 0.06081089377403259, 0.07096569985151291, 0.051312405616045, -0.1676868200302124, -0.029949594289064407, 0.04135831445455551, 0.05268513783812523, -0.001955420710146427, -0.10821375250816345, -0.056050654500722885, 0.007321466226130724, 0.05176405981183052, 0.06549492478370667, -0.04618936777114868, -0.06879495084285736, -0.02533365972340107, -0.10912225395441055, -0.1095161959528923, 0.16036982834339142, -0.07715237140655518, -0.0813276469707489, -0.13091573119163513, -0.057175345718860626, -0.03022174909710884, -0.02820383571088314, -0.04186451807618141, 0.017044303938746452, 0.038757141679525375, 0.04268248379230499, -0.061421144753694534, -0.07313188165426254, -0.007462823763489723, 0.06056350842118263, 0.08365387469530106, 0.02752065286040306, 0.015528615564107895, -0.0815148800611496, 0.09727456420660019, -0.02931627444922924, -0.10289739072322845, -0.061977796256542206, -0.07644248753786087, -0.11717068403959274, -0.0484125092625618, 0.016236189752817154, -0.18475136160850525, 0.015059138648211956, 0.12267698347568512, -0.11009601503610611, 0.08367761969566345, -0.006495116278529167, -0.002064012223854661, 0.08498430997133255, 0.15117931365966797, 0.04624180495738983, -0.10500053316354752, -0.028177572414278984, -0.010021904483437538, 0.031248455867171288, -0.027596402913331985, -0.02237456664443016, 0.0516025610268116, 0.05431947112083435, 0.10782621800899506, 0.054333340376615524, 0.04301447793841362, -0.015768494457006454, -0.025145476683974266, 0.08212006837129593, -0.15743063390254974, 0.04864757880568504, 0.009060158394277096, -0.0035985989961773157, 0.01790265180170536, 0.024324841797351837, -0.03684520348906517, -0.07372339814901352, -0.029397036880254745, -0.08159416168928146, -0.017428241670131683, -0.14622078835964203, -0.10439635068178177, 0.04305382817983627, -0.05614889785647392, -0.07114258408546448, -0.058733873069286346, -0.2072172462940216, -0.05442642420530319, 0.05656591057777405, -0.020725827664136887, -0.02809690684080124, -0.04735090956091881, -0.09429650753736496, 0.02133251540362835, 0.028372639790177345, -0.02133454568684101, -0.01685761660337448, 0.029224034398794174, -0.02753903716802597, 0.058901965618133545, 0.048547059297561646, 0.030082549899816513, -0.12866079807281494, 0.0831134244799614, -0.22018414735794067, 0.08481275290250778, -0.028662703931331635, 0.07757698744535446, -0.1056780144572258, -0.015401835553348064, 0.0093470998108387, -0.014598462730646133, 0.022775007411837578, 0.11611694097518921, -0.23729722201824188, 0.0037223987746983767, 0.19955715537071228, -0.13026554882526398, -0.04293074086308479, 0.028274966403841972, -0.008685823529958725, 0.10975750535726547, 0.07591473311185837, 0.13541489839553833, 0.22232195734977722, -0.06724169850349426, -0.04808228462934494, -0.0018415912054479122, 0.02673136629164219, 0.06042724475264549, 0.0341041125357151, -0.09966020286083221, 0.09383439272642136, 0.04446251690387726, 0.017566468566656113, -0.04152139648795128, 0.015404543839395046, -0.052828360348939896, -0.007833262905478477, -0.02513214200735092, 0.037614092230796814, -0.004928442183881998, -0.041319530457258224, -0.029538264498114586, -0.06599725782871246, 0.029157787561416626, 0.10541405528783798, -0.06675221771001816, 0.023653779178857803, -0.08102121949195862, 0.07203037291765213, -0.04977736994624138, 0.014565554447472095, -0.18020100891590118, -0.11666526645421982, 0.1007545217871666, -0.07287571579217911, 0.004046875052154064, -0.047846075147390366, 0.023668808862566948, 0.04594812169671059, 0.06183585524559021, -0.01828792691230774, 0.00723205367103219, -0.013029546476900578, -0.015706421807408333, -0.12727053463459015, -0.09971320629119873, -0.0990229919552803, 0.05558358132839203, -0.09213817864656448, 0.01646006479859352, 0.06793618947267532, 0.11620806157588959, 0.07831542938947678, -0.07705143094062805, 0.08664124459028244, 0.0327216237783432, -0.02371014840900898, -0.09470567852258682, -0.014436785131692886, 0.05939934030175209, 0.06634313613176346, 0.0036269649863243103, -0.15810245275497437, -0.19053789973258972, -0.0022356428671628237, 0.11296265572309494, -0.0967651903629303, 0.0129140829667449, -0.03894974663853645, -0.010560509748756886, -0.04808448255062103, -0.06405040621757507, 0.14539079368114471, 0.04324435070157051, 0.06644109636545181, -0.044005174189805984, -0.06347718089818954, -0.006564217619597912, -0.009870762005448341, -0.01326577365398407, 0.01406691875308752, 0.031791090965270996, -0.06362967938184738, 0.08066210895776749, -0.01148528978228569, 0.0403422936797142, 0.14553608000278473, -0.0273734200745821, -0.06706640869379044, -0.032458506524562836, 0.04308193549513817, -0.016891594976186752, 0.09051357209682465, -0.061183519661426544, -0.03717849776148796, 0.02081875503063202, 0.02968648262321949, 0.03526988998055458, -0.05390085279941559, 0.0942709818482399, 0.011266260407865047, -0.011977115646004677, 0.0283383596688509, 0.006633363198488951, 0.02938072197139263, 0.00840907171368599, 0.04008762165904045, 0.07986139506101608, -0.009189954958856106, -0.03792417049407959, -0.1277202069759369, 0.1737792193889618, -0.17337766289710999, -0.20049148797988892, -0.1483326405286789, 0.025556368753314018, 0.009880601428449154, 0.00031768990447744727, 0.01713433861732483, -0.005279197357594967, -0.07768025994300842, -0.09164105355739594, -0.034613702446222305, -0.027603618800640106, -0.07132916152477264, -0.048335712403059006, -0.04229085519909859, 0.017918391153216362, -0.10922911763191223, 0.006004037335515022, 0.09848687052726746, -0.009520702064037323, -0.003574701026082039, 0.03117097169160843, 0.0735800713300705, 0.14781104028224945, -0.01774287037551403, 0.015735218301415443, -0.044634412974119186, 0.20249424874782562, -0.06742062419652939, 0.09907758235931396, 0.1290670931339264, -0.018744850531220436, 0.08536771684885025, 0.12924320995807648, -0.02704269252717495, -0.05690582096576691, 0.01903446577489376, -0.004099519923329353, -0.05287981405854225, -0.1488967388868332, -0.05438915640115738, -0.06682393699884415, 0.04380754381418228, 0.05076222121715546, 0.02948014624416828, -0.017162449657917023, 0.004732845351099968, -0.04002677649259567, 0.0032156892120838165, -0.007561634294688702, 0.14751748740673065, 0.004073521122336388, 0.003872932866215706, 0.012796401977539062, -0.0646887719631195, 0.030381737276911736, 0.0364408940076828, 0.1045423224568367, 0.128761425614357, -0.015662388876080513, 0.15520358085632324, 0.07722582668066025, 0.0829901471734047, 0.0023138581309467554, 0.05575624108314514, -0.0807257741689682, 0.09723401814699173, -0.003970157355070114, -0.06527510285377502, -0.0887349396944046, 0.05675124749541283, 0.006739667616784573, -0.0036585580091923475, -0.04857905954122543, 0.01250526774674654, 0.027427904307842255, 0.19379547238349915, 0.08772473782300949, -0.18756133317947388, -0.0718228742480278, 0.06274018436670303, -0.05667500197887421, -0.11670424789190292, 0.022159647196531296, 0.12092695385217667, -0.1592264324426651, 0.05530143901705742, -0.08325449377298355, 0.07298503816127777, -0.035905465483665466, -0.03417176753282547, 0.036652326583862305, 0.10735102742910385, 0.016540516167879105, 0.07712944597005844, -0.09397304803133011, 0.07448738068342209, 0.027095897123217583, 0.12081226706504822, -0.037091586738824844, 0.09611459821462631, -0.0182630755007267, 0.017858222126960754, 0.09339384734630585, 0.00779256084933877, -0.16804946959018707, -0.01662592776119709, -0.03852484002709389, 0.021603938192129135, 0.07120335847139359, -0.0636800155043602, 0.13875038921833038, -0.021541282534599304, -0.011983394622802734, -0.07037606090307236, -0.050373878329992294, -0.03396854177117348, -0.1694953292608261, 0.04123841971158981, -0.05419951677322388, 0.07499455660581589, -0.07464788109064102, 0.006107656750828028, 0.05337720736861229, 0.15144629776477814, -0.11706392467021942, -0.12805300951004028, -0.11027626693248749, -0.049751099199056625, 0.11241312325000763, -0.056361034512519836, 0.0347680002450943, -0.026584383100271225, 0.20574136078357697, -0.036496538668870926, -0.06842230260372162, 0.004585795570164919, -0.07170110940933228, -0.08567921817302704, -0.05307778716087341, 0.12328727543354034, 0.004527779296040535, 0.010929546318948269, 0.021783174946904182, 0.06096231937408447, 0.004141276702284813, -0.06315883249044418, -0.024942679330706596, 0.18699178099632263, 0.07433626800775528, 0.030532123520970345, -0.0697501078248024, -0.06583363562822342, -0.06052742153406143, 0.06047414615750313, 0.10617244243621826, 0.08232273161411285, -0.08459014445543289, 0.15263915061950684, 0.12142786383628845, -0.13107819855213165, -0.17037206888198853, 0.03339988738298416, 0.009000474587082863, 0.03308196738362312, -0.03774883970618248, -0.23992834985256195, 0.006561496760696173, -0.08962765336036682, -0.013774347491562366, 0.028236953541636467, -0.3125309348106384, -0.07235982269048691, 0.001779505517333746, 0.01509329304099083, -0.1599276065826416, -0.1305270940065384, -0.07493206858634949, 0.005098853725939989, -0.08566984534263611, 0.07798195630311966, -0.03621132671833038, 0.03650912269949913, 0.010729740373790264, 0.11731673777103424, 0.03404366597533226, -0.06284985691308975, 0.05593977868556976, -0.03135228157043457, 0.038446538150310516, -0.03914498910307884, 0.036673109978437424, 0.07246758043766022, -0.08531226962804794, 0.15375849604606628, 0.0008598382119089365, 0.08323344588279724, -0.15091104805469513, -0.0011166994227096438, -0.07266958802938461, 0.053943175822496414, -0.05915825068950653, -0.06040015071630478, -0.05904899165034294, 0.04069340601563454, 0.10743391513824463, 0.005950619000941515, 0.017392950132489204, -0.007674064487218857, 0.11881367117166519, 0.15467017889022827, 0.10770352929830551, 0.016055285930633545, -0.12675006687641144, 0.02792404033243656, -0.005003976635634899, 0.030020317062735558, -0.1443062126636505, -0.002111590700224042, 0.07662560790777206, 0.06532890349626541, 0.10441355407238007, 0.003313574707135558, -0.17127156257629395, 0.01531695295125246, 0.046657126396894455, -0.12325010448694229, -0.15689504146575928, 0.01009618304669857, 0.14535613358020782, -0.14461620151996613, -0.0001767341891536489, 0.09616198390722275, -0.013851163908839226, -0.04111543670296669, -0.017085440456867218, 0.08299556374549866, 0.017908446490764618, 0.06338465958833694, 0.01886318437755108, 0.053652480244636536, -0.057994309812784195, 0.12333013117313385, 0.0991290882229805, -0.11504634469747543, 0.0524255745112896, 0.1695215255022049, -0.09844298660755157, -0.02886318974196911, -0.0031962860375642776, 0.1370350569486618, 0.05154585838317871, -0.050196703523397446, -0.010218760930001736, -0.01248282939195633, -0.004079930484294891, 0.19621330499649048, -0.007742004934698343, 0.055733758956193924, -0.04256076365709305, -0.0010344580514356494, -0.11170443892478943, 0.11892896145582199, 0.016459286212921143, 0.04829787090420723, -0.07937227934598923, 0.17896674573421478, -0.025468461215496063, 0.04033556580543518, 0.01597733050584793, -0.07064218819141388, -0.02967163547873497, -0.02154546044766903, -0.026918943971395493, 0.006120780482888222, -0.09606872498989105, -0.02885996364057064, 0.023239415138959885, 0.03650572523474693, 0.002678493969142437, 0.027677159756422043, -0.04990360140800476, -0.05190553888678551, -0.05591721832752228, 0.07963656634092331, -0.13530504703521729, 0.03833402693271637, 0.055399633944034576, -0.09508329629898071, 0.05587560310959816, -0.017301145941019058, -0.010009034536778927, 0.05933354049921036, -0.032598547637462616, 0.014302860014140606, -0.01345176249742508, 0.0020324026700109243, 0.04317431151866913, -0.12611334025859833, -0.030078856274485588, -0.008909155614674091, -0.04660290479660034, -0.013895089738070965, 0.051429763436317444, -0.08836232870817184, 0.06939273327589035, 0.09402362257242203, -0.04695649817585945, -0.03909384459257126, 0.057490743696689606, 0.030069539323449135, 0.0017351496499031782, 0.10895919054746628, -0.046508271247148514, 0.07904926687479019, -0.09573164582252502, -0.04401198402047157, -0.007944010198116302, 0.049434710294008255, 0.005240589380264282, 0.017756683751940727, 0.04957090690732002, -0.03529386967420578, 0.04084891080856323, -0.006306428927928209, 0.03820200264453888, 0.013086809776723385, -0.09457071870565414, -0.03819957375526428, 0.07537971436977386, 0.033147383481264114, 0.0061488100327551365, -0.01872852072119713, 0.013177008368074894, 0.02187974378466606, -0.03638926520943642, 0.04248014837503433, 0.15628178417682648, 0.11507880687713623, 0.11582528054714203, 0.0783945843577385, -0.0029076801147311926, -0.05312037095427513, -0.07915913313627243, 0.0095896627753973, 0.008196922019124031, 0.07660015672445297, -0.0657392218708992, 0.14028307795524597, 0.1402396857738495, -0.15777865052223206, 0.1004244014620781, -0.03204760700464249, -0.08531582355499268, -0.05802404507994652, -0.1437557488679886, -0.028601327911019325, -0.03456442430615425, -0.03229852765798569, -0.1255529671907425, 0.07489300519227982, -0.004017747472971678, -0.04111063852906227, -0.02562381885945797, 0.16913513839244843, -0.059232570230960846, -0.07430887222290039, 0.006196631118655205, 0.03735313564538956, 0.07201743870973587, 0.05795826017856598, 0.04769379273056984, 0.0027532605454325676, 0.026167646050453186, 0.10481756925582886, 0.0808493122458458, 0.08619564026594162, 0.01782313548028469, -0.03334785997867584, -0.03436504304409027, 0.0352143757045269, -0.023243924602866173, -0.027551237493753433, 0.07161480188369751, 0.07776277512311935, -0.053374964743852615, -0.0015231583965942264, 0.18931697309017181, -0.06499356776475906, -0.08514933288097382, -0.1955362856388092, 0.17034724354743958, 0.037681929767131805, -0.03023882769048214, 0.032381657510995865, -0.14015556871891022, -0.03572907671332359, 0.10337227582931519, 0.11163629591464996, 0.06697987765073776, -0.012377170845866203, -0.02024451270699501, 0.001923830364830792, -0.043460436165332794, 0.10062769800424576, -0.008994094096124172, 0.26203402876853943, -0.0327245369553566, 0.0788939893245697, -0.01009080745279789, -0.04052574187517166, -0.12267684191465378, 0.08480644971132278, -0.06610748171806335, -0.0111932922154665, -0.01189957745373249, 0.09886360168457031, -0.07290874421596527, -0.21140927076339722, -0.03113957867026329, -0.11268048733472824, -0.09628209471702576, 0.006153990514576435, 0.03964346647262573, -0.02063426934182644, 0.07797069102525711, 0.039964549243450165, -0.011888732202351093, 0.21046246588230133, 0.025896212086081505, -0.00865201372653246, -0.1075863242149353, 0.08734989911317825, -0.19974936544895172, 0.186663419008255, -0.01398804783821106, 0.0079810731112957, 0.09881911426782608, -0.01924748159945011, -0.12571658194065094, -0.032729580998420715, 0.07079123705625534, 0.0434400700032711, 0.011955500580370426, 0.16252613067626953, 0.0024434304796159267, 0.1426411122083664, 0.04878578335046768, -0.012178570032119751, -0.000997881405055523, -0.044265199452638626, 0.019573930650949478, -0.08822134882211685, -0.007175100967288017, -0.07501794397830963, 0.13851992785930634, 0.12324955314397812, -0.033449068665504456, 0.03181886300444603, -0.03072076104581356, 0.059517089277505875, 0.0010468546533957124, 0.05598752945661545, -0.06819330155849457, -0.16043123602867126, -0.00310986815020442, -0.026678085327148438, 0.05808917060494423, -0.2180899977684021, -0.055008649826049805, 0.06554926931858063, 0.03246785327792168, -0.05344989523291588, 0.1224624514579773, 0.00818637479096651, 0.015669528394937515, -0.05365458130836487, -0.039432112127542496, -0.006918489001691341, 0.12067677825689316, -0.11547265201807022, -0.07029208540916443 ]
07ab797a018d0d5c448b56eb26b5e11aa5ad7659
# Dataset Card for "code_x_glue_cc_code_refinement" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Code-Code/code-refinement - **Paper:** https://arxiv.org/abs/2102.04664 ### Dataset Summary CodeXGLUE code-refinement dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/code-refinement We use the dataset released by this paper(https://arxiv.org/pdf/1812.08693.pdf). The source side is a Java function with bugs and the target side is the refined one. All the function and variable names are normalized. Their dataset contains two subsets ( i.e.small and medium) based on the function length. ### Supported Tasks and Leaderboards - `text2text-generation-other-debugging`: The dataset can be used to train a model for automatically fixing buggy code. ### Languages - Java **programming** language ## Dataset Structure ### Data Instances #### medium An example of 'train' looks as follows. ``` { "buggy": "public static TYPE_1 init ( java.lang.String name , java.util.Date date ) { TYPE_1 VAR_1 = new TYPE_1 ( ) ; VAR_1 . METHOD_1 ( name ) ; java.util.Calendar VAR_2 = java.util.Calendar.getInstance ( ) ; VAR_2 . METHOD_2 ( date ) ; VAR_1 . METHOD_3 ( VAR_2 ) ; return VAR_1 ; }\n", "fixed": "public static TYPE_1 init ( java.lang.String name , java.util.Date date ) { TYPE_1 VAR_1 = new TYPE_1 ( ) ; VAR_1 . METHOD_1 ( name ) ; java.util.Calendar VAR_2 = null ; if ( date != null ) { VAR_2 = java.util.Calendar.getInstance ( ) ; VAR_2 . METHOD_2 ( date ) ; } VAR_1 . METHOD_3 ( VAR_2 ) ; return VAR_1 ; }\n", "id": 0 } ``` #### small An example of 'validation' looks as follows. ``` { "buggy": "public java.util.List < TYPE_1 > METHOD_1 ( ) { java.util.ArrayList < TYPE_1 > VAR_1 = new java.util.ArrayList < TYPE_1 > ( ) ; for ( TYPE_2 VAR_2 : VAR_3 ) { VAR_1 . METHOD_2 ( VAR_2 . METHOD_1 ( ) ) ; } return VAR_1 ; } \n", "fixed": "public java.util.List < TYPE_1 > METHOD_1 ( ) { return VAR_1 ; } \n", "id": 0 } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### medium, small |field name| type | description | |----------|------|--------------------------------| |id |int32 | Index of the sample | |buggy |string| The buggy version of the code | |fixed |string| The correct version of the code| ### Data Splits | name |train|validation|test| |------|----:|---------:|---:| |medium|52364| 6546|6545| |small |46680| 5835|5835| ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization Downloaded from GitHub Archive every public GitHub event between March 2011 and October 2017 and used the Google BigQuery APIs. [More Information Needed] #### Who are the source language producers? Software Engineering developers. ### Annotations #### Annotation process Automatically annotated by filtering commit messages containing the pattern: ("fix" or "solve") and ("bug" or "issue" or "problem" or "error"). A statistically significant amount of samples (95% confidence level with 5% confidence interval) were manually evaluated by two authors to check if the filtered bug/fix pairs were correct. After all disagreements were settled, authors conclude that 97.6% were true positives. #### Who are the annotators? Heuristics and the authors of the paper. ### 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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @article{DBLP:journals/corr/abs-2102-04664, author = {Shuai Lu and Daya Guo and Shuo Ren and Junjie Huang and Alexey Svyatkovskiy and Ambrosio Blanco and Colin B. Clement and Dawn Drain and Daxin Jiang and Duyu Tang and Ge Li and Lidong Zhou and Linjun Shou and Long Zhou and Michele Tufano and Ming Gong and Ming Zhou and Nan Duan and Neel Sundaresan and Shao Kun Deng and Shengyu Fu and Shujie Liu}, title = {CodeXGLUE: {A} Machine Learning Benchmark Dataset for Code Understanding and Generation}, journal = {CoRR}, volume = {abs/2102.04664}, year = {2021} } @article{tufano2019empirical, title={An empirical study on learning bug-fixing patches in the wild via neural machine translation}, author={Tufano, Michele and Watson, Cody and Bavota, Gabriele and Penta, Massimiliano Di and White, Martin and Poshyvanyk, Denys}, journal={ACM Transactions on Software Engineering and Methodology (TOSEM)}, volume={28}, number={4}, pages={1--29}, year={2019}, publisher={ACM New York, NY, USA} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_cc_code_refinement
[ "task_categories:text2text-generation", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:other-programming-languages", "size_categories:10K<n<100K", "source_datasets:original", "language:code", "license:c-uda", "debugging", "arxiv:2102.04664", "arxiv:1812.08693", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["code"], "license": ["c-uda"], "multilinguality": ["other-programming-languages"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text2text-generation"], "task_ids": [], "pretty_name": "CodeXGlueCcCodeRefinement", "tags": ["debugging"], "dataset_info": [{"config_name": "medium", "features": [{"name": "id", "dtype": "int32"}, {"name": "buggy", "dtype": "string"}, {"name": "fixed", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 32614786, "num_examples": 52364}, {"name": "validation", "num_bytes": 4086733, "num_examples": 6546}, {"name": "test", "num_bytes": 4063665, "num_examples": 6545}], "download_size": 14929559, "dataset_size": 40765184}, {"config_name": "small", "features": [{"name": "id", "dtype": "int32"}, {"name": "buggy", "dtype": "string"}, {"name": "fixed", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 13006679, "num_examples": 46680}, {"name": "validation", "num_bytes": 1629242, "num_examples": 5835}, {"name": "test", "num_bytes": 1619700, "num_examples": 5835}], "download_size": 5894462, "dataset_size": 16255621}], "configs": [{"config_name": "medium", "data_files": [{"split": "train", "path": "medium/train-*"}, {"split": "validation", "path": "medium/validation-*"}, {"split": "test", "path": "medium/test-*"}]}, {"config_name": "small", "data_files": [{"split": "train", "path": "small/train-*"}, {"split": "validation", "path": "small/validation-*"}, {"split": "test", "path": "small/test-*"}]}]}
2024-01-24T14:53:13+00:00
[ "2102.04664", "1812.08693" ]
[ "code" ]
TAGS #task_categories-text2text-generation #annotations_creators-expert-generated #language_creators-found #multilinguality-other-programming-languages #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #debugging #arxiv-2102.04664 #arxiv-1812.08693 #region-us
Dataset Card for "code\_x\_glue\_cc\_code\_refinement" ====================================================== 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 * Paper: URL ### Dataset Summary CodeXGLUE code-refinement dataset, available at URL We use the dataset released by this paper(URL The source side is a Java function with bugs and the target side is the refined one. All the function and variable names are normalized. Their dataset contains two subsets ( i.e.small and medium) based on the function length. ### Supported Tasks and Leaderboards * 'text2text-generation-other-debugging': The dataset can be used to train a model for automatically fixing buggy code. ### Languages * Java programming language Dataset Structure ----------------- ### Data Instances #### medium An example of 'train' looks as follows. #### small An example of 'validation' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### medium, small field name: id, type: int32, description: Index of the sample field name: buggy, type: string, description: The buggy version of the code field name: fixed, type: string, description: The correct version of the code ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization Downloaded from GitHub Archive every public GitHub event between March 2011 and October 2017 and used the Google BigQuery APIs. #### Who are the source language producers? Software Engineering developers. ### Annotations #### Annotation process Automatically annotated by filtering commit messages containing the pattern: ("fix" or "solve") and ("bug" or "issue" or "problem" or "error"). A statistically significant amount of samples (95% confidence level with 5% confidence interval) were manually evaluated by two authors to check if the filtered bug/fix pairs were correct. After all disagreements were settled, authors conclude that 97.6% were true positives. #### Who are the annotators? Heuristics and the authors of the paper. ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE code-refinement dataset, available at URL\n\n\nWe use the dataset released by this paper(URL The source side is a Java function with bugs and the target side is the refined one. All the function and variable names are normalized. Their dataset contains two subsets ( i.e.small and medium) based on the function length.", "### Supported Tasks and Leaderboards\n\n\n* 'text2text-generation-other-debugging': The dataset can be used to train a model for automatically fixing buggy code.", "### Languages\n\n\n* Java programming language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### medium\n\n\nAn example of 'train' looks as follows.", "#### small\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### medium, small\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: buggy, type: string, description: The buggy version of the code\nfield name: fixed, type: string, description: The correct version of the code", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nDownloaded from GitHub Archive every public GitHub event between March 2011 and October 2017 and used the Google BigQuery APIs.", "#### Who are the source language producers?\n\n\nSoftware Engineering developers.", "### Annotations", "#### Annotation process\n\n\nAutomatically annotated by filtering commit messages containing the pattern: (\"fix\" or \"solve\") and (\"bug\" or \"issue\" or \"problem\" or \"error\"). A statistically significant amount of samples (95% confidence level with 5% confidence interval) were manually evaluated by two authors to check if the filtered bug/fix pairs were correct. After all disagreements were settled, authors conclude that 97.6% were true positives.", "#### Who are the annotators?\n\n\nHeuristics and the authors of the paper.", "### 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\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #annotations_creators-expert-generated #language_creators-found #multilinguality-other-programming-languages #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #debugging #arxiv-2102.04664 #arxiv-1812.08693 #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE code-refinement dataset, available at URL\n\n\nWe use the dataset released by this paper(URL The source side is a Java function with bugs and the target side is the refined one. All the function and variable names are normalized. Their dataset contains two subsets ( i.e.small and medium) based on the function length.", "### Supported Tasks and Leaderboards\n\n\n* 'text2text-generation-other-debugging': The dataset can be used to train a model for automatically fixing buggy code.", "### Languages\n\n\n* Java programming language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### medium\n\n\nAn example of 'train' looks as follows.", "#### small\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### medium, small\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: buggy, type: string, description: The buggy version of the code\nfield name: fixed, type: string, description: The correct version of the code", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nDownloaded from GitHub Archive every public GitHub event between March 2011 and October 2017 and used the Google BigQuery APIs.", "#### Who are the source language producers?\n\n\nSoftware Engineering developers.", "### Annotations", "#### Annotation process\n\n\nAutomatically annotated by filtering commit messages containing the pattern: (\"fix\" or \"solve\") and (\"bug\" or \"issue\" or \"problem\" or \"error\"). A statistically significant amount of samples (95% confidence level with 5% confidence interval) were manually evaluated by two authors to check if the filtered bug/fix pairs were correct. After all disagreements were settled, authors conclude that 97.6% were true positives.", "#### Who are the annotators?\n\n\nHeuristics and the authors of the paper.", "### 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\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 104, 89, 44, 16, 6, 15, 16, 32, 58, 11, 7, 4, 39, 15, 5, 104, 20, 18, 7, 8, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-text2text-generation #annotations_creators-expert-generated #language_creators-found #multilinguality-other-programming-languages #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #debugging #arxiv-2102.04664 #arxiv-1812.08693 #region-us \n### Dataset Summary\n\n\nCodeXGLUE code-refinement dataset, available at URL\n\n\nWe use the dataset released by this paper(URL The source side is a Java function with bugs and the target side is the refined one. All the function and variable names are normalized. Their dataset contains two subsets ( i.e.small and medium) based on the function length.### Supported Tasks and Leaderboards\n\n\n* 'text2text-generation-other-debugging': The dataset can be used to train a model for automatically fixing buggy code.### Languages\n\n\n* Java programming language\n\n\nDataset Structure\n-----------------### Data Instances#### medium\n\n\nAn example of 'train' looks as follows.#### small\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.#### medium, small\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: buggy, type: string, description: The buggy version of the code\nfield name: fixed, type: string, description: The correct version of the code### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization\n\n\nDownloaded from GitHub Archive every public GitHub event between March 2011 and October 2017 and used the Google BigQuery APIs.#### Who are the source language producers?\n\n\nSoftware Engineering developers.### Annotations" ]
[ -0.05465302616357803, 0.2210058569908142, -0.005123961716890335, 0.07272784411907196, 0.10489145666360855, 0.006023281253874302, 0.06723873317241669, 0.10610494762659073, -0.012157315388321877, 0.10695262253284454, 0.013698752969503403, 0.011293990537524223, 0.10912718623876572, 0.17138946056365967, 0.05833505839109421, -0.23261108994483948, -0.0013953028246760368, -0.09450141340494156, 0.05466034635901451, 0.0707479789853096, 0.15083038806915283, -0.06742551922798157, 0.07009992748498917, -0.0068330601789057255, -0.07125145196914673, 0.021618293598294258, -0.022814327850937843, -0.04958891123533249, 0.04607807844877243, 0.030097156763076782, -0.006852797698229551, -0.054092906415462494, 0.04978588595986366, -0.10784647613763809, 0.019191183149814606, 0.09039884060621262, 0.05456649512052536, 0.03851630166172981, 0.11855793744325638, -0.0634070560336113, 0.05632831156253815, -0.10815790295600891, 0.03227018564939499, 0.06391388177871704, -0.09498192369937897, -0.17302632331848145, -0.10412672907114029, 0.03371663764119148, 0.08124246448278427, 0.08721140772104263, -0.001420783344656229, -0.08797340840101242, -0.014028048142790794, 0.035429947078228, 0.15981584787368774, -0.06976912170648575, -0.03886766731739044, 0.10032930970191956, 0.02903142385184765, 0.1231694296002388, -0.1132744625210762, -0.037421755492687225, -0.02304433099925518, 0.06502336263656616, 0.0749790370464325, -0.028649872168898582, -0.14806780219078064, 0.009713435545563698, -0.08205337822437286, -0.06616251170635223, 0.0993182361125946, -0.08699117600917816, -0.06733857840299606, -0.18030419945716858, -0.04145440831780434, -0.014452164061367512, -0.023330897092819214, -0.0020792402792721987, 0.06608234345912933, 0.04150832071900368, 0.10323294997215271, -0.10316632688045502, -0.08885887265205383, -0.029452254995703697, -0.021498674526810646, 0.01927328296005726, -0.016326000913977623, 0.024058829993009567, -0.09859298169612885, 0.07705212384462357, -0.06568361818790436, -0.11286567151546478, -0.10454824566841125, -0.001961717614904046, -0.03034394048154354, -0.02571031264960766, -0.02288711443543434, -0.07812914252281189, 0.0602525919675827, 0.2125425785779953, -0.1531180888414383, 0.06558574736118317, -0.032243140041828156, -0.03166690841317177, 0.0992080420255661, 0.14707569777965546, -0.10505808144807816, -0.09125425666570663, 0.08625329285860062, -0.04315871000289917, 0.047393012791872025, -0.012032011523842812, -0.039611462503671646, -0.023741547018289566, 0.03465588018298149, 0.08216977119445801, 0.07539200782775879, -0.033678989857435226, -0.0648702010512352, -0.0593017116189003, 0.1417272686958313, -0.1470692902803421, 0.0422208197414875, 0.07245732843875885, -0.06400708854198456, 0.007946621626615524, -0.025034667924046516, -0.05004836618900299, -0.0792522132396698, -0.004248929675668478, -0.09249916672706604, -0.020496651530265808, -0.0949181467294693, -0.08988220244646072, 0.030210794880986214, -0.08623679727315903, -0.029786935076117516, -0.043755702674388885, -0.27483081817626953, -0.08761708438396454, 0.009235486388206482, -0.09172102063894272, -0.009361935779452324, -0.019142022356390953, -0.061354972422122955, 0.01273155864328146, -0.0073373704217374325, 0.03699353709816933, -0.050874896347522736, 0.021485069766640663, -0.04324967786669731, 0.055954720824956894, 0.027705620974302292, 0.031147550791502, -0.11475932598114014, 0.03900629281997681, -0.13896112143993378, 0.1252349615097046, -0.028522998094558716, 0.006057035177946091, -0.11034306138753891, -0.005076558794826269, 0.07384166866540909, -0.007689973805099726, 0.02207343280315399, 0.12774230539798737, -0.14826439321041107, -0.036414243280887604, 0.13667429983615875, -0.07434441149234772, 0.010895887389779091, 0.07376198470592499, -0.020456455647945404, 0.05515513941645622, 0.0777856782078743, 0.11700548231601715, 0.16549009084701538, 0.02261984907090664, -0.06945586949586868, -0.013033718802034855, 0.0071282959543168545, 0.07212605327367783, 0.06759816408157349, -0.04945946857333183, 0.10089036077260971, 0.0470987930893898, -0.024383461102843285, -0.0031108567491173744, 0.016269652172923088, -0.023649219423532486, -0.00868049543350935, -0.027726901695132256, -0.03533264249563217, -0.010146085172891617, -0.009719405323266983, -0.015058386139571667, -0.04086817800998688, 0.03132834658026695, 0.07843886315822601, -0.037013981491327286, -0.01178294699639082, -0.06509480625391006, 0.04041709378361702, -0.03716306388378143, 0.01981428824365139, -0.15283721685409546, -0.11456374078989029, 0.03941267728805542, -0.07881612330675125, -0.0018231875728815794, -0.07208649069070816, 0.053345728665590286, 0.00789033342152834, -0.003628185484558344, -0.0025584197137504816, 0.008009687066078186, -0.04984566569328308, 0.002455982845276594, -0.12141735851764679, -0.05478161200881004, -0.06074570119380951, 0.11315148323774338, -0.11644003540277481, 0.01863836869597435, 0.0820484310388565, 0.10013414919376373, 0.03571361303329468, -0.08649541437625885, 0.0859389677643776, -0.028978195041418076, -0.034522466361522675, -0.11996906250715256, -0.04204694554209709, 0.022293582558631897, 0.09813141077756882, 0.06617970019578934, -0.11474204063415527, -0.08984877169132233, 0.03552345931529999, 0.13086940348148346, -0.04597412794828415, 0.0352027490735054, -0.028625255450606346, -0.006938250735402107, -0.08212104439735413, -0.05898703262209892, 0.1011420339345932, 0.032343290746212006, 0.06457673758268356, -0.06154009699821472, -0.05938651040196419, -0.011750753037631512, -0.021347584202885628, -0.017711026594042778, 0.05149584636092186, -0.07078561931848526, -0.0033069909550249577, 0.13957040011882782, -0.0579729899764061, 0.002548668533563614, 0.20497380197048187, 0.040793925523757935, -0.07470497488975525, -0.021730026230216026, -0.019588373601436615, -0.010009713470935822, 0.056795112788677216, -0.04688384011387825, 0.0032373538706451654, 0.05599157139658928, 0.03453968092799187, 0.04810299724340439, -0.02725040726363659, 0.07171983271837234, 0.02818693220615387, -0.056338053196668625, 0.03526032343506813, -0.02593965269625187, 0.010373932309448719, 0.05657171830534935, 0.0652574971318245, 0.12095177173614502, 0.00740866968408227, -0.005324762314558029, -0.1184668019413948, 0.19319182634353638, -0.11409793049097061, -0.22555260360240936, -0.17781998217105865, -0.007937535643577576, -0.04764453321695328, 0.03455035760998726, 0.003152992110699415, -0.02677987515926361, -0.07685200124979019, -0.07935922592878342, 0.08273028582334518, 0.026420727372169495, -0.07868848741054535, -0.044245246797800064, -0.039819587022066116, 0.01090247742831707, -0.16214366257190704, 0.005730214063078165, 0.10319632291793823, -0.12160970270633698, 0.011631353758275509, 0.07288798689842224, 0.026271827518939972, 0.09946025907993317, 0.027062388136982918, -0.014266029931604862, 0.003671880578622222, 0.19958917796611786, -0.0707513689994812, 0.14178934693336487, 0.24152660369873047, 0.028369970619678497, 0.031954213976860046, 0.09287961572408676, 0.0017853726167231798, -0.06180812790989876, 0.012763622216880322, 0.04627256840467453, -0.07225339114665985, -0.20630410313606262, -0.05409988760948181, -0.0635252445936203, 0.05754759535193443, 0.06025998666882515, 0.05461350828409195, -0.0005714712897315621, 0.037246569991111755, -0.0501202791929245, 0.040795981884002686, 0.022863665595650673, 0.08522047102451324, 0.08928653597831726, 0.009166928939521313, 0.029352989047765732, -0.02100493386387825, 0.10395564138889313, 0.1336466670036316, 0.024169664829969406, 0.029153136536478996, -0.09559822827577591, 0.19851253926753998, 0.02497091144323349, 0.005296268034726381, -0.01617192104458809, 0.05859409272670746, -0.07502545416355133, 0.032049912959337234, -0.002919187070801854, -0.0701327919960022, -0.07002492249011993, 0.0531703345477581, -0.024685319513082504, -0.016454096883535385, 0.028094936162233353, -0.08377324044704437, 0.034206047654151917, 0.22556468844413757, 0.06687062978744507, -0.2233055680990219, -0.1371515393257141, 0.07607793807983398, -0.02394668199121952, -0.14700955152511597, 0.004367037210613489, 0.158534437417984, -0.12695588171482086, 0.019353842362761497, -0.0038636152166873217, 0.06927306950092316, -0.11807502806186676, -0.03347472846508026, 0.02792106382548809, 0.1589110791683197, 0.0044250208884477615, 0.07704080641269684, -0.1994371861219406, -0.08089470863342285, 0.019682714715600014, 0.09295337647199631, -0.0844065472483635, 0.06180769205093384, 0.018356051295995712, -0.09351277351379395, 0.07652677595615387, 0.028617750853300095, -0.05757841095328331, -0.058550406247377396, -0.08195383101701736, 0.023655300959944725, 0.00814575795084238, -0.1307349056005478, 0.10623202472925186, -0.017544323578476906, -0.014500569552183151, -0.0629764050245285, -0.09744489938020706, -0.05661049857735634, -0.15006814897060394, 0.029234683141112328, -0.0007756141130812466, 0.13352200388908386, -0.08361439406871796, 0.016119156032800674, 0.048735473304986954, 0.1436542272567749, -0.11509186029434204, -0.13631771504878998, -0.15096737444400787, 0.06404726207256317, 0.12434019893407822, -0.047416526824235916, 0.0918198823928833, -0.006885436363518238, 0.18756499886512756, 0.01587888039648533, -0.07691101729869843, 0.04614289104938507, -0.10567576438188553, -0.17426876723766327, -0.023546986281871796, 0.0841897577047348, 0.10361620038747787, 0.006478307768702507, -0.0015799623215571046, 0.07302392274141312, -0.013046197593212128, -0.11103580892086029, 0.011547585017979145, 0.2234681099653244, 0.022904084995388985, 0.0824684426188469, 0.016307786107063293, -0.1301020085811615, 0.014344912022352219, -0.019592856988310814, 0.09751220792531967, 0.10350351780653, -0.05887945741415024, 0.14310838282108307, 0.15062379837036133, -0.08004569262266159, -0.21717776358127594, 0.04865260794758797, 0.04486527293920517, 0.062169015407562256, 0.0012772318441420794, -0.2951122522354126, 0.1077771708369255, 0.06085265427827835, -0.01709490641951561, 0.1311836838722229, -0.33167582750320435, -0.0956757590174675, 0.011205782182514668, -0.0024974707048386335, -0.0626152828335762, -0.10100967437028885, -0.056056227535009384, -0.03225395083427429, -0.14468416571617126, 0.11898302286863327, -0.08028710633516312, 0.048244886100292206, -0.04685874655842781, 0.09245844185352325, 0.03445650264620781, -0.06627604365348816, 0.10691533237695694, -0.05196211859583855, 0.030537107959389687, -0.06902436167001724, 0.05078137665987015, 0.11977145820856094, -0.05189569294452667, 0.13821236789226532, -0.00416489876806736, 0.08878462761640549, -0.10183204710483551, -0.06714798510074615, -0.09267004579305649, 0.06906374543905258, -0.04268507659435272, -0.07502833753824234, -0.07784461230039597, 0.06181535869836807, 0.035867512226104736, -0.0025733818765729666, -0.007925833575427532, -0.047567062079906464, 0.0027858461253345013, 0.1674964725971222, 0.0718497633934021, -0.028610849753022194, -0.0627804547548294, -0.019208360463380814, 0.008482622914016247, 0.03424317017197609, -0.13942283391952515, 0.042934585362672806, 0.07414767146110535, 0.08031756430864334, 0.08364605903625488, 0.01077471487224102, -0.12876693904399872, 0.060561634600162506, 0.03746115788817406, -0.11880047619342804, -0.17228005826473236, 0.01656462624669075, 0.03738673776388168, -0.16652026772499084, -0.06066293641924858, 0.1585002839565277, 0.019353430718183517, -0.06861710548400879, 0.0017712608678266406, 0.11471372097730637, 0.00985689740628004, 0.1388019621372223, 0.014301281422376633, 0.006055448669940233, -0.0869963988661766, 0.0937841534614563, 0.09821298718452454, -0.06949268281459808, 0.03376302495598793, 0.18022242188453674, -0.06419949978590012, -0.03460412099957466, 0.007096810732036829, 0.02571660280227661, -0.018388038501143456, -0.027932174503803253, -0.01918867975473404, -0.07549574971199036, 0.067440927028656, 0.06379149854183197, -0.020401684567332268, 0.07255052775144577, -0.04755888506770134, 0.019767656922340393, -0.08413643389940262, 0.1061708852648735, 0.03184470534324646, 0.05732359737157822, -0.06030436232686043, 0.05294259637594223, -0.037516653537750244, -0.02276521921157837, -0.005591430235654116, -0.04116956144571304, -0.09526096284389496, -0.034587834030389786, -0.21196404099464417, 0.02862473763525486, -0.09525387734174728, -0.004285186994820833, -0.017291320487856865, 0.00248234742321074, -0.017747044563293457, 0.05248044803738594, -0.024363726377487183, -0.08973848074674606, -0.09135159850120544, 0.10054103285074234, -0.15489937365055084, 0.01902485452592373, 0.039438359439373016, -0.07486326992511749, 0.15646176040172577, 0.04901040345430374, -0.002361755585297942, -0.008596999570727348, -0.1647212952375412, -0.026562191545963287, -0.008013145066797733, -0.008795926347374916, 0.030003482475876808, -0.14187875390052795, 0.036301735788583755, 0.013934439979493618, -0.0931876003742218, -0.008637537248432636, 0.06284023076295853, -0.11156801134347916, 0.10004665702581406, 0.0053766462951898575, 0.034539416432380676, -0.0804191306233406, 0.048664845526218414, 0.08691465854644775, -0.008746707811951637, 0.11077366769313812, -0.048885002732276917, 0.0580611489713192, -0.13717888295650482, -0.031468939036130905, -0.0425255261361599, 0.012720308266580105, -0.03198665753006935, 0.0345652811229229, 0.06608173996210098, -0.01743285544216633, 0.09076482057571411, 0.04201147332787514, -0.026380926370620728, 0.014146185480058193, 0.06947506964206696, 0.01421338226646185, 0.06399734318256378, 0.034154247492551804, -0.014715184457600117, -0.04281328245997429, 0.028573576360940933, 0.04812079668045044, 0.03693747892975807, 0.05980191379785538, 0.14529141783714294, 0.10292674601078033, 0.047926031053066254, 0.04913576319813728, -0.0185799989849329, -0.12473591417074203, -0.1361789107322693, 0.10175766050815582, -0.05137484893202782, 0.04162121191620827, -0.08221088349819183, 0.02444297820329666, 0.15471778810024261, -0.18840013444423676, 0.10101604461669922, -0.0323946587741375, -0.039174050092697144, -0.04162551090121269, -0.15406186878681183, -0.05180782452225685, -0.033872999250888824, -0.046290405094623566, -0.12830686569213867, 0.105583555996418, 0.132030189037323, 0.013439028523862362, -0.020076006650924683, 0.1276971846818924, 0.012805242091417313, -0.11022086441516876, 0.014758001081645489, 0.022781359031796455, 0.0546356663107872, 0.045687656849622726, 0.02886235900223255, 0.021492965519428253, 0.061333488672971725, 0.10383899509906769, 0.06833970546722412, 0.10609263926744461, -0.015899358317255974, -0.07678872346878052, -0.044403426349163055, 0.005953534040600061, -0.004303810652345419, -0.06637238711118698, 0.1052291989326477, 0.04412994161248207, -0.04712526872754097, 0.035293448716402054, 0.26483070850372314, -0.04441257566213608, -0.10238128155469894, -0.13063035905361176, 0.13571800291538239, 0.00851403083652258, -0.006273593287914991, 0.021449100226163864, -0.1467294842004776, -0.014322257600724697, 0.09281283617019653, 0.09726955741643906, -0.00875966064631939, -0.005082918796688318, -0.014064284041523933, -0.012260920368134975, -0.007091575302183628, 0.06311797350645065, 0.024003848433494568, 0.34230077266693115, -0.0367187038064003, 0.1166922003030777, 0.030527623370289803, -0.04066133499145508, -0.09227801859378815, 0.14128226041793823, -0.09073520451784134, 0.040134914219379425, -0.016237454488873482, 0.03253890573978424, -0.05402415245771408, -0.1842551827430725, 0.041960205882787704, -0.06595964729785919, -0.11610828340053558, -0.010500306263566017, -0.03346041217446327, 0.005927129648625851, 0.0659070685505867, 0.06305739283561707, 0.009643727913498878, 0.1420477330684662, -0.016777001321315765, -0.03981976583600044, -0.07134809345006943, 0.09412045031785965, -0.10336128622293472, 0.29815736413002014, -0.04447135701775551, -0.01992638036608696, 0.11885076761245728, -0.014795580878853798, -0.23273910582065582, -0.021016987040638924, 0.014420181512832642, -0.007169831078499556, 0.019506337121129036, 0.14723238348960876, -0.016972331330180168, 0.10121557116508484, 0.060920797288417816, -0.034831855446100235, 0.0018454211531206965, 0.024939928203821182, 0.04014872759580612, -0.12687049806118011, -0.01644943095743656, -0.07009436190128326, 0.10120633989572525, 0.0905437171459198, -0.06283536553382874, -0.01268929522484541, -0.04189430922269821, 0.0923272967338562, -0.0026323318015784025, 0.16587869822978973, -0.01851881854236126, -0.16413244605064392, 0.016739945858716965, 0.03786066919565201, 0.06232394650578499, -0.15296106040477753, -0.012847589328885078, 0.06565321236848831, 0.017334243282675743, -0.009912172332406044, 0.09354697912931442, 0.05525107681751251, 0.051788654178380966, -0.039874620735645294, 0.00007660684059374034, -0.01659887470304966, 0.1232840046286583, -0.07120420783758163, -0.07848189771175385 ]
d5478a4e472b5aae1c160f1b540ae2eebb79b640
# Dataset Card for "code_x_glue_cc_code_to_code_trans" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Code-Code/code-to-code-trans - **Paper:** https://arxiv.org/abs/2102.04664 ### Dataset Summary CodeXGLUE code-to-code-trans dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/code-to-code-trans The dataset is collected from several public repos, including Lucene(http://lucene.apache.org/), POI(http://poi.apache.org/), JGit(https://github.com/eclipse/jgit/) and Antlr(https://github.com/antlr/). We collect both the Java and C# versions of the codes and find the parallel functions. After removing duplicates and functions with the empty body, we split the whole dataset into training, validation and test sets. ### Supported Tasks and Leaderboards - `machine-translation`: The dataset can be used to train a model for translating code in Java to C# and vice versa. ### Languages - Java **programming** language - C# **programming** language ## Dataset Structure ### Data Instances An example of 'validation' looks as follows. ``` { "cs": "public DVRecord(RecordInputStream in1){_option_flags = in1.ReadInt();_promptTitle = ReadUnicodeString(in1);_errorTitle = ReadUnicodeString(in1);_promptText = ReadUnicodeString(in1);_errorText = ReadUnicodeString(in1);int field_size_first_formula = in1.ReadUShort();_not_used_1 = in1.ReadShort();_formula1 = NPOI.SS.Formula.Formula.Read(field_size_first_formula, in1);int field_size_sec_formula = in1.ReadUShort();_not_used_2 = in1.ReadShort();_formula2 = NPOI.SS.Formula.Formula.Read(field_size_sec_formula, in1);_regions = new CellRangeAddressList(in1);}\n", "id": 0, "java": "public DVRecord(RecordInputStream in) {_option_flags = in.readInt();_promptTitle = readUnicodeString(in);_errorTitle = readUnicodeString(in);_promptText = readUnicodeString(in);_errorText = readUnicodeString(in);int field_size_first_formula = in.readUShort();_not_used_1 = in.readShort();_formula1 = Formula.read(field_size_first_formula, in);int field_size_sec_formula = in.readUShort();_not_used_2 = in.readShort();_formula2 = Formula.read(field_size_sec_formula, in);_regions = new CellRangeAddressList(in);}\n" } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default |field name| type | description | |----------|------|-----------------------------| |id |int32 | Index of the sample | |java |string| The java version of the code| |cs |string| The C# version of the code | ### Data Splits | name |train|validation|test| |-------|----:|---------:|---:| |default|10300| 500|1000| ## 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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @article{DBLP:journals/corr/abs-2102-04664, author = {Shuai Lu and Daya Guo and Shuo Ren and Junjie Huang and Alexey Svyatkovskiy and Ambrosio Blanco and Colin B. Clement and Dawn Drain and Daxin Jiang and Duyu Tang and Ge Li and Lidong Zhou and Linjun Shou and Long Zhou and Michele Tufano and Ming Gong and Ming Zhou and Nan Duan and Neel Sundaresan and Shao Kun Deng and Shengyu Fu and Shujie Liu}, title = {CodeXGLUE: {A} Machine Learning Benchmark Dataset for Code Understanding and Generation}, journal = {CoRR}, volume = {abs/2102.04664}, year = {2021} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_cc_code_to_code_trans
[ "task_categories:translation", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:other-programming-languages", "size_categories:10K<n<100K", "source_datasets:original", "language:code", "license:c-uda", "code-to-code", "arxiv:2102.04664", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["code"], "license": ["c-uda"], "multilinguality": ["other-programming-languages"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "pretty_name": "CodeXGlueCcCodeToCodeTrans", "tags": ["code-to-code"], "dataset_info": {"features": [{"name": "id", "dtype": "int32"}, {"name": "java", "dtype": "string"}, {"name": "cs", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 4372641, "num_examples": 10300}, {"name": "validation", "num_bytes": 226407, "num_examples": 500}, {"name": "test", "num_bytes": 418587, "num_examples": 1000}], "download_size": 2064764, "dataset_size": 5017635}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-24T14:54:48+00:00
[ "2102.04664" ]
[ "code" ]
TAGS #task_categories-translation #annotations_creators-expert-generated #language_creators-found #multilinguality-other-programming-languages #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #code-to-code #arxiv-2102.04664 #region-us
Dataset Card for "code\_x\_glue\_cc\_code\_to\_code\_trans" =========================================================== 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 * Paper: URL ### Dataset Summary CodeXGLUE code-to-code-trans dataset, available at URL The dataset is collected from several public repos, including Lucene(URL POI(URL JGit(URL and Antlr(URL We collect both the Java and C# versions of the codes and find the parallel functions. After removing duplicates and functions with the empty body, we split the whole dataset into training, validation and test sets. ### Supported Tasks and Leaderboards * 'machine-translation': The dataset can be used to train a model for translating code in Java to C# and vice versa. ### Languages * Java programming language * C# programming language Dataset Structure ----------------- ### Data Instances An example of 'validation' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default field name: id, type: int32, description: Index of the sample field name: java, type: string, description: The java version of the code field name: cs, type: string, description: The C# version of the code ### 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 URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE code-to-code-trans dataset, available at URL\n\n\nThe dataset is collected from several public repos, including Lucene(URL POI(URL JGit(URL and Antlr(URL\n\n\nWe collect both the Java and C# versions of the codes and find the parallel functions. After removing duplicates and functions with the empty body, we split the whole dataset into training, validation and test sets.", "### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for translating code in Java to C# and vice versa.", "### Languages\n\n\n* Java programming language\n* C# programming language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: java, type: string, description: The java version of the code\nfield name: cs, type: string, description: The C# version of the code", "### 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ "TAGS\n#task_categories-translation #annotations_creators-expert-generated #language_creators-found #multilinguality-other-programming-languages #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #code-to-code #arxiv-2102.04664 #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE code-to-code-trans dataset, available at URL\n\n\nThe dataset is collected from several public repos, including Lucene(URL POI(URL JGit(URL and Antlr(URL\n\n\nWe collect both the Java and C# versions of the codes and find the parallel functions. After removing duplicates and functions with the empty body, we split the whole dataset into training, validation and test sets.", "### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for translating code in Java to C# and vice versa.", "### Languages\n\n\n* Java programming language\n* C# programming language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: java, type: string, description: The java version of the code\nfield name: cs, type: string, description: The C# version of the code", "### 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 93, 104, 42, 22, 19, 32, 57, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-expert-generated #language_creators-found #multilinguality-other-programming-languages #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #code-to-code #arxiv-2102.04664 #region-us \n### Dataset Summary\n\n\nCodeXGLUE code-to-code-trans dataset, available at URL\n\n\nThe dataset is collected from several public repos, including Lucene(URL POI(URL JGit(URL and Antlr(URL\n\n\nWe collect both the Java and C# versions of the codes and find the parallel functions. After removing duplicates and functions with the empty body, we split the whole dataset into training, validation and test sets.### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for translating code in Java to C# and vice versa.### Languages\n\n\n* Java programming language\n* C# programming language\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: java, type: string, description: The java version of the code\nfield name: cs, type: string, description: The C# version of the code### 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\n\n\nURL URL### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License." ]
[ -0.0323406346142292, 0.32547181844711304, -0.005420863162726164, 0.05649977922439575, 0.13661566376686096, 0.02465706318616867, 0.04244118556380272, 0.1001691073179245, -0.04713083803653717, 0.1291009485721588, -0.011013977229595184, 0.06393545866012573, 0.12725454568862915, 0.1109457015991211, 0.03975619375705719, -0.2688009738922119, 0.007072655018419027, -0.13338573276996613, -0.03165426105260849, 0.09553109109401703, 0.12121685594320297, -0.08379600197076797, 0.06777496635913849, -0.04491842910647392, -0.018150202929973602, -0.020978037267923355, -0.07612720876932144, -0.04705715924501419, 0.040128156542778015, 0.048546332865953445, 0.04267830029129982, -0.003855953924357891, 0.1112016960978508, -0.2676560878753662, 0.015253179706633091, 0.09390482306480408, 0.012926184572279453, 0.0569085069000721, 0.11114522069692612, -0.06253084540367126, 0.08975744247436523, -0.0702400878071785, 0.08333306759595871, 0.055640798062086105, -0.1143789291381836, -0.12153627723455429, -0.12715813517570496, 0.006702415645122528, 0.14318643510341644, 0.07410338521003723, -0.016415128484368324, -0.06746160238981247, -0.017353825271129608, 0.056129347532987595, 0.06707394868135452, -0.14132609963417053, -0.05261944234371185, 0.06316649168729782, 0.03925297036767006, 0.1296752393245697, -0.11608364433050156, -0.016594476997852325, 0.010586890392005444, 0.03939400985836983, 0.0568372868001461, -0.02431103028357029, -0.06292038410902023, 0.057094551622867584, -0.1365050971508026, -0.11353433132171631, 0.12290681153535843, -0.03509148582816124, -0.04162915050983429, -0.11682193726301193, -0.012650403194129467, -0.015291307121515274, -0.023936908692121506, -0.0166995357722044, 0.03776232898235321, 0.013602560386061668, 0.06765109300613403, -0.0741451159119606, -0.07204775512218475, -0.04808549955487251, 0.0332573838531971, -0.0014849227154627442, 0.014103422872722149, -0.0042944722808897495, -0.015275949612259865, 0.08907610177993774, -0.01787736639380455, -0.12050551921129227, -0.0541328601539135, -0.023152608424425125, -0.1167440414428711, -0.03345755487680435, 0.018830018118023872, -0.06132114306092262, 0.034875016659498215, 0.1361798793077469, -0.06768210977315903, 0.07585003226995468, -0.08244264125823975, -0.015222950838506222, 0.09471125900745392, 0.18370294570922852, -0.10430191457271576, -0.10720422863960266, -0.03365470841526985, 0.002541353227570653, -0.016431329771876335, -0.04717827960848808, -0.01858130842447281, 0.07111896574497223, 0.03189827874302864, 0.1426219791173935, 0.08494889736175537, -0.0015049816574901342, -0.06476521492004395, -0.04456041008234024, 0.12371207773685455, -0.16114234924316406, 0.06394839286804199, 0.0653720572590828, -0.03781257942318916, -0.03695592284202576, 0.017658699303865433, -0.013056832365691662, -0.08352591097354889, 0.03858572989702225, -0.06629697233438492, -0.007724031340330839, -0.12932105362415314, -0.10701923817396164, 0.029302097856998444, 0.030186597257852554, -0.07407422363758087, -0.022298164665699005, -0.16308633983135223, -0.09965327382087708, 0.03559321537613869, -0.09873511642217636, -0.0052493782714009285, -0.05984775349497795, -0.054920777678489685, -0.02282050997018814, 0.012433583848178387, -0.004061134532094002, -0.03203520551323891, 0.03219595178961754, -0.028514429926872253, 0.03738510608673096, 0.1252325177192688, 0.07068919390439987, -0.0659434124827385, 0.0936882272362709, -0.147068589925766, 0.12225232273340225, -0.12316304445266724, 0.03219488635659218, -0.1500234305858612, -0.052682459354400635, 0.09135133028030396, -0.032144926488399506, 0.02558973617851734, 0.09888872504234314, -0.2428118735551834, 0.01685250736773014, 0.1539279818534851, -0.06924506276845932, -0.036999043077230453, 0.05661691352725029, -0.0469285286962986, 0.028985057026147842, 0.02168392948806286, 0.08091965317726135, 0.12388252466917038, -0.005686691030859947, -0.020269470289349556, -0.08389147371053696, 0.03747420012950897, 0.15752314031124115, 0.08599542826414108, -0.09436938166618347, 0.06126689538359642, 0.021973738446831703, -0.06371519714593887, -0.07260752469301224, -0.025690922513604164, -0.09396757185459137, 0.040678199380636215, -0.018856307491660118, -0.008417783305048943, -0.0028582524973899126, -0.07965707033872604, -0.0030939786229282618, -0.061928559094667435, -0.005646099802106619, 0.08778569102287292, -0.06570038199424744, -0.0011502108536660671, -0.08835268765687943, 0.021990511566400528, -0.02854442223906517, 0.03903321921825409, -0.17259915173053741, -0.09561853855848312, 0.05100470036268234, -0.0001517633063485846, 0.05511245131492615, -0.06593532115221024, 0.016529427841305733, 0.04803786799311638, -0.004467702936381102, -0.013105896301567554, -0.020094625651836395, 0.027490543201565742, 0.0024537674617022276, -0.18791452050209045, -0.05484556779265404, -0.07138878107070923, 0.10859740525484085, -0.1439681202173233, 0.017249595373868942, 0.05501122400164604, 0.1346610188484192, 0.022247595712542534, -0.05040288716554642, 0.06083585321903229, 0.030591163784265518, -0.023446008563041687, -0.0857764482498169, -0.02584846131503582, -0.017472747713327408, 0.06752463430166245, 0.019146116450428963, -0.13814949989318848, -0.14212282001972198, 0.04984799027442932, 0.061082832515239716, -0.0740756243467331, 0.0005588126950897276, -0.022025372833013535, -0.026578150689601898, -0.059953391551971436, -0.05048444867134094, 0.11598430573940277, 0.07491273432970047, 0.055921319872140884, -0.0467381626367569, -0.03824774548411369, -0.007325761951506138, -0.015389109961688519, -0.0717349573969841, 0.09070025384426117, 0.0821179449558258, -0.08441153168678284, 0.10963600128889084, 0.03341420739889145, 0.04385952651500702, 0.09205388277769089, 0.0009045599144883454, -0.08919559419155121, -0.070728600025177, 0.023239867761731148, 0.02961643785238266, 0.07695385813713074, -0.021562665700912476, 0.0001569971936987713, 0.036472249776124954, 0.01043875701725483, 0.03480537235736847, -0.07603758573532104, 0.06180274114012718, 0.0393606536090374, -0.052758071571588516, 0.02290789783000946, -0.08042312413454056, -0.011822421103715897, 0.06286772340536118, 0.022122476249933243, 0.0429113507270813, -0.03154012933373451, -0.053926337510347366, -0.12348982691764832, 0.16525518894195557, -0.1630263775587082, -0.17289301753044128, -0.14508195221424103, -0.0031711384654045105, -0.011016912758350372, -0.0033141355961561203, 0.001393157639540732, -0.027734776958823204, -0.09158113598823547, -0.08692295849323273, -0.006478406023234129, -0.0036269694101065397, -0.11330471187829971, 0.006139205303043127, -0.010965601541101933, -0.011444509960711002, -0.13971355557441711, 0.03175322711467743, 0.10790803283452988, -0.0721229761838913, 0.01493020262569189, 0.05641849339008331, 0.11751257628202438, 0.16472874581813812, 0.015612798742949963, -0.0096700144931674, 0.0039885761216282845, 0.20468021929264069, -0.09297057241201401, 0.09001407772302628, 0.09072598814964294, -0.024998053908348083, 0.08097300678491592, 0.18375805020332336, 0.008590991608798504, -0.0626630038022995, 0.033166904002428055, 0.04614832624793053, -0.04603774845600128, -0.22997921705245972, -0.056674525141716, -0.05854480713605881, 0.0517471544444561, 0.045075807720422745, 0.04864303022623062, 0.0148289380595088, -0.00831700675189495, -0.05147799849510193, -0.025675533339381218, 0.057483941316604614, 0.0838446095585823, 0.0552244633436203, -0.0297692883759737, 0.027350571006536484, -0.019949067384004593, 0.05563284456729889, 0.0762987807393074, 0.0674603059887886, 0.14139996469020844, -0.02051887847483158, 0.2102915346622467, 0.06942499428987503, 0.09219212085008621, -0.032702527940273285, 0.045190345495939255, -0.05600928142666817, 0.1033615916967392, -0.018601730465888977, -0.061340440064668655, -0.054141927510499954, 0.0690595880150795, 0.06775158643722534, -0.07716873288154602, 0.028141869232058525, -0.05259716883301735, 0.06352367997169495, 0.17957274615764618, 0.0065324557945132256, -0.18086323142051697, -0.04341106489300728, 0.09659625589847565, -0.026796855032444, -0.0976448580622673, 0.00013883474457543343, 0.12071426212787628, -0.14535611867904663, 0.0032645026221871376, -0.04430792108178139, 0.10214690864086151, -0.08866405487060547, -0.03313229978084564, 0.07020397484302521, 0.10006429255008698, -0.016463860869407654, 0.1270972341299057, -0.2115592658519745, 0.04164903983473778, 0.008865363895893097, 0.06902249902486801, -0.03663158044219017, 0.07835343480110168, -0.0004896973259747028, -0.021778767928481102, 0.120043084025383, 0.008140751160681248, -0.13524000346660614, -0.07964564114809036, -0.08217828720808029, 0.0004126807616557926, 0.0747971162199974, -0.12175185233354568, 0.1256454586982727, 0.00360656320117414, -0.044812437146902084, -0.04601742699742317, -0.06322789192199707, -0.062293365597724915, -0.18084445595741272, 0.07426295429468155, -0.08822676539421082, 0.14075517654418945, -0.05019499734044075, -0.008549291640520096, -0.04178486764431, 0.14181195199489594, -0.15074977278709412, -0.08290542662143707, -0.1327027529478073, 0.02134513668715954, 0.16203121840953827, -0.06936340779066086, 0.05198627710342407, 0.009828604757785797, 0.14559920132160187, 0.019962333142757416, -0.02842549793422222, 0.04339580237865448, -0.07119700312614441, -0.21381768584251404, -0.05479004234075546, 0.09579149633646011, 0.04608172923326492, 0.04755495488643646, 0.001001200987957418, 0.07536487281322479, 0.017466846853494644, -0.14003778994083405, 0.01470158714801073, 0.2051350474357605, 0.048044353723526, 0.0504608154296875, -0.025508904829621315, -0.1445944607257843, -0.09457739442586899, -0.007688124664127827, 0.0940612182021141, 0.08531444519758224, -0.08317647129297256, 0.1331740766763687, 0.16524115204811096, -0.11631699651479721, -0.17739170789718628, -0.03447664529085159, 0.010556092485785484, 0.02495744824409485, 0.04810991510748863, -0.2440074384212494, 0.00752593157812953, 0.0224103145301342, -0.015498289838433266, 0.01677655801177025, -0.2789789140224457, -0.09534560889005661, 0.02661730907857418, 0.042423542588949203, -0.2559686005115509, -0.13351532816886902, -0.10007118433713913, -0.012302450835704803, -0.1826402246952057, 0.10736538469791412, -0.017959490418434143, 0.023366399109363556, 0.022099893540143967, 0.09033811092376709, 0.03171539306640625, -0.05299857631325722, 0.14657817780971527, -0.01284552738070488, 0.009447384625673294, -0.07107524573802948, -0.024121591821312904, 0.057108182460069656, -0.029884204268455505, 0.11406857520341873, -0.004340987652540207, 0.07125721871852875, -0.0854044109582901, -0.03003634512424469, -0.055230796337127686, -0.025377493351697922, -0.103153295814991, -0.05841029807925224, -0.024359900504350662, 0.08544155955314636, 0.10218103229999542, -0.029636923223733902, -0.008678371086716652, -0.035803619772195816, -0.009091582149267197, 0.21715812385082245, 0.10272202640771866, 0.10440301895141602, -0.07207942008972168, -0.02540852129459381, 0.00926293432712555, 0.014626520685851574, -0.1582823544740677, 0.056762147694826126, 0.12215930968523026, 0.04443974047899246, 0.15482273697853088, -0.010460599325597286, -0.1584894210100174, 0.02758370339870453, 0.04320107400417328, -0.09312371909618378, -0.22672420740127563, 0.02317424677312374, 0.07475029677152634, -0.16066980361938477, -0.03887712582945824, 0.10346557945013046, 0.0012829264160245657, -0.03747253492474556, 0.014684537425637245, 0.14922593533992767, 0.026661450043320656, 0.12435752898454666, 0.05154901370406151, 0.04715842753648758, -0.08224977552890778, 0.08456588536500931, 0.16469767689704895, -0.08140337467193604, 0.018895629793405533, 0.17704427242279053, -0.06568367779254913, -0.04345931485295296, 0.004460013937205076, 0.07199981808662415, -0.0014421140076592565, -0.03951701149344444, 0.0054885465651750565, -0.058264899998903275, 0.031155245378613472, 0.08075874298810959, -0.02131260558962822, 0.057710789144039154, -0.022162221372127533, -0.009016401134431362, -0.09330273419618607, 0.15376070141792297, 0.04087688401341438, 0.020449323579669, -0.03045973740518093, 0.06818422675132751, -0.02696402184665203, 0.022581705823540688, 0.004956756718456745, -0.05838578939437866, -0.06343450397253036, -0.008356986567378044, -0.14216092228889465, 0.02633058652281761, -0.1305118203163147, -0.008295796811580658, 0.011339888907968998, -0.024664519354701042, 0.01564980298280716, 0.03080969862639904, -0.04270467534661293, -0.0899830088019371, -0.08047117292881012, 0.12460444122552872, -0.201528400182724, -0.009474106132984161, 0.080516517162323, -0.06248002499341965, 0.0922679752111435, -0.007580372039228678, 0.00011170515790581703, 0.01533389464020729, -0.06697023659944534, 0.01801709644496441, -0.05360034853219986, 0.0279953945428133, 0.0699089989066124, -0.147497296333313, 0.0079193701967597, -0.02619129978120327, -0.12241817265748978, -0.009272405877709389, 0.06065967306494713, -0.13046887516975403, 0.04194644093513489, 0.009259955026209354, -0.056017063558101654, -0.05515969917178154, 0.08595046401023865, 0.031779129058122635, -0.013836388476192951, 0.09865172952413559, -0.024127302691340446, 0.11566737294197083, -0.12847352027893066, -0.034235816448926926, -0.011181210167706013, 0.03449104353785515, -0.00374852423556149, 0.01068925391882658, 0.06653501093387604, -0.06188610568642616, 0.062184836715459824, 0.030725156888365746, 0.03973531350493431, 0.012553197331726551, -0.010439418256282806, -0.017305521294474602, 0.09032414108514786, -0.014674105681478977, -0.016376977786421776, -0.019887365400791168, -0.005212057381868362, -0.012134667485952377, -0.0699363648891449, -0.037067584693431854, 0.06260538846254349, 0.11642168462276459, 0.17009428143501282, -0.01302795298397541, 0.04740816354751587, -0.14737743139266968, -0.10771314054727554, 0.10624625533819199, -0.02946883626282215, 0.046430349349975586, -0.05980875715613365, 0.041348595172166824, 0.10946743190288544, -0.21542459726333618, 0.12373438477516174, -0.06023022532463074, -0.09123997390270233, -0.0117233507335186, -0.14823703467845917, -0.056285224854946136, -0.028630366548895836, -0.020580250769853592, -0.1472550928592682, 0.0942685678601265, 0.09129176288843155, -0.019625283777713776, -0.038669850677251816, 0.06850816309452057, 0.0036451248452067375, -0.07833921164274216, 0.0006695527117699385, 0.05857452377676964, 0.09459283947944641, 0.01258547231554985, 0.06821952015161514, -0.012876233085989952, 0.06498837471008301, 0.08877217769622803, 0.06532732397317886, 0.06861159950494766, 0.027882443740963936, -0.03638899698853493, -0.05326221510767937, 0.035805247724056244, -0.032697997987270355, -0.04455685243010521, 0.15213777124881744, 0.04965512827038765, -0.01661480963230133, 0.038643158972263336, 0.2100677341222763, -0.06240078806877136, -0.08224399387836456, -0.18679751455783844, 0.15714935958385468, 0.006695754826068878, 0.013227718882262707, 0.05522589385509491, -0.15907475352287292, 0.0038320068269968033, 0.09956148266792297, 0.1273563951253891, -0.04530239477753639, -0.0028221383690834045, -0.012005140073597431, 0.010494627058506012, 0.004780108574777842, 0.0015103896148502827, 0.05217474699020386, 0.23023773729801178, -0.06356985121965408, 0.06585182249546051, -0.01736142300069332, -0.05079890415072441, -0.06245692819356918, 0.08961796760559082, -0.05975626781582832, 0.004252466838806868, -0.0229061096906662, 0.1207641214132309, -0.0431118942797184, -0.23783902823925018, 0.028139377012848854, -0.07940689474344254, -0.13557858765125275, -0.018121229484677315, 0.05528510734438896, 0.024117453023791313, 0.02558307535946369, 0.06287771463394165, -0.011310407891869545, 0.2475566267967224, 0.034525066614151, 0.004895322024822235, -0.01756257563829422, 0.08513151109218597, -0.10901039093732834, 0.24100977182388306, -0.01632927730679512, -0.009627354331314564, 0.12150129675865173, -0.009596374817192554, -0.14540429413318634, 0.044834475964307785, 0.11138895899057388, 0.006649632938206196, 0.03992421180009842, 0.14107124507427216, -0.018445812165737152, 0.1547434777021408, 0.06649484485387802, 0.0066962046548724174, 0.04103594645857811, -0.039469752460718155, -0.016001390293240547, -0.08943791687488556, 0.03907030075788498, -0.07378119230270386, 0.11630875617265701, 0.14623239636421204, -0.07057706266641617, 0.012963104993104935, -0.017928453162312508, 0.045197419822216034, -0.0585375614464283, 0.16415780782699585, -0.027968158945441246, -0.11679636687040329, 0.009839746169745922, -0.021516280248761177, 0.10521961003541946, -0.13639554381370544, -0.05329562723636627, 0.0942065492272377, -0.00942101702094078, -0.020642448216676712, 0.12210294604301453, 0.08982531726360321, 0.012158765457570553, -0.048732973635196686, -0.055474989116191864, -0.021102450788021088, 0.1323578804731369, -0.09752096980810165, -0.03712240606546402 ]
69bd48c03223c2104342acd9a807caf61ac3efb8
# Dataset Card for "code_x_glue_cc_defect_detection" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Code-Code/Defect-detection ### Dataset Summary CodeXGLUE Defect-detection dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/Defect-detection Given a source code, the task is to identify whether it is an insecure code that may attack software systems, such as resource leaks, use-after-free vulnerabilities and DoS attack. We treat the task as binary classification (0/1), where 1 stands for insecure code and 0 for secure code. The dataset we use comes from the paper Devign: Effective Vulnerability Identification by Learning Comprehensive Program Semantics via Graph Neural Networks. We combine all projects and split 80%/10%/10% for training/dev/test. ### Supported Tasks and Leaderboards - `multi-class-classification`: The dataset can be used to train a model for detecting if code has a defect in it. ### Languages - C **programming** language ## Dataset Structure ### Data Instances An example of 'validation' looks as follows. ``` { "commit_id": "aa1530dec499f7525d2ccaa0e3a876dc8089ed1e", "func": "static void filter_mirror_setup(NetFilterState *nf, Error **errp)\n{\n MirrorState *s = FILTER_MIRROR(nf);\n Chardev *chr;\n chr = qemu_chr_find(s->outdev);\n if (chr == NULL) {\n error_set(errp, ERROR_CLASS_DEVICE_NOT_FOUND,\n \"Device '%s' not found\", s->outdev);\n qemu_chr_fe_init(&s->chr_out, chr, errp);", "id": 8, "project": "qemu", "target": true } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default |field name| type | description | |----------|------|------------------------------------------| |id |int32 | Index of the sample | |func |string| The source code | |target |bool | 0 or 1 (vulnerability or not) | |project |string| Original project that contains this code | |commit_id |string| Commit identifier in the original project| ### Data Splits | name |train|validation|test| |-------|----:|---------:|---:| |default|21854| 2732|2732| ## 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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @inproceedings{zhou2019devign, title={Devign: Effective vulnerability identification by learning comprehensive program semantics via graph neural networks}, author={Zhou, Yaqin and Liu, Shangqing and Siow, Jingkai and Du, Xiaoning and Liu, Yang}, booktitle={Advances in Neural Information Processing Systems}, pages={10197--10207}, year={2019} ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_cc_defect_detection
[ "task_categories:text-classification", "task_ids:multi-class-classification", "annotations_creators:found", "language_creators:found", "multilinguality:other-programming-languages", "size_categories:10K<n<100K", "source_datasets:original", "language:code", "license:c-uda", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["code"], "license": ["c-uda"], "multilinguality": ["other-programming-languages"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-class-classification"], "pretty_name": "CodeXGlueCcDefectDetection", "dataset_info": {"features": [{"name": "id", "dtype": "int32"}, {"name": "func", "dtype": "string"}, {"name": "target", "dtype": "bool"}, {"name": "project", "dtype": "string"}, {"name": "commit_id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 45723451, "num_examples": 21854}, {"name": "validation", "num_bytes": 5582533, "num_examples": 2732}, {"name": "test", "num_bytes": 5646740, "num_examples": 2732}], "download_size": 22289955, "dataset_size": 56952724}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-24T14:56:27+00:00
[]
[ "code" ]
TAGS #task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #region-us
Dataset Card for "code\_x\_glue\_cc\_defect\_detection" ======================================================= 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 ### Dataset Summary CodeXGLUE Defect-detection dataset, available at URL Given a source code, the task is to identify whether it is an insecure code that may attack software systems, such as resource leaks, use-after-free vulnerabilities and DoS attack. We treat the task as binary classification (0/1), where 1 stands for insecure code and 0 for secure code. The dataset we use comes from the paper Devign: Effective Vulnerability Identification by Learning Comprehensive Program Semantics via Graph Neural Networks. We combine all projects and split 80%/10%/10% for training/dev/test. ### Supported Tasks and Leaderboards * 'multi-class-classification': The dataset can be used to train a model for detecting if code has a defect in it. ### Languages * C programming language Dataset Structure ----------------- ### Data Instances An example of 'validation' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default field name: id, type: int32, description: Index of the sample field name: func, type: string, description: The source code field name: target, type: bool, description: 0 or 1 (vulnerability or not) field name: project, type: string, description: Original project that contains this code field name: commit\_id, type: string, description: Commit identifier in the original project ### 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 URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE Defect-detection dataset, available at URL\n\n\nGiven a source code, the task is to identify whether it is an insecure code that may attack software systems, such as resource leaks, use-after-free vulnerabilities and DoS attack. We treat the task as binary classification (0/1), where 1 stands for insecure code and 0 for secure code.\nThe dataset we use comes from the paper Devign: Effective Vulnerability Identification by Learning Comprehensive Program Semantics via Graph Neural Networks. We combine all projects and split 80%/10%/10% for training/dev/test.", "### Supported Tasks and Leaderboards\n\n\n* 'multi-class-classification': The dataset can be used to train a model for detecting if code has a defect in it.", "### Languages\n\n\n* C programming language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: func, type: string, description: The source code\nfield name: target, type: bool, description: 0 or 1 (vulnerability or not)\nfield name: project, type: string, description: Original project that contains this code\nfield name: commit\\_id, type: string, description: Commit identifier in the original project", "### 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE Defect-detection dataset, available at URL\n\n\nGiven a source code, the task is to identify whether it is an insecure code that may attack software systems, such as resource leaks, use-after-free vulnerabilities and DoS attack. We treat the task as binary classification (0/1), where 1 stands for insecure code and 0 for secure code.\nThe dataset we use comes from the paper Devign: Effective Vulnerability Identification by Learning Comprehensive Program Semantics via Graph Neural Networks. We combine all projects and split 80%/10%/10% for training/dev/test.", "### Supported Tasks and Leaderboards\n\n\n* 'multi-class-classification': The dataset can be used to train a model for detecting if code has a defect in it.", "### Languages\n\n\n* C programming language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: func, type: string, description: The source code\nfield name: target, type: bool, description: 0 or 1 (vulnerability or not)\nfield name: project, type: string, description: Original project that contains this code\nfield name: commit\\_id, type: string, description: Commit identifier in the original project", "### 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 90, 146, 41, 16, 19, 32, 99, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-10K<n<100K #source_datasets-original #language-code #license-c-uda #region-us \n### Dataset Summary\n\n\nCodeXGLUE Defect-detection dataset, available at URL\n\n\nGiven a source code, the task is to identify whether it is an insecure code that may attack software systems, such as resource leaks, use-after-free vulnerabilities and DoS attack. We treat the task as binary classification (0/1), where 1 stands for insecure code and 0 for secure code.\nThe dataset we use comes from the paper Devign: Effective Vulnerability Identification by Learning Comprehensive Program Semantics via Graph Neural Networks. We combine all projects and split 80%/10%/10% for training/dev/test.### Supported Tasks and Leaderboards\n\n\n* 'multi-class-classification': The dataset can be used to train a model for detecting if code has a defect in it.### Languages\n\n\n* C programming language\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: func, type: string, description: The source code\nfield name: target, type: bool, description: 0 or 1 (vulnerability or not)\nfield name: project, type: string, description: Original project that contains this code\nfield name: commit\\_id, type: string, description: Commit identifier in the original project### 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.05644338205456734, 0.2367013692855835, -0.006294336169958115, 0.022197971120476723, 0.0953623503446579, 0.0021275405306369066, 0.014884385280311108, 0.0966753214597702, -0.032450150698423386, 0.13727395236492157, -0.0221237950026989, 0.0495939701795578, 0.11354043334722519, 0.16664420068264008, -0.004477506037801504, -0.144041046500206, 0.048104964196681976, -0.09518878906965256, -0.06762360036373138, 0.08821258693933487, 0.12198334187269211, -0.05255884304642677, 0.04657621681690216, -0.03402436897158623, -0.04969457909464836, 0.026053184643387794, -0.057933781296014786, 0.013355043716728687, 0.05882614850997925, 0.045339323580265045, 0.08840017765760422, -0.012888185679912567, 0.054651711136102676, -0.26045355200767517, 0.01730736903846264, 0.11148320138454437, 0.047123465687036514, 0.04778670892119408, 0.14446209371089935, -0.04637188836932182, 0.05731230601668358, -0.13943403959274292, 0.0786382183432579, 0.05800440162420273, -0.10595504939556122, -0.1030488908290863, -0.1328890323638916, 0.04910002276301384, 0.12468782067298889, 0.04133104160428047, -0.02210618555545807, -0.00011122751311631873, -0.02141844481229782, 0.08464723080396652, 0.0521380715072155, -0.09607197344303131, -0.05954556167125702, 0.05770435184240341, 0.062083419412374496, 0.05635438486933708, -0.06978186219930649, -0.01467160601168871, 0.018099345266819, 0.03895929828286171, 0.048399023711681366, -0.012790092267096043, -0.07740458846092224, 0.015900298953056335, -0.14316150546073914, -0.08714468032121658, 0.08716856688261032, -0.018679264932870865, -0.023533480241894722, -0.1050407737493515, -0.020433634519577026, -0.036610785871744156, -0.007555862423032522, 0.003789943642914295, -0.0020899309311062098, -0.010259193368256092, 0.0846635103225708, -0.044913966208696365, -0.06110260635614395, -0.042149536311626434, 0.0361345149576664, 0.024034729227423668, 0.042533259838819504, 0.024279003962874413, 0.01666252501308918, 0.09730160981416702, 0.016311921179294586, -0.08348763734102249, -0.02981332316994667, -0.03462013229727745, -0.16862936317920685, -0.06328706443309784, 0.009746994823217392, -0.08274407684803009, 0.08837765455245972, 0.19154317677021027, -0.15955480933189392, 0.07402194291353226, -0.04112278297543526, -0.02448856271803379, 0.08515681326389313, 0.1359388381242752, -0.04568468779325485, -0.05158858746290207, -0.0004551620513666421, 0.024516155943274498, -0.007357888389378786, -0.03128278627991676, -0.010752702131867409, 0.037519488483667374, 0.06005201116204262, 0.1278570592403412, 0.10337784141302109, 0.02571144700050354, -0.07408522069454193, -0.0668967068195343, 0.1107490137219429, -0.17513129115104675, 0.08267152309417725, 0.07545153796672821, -0.0039100623689591885, -0.01213575154542923, -0.0035848435945808887, -0.03344595432281494, -0.10763900727033615, 0.029860472306609154, -0.04620073363184929, -0.02642998658120632, -0.12021351605653763, -0.08039508014917374, 0.05700002983212471, -0.018690673634409904, -0.09639952331781387, -0.03244524449110031, -0.14976830780506134, -0.07311726361513138, 0.04057019203901291, -0.07793967425823212, -0.03997308760881424, -0.02307833544909954, -0.03921233490109444, -0.014485633932054043, 0.022612785920500755, 0.03262006491422653, -0.05717695876955986, -0.0130181098356843, -0.01149153895676136, 0.007702126633375883, 0.08443038910627365, 0.03755177557468414, -0.06619758903980255, 0.12881875038146973, -0.088300421833992, 0.13110807538032532, -0.10181077569723129, 0.033440761268138885, -0.11079610884189606, -0.006062102969735861, 0.05627256631851196, -0.030500629916787148, 0.00992768257856369, 0.11496540904045105, -0.1785639375448227, -0.02193455956876278, 0.12219731509685516, -0.11594339460134506, -0.04393051192164421, 0.0625249594449997, -0.02167579159140587, -0.09217860549688339, 0.06874123215675354, 0.09210630506277084, 0.10365655273199081, -0.0007105164113454521, -0.05016208812594414, -0.05856223404407501, 0.04948204383254051, 0.14015129208564758, 0.08111117035150528, -0.057923540472984314, 0.049483176320791245, 0.011429284699261189, -0.06668116897344589, 0.0023589367046952248, -0.021687932312488556, -0.06774424761533737, -0.017628949135541916, -0.03379035368561745, -0.005818237084895372, -0.001811855472624302, -0.05955502390861511, -0.0453224703669548, -0.09624621272087097, -0.03363487124443054, 0.07533381879329681, -0.07008805871009827, -0.003896888578310609, -0.10186228901147842, 0.05804257094860077, 0.0005147350020706654, 0.04546752944588661, -0.17769774794578552, -0.15125970542430878, 0.07678171992301941, -0.11990683525800705, 0.057109009474515915, -0.09198083728551865, -0.00047434022417292, 0.03452861309051514, -0.0028067915700376034, -0.03021920844912529, -0.01759951561689377, 0.028589772060513496, 0.017641562968492508, -0.20145273208618164, -0.11358864605426788, -0.06813226640224457, 0.1191030740737915, -0.15505816042423248, 0.01869552582502365, 0.11910847574472427, 0.21047528088092804, 0.015439393930137157, -0.06861982494592667, 0.03399118781089783, 0.04098968580365181, -0.051815878599882126, -0.08296743780374527, -0.04006797820329666, -0.01669117622077465, -0.02165115997195244, 0.015050305053591728, -0.10229237377643585, -0.16010001301765442, 0.018330972641706467, 0.005685016047209501, -0.07160968333482742, 0.019613180309534073, -0.04087454453110695, -0.05100769177079201, -0.03867187350988388, -0.09521640837192535, 0.0782344713807106, 0.05645854026079178, 0.04980769008398056, -0.04072754830121994, -0.06788162142038345, -0.058637723326683044, 0.0037015837151557207, -0.044716976583004, 0.08689673244953156, -0.014430567622184753, -0.08290265500545502, 0.12924621999263763, 0.014009630307555199, -0.008470856584608555, 0.07490039616823196, -0.054777033627033234, -0.08579958230257034, -0.008425246924161911, 0.03184221312403679, 0.023209095001220703, 0.03979862853884697, -0.050840217620134354, 0.02002105489373207, 0.041843049228191376, 0.0017742395866662264, 0.051768071949481964, -0.0716019719839096, 0.09554775804281235, 0.029338691383600235, -0.03775039687752724, 0.0523206852376461, -0.08143896609544754, 0.043730683624744415, 0.06808146089315414, 0.03128986433148384, 0.05963793024420738, -0.01905471831560135, -0.06944044679403305, -0.11837302148342133, 0.17604070901870728, -0.12212379276752472, -0.22275833785533905, -0.14234651625156403, -0.01063704676926136, -0.03809735178947449, -0.007234056945890188, -0.020380688831210136, -0.05345895141363144, -0.09126409888267517, -0.09154771268367767, 0.08508074283599854, 0.03597758337855339, -0.10972090065479279, 0.013990169391036034, 0.010244506411254406, 0.015773091465234756, -0.1208157017827034, 0.025311680510640144, 0.12433746457099915, -0.035191770642995834, 0.017654743045568466, 0.025461530312895775, 0.09583771973848343, 0.19537733495235443, 0.014184068888425827, -0.022286316379904747, 0.00228651100769639, 0.1818711906671524, -0.09933245927095413, 0.11208991706371307, 0.10311488062143326, -0.08763953298330307, 0.061694152653217316, 0.15355296432971954, 0.01963651552796364, -0.030382836237549782, 0.025222741067409515, 0.059117745608091354, -0.030313163995742798, -0.2536698579788208, -0.09020274877548218, -0.08118265122175217, 0.018256591632962227, 0.047458797693252563, 0.04089430347084999, 0.050057630985975266, -0.012035660445690155, -0.10632767528295517, -0.01801356114447117, 0.08517181128263474, 0.07850729674100876, 0.0750647708773613, 0.000669337750878185, 0.042874787002801895, -0.04884244501590729, 0.021391486749053, 0.07244891673326492, 0.06010114401578903, 0.13791534304618835, 0.018033213913440704, 0.22556796669960022, 0.04591768607497215, 0.0561203695833683, -0.025769485160708427, 0.027659431099891663, -0.009025420993566513, 0.08526068180799484, 0.02498374879360199, -0.06208490580320358, 0.00733957951888442, 0.06638153642416, 0.03898198530077934, -0.04404769092798233, 0.05576252564787865, -0.10868042707443237, 0.06139148026704788, 0.2539699673652649, 0.07125479727983475, -0.181941956281662, -0.04421573877334595, 0.10399371385574341, -0.041914597153663635, -0.08873333781957626, -0.012323047034442425, 0.0820167288184166, -0.1394215077161789, 0.09153550863265991, -0.039768416434526443, 0.12592913210391998, -0.07120723277330399, -0.04069831222295761, 0.07197252660989761, 0.11403895914554596, -0.000343505380442366, 0.10180465877056122, -0.17022792994976044, 0.020983092486858368, -0.004566073417663574, 0.0539216548204422, -0.0452178493142128, 0.1084919273853302, -0.015204374678432941, 0.05743102356791496, 0.05520758777856827, 0.007560206577181816, -0.1351531445980072, -0.0298348106443882, -0.054407525807619095, -0.0012834324734285474, 0.060892004519701004, -0.11984270066022873, 0.11325441300868988, -0.0243066493421793, -0.03671254962682724, -0.05543125048279762, -0.062054868787527084, -0.0801834687590599, -0.1770874559879303, 0.055777136236429214, -0.07091165333986282, 0.11245541274547577, -0.08157002925872803, -0.00577864283695817, -0.05087314918637276, 0.22612228989601135, -0.16212856769561768, -0.1136697381734848, -0.11117123812437057, 0.014848444610834122, 0.1756201535463333, -0.023957177996635437, 0.06620150059461594, -0.025276442989706993, 0.1908797025680542, 0.004430142696946859, -0.07052899897098541, 0.020240742713212967, -0.07995930314064026, -0.20150040090084076, -0.04632505774497986, 0.13172239065170288, 0.029249366372823715, 0.031248420476913452, -0.012803114019334316, 0.0694279596209526, 0.0024790065363049507, -0.07397917658090591, 0.008818138390779495, 0.1261683851480484, 0.019995322450995445, 0.17476311326026917, -0.030724769458174706, -0.19127249717712402, -0.12660859525203705, -0.03703327104449272, 0.05721696466207504, 0.12359150499105453, -0.05603655427694321, 0.06362651288509369, 0.07625943422317505, -0.09883257746696472, -0.21131207048892975, 0.012284500524401665, 0.03785395994782448, 0.031030571088194847, 0.016725195571780205, -0.19027690589427948, 0.018966106697916985, 0.06330694258213043, -0.02041088417172432, 0.10810795426368713, -0.2725498676300049, -0.09840080142021179, 0.012426805682480335, -0.007764630485326052, -0.29211655259132385, -0.1566585749387741, -0.09492943435907364, -0.053815122693777084, -0.09759237617254257, 0.11391771584749222, -0.012119821272790432, -0.007647793740034103, -0.0007223889697343111, 0.0054627335630357265, 0.03297907114028931, -0.047624148428440094, 0.13694314658641815, -0.04840190336108208, 0.04803629219532013, -0.0628744438290596, 0.025062859058380127, 0.05513010546565056, -0.040879227221012115, 0.08143618702888489, -0.029071293771266937, 0.055533938109874725, -0.03524826839566231, -0.018031667917966843, -0.05753224343061447, 0.039087239652872086, -0.06022347882390022, -0.022951168939471245, -0.08234106749296188, 0.06594215333461761, 0.06119612976908684, 0.002749642124399543, 0.10017120838165283, -0.025420570746064186, 0.09569837898015976, 0.22570930421352386, 0.08159182965755463, 0.08723738044500351, -0.09075667709112167, 0.005334120709449053, 0.013622290454804897, 0.01459978986531496, -0.07288995385169983, 0.05974966287612915, 0.111956387758255, 0.044984444975852966, 0.1462460309267044, -0.007341558579355478, -0.16898703575134277, -0.0282866470515728, 0.05980578809976578, -0.07572636008262634, -0.20364312827587128, 0.025409920141100883, 0.055252209305763245, -0.1378670632839203, -0.012084933929145336, 0.08787153661251068, 0.03204571455717087, -0.04022781923413277, 0.01645927131175995, 0.13275624811649323, -0.01741136983036995, 0.11771807819604874, 0.05498913675546646, 0.060350771993398666, -0.06513771414756775, 0.0968528464436531, 0.17036044597625732, -0.10284493863582611, -0.023559831082820892, 0.17815594375133514, -0.04374013841152191, -0.028352435678243637, 0.0630936473608017, 0.0688980370759964, 0.0423428937792778, -0.06044667214155197, -0.0025992533192038536, -0.12517142295837402, 0.03562317043542862, 0.13714252412319183, -0.016200048848986626, 0.09944993257522583, 0.029628032818436623, -0.020862525328993797, -0.061027489602565765, 0.14744089543819427, 0.02977656200528145, 0.09024398773908615, -0.0849369540810585, 0.05913598835468292, -0.02035384438931942, 0.010427582077682018, 0.0011110194027423859, -0.026914458721876144, -0.10279684513807297, -0.013570819981396198, -0.16550391912460327, 0.02982722781598568, -0.0834609717130661, -0.01840229518711567, 0.012540651485323906, -0.016384944319725037, 0.017019197344779968, 0.04517962038516998, -0.014529259875416756, -0.08002422004938126, -0.07599961012601852, 0.08901646733283997, -0.16347992420196533, -0.012274506501853466, 0.08422665297985077, -0.09858406335115433, 0.06099984794855118, -0.014558038674294949, -0.009369597770273685, 0.023009376600384712, -0.1173342764377594, 0.028109747916460037, -0.018291691318154335, 0.055734939873218536, 0.012536950409412384, -0.15064795315265656, -0.01952352561056614, -0.0030979199800640345, -0.11194973438978195, 0.005000215955078602, 0.02992677316069603, -0.10344240069389343, 0.05396035686135292, 0.0006210639257915318, -0.08523649722337723, -0.01648438721895218, 0.0769304484128952, 0.07125050574541092, -0.0013558663194999099, 0.1272408813238144, -0.03494150936603546, 0.10134860128164291, -0.13344024121761322, -0.03638037294149399, 0.010541454888880253, 0.038155701011419296, -0.03778102993965149, 0.03219212219119072, 0.0644460916519165, -0.044503044337034225, 0.1298719197511673, -0.03127521276473999, -0.019748829305171967, 0.049163226038217545, 0.0077296714298427105, 0.002174360677599907, 0.13066644966602325, -0.009987065568566322, -0.041113853454589844, -0.0444050058722496, -0.022114688530564308, -0.07141318917274475, -0.05778061971068382, -0.04214153438806534, 0.08010299503803253, 0.14026910066604614, 0.0759623721241951, 0.0019043497741222382, 0.08956754952669144, -0.08762509375810623, -0.054333098232746124, 0.052449438720941544, -0.018306558951735497, 0.046134162694215775, -0.06670825183391571, 0.13183975219726562, 0.0742591992020607, -0.2007712423801422, 0.12937378883361816, -0.061683330684900284, -0.08222199231386185, -0.025683054700493813, -0.1476140171289444, -0.06345871090888977, -0.04824971407651901, -0.04824763908982277, -0.1223202645778656, 0.07697825133800507, 0.1209224984049797, -0.01837211847305298, -0.04799645021557808, 0.14278626441955566, 0.007674952037632465, -0.0765976756811142, 0.008343261666595936, 0.04078981652855873, 0.047317374497652054, 0.08473517745733261, 0.07882701605558395, 0.025757433846592903, 0.0719381645321846, 0.0933251604437828, 0.07319296896457672, 0.023947035893797874, 0.042493246495723724, -0.030852995812892914, -0.0646134540438652, 0.05561727285385132, -0.06223824992775917, -0.06926260143518448, 0.14613960683345795, 0.04187167063355446, -0.003107167314738035, 0.008152466267347336, 0.15403971076011658, -0.06188935786485672, -0.07848960906267166, -0.15301057696342468, 0.14025311172008514, -0.03599843755364418, -0.004057874903082848, 0.06347320973873138, -0.15942980349063873, -0.007933584041893482, 0.056048985570669174, 0.11589259654283524, 0.013147539459168911, -0.008101610466837883, -0.018415067344903946, 0.01126986462622881, -0.02218487113714218, 0.03591123968362808, 0.015478902496397495, 0.15945157408714294, -0.033153969794511795, 0.06544364988803864, 0.009281044825911522, -0.042523667216300964, -0.10309509187936783, 0.05672255530953407, -0.04970163851976395, 0.015379967167973518, -0.0346948467195034, 0.11929846554994583, -0.05424485728144646, -0.2066679745912552, 0.03759925067424774, -0.09510790556669235, -0.13628722727298737, -0.03298897668719292, 0.05742057412862778, -0.05493924766778946, 0.04502522200345993, 0.04270458221435547, -0.03040391393005848, 0.1348736733198166, 0.009999376721680164, 0.04222503677010536, -0.09056025743484497, 0.10591697692871094, -0.11386243253946304, 0.16140000522136688, -0.005114247091114521, 0.07180467247962952, 0.09810366481542587, -0.029041294008493423, -0.10836508125066757, 0.0072321039624512196, 0.07513034343719482, 0.027240047231316566, 0.014122291468083858, 0.13876284658908844, 0.003074461594223976, 0.1602543592453003, 0.06319451332092285, -0.01705455407500267, 0.00898540299385786, 0.013315455988049507, -0.01688038930296898, -0.11328794062137604, 0.024665772914886475, -0.08071404695510864, 0.11069902032613754, 0.16002541780471802, -0.0537167489528656, 0.020105650648474693, -0.03935929015278816, 0.015369993634521961, -0.036503471434116364, 0.20578691363334656, -0.04165888577699661, -0.17584390938282013, 0.03243368864059448, -0.0337749719619751, 0.12231065332889557, -0.11131317168474197, -0.05135065317153931, 0.028982428833842278, 0.00707481661811471, -0.04427596181631088, 0.11237223446369171, 0.07916229218244553, 0.012971592135727406, -0.050685279071331024, -0.09651822596788406, 0.020853403955698013, 0.10162471979856491, -0.07081545889377594, -0.02939288131892681 ]
2678080e78a4b20ad79d1f0a514f04d815912564
# Dataset Card for "code_x_glue_ct_code_to_text" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text ### Dataset Summary CodeXGLUE code-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Code-Text/code-to-text The dataset we use comes from CodeSearchNet and we filter the dataset as the following: - Remove examples that codes cannot be parsed into an abstract syntax tree. - Remove examples that #tokens of documents is < 3 or >256 - Remove examples that documents contain special tokens (e.g. <img ...> or https:...) - Remove examples that documents are not English. ### Supported Tasks and Leaderboards - `machine-translation`: The dataset can be used to train a model for automatically generating **English** docstrings for code. ### Languages - Go **programming** language - Java **programming** language - Javascript **programming** language - PHP **programming** language - Python **programming** language - Ruby **programming** language - English **natural** language ## Dataset Structure ### Data Instances #### go An example of 'test' looks as follows. ``` { "code": "func NewSTM(c *v3.Client, apply func(STM) error, so ...stmOption) (*v3.TxnResponse, error) {\n\topts := &stmOptions{ctx: c.Ctx()}\n\tfor _, f := range so {\n\t\tf(opts)\n\t}\n\tif len(opts.prefetch) != 0 {\n\t\tf := apply\n\t\tapply = func(s STM) error {\n\t\t\ts.Get(opts.prefetch...)\n\t\t\treturn f(s)\n\t\t}\n\t}\n\treturn runSTM(mkSTM(c, opts), apply)\n}", "code_tokens": ["func", "NewSTM", "(", "c", "*", "v3", ".", "Client", ",", "apply", "func", "(", "STM", ")", "error", ",", "so", "...", "stmOption", ")", "(", "*", "v3", ".", "TxnResponse", ",", "error", ")", "{", "opts", ":=", "&", "stmOptions", "{", "ctx", ":", "c", ".", "Ctx", "(", ")", "}", "\n", "for", "_", ",", "f", ":=", "range", "so", "{", "f", "(", "opts", ")", "\n", "}", "\n", "if", "len", "(", "opts", ".", "prefetch", ")", "!=", "0", "{", "f", ":=", "apply", "\n", "apply", "=", "func", "(", "s", "STM", ")", "error", "{", "s", ".", "Get", "(", "opts", ".", "prefetch", "...", ")", "\n", "return", "f", "(", "s", ")", "\n", "}", "\n", "}", "\n", "return", "runSTM", "(", "mkSTM", "(", "c", ",", "opts", ")", ",", "apply", ")", "\n", "}"], "docstring": "// NewSTM initiates a new STM instance, using serializable snapshot isolation by default.", "docstring_tokens": ["NewSTM", "initiates", "a", "new", "STM", "instance", "using", "serializable", "snapshot", "isolation", "by", "default", "."], "func_name": "NewSTM", "id": 0, "language": "go", "original_string": "func NewSTM(c *v3.Client, apply func(STM) error, so ...stmOption) (*v3.TxnResponse, error) {\n\topts := &stmOptions{ctx: c.Ctx()}\n\tfor _, f := range so {\n\t\tf(opts)\n\t}\n\tif len(opts.prefetch) != 0 {\n\t\tf := apply\n\t\tapply = func(s STM) error {\n\t\t\ts.Get(opts.prefetch...)\n\t\t\treturn f(s)\n\t\t}\n\t}\n\treturn runSTM(mkSTM(c, opts), apply)\n}", "path": "clientv3/concurrency/stm.go", "repo": "etcd-io/etcd", "sha": "616592d9ba993e3fe9798eef581316016df98906", "url": "https://github.com/etcd-io/etcd/blob/616592d9ba993e3fe9798eef581316016df98906/clientv3/concurrency/stm.go#L89-L102" } ``` #### java An example of 'test' looks as follows. ``` { "code": "protected final void fastPathOrderedEmit(U value, boolean delayError, Disposable disposable) {\n final Observer<? super V> observer = downstream;\n final SimplePlainQueue<U> q = queue;\n\n if (wip.get() == 0 && wip.compareAndSet(0, 1)) {\n if (q.isEmpty()) {\n accept(observer, value);\n if (leave(-1) == 0) {\n return;\n }\n } else {\n q.offer(value);\n }\n } else {\n q.offer(value);\n if (!enter()) {\n return;\n }\n }\n QueueDrainHelper.drainLoop(q, observer, delayError, disposable, this);\n }", "code_tokens": ["protected", "final", "void", "fastPathOrderedEmit", "(", "U", "value", ",", "boolean", "delayError", ",", "Disposable", "disposable", ")", "{", "final", "Observer", "<", "?", "super", "V", ">", "observer", "=", "downstream", ";", "final", "SimplePlainQueue", "<", "U", ">", "q", "=", "queue", ";", "if", "(", "wip", ".", "get", "(", ")", "==", "0", "&&", "wip", ".", "compareAndSet", "(", "0", ",", "1", ")", ")", "{", "if", "(", "q", ".", "isEmpty", "(", ")", ")", "{", "accept", "(", "observer", ",", "value", ")", ";", "if", "(", "leave", "(", "-", "1", ")", "==", "0", ")", "{", "return", ";", "}", "}", "else", "{", "q", ".", "offer", "(", "value", ")", ";", "}", "}", "else", "{", "q", ".", "offer", "(", "value", ")", ";", "if", "(", "!", "enter", "(", ")", ")", "{", "return", ";", "}", "}", "QueueDrainHelper", ".", "drainLoop", "(", "q", ",", "observer", ",", "delayError", ",", "disposable", ",", "this", ")", ";", "}"], "docstring": "Makes sure the fast-path emits in order.\n@param value the value to emit or queue up\n@param delayError if true, errors are delayed until the source has terminated\n@param disposable the resource to dispose if the drain terminates", "docstring_tokens": ["Makes", "sure", "the", "fast", "-", "path", "emits", "in", "order", "."], "func_name": "QueueDrainObserver.fastPathOrderedEmit", "id": 0, "language": "java", "original_string": "protected final void fastPathOrderedEmit(U value, boolean delayError, Disposable disposable) {\n final Observer<? super V> observer = downstream;\n final SimplePlainQueue<U> q = queue;\n\n if (wip.get() == 0 && wip.compareAndSet(0, 1)) {\n if (q.isEmpty()) {\n accept(observer, value);\n if (leave(-1) == 0) {\n return;\n }\n } else {\n q.offer(value);\n }\n } else {\n q.offer(value);\n if (!enter()) {\n return;\n }\n }\n QueueDrainHelper.drainLoop(q, observer, delayError, disposable, this);\n }", "path": "src/main/java/io/reactivex/internal/observers/QueueDrainObserver.java", "repo": "ReactiveX/RxJava", "sha": "ac84182aa2bd866b53e01c8e3fe99683b882c60e", "url": "https://github.com/ReactiveX/RxJava/blob/ac84182aa2bd866b53e01c8e3fe99683b882c60e/src/main/java/io/reactivex/internal/observers/QueueDrainObserver.java#L88-L108" } ``` #### javascript An example of 'test' looks as follows. ``` { "code": "function createInstance(defaultConfig) {\n var context = new Axios(defaultConfig);\n var instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context);\n\n // Copy context to instance\n utils.extend(instance, context);\n\n return instance;\n}", "code_tokens": ["function", "createInstance", "(", "defaultConfig", ")", "{", "var", "context", "=", "new", "Axios", "(", "defaultConfig", ")", ";", "var", "instance", "=", "bind", "(", "Axios", ".", "prototype", ".", "request", ",", "context", ")", ";", "// Copy axios.prototype to instance", "utils", ".", "extend", "(", "instance", ",", "Axios", ".", "prototype", ",", "context", ")", ";", "// Copy context to instance", "utils", ".", "extend", "(", "instance", ",", "context", ")", ";", "return", "instance", ";", "}"], "docstring": "Create an instance of Axios\n\n@param {Object} defaultConfig The default config for the instance\n@return {Axios} A new instance of Axios", "docstring_tokens": ["Create", "an", "instance", "of", "Axios"], "func_name": "createInstance", "id": 0, "language": "javascript", "original_string": "function createInstance(defaultConfig) {\n var context = new Axios(defaultConfig);\n var instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context);\n\n // Copy context to instance\n utils.extend(instance, context);\n\n return instance;\n}", "path": "lib/axios.js", "repo": "axios/axios", "sha": "92d231387fe2092f8736bc1746d4caa766b675f5", "url": "https://github.com/axios/axios/blob/92d231387fe2092f8736bc1746d4caa766b675f5/lib/axios.js#L15-L26" } ``` #### php An example of 'train' looks as follows. ``` { "code": "public static function build($serviceAddress, $restConfigPath, array $config = [])\n {\n $config += [\n 'httpHandler' => null,\n ];\n list($baseUri, $port) = self::normalizeServiceAddress($serviceAddress);\n $requestBuilder = new RequestBuilder(\"$baseUri:$port\", $restConfigPath);\n $httpHandler = $config['httpHandler'] ?: self::buildHttpHandlerAsync();\n return new RestTransport($requestBuilder, $httpHandler);\n }", "code_tokens": ["public", "static", "function", "build", "(", "$", "serviceAddress", ",", "$", "restConfigPath", ",", "array", "$", "config", "=", "[", "]", ")", "{", "$", "config", "+=", "[", "'httpHandler'", "=>", "null", ",", "]", ";", "list", "(", "$", "baseUri", ",", "$", "port", ")", "=", "self", "::", "normalizeServiceAddress", "(", "$", "serviceAddress", ")", ";", "$", "requestBuilder", "=", "new", "RequestBuilder", "(", "\"$baseUri:$port\"", ",", "$", "restConfigPath", ")", ";", "$", "httpHandler", "=", "$", "config", "[", "'httpHandler'", "]", "?", ":", "self", "::", "buildHttpHandlerAsync", "(", ")", ";", "return", "new", "RestTransport", "(", "$", "requestBuilder", ",", "$", "httpHandler", ")", ";", "}"], "docstring": "Builds a RestTransport.\n\n@param string $serviceAddress\nThe address of the API remote host, for example \"example.googleapis.com\".\n@param string $restConfigPath\nPath to rest config file.\n@param array $config {\nConfig options used to construct the gRPC transport.\n\n@type callable $httpHandler A handler used to deliver PSR-7 requests.\n}\n@return RestTransport\n@throws ValidationException", "docstring_tokens": ["Builds", "a", "RestTransport", "."], "func_name": "RestTransport.build", "id": 0, "language": "php", "original_string": "public static function build($serviceAddress, $restConfigPath, array $config = [])\n {\n $config += [\n 'httpHandler' => null,\n ];\n list($baseUri, $port) = self::normalizeServiceAddress($serviceAddress);\n $requestBuilder = new RequestBuilder(\"$baseUri:$port\", $restConfigPath);\n $httpHandler = $config['httpHandler'] ?: self::buildHttpHandlerAsync();\n return new RestTransport($requestBuilder, $httpHandler);\n }", "path": "src/Transport/RestTransport.php", "repo": "googleapis/gax-php", "sha": "48387fb818c6882296710a2302a0aa973b99afb2", "url": "https://github.com/googleapis/gax-php/blob/48387fb818c6882296710a2302a0aa973b99afb2/src/Transport/RestTransport.php#L85-L94" } ``` #### python An example of 'validation' looks as follows. ``` { "code": "def save_act(self, path=None):\n \"\"\"Save model to a pickle located at `path`\"\"\"\n if path is None:\n path = os.path.join(logger.get_dir(), \"model.pkl\")\n\n with tempfile.TemporaryDirectory() as td:\n save_variables(os.path.join(td, \"model\"))\n arc_name = os.path.join(td, \"packed.zip\")\n with zipfile.ZipFile(arc_name, 'w') as zipf:\n for root, dirs, files in os.walk(td):\n for fname in files:\n file_path = os.path.join(root, fname)\n if file_path != arc_name:\n zipf.write(file_path, os.path.relpath(file_path, td))\n with open(arc_name, \"rb\") as f:\n model_data = f.read()\n with open(path, \"wb\") as f:\n cloudpickle.dump((model_data, self._act_params), f)", "code_tokens": ["def", "save_act", "(", "self", ",", "path", "=", "None", ")", ":", "if", "path", "is", "None", ":", "path", "=", "os", ".", "path", ".", "join", "(", "logger", ".", "get_dir", "(", ")", ",", "\"model.pkl\"", ")", "with", "tempfile", ".", "TemporaryDirectory", "(", ")", "as", "td", ":", "save_variables", "(", "os", ".", "path", ".", "join", "(", "td", ",", "\"model\"", ")", ")", "arc_name", "=", "os", ".", "path", ".", "join", "(", "td", ",", "\"packed.zip\"", ")", "with", "zipfile", ".", "ZipFile", "(", "arc_name", ",", "'w'", ")", "as", "zipf", ":", "for", "root", ",", "dirs", ",", "files", "in", "os", ".", "walk", "(", "td", ")", ":", "for", "fname", "in", "files", ":", "file_path", "=", "os", ".", "path", ".", "join", "(", "root", ",", "fname", ")", "if", "file_path", "!=", "arc_name", ":", "zipf", ".", "write", "(", "file_path", ",", "os", ".", "path", ".", "relpath", "(", "file_path", ",", "td", ")", ")", "with", "open", "(", "arc_name", ",", "\"rb\"", ")", "as", "f", ":", "model_data", "=", "f", ".", "read", "(", ")", "with", "open", "(", "path", ",", "\"wb\"", ")", "as", "f", ":", "cloudpickle", ".", "dump", "(", "(", "model_data", ",", "self", ".", "_act_params", ")", ",", "f", ")"], "docstring": "Save model to a pickle located at `path`", "docstring_tokens": ["Save", "model", "to", "a", "pickle", "located", "at", "path"], "func_name": "ActWrapper.save_act", "id": 0, "language": "python", "original_string": "def save_act(self, path=None):\n \"\"\"Save model to a pickle located at `path`\"\"\"\n if path is None:\n path = os.path.join(logger.get_dir(), \"model.pkl\")\n\n with tempfile.TemporaryDirectory() as td:\n save_variables(os.path.join(td, \"model\"))\n arc_name = os.path.join(td, \"packed.zip\")\n with zipfile.ZipFile(arc_name, 'w') as zipf:\n for root, dirs, files in os.walk(td):\n for fname in files:\n file_path = os.path.join(root, fname)\n if file_path != arc_name:\n zipf.write(file_path, os.path.relpath(file_path, td))\n with open(arc_name, \"rb\") as f:\n model_data = f.read()\n with open(path, \"wb\") as f:\n cloudpickle.dump((model_data, self._act_params), f)", "path": "baselines/deepq/deepq.py", "repo": "openai/baselines", "sha": "3301089b48c42b87b396e246ea3f56fa4bfc9678", "url": "https://github.com/openai/baselines/blob/3301089b48c42b87b396e246ea3f56fa4bfc9678/baselines/deepq/deepq.py#L55-L72" } ``` #### ruby An example of 'train' looks as follows. ``` { "code": "def render_body(context, options)\n if options.key?(:partial)\n [render_partial(context, options)]\n else\n StreamingTemplateRenderer.new(@lookup_context).render(context, options)\n end\n end", "code_tokens": ["def", "render_body", "(", "context", ",", "options", ")", "if", "options", ".", "key?", "(", ":partial", ")", "[", "render_partial", "(", "context", ",", "options", ")", "]", "else", "StreamingTemplateRenderer", ".", "new", "(", "@lookup_context", ")", ".", "render", "(", "context", ",", "options", ")", "end", "end"], "docstring": "Render but returns a valid Rack body. If fibers are defined, we return\n a streaming body that renders the template piece by piece.\n\n Note that partials are not supported to be rendered with streaming,\n so in such cases, we just wrap them in an array.", "docstring_tokens": ["Render", "but", "returns", "a", "valid", "Rack", "body", ".", "If", "fibers", "are", "defined", "we", "return", "a", "streaming", "body", "that", "renders", "the", "template", "piece", "by", "piece", "."], "func_name": "ActionView.Renderer.render_body", "id": 0, "language": "ruby", "original_string": "def render_body(context, options)\n if options.key?(:partial)\n [render_partial(context, options)]\n else\n StreamingTemplateRenderer.new(@lookup_context).render(context, options)\n end\n end", "path": "actionview/lib/action_view/renderer/renderer.rb", "repo": "rails/rails", "sha": "85a8bc644be69908f05740a5886ec19cd3679df5", "url": "https://github.com/rails/rails/blob/85a8bc644be69908f05740a5886ec19cd3679df5/actionview/lib/action_view/renderer/renderer.rb#L38-L44" } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### go, java, javascript, php, python, ruby | field name | type | description | |----------------|----------------|-----------------------------------------------------------------------------------| |id |int32 | Index of the sample | |repo |string | repo: the owner/repo | |path |string | path: the full path to the original file | |func_name |string | func_name: the function or method name | |original_string |string | original_string: the raw string before tokenization or parsing | |language |string | language: the programming language name | |code |string | code/function: the part of the original_string that is code | |code_tokens |Sequence[string]| code_tokens/function_tokens: tokenized version of code | |docstring |string | docstring: the top-level comment or docstring, if it exists in the original string| |docstring_tokens|Sequence[string]| docstring_tokens: tokenized version of docstring | |sha |string | sha of the file | |url |string | url of the file | ### Data Splits | name |train |validation|test | |----------|-----:|---------:|----:| |go |167288| 7325| 8122| |java |164923| 5183|10955| |javascript| 58025| 3885| 3291| |php |241241| 12982|14014| |python |251820| 13914|14918| |ruby | 24927| 1400| 1261| ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization Data from CodeSearchNet Challenge dataset. [More Information Needed] #### Who are the source language producers? Software Engineering developers. ### 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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @article{husain2019codesearchnet, title={Codesearchnet challenge: Evaluating the state of semantic code search}, author={Husain, Hamel and Wu, Ho-Hsiang and Gazit, Tiferet and Allamanis, Miltiadis and Brockschmidt, Marc}, journal={arXiv preprint arXiv:1909.09436}, year={2019} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_ct_code_to_text
[ "task_categories:translation", "annotations_creators:found", "language_creators:found", "multilinguality:other-programming-languages", "size_categories:100K<n<1M", "size_categories:10K<n<100K", "source_datasets:original", "language:code", "language:en", "license:c-uda", "code-to-text", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["code", "en"], "license": ["c-uda"], "multilinguality": ["other-programming-languages"], "size_categories": ["100K<n<1M", "10K<n<100K"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "pretty_name": "CodeXGlueCtCodeToText", "config_names": ["go", "java", "javascript", "php", "python", "ruby"], "tags": ["code-to-text"], "dataset_info": [{"config_name": "go", "features": [{"name": "id", "dtype": "int32"}, {"name": "repo", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "original_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "code", "dtype": "string"}, {"name": "code_tokens", "sequence": "string"}, {"name": "docstring", "dtype": "string"}, {"name": "docstring_tokens", "sequence": "string"}, {"name": "sha", "dtype": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 342243143, "num_examples": 167288}, {"name": "validation", "num_bytes": 13721860, "num_examples": 7325}, {"name": "test", "num_bytes": 16328406, "num_examples": 8122}], "download_size": 121341698, "dataset_size": 372293409}, {"config_name": "java", "features": [{"name": "id", "dtype": "int32"}, {"name": "repo", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "original_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "code", "dtype": "string"}, {"name": "code_tokens", "sequence": "string"}, {"name": "docstring", "dtype": "string"}, {"name": "docstring_tokens", "sequence": "string"}, {"name": "sha", "dtype": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 452553835, "num_examples": 164923}, {"name": "validation", "num_bytes": 13366344, "num_examples": 5183}, {"name": "test", "num_bytes": 29080753, "num_examples": 10955}], "download_size": 154701399, "dataset_size": 495000932}, {"config_name": "javascript", "features": [{"name": "id", "dtype": "int32"}, {"name": "repo", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "original_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "code", "dtype": "string"}, {"name": "code_tokens", "sequence": "string"}, {"name": "docstring", "dtype": "string"}, {"name": "docstring_tokens", "sequence": "string"}, {"name": "sha", "dtype": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 160860431, "num_examples": 58025}, {"name": "validation", "num_bytes": 10337344, "num_examples": 3885}, {"name": "test", "num_bytes": 10190713, "num_examples": 3291}], "download_size": 65788314, "dataset_size": 181388488}, {"config_name": "php", "features": [{"name": "id", "dtype": "int32"}, {"name": "repo", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "original_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "code", "dtype": "string"}, {"name": "code_tokens", "sequence": "string"}, {"name": "docstring", "dtype": "string"}, {"name": "docstring_tokens", "sequence": "string"}, {"name": "sha", "dtype": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 614654499, "num_examples": 241241}, {"name": "validation", "num_bytes": 33283045, "num_examples": 12982}, {"name": "test", "num_bytes": 35374993, "num_examples": 14014}], "download_size": 219692158, "dataset_size": 683312537}, {"config_name": "python", "features": [{"name": "id", "dtype": "int32"}, {"name": "repo", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "original_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "code", "dtype": "string"}, {"name": "code_tokens", "sequence": "string"}, {"name": "docstring", "dtype": "string"}, {"name": "docstring_tokens", "sequence": "string"}, {"name": "sha", "dtype": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 813663148, "num_examples": 251820}, {"name": "validation", "num_bytes": 46888564, "num_examples": 13914}, {"name": "test", "num_bytes": 50659688, "num_examples": 14918}], "download_size": 325551862, "dataset_size": 911211400}, {"config_name": "ruby", "features": [{"name": "id", "dtype": "int32"}, {"name": "repo", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "original_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "code", "dtype": "string"}, {"name": "code_tokens", "sequence": "string"}, {"name": "docstring", "dtype": "string"}, {"name": "docstring_tokens", "sequence": "string"}, {"name": "sha", "dtype": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 51956439, "num_examples": 24927}, {"name": "validation", "num_bytes": 2821037, "num_examples": 1400}, {"name": "test", "num_bytes": 2671551, "num_examples": 1261}], "download_size": 21921316, "dataset_size": 57449027}], "configs": [{"config_name": "go", "data_files": [{"split": "train", "path": "go/train-*"}, {"split": "validation", "path": "go/validation-*"}, {"split": "test", "path": "go/test-*"}]}, {"config_name": "java", "data_files": [{"split": "train", "path": "java/train-*"}, {"split": "validation", "path": "java/validation-*"}, {"split": "test", "path": "java/test-*"}]}, {"config_name": "javascript", "data_files": [{"split": "train", "path": "javascript/train-*"}, {"split": "validation", "path": "javascript/validation-*"}, {"split": "test", "path": "javascript/test-*"}]}, {"config_name": "php", "data_files": [{"split": "train", "path": "php/train-*"}, {"split": "validation", "path": "php/validation-*"}, {"split": "test", "path": "php/test-*"}]}, {"config_name": "python", "data_files": [{"split": "train", "path": "python/train-*"}, {"split": "validation", "path": "python/validation-*"}, {"split": "test", "path": "python/test-*"}]}, {"config_name": "ruby", "data_files": [{"split": "train", "path": "ruby/train-*"}, {"split": "validation", "path": "ruby/validation-*"}, {"split": "test", "path": "ruby/test-*"}]}]}
2024-01-24T15:09:09+00:00
[]
[ "code", "en" ]
TAGS #task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-code #language-English #license-c-uda #code-to-text #region-us
Dataset Card for "code\_x\_glue\_ct\_code\_to\_text" ==================================================== 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 ### Dataset Summary CodeXGLUE code-to-text dataset, available at URL The dataset we use comes from CodeSearchNet and we filter the dataset as the following: * Remove examples that codes cannot be parsed into an abstract syntax tree. * Remove examples that #tokens of documents is < 3 or >256 * Remove examples that documents contain special tokens (e.g. <img ...> or https:...) * Remove examples that documents are not English. ### Supported Tasks and Leaderboards * 'machine-translation': The dataset can be used to train a model for automatically generating English docstrings for code. ### Languages * Go programming language * Java programming language * Javascript programming language * PHP programming language * Python programming language * Ruby programming language * English natural language Dataset Structure ----------------- ### Data Instances #### go An example of 'test' looks as follows. #### java An example of 'test' looks as follows. #### javascript An example of 'test' looks as follows. #### php An example of 'train' looks as follows. #### python An example of 'validation' looks as follows. #### ruby An example of 'train' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### go, java, javascript, php, python, ruby field name: id, type: int32, description: Index of the sample field name: repo, type: string, description: repo: the owner/repo field name: path, type: string, description: path: the full path to the original file field name: func\_name, type: string, description: func\_name: the function or method name field name: original\_string, type: string, description: original\_string: the raw string before tokenization or parsing field name: language, type: string, description: language: the programming language name field name: code, type: string, description: code/function: the part of the original\_string that is code field name: code\_tokens, type: Sequence[string], description: code\_tokens/function\_tokens: tokenized version of code field name: docstring, type: string, description: docstring: the top-level comment or docstring, if it exists in the original string field name: docstring\_tokens, type: Sequence[string], description: docstring\_tokens: tokenized version of docstring field name: sha, type: string, description: sha of the file field name: url, type: string, description: url of the file ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization Data from CodeSearchNet Challenge dataset. #### Who are the source language producers? Software Engineering developers. ### 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 URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE code-to-text dataset, available at URL\n\n\nThe dataset we use comes from CodeSearchNet and we filter the dataset as the following:\n\n\n* Remove examples that codes cannot be parsed into an abstract syntax tree.\n* Remove examples that #tokens of documents is < 3 or >256\n* Remove examples that documents contain special tokens (e.g. <img ...> or https:...)\n* Remove examples that documents are not English.", "### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for automatically generating English docstrings for code.", "### Languages\n\n\n* Go programming language\n* Java programming language\n* Javascript programming language\n* PHP programming language\n* Python programming language\n* Ruby programming language\n* English natural language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### go\n\n\nAn example of 'test' looks as follows.", "#### java\n\n\nAn example of 'test' looks as follows.", "#### javascript\n\n\nAn example of 'test' looks as follows.", "#### php\n\n\nAn example of 'train' looks as follows.", "#### python\n\n\nAn example of 'validation' looks as follows.", "#### ruby\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### go, java, javascript, php, python, ruby\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: repo, type: string, description: repo: the owner/repo\nfield name: path, type: string, description: path: the full path to the original file\nfield name: func\\_name, type: string, description: func\\_name: the function or method name\nfield name: original\\_string, type: string, description: original\\_string: the raw string before tokenization or parsing\nfield name: language, type: string, description: language: the programming language name\nfield name: code, type: string, description: code/function: the part of the original\\_string that is code\nfield name: code\\_tokens, type: Sequence[string], description: code\\_tokens/function\\_tokens: tokenized version of code\nfield name: docstring, type: string, description: docstring: the top-level comment or docstring, if it exists in the original string\nfield name: docstring\\_tokens, type: Sequence[string], description: docstring\\_tokens: tokenized version of docstring\nfield name: sha, type: string, description: sha of the file\nfield name: url, type: string, description: url of the file", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nData from CodeSearchNet Challenge dataset.", "#### Who are the source language producers?\n\n\nSoftware Engineering developers.", "### 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\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ "TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-code #language-English #license-c-uda #code-to-text #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE code-to-text dataset, available at URL\n\n\nThe dataset we use comes from CodeSearchNet and we filter the dataset as the following:\n\n\n* Remove examples that codes cannot be parsed into an abstract syntax tree.\n* Remove examples that #tokens of documents is < 3 or >256\n* Remove examples that documents contain special tokens (e.g. <img ...> or https:...)\n* Remove examples that documents are not English.", "### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for automatically generating English docstrings for code.", "### Languages\n\n\n* Go programming language\n* Java programming language\n* Javascript programming language\n* PHP programming language\n* Python programming language\n* Ruby programming language\n* English natural language\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### go\n\n\nAn example of 'test' looks as follows.", "#### java\n\n\nAn example of 'test' looks as follows.", "#### javascript\n\n\nAn example of 'test' looks as follows.", "#### php\n\n\nAn example of 'train' looks as follows.", "#### python\n\n\nAn example of 'validation' looks as follows.", "#### ruby\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### go, java, javascript, php, python, ruby\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: repo, type: string, description: repo: the owner/repo\nfield name: path, type: string, description: path: the full path to the original file\nfield name: func\\_name, type: string, description: func\\_name: the function or method name\nfield name: original\\_string, type: string, description: original\\_string: the raw string before tokenization or parsing\nfield name: language, type: string, description: language: the programming language name\nfield name: code, type: string, description: code/function: the part of the original\\_string that is code\nfield name: code\\_tokens, type: Sequence[string], description: code\\_tokens/function\\_tokens: tokenized version of code\nfield name: docstring, type: string, description: docstring: the top-level comment or docstring, if it exists in the original string\nfield name: docstring\\_tokens, type: Sequence[string], description: docstring\\_tokens: tokenized version of docstring\nfield name: sha, type: string, description: sha of the file\nfield name: url, type: string, description: url of the file", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nData from CodeSearchNet Challenge dataset.", "#### Who are the source language producers?\n\n\nSoftware Engineering developers.", "### 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\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 98, 109, 39, 45, 6, 14, 15, 14, 16, 17, 16, 32, 308, 11, 7, 4, 19, 15, 5, 5, 9, 18, 7, 8, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-code #language-English #license-c-uda #code-to-text #region-us \n### Dataset Summary\n\n\nCodeXGLUE code-to-text dataset, available at URL\n\n\nThe dataset we use comes from CodeSearchNet and we filter the dataset as the following:\n\n\n* Remove examples that codes cannot be parsed into an abstract syntax tree.\n* Remove examples that #tokens of documents is < 3 or >256\n* Remove examples that documents contain special tokens (e.g. <img ...> or https:...)\n* Remove examples that documents are not English.### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for automatically generating English docstrings for code.### Languages\n\n\n* Go programming language\n* Java programming language\n* Javascript programming language\n* PHP programming language\n* Python programming language\n* Ruby programming language\n* English natural language\n\n\nDataset Structure\n-----------------### Data Instances#### go\n\n\nAn example of 'test' looks as follows.#### java\n\n\nAn example of 'test' looks as follows.#### javascript\n\n\nAn example of 'test' looks as follows.#### php\n\n\nAn example of 'train' looks as follows.#### python\n\n\nAn example of 'validation' looks as follows.#### ruby\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits." ]
[ -0.08632581681013107, 0.2959517538547516, -0.0076818945817649364, 0.11740422993898392, 0.13402456045150757, 0.016976282000541687, 0.008806243538856506, 0.1365034282207489, -0.03789514675736427, 0.12261995673179626, 0.028809765353798866, 0.17056255042552948, 0.0385570265352726, 0.18163003027439117, -0.011292430572211742, -0.17569126188755035, 0.03620603308081627, -0.10134546458721161, 0.03313947096467018, 0.10392957180738449, 0.09681609272956848, -0.03422876447439194, 0.08805328607559204, -0.04453926905989647, -0.06103874742984772, -0.009689432568848133, 0.004694507922977209, -0.01915203593671322, 0.06534964591264725, 0.031450435519218445, 0.05101293325424194, -0.05926848202943802, 0.002017349237576127, -0.21384473145008087, 0.013157117180526257, 0.10276953876018524, 0.05277537554502487, 0.0537116639316082, 0.155154287815094, -0.09233538061380386, 0.00036308926064521074, -0.11847788095474243, 0.05014960467815399, 0.08011982589960098, -0.09448807686567307, -0.1115252897143364, -0.14783573150634766, -0.08479099720716476, 0.05635227635502815, 0.1067744642496109, -0.028995586559176445, 0.0752316564321518, 0.01239568181335926, 0.088712677359581, 0.1475580334663391, -0.09096717089414597, -0.01855889894068241, 0.013061191886663437, -0.022937793284654617, 0.09667938947677612, -0.0654720589518547, -0.035995371639728546, -0.03261120244860649, 0.06784915924072266, -0.048186078667640686, -0.07684729248285294, -0.16547442972660065, -0.024899929761886597, -0.11578809469938278, -0.03707348555326462, 0.15327775478363037, -0.05007079243659973, -0.037660300731658936, -0.13829322159290314, -0.07176418602466583, -0.018307089805603027, -0.007400692906230688, 0.0564829520881176, -0.02230602689087391, 0.054023224860429764, 0.09554298222064972, -0.07989681512117386, -0.05757858604192734, -0.027916857972741127, -0.004727604798972607, -0.004418304655700922, 0.03376106917858124, 0.025581033900380135, 0.012683087959885597, 0.0856529101729393, -0.01150696724653244, -0.0584135428071022, -0.04203164204955101, -0.09511460363864899, -0.07250367105007172, 0.04469127207994461, -0.04132278636097908, -0.10916917771100998, 0.08487065136432648, 0.15439607203006744, -0.11048131436109543, 0.08480092138051987, -0.11852621287107468, 0.008456388488411903, 0.02202799916267395, 0.13923636078834534, -0.015105069614946842, -0.04529794305562973, 0.01615522988140583, 0.02693689800798893, -0.006897501181811094, 0.002208989579230547, 0.0003405516326893121, 0.007744580041617155, 0.07531260699033737, 0.11524850875139236, 0.07927300035953522, 0.05150514468550682, -0.08884570747613907, -0.025225678458809853, 0.013113996013998985, -0.17898869514465332, 0.07805280387401581, 0.0613928847014904, 0.0052876886911690235, 0.0069374325685203075, 0.04146527498960495, -0.04616566747426987, -0.14378711581230164, -0.08562964200973511, -0.04566991329193115, 0.06304100900888443, -0.11778953671455383, -0.13574282824993134, -0.003893522545695305, -0.02915053442120552, -0.05692395567893982, -0.07175800204277039, -0.20304270088672638, -0.038957539945840836, 0.03381452336907387, -0.07310912758111954, 0.019227785989642143, -0.05852708965539932, -0.06513465195894241, -0.029705120250582695, 0.0164872445166111, -0.029895540326833725, -0.02910342998802662, 0.027894554659724236, -0.013212732970714569, -0.03696795180439949, 0.03028077632188797, 0.03406259045004845, -0.13670098781585693, 0.05307571962475777, -0.14362558722496033, 0.17898759245872498, -0.09435217827558517, 0.0002511172788217664, -0.14007046818733215, -0.02663562074303627, 0.08565501123666763, 0.03239286318421364, 0.026571830734610558, 0.13948597013950348, -0.2696714401245117, 0.041889749467372894, 0.1257716566324234, -0.0775800347328186, 0.0169631689786911, 0.11466275155544281, -0.052675794810056686, 0.054256413131952286, 0.05085703358054161, 0.16048085689544678, 0.08900067210197449, 0.04293689504265785, -0.0377299003303051, -0.03363381698727608, 0.03751097247004509, 0.1392659842967987, 0.047769077122211456, -0.1593412458896637, 0.04125821962952614, 0.05449158698320389, -0.08199406415224075, -0.008810935541987419, 0.03200396150350571, -0.0732366070151329, -0.00441461568698287, -0.02454533614218235, 0.09447897970676422, -0.001779050100594759, -0.01092967763543129, -0.02883557230234146, -0.09820494800806046, 0.022436359897255898, 0.0861385315656662, -0.04925505816936493, 0.03691498935222626, -0.08840291947126389, 0.0365939624607563, -0.03669881820678711, 0.028263738378882408, -0.22250112891197205, -0.04424809664487839, 0.059987690299749374, -0.020496916025877, 0.061762358993291855, -0.0748073160648346, 0.021717116236686707, 0.05896580591797829, 0.02132907509803772, -0.03380824998021126, 0.018428945913910866, -0.014407148584723473, -0.036362241953611374, -0.12461388856172562, -0.024555696174502373, -0.05584532767534256, 0.07692719995975494, -0.18536978960037231, 0.04650122672319412, 0.03327643498778343, 0.06808365881443024, 0.025304114446043968, -0.07823038101196289, 0.05196881294250488, 0.03258197754621506, -0.04544047266244888, -0.08313585072755814, -0.014941500499844551, -0.02447083592414856, 0.07616735994815826, 0.0162433423101902, -0.14007067680358887, -0.17306643724441528, 0.08893918991088867, -0.0036121343728154898, -0.05999447777867317, 0.0566125363111496, -0.02829761430621147, 0.02512921392917633, -0.01971183717250824, -0.09399685263633728, 0.11268635839223862, 0.08880247175693512, 0.09415075182914734, -0.03392910957336426, -0.01703384518623352, -0.04772377014160156, -0.02972998283803463, -0.007074807304888964, 0.06691187620162964, 0.006644122302532196, -0.05842554196715355, 0.10936302691698074, 0.007670051418244839, -0.020183835178613663, 0.10352938622236252, -0.024185944348573685, -0.04403705522418022, -0.029188552871346474, 0.08803844451904297, 0.02198728919029236, 0.0395396463572979, 0.006378843914717436, 0.026047663763165474, 0.05757690221071243, 0.05400313064455986, 0.04898586496710777, -0.0691605657339096, 0.06357481330633163, 0.011494631879031658, -0.022153781726956367, 0.05946982651948929, -0.012888188473880291, 0.06380198150873184, 0.03745012357831001, -0.057032033801078796, 0.046348314732313156, 0.009225919842720032, -0.01933257281780243, -0.13129782676696777, 0.18164467811584473, -0.22098539769649506, -0.17888730764389038, -0.14782071113586426, -0.051084477454423904, -0.105092853307724, -0.0011165011674165726, 0.03773103281855583, -0.06491195410490036, -0.09301547706127167, -0.11950777471065521, 0.05420273169875145, -0.013574659824371338, -0.11003314703702927, -0.07647059112787247, -0.00868813693523407, 0.035244230180978775, -0.15277767181396484, 0.01740206591784954, 0.0891907587647438, -0.03320765867829323, 0.028521114960312843, -0.0021345699205994606, 0.07083296775817871, 0.07090922445058823, 0.029782932251691818, 0.021520359441637993, 0.009137516841292381, 0.2175993174314499, -0.010099528357386589, 0.03767294064164162, 0.1173776388168335, -0.033867958933115005, 0.05623069778084755, 0.07742079347372055, -0.002865562215447426, -0.04322474077343941, 0.005610681604593992, 0.05643341317772865, -0.0033039480913430452, -0.2428448647260666, -0.08422882109880447, -0.07384537160396576, 0.031204799190163612, 0.05010059475898743, 0.04738965630531311, -0.021113267168402672, 0.032441116869449615, -0.016703849658370018, 0.010551388375461102, 0.04077973961830139, 0.09203333407640457, 0.07383432984352112, -0.03020322322845459, 0.040996797382831573, -0.032263945788145065, 0.040165554732084274, 0.06766720861196518, 0.06560587882995605, 0.1383478194475174, -0.071346715092659, 0.2314678579568863, 0.03066556714475155, 0.13238425552845, -0.021739285439252853, 0.10185003280639648, -0.029888343065977097, 0.14011478424072266, -0.0029324451461434364, -0.04765380173921585, -0.056715287268161774, 0.03289109840989113, -0.028814641758799553, -0.03302523121237755, 0.009488354437053204, 0.020314542576670647, 0.12044632434844971, 0.12295445054769516, 0.0023770516272634268, -0.1954953819513321, -0.02392559126019478, 0.029727432876825333, -0.02512323670089245, -0.15037676692008972, 0.013746804557740688, 0.09113849699497223, -0.11796606332063675, 0.0034085155930370092, -0.10724743455648422, 0.07551087439060211, -0.0805603563785553, -0.002789698773995042, 0.0036184622440487146, 0.12317782640457153, -0.0015931453090161085, 0.10340031236410141, -0.21725383400917053, 0.037527088075876236, 0.04015941917896271, 0.0661107674241066, -0.026871828362345695, 0.07379462569952011, 0.032006099820137024, -0.022014416754245758, 0.11385287344455719, 0.009271298535168171, -0.09353827685117722, -0.06596564501523972, -0.05717315152287483, 0.011918221600353718, 0.07243029028177261, -0.03630846366286278, 0.10765445232391357, -0.053219620138406754, -0.022332055494189262, -0.03571717068552971, -0.0756586417555809, -0.09994696825742722, -0.23177607357501984, 0.04202155023813248, -0.08587044477462769, 0.09763198345899582, -0.032778289169073105, 0.018420187756419182, -0.013705509714782238, 0.15447033941745758, -0.21587856113910675, -0.11807040870189667, -0.1307409256696701, -0.0026432485319674015, 0.17575117945671082, -0.06034185364842415, 0.04812554270029068, -0.02915233187377453, 0.09910298883914948, -0.017963575199246407, -0.06210017204284668, 0.03710189834237099, -0.06938263028860092, -0.15253089368343353, -0.05748281255364418, 0.06871184706687927, -0.017040569335222244, 0.03353312239050865, -0.009547890163958073, 0.06275394558906555, -0.044186096638441086, -0.1028587594628334, -0.04346746206283569, 0.13850480318069458, 0.015712426975369453, 0.13014987111091614, -0.07512036710977554, -0.14796778559684753, -0.10913240164518356, -0.009134413674473763, 0.18985615670681, 0.11759089678525925, -0.08821144700050354, 0.07572902739048004, 0.08641189336776733, -0.1095227524638176, -0.1660597175359726, 0.006140371318906546, 0.01578223891556263, -0.030883263796567917, 0.037603363394737244, -0.2152877300977707, 0.002047100802883506, 0.034397024661302567, 0.035051725804805756, 0.008240431547164917, -0.2602042555809021, -0.10984936356544495, 0.039738431572914124, 0.03287721052765846, -0.06232532486319542, -0.1383948177099228, -0.06589879840612411, -0.006378160789608955, -0.07232508063316345, 0.13036197423934937, -0.05755113437771797, 0.04805879294872284, 0.024576323106884956, 0.12240185588598251, 0.050563741475343704, -0.06229880824685097, 0.1314513087272644, -0.04489133879542351, 0.048020243644714355, -0.0324944369494915, -0.02960898168385029, 0.12179116159677505, -0.027181867510080338, 0.13156278431415558, -0.06182144954800606, 0.1003398522734642, -0.14860239624977112, -0.005425033159554005, -0.0894564688205719, 0.019680514931678772, -0.04499036818742752, -0.04444713518023491, 0.00404408248141408, 0.012032640166580677, 0.09252873808145523, -0.0017068065935745835, 0.05500924959778786, 0.0013235427904874086, -0.01664392463862896, 0.20547746121883392, 0.07306873798370361, 0.1263177990913391, -0.13176432251930237, 0.008628254756331444, 0.009103343822062016, 0.015070217661559582, -0.0833144560456276, 0.03748873621225357, 0.09223310649394989, 0.025209661573171616, 0.1342570036649704, 0.000683339370880276, -0.13869072496891022, 0.031679000705480576, 0.015617607161402702, -0.09892764687538147, -0.2251162827014923, 0.025481021031737328, 0.1207321435213089, -0.13507379591464996, -0.03497876971960068, 0.1289377212524414, 0.037113726139068604, -0.06364360451698303, 0.0027545669581741095, 0.1029428243637085, -0.009231315925717354, 0.1453474909067154, 0.03694832697510719, 0.029354266822338104, -0.10311106592416763, 0.05952014774084091, 0.09901424497365952, 0.01345362514257431, 0.04490739852190018, 0.20485450327396393, -0.09062640368938446, -0.08337724953889847, 0.05161774531006813, 0.12693288922309875, -0.035234492272138596, 0.001435006968677044, -0.05248609185218811, -0.03994196280837059, -0.0035999268293380737, 0.00009102889453060925, 0.00959034264087677, 0.030214425176382065, -0.03958045691251755, -0.0859585776925087, -0.0398261733353138, 0.1224331185221672, 0.0344759002327919, 0.03734820336103439, -0.07343770563602448, 0.07649912685155869, -0.052403077483177185, -0.024280894547700882, 0.02897886373102665, -0.011999639682471752, -0.030596641823649406, 0.0024328664876520634, -0.1790618747472763, 0.061202630400657654, -0.06630714237689972, -0.006248023826628923, 0.005858707241714001, 0.0014484446728602052, 0.034748468548059464, 0.022810617461800575, -0.06466367840766907, -0.09959667921066284, -0.08737081289291382, 0.09287606924772263, -0.12406037002801895, 0.02115839347243309, 0.022280029952526093, -0.07438750565052032, 0.09218785166740417, 0.015571164898574352, -0.04075121507048607, 0.07818875461816788, -0.08097663521766663, -0.061164192855358124, -0.03336073085665703, 0.04953618347644806, 0.028842778876423836, -0.08672165870666504, -0.011498933658003807, -0.012979313731193542, -0.023607851937413216, -0.021089794114232063, 0.1761651337146759, -0.135016068816185, 0.06685566902160645, 0.03156329318881035, -0.021782634779810905, -0.04886152222752571, 0.08644868433475494, 0.022062676027417183, 0.03358739614486694, 0.18000228703022003, -0.035978637635707855, 0.08566673845052719, -0.10033764690160751, -0.035526931285858154, -0.011810185387730598, -0.0230986587703228, 0.005833104252815247, 0.019403325393795967, 0.07463980466127396, -0.019914662465453148, 0.10301177948713303, 0.046686992049217224, 0.025612277910113335, -0.00301709258928895, -0.012090733274817467, -0.016499333083629608, 0.05890548229217529, 0.04784081503748894, -0.04558095708489418, 0.003473681164905429, -0.028060980141162872, -0.021291285753250122, 0.03686656057834625, 0.061243750154972076, 0.08145016431808472, 0.19317889213562012, 0.11277604103088379, 0.05617240071296692, 0.0006761315744370222, -0.11131018400192261, -0.09939979016780853, 0.03711233288049698, 0.022389378398656845, 0.05067974701523781, -0.10442167520523071, 0.13164079189300537, 0.11069273203611374, -0.14680524170398712, 0.12640832364559174, -0.015638448297977448, -0.08387422561645508, -0.035519566386938095, -0.1259271800518036, -0.059547003358602524, -0.03857437148690224, -0.04824155941605568, -0.11645335704088211, 0.0885503962635994, 0.047863785177469254, -0.018175950273871422, -0.02722157910466194, 0.10748416930437088, 0.0421609990298748, -0.12975014746189117, -0.03133152797818184, -0.002253639744594693, 0.016505135223269463, 0.0873633474111557, 0.0009484018082730472, -0.004040317144244909, 0.021658994257450104, 0.12822508811950684, 0.06723121553659439, 0.019289527088403702, 0.03375674784183502, -0.09550568461418152, -0.058617185801267624, 0.007000412326306105, 0.010187694802880287, -0.06525260210037231, 0.23481105268001556, 0.07448498159646988, -0.06292962282896042, 0.018068188801407814, 0.17050747573375702, -0.016151195392012596, -0.11471819132566452, -0.18520419299602509, 0.14858011901378632, 0.044455163180828094, 0.016332468017935753, 0.009638394229114056, -0.16400246322155, 0.029416028410196304, 0.1350879967212677, 0.17082959413528442, -0.022102879360318184, -0.008386910893023014, 0.025106705725193024, -0.002929972717538476, -0.035734329372644424, 0.062482114881277084, 0.062072861939668655, 0.21375946700572968, -0.043254852294921875, 0.10345643758773804, 0.010492454282939434, -0.037394970655441284, -0.15451312065124512, 0.0671849176287651, -0.03390917554497719, -0.02057558484375477, 0.010188275948166847, 0.04740482568740845, -0.054462775588035583, -0.13995996117591858, -0.05044944956898689, -0.09720415621995926, -0.11978856474161148, -0.03922444209456444, 0.02349424734711647, -0.008361180312931538, 0.03942108154296875, 0.031302906572818756, -0.013415869325399399, 0.14428460597991943, -0.030495069921016693, -0.018613597378134727, -0.06252531707286835, 0.0649464875459671, -0.15405933558940887, 0.16329914331436157, 0.021983018144965172, 0.004619116894900799, 0.12123896926641464, -0.028253966942429543, -0.15372970700263977, 0.066097192466259, 0.05465671792626381, 0.0628167912364006, 0.060298338532447815, 0.13630536198616028, -0.017312590032815933, 0.14585721492767334, 0.03438723832368851, 0.030733611434698105, 0.04602859169244766, 0.03121144324541092, -0.05961789935827255, -0.08195854723453522, -0.014029554091393948, -0.10857511311769485, 0.07935686409473419, 0.18304701149463654, -0.029076360166072845, 0.05144958943128586, -0.05974704772233963, 0.03564571961760521, -0.042292457073926926, 0.08137857168912888, -0.08842124044895172, -0.14911216497421265, 0.024850090965628624, 0.09480851143598557, 0.06512020528316498, -0.16698813438415527, -0.037600964307785034, 0.0261384230107069, -0.006345635745674372, -0.08001816272735596, 0.14053015410900116, 0.07416622340679169, 0.024210913106799126, -0.013551408424973488, -0.10276942700147629, -0.005620230920612812, 0.11429687589406967, -0.05408800020813942, -0.050600193440914154 ]
9d83d86fe015b4d2fc99c2de30f0f897f9df4909
# Dataset Card for "code_x_glue_tc_nl_code_search_adv" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Text-Code/NL-code-search-Adv - **Paper:** https://arxiv.org/abs/2102.04664 ### Dataset Summary CodeXGLUE NL-code-search-Adv dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Code/NL-code-search-Adv The dataset we use comes from CodeSearchNet and we filter the dataset as the following: - Remove examples that codes cannot be parsed into an abstract syntax tree. - Remove examples that #tokens of documents is < 3 or >256 - Remove examples that documents contain special tokens (e.g. <img ...> or https:...) - Remove examples that documents are not English. ### Supported Tasks and Leaderboards - `document-retrieval`: The dataset can be used to train a model for retrieving top-k codes from a given **English** natural language query. ### Languages - Python **programming** language - English **natural** language ## Dataset Structure ### Data Instances An example of 'validation' looks as follows. ``` { "argument_list": "", "code": "def Func(arg_0, arg_1='.', arg_2=True, arg_3=False, **arg_4):\n \"\"\"Downloads Dailymotion videos by URL.\n \"\"\"\n\n arg_5 = get_content(rebuilt_url(arg_0))\n arg_6 = json.loads(match1(arg_5, r'qualities\":({.+?}),\"'))\n arg_7 = match1(arg_5, r'\"video_title\"\\s*:\\s*\"([^\"]+)\"') or \\\n match1(arg_5, r'\"title\"\\s*:\\s*\"([^\"]+)\"')\n arg_7 = unicodize(arg_7)\n\n for arg_8 in ['1080','720','480','380','240','144','auto']:\n try:\n arg_9 = arg_6[arg_8][1][\"url\"]\n if arg_9:\n break\n except KeyError:\n pass\n\n arg_10, arg_11, arg_12 = url_info(arg_9)\n\n print_info(site_info, arg_7, arg_10, arg_12)\n if not arg_3:\n download_urls([arg_9], arg_7, arg_11, arg_12, arg_1=arg_1, arg_2=arg_2)", "code_tokens": ["def", "Func", "(", "arg_0", ",", "arg_1", "=", "'.'", ",", "arg_2", "=", "True", ",", "arg_3", "=", "False", ",", "**", "arg_4", ")", ":", "arg_5", "=", "get_content", "(", "rebuilt_url", "(", "arg_0", ")", ")", "arg_6", "=", "json", ".", "loads", "(", "match1", "(", "arg_5", ",", "r'qualities\":({.+?}),\"'", ")", ")", "arg_7", "=", "match1", "(", "arg_5", ",", "r'\"video_title\"\\s*:\\s*\"([^\"]+)\"'", ")", "or", "match1", "(", "arg_5", ",", "r'\"title\"\\s*:\\s*\"([^\"]+)\"'", ")", "arg_7", "=", "unicodize", "(", "arg_7", ")", "for", "arg_8", "in", "[", "'1080'", ",", "'720'", ",", "'480'", ",", "'380'", ",", "'240'", ",", "'144'", ",", "'auto'", "]", ":", "try", ":", "arg_9", "=", "arg_6", "[", "arg_8", "]", "[", "1", "]", "[", "\"url\"", "]", "if", "arg_9", ":", "break", "except", "KeyError", ":", "pass", "arg_10", ",", "arg_11", ",", "arg_12", "=", "url_info", "(", "arg_9", ")", "print_info", "(", "site_info", ",", "arg_7", ",", "arg_10", ",", "arg_12", ")", "if", "not", "arg_3", ":", "download_urls", "(", "[", "arg_9", "]", ",", "arg_7", ",", "arg_11", ",", "arg_12", ",", "arg_1", "=", "arg_1", ",", "arg_2", "=", "arg_2", ")"], "docstring": "Downloads Dailymotion videos by URL.", "docstring_summary": "Downloads Dailymotion videos by URL.", "docstring_tokens": ["Downloads", "Dailymotion", "videos", "by", "URL", "."], "func_name": "", "id": 0, "identifier": "dailymotion_download", "language": "python", "nwo": "soimort/you-get", "original_string": "", "parameters": "(url, output_dir='.', merge=True, info_only=False, **kwargs)", "path": "src/you_get/extractors/dailymotion.py", "repo": "", "return_statement": "", "score": 0.9997601509094238, "sha": "b746ac01c9f39de94cac2d56f665285b0523b974", "url": "https://github.com/soimort/you-get/blob/b746ac01c9f39de94cac2d56f665285b0523b974/src/you_get/extractors/dailymotion.py#L13-L35" } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default | field name | type | description | |-----------------|-----------------------|-----------------------------------------------------------------------------------| |id |int32 | Index of the sample | |repo |string | repo: the owner/repo | |path |string | path: the full path to the original file | |func_name |string | func_name: the function or method name | |original_string |string | original_string: the raw string before tokenization or parsing | |language |string | language: the programming language | |code |string | code/function: the part of the original_string that is code | |code_tokens |Sequence[string] | code_tokens/function_tokens: tokenized version of code | |docstring |string | docstring: the top-level comment or docstring, if it exists in the original string| |docstring_tokens |Sequence[string] | docstring_tokens: tokenized version of docstring | |sha |string | sha of the file | |url |string | url of the file | |docstring_summary|string | Summary of the docstring | |parameters |string | parameters of the function | |return_statement |string | return statement | |argument_list |string | list of arguments of the function | |identifier |string | identifier | |nwo |string | nwo | |score |datasets.Value("float"]| score for this search | ### Data Splits | name |train |validation|test | |-------|-----:|---------:|----:| |default|251820| 9604|19210| ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization Data from CodeSearchNet Challenge dataset. [More Information Needed] #### Who are the source language producers? Software Engineering developers. ### 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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @article{DBLP:journals/corr/abs-2102-04664, author = {Shuai Lu and Daya Guo and Shuo Ren and Junjie Huang and Alexey Svyatkovskiy and Ambrosio Blanco and Colin B. Clement and Dawn Drain and Daxin Jiang and Duyu Tang and Ge Li and Lidong Zhou and Linjun Shou and Long Zhou and Michele Tufano and Ming Gong and Ming Zhou and Nan Duan and Neel Sundaresan and Shao Kun Deng and Shengyu Fu and Shujie Liu}, title = {CodeXGLUE: {A} Machine Learning Benchmark Dataset for Code Understanding and Generation}, journal = {CoRR}, volume = {abs/2102.04664}, year = {2021} } @article{husain2019codesearchnet, title={Codesearchnet challenge: Evaluating the state of semantic code search}, author={Husain, Hamel and Wu, Ho-Hsiang and Gazit, Tiferet and Allamanis, Miltiadis and Brockschmidt, Marc}, journal={arXiv preprint arXiv:1909.09436}, year={2019} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_tc_nl_code_search_adv
[ "task_categories:text-retrieval", "task_ids:document-retrieval", "annotations_creators:found", "language_creators:found", "multilinguality:other-programming-languages", "size_categories:100K<n<1M", "source_datasets:original", "language:code", "language:en", "license:c-uda", "arxiv:2102.04664", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["code", "en"], "license": ["c-uda"], "multilinguality": ["other-programming-languages"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-retrieval"], "task_ids": ["document-retrieval"], "pretty_name": "CodeXGlueTcNlCodeSearchAdv", "dataset_info": {"features": [{"name": "id", "dtype": "int32"}, {"name": "repo", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "func_name", "dtype": "string"}, {"name": "original_string", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "code", "dtype": "string"}, {"name": "code_tokens", "sequence": "string"}, {"name": "docstring", "dtype": "string"}, {"name": "docstring_tokens", "sequence": "string"}, {"name": "sha", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "docstring_summary", "dtype": "string"}, {"name": "parameters", "dtype": "string"}, {"name": "return_statement", "dtype": "string"}, {"name": "argument_list", "dtype": "string"}, {"name": "identifier", "dtype": "string"}, {"name": "nwo", "dtype": "string"}, {"name": "score", "dtype": "float32"}], "splits": [{"name": "train", "num_bytes": 820714108, "num_examples": 251820}, {"name": "validation", "num_bytes": 23468758, "num_examples": 9604}, {"name": "test", "num_bytes": 47433608, "num_examples": 19210}], "download_size": 316235421, "dataset_size": 891616474}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-24T15:15:07+00:00
[ "2102.04664" ]
[ "code", "en" ]
TAGS #task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-100K<n<1M #source_datasets-original #language-code #language-English #license-c-uda #arxiv-2102.04664 #region-us
Dataset Card for "code\_x\_glue\_tc\_nl\_code\_search\_adv" =========================================================== 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 * Paper: URL ### Dataset Summary CodeXGLUE NL-code-search-Adv dataset, available at URL The dataset we use comes from CodeSearchNet and we filter the dataset as the following: * Remove examples that codes cannot be parsed into an abstract syntax tree. * Remove examples that #tokens of documents is < 3 or >256 * Remove examples that documents contain special tokens (e.g. <img ...> or https:...) * Remove examples that documents are not English. ### Supported Tasks and Leaderboards * 'document-retrieval': The dataset can be used to train a model for retrieving top-k codes from a given English natural language query. ### Languages * Python programming language * English natural language Dataset Structure ----------------- ### Data Instances An example of 'validation' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default field name: id, type: int32, description: Index of the sample field name: repo, type: string, description: repo: the owner/repo field name: path, type: string, description: path: the full path to the original file field name: func\_name, type: string, description: func\_name: the function or method name field name: original\_string, type: string, description: original\_string: the raw string before tokenization or parsing field name: language, type: string, description: language: the programming language field name: code, type: string, description: code/function: the part of the original\_string that is code field name: code\_tokens, type: Sequence[string], description: code\_tokens/function\_tokens: tokenized version of code field name: docstring, type: string, description: docstring: the top-level comment or docstring, if it exists in the original string field name: docstring\_tokens, type: Sequence[string], description: docstring\_tokens: tokenized version of docstring field name: sha, type: string, description: sha of the file field name: url, type: string, description: url of the file field name: docstring\_summary, type: string, description: Summary of the docstring field name: parameters, type: string, description: parameters of the function field name: return\_statement, type: string, description: return statement field name: argument\_list, type: string, description: list of arguments of the function field name: identifier, type: string, description: identifier field name: nwo, type: string, description: nwo field name: score, type: datasets.Value("float"], description: score for this search ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization Data from CodeSearchNet Challenge dataset. #### Who are the source language producers? Software Engineering developers. ### 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 URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE NL-code-search-Adv dataset, available at URL\n\n\nThe dataset we use comes from CodeSearchNet and we filter the dataset as the following:\n\n\n* Remove examples that codes cannot be parsed into an abstract syntax tree.\n* Remove examples that #tokens of documents is < 3 or >256\n* Remove examples that documents contain special tokens (e.g. <img ...> or https:...)\n* Remove examples that documents are not English.", "### Supported Tasks and Leaderboards\n\n\n* 'document-retrieval': The dataset can be used to train a model for retrieving top-k codes from a given English natural language query.", "### Languages\n\n\n* Python programming language\n* English natural language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: repo, type: string, description: repo: the owner/repo\nfield name: path, type: string, description: path: the full path to the original file\nfield name: func\\_name, type: string, description: func\\_name: the function or method name\nfield name: original\\_string, type: string, description: original\\_string: the raw string before tokenization or parsing\nfield name: language, type: string, description: language: the programming language\nfield name: code, type: string, description: code/function: the part of the original\\_string that is code\nfield name: code\\_tokens, type: Sequence[string], description: code\\_tokens/function\\_tokens: tokenized version of code\nfield name: docstring, type: string, description: docstring: the top-level comment or docstring, if it exists in the original string\nfield name: docstring\\_tokens, type: Sequence[string], description: docstring\\_tokens: tokenized version of docstring\nfield name: sha, type: string, description: sha of the file\nfield name: url, type: string, description: url of the file\nfield name: docstring\\_summary, type: string, description: Summary of the docstring\nfield name: parameters, type: string, description: parameters of the function\nfield name: return\\_statement, type: string, description: return statement\nfield name: argument\\_list, type: string, description: list of arguments of the function\nfield name: identifier, type: string, description: identifier\nfield name: nwo, type: string, description: nwo\nfield name: score, type: datasets.Value(\"float\"], description: score for this search", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nData from CodeSearchNet Challenge dataset.", "#### Who are the source language producers?\n\n\nSoftware Engineering developers.", "### 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\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ "TAGS\n#task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-100K<n<1M #source_datasets-original #language-code #language-English #license-c-uda #arxiv-2102.04664 #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE NL-code-search-Adv dataset, available at URL\n\n\nThe dataset we use comes from CodeSearchNet and we filter the dataset as the following:\n\n\n* Remove examples that codes cannot be parsed into an abstract syntax tree.\n* Remove examples that #tokens of documents is < 3 or >256\n* Remove examples that documents contain special tokens (e.g. <img ...> or https:...)\n* Remove examples that documents are not English.", "### Supported Tasks and Leaderboards\n\n\n* 'document-retrieval': The dataset can be used to train a model for retrieving top-k codes from a given English natural language query.", "### Languages\n\n\n* Python programming language\n* English natural language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: repo, type: string, description: repo: the owner/repo\nfield name: path, type: string, description: path: the full path to the original file\nfield name: func\\_name, type: string, description: func\\_name: the function or method name\nfield name: original\\_string, type: string, description: original\\_string: the raw string before tokenization or parsing\nfield name: language, type: string, description: language: the programming language\nfield name: code, type: string, description: code/function: the part of the original\\_string that is code\nfield name: code\\_tokens, type: Sequence[string], description: code\\_tokens/function\\_tokens: tokenized version of code\nfield name: docstring, type: string, description: docstring: the top-level comment or docstring, if it exists in the original string\nfield name: docstring\\_tokens, type: Sequence[string], description: docstring\\_tokens: tokenized version of docstring\nfield name: sha, type: string, description: sha of the file\nfield name: url, type: string, description: url of the file\nfield name: docstring\\_summary, type: string, description: Summary of the docstring\nfield name: parameters, type: string, description: parameters of the function\nfield name: return\\_statement, type: string, description: return statement\nfield name: argument\\_list, type: string, description: list of arguments of the function\nfield name: identifier, type: string, description: identifier\nfield name: nwo, type: string, description: nwo\nfield name: score, type: datasets.Value(\"float\"], description: score for this search", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nData from CodeSearchNet Challenge dataset.", "#### Who are the source language producers?\n\n\nSoftware Engineering developers.", "### 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\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 102, 113, 47, 20, 19, 32, 426, 11, 7, 4, 19, 15, 5, 5, 9, 18, 7, 8, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-100K<n<1M #source_datasets-original #language-code #language-English #license-c-uda #arxiv-2102.04664 #region-us \n### Dataset Summary\n\n\nCodeXGLUE NL-code-search-Adv dataset, available at URL\n\n\nThe dataset we use comes from CodeSearchNet and we filter the dataset as the following:\n\n\n* Remove examples that codes cannot be parsed into an abstract syntax tree.\n* Remove examples that #tokens of documents is < 3 or >256\n* Remove examples that documents contain special tokens (e.g. <img ...> or https:...)\n* Remove examples that documents are not English.### Supported Tasks and Leaderboards\n\n\n* 'document-retrieval': The dataset can be used to train a model for retrieving top-k codes from a given English natural language query.### Languages\n\n\n* Python programming language\n* English natural language\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits." ]
[ -0.0671071708202362, 0.20850235223770142, -0.005956609267741442, 0.0919310599565506, 0.11639798432588577, 0.020595720037817955, -0.004052492789924145, 0.13302496075630188, 0.07853476703166962, 0.1221415102481842, -0.02037312649190426, 0.10832750797271729, 0.03946594148874283, 0.16902758181095123, -0.04744469001889229, -0.14374788105487823, 0.08916991204023361, -0.0768798440694809, 0.1127057895064354, 0.10105016082525253, 0.11200936138629913, 0.005904854275286198, 0.034781768918037415, -0.0688309371471405, -0.03612174466252327, 0.025730889290571213, 0.04008900746703148, 0.007773359306156635, 0.10602662712335587, 0.03568468987941742, 0.07537509500980377, -0.06377894431352615, -0.0152444364503026, -0.22031624615192413, 0.015676451846957207, 0.1249898299574852, 0.042159147560596466, 0.02362620271742344, 0.09266731888055801, -0.08424453437328339, 0.047777872532606125, -0.13379578292369843, 0.037481509149074554, 0.07686274498701096, -0.12266843020915985, -0.08510937541723251, -0.15965892374515533, -0.03438828885555267, 0.11743072420358658, 0.10701701045036316, -0.041001759469509125, 0.11389627307653427, 0.00930583756417036, 0.08815339207649231, 0.04312070086598396, -0.08252370357513428, -0.007855916395783424, 0.035701338201761246, 0.0016176900826394558, 0.06937652081251144, -0.05838961899280548, -0.006993209943175316, -0.024751385673880577, 0.0186782106757164, -0.06240111589431763, -0.06926973909139633, -0.16751700639724731, -0.07181514799594879, -0.11546067148447037, -0.0535801500082016, 0.1229858249425888, 0.008849812671542168, -0.034233465790748596, -0.18578088283538818, -0.13349322974681854, 0.062236569821834564, 0.014082498848438263, 0.06876976788043976, -0.03709474578499794, 0.05099974200129509, 0.17207661271095276, -0.08600226044654846, -0.04008910432457924, -0.03524290397763252, -0.0307572390884161, 0.05717852711677551, 0.025324305519461632, 0.01735074073076248, 0.014420514926314354, 0.09193918853998184, -0.08679135888814926, -0.07902543246746063, -0.04049688205122948, -0.07677201181650162, -0.14257805049419403, 0.020764540880918503, 0.022307263687253, -0.08592795580625534, 0.049333591014146805, 0.22116978466510773, -0.08624555915594101, 0.0524178072810173, -0.15654774010181427, 0.008783658035099506, 0.028765320777893066, 0.11891370266675949, -0.053293123841285706, -0.04205381125211716, 0.05403823405504227, 0.03312588483095169, 0.06231462582945824, -0.032450683414936066, 0.012998087331652641, -0.008169541135430336, 0.027190985158085823, 0.12516342103481293, 0.11361543089151382, 0.04309026524424553, -0.10189486294984818, -0.024303514510393143, 0.027049290016293526, -0.18850207328796387, 0.07602553814649582, 0.02971535176038742, 0.03430226445198059, 0.016043948009610176, 0.0371699333190918, -0.022303249686956406, -0.13087685406208038, -0.029918575659394264, -0.050197865813970566, 0.02848314493894577, -0.07428797334432602, -0.15978728234767914, 0.006792694795876741, -0.10684948414564133, -0.05507799610495567, -0.05358966812491417, -0.20067663490772247, -0.06004763022065163, 0.01454011257737875, -0.06436561048030853, -0.021195124834775925, -0.01941741071641445, -0.07545287162065506, -0.013130635023117065, 0.01043226569890976, -0.06742996722459793, -0.0494602806866169, 0.026540137827396393, -0.031746186316013336, -0.012145332992076874, -0.018854619935154915, -0.0018183115171268582, -0.12660205364227295, 0.044963397085666656, -0.17867757380008698, 0.15804657340049744, -0.11845651268959045, 0.01973690278828144, -0.10658568888902664, 0.021087752655148506, 0.06138959154486656, 0.03862520307302475, 0.010696551762521267, 0.12025342881679535, -0.2438238114118576, 0.028690097853541374, 0.10800230503082275, -0.13155420124530792, -0.013758867047727108, 0.11049366742372513, -0.019933579489588737, 0.07570984214544296, 0.05245703458786011, 0.18482163548469543, 0.0660414844751358, -0.01636170595884323, -0.0867728739976883, -0.053225014358758926, 0.012402239255607128, 0.1461462527513504, 0.025389954447746277, -0.13925600051879883, 0.0665019229054451, 0.004575598519295454, -0.09813129156827927, 0.024648310616612434, 0.047273050993680954, -0.07637634128332138, -0.008467363193631172, 0.014159085229039192, 0.055598847568035126, 0.009507863782346249, -0.04080727696418762, -0.029165271669626236, -0.11929334700107574, -0.04776303097605705, 0.0898437350988388, -0.03418031334877014, 0.05439857393503189, -0.10595747828483582, 0.0288952998816967, -0.03190285339951515, 0.03798120096325874, -0.22400107979774475, -0.1264762282371521, 0.037205491214990616, -0.01595352776348591, 0.01823584735393524, -0.11554959416389465, -0.024036988615989685, 0.002519565401598811, -0.030633335933089256, -0.04036768898367882, -0.008831032551825047, -0.022431369870901108, -0.03292107954621315, -0.1441992223262787, -0.03752078115940094, -0.04382539168000221, 0.10699909925460815, -0.17724014818668365, 0.04606368765234947, 0.08222797513008118, 0.12211582809686661, 0.02770521491765976, -0.07899022102355957, 0.05826737731695175, 0.06930974870920181, -0.04383786395192146, -0.0988505631685257, -0.022479865700006485, -0.04792940989136696, 0.012628449127078056, 0.0394815057516098, -0.13935814797878265, -0.16123420000076294, 0.0806526243686676, 0.060192227363586426, -0.04356994107365608, 0.19454358518123627, -0.03571111708879471, 0.009544659405946732, -0.08618024736642838, -0.1308853179216385, 0.050202205777168274, 0.09462708234786987, 0.06659549474716187, -0.029926450923085213, -0.013829514384269714, -0.06515581160783768, -0.00011443223775131628, -0.005692664533853531, 0.05350498855113983, 0.06500813364982605, -0.09650910645723343, 0.1052408292889595, -0.052403390407562256, 0.004106197506189346, 0.1393541693687439, -0.041569244116544724, -0.06407591700553894, 0.02412453480064869, 0.0728771835565567, 0.024793513119220734, 0.09826436638832092, 0.0010750257642939687, 0.03654565289616585, 0.06076586991548538, 0.06350374966859818, 0.04212816432118416, -0.0717153400182724, 0.05063190311193466, 0.01526374090462923, -0.06702479720115662, 0.0017548183677718043, 0.02902621403336525, 0.056422654539346695, 0.05999009683728218, -0.06327905505895615, 0.023824701085686684, -0.0020559141412377357, -0.055452536791563034, -0.12386362999677658, 0.15618036687374115, -0.15746340155601501, -0.23016315698623657, -0.1600765436887741, -0.04271123930811882, -0.114059217274189, 0.013439055532217026, 0.044140830636024475, -0.031769126653671265, -0.11239288747310638, -0.11619425565004349, 0.09377738833427429, 0.045145757496356964, -0.10460235178470612, -0.04670540615916252, -0.014463882893323898, 0.047549616545438766, -0.15255381166934967, 0.03480865806341171, 0.057427313178777695, -0.027901850640773773, 0.02464217133820057, -0.014994499273598194, 0.12083927541971207, 0.08361774682998657, 0.03826854005455971, -0.015538567677140236, -0.03184829279780388, 0.19222477078437805, -0.07333189994096756, 0.07236462831497192, 0.13393694162368774, -0.015615918673574924, 0.048998456448316574, 0.13007929921150208, -0.020237822085618973, -0.07213772088289261, 0.013999132439494133, 0.10118160396814346, -0.03586386889219284, -0.2514447867870331, -0.11727581918239594, -0.07135210931301117, -0.01947455294430256, 0.042993977665901184, 0.070614293217659, 0.008898426778614521, 0.00046361389104276896, -0.08656466007232666, 0.01992444507777691, 0.053939901292324066, 0.07541289925575256, 0.10336333513259888, -0.01779434271156788, 0.04788791760802269, -0.0485997200012207, 0.04737670719623566, 0.07353722304105759, 0.06177195906639099, 0.13556024432182312, -0.017609693109989166, 0.20998689532279968, 0.02140754461288452, 0.06508675217628479, -0.027940386906266212, 0.10677923262119293, -0.02462310530245304, 0.11113113909959793, 0.027714569121599197, -0.0547788105905056, -0.022235305979847908, 0.033561863005161285, -0.036831725388765335, -0.0312359556555748, 0.0006698773358948529, 0.026135625317692757, 0.10017324984073639, 0.15482410788536072, 0.04265870153903961, -0.1234743744134903, -0.01392882876098156, 0.05307602509856224, -0.04033157229423523, -0.17166770994663239, 0.008153414353728294, 0.11712251603603363, -0.08326488733291626, 0.045373205095529556, -0.0703648254275322, 0.11125855892896652, -0.11045238375663757, -0.0038567755836993456, -0.04562056437134743, 0.06391459703445435, -0.01232598815113306, 0.07040522247552872, -0.14966468513011932, 0.1222195103764534, 0.04264768958091736, 0.0877782553434372, -0.015706568956375122, 0.05643744394183159, 0.024920137599110603, 0.017708538100123405, 0.1514997035264969, 0.012371822260320187, -0.03409028425812721, -0.06357153505086899, -0.10801378637552261, 0.011714453808963299, 0.054316792637109756, -0.07257162779569626, 0.11874654144048691, -0.03037472814321518, -0.014586634933948517, -0.023781336843967438, -0.06953635811805725, -0.10115839540958405, -0.21039500832557678, 0.03966381400823593, 0.013355408795177937, 0.08058585226535797, -0.036901697516441345, 0.012267816811800003, 0.040698304772377014, 0.16573841869831085, -0.2277052402496338, -0.11957543343305588, -0.17253154516220093, -0.044100623577833176, 0.15129542350769043, -0.026747452095150948, 0.042591821402311325, -0.0026082447730004787, 0.09272699803113937, -0.038276661187410355, -0.046031396836042404, 0.08768720179796219, -0.06886914372444153, -0.1099565327167511, -0.04175523668527603, 0.1389075219631195, -0.0032495607156306505, 0.027636295184493065, -0.009568785317242146, 0.05654214322566986, 0.021506011486053467, -0.11101719737052917, -0.04172007367014885, 0.14872005581855774, -0.06947523355484009, 0.19471701979637146, -0.050059590488672256, -0.0787377655506134, -0.1109449490904808, -0.015216534957289696, 0.16131579875946045, 0.15334072709083557, -0.06772136688232422, 0.10862113535404205, 0.03753179684281349, -0.11703979223966599, -0.1910141110420227, 0.014330752193927765, 0.0031117785256356, 0.039754364639520645, -0.0038254400715231895, -0.18658310174942017, -0.021384142339229584, 0.080354705452919, 0.02264047972857952, 0.02989209070801735, -0.21114535629749298, -0.13249513506889343, 0.012210714630782604, 0.01131434366106987, -0.018072960898280144, -0.10755567252635956, -0.053911272436380386, -0.025523139163851738, -0.11599898338317871, 0.12555761635303497, -0.053186479955911636, 0.05143627151846886, 0.017434390261769295, 0.08835498988628387, 0.04014669358730316, -0.026233017444610596, 0.15118204057216644, 0.009767793118953705, 0.06774352490901947, -0.010684349574148655, 0.04911014437675476, 0.1778421401977539, -0.04574035853147507, 0.141316756606102, 0.005331702530384064, 0.059226199984550476, -0.2225319743156433, -0.015458950772881508, -0.07270403206348419, 0.01842230185866356, -0.044273581355810165, -0.029545459896326065, 0.018026448786258698, 0.016260748729109764, 0.09738454967737198, -0.008684558793902397, 0.12897419929504395, -0.02809111587703228, 0.05915958061814308, 0.042669642716646194, 0.12174190580844879, 0.026949966326355934, -0.1208583191037178, 0.03636501729488373, 0.006873039994388819, 0.046502046287059784, -0.09446718543767929, 0.06250710040330887, 0.10157622396945953, 0.04495077580213547, 0.11812662333250046, -0.006693688221275806, -0.13617224991321564, 0.012852200306952, 0.032152678817510605, -0.12967553734779358, -0.25757408142089844, 0.03873499855399132, -0.006438129115849733, -0.11148250102996826, -0.07281292229890823, 0.1607082188129425, 0.06264813989400864, -0.03833704814314842, 0.033698711544275284, 0.08037935942411423, 0.014852810651063919, 0.1176060140132904, 0.027255766093730927, 0.053233448415994644, -0.08232472836971283, 0.047133270651102066, 0.11738023161888123, -0.020682740956544876, 0.03222472220659256, 0.1796359121799469, -0.08502286672592163, -0.06502792239189148, -0.06816094368696213, 0.07320491224527359, -0.01358151063323021, -0.024596069008111954, -0.0453408919274807, -0.06021184101700783, -0.014146072790026665, 0.07820402830839157, 0.009807528927922249, 0.06544627249240875, -0.04622570797801018, -0.10992620885372162, -0.07476288080215454, 0.07839906960725784, -0.005175632890313864, 0.048719342797994614, -0.11181502789258957, -0.05327073112130165, -0.04358886927366257, -0.07041355222463608, 0.01117889117449522, -0.007598669268190861, -0.04921362176537514, 0.028780685737729073, -0.15971943736076355, 0.04253704845905304, -0.0454162135720253, -0.011828144080936909, 0.0035812489222735167, -0.026499293744564056, 0.001163068343885243, 0.027183590456843376, -0.04853351041674614, -0.11646447330713272, -0.06677044928073883, 0.05333201214671135, -0.11745936423540115, 0.02197265811264515, 0.026938825845718384, -0.09636592119932175, 0.12958407402038574, 0.023380741477012634, -0.013383042067289352, 0.06519994884729385, -0.11901500076055527, -0.060770802199840546, 0.027145059779286385, 0.0640949159860611, 0.030997663736343384, -0.12803398072719574, -0.006721357814967632, -0.00959469098597765, -0.034401509910821915, 0.020463742315769196, 0.07681117951869965, -0.12586641311645508, 0.07341944426298141, 0.034583382308483124, 0.012197830714285374, -0.031121162697672844, 0.08604984730482101, 0.07748406380414963, 0.08029419183731079, 0.17834267020225525, -0.026265043765306473, 0.07006362825632095, -0.103813037276268, -0.01686536706984043, -0.03525802120566368, 0.014265461824834347, 0.06595607101917267, 0.03378632292151451, 0.07489953935146332, -0.017633985728025436, 0.12622542679309845, 0.0242057666182518, 0.09878470003604889, 0.05528302118182182, -0.014516359195113182, 0.01046319492161274, 0.016681287437677383, 0.05980711057782173, 0.008132299408316612, -0.0034208570141345263, 0.052758704870939255, -0.0872207060456276, 0.032766588032245636, 0.05793251842260361, 0.11837138235569, 0.1372159719467163, 0.1452244520187378, 0.06382197141647339, 0.04792875051498413, -0.09267812967300415, -0.15756531059741974, -0.04903476685285568, 0.011389145627617836, 0.027030985802412033, -0.07491049915552139, 0.09361353516578674, 0.11814577132463455, -0.1439841389656067, 0.12066013365983963, 0.026882272213697433, -0.07971764355897903, -0.06105748191475868, -0.13275812566280365, -0.04032347351312637, -0.02342993952333927, -0.02295265533030033, -0.12228929996490479, 0.061209097504615784, 0.05692160129547119, -0.02224273793399334, 0.00331148155964911, 0.11837438493967056, 0.012174760922789574, -0.11321281641721725, 0.0026087884325534105, -0.009413942694664001, 0.011854305863380432, 0.06055469810962677, 0.013139504007995129, 0.010951470583677292, 0.044758886098861694, 0.09574206918478012, 0.07241037487983704, 0.016795983538031578, 0.06745703518390656, -0.10777376592159271, -0.06044503673911095, -0.0018984769703820348, 0.05470512434840202, -0.030804920941591263, 0.21710965037345886, 0.09538356959819794, -0.06582096219062805, 0.019193047657608986, 0.2230197638273239, -0.015019326470792294, -0.136592298746109, -0.16669629514217377, 0.1853296011686325, 0.03767824545502663, 0.007875146344304085, -0.023414041846990585, -0.19540555775165558, 0.02671232633292675, 0.09262613207101822, 0.09555703401565552, 0.013306021690368652, 0.011553285643458366, -0.03854648023843765, 0.0006277866195887327, -0.031828366219997406, 0.035581376403570175, 0.07147625833749771, 0.2371111512184143, -0.014022406190633774, 0.03223130479454994, 0.00812286976724863, -0.04446111619472504, -0.13678395748138428, 0.07847236841917038, -0.03194892406463623, -0.03349743038415909, -0.045358698815107346, 0.05468648672103882, -0.013929985463619232, -0.14771094918251038, -0.017679885029792786, -0.12448423355817795, -0.13625918328762054, -0.04763082414865494, 0.011780512519180775, -0.044674891978502274, 0.014099770225584507, 0.024194620549678802, -0.05082184448838234, 0.14645637571811676, -0.01127945352345705, -0.04419395700097084, -0.08082934468984604, 0.029832173138856888, -0.10532673448324203, 0.15252554416656494, 0.023512737825512886, 0.0032609167974442244, 0.11723318696022034, -0.04197719693183899, -0.15061141550540924, 0.08712990581989288, 0.028624823316931725, 0.03200804814696312, 0.013477706350386143, 0.20663456618785858, -0.027674082666635513, 0.16510342061519623, 0.04886147379875183, -0.030388938263058662, 0.014964164234697819, 0.02050125226378441, -0.07138058543205261, -0.06394392251968384, -0.03742869198322296, -0.10291537642478943, 0.07887881249189377, 0.16733555495738983, -0.020555710420012474, 0.06661196053028107, -0.04556909576058388, 0.001715385471470654, -0.03360431641340256, 0.08974103629589081, -0.06884142756462097, -0.14740365743637085, 0.03945663943886757, 0.07647443562746048, 0.013396039605140686, -0.1252353936433792, -0.07202453911304474, -0.003813015529885888, 0.004498480819165707, -0.07155437022447586, 0.13987185060977936, 0.04885934293270111, 0.026426002383232117, -0.014270177111029625, -0.17569106817245483, 0.0346396379172802, 0.12108667194843292, -0.06082016974687576, -0.059750307351350784 ]
c9f4dd832329726491a591b4b00a6f02da498c76
# Dataset Card for "code_x_glue_tc_text_to_code" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Text-Code/text-to-code ### Dataset Summary CodeXGLUE text-to-code dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Code/text-to-code The dataset we use is crawled and filtered from Microsoft Documentation, whose document located at https://github.com/MicrosoftDocs/. ### Supported Tasks and Leaderboards - `machine-translation`: The dataset can be used to train a model for generating Java code from an **English** natural language description. ### Languages - Java **programming** language ## Dataset Structure ### Data Instances An example of 'train' looks as follows. ``` { "code": "boolean function ( ) { return isParsed ; }", "id": 0, "nl": "check if details are parsed . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_sep boolean isRead concode_elem_sep long memMapSize concode_elem_sep Logger LOG concode_elem_sep byte[] userType concode_elem_sep String type concode_elem_sep ByteBuffer content concode_elem_sep FileChannel fileChannel concode_field_sep Container getParent concode_elem_sep byte[] getUserType concode_elem_sep void readContent concode_elem_sep long getOffset concode_elem_sep long getContentSize concode_elem_sep void getContent concode_elem_sep void setDeadBytes concode_elem_sep void parse concode_elem_sep void getHeader concode_elem_sep long getSize concode_elem_sep void parseDetails concode_elem_sep String getType concode_elem_sep void _parseDetails concode_elem_sep String getPath concode_elem_sep boolean verify concode_elem_sep void setParent concode_elem_sep void getBox concode_elem_sep boolean isSmallBox" } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default |field name| type | description | |----------|------|---------------------------------------------| |id |int32 | Index of the sample | |nl |string| The natural language description of the task| |code |string| The programming source code for the task | ### Data Splits | name |train |validation|test| |-------|-----:|---------:|---:| |default|100000| 2000|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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @article{iyer2018mapping, title={Mapping language to code in programmatic context}, author={Iyer, Srinivasan and Konstas, Ioannis and Cheung, Alvin and Zettlemoyer, Luke}, journal={arXiv preprint arXiv:1808.09588}, year={2018} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_tc_text_to_code
[ "task_categories:translation", "annotations_creators:found", "language_creators:found", "multilinguality:other-programming-languages", "size_categories:100K<n<1M", "source_datasets:original", "language:code", "language:en", "license:c-uda", "text-to-code", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["code", "en"], "license": ["c-uda"], "multilinguality": ["other-programming-languages"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "pretty_name": "CodeXGlueTcTextToCode", "tags": ["text-to-code"], "dataset_info": {"features": [{"name": "id", "dtype": "int32"}, {"name": "nl", "dtype": "string"}, {"name": "code", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 96225531, "num_examples": 100000}, {"name": "validation", "num_bytes": 1749743, "num_examples": 2000}, {"name": "test", "num_bytes": 1609298, "num_examples": 2000}], "download_size": 34258354, "dataset_size": 99584572}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-24T15:16:39+00:00
[]
[ "code", "en" ]
TAGS #task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-100K<n<1M #source_datasets-original #language-code #language-English #license-c-uda #text-to-code #region-us
Dataset Card for "code\_x\_glue\_tc\_text\_to\_code" ==================================================== 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 ### Dataset Summary CodeXGLUE text-to-code dataset, available at URL The dataset we use is crawled and filtered from Microsoft Documentation, whose document located at URL ### Supported Tasks and Leaderboards * 'machine-translation': The dataset can be used to train a model for generating Java code from an English natural language description. ### Languages * Java programming language Dataset Structure ----------------- ### Data Instances An example of 'train' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### default field name: id, type: int32, description: Index of the sample field name: nl, type: string, description: The natural language description of the task field name: code, type: string, description: The programming source code for the task ### 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 URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE text-to-code dataset, available at URL\n\n\nThe dataset we use is crawled and filtered from Microsoft Documentation, whose document located at URL", "### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for generating Java code from an English natural language description.", "### Languages\n\n\n* Java programming language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: nl, type: string, description: The natural language description of the task\nfield name: code, type: string, description: The programming source code for the task", "### 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ "TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-100K<n<1M #source_datasets-original #language-code #language-English #license-c-uda #text-to-code #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE text-to-code dataset, available at URL\n\n\nThe dataset we use is crawled and filtered from Microsoft Documentation, whose document located at URL", "### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for generating Java code from an English natural language description.", "### Languages\n\n\n* Java programming language\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: nl, type: string, description: The natural language description of the task\nfield name: code, type: string, description: The programming source code for the task", "### 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 86, 42, 40, 16, 18, 32, 58, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-other-programming-languages #size_categories-100K<n<1M #source_datasets-original #language-code #language-English #license-c-uda #text-to-code #region-us \n### Dataset Summary\n\n\nCodeXGLUE text-to-code dataset, available at URL\n\n\nThe dataset we use is crawled and filtered from Microsoft Documentation, whose document located at URL### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for generating Java code from an English natural language description.### Languages\n\n\n* Java programming language\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.#### default\n\n\nfield name: id, type: int32, description: Index of the sample\nfield name: nl, type: string, description: The natural language description of the task\nfield name: code, type: string, description: The programming source code for the task### 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\n\n\nURL URL### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ -0.04257211461663246, 0.23926205933094025, -0.004844604525715113, 0.04206133633852005, 0.08272553235292435, 0.05019964277744293, 0.08980422466993332, 0.11101754754781723, 0.013590957969427109, 0.14635755121707916, -0.0383501797914505, 0.046062324196100235, 0.14904285967350006, 0.20061087608337402, -0.006300525274127722, -0.16820523142814636, 0.02341660112142563, -0.10022932291030884, -0.04109344631433487, 0.05421092361211777, 0.12020961195230484, -0.09541495889425278, 0.07008000463247299, -0.05832019820809364, -0.06186408922076225, -0.024149930104613304, -0.07580048590898514, 0.008350142277777195, 0.05126429721713066, 0.0647735446691513, 0.08266496658325195, 0.02406211569905281, 0.04635082930326462, -0.25260788202285767, 0.024920282885432243, 0.07176212966442108, 0.014981410466134548, 0.05508925020694733, 0.14219042658805847, -0.10058066248893738, 0.026710154488682747, -0.08234607428312302, 0.05470408871769905, 0.05772222951054573, -0.13213326036930084, -0.10066595673561096, -0.14770321547985077, 0.02437474951148033, 0.11230146139860153, 0.0011116425739601254, -0.02116655558347702, -0.07043354213237762, -0.05078157037496567, 0.08181019872426987, 0.08045114576816559, -0.05968295782804489, -0.04952368512749672, 0.04798812046647072, -0.01188952848315239, 0.08837851136922836, -0.11363363265991211, -0.039428047835826874, 0.007903192192316055, 0.07172118127346039, -0.015425371006131172, -0.015399900265038013, -0.14960743486881256, 0.03656797111034393, -0.1050085723400116, -0.07794132828712463, 0.14089335501194, -0.029964135959744453, -0.0008666241192258894, -0.10396004468202591, -0.04446473345160484, -0.059717535972595215, -0.06946494430303574, 0.02602941356599331, 0.008405792526900768, -0.002212143037468195, 0.0658511072397232, -0.024359241127967834, -0.07914870232343674, -0.03313813358545303, -0.009555039927363396, 0.005943303927779198, 0.025608202442526817, 0.00024268084962386638, -0.008105424232780933, 0.07660166174173355, 0.049253031611442566, -0.12764963507652283, -0.062184736132621765, -0.019742000848054886, -0.12991295754909515, -0.036168888211250305, 0.013695080764591694, -0.05945219099521637, 0.09037692844867706, 0.14798998832702637, -0.12103040516376495, 0.06506725400686264, -0.0930383950471878, -0.033552832901477814, 0.09960564970970154, 0.12942221760749817, -0.05521569028496742, -0.06617095321416855, -0.03439028561115265, 0.011180045083165169, -0.0403679795563221, -0.043977029621601105, -0.03969009593129158, 0.0755733996629715, 0.07255292683839798, 0.14446458220481873, 0.14328186213970184, 0.004628011025488377, -0.10088061541318893, -0.061966463923454285, 0.15892836451530457, -0.17847220599651337, 0.06261695176362991, 0.09375162422657013, 0.017595114186406136, -0.034917499870061874, -0.005972868762910366, -0.019440801814198494, -0.06418538093566895, 0.008576451800763607, -0.09530837833881378, -0.005422293674200773, -0.11767309904098511, -0.09059109538793564, 0.061805639415979385, 0.002629132242873311, -0.069054514169693, 0.013302148319780827, -0.1654219776391983, -0.08790338784456253, 0.025468630716204643, -0.10182315856218338, -0.0032898199278861284, -0.04811687394976616, -0.03616711497306824, 0.02171456627547741, 0.03372185304760933, 0.04620496928691864, -0.07133763283491135, 0.007501572370529175, -0.03149418905377388, 0.03759282827377319, 0.08085712045431137, 0.06798385083675385, -0.09204325824975967, 0.11626819521188736, -0.11673089861869812, 0.11218667030334473, -0.11687862873077393, 0.029197925701737404, -0.09816736727952957, -0.006380916573107243, 0.051848310977220535, -0.023990066722035408, -0.01607123203575611, 0.12136495858430862, -0.24454282224178314, -0.016565095633268356, 0.09254320710897446, -0.0837896466255188, -0.06020466610789299, 0.0465618297457695, -0.022782204672694206, -0.034773167222738266, 0.005358066409826279, 0.13892076909542084, 0.12042545527219772, 0.041197922080755234, -0.044425033032894135, -0.048236649483442307, 0.0703219547867775, 0.16577880084514618, 0.09716644883155823, -0.0980759859085083, 0.1977759599685669, 0.03423551842570305, 0.003022402059286833, -0.056359581649303436, -0.044841136783361435, -0.09039410203695297, 0.003956452943384647, -0.02471092715859413, -0.036782555282115936, 0.007272391114383936, -0.08114629983901978, -0.01356937550008297, -0.018224122002720833, 0.020497391000390053, 0.0661865770816803, -0.07781589031219482, -0.015147141180932522, -0.07885533571243286, 0.03810599073767662, -0.0156303308904171, 0.04470542073249817, -0.1619042158126831, -0.18777768313884735, 0.056833766400814056, 0.027840018272399902, 0.034408386796712875, -0.026380201801657677, -0.0023370799608528614, 0.035837072879076004, -0.021595360711216927, -0.016208790242671967, 0.003236478893086314, 0.006068951915949583, 0.00423828512430191, -0.2035059928894043, -0.07401353120803833, -0.06012207269668579, 0.0827665776014328, -0.08670550584793091, 0.0065947589464485645, 0.11339912563562393, 0.19358545541763306, 0.037873707711696625, -0.06476778537034988, 0.06398304551839828, 0.047822434455156326, -0.08999516069889069, -0.06510760635137558, -0.022946039214730263, -0.05736345797777176, 0.07722850888967514, 0.04661154747009277, -0.11625272780656815, -0.10083135217428207, 0.03490052744746208, 0.05795905739068985, -0.025658857077360153, 0.01614849455654621, -0.05481571704149246, -0.030580956488847733, -0.05544412136077881, -0.07051554322242737, 0.03690910339355469, 0.04542633146047592, 0.044404663145542145, -0.04871130362153053, -0.048749759793281555, -0.03400334343314171, 0.024094242602586746, -0.060973215848207474, 0.10678485780954361, -0.006166765931993723, -0.06552144140005112, 0.18613052368164062, 0.018130388110876083, 0.10609306395053864, 0.12247506529092789, -0.04542049020528793, -0.08516120165586472, -0.041989535093307495, 0.04502282291650772, 0.018490582704544067, 0.07983151078224182, -0.029945237562060356, 0.019539207220077515, 0.08067905902862549, 0.030107589438557625, 0.04059358313679695, -0.06041484326124191, 0.05604207143187523, 0.017440592870116234, -0.06536560505628586, 0.02973971515893936, -0.06817957758903503, 0.04924299940466881, 0.059385091066360474, 0.01401636004447937, 0.060457415878772736, -0.04642455652356148, -0.07432348281145096, -0.12191334366798401, 0.161962628364563, -0.14470386505126953, -0.2185988426208496, -0.15770745277404785, -0.032837871462106705, -0.06455039978027344, 0.0035908063873648643, -0.0022629452869296074, -0.01824982278048992, -0.09256737679243088, -0.0771041288971901, 0.08637814223766327, 0.03501664474606514, -0.11348139494657516, 0.0009590543922968209, -0.012852856889367104, -0.02795514091849327, -0.15744559466838837, 0.02184179052710533, 0.11271322518587112, -0.0024302140809595585, 0.03468140959739685, 0.04166628420352936, 0.12717005610466003, 0.1669723391532898, 0.039975568652153015, -0.02774348109960556, 0.0028144775424152613, 0.22121518850326538, -0.09608323127031326, 0.13287515938282013, 0.09136085957288742, -0.06412960588932037, 0.05460421368479729, 0.18377599120140076, 0.013691836968064308, -0.07651645690202713, 0.02684999257326126, 0.0565202496945858, -0.029215918853878975, -0.240821972489357, -0.09434747695922852, -0.10524964332580566, 0.09369611740112305, 0.028232237324118614, 0.04062118008732796, 0.023583635687828064, -0.022975774481892586, -0.12484436482191086, -0.007297275122255087, 0.048017773777246475, 0.06492847949266434, 0.041382335126399994, 0.008500526659190655, 0.07561443001031876, -0.05754819139838219, 0.05541297793388367, 0.07530906051397324, 0.07851311564445496, 0.16353532671928406, -0.009757853113114834, 0.27913665771484375, 0.060807965695858, 0.11322801560163498, -0.001944417366757989, 0.06665029376745224, -0.036184169352054596, 0.06873240321874619, 0.006228148005902767, -0.056866053491830826, -0.02794671431183815, 0.06387314200401306, 0.06581920385360718, -0.057714737951755524, 0.0556330531835556, -0.10823679715394974, 0.04541217163205147, 0.23569077253341675, 0.08627977222204208, -0.14362676441669464, -0.05435589700937271, 0.11279977113008499, -0.012724997475743294, -0.0828472152352333, -0.030967017635703087, 0.11565492302179337, -0.1195247694849968, 0.046659134328365326, -0.02195294015109539, 0.1027287021279335, -0.06863900274038315, -0.05475344508886337, -0.026420125737786293, 0.05774781107902527, -0.0189275611191988, 0.10303864628076553, -0.18528704345226288, 0.04500630870461464, 0.03164307773113251, 0.04828525707125664, -0.03817867115139961, 0.07096605747938156, -0.010155703872442245, 0.061028242111206055, 0.06869398057460785, 0.0047857072204351425, -0.11022555828094482, -0.05607691407203674, -0.07115674763917923, -0.0031636033672839403, 0.060864780098199844, -0.12514236569404602, 0.11794690042734146, -0.018306665122509003, -0.033484749495983124, -0.03486785292625427, 0.017003880813717842, -0.0731263980269432, -0.1926257610321045, 0.07243236899375916, -0.10500482469797134, 0.1360306441783905, -0.05193062871694565, -0.029027584940195084, -0.08138711750507355, 0.18615049123764038, -0.16065122187137604, -0.10141672939062119, -0.13328564167022705, 0.023242026567459106, 0.15953698754310608, -0.05911014974117279, 0.047553807497024536, -0.06349946558475494, 0.18368084728717804, 0.006457819603383541, -0.09051834046840668, 0.026212872937321663, -0.0738648921251297, -0.2317465841770172, -0.040658898651599884, 0.11455896496772766, -0.011700988747179508, 0.05980515107512474, -0.0019282271387055516, 0.10547905415296555, -0.013751722872257233, -0.08654890209436417, 0.03296320140361786, 0.1546255499124527, 0.057217128574848175, 0.1266573667526245, -0.0956529825925827, -0.18360674381256104, -0.07431946694850922, -0.05211324244737625, 0.09484589099884033, 0.17170798778533936, -0.06533166766166687, 0.10867085307836533, 0.0905967578291893, -0.10047857463359833, -0.2601327896118164, -0.005681923590600491, -0.03840659558773041, 0.04352014884352684, 0.062489911913871765, -0.21271950006484985, -0.0007354145054705441, 0.03955810144543648, 0.004084239713847637, 0.07486631721258163, -0.2538434863090515, -0.11156712472438812, 0.008325300179421902, 0.01452658697962761, -0.2459009438753128, -0.1506030410528183, -0.09123046696186066, -0.038794007152318954, -0.20848900079727173, 0.1188938170671463, 0.030583886429667473, 0.026320120319724083, -0.033467262983322144, 0.036220986396074295, 0.014738432131707668, -0.04903041198849678, 0.16042330861091614, -0.02398701012134552, 0.04906580224633217, -0.06576254218816757, -0.004302957095205784, 0.05272195115685463, -0.0046036746352910995, 0.0961020290851593, -0.03191695734858513, 0.07639198005199432, -0.02859959937632084, -0.030173631384968758, -0.08877406269311905, 0.029108012095093727, -0.0737934559583664, -0.04946525767445564, -0.08530015498399734, 0.033195801079273224, 0.06595691293478012, -0.0013853071723133326, 0.13529400527477264, -0.03258980065584183, 0.04972313717007637, 0.22013093531131744, 0.07959223538637161, 0.01498587615787983, -0.033761244267225266, -0.044936735183000565, -0.01201542653143406, -0.03864360973238945, -0.12792961299419403, 0.05280587077140808, 0.1274528056383133, 0.05275044962763786, 0.158207505941391, 0.020905539393424988, -0.1355908215045929, -0.012425593100488186, 0.09564818441867828, -0.05821126326918602, -0.33217853307724, 0.013605124317109585, 0.005476938560605049, -0.19221362471580505, -0.030629288405179977, 0.07068341970443726, 0.037260521203279495, -0.03740398958325386, 0.006545486859977245, 0.12172169238328934, 0.03280649706721306, 0.12483077496290207, 0.03009624406695366, 0.0537252202630043, -0.10495562106370926, 0.08233896642923355, 0.16244743764400482, -0.06435443460941315, -0.012601442635059357, 0.15207211673259735, -0.07615330070257187, -0.051629114896059036, 0.08065209537744522, 0.1461583822965622, -0.0028797893319278955, -0.010891834273934364, -0.04325989633798599, -0.10293446481227875, 0.049954306334257126, 0.12187375873327255, -0.02321418561041355, 0.11666902899742126, 0.04199044406414032, -0.03515604883432388, -0.018754683434963226, 0.17235776782035828, -0.018313640728592873, 0.08114273846149445, -0.03997435420751572, 0.09731266647577286, -0.049444530159235, 0.01356328371912241, -0.0012944270856678486, -0.047627341002225876, -0.06501086056232452, -0.03762134537100792, -0.14755411446094513, -0.02811148762702942, -0.09996173530817032, -0.040710579603910446, 0.006862503942102194, -0.07561831921339035, -0.002612719777971506, 0.030859356746077538, -0.04780137538909912, -0.08136075735092163, -0.12093520164489746, 0.12706653773784637, -0.2034064531326294, -0.004925985354930162, 0.07788504660129547, -0.06780879199504852, 0.06688357144594193, -0.027203844860196114, -0.0008554472588002682, 0.03913691267371178, -0.08645951002836227, -0.008262932300567627, -0.05471265688538551, 0.04112906754016876, 0.06039392575621605, -0.1128726452589035, -0.033509790897369385, 0.00765239167958498, -0.10137592256069183, 0.036971889436244965, 0.054647475481033325, -0.12824632227420807, 0.046486563980579376, -0.036651208996772766, -0.07480696588754654, -0.03618268296122551, 0.07675384730100632, 0.055945590138435364, -0.02066251076757908, 0.14001424610614777, -0.020774953067302704, 0.09030358493328094, -0.167799174785614, -0.04444568231701851, -0.00686360988765955, 0.01149338111281395, -0.01618480309844017, -0.012922090478241444, 0.05011625587940216, -0.020284628495573997, 0.082356296479702, -0.018801171332597733, -0.021328581497073174, 0.03213698789477348, 0.06505069881677628, -0.05377606302499771, 0.11333368718624115, 0.046417295932769775, -0.006358018144965172, -0.03803222253918648, -0.020538702607154846, -0.0037142985966056585, -0.05741855874657631, 0.03947294503450394, 0.11140253394842148, 0.1408807337284088, 0.11693920195102692, -0.010008529759943485, 0.048911202698946, -0.17129208147525787, -0.049914050847291946, 0.057475242763757706, -0.05496487766504288, 0.03577054291963577, -0.05933676287531853, 0.03626333177089691, 0.07856179773807526, -0.21000029146671295, 0.15310676395893097, -0.08126625418663025, -0.07925016433000565, -0.0031035724096000195, -0.07761981338262558, -0.0683724582195282, -0.0454864501953125, -0.039058733731508255, -0.15151727199554443, 0.10988598316907883, 0.13720892369747162, -0.022023795172572136, -0.04116339981555939, 0.12285152822732925, -0.06031377241015434, -0.06623883545398712, -0.03794475644826889, 0.05834009870886803, 0.06815824657678604, 0.024511756375432014, 0.053611092269420624, 0.007017871364951134, 0.07316168397665024, 0.09769199788570404, 0.07863622903823853, 0.039436522871255875, 0.02949078194797039, -0.042937878519296646, -0.08510719239711761, 0.05467168614268303, -0.06721200048923492, -0.07990892976522446, 0.17364777624607086, 0.0354231633245945, 0.040157709270715714, 0.06293044984340668, 0.18907521665096283, -0.025700297206640244, -0.10830987244844437, -0.16046668589115143, 0.10982163995504379, 0.003812958486378193, 0.031056445091962814, 0.06708459556102753, -0.15560850501060486, -0.04255431517958641, 0.08923952281475067, 0.11394859850406647, -0.0072598448023200035, 0.0030353362672030926, -0.0007729646167717874, 0.01731831580400467, -0.014679904095828533, 0.0023444145917892456, 0.029127420857548714, 0.18395119905471802, -0.03574145585298538, 0.07558833062648773, -0.014501345343887806, -0.04855149984359741, -0.09393533319234848, 0.06253977119922638, -0.05588953569531441, 0.010998434387147427, -0.047462962567806244, 0.09195546805858612, -0.045298244804143906, -0.16211633384227753, 0.05209023132920265, -0.15418636798858643, -0.1396280974149704, -0.055199433118104935, 0.07796300202608109, -0.02476123906672001, 0.013260988518595695, 0.06515933573246002, 0.014149689115583897, 0.20896963775157928, 0.011266290210187435, 0.013836994767189026, -0.051126040518283844, 0.11030691117048264, -0.15973606705665588, 0.12867163121700287, -0.026322174817323685, 0.0008193196263164282, 0.11819687485694885, -0.016118455678224564, -0.11643030494451523, 0.012479174882173538, 0.10249532014131546, 0.05365994945168495, 0.06107989698648453, 0.1254606693983078, -0.0007652156054973602, 0.12196581065654755, 0.061828143894672394, -0.048615407198667526, 0.029008442535996437, 0.04089924320578575, -0.0013699998380616307, -0.06444943696260452, 0.019860921427607536, -0.06741561740636826, 0.09647727012634277, 0.14304189383983612, -0.04977808892726898, -0.009046663530170918, -0.030037671327590942, 0.060350291430950165, -0.02840936742722988, 0.2114202380180359, -0.04572167247533798, -0.1982833743095398, 0.039695706218481064, -0.02018122375011444, 0.09583538770675659, -0.14997826516628265, -0.0328979417681694, 0.058708544820547104, -0.012848988175392151, -0.055483102798461914, 0.1571008861064911, 0.10451699048280716, 0.006806039251387119, -0.05977771431207657, -0.1537337452173233, 0.015517441555857658, 0.08494222909212112, -0.03955497220158577, -0.029440119862556458 ]
ae1a41ee2433091f40cf7e803e26170e3587836f
# Dataset Card for "code_x_glue_tt_text_to_text" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits-sample-size) - [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/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text - **Paper:** https://arxiv.org/abs/2102.04664 ### Dataset Summary CodeXGLUE text-to-text dataset, available at https://github.com/microsoft/CodeXGLUE/tree/main/Text-Text/text-to-text The dataset we use is crawled and filtered from Microsoft Documentation, whose document located at https://github.com/MicrosoftDocs/. ### Supported Tasks and Leaderboards - `machine-translation`: The dataset can be used to train a model for translating Technical documentation between languages. ### Languages da_en, lv_en, no_en, zh_en ## Dataset Structure ### Data Instances #### da_en An example of 'test' looks as follows. ``` { "id": 0, "source": "4 . K\u00f8r modellen , og udgiv den som en webtjeneste .\n", "target": "4 . Run the model , and publish it as a web service .\n" } ``` #### lv_en An example of 'train' looks as follows. ``` { "id": 0, "source": "title : Pakalpojumu objektu izveide\n", "target": "title : Create service objects\n" } ``` #### no_en An example of 'validation' looks as follows. ``` { "id": 0, "source": "2 . \u00c5pne servicevaren du vil definere komponenter fra en stykkliste for .\n", "target": "2 . Open the service item for which you want to set up components from a BOM .\n" } ``` #### zh_en An example of 'validation' looks as follows. ``` { "id": 0, "source": "& # 124 ; MCDUserNotificationReadStateFilterAny & # 124 ; 0 & # 124 ; \u5305\u62ec \u901a\u77e5 , \u800c \u4e0d \u8003\u8651 \u8bfb\u53d6 \u72b6\u6001 \u3002 & # 124 ;\n", "target": "&#124; MCDUserNotificationReadStateFilterAny &#124; 0 &#124; Include notifications regardless of read state . &#124;\n" } ``` ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### da_en, lv_en, no_en, zh_en |field name| type | description | |----------|------|----------------------------------------| |id |int32 | The index of the sample | |source |string| The source language version of the text| |target |string| The target language version of the text| ### Data Splits |name |train|validation|test| |-----|----:|---------:|---:| |da_en|42701| 1000|1000| |lv_en|18749| 1000|1000| |no_en|44322| 1000|1000| |zh_en|50154| 1000|1000| ## 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 https://github.com/microsoft, https://github.com/madlag ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Citation Information ``` @article{DBLP:journals/corr/abs-2102-04664, author = {Shuai Lu and Daya Guo and Shuo Ren and Junjie Huang and Alexey Svyatkovskiy and Ambrosio Blanco and Colin B. Clement and Dawn Drain and Daxin Jiang and Duyu Tang and Ge Li and Lidong Zhou and Linjun Shou and Long Zhou and Michele Tufano and Ming Gong and Ming Zhou and Nan Duan and Neel Sundaresan and Shao Kun Deng and Shengyu Fu and Shujie Liu}, title = {CodeXGLUE: {A} Machine Learning Benchmark Dataset for Code Understanding and Generation}, journal = {CoRR}, volume = {abs/2102.04664}, year = {2021} } ``` ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
code_x_glue_tt_text_to_text
[ "task_categories:translation", "annotations_creators:found", "language_creators:found", "multilinguality:multilingual", "size_categories:10K<n<100K", "source_datasets:original", "language:da", "language:en", "language:lv", "language:nb", "language:zh", "license:c-uda", "code-documentation-translation", "arxiv:2102.04664", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["da", "en", "lv", "nb", "zh"], "license": ["c-uda"], "multilinguality": ["multilingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "pretty_name": "CodeXGlueTtTextToText", "tags": ["code-documentation-translation"], "dataset_info": [{"config_name": "da_en", "features": [{"name": "id", "dtype": "int32"}, {"name": "source", "dtype": "string"}, {"name": "target", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 8163175, "num_examples": 42701}, {"name": "validation", "num_bytes": 190332, "num_examples": 1000}, {"name": "test", "num_bytes": 190772, "num_examples": 1000}], "download_size": 4322666, "dataset_size": 8544279}, {"config_name": "lv_en", "features": [{"name": "id", "dtype": "int32"}, {"name": "source", "dtype": "string"}, {"name": "target", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3644111, "num_examples": 18749}, {"name": "validation", "num_bytes": 192511, "num_examples": 1000}, {"name": "test", "num_bytes": 190867, "num_examples": 1000}], "download_size": 1997959, "dataset_size": 4027489}, {"config_name": "no_en", "features": [{"name": "id", "dtype": "int32"}, {"name": "source", "dtype": "string"}, {"name": "target", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 8761755, "num_examples": 44322}, {"name": "validation", "num_bytes": 203815, "num_examples": 1000}, {"name": "test", "num_bytes": 197127, "num_examples": 1000}], "download_size": 4661188, "dataset_size": 9162697}, {"config_name": "zh_en", "features": [{"name": "id", "dtype": "int32"}, {"name": "source", "dtype": "string"}, {"name": "target", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 9592148, "num_examples": 50154}, {"name": "validation", "num_bytes": 192147, "num_examples": 1000}, {"name": "test", "num_bytes": 195237, "num_examples": 1000}], "download_size": 4733144, "dataset_size": 9979532}], "configs": [{"config_name": "da_en", "data_files": [{"split": "train", "path": "da_en/train-*"}, {"split": "validation", "path": "da_en/validation-*"}, {"split": "test", "path": "da_en/test-*"}]}, {"config_name": "lv_en", "data_files": [{"split": "train", "path": "lv_en/train-*"}, {"split": "validation", "path": "lv_en/validation-*"}, {"split": "test", "path": "lv_en/test-*"}]}, {"config_name": "no_en", "data_files": [{"split": "train", "path": "no_en/train-*"}, {"split": "validation", "path": "no_en/validation-*"}, {"split": "test", "path": "no_en/test-*"}]}, {"config_name": "zh_en", "data_files": [{"split": "train", "path": "zh_en/train-*"}, {"split": "validation", "path": "zh_en/validation-*"}, {"split": "test", "path": "zh_en/test-*"}]}]}
2024-01-24T15:18:44+00:00
[ "2102.04664" ]
[ "da", "en", "lv", "nb", "zh" ]
TAGS #task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-10K<n<100K #source_datasets-original #language-Danish #language-English #language-Latvian #language-Norwegian Bokmål #language-Chinese #license-c-uda #code-documentation-translation #arxiv-2102.04664 #region-us
Dataset Card for "code\_x\_glue\_tt\_text\_to\_text" ==================================================== 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 * Paper: URL ### Dataset Summary CodeXGLUE text-to-text dataset, available at URL The dataset we use is crawled and filtered from Microsoft Documentation, whose document located at URL ### Supported Tasks and Leaderboards * 'machine-translation': The dataset can be used to train a model for translating Technical documentation between languages. ### Languages da\_en, lv\_en, no\_en, zh\_en Dataset Structure ----------------- ### Data Instances #### da\_en An example of 'test' looks as follows. #### lv\_en An example of 'train' looks as follows. #### no\_en An example of 'validation' looks as follows. #### zh\_en An example of 'validation' looks as follows. ### Data Fields In the following each data field in go is explained for each config. The data fields are the same among all splits. #### da\_en, lv\_en, no\_en, zh\_en field name: id, type: int32, description: The index of the sample field name: source, type: string, description: The source language version of the text field name: target, type: string, description: The target language version of the 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 URL URL ### Licensing Information Computational Use of Data Agreement (C-UDA) License. ### Contributions Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
[ "### Dataset Summary\n\n\nCodeXGLUE text-to-text dataset, available at URL\n\n\nThe dataset we use is crawled and filtered from Microsoft Documentation, whose document located at URL", "### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for translating Technical documentation between languages.", "### Languages\n\n\nda\\_en, lv\\_en, no\\_en, zh\\_en\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### da\\_en\n\n\nAn example of 'test' looks as follows.", "#### lv\\_en\n\n\nAn example of 'train' looks as follows.", "#### no\\_en\n\n\nAn example of 'validation' looks as follows.", "#### zh\\_en\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### da\\_en, lv\\_en, no\\_en, zh\\_en\n\n\nfield name: id, type: int32, description: The index of the sample\nfield name: source, type: string, description: The source language version of the text\nfield name: target, type: string, description: The target language version of the 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) 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-Danish #language-English #language-Latvian #language-Norwegian Bokmål #language-Chinese #license-c-uda #code-documentation-translation #arxiv-2102.04664 #region-us \n", "### Dataset Summary\n\n\nCodeXGLUE text-to-text dataset, available at URL\n\n\nThe dataset we use is crawled and filtered from Microsoft Documentation, whose document located at URL", "### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for translating Technical documentation between languages.", "### Languages\n\n\nda\\_en, lv\\_en, no\\_en, zh\\_en\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### da\\_en\n\n\nAn example of 'test' looks as follows.", "#### lv\\_en\n\n\nAn example of 'train' looks as follows.", "#### no\\_en\n\n\nAn example of 'validation' looks as follows.", "#### zh\\_en\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.", "#### da\\_en, lv\\_en, no\\_en, zh\\_en\n\n\nfield name: id, type: int32, description: The index of the sample\nfield name: source, type: string, description: The source language version of the text\nfield name: target, type: string, description: The target language version of the 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\n\n\nURL URL", "### Licensing Information\n\n\nComputational Use of Data Agreement (C-UDA) License.", "### Contributions\n\n\nThanks to @madlag (and partly also @ncoop57) for adding this dataset." ]
[ 112, 42, 39, 32, 6, 17, 19, 19, 20, 32, 77, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 8, 20, 25 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-10K<n<100K #source_datasets-original #language-Danish #language-English #language-Latvian #language-Norwegian Bokmål #language-Chinese #license-c-uda #code-documentation-translation #arxiv-2102.04664 #region-us \n### Dataset Summary\n\n\nCodeXGLUE text-to-text dataset, available at URL\n\n\nThe dataset we use is crawled and filtered from Microsoft Documentation, whose document located at URL### Supported Tasks and Leaderboards\n\n\n* 'machine-translation': The dataset can be used to train a model for translating Technical documentation between languages.### Languages\n\n\nda\\_en, lv\\_en, no\\_en, zh\\_en\n\n\nDataset Structure\n-----------------### Data Instances#### da\\_en\n\n\nAn example of 'test' looks as follows.#### lv\\_en\n\n\nAn example of 'train' looks as follows.#### no\\_en\n\n\nAn example of 'validation' looks as follows.#### zh\\_en\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nIn the following each data field in go is explained for each config. The data fields are the same among all splits.#### da\\_en, lv\\_en, no\\_en, zh\\_en\n\n\nfield name: id, type: int32, description: The index of the sample\nfield name: source, type: string, description: The source language version of the text\nfield name: target, type: string, description: The target language version of the 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" ]
[ -0.03833587467670441, 0.17639845609664917, -0.007589228451251984, 0.05698731169104576, 0.07989363372325897, -0.0008118125842884183, 0.04165014997124672, 0.09787976741790771, 0.022632017731666565, 0.16046500205993652, 0.016689525917172432, 0.05170568451285362, 0.1152506023645401, 0.12477503716945648, 0.01463635079562664, -0.21385802328586578, 0.035995807498693466, -0.13664796948432922, -0.04616272449493408, 0.09278681874275208, 0.1261667013168335, -0.09100018441677094, 0.07771780341863632, -0.06244729459285736, 0.04129791632294655, 0.0015358158852905035, -0.08002845197916031, -0.02626539021730423, 0.03740793839097023, 0.06792353093624115, 0.018641257658600807, -0.00077505485387519, 0.07865434885025024, -0.2665795087814331, 0.006822643335908651, 0.05673493817448616, 0.017850952222943306, 0.01980515755712986, 0.14629042148590088, -0.06145447865128517, 0.07569985836744308, -0.18348044157028198, 0.009235969744622707, 0.03991216793656349, -0.11192503571510315, -0.1828431338071823, -0.12921378016471863, 0.03723747655749321, 0.09072922170162201, 0.04447595775127411, -0.07135572284460068, 0.02028852514922619, -0.062047552317380905, 0.08613698929548264, 0.12364207208156586, -0.1163453534245491, -0.06711269915103912, 0.04251805320382118, 0.09440513700246811, 0.10523064434528351, -0.11033381521701813, 0.037938736379146576, 0.010934494435787201, 0.021697212010622025, -0.010311608202755451, -0.031627386808395386, 0.026404468342661858, 0.06863764673471451, -0.14468301832675934, -0.09940198808908463, 0.1849164515733719, 0.01632896065711975, -0.025166232138872147, -0.11979026347398758, 0.02142699621617794, 0.021955503150820732, -0.020792046561837196, -0.020508036017417908, -0.007973676547408104, -0.017694098874926567, 0.06344738602638245, -0.014323534443974495, -0.07029149681329727, 0.00020047830184921622, 0.053192123770713806, 0.05291813611984253, 0.02357662096619606, -0.006181736942380667, 0.011772806756198406, 0.06211620941758156, 0.0386364571750164, -0.12634335458278656, -0.018545007333159447, -0.06672748923301697, -0.11589539051055908, -0.0171080082654953, 0.0405908040702343, -0.016992997378110886, 0.1426829695701599, 0.15299369394779205, -0.049066610634326935, 0.0666981115937233, -0.048835717141628265, -0.024580005556344986, 0.07745504379272461, 0.15229734778404236, -0.1126735731959343, -0.13878081738948822, -0.04098401218652725, 0.000869126059114933, -0.024417873471975327, -0.03680020570755005, -0.033658381551504135, 0.04076208919286728, 0.07608134299516678, 0.11864791810512543, 0.10692061483860016, 0.02751295268535614, -0.0732245221734047, -0.04350260645151138, 0.014574632979929447, -0.1381450742483139, 0.07319875806570053, 0.09073694050312042, -0.03146335110068321, -0.03303596377372742, -0.02754507027566433, -0.009406570345163345, -0.11205855756998062, 0.0484570749104023, -0.01816675439476967, -0.014168973080813885, -0.0837099626660347, -0.11179540306329727, 0.05727427452802658, -0.04841294884681702, -0.046872373670339584, -0.028883246704936028, -0.11243004351854324, -0.08703099936246872, 0.03735832870006561, -0.09669772535562515, -0.012256485410034657, -0.02542480267584324, -0.05936316028237343, 0.0033945266623049974, 0.007358316797763109, 0.027787311002612114, -0.07240468263626099, 0.03936305642127991, -0.020050711929798126, 0.02180328406393528, 0.11661725491285324, 0.03668518736958504, -0.08621753752231598, 0.08399174362421036, -0.04868287220597267, 0.13916973769664764, -0.1553117036819458, 0.04609718173742294, -0.1313336044549942, -0.06208520755171776, 0.0557422898709774, -0.006891376804560423, 0.024111879989504814, 0.14936798810958862, -0.2391493320465088, -0.004685019142925739, 0.11112697422504425, -0.05199352279305458, -0.08114954084157944, 0.10505891591310501, -0.03016027621924877, -0.017992109060287476, 0.039965540170669556, 0.12101859599351883, 0.09660018980503082, -0.04231778532266617, -0.03196849301457405, -0.07223307341337204, 0.016660867258906364, 0.23033955693244934, 0.09963879734277725, -0.0970887616276741, 0.08417944610118866, 0.024264171719551086, -0.040020961314439774, -0.059347640722990036, -0.04309619218111038, -0.08775075525045395, 0.020021473988890648, 0.007668811362236738, 0.046293385326862335, 0.032939363270998, -0.08590858429670334, -0.062720887362957, -0.06639771163463593, -0.05927674472332001, 0.010313158854842186, -0.023021474480628967, -0.00654548779129982, -0.07066594809293747, 0.0814075693488121, -0.0084057142958045, 0.04561668634414673, -0.15254636108875275, -0.11310356110334396, 0.047518711537122726, -0.01764170452952385, 0.08208246529102325, -0.03190820664167404, 0.01676950231194496, -0.007225430570542812, -0.009063849225640297, -0.030056629329919815, 0.013260887935757637, 0.02220160700380802, -0.0005527192843146622, -0.20664271712303162, -0.03877197206020355, -0.03031018003821373, 0.08532574772834778, -0.16204942762851715, 0.003074779873713851, 0.13511322438716888, 0.18706171214580536, 0.002282565925270319, -0.03257126361131668, 0.04969269782304764, 0.03344344720244408, -0.011063260026276112, -0.052295200526714325, -0.013635346665978432, -0.07418681681156158, 0.01609249785542488, 0.003976971842348576, -0.08353060483932495, -0.0899747759103775, 0.054033275693655014, -0.003165065310895443, -0.04492464289069176, 0.02020815759897232, -0.042341507971286774, -0.04758390784263611, -0.056418176740407944, -0.08180242776870728, 0.06931464374065399, 0.04950907081365585, 0.0017305982764810324, -0.0644998624920845, -0.03741956129670143, -0.021497853100299835, -0.06903469562530518, -0.07428333163261414, 0.14818324148654938, -0.0324578620493412, -0.14371691644191742, 0.13713200390338898, 0.015794238075613976, 0.07351714372634888, 0.14768840372562408, -0.053849875926971436, -0.08077368140220642, -0.05646321177482605, 0.04736439138650894, 0.01835497096180916, 0.09118809551000595, -0.07232165336608887, 0.013297073543071747, 0.06139778345823288, 0.007531308569014072, 0.02323504537343979, -0.05897084251046181, 0.05620807409286499, 0.010322468355298042, -0.06978479027748108, 0.05568758398294449, -0.0004443209618330002, 0.04473608732223511, 0.07534255087375641, 0.027317453175783157, 0.054990626871585846, -0.019059697166085243, -0.07487203925848007, -0.13648158311843872, 0.13872143626213074, -0.14497557282447815, -0.24390052258968353, -0.13484333455562592, -0.09790386259555817, -0.07262083142995834, -0.02171482890844345, 0.028714675456285477, -0.049600835889577866, -0.0980052500963211, -0.04245477914810181, 0.08412343263626099, 0.05127457156777382, -0.1192990392446518, -0.031424760818481445, 0.008968396112322807, 0.008142057806253433, -0.10511322319507599, 0.017283059656620026, 0.07731016725301743, 0.01579979434609413, 0.020324600860476494, 0.03043937310576439, 0.1630905121564865, 0.08447359502315521, 0.023868471384048462, 0.00728979567065835, 0.0019282897701486945, 0.23123666644096375, -0.12615644931793213, 0.08473493903875351, 0.04715796560049057, -0.04807168245315552, 0.061602599918842316, 0.21683596074581146, 0.018842147663235664, -0.0380760058760643, 0.019570063799619675, 0.06938818842172623, -0.022513533011078835, -0.24457049369812012, -0.11657819151878357, -0.07656230032444, -0.0024427759926766157, 0.04114248976111412, 0.041659142822027206, 0.02705831453204155, 0.00016879336908459663, -0.0723252221941948, -0.03131804242730141, 0.08654303103685379, 0.07925897091627121, 0.07200434803962708, 0.015950750559568405, 0.03632687032222748, -0.03273385390639305, -0.006041614338755608, 0.0998898446559906, 0.029157986864447594, 0.16738326847553253, -0.012686577625572681, 0.17839981615543365, 0.09626725316047668, 0.10473384708166122, -0.05144517868757248, 0.020913226529955864, 0.012241372838616371, 0.08553802967071533, 0.016464734449982643, -0.0861196219921112, -0.0019145769765600562, 0.0624895803630352, 0.09873057156801224, -0.06160537526011467, 0.04315778985619545, -0.044169824570417404, 0.13406865298748016, 0.19879069924354553, 0.035737548023462296, -0.12040577828884125, -0.02694076858460903, 0.12116824090480804, -0.007173679769039154, -0.10626120865345001, -0.007285336032509804, 0.07249613106250763, -0.16584521532058716, 0.10379909723997116, -0.026689371094107628, 0.11602679640054703, -0.019817687571048737, -0.0004048329428769648, 0.01450676005333662, 0.06667623668909073, -0.012957742437720299, 0.13461624085903168, -0.25037842988967896, 0.1353784054517746, 0.008933065459132195, 0.02600686065852642, -0.0944896787405014, 0.06572329998016357, 0.011428630910813808, 0.008616471663117409, 0.14658011496067047, 0.029303638264536858, -0.09162956476211548, -0.017781168222427368, -0.038258690387010574, -0.01562783494591713, 0.09665776789188385, -0.10926441103219986, 0.11304003745317459, -0.001287478837184608, -0.04298797622323036, -0.07791288942098618, 0.02304532192647457, -0.104737289249897, -0.13534101843833923, 0.07369043678045273, -0.11157993972301483, 0.059286244213581085, -0.05168735235929489, -0.023964179679751396, -0.1427016407251358, 0.16424410045146942, -0.11515108495950699, -0.08685623109340668, -0.12339286506175995, 0.03675348311662674, 0.1820000559091568, -0.057097066193819046, 0.013698700815439224, 0.0018503572791814804, 0.11805937439203262, 0.010007099248468876, -0.024267975240945816, 0.052673954516649246, -0.054463960230350494, -0.2180563509464264, -0.024058928713202477, 0.1475561559200287, 0.04661019146442413, 0.035362597554922104, -0.01638960652053356, 0.06308808922767639, 0.0014110960764810443, -0.12011914700269699, 0.024408498778939247, 0.1088835597038269, -0.012437292374670506, 0.1362229734659195, -0.007291687652468681, -0.25404325127601624, -0.13137564063072205, -0.07147842645645142, 0.08443435281515121, 0.11645054072141647, -0.08089104294776917, 0.11179432272911072, 0.12495027482509613, -0.11702404916286469, -0.20748421549797058, -0.03596413508057594, 0.020658403635025024, 0.030177222564816475, 0.019433533772826195, -0.1274525672197342, 0.015067994594573975, 0.01891656033694744, 0.00906521175056696, 0.02686847373843193, -0.20935428142547607, -0.13209784030914307, 0.061920080333948135, 0.014459948986768723, -0.31216880679130554, -0.15916728973388672, -0.1119566485285759, -0.037653595209121704, -0.1376955509185791, 0.04568612575531006, 0.006124467588961124, -0.002225313801318407, 0.01586443930864334, 0.017143303528428078, 0.04015146940946579, -0.03892030194401741, 0.2120649218559265, 0.009696210734546185, 0.0012729004956781864, -0.11279808729887009, -0.029180245473980904, 0.07621681690216064, -0.020471720024943352, 0.10145770758390427, -0.013775956816971302, 0.027351757511496544, -0.12644506990909576, -0.003689231351017952, -0.08355020731687546, 0.0411558523774147, -0.09644283354282379, -0.032088544219732285, -0.08980557322502136, 0.08252381533384323, 0.10677214711904526, -0.0043330807238817215, 0.0707027018070221, -0.07725580036640167, 0.026930153369903564, 0.13965022563934326, 0.16439417004585266, 0.0841536894440651, -0.038608402013778687, -0.01981045864522457, 0.013130669482052326, -0.01940886676311493, -0.06901365518569946, 0.05600501969456673, 0.14857447147369385, 0.018758384510874748, 0.16562144458293915, -0.0372169092297554, -0.17166291177272797, -0.027359401807188988, 0.06257104128599167, -0.10813695192337036, -0.1857980191707611, -0.02091354690492153, 0.015906665474176407, -0.13245567679405212, -0.06101257726550102, 0.07524547725915909, 0.03621549904346466, -0.035826150327920914, -0.0032032907474786043, 0.13889119029045105, -0.013619687408208847, 0.11770827323198318, 0.0702667236328125, 0.08068206161260605, -0.09006848931312561, 0.08802901953458786, 0.12584073841571808, -0.038310322910547256, 0.027701664716005325, 0.21101748943328857, -0.05641196295619011, -0.05812658369541168, 0.06815362721681595, 0.13800473511219025, 0.05549207329750061, -0.07344433665275574, 0.0180710107088089, -0.13108547031879425, 0.043821729719638824, 0.13011913001537323, 0.006193715613335371, 0.01523726899176836, 0.03381873667240143, -0.05894068628549576, -0.028022784739732742, 0.18617597222328186, 0.10574942827224731, 0.008077516220510006, -0.06121133640408516, 0.011663549579679966, -0.03576997295022011, 0.013416333124041557, -0.0029108505696058273, -0.02586921863257885, -0.10432825237512589, 0.0037127721589058638, -0.1749119907617569, 0.04609827324748039, -0.10676292330026627, 0.005742540117353201, -0.011176698841154575, -0.07684851437807083, -0.004022537264972925, 0.0030019839759916067, -0.06470547616481781, -0.05707356706261635, -0.041896309703588486, 0.12986566126346588, -0.17627952992916107, -0.05089383199810982, 0.07768438756465912, -0.056038957089185715, 0.09978043287992477, 0.010486758314073086, -0.036771807819604874, 0.041712477803230286, -0.14125876128673553, 0.039018988609313965, -0.019642744213342667, 0.05561896413564682, 0.042436204850673676, -0.16666892170906067, -0.015094169415533543, -0.013012781739234924, -0.08304443210363388, 0.03313412889838219, -0.016988208517432213, -0.08621898293495178, 0.0647478997707367, -0.032115258276462555, -0.06642434746026993, -0.03242860734462738, 0.10325824469327927, 0.028338920325040817, -0.009471199475228786, 0.09907669574022293, -0.06493938714265823, 0.10910611599683762, -0.11061401665210724, -0.030737388879060745, -0.01184607483446598, -0.008847030811011791, 0.009089472703635693, 0.015979042276740074, 0.08225271850824356, -0.042216792702674866, 0.13897094130516052, 0.02414696104824543, 0.03825192525982857, 0.009687025099992752, 0.026998627930879593, -0.03397724777460098, 0.10316748172044754, -0.00230035069398582, -0.07005544006824493, -0.01712249219417572, -0.023545406758785248, -0.042579714208841324, -0.07842233777046204, -0.014208178967237473, 0.09946409612894058, 0.15343661606311798, 0.1641293615102768, -0.012980547733604908, 0.09145290404558182, -0.1333198994398117, -0.04844621941447258, 0.06284729391336441, -0.02833341434597969, 0.043452054262161255, -0.07487846910953522, 0.05493709072470665, 0.06780564785003662, -0.22448614239692688, 0.11289513856172562, -0.09069196879863739, -0.09081896394491196, -0.006319964304566383, -0.19233150780200958, -0.06590098887681961, -0.009466461837291718, -0.006654880475252867, -0.14406029880046844, 0.10054561495780945, 0.0325651690363884, 0.005533065181225538, -0.06020354479551315, 0.10374900698661804, -0.07123943418264389, -0.08048628270626068, 0.035122957080602646, 0.03086387924849987, 0.042065296322107315, 0.05422278493642807, 0.06700776517391205, -0.029515426605939865, 0.053025271743535995, 0.05238267406821251, 0.06894327700138092, 0.005708570126444101, 0.006137531250715256, -0.06371260434389114, -0.0733327642083168, 0.035662394016981125, -0.042632799595594406, -0.040858540683984756, 0.16689752042293549, 0.05450918525457382, -0.012403484433889389, 0.012770557776093483, 0.15904520452022552, -0.04591014236211777, -0.13343095779418945, -0.14766167104244232, 0.06160834804177284, -0.0407879613339901, 0.011635739356279373, 0.039410300552845, -0.1505245566368103, 0.027007853612303734, 0.10975628346204758, 0.15634137392044067, 0.007239832077175379, 0.024209482595324516, -0.021148577332496643, 0.021356752142310143, 0.000852043682243675, -0.01373340655118227, 0.04692456126213074, 0.1756916046142578, -0.04675229638814926, 0.054965294897556305, -0.045192185789346695, -0.028884924948215485, -0.09065458923578262, 0.08388357609510422, 0.014466436579823494, -0.03581196814775467, -0.04327232390642166, 0.17096583545207977, -0.11272787302732468, -0.1915007382631302, 0.024523602798581123, -0.12318285554647446, -0.13460253179073334, -0.033678483217954636, 0.026559777557849884, 0.03229973465204239, 0.00539474468678236, 0.06035172939300537, -0.019112147390842438, 0.13913115859031677, 0.06814931333065033, -0.0030717758927494287, 0.0035023062955588102, 0.07977750152349472, -0.10514070093631744, 0.18057820200920105, 0.008641449734568596, 0.06621098518371582, 0.1334010511636734, -0.012154893018305302, -0.0994710922241211, 0.044271912425756454, 0.11273106187582016, 0.007295343559235334, 0.0428636260330677, 0.1316937953233719, 0.006956110242754221, 0.12675955891609192, 0.10181955993175507, 0.0021402209531515837, 0.029851794242858887, 0.08735916763544083, 0.018170824274420738, -0.07222770154476166, 0.09754142165184021, -0.13601836562156677, 0.09227865189313889, 0.15403883159160614, -0.04722743108868599, -0.0029539507813751698, -0.0421539768576622, 0.07484476268291473, -0.05390015244483948, 0.15206031501293182, -0.018213899806141853, -0.1422392725944519, 0.018718643113970757, -0.06140904501080513, 0.09350128471851349, -0.07891560345888138, -0.052859313786029816, 0.053700804710388184, 0.009522581472992897, -0.03160586580634117, 0.16865421831607819, 0.07701046019792557, -0.010475317016243935, -0.033503927290439606, -0.11094900220632553, 0.019623197615146637, 0.15582799911499023, -0.09774750471115112, -0.003234520321711898 ]
1da4a3dc28080f6613cf9001a6a380fd30ccfbdc
# Dataset Card for "com_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:** [http://qa.mpi-inf.mpg.de/comqa/](http://qa.mpi-inf.mpg.de/comqa/) - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** https://doi.org/10.18653/v1/N19-1027 - **Paper:** https://arxiv.org/abs/1809.09528 - **Point of Contact:** [Rishiraj Saha Roy](https://people.mpi-inf.mpg.de/~rsaharo/) - **Size of downloaded dataset files:** 1.67 MB - **Size of the generated dataset:** 1.10 MB - **Total amount of disk used:** 2.78 MB ### Dataset Summary ComQA is a dataset of 11,214 questions, which were collected from WikiAnswers, a community question answering website. By collecting questions from such a site we ensure that the information needs are ones of interest to actual users. Moreover, questions posed there are often cannot be answered by commercial search engines or QA technology, making them more interesting for driving future research compared to those collected from an engine's query log. The dataset contains questions with various challenging phenomena such as the need for temporal reasoning, comparison (e.g., comparatives, superlatives, ordinals), compositionality (multiple, possibly nested, subquestions with multiple entities), and unanswerable questions (e.g., Who was the first human being on Mars?). Through a large crowdsourcing effort, questions in ComQA are grouped into 4,834 paraphrase clusters that express the same information need. Each cluster is annotated with its answer(s). ComQA answers come in the form of Wikipedia entities wherever possible. Wherever the answers are temporal or measurable quantities, TIMEX3 and the International System of Units (SI) are used for normalization. ### 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:** 1.67 MB - **Size of the generated dataset:** 1.10 MB - **Total amount of disk used:** 2.78 MB An example of 'validation' looks as follows. ``` { "answers": ["https://en.wikipedia.org/wiki/north_sea"], "cluster_id": "cluster-922", "questions": ["what sea separates the scandinavia peninsula from britain?", "which sea separates britain from scandinavia?"] } ``` ### Data Fields The data fields are the same among all splits. #### default - `cluster_id`: a `string` feature. - `questions`: a `list` of `string` features. - `answers`: a `list` of `string` features. ### Data Splits | name |train|validation|test| |-------|----:|---------:|---:| |default| 3966| 966|2243| ## 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{abujabal-etal-2019-comqa, title = "{ComQA: A Community-sourced Dataset for Complex Factoid Question Answering with Paraphrase Clusters", author = {Abujabal, Abdalghani and Saha Roy, Rishiraj and Yahya, Mohamed and Weikum, Gerhard}, booktitle = {Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)}, month = {jun}, year = {2019}, address = {Minneapolis, Minnesota}, publisher = {Association for Computational Linguistics}, url = {https://www.aclweb.org/anthology/N19-1027}, doi = {10.18653/v1/N19-1027{, pages = {307--317}, } ``` ### Contributions Thanks to [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten), [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
com_qa
[ "task_categories:question-answering", "language:en", "license:unknown", "arxiv:1809.09528", "region:us" ]
2022-03-02T23:29:22+00:00
{"language": ["en"], "license": "unknown", "task_categories": ["question-answering"], "paperswithcode_id": "comqa", "pretty_name": "ComQA", "dataset_info": {"features": [{"name": "cluster_id", "dtype": "string"}, {"name": "questions", "sequence": "string"}, {"name": "answers", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 692932, "num_examples": 3966}, {"name": "test", "num_bytes": 271554, "num_examples": 2243}, {"name": "validation", "num_bytes": 131129, "num_examples": 966}], "download_size": 474169, "dataset_size": 1095615}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}, {"split": "validation", "path": "data/validation-*"}]}]}
2024-02-07T17:22:44+00:00
[ "1809.09528" ]
[ "en" ]
TAGS #task_categories-question-answering #language-English #license-unknown #arxiv-1809.09528 #region-us
Dataset Card for "com\_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: URL * Repository: * Paper: URL * Paper: URL * Point of Contact: Rishiraj Saha Roy * Size of downloaded dataset files: 1.67 MB * Size of the generated dataset: 1.10 MB * Total amount of disk used: 2.78 MB ### Dataset Summary ComQA is a dataset of 11,214 questions, which were collected from WikiAnswers, a community question answering website. By collecting questions from such a site we ensure that the information needs are ones of interest to actual users. Moreover, questions posed there are often cannot be answered by commercial search engines or QA technology, making them more interesting for driving future research compared to those collected from an engine's query log. The dataset contains questions with various challenging phenomena such as the need for temporal reasoning, comparison (e.g., comparatives, superlatives, ordinals), compositionality (multiple, possibly nested, subquestions with multiple entities), and unanswerable questions (e.g., Who was the first human being on Mars?). Through a large crowdsourcing effort, questions in ComQA are grouped into 4,834 paraphrase clusters that express the same information need. Each cluster is annotated with its answer(s). ComQA answers come in the form of Wikipedia entities wherever possible. Wherever the answers are temporal or measurable quantities, TIMEX3 and the International System of Units (SI) are used for normalization. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 1.67 MB * Size of the generated dataset: 1.10 MB * Total amount of disk used: 2.78 MB An example of 'validation' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'cluster\_id': a 'string' feature. * 'questions': a 'list' of 'string' features. * 'answers': a 'list' 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, @mariamabarham, @patrickvonplaten, @albertvillanova for adding this dataset.
[ "### Dataset Summary\n\n\nComQA is a dataset of 11,214 questions, which were collected from WikiAnswers, a community question answering website.\nBy collecting questions from such a site we ensure that the information needs are ones of interest to actual users.\nMoreover, questions posed there are often cannot be answered by commercial search engines or QA technology, making them\nmore interesting for driving future research compared to those collected from an engine's query log. The dataset contains\nquestions with various challenging phenomena such as the need for temporal reasoning, comparison (e.g., comparatives,\nsuperlatives, ordinals), compositionality (multiple, possibly nested, subquestions with multiple entities), and\nunanswerable questions (e.g., Who was the first human being on Mars?). Through a large crowdsourcing effort, questions\nin ComQA are grouped into 4,834 paraphrase clusters that express the same information need. Each cluster is annotated\nwith its answer(s). ComQA answers come in the form of Wikipedia entities wherever possible. Wherever the answers are\ntemporal or measurable quantities, TIMEX3 and the International System of Units (SI) are used for normalization.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 1.67 MB\n* Size of the generated dataset: 1.10 MB\n* Total amount of disk used: 2.78 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* 'cluster\\_id': a 'string' feature.\n* 'questions': a 'list' of 'string' features.\n* 'answers': a 'list' 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, @mariamabarham, @patrickvonplaten, @albertvillanova for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #language-English #license-unknown #arxiv-1809.09528 #region-us \n", "### Dataset Summary\n\n\nComQA is a dataset of 11,214 questions, which were collected from WikiAnswers, a community question answering website.\nBy collecting questions from such a site we ensure that the information needs are ones of interest to actual users.\nMoreover, questions posed there are often cannot be answered by commercial search engines or QA technology, making them\nmore interesting for driving future research compared to those collected from an engine's query log. The dataset contains\nquestions with various challenging phenomena such as the need for temporal reasoning, comparison (e.g., comparatives,\nsuperlatives, ordinals), compositionality (multiple, possibly nested, subquestions with multiple entities), and\nunanswerable questions (e.g., Who was the first human being on Mars?). Through a large crowdsourcing effort, questions\nin ComQA are grouped into 4,834 paraphrase clusters that express the same information need. Each cluster is annotated\nwith its answer(s). ComQA answers come in the form of Wikipedia entities wherever possible. Wherever the answers are\ntemporal or measurable quantities, TIMEX3 and the International System of Units (SI) are used for normalization.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 1.67 MB\n* Size of the generated dataset: 1.10 MB\n* Total amount of disk used: 2.78 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* 'cluster\\_id': a 'string' feature.\n* 'questions': a 'list' of 'string' features.\n* 'answers': a 'list' 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, @mariamabarham, @patrickvonplaten, @albertvillanova for adding this dataset." ]
[ 38, 270, 10, 11, 6, 50, 17, 50, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 40 ]
[ "passage: TAGS\n#task_categories-question-answering #language-English #license-unknown #arxiv-1809.09528 #region-us \n### Dataset Summary\n\n\nComQA is a dataset of 11,214 questions, which were collected from WikiAnswers, a community question answering website.\nBy collecting questions from such a site we ensure that the information needs are ones of interest to actual users.\nMoreover, questions posed there are often cannot be answered by commercial search engines or QA technology, making them\nmore interesting for driving future research compared to those collected from an engine's query log. The dataset contains\nquestions with various challenging phenomena such as the need for temporal reasoning, comparison (e.g., comparatives,\nsuperlatives, ordinals), compositionality (multiple, possibly nested, subquestions with multiple entities), and\nunanswerable questions (e.g., Who was the first human being on Mars?). Through a large crowdsourcing effort, questions\nin ComQA are grouped into 4,834 paraphrase clusters that express the same information need. Each cluster is annotated\nwith its answer(s). ComQA answers come in the form of Wikipedia entities wherever possible. Wherever the answers are\ntemporal or measurable quantities, TIMEX3 and the International System of Units (SI) are used for normalization.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 1.67 MB\n* Size of the generated dataset: 1.10 MB\n* Total amount of disk used: 2.78 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* 'cluster\\_id': a 'string' feature.\n* 'questions': a 'list' of 'string' features.\n* 'answers': a 'list' 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" ]
[ 0.019671540707349777, 0.04908199980854988, -0.004997079260647297, 0.03703730180859566, 0.08600485324859619, 0.0295688696205616, 0.024487800896167755, 0.06310927122831345, 0.042655397206544876, 0.13485321402549744, -0.016337383538484573, -0.08621307462453842, 0.11866701394319534, -0.045358140021562576, 0.053092096000909805, -0.16915728151798248, -0.005264954641461372, -0.10031244158744812, 0.005131992511451244, 0.06282594799995422, 0.08154362440109253, -0.0678170770406723, 0.08365683257579803, -0.08246586471796036, 0.037150606513023376, -0.0043706512078642845, -0.0412842258810997, -0.029158998280763626, 0.08082874864339828, 0.09345610439777374, -0.01212273444980383, -0.022129764780402184, 0.029527295380830765, -0.11788713186979294, 0.014963394030928612, 0.061936698853969574, 0.000018181563063990325, -0.02465425804257393, 0.07977203279733658, 0.03417901694774628, 0.026667969301342964, -0.15957759320735931, -0.0125545309856534, 0.03868694603443146, -0.09139291197061539, -0.12026254087686539, -0.11166276782751083, -0.08958637714385986, 0.06564617902040482, 0.05850472301244736, -0.03882443904876709, 0.09364864975214005, -0.09687208384275436, 0.040284350514411926, 0.15423321723937988, -0.160133495926857, -0.04407607391476631, 0.0027918547857552767, 0.07034149020910263, 0.19701841473579407, -0.021055176854133606, 0.02214854024350643, 0.003277778159826994, 0.022057071328163147, -0.022850628942251205, -0.04966676980257034, -0.05471079796552658, -0.01098873745650053, -0.12277235090732574, -0.08070366829633713, 0.14152038097381592, 0.040757324546575546, -0.0747857540845871, -0.07732193917036057, -0.04207467660307884, 0.13065719604492188, 0.011579826474189758, 0.0038656797260046005, 0.04831002652645111, -0.01552763395011425, 0.10126808285713196, -0.0754159539937973, -0.09836297482252121, -0.027807319536805153, -0.13112252950668335, 0.11178591847419739, 0.033798858523368835, 0.05991616100072861, -0.019771721214056015, 0.028307152912020683, -0.07323811203241348, -0.0632634311914444, -0.047165047377347946, 0.00907143298536539, -0.1286255419254303, -0.019975589588284492, 0.054395005106925964, -0.01925439015030861, 0.07042422145605087, 0.040945641696453094, -0.07382647693157196, 0.01616036705672741, -0.01702340878546238, 0.035957347601652145, 0.10233917832374573, 0.1458238959312439, -0.08532217144966125, -0.18039298057556152, 0.026337772607803345, -0.08852673321962357, 0.005014783702790737, -0.014063503593206406, -0.004928285721689463, -0.02283748984336853, 0.015834975987672806, 0.10226359218358994, 0.09480089694261551, -0.028958922252058983, -0.027708202600479126, -0.018033728003501892, 0.06647012382745743, -0.07628513127565384, 0.00769019965082407, 0.0018246371764689684, -0.06047481670975685, 0.035573747009038925, -0.04709726944565773, -0.008220642805099487, -0.06814825534820557, -0.008027750067412853, -0.0214870385825634, -0.023876767605543137, -0.058216627687215805, -0.08766602724790573, 0.0604807510972023, -0.06969907879829407, -0.031418345868587494, -0.08754067867994308, -0.18117153644561768, -0.09050247073173523, -0.010543491691350937, -0.07634049654006958, -0.04176051914691925, 0.07825331389904022, 0.019549116492271423, -0.03656475245952606, -0.024408066645264626, 0.09382925182580948, -0.07003626972436905, 0.030163822695612907, -0.06928231567144394, 0.058014970272779465, 0.029196403920650482, 0.043490517884492874, -0.08823326230049133, 0.03595191612839699, -0.10701911896467209, 0.07963315397500992, -0.06429078429937363, -0.0015368497697636485, -0.12115241587162018, -0.03738860785961151, 0.0517711266875267, 0.005549836903810501, -0.013481969945132732, 0.12505903840065002, -0.19337734580039978, 0.01480524055659771, 0.07272046059370041, -0.033972229808568954, -0.060368552803993225, 0.18857897818088531, 0.010903027839958668, 0.07295284420251846, 0.07029280066490173, 0.0981106385588646, 0.02322087623178959, -0.049827225506305695, -0.04000817611813545, -0.022562192752957344, -0.035799745470285416, 0.08449643105268478, 0.09551480412483215, -0.07055799663066864, 0.04576829448342323, 0.004514086991548538, 0.043487731367349625, 0.0063401502557098866, -0.023128267377614975, -0.01530644204467535, -0.014602686278522015, 0.012801951728761196, -0.054322220385074615, 0.0051667168736457825, -0.051344893872737885, -0.044192422181367874, -0.01229853369295597, -0.06458558142185211, -0.004466049838811159, 0.03850781172513962, 0.031935516744852066, -0.0033206092193722725, 0.06584038585424423, -0.07115156948566437, 0.017134087160229683, -0.12477238476276398, -0.0530911348760128, 0.0694877952337265, -0.06593716144561768, 0.12413844466209412, 0.026047738268971443, 0.019087394699454308, -0.03330010548233986, -0.025027628988027573, 0.030681908130645752, 0.06760754436254501, -0.026733893901109695, -0.06275346130132675, -0.08910927921533585, 0.045976683497428894, -0.031197858974337578, 0.007975625805556774, -0.004091170616447926, -0.036445412784814835, 0.10921258479356766, 0.049839943647384644, 0.03357219696044922, -0.03464609012007713, 0.07441294938325882, 0.029548771679401398, 0.010075325146317482, -0.03203330561518669, -0.023770509287714958, -0.03518492728471756, -0.05749205872416496, 0.06871600449085236, -0.10137387365102768, -0.09859007596969604, 0.02509259432554245, 0.13384167850017548, -0.06811688840389252, 0.04426856338977814, 0.0027752919122576714, -0.06332118064165115, -0.07942590117454529, -0.07845070213079453, 0.16723495721817017, -0.0018013083608821034, -0.0027228996623307467, -0.0736364796757698, -0.00043511055991984904, -0.026189835742115974, 0.014441313222050667, -0.05455683171749115, 0.10803834348917007, 0.01955539733171463, -0.14108581840991974, 0.07651899755001068, 0.066804900765419, 0.005855255294591188, 0.14253710210323334, 0.01991402730345726, -0.1122770681977272, -0.044378168880939484, 0.015574478544294834, 0.013788246549665928, 0.05417320132255554, -0.06125888228416443, 0.049489907920360565, 0.05725923925638199, 0.05750273913145065, 0.021389899775385857, -0.03778860718011856, 0.050363410264253616, 0.027461357414722443, -0.03730420023202896, 0.002956106560304761, 0.0037691378965973854, 0.06665318459272385, 0.13668647408485413, 0.07290930300951004, 0.07476738095283508, -0.02980138547718525, -0.06975142657756805, -0.13095754384994507, 0.14757101237773895, -0.05899694561958313, -0.1570669561624527, -0.1150190606713295, 0.07293576002120972, -0.029518669471144676, -0.05050375312566757, 0.05195525288581848, -0.0129940090700984, -0.03872606158256531, -0.11093524843454361, 0.13116541504859924, 0.003520422615110874, -0.036132119596004486, -0.08524191379547119, -0.016733981668949127, -0.06473783403635025, -0.08325259387493134, 0.010726548731327057, -0.018196091055870056, -0.10045045614242554, 0.05533720552921295, 0.017195867374539375, 0.15358571708202362, 0.04734690859913826, 0.01679559424519539, -0.07869883626699448, -0.036567673087120056, 0.2306780368089676, -0.15768863260746002, 0.13870801031589508, 0.1071404442191124, 0.023227883502840996, 0.05927653610706329, 0.14647802710533142, 0.03427281230688095, -0.0489443801343441, 0.025842415168881416, 0.04836760088801384, -0.09019345045089722, -0.24293456971645355, -0.06645761430263519, -0.07683516293764114, -0.012738319113850594, -0.032451331615448, 0.025385161861777306, -0.03581725060939789, 0.004385356325656176, -0.03684782236814499, 0.003291771514341235, -0.03327427804470062, 0.0352029874920845, 0.0682879313826561, 0.0124742416664958, 0.018311060965061188, -0.06476420164108276, 0.030586430802941322, 0.15835510194301605, -0.0033187507651746273, 0.24012619256973267, -0.00758932251483202, 0.14502759277820587, 0.027349941432476044, -0.0065136500634253025, 0.010934129357337952, 0.04178449138998985, 0.011557688936591148, 0.02776798978447914, -0.054325349628925323, -0.021148812025785446, 0.008234276436269283, 0.06572423130273819, 0.1749376803636551, -0.01768333837389946, 0.035875990986824036, -0.03896143287420273, 0.07249987870454788, 0.30663201212882996, -0.026346120983362198, -0.0018688029376789927, -0.052899301052093506, 0.11396077275276184, -0.08122967183589935, -0.055371254682540894, 0.02516014128923416, 0.14720794558525085, -0.15668268501758575, 0.012435395270586014, 0.03594701364636421, 0.09254235774278641, -0.09625861793756485, -0.045559488236904144, -0.034129444509744644, 0.015301061794161797, -0.022214123979210854, 0.038962043821811676, -0.11000154912471771, 0.12287420779466629, 0.02133273333311081, 0.02951282262802124, -0.07676830887794495, 0.026951223611831665, -0.022704940289258957, -0.05271042510867119, 0.15372708439826965, 0.027517281472682953, -0.10790753364562988, 0.005750040523707867, -0.08686291426420212, 0.04379212483763695, 0.06769151240587234, -0.05864465981721878, 0.08374790847301483, 0.015426937490701675, 0.02281290851533413, -0.06329427659511566, -0.01996469870209694, -0.062262099236249924, -0.11928262561559677, 0.010961337946355343, -0.02725554071366787, -0.033508751541376114, -0.04550663009285927, -0.0050824545323848724, -0.10113634914159775, 0.06554204970598221, -0.15671728551387787, -0.09088440239429474, -0.08600889146327972, -0.07053638994693756, 0.16285742819309235, -0.06601537764072418, -0.0006627645925618708, -0.029564490541815758, 0.0014752664137631655, 0.013779551722109318, -0.03158232197165489, 0.053962089121341705, -0.05464716628193855, -0.17046374082565308, -0.0324946753680706, 0.08124079555273056, 0.048182569444179535, 0.09886766970157623, -0.057481009513139725, 0.06333081424236298, -0.032700035721063614, -0.13907864689826965, 0.06391248852014542, 0.07347303628921509, 0.0005330552812665701, 0.137828528881073, 0.03538358956575394, -0.06941486150026321, -0.026304731145501137, -0.1179908812046051, 0.1294868439435959, 0.17052669823169708, -0.07067043334245682, 0.08838766813278198, 0.15470679104328156, -0.0605110265314579, -0.19335870444774628, 0.05235308036208153, 0.006983467843383551, -0.008016256615519524, 0.04877263680100441, -0.10175985842943192, 0.02510104514658451, 0.10783836245536804, 0.00849204882979393, 0.04146281257271767, -0.23735883831977844, -0.11157549917697906, -0.007358732167631388, -0.0007354269619099796, -0.020886125043034554, -0.17201699316501617, -0.030353600159287453, 0.013136998750269413, -0.05971585959196091, 0.042173486202955246, -0.05098063871264458, 0.06961826980113983, -0.033070001751184464, 0.10403788089752197, -0.003301548073068261, -0.050476331263780594, 0.15615548193454742, -0.03647071123123169, 0.004243028350174427, -0.06745877116918564, -0.03958844766020775, 0.05698435753583908, 0.0020505953580141068, 0.10556379705667496, 0.04644855484366417, -0.00768754119053483, -0.12265703082084656, -0.006149803288280964, -0.11343874782323837, 0.025686435401439667, -0.04474889487028122, -0.033391524106264114, -0.10022393614053726, 0.09159035980701447, 0.05472166836261749, -0.0340053029358387, 0.017700694501399994, -0.05589958280324936, 0.0025266041047871113, 0.111414335668087, 0.16139473021030426, -0.039752986282110214, -0.0897814929485321, 0.03222105652093887, 0.006842838134616613, 0.05994760990142822, -0.08199279010295868, 0.03311842679977417, 0.12030308693647385, 0.03249376267194748, 0.09334999322891235, -0.01996336691081524, -0.1298820525407791, 0.08569436520338058, 0.029889602214097977, -0.05174094811081886, -0.35650545358657837, 0.03750835359096527, -0.05133064091205597, -0.11174888908863068, -0.06011136621236801, 0.06271687895059586, 0.022009307518601418, -0.007017999421805143, -0.01038187276571989, 0.08335641771554947, 0.04083335027098656, 0.10596615821123123, 0.02375722862780094, 0.020215878263115883, -0.0674053505063057, 0.14096757769584656, 0.12385255098342896, -0.14175866544246674, -0.027570625767111778, 0.16383610665798187, -0.02359476126730442, -0.05114473029971123, 0.03616148233413696, -0.09689538925886154, -0.00011002933752024546, -0.041242387145757675, 0.02401980571448803, -0.11696527898311615, 0.04017982631921768, 0.08402615040540695, -0.0003055493871215731, -0.02715054713189602, 0.026340069249272346, -0.001008891616947949, 0.016217028722167015, 0.05809500813484192, -0.00785039458423853, 0.018664710223674774, 0.013873346149921417, -0.04140627011656761, -0.03045104257762432, 0.03619961440563202, -0.016008881852030754, -0.03609422966837883, -0.08545329421758652, 0.009242108091711998, -0.16760922968387604, -0.007791916839778423, -0.08733317255973816, 0.01838560774922371, -0.017964450642466545, -0.04307762160897255, -0.0435970276594162, 0.011766727082431316, -0.03198070451617241, -0.033378828316926956, -0.06368057429790497, 0.12813718616962433, -0.07015979290008545, -0.04311777278780937, 0.09641603380441666, -0.018772771582007408, 0.13252104818820953, 0.00023255539417732507, -0.037470053881406784, -0.06533055752515793, -0.11567319929599762, 0.02118803933262825, -0.02470775693655014, 0.03842822089791298, 0.058656852692365646, -0.0963258296251297, 0.0021899109706282616, -0.017495809122920036, -0.04099475219845772, 0.008236458525061607, -0.026727020740509033, -0.057537660002708435, 0.18039490282535553, -0.0009920535376295447, -0.03075564280152321, -0.09118149429559708, 0.018399840220808983, 0.03068528324365616, 0.015143725089728832, 0.012150154449045658, -0.04057583585381508, 0.09070796519517899, -0.0961906760931015, -0.042527589946985245, 0.01918567717075348, 0.013792098499834538, 0.04111011326313019, 0.0169608686119318, 0.07145317643880844, 0.01795078255236149, 0.2020099014043808, 0.002947215223684907, 0.07815179228782654, 0.04006815329194069, 0.08164649456739426, 0.04797961562871933, 0.003032951382920146, -0.16991284489631653, -0.03829791396856308, -0.04923071339726448, -0.014852415770292282, -0.01359980832785368, -0.05759043991565704, -0.001868434133939445, 0.17188657820224762, 0.12157788127660751, 0.1398092657327652, 0.009493431076407433, -0.013263891451060772, -0.07824923098087311, -0.07188517600297928, -0.019534844905138016, 0.011965245939791203, 0.04586341232061386, -0.03880516067147255, 0.0526285320520401, 0.06736960262060165, -0.12367597967386246, 0.10281071811914444, -0.06602256000041962, 0.0019862314220517874, -0.02368123270571232, -0.0524117611348629, -0.047715991735458374, 0.015012399293482304, 0.005945744924247265, -0.1012021005153656, 0.082367442548275, 0.05643641576170921, 0.03603357821702957, -0.017488006502389908, 0.07641398906707764, -0.05549661070108414, -0.08136117458343506, 0.05502638965845108, 0.022889479994773865, 0.061153240501880646, 0.09005004912614822, 0.04494241252541542, -0.03097030706703663, -0.009834819473326206, 0.05289804935455322, 0.12697915732860565, -0.0703759416937828, -0.0010535852052271366, -0.1036766991019249, -0.043761055916547775, -0.020951297134160995, 0.036811165511608124, -0.03165408596396446, 0.15201638638973236, 0.0715692937374115, -0.008497859351336956, 0.019233310595154762, 0.10671395808458328, -0.05491192266345024, -0.03935646638274193, -0.08879297226667404, 0.04601464048027992, -0.09186600893735886, 0.0007103981915861368, 0.020256517454981804, -0.13955697417259216, 0.004668579436838627, 0.15927724540233612, 0.13189038634300232, -0.04641932621598244, -0.0008611757657490671, 0.005840809550136328, 0.0004647900932468474, -0.005612070672214031, 0.05501415207982063, 0.0451197549700737, 0.3129146695137024, -0.09491835534572601, 0.10147739946842194, -0.05141138285398483, 0.0033727085683494806, -0.07327825576066971, 0.14075623452663422, -0.044355254620313644, 0.036919739097356796, -0.06281011551618576, 0.11155987530946732, -0.10890568792819977, -0.2672208845615387, 0.022590922191739082, -0.11817820370197296, -0.10119015723466873, 0.020998425781726837, -0.04224184527993202, 0.027471348643302917, 0.01657247170805931, 0.03170618414878845, -0.010477002710103989, -0.03731074556708336, 0.039246123284101486, -0.07875873148441315, -0.033398523926734924, 0.13218025863170624, -0.02780900150537491, 0.18872708082199097, -0.005043140612542629, 0.09398481994867325, 0.0859651193022728, -0.00488729402422905, -0.11905332654714584, 0.05640532821416855, 0.10927890241146088, -0.09821697324514389, 0.021321531385183334, 0.12090946733951569, 0.008367790840566158, 0.09599455446004868, 0.10531742125749588, 0.07649651914834976, 0.06340202689170837, 0.026734378188848495, 0.06061951443552971, -0.14376074075698853, 0.04071426019072533, -0.11087924242019653, 0.1293068826198578, 0.10545451194047928, -0.015586767345666885, 0.004050403367727995, -0.014116649515926838, -0.02157776616513729, 0.009170730598270893, 0.18716955184936523, -0.0321221686899662, -0.11413995176553726, 0.04871053993701935, -0.05106978490948677, 0.10966072231531143, -0.05347428843379021, -0.09704321622848511, 0.06337454169988632, 0.007093749009072781, 0.01544922310858965, 0.0740237906575203, 0.0878259465098381, -0.027824776247143745, -0.026210563257336617, -0.31322339177131653, 0.0013417318696156144, 0.12029693275690079, -0.09676205366849899, -0.010103879496455193 ]
792db818e8199aff8f77e183caf7d03de451b426
# Dataset Card for "common_gen" ## 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://inklab.usc.edu/CommonGen/index.html](https://inklab.usc.edu/CommonGen/index.html) - **Repository:** https://github.com/INK-USC/CommonGen - **Paper:** [CommonGen: A Constrained Text Generation Challenge for Generative Commonsense Reasoning](https://arxiv.org/abs/1911.03705) - **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.85 MB - **Size of the generated dataset:** 7.21 MB - **Total amount of disk used:** 9.06 MB ### Dataset Summary CommonGen is a constrained text generation task, associated with a benchmark dataset, to explicitly test machines for the ability of generative commonsense reasoning. Given a set of common concepts; the task is to generate a coherent sentence describing an everyday scenario using these concepts. CommonGen is challenging because it inherently requires 1) relational reasoning using background commonsense knowledge, and 2) compositional generalization ability to work on unseen concept combinations. Our dataset, constructed through a combination of crowd-sourcing from AMT and existing caption corpora, consists of 30k concept-sets and 50k sentences in total. ### 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:** 1.85 MB - **Size of the generated dataset:** 7.21 MB - **Total amount of disk used:** 9.06 MB An example of 'train' looks as follows. ``` { "concept_set_idx": 0, "concepts": ["ski", "mountain", "skier"], "target": "Three skiers are skiing on a snowy mountain." } ``` ### Data Fields The data fields are the same among all splits. #### default - `concept_set_idx`: a `int32` feature. - `concepts`: a `list` of `string` features. - `target`: a `string` feature. ### Data Splits | name |train|validation|test| |-------|----:|---------:|---:| |default|67389| 4018|1497| ## 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 dataset is licensed under [MIT License](https://github.com/INK-USC/CommonGen/blob/master/LICENSE). ### Citation Information ```bib @inproceedings{lin-etal-2020-commongen, title = "{C}ommon{G}en: A Constrained Text Generation Challenge for Generative Commonsense Reasoning", author = "Lin, Bill Yuchen and Zhou, Wangchunshu and Shen, Ming and Zhou, Pei and Bhagavatula, Chandra and Choi, Yejin and Ren, Xiang", booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020", month = nov, year = "2020", address = "Online", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/2020.findings-emnlp.165", doi = "10.18653/v1/2020.findings-emnlp.165", pages = "1823--1840" } ``` ### Contributions Thanks to [@JetRunner](https://github.com/JetRunner), [@yuchenlin](https://github.com/yuchenlin), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
allenai/common_gen
[ "task_categories:text2text-generation", "annotations_creators:crowdsourced", "language_creators:found", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:mit", "concepts-to-text", "arxiv:1911.03705", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found", "crowdsourced"], "language": ["en"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text2text-generation"], "task_ids": [], "paperswithcode_id": "commongen", "pretty_name": "CommonGen", "tags": ["concepts-to-text"], "dataset_info": {"features": [{"name": "concept_set_idx", "dtype": "int32"}, {"name": "concepts", "sequence": "string"}, {"name": "target", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 6724166, "num_examples": 67389}, {"name": "validation", "num_bytes": 408740, "num_examples": 4018}, {"name": "test", "num_bytes": 77518, "num_examples": 1497}], "download_size": 3434865, "dataset_size": 7210424}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-04T07:34:57+00:00
[ "1911.03705" ]
[ "en" ]
TAGS #task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-found #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #concepts-to-text #arxiv-1911.03705 #region-us
Dataset Card for "common\_gen" ============================== 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: CommonGen: A Constrained Text Generation Challenge for Generative Commonsense Reasoning * Point of Contact: * Size of downloaded dataset files: 1.85 MB * Size of the generated dataset: 7.21 MB * Total amount of disk used: 9.06 MB ### Dataset Summary CommonGen is a constrained text generation task, associated with a benchmark dataset, to explicitly test machines for the ability of generative commonsense reasoning. Given a set of common concepts; the task is to generate a coherent sentence describing an everyday scenario using these concepts. CommonGen is challenging because it inherently requires 1) relational reasoning using background commonsense knowledge, and 2) compositional generalization ability to work on unseen concept combinations. Our dataset, constructed through a combination of crowd-sourcing from AMT and existing caption corpora, consists of 30k concept-sets and 50k sentences in total. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 1.85 MB * Size of the generated dataset: 7.21 MB * Total amount of disk used: 9.06 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'concept\_set\_idx': a 'int32' feature. * 'concepts': a 'list' of 'string' features. * 'target': 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 dataset is licensed under MIT License. ### Contributions Thanks to @JetRunner, @yuchenlin, @thomwolf, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nCommonGen is a constrained text generation task, associated with a benchmark dataset,\nto explicitly test machines for the ability of generative commonsense reasoning. Given\na set of common concepts; the task is to generate a coherent sentence describing an\neveryday scenario using these concepts.\n\n\nCommonGen is challenging because it inherently requires 1) relational reasoning using\nbackground commonsense knowledge, and 2) compositional generalization ability to work\non unseen concept combinations. Our dataset, constructed through a combination of\ncrowd-sourcing from AMT and existing caption corpora, consists of 30k concept-sets and\n50k sentences in total.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 1.85 MB\n* Size of the generated dataset: 7.21 MB\n* Total amount of disk used: 9.06 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* 'concept\\_set\\_idx': a 'int32' feature.\n* 'concepts': a 'list' of 'string' features.\n* 'target': 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 dataset is licensed under MIT License.", "### Contributions\n\n\nThanks to @JetRunner, @yuchenlin, @thomwolf, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-found #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #concepts-to-text #arxiv-1911.03705 #region-us \n", "### Dataset Summary\n\n\nCommonGen is a constrained text generation task, associated with a benchmark dataset,\nto explicitly test machines for the ability of generative commonsense reasoning. Given\na set of common concepts; the task is to generate a coherent sentence describing an\neveryday scenario using these concepts.\n\n\nCommonGen is challenging because it inherently requires 1) relational reasoning using\nbackground commonsense knowledge, and 2) compositional generalization ability to work\non unseen concept combinations. Our dataset, constructed through a combination of\ncrowd-sourcing from AMT and existing caption corpora, consists of 30k concept-sets and\n50k sentences in total.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 1.85 MB\n* Size of the generated dataset: 7.21 MB\n* Total amount of disk used: 9.06 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* 'concept\\_set\\_idx': a 'int32' feature.\n* 'concepts': a 'list' of 'string' features.\n* 'target': 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 dataset is licensed under MIT License.", "### Contributions\n\n\nThanks to @JetRunner, @yuchenlin, @thomwolf, @lhoestq for adding this dataset." ]
[ 105, 141, 10, 11, 6, 49, 17, 52, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 16, 33 ]
[ "passage: TAGS\n#task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-found #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #concepts-to-text #arxiv-1911.03705 #region-us \n### Dataset Summary\n\n\nCommonGen is a constrained text generation task, associated with a benchmark dataset,\nto explicitly test machines for the ability of generative commonsense reasoning. Given\na set of common concepts; the task is to generate a coherent sentence describing an\neveryday scenario using these concepts.\n\n\nCommonGen is challenging because it inherently requires 1) relational reasoning using\nbackground commonsense knowledge, and 2) compositional generalization ability to work\non unseen concept combinations. Our dataset, constructed through a combination of\ncrowd-sourcing from AMT and existing caption corpora, consists of 30k concept-sets and\n50k sentences in total.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 1.85 MB\n* Size of the generated dataset: 7.21 MB\n* Total amount of disk used: 9.06 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* 'concept\\_set\\_idx': a 'int32' feature.\n* 'concepts': a 'list' of 'string' features.\n* 'target': 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.022754373028874397, 0.22590705752372742, -0.00522803608328104, 0.02450592629611492, 0.03878568857908249, 0.024372747167944908, 0.0267576165497303, 0.07567998021841049, -0.0506417416036129, 0.15644226968288422, 0.000858273939229548, 0.0210013035684824, 0.15665245056152344, 0.10913067311048508, 0.019421596080064774, -0.1919056624174118, 0.02718203328549862, -0.1030140146613121, -0.07764002680778503, 0.10468478500843048, 0.11941766738891602, -0.0662468820810318, 0.05582670494914055, -0.053384412080049515, -0.01913534291088581, -0.012914951890707016, -0.06044797971844673, -0.024176431819796562, 0.03274090960621834, 0.05376547947525978, 0.03606824576854706, 0.04710514470934868, 0.077787846326828, -0.2326294332742691, 0.004369146656244993, 0.043201886117458344, 0.03221902251243591, 0.03679340332746506, 0.1170545369386673, -0.02956268936395645, 0.052816931158304214, -0.14255188405513763, 0.053245190531015396, 0.07071532309055328, -0.11222102493047714, -0.09557638317346573, -0.14048121869564056, 0.03597404807806015, 0.1185874417424202, 0.014267762191593647, -0.07144135981798172, 0.0016723289154469967, -0.056572575122117996, 0.038160696625709534, 0.11191865801811218, -0.08386041969060898, -0.05821997672319412, 0.06961555778980255, 0.01624351553618908, 0.08277522027492523, -0.07118722051382065, -0.007314437068998814, 0.010219310410320759, 0.013081169687211514, 0.07884790003299713, -0.018427114933729172, 0.020988155156373978, 0.024404270574450493, -0.15862788259983063, -0.05645487457513809, 0.23728035390377045, 0.02823919616639614, -0.032408151775598526, -0.1806543469429016, -0.012897970154881477, 0.03777173161506653, -0.0123368538916111, -0.030203793197870255, -0.007259001489728689, -0.015663687139749527, 0.006271788384765387, -0.04365207254886627, -0.06532726436853409, -0.009840116836130619, -0.017462108284235, 0.005846425425261259, 0.007760071195662022, -0.0009987156372517347, 0.07186070084571838, 0.05675234645605087, -0.02880137227475643, -0.10757516324520111, 0.014572514221072197, -0.018221262842416763, -0.12389278411865234, -0.03934311866760254, 0.05484859272837639, -0.0394580140709877, 0.09192674607038498, 0.0979459285736084, -0.04727138951420784, 0.021659066900610924, -0.03813866898417473, -0.008134046569466591, 0.13696016371250153, 0.10616856068372726, -0.14726021885871887, -0.14920102059841156, -0.0038169091567397118, 0.02001781575381756, -0.011539717204868793, -0.012092849239706993, -0.008030232042074203, 0.058375027030706406, 0.062334321439266205, 0.0805986300110817, 0.12985415756702423, 0.02764129638671875, -0.08744502812623978, -0.0440920926630497, 0.1494186818599701, -0.12178634852170944, 0.026336265727877617, 0.031365420669317245, -0.06423116475343704, -0.024324828758835793, -0.01719488576054573, 0.044953636825084686, -0.06758521497249603, 0.06343148648738861, -0.05976571515202522, -0.06054384633898735, -0.07691140472888947, -0.08077530562877655, 0.06464648246765137, -0.009657726623117924, -0.06611370295286179, -0.004974333569407463, -0.15640541911125183, -0.04647815600037575, 0.015524795278906822, -0.08910194784402847, -0.0980927124619484, -0.028841786086559296, -0.03362004831433296, -0.009623879566788673, -0.008316262625157833, 0.07646788656711578, -0.035337530076503754, 0.03377099335193634, -0.0584082156419754, 0.028491631150245667, 0.08919085562229156, 0.03043721243739128, -0.08999921381473541, 0.09506750106811523, -0.1520119607448578, 0.1437561959028244, -0.11024115234613419, -0.02201797440648079, -0.16127841174602509, -0.040550488978624344, 0.03612252324819565, -0.03334571048617363, 0.013523065485060215, 0.14716073870658875, -0.18794265389442444, -0.0005587279447354376, 0.09505610167980194, -0.06340107321739197, -0.08422396332025528, 0.126997172832489, -0.041824501007795334, 0.07294911891222, 0.056789249181747437, 0.08964107930660248, -0.012256269343197346, -0.01675458252429962, -0.08532758057117462, -0.08065474778413773, 0.01621990092098713, 0.23846851289272308, 0.11101153492927551, -0.09026268869638443, 0.10845664143562317, -0.00925307534635067, 0.0023322543129324913, -0.010091076605021954, -0.03057865984737873, -0.07181208580732346, 0.022689061239361763, -0.03340447321534157, 0.03173922002315521, -0.011176598258316517, -0.0944332480430603, -0.023945339024066925, -0.09071388095617294, -0.05325709655880928, 0.013195500709116459, -0.006462046876549721, -0.0113898403942585, -0.052800972014665604, -0.014601058326661587, -0.09936922043561935, 0.01639176905155182, -0.13509279489517212, -0.11823973804712296, 0.06532948464155197, -0.07247855514287949, 0.11659440398216248, -0.05353720858693123, 0.008359793573617935, -0.012882119044661522, -0.05395796149969101, -0.00523175997659564, 0.03665873408317566, 0.018216656520962715, -0.010819743387401104, -0.16245679557323456, -0.020697902888059616, -0.006942009087651968, 0.14871244132518768, -0.0662880539894104, 0.023017700761556625, 0.127241313457489, 0.13237346708774567, -0.005890218075364828, -0.07791568338871002, 0.06113826856017113, -0.021939881145954132, -0.03203578293323517, -0.05794132128357887, -0.030431490391492844, -0.023217717185616493, -0.06897380948066711, 0.03134074807167053, -0.15704010426998138, -0.16120830178260803, 0.03973972424864769, 0.05342263728380203, -0.09107602387666702, -0.0611596554517746, -0.05022536590695381, -0.07658901065587997, -0.07859382033348083, -0.12336663901805878, 0.1033940389752388, 0.0457301139831543, -0.0021484282333403826, -0.08938797563314438, -0.05581231415271759, -0.012907091528177261, -0.013186519034206867, -0.07049787789583206, 0.08152680099010468, 0.014075154438614845, -0.17069374024868011, 0.13942894339561462, 0.006335590034723282, 0.07757268100976944, 0.056703049689531326, 0.0009838592959567904, -0.07891407608985901, -0.06781785190105438, 0.018816880881786346, 0.007550863083451986, 0.06907019764184952, -0.0412035696208477, 0.05718030035495758, 0.05584455281496048, 0.011736350134015083, 0.03121376782655716, -0.0630093365907669, 0.058331411331892014, 0.022529656067490578, -0.03995882347226143, 0.01816418580710888, -0.03950575366616249, 0.02442563883960247, 0.10267956554889679, 0.07321136444807053, 0.10674455016851425, -0.003753865836188197, -0.06559639424085617, -0.13711963593959808, 0.1153390035033226, -0.10217785835266113, -0.22021423280239105, -0.06337607651948929, -0.004766740836203098, -0.04884815961122513, -0.02769709751009941, -0.009612069465219975, -0.013360775075852871, -0.06516133248806, -0.06680402159690857, 0.13514097034931183, 0.021582555025815964, -0.09419501572847366, -0.06954246759414673, -0.004242395982146263, -0.011517953127622604, -0.08873298019170761, 0.034005437046289444, 0.08811130374670029, -0.06325175613164902, -0.0012601672206074, 0.007082820869982243, 0.16469860076904297, 0.12783107161521912, 0.0593523271381855, -0.030692463740706444, -0.012874879874289036, 0.2360503077507019, -0.13817815482616425, 0.14898094534873962, 0.03146243467926979, -0.04631013050675392, 0.06486858427524567, 0.19183515012264252, 0.01752002350986004, -0.040992964059114456, 0.0438995398581028, 0.07207111269235611, -0.05660492554306984, -0.21031203866004944, -0.09299477934837341, -0.049844175577163696, 0.021738091483712196, 0.07448915392160416, 0.008309762924909592, 0.04368992894887924, 0.0565195195376873, -0.08758766949176788, -0.011765491217374802, 0.08801327645778656, 0.07125511765480042, -0.03256295621395111, 0.006586519069969654, 0.046015217900276184, -0.02421094849705696, -0.03265726566314697, 0.09859125316143036, 0.04221208766102791, 0.1944282501935959, -0.02110818587243557, 0.2803625166416168, 0.06713861972093582, 0.13523632287979126, -0.05647183209657669, 0.0683617889881134, -0.005716210231184959, 0.08229575306177139, -0.013581600971519947, -0.06844602525234222, 0.013763700611889362, 0.09872251003980637, 0.12907379865646362, -0.018145814538002014, 0.08335044234991074, -0.0757504254579544, 0.08181284368038177, 0.2770862281322479, -0.007654520682990551, -0.10309470444917679, -0.005131563171744347, 0.13902436196804047, -0.0020219958387315273, -0.06755132228136063, -0.0021102961618453264, 0.09078407287597656, -0.13751743733882904, 0.09673132002353668, -0.019334273412823677, 0.11628006398677826, -0.06913954019546509, -0.06770586222410202, -0.026517357677221298, 0.030025560408830643, -0.018709780648350716, 0.11129230260848999, -0.14796912670135498, 0.09504073858261108, 0.03046519123017788, 0.015380023047327995, -0.12392376363277435, 0.05344416946172714, -0.025844920426607132, -0.07857828587293625, 0.16482332348823547, 0.015912601724267006, -0.05390869453549385, 0.015329301357269287, -0.11182568222284317, -0.025991104543209076, 0.07825325429439545, -0.14082978665828705, 0.10348210483789444, 0.029423974454402924, -0.009929226711392403, -0.02427668124437332, 0.005065714940428734, -0.10592905431985855, -0.17036961019039154, 0.06839963048696518, -0.06212190166115761, 0.014296075329184532, -0.04428260400891304, -0.004135830793529749, -0.11266022175550461, 0.20064827799797058, -0.1447293609380722, -0.1106492355465889, -0.11708531528711319, 0.032601114362478256, 0.20614643394947052, -0.02498449757695198, 0.016839921474456787, -0.014780092984437943, 0.15722225606441498, -0.025185899809002876, -0.007413625717163086, 0.07275380194187164, -0.05166958272457123, -0.2214815467596054, -0.029393590986728668, 0.1456567496061325, 0.1024310365319252, 0.07963033020496368, -0.030559202656149864, 0.08067246526479721, 0.02155935764312744, -0.10359813272953033, 0.03334552422165871, 0.04032421112060547, 0.037151530385017395, 0.13995017111301422, 0.03822344169020653, -0.15708473324775696, -0.13964204490184784, -0.06452985852956772, 0.0668998509645462, 0.14675690233707428, -0.07039756327867508, 0.08094561845064163, 0.10987848043441772, -0.08480490744113922, -0.19129666686058044, 0.024779262021183968, 0.03309512510895729, -0.02923022024333477, 0.030296962708234787, -0.1446051150560379, 0.025938767939805984, 0.06444413214921951, -0.016149435192346573, 0.04203240945935249, -0.22911690175533295, -0.14241984486579895, -0.015184539370238781, 0.010948317125439644, -0.29145875573158264, -0.16453245282173157, -0.07736951857805252, -0.03017304837703705, -0.07520267367362976, 0.1106889620423317, -0.006177213508635759, -0.017763027921319008, 0.04570596292614937, 0.08430570363998413, 0.040869150310754776, -0.07433483749628067, 0.1696406453847885, 0.015219025313854218, 0.0021979929879307747, -0.09241553395986557, -0.07054132223129272, 0.12250825017690659, -0.0005588277708739042, 0.13315370678901672, 0.03812370449304581, 0.008751648478209972, -0.04576818272471428, -0.010243354365229607, -0.10629616677761078, -0.00033270151470787823, -0.09402113407850266, -0.07469840347766876, -0.11918287724256516, 0.07774091511964798, 0.12096191197633743, -0.016635863110423088, 0.06000252068042755, -0.051084548234939575, 0.05826704576611519, 0.18381159007549286, 0.16521260142326355, 0.13585010170936584, -0.06949707120656967, 0.009958159178495407, -0.012314696796238422, -0.018139991909265518, -0.15347272157669067, 0.05917811393737793, 0.12113552540540695, 0.033976055681705475, 0.18220962584018707, -0.03423818573355675, -0.18862558901309967, 0.0007725850446149707, 0.03231678530573845, -0.06966476887464523, -0.24288785457611084, 0.01103155966848135, 0.11181146651506424, -0.1905435025691986, -0.0755779817700386, 0.025727948173880577, 0.013098028488457203, -0.029151784256100655, -0.006762122735381126, 0.15188780426979065, -0.001383810886181891, 0.11288585513830185, 0.03011154942214489, 0.06601063162088394, -0.09562540054321289, 0.1264655739068985, 0.15947125852108002, -0.14660213887691498, -0.017426421865820885, 0.13518139719963074, -0.037127889692783356, -0.009702752344310284, 0.06613501161336899, 0.029968781396746635, 0.044518377631902695, -0.01896587572991848, 0.03666546940803528, -0.1348893940448761, 0.021432505920529366, 0.0789886862039566, -0.014925499446690083, 0.031918928027153015, 0.05680673569440842, -0.0008188524516299367, -0.049989428371191025, 0.1350058913230896, 0.06755940616130829, 0.019909873604774475, -0.003766156267374754, 0.014150502160191536, -0.007201054599136114, -0.014530287124216557, -0.007569496054202318, -0.010813385248184204, -0.044217102229595184, -0.002870553405955434, -0.07760249078273773, 0.016240956261754036, -0.13804087042808533, -0.01536860503256321, -0.014395342208445072, -0.05732547864317894, -0.011231140233576298, -0.014472921378910542, -0.04490602761507034, -0.043812330812215805, -0.06638547778129578, 0.07760729640722275, -0.1155259758234024, -0.057390205562114716, 0.0844087302684784, -0.06628357619047165, 0.103701151907444, -0.0208867359906435, -0.026991600170731544, -0.03670027479529381, -0.07934527099132538, 0.05104456841945648, -0.027296418324112892, 0.04982750490307808, 0.010849221609532833, -0.17401015758514404, -0.04415395110845566, -0.02157854661345482, -0.0659027174115181, 0.00343393930234015, -0.05701575055718422, -0.09064554423093796, 0.10139859467744827, -0.026978373527526855, -0.053737569600343704, -0.07232669740915298, 0.05873817950487137, 0.08515293151140213, 0.006093753036111593, 0.069981150329113, -0.013998618349432945, 0.08627654612064362, -0.12587374448776245, -0.023186326026916504, 0.007107584737241268, 0.019470246508717537, 0.024600651115179062, 0.030194943770766258, 0.06507321447134018, -0.027925239875912666, 0.19846121966838837, -0.05754520744085312, -0.042177408933639526, 0.04539242759346962, 0.08281128108501434, 0.031190959736704826, 0.07548496872186661, -0.025225980207324028, -0.059196919202804565, -0.05390806496143341, -0.013195774517953396, -0.006023062393069267, -0.0860544741153717, -0.07247661799192429, 0.08030043542385101, 0.06572844833135605, 0.16735336184501648, -0.03437013179063797, 0.05966176465153694, -0.13307327032089233, 0.0382876843214035, 0.13111421465873718, -0.01655416190624237, 0.008368032984435558, -0.0500369593501091, 0.08934708684682846, 0.05901403725147247, -0.18152765929698944, 0.12072889506816864, -0.046983204782009125, -0.07748861610889435, -0.004474428482353687, -0.16901658475399017, -0.06338506937026978, 0.057780671864748, -0.01807001419365406, -0.13646994531154633, 0.07694267481565475, 0.08194483816623688, -0.016663528978824615, -0.03136088699102402, 0.1073044016957283, -0.06409191340208054, -0.08900182694196701, 0.031121181324124336, 0.054436199367046356, 0.019566643983125687, 0.031007161363959312, 0.06199996545910835, 0.012686212547123432, 0.0983329713344574, 0.10466446727514267, 0.08020451664924622, -0.020536202937364578, 0.004476518835872412, -0.03492261841893196, -0.09042878448963165, 0.0032571079209446907, -0.03810424730181694, -0.015843315050005913, 0.15916205942630768, 0.018312962725758553, 0.041613515466451645, -0.013726313598453999, 0.10140810906887054, -0.06734076887369156, -0.045838963240385056, -0.13065846264362335, -0.029714403674006462, -0.10118360072374344, 0.003977735992521048, 0.06135372444987297, -0.14914140105247498, 0.0384865328669548, 0.10798966139554977, 0.15812739729881287, -0.0062584117986261845, -0.022053902968764305, -0.03222399204969406, 0.012986619956791401, -0.000637358461972326, -0.013563789427280426, 0.025159860029816628, 0.16118787229061127, -0.09473655372858047, 0.08776687830686569, -0.05613686516880989, -0.0332760252058506, -0.025140924379229546, 0.07052884250879288, -0.00030636522569693625, 0.03294268622994423, -0.06076838821172714, 0.1529916375875473, -0.0803917720913887, -0.22740979492664337, -0.005157717037945986, -0.11114177852869034, -0.12274022400379181, -0.00429146084934473, -0.04528088495135307, 0.01284060813486576, 0.02382269687950611, 0.05238034948706627, 0.017221450805664062, 0.06869591027498245, 0.05037757381796837, -0.051585111767053604, 0.030564045533537865, 0.07527836412191391, -0.075421042740345, 0.1832975596189499, 0.01003171969205141, 0.09068502485752106, 0.1120445653796196, -0.07201191782951355, -0.11935020983219147, 0.016748223453760147, 0.11358471214771271, -0.006625259295105934, 0.021032216027379036, 0.18218442797660828, 0.005808589514344931, 0.13698984682559967, 0.10425512492656708, -0.03238435834646225, 0.03942108526825905, 0.05643349513411522, -0.007608191110193729, -0.1345285326242447, 0.07945261895656586, -0.08978310227394104, 0.12277691811323166, 0.09712869673967361, -0.06314600259065628, 0.02101881429553032, -0.036043308675289154, -0.011078860610723495, -0.012352582067251205, 0.23916755616664886, -0.0022821456659585238, -0.18723179399967194, 0.01098583173006773, -0.08952193707227707, 0.09743904322385788, -0.12368877232074738, -0.012353061698377132, 0.04496884346008301, -0.01968281716108322, -0.016677405685186386, 0.12632161378860474, 0.03147907182574272, -0.0030981297604739666, -0.034863587468862534, -0.14429929852485657, 0.0050011491402983665, 0.12300975620746613, -0.07939291000366211, 0.008294288069009781 ]
16ea653dd7d6a92f8fd80839466b1c6be1df300a
# Dataset Card for common_language ## 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://zenodo.org/record/5036977 - **Repository:** https://github.com/speechbrain/speechbrain/tree/develop/recipes/CommonLanguage - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **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 This dataset is composed of speech recordings from languages that were carefully selected from the CommonVoice database. The total duration of audio recordings is 45.1 hours (i.e., 1 hour of material for each language). The dataset has been extracted from CommonVoice to train language-id systems. ### Supported Tasks and Leaderboards The baselines for language-id are available in the SpeechBrain toolkit (see recipes/CommonLanguage): https://github.com/speechbrain/speechbrain ### Languages List of included languages: ``` Arabic, Basque, Breton, Catalan, Chinese_China, Chinese_Hongkong, Chinese_Taiwan, Chuvash, Czech, Dhivehi, Dutch, English, Esperanto, Estonian, French, Frisian, Georgian, German, Greek, Hakha_Chin, Indonesian, Interlingua, Italian, Japanese, Kabyle, Kinyarwanda, Kyrgyz, Latvian, Maltese, Mongolian, Persian, Polish, Portuguese, Romanian, Romansh_Sursilvan, Russian, Sakha, Slovenian, Spanish, Swedish, Tamil, Tatar, Turkish, Ukranian, Welsh ``` ## Dataset Structure ### Data Instances A typical data point comprises the `path` to the audio file, and its label `language`. Additional fields include `age`, `client_id`, `gender` and `sentence`. ```python { 'client_id': 'itln_trn_sp_175', 'path': '/path/common_voice_kpd/Italian/train/itln_trn_sp_175/common_voice_it_18279446.wav', 'audio': {'path': '/path/common_voice_kpd/Italian/train/itln_trn_sp_175/common_voice_it_18279446.wav', 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32), 'sampling_rate': 48000}, 'sentence': 'Con gli studenti è leggermente simile.', 'age': 'not_defined', 'gender': 'not_defined', 'language': 22 } ``` ### Data Fields `client_id` (`string`): An id for which client (voice) made the recording `path` (`string`): The path to the audio file - `audio` (`dict`): 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]`. `language` (`ClassLabel`): The language of the recording (see the `Languages` section above) `sentence` (`string`): The sentence the user was prompted to speak `age` (`string`): The age of the speaker. `gender` (`string`): The gender of the speaker ### Data Splits The dataset is already balanced and split into train, dev (validation) and test sets. | Name | Train | Dev | Test | |:---------------------------------:|:------:|:------:|:-----:| | **# of utterances** | 177552 | 47104 | 47704 | | **# unique speakers** | 11189 | 1297 | 1322 | | **Total duration, hr** | 30.04 | 7.53 | 7.53 | | **Min duration, sec** | 0.86 | 0.98 | 0.89 | | **Mean duration, sec** | 4.87 | 4.61 | 4.55 | | **Max duration, sec** | 21.72 | 105.67 | 29.83 | | **Duration per language, min** | ~40 | ~10 | ~10 | ## 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 The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in the Common Voice dataset. ## Considerations for Using the Data ### Social Impact of Dataset The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in the Common Voice dataset. ### 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 The Mongolian and Ukrainian languages are spelled as "Mangolian" and "Ukranian" in this version of the dataset. [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [Ganesh Sinisetty; Pavlo Ruban; Oleksandr Dymov; Mirco Ravanelli](https://zenodo.org/record/5036977#.YdTZ5hPMJ70) ### Licensing Information [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode) ### Citation Information ``` @dataset{ganesh_sinisetty_2021_5036977, author = {Ganesh Sinisetty and Pavlo Ruban and Oleksandr Dymov and Mirco Ravanelli}, title = {CommonLanguage}, month = jun, year = 2021, publisher = {Zenodo}, version = {0.1}, doi = {10.5281/zenodo.5036977}, url = {https://doi.org/10.5281/zenodo.5036977} } ``` ### Contributions Thanks to [@anton-l](https://github.com/anton-l) for adding this dataset.
common_language
[ "task_categories:audio-classification", "task_ids:speaker-identification", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:multilingual", "size_categories:100K<n<1M", "source_datasets:extended|common_voice", "language:ar", "language:br", "language:ca", "language:cnh", "language:cs", "language:cv", "language:cy", "language:de", "language:dv", "language:el", "language:en", "language:eo", "language:es", "language:et", "language:eu", "language:fa", "language:fr", "language:fy", "language:ia", "language:id", "language:it", "language:ja", "language:ka", "language:kab", "language:ky", "language:lv", "language:mn", "language:mt", "language:nl", "language:pl", "language:pt", "language:rm", "language:ro", "language:ru", "language:rw", "language:sah", "language:sl", "language:sv", "language:ta", "language:tr", "language:tt", "language:uk", "language:zh", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["ar", "br", "ca", "cnh", "cs", "cv", "cy", "de", "dv", "el", "en", "eo", "es", "et", "eu", "fa", "fr", "fy", "ia", "id", "it", "ja", "ka", "kab", "ky", "lv", "mn", "mt", "nl", "pl", "pt", "rm", "ro", "ru", "rw", "sah", "sl", "sv", "ta", "tr", "tt", "uk", "zh"], "license": ["cc-by-4.0"], "multilinguality": ["multilingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["extended|common_voice"], "task_categories": ["audio-classification"], "task_ids": ["speaker-identification"], "pretty_name": "Common Language", "language_bcp47": ["fy-NL", "rm-sursilv", "sv-SE", "zh-CN", "zh-HK", "zh-TW"], "dataset_info": {"features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "language", "dtype": {"class_label": {"names": {"0": "Arabic", "1": "Basque", "2": "Breton", "3": "Catalan", "4": "Chinese_China", "5": "Chinese_Hongkong", "6": "Chinese_Taiwan", "7": "Chuvash", "8": "Czech", "9": "Dhivehi", "10": "Dutch", "11": "English", "12": "Esperanto", "13": "Estonian", "14": "French", "15": "Frisian", "16": "Georgian", "17": "German", "18": "Greek", "19": "Hakha_Chin", "20": "Indonesian", "21": "Interlingua", "22": "Italian", "23": "Japanese", "24": "Kabyle", "25": "Kinyarwanda", "26": "Kyrgyz", "27": "Latvian", "28": "Maltese", "29": "Mangolian", "30": "Persian", "31": "Polish", "32": "Portuguese", "33": "Romanian", "34": "Romansh_Sursilvan", "35": "Russian", "36": "Sakha", "37": "Slovenian", "38": "Spanish", "39": "Swedish", "40": "Tamil", "41": "Tatar", "42": "Turkish", "43": "Ukranian", "44": "Welsh"}}}}], "config_name": "full", "splits": [{"name": "train", "num_bytes": 7116761, "num_examples": 22194}, {"name": "validation", "num_bytes": 1855233, "num_examples": 5888}, {"name": "test", "num_bytes": 1877970, "num_examples": 5963}], "download_size": 3761951178, "dataset_size": 10849964}}
2023-06-12T12:29:01+00:00
[]
[ "ar", "br", "ca", "cnh", "cs", "cv", "cy", "de", "dv", "el", "en", "eo", "es", "et", "eu", "fa", "fr", "fy", "ia", "id", "it", "ja", "ka", "kab", "ky", "lv", "mn", "mt", "nl", "pl", "pt", "rm", "ro", "ru", "rw", "sah", "sl", "sv", "ta", "tr", "tt", "uk", "zh" ]
TAGS #task_categories-audio-classification #task_ids-speaker-identification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-extended|common_voice #language-Arabic #language-Breton #language-Catalan #language-Hakha Chin #language-Czech #language-Chuvash #language-Welsh #language-German #language-Dhivehi #language-Modern Greek (1453-) #language-English #language-Esperanto #language-Spanish #language-Estonian #language-Basque #language-Persian #language-French #language-Western Frisian #language-Interlingua (International Auxiliary Language Association) #language-Indonesian #language-Italian #language-Japanese #language-Georgian #language-Kabyle #language-Kirghiz #language-Latvian #language-Mongolian #language-Maltese #language-Dutch #language-Polish #language-Portuguese #language-Romansh #language-Romanian #language-Russian #language-Kinyarwanda #language-Yakut #language-Slovenian #language-Swedish #language-Tamil #language-Turkish #language-Tatar #language-Ukrainian #language-Chinese #license-cc-by-4.0 #region-us
Dataset Card for common\_language ================================= 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: ### Dataset Summary This dataset is composed of speech recordings from languages that were carefully selected from the CommonVoice database. The total duration of audio recordings is 45.1 hours (i.e., 1 hour of material for each language). The dataset has been extracted from CommonVoice to train language-id systems. ### Supported Tasks and Leaderboards The baselines for language-id are available in the SpeechBrain toolkit (see recipes/CommonLanguage): URL ### Languages List of included languages: Dataset Structure ----------------- ### Data Instances A typical data point comprises the 'path' to the audio file, and its label 'language'. Additional fields include 'age', 'client\_id', 'gender' and 'sentence'. ### Data Fields 'client\_id' ('string'): An id for which client (voice) made the recording 'path' ('string'): The path to the audio file * 'audio' ('dict'): 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]'. 'language' ('ClassLabel'): The language of the recording (see the 'Languages' section above) 'sentence' ('string'): The sentence the user was prompted to speak 'age' ('string'): The age of the speaker. 'gender' ('string'): The gender of the speaker ### Data Splits The dataset is already balanced and split into train, dev (validation) and test sets. 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 the Common Voice dataset. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in the Common Voice dataset. ### Discussion of Biases ### Other Known Limitations The Mongolian and Ukrainian languages are spelled as "Mangolian" and "Ukranian" in this version of the dataset. Additional Information ---------------------- ### Dataset Curators Ganesh Sinisetty; Pavlo Ruban; Oleksandr Dymov; Mirco Ravanelli ### Licensing Information Creative Commons Attribution 4.0 International ### Contributions Thanks to @anton-l for adding this dataset.
[ "### Dataset Summary\n\n\nThis dataset is composed of speech recordings from languages that were carefully selected from the CommonVoice database. The total duration of audio recordings is 45.1 hours (i.e., 1 hour of material for each language). The dataset has been extracted from CommonVoice to train language-id systems.", "### Supported Tasks and Leaderboards\n\n\nThe baselines for language-id are available in the SpeechBrain toolkit (see recipes/CommonLanguage):\nURL", "### Languages\n\n\nList of included languages:\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises the 'path' to the audio file, and its label 'language'. Additional fields include 'age', 'client\\_id', 'gender' and 'sentence'.", "### Data Fields\n\n\n'client\\_id' ('string'): An id for which client (voice) made the recording\n\n\n'path' ('string'): The path to the audio file\n\n\n* 'audio' ('dict'): 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\n\n'language' ('ClassLabel'): The language of the recording (see the 'Languages' section above)\n\n\n'sentence' ('string'): The sentence the user was prompted to speak\n\n\n'age' ('string'): The age of the speaker.\n\n\n'gender' ('string'): The gender of the speaker", "### Data Splits\n\n\nThe dataset is already balanced and split into train, dev (validation) and test sets.\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 the Common Voice dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\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 the Common Voice dataset.", "### Discussion of Biases", "### Other Known Limitations\n\n\nThe Mongolian and Ukrainian languages are spelled as \"Mangolian\" and \"Ukranian\" in this version of the dataset.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nGanesh Sinisetty; Pavlo Ruban; Oleksandr Dymov; Mirco Ravanelli", "### Licensing Information\n\n\nCreative Commons Attribution 4.0 International", "### Contributions\n\n\nThanks to @anton-l for adding this dataset." ]
[ "TAGS\n#task_categories-audio-classification #task_ids-speaker-identification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-extended|common_voice #language-Arabic #language-Breton #language-Catalan #language-Hakha Chin #language-Czech #language-Chuvash #language-Welsh #language-German #language-Dhivehi #language-Modern Greek (1453-) #language-English #language-Esperanto #language-Spanish #language-Estonian #language-Basque #language-Persian #language-French #language-Western Frisian #language-Interlingua (International Auxiliary Language Association) #language-Indonesian #language-Italian #language-Japanese #language-Georgian #language-Kabyle #language-Kirghiz #language-Latvian #language-Mongolian #language-Maltese #language-Dutch #language-Polish #language-Portuguese #language-Romansh #language-Romanian #language-Russian #language-Kinyarwanda #language-Yakut #language-Slovenian #language-Swedish #language-Tamil #language-Turkish #language-Tatar #language-Ukrainian #language-Chinese #license-cc-by-4.0 #region-us \n", "### Dataset Summary\n\n\nThis dataset is composed of speech recordings from languages that were carefully selected from the CommonVoice database. The total duration of audio recordings is 45.1 hours (i.e., 1 hour of material for each language). The dataset has been extracted from CommonVoice to train language-id systems.", "### Supported Tasks and Leaderboards\n\n\nThe baselines for language-id are available in the SpeechBrain toolkit (see recipes/CommonLanguage):\nURL", "### Languages\n\n\nList of included languages:\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises the 'path' to the audio file, and its label 'language'. Additional fields include 'age', 'client\\_id', 'gender' and 'sentence'.", "### Data Fields\n\n\n'client\\_id' ('string'): An id for which client (voice) made the recording\n\n\n'path' ('string'): The path to the audio file\n\n\n* 'audio' ('dict'): 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\n\n'language' ('ClassLabel'): The language of the recording (see the 'Languages' section above)\n\n\n'sentence' ('string'): The sentence the user was prompted to speak\n\n\n'age' ('string'): The age of the speaker.\n\n\n'gender' ('string'): The gender of the speaker", "### Data Splits\n\n\nThe dataset is already balanced and split into train, dev (validation) and test sets.\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 the Common Voice dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\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 the Common Voice dataset.", "### Discussion of Biases", "### Other Known Limitations\n\n\nThe Mongolian and Ukrainian languages are spelled as \"Mangolian\" and \"Ukranian\" in this version of the dataset.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nGanesh Sinisetty; Pavlo Ruban; Oleksandr Dymov; Mirco Ravanelli", "### Licensing Information\n\n\nCreative Commons Attribution 4.0 International", "### Contributions\n\n\nThanks to @anton-l for adding this dataset." ]
[ 348, 74, 38, 17, 55, 294, 34, 7, 4, 10, 10, 5, 5, 9, 52, 41, 8, 45, 27, 11, 18 ]
[ "passage: TAGS\n#task_categories-audio-classification #task_ids-speaker-identification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-extended|common_voice #language-Arabic #language-Breton #language-Catalan #language-Hakha Chin #language-Czech #language-Chuvash #language-Welsh #language-German #language-Dhivehi #language-Modern Greek (1453-) #language-English #language-Esperanto #language-Spanish #language-Estonian #language-Basque #language-Persian #language-French #language-Western Frisian #language-Interlingua (International Auxiliary Language Association) #language-Indonesian #language-Italian #language-Japanese #language-Georgian #language-Kabyle #language-Kirghiz #language-Latvian #language-Mongolian #language-Maltese #language-Dutch #language-Polish #language-Portuguese #language-Romansh #language-Romanian #language-Russian #language-Kinyarwanda #language-Yakut #language-Slovenian #language-Swedish #language-Tamil #language-Turkish #language-Tatar #language-Ukrainian #language-Chinese #license-cc-by-4.0 #region-us \n### Dataset Summary\n\n\nThis dataset is composed of speech recordings from languages that were carefully selected from the CommonVoice database. The total duration of audio recordings is 45.1 hours (i.e., 1 hour of material for each language). The dataset has been extracted from CommonVoice to train language-id systems.### Supported Tasks and Leaderboards\n\n\nThe baselines for language-id are available in the SpeechBrain toolkit (see recipes/CommonLanguage):\nURL### Languages\n\n\nList of included languages:\n\n\nDataset Structure\n-----------------", "passage: ### Data Instances\n\n\nA typical data point comprises the 'path' to the audio file, and its label 'language'. Additional fields include 'age', 'client\\_id', 'gender' and 'sentence'.### Data Fields\n\n\n'client\\_id' ('string'): An id for which client (voice) made the recording\n\n\n'path' ('string'): The path to the audio file\n\n\n* 'audio' ('dict'): 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\n\n'language' ('ClassLabel'): The language of the recording (see the 'Languages' section above)\n\n\n'sentence' ('string'): The sentence the user was prompted to speak\n\n\n'age' ('string'): The age of the speaker.\n\n\n'gender' ('string'): The gender of the speaker### Data Splits\n\n\nThe dataset is already balanced and split into train, dev (validation) and test sets.\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 the Common Voice dataset.\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset\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 the Common Voice dataset.### Discussion of Biases" ]
[ -0.06992599368095398, 0.16746437549591064, -0.006096260156482458, 0.025283172726631165, 0.07771894335746765, -0.008192666806280613, 0.0046271588653326035, 0.09005293250083923, 0.000045165419578552246, 0.13463018834590912, -0.04107900708913803, 0.0026149828918278217, 0.08355265855789185, 0.04220428690314293, 0.035864464938640594, -0.20248936116695404, 0.033552803099155426, -0.0924394428730011, 0.023251619189977646, 0.08135411143302917, 0.11683537811040878, -0.05917849764227867, 0.03137698769569397, -0.0900702252984047, 0.014446064829826355, 0.017735261470079422, -0.03487527742981911, -0.045410383492708206, 0.031182246282696724, 0.026064541190862656, 0.0006617256440222263, -0.006947772577404976, 0.04386221989989281, -0.25979483127593994, 0.01544408593326807, 0.04714563488960266, 0.022180970758199692, -0.013142980635166168, 0.10262905806303024, -0.035191237926483154, 0.0619930699467659, -0.1147206723690033, -0.004321218468248844, 0.040933992713689804, -0.09259887039661407, -0.154694065451622, -0.08581844717264175, 0.01498323678970337, 0.1021219789981842, 0.060968272387981415, -0.08661582320928574, 0.024776620790362358, -0.01583278551697731, 0.07508990168571472, 0.051592785865068436, -0.08577910810709, -0.0220491886138916, -0.03759537637233734, 0.0717507004737854, 0.11798863112926483, -0.08090034127235413, 0.013907334767282009, -0.0013061892241239548, 0.012511532753705978, -0.059162601828575134, -0.054978400468826294, -0.04855618253350258, -0.0349992960691452, -0.1166568174958229, -0.054018255323171616, 0.2074085772037506, 0.02355462685227394, -0.039299339056015015, -0.12566663324832916, 0.007841434329748154, -0.02136867493391037, -0.05309509113430977, -0.02271932363510132, -0.004253947176039219, 0.0166274793446064, 0.07521432638168335, -0.00551329180598259, -0.07314713299274445, 0.005111323669552803, 0.005037839524447918, 0.07169829308986664, 0.033573754131793976, -0.024202097207307816, 0.031207814812660217, 0.01990247517824173, -0.013556389138102531, -0.10521835833787918, -0.016286388039588928, -0.002213755389675498, -0.09862726926803589, -0.03515306115150452, 0.04009610041975975, -0.09081850945949554, 0.1070423349738121, 0.12772756814956665, -0.08267496526241302, 0.0325876884162426, -0.06436740607023239, -0.026210632175207138, 0.11098118871450424, 0.1278945952653885, -0.05824457108974457, -0.16820336878299713, -0.03293110430240631, -0.011180332861840725, 0.005773178301751614, -0.023612448945641518, -0.001991698518395424, 0.07037502527236938, 0.06316067278385162, 0.09144063293933868, 0.1321026235818863, 0.0023960107937455177, -0.046462882310152054, -0.04139222949743271, 0.06716355681419373, -0.1576828956604004, 0.03227252513170242, 0.04146468639373779, -0.009945528581738472, 0.005340335890650749, -0.04269605502486229, 0.03331368416547775, -0.12702417373657227, 0.026667717844247818, 0.018565110862255096, 0.00700276019051671, -0.03400571644306183, -0.06684000790119171, 0.05883383750915527, -0.0758904367685318, -0.055333346128463745, -0.06403183937072754, -0.037318989634513855, -0.10333787649869919, 0.02958829700946808, -0.06930457055568695, -0.031436070799827576, -0.034107670187950134, -0.0038261418230831623, 0.035762060433626175, -0.02036256156861782, -0.029185881838202477, -0.07684481143951416, 0.03244432806968689, -0.054700106382369995, 0.014538081362843513, 0.09360763430595398, 0.06743152439594269, -0.10901609063148499, 0.02614007517695427, -0.1296505182981491, 0.16873040795326233, -0.09747987985610962, 0.03032599948346615, -0.13409554958343506, -0.017066404223442078, 0.009976567700505257, 0.01024746336042881, -0.012424036860466003, 0.12796653807163239, -0.217058926820755, -0.048490747809410095, 0.1070563942193985, -0.09645280241966248, -0.03837146610021591, 0.13301719725131989, 0.0053643230348825455, 0.013322491198778152, 0.08204834163188934, 0.18940088152885437, 0.04084420204162598, -0.0455235056579113, -0.1189810112118721, -0.07505346834659576, 0.03755411505699158, 0.22482755780220032, 0.09631556272506714, -0.11421012133359909, 0.15624648332595825, -0.015395195223391056, -0.008073567412793636, -0.020486049354076385, 0.0027253383304923773, -0.040678970515728, 0.021137218922376633, -0.011112887412309647, 0.006835311651229858, 0.04788091778755188, -0.07417826354503632, -0.029015691950917244, -0.08359608054161072, 0.02167016640305519, 0.04579580947756767, -0.02960236929357052, 0.050419095903635025, -0.060592085123062134, 0.10033662617206573, -0.015227314084768295, 0.018765326589345932, -0.17671218514442444, -0.03196297585964203, 0.06514598429203033, -0.008736667223274708, 0.10777384042739868, -0.08831874281167984, -0.004833979532122612, 0.011207593604922295, -0.026449555531144142, -0.02372569590806961, 0.039475973695516586, 0.03109046444296837, 0.0037220348604023457, -0.18259596824645996, 0.03851597011089325, -0.03946102783083916, 0.08867071568965912, -0.053357794880867004, -0.0439956858754158, 0.10299995541572571, 0.13716650009155273, 0.022312942892313004, -0.052457697689533234, 0.02613149955868721, 0.05396982654929161, -0.021800493821501732, -0.031020276248455048, -0.026671499013900757, -0.04149802401661873, 0.03176504373550415, 0.10571502149105072, -0.11523790657520294, -0.12043505907058716, 0.06525655090808868, 0.010919429361820221, -0.06608821451663971, 0.050284646451473236, -0.018563799560070038, -0.04044552147388458, -0.016420960426330566, -0.062293775379657745, 0.15038157999515533, 0.023186882957816124, 0.043955154716968536, -0.054711177945137024, -0.03929651528596878, -0.010714169591665268, -0.0416552759706974, -0.061307620257139206, 0.0780785083770752, -0.02901541441679001, -0.1610468626022339, 0.10414524376392365, 0.0006474591791629791, 0.0892171561717987, 0.1902848184108734, -0.05665066838264465, -0.10935544967651367, -0.017258863896131516, 0.01250351034104824, 0.007673596031963825, 0.06270633637905121, -0.07909071445465088, -0.002159222960472107, 0.030138954520225525, 0.04375554993748665, -0.011313066817820072, -0.003030378371477127, 0.0683908760547638, 0.006410651840269566, -0.04344207048416138, 0.017046645283699036, -0.010519217699766159, 0.02486039698123932, 0.05393112078309059, -0.005640238057821989, 0.049417365342378616, -0.06024975702166557, -0.06163998693227768, -0.10226232558488846, 0.10436557233333588, -0.15715065598487854, -0.21848691999912262, -0.09331901371479034, -0.08139321953058243, -0.004937711171805859, 0.0005150148645043373, 0.05096984654664993, -0.08591661602258682, -0.06593868881464005, -0.07711833715438843, 0.10088647156953812, 0.03544972091913223, -0.0953204333782196, -0.057114843279123306, -0.002815182553604245, 0.012846775352954865, -0.07153263688087463, 0.02531583234667778, 0.031203901395201683, -0.029873233288526535, -0.02299083024263382, 0.030334386974573135, 0.09954558312892914, 0.09510637074708939, 0.05217819660902023, -0.03136538341641426, -0.02120351418852806, 0.1724347323179245, -0.18444636464118958, 0.09383879601955414, 0.06111316755414009, -0.044912733137607574, 0.03475725278258324, 0.24201473593711853, 0.015456191264092922, -0.016939543187618256, 0.008494209498167038, 0.06082712113857269, -0.0037656761705875397, -0.23726925253868103, -0.13910745084285736, -0.06439660489559174, 0.01745455339550972, 0.02249780111014843, 0.06205292418599129, 0.0038161873817443848, -0.026507437229156494, -0.09540707617998123, -0.0746656060218811, 0.06758546829223633, 0.047257378697395325, 0.11195576936006546, 0.0027639013715088367, 0.046015433967113495, -0.026385463774204254, -0.0017925528809428215, 0.10051991790533066, 0.007747231516987085, 0.14668968319892883, -0.0003233887255191803, 0.22260782122612, 0.05511217564344406, 0.08747056871652603, -0.032481566071510315, -0.03750435262918472, -0.007388932630419731, 0.06638331711292267, 0.044361259788274765, -0.06268537044525146, 0.05450693145394325, 0.029118813574314117, 0.16894790530204773, -0.05794380232691765, 0.029915962368249893, -0.004787925630807877, 0.09993243962526321, 0.2228323221206665, 0.04253881797194481, -0.03815806657075882, -0.02411779761314392, 0.04959357529878616, -0.041176438331604004, -0.10361531376838684, -0.006521604955196381, 0.056093353778123856, -0.09382249414920807, 0.09677483141422272, 0.016006140038371086, 0.089075967669487, -0.09991854429244995, -0.020359138026833534, 0.09003541618585587, -0.011194282211363316, -0.016299070790410042, 0.07156363129615784, -0.14650709927082062, 0.12996448576450348, 0.03671828657388687, 0.0519493892788887, -0.007215678691864014, 0.05696512758731842, -0.011209782212972641, 0.02287742681801319, 0.13472795486450195, 0.025880035012960434, -0.09941327571868896, -0.07430174946784973, -0.11444040387868881, -0.02371053211390972, 0.11011238396167755, -0.08621843159198761, 0.06903381645679474, -0.017921630293130875, -0.03638291358947754, -0.08499165624380112, -0.10110023617744446, -0.12463566660881042, -0.1584356129169464, 0.06868105381727219, -0.03611298277974129, 0.0907556340098381, -0.021112974733114243, -0.03358529880642891, -0.10233130306005478, 0.11572758853435516, -0.14947697520256042, -0.058281153440475464, -0.0945323035120964, -0.034377411007881165, 0.1650451272726059, -0.05041686072945595, 0.05104176327586174, -0.009720574133098125, 0.09526534378528595, -0.018719905987381935, -0.013090424239635468, 0.04837844520807266, -0.059255506843328476, -0.11998921632766724, -0.05791439861059189, 0.17636145651340485, 0.07310707122087479, 0.034863121807575226, 0.0006125975050963461, 0.11538440734148026, 0.026085244491696358, -0.047705307602882385, 0.014413651078939438, 0.048139140009880066, 0.016832157969474792, 0.1147921234369278, -0.02422681823372841, -0.21410664916038513, -0.1410502940416336, -0.11506397277116776, 0.11658123880624771, 0.06888081878423691, -0.07777336984872818, 0.14042440056800842, 0.14292410016059875, -0.1264210343360901, -0.21207688748836517, -0.0483018159866333, 0.08615367114543915, 0.009730400517582893, 0.006409062072634697, -0.19360539317131042, 0.052949607372283936, -0.0005007358267903328, 0.01126012858003378, -0.029978735372424126, -0.18551447987556458, -0.11170034110546112, 0.06004110723733902, -0.04908517003059387, -0.2584281861782074, -0.1370190680027008, -0.07461796700954437, -0.020512476563453674, -0.08370080590248108, 0.018980123102664948, -0.003924364224076271, 0.016515251249074936, 0.05907575413584709, -0.003321523778140545, 0.027681425213813782, 0.006802370771765709, 0.11388090252876282, 0.04085942357778549, -0.04347331449389458, -0.08754894882440567, -0.02685914933681488, 0.017917070537805557, -0.018042562529444695, 0.09027914702892303, 0.025143437087535858, -0.017807520925998688, -0.06877126544713974, -0.021178647875785828, -0.04790526628494263, 0.031567901372909546, -0.06361822038888931, -0.01985100284218788, -0.03854893147945404, 0.05475574731826782, 0.08439981192350388, -0.02225002646446228, 0.053717222064733505, -0.06905601173639297, 0.011168284341692924, 0.0918312519788742, 0.15754161775112152, 0.04429459944367409, -0.14607268571853638, -0.0060597676783800125, -0.00718131847679615, -0.008212081156671047, -0.02926275134086609, 0.05372028797864914, 0.08928664028644562, 0.01287032663822174, 0.12408381700515747, -0.07424049079418182, -0.11009721457958221, 0.004918746650218964, 0.06140441820025444, -0.030993608757853508, -0.19999872148036957, 0.011387834325432777, -0.010359030216932297, -0.07557695358991623, -0.0909208208322525, 0.08799293637275696, 0.010885135270655155, -0.031075138598680496, -0.010591357946395874, 0.09210189431905746, -0.0029471945017576218, 0.1123441681265831, 0.002320784144103527, 0.034574661403894424, -0.08230738341808319, 0.14406061172485352, 0.1468539834022522, -0.11797851324081421, 0.03248203545808792, 0.149336040019989, -0.04041473567485809, -0.04086702689528465, 0.012666773982346058, 0.06095568835735321, 0.02601158246397972, -0.05809909477829933, 0.019800541922450066, -0.08704721927642822, 0.027865730226039886, 0.0821140855550766, -0.0165072251111269, 0.023631196469068527, -0.004061847925186157, -0.03394666686654091, -0.036583706736564636, 0.16203004121780396, 0.09541246294975281, 0.007472905330359936, -0.06515243649482727, 0.011853726580739021, 0.0251716710627079, -0.0028459476307034492, 0.00939890742301941, -0.06894366443157196, -0.018733274191617966, 0.017946865409612656, -0.039930570870637894, 0.035461969673633575, -0.07548099756240845, -0.004961105063557625, -0.010338136926293373, -0.026395205408334732, 0.00408531678840518, 0.009326942265033722, -0.041024018079042435, -0.04925038665533066, -0.03382710739970207, 0.12370725721120834, -0.14829686284065247, -0.010797712951898575, 0.06291209906339645, -0.03566779941320419, 0.09579218924045563, 0.023212619125843048, -0.03336727246642113, 0.016919108107686043, -0.11047343909740448, -0.02539413422346115, -0.017631879076361656, 0.04305674880743027, 0.02755853161215782, -0.1589900404214859, -0.008419030345976353, 0.014609422534704208, -0.07013663649559021, 0.007853517308831215, -0.016210678964853287, -0.07883743941783905, 0.04832500219345093, -0.05133777856826782, -0.03323250263929367, -0.03078099712729454, 0.08537621796131134, 0.054910808801651, 0.007121477276086807, 0.07525896281003952, -0.07739603519439697, 0.08420385420322418, -0.09819869697093964, -0.014019406400620937, -0.007953658699989319, -0.01641649752855301, -0.0856333076953888, 0.008336395025253296, 0.0617058165371418, -0.0022322162985801697, 0.11170922964811325, 0.04129917174577713, 0.040665995329618454, 0.0445314422249794, -0.00269228033721447, -0.049115441739559174, 0.0739581435918808, 0.0059800962917506695, -0.00881577655673027, -0.021879639476537704, -0.03995753824710846, -0.027100350707769394, -0.05847498029470444, 0.10078687965869904, -0.02975645288825035, 0.15485194325447083, 0.2200200855731964, -0.020347975194454193, 0.03093518689274788, -0.1461552381515503, -0.06139843165874481, 0.06643637269735336, -0.08550133556127548, 0.05651305988430977, -0.07755650579929352, 0.15319094061851501, 0.05444415658712387, -0.17118273675441742, 0.09152819216251373, -0.03692838177084923, -0.08439721912145615, -0.043501581996679306, -0.10441449284553528, -0.04889003559947014, -0.023573828861117363, -0.01840408891439438, -0.11258891224861145, 0.1118110939860344, 0.014226909726858139, 0.021130476146936417, -0.022923890501260757, 0.11063429713249207, -0.0678529143333435, -0.10050299763679504, 0.07437954843044281, 0.012350473552942276, 0.07502958923578262, 0.05077419430017471, 0.05696035176515579, 0.023366067558526993, -0.0010102076921612024, 0.0656498521566391, 0.07297839224338531, -0.028509188443422318, 0.06359507143497467, -0.0800999253988266, -0.05739443749189377, 0.05975954607129097, -0.013149184174835682, 0.004770870320498943, 0.22654077410697937, 0.07446780800819397, -0.002643246203660965, 0.028117703273892403, 0.1546911597251892, -0.005744935013353825, -0.10232721269130707, -0.15245182812213898, -0.002659806050360203, -0.014599497430026531, 0.003683405928313732, 0.00375783140771091, -0.14532846212387085, 0.013600258156657219, 0.05896510183811188, 0.1358829140663147, 0.060831427574157715, 0.01922387257218361, -0.00017469562590122223, 0.012559344992041588, -0.008819464594125748, -0.03660761937499046, 0.038863666355609894, 0.18801048398017883, -0.03241962939500809, 0.027999479323625565, -0.07630173116922379, -0.02785147726535797, -0.06651752442121506, 0.08216403424739838, -0.014624832198023796, -0.0060994671657681465, -0.01773584634065628, 0.1535763293504715, -0.07442877441644669, -0.20662054419517517, -0.012945353984832764, -0.1295345425605774, -0.11554717272520065, -0.03904353827238083, 0.07116582989692688, 0.0899488627910614, -0.008222467266023159, 0.07683701068162918, -0.04460678994655609, 0.12281843274831772, 0.04149431362748146, -0.02742544561624527, -0.03197353333234787, 0.04202641174197197, -0.13193689286708832, 0.15573933720588684, -0.018898947164416313, 0.08619102835655212, 0.06596116721630096, 0.033427514135837555, -0.07982576638460159, 0.03680255636572838, 0.08637890219688416, -0.04965776205062866, 0.046650175005197525, 0.1824115365743637, -0.009273961186408997, 0.171329528093338, 0.09340028464794159, 0.0328155979514122, 0.08783348649740219, -0.030806932598352432, -0.035597510635852814, -0.07359243184328079, 0.09788395464420319, -0.10218647122383118, 0.12186555564403534, 0.12115514278411865, -0.013143546879291534, -0.0038065260741859674, -0.052276432514190674, -0.012931072153151035, -0.015464607626199722, 0.14698591828346252, -0.012395444326102734, -0.17024971544742584, 0.05051865428686142, -0.03227243572473526, 0.09373848140239716, -0.07009253650903702, -0.05732305347919464, 0.04698215052485466, 0.0015455419197678566, -0.03221654146909714, 0.12686631083488464, 0.06868669390678406, -0.020281903445720673, -0.04812866449356079, -0.05692766606807709, 0.052203964442014694, 0.13155154883861542, -0.08132938295602798, 0.012484901584684849 ]
1536952d0944a866207ab093a34618207a5c4b3d
# Dataset Card for common_voice <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 "common_voice" is deprecated and will soon be deleted. Use datasets under <a href="https://huggingface.co/mozilla-foundation">mozilla-foundation</a> organisation instead. For example, you can load <a href="https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0">Common Voice 13</a> dataset via <code>load_dataset("mozilla-foundation/common_voice_13_0", "en")</code></p> </div> ## 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://commonvoice.mozilla.org/en/datasets - **Repository:** https://github.com/common-voice/common-voice - **Paper:** https://commonvoice.mozilla.org/en/datasets - **Leaderboard:** [Needs More Information] - **Point of Contact:** [Needs More Information] ### Dataset Summary The Common Voice dataset consists of a unique MP3 and corresponding text file. Many of the 9,283 recorded hours in the dataset also include demographic metadata like age, sex, and accent that can help train the accuracy of speech recognition engines. The dataset currently consists of 7,335 validated hours in 60 languages, but were always adding more voices and languages. Take a look at our Languages page to request a language or start contributing. ### Supported Tasks and Leaderboards [Needs More Information] ### Languages English ## Dataset Structure ### Data Instances A typical data point comprises the path to the audio file, called path and its sentence. Additional fields include accent, age, client_id, up_votes down_votes, gender, locale and segment. ` {'accent': 'netherlands', 'age': 'fourties', 'client_id': 'bbbcb732e0f422150c30ff3654bbab572e2a617da107bca22ff8b89ab2e4f124d03b6a92c48322862f60bd0179ae07baf0f9b4f9c4e11d581e0cec70f703ba54', 'down_votes': 0, 'gender': 'male', 'locale': 'nl', 'path': 'nl/clips/common_voice_nl_23522441.mp3', 'segment': "''", 'sentence': 'Ik vind dat een dubieuze procedure.', 'up_votes': 2, 'audio': {'path': `nl/clips/common_voice_nl_23522441.mp3', 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32), 'sampling_rate': 48000} ` ### Data Fields client_id: An id for which client (voice) made the recording path: The 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]`. sentence: The sentence the user was prompted to speak up_votes: How many upvotes the audio file has received from reviewers down_votes: How many downvotes the audio file has received from reviewers age: The age of the speaker. gender: The gender of the speaker accent: Accent of the speaker locale: The locale of the speaker segment: Usually empty field ### Data Splits The speech material has been subdivided into portions for dev, train, test, validated, invalidated, reported and other. The validated data is data that has been validated with reviewers and recieved upvotes that the data is of high quality. The invalidated data is data has been invalidated by reviewers and recieved downvotes that the data is of low quality. The reported data is data that has been reported, for different reasons. The other data is data that has not yet been reviewed. The dev, test, train are all data that has been reviewed, deemed of high quality and split into dev, test and train. ## 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 the Common Voice dataset. ## Considerations for Using the Data ### Social Impact of Dataset The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in the Common Voice dataset. ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information Public Domain, [CC-0](https://creativecommons.org/share-your-work/public-domain/cc0/) ### Citation Information ``` @inproceedings{commonvoice:2020, author = {Ardila, R. and Branson, M. and Davis, K. and Henretty, M. and Kohler, M. and Meyer, J. and Morais, R. and Saunders, L. and Tyers, F. M. and Weber, G.}, title = {Common Voice: A Massively-Multilingual Speech Corpus}, booktitle = {Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020)}, pages = {4211--4215}, year = 2020 } ``` ### Contributions Thanks to [@BirgerMoell](https://github.com/BirgerMoell) for adding this dataset.
common_voice
[ "task_categories:automatic-speech-recognition", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:multilingual", "size_categories:100K<n<1M", "size_categories:10K<n<100K", "size_categories:1K<n<10K", "size_categories:n<1K", "source_datasets:extended|common_voice", "language:ab", "language:ar", "language:as", "language:br", "language:ca", "language:cnh", "language:cs", "language:cv", "language:cy", "language:de", "language:dv", "language:el", "language:en", "language:eo", "language:es", "language:et", "language:eu", "language:fa", "language:fi", "language:fr", "language:fy", "language:ga", "language:hi", "language:hsb", "language:hu", "language:ia", "language:id", "language:it", "language:ja", "language:ka", "language:kab", "language:ky", "language:lg", "language:lt", "language:lv", "language:mn", "language:mt", "language:nl", "language:or", "language:pa", "language:pl", "language:pt", "language:rm", "language:ro", "language:ru", "language:rw", "language:sah", "language:sl", "language:sv", "language:ta", "language:th", "language:tr", "language:tt", "language:uk", "language:vi", "language:vot", "language:zh", "license:cc0-1.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["ab", "ar", "as", "br", "ca", "cnh", "cs", "cv", "cy", "de", "dv", "el", "en", "eo", "es", "et", "eu", "fa", "fi", "fr", "fy", "ga", "hi", "hsb", "hu", "ia", "id", "it", "ja", "ka", "kab", "ky", "lg", "lt", "lv", "mn", "mt", "nl", "or", "pa", "pl", "pt", "rm", "ro", "ru", "rw", "sah", "sl", "sv", "ta", "th", "tr", "tt", "uk", "vi", "vot", "zh"], "license": ["cc0-1.0"], "multilinguality": ["multilingual"], "size_categories": ["100K<n<1M", "10K<n<100K", "1K<n<10K", "n<1K"], "source_datasets": ["extended|common_voice"], "task_categories": ["automatic-speech-recognition"], "task_ids": [], "paperswithcode_id": "common-voice", "pretty_name": "Common Voice", "config_names": ["ab", "ar", "as", "br", "ca", "cnh", "cs", "cv", "cy", "de", "dv", "el", "en", "eo", "es", "et", "eu", "fa", "fi", "fr", "fy-NL", "ga-IE", "hi", "hsb", "hu", "ia", "id", "it", "ja", "ka", "kab", "ky", "lg", "lt", "lv", "mn", "mt", "nl", "or", "pa-IN", "pl", "pt", "rm-sursilv", "rm-vallader", "ro", "ru", "rw", "sah", "sl", "sv-SE", "ta", "th", "tr", "tt", "uk", "vi", "vot", "zh-CN", "zh-HK", "zh-TW"], "language_bcp47": ["fy-NL", "ga-IE", "pa-IN", "rm-sursilv", "rm-vallader", "sv-SE", "zh-CN", "zh-HK", "zh-TW"], "viewer": false, "dataset_info": [{"config_name": "ab", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1295622, "num_examples": 22}, {"name": "test", "num_bytes": 411844, "num_examples": 9}, {"name": "validation"}, {"name": "other", "num_bytes": 40023390, "num_examples": 752}, {"name": "validated", "num_bytes": 1707426, "num_examples": 31}, {"name": "invalidated", "num_bytes": 361626, "num_examples": 8}], "download_size": 41038412, "dataset_size": 43799908}, {"config_name": "ar", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 359335168, "num_examples": 14227}, {"name": "test", "num_bytes": 237546641, "num_examples": 7622}, {"name": "validation", "num_bytes": 209606861, "num_examples": 7517}, {"name": "other", "num_bytes": 515822404, "num_examples": 18283}, {"name": "validated", "num_bytes": 1182522872, "num_examples": 43291}, {"name": "invalidated", "num_bytes": 194805036, "num_examples": 6333}], "download_size": 1756264615, "dataset_size": 2699638982}, {"config_name": "as", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 11442279, "num_examples": 270}, {"name": "test", "num_bytes": 5071343, "num_examples": 110}, {"name": "validation", "num_bytes": 5480156, "num_examples": 124}, {"name": "other"}, {"name": "validated", "num_bytes": 21993698, "num_examples": 504}, {"name": "invalidated", "num_bytes": 886145, "num_examples": 31}], "download_size": 22226465, "dataset_size": 44873621}, {"config_name": "br", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 62238289, "num_examples": 2780}, {"name": "test", "num_bytes": 54461339, "num_examples": 2087}, {"name": "validation", "num_bytes": 46995570, "num_examples": 1997}, {"name": "other", "num_bytes": 269858143, "num_examples": 10912}, {"name": "validated", "num_bytes": 203503622, "num_examples": 8560}, {"name": "invalidated", "num_bytes": 20861017, "num_examples": 623}], "download_size": 465276982, "dataset_size": 657917980}, {"config_name": "ca", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 12966939466, "num_examples": 285584}, {"name": "test", "num_bytes": 745761890, "num_examples": 15724}, {"name": "validation", "num_bytes": 716442038, "num_examples": 15724}, {"name": "other", "num_bytes": 2693542910, "num_examples": 64446}, {"name": "validated", "num_bytes": 18115833966, "num_examples": 416701}, {"name": "invalidated", "num_bytes": 850402888, "num_examples": 18846}], "download_size": 20743110341, "dataset_size": 36088923158}, {"config_name": "cnh", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 18866674, "num_examples": 807}, {"name": "test", "num_bytes": 24675321, "num_examples": 752}, {"name": "validation", "num_bytes": 22162315, "num_examples": 756}, {"name": "other", "num_bytes": 84878963, "num_examples": 2934}, {"name": "validated", "num_bytes": 69330148, "num_examples": 2432}, {"name": "invalidated", "num_bytes": 13642724, "num_examples": 433}], "download_size": 161331331, "dataset_size": 233556145}, {"config_name": "cs", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 215205282, "num_examples": 5655}, {"name": "test", "num_bytes": 148499476, "num_examples": 4144}, {"name": "validation", "num_bytes": 148312130, "num_examples": 4118}, {"name": "other", "num_bytes": 282225475, "num_examples": 7475}, {"name": "validated", "num_bytes": 1019817024, "num_examples": 30431}, {"name": "invalidated", "num_bytes": 24717823, "num_examples": 685}], "download_size": 1271909933, "dataset_size": 1838777210}, {"config_name": "cv", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 31649510, "num_examples": 931}, {"name": "test", "num_bytes": 32513061, "num_examples": 788}, {"name": "validation", "num_bytes": 28429779, "num_examples": 818}, {"name": "other", "num_bytes": 288294623, "num_examples": 6927}, {"name": "validated", "num_bytes": 126717875, "num_examples": 3496}, {"name": "invalidated", "num_bytes": 57923138, "num_examples": 1282}], "download_size": 439329081, "dataset_size": 565527986}, {"config_name": "cy", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 271642649, "num_examples": 6839}, {"name": "test", "num_bytes": 206865596, "num_examples": 4820}, {"name": "validation", "num_bytes": 201813388, "num_examples": 4776}, {"name": "other", "num_bytes": 688469886, "num_examples": 17919}, {"name": "validated", "num_bytes": 2763112391, "num_examples": 72984}, {"name": "invalidated", "num_bytes": 146874576, "num_examples": 3648}], "download_size": 3434474658, "dataset_size": 4278778486}, {"config_name": "de", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 11463160619, "num_examples": 246525}, {"name": "test", "num_bytes": 744617681, "num_examples": 15588}, {"name": "validation", "num_bytes": 729559862, "num_examples": 15588}, {"name": "other", "num_bytes": 464513461, "num_examples": 10095}, {"name": "validated", "num_bytes": 22402489041, "num_examples": 565186}, {"name": "invalidated", "num_bytes": 1440604803, "num_examples": 32789}], "download_size": 23283812097, "dataset_size": 37244945467}, {"config_name": "dv", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 118576140, "num_examples": 2680}, {"name": "test", "num_bytes": 94281409, "num_examples": 2202}, {"name": "validation", "num_bytes": 94117088, "num_examples": 2077}, {"name": "other"}, {"name": "validated", "num_bytes": 528571107, "num_examples": 11866}, {"name": "invalidated", "num_bytes": 37694847, "num_examples": 840}], "download_size": 540488041, "dataset_size": 873240591}, {"config_name": "el", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 80759076, "num_examples": 2316}, {"name": "test", "num_bytes": 53820491, "num_examples": 1522}, {"name": "validation", "num_bytes": 44818565, "num_examples": 1401}, {"name": "other", "num_bytes": 186861175, "num_examples": 5659}, {"name": "validated", "num_bytes": 204446790, "num_examples": 5996}, {"name": "invalidated", "num_bytes": 6023769, "num_examples": 185}], "download_size": 381570611, "dataset_size": 576729866}, {"config_name": "en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 26088826658, "num_examples": 564337}, {"name": "test", "num_bytes": 758718688, "num_examples": 16164}, {"name": "validation", "num_bytes": 795638801, "num_examples": 16164}, {"name": "other", "num_bytes": 5796244022, "num_examples": 169895}, {"name": "validated", "num_bytes": 48425872575, "num_examples": 1224864}, {"name": "invalidated", "num_bytes": 9122973965, "num_examples": 189562}], "download_size": 60613063630, "dataset_size": 90988274709}, {"config_name": "eo", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 993655930, "num_examples": 19587}, {"name": "test", "num_bytes": 420153812, "num_examples": 8969}, {"name": "validation", "num_bytes": 391427586, "num_examples": 8987}, {"name": "other", "num_bytes": 142476819, "num_examples": 2946}, {"name": "validated", "num_bytes": 2603249289, "num_examples": 58094}, {"name": "invalidated", "num_bytes": 238105462, "num_examples": 4736}], "download_size": 2883560869, "dataset_size": 4789068898}, {"config_name": "es", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 6918333205, "num_examples": 161813}, {"name": "test", "num_bytes": 754049291, "num_examples": 15089}, {"name": "validation", "num_bytes": 735558084, "num_examples": 15089}, {"name": "other", "num_bytes": 5528972205, "num_examples": 144791}, {"name": "validated", "num_bytes": 9623788388, "num_examples": 236314}, {"name": "invalidated", "num_bytes": 1664876264, "num_examples": 40640}], "download_size": 16188844718, "dataset_size": 25225577437}, {"config_name": "et", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 161124199, "num_examples": 2966}, {"name": "test", "num_bytes": 133183135, "num_examples": 2509}, {"name": "validation", "num_bytes": 137604813, "num_examples": 2507}, {"name": "other", "num_bytes": 30339130, "num_examples": 569}, {"name": "validated", "num_bytes": 573417188, "num_examples": 10683}, {"name": "invalidated", "num_bytes": 193019544, "num_examples": 3557}], "download_size": 767174465, "dataset_size": 1228688009}, {"config_name": "eu", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 317322801, "num_examples": 7505}, {"name": "test", "num_bytes": 238866501, "num_examples": 5172}, {"name": "validation", "num_bytes": 228150083, "num_examples": 5172}, {"name": "other", "num_bytes": 988079897, "num_examples": 23570}, {"name": "validated", "num_bytes": 2621488299, "num_examples": 63009}, {"name": "invalidated", "num_bytes": 208553909, "num_examples": 5387}], "download_size": 3664586106, "dataset_size": 4602461490}, {"config_name": "fa", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 239255087, "num_examples": 7593}, {"name": "test", "num_bytes": 217939210, "num_examples": 5213}, {"name": "validation", "num_bytes": 196558067, "num_examples": 5213}, {"name": "other", "num_bytes": 737017546, "num_examples": 22510}, {"name": "validated", "num_bytes": 8120181903, "num_examples": 251659}, {"name": "invalidated", "num_bytes": 499570226, "num_examples": 11698}], "download_size": 8884585819, "dataset_size": 10010522039}, {"config_name": "fi", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 16017393, "num_examples": 460}, {"name": "test", "num_bytes": 16117529, "num_examples": 428}, {"name": "validation", "num_bytes": 15471757, "num_examples": 415}, {"name": "other", "num_bytes": 5836400, "num_examples": 149}, {"name": "validated", "num_bytes": 47669391, "num_examples": 1305}, {"name": "invalidated", "num_bytes": 2228215, "num_examples": 59}], "download_size": 49882909, "dataset_size": 103340685}, {"config_name": "fr", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 12439892070, "num_examples": 298982}, {"name": "test", "num_bytes": 733943163, "num_examples": 15763}, {"name": "validation", "num_bytes": 703801114, "num_examples": 15763}, {"name": "other", "num_bytes": 117998889, "num_examples": 3222}, {"name": "validated", "num_bytes": 17921836252, "num_examples": 461004}, {"name": "invalidated", "num_bytes": 1794149368, "num_examples": 40351}], "download_size": 19130141984, "dataset_size": 33711620856}, {"config_name": "fy-NL", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 159116360, "num_examples": 3927}, {"name": "test", "num_bytes": 126913262, "num_examples": 3020}, {"name": "validation", "num_bytes": 112288554, "num_examples": 2790}, {"name": "other", "num_bytes": 893887467, "num_examples": 21569}, {"name": "validated", "num_bytes": 429651922, "num_examples": 10495}, {"name": "invalidated", "num_bytes": 38985422, "num_examples": 1031}], "download_size": 1237743070, "dataset_size": 1760842987}, {"config_name": "ga-IE", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 15396820, "num_examples": 541}, {"name": "test", "num_bytes": 16611739, "num_examples": 506}, {"name": "validation", "num_bytes": 14897739, "num_examples": 497}, {"name": "other", "num_bytes": 61948768, "num_examples": 2130}, {"name": "validated", "num_bytes": 93371649, "num_examples": 3352}, {"name": "invalidated", "num_bytes": 10993268, "num_examples": 409}], "download_size": 156553447, "dataset_size": 213219983}, {"config_name": "hi", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 4860737, "num_examples": 157}, {"name": "test", "num_bytes": 4728043, "num_examples": 127}, {"name": "validation", "num_bytes": 5569352, "num_examples": 135}, {"name": "other", "num_bytes": 4176110, "num_examples": 139}, {"name": "validated", "num_bytes": 15158052, "num_examples": 419}, {"name": "invalidated", "num_bytes": 2801051, "num_examples": 60}], "download_size": 21424045, "dataset_size": 37293345}, {"config_name": "hsb", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 43049910, "num_examples": 808}, {"name": "test", "num_bytes": 20929094, "num_examples": 387}, {"name": "validation", "num_bytes": 8769458, "num_examples": 172}, {"name": "other", "num_bytes": 3173841, "num_examples": 62}, {"name": "validated", "num_bytes": 72748422, "num_examples": 1367}, {"name": "invalidated", "num_bytes": 5589972, "num_examples": 227}], "download_size": 79362060, "dataset_size": 154260697}, {"config_name": "hu", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 126163153, "num_examples": 3348}, {"name": "test", "num_bytes": 57056435, "num_examples": 1649}, {"name": "validation", "num_bytes": 50306925, "num_examples": 1434}, {"name": "other", "num_bytes": 12051094, "num_examples": 295}, {"name": "validated", "num_bytes": 234307671, "num_examples": 6457}, {"name": "invalidated", "num_bytes": 5881521, "num_examples": 169}], "download_size": 242758708, "dataset_size": 485766799}, {"config_name": "ia", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 96577153, "num_examples": 3477}, {"name": "test", "num_bytes": 33204678, "num_examples": 899}, {"name": "validation", "num_bytes": 67436779, "num_examples": 1601}, {"name": "other", "num_bytes": 30937041, "num_examples": 1095}, {"name": "validated", "num_bytes": 197248304, "num_examples": 5978}, {"name": "invalidated", "num_bytes": 6769573, "num_examples": 192}], "download_size": 226499645, "dataset_size": 432173528}, {"config_name": "id", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 63515863, "num_examples": 2130}, {"name": "test", "num_bytes": 60711104, "num_examples": 1844}, {"name": "validation", "num_bytes": 56963520, "num_examples": 1835}, {"name": "other", "num_bytes": 206578628, "num_examples": 6782}, {"name": "validated", "num_bytes": 272570942, "num_examples": 8696}, {"name": "invalidated", "num_bytes": 16566129, "num_examples": 470}], "download_size": 475918233, "dataset_size": 676906186}, {"config_name": "it", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2555546829, "num_examples": 58015}, {"name": "test", "num_bytes": 656285877, "num_examples": 12928}, {"name": "validation", "num_bytes": 621955330, "num_examples": 12928}, {"name": "other", "num_bytes": 671213467, "num_examples": 14549}, {"name": "validated", "num_bytes": 4552252754, "num_examples": 102579}, {"name": "invalidated", "num_bytes": 564610354, "num_examples": 12189}], "download_size": 5585781573, "dataset_size": 9621864611}, {"config_name": "ja", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 27600264, "num_examples": 722}, {"name": "test", "num_bytes": 26475556, "num_examples": 632}, {"name": "validation", "num_bytes": 22098940, "num_examples": 586}, {"name": "other", "num_bytes": 34588931, "num_examples": 885}, {"name": "validated", "num_bytes": 106916400, "num_examples": 3072}, {"name": "invalidated", "num_bytes": 17819020, "num_examples": 504}], "download_size": 152879796, "dataset_size": 235499111}, {"config_name": "ka", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 47790695, "num_examples": 1058}, {"name": "test", "num_bytes": 30301524, "num_examples": 656}, {"name": "validation", "num_bytes": 24951079, "num_examples": 527}, {"name": "other", "num_bytes": 2144603, "num_examples": 44}, {"name": "validated", "num_bytes": 104135978, "num_examples": 2275}, {"name": "invalidated", "num_bytes": 7004160, "num_examples": 139}], "download_size": 104280554, "dataset_size": 216328039}, {"config_name": "kab", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3219289101, "num_examples": 120530}, {"name": "test", "num_bytes": 446453041, "num_examples": 14622}, {"name": "validation", "num_bytes": 414159937, "num_examples": 14622}, {"name": "other", "num_bytes": 2282481767, "num_examples": 88021}, {"name": "validated", "num_bytes": 15310455176, "num_examples": 573718}, {"name": "invalidated", "num_bytes": 581587104, "num_examples": 18134}], "download_size": 17171606918, "dataset_size": 22254426126}, {"config_name": "ky", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 75460488, "num_examples": 1955}, {"name": "test", "num_bytes": 57116561, "num_examples": 1503}, {"name": "validation", "num_bytes": 61393867, "num_examples": 1511}, {"name": "other", "num_bytes": 258081579, "num_examples": 7223}, {"name": "validated", "num_bytes": 355742823, "num_examples": 9236}, {"name": "invalidated", "num_bytes": 41007711, "num_examples": 926}], "download_size": 579440853, "dataset_size": 848803029}, {"config_name": "lg", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 46910479, "num_examples": 1250}, {"name": "test", "num_bytes": 26951803, "num_examples": 584}, {"name": "validation", "num_bytes": 16709367, "num_examples": 384}, {"name": "other", "num_bytes": 111180838, "num_examples": 3110}, {"name": "validated", "num_bytes": 90606863, "num_examples": 2220}, {"name": "invalidated", "num_bytes": 14069959, "num_examples": 290}], "download_size": 208197149, "dataset_size": 306429309}, {"config_name": "lt", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 34605356, "num_examples": 931}, {"name": "test", "num_bytes": 19940391, "num_examples": 466}, {"name": "validation", "num_bytes": 10462851, "num_examples": 244}, {"name": "other", "num_bytes": 71150206, "num_examples": 1629}, {"name": "validated", "num_bytes": 65138550, "num_examples": 1644}, {"name": "invalidated", "num_bytes": 4414780, "num_examples": 102}], "download_size": 135299706, "dataset_size": 205712134}, {"config_name": "lv", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 67269173, "num_examples": 2552}, {"name": "test", "num_bytes": 56937435, "num_examples": 1882}, {"name": "validation", "num_bytes": 55289058, "num_examples": 2002}, {"name": "other", "num_bytes": 40259801, "num_examples": 1560}, {"name": "validated", "num_bytes": 179726893, "num_examples": 6444}, {"name": "invalidated", "num_bytes": 4383319, "num_examples": 143}], "download_size": 208307691, "dataset_size": 403865679}, {"config_name": "mn", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 89913910, "num_examples": 2183}, {"name": "test", "num_bytes": 86737041, "num_examples": 1862}, {"name": "validation", "num_bytes": 82343275, "num_examples": 1837}, {"name": "other", "num_bytes": 146365394, "num_examples": 3272}, {"name": "validated", "num_bytes": 327264827, "num_examples": 7487}, {"name": "invalidated", "num_bytes": 31764232, "num_examples": 667}], "download_size": 486369317, "dataset_size": 764388679}, {"config_name": "mt", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 73850815, "num_examples": 2036}, {"name": "test", "num_bytes": 66520195, "num_examples": 1617}, {"name": "validation", "num_bytes": 56412066, "num_examples": 1516}, {"name": "other", "num_bytes": 220666971, "num_examples": 5714}, {"name": "validated", "num_bytes": 218212969, "num_examples": 5747}, {"name": "invalidated", "num_bytes": 12328068, "num_examples": 314}], "download_size": 425114242, "dataset_size": 647991084}, {"config_name": "nl", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 321946148, "num_examples": 9460}, {"name": "test", "num_bytes": 205287443, "num_examples": 5708}, {"name": "validation", "num_bytes": 186095353, "num_examples": 4938}, {"name": "other", "num_bytes": 801418, "num_examples": 27}, {"name": "validated", "num_bytes": 1710636990, "num_examples": 52488}, {"name": "invalidated", "num_bytes": 115133112, "num_examples": 3308}], "download_size": 1741827548, "dataset_size": 2539900464}, {"config_name": "or", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 16067910, "num_examples": 388}, {"name": "test", "num_bytes": 4270651, "num_examples": 98}, {"name": "validation", "num_bytes": 5485937, "num_examples": 129}, {"name": "other", "num_bytes": 177775963, "num_examples": 4302}, {"name": "validated", "num_bytes": 25824418, "num_examples": 615}, {"name": "invalidated", "num_bytes": 2701922, "num_examples": 62}], "download_size": 199077358, "dataset_size": 232126801}, {"config_name": "pa-IN", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 7572499, "num_examples": 211}, {"name": "test", "num_bytes": 4375532, "num_examples": 116}, {"name": "validation", "num_bytes": 1702492, "num_examples": 44}, {"name": "other", "num_bytes": 56683312, "num_examples": 1411}, {"name": "validated", "num_bytes": 13650443, "num_examples": 371}, {"name": "invalidated", "num_bytes": 1690766, "num_examples": 43}], "download_size": 69748265, "dataset_size": 85675044}, {"config_name": "pl", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 273394509, "num_examples": 7468}, {"name": "test", "num_bytes": 205047541, "num_examples": 5153}, {"name": "validation", "num_bytes": 195917307, "num_examples": 5153}, {"name": "other", "num_bytes": 442144781, "num_examples": 12848}, {"name": "validated", "num_bytes": 3150860197, "num_examples": 90791}, {"name": "invalidated", "num_bytes": 180801918, "num_examples": 4601}], "download_size": 3537012341, "dataset_size": 4448166253}, {"config_name": "pt", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 231451724, "num_examples": 6514}, {"name": "test", "num_bytes": 180108694, "num_examples": 4641}, {"name": "validation", "num_bytes": 165966139, "num_examples": 4592}, {"name": "other", "num_bytes": 283497435, "num_examples": 8390}, {"name": "validated", "num_bytes": 1480529669, "num_examples": 41584}, {"name": "invalidated", "num_bytes": 67948392, "num_examples": 1740}], "download_size": 1704252567, "dataset_size": 2409502053}, {"config_name": "rm-sursilv", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 62396326, "num_examples": 1384}, {"name": "test", "num_bytes": 51707733, "num_examples": 1194}, {"name": "validation", "num_bytes": 52114252, "num_examples": 1205}, {"name": "other", "num_bytes": 93351293, "num_examples": 2102}, {"name": "validated", "num_bytes": 166218231, "num_examples": 3783}, {"name": "invalidated", "num_bytes": 30593270, "num_examples": 639}], "download_size": 275950479, "dataset_size": 456381105}, {"config_name": "rm-vallader", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 29528457, "num_examples": 574}, {"name": "test", "num_bytes": 18805466, "num_examples": 378}, {"name": "validation", "num_bytes": 17012341, "num_examples": 357}, {"name": "other", "num_bytes": 36890435, "num_examples": 727}, {"name": "validated", "num_bytes": 65711922, "num_examples": 1316}, {"name": "invalidated", "num_bytes": 9356204, "num_examples": 374}], "download_size": 108113989, "dataset_size": 177304825}, {"config_name": "ro", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 107235430, "num_examples": 3399}, {"name": "test", "num_bytes": 60106568, "num_examples": 1778}, {"name": "validation", "num_bytes": 30358457, "num_examples": 858}, {"name": "other", "num_bytes": 65805210, "num_examples": 1945}, {"name": "validated", "num_bytes": 197820619, "num_examples": 6039}, {"name": "invalidated", "num_bytes": 11108104, "num_examples": 485}], "download_size": 261978702, "dataset_size": 472434388}, {"config_name": "ru", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 686168722, "num_examples": 15481}, {"name": "test", "num_bytes": 385349488, "num_examples": 8007}, {"name": "validation", "num_bytes": 361164462, "num_examples": 7963}, {"name": "other", "num_bytes": 450644862, "num_examples": 10247}, {"name": "validated", "num_bytes": 3212213931, "num_examples": 74256}, {"name": "invalidated", "num_bytes": 145739451, "num_examples": 3056}], "download_size": 3655676916, "dataset_size": 5241280916}, {"config_name": "rw", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 21645788973, "num_examples": 515197}, {"name": "test", "num_bytes": 707959382, "num_examples": 15724}, {"name": "validation", "num_bytes": 698662384, "num_examples": 15032}, {"name": "other", "num_bytes": 923146896, "num_examples": 22923}, {"name": "validated", "num_bytes": 35011249432, "num_examples": 832929}, {"name": "invalidated", "num_bytes": 7969286423, "num_examples": 206790}], "download_size": 42545189583, "dataset_size": 66956093490}, {"config_name": "sah", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 68286985, "num_examples": 1442}, {"name": "test", "num_bytes": 38534020, "num_examples": 757}, {"name": "validation", "num_bytes": 17900397, "num_examples": 405}, {"name": "other", "num_bytes": 62594222, "num_examples": 1275}, {"name": "validated", "num_bytes": 124800352, "num_examples": 2606}, {"name": "invalidated", "num_bytes": 3594160, "num_examples": 66}], "download_size": 181245626, "dataset_size": 315710136}, {"config_name": "sl", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 66122967, "num_examples": 2038}, {"name": "test", "num_bytes": 26872195, "num_examples": 881}, {"name": "validation", "num_bytes": 16353097, "num_examples": 556}, {"name": "other", "num_bytes": 79268518, "num_examples": 2502}, {"name": "validated", "num_bytes": 148371273, "num_examples": 4669}, {"name": "invalidated", "num_bytes": 3048301, "num_examples": 92}], "download_size": 222751292, "dataset_size": 340036351}, {"config_name": "sv-SE", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 62727263, "num_examples": 2331}, {"name": "test", "num_bytes": 59127381, "num_examples": 2027}, {"name": "validation", "num_bytes": 53846355, "num_examples": 2019}, {"name": "other", "num_bytes": 109970049, "num_examples": 3043}, {"name": "validated", "num_bytes": 327049001, "num_examples": 12552}, {"name": "invalidated", "num_bytes": 13462567, "num_examples": 462}], "download_size": 421434184, "dataset_size": 626182616}, {"config_name": "ta", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 69052658, "num_examples": 2009}, {"name": "test", "num_bytes": 67616865, "num_examples": 1781}, {"name": "validation", "num_bytes": 63248009, "num_examples": 1779}, {"name": "other", "num_bytes": 246650792, "num_examples": 7428}, {"name": "validated", "num_bytes": 438961956, "num_examples": 12652}, {"name": "invalidated", "num_bytes": 23587453, "num_examples": 594}], "download_size": 679766097, "dataset_size": 909117733}, {"config_name": "th", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 100435725, "num_examples": 2917}, {"name": "test", "num_bytes": 82030679, "num_examples": 2188}, {"name": "validation", "num_bytes": 63237632, "num_examples": 1922}, {"name": "other", "num_bytes": 95235301, "num_examples": 2671}, {"name": "validated", "num_bytes": 245734783, "num_examples": 7028}, {"name": "invalidated", "num_bytes": 18247080, "num_examples": 467}], "download_size": 341305736, "dataset_size": 604921200}, {"config_name": "tr", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 57879052, "num_examples": 1831}, {"name": "test", "num_bytes": 60268059, "num_examples": 1647}, {"name": "validation", "num_bytes": 54914798, "num_examples": 1647}, {"name": "other", "num_bytes": 10954154, "num_examples": 325}, {"name": "validated", "num_bytes": 585777527, "num_examples": 18685}, {"name": "invalidated", "num_bytes": 59288266, "num_examples": 1726}], "download_size": 620848700, "dataset_size": 829081856}, {"config_name": "tt", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 348132697, "num_examples": 11211}, {"name": "test", "num_bytes": 135120057, "num_examples": 4485}, {"name": "validation", "num_bytes": 61690964, "num_examples": 2127}, {"name": "other", "num_bytes": 62158038, "num_examples": 1798}, {"name": "validated", "num_bytes": 767791517, "num_examples": 25781}, {"name": "invalidated", "num_bytes": 10403128, "num_examples": 287}], "download_size": 777153207, "dataset_size": 1385296401}, {"config_name": "uk", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 161925063, "num_examples": 4035}, {"name": "test", "num_bytes": 138422211, "num_examples": 3235}, {"name": "validation", "num_bytes": 135483169, "num_examples": 3236}, {"name": "other", "num_bytes": 327979131, "num_examples": 8161}, {"name": "validated", "num_bytes": 889863965, "num_examples": 22337}, {"name": "invalidated", "num_bytes": 55745301, "num_examples": 1255}], "download_size": 1218559031, "dataset_size": 1709418840}, {"config_name": "vi", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 6244454, "num_examples": 221}, {"name": "test", "num_bytes": 6656365, "num_examples": 198}, {"name": "validation", "num_bytes": 6531856, "num_examples": 200}, {"name": "other", "num_bytes": 31315434, "num_examples": 870}, {"name": "validated", "num_bytes": 19432595, "num_examples": 619}, {"name": "invalidated", "num_bytes": 2981661, "num_examples": 78}], "download_size": 51929480, "dataset_size": 73162365}, {"config_name": "vot", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 146467, "num_examples": 3}, {"name": "test"}, {"name": "validation"}, {"name": "other", "num_bytes": 7963322, "num_examples": 411}, {"name": "validated", "num_bytes": 146467, "num_examples": 3}, {"name": "invalidated", "num_bytes": 107949, "num_examples": 6}], "download_size": 7792602, "dataset_size": 8364205}, {"config_name": "zh-CN", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 793667379, "num_examples": 18541}, {"name": "test", "num_bytes": 420202544, "num_examples": 8760}, {"name": "validation", "num_bytes": 396096323, "num_examples": 8743}, {"name": "other", "num_bytes": 381264783, "num_examples": 8948}, {"name": "validated", "num_bytes": 1618113625, "num_examples": 36405}, {"name": "invalidated", "num_bytes": 266234479, "num_examples": 5305}], "download_size": 2184602350, "dataset_size": 3875579133}, {"config_name": "zh-HK", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 221459521, "num_examples": 7506}, {"name": "test", "num_bytes": 217627041, "num_examples": 5172}, {"name": "validation", "num_bytes": 196071110, "num_examples": 5172}, {"name": "other", "num_bytes": 1319233252, "num_examples": 38830}, {"name": "validated", "num_bytes": 1482087591, "num_examples": 41835}, {"name": "invalidated", "num_bytes": 124170969, "num_examples": 2999}], "download_size": 2774145806, "dataset_size": 3560649484}, {"config_name": "zh-TW", "features": [{"name": "client_id", "dtype": "string"}, {"name": "path", "dtype": "string"}, {"name": "audio", "dtype": {"audio": {"sampling_rate": 48000}}}, {"name": "sentence", "dtype": "string"}, {"name": "up_votes", "dtype": "int64"}, {"name": "down_votes", "dtype": "int64"}, {"name": "age", "dtype": "string"}, {"name": "gender", "dtype": "string"}, {"name": "accent", "dtype": "string"}, {"name": "locale", "dtype": "string"}, {"name": "segment", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 97323787, "num_examples": 3507}, {"name": "test", "num_bytes": 85512325, "num_examples": 2895}, {"name": "validation", "num_bytes": 80402637, "num_examples": 2895}, {"name": "other", "num_bytes": 623801957, "num_examples": 22477}, {"name": "validated", "num_bytes": 1568842090, "num_examples": 61232}, {"name": "invalidated", "num_bytes": 100241443, "num_examples": 3584}], "download_size": 2182836295, "dataset_size": 2556124239}]}
2024-02-13T08:55:48+00:00
[]
[ "ab", "ar", "as", "br", "ca", "cnh", "cs", "cv", "cy", "de", "dv", "el", "en", "eo", "es", "et", "eu", "fa", "fi", "fr", "fy", "ga", "hi", "hsb", "hu", "ia", "id", "it", "ja", "ka", "kab", "ky", "lg", "lt", "lv", "mn", "mt", "nl", "or", "pa", "pl", "pt", "rm", "ro", "ru", "rw", "sah", "sl", "sv", "ta", "th", "tr", "tt", "uk", "vi", "vot", "zh" ]
TAGS #task_categories-automatic-speech-recognition #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-extended|common_voice #language-Abkhazian #language-Arabic #language-Assamese #language-Breton #language-Catalan #language-Hakha Chin #language-Czech #language-Chuvash #language-Welsh #language-German #language-Dhivehi #language-Modern Greek (1453-) #language-English #language-Esperanto #language-Spanish #language-Estonian #language-Basque #language-Persian #language-Finnish #language-French #language-Western Frisian #language-Irish #language-Hindi #language-Upper Sorbian #language-Hungarian #language-Interlingua (International Auxiliary Language Association) #language-Indonesian #language-Italian #language-Japanese #language-Georgian #language-Kabyle #language-Kirghiz #language-Ganda #language-Lithuanian #language-Latvian #language-Mongolian #language-Maltese #language-Dutch #language-Oriya (macrolanguage) #language-Panjabi #language-Polish #language-Portuguese #language-Romansh #language-Romanian #language-Russian #language-Kinyarwanda #language-Yakut #language-Slovenian #language-Swedish #language-Tamil #language-Thai #language-Turkish #language-Tatar #language-Ukrainian #language-Vietnamese #language-Votic #language-Chinese #license-cc0-1.0 #region-us
# Dataset Card for common_voice <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 "common_voice" is deprecated and will soon be deleted. Use datasets under <a href="URL organisation instead. For example, you can load <a href="URL Voice 13</a> dataset via <code>load_dataset("mozilla-foundation/common_voice_13_0", "en")</code></p> </div> ## 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 The Common Voice dataset consists of a unique MP3 and corresponding text file. Many of the 9,283 recorded hours in the dataset also include demographic metadata like age, sex, and accent that can help train the accuracy of speech recognition engines. The dataset currently consists of 7,335 validated hours in 60 languages, but were always adding more voices and languages. Take a look at our Languages page to request a language or start contributing. ### Supported Tasks and Leaderboards ### Languages English ## Dataset Structure ### Data Instances A typical data point comprises the path to the audio file, called path and its sentence. Additional fields include accent, age, client_id, up_votes down_votes, gender, locale and segment. ' {'accent': 'netherlands', 'age': 'fourties', 'client_id': 'bbbcb732e0f422150c30ff3654bbab572e2a617da107bca22ff8b89ab2e4f124d03b6a92c48322862f60bd0179ae07baf0f9b4f9c4e11d581e0cec70f703ba54', 'down_votes': 0, 'gender': 'male', 'locale': 'nl', 'path': 'nl/clips/common_voice_nl_23522441.mp3', 'segment': "''", 'sentence': 'Ik vind dat een dubieuze procedure.', 'up_votes': 2, 'audio': {'path': 'nl/clips/common_voice_nl_23522441.mp3', 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32), 'sampling_rate': 48000} ' ### Data Fields client_id: An id for which client (voice) made the recording path: The 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]'. sentence: The sentence the user was prompted to speak up_votes: How many upvotes the audio file has received from reviewers down_votes: How many downvotes the audio file has received from reviewers age: The age of the speaker. gender: The gender of the speaker accent: Accent of the speaker locale: The locale of the speaker segment: Usually empty field ### Data Splits The speech material has been subdivided into portions for dev, train, test, validated, invalidated, reported and other. The validated data is data that has been validated with reviewers and recieved upvotes that the data is of high quality. The invalidated data is data has been invalidated by reviewers and recieved downvotes that the data is of low quality. The reported data is data that has been reported, for different reasons. The other data is data that has not yet been reviewed. The dev, test, train are all data that has been reviewed, deemed of high quality and split into dev, test and 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 The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in the Common Voice dataset. ## Considerations for Using the Data ### Social Impact of Dataset The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in the Common Voice dataset. ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators ### Licensing Information Public Domain, CC-0 ### Contributions Thanks to @BirgerMoell for adding this dataset.
[ "# Dataset Card for common_voice\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>Deprecated:</b> Dataset \"common_voice\" is deprecated and will soon be deleted. Use datasets under <a href=\"URL organisation instead. For example, you can load <a href=\"URL Voice 13</a> dataset via <code>load_dataset(\"mozilla-foundation/common_voice_13_0\", \"en\")</code></p>\n</div>", "## 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\nThe Common Voice dataset consists of a unique MP3 and corresponding text file. Many of the 9,283 recorded hours in the dataset also include demographic metadata like age, sex, and accent that can help train the accuracy of speech recognition engines.\n\nThe dataset currently consists of 7,335 validated hours in 60 languages, but we\u0019re always adding more voices and languages. Take a look at our Languages page to request a language or start contributing.", "### Supported Tasks and Leaderboards", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nA typical data point comprises the path to the audio file, called path and its sentence. Additional fields include accent, age, client_id, up_votes down_votes, gender, locale and segment.\n\n'\n{'accent': 'netherlands', 'age': 'fourties', 'client_id': 'bbbcb732e0f422150c30ff3654bbab572e2a617da107bca22ff8b89ab2e4f124d03b6a92c48322862f60bd0179ae07baf0f9b4f9c4e11d581e0cec70f703ba54', 'down_votes': 0, 'gender': 'male', 'locale': 'nl', 'path': 'nl/clips/common_voice_nl_23522441.mp3', 'segment': \"''\", 'sentence': 'Ik vind dat een dubieuze procedure.', 'up_votes': 2, 'audio': {'path': 'nl/clips/common_voice_nl_23522441.mp3', 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32), 'sampling_rate': 48000}\n'", "### Data Fields\n\nclient_id: An id for which client (voice) made the recording\n\npath: The path to the audio file\n\naudio: 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\nsentence: The sentence the user was prompted to speak\n\nup_votes: How many upvotes the audio file has received from reviewers\n\ndown_votes: How many downvotes the audio file has received from reviewers\n\nage: The age of the speaker.\n\ngender: The gender of the speaker\n\naccent: Accent of the speaker\n\nlocale: The locale of the speaker\n\nsegment: Usually empty field", "### Data Splits\n\nThe speech material has been subdivided into portions for dev, train, test, validated, invalidated, reported and other.\n\nThe validated data is data that has been validated with reviewers and recieved upvotes that the data is of high quality.\n\nThe invalidated data is data has been invalidated by reviewers\nand recieved downvotes that the data is of low quality.\n\nThe reported data is data that has been reported, for different reasons.\n\nThe other data is data that has not yet been reviewed.\n\nThe dev, test, train are all data that has been reviewed, deemed of high quality and split into dev, test and 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\n\nThe dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in the Common Voice dataset.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in the Common Voice dataset.", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nPublic Domain, CC-0", "### Contributions\n\nThanks to @BirgerMoell for adding this dataset." ]
[ "TAGS\n#task_categories-automatic-speech-recognition #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-extended|common_voice #language-Abkhazian #language-Arabic #language-Assamese #language-Breton #language-Catalan #language-Hakha Chin #language-Czech #language-Chuvash #language-Welsh #language-German #language-Dhivehi #language-Modern Greek (1453-) #language-English #language-Esperanto #language-Spanish #language-Estonian #language-Basque #language-Persian #language-Finnish #language-French #language-Western Frisian #language-Irish #language-Hindi #language-Upper Sorbian #language-Hungarian #language-Interlingua (International Auxiliary Language Association) #language-Indonesian #language-Italian #language-Japanese #language-Georgian #language-Kabyle #language-Kirghiz #language-Ganda #language-Lithuanian #language-Latvian #language-Mongolian #language-Maltese #language-Dutch #language-Oriya (macrolanguage) #language-Panjabi #language-Polish #language-Portuguese #language-Romansh #language-Romanian #language-Russian #language-Kinyarwanda #language-Yakut #language-Slovenian #language-Swedish #language-Tamil #language-Thai #language-Turkish #language-Tatar #language-Ukrainian #language-Vietnamese #language-Votic #language-Chinese #license-cc0-1.0 #region-us \n", "# Dataset Card for common_voice\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>Deprecated:</b> Dataset \"common_voice\" is deprecated and will soon be deleted. Use datasets under <a href=\"URL organisation instead. For example, you can load <a href=\"URL Voice 13</a> dataset via <code>load_dataset(\"mozilla-foundation/common_voice_13_0\", \"en\")</code></p>\n</div>", "## 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\nThe Common Voice dataset consists of a unique MP3 and corresponding text file. Many of the 9,283 recorded hours in the dataset also include demographic metadata like age, sex, and accent that can help train the accuracy of speech recognition engines.\n\nThe dataset currently consists of 7,335 validated hours in 60 languages, but we\u0019re always adding more voices and languages. Take a look at our Languages page to request a language or start contributing.", "### Supported Tasks and Leaderboards", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nA typical data point comprises the path to the audio file, called path and its sentence. Additional fields include accent, age, client_id, up_votes down_votes, gender, locale and segment.\n\n'\n{'accent': 'netherlands', 'age': 'fourties', 'client_id': 'bbbcb732e0f422150c30ff3654bbab572e2a617da107bca22ff8b89ab2e4f124d03b6a92c48322862f60bd0179ae07baf0f9b4f9c4e11d581e0cec70f703ba54', 'down_votes': 0, 'gender': 'male', 'locale': 'nl', 'path': 'nl/clips/common_voice_nl_23522441.mp3', 'segment': \"''\", 'sentence': 'Ik vind dat een dubieuze procedure.', 'up_votes': 2, 'audio': {'path': 'nl/clips/common_voice_nl_23522441.mp3', 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32), 'sampling_rate': 48000}\n'", "### Data Fields\n\nclient_id: An id for which client (voice) made the recording\n\npath: The path to the audio file\n\naudio: 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\nsentence: The sentence the user was prompted to speak\n\nup_votes: How many upvotes the audio file has received from reviewers\n\ndown_votes: How many downvotes the audio file has received from reviewers\n\nage: The age of the speaker.\n\ngender: The gender of the speaker\n\naccent: Accent of the speaker\n\nlocale: The locale of the speaker\n\nsegment: Usually empty field", "### Data Splits\n\nThe speech material has been subdivided into portions for dev, train, test, validated, invalidated, reported and other.\n\nThe validated data is data that has been validated with reviewers and recieved upvotes that the data is of high quality.\n\nThe invalidated data is data has been invalidated by reviewers\nand recieved downvotes that the data is of low quality.\n\nThe reported data is data that has been reported, for different reasons.\n\nThe other data is data that has not yet been reviewed.\n\nThe dev, test, train are all data that has been reviewed, deemed of high quality and split into dev, test and 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\n\nThe dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in the Common Voice dataset.", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in the Common Voice dataset.", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators", "### Licensing Information\n\nPublic Domain, CC-0", "### Contributions\n\nThanks to @BirgerMoell for adding this dataset." ]
[ 460, 211, 120, 27, 112, 10, 5, 6, 350, 282, 147, 5, 7, 4, 10, 10, 5, 5, 9, 42, 8, 41, 8, 7, 5, 6, 11, 18 ]
[ "passage: TAGS\n#task_categories-automatic-speech-recognition #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-multilingual #size_categories-100K<n<1M #size_categories-10K<n<100K #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-extended|common_voice #language-Abkhazian #language-Arabic #language-Assamese #language-Breton #language-Catalan #language-Hakha Chin #language-Czech #language-Chuvash #language-Welsh #language-German #language-Dhivehi #language-Modern Greek (1453-) #language-English #language-Esperanto #language-Spanish #language-Estonian #language-Basque #language-Persian #language-Finnish #language-French #language-Western Frisian #language-Irish #language-Hindi #language-Upper Sorbian #language-Hungarian #language-Interlingua (International Auxiliary Language Association) #language-Indonesian #language-Italian #language-Japanese #language-Georgian #language-Kabyle #language-Kirghiz #language-Ganda #language-Lithuanian #language-Latvian #language-Mongolian #language-Maltese #language-Dutch #language-Oriya (macrolanguage) #language-Panjabi #language-Polish #language-Portuguese #language-Romansh #language-Romanian #language-Russian #language-Kinyarwanda #language-Yakut #language-Slovenian #language-Swedish #language-Tamil #language-Thai #language-Turkish #language-Tatar #language-Ukrainian #language-Vietnamese #language-Votic #language-Chinese #license-cc0-1.0 #region-us \n", "passage: # Dataset Card for common_voice\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>Deprecated:</b> Dataset \"common_voice\" is deprecated and will soon be deleted. Use datasets under <a href=\"URL organisation instead. For example, you can load <a href=\"URL Voice 13</a> dataset via <code>load_dataset(\"mozilla-foundation/common_voice_13_0\", \"en\")</code></p>\n</div>## 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\nThe Common Voice dataset consists of a unique MP3 and corresponding text file. Many of the 9,283 recorded hours in the dataset also include demographic metadata like age, sex, and accent that can help train the accuracy of speech recognition engines.\n\nThe dataset currently consists of 7,335 validated hours in 60 languages, but we\u0019re always adding more voices and languages. Take a look at our Languages page to request a language or start contributing.### Supported Tasks and Leaderboards### Languages\n\nEnglish## Dataset Structure", "passage: ### Data Instances\n\nA typical data point comprises the path to the audio file, called path and its sentence. Additional fields include accent, age, client_id, up_votes down_votes, gender, locale and segment.\n\n'\n{'accent': 'netherlands', 'age': 'fourties', 'client_id': 'bbbcb732e0f422150c30ff3654bbab572e2a617da107bca22ff8b89ab2e4f124d03b6a92c48322862f60bd0179ae07baf0f9b4f9c4e11d581e0cec70f703ba54', 'down_votes': 0, 'gender': 'male', 'locale': 'nl', 'path': 'nl/clips/common_voice_nl_23522441.mp3', 'segment': \"''\", 'sentence': 'Ik vind dat een dubieuze procedure.', 'up_votes': 2, 'audio': {'path': 'nl/clips/common_voice_nl_23522441.mp3', 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32), 'sampling_rate': 48000}\n'### Data Fields\n\nclient_id: An id for which client (voice) made the recording\n\npath: The path to the audio file\n\naudio: 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\nsentence: The sentence the user was prompted to speak\n\nup_votes: How many upvotes the audio file has received from reviewers\n\ndown_votes: How many downvotes the audio file has received from reviewers\n\nage: The age of the speaker.\n\ngender: The gender of the speaker\n\naccent: Accent of the speaker\n\nlocale: The locale of the speaker\n\nsegment: Usually empty field### Data Splits\n\nThe speech material has been subdivided into portions for dev, train, test, validated, invalidated, reported and other.\n\nThe validated data is data that has been validated with reviewers and recieved upvotes that the data is of high quality.\n\nThe invalidated data is data has been invalidated by reviewers\nand recieved downvotes that the data is of low quality.\n\nThe reported data is data that has been reported, for different reasons.\n\nThe other data is data that has not yet been reviewed.\n\nThe dev, test, train are all data that has been reviewed, deemed of high quality and split into dev, test and 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?" ]
[ -0.07535404711961746, 0.17900103330612183, -0.007456917315721512, 0.026683883741497993, 0.055030643939971924, 0.007084408309310675, 0.01963016763329506, 0.10938334465026855, 0.003977606538683176, 0.15641437470912933, -0.022020094096660614, 0.018199658021330833, 0.10627830028533936, 0.08420050144195557, -0.007439548149704933, -0.20167072117328644, 0.029606429859995842, -0.06966414302587509, 0.010454822331666946, 0.07104632258415222, 0.08391448110342026, -0.0530986487865448, 0.030964337289333344, -0.06753262877464294, 0.0011899123201146722, 0.03119647316634655, -0.03775310516357422, -0.057457271963357925, 0.011682163923978806, 0.054198503494262695, 0.011388651095330715, -0.010304807685315609, 0.03981048986315727, -0.22324563562870026, 0.02070063166320324, 0.05332581326365471, 0.026536807417869568, -0.004727174993604422, 0.12559877336025238, -0.034088607877492905, 0.11335331201553345, -0.1138625517487526, 0.009748452343046665, 0.05298099294304848, -0.07503244280815125, -0.17502260208129883, -0.06944935768842697, 0.018780512735247612, 0.10196328163146973, 0.04506659507751465, -0.07001417875289917, 0.04286622628569603, -0.044698987156152725, 0.09038358926773071, 0.06791947036981583, -0.05219658091664314, -0.012520398013293743, -0.011466394178569317, 0.03836151957511902, 0.07635141909122467, -0.10032952576875687, -0.018256565555930138, -0.013865944929420948, 0.000051057588279945776, -0.07924477010965347, -0.055895816534757614, -0.049415361136198044, -0.03365534171462059, -0.08032770454883575, -0.032086081802845, 0.15625923871994019, 0.03761604428291321, -0.01555271353572607, -0.14461465179920197, -0.004608786664903164, -0.0034473538398742676, -0.0700928270816803, 0.012686307542026043, 0.00028208704316057265, 0.00554376607760787, 0.08489987254142761, 0.04984486103057861, -0.04379504546523094, 0.01734735630452633, 0.012291413731873035, 0.06792358309030533, 0.027591103687882423, -0.011060359887778759, 0.03911818563938141, -0.004668016452342272, 0.033265963196754456, -0.1222308874130249, -0.0006486022030003369, -0.01006199512630701, -0.08117928355932236, 0.01224155817180872, 0.047595519572496414, -0.04915297403931618, 0.12951530516147614, 0.10802928358316422, -0.03519322723150253, 0.07490553706884384, -0.07692386955022812, -0.02280939184129238, 0.0425376333296299, 0.07845623046159744, -0.04050993546843529, -0.1752193421125412, -0.019982928410172462, 0.005703983828425407, -0.0037611499428749084, -0.007685141172260046, -0.031240001320838928, 0.0454997718334198, -0.0004688898625317961, 0.06514488905668259, 0.09784305095672607, 0.011947638355195522, -0.060137126594781876, -0.03983209654688835, 0.11310312896966934, -0.15103395283222198, 0.061566878110170364, 0.07510442286729813, -0.040416885167360306, 0.051484089344739914, -0.05451108515262604, -0.010986517183482647, -0.14570699632167816, 0.05182661488652229, 0.032309889793395996, 0.006252914667129517, -0.061681151390075684, -0.09018850326538086, 0.08122568577528, -0.026992782950401306, -0.03284265473484993, -0.042872656136751175, -0.046180810779333115, -0.08855045586824417, 0.007962068542838097, -0.08432725816965103, -0.009816466830670834, -0.04687957838177681, -0.041963156312704086, 0.05456431582570076, -0.00672806054353714, 0.01782933436334133, -0.07608062773942947, 0.04609939455986023, -0.04047465696930885, 0.060173388570547104, 0.07455702871084213, 0.04670894518494606, -0.05093641206622124, 0.02131267450749874, -0.15276670455932617, 0.13037073612213135, -0.1295415312051773, 0.018382607027888298, -0.10918780416250229, -0.02162294089794159, 0.028898781165480614, 0.014365561306476593, 0.0061993724666535854, 0.12206429243087769, -0.17965920269489288, -0.05665706470608711, 0.1522834450006485, -0.07281022518873215, -0.009030958637595177, 0.11027417331933975, 0.018755577504634857, -0.0841989517211914, 0.05149562284350395, 0.1776827573776245, 0.0734638199210167, -0.041352465748786926, -0.0812864899635315, -0.030793482437729836, 0.036143798381090164, 0.13240815699100494, 0.0876801535487175, -0.08498372882604599, 0.13581325113773346, 0.0044059655629098415, 0.025684967637062073, 0.013068432919681072, 0.015725089237093925, -0.02394876629114151, 0.03962235897779465, -0.011928659863770008, -0.003975453320890665, 0.04341603443026543, -0.07314366847276688, -0.05977912247180939, -0.08689296245574951, -0.012671698816120625, 0.08224860578775406, -0.031702637672424316, 0.012314378283917904, -0.07968898862600327, 0.049829546362161636, -0.011257335543632507, 0.017425382509827614, -0.16078297793865204, -0.02534279227256775, 0.04204168543219566, -0.022404780611395836, 0.047899093478918076, -0.041433367878198624, 0.03167009726166725, -0.0045004612766206264, -0.032468121498823166, -0.013996593654155731, 0.052427858114242554, 0.0008709293906576931, 0.013840832747519016, -0.16305862367153168, 0.03661445155739784, -0.036291804164648056, 0.0710965245962143, -0.0877511128783226, -0.035974323749542236, 0.10785893350839615, 0.15973727405071259, 0.0172821506857872, -0.060722243040800095, 0.02825966477394104, 0.04305258393287659, 0.004939213860780001, -0.05577991530299187, -0.02148297429084778, -0.04263374209403992, 0.011703011579811573, 0.08687559515237808, -0.10595092922449112, -0.00018951234233099967, 0.08639580011367798, 0.04213741421699524, -0.03859122097492218, 0.03419426083564758, -0.005637929309159517, -0.027128634974360466, 0.007192546967417002, -0.04802437499165535, 0.09304064512252808, 0.05645505711436272, 0.07278548181056976, -0.061742234975099564, -0.030288269743323326, -0.009051756002008915, 0.00030447481549344957, -0.01868733949959278, 0.11977684497833252, -0.0010340283624827862, -0.10966623574495316, 0.0998535230755806, -0.007720641791820526, 0.09000414609909058, 0.1603773832321167, -0.058370959013700485, -0.10507261753082275, 0.00033543631434440613, 0.01966666989028454, 0.015179417096078396, 0.043429672718048096, -0.062518410384655, 0.010321472771465778, 0.04784040525555611, 0.01926403120160103, -0.010252948850393295, -0.02498374879360199, 0.03590245172381401, -0.008285225369036198, -0.04360826686024666, 0.02585960179567337, -0.0032700325828045607, 0.0389835499227047, 0.06080162525177002, -0.0025996912736445665, -0.00293162208981812, -0.0569906122982502, -0.06854476779699326, -0.06687157601118088, 0.1168065071105957, -0.15525712072849274, -0.2477797120809555, -0.10246296972036362, -0.09126237779855728, -0.022718587890267372, -0.01439474057406187, 0.021129703149199486, -0.09811845421791077, -0.10782810300588608, -0.05837478116154671, 0.06623189151287079, 0.01617155410349369, -0.07498832792043686, -0.013458870351314545, 0.03312685713171959, 0.01908898912370205, -0.09133008122444153, 0.018031423911452293, 0.03734320029616356, 0.007207395508885384, -0.01328591350466013, 0.0042724609375, 0.07078076899051666, 0.08572990447282791, 0.06075199320912361, -0.008107875473797321, -0.01780002750456333, 0.1306324601173401, -0.15704433619976044, 0.06766378879547119, 0.06846193224191666, -0.03125441446900368, 0.05017537996172905, 0.1832488626241684, 0.03283551707863808, -0.0424468107521534, -0.0008456076611764729, 0.07490295171737671, 0.02262684889137745, -0.22240769863128662, -0.13433299958705902, -0.06631732732057571, -0.003116309642791748, 0.05011160299181938, 0.07249467819929123, -0.03509017080068588, -0.014778859913349152, -0.08548208326101303, -0.04501447081565857, 0.06332594901323318, 0.03731333836913109, 0.13873939216136932, -0.004393293056637049, 0.05075519159436226, -0.04587762430310249, -0.007234986871480942, 0.09854835271835327, 0.014077145606279373, 0.11174219846725464, 0.016272058710455894, 0.1947982758283615, 0.010981609113514423, 0.061186522245407104, -0.030342141166329384, -0.01771632209420204, -0.0008830887381918728, 0.04559659957885742, 0.04183199629187584, -0.06176899001002312, 0.0209824126213789, 0.027229895815253258, 0.13242533802986145, -0.05054140090942383, 0.021619141101837158, -0.015623060055077076, 0.07802998274564743, 0.14478111267089844, 0.0398019477725029, -0.12359904497861862, 0.012438659556210041, 0.045318055897951126, -0.06715217977762222, -0.12292159348726273, 0.010591386817395687, 0.060560524463653564, -0.06436023861169815, 0.10989180207252502, 0.013150028884410858, 0.11115517467260361, -0.10785508155822754, -0.014933022670447826, 0.0276730228215456, 0.03241574764251709, -0.0064416429959237576, 0.06485524773597717, -0.1452827900648117, 0.1233660951256752, 0.03290896117687225, 0.03888651356101036, -0.033570546656847, 0.07131598144769669, 0.005661478266119957, -0.0071340822614729404, 0.12821608781814575, 0.0030779780354350805, -0.05143947899341583, -0.10405895859003067, -0.08653933554887772, -0.023808272555470467, 0.09895024448633194, -0.026995206251740456, 0.04537690058350563, -0.001399856642819941, -0.06406236439943314, -0.06136707589030266, -0.14213359355926514, -0.08828532695770264, -0.16295452415943146, 0.07267146557569504, 0.02084924280643463, 0.0486985482275486, -0.02614985965192318, -0.03092946670949459, -0.08211822062730789, 0.11798059940338135, -0.1478370577096939, -0.06480453908443451, -0.10842601209878922, -0.024964692071080208, 0.16941022872924805, -0.039993707090616226, 0.04193472862243652, 0.0010671652853488922, 0.10325562953948975, -0.018295293673872948, -0.003251324174925685, 0.06469114869832993, -0.06245439872145653, -0.12082117050886154, -0.05104382708668709, 0.15776000916957855, 0.02528352476656437, 0.01941227912902832, -0.000020895464331260882, 0.06301551312208176, 0.008407387882471085, -0.06908313184976578, 0.014783562161028385, 0.041638970375061035, 0.036857347935438156, 0.07677701860666275, 0.021572081372141838, -0.14857177436351776, -0.07099335640668869, -0.06196336820721626, 0.07649383693933487, 0.1267748922109604, -0.046826109290122986, 0.1340353637933731, 0.10263631492853165, -0.09132535010576248, -0.18795092403888702, -0.03691568598151207, 0.07807605713605881, 0.015348103828728199, -0.01840110868215561, -0.17284362018108368, 0.07326018065214157, 0.01847277395427227, 0.007174542173743248, -0.013327166438102722, -0.18711566925048828, -0.09317054599523544, 0.07109696418046951, -0.04333169385790825, -0.2117510288953781, -0.14087098836898804, -0.06389094144105911, -0.08067861944437027, -0.11555507034063339, 0.00984217319637537, 0.05247476324439049, 0.014162563718855381, 0.021412938833236694, -0.0023533012717962265, 0.04266244173049927, -0.017779074609279633, 0.1291186660528183, 0.01569364219903946, -0.011615600436925888, -0.09256883710622787, -0.01842823065817356, 0.05048923194408417, -0.002197808353230357, 0.06900303810834885, -0.032365258783102036, -0.020705435425043106, -0.1560649424791336, -0.024444272741675377, -0.034092094749212265, 0.029214851558208466, -0.04559363052248955, 0.010105752386152744, -0.04349496588110924, 0.03465401753783226, 0.07247987389564514, -0.011557812802493572, 0.06905383616685867, -0.05858057737350464, -0.02479870617389679, 0.07668363302946091, 0.14322678744792938, 0.0007746380870230496, -0.10412401705980301, -0.0016562578966841102, -0.006372947245836258, 0.001953647704795003, -0.08143197000026703, 0.0361613966524601, 0.09309176355600357, -0.015452590771019459, 0.09048968553543091, -0.05104728415608406, -0.09712063521146774, -0.0009571337141096592, 0.07239207625389099, -0.0114558981731534, -0.11399739980697632, 0.006017429754137993, 0.024563848972320557, -0.06903082877397537, -0.08899327367544174, 0.0780077800154686, 0.025284042581915855, -0.02458755113184452, 0.006613226607441902, 0.08081438392400742, 0.008974673226475716, 0.11159348487854004, 0.014362615533173084, 0.05533440038561821, -0.11137399822473526, 0.09958987683057785, 0.12120994180440903, -0.12310793995857239, 0.03579457849264145, 0.17109376192092896, -0.05052340030670166, -0.03841875493526459, 0.040704041719436646, 0.09419840574264526, 0.06563396006822586, -0.053132522851228714, 0.0014630550285801291, -0.10088658332824707, 0.05535861849784851, 0.07136043161153793, -0.014891249127686024, 0.008198337629437447, 0.009292694739997387, -0.03714129701256752, -0.04035314917564392, 0.14171187579631805, 0.059061527252197266, -0.007890716195106506, -0.04361097887158394, -0.004099724348634481, -0.0030101013835519552, -0.048578355461359024, 0.013158670626580715, -0.033248674124479294, -0.07461833953857422, 0.029348939657211304, -0.08103102445602417, 0.03830598667263985, -0.07503875344991684, 0.019536076113581657, -0.016455015167593956, -0.03266821429133415, 0.003113477723672986, 0.0072672017849981785, -0.06439792364835739, -0.06451166421175003, -0.025132542476058006, 0.10573741048574448, -0.1402730792760849, -0.003614584682509303, 0.041075557470321655, -0.044313203543424606, 0.07932653278112411, 0.00341854989528656, -0.029933398589491844, 0.01781037636101246, -0.09288892894983292, -0.06596922129392624, 0.030831992626190186, 0.057948410511016846, 0.020355207845568657, -0.10290616750717163, 0.010125843808054924, 0.019011395052075386, -0.05350808426737785, -0.0021373070776462555, -0.0026842150837183, -0.07579448819160461, 0.04473467543721199, -0.08646387606859207, -0.05568365380167961, -0.021709730848670006, 0.0753331109881401, 0.08938006311655045, -0.008018054068088531, 0.06380192190408707, -0.04742288589477539, 0.06377504020929337, -0.10451401025056839, -0.021418480202555656, 0.003887985832989216, -0.03831605240702629, -0.018443653360009193, 0.008659671992063522, 0.10094218701124191, 0.01483984012156725, 0.10740717500448227, 0.029221421107649803, 0.02416655421257019, 0.03553381562232971, 0.0021718423813581467, -0.06356500089168549, 0.06314796954393387, 0.05780070647597313, 0.018446778878569603, -0.012179641984403133, 0.010951337404549122, -0.048830900341272354, -0.008334199897944927, 0.07069700956344604, -0.02559596300125122, 0.16871654987335205, 0.16542190313339233, -0.0005770456045866013, 0.048301175236701965, -0.1340435892343521, -0.06278755515813828, 0.09670708328485489, -0.07076136767864227, 0.06912945955991745, -0.08121464401483536, 0.14981035888195038, 0.05226975679397583, -0.12962372601032257, 0.06823909282684326, -0.021663079038262367, -0.06500233709812164, -0.05553935095667839, -0.09677518159151077, -0.07009915262460709, -0.04287326708436012, 0.007427933160215616, -0.11677338927984238, 0.10822627693414688, 0.029491709545254707, 0.03575636073946953, -0.008760620839893818, 0.08132293075323105, -0.025792332366108894, -0.08221989125013351, 0.08522886037826538, 0.007046701852232218, 0.04002068564295769, 0.04081011936068535, 0.02799382619559765, 0.0216181892901659, 0.0024528999347239733, 0.06023566797375679, 0.05767005309462547, -0.03798920288681984, 0.04956996440887451, -0.0805843248963356, -0.06722436100244522, 0.0539117157459259, -0.014005791395902634, 0.013773475773632526, 0.20378661155700684, 0.06738776713609695, -0.00033440502011217177, 0.0043402365408837795, 0.13596701622009277, -0.025246957316994667, -0.09581851959228516, -0.11296095699071884, -0.047961533069610596, -0.0011177211999893188, 0.033348243683576584, -0.0021100863814353943, -0.10976594686508179, -0.0027408364694565535, 0.0835694968700409, 0.10227156430482864, 0.03583784028887749, 0.017999501898884773, 0.0250288974493742, 0.010949463583528996, -0.018666008487343788, 0.03194907680153847, 0.056433599442243576, 0.19229905307292938, -0.0024346497375518084, 0.004084121435880661, -0.020838521420955658, -0.04196387529373169, -0.08990829437971115, 0.04939865693449974, -0.012428556568920612, -0.03279893100261688, -0.01174143236130476, 0.13461439311504364, -0.05510329082608223, -0.13369476795196533, 0.013966443948447704, -0.13670821487903595, -0.12338646501302719, -0.04314832761883736, 0.059142280369997025, 0.08417773246765137, -0.02471335045993328, 0.056670088320970535, -0.06375265121459961, 0.13498036563396454, 0.024924755096435547, -0.05892528221011162, -0.05553688481450081, 0.0018711587181314826, -0.14922410249710083, 0.12394968420267105, 0.01204846054315567, 0.10756704956293106, 0.0678071454167366, 0.015308558009564877, -0.09930602461099625, 0.030959466472268105, 0.08512604236602783, -0.08803007006645203, 0.07115750014781952, 0.16247424483299255, -0.015118815936148167, 0.1684434413909912, 0.08251076936721802, 0.019165033474564552, 0.0620579831302166, -0.007250258699059486, -0.010112580843269825, -0.06269136816263199, 0.08159152418375015, -0.10551846027374268, 0.08622308820486069, 0.11477289348840714, -0.010302115231752396, -0.006969973910599947, -0.03271273896098137, 0.014156252145767212, -0.03544948995113373, 0.12022324651479721, -0.03245946392416954, -0.1284196972846985, 0.023423083126544952, -0.021894097328186035, 0.09770262241363525, -0.06829319149255753, -0.03796932473778725, 0.005856331903487444, -0.007727777119725943, -0.0584692656993866, 0.11240539699792862, 0.029981324449181557, -0.023610027506947517, -0.04984443262219429, -0.12546008825302124, 0.06849458813667297, 0.11999339610338211, -0.08579593896865845, -0.00010400265455245972 ]
94630fe30dad47192a8546eb75f094926d47e155
# Dataset Card for "commonsense_qa" ## 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://www.tau-nlp.org/commonsenseqa - **Repository:** https://github.com/jonathanherzig/commonsenseqa - **Paper:** https://arxiv.org/abs/1811.00937 - **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:** 4.68 MB - **Size of the generated dataset:** 2.18 MB - **Total amount of disk used:** 6.86 MB ### Dataset Summary CommonsenseQA is a new multiple-choice question answering dataset that requires different types of commonsense knowledge to predict the correct answers . It contains 12,102 questions with one correct answer and four distractor answers. The dataset is provided in two major training/validation/testing set splits: "Random split" which is the main evaluation split, and "Question token split", see paper for details. ### 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 is in English (`en`). ## Dataset Structure ### Data Instances #### default - **Size of downloaded dataset files:** 4.68 MB - **Size of the generated dataset:** 2.18 MB - **Total amount of disk used:** 6.86 MB An example of 'train' looks as follows: ``` {'id': '075e483d21c29a511267ef62bedc0461', 'question': 'The sanctions against the school were a punishing blow, and they seemed to what the efforts the school had made to change?', 'question_concept': 'punishing', 'choices': {'label': ['A', 'B', 'C', 'D', 'E'], 'text': ['ignore', 'enforce', 'authoritarian', 'yell at', 'avoid']}, 'answerKey': 'A'} ``` ### Data Fields The data fields are the same among all splits. #### default - `id` (`str`): Unique ID. - `question`: a `string` feature. - `question_concept` (`str`): ConceptNet concept associated to the question. - `choices`: a dictionary feature containing: - `label`: a `string` feature. - `text`: a `string` feature. - `answerKey`: a `string` feature. ### Data Splits | name | train | validation | test | |---------|------:|-----------:|-----:| | default | 9741 | 1221 | 1140 | ## 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 dataset is licensed under the MIT License. See: https://github.com/jonathanherzig/commonsenseqa/issues/5 ### Citation Information ``` @inproceedings{talmor-etal-2019-commonsenseqa, title = "{C}ommonsense{QA}: A Question Answering Challenge Targeting Commonsense Knowledge", author = "Talmor, Alon and Herzig, Jonathan and Lourie, Nicholas and Berant, Jonathan", booktitle = "Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)", month = jun, year = "2019", address = "Minneapolis, Minnesota", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/N19-1421", doi = "10.18653/v1/N19-1421", pages = "4149--4158", archivePrefix = "arXiv", eprint = "1811.00937", primaryClass = "cs", } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
tau/commonsense_qa
[ "task_categories:question-answering", "task_ids:open-domain-qa", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:mit", "arxiv:1811.00937", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["open-domain-qa"], "paperswithcode_id": "commonsenseqa", "pretty_name": "CommonsenseQA", "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "question_concept", "dtype": "string"}, {"name": "choices", "sequence": [{"name": "label", "dtype": "string"}, {"name": "text", "dtype": "string"}]}, {"name": "answerKey", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2207794, "num_examples": 9741}, {"name": "validation", "num_bytes": 273848, "num_examples": 1221}, {"name": "test", "num_bytes": 257842, "num_examples": 1140}], "download_size": 1558570, "dataset_size": 2739484}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-04T07:44:16+00:00
[ "1811.00937" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-mit #arxiv-1811.00937 #region-us
Dataset Card for "commonsense\_qa" ================================== 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: URL * Paper: URL * Point of Contact: * Size of downloaded dataset files: 4.68 MB * Size of the generated dataset: 2.18 MB * Total amount of disk used: 6.86 MB ### Dataset Summary CommonsenseQA is a new multiple-choice question answering dataset that requires different types of commonsense knowledge to predict the correct answers . It contains 12,102 questions with one correct answer and four distractor answers. The dataset is provided in two major training/validation/testing set splits: "Random split" which is the main evaluation split, and "Question token split", see paper for details. ### Supported Tasks and Leaderboards ### Languages The dataset is in English ('en'). Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 4.68 MB * Size of the generated dataset: 2.18 MB * Total amount of disk used: 6.86 MB An example of 'train' looks as follows: ### Data Fields The data fields are the same among all splits. #### default * 'id' ('str'): Unique ID. * 'question': a 'string' feature. * 'question\_concept' ('str'): ConceptNet concept associated to the question. * 'choices': a dictionary feature containing: + 'label': a 'string' feature. + 'text': 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 The dataset is licensed under the MIT License. See: URL ### Contributions Thanks to @thomwolf, @lewtun, @albertvillanova, @patrickvonplaten for adding this dataset.
[ "### Dataset Summary\n\n\nCommonsenseQA is a new multiple-choice question answering dataset that requires different types of commonsense knowledge\nto predict the correct answers . It contains 12,102 questions with one correct answer and four distractor answers.\nThe dataset is provided in two major training/validation/testing set splits: \"Random split\" which is the main evaluation\nsplit, and \"Question token split\", see paper for details.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe dataset is in English ('en').\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 4.68 MB\n* Size of the generated dataset: 2.18 MB\n* Total amount of disk used: 6.86 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* 'id' ('str'): Unique ID.\n* 'question': a 'string' feature.\n* 'question\\_concept' ('str'): ConceptNet concept associated to the question.\n* 'choices': a dictionary feature containing:\n\t+ 'label': a 'string' feature.\n\t+ 'text': 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\n\n\nThe dataset is licensed under the MIT License.\n\n\nSee: URL", "### Contributions\n\n\nThanks to @thomwolf, @lewtun, @albertvillanova, @patrickvonplaten for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-mit #arxiv-1811.00937 #region-us \n", "### Dataset Summary\n\n\nCommonsenseQA is a new multiple-choice question answering dataset that requires different types of commonsense knowledge\nto predict the correct answers . It contains 12,102 questions with one correct answer and four distractor answers.\nThe dataset is provided in two major training/validation/testing set splits: \"Random split\" which is the main evaluation\nsplit, and \"Question token split\", see paper for details.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe dataset is in English ('en').\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 4.68 MB\n* Size of the generated dataset: 2.18 MB\n* Total amount of disk used: 6.86 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* 'id' ('str'): Unique ID.\n* 'question': a 'string' feature.\n* 'question\\_concept' ('str'): ConceptNet concept associated to the question.\n* 'choices': a dictionary feature containing:\n\t+ 'label': a 'string' feature.\n\t+ 'text': 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\n\n\nThe dataset is licensed under the MIT License.\n\n\nSee: URL", "### Contributions\n\n\nThanks to @thomwolf, @lewtun, @albertvillanova, @patrickvonplaten for adding this dataset." ]
[ 100, 100, 10, 22, 6, 49, 17, 100, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 20, 34 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-mit #arxiv-1811.00937 #region-us \n### Dataset Summary\n\n\nCommonsenseQA is a new multiple-choice question answering dataset that requires different types of commonsense knowledge\nto predict the correct answers . It contains 12,102 questions with one correct answer and four distractor answers.\nThe dataset is provided in two major training/validation/testing set splits: \"Random split\" which is the main evaluation\nsplit, and \"Question token split\", see paper for details.### Supported Tasks and Leaderboards### Languages\n\n\nThe dataset is in English ('en').\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 4.68 MB\n* Size of the generated dataset: 2.18 MB\n* Total amount of disk used: 6.86 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* 'id' ('str'): Unique ID.\n* 'question': a 'string' feature.\n* 'question\\_concept' ('str'): ConceptNet concept associated to the question.\n* 'choices': a dictionary feature containing:\n\t+ 'label': a 'string' feature.\n\t+ 'text': 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" ]
[ -0.05172298476099968, 0.19820797443389893, -0.006898127496242523, 0.055677324533462524, 0.05574730038642883, 0.02544112503528595, 0.08348947018384933, 0.0902370885014534, -0.03672371804714203, 0.15371838212013245, 0.0177756380289793, 0.0016089923446998, 0.11668146401643753, 0.14295195043087006, 0.007857191376388073, -0.16391921043395996, 0.04483833163976669, -0.1024390235543251, 0.0199824720621109, 0.09101617336273193, 0.13043636083602905, -0.07843834906816483, 0.07830563187599182, -0.07459057122468948, -0.06637999415397644, 0.0011149884667247534, -0.05017498508095741, -0.0080141332000494, 0.04906722158193588, 0.06383692473173141, 0.0657341331243515, 0.009645817801356316, 0.023046277463436127, -0.2498960793018341, 0.028708580881357193, 0.06408705562353134, 0.00130947504658252, 0.04590589925646782, 0.1054655984044075, -0.053946733474731445, 0.061476536095142365, -0.10947538167238235, 0.05294710770249367, 0.05183384194970131, -0.10585828125476837, -0.09712640196084976, -0.13889561593532562, 0.041078053414821625, 0.0967734158039093, 0.01968417502939701, -0.049835383892059326, -0.0192272886633873, -0.055099792778491974, 0.08204109221696854, 0.12331929057836533, -0.08433645963668823, -0.042708370834589005, 0.011566489934921265, -0.032364193350076675, 0.10475587844848633, -0.09532344341278076, -0.015988757833838463, -0.0018985405331477523, 0.04761497303843498, -0.004046461544930935, -0.0314612053334713, -0.10455162078142166, 0.01611601561307907, -0.12380678951740265, -0.08179474622011185, 0.22403669357299805, 0.03227107226848602, -0.05011266842484474, -0.12485645711421967, -0.02239464595913887, 0.0032916017808020115, -0.02917471155524254, -0.0009711304446682334, 0.0008763737278059125, -0.01867421716451645, 0.04098784178495407, -0.05965675413608551, -0.09167292714118958, -0.012255515903234482, -0.06758765131235123, -0.010240781120955944, 0.014707092195749283, 0.016383526846766472, 0.030474521219730377, 0.06679229438304901, -0.04536525532603264, -0.10548542439937592, -0.054631832987070084, -0.040288157761096954, -0.1208965852856636, -0.01750979572534561, -0.00824185274541378, -0.07312241941690445, 0.1030450314283371, 0.12073779106140137, -0.07159524410963058, 0.05158799886703491, -0.06299535930156708, 0.009190084412693977, 0.09246170520782471, 0.11153994500637054, -0.09747003763914108, -0.09633400291204453, 0.0050542098470032215, 0.002179129747673869, 0.009341624565422535, -0.03858262673020363, -0.04241875559091568, 0.06814995408058167, 0.07486414164304733, 0.0756550282239914, 0.1329483985900879, 0.031175285577774048, -0.05411519482731819, -0.025235695764422417, 0.08545670658349991, -0.15542742609977722, 0.032499369233846664, 0.056432150304317474, -0.03816230595111847, -0.010260325856506824, 0.004254158120602369, 0.008860966190695763, -0.09066592156887054, 0.05855923891067505, -0.0703645795583725, -0.01922469399869442, -0.08278395235538483, -0.09505081921815872, 0.07010149210691452, -0.05243992060422897, -0.06549685448408127, -0.018038269132375717, -0.17759624123573303, -0.08074924349784851, 0.01509848516434431, -0.0770893543958664, -0.022638263180851936, -0.03608463704586029, -0.044885292649269104, 0.0006009206990711391, 0.012698492035269737, 0.07751872390508652, -0.042714640498161316, 0.047719329595565796, -0.06264226883649826, 0.03596634790301323, 0.027142036706209183, 0.039879582822322845, -0.10475898534059525, 0.07693938165903091, -0.1117444783449173, 0.1560085415840149, -0.09456182271242142, -0.021916620433330536, -0.1291739046573639, -0.030821340158581734, 0.028462624177336693, 0.007104590069502592, 0.015212038531899452, 0.1469394415616989, -0.22843632102012634, -0.0006255197804421186, 0.10492333024740219, -0.08873121440410614, -0.08497022837400436, 0.11321291327476501, -0.034308310598134995, 0.050835780799388885, 0.05607779696583748, 0.1532639116048813, 0.04837778955698013, -0.0036323906388133764, -0.09754759073257446, -0.039525553584098816, 0.02210303209722042, 0.18195900321006775, 0.09163355827331543, -0.09254618734121323, 0.1475466638803482, 0.038862232118844986, 0.0007231315830722451, -0.0588584840297699, -0.01211730856448412, -0.06877221912145615, -0.008425872772932053, -0.02173328399658203, -0.026194415986537933, -0.012847261503338814, -0.08172112703323364, -0.03090629354119301, -0.06199658289551735, 0.009290622547268867, 0.027105821296572685, -0.009836561977863312, 0.020939964801073074, -0.05601347237825394, 0.025653325021266937, -0.03530449420213699, 0.026833023875951767, -0.1743246465921402, -0.15370650589466095, 0.011788490228354931, -0.027014780789613724, 0.08886939287185669, -0.0318693183362484, 0.0032138300593942404, -0.0028365205507725477, -0.041657738387584686, 0.01035717036575079, 0.0291022639721632, 0.012052174657583237, -0.014558045193552971, -0.18598675727844238, -0.01948981173336506, -0.04285825043916702, 0.12957939505577087, -0.06656274944543839, 0.007460727356374264, 0.14648036658763885, 0.13690972328186035, 0.007168977987021208, -0.07726161926984787, 0.055234335362911224, 0.02422194927930832, -0.026042021811008453, -0.05750328674912453, -0.02001342549920082, -0.029462216421961784, 0.004000485874712467, 0.010923287831246853, -0.16400212049484253, -0.08421999216079712, 0.056973449885845184, 0.05415726825594902, -0.0873197391629219, -0.058542124927043915, -0.03916408121585846, -0.04545675590634346, -0.0924207791686058, -0.09095589816570282, 0.0359666682779789, 0.04386936128139496, 0.012736771255731583, -0.0633539929986, -0.03850310295820236, -0.014733493328094482, -0.015986381098628044, -0.06073097139596939, 0.09727740287780762, -0.012413343414664268, -0.142123281955719, 0.14178727567195892, 0.0062928879633545876, 0.030421949923038483, 0.08132824301719666, -0.030184978619217873, -0.09140495210886002, -0.06378660351037979, 0.04222411662340164, -0.0068925111554563046, 0.07891812175512314, -0.04216085746884346, 0.031075146049261093, 0.06991243362426758, 0.03663256764411926, 0.02202453464269638, -0.07085052132606506, 0.03280963376164436, 0.014877201989293098, -0.04879703372716904, -0.034649208188056946, -0.022248649969697, 0.04508718103170395, 0.10327152907848358, 0.014047355391085148, 0.07120709866285324, -0.005830280017107725, -0.0699227973818779, -0.14756637811660767, 0.1639987826347351, -0.14127472043037415, -0.20639097690582275, -0.10742367058992386, -0.07881585508584976, -0.05791011080145836, -0.026615876704454422, 0.02836068905889988, -0.014378032647073269, -0.070894755423069, -0.0992141142487526, 0.05618470534682274, 0.040774717926979065, -0.10260547697544098, -0.09514562040567398, -0.02672586962580681, -0.004098191857337952, -0.10819612443447113, 0.026989582926034927, 0.05418454483151436, -0.05307162553071976, -0.00707499822601676, 0.02569839544594288, 0.11828465759754181, 0.11794900894165039, 0.04446941241621971, -0.011993258260190487, -0.015937160700559616, 0.259528249502182, -0.11441036313772202, 0.14162583649158478, 0.04354484751820564, -0.06267780810594559, 0.07734325528144836, 0.22028964757919312, 0.025634808465838432, -0.037404488772153854, 0.02944876067340374, 0.06243651732802391, -0.05885858088731766, -0.26638078689575195, -0.06155824288725853, -0.05651910603046417, 0.015414971858263016, 0.03346127271652222, 0.04037918522953987, 0.07252535969018936, 0.032909829169511795, -0.08428692817687988, -0.03330741450190544, 0.028204837813973427, 0.07309014350175858, 0.1100839301943779, 0.0037456273566931486, 0.06277136504650116, -0.06082163378596306, 0.053202465176582336, 0.09106067568063736, 0.046152662485837936, 0.17441019415855408, -0.05123338848352432, 0.2170036882162094, 0.09518585354089737, 0.10922078043222427, -0.04354406148195267, 0.04459743946790695, -0.022424569353461266, 0.07318758219480515, -0.0077846539206802845, -0.0651446059346199, -0.008236072957515717, 0.08488976955413818, 0.07721343636512756, -0.028668878600001335, 0.04093358293175697, -0.03901728242635727, 0.08622004836797714, 0.19721710681915283, 0.045645810663700104, -0.09342024475336075, -0.03734451159834862, 0.10073978453874588, 0.00364828878082335, -0.07713444530963898, -0.014566038735210896, 0.16173288226127625, -0.12296324968338013, 0.052949994802474976, 0.003511405549943447, 0.10934261977672577, -0.0847342312335968, -0.04672694206237793, -0.018740398809313774, 0.052909184247255325, -0.03181908279657364, 0.08336040377616882, -0.21529558300971985, 0.10996340215206146, 0.03583105653524399, 0.01795661635696888, -0.05135464295744896, 0.03809049725532532, -0.003611454274505377, 0.03368553891777992, 0.1295030564069748, 0.028325306251645088, -0.13926561176776886, -0.025486355647444725, -0.06624634563922882, 0.005516014061868191, 0.07704097032546997, -0.07441983371973038, 0.08172354847192764, 0.00764076691120863, -0.005684904288500547, -0.038651250302791595, 0.052782271057367325, -0.04505626857280731, -0.19280359148979187, 0.05949586629867554, -0.06644260883331299, 0.05658380687236786, -0.054690778255462646, -0.018241167068481445, -0.07339247316122055, 0.14720913767814636, -0.17500147223472595, -0.10754793882369995, -0.12281110882759094, 0.039693303406238556, 0.14501455426216125, -0.059521548449993134, 0.031833916902542114, -0.04320833832025528, 0.12196870893239975, 0.0003254383336752653, -0.024435512721538544, 0.050732191652059555, -0.04825470224022865, -0.18070940673351288, -0.04607758671045303, 0.11781811714172363, 0.033680111169815063, 0.05678384378552437, -0.006978774908930063, 0.08275292068719864, -0.001979096792638302, -0.10944703221321106, 0.06317254900932312, 0.09440384805202484, 0.023980500176548958, 0.13100501894950867, 0.012968305498361588, -0.14355365931987762, -0.09516444802284241, -0.051836445927619934, 0.11738815158605576, 0.12611912190914154, -0.06896377354860306, 0.08994957059621811, 0.11821875721216202, -0.10865355283021927, -0.23045380413532257, 0.00821768119931221, 0.013823079876601696, -0.026855649426579475, 0.04420465603470802, -0.17815005779266357, 0.04560437798500061, 0.06234161928296089, 0.007777953986078501, 0.05473662540316582, -0.2298661321401596, -0.1214463859796524, 0.03034428507089615, 0.023911412805318832, -0.18616026639938354, -0.16590890288352966, -0.10065861791372299, -0.01019572839140892, -0.1254069209098816, 0.06632258743047714, -0.0023756965529173613, 0.01820012927055359, 0.028782298788428307, 0.0911998599767685, 0.025596503168344498, -0.045647650957107544, 0.16068194806575775, 0.018615808337926865, 0.01304719876497984, -0.09128449112176895, -0.05864602327346802, 0.05233965069055557, -0.03058852255344391, 0.10856743901968002, -0.011532170698046684, 0.05080392584204674, -0.051707565784454346, -0.0007340054726228118, -0.09059233218431473, 0.037207938730716705, -0.09660433977842331, -0.04090512543916702, -0.09654725342988968, 0.04805653914809227, 0.08408679813146591, -0.01167707983404398, 0.0480535626411438, -0.06965931504964828, 0.05524822324514389, 0.20966389775276184, 0.09598638862371445, 0.09317805618047714, -0.09948006272315979, -0.01885252073407173, -0.026526710018515587, -0.018102876842021942, -0.17622505128383636, 0.03059907630085945, 0.1174933910369873, 0.042626988142728806, 0.17701314389705658, -0.024448402225971222, -0.15820138156414032, 0.016639040783047676, 0.06658574938774109, -0.07607882469892502, -0.2590348422527313, 0.03276633098721504, 0.05959950014948845, -0.19055601954460144, -0.052480489015579224, 0.06479665637016296, 0.028929049149155617, -0.01770862750709057, 0.003054841188713908, 0.13622626662254333, 0.01747914031147957, 0.0981912910938263, 0.05852167308330536, 0.06262059509754181, -0.09511518478393555, 0.09365684539079666, 0.13695856928825378, -0.1113523319363594, 0.024015653878450394, 0.13837018609046936, -0.06003003567457199, -0.031963977962732315, 0.03085309825837612, 0.03539542853832245, 0.04263894632458687, -0.04513753950595856, 0.014693895354866982, -0.12991668283939362, 0.0480228029191494, 0.1541050523519516, -0.011565165594220161, 0.0641854926943779, 0.031026992946863174, -0.024262582883238792, -0.020183542743325233, 0.1639629453420639, 0.008852723054587841, 0.04336552694439888, -0.009035453200340271, 0.03846405819058418, -0.02138468809425831, 0.018429094925522804, 0.014903880655765533, -0.05606723576784134, -0.04725528135895729, -0.00963826198130846, -0.16369809210300446, 0.015894411131739616, -0.10041780769824982, -0.017480194568634033, -0.00009441339352633804, -0.07954483479261398, -0.019490594044327736, 0.006348674185574055, -0.044634342193603516, -0.04929761216044426, -0.04274602234363556, 0.10115934163331985, -0.1926574856042862, -0.02419271320104599, 0.08146056532859802, -0.05622385814785957, 0.10940112173557281, 0.012163486331701279, -0.0434613972902298, 0.018064601346850395, -0.09331609308719635, 0.01829511672258377, -0.03649945184588432, 0.04716076701879501, 0.02865568920969963, -0.129569873213768, -0.03135780245065689, -0.016499757766723633, -0.07493272423744202, 0.026038765907287598, 0.0069917673245072365, -0.10020066052675247, 0.1144113764166832, -0.012640113942325115, -0.04352989047765732, -0.06682267040014267, 0.0688227042555809, 0.06410779058933258, -0.015082319267094135, 0.09992076456546783, -0.03193868324160576, 0.09021501988172531, -0.13944993913173676, -0.028858905658125877, 0.019641974940896034, -0.0056250798515975475, -0.005208466202020645, -0.0027339148800820112, 0.057581815868616104, -0.03298024833202362, 0.16541123390197754, -0.02697097137570381, -0.054763879626989365, 0.05702544376254082, 0.09544316679239273, -0.0370308980345726, 0.08185309916734695, 0.011722635477781296, -0.044228676706552505, -0.05149193853139877, -0.021184416487812996, -0.02599043771624565, -0.0630112737417221, 0.033345237374305725, 0.12275098264217377, 0.10660775005817413, 0.17757496237754822, -0.005297874100506306, 0.04500027373433113, -0.08141420036554337, 0.013767596334218979, 0.08393701165914536, -0.008374348282814026, 0.03048301674425602, -0.08698751032352448, 0.01728394627571106, 0.07881135493516922, -0.16443386673927307, 0.12644416093826294, -0.05740274861454964, -0.08103832602500916, -0.030941860750317574, -0.1437099128961563, -0.06183287128806114, 0.007507165893912315, -0.026402363553643227, -0.15008355677127838, 0.10513214021921158, 0.1222052052617073, 0.009123744443058968, -0.022786589339375496, 0.12696920335292816, -0.07229094952344894, -0.052033502608537674, 0.026840753853321075, 0.025719376280903816, 0.038076382130384445, 0.04766114801168442, 0.05926888808608055, 0.022828415036201477, 0.08010196685791016, 0.0988103449344635, 0.10209131240844727, 0.04234297573566437, 0.0026986156590282917, -0.08646956831216812, -0.07915069162845612, 0.01647352986037731, -0.012593302875757217, -0.04431718587875366, 0.17137204110622406, 0.03256603702902794, 0.02293161302804947, 0.023660575971007347, 0.1827491968870163, -0.04321594536304474, -0.09227501600980759, -0.15754485130310059, 0.019234605133533478, -0.04771849885582924, 0.01666305586695671, 0.04463595896959305, -0.14988014101982117, 0.012597308494150639, 0.11565370857715607, 0.1565355360507965, -0.010449601337313652, 0.0019080566707998514, 0.018738891929388046, 0.019828815013170242, -0.005284582264721394, -0.001429015421308577, 0.030556676909327507, 0.20050840079784393, -0.05668533593416214, 0.10849842429161072, -0.03535060957074165, -0.05404394865036011, -0.03674508258700371, 0.0747380182147026, -0.009172296151518822, 0.007727921474725008, -0.07935473322868347, 0.12716758251190186, -0.09841828793287277, -0.23205576837062836, 0.023787209764122963, -0.09006961435079575, -0.13170930743217468, 0.00010675325756892562, 0.03665148839354515, 0.03924858942627907, 0.008920433931052685, 0.04236368089914322, 0.0020523236598819494, 0.16379013657569885, 0.010767096653580666, -0.03793199360370636, -0.044465456157922745, 0.11025512963533401, -0.13329577445983887, 0.1524157077074051, 0.016405636444687843, 0.08510260283946991, 0.11090397089719772, -0.030235251411795616, -0.10905050486326218, 0.024843061342835426, 0.11742889881134033, -0.004404428415000439, 0.018407367169857025, 0.15808133780956268, 0.004219464026391506, 0.11343983560800552, 0.10413253307342529, -0.02028701640665531, 0.0489715114235878, 0.06607944518327713, -0.021532952785491943, -0.09929817169904709, 0.057108379900455475, -0.08933469653129578, 0.11514391005039215, 0.13805443048477173, -0.04826240614056587, 0.005118787754327059, -0.02198510617017746, -0.005421441514045, -0.012165750376880169, 0.1547916829586029, 0.005674584768712521, -0.1418641060590744, 0.05005111172795296, -0.04443446174263954, 0.09872150421142578, -0.15431863069534302, -0.03677256405353546, 0.051637403666973114, -0.011173275299370289, -0.02263425849378109, 0.14499704539775848, 0.09357898682355881, -0.005936826579272747, -0.0643080472946167, -0.09604208171367645, 0.01724945567548275, 0.12083964794874191, -0.049235500395298004, -0.016859836876392365 ]
71b758ecc688b2822d07ffa7f8393299f1dc7cac
# Dataset Card for Mathematics Aptitude Test of Heuristics (MATH) dataset ## 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://github.com/hendrycks/math - **Repository:** https://github.com/hendrycks/math - **Paper:** https://arxiv.org/pdf/2103.03874.pdf - **Leaderboard:** N/A - **Point of Contact:** Dan Hendrycks ### Dataset Summary The Mathematics Aptitude Test of Heuristics (MATH) dataset consists of problems from mathematics competitions, including the AMC 10, AMC 12, AIME, and more. Each problem in MATH has a full step-by-step solution, which can be used to teach models to generate answer derivations and explanations. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances A data instance consists of a competition math problem and its step-by-step solution written in LaTeX and natural language. The step-by-step solution contains the final answer enclosed in LaTeX's `\boxed` tag. An example from the dataset is: ``` {'problem': 'A board game spinner is divided into three parts labeled $A$, $B$ and $C$. The probability of the spinner landing on $A$ is $\\frac{1}{3}$ and the probability of the spinner landing on $B$ is $\\frac{5}{12}$. What is the probability of the spinner landing on $C$? Express your answer as a common fraction.', 'level': 'Level 1', 'type': 'Counting & Probability', 'solution': 'The spinner is guaranteed to land on exactly one of the three regions, so we know that the sum of the probabilities of it landing in each region will be 1. If we let the probability of it landing in region $C$ be $x$, we then have the equation $1 = \\frac{5}{12}+\\frac{1}{3}+x$, from which we have $x=\\boxed{\\frac{1}{4}}$.'} ``` ### Data Fields * `problem`: The competition math problem. * `solution`: The step-by-step solution. * `level`: The problem's difficulty level from 'Level 1' to 'Level 5', where a subject's easiest problems for humans are assigned to 'Level 1' and a subject's hardest problems are assigned to 'Level 5'. * `type`: The subject of the problem: Algebra, Counting & Probability, Geometry, Intermediate Algebra, Number Theory, Prealgebra and Precalculus. ### Data Splits * train: 7,500 examples * test: 5,000 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 https://github.com/hendrycks/math/blob/main/LICENSE ### Citation Information ```bibtex @article{hendrycksmath2021, title={Measuring Mathematical Problem Solving With the MATH Dataset}, author={Dan Hendrycks and Collin Burns and Saurav Kadavath and Akul Arora and Steven Basart and Eric Tang and Dawn Song and Jacob Steinhardt}, journal={arXiv preprint arXiv:2103.03874}, year={2021} } ``` ### Contributions Thanks to [@hacobe](https://github.com/hacobe) for adding this dataset.
hendrycks/competition_math
[ "task_categories:text2text-generation", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:mit", "explanation-generation", "arxiv:2103.03874", "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": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text2text-generation"], "task_ids": [], "pretty_name": "Mathematics Aptitude Test of Heuristics (MATH)", "tags": ["explanation-generation"], "dataset_info": {"features": [{"name": "problem", "dtype": "string"}, {"name": "level", "dtype": "string"}, {"name": "type", "dtype": "string"}, {"name": "solution", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 5984788, "num_examples": 7500}, {"name": "test", "num_bytes": 3732575, "num_examples": 5000}], "download_size": 20327424, "dataset_size": 9717363}}
2023-06-08T05:40:09+00:00
[ "2103.03874" ]
[ "en" ]
TAGS #task_categories-text2text-generation #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #explanation-generation #arxiv-2103.03874 #region-us
# Dataset Card for Mathematics Aptitude Test of Heuristics (MATH) dataset ## 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: URL - Paper: URL - Leaderboard: N/A - Point of Contact: Dan Hendrycks ### Dataset Summary The Mathematics Aptitude Test of Heuristics (MATH) dataset consists of problems from mathematics competitions, including the AMC 10, AMC 12, AIME, and more. Each problem in MATH has a full step-by-step solution, which can be used to teach models to generate answer derivations and explanations. ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances A data instance consists of a competition math problem and its step-by-step solution written in LaTeX and natural language. The step-by-step solution contains the final answer enclosed in LaTeX's '\boxed' tag. An example from the dataset is: ### Data Fields * 'problem': The competition math problem. * 'solution': The step-by-step solution. * 'level': The problem's difficulty level from 'Level 1' to 'Level 5', where a subject's easiest problems for humans are assigned to 'Level 1' and a subject's hardest problems are assigned to 'Level 5'. * 'type': The subject of the problem: Algebra, Counting & Probability, Geometry, Intermediate Algebra, Number Theory, Prealgebra and Precalculus. ### Data Splits * train: 7,500 examples * test: 5,000 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 URL ### Contributions Thanks to @hacobe for adding this dataset.
[ "# Dataset Card for Mathematics Aptitude Test of Heuristics (MATH) dataset", "## 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: URL\n- Paper: URL\n- Leaderboard: N/A\n- Point of Contact: Dan Hendrycks", "### Dataset Summary\n\nThe Mathematics Aptitude Test of Heuristics (MATH) dataset consists of problems\nfrom mathematics competitions, including the AMC 10, AMC 12, AIME, and more. \nEach problem in MATH has a full step-by-step solution, which can be used to teach\nmodels to generate answer derivations and explanations.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances\n\nA data instance consists of a competition math problem and its step-by-step solution written in LaTeX and natural language. The step-by-step solution contains the final answer enclosed in LaTeX's '\\boxed' tag.\n\nAn example from the dataset is:", "### Data Fields\n\n* 'problem': The competition math problem.\n* 'solution': The step-by-step solution.\n* 'level': The problem's difficulty level from 'Level 1' to 'Level 5', where a subject's easiest problems for humans are assigned to 'Level 1' and a subject's hardest problems are assigned to 'Level 5'.\n* 'type': The subject of the problem: Algebra, Counting & Probability, Geometry, Intermediate Algebra, Number Theory, Prealgebra and Precalculus.", "### Data Splits\n\n* train: 7,500 examples\n* test: 5,000 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\n\nURL", "### Contributions\n\nThanks to @hacobe for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #explanation-generation #arxiv-2103.03874 #region-us \n", "# Dataset Card for Mathematics Aptitude Test of Heuristics (MATH) dataset", "## 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: URL\n- Paper: URL\n- Leaderboard: N/A\n- Point of Contact: Dan Hendrycks", "### Dataset Summary\n\nThe Mathematics Aptitude Test of Heuristics (MATH) dataset consists of problems\nfrom mathematics competitions, including the AMC 10, AMC 12, AIME, and more. \nEach problem in MATH has a full step-by-step solution, which can be used to teach\nmodels to generate answer derivations and explanations.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances\n\nA data instance consists of a competition math problem and its step-by-step solution written in LaTeX and natural language. The step-by-step solution contains the final answer enclosed in LaTeX's '\\boxed' tag.\n\nAn example from the dataset is:", "### Data Fields\n\n* 'problem': The competition math problem.\n* 'solution': The step-by-step solution.\n* 'level': The problem's difficulty level from 'Level 1' to 'Level 5', where a subject's easiest problems for humans are assigned to 'Level 1' and a subject's hardest problems are assigned to 'Level 5'.\n* 'type': The subject of the problem: Algebra, Counting & Probability, Geometry, Intermediate Algebra, Number Theory, Prealgebra and Precalculus.", "### Data Splits\n\n* train: 7,500 examples\n* test: 5,000 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\n\nURL", "### Contributions\n\nThanks to @hacobe for adding this dataset." ]
[ 96, 21, 125, 34, 81, 10, 4, 6, 69, 136, 20, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 7, 17 ]
[ "passage: TAGS\n#task_categories-text2text-generation #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #explanation-generation #arxiv-2103.03874 #region-us \n# Dataset Card for Mathematics Aptitude Test of Heuristics (MATH) dataset## 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: URL\n- Paper: URL\n- Leaderboard: N/A\n- Point of Contact: Dan Hendrycks### Dataset Summary\n\nThe Mathematics Aptitude Test of Heuristics (MATH) dataset consists of problems\nfrom mathematics competitions, including the AMC 10, AMC 12, AIME, and more. \nEach problem in MATH has a full step-by-step solution, which can be used to teach\nmodels to generate answer derivations and explanations.### Supported Tasks and Leaderboards### Languages## Dataset Structure### Data Instances\n\nA data instance consists of a competition math problem and its step-by-step solution written in LaTeX and natural language. The step-by-step solution contains the final answer enclosed in LaTeX's '\\boxed' tag.\n\nAn example from the dataset is:" ]
[ -0.0553307831287384, 0.22520704567432404, -0.0030363004188984632, 0.007516085170209408, 0.012896721251308918, 0.003967901226133108, 0.07710780948400497, 0.1371445655822754, 0.06628026068210602, 0.1146589070558548, -0.05474128946661949, 0.040651991963386536, 0.07855402678251266, 0.10903166234493256, 0.020476754754781723, -0.20472006499767303, -0.00610108720138669, -0.07859618216753006, 0.0467567965388298, 0.0901464968919754, 0.10586953163146973, -0.06966587156057358, 0.04334089532494545, -0.004189650062471628, 0.042193856090307236, 0.03169872984290123, -0.06755072623491287, -0.08597128093242645, 0.06503260135650635, 0.02315724641084671, 0.04998933896422386, 0.015491165220737457, 0.02941666916012764, -0.25686225295066833, 0.0212414413690567, 0.038972821086645126, 0.05940442904829979, 0.03342170640826225, 0.06230778619647026, -0.02676035277545452, 0.05339575186371803, -0.08255647122859955, 0.12861692905426025, 0.055785100907087326, -0.055761002004146576, -0.1213497743010521, -0.13677850365638733, -0.002043895423412323, 0.07055564969778061, 0.0696563646197319, -0.045840926468372345, 0.1330988109111786, -0.06109930947422981, -0.00039726481190882623, 0.11247297376394272, -0.12595076858997345, -0.04791257530450821, 0.07874709367752075, 0.010422764346003532, 0.07809997349977493, -0.11256695538759232, -0.022031426429748535, -0.0201689712703228, 0.06120793893933296, -0.01946544460952282, 0.0066794827580451965, 0.03658568859100342, 0.05701632425189018, -0.09936798363924026, -0.049063608050346375, 0.06807678192853928, -0.03866061568260193, -0.020294448360800743, -0.2580804228782654, 0.025027744472026825, 0.10039734840393066, -0.040257297456264496, 0.010486877523362637, -0.009802843444049358, -0.05041768029332161, 0.04131123051047325, -0.025334151461720467, -0.07832900434732437, 0.019523004069924355, -0.00799466110765934, 0.0800158753991127, 0.05566563457250595, -0.009777593426406384, 0.05621195584535599, 0.0881536453962326, 0.07876700907945633, -0.09885264933109283, -0.08483429998159409, -0.10421615093946457, -0.1077788770198822, -0.045511238276958466, 0.015266479924321175, -0.06585516035556793, 0.06358169764280319, 0.1615479588508606, -0.011854360811412334, 0.06650569289922714, -0.02440117485821247, -0.06279558688402176, 0.08254609256982803, 0.11595289409160614, 0.03811529651284218, -0.11826752126216888, -0.01577596366405487, 0.0932932049036026, -0.0046446239575743675, -0.014060468412935734, 0.04197417572140694, 0.053514547646045685, 0.05380547046661377, 0.08670787513256073, 0.09339308738708496, 0.007281756028532982, -0.06831486523151398, -0.01150705199688673, 0.13846217095851898, -0.16908302903175354, 0.02346697635948658, 0.030361948534846306, -0.005555165000259876, -0.036320630460977554, -0.028319671750068665, -0.029778052121400833, -0.07349742203950882, 0.07596264779567719, -0.02960498258471489, -0.040453918278217316, -0.0931607335805893, -0.04632270336151123, 0.051486171782016754, 0.023037618026137352, -0.07135437428951263, -0.017674637958407402, -0.0894647091627121, -0.01757514849305153, 0.001914885127916932, -0.08810926228761673, 0.0033332256134599447, -0.013173055835068226, 0.027021005749702454, 0.022551976144313812, 0.010791546665132046, -0.004462535958737135, -0.04764873906970024, 0.029077088460326195, 0.0038644063752144575, 0.0071424501948058605, 0.12482495605945587, 0.0350043810904026, -0.0693247988820076, 0.03382871672511101, -0.15427948534488678, 0.09340211004018784, -0.2170688509941101, -0.07245879620313644, -0.11077592521905899, -0.012559431605041027, 0.06104141101241112, 0.020939424633979797, -0.04199817776679993, 0.12602770328521729, -0.17764951288700104, -0.03292330726981163, 0.12485115230083466, -0.12080848217010498, -0.06045083701610565, 0.07463491708040237, -0.06980712711811066, 0.08132119476795197, 0.06393210589885712, 0.09833606332540512, 0.09151126444339752, -0.11580924689769745, -0.07506111264228821, -0.012119976803660393, 0.12648053467273712, 0.24274277687072754, 0.05157298222184181, -0.1290159821510315, 0.09404584020376205, 0.059248119592666626, -0.044433362782001495, -0.0840393453836441, 0.0062355236150324345, -0.08394629508256912, 0.011940337717533112, 0.0067150890827178955, 0.06526579707860947, 0.005800904240459204, 0.0017399354837834835, -0.03545365855097771, -0.0883113443851471, 0.04818120226264, 0.08623817563056946, -0.04210345819592476, -0.002826032228767872, -0.10498930513858795, -0.0066925110295414925, -0.004618854261934757, -0.01809675246477127, -0.21297962963581085, -0.1161925420165062, 0.06450361758470535, -0.10862421244382858, 0.10073614865541458, 0.013532161712646484, 0.058266229927539825, -0.020086470991373062, -0.04513079300522804, 0.023312492296099663, -0.08352599292993546, 0.04856899753212929, -0.00269231921993196, -0.16875973343849182, -0.05861501023173332, -0.08486910164356232, 0.18161748349666595, -0.1436300277709961, -0.013009706512093544, 0.10199251770973206, 0.13667021691799164, 0.07416965812444687, -0.08163783699274063, 0.015646876767277718, 0.03353460878133774, -0.024565592408180237, -0.05485823377966881, -0.024105960503220558, -0.0331253819167614, -0.01856384240090847, 0.0031251225154846907, -0.09081903845071793, -0.08685228228569031, 0.06889615952968597, 0.14531664550304413, -0.0737321600317955, -0.046601831912994385, -0.04794083908200264, -0.04606274515390396, -0.0995880514383316, -0.09510178118944168, 0.1073952466249466, 0.10024867951869965, 0.041293613612651825, -0.07232551276683807, -0.07634533196687698, -0.06568827480077744, 0.06853338330984116, -0.019019706174731255, 0.09454921633005142, 0.01701558567583561, -0.03666529804468155, 0.1250491887331009, 0.057466376572847366, 0.07586260139942169, 0.1180226132273674, -0.0681508481502533, -0.10177670419216156, 0.039193227887153625, 0.012261565774679184, 0.025059301406145096, 0.12854444980621338, -0.04707342013716698, 0.03861336037516594, 0.04539652168750763, -0.03934352099895477, 0.035752952098846436, -0.09729940444231033, 0.02196093089878559, 0.009952876716852188, -0.020254526287317276, -0.007626858539879322, 0.004264581482857466, 0.05708752200007439, 0.07649119943380356, 0.0005068348255008459, 0.11357757449150085, -0.06305152922868729, -0.054111361503601074, -0.08912403881549835, 0.14015212655067444, -0.1389552652835846, -0.2776564657688141, -0.0970780998468399, 0.02441861480474472, -0.05059380456805229, -0.06578066200017929, -0.00219552218914032, -0.0318349227309227, -0.10576420277357101, -0.13593611121177673, 0.04066045209765434, 0.05628494918346405, -0.1286831498146057, -0.015059337019920349, 0.020755156874656677, -0.03683991730213165, -0.19384834170341492, 0.04814678803086281, 0.05162409320473671, -0.017798755317926407, 0.010249150916934013, 0.021172286942601204, 0.025480687618255615, 0.07708653062582016, 0.116778165102005, -0.028652412816882133, -0.05860504135489464, 0.20395293831825256, -0.11798302829265594, 0.08922399580478668, 0.06713515520095825, -0.03906628116965294, 0.04964902251958847, 0.11500804871320724, 0.03460830822587013, -0.018145009875297546, 0.0013416061410680413, 0.07682520151138306, 0.007915161550045013, -0.24470876157283783, -0.11059918999671936, -0.06891322880983353, -0.019986191764473915, 0.09358365088701248, 0.05933379754424095, 0.012584774754941463, -0.026491083204746246, -0.10461552441120148, -0.006963928230106831, 0.08358176797628403, 0.07162986695766449, 0.11541656404733658, 0.0011799026979133487, 0.011325270868837833, -0.06993240118026733, -0.03633765131235123, 0.10060390084981918, 0.16580431163311005, 0.2554585635662079, 0.004686460830271244, 0.1848454773426056, 0.03102567233145237, 0.06061048433184624, -0.023039093241095543, 0.004792909137904644, -0.009945802390575409, 0.060610536485910416, -0.015510117635130882, -0.09880045801401138, 0.02323906496167183, 0.09674310684204102, 0.08417611569166183, -0.10911021381616592, 0.09969782829284668, -0.09821147471666336, 0.05984225124120712, 0.1585673987865448, 0.023818163201212883, -0.04615998640656471, -0.028952527791261673, 0.09930489957332611, -0.11470261216163635, -0.052398037165403366, 0.004706088453531265, 0.024487782269716263, -0.1481102555990219, 0.1171678900718689, -0.07109120488166809, 0.051749564707279205, -0.028041653335094452, -0.05462488532066345, -0.022832108661532402, 0.038936953991651535, -0.00711068045347929, 0.09521196037530899, -0.16179043054580688, 0.11442700028419495, 0.00791187398135662, 0.015546556562185287, -0.10701826959848404, 0.07109959423542023, 0.024437686428427696, -0.0548965148627758, 0.12275435775518417, -0.005870673805475235, -0.10257332026958466, -0.011373949237167835, -0.0691387951374054, 0.01725068688392639, 0.046953026205301285, -0.0826522558927536, 0.10503961145877838, -0.015597978606820107, -0.021985290572047234, -0.049363285303115845, -0.1405329704284668, -0.14044572412967682, -0.27313774824142456, 0.09237957000732422, -0.1212293729186058, -0.04644384607672691, -0.0832725241780281, -0.09380251914262772, -0.030200444161891937, 0.12405291944742203, -0.11377974599599838, -0.1008618175983429, -0.1231856644153595, -0.00892066489905119, 0.19145794212818146, -0.020759686827659607, 0.0501827746629715, 0.005735368002206087, 0.1839480996131897, -0.053628142923116684, -0.06790467351675034, -0.003907361999154091, -0.025296689942479134, -0.1816147118806839, -0.05388076975941658, 0.14518043398857117, 0.024496091529726982, 0.037045493721961975, 0.018558353185653687, 0.02405773289501667, 0.011891311034560204, -0.09924215078353882, -0.012082644738256931, 0.13067056238651276, 0.01077633909881115, 0.07848145812749863, -0.0311569981276989, -0.1476089358329773, -0.1128416359424591, -0.042532939463853836, 0.06546424329280853, 0.18763300776481628, -0.03989842161536217, 0.189639613032341, 0.04472968727350235, -0.09070092439651489, -0.1816745400428772, 0.015034650452435017, 0.0421520471572876, -0.017223704606294632, 0.1298222541809082, -0.19221723079681396, 0.04199596121907234, 0.05459117144346237, -0.033891711384058, 0.07530973851680756, -0.20035642385482788, -0.13059721887111664, -0.014306786470115185, 0.060225166380405426, -0.22867301106452942, -0.14232012629508972, -0.06903032213449478, 0.01170413475483656, -0.16114221513271332, 0.0779266208410263, 0.038485608994960785, -0.004120223689824343, -0.005209536757320166, 0.04895612597465515, 0.034935250878334045, -0.06572496891021729, 0.12860913574695587, 0.008452989161014557, 0.02975405752658844, -0.013040846213698387, -0.0011418513022363186, 0.10847418755292892, -0.008250849321484566, 0.05590733140707016, -0.0077168140560388565, 0.012371847406029701, -0.15460529923439026, -0.02000436745584011, -0.08083677291870117, 0.022280478850007057, -0.10182006657123566, -0.03342822566628456, -0.04950516298413277, 0.10511159896850586, 0.07472623884677887, -0.048011619597673416, 0.08576841652393341, -0.03970381245017052, 0.08010262250900269, 0.0814632773399353, 0.10270007699728012, 0.06426790356636047, -0.10033584386110306, -0.009723077528178692, -0.006557358428835869, -0.022601988166570663, -0.10691717267036438, 0.06036027893424034, 0.06245512515306473, 0.05982128530740738, 0.11992281675338745, -0.054011762142181396, -0.19623203575611115, 0.03528455272316933, 0.05785868316888809, -0.07929770648479462, -0.21114656329154968, 0.0025276432279497385, 0.067165806889534, -0.0984342098236084, -0.0391070581972599, 0.060674384236335754, 0.03594166040420532, -0.08642105013132095, 0.0015826222952455282, 0.08936847746372223, 0.09653884172439575, 0.10062669962644577, -0.007737739011645317, 0.04972308501601219, -0.081438809633255, 0.03167489543557167, 0.0941399484872818, -0.11784882843494415, -0.0035134360659867525, 0.11131881922483444, -0.05473249405622482, -0.021657999604940414, -0.012836700305342674, 0.017526237294077873, 0.0355386845767498, 0.03147481381893158, -0.024779602885246277, -0.10990169644355774, 0.003692240919917822, 0.1394166648387909, 0.00815650075674057, 0.02038690634071827, 0.036337900906801224, 0.010272757150232792, -0.01105774100869894, 0.12721849977970123, 0.010811982676386833, 0.05712075158953667, -0.032174013555049896, -0.058393444865942, 0.004738473333418369, -0.06471308320760727, 0.007502858527004719, -0.057921551167964935, -0.08615504950284958, -0.017387373372912407, -0.14607085287570953, 0.06032116338610649, -0.1310194730758667, 0.028494911268353462, 0.010926216840744019, -0.005564847961068153, 0.05042561516165733, 0.01674615405499935, -0.07086026668548584, -0.026393698528409004, -0.028378073126077652, 0.09612945467233658, -0.1569213569164276, 0.0493939034640789, 0.08967239409685135, -0.1357327103614807, 0.07080163061618805, -0.054892756044864655, -0.036705825477838516, 0.04963437840342522, -0.07236923277378082, -0.033889077603816986, -0.007288356311619282, 0.10832588374614716, 0.017109982669353485, -0.175095796585083, 0.002930582733824849, 0.01820039376616478, 0.027400625869631767, 0.019401932135224342, 0.03214281424880028, -0.09833882004022598, 0.0513678640127182, -0.0162536408752203, -0.07764782011508942, 0.0040558213368058205, 0.03543008491396904, 0.14331866800785065, -0.021777881309390068, 0.13521023094654083, -0.05414038896560669, 0.034865785390138626, -0.13273490965366364, -0.052616119384765625, 0.006342271808534861, 0.015120710246264935, -0.007041280623525381, -0.00856288243085146, 0.04924064502120018, 0.0355854406952858, 0.24134258925914764, -0.05599852651357651, 0.11390067636966705, 0.06520223617553711, -0.049564428627491, -0.035751763731241226, 0.07571706175804138, 0.04828876629471779, -0.014128810726106167, 0.0038796451408416033, 0.005364063661545515, -0.10320795327425003, -0.09098649024963379, -0.05443096533417702, 0.07512877136468887, 0.2038038820028305, 0.10425358265638351, -0.03827477619051933, 0.12385470420122147, -0.05041692405939102, -0.06989512592554092, 0.0020406118128448725, -0.05332949385046959, 0.046199582517147064, -0.06884312629699707, 0.05878579244017601, 0.07857325673103333, -0.18800419569015503, 0.12718559801578522, -0.11142253130674362, -0.056550756096839905, -0.027790002524852753, -0.1215766966342926, -0.0716283842921257, -0.029892876744270325, 0.028300920501351357, -0.09522207081317902, 0.0792338103055954, 0.1277039349079132, 0.028795737773180008, -0.032873429358005524, 0.054770372807979584, -0.034932758659124374, -0.09692594408988953, 0.08061389625072479, 0.061859071254730225, 0.01426305528730154, 0.03239931911230087, 0.06413797289133072, -0.0380968414247036, 0.08449498564004898, 0.06572998315095901, 0.052293311804533005, -0.04741010442376137, 0.008210690692067146, -0.07278671860694885, -0.03679434955120087, 0.03872138634324074, -0.06278610229492188, -0.017078731209039688, 0.21700744330883026, 0.037370096892118454, 0.013713437132537365, 0.0040056463330984116, 0.21865634620189667, -0.04766872897744179, -0.1678486466407776, -0.20301978290081024, 0.1069328635931015, -0.00692114420235157, -0.0037407607305794954, 0.09600283205509186, -0.13298825919628143, -0.0016970433061942458, 0.09294835478067398, 0.13734842836856842, 0.0031610261648893356, 0.02273334376513958, -0.022230150178074837, 0.018639639019966125, -0.031893692910671234, 0.10650689154863358, -0.022490404546260834, 0.23515670001506805, -0.031101489439606667, -0.005016721319407225, 0.008088316768407822, -0.041620004922151566, -0.11185532063245773, 0.16262413561344147, -0.030898796394467354, -0.056806501001119614, -0.07905721664428711, 0.11806716024875641, -0.029552416875958443, -0.28548887372016907, 0.018315693363547325, -0.13541968166828156, -0.1768461912870407, -0.01921842060983181, 0.05314549431204796, -0.05124531686306, -0.021963877603411674, 0.0883258506655693, -0.028811443597078323, 0.18768872320652008, 0.04665908217430115, 0.020700164139270782, -0.032924771308898926, 0.17520852386951447, -0.10681439191102982, 0.17423273622989655, 0.03911857679486275, 0.10996280610561371, 0.0817471444606781, -0.0066696107387542725, -0.08421190828084946, 0.034678030759096146, 0.12598848342895508, -0.022025147452950478, 0.023481545969843864, 0.16225655376911163, 0.03415163233876228, 0.16837267577648163, 0.07762576639652252, 0.04185672849416733, 0.06012224406003952, 0.045571181923151016, -0.025990888476371765, -0.10187035799026489, 0.09519068151712418, -0.09896016865968704, 0.11353852599859238, 0.08378389477729797, -0.04748659208416939, 0.022326093167066574, -0.020138662308454514, 0.0009749148157425225, -0.056223031133413315, 0.17980481684207916, -0.0577528215944767, -0.1366213858127594, -0.013457427732646465, -0.08903104066848755, 0.07910192012786865, -0.242710143327713, -0.058723390102386475, 0.04354693740606308, -0.023580949753522873, -0.02908897027373314, 0.14845553040504456, 0.09482180327177048, -0.023553751409053802, -0.030070621520280838, -0.14144451916217804, 0.011194121092557907, 0.09844223409891129, -0.07890700548887253, 0.0390019565820694 ]
1e853ebccb1e19d7d4cf3dcc7b04c39497064031
# Dataset Card for "compguesswhat" ## 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://compguesswhat.github.io/](https://compguesswhat.github.io/) - **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/2006.02174 - **Paper:** https://doi.org/10.18653/v1/2020.acl-main.682 - **Point of Contact:** [Alessandro Suglia](mailto:alessandro.suglia@gmail.com) - **Size of downloaded dataset files:** 112.05 MB - **Size of the generated dataset:** 271.11 MB - **Total amount of disk used:** 383.16 MB ### Dataset Summary CompGuessWhat?! is an instance of a multi-task framework for evaluating the quality of learned neural representations, in particular concerning attribute grounding. Use this dataset if you want to use the set of games whose reference scene is an image in VisualGenome. Visit the website for more details: https://compguesswhat.github.io ### 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 #### compguesswhat-original - **Size of downloaded dataset files:** 107.21 MB - **Size of the generated dataset:** 174.37 MB - **Total amount of disk used:** 281.57 MB An example of 'validation' looks as follows. ``` This example was too long and was cropped: { "id": 2424, "image": "{\"coco_url\": \"http://mscoco.org/images/270512\", \"file_name\": \"COCO_train2014_000000270512.jpg\", \"flickr_url\": \"http://farm6.stat...", "objects": "{\"area\": [1723.5133056640625, 4838.5361328125, 287.44476318359375, 44918.7109375, 3688.09375, 522.1935424804688], \"bbox\": [[5.61...", "qas": { "answer": ["Yes", "No", "No", "Yes"], "id": [4983, 4996, 5006, 5017], "question": ["Is it in the foreground?", "Does it have wings?", "Is it a person?", "Is it a vehicle?"] }, "status": "success", "target_id": 1197044, "timestamp": "2016-07-08 15:07:38" } ``` #### compguesswhat-zero_shot - **Size of downloaded dataset files:** 4.84 MB - **Size of the generated dataset:** 96.74 MB - **Total amount of disk used:** 101.59 MB An example of 'nd_valid' looks as follows. ``` This example was too long and was cropped: { "id": 0, "image": { "coco_url": "https://s3.amazonaws.com/nocaps/val/004e21eb2e686f40.jpg", "date_captured": "2018-11-06 11:04:33", "file_name": "004e21eb2e686f40.jpg", "height": 1024, "id": 6, "license": 0, "open_images_id": "004e21eb2e686f40", "width": 768 }, "objects": "{\"IsOccluded\": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], \"IsTruncated\": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], \"area\": [3...", "status": "incomplete", "target_id": "004e21eb2e686f40_30" } ``` ### Data Fields The data fields are the same among all splits. #### compguesswhat-original - `id`: a `int32` feature. - `target_id`: a `int32` feature. - `timestamp`: a `string` feature. - `status`: a `string` feature. - `id`: a `int32` feature. - `file_name`: a `string` feature. - `flickr_url`: a `string` feature. - `coco_url`: a `string` feature. - `height`: a `int32` feature. - `width`: a `int32` feature. - `width`: a `int32` feature. - `height`: a `int32` feature. - `url`: a `string` feature. - `coco_id`: a `int32` feature. - `flickr_id`: a `string` feature. - `image_id`: a `string` feature. - `qas`: a dictionary feature containing: - `question`: a `string` feature. - `answer`: a `string` feature. - `id`: a `int32` feature. - `objects`: a dictionary feature containing: - `id`: a `int32` feature. - `bbox`: a `list` of `float32` features. - `category`: a `string` feature. - `area`: a `float32` feature. - `category_id`: a `int32` feature. - `segment`: a dictionary feature containing: - `feature`: a `float32` feature. #### compguesswhat-zero_shot - `id`: a `int32` feature. - `target_id`: a `string` feature. - `status`: a `string` feature. - `id`: a `int32` feature. - `file_name`: a `string` feature. - `coco_url`: a `string` feature. - `height`: a `int32` feature. - `width`: a `int32` feature. - `license`: a `int32` feature. - `open_images_id`: a `string` feature. - `date_captured`: a `string` feature. - `objects`: a dictionary feature containing: - `id`: a `string` feature. - `bbox`: a `list` of `float32` features. - `category`: a `string` feature. - `area`: a `float32` feature. - `category_id`: a `int32` feature. - `IsOccluded`: a `int32` feature. - `IsTruncated`: a `int32` feature. - `segment`: a dictionary feature containing: - `MaskPath`: a `string` feature. - `LabelName`: a `string` feature. - `BoxID`: a `string` feature. - `BoxXMin`: a `string` feature. - `BoxXMax`: a `string` feature. - `BoxYMin`: a `string` feature. - `BoxYMax`: a `string` feature. - `PredictedIoU`: a `string` feature. - `Clicks`: a `string` feature. ### Data Splits #### compguesswhat-original | |train|validation|test| |----------------------|----:|---------:|---:| |compguesswhat-original|46341| 9738|9621| #### compguesswhat-zero_shot | |nd_valid|od_valid|nd_test|od_test| |-----------------------|-------:|-------:|------:|------:| |compguesswhat-zero_shot| 5343| 5372| 13836| 13300| ## 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{suglia-etal-2020-compguesswhat, title = "{C}omp{G}uess{W}hat?!: A Multi-task Evaluation Framework for Grounded Language Learning", author = "Suglia, Alessandro and Konstas, Ioannis and Vanzo, Andrea and Bastianelli, Emanuele and Elliott, Desmond and Frank, Stella and Lemon, Oliver", 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.682", pages = "7625--7641", abstract = "Approaches to Grounded Language Learning are commonly focused on a single task-based final performance measure which may not depend on desirable properties of the learned hidden representations, such as their ability to predict object attributes or generalize to unseen situations. To remedy this, we present GroLLA, an evaluation framework for Grounded Language Learning with Attributes based on three sub-tasks: 1) Goal-oriented evaluation; 2) Object attribute prediction evaluation; and 3) Zero-shot evaluation. We also propose a new dataset CompGuessWhat?! as an instance of this framework for evaluating the quality of learned neural representations, in particular with respect to attribute grounding. To this end, we extend the original GuessWhat?! dataset by including a semantic layer on top of the perceptual one. Specifically, we enrich the VisualGenome scene graphs associated with the GuessWhat?! images with several attributes from resources such as VISA and ImSitu. We then compare several hidden state representations from current state-of-the-art approaches to Grounded Language Learning. By using diagnostic classifiers, we show that current models{'} learned representations are not expressive enough to encode object attributes (average F1 of 44.27). In addition, they do not learn strategies nor representations that are robust enough to perform well when novel scenes or objects are involved in gameplay (zero-shot best accuracy 50.06{\%}).", } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@aleSuglia](https://github.com/aleSuglia), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
compguesswhat
[ "task_categories:visual-question-answering", "task_ids:visual-question-answering", "annotations_creators:machine-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:extended|other-guesswhat", "language:en", "license:unknown", "arxiv:2006.02174", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["machine-generated"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["extended|other-guesswhat"], "task_categories": ["visual-question-answering"], "task_ids": ["visual-question-answering"], "paperswithcode_id": "compguesswhat", "pretty_name": "CompGuessWhat?!", "dataset_info": [{"config_name": "compguesswhat-original", "features": [{"name": "id", "dtype": "int32"}, {"name": "target_id", "dtype": "int32"}, {"name": "timestamp", "dtype": "string"}, {"name": "status", "dtype": "string"}, {"name": "image", "struct": [{"name": "id", "dtype": "int32"}, {"name": "file_name", "dtype": "string"}, {"name": "flickr_url", "dtype": "string"}, {"name": "coco_url", "dtype": "string"}, {"name": "height", "dtype": "int32"}, {"name": "width", "dtype": "int32"}, {"name": "visual_genome", "struct": [{"name": "width", "dtype": "int32"}, {"name": "height", "dtype": "int32"}, {"name": "url", "dtype": "string"}, {"name": "coco_id", "dtype": "int32"}, {"name": "flickr_id", "dtype": "string"}, {"name": "image_id", "dtype": "string"}]}]}, {"name": "qas", "sequence": [{"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "id", "dtype": "int32"}]}, {"name": "objects", "sequence": [{"name": "id", "dtype": "int32"}, {"name": "bbox", "sequence": "float32", "length": 4}, {"name": "category", "dtype": "string"}, {"name": "area", "dtype": "float32"}, {"name": "category_id", "dtype": "int32"}, {"name": "segment", "sequence": {"sequence": "float32"}}]}], "splits": [{"name": "train", "num_bytes": 123556580, "num_examples": 46341}, {"name": "validation", "num_bytes": 25441428, "num_examples": 9738}, {"name": "test", "num_bytes": 25369227, "num_examples": 9621}], "download_size": 105349759, "dataset_size": 174367235}, {"config_name": "compguesswhat-zero_shot", "features": [{"name": "id", "dtype": "int32"}, {"name": "target_id", "dtype": "string"}, {"name": "status", "dtype": "string"}, {"name": "image", "struct": [{"name": "id", "dtype": "int32"}, {"name": "file_name", "dtype": "string"}, {"name": "coco_url", "dtype": "string"}, {"name": "height", "dtype": "int32"}, {"name": "width", "dtype": "int32"}, {"name": "license", "dtype": "int32"}, {"name": "open_images_id", "dtype": "string"}, {"name": "date_captured", "dtype": "string"}]}, {"name": "objects", "sequence": [{"name": "id", "dtype": "string"}, {"name": "bbox", "sequence": "float32", "length": 4}, {"name": "category", "dtype": "string"}, {"name": "area", "dtype": "float32"}, {"name": "category_id", "dtype": "int32"}, {"name": "IsOccluded", "dtype": "int32"}, {"name": "IsTruncated", "dtype": "int32"}, {"name": "segment", "sequence": [{"name": "MaskPath", "dtype": "string"}, {"name": "LabelName", "dtype": "string"}, {"name": "BoxID", "dtype": "string"}, {"name": "BoxXMin", "dtype": "string"}, {"name": "BoxXMax", "dtype": "string"}, {"name": "BoxYMin", "dtype": "string"}, {"name": "BoxYMax", "dtype": "string"}, {"name": "PredictedIoU", "dtype": "string"}, {"name": "Clicks", "dtype": "string"}]}]}], "splits": [{"name": "nd_valid", "num_bytes": 13510589, "num_examples": 5343}, {"name": "nd_test", "num_bytes": 36228021, "num_examples": 13836}, {"name": "od_valid", "num_bytes": 14051972, "num_examples": 5372}, {"name": "od_test", "num_bytes": 32950869, "num_examples": 13300}], "download_size": 6548812, "dataset_size": 96741451}], "configs": [{"config_name": "compguesswhat-original", "data_files": [{"split": "train", "path": "compguesswhat-original/train-*"}, {"split": "validation", "path": "compguesswhat-original/validation-*"}, {"split": "test", "path": "compguesswhat-original/test-*"}]}, {"config_name": "compguesswhat-zero_shot", "data_files": [{"split": "nd_valid", "path": "compguesswhat-zero_shot/nd_valid-*"}, {"split": "nd_test", "path": "compguesswhat-zero_shot/nd_test-*"}, {"split": "od_valid", "path": "compguesswhat-zero_shot/od_valid-*"}, {"split": "od_test", "path": "compguesswhat-zero_shot/od_test-*"}]}]}
2024-02-07T17:39:43+00:00
[ "2006.02174" ]
[ "en" ]
TAGS #task_categories-visual-question-answering #task_ids-visual-question-answering #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-extended|other-guesswhat #language-English #license-unknown #arxiv-2006.02174 #region-us
Dataset Card for "compguesswhat" ================================ 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 * Point of Contact: Alessandro Suglia * Size of downloaded dataset files: 112.05 MB * Size of the generated dataset: 271.11 MB * Total amount of disk used: 383.16 MB ### Dataset Summary CompGuessWhat?! is an instance of a multi-task framework for evaluating the quality of learned neural representations, in particular concerning attribute grounding. Use this dataset if you want to use the set of games whose reference scene is an image in VisualGenome. Visit the website for more details: URL ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### compguesswhat-original * Size of downloaded dataset files: 107.21 MB * Size of the generated dataset: 174.37 MB * Total amount of disk used: 281.57 MB An example of 'validation' looks as follows. #### compguesswhat-zero\_shot * Size of downloaded dataset files: 4.84 MB * Size of the generated dataset: 96.74 MB * Total amount of disk used: 101.59 MB An example of 'nd\_valid' looks as follows. ### Data Fields The data fields are the same among all splits. #### compguesswhat-original * 'id': a 'int32' feature. * 'target\_id': a 'int32' feature. * 'timestamp': a 'string' feature. * 'status': a 'string' feature. * 'id': a 'int32' feature. * 'file\_name': a 'string' feature. * 'flickr\_url': a 'string' feature. * 'coco\_url': a 'string' feature. * 'height': a 'int32' feature. * 'width': a 'int32' feature. * 'width': a 'int32' feature. * 'height': a 'int32' feature. * 'url': a 'string' feature. * 'coco\_id': a 'int32' feature. * 'flickr\_id': a 'string' feature. * 'image\_id': a 'string' feature. * 'qas': a dictionary feature containing: + 'question': a 'string' feature. + 'answer': a 'string' feature. + 'id': a 'int32' feature. * 'objects': a dictionary feature containing: + 'id': a 'int32' feature. + 'bbox': a 'list' of 'float32' features. + 'category': a 'string' feature. + 'area': a 'float32' feature. + 'category\_id': a 'int32' feature. + 'segment': a dictionary feature containing: - 'feature': a 'float32' feature. #### compguesswhat-zero\_shot * 'id': a 'int32' feature. * 'target\_id': a 'string' feature. * 'status': a 'string' feature. * 'id': a 'int32' feature. * 'file\_name': a 'string' feature. * 'coco\_url': a 'string' feature. * 'height': a 'int32' feature. * 'width': a 'int32' feature. * 'license': a 'int32' feature. * 'open\_images\_id': a 'string' feature. * 'date\_captured': a 'string' feature. * 'objects': a dictionary feature containing: + 'id': a 'string' feature. + 'bbox': a 'list' of 'float32' features. + 'category': a 'string' feature. + 'area': a 'float32' feature. + 'category\_id': a 'int32' feature. + 'IsOccluded': a 'int32' feature. + 'IsTruncated': a 'int32' feature. + 'segment': a dictionary feature containing: - 'MaskPath': a 'string' feature. - 'LabelName': a 'string' feature. - 'BoxID': a 'string' feature. - 'BoxXMin': a 'string' feature. - 'BoxXMax': a 'string' feature. - 'BoxYMin': a 'string' feature. - 'BoxYMax': a 'string' feature. - 'PredictedIoU': a 'string' feature. - 'Clicks': a 'string' feature. ### Data Splits #### compguesswhat-original #### compguesswhat-zero\_shot 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, @aleSuglia, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nCompGuessWhat?! is an instance of a multi-task framework for evaluating the quality of learned neural representations,\nin particular concerning attribute grounding. Use this dataset if you want to use the set of games whose reference\nscene is an image in VisualGenome. Visit the website for more details: URL", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### compguesswhat-original\n\n\n* Size of downloaded dataset files: 107.21 MB\n* Size of the generated dataset: 174.37 MB\n* Total amount of disk used: 281.57 MB\n\n\nAn example of 'validation' looks as follows.", "#### compguesswhat-zero\\_shot\n\n\n* Size of downloaded dataset files: 4.84 MB\n* Size of the generated dataset: 96.74 MB\n* Total amount of disk used: 101.59 MB\n\n\nAn example of 'nd\\_valid' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### compguesswhat-original\n\n\n* 'id': a 'int32' feature.\n* 'target\\_id': a 'int32' feature.\n* 'timestamp': a 'string' feature.\n* 'status': a 'string' feature.\n* 'id': a 'int32' feature.\n* 'file\\_name': a 'string' feature.\n* 'flickr\\_url': a 'string' feature.\n* 'coco\\_url': a 'string' feature.\n* 'height': a 'int32' feature.\n* 'width': a 'int32' feature.\n* 'width': a 'int32' feature.\n* 'height': a 'int32' feature.\n* 'url': a 'string' feature.\n* 'coco\\_id': a 'int32' feature.\n* 'flickr\\_id': a 'string' feature.\n* 'image\\_id': a 'string' feature.\n* 'qas': a dictionary feature containing:\n\t+ 'question': a 'string' feature.\n\t+ 'answer': a 'string' feature.\n\t+ 'id': a 'int32' feature.\n* 'objects': a dictionary feature containing:\n\t+ 'id': a 'int32' feature.\n\t+ 'bbox': a 'list' of 'float32' features.\n\t+ 'category': a 'string' feature.\n\t+ 'area': a 'float32' feature.\n\t+ 'category\\_id': a 'int32' feature.\n\t+ 'segment': a dictionary feature containing:\n\t\t- 'feature': a 'float32' feature.", "#### compguesswhat-zero\\_shot\n\n\n* 'id': a 'int32' feature.\n* 'target\\_id': a 'string' feature.\n* 'status': a 'string' feature.\n* 'id': a 'int32' feature.\n* 'file\\_name': a 'string' feature.\n* 'coco\\_url': a 'string' feature.\n* 'height': a 'int32' feature.\n* 'width': a 'int32' feature.\n* 'license': a 'int32' feature.\n* 'open\\_images\\_id': a 'string' feature.\n* 'date\\_captured': a 'string' feature.\n* 'objects': a dictionary feature containing:\n\t+ 'id': a 'string' feature.\n\t+ 'bbox': a 'list' of 'float32' features.\n\t+ 'category': a 'string' feature.\n\t+ 'area': a 'float32' feature.\n\t+ 'category\\_id': a 'int32' feature.\n\t+ 'IsOccluded': a 'int32' feature.\n\t+ 'IsTruncated': a 'int32' feature.\n\t+ 'segment': a dictionary feature containing:\n\t\t- 'MaskPath': a 'string' feature.\n\t\t- 'LabelName': a 'string' feature.\n\t\t- 'BoxID': a 'string' feature.\n\t\t- 'BoxXMin': a 'string' feature.\n\t\t- 'BoxXMax': a 'string' feature.\n\t\t- 'BoxYMin': a 'string' feature.\n\t\t- 'BoxYMax': a 'string' feature.\n\t\t- 'PredictedIoU': a 'string' feature.\n\t\t- 'Clicks': a 'string' feature.", "### Data Splits", "#### compguesswhat-original", "#### compguesswhat-zero\\_shot\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, @aleSuglia, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-visual-question-answering #task_ids-visual-question-answering #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-extended|other-guesswhat #language-English #license-unknown #arxiv-2006.02174 #region-us \n", "### Dataset Summary\n\n\nCompGuessWhat?! is an instance of a multi-task framework for evaluating the quality of learned neural representations,\nin particular concerning attribute grounding. Use this dataset if you want to use the set of games whose reference\nscene is an image in VisualGenome. Visit the website for more details: URL", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### compguesswhat-original\n\n\n* Size of downloaded dataset files: 107.21 MB\n* Size of the generated dataset: 174.37 MB\n* Total amount of disk used: 281.57 MB\n\n\nAn example of 'validation' looks as follows.", "#### compguesswhat-zero\\_shot\n\n\n* Size of downloaded dataset files: 4.84 MB\n* Size of the generated dataset: 96.74 MB\n* Total amount of disk used: 101.59 MB\n\n\nAn example of 'nd\\_valid' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### compguesswhat-original\n\n\n* 'id': a 'int32' feature.\n* 'target\\_id': a 'int32' feature.\n* 'timestamp': a 'string' feature.\n* 'status': a 'string' feature.\n* 'id': a 'int32' feature.\n* 'file\\_name': a 'string' feature.\n* 'flickr\\_url': a 'string' feature.\n* 'coco\\_url': a 'string' feature.\n* 'height': a 'int32' feature.\n* 'width': a 'int32' feature.\n* 'width': a 'int32' feature.\n* 'height': a 'int32' feature.\n* 'url': a 'string' feature.\n* 'coco\\_id': a 'int32' feature.\n* 'flickr\\_id': a 'string' feature.\n* 'image\\_id': a 'string' feature.\n* 'qas': a dictionary feature containing:\n\t+ 'question': a 'string' feature.\n\t+ 'answer': a 'string' feature.\n\t+ 'id': a 'int32' feature.\n* 'objects': a dictionary feature containing:\n\t+ 'id': a 'int32' feature.\n\t+ 'bbox': a 'list' of 'float32' features.\n\t+ 'category': a 'string' feature.\n\t+ 'area': a 'float32' feature.\n\t+ 'category\\_id': a 'int32' feature.\n\t+ 'segment': a dictionary feature containing:\n\t\t- 'feature': a 'float32' feature.", "#### compguesswhat-zero\\_shot\n\n\n* 'id': a 'int32' feature.\n* 'target\\_id': a 'string' feature.\n* 'status': a 'string' feature.\n* 'id': a 'int32' feature.\n* 'file\\_name': a 'string' feature.\n* 'coco\\_url': a 'string' feature.\n* 'height': a 'int32' feature.\n* 'width': a 'int32' feature.\n* 'license': a 'int32' feature.\n* 'open\\_images\\_id': a 'string' feature.\n* 'date\\_captured': a 'string' feature.\n* 'objects': a dictionary feature containing:\n\t+ 'id': a 'string' feature.\n\t+ 'bbox': a 'list' of 'float32' features.\n\t+ 'category': a 'string' feature.\n\t+ 'area': a 'float32' feature.\n\t+ 'category\\_id': a 'int32' feature.\n\t+ 'IsOccluded': a 'int32' feature.\n\t+ 'IsTruncated': a 'int32' feature.\n\t+ 'segment': a dictionary feature containing:\n\t\t- 'MaskPath': a 'string' feature.\n\t\t- 'LabelName': a 'string' feature.\n\t\t- 'BoxID': a 'string' feature.\n\t\t- 'BoxXMin': a 'string' feature.\n\t\t- 'BoxXMax': a 'string' feature.\n\t\t- 'BoxYMin': a 'string' feature.\n\t\t- 'BoxYMax': a 'string' feature.\n\t\t- 'PredictedIoU': a 'string' feature.\n\t\t- 'Clicks': a 'string' feature.", "### Data Splits", "#### compguesswhat-original", "#### compguesswhat-zero\\_shot\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, @aleSuglia, @lhoestq for adding this dataset." ]
[ 112, 75, 10, 11, 6, 58, 62, 17, 389, 413, 5, 8, 17, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 27 ]
[ "passage: TAGS\n#task_categories-visual-question-answering #task_ids-visual-question-answering #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-extended|other-guesswhat #language-English #license-unknown #arxiv-2006.02174 #region-us \n### Dataset Summary\n\n\nCompGuessWhat?! is an instance of a multi-task framework for evaluating the quality of learned neural representations,\nin particular concerning attribute grounding. Use this dataset if you want to use the set of games whose reference\nscene is an image in VisualGenome. Visit the website for more details: URL### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### compguesswhat-original\n\n\n* Size of downloaded dataset files: 107.21 MB\n* Size of the generated dataset: 174.37 MB\n* Total amount of disk used: 281.57 MB\n\n\nAn example of 'validation' looks as follows.#### compguesswhat-zero\\_shot\n\n\n* Size of downloaded dataset files: 4.84 MB\n* Size of the generated dataset: 96.74 MB\n* Total amount of disk used: 101.59 MB\n\n\nAn example of 'nd\\_valid' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.", "passage: #### compguesswhat-original\n\n\n* 'id': a 'int32' feature.\n* 'target\\_id': a 'int32' feature.\n* 'timestamp': a 'string' feature.\n* 'status': a 'string' feature.\n* 'id': a 'int32' feature.\n* 'file\\_name': a 'string' feature.\n* 'flickr\\_url': a 'string' feature.\n* 'coco\\_url': a 'string' feature.\n* 'height': a 'int32' feature.\n* 'width': a 'int32' feature.\n* 'width': a 'int32' feature.\n* 'height': a 'int32' feature.\n* 'url': a 'string' feature.\n* 'coco\\_id': a 'int32' feature.\n* 'flickr\\_id': a 'string' feature.\n* 'image\\_id': a 'string' feature.\n* 'qas': a dictionary feature containing:\n\t+ 'question': a 'string' feature.\n\t+ 'answer': a 'string' feature.\n\t+ 'id': a 'int32' feature.\n* 'objects': a dictionary feature containing:\n\t+ 'id': a 'int32' feature.\n\t+ 'bbox': a 'list' of 'float32' features.\n\t+ 'category': a 'string' feature.\n\t+ 'area': a 'float32' feature.\n\t+ 'category\\_id': a 'int32' feature.\n\t+ 'segment': a dictionary feature containing:\n\t\t- 'feature': a 'float32' feature.#### compguesswhat-zero\\_shot\n\n\n* 'id': a 'int32' feature.\n* 'target\\_id': a 'string' feature.\n* 'status': a 'string' feature.\n* 'id': a 'int32' feature.\n* 'file\\_name': a 'string' feature.\n* 'coco\\_url': a 'string' feature.\n* 'height': a 'int32' feature.\n* 'width': a 'int32' feature.\n* 'license': a 'int32' feature.\n* 'open\\_images\\_id': a 'string' feature.\n* 'date\\_captured': a 'string' feature.\n* 'objects': a dictionary feature containing:\n\t+ 'id': a 'string' feature.\n\t+ 'bbox': a 'list' of 'float32' features.\n\t+ 'category': a 'string' feature.\n\t+ 'area': a 'float32' feature.\n\t+ 'category\\_id': a 'int32' feature.\n\t+ 'IsOccluded': a 'int32' feature.\n\t+ 'IsTruncated': a 'int32' feature.\n\t+ 'segment': a dictionary feature containing:\n\t\t- 'MaskPath': a 'string' feature.\n\t\t- 'LabelName': a 'string' feature.\n\t\t- 'BoxID': a 'string' feature.\n\t\t- 'BoxXMin': a 'string' feature.\n\t\t- 'BoxXMax': a 'string' feature.\n\t\t- 'BoxYMin': a 'string' feature.\n\t\t- 'BoxYMax': a 'string' feature.\n\t\t- 'PredictedIoU': a 'string' feature.\n\t\t- 'Clicks': a 'string' feature.### Data Splits#### compguesswhat-original#### compguesswhat-zero\\_shot\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.023413244634866714, 0.09353705495595932, -0.007509795017540455, 0.04293684661388397, 0.08256164193153381, 0.017850954085588455, -0.004643801599740982, 0.10955598950386047, 0.045240674167871475, 0.19500409066677094, 0.01402311772108078, -0.03056107461452484, 0.11861955374479294, 0.03708839416503906, 0.023847082629799843, -0.12299910932779312, 0.01977776177227497, -0.09798769652843475, -0.06942649930715561, 0.06847716867923737, 0.06098610907793045, -0.08027252554893494, 0.08546991646289825, -0.06775819510221481, -0.07123322784900665, -0.01949288696050644, -0.04543231055140495, 0.004320931155234575, 0.002334242220968008, 0.06347032636404037, 0.033183325082063675, -0.0708242729306221, -0.0004946049302816391, -0.23870693147182465, 0.019748114049434662, 0.08922781050205231, -0.02725323662161827, 0.0075713833793997765, 0.14175844192504883, -0.04884159564971924, 0.10632617771625519, -0.07459492236375809, 0.010181199759244919, 0.03958840295672417, -0.09141901135444641, -0.061753302812576294, -0.11232700943946838, 0.021985724568367004, 0.060601856559515, 0.03825640305876732, -0.041722800582647324, -0.013150487095117569, -0.08466672897338867, 0.06005294620990753, 0.07901250571012497, -0.10272620618343353, -0.055644236505031586, 0.08501014113426208, 0.07690552622079849, 0.08963459730148315, -0.08431931585073471, -0.04468809440732002, 0.003472495824098587, 0.029075993224978447, -0.039496105164289474, -0.04120504856109619, 0.036094777286052704, 0.028070921078324318, -0.08213463425636292, -0.10869647562503815, 0.12374626100063324, 0.0549541711807251, -0.01583879254758358, -0.037343285977840424, 0.011698126792907715, -0.13158999383449554, -0.04594682157039642, 0.04586963355541229, 0.002505606971681118, 0.024994583800435066, 0.05851759389042854, -0.0108743691816926, -0.08000710606575012, -0.025720808655023575, 0.014069954864680767, -0.016679221764206886, -0.015626177191734314, 0.024515051394701004, 0.0473126620054245, 0.033815108239650726, -0.03157676011323929, -0.059081338346004486, -0.061369847506284714, -0.026651937514543533, -0.10278136283159256, -0.006904026493430138, -0.0010279833804816008, -0.029188062995672226, 0.09966253489255905, 0.10291531682014465, -0.06834112852811813, 0.03573792427778244, -0.04351373016834259, 0.049749743193387985, 0.036684680730104446, 0.14511710405349731, -0.046368371695280075, -0.09163041412830353, -0.030605431646108627, 0.041202250868082047, 0.0005341880023479462, -0.07111214846372604, -0.04471849650144577, 0.07717154920101166, 0.05040613189339638, 0.052366770803928375, 0.09612438082695007, 0.02735626883804798, -0.05798307806253433, 0.0018472680822014809, 0.11025407910346985, -0.10452800989151001, 0.06450846046209335, 0.09977495670318604, -0.022310733795166016, 0.0021261507645249367, -0.002631672192364931, 0.01112451869994402, -0.07593189179897308, 0.01802685111761093, -0.05237002298235893, -0.011710159480571747, -0.11188710480928421, -0.11074894666671753, 0.06175567954778671, 0.0052387043833732605, -0.055526625365018845, -0.09093039482831955, -0.046930473297834396, -0.0632658302783966, -0.0044353376142680645, -0.05996478348970413, 0.04261934384703636, -0.006398528814315796, -0.10911770164966583, -0.02397453412413597, 0.05968094244599342, 0.03405028581619263, -0.07193318009376526, 0.046391673386096954, -0.08001714944839478, 0.012353228405117989, -0.012503229081630707, 0.03399261459708214, -0.08966347575187683, 0.10914411395788193, -0.042865101248025894, 0.1352807730436325, -0.11916449666023254, 0.029657095670700073, -0.08351639658212662, -0.03375929966568947, 0.044069454073905945, -0.03156181424856186, 0.019075974822044373, 0.09004342555999756, -0.1680298149585724, -0.02801581472158432, 0.11345668137073517, -0.03313465416431427, -0.11107142269611359, 0.06496912240982056, 0.013645865023136139, -0.044614359736442566, 0.04237617552280426, 0.12298664450645447, 0.16139456629753113, -0.033878229558467865, -0.08719733357429504, 0.009336786344647408, 0.04114997759461403, 0.15418635308742523, 0.11050567775964737, -0.092687226831913, 0.057320475578308105, 0.02099873125553131, -0.033385928720235825, -0.03164324536919594, -0.0011794236488640308, -0.06832869350910187, 0.0012376336380839348, -0.03745363652706146, -0.01268216222524643, -0.005187254399061203, -0.11156868934631348, -0.03145010769367218, -0.06414536386728287, -0.10045710951089859, 0.013047141954302788, -0.040470365434885025, 0.027169547975063324, -0.055384546518325806, 0.1594238132238388, -0.0033493079245090485, 0.03206222504377365, -0.1631487011909485, -0.14021356403827667, 0.04716366529464722, 0.025860801339149475, 0.05301089212298393, -0.03434062376618385, -0.00509601179510355, 0.06790914386510849, 0.049313414841890335, -0.004160778596997261, -0.03369929641485214, -0.008481276221573353, -0.012005522847175598, -0.08586136996746063, -0.05394013971090317, -0.012647770345211029, 0.15716072916984558, -0.07763297110795975, -0.036148782819509506, 0.1151653528213501, 0.06834018230438232, 0.004856974817812443, -0.0805603563785553, -0.022385265678167343, 0.034705232828855515, -0.01635798253118992, -0.05228172242641449, -0.0007581077516078949, 0.004790359176695347, 0.01372206024825573, 0.010439129546284676, -0.13945740461349487, -0.13253694772720337, 0.07724632322788239, 0.056994885206222534, -0.053918518126010895, -0.04811670258641243, -0.03135041147470474, -0.023237209767103195, 0.010839015245437622, -0.08148739486932755, 0.06104355305433273, 0.04521404206752777, 0.062330156564712524, -0.04410183057188988, -0.006980329751968384, 0.0037808557972311974, 0.0027954578399658203, -0.007263908162713051, 0.09546035528182983, 0.028491245582699776, -0.09009876847267151, 0.10628479719161987, 0.01081441156566143, -0.015307480469346046, 0.06699563562870026, -0.013839478604495525, -0.1083228662610054, -0.029250070452690125, 0.10254768282175064, 0.0382830947637558, 0.0607895702123642, -0.03118278831243515, 0.046155426651239395, 0.051403313875198364, -0.043407052755355835, -0.013699901290237904, -0.082260861992836, 0.030652936547994614, 0.03388913348317146, -0.03074643760919571, -0.01328505203127861, -0.028279228135943413, 0.03383876383304596, 0.06834451109170914, 0.07657596468925476, 0.028781190514564514, -0.027297457680106163, -0.09420798718929291, -0.12913548946380615, 0.1410481035709381, -0.1477615386247635, -0.23200848698616028, -0.1132117211818695, -0.07849294692277908, -0.0032506659626960754, 0.0079946992918849, 0.012492669746279716, -0.032177865505218506, -0.05373028665781021, -0.09987254440784454, -0.02325306087732315, -0.03360247239470482, -0.09760802239179611, -0.10743274539709091, 0.016636893153190613, 0.015751760452985764, -0.052096083760261536, 0.017282824963331223, 0.06091327965259552, -0.032613299787044525, 0.005595816764980555, 0.02644721046090126, 0.15139757096767426, 0.12611663341522217, -0.00005132146179676056, 0.007720605935901403, -0.022291913628578186, 0.23868387937545776, -0.10112583637237549, 0.0685746818780899, 0.020473074167966843, -0.05129621922969818, 0.0690295472741127, 0.16366460919380188, 0.038637638092041016, 0.02124691754579544, 0.017022574320435524, 0.024803534150123596, -0.036922600120306015, -0.2067149579524994, -0.06271201372146606, -0.06827809661626816, 0.10799590498209, 0.09507523477077484, 0.022101273760199547, 0.06623754650354385, 0.04156769439578056, -0.05397883430123329, 0.05612017959356308, -0.0118973758071661, 0.06939756125211716, 0.03430384024977684, 0.01765659637749195, 0.009156697429716587, -0.014089350588619709, 0.04790561646223068, 0.07632187008857727, 0.04907166212797165, 0.0537080392241478, -0.06075669825077057, 0.17134465277194977, 0.02779604308307171, 0.16986876726150513, -0.0340774841606617, -0.023245442658662796, 0.006462499499320984, 0.07235904037952423, 0.02242807112634182, -0.07056666165590286, -0.020660653710365295, 0.09780081361532211, 0.18168579041957855, 0.018765754997730255, 0.02874778024852276, -0.0056150853633880615, 0.05603565648198128, 0.1806211918592453, 0.05050785839557648, -0.11640878021717072, -0.030097711831331253, 0.022434938699007034, 0.053914327174425125, -0.10591191798448563, 0.007254454772919416, 0.13565748929977417, -0.12974710762500763, 0.010522550903260708, -0.024402497336268425, 0.08981423079967499, -0.007036592811346054, -0.03994802013039589, 0.12047368288040161, 0.07320120930671692, 0.013218367472290993, 0.08237677812576294, -0.15721333026885986, -0.02780025452375412, 0.03199516981840134, -0.02309841848909855, -0.028531594201922417, 0.05225422605872154, 0.0013969851424917579, 0.016833525151014328, 0.10388855636119843, 0.01845390908420086, 0.02438029833137989, -0.0857972577214241, -0.062208469957113266, 0.0005189613439142704, 0.09879817068576813, -0.12005049735307693, 0.09875062853097916, -0.024716146290302277, -0.037553030997514725, -0.05390152335166931, -0.01070861890912056, -0.030264239758253098, -0.167857825756073, 0.04277147725224495, -0.024151962250471115, 0.06082303822040558, -0.048165831714868546, 0.029168512672185898, -0.09739227592945099, 0.18690921366214752, -0.14451150596141815, -0.07179296016693115, -0.08719559013843536, 0.10150454938411713, 0.10509391129016876, -0.02452697604894638, 0.045354340225458145, -0.09623017907142639, 0.16744446754455566, -0.005659874528646469, -0.05270753800868988, 0.024717465043067932, -0.0635349452495575, -0.11931367218494415, -0.05818764492869377, 0.1352476179599762, -0.02800339087843895, 0.06676120311021805, -0.01789693906903267, 0.08462362736463547, -0.05631355941295624, -0.09148065000772476, 0.0185825414955616, 0.04342634603381157, 0.006152704358100891, 0.15988388657569885, 0.02570265159010887, -0.07945246249437332, -0.09049751609563828, -0.0016105938702821732, 0.09784388542175293, 0.12415871024131775, -0.10113997012376785, 0.01839965209364891, -0.00968763418495655, -0.05392497777938843, -0.25295060873031616, -0.002454604022204876, 0.08011454343795776, -0.018004126846790314, 0.019630663096904755, -0.09931524842977524, 0.02707812190055847, 0.030191190540790558, 0.008263867348432541, 0.16211462020874023, -0.24119442701339722, -0.054776616394519806, -0.03210041671991348, 0.04418976604938507, -0.3053666651248932, -0.18841665983200073, -0.12154127657413483, 0.0013224752619862556, -0.15194839239120483, 0.07684428989887238, -0.0315457247197628, 0.005210490897297859, 0.007536184974014759, -0.005941035225987434, 0.029064945876598358, -0.028083330020308495, 0.15004131197929382, -0.06048845127224922, -0.018381893634796143, -0.07177507877349854, -0.03315552696585655, 0.04391658306121826, -0.03712346404790878, 0.03728676959872246, -0.09758169949054718, 0.04721827059984207, -0.008761142380535603, 0.051141202449798584, -0.07443142682313919, 0.025357471778988838, -0.06734204292297363, 0.00802597589790821, -0.14481809735298157, 0.013255570083856583, 0.0842144787311554, 0.033371757715940475, 0.04024044796824455, -0.04444266855716705, 0.05925407633185387, 0.2178434133529663, -0.011873660609126091, 0.08066269755363464, -0.2413850575685501, -0.018561001867055893, -0.013466330245137215, 0.020526887848973274, -0.12085551768541336, -0.02366846427321434, 0.08719876408576965, 0.04746905341744423, 0.14338266849517822, 0.0221499502658844, -0.14531062543392181, 0.015612106770277023, 0.05782502889633179, -0.05851321294903755, -0.14545106887817383, -0.006341070868074894, 0.08274821937084198, -0.13045623898506165, -0.1406257450580597, 0.019181301817297935, 0.0005982599104754627, 0.01701168343424797, 0.014522556215524673, 0.06426035612821579, 0.008930759504437447, 0.034153081476688385, 0.08810414373874664, 0.0433201789855957, -0.0965830385684967, 0.054090484976768494, 0.12286761403083801, -0.11576301604509354, -0.015590413473546505, 0.14845973253250122, -0.04344558343291283, -0.05994410812854767, 0.019292466342449188, 0.005820100195705891, 0.03571505844593048, -0.0399613119661808, 0.06276258826255798, -0.11854052543640137, 0.05527869611978531, 0.0748029351234436, 0.002209411934018135, 0.06526315212249756, 0.02139352448284626, -0.006991475820541382, -0.04466252774000168, 0.16788849234580994, -0.07939327508211136, 0.049930259585380554, -0.0007302290759980679, 0.009206186980009079, 0.010085463523864746, 0.058663465082645416, 0.037961676716804504, -0.04821976274251938, -0.022054243832826614, 0.00353164691478014, -0.10384641587734222, 0.0885121077299118, -0.06921412795782089, -0.02835174836218357, 0.005380826070904732, 0.025817271322011948, 0.016977854073047638, 0.01168545987457037, -0.02274281159043312, -0.10466347634792328, -0.07715506851673126, 0.06170518696308136, -0.16338187456130981, -0.016850044950842857, 0.05583502724766731, -0.0678810328245163, 0.04189487174153328, -0.0206928513944149, -0.0033127274364233017, 0.020686445757746696, -0.09900753945112228, -0.022846128791570663, 0.03219641000032425, 0.05459844321012497, 0.04709213972091675, -0.0054955556988716125, -0.018972164019942284, -0.030461974442005157, -0.11743205785751343, 0.006017080508172512, 0.015569391660392284, -0.0839981883764267, 0.041684046387672424, -0.05254027992486954, -0.01232849806547165, -0.04423610121011734, 0.07878055423498154, 0.003976212348788977, 0.008083805441856384, 0.062104713171720505, -0.030329586938023567, 0.11721588671207428, -0.09778522700071335, -0.052944429218769073, 0.017651891335844994, 0.03533745929598808, -0.06104021519422531, 0.01946084015071392, 0.07284469902515411, -0.03305356949567795, 0.09906474500894547, 0.011900996789336205, 0.05675248056650162, -0.006466422230005264, 0.03143591806292534, 0.04745089262723923, 0.08835967630147934, 0.043602123856544495, 0.03606172651052475, -0.04889395087957382, 0.0015657097101211548, -0.022080525755882263, 0.019066181033849716, -0.015681849792599678, 0.07778780162334442, 0.04860352724790573, 0.14568117260932922, 0.026838624849915504, 0.04668375849723816, -0.11133397370576859, 0.030583081766963005, 0.07395367324352264, -0.051512472331523895, 0.07261623442173004, -0.06198147311806679, 0.11844348907470703, 0.039526622742414474, -0.1749192774295807, 0.06240282580256462, -0.06657064706087112, -0.06738826632499695, 0.020710911601781845, -0.01259436272084713, -0.04691097140312195, -0.06657937169075012, -0.01042148657143116, -0.11480636894702911, 0.09201398491859436, 0.07117748260498047, -0.025189168751239777, -0.029711879789829254, 0.11554029583930969, -0.028527572751045227, -0.09481799602508545, 0.045166678726673126, 0.024862196296453476, 0.03999393433332443, 0.06910109519958496, 0.02745232731103897, 0.05527408421039581, 0.0030724196694791317, 0.11079429090023041, 0.1064615249633789, 0.05403563007712364, 0.07529926300048828, -0.042957402765750885, -0.06690521538257599, 0.052369169890880585, -0.005465415306389332, -0.10460814833641052, 0.12591442465782166, 0.04797741025686264, 0.0562010295689106, -0.00528778787702322, 0.07167720794677734, -0.03016846999526024, -0.010144855827093124, -0.1400795876979828, 0.016151418909430504, -0.07832600176334381, 0.008645816706120968, 0.006960982456803322, -0.17063388228416443, -0.028782213106751442, 0.15938013792037964, 0.10201945155858994, -0.08325989544391632, 0.005575438961386681, 0.04887580871582031, 0.009986115619540215, -0.014431613497436047, 0.055362217128276825, 0.015962962061166763, 0.14956484735012054, -0.059539418667554855, 0.026852712035179138, -0.04793817549943924, -0.06817909330129623, -0.07988183200359344, 0.011510025709867477, -0.023222293704748154, -0.028239605948328972, -0.07021839916706085, 0.06747391819953918, -0.08775153011083603, -0.15365707874298096, 0.14055007696151733, -0.09124818444252014, -0.06863205134868622, -0.0043403031304478645, 0.043828077614307404, 0.03123408928513527, 0.038606200367212296, -0.0022051120176911354, -0.03225066512823105, 0.11484629660844803, -0.017443109303712845, -0.04433633014559746, -0.038080260157585144, 0.028700273483991623, -0.07073495537042618, 0.1594342291355133, 0.01546931080520153, 0.08314444869756699, 0.05492248386144638, 0.05796337127685547, -0.08134640753269196, 0.01737065054476261, 0.1510915756225586, -0.03800179809331894, 0.017557477578520775, 0.10049550235271454, 0.010441303253173828, 0.10169462859630585, 0.10371387004852295, 0.014739331789314747, 0.035243697464466095, 0.04285909980535507, 0.018380960449576378, -0.12196791172027588, -0.053611982613801956, -0.09933501482009888, 0.08744405955076218, 0.16388258337974548, -0.024803435429930687, -0.0026657837443053722, 0.008656956255435944, -0.02125774696469307, -0.03057977929711342, 0.17531970143318176, -0.017257429659366608, -0.03300495073199272, 0.0240185409784317, -0.060061946511268616, 0.10693874210119247, -0.1626604199409485, -0.035978347063064575, 0.031176209449768066, 0.013424267992377281, 0.00799260288476944, 0.13465344905853271, 0.023527638986706734, -0.05222342908382416, -0.05338989198207855, -0.03988456353545189, 0.015479302033782005, 0.12882351875305176, -0.017786651849746704, -0.026874791830778122 ]
075e1c601ff242f9760ca85cf68b5ec41963d4e6
# Dataset Card for Conceptnet5 ## 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/commonsense/conceptnet5/wiki - **Repository:** https://github.com/commonsense/conceptnet5/wiki - **Paper:** https://arxiv.org/abs/1612.03975 ### Dataset Summary ConceptNet is a multilingual knowledge base, representing words and phrases that people use and the common-sense relationships between them. The knowledge in ConceptNet is collected from a variety of resources, including crowd-sourced resources (such as Wiktionary and Open Mind Common Sense), games with a purpose (such as Verbosity and nadya.jp), and expert-created resources (such as WordNet and JMDict). You can browse what ConceptNet knows at http://conceptnet.io. This dataset is designed to provide training data for common sense relationships pulls together from various sources. The dataset is multi-lingual. See langauge codes and language info here: https://github.com/commonsense/conceptnet5/wiki/Languages This dataset provides an interface for the conceptnet5 csv file, and some (but not all) of the raw text data used to build conceptnet5: omcsnet_sentences_free.txt, and omcsnet_sentences_more.txt. One use of this dataset would be to learn to extract the conceptnet relationship from the omcsnet sentences. Conceptnet5 has 34,074,917 relationships. Of those relationships, there are 2,176,099 surface text sentences related to those 2M entries. omcsnet_sentences_free has 898,161 lines. omcsnet_sentences_more has 2,001,736 lines. Original downloads are available here https://github.com/commonsense/conceptnet5/wiki/Downloads. For more information, see: https://github.com/commonsense/conceptnet5/wiki The omcsnet data comes with the following warning from the authors of the above site: Remember: this data comes from various forms of crowdsourcing. Sentences in these files are not necessarily true, useful, or appropriate. ### Languages en, fr, it, de, es, ru, pt, ja, nl, zh and others ## Dataset Structure ### Data Instances There are three configurations for the dataset: conceptnet5, omcs_sentences_free, omcs_sentences_more. Conceptnet5 defines: `` { 'sentence': ..., 'full_rel': ..., 'rel': ..., 'arg1': ..., 'arg2': ..., 'lang': ..., 'extra_info': ... 'weight': ... } `` The omcs text defines: `` { 'sentence': ..., 'raw_data': ... 'weight': ... } `` ### Data Fields For conceptnet5 configurations: * full_rel: the full relationship. e.g., /a/[/r/Antonym/,/c/en/able/,/c/en/cane/] * rel: the binary relationship. e.g., /r/Antonym * arg1: the first argument to the binary relationship. e.g., /c/en/able * arg2: the second argument to the binary relationship. e.g., /c/en/cane * lang: the language code. e.g., en, fr, etc. If the arg1 and arg2 are two different languages, then the form os lang1/lang2. * extra_info: a string that includes json data that has the dataset name, license type (mostly cc-4.0), contributor, etc. e.g., : {"dataset": "/d/verbosity", "license": "cc:by/4.0", "sources": [{"contributor": "/s/resource/verbosity"}], "surfaceEnd": "cane", "surfaceStart": "able", "surfaceText": "[[able]] is the opposite of [[cane]]", "weight": 0.299} * sentence: the sentence from which the relationship was extracted, if one exists, with brackets around the arg1 and arg2. e.g., [[able]] is the opposite of [[cane]] * weight: the weight assigned by the curators or automatically to the relationship, between 1.0-0.0, higher being more certain. For the omcs text configurations: * sentence: the raw sentence * raw_data: the raw tab seperated data of the form, id, text, curator_id, created_on, lanugage_id, activity_id, and score. Most of this information was tied to older systems for entering the data os was not partsed into fields for the dataset. e.g., 1237278 someone can be at catch 10805 2006-11-14 17:56:49.70872-05 en 27 1 * lang: the language code ### Data Splits There are no splits. ## Dataset Creation ### Curation Rationale This dataset was gathered and created over many years for research in common sense reasoning. ### Source Data #### Initial Data Collection and Normalization Started as the Open Mind Common Sense project at MIT Media Lab in 1999. See https://en.wikipedia.org/wiki/Open_Mind_Common_Sense #### Who are the source language producers? Crowd Sourced ### Annotations #### Annotation process Crowd Source template text, games, etc. #### Who are the annotators? Crowd sourced. ### Personal and Sensitive Information Unkown, but likely there are names of famous individuals. ## Considerations for Using the Data ### Social Impact of Dataset The goal for the work is to help machines understand common sense. ### Discussion of Biases See the website and paper for efforts to minimize data bias, but please note that omcs_sentences_free, omcs_sentences_more are raw data entered by users and may very well have biased data. ### Other Known Limitations While the relationship dataset is large, the amount of actual sentences is limited. ## Additional Information ### Dataset Curators The authors of https://github.com/commonsense/conceptnet5/wiki and Luminoso. ### Licensing Information This work includes data from ConceptNet 5, which was compiled by the Commonsense Computing Initiative. ConceptNet 5 is freely available under the Creative Commons Attribution-ShareAlike license (CC BY SA 3.0) from http://conceptnet.io. The included data was created by contributors to Commonsense Computing projects, contributors to Wikimedia projects, DBPedia, OpenCyc, Games with a Purpose, Princeton University's WordNet, Francis Bond's Open Multilingual WordNet, and Jim Breen's JMDict. Credits and acknowledgements ConceptNet has been developed by: The MIT Media Lab, through various groups at different times: Commonsense Computing Software Agents Digital Intuition The Commonsense Computing Initiative, a worldwide collaboration with contributions from: National Taiwan University Universidade Federal de São Carlos Hokkaido University Tilburg University Nihon Unisys Labs Dentsu Inc. Kyoto University Yahoo Research Japan Luminoso Technologies, Inc. Significant amounts of data were imported from: WordNet, a project of Princeton University Open Multilingual WordNet, compiled by Francis Bond and Kyonghee Paik Wikipedia and Wiktionary, collaborative projects of the Wikimedia Foundation Luis von Ahn's "Games with a Purpose" JMDict, compiled by Jim Breen CC-CEDict, by MDBG The Unicode CLDR DBPedia Here is a short, incomplete list of people who have made significant contributions to the development of ConceptNet as a data resource, roughly in order of appearance: Push Singh Catherine Havasi Hugo Liu Hyemin Chung Robyn Speer Ken Arnold Yen-Ling Kuo Joshua Chin Joanna Lowry-Duda Robert Beaudoin Naoki Otani Vanya Cohen Licenses for included resources Commonsense Computing The Commonsense Computing project originated at the MIT Media Lab and expanded worldwide. Tens of thousands of contributors have taken some time to teach facts to computers. Their pseudonyms can be found in the "sources" list found in ConceptNet's raw data and in its API. Games with a Purpose Data collected from Verbosity, one of the CMU "Games with a Purpose", is used and released under ConceptNet's license, by permission from Luis von Ahn and Harshit Surana. Verbosity players are anonymous, so in the "sources" list, data from Verbosity is simply credited to the pseudonym "verbosity". Wikimedia projects ConceptNet uses data directly from Wiktionary, the free dictionary. It also uses data from Wikipedia, the free encyclopedia via DBPedia. Wiktionary and Wikipedia are collaborative projects, authored by their respective online communities. They are currently released under the Creative Commons Attribution-ShareAlike license. Wikimedia encourages giving attribution by providing links to the hosted pages that the data came from, and DBPedia asks for the same thing in turn. In addition to crediting the assertions that came from Wiktionary and DBPedia, we also provide "ExternalURL" edges pointing to the page that they came from. For example, the term /c/de/sprache has an ExternalURL link pointing to http://en.wiktionary.org/wiki/Sprache. Its list of individual contributors can be seen by following its "History" link. The URLs of links to DBPedia are the same as the resource names that DBPedia uses, encouraging interoperability with their linked data. WordNet WordNet is available under an unencumbered license: see http://wordnet.princeton.edu/wordnet/license/. Its text is reproduced below: WordNet Release 3.0 This software and database is being provided to you, the LICENSEE, by Princeton University under the following license. By obtaining, using and/or copying this software and database, you agree that you have read, understood, and will comply with these terms and conditions.: Permission to use, copy, modify and distribute this software and database and its documentation for any purpose and without fee or royalty is hereby granted, provided that you agree to comply with the following copyright notice and statements, including the disclaimer, and that the same appear on ALL copies of the software, database and documentation, including modifications that you make for internal use or for distribution. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved. THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT- ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. The name of Princeton University or Princeton may not be used in advertising or publicity pertaining to distribution of the software and/or database. Title to copyright in this software, database and any associated documentation shall at all times remain with Princeton University and LICENSEE agrees to preserve same. Open Multilingual WordNet Open Multilingual WordNet was compiled by Francis Bond, Kyonghee Paik, and Ryan Foster, from data provided by many multilingual WordNet projects. Here is the complete list of references to the projects that created the data. ### Citation Information ``` @paper{speer2017conceptnet, author = {Robyn Speer and Joshua Chin and Catherine Havasi}, title = {ConceptNet 5.5: An Open Multilingual Graph of General Knowledge}, conference = {AAAI Conference on Artificial Intelligence}, year = {2017}, pages = {4444--4451}, keywords = {ConceptNet; knowledge graph; word embeddings}, url = {http://aaai.org/ocs/index.php/AAAI/AAAI17/paper/view/14972} } ``` ### Contributions Thanks to [@ontocord](https://github.com/ontocord) for adding this dataset.
conceptnet5
[ "task_categories:text-classification", "task_ids:multi-class-classification", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "size_categories:10M<n<100M", "size_categories:1M<n<10M", "source_datasets:original", "language:de", "language:en", "language:es", "language:fr", "language:it", "language:ja", "language:nl", "language:pt", "language:ru", "language:zh", "license:cc-by-4.0", "arxiv:1612.03975", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced", "found"], "language": ["de", "en", "es", "fr", "it", "ja", "nl", "pt", "ru", "zh"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M", "10M<n<100M", "1M<n<10M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-class-classification"], "paperswithcode_id": "conceptnet", "pretty_name": "Conceptnet5", "config_names": ["conceptnet5", "omcs_sentences_free", "omcs_sentences_more"], "dataset_info": [{"config_name": "conceptnet5", "features": [{"name": "sentence", "dtype": "string"}, {"name": "full_rel", "dtype": "string"}, {"name": "rel", "dtype": "string"}, {"name": "arg1", "dtype": "string"}, {"name": "arg2", "dtype": "string"}, {"name": "lang", "dtype": "string"}, {"name": "extra_info", "dtype": "string"}, {"name": "weight", "dtype": "float32"}], "splits": [{"name": "train", "num_bytes": 11493772756, "num_examples": 34074917}], "download_size": 1280623369, "dataset_size": 11493772756}, {"config_name": "omcs_sentences_free", "features": [{"name": "sentence", "dtype": "string"}, {"name": "raw_data", "dtype": "string"}, {"name": "lang", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 174810230, "num_examples": 898160}], "download_size": 72941617, "dataset_size": 174810230}, {"config_name": "omcs_sentences_more", "features": [{"name": "sentence", "dtype": "string"}, {"name": "raw_data", "dtype": "string"}, {"name": "lang", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 341421867, "num_examples": 2001735}], "download_size": 129630544, "dataset_size": 341421867}], "configs": [{"config_name": "conceptnet5", "data_files": [{"split": "train", "path": "conceptnet5/train-*"}], "default": true}, {"config_name": "omcs_sentences_free", "data_files": [{"split": "train", "path": "omcs_sentences_free/train-*"}]}, {"config_name": "omcs_sentences_more", "data_files": [{"split": "train", "path": "omcs_sentences_more/train-*"}]}]}
2024-02-08T12:07:58+00:00
[ "1612.03975" ]
[ "de", "en", "es", "fr", "it", "ja", "nl", "pt", "ru", "zh" ]
TAGS #task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10M<n<100M #size_categories-1M<n<10M #source_datasets-original #language-German #language-English #language-Spanish #language-French #language-Italian #language-Japanese #language-Dutch #language-Portuguese #language-Russian #language-Chinese #license-cc-by-4.0 #arxiv-1612.03975 #region-us
# Dataset Card for Conceptnet5 ## 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 ConceptNet is a multilingual knowledge base, representing words and phrases that people use and the common-sense relationships between them. The knowledge in ConceptNet is collected from a variety of resources, including crowd-sourced resources (such as Wiktionary and Open Mind Common Sense), games with a purpose (such as Verbosity and URL), and expert-created resources (such as WordNet and JMDict). You can browse what ConceptNet knows at URL. This dataset is designed to provide training data for common sense relationships pulls together from various sources. The dataset is multi-lingual. See langauge codes and language info here: URL This dataset provides an interface for the conceptnet5 csv file, and some (but not all) of the raw text data used to build conceptnet5: omcsnet_sentences_free.txt, and omcsnet_sentences_more.txt. One use of this dataset would be to learn to extract the conceptnet relationship from the omcsnet sentences. Conceptnet5 has 34,074,917 relationships. Of those relationships, there are 2,176,099 surface text sentences related to those 2M entries. omcsnet_sentences_free has 898,161 lines. omcsnet_sentences_more has 2,001,736 lines. Original downloads are available here URL For more information, see: URL The omcsnet data comes with the following warning from the authors of the above site: Remember: this data comes from various forms of crowdsourcing. Sentences in these files are not necessarily true, useful, or appropriate. ### Languages en, fr, it, de, es, ru, pt, ja, nl, zh and others ## Dataset Structure ### Data Instances There are three configurations for the dataset: conceptnet5, omcs_sentences_free, omcs_sentences_more. Conceptnet5 defines: '' { 'sentence': ..., 'full_rel': ..., 'rel': ..., 'arg1': ..., 'arg2': ..., 'lang': ..., 'extra_info': ... 'weight': ... } '' The omcs text defines: '' { 'sentence': ..., 'raw_data': ... 'weight': ... } '' ### Data Fields For conceptnet5 configurations: * full_rel: the full relationship. e.g., /a/[/r/Antonym/,/c/en/able/,/c/en/cane/] * rel: the binary relationship. e.g., /r/Antonym * arg1: the first argument to the binary relationship. e.g., /c/en/able * arg2: the second argument to the binary relationship. e.g., /c/en/cane * lang: the language code. e.g., en, fr, etc. If the arg1 and arg2 are two different languages, then the form os lang1/lang2. * extra_info: a string that includes json data that has the dataset name, license type (mostly cc-4.0), contributor, etc. e.g., : {"dataset": "/d/verbosity", "license": "cc:by/4.0", "sources": [{"contributor": "/s/resource/verbosity"}], "surfaceEnd": "cane", "surfaceStart": "able", "surfaceText": "[[able]] is the opposite of [[cane]]", "weight": 0.299} * sentence: the sentence from which the relationship was extracted, if one exists, with brackets around the arg1 and arg2. e.g., [[able]] is the opposite of [[cane]] * weight: the weight assigned by the curators or automatically to the relationship, between 1.0-0.0, higher being more certain. For the omcs text configurations: * sentence: the raw sentence * raw_data: the raw tab seperated data of the form, id, text, curator_id, created_on, lanugage_id, activity_id, and score. Most of this information was tied to older systems for entering the data os was not partsed into fields for the dataset. e.g., 1237278 someone can be at catch 10805 2006-11-14 17:56:49.70872-05 en 27 1 * lang: the language code ### Data Splits There are no splits. ## Dataset Creation ### Curation Rationale This dataset was gathered and created over many years for research in common sense reasoning. ### Source Data #### Initial Data Collection and Normalization Started as the Open Mind Common Sense project at MIT Media Lab in 1999. See URL #### Who are the source language producers? Crowd Sourced ### Annotations #### Annotation process Crowd Source template text, games, etc. #### Who are the annotators? Crowd sourced. ### Personal and Sensitive Information Unkown, but likely there are names of famous individuals. ## Considerations for Using the Data ### Social Impact of Dataset The goal for the work is to help machines understand common sense. ### Discussion of Biases See the website and paper for efforts to minimize data bias, but please note that omcs_sentences_free, omcs_sentences_more are raw data entered by users and may very well have biased data. ### Other Known Limitations While the relationship dataset is large, the amount of actual sentences is limited. ## Additional Information ### Dataset Curators The authors of URL and Luminoso. ### Licensing Information This work includes data from ConceptNet 5, which was compiled by the Commonsense Computing Initiative. ConceptNet 5 is freely available under the Creative Commons Attribution-ShareAlike license (CC BY SA 3.0) from URL. The included data was created by contributors to Commonsense Computing projects, contributors to Wikimedia projects, DBPedia, OpenCyc, Games with a Purpose, Princeton University's WordNet, Francis Bond's Open Multilingual WordNet, and Jim Breen's JMDict. Credits and acknowledgements ConceptNet has been developed by: The MIT Media Lab, through various groups at different times: Commonsense Computing Software Agents Digital Intuition The Commonsense Computing Initiative, a worldwide collaboration with contributions from: National Taiwan University Universidade Federal de São Carlos Hokkaido University Tilburg University Nihon Unisys Labs Dentsu Inc. Kyoto University Yahoo Research Japan Luminoso Technologies, Inc. Significant amounts of data were imported from: WordNet, a project of Princeton University Open Multilingual WordNet, compiled by Francis Bond and Kyonghee Paik Wikipedia and Wiktionary, collaborative projects of the Wikimedia Foundation Luis von Ahn's "Games with a Purpose" JMDict, compiled by Jim Breen CC-CEDict, by MDBG The Unicode CLDR DBPedia Here is a short, incomplete list of people who have made significant contributions to the development of ConceptNet as a data resource, roughly in order of appearance: Push Singh Catherine Havasi Hugo Liu Hyemin Chung Robyn Speer Ken Arnold Yen-Ling Kuo Joshua Chin Joanna Lowry-Duda Robert Beaudoin Naoki Otani Vanya Cohen Licenses for included resources Commonsense Computing The Commonsense Computing project originated at the MIT Media Lab and expanded worldwide. Tens of thousands of contributors have taken some time to teach facts to computers. Their pseudonyms can be found in the "sources" list found in ConceptNet's raw data and in its API. Games with a Purpose Data collected from Verbosity, one of the CMU "Games with a Purpose", is used and released under ConceptNet's license, by permission from Luis von Ahn and Harshit Surana. Verbosity players are anonymous, so in the "sources" list, data from Verbosity is simply credited to the pseudonym "verbosity". Wikimedia projects ConceptNet uses data directly from Wiktionary, the free dictionary. It also uses data from Wikipedia, the free encyclopedia via DBPedia. Wiktionary and Wikipedia are collaborative projects, authored by their respective online communities. They are currently released under the Creative Commons Attribution-ShareAlike license. Wikimedia encourages giving attribution by providing links to the hosted pages that the data came from, and DBPedia asks for the same thing in turn. In addition to crediting the assertions that came from Wiktionary and DBPedia, we also provide "ExternalURL" edges pointing to the page that they came from. For example, the term /c/de/sprache has an ExternalURL link pointing to URL Its list of individual contributors can be seen by following its "History" link. The URLs of links to DBPedia are the same as the resource names that DBPedia uses, encouraging interoperability with their linked data. WordNet WordNet is available under an unencumbered license: see URL Its text is reproduced below: WordNet Release 3.0 This software and database is being provided to you, the LICENSEE, by Princeton University under the following license. By obtaining, using and/or copying this software and database, you agree that you have read, understood, and will comply with these terms and conditions.: Permission to use, copy, modify and distribute this software and database and its documentation for any purpose and without fee or royalty is hereby granted, provided that you agree to comply with the following copyright notice and statements, including the disclaimer, and that the same appear on ALL copies of the software, database and documentation, including modifications that you make for internal use or for distribution. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved. THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT- ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. The name of Princeton University or Princeton may not be used in advertising or publicity pertaining to distribution of the software and/or database. Title to copyright in this software, database and any associated documentation shall at all times remain with Princeton University and LICENSEE agrees to preserve same. Open Multilingual WordNet Open Multilingual WordNet was compiled by Francis Bond, Kyonghee Paik, and Ryan Foster, from data provided by many multilingual WordNet projects. Here is the complete list of references to the projects that created the data. ### Contributions Thanks to @ontocord for adding this dataset.
[ "# Dataset Card for Conceptnet5", "## 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", "### Dataset Summary\n\nConceptNet is a multilingual knowledge base, representing words and\nphrases that people use and the common-sense relationships between\nthem. The knowledge in ConceptNet is collected from a variety of\nresources, including crowd-sourced resources (such as Wiktionary and\nOpen Mind Common Sense), games with a purpose (such as Verbosity and\nURL), and expert-created resources (such as WordNet and JMDict).\n\nYou can browse what ConceptNet knows at URL.\n\nThis dataset is designed to provide training data\nfor common sense relationships pulls together from various sources.\n\nThe dataset is multi-lingual. See langauge codes and language info\nhere: URL\n\n\nThis dataset provides an interface for the conceptnet5 csv file, and\nsome (but not all) of the raw text data used to build conceptnet5:\nomcsnet_sentences_free.txt, and omcsnet_sentences_more.txt.\n\nOne use of this dataset would be to learn to extract the conceptnet\nrelationship from the omcsnet sentences.\n\nConceptnet5 has 34,074,917 relationships. Of those relationships,\nthere are 2,176,099 surface text sentences related to those 2M\nentries.\n\nomcsnet_sentences_free has 898,161 lines. omcsnet_sentences_more has\n2,001,736 lines.\n\nOriginal downloads are available here\nURL For more\ninformation, see: URL\n\nThe omcsnet data comes with the following warning from the authors of\nthe above site: \n\nRemember: this data comes from various forms of\ncrowdsourcing. Sentences in these files are not necessarily true,\nuseful, or appropriate.", "### Languages\nen, fr, it, de, es, ru, pt, ja, nl, zh and others", "## Dataset Structure", "### Data Instances\n\nThere are three configurations for the dataset: conceptnet5, omcs_sentences_free, omcs_sentences_more. \n\nConceptnet5 defines:\n\n''\n{\n\t'sentence': ...,\n\t'full_rel': ...,\n\t'rel': ...,\n\t'arg1': ...,\n\t'arg2': ...,\n\t'lang': ...,\n\t'extra_info': ...\n\t'weight': ...\n}\n''\n\nThe omcs text defines:\n''\n{\n\t'sentence': ...,\n\t'raw_data': ...\n\t'weight': ...\n}\n''", "### Data Fields\n\nFor conceptnet5 configurations:\n* full_rel: the full relationship. e.g., /a/[/r/Antonym/,/c/en/able/,/c/en/cane/] \n* rel: the binary relationship. e.g., /r/Antonym \n* arg1: the first argument to the binary relationship. e.g., /c/en/able\n* arg2: the second argument to the binary relationship. e.g., /c/en/cane \n* lang: the language code. e.g., en, fr, etc. If the arg1 and arg2 are two different languages, then the form os lang1/lang2.\n* extra_info: a string that includes json data that has the dataset name, license type (mostly cc-4.0), contributor, etc. e.g., : {\"dataset\": \"/d/verbosity\", \"license\": \"cc:by/4.0\", \"sources\": [{\"contributor\": \"/s/resource/verbosity\"}], \"surfaceEnd\": \"cane\", \"surfaceStart\": \"able\", \"surfaceText\": \"[[able]] is the opposite of [[cane]]\", \"weight\": 0.299}\n* sentence: the sentence from which the relationship was extracted, if one exists, with brackets around the arg1 and arg2. e.g., [[able]] is the opposite of [[cane]]\n* weight: the weight assigned by the curators or automatically to the relationship, between 1.0-0.0, higher being more certain. \n\nFor the omcs text configurations:\n\n* sentence: the raw sentence\n* raw_data: the raw tab seperated data of the form, id, text, curator_id, created_on, lanugage_id, activity_id, and score. Most of this information was tied to older systems for entering the data os was not partsed into fields for the dataset. e.g., 1237278 someone can be at catch 10805 2006-11-14 17:56:49.70872-05 en 27 1\n* lang: the language code", "### Data Splits\n\nThere are no splits.", "## Dataset Creation", "### Curation Rationale\n\nThis dataset was gathered and created over many years for research in common sense reasoning.", "### Source Data", "#### Initial Data Collection and Normalization\n\nStarted as the Open Mind Common Sense project at MIT Media Lab in 1999. See URL", "#### Who are the source language producers?\n\nCrowd Sourced", "### Annotations", "#### Annotation process\n\nCrowd Source template text, games, etc.", "#### Who are the annotators?\n\nCrowd sourced.", "### Personal and Sensitive Information\n\nUnkown, but likely there are names of famous individuals.", "## 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\nSee the website and paper for efforts to minimize data bias, but\nplease note that omcs_sentences_free, omcs_sentences_more are raw data\nentered by users and may very well have biased data.", "### Other Known Limitations\n\nWhile the relationship dataset is large, the amount of actual sentences is limited.", "## Additional Information", "### Dataset Curators\n\nThe authors of URL and Luminoso.", "### Licensing Information\n\nThis work includes data from ConceptNet 5, which was compiled by the\nCommonsense Computing Initiative. ConceptNet 5 is freely available under\nthe Creative Commons Attribution-ShareAlike license (CC BY SA 3.0) from\nURL.\n\nThe included data was created by contributors to Commonsense Computing\nprojects, contributors to Wikimedia projects, DBPedia, OpenCyc, Games\nwith a Purpose, Princeton University's WordNet, Francis Bond's Open\nMultilingual WordNet, and Jim Breen's JMDict.\nCredits and acknowledgements\nConceptNet has been developed by:\n\nThe MIT Media Lab, through various groups at different times:\n\nCommonsense Computing\nSoftware Agents\nDigital Intuition\nThe Commonsense Computing Initiative, a worldwide collaboration with contributions from:\n\nNational Taiwan University\nUniversidade Federal de São Carlos\nHokkaido University\nTilburg University\nNihon Unisys Labs\nDentsu Inc.\nKyoto University\nYahoo Research Japan\nLuminoso Technologies, Inc.\n\nSignificant amounts of data were imported from:\n\nWordNet, a project of Princeton University\nOpen Multilingual WordNet, compiled by Francis Bond and Kyonghee Paik\nWikipedia and Wiktionary, collaborative projects of the Wikimedia Foundation\nLuis von Ahn's \"Games with a Purpose\"\nJMDict, compiled by Jim Breen\nCC-CEDict, by MDBG\nThe Unicode CLDR\nDBPedia\nHere is a short, incomplete list of people who have made significant contributions to the development of ConceptNet as a data resource, roughly in order of appearance:\n\nPush Singh\nCatherine Havasi\nHugo Liu\nHyemin Chung\nRobyn Speer\nKen Arnold\nYen-Ling Kuo\nJoshua Chin\nJoanna Lowry-Duda\nRobert Beaudoin\nNaoki Otani\nVanya Cohen\nLicenses for included resources\nCommonsense Computing\nThe Commonsense Computing project originated at the MIT Media Lab and expanded worldwide. Tens of thousands of contributors have taken some time to teach facts to computers. Their pseudonyms can be found in the \"sources\" list found in ConceptNet's raw data and in its API.\n\nGames with a Purpose\nData collected from Verbosity, one of the CMU \"Games with a Purpose\", is used and released under ConceptNet's license, by permission from Luis von Ahn and Harshit Surana.\n\nVerbosity players are anonymous, so in the \"sources\" list, data from Verbosity is simply credited to the pseudonym \"verbosity\".\n\nWikimedia projects\nConceptNet uses data directly from Wiktionary, the free dictionary. It also uses data from Wikipedia, the free encyclopedia via DBPedia.\n\nWiktionary and Wikipedia are collaborative projects, authored by their respective online communities. They are currently released under the Creative Commons Attribution-ShareAlike license.\n\nWikimedia encourages giving attribution by providing links to the hosted pages that the data came from, and DBPedia asks for the same thing in turn. In addition to crediting the assertions that came from Wiktionary and DBPedia, we also provide \"ExternalURL\" edges pointing to the page that they came from. For example, the term /c/de/sprache has an ExternalURL link pointing to URL Its list of individual contributors can be seen by following its \"History\" link.\n\nThe URLs of links to DBPedia are the same as the resource names that DBPedia uses, encouraging interoperability with their linked data.\n\nWordNet\nWordNet is available under an unencumbered license: see URL Its text is reproduced below:\n\nWordNet Release 3.0\n\nThis software and database is being provided to you, the LICENSEE, by Princeton University under the following license. By obtaining, using and/or copying this software and database, you agree that you have read, understood, and will comply with these terms and conditions.:\n\nPermission to use, copy, modify and distribute this software and database and its documentation for any purpose and without fee or royalty is hereby granted, provided that you agree to comply with the following copyright notice and statements, including the disclaimer, and that the same appear on ALL copies of the software, database and documentation, including modifications that you make for internal use or for distribution.\n\nWordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.\n\nTHIS SOFTWARE AND DATABASE IS PROVIDED \"AS IS\" AND PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT- ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.\n\nThe name of Princeton University or Princeton may not be used in advertising or publicity pertaining to distribution of the software and/or database. Title to copyright in this software, database and any associated documentation shall at all times remain with Princeton University and LICENSEE agrees to preserve same.\n\nOpen Multilingual WordNet\nOpen Multilingual WordNet was compiled by Francis Bond, Kyonghee Paik, and Ryan Foster, from data provided by many multilingual WordNet projects. Here is the complete list of references to the projects that created the data.", "### Contributions\n\nThanks to @ontocord for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10M<n<100M #size_categories-1M<n<10M #source_datasets-original #language-German #language-English #language-Spanish #language-French #language-Italian #language-Japanese #language-Dutch #language-Portuguese #language-Russian #language-Chinese #license-cc-by-4.0 #arxiv-1612.03975 #region-us \n", "# Dataset Card for Conceptnet5", "## 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", "### Dataset Summary\n\nConceptNet is a multilingual knowledge base, representing words and\nphrases that people use and the common-sense relationships between\nthem. The knowledge in ConceptNet is collected from a variety of\nresources, including crowd-sourced resources (such as Wiktionary and\nOpen Mind Common Sense), games with a purpose (such as Verbosity and\nURL), and expert-created resources (such as WordNet and JMDict).\n\nYou can browse what ConceptNet knows at URL.\n\nThis dataset is designed to provide training data\nfor common sense relationships pulls together from various sources.\n\nThe dataset is multi-lingual. See langauge codes and language info\nhere: URL\n\n\nThis dataset provides an interface for the conceptnet5 csv file, and\nsome (but not all) of the raw text data used to build conceptnet5:\nomcsnet_sentences_free.txt, and omcsnet_sentences_more.txt.\n\nOne use of this dataset would be to learn to extract the conceptnet\nrelationship from the omcsnet sentences.\n\nConceptnet5 has 34,074,917 relationships. Of those relationships,\nthere are 2,176,099 surface text sentences related to those 2M\nentries.\n\nomcsnet_sentences_free has 898,161 lines. omcsnet_sentences_more has\n2,001,736 lines.\n\nOriginal downloads are available here\nURL For more\ninformation, see: URL\n\nThe omcsnet data comes with the following warning from the authors of\nthe above site: \n\nRemember: this data comes from various forms of\ncrowdsourcing. Sentences in these files are not necessarily true,\nuseful, or appropriate.", "### Languages\nen, fr, it, de, es, ru, pt, ja, nl, zh and others", "## Dataset Structure", "### Data Instances\n\nThere are three configurations for the dataset: conceptnet5, omcs_sentences_free, omcs_sentences_more. \n\nConceptnet5 defines:\n\n''\n{\n\t'sentence': ...,\n\t'full_rel': ...,\n\t'rel': ...,\n\t'arg1': ...,\n\t'arg2': ...,\n\t'lang': ...,\n\t'extra_info': ...\n\t'weight': ...\n}\n''\n\nThe omcs text defines:\n''\n{\n\t'sentence': ...,\n\t'raw_data': ...\n\t'weight': ...\n}\n''", "### Data Fields\n\nFor conceptnet5 configurations:\n* full_rel: the full relationship. e.g., /a/[/r/Antonym/,/c/en/able/,/c/en/cane/] \n* rel: the binary relationship. e.g., /r/Antonym \n* arg1: the first argument to the binary relationship. e.g., /c/en/able\n* arg2: the second argument to the binary relationship. e.g., /c/en/cane \n* lang: the language code. e.g., en, fr, etc. If the arg1 and arg2 are two different languages, then the form os lang1/lang2.\n* extra_info: a string that includes json data that has the dataset name, license type (mostly cc-4.0), contributor, etc. e.g., : {\"dataset\": \"/d/verbosity\", \"license\": \"cc:by/4.0\", \"sources\": [{\"contributor\": \"/s/resource/verbosity\"}], \"surfaceEnd\": \"cane\", \"surfaceStart\": \"able\", \"surfaceText\": \"[[able]] is the opposite of [[cane]]\", \"weight\": 0.299}\n* sentence: the sentence from which the relationship was extracted, if one exists, with brackets around the arg1 and arg2. e.g., [[able]] is the opposite of [[cane]]\n* weight: the weight assigned by the curators or automatically to the relationship, between 1.0-0.0, higher being more certain. \n\nFor the omcs text configurations:\n\n* sentence: the raw sentence\n* raw_data: the raw tab seperated data of the form, id, text, curator_id, created_on, lanugage_id, activity_id, and score. Most of this information was tied to older systems for entering the data os was not partsed into fields for the dataset. e.g., 1237278 someone can be at catch 10805 2006-11-14 17:56:49.70872-05 en 27 1\n* lang: the language code", "### Data Splits\n\nThere are no splits.", "## Dataset Creation", "### Curation Rationale\n\nThis dataset was gathered and created over many years for research in common sense reasoning.", "### Source Data", "#### Initial Data Collection and Normalization\n\nStarted as the Open Mind Common Sense project at MIT Media Lab in 1999. See URL", "#### Who are the source language producers?\n\nCrowd Sourced", "### Annotations", "#### Annotation process\n\nCrowd Source template text, games, etc.", "#### Who are the annotators?\n\nCrowd sourced.", "### Personal and Sensitive Information\n\nUnkown, but likely there are names of famous individuals.", "## 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\nSee the website and paper for efforts to minimize data bias, but\nplease note that omcs_sentences_free, omcs_sentences_more are raw data\nentered by users and may very well have biased data.", "### Other Known Limitations\n\nWhile the relationship dataset is large, the amount of actual sentences is limited.", "## Additional Information", "### Dataset Curators\n\nThe authors of URL and Luminoso.", "### Licensing Information\n\nThis work includes data from ConceptNet 5, which was compiled by the\nCommonsense Computing Initiative. ConceptNet 5 is freely available under\nthe Creative Commons Attribution-ShareAlike license (CC BY SA 3.0) from\nURL.\n\nThe included data was created by contributors to Commonsense Computing\nprojects, contributors to Wikimedia projects, DBPedia, OpenCyc, Games\nwith a Purpose, Princeton University's WordNet, Francis Bond's Open\nMultilingual WordNet, and Jim Breen's JMDict.\nCredits and acknowledgements\nConceptNet has been developed by:\n\nThe MIT Media Lab, through various groups at different times:\n\nCommonsense Computing\nSoftware Agents\nDigital Intuition\nThe Commonsense Computing Initiative, a worldwide collaboration with contributions from:\n\nNational Taiwan University\nUniversidade Federal de São Carlos\nHokkaido University\nTilburg University\nNihon Unisys Labs\nDentsu Inc.\nKyoto University\nYahoo Research Japan\nLuminoso Technologies, Inc.\n\nSignificant amounts of data were imported from:\n\nWordNet, a project of Princeton University\nOpen Multilingual WordNet, compiled by Francis Bond and Kyonghee Paik\nWikipedia and Wiktionary, collaborative projects of the Wikimedia Foundation\nLuis von Ahn's \"Games with a Purpose\"\nJMDict, compiled by Jim Breen\nCC-CEDict, by MDBG\nThe Unicode CLDR\nDBPedia\nHere is a short, incomplete list of people who have made significant contributions to the development of ConceptNet as a data resource, roughly in order of appearance:\n\nPush Singh\nCatherine Havasi\nHugo Liu\nHyemin Chung\nRobyn Speer\nKen Arnold\nYen-Ling Kuo\nJoshua Chin\nJoanna Lowry-Duda\nRobert Beaudoin\nNaoki Otani\nVanya Cohen\nLicenses for included resources\nCommonsense Computing\nThe Commonsense Computing project originated at the MIT Media Lab and expanded worldwide. Tens of thousands of contributors have taken some time to teach facts to computers. Their pseudonyms can be found in the \"sources\" list found in ConceptNet's raw data and in its API.\n\nGames with a Purpose\nData collected from Verbosity, one of the CMU \"Games with a Purpose\", is used and released under ConceptNet's license, by permission from Luis von Ahn and Harshit Surana.\n\nVerbosity players are anonymous, so in the \"sources\" list, data from Verbosity is simply credited to the pseudonym \"verbosity\".\n\nWikimedia projects\nConceptNet uses data directly from Wiktionary, the free dictionary. It also uses data from Wikipedia, the free encyclopedia via DBPedia.\n\nWiktionary and Wikipedia are collaborative projects, authored by their respective online communities. They are currently released under the Creative Commons Attribution-ShareAlike license.\n\nWikimedia encourages giving attribution by providing links to the hosted pages that the data came from, and DBPedia asks for the same thing in turn. In addition to crediting the assertions that came from Wiktionary and DBPedia, we also provide \"ExternalURL\" edges pointing to the page that they came from. For example, the term /c/de/sprache has an ExternalURL link pointing to URL Its list of individual contributors can be seen by following its \"History\" link.\n\nThe URLs of links to DBPedia are the same as the resource names that DBPedia uses, encouraging interoperability with their linked data.\n\nWordNet\nWordNet is available under an unencumbered license: see URL Its text is reproduced below:\n\nWordNet Release 3.0\n\nThis software and database is being provided to you, the LICENSEE, by Princeton University under the following license. By obtaining, using and/or copying this software and database, you agree that you have read, understood, and will comply with these terms and conditions.:\n\nPermission to use, copy, modify and distribute this software and database and its documentation for any purpose and without fee or royalty is hereby granted, provided that you agree to comply with the following copyright notice and statements, including the disclaimer, and that the same appear on ALL copies of the software, database and documentation, including modifications that you make for internal use or for distribution.\n\nWordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.\n\nTHIS SOFTWARE AND DATABASE IS PROVIDED \"AS IS\" AND PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT- ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.\n\nThe name of Princeton University or Princeton may not be used in advertising or publicity pertaining to distribution of the software and/or database. Title to copyright in this software, database and any associated documentation shall at all times remain with Princeton University and LICENSEE agrees to preserve same.\n\nOpen Multilingual WordNet\nOpen Multilingual WordNet was compiled by Francis Bond, Kyonghee Paik, and Ryan Foster, from data provided by many multilingual WordNet projects. Here is the complete list of references to the projects that created the data.", "### Contributions\n\nThanks to @ontocord for adding this dataset." ]
[ 183, 8, 120, 18, 359, 27, 6, 129, 484, 11, 5, 27, 4, 27, 14, 5, 15, 14, 21, 8, 20, 57, 24, 5, 15, 1227, 16 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10M<n<100M #size_categories-1M<n<10M #source_datasets-original #language-German #language-English #language-Spanish #language-French #language-Italian #language-Japanese #language-Dutch #language-Portuguese #language-Russian #language-Chinese #license-cc-by-4.0 #arxiv-1612.03975 #region-us \n# Dataset Card for Conceptnet5## 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", "passage: ### Dataset Summary\n\nConceptNet is a multilingual knowledge base, representing words and\nphrases that people use and the common-sense relationships between\nthem. The knowledge in ConceptNet is collected from a variety of\nresources, including crowd-sourced resources (such as Wiktionary and\nOpen Mind Common Sense), games with a purpose (such as Verbosity and\nURL), and expert-created resources (such as WordNet and JMDict).\n\nYou can browse what ConceptNet knows at URL.\n\nThis dataset is designed to provide training data\nfor common sense relationships pulls together from various sources.\n\nThe dataset is multi-lingual. See langauge codes and language info\nhere: URL\n\n\nThis dataset provides an interface for the conceptnet5 csv file, and\nsome (but not all) of the raw text data used to build conceptnet5:\nomcsnet_sentences_free.txt, and omcsnet_sentences_more.txt.\n\nOne use of this dataset would be to learn to extract the conceptnet\nrelationship from the omcsnet sentences.\n\nConceptnet5 has 34,074,917 relationships. Of those relationships,\nthere are 2,176,099 surface text sentences related to those 2M\nentries.\n\nomcsnet_sentences_free has 898,161 lines. omcsnet_sentences_more has\n2,001,736 lines.\n\nOriginal downloads are available here\nURL For more\ninformation, see: URL\n\nThe omcsnet data comes with the following warning from the authors of\nthe above site: \n\nRemember: this data comes from various forms of\ncrowdsourcing. Sentences in these files are not necessarily true,\nuseful, or appropriate.### Languages\nen, fr, it, de, es, ru, pt, ja, nl, zh and others## Dataset Structure### Data Instances\n\nThere are three configurations for the dataset: conceptnet5, omcs_sentences_free, omcs_sentences_more. \n\nConceptnet5 defines:\n\n''\n{\n\t'sentence': ...,\n\t'full_rel': ...,\n\t'rel': ...,\n\t'arg1': ...,\n\t'arg2': ...,\n\t'lang': ...,\n\t'extra_info': ...\n\t'weight': ...\n}\n''\n\nThe omcs text defines:\n''\n{\n\t'sentence': ...,\n\t'raw_data': ...\n\t'weight': ...\n}\n''", "passage: ### Data Fields\n\nFor conceptnet5 configurations:\n* full_rel: the full relationship. e.g., /a/[/r/Antonym/,/c/en/able/,/c/en/cane/] \n* rel: the binary relationship. e.g., /r/Antonym \n* arg1: the first argument to the binary relationship. e.g., /c/en/able\n* arg2: the second argument to the binary relationship. e.g., /c/en/cane \n* lang: the language code. e.g., en, fr, etc. If the arg1 and arg2 are two different languages, then the form os lang1/lang2.\n* extra_info: a string that includes json data that has the dataset name, license type (mostly cc-4.0), contributor, etc. e.g., : {\"dataset\": \"/d/verbosity\", \"license\": \"cc:by/4.0\", \"sources\": [{\"contributor\": \"/s/resource/verbosity\"}], \"surfaceEnd\": \"cane\", \"surfaceStart\": \"able\", \"surfaceText\": \"[[able]] is the opposite of [[cane]]\", \"weight\": 0.299}\n* sentence: the sentence from which the relationship was extracted, if one exists, with brackets around the arg1 and arg2. e.g., [[able]] is the opposite of [[cane]]\n* weight: the weight assigned by the curators or automatically to the relationship, between 1.0-0.0, higher being more certain. \n\nFor the omcs text configurations:\n\n* sentence: the raw sentence\n* raw_data: the raw tab seperated data of the form, id, text, curator_id, created_on, lanugage_id, activity_id, and score. Most of this information was tied to older systems for entering the data os was not partsed into fields for the dataset. e.g., 1237278 someone can be at catch 10805 2006-11-14 17:56:49.70872-05 en 27 1\n* lang: the language code### Data Splits\n\nThere are no splits.## Dataset Creation### Curation Rationale\n\nThis dataset was gathered and created over many years for research in common sense reasoning.### Source Data#### Initial Data Collection and Normalization\n\nStarted as the Open Mind Common Sense project at MIT Media Lab in 1999. See URL#### Who are the source language producers?\n\nCrowd Sourced### Annotations#### Annotation process\n\nCrowd Source template text, games, etc.#### Who are the annotators?\n\nCrowd sourced.### Personal and Sensitive Information\n\nUnkown, but likely there are names of famous individuals.## 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\nSee the website and paper for efforts to minimize data bias, but\nplease note that omcs_sentences_free, omcs_sentences_more are raw data\nentered by users and may very well have biased data.### Other Known Limitations\n\nWhile the relationship dataset is large, the amount of actual sentences is limited.## Additional Information### Dataset Curators\n\nThe authors of URL and Luminoso." ]
[ -0.032072409987449646, 0.22884635627269745, -0.006753392517566681, 0.072245292365551, 0.046606387943029404, -0.014475568197667599, 0.10770963877439499, 0.06853369623422623, -0.035746511071920395, 0.13957493007183075, -0.004912001546472311, 0.015487432479858398, 0.0689060315489769, 0.13764113187789917, -0.0016116300830617547, -0.16752977669239044, 0.02014385350048542, -0.08211303502321243, -0.06622782349586487, 0.070135198533535, 0.13246823847293854, -0.037247490137815475, 0.03760235756635666, -0.03964902088046074, -0.02578607201576233, 0.013824212364852428, -0.061822932213544846, -0.04550130292773247, 0.053328435868024826, 0.047837574034929276, 0.10129979997873306, 0.014594771899282932, 0.024387681856751442, -0.20563973486423492, 0.014592287130653858, 0.04118833318352699, -0.010574680753052235, 0.029967674985527992, 0.08258598297834396, -0.042624663561582565, 0.06699372828006744, -0.15131635963916779, 0.03697328269481659, 0.030192429199814796, -0.07839138060808182, -0.028252393007278442, -0.06715550273656845, 0.031881071627140045, 0.022136250510811806, 0.040316686034202576, -0.03369629755616188, 0.07561060041189194, -0.03005833365023136, 0.056728821247816086, 0.123834989964962, -0.14445281028747559, -0.04926498234272003, 0.11893831938505173, -0.04792996123433113, 0.0808192566037178, -0.06790492683649063, -0.017038436606526375, -0.005210038274526596, 0.02320614457130432, -0.028109310194849968, -0.016703534871339798, -0.11957714706659317, -0.010100000537931919, -0.09426617622375488, -0.026246845722198486, 0.22921912372112274, 0.03502775728702545, -0.01202631276100874, -0.13102351129055023, -0.03591551631689072, 0.019646720960736275, -0.03355206549167633, -0.00018860089767258614, 0.012049614451825619, 0.0011751502752304077, 0.037878312170505524, -0.029999928548932076, -0.08709806203842163, 0.040432851761579514, -0.06902249902486801, 0.042760323733091354, -0.011003957130014896, 0.010069171898066998, 0.03733852505683899, 0.039648134261369705, -0.043871939182281494, -0.11511936038732529, -0.03129945322871208, -0.05074836686253548, -0.0992148146033287, -0.009008643217384815, 0.007951736450195312, -0.04103095829486847, 0.11398720741271973, 0.08905337005853653, -0.026595911011099815, 0.05312204360961914, -0.0792808085680008, 0.0095613868907094, 0.06692388653755188, 0.04230712726712227, -0.05607524514198303, -0.10712685436010361, 0.028136344626545906, 0.014362998306751251, 0.017008444294333458, -0.043010856956243515, -0.0738997757434845, 0.029225660488009453, 0.00754144974052906, 0.04932766035199165, 0.08295444399118423, 0.05851073935627937, -0.06733989715576172, -0.03318950906395912, 0.09416582435369492, -0.14647682011127472, 0.03581014648079872, 0.06122979521751404, -0.0589681901037693, 0.016439704224467278, -0.0071019381284713745, 0.01592724770307541, -0.08113966137170792, -0.027589229866862297, -0.03947529196739197, -0.031361717730760574, -0.07577148824930191, -0.08895113319158554, 0.08597566932439804, -0.021935628727078438, -0.04007749632000923, -0.04894039034843445, -0.10319412499666214, -0.07326176017522812, 0.04785909131169319, -0.07444394379854202, -0.03782849386334419, -0.06973785907030106, -0.07446596771478653, -0.00003258418291807175, 0.006600517779588699, 0.007402078714221716, -0.05206866189837456, -0.0017634643008932471, -0.06361814588308334, 0.029761644080281258, 0.031342461705207825, 0.0028625878039747477, -0.060540053993463516, 0.031175723299384117, -0.14244915544986725, 0.15274856984615326, -0.12814004719257355, 0.004221989307552576, -0.09868130832910538, -0.017605004832148552, 0.016839539632201195, -0.006181109696626663, 0.025027664378285408, 0.15866412222385406, -0.19027560949325562, -0.0074806599877774715, 0.08765852451324463, -0.09987527132034302, -0.05666698142886162, 0.08073744922876358, -0.03545529022812843, 0.04577511176466942, 0.042017728090286255, 0.1182417944073677, 0.09580028057098389, -0.028893187642097473, -0.08646034449338913, -0.012074782513082027, 0.04393181577324867, 0.10865507274866104, 0.06976710259914398, -0.017530230805277824, 0.1446761041879654, 0.026719780638813972, -0.0230418648570776, -0.03287072107195854, 0.009272024966776371, -0.0782131478190422, 0.031649816781282425, -0.0035504165571182966, -0.024819204583764076, -0.00685991533100605, -0.02472005784511566, 0.002868218347430229, -0.06364455074071884, 0.02799178659915924, 0.06096296384930611, -0.048861097544431686, 0.01398677472025156, -0.06478428095579147, 0.05121588706970215, -0.00037105134106241167, 0.0078873410820961, -0.16325052082538605, -0.1741362363100052, 0.04475544020533562, -0.046586859971284866, 0.08898824453353882, 0.049524690955877304, 0.03350117430090904, 0.010510429739952087, -0.007111107464879751, 0.0321052186191082, -0.008346275426447392, -0.005279495846480131, -0.012109885923564434, -0.20274530351161957, -0.003016471164301038, -0.04465004429221153, 0.144709512591362, -0.1344352811574936, 0.010230137966573238, 0.13312017917633057, 0.14755624532699585, 0.0025256804656237364, -0.048711080104112625, 0.016185052692890167, 0.0018991398392245173, -0.041801903396844864, -0.04643409326672554, -0.006987527012825012, -0.007990260608494282, -0.0630720928311348, 0.028765780851244926, -0.08726572245359421, -0.03267787769436836, 0.07815846055746078, 0.0014671519165858626, -0.036552708595991135, -0.06298410147428513, -0.043514709919691086, -0.016890041530132294, -0.036195509135723114, -0.011748828925192356, 0.1119178906083107, 0.051917869597673416, 0.04541686177253723, -0.08256452530622482, -0.045770615339279175, -0.012709536589682102, -0.015092547982931137, -0.06504525989294052, 0.0791703537106514, -0.01868254691362381, -0.0744209960103035, 0.124776192009449, -0.0028589514549821615, -0.002920371713116765, 0.11087772995233536, -0.022810665890574455, -0.048338618129491806, -0.043852534145116806, 0.0760502740740776, 0.009920367039740086, 0.04338577389717102, -0.08972404152154922, -0.003840625286102295, 0.048156917095184326, 0.014527440071105957, 0.03253696486353874, -0.06118546798825264, 0.02828103117644787, -0.00606044614687562, -0.049364104866981506, 0.05865700915455818, -0.0389394648373127, 0.016915833577513695, 0.08480402827262878, 0.029807576909661293, -0.025863053277134895, -0.012444514781236649, -0.07419082522392273, -0.09345221519470215, 0.13916757702827454, -0.12752333283424377, -0.2276332527399063, -0.06302081048488617, -0.007149606943130493, -0.11837896704673767, -0.005516165401786566, -0.025203103199601173, -0.041347797960042953, -0.08500313013792038, -0.08794713020324707, -0.009838300757110119, 0.007949327118694782, -0.051493048667907715, 0.018419340252876282, 0.0631331279873848, -0.011820599436759949, -0.10761674493551254, 0.01910020224750042, 0.02937018871307373, -0.04910782352089882, -0.009208720177412033, -0.007234707474708557, 0.07562895119190216, 0.1099412813782692, 0.03643481433391571, -0.0047313557006418705, -0.022316576912999153, 0.18968944251537323, -0.08688845485448837, 0.09368119388818741, 0.050445806235075, -0.02315523661673069, 0.05871836468577385, 0.16851107776165009, 0.037997983396053314, -0.0317695178091526, 0.015058050863444805, 0.05121135711669922, -0.016957858577370644, -0.22375400364398956, -0.1088319644331932, -0.08337998390197754, -0.00247071566991508, 0.05435768887400627, 0.05488989129662514, 0.02442622184753418, 0.04051128402352333, -0.055785030126571655, 0.02563139796257019, 0.10808572918176651, 0.08472905308008194, 0.12417751550674438, 0.02054501138627529, 0.06258027255535126, -0.03971909359097481, -0.02248484455049038, 0.08022729307413101, 0.10797802358865738, 0.147444486618042, -0.047121722251176834, 0.21132968366146088, 0.06464970856904984, 0.10340908914804459, -0.008612474426627159, 0.03380997106432915, -0.02440369687974453, 0.06975742429494858, -0.021331867203116417, -0.09543627500534058, -0.017778025940060616, 0.08964315056800842, 0.03313922882080078, -0.08642081171274185, 0.05941425636410713, -0.009046475403010845, 0.08804454654455185, 0.10793999582529068, 0.047562550753355026, -0.12550245225429535, -0.02079513482749462, 0.0768078938126564, -0.015584220178425312, -0.06247955560684204, -0.004229847341775894, 0.1074746772646904, -0.07688643783330917, 0.11115889996290207, -0.000012536610483948607, 0.08420485258102417, -0.083493672311306, -0.021600870415568352, -0.043437257409095764, 0.026945484802126884, -0.005449054762721062, 0.0916534885764122, -0.17918801307678223, 0.1584823727607727, 0.01579878479242325, -0.015575357712805271, -0.09706348925828934, 0.054566890001297, -0.023830391466617584, -0.019339019432663918, 0.12363368272781372, 0.0038942715618759394, -0.09337965399026871, -0.006132689770311117, -0.08395708352327347, 0.022573722526431084, 0.0638885572552681, -0.04269497096538544, 0.08282038569450378, 0.030880579724907875, -0.0254331324249506, -0.008009150624275208, -0.00904467236250639, -0.057104501873254776, -0.21658174693584442, 0.0823044553399086, -0.02441798336803913, -0.0089736208319664, -0.0382220633327961, -0.050320837646722794, -0.059764862060546875, 0.2312001734972, -0.1672755479812622, -0.08022526651620865, -0.10532310605049133, 0.058070335537195206, 0.1511574536561966, -0.042219147086143494, 0.017434732988476753, -0.03155083581805229, 0.14447428286075592, -0.04698409512639046, -0.026768790557980537, 0.030704716220498085, -0.04881344735622406, -0.13636355102062225, -0.04932725802063942, 0.10569388419389725, 0.051855698227882385, 0.026654107496142387, -0.012218739837408066, 0.03897581994533539, 0.014656615443527699, -0.1118486300110817, -0.032140862196683884, 0.05758092924952507, 0.03535635396838188, 0.10382843017578125, -0.012691210024058819, -0.16342812776565552, -0.06741296499967575, -0.012526159174740314, 0.08252350240945816, 0.1586264669895172, -0.05717068538069725, 0.11704430729150772, 0.1357307732105255, -0.09820783883333206, -0.17933695018291473, -0.0002537021937314421, 0.07094711065292358, -0.015559281222522259, -0.021306073293089867, -0.17538535594940186, 0.09367016702890396, 0.033041588962078094, 0.0017957253148779273, -0.002341932849958539, -0.17711323499679565, -0.0977117195725441, 0.006722001358866692, -0.015884675085544586, -0.0625486671924591, -0.11777175217866898, -0.06155211851000786, -0.03707155957818031, -0.08802380412817001, 0.14610768854618073, -0.04824145510792732, 0.014811831526458263, 0.04605785384774208, 0.06116710230708122, 0.04625023528933525, -0.048670217394828796, 0.12602536380290985, 0.045021142810583115, 0.017961667850613594, -0.07288023829460144, -0.0853068009018898, 0.1138201430439949, -0.037642259150743484, 0.08701904863119125, 0.016997205093503, 0.001939477981068194, -0.0678291916847229, -0.03800244629383087, -0.03643239662051201, 0.07533974945545197, -0.05892625451087952, -0.04745872691273689, -0.08653050661087036, 0.0720643624663353, 0.10687915235757828, 0.009402493946254253, 0.1485518515110016, -0.016749808564782143, 0.041397739201784134, 0.16667073965072632, 0.109125055372715, 0.042654093354940414, -0.008800548501312733, 0.04472554847598076, -0.004781919531524181, -0.010215702466666698, -0.12919485569000244, 0.032030779868364334, 0.1255592554807663, -0.0027806086000055075, 0.09651825577020645, 0.00823974609375, -0.13999362289905548, -0.020800573751330376, 0.07617595791816711, -0.07144287973642349, -0.07842441648244858, 0.006811152677983046, 0.012294949032366276, -0.12229648977518082, -0.0389581061899662, 0.12738853693008423, -0.01445373147726059, -0.005767054855823517, 0.01267377007752657, 0.08545265346765518, 0.00818046648055315, 0.07163993269205093, 0.03387633338570595, 0.041936133056879044, -0.08613374084234238, 0.08663936704397202, 0.15178439021110535, -0.09154152870178223, 0.02509351633489132, 0.12967947125434875, -0.08069900423288345, -0.03389124572277069, 0.040032561868429184, 0.040198955684900284, -0.03143883869051933, -0.034938473254442215, -0.028333043679594994, -0.08142997324466705, 0.024610981345176697, 0.11216113716363907, 0.01122149359434843, 0.06283695250749588, 0.03119034133851528, -0.018061824142932892, -0.025714198127388954, 0.12065276503562927, 0.009442310780286789, 0.0025544539093971252, -0.05756579712033272, 0.028020383790135384, -0.007025427650660276, -0.00788427796214819, 0.0026687942445278168, -0.027656234800815582, -0.0995020642876625, -0.009600299410521984, -0.04656248912215233, 0.049166977405548096, -0.11466994136571884, 0.019130202010273933, 0.0020213040988892317, -0.053563192486763, -0.0366702638566494, 0.017990337684750557, -0.06080305203795433, -0.010792196728289127, -0.07138647884130478, 0.07791648060083389, -0.14782114326953888, -0.022304678335785866, 0.029664302244782448, -0.08721228688955307, 0.09544289857149124, -0.0006263063405640423, -0.02617727778851986, 0.014510206878185272, -0.12569113075733185, 0.023733025416731834, 0.005489354487508535, 0.09474050253629684, 0.026999851688742638, -0.09874195605516434, 0.006645838264375925, 0.03161812573671341, -0.0089558782055974, 0.009874510578811169, 0.03319091722369194, -0.0691675916314125, 0.025073453783988953, -0.04244272783398628, -0.0640190914273262, -0.022975916042923927, 0.07110750675201416, 0.10449975728988647, -0.012132150121033192, 0.08886846154928207, -0.02274290658533573, 0.06444381922483444, -0.11465650796890259, -0.02374362386763096, 0.024971550330519676, -0.020281774923205376, -0.020456235855817795, -0.00015662354417145252, 0.06663960963487625, -0.032414715737104416, 0.17236487567424774, 0.006792196538299322, 0.012066238559782505, 0.037457678467035294, 0.016441503539681435, -0.026603171601891518, 0.08138621598482132, 0.0052492753602564335, 0.05693851038813591, -0.009872189722955227, 0.025774160400032997, -0.03295842930674553, -0.014676547609269619, -0.027440661564469337, 0.07625968754291534, 0.07104571908712387, 0.13037779927253723, 0.02427990734577179, 0.09775238484144211, -0.10659277439117432, -0.024610629305243492, 0.12833578884601593, -0.06408181041479111, 0.036994364112615585, -0.11101832240819931, 0.01814805157482624, 0.0677691176533699, -0.14094607532024384, 0.0956558883190155, -0.01968330703675747, -0.0829450711607933, -0.06153714284300804, -0.20407025516033173, -0.08809751272201538, -0.03225448727607727, -0.009995920583605766, -0.14357347786426544, 0.06117245927453041, 0.062391120940446854, 0.02753596194088459, 0.0021766063291579485, 0.025737179443240166, -0.026614263653755188, -0.06338689476251602, 0.033839449286460876, 0.02739791013300419, 0.06379061937332153, 0.0348115898668766, 0.0207392368465662, 0.001785874366760254, 0.11350532621145248, 0.049506064504384995, 0.06934327632188797, 0.10828083753585815, 0.014004322700202465, -0.03855522349476814, -0.058053892105817795, 0.0004895458114333451, -0.02743380330502987, -0.02024298906326294, 0.14948348701000214, 0.02740504778921604, -0.021700995042920113, 0.017117727547883987, 0.13505469262599945, -0.02997506596148014, -0.15458758175373077, -0.1620502471923828, 0.013363067992031574, -0.03793461620807648, 0.04141940921545029, 0.01792164519429207, -0.1100839301943779, -0.013591299764811993, 0.12018723040819168, 0.19242334365844727, -0.017397360876202583, -0.0007297864649444818, 0.05823865160346031, 0.007985260337591171, -0.007694650907069445, 0.011489550583064556, 0.05274387076497078, 0.25277701020240784, -0.04137182608246803, -0.0069347587414085865, -0.013602678664028645, -0.009542849846184254, -0.06203314661979675, 0.041982706636190414, -0.024122649803757668, -0.008525792509317398, -0.04464326426386833, 0.09677108377218246, -0.08990386873483658, -0.2126237154006958, 0.04251939058303833, -0.14789974689483643, -0.1322101205587387, -0.012898586690425873, -0.0008807337726466358, 0.011143837124109268, 0.010985895060002804, 0.034291695803403854, -0.05134807899594307, 0.11039581894874573, 0.014714439399540424, -0.06687603145837784, -0.01422553788870573, 0.07717681676149368, -0.08842173963785172, 0.14384816586971283, -0.006593150552362204, 0.10968473553657532, 0.10113624483346939, -0.004993818700313568, -0.10076930373907089, -0.014955331571400166, 0.10497579723596573, -0.040875282138586044, 0.0168566033244133, 0.07499025017023087, -0.021998992189764977, 0.14789558947086334, 0.10960517078638077, -0.0303513053804636, 0.02845865674316883, 0.13384445011615753, -0.002711359178647399, -0.09709498286247253, 0.02571924962103367, -0.12010244280099869, 0.09535203129053116, 0.11327952146530151, -0.037208233028650284, -0.013716202229261398, -0.035138655453920364, -0.0017631575465202332, -0.05199974402785301, 0.14567071199417114, -0.01036453153938055, -0.17724426090717316, 0.01917191967368126, -0.03860929235816002, 0.09932961314916611, -0.09555373340845108, -0.033277515321969986, 0.07503730803728104, -0.011474826373159885, -0.058779314160346985, 0.11642954498529434, 0.06131567060947418, -0.009237638674676418, -0.05107109621167183, -0.08603065460920334, 0.019587963819503784, 0.08135651051998138, -0.05465216934680939, -0.020403506234288216 ]
ce1947a0302ee3ede3bf53750c16f7b6be5daf0e
# Dataset Card for "conll2000" ## 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.clips.uantwerpen.be/conll2000/chunking/](https://www.clips.uantwerpen.be/conll2000/chunking/) - **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:** 3.48 MB - **Size of the generated dataset:** 6.55 MB - **Total amount of disk used:** 10.03 MB ### Dataset Summary Text chunking consists of dividing a text in syntactically correlated parts of words. For example, the sentence He reckons the current account deficit will narrow to only # 1.8 billion in September . can be divided as follows: [NP He ] [VP reckons ] [NP the current account deficit ] [VP will narrow ] [PP to ] [NP only # 1.8 billion ] [PP in ] [NP September ] . Text chunking is an intermediate step towards full parsing. It was the shared task for CoNLL-2000. Training and test data for this task is available. This data consists of the same partitions of the Wall Street Journal corpus (WSJ) as the widely used data for noun phrase chunking: sections 15-18 as training data (211727 tokens) and section 20 as test data (47377 tokens). The annotation of the data has been derived from the WSJ corpus by a program written by Sabine Buchholz from Tilburg University, The Netherlands. ### 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 #### conll2000 - **Size of downloaded dataset files:** 3.48 MB - **Size of the generated dataset:** 6.55 MB - **Total amount of disk used:** 10.03 MB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "chunk_tags": [11, 13, 11, 12, 21, 22, 22, 22, 22, 11, 12, 12, 17, 11, 12, 13, 11, 0, 1, 13, 11, 11, 0, 21, 22, 22, 11, 12, 12, 13, 11, 12, 12, 11, 12, 12, 0], "id": "0", "pos_tags": [19, 14, 11, 19, 39, 27, 37, 32, 34, 11, 15, 19, 14, 19, 22, 14, 20, 5, 15, 14, 19, 19, 5, 34, 32, 34, 11, 15, 19, 14, 20, 9, 20, 24, 15, 22, 6], "tokens": "[\"Confidence\", \"in\", \"the\", \"pound\", \"is\", \"widely\", \"expected\", \"to\", \"take\", \"another\", \"sharp\", \"dive\", \"if\", \"trade\", \"figur..." } ``` ### Data Fields The data fields are the same among all splits. #### conll2000 - `id`: a `string` feature. - `tokens`: a `list` of `string` features. - `pos_tags`: a `list` of classification labels, with possible values including `''` (0), `#` (1), `$` (2), `(` (3), `)` (4). - `chunk_tags`: a `list` of classification labels, with possible values including `O` (0), `B-ADJP` (1), `I-ADJP` (2), `B-ADVP` (3), `I-ADVP` (4). ### Data Splits | name |train|test| |---------|----:|---:| |conll2000| 8937|2013| ## 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{tksbuchholz2000conll, author = "Tjong Kim Sang, Erik F. and Sabine Buchholz", title = "Introduction to the CoNLL-2000 Shared Task: Chunking", editor = "Claire Cardie and Walter Daelemans and Claire Nedellec and Tjong Kim Sang, Erik", booktitle = "Proceedings of CoNLL-2000 and LLL-2000", publisher = "Lisbon, Portugal", pages = "127--132", year = "2000" } ``` ### Contributions Thanks to [@vblagoje](https://github.com/vblagoje), [@jplu](https://github.com/jplu) for adding this dataset.
conll2000
[ "language:en", "region:us" ]
2022-03-02T23:29:22+00:00
{"language": ["en"], "paperswithcode_id": "conll-2000-1", "pretty_name": "CoNLL-2000", "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "tokens", "sequence": "string"}, {"name": "pos_tags", "sequence": {"class_label": {"names": {"0": "''", "1": "#", "2": "$", "3": "(", "4": ")", "5": ",", "6": ".", "7": ":", "8": "``", "9": "CC", "10": "CD", "11": "DT", "12": "EX", "13": "FW", "14": "IN", "15": "JJ", "16": "JJR", "17": "JJS", "18": "MD", "19": "NN", "20": "NNP", "21": "NNPS", "22": "NNS", "23": "PDT", "24": "POS", "25": "PRP", "26": "PRP$", "27": "RB", "28": "RBR", "29": "RBS", "30": "RP", "31": "SYM", "32": "TO", "33": "UH", "34": "VB", "35": "VBD", "36": "VBG", "37": "VBN", "38": "VBP", "39": "VBZ", "40": "WDT", "41": "WP", "42": "WP$", "43": "WRB"}}}}, {"name": "chunk_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "B-ADJP", "2": "I-ADJP", "3": "B-ADVP", "4": "I-ADVP", "5": "B-CONJP", "6": "I-CONJP", "7": "B-INTJ", "8": "I-INTJ", "9": "B-LST", "10": "I-LST", "11": "B-NP", "12": "I-NP", "13": "B-PP", "14": "I-PP", "15": "B-PRT", "16": "I-PRT", "17": "B-SBAR", "18": "I-SBAR", "19": "B-UCP", "20": "I-UCP", "21": "B-VP", "22": "I-VP"}}}}], "splits": [{"name": "train", "num_bytes": 5356965, "num_examples": 8937}, {"name": "test", "num_bytes": 1201151, "num_examples": 2013}], "download_size": 3481560, "dataset_size": 6558116}}
2023-04-05T09:02:23+00:00
[]
[ "en" ]
TAGS #language-English #region-us
Dataset Card for "conll2000" ============================ 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: 3.48 MB * Size of the generated dataset: 6.55 MB * Total amount of disk used: 10.03 MB ### Dataset Summary Text chunking consists of dividing a text in syntactically correlated parts of words. For example, the sentence He reckons the current account deficit will narrow to only # 1.8 billion in September . can be divided as follows: [NP He ] [VP reckons ] [NP the current account deficit ] [VP will narrow ] [PP to ] [NP only # 1.8 billion ] [PP in ] [NP September ] . Text chunking is an intermediate step towards full parsing. It was the shared task for CoNLL-2000. Training and test data for this task is available. This data consists of the same partitions of the Wall Street Journal corpus (WSJ) as the widely used data for noun phrase chunking: sections 15-18 as training data (211727 tokens) and section 20 as test data (47377 tokens). The annotation of the data has been derived from the WSJ corpus by a program written by Sabine Buchholz from Tilburg University, The Netherlands. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### conll2000 * Size of downloaded dataset files: 3.48 MB * Size of the generated dataset: 6.55 MB * Total amount of disk used: 10.03 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### conll2000 * 'id': a 'string' feature. * 'tokens': a 'list' of 'string' features. * 'pos\_tags': a 'list' of classification labels, with possible values including '''' (0), '#' (1), '$' (2), '(' (3), ')' (4). * 'chunk\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-ADJP' (1), 'I-ADJP' (2), 'B-ADVP' (3), 'I-ADVP' (4). ### 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 @vblagoje, @jplu for adding this dataset.
[ "### Dataset Summary\n\n\nText chunking consists of dividing a text in syntactically correlated parts of words. For example, the sentence\nHe reckons the current account deficit will narrow to only # 1.8 billion in September . can be divided as follows:\n[NP He ] [VP reckons ] [NP the current account deficit ] [VP will narrow ] [PP to ] [NP only # 1.8 billion ]\n[PP in ] [NP September ] .\n\n\nText chunking is an intermediate step towards full parsing. It was the shared task for CoNLL-2000. Training and test\ndata for this task is available. This data consists of the same partitions of the Wall Street Journal corpus (WSJ)\nas the widely used data for noun phrase chunking: sections 15-18 as training data (211727 tokens) and section 20 as\ntest data (47377 tokens). The annotation of the data has been derived from the WSJ corpus by a program written by\nSabine Buchholz from Tilburg University, The Netherlands.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### conll2000\n\n\n* Size of downloaded dataset files: 3.48 MB\n* Size of the generated dataset: 6.55 MB\n* Total amount of disk used: 10.03 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### conll2000\n\n\n* 'id': a 'string' feature.\n* 'tokens': a 'list' of 'string' features.\n* 'pos\\_tags': a 'list' of classification labels, with possible values including '''' (0), '#' (1), '$' (2), '(' (3), ')' (4).\n* 'chunk\\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-ADJP' (1), 'I-ADJP' (2), 'B-ADVP' (3), 'I-ADVP' (4).", "### 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 @vblagoje, @jplu for adding this dataset." ]
[ "TAGS\n#language-English #region-us \n", "### Dataset Summary\n\n\nText chunking consists of dividing a text in syntactically correlated parts of words. For example, the sentence\nHe reckons the current account deficit will narrow to only # 1.8 billion in September . can be divided as follows:\n[NP He ] [VP reckons ] [NP the current account deficit ] [VP will narrow ] [PP to ] [NP only # 1.8 billion ]\n[PP in ] [NP September ] .\n\n\nText chunking is an intermediate step towards full parsing. It was the shared task for CoNLL-2000. Training and test\ndata for this task is available. This data consists of the same partitions of the Wall Street Journal corpus (WSJ)\nas the widely used data for noun phrase chunking: sections 15-18 as training data (211727 tokens) and section 20 as\ntest data (47377 tokens). The annotation of the data has been derived from the WSJ corpus by a program written by\nSabine Buchholz from Tilburg University, The Netherlands.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### conll2000\n\n\n* Size of downloaded dataset files: 3.48 MB\n* Size of the generated dataset: 6.55 MB\n* Total amount of disk used: 10.03 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### conll2000\n\n\n* 'id': a 'string' feature.\n* 'tokens': a 'list' of 'string' features.\n* 'pos\\_tags': a 'list' of classification labels, with possible values including '''' (0), '#' (1), '$' (2), '(' (3), ')' (4).\n* 'chunk\\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-ADJP' (1), 'I-ADJP' (2), 'B-ADVP' (3), 'I-ADVP' (4).", "### 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 @vblagoje, @jplu for adding this dataset." ]
[ 10, 229, 10, 11, 6, 51, 17, 138, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 22 ]
[ "passage: TAGS\n#language-English #region-us \n### Dataset Summary\n\n\nText chunking consists of dividing a text in syntactically correlated parts of words. For example, the sentence\nHe reckons the current account deficit will narrow to only # 1.8 billion in September . can be divided as follows:\n[NP He ] [VP reckons ] [NP the current account deficit ] [VP will narrow ] [PP to ] [NP only # 1.8 billion ]\n[PP in ] [NP September ] .\n\n\nText chunking is an intermediate step towards full parsing. It was the shared task for CoNLL-2000. Training and test\ndata for this task is available. This data consists of the same partitions of the Wall Street Journal corpus (WSJ)\nas the widely used data for noun phrase chunking: sections 15-18 as training data (211727 tokens) and section 20 as\ntest data (47377 tokens). The annotation of the data has been derived from the WSJ corpus by a program written by\nSabine Buchholz from Tilburg University, The Netherlands.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### conll2000\n\n\n* Size of downloaded dataset files: 3.48 MB\n* Size of the generated dataset: 6.55 MB\n* Total amount of disk used: 10.03 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### conll2000\n\n\n* 'id': a 'string' feature.\n* 'tokens': a 'list' of 'string' features.\n* 'pos\\_tags': a 'list' of classification labels, with possible values including '''' (0), '#' (1), '$' (2), '(' (3), ')' (4).\n* 'chunk\\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-ADJP' (1), 'I-ADJP' (2), 'B-ADVP' (3), 'I-ADVP' (4).### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization" ]
[ -0.08374843746423721, 0.1101362556219101, -0.0035368120297789574, 0.05381793901324272, 0.02611720748245716, 0.015487154014408588, 0.005020411219447851, 0.06313056498765945, -0.005269597750157118, 0.11611209064722061, 0.04473072662949562, -0.05847754329442978, 0.08084628731012344, 0.13289549946784973, 0.038123078644275665, -0.1828325092792511, 0.04746415466070175, -0.09344545006752014, -0.01377734076231718, 0.07217489182949066, 0.09387161582708359, -0.08304686099290848, 0.0727400854229927, -0.07780296355485916, -0.0637456402182579, -0.013692665845155716, -0.07992448657751083, 0.01059175655245781, 0.04141927510499954, 0.049935679882764816, 0.06487562507390976, -0.006726022809743881, 0.07542054355144501, -0.18877024948596954, 0.0022533275187015533, 0.03780898079276085, -0.008730576373636723, 0.0516679510474205, 0.09540750086307526, 0.04371195659041405, 0.17850761115550995, -0.1313645839691162, -0.0212823748588562, 0.007707107346504927, -0.06952836364507675, -0.13023269176483154, -0.13108216226100922, 0.02433062344789505, 0.0719636008143425, 0.04393937438726425, -0.03814050927758217, 0.012004462070763111, -0.07841357588768005, 0.04286862909793854, 0.08874785900115967, -0.16544929146766663, -0.02503795549273491, 0.04283326119184494, 0.017751935869455338, 0.07441190630197525, -0.09144067764282227, -0.03935658931732178, -0.01063793059438467, 0.041654475033283234, 0.0004983071121387184, -0.026961565017700195, -0.02775730937719345, -0.01836363412439823, -0.11818095296621323, -0.08801048994064331, 0.2823912501335144, 0.05754805728793144, -0.03272136300802231, -0.06223100423812866, -0.006385114509612322, -0.029434308409690857, -0.005389432422816753, 0.056941431015729904, -0.017099332064390182, -0.008652293123304844, 0.0067496830597519875, -0.00855611078441143, -0.1107088178396225, -0.026164082810282707, -0.05572422966361046, 0.06592180579900742, 0.005430149380117655, 0.018517617136240005, 0.0805588811635971, 0.08370306342840195, -0.0665142834186554, -0.06732632964849472, -0.039770495146512985, -0.028662776574492455, -0.10381153970956802, -0.00701208645477891, -0.04113940894603729, -0.09670867770910263, 0.02019079215824604, 0.07302612066268921, -0.04351113364100456, -0.002416525036096573, -0.027382586151361465, 0.02786749228835106, 0.08044595271348953, 0.10259383916854858, -0.12352864444255829, -0.04138908535242081, -0.010128926485776901, -0.026964129880070686, -0.012539303861558437, 0.034757547080516815, -0.011084196157753468, 0.00739765539765358, 0.007768510840833187, 0.024006547406315804, 0.0378902368247509, 0.07163435220718384, -0.03643977642059326, -0.023128855973482132, 0.20133404433727264, -0.11177323758602142, 0.01267755962908268, 0.059995684772729874, -0.05282716825604439, 0.005703703500330448, 0.06338201463222504, -0.03167043626308441, -0.0688454657793045, 0.10610062628984451, -0.05462990701198578, -0.04009009152650833, -0.07934457808732986, -0.1624288707971573, 0.05590180680155754, 0.05739177018404007, -0.07717087119817734, -0.07162773609161377, -0.198426753282547, -0.04219049587845802, -0.007779898587614298, -0.029987795278429985, 0.06375320255756378, -0.028947528451681137, -0.04400273412466049, -0.008828901685774326, -0.01824953407049179, 0.13621024787425995, -0.050312817096710205, 0.03263581544160843, -0.12405818700790405, 0.03022933006286621, -0.06302238255739212, 0.019189346581697464, -0.10965973883867264, 0.04558129236102104, -0.14225158095359802, 0.08112934976816177, -0.131977841258049, 0.0334831066429615, -0.12725788354873657, -0.03756245970726013, -0.10111498832702637, -0.018827177584171295, 0.028679128736257553, 0.09200833737850189, -0.23959298431873322, -0.015555164776742458, 0.11208565533161163, -0.10450666397809982, -0.02847900241613388, 0.11904876679182053, 0.004732378292828798, 0.03528977185487747, 0.05461667478084564, 0.15583288669586182, 0.09429313242435455, -0.08777245134115219, -0.14495466649532318, 0.05899682268500328, 0.036869049072265625, 0.01350121758878231, 0.11044183373451233, -0.08843861520290375, 0.05782114714384079, 0.06552739441394806, -0.011187261901795864, 0.02091570757329464, -0.021088022738695145, -0.020267033949494362, 0.01171979308128357, -0.03800200670957565, -0.037748537957668304, 0.014474810101091862, -0.006047772243618965, -0.024298468604683876, -0.03494291007518768, -0.03640928119421005, 0.08698080480098724, -0.036716360598802567, 0.0580558180809021, 0.023417474702000618, 0.009808415547013283, -0.03927066922187805, 0.022825375199317932, -0.1536000519990921, -0.026425998657941818, 0.05796407163143158, -0.04669492319226265, 0.032834410667419434, 0.027550192549824715, 0.029906433075666428, 0.04898473620414734, -0.058903101831674576, 0.0031768956687301397, 0.023182980716228485, 0.00045861402759328485, -0.05087435618042946, -0.1178947314620018, -0.06841357797384262, -0.029271747916936874, 0.005919504910707474, -0.04676264896988869, -0.021420918405056, 0.10784965753555298, 0.11644677817821503, 0.016782494261860847, -0.07489512860774994, 0.02052781917154789, 0.043164607137441635, -0.005667974706739187, -0.013684947043657303, -0.020247632637619972, 0.007272975519299507, 0.013633398339152336, -0.00469952030107379, -0.06804157793521881, -0.12489887326955795, 0.1007557362318039, 0.0644145980477333, -0.014876408502459526, -0.03516760095953941, -0.06847243010997772, -0.04248133674263954, -0.028050651773810387, -0.1515992432832718, -0.007702103815972805, 0.036885712295770645, 0.04372597113251686, -0.06878947466611862, -0.05725545436143875, -0.009085687808692455, 0.022692278027534485, -0.0277057234197855, 0.11977449059486389, 0.06087839603424072, -0.14720581471920013, 0.057896360754966736, 0.039303477853536606, -0.007621551863849163, 0.1387283354997635, -0.012023565359413624, -0.1173996776342392, -0.039766713976860046, 0.043937649577856064, 0.00817066803574562, 0.11579173803329468, 0.006831048987805843, 0.047728244215250015, 0.06755341589450836, 0.08703858405351639, 0.04643018916249275, -0.04284771531820297, 0.02745831198990345, -0.021900136023759842, -0.033640146255493164, -0.034668613225221634, -0.002865683287382126, -0.01782893016934395, 0.07573365420103073, 0.00936050433665514, 0.09008057415485382, -0.05603719875216484, -0.08507334440946579, -0.08490976691246033, 0.18292589485645294, -0.1510775089263916, -0.21610480546951294, -0.14065557718276978, 0.04057258367538452, -0.036850277334451675, -0.0012484296457841992, 0.012306319549679756, -0.03992244228720665, -0.11479861289262772, -0.1265445202589035, 0.15265747904777527, 0.02474275976419449, -0.036895088851451874, -0.09095218032598495, 0.02887711301445961, 0.0206287931650877, -0.1381312757730484, 0.031639304012060165, -0.023303836584091187, -0.008016112260520458, 0.018442027270793915, -0.01225744467228651, 0.12893810868263245, 0.03183545544743538, 0.04811496660113335, -0.011739938519895077, 0.02175833284854889, 0.16263432800769806, -0.0372077114880085, 0.0755687803030014, -0.01589566469192505, -0.009096840396523476, 0.02470085769891739, 0.09032385051250458, 0.01727772317826748, -0.03893643990159035, 0.02371540106832981, 0.009858652018010616, -0.051620498299598694, -0.2170071005821228, -0.15888434648513794, -0.09637961536645889, 0.08044218271970749, 0.09256759285926819, 0.003840160556137562, -0.09100168198347092, 0.009976022876799107, -0.046558815985918045, 0.0682414099574089, 0.01836489327251911, 0.03840456157922745, 0.05182407796382904, -0.014877762645483017, 0.030031999573111534, -0.06248560547828674, 0.05489107221364975, 0.09767033159732819, -0.005954636260867119, 0.21181021630764008, -0.09395883977413177, 0.21324239671230316, 0.051344431936740875, 0.09813549369573593, -0.0290047787129879, 0.15087836980819702, -0.024090571328997612, 0.030005525797605515, -0.007987583987414837, -0.06390443444252014, -0.0126732736825943, 0.053198572248220444, 0.052281543612480164, -0.014148772694170475, -0.019564568996429443, -0.05220694839954376, 0.08299583941698074, 0.09436769038438797, 0.08383647352457047, -0.0652640089392662, -0.0730285570025444, 0.0382714718580246, -0.01881832256913185, -0.04017814248800278, 0.0007831617258489132, 0.224809929728508, -0.06553846597671509, -0.024927893653512, 0.0013554355828091502, 0.07173396646976471, -0.07624906301498413, -0.018329599872231483, 0.00462675467133522, 0.08280110359191895, -0.029771078377962112, 0.09105268865823746, -0.12395255267620087, 0.18798790872097015, 0.013017086312174797, 0.04941713809967041, -0.045306503772735596, 0.014826616272330284, -0.025860395282506943, -0.03323420509696007, 0.14326079189777374, 0.048683758825063705, -0.0678805559873581, -0.01653844490647316, -0.13823577761650085, 0.02700980380177498, 0.06697670370340347, -0.060370072722435, 0.06386547535657883, 0.05158866196870804, -0.013720142655074596, 0.010163364931941032, 0.057195812463760376, -0.08341934531927109, -0.14188411831855774, 0.0479724146425724, -0.11257147789001465, -0.016478905454277992, -0.033317577093839645, 0.008235006593167782, -0.11777959018945694, 0.11835053563117981, -0.1069360077381134, -0.04196734353899956, -0.08991264551877975, 0.07102271914482117, 0.20056192576885223, -0.07043880224227905, -0.0015014667296782136, 0.004995402414351702, 0.07629400491714478, -0.05422673001885414, -0.06620783358812332, 0.06647415459156036, -0.07471071928739548, -0.1189640536904335, -0.08042948693037033, 0.1066223755478859, 0.05171959847211838, 0.05457545071840286, -0.029877951368689537, 0.06886431574821472, -0.01060931384563446, -0.1221083402633667, 0.020543530583381653, 0.02573736198246479, 0.04657629132270813, 0.12597808241844177, -0.05393344536423683, -0.06897905468940735, 0.0034425873309373856, -0.03888022527098656, 0.08924435079097748, 0.1671091467142105, -0.08159076422452927, 0.052242834120988846, 0.12559004127979279, -0.08083928376436234, -0.3028031587600708, -0.0008299117325805128, 0.016802333295345306, 0.007134564220905304, -0.013690870255231857, -0.1377832293510437, 0.05484812706708908, 0.10044413059949875, -0.007726350333541632, -0.02789573185145855, -0.2119980901479721, -0.1384536474943161, 0.05930481106042862, 0.0017737681046128273, -0.06376808136701584, -0.09641043841838837, -0.06542502343654633, -0.03587212413549423, -0.13540765643119812, 0.11508268117904663, -0.07605540007352829, 0.03371914476156235, -0.0017723145429044962, -0.0022459488827735186, 0.0115045215934515, -0.07047563791275024, 0.11257564276456833, 0.1072656512260437, 0.029934732243418694, -0.04030657187104225, 0.042746592313051224, 0.08794983476400375, 0.004776332527399063, 0.148701474070549, -0.02317771315574646, 0.05257100239396095, -0.10876374691724777, 0.00865684449672699, -0.12192446738481522, 0.07162922620773315, -0.06146436557173729, -0.062152277678251266, -0.0724661648273468, 0.07712327688932419, 0.07125989347696304, 0.0017721833428367972, 0.01974753476679325, 0.0014956603990867734, -0.01661030948162079, 0.18377728760242462, 0.06277398765087128, 0.1278378814458847, -0.006466420833021402, 0.03088885173201561, -0.024059005081653595, 0.03859622776508331, -0.16042804718017578, 0.010642053559422493, 0.10668601095676422, 0.023006664589047432, 0.11164692789316177, -0.015442709438502789, -0.11170082539319992, -0.025162147358059883, 0.09044860303401947, -0.13458316028118134, -0.16549624502658844, 0.03406570479273796, 0.002378873061388731, -0.12754109501838684, -0.043202031403779984, 0.05471763759851456, -0.04819508269429207, 0.023481685668230057, -0.014397132210433483, 0.0897325649857521, -0.050681404769420624, 0.14929470419883728, 0.0443783774971962, 0.03009224683046341, -0.0987592414021492, 0.10279113054275513, 0.07859990745782852, -0.08138253539800644, -0.016822069883346558, 0.09321267902851105, -0.10783445835113525, -0.06720615178346634, 0.007573878858238459, 0.04380875080823898, 0.07250741869211197, 0.019526774063706398, -0.015484187752008438, -0.12304551899433136, 0.04639676958322525, -0.0021955238189548254, 0.023702386766672134, 0.08977566659450531, -0.006059868261218071, -0.020519347861409187, -0.0607437901198864, 0.12450004369020462, 0.05581827834248543, 0.037662357091903687, 0.027917131781578064, 0.1007828563451767, -0.06758639961481094, -0.029346127063035965, 0.019538411870598793, 0.016162419691681862, -0.05182274058461189, -0.0398661233484745, -0.1754520982503891, -0.021641653031110764, -0.08629956096410751, -0.021415378898382187, -0.01248778123408556, -0.03388549014925957, 0.011031439527869225, -0.013597626239061356, -0.056021157652139664, -0.043294213712215424, -0.06071919947862625, 0.06918737292289734, -0.0847160741686821, -0.030292842537164688, 0.07864060252904892, -0.06995032727718353, 0.09198721498250961, 0.050931788980960846, 0.04149039089679718, 0.06088223680853844, -0.041348692029714584, 0.003930645529180765, -0.0027615667786449194, 0.06706201285123825, 0.028631914407014847, -0.011472536250948906, -0.03974582254886627, 0.02593184821307659, -0.006549122277647257, 0.015286030247807503, 0.032866470515728, -0.09621059149503708, 0.11473041772842407, -0.02940024994313717, 0.007174890488386154, -0.06020188331604004, 0.06487761437892914, 0.03508065268397331, 0.055547118186950684, 0.07546934485435486, -0.04978173226118088, 0.03534584119915962, -0.15135906636714935, -0.016066383570432663, 0.03378348425030708, -0.04547014832496643, -0.03847208991646767, 0.0036518906708806753, 0.06962146610021591, -0.006229368504136801, 0.16230842471122742, -0.011096019297838211, -0.0634002834558487, 0.024832764640450478, 0.018623027950525284, -0.05722995847463608, 0.0827660784125328, 0.0880371704697609, -0.01763848215341568, -0.02280297502875328, -0.06211235374212265, -0.035267215222120285, -0.013677563518285751, 0.10461223870515823, 0.15175160765647888, 0.1486716866493225, 0.17240159213542938, 0.018329454585909843, 0.025685053318738937, -0.1185612753033638, -0.04952356591820717, 0.10608360171318054, -0.019898029044270515, 0.08946913480758667, -0.044630054384469986, 0.002057498088106513, -0.03454475477337837, -0.22716857492923737, 0.07273086905479431, -0.03974171355366707, -0.08942554146051407, 0.01135331578552723, -0.1282859891653061, -0.030905436724424362, -0.041262462735176086, 0.0022363471798598766, -0.13971774280071259, 0.030624987557530403, 0.028758356347680092, 0.022328093647956848, 0.021667035296559334, 0.11838632076978683, -0.08163712918758392, -0.061386190354824066, 0.04495266452431679, -0.010387216694653034, -0.0333235077559948, 0.011210734955966473, 0.03682192042469978, 0.04065670818090439, 0.031898386776447296, 0.04908325523138046, 0.07585012912750244, 0.010244596749544144, 0.012159103527665138, -0.006137003656476736, -0.07588207721710205, -0.024134542793035507, 0.0017649584915488958, -0.017744319513440132, 0.23388896882534027, 0.07335203140974045, -0.021662592887878418, 0.01645917445421219, 0.08172636479139328, -0.03031793422996998, -0.10929035395383835, -0.15012381970882416, 0.030732566490769386, -0.026917582377791405, 0.021807508543133736, 0.03373924270272255, -0.09535768628120422, 0.020123498514294624, 0.18264280259609222, 0.1855136752128601, -0.017310041934251785, -0.005894470028579235, 0.05816090479493141, -0.007523174397647381, -0.015589403919875622, 0.0613546296954155, 0.03199497610330582, 0.223978191614151, -0.054371315985918045, 0.044285848736763, -0.025544138625264168, -0.059117138385772705, 0.013276627287268639, 0.056182730942964554, -0.046273838728666306, -0.042289577424526215, -0.08809759467840195, 0.06341958045959473, -0.09860067814588547, -0.25347405672073364, 0.00717204762622714, -0.0936557948589325, -0.07258082926273346, -0.027407804504036903, 0.03620609641075134, 0.07754161208868027, 0.04009412229061127, -0.04711966589093208, 0.019273843616247177, 0.15180674195289612, -0.022521257400512695, -0.051700811833143234, -0.09112498909235, 0.06286992132663727, -0.05673018842935562, 0.1186068132519722, 0.021501924842596054, 0.09056422114372253, 0.05843999609351158, 0.008023243397474289, -0.13716097176074982, 0.01764463260769844, 0.07442068308591843, 0.001385376905091107, -0.0038295581471174955, 0.13624143600463867, -0.030168799683451653, 0.17832638323307037, 0.016322193667292595, -0.05903681367635727, 0.04749220609664917, 0.10916314274072647, 0.0011191744124516845, -0.07371905446052551, 0.024247363209724426, -0.059690531343221664, 0.16931350529193878, 0.20414508879184723, -0.029876934364438057, 0.001601912546902895, -0.024508820846676826, 0.03254329040646553, -0.04273887723684311, 0.12312356382608414, 0.012281355448067188, -0.1441248059272766, 0.002384049352258444, 0.024444326758384705, 0.07856030017137527, -0.1704973578453064, -0.03058556281030178, 0.015335475094616413, -0.047942399978637695, -0.011043114587664604, 0.14465822279453278, 0.050361260771751404, 0.01121030654758215, -0.036482471972703934, 0.028537940233945847, 0.0160289965569973, 0.049464043229818344, -0.02410624921321869, -0.07772770524024963 ]
94b6b2ab574876c04cf1ac9097acf4903789315c
# Dataset Card for CoNLL-2002 ## 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:** [homepage](https://www.clips.uantwerpen.be/conll2002/ner/) - **Repository:** [github](https://github.com/teropa/nlp/tree/master/resources/corpora/conll2002) - **Paper:** [paper](https://www.aclweb.org/anthology/W02-2024/) - **Point of Contact:** [Erik Tjong Kim Sang](erikt@uia.ua.ac.be) ### Dataset Summary Named entities are phrases that contain the names of persons, organizations, locations, times and quantities. Example: [PER Wolff] , currently a journalist in [LOC Argentina] , played with [PER Del Bosque] in the final years of the seventies in [ORG Real Madrid] . The shared task of CoNLL-2002 concerns language-independent named entity recognition. We will concentrate on four types of named entities: persons, locations, organizations and names of miscellaneous entities that do not belong to the previous three groups. The participants of the shared task will be offered training and test data for at least two languages. They will use the data for developing a named-entity recognition system that includes a machine learning component. Information sources other than the training data may be used in this shared task. We are especially interested in methods that can use additional unannotated data for improving their performance (for example co-training). ### Supported Tasks and Leaderboards Named Entity Recognition (NER) is a subtask of Information Extraction. Different NER systems were evaluated as a part of the Sixth Message Understanding Conference in 1995 (MUC6). The target language was English. The participating systems performed well. However, many of them used language-specific resources for performing the task and it is unknown how they would have performed on another language than English. After 1995 NER systems have been developed for some European languages and a few Asian languages. There have been at least two studies that have applied one NER system to different languages. Palmer and Day [PD97] have used statistical methods for finding named entities in newswire articles in Chinese, English, French, Japanese, Portuguese and Spanish. They found that the difficulty of the NER task was different for the six languages but that a large part of the task could be performed with simple methods. Cucerzan and Yarowsky [CY99] used both morphological and contextual clues for identifying named entities in English, Greek, Hindi, Rumanian and Turkish. With minimal supervision, they obtained overall F measures between 40 and 70, depending on the languages used. - `named-entity-recognition`: The performance in this task is measured with [F1](https://huggingface.co/metrics/f1) (higher is better). A named entity is correct only if it is an exact match of the corresponding entity in the data. - `parsing`: The performance in this task is measured with [F1](https://huggingface.co/metrics/f1) (higher is better). A part-of-speech tag is correct only if it is equal to the corresponding tag in the data. ### Languages There are two languages available : Spanish (es) and Dutch (nl). ## Dataset Structure ### Data Instances The examples look like this : ``` {'id': '0', 'ner_tags': [5, 6, 0, 0, 0, 0, 3, 0, 0], 'pos_tags': [4, 28, 13, 59, 28, 21, 29, 22, 20], 'tokens': ['La', 'Coruña', ',', '23', 'may', '(', 'EFECOM', ')', '.'] } ``` The original data files within the Dutch sub-dataset have `-DOCSTART-` lines used to separate documents, but these lines are removed here. Indeed `-DOCSTART-` is a special line that acts as a boundary between two different documents, and it is filtered out in this implementation. ### Data Fields - `id`: id of the sample - `tokens`: the tokens of the example text - `ner_tags`: the NER tags of each token - `pos_tags`: the POS tags of each token The POS tags correspond to this list for Spanish: ``` 'AO', 'AQ', 'CC', 'CS', 'DA', 'DE', 'DD', 'DI', 'DN', 'DP', 'DT', 'Faa', 'Fat', 'Fc', 'Fd', 'Fe', 'Fg', 'Fh', 'Fia', 'Fit', 'Fp', 'Fpa', 'Fpt', 'Fs', 'Ft', 'Fx', 'Fz', 'I', 'NC', 'NP', 'P0', 'PD', 'PI', 'PN', 'PP', 'PR', 'PT', 'PX', 'RG', 'RN', 'SP', 'VAI', 'VAM', 'VAN', 'VAP', 'VAS', 'VMG', 'VMI', 'VMM', 'VMN', 'VMP', 'VMS', 'VSG', 'VSI', 'VSM', 'VSN', 'VSP', 'VSS', 'Y', 'Z' ``` And this list for Dutch: ``` 'Adj', 'Adv', 'Art', 'Conj', 'Int', 'Misc', 'N', 'Num', 'Prep', 'Pron', 'Punc', 'V' ``` The NER tags correspond to this list: ``` "O", "B-PER", "I-PER", "B-ORG", "I-ORG", "B-LOC", "I-LOC", "B-MISC", "I-MISC", ``` The NER tags have the same format as in the chunking 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). It is assumed that named entities are non-recursive and non-overlapping. In case a named entity is embedded in another named entity usually, only the top level entity is marked. ### Data Splits For both configurations (Spanish and Dutch), there are three splits. The original splits were named `train`, `testa` and `testb` and they correspond to the `train`, `validation` and `test` splits. The splits have the following sizes : | | train | validation | test | | ----- |-------:|------------:|------:| | N. Examples (Spanish) | 8324 | 1916 | 1518 | | N. Examples (Dutch) | 15807 | 2896 | 5196 | ## Dataset Creation ### Curation Rationale The dataset was introduced to introduce new resources to two languages that were under-served for statistical machine learning at the time, Dutch and Spanish. [More Information Needed] ### Source Data The Spanish data is a collection of news wire articles made available by the Spanish EFE News Agency. The articles are from May 2000. The Dutch data consist of four editions of the Belgian newspaper "De Morgen" of 2000 (June 2, July 1, August 1 and September 1). #### Initial Data Collection and Normalization The articles were word-tokenized, information on the exact pre-processing pipeline is unavailable. #### Who are the source language producers? The source language was produced by journalists and writers employed by the news agency and newspaper mentioned above. ### Annotations #### Annotation process For the Dutch data, the annotator has followed the MITRE and SAIC guidelines for named entity recognition (Chinchor et al., 1999) as well as possible. #### Who are the annotators? The Spanish data annotation was carried out by the TALP Research Center of the Technical University of Catalonia (UPC) and the Center of Language and Computation (CLiC) of the University of Barcelona (UB). The Dutch data was annotated as a part of the Atranos project at the University of Antwerp. ### Personal and Sensitive Information The data is sourced from newspaper source and only contains mentions of public figures or individuals ## Considerations for Using the Data ### Social Impact of Dataset Named Entity Recognition systems can be used to efficiently index news text, allowing to easily gather all information pertaining to an organization or individual. Making such resources widely available in languages other than English can support better research and user experience for a larger part of the world's population. At the same time, better indexing and discoverability can also enable surveillance by state actors. ### Discussion of Biases News text reproduces the biases of society, and any system trained on news data should be cognizant of these limitations and the risk for models to learn spurious correlations in this context, for example between a person's gender and their occupation. ### Other Known Limitations Users should keep in mind that the dataset only contains news text, which might limit the applicability of the developed systems to other domains. ## Additional Information ### Dataset Curators The annotation of the Spanish data was funded by the European Commission through the NAMIC project (IST-1999-12392). ### Licensing Information The licensing status of the data, especially the news source text, is unknown. ### Citation Information Provide the [BibTex](http://www.bibtex.org/)-formatted reference for the dataset. For example: ``` @inproceedings{tjong-kim-sang-2002-introduction, title = "Introduction to the {C}o{NLL}-2002 Shared Task: Language-Independent Named Entity Recognition", author = "Tjong Kim Sang, Erik F.", booktitle = "{COLING}-02: The 6th Conference on Natural Language Learning 2002 ({C}o{NLL}-2002)", year = "2002", url = "https://www.aclweb.org/anthology/W02-2024", } ``` ### Contributions Thanks to [@lhoestq](https://github.com/lhoestq) for adding this dataset.
conll2002
[ "task_categories:token-classification", "task_ids:named-entity-recognition", "task_ids:part-of-speech", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:multilingual", "size_categories:10K<n<100K", "source_datasets:original", "language:es", "language:nl", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["es", "nl"], "license": ["unknown"], "multilinguality": ["multilingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["token-classification"], "task_ids": ["named-entity-recognition", "part-of-speech"], "paperswithcode_id": "conll-2002", "pretty_name": "CoNLL-2002", "config_names": ["es", "nl"], "dataset_info": [{"config_name": "es", "features": [{"name": "id", "dtype": "string"}, {"name": "tokens", "sequence": "string"}, {"name": "pos_tags", "sequence": {"class_label": {"names": {"0": "AO", "1": "AQ", "2": "CC", "3": "CS", "4": "DA", "5": "DE", "6": "DD", "7": "DI", "8": "DN", "9": "DP", "10": "DT", "11": "Faa", "12": "Fat", "13": "Fc", "14": "Fd", "15": "Fe", "16": "Fg", "17": "Fh", "18": "Fia", "19": "Fit", "20": "Fp", "21": "Fpa", "22": "Fpt", "23": "Fs", "24": "Ft", "25": "Fx", "26": "Fz", "27": "I", "28": "NC", "29": "NP", "30": "P0", "31": "PD", "32": "PI", "33": "PN", "34": "PP", "35": "PR", "36": "PT", "37": "PX", "38": "RG", "39": "RN", "40": "SP", "41": "VAI", "42": "VAM", "43": "VAN", "44": "VAP", "45": "VAS", "46": "VMG", "47": "VMI", "48": "VMM", "49": "VMN", "50": "VMP", "51": "VMS", "52": "VSG", "53": "VSI", "54": "VSM", "55": "VSN", "56": "VSP", "57": "VSS", "58": "Y", "59": "Z"}}}}, {"name": "ner_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "B-PER", "2": "I-PER", "3": "B-ORG", "4": "I-ORG", "5": "B-LOC", "6": "I-LOC", "7": "B-MISC", "8": "I-MISC"}}}}], "splits": [{"name": "train", "num_bytes": 6672173, "num_examples": 8324}, {"name": "validation", "num_bytes": 1333784, "num_examples": 1916}, {"name": "test", "num_bytes": 1294156, "num_examples": 1518}], "download_size": 4140690, "dataset_size": 9300113}, {"config_name": "nl", "features": [{"name": "id", "dtype": "string"}, {"name": "tokens", "sequence": "string"}, {"name": "pos_tags", "sequence": {"class_label": {"names": {"0": "Adj", "1": "Adv", "2": "Art", "3": "Conj", "4": "Int", "5": "Misc", "6": "N", "7": "Num", "8": "Prep", "9": "Pron", "10": "Punc", "11": "V"}}}}, {"name": "ner_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "B-PER", "2": "I-PER", "3": "B-ORG", "4": "I-ORG", "5": "B-LOC", "6": "I-LOC", "7": "B-MISC", "8": "I-MISC"}}}}], "splits": [{"name": "train", "num_bytes": 5308959, "num_examples": 15807}, {"name": "validation", "num_bytes": 994298, "num_examples": 2896}, {"name": "test", "num_bytes": 1808862, "num_examples": 5196}], "download_size": 3642241, "dataset_size": 8112119}]}
2024-01-18T09:33:49+00:00
[]
[ "es", "nl" ]
TAGS #task_categories-token-classification #task_ids-named-entity-recognition #task_ids-part-of-speech #annotations_creators-crowdsourced #language_creators-found #multilinguality-multilingual #size_categories-10K<n<100K #source_datasets-original #language-Spanish #language-Dutch #license-unknown #region-us
Dataset Card for CoNLL-2002 =========================== 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: homepage * Repository: github * Paper: paper * Point of Contact: Erik Tjong Kim Sang ### Dataset Summary Named entities are phrases that contain the names of persons, organizations, locations, times and quantities. Example: [PER Wolff] , currently a journalist in [LOC Argentina] , played with [PER Del Bosque] in the final years of the seventies in [ORG Real Madrid] . The shared task of CoNLL-2002 concerns language-independent named entity recognition. We will concentrate on four types of named entities: persons, locations, organizations and names of miscellaneous entities that do not belong to the previous three groups. The participants of the shared task will be offered training and test data for at least two languages. They will use the data for developing a named-entity recognition system that includes a machine learning component. Information sources other than the training data may be used in this shared task. We are especially interested in methods that can use additional unannotated data for improving their performance (for example co-training). ### Supported Tasks and Leaderboards Named Entity Recognition (NER) is a subtask of Information Extraction. Different NER systems were evaluated as a part of the Sixth Message Understanding Conference in 1995 (MUC6). The target language was English. The participating systems performed well. However, many of them used language-specific resources for performing the task and it is unknown how they would have performed on another language than English. After 1995 NER systems have been developed for some European languages and a few Asian languages. There have been at least two studies that have applied one NER system to different languages. Palmer and Day [PD97] have used statistical methods for finding named entities in newswire articles in Chinese, English, French, Japanese, Portuguese and Spanish. They found that the difficulty of the NER task was different for the six languages but that a large part of the task could be performed with simple methods. Cucerzan and Yarowsky [CY99] used both morphological and contextual clues for identifying named entities in English, Greek, Hindi, Rumanian and Turkish. With minimal supervision, they obtained overall F measures between 40 and 70, depending on the languages used. * 'named-entity-recognition': The performance in this task is measured with F1 (higher is better). A named entity is correct only if it is an exact match of the corresponding entity in the data. * 'parsing': The performance in this task is measured with F1 (higher is better). A part-of-speech tag is correct only if it is equal to the corresponding tag in the data. ### Languages There are two languages available : Spanish (es) and Dutch (nl). Dataset Structure ----------------- ### Data Instances The examples look like this : The original data files within the Dutch sub-dataset have '-DOCSTART-' lines used to separate documents, but these lines are removed here. Indeed '-DOCSTART-' is a special line that acts as a boundary between two different documents, and it is filtered out in this implementation. ### Data Fields * 'id': id of the sample * 'tokens': the tokens of the example text * 'ner\_tags': the NER tags of each token * 'pos\_tags': the POS tags of each token The POS tags correspond to this list for Spanish: And this list for Dutch: The NER tags correspond to this list: The NER tags have the same format as in the chunking 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). It is assumed that named entities are non-recursive and non-overlapping. In case a named entity is embedded in another named entity usually, only the top level entity is marked. ### Data Splits For both configurations (Spanish and Dutch), there are three splits. The original splits were named 'train', 'testa' and 'testb' and they correspond to the 'train', 'validation' and 'test' splits. The splits have the following sizes : Dataset Creation ---------------- ### Curation Rationale The dataset was introduced to introduce new resources to two languages that were under-served for statistical machine learning at the time, Dutch and Spanish. ### Source Data The Spanish data is a collection of news wire articles made available by the Spanish EFE News Agency. The articles are from May 2000. The Dutch data consist of four editions of the Belgian newspaper "De Morgen" of 2000 (June 2, July 1, August 1 and September 1). #### Initial Data Collection and Normalization The articles were word-tokenized, information on the exact pre-processing pipeline is unavailable. #### Who are the source language producers? The source language was produced by journalists and writers employed by the news agency and newspaper mentioned above. ### Annotations #### Annotation process For the Dutch data, the annotator has followed the MITRE and SAIC guidelines for named entity recognition (Chinchor et al., 1999) as well as possible. #### Who are the annotators? The Spanish data annotation was carried out by the TALP Research Center of the Technical University of Catalonia (UPC) and the Center of Language and Computation (CLiC) of the University of Barcelona (UB). The Dutch data was annotated as a part of the Atranos project at the University of Antwerp. ### Personal and Sensitive Information The data is sourced from newspaper source and only contains mentions of public figures or individuals Considerations for Using the Data --------------------------------- ### Social Impact of Dataset Named Entity Recognition systems can be used to efficiently index news text, allowing to easily gather all information pertaining to an organization or individual. Making such resources widely available in languages other than English can support better research and user experience for a larger part of the world's population. At the same time, better indexing and discoverability can also enable surveillance by state actors. ### Discussion of Biases News text reproduces the biases of society, and any system trained on news data should be cognizant of these limitations and the risk for models to learn spurious correlations in this context, for example between a person's gender and their occupation. ### Other Known Limitations Users should keep in mind that the dataset only contains news text, which might limit the applicability of the developed systems to other domains. Additional Information ---------------------- ### Dataset Curators The annotation of the Spanish data was funded by the European Commission through the NAMIC project (IST-1999-12392). ### Licensing Information The licensing status of the data, especially the news source text, is unknown. Provide the BibTex-formatted reference for the dataset. For example: ### Contributions Thanks to @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nNamed entities are phrases that contain the names of persons, organizations, locations, times and quantities. Example:\n\n\n[PER Wolff] , currently a journalist in [LOC Argentina] , played with [PER Del Bosque] in the final years of the seventies in [ORG Real Madrid] .\n\n\nThe shared task of CoNLL-2002 concerns language-independent named entity recognition. We will concentrate on four types of named entities: persons, locations, organizations and names of miscellaneous entities that do not belong to the previous three groups. The participants of the shared task will be offered training and test data for at least two languages. They will use the data for developing a named-entity recognition system that includes a machine learning component. Information sources other than the training data may be used in this shared task. We are especially interested in methods that can use additional unannotated data for improving their performance (for example co-training).", "### Supported Tasks and Leaderboards\n\n\nNamed Entity Recognition (NER) is a subtask of Information Extraction. Different NER systems were evaluated as a part of the Sixth Message Understanding Conference in 1995 (MUC6). The target language was English. The participating systems performed well. However, many of them used language-specific resources for performing the task and it is unknown how they would have performed on another language than English.\n\n\nAfter 1995 NER systems have been developed for some European languages and a few Asian languages. There have been at least two studies that have applied one NER system to different languages. Palmer and Day [PD97] have used statistical methods for finding named entities in newswire articles in Chinese, English, French, Japanese, Portuguese and Spanish. They found that the difficulty of the NER task was different for the six languages but that a large part of the task could be performed with simple methods. Cucerzan and Yarowsky [CY99] used both morphological and contextual clues for identifying named entities in English, Greek, Hindi, Rumanian and Turkish. With minimal supervision, they obtained overall F measures between 40 and 70, depending on the languages used.\n\n\n* 'named-entity-recognition': The performance in this task is measured with F1 (higher is better). A named entity is correct only if it is an exact match of the corresponding entity in the data.\n* 'parsing': The performance in this task is measured with F1 (higher is better). A part-of-speech tag is correct only if it is equal to the corresponding tag in the data.", "### Languages\n\n\nThere are two languages available : Spanish (es) and Dutch (nl).\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe examples look like this :\n\n\nThe original data files within the Dutch sub-dataset have '-DOCSTART-' lines used to separate documents, but these lines are removed here.\nIndeed '-DOCSTART-' is a special line that acts as a boundary between two different documents, and it is filtered out in this implementation.", "### Data Fields\n\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* 'pos\\_tags': the POS tags of each token\n\n\nThe POS tags correspond to this list for Spanish:\n\n\nAnd this list for Dutch:\n\n\nThe NER tags correspond to this list:\n\n\nThe NER tags have the same format as in the chunking 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).\n\n\nIt is assumed that named entities are non-recursive and non-overlapping. In case a named entity is embedded in another named entity usually, only the top level entity is marked.", "### Data Splits\n\n\nFor both configurations (Spanish and Dutch), there are three splits.\n\n\nThe original splits were named 'train', 'testa' and 'testb' and they correspond to the 'train', 'validation' and 'test' splits.\n\n\nThe splits have the following sizes :\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was introduced to introduce new resources to two languages that were under-served for statistical machine learning at the time, Dutch and Spanish.", "### Source Data\n\n\nThe Spanish data is a collection of news wire articles made available by the Spanish EFE News Agency. The articles are from May 2000.\n\n\nThe Dutch data consist of four editions of the Belgian newspaper \"De Morgen\" of 2000 (June 2, July 1, August 1 and September 1).", "#### Initial Data Collection and Normalization\n\n\nThe articles were word-tokenized, information on the exact pre-processing pipeline is unavailable.", "#### Who are the source language producers?\n\n\nThe source language was produced by journalists and writers employed by the news agency and newspaper mentioned above.", "### Annotations", "#### Annotation process\n\n\nFor the Dutch data, the annotator has followed the MITRE and SAIC guidelines for named entity recognition (Chinchor et al., 1999) as well as possible.", "#### Who are the annotators?\n\n\nThe Spanish data annotation was carried out by the TALP Research Center of the Technical University of Catalonia (UPC) and the Center of Language and Computation (CLiC) of the University of Barcelona (UB).\n\n\nThe Dutch data was annotated as a part of the Atranos project at the University of Antwerp.", "### Personal and Sensitive Information\n\n\nThe data is sourced from newspaper source and only contains mentions of public figures or individuals\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nNamed Entity Recognition systems can be used to efficiently index news text, allowing to easily gather all information pertaining to an organization or individual. Making such resources widely available in languages other than English can support better research and user experience for a larger part of the world's population. At the same time, better indexing and discoverability can also enable surveillance by state actors.", "### Discussion of Biases\n\n\nNews text reproduces the biases of society, and any system trained on news data should be cognizant of these limitations and the risk for models to learn spurious correlations in this context, for example between a person's gender and their occupation.", "### Other Known Limitations\n\n\nUsers should keep in mind that the dataset only contains news text, which might limit the applicability of the developed systems to other domains.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe annotation of the Spanish data was funded by the European Commission through the NAMIC project (IST-1999-12392).", "### Licensing Information\n\n\nThe licensing status of the data, especially the news source text, is unknown.\n\n\nProvide the BibTex-formatted reference for the dataset. For example:", "### Contributions\n\n\nThanks to @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #task_ids-part-of-speech #annotations_creators-crowdsourced #language_creators-found #multilinguality-multilingual #size_categories-10K<n<100K #source_datasets-original #language-Spanish #language-Dutch #license-unknown #region-us \n", "### Dataset Summary\n\n\nNamed entities are phrases that contain the names of persons, organizations, locations, times and quantities. Example:\n\n\n[PER Wolff] , currently a journalist in [LOC Argentina] , played with [PER Del Bosque] in the final years of the seventies in [ORG Real Madrid] .\n\n\nThe shared task of CoNLL-2002 concerns language-independent named entity recognition. We will concentrate on four types of named entities: persons, locations, organizations and names of miscellaneous entities that do not belong to the previous three groups. The participants of the shared task will be offered training and test data for at least two languages. They will use the data for developing a named-entity recognition system that includes a machine learning component. Information sources other than the training data may be used in this shared task. We are especially interested in methods that can use additional unannotated data for improving their performance (for example co-training).", "### Supported Tasks and Leaderboards\n\n\nNamed Entity Recognition (NER) is a subtask of Information Extraction. Different NER systems were evaluated as a part of the Sixth Message Understanding Conference in 1995 (MUC6). The target language was English. The participating systems performed well. However, many of them used language-specific resources for performing the task and it is unknown how they would have performed on another language than English.\n\n\nAfter 1995 NER systems have been developed for some European languages and a few Asian languages. There have been at least two studies that have applied one NER system to different languages. Palmer and Day [PD97] have used statistical methods for finding named entities in newswire articles in Chinese, English, French, Japanese, Portuguese and Spanish. They found that the difficulty of the NER task was different for the six languages but that a large part of the task could be performed with simple methods. Cucerzan and Yarowsky [CY99] used both morphological and contextual clues for identifying named entities in English, Greek, Hindi, Rumanian and Turkish. With minimal supervision, they obtained overall F measures between 40 and 70, depending on the languages used.\n\n\n* 'named-entity-recognition': The performance in this task is measured with F1 (higher is better). A named entity is correct only if it is an exact match of the corresponding entity in the data.\n* 'parsing': The performance in this task is measured with F1 (higher is better). A part-of-speech tag is correct only if it is equal to the corresponding tag in the data.", "### Languages\n\n\nThere are two languages available : Spanish (es) and Dutch (nl).\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe examples look like this :\n\n\nThe original data files within the Dutch sub-dataset have '-DOCSTART-' lines used to separate documents, but these lines are removed here.\nIndeed '-DOCSTART-' is a special line that acts as a boundary between two different documents, and it is filtered out in this implementation.", "### Data Fields\n\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* 'pos\\_tags': the POS tags of each token\n\n\nThe POS tags correspond to this list for Spanish:\n\n\nAnd this list for Dutch:\n\n\nThe NER tags correspond to this list:\n\n\nThe NER tags have the same format as in the chunking 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).\n\n\nIt is assumed that named entities are non-recursive and non-overlapping. In case a named entity is embedded in another named entity usually, only the top level entity is marked.", "### Data Splits\n\n\nFor both configurations (Spanish and Dutch), there are three splits.\n\n\nThe original splits were named 'train', 'testa' and 'testb' and they correspond to the 'train', 'validation' and 'test' splits.\n\n\nThe splits have the following sizes :\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was introduced to introduce new resources to two languages that were under-served for statistical machine learning at the time, Dutch and Spanish.", "### Source Data\n\n\nThe Spanish data is a collection of news wire articles made available by the Spanish EFE News Agency. The articles are from May 2000.\n\n\nThe Dutch data consist of four editions of the Belgian newspaper \"De Morgen\" of 2000 (June 2, July 1, August 1 and September 1).", "#### Initial Data Collection and Normalization\n\n\nThe articles were word-tokenized, information on the exact pre-processing pipeline is unavailable.", "#### Who are the source language producers?\n\n\nThe source language was produced by journalists and writers employed by the news agency and newspaper mentioned above.", "### Annotations", "#### Annotation process\n\n\nFor the Dutch data, the annotator has followed the MITRE and SAIC guidelines for named entity recognition (Chinchor et al., 1999) as well as possible.", "#### Who are the annotators?\n\n\nThe Spanish data annotation was carried out by the TALP Research Center of the Technical University of Catalonia (UPC) and the Center of Language and Computation (CLiC) of the University of Barcelona (UB).\n\n\nThe Dutch data was annotated as a part of the Atranos project at the University of Antwerp.", "### Personal and Sensitive Information\n\n\nThe data is sourced from newspaper source and only contains mentions of public figures or individuals\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nNamed Entity Recognition systems can be used to efficiently index news text, allowing to easily gather all information pertaining to an organization or individual. Making such resources widely available in languages other than English can support better research and user experience for a larger part of the world's population. At the same time, better indexing and discoverability can also enable surveillance by state actors.", "### Discussion of Biases\n\n\nNews text reproduces the biases of society, and any system trained on news data should be cognizant of these limitations and the risk for models to learn spurious correlations in this context, for example between a person's gender and their occupation.", "### Other Known Limitations\n\n\nUsers should keep in mind that the dataset only contains news text, which might limit the applicability of the developed systems to other domains.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe annotation of the Spanish data was funded by the European Commission through the NAMIC project (IST-1999-12392).", "### Licensing Information\n\n\nThe licensing status of the data, especially the news source text, is unknown.\n\n\nProvide the BibTex-formatted reference for the dataset. For example:", "### Contributions\n\n\nThanks to @lhoestq for adding this dataset." ]
[ 112, 221, 383, 27, 83, 203, 79, 40, 64, 35, 33, 5, 44, 79, 38, 97, 65, 45, 32, 44, 17 ]
[ "passage: TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #task_ids-part-of-speech #annotations_creators-crowdsourced #language_creators-found #multilinguality-multilingual #size_categories-10K<n<100K #source_datasets-original #language-Spanish #language-Dutch #license-unknown #region-us \n### Dataset Summary\n\n\nNamed entities are phrases that contain the names of persons, organizations, locations, times and quantities. Example:\n\n\n[PER Wolff] , currently a journalist in [LOC Argentina] , played with [PER Del Bosque] in the final years of the seventies in [ORG Real Madrid] .\n\n\nThe shared task of CoNLL-2002 concerns language-independent named entity recognition. We will concentrate on four types of named entities: persons, locations, organizations and names of miscellaneous entities that do not belong to the previous three groups. The participants of the shared task will be offered training and test data for at least two languages. They will use the data for developing a named-entity recognition system that includes a machine learning component. Information sources other than the training data may be used in this shared task. We are especially interested in methods that can use additional unannotated data for improving their performance (for example co-training).", "passage: ### Supported Tasks and Leaderboards\n\n\nNamed Entity Recognition (NER) is a subtask of Information Extraction. Different NER systems were evaluated as a part of the Sixth Message Understanding Conference in 1995 (MUC6). The target language was English. The participating systems performed well. However, many of them used language-specific resources for performing the task and it is unknown how they would have performed on another language than English.\n\n\nAfter 1995 NER systems have been developed for some European languages and a few Asian languages. There have been at least two studies that have applied one NER system to different languages. Palmer and Day [PD97] have used statistical methods for finding named entities in newswire articles in Chinese, English, French, Japanese, Portuguese and Spanish. They found that the difficulty of the NER task was different for the six languages but that a large part of the task could be performed with simple methods. Cucerzan and Yarowsky [CY99] used both morphological and contextual clues for identifying named entities in English, Greek, Hindi, Rumanian and Turkish. With minimal supervision, they obtained overall F measures between 40 and 70, depending on the languages used.\n\n\n* 'named-entity-recognition': The performance in this task is measured with F1 (higher is better). A named entity is correct only if it is an exact match of the corresponding entity in the data.\n* 'parsing': The performance in this task is measured with F1 (higher is better). A part-of-speech tag is correct only if it is equal to the corresponding tag in the data.### Languages\n\n\nThere are two languages available : Spanish (es) and Dutch (nl).\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nThe examples look like this :\n\n\nThe original data files within the Dutch sub-dataset have '-DOCSTART-' lines used to separate documents, but these lines are removed here.\nIndeed '-DOCSTART-' is a special line that acts as a boundary between two different documents, and it is filtered out in this implementation.### Data Fields\n\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* 'pos\\_tags': the POS tags of each token\n\n\nThe POS tags correspond to this list for Spanish:\n\n\nAnd this list for Dutch:\n\n\nThe NER tags correspond to this list:\n\n\nThe NER tags have the same format as in the chunking 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).\n\n\nIt is assumed that named entities are non-recursive and non-overlapping. In case a named entity is embedded in another named entity usually, only the top level entity is marked.### Data Splits\n\n\nFor both configurations (Spanish and Dutch), there are three splits.\n\n\nThe original splits were named 'train', 'testa' and 'testb' and they correspond to the 'train', 'validation' and 'test' splits.\n\n\nThe splits have the following sizes :\n\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThe dataset was introduced to introduce new resources to two languages that were under-served for statistical machine learning at the time, Dutch and Spanish.### Source Data\n\n\nThe Spanish data is a collection of news wire articles made available by the Spanish EFE News Agency. The articles are from May 2000.\n\n\nThe Dutch data consist of four editions of the Belgian newspaper \"De Morgen\" of 2000 (June 2, July 1, August 1 and September 1)." ]
[ -0.05534876883029938, 0.056075289845466614, -0.004163633566349745, 0.04975564777851105, 0.05552198737859726, -0.040622711181640625, 0.12389536201953888, 0.014938043430447578, 0.0437309667468071, 0.1167859435081482, -0.0440683513879776, -0.0889558494091034, 0.06296093761920929, 0.0016483953222632408, 0.04584537446498871, -0.2111443281173706, 0.06357693672180176, -0.08871904015541077, 0.020153967663645744, 0.060352250933647156, 0.08162086457014084, -0.05692281574010849, 0.06540932506322861, 0.009676992893218994, -0.05927810072898865, 0.019677098840475082, -0.015810202807188034, -0.08082766085863113, 0.1132509857416153, 0.07858601957559586, 0.16986826062202454, -0.03461924567818642, 0.023873887956142426, -0.1075243130326271, 0.005697534419596195, 0.06706050783395767, -0.019019948318600655, -0.018250925466418266, 0.10840626806020737, -0.009445900097489357, 0.1376553624868393, -0.13843172788619995, 0.022005122154951096, -0.03935365378856659, -0.10212387144565582, -0.08748945593833923, -0.09753501415252686, 0.038430552929639816, 0.022775782272219658, 0.06601843237876892, -0.015535141341388226, 0.09613612294197083, -0.08843851834535599, 0.033457498997449875, 0.04008733481168747, -0.13285143673419952, -0.04865039139986038, -0.011282018385827541, 0.024684850126504898, 0.10991474986076355, 0.0017138856928795576, -0.01631983555853367, -0.030284998938441277, -0.0016185780987143517, -0.08724133670330048, -0.04265795275568962, -0.029715880751609802, -0.03648154065012932, -0.11663249135017395, -0.06720109283924103, 0.1352710723876953, 0.024827759712934494, -0.04121743515133858, -0.10977650433778763, -0.06641726940870285, 0.11068703234195709, 0.004705827683210373, -0.03741787374019623, -0.007429203484207392, -0.027759719640016556, 0.12120704352855682, -0.006807243451476097, -0.0952678769826889, 0.020604543387889862, -0.11995109170675278, 0.16955746710300446, 0.028056880459189415, 0.04346202313899994, -0.010376986116170883, 0.05105414614081383, -0.03216271474957466, -0.02784925326704979, -0.03579889237880707, -0.022831853479146957, -0.16662856936454773, 0.01140502654016018, -0.023892560973763466, -0.04817400127649307, 0.006098493933677673, 0.01803910732269287, -0.030618011951446533, 0.03214791417121887, -0.06961950659751892, 0.04988503456115723, 0.07102099061012268, 0.1622447818517685, -0.034586451947689056, 0.004532236605882645, 0.019416674971580505, -0.05073926970362663, 0.013793198391795158, -0.048113323748111725, -0.08408454060554504, 0.002733413130044937, 0.0547558069229126, 0.05176647752523422, 0.01624438166618347, 0.06673766672611237, -0.03063158318400383, -0.022390861064195633, 0.09327353537082672, -0.11096704006195068, 0.01574447751045227, 0.019864194095134735, -0.024690821766853333, 0.0802251547574997, -0.05299339443445206, 0.006126583553850651, -0.07221058756113052, -0.0023653190582990646, -0.004145702347159386, -0.02047920413315296, -0.09297986328601837, -0.1278783679008484, 0.06991511583328247, -0.026717759668827057, -0.036481816321611404, -0.12895366549491882, -0.10268661379814148, -0.09584556519985199, 0.03675045818090439, -0.05865802243351936, 0.02048725262284279, -0.030748551711440086, -0.000478869304060936, -0.030806608498096466, 0.0011559873819351196, -0.054428525269031525, -0.03182369843125343, 0.028270050883293152, -0.08496110141277313, 0.03258076682686806, -0.046140074729919434, 0.003283817321062088, -0.08985243737697601, 0.02839219570159912, -0.14212900400161743, 0.13877230882644653, -0.08989260345697403, -0.03871410712599754, -0.05545130744576454, 0.0186932273209095, -0.018352586776018143, 0.05751635506749153, -0.04858926311135292, 0.06392380595207214, -0.1483117640018463, -0.07064084708690643, 0.0791802629828453, -0.1101059764623642, 0.05220944061875343, 0.08913642168045044, -0.03477480635046959, 0.08120348304510117, 0.11263325810432434, 0.17810960114002228, 0.1038040965795517, -0.08866127580404282, -0.02536289393901825, -0.022534428164362907, 0.010820153169333935, 0.09870465099811554, 0.07247341424226761, -0.0072971535846591, 0.0475122444331646, 0.02199111506342888, -0.07843215018510818, -0.0101995337754488, 0.006134070456027985, -0.04102740436792374, 0.05359940230846405, 0.030674299225211143, -0.021030999720096588, 0.0020082583650946617, 0.05820038542151451, 0.00532869715243578, -0.0386795736849308, 0.0014991313219070435, 0.015116325579583645, -0.04641709104180336, 0.055445000529289246, -0.04126361384987831, 0.05818250775337219, 0.042691417038440704, 0.008292438462376595, -0.1808280050754547, -0.11534114927053452, 0.08883903920650482, -0.0041278330609202385, 0.07107604295015335, 0.04923081770539284, -0.01288805902004242, 0.018282707780599594, -0.008115950971841812, 0.03828679025173187, -0.025523852556943893, -0.027103913947939873, -0.029888035729527473, -0.1118219792842865, 0.01512941811233759, -0.04286406934261322, 0.08243950456380844, -0.05353967845439911, -0.01808547042310238, 0.10520356893539429, 0.06455817073583603, 0.03971019759774208, -0.0221943948417902, -0.03058181330561638, 0.1105969101190567, -0.008826425299048424, -0.023095939308404922, 0.02599150501191616, -0.005244164261966944, -0.01220677699893713, 0.10860563814640045, -0.09527944028377533, -0.06573127210140228, 0.018918579444289207, 0.08649157732725143, -0.030516982078552246, -0.013699349015951157, -0.009228814393281937, -0.024761125445365906, -0.03930450975894928, -0.016978107392787933, 0.17066653072834015, 0.032595355063676834, 0.0453098826110363, -0.0982358381152153, -0.02763626165688038, -0.017180873081088066, -0.010668139904737473, -0.05818372219800949, 0.08464294672012329, 0.005172077100723982, -0.13083013892173767, 0.10560348629951477, -0.06354480236768723, -0.01094562467187643, 0.18768346309661865, 0.0023782867938280106, -0.06890513002872467, -0.005407855845987797, 0.06097880378365517, 0.03485935926437378, 0.07372738420963287, -0.037079691886901855, -0.017422547563910484, 0.015896007418632507, 0.06754765659570694, 0.005312948953360319, -0.06956568360328674, 0.04771094769239426, 0.0074591124430298805, -0.03378645330667496, -0.02350626327097416, -0.002921943087130785, 0.004120372235774994, 0.08045634627342224, 0.04199172928929329, -0.016997039318084717, -0.02259734645485878, -0.06675884872674942, -0.12289969623088837, 0.14423313736915588, -0.10196585953235626, -0.275014191865921, -0.1684691458940506, 0.03947063535451889, -0.05754288658499718, 0.015349043533205986, 0.004965387284755707, -0.035874754190444946, -0.016612660139799118, -0.045266252011060715, 0.08167000859975815, 0.013269832357764244, -0.08795635402202606, -0.05057624354958534, 0.027928940951824188, -0.06650829315185547, -0.07090312242507935, -0.0001436532475054264, -0.03289642930030823, -0.0703427717089653, 0.02184676006436348, -0.06247906759381294, 0.11116923391819, 0.09873433411121368, 0.03610572591423988, -0.034451305866241455, -0.047722868621349335, 0.12805786728858948, -0.1475723385810852, 0.08487214148044586, 0.04110042005777359, -0.049772076308727264, 0.05171256884932518, 0.12649336457252502, 0.0021865088492631912, -0.028020689263939857, 0.0023284144699573517, 0.05759270116686821, -0.06690378487110138, -0.1796601414680481, -0.13726702332496643, -0.07683335244655609, -0.06458185613155365, 0.015171471983194351, 0.007040631491690874, 0.01862495392560959, -0.00919331330806017, -0.07114861160516739, 0.09138227999210358, 0.05636654049158096, 0.029386941343545914, 0.10615214705467224, 0.01225549541413784, 0.04546026140451431, -0.04852263629436493, -0.04580385982990265, 0.07354260981082916, 0.09055782109498978, 0.27490484714508057, 0.0011065881699323654, 0.08303388953208923, 0.05441129207611084, 0.03132094070315361, 0.05559493973851204, 0.03817325085401535, -0.041277021169662476, 0.040600381791591644, -0.04889865219593048, -0.06170985475182533, -0.01880498230457306, 0.06465868651866913, 0.04478800296783447, -0.10942764580249786, -0.01277093030512333, -0.054007068276405334, 0.021818600594997406, 0.19409333169460297, -0.0379449762403965, -0.0217056255787611, -0.04436921328306198, 0.04166996851563454, -0.05999048799276352, -0.08148317039012909, -0.0011211172677576542, 0.1789071261882782, -0.14078392088413239, 0.03418862074613571, -0.009220404550433159, 0.06556526571512222, -0.1374289095401764, -0.021108552813529968, -0.07548791170120239, -0.06163680925965309, 0.006230622064322233, 0.08655454218387604, -0.11059512197971344, 0.23229116201400757, 0.011372281238436699, 0.018702760338783264, -0.1112002283334732, 0.021941617131233215, -0.043380651623010635, 0.03203127905726433, 0.08136256039142609, 0.0483337827026844, -0.1904716193675995, -0.0677005723118782, -0.05191496014595032, 0.04148240387439728, 0.05644584819674492, -0.026465022936463356, 0.07914361357688904, 0.020855871960520744, 0.023835618048906326, -0.033468347042798996, -0.012535876594483852, -0.06617167592048645, -0.19011054933071136, 0.029056644067168236, -0.06860855221748352, 0.0020017512142658234, -0.06933465600013733, -0.028483502566814423, -0.013634873554110527, 0.034546107053756714, -0.21798551082611084, -0.03467473387718201, -0.08458319306373596, -0.06736039370298386, 0.06638839840888977, -0.08825208246707916, 0.0108038280159235, -0.01845417357981205, 0.0756673514842987, -0.05280595272779465, -0.07522279024124146, 0.041758254170417786, -0.030886739492416382, -0.10074907541275024, -0.054348014295101166, 0.05693216621875763, 0.12394781410694122, 0.0537920743227005, -0.010904473252594471, 0.04132440313696861, 0.038683295249938965, -0.07041743397712708, -0.040926069021224976, 0.15169839560985565, -0.008614609017968178, 0.09878160059452057, -0.0857275128364563, -0.07205803692340851, -0.05489204451441765, -0.07907260954380035, 0.12282189726829529, 0.05752481147646904, -0.03866077587008476, 0.16663473844528198, 0.17558284103870392, -0.12329888343811035, -0.23259736597537994, 0.002577589824795723, 0.1123175323009491, 0.0688071921467781, -0.09286770969629288, -0.1924433410167694, 0.005661945790052414, 0.13636501133441925, 0.004038572311401367, -0.07326586544513702, -0.2049318552017212, -0.09845505654811859, 0.02104584313929081, -0.022229131311178207, 0.04755669832229614, -0.0580301396548748, -0.0333482027053833, -0.04379306361079216, 0.02723761647939682, 0.0893418937921524, -0.06567154824733734, 0.039972200989723206, 0.03329549729824066, 0.03342370688915253, 0.0021335179917514324, 0.005854248534888029, 0.13870200514793396, 0.043293699622154236, 0.04101959988474846, -0.05060037225484848, -0.08055570721626282, 0.10318902879953384, -0.018384523689746857, 0.03906580060720444, 0.08916671574115753, -0.02329656109213829, -0.09291483461856842, -0.05702372267842293, -0.1027713268995285, 0.06661276519298553, -0.022589420899748802, -0.010676090605556965, -0.09657810628414154, 0.08525247871875763, 0.045163966715335846, -0.007991999387741089, 0.07707440853118896, -0.061882250010967255, 0.0018934793770313263, 0.05926238000392914, 0.12335260957479477, 0.02788013033568859, -0.009187843650579453, -0.025551127269864082, 0.01765754446387291, 0.10121218860149384, -0.061615243554115295, -0.0048163579776883125, 0.0898873582482338, -0.02270696684718132, 0.0584702268242836, -0.013302196748554707, -0.15912628173828125, 0.04284150153398514, 0.05720001086592674, -0.03452947735786438, -0.13426172733306885, -0.0005486402660608292, -0.007797027472406626, -0.029753288254141808, -0.03702894598245621, 0.08742408454418182, -0.011486420407891273, -0.017988746985793114, -0.013323130086064339, 0.00765295559540391, 0.012278825044631958, 0.07992256432771683, 0.009649129584431648, 0.039901673793792725, -0.040399182587862015, 0.06864789128303528, 0.1384977102279663, -0.08665751665830612, 0.021597282961010933, 0.071962870657444, -0.10107414424419403, -0.04039056599140167, 0.00935179740190506, 0.12453173100948334, -0.02182232216000557, -0.0933891236782074, -0.024818122386932373, -0.09630706906318665, 0.044525131583213806, 0.2151746153831482, -0.009352200664579868, 0.06222744658589363, -0.04620574042201042, -0.018482772633433342, 0.00808422826230526, 0.029437070712447166, -0.008574419654905796, 0.013246318325400352, -0.05533403903245926, 0.012886459939181805, 0.004921326879411936, 0.022991718724370003, -0.018341779708862305, -0.0690673440694809, -0.153840571641922, 0.03147130459547043, -0.09139043092727661, 0.03305986523628235, -0.03379744291305542, 0.015596861019730568, 0.005238782148808241, -0.039555758237838745, 0.005962683353573084, 0.015604198910295963, -0.05091628432273865, 0.01712992414832115, -0.07143917679786682, 0.08938708901405334, -0.06416621804237366, -0.008289197459816933, 0.06265266984701157, -0.044678039848804474, 0.07018592953681946, 0.013536529615521431, -0.0208129845559597, 0.08010639250278473, -0.12184152752161026, 0.07354672998189926, 0.006606887094676495, 0.06728298962116241, 0.04251812398433685, -0.035974133759737015, 0.024139326065778732, 0.05088561400771141, 0.028190413489937782, 0.03980695456266403, 0.04080098494887352, -0.04059547185897827, 0.08805900067090988, -0.011361776851117611, -0.11346239596605301, -0.06956615298986435, 0.11579889059066772, 0.04848426580429077, 0.03522535040974617, 0.07819044589996338, -0.06778748333454132, 0.05105137825012207, -0.05070318281650543, -0.03163076937198639, 0.0340929739177227, -0.025465726852416992, 0.05002734065055847, -0.10328546166419983, 0.045023635029792786, 0.05100527033209801, 0.21274513006210327, 0.06375232338905334, 0.06743355095386505, 0.001414300873875618, -0.020442407578229904, -0.04336494579911232, 0.04561556503176689, -0.033913083374500275, 0.05641350895166397, 0.012412972748279572, 0.0061204093508422375, -0.03182949498295784, -0.05801614746451378, 0.033837463706731796, 0.10816553235054016, 0.1098359227180481, 0.1472695767879486, 0.0497688353061676, 0.11285334825515747, -0.030902059748768806, -0.021008068695664406, -0.029438817873597145, -0.061199307441711426, -0.002168620005249977, -0.07732997834682465, 0.04111916571855545, 0.06446680426597595, -0.1361098289489746, 0.1244431734085083, -0.021104343235492706, -0.07419805228710175, -0.04081610590219498, -0.18133333325386047, -0.044315155595541, -0.06871046125888824, -0.01358717866241932, -0.07283709943294525, 0.009554300457239151, 0.07246116548776627, 0.02302735485136509, -0.01375500950962305, 0.08901382237672806, -0.0777132660150528, -0.10076840221881866, 0.06237009912729263, 0.006477168295532465, 0.06382238864898682, 0.018315572291612625, -0.010256864130496979, -0.0009919931180775166, 0.0702170804142952, 0.03761916235089302, 0.0893605574965477, 0.04553472250699997, -0.014327013865113258, -0.050515465438365936, -0.012946199625730515, 0.01784437894821167, -0.024648500606417656, 0.024324823170900345, 0.13237033784389496, 0.05913691967725754, -0.06659518927335739, 0.017141524702310562, 0.09873685240745544, -0.006297162268310785, -0.13455085456371307, -0.12881255149841309, 0.19175663590431213, -0.05965857952833176, 0.02669864147901535, -0.005436543840914965, -0.09564067423343658, -0.00036505842581391335, 0.15074756741523743, 0.14813461899757385, 0.041406769305467606, 0.006052440032362938, -0.01823776587843895, 0.00968768261373043, -0.01752297393977642, 0.11388543993234634, -0.02636502869427204, 0.325509250164032, -0.03205261752009392, -0.00809597596526146, -0.030828142538666725, 0.017667364329099655, -0.0988355278968811, 0.1073128879070282, -0.02925020083785057, -0.03347339108586311, -0.09450492262840271, 0.11405278742313385, -0.05911218002438545, -0.23363915085792542, 0.12036469578742981, -0.07458940148353577, -0.10437855124473572, 0.0028703585267066956, 0.011034253984689713, -0.020437605679035187, 0.06013309583067894, 0.02815108746290207, -0.03189219534397125, 0.05853619426488876, 0.046147335320711136, -0.04788611829280853, -0.08103638887405396, 0.09498441219329834, 0.008215502835810184, 0.13496018946170807, -0.004472235217690468, 0.12971694767475128, 0.06458603590726852, 0.04595977067947388, -0.010059300810098648, 0.029957491904497147, 0.043723806738853455, -0.016298692673444748, -0.02503191865980625, 0.04467666894197464, -0.03550801798701286, 0.1591656506061554, 0.08734197914600372, -0.021721292287111282, 0.09030133485794067, 0.003814883530139923, 0.03842376917600632, -0.11473338305950165, 0.08602752536535263, -0.11300376057624817, 0.10590158402919769, 0.14297136664390564, 0.027956059202551842, 0.005202604457736015, -0.03451388701796532, 0.011287249624729156, -0.021093925461173058, 0.1241290271282196, -0.023742642253637314, -0.14625123143196106, -0.015277937054634094, -0.07584641873836517, 0.06761956959962845, -0.14538241922855377, -0.03578418493270874, 0.0798722580075264, -0.012767933309078217, 0.013515248894691467, 0.06504897028207779, 0.02401524782180786, -0.014456277713179588, -0.031378068029880524, -0.22184857726097107, 0.04013363644480705, 0.07396037131547928, -0.02303270250558853, 0.0050209928303956985 ]
3f1cce917ab38486481b062921eb137e7bd3c205
# Dataset Card for "conll2003" ## 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.aclweb.org/anthology/W03-0419/](https://www.aclweb.org/anthology/W03-0419/) - **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:** 4.85 MB - **Size of the generated dataset:** 10.26 MB - **Total amount of disk used:** 15.11 MB ### Dataset Summary The shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on four types of named entities: persons, locations, organizations and names of miscellaneous entities that do not belong to the previous three groups. The CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on a separate line and there is an empty line after each sentence. The first item on each line is a word, the second a part-of-speech (POS) tag, the third a syntactic chunk tag and the fourth the named entity tag. The chunk tags and the named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only if two phrases of the same type immediately follow each other, the first word of the second phrase will have tag B-TYPE to show that it starts a new phrase. A word with tag O is not part of a phrase. Note the dataset uses IOB2 tagging scheme, whereas the original dataset uses IOB1. For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419 ### 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 #### conll2003 - **Size of downloaded dataset files:** 4.85 MB - **Size of the generated dataset:** 10.26 MB - **Total amount of disk used:** 15.11 MB An example of 'train' looks as follows. ``` { "chunk_tags": [11, 12, 12, 21, 13, 11, 11, 21, 13, 11, 12, 13, 11, 21, 22, 11, 12, 17, 11, 21, 17, 11, 12, 12, 21, 22, 22, 13, 11, 0], "id": "0", "ner_tags": [0, 3, 4, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "pos_tags": [12, 22, 22, 38, 15, 22, 28, 38, 15, 16, 21, 35, 24, 35, 37, 16, 21, 15, 24, 41, 15, 16, 21, 21, 20, 37, 40, 35, 21, 7], "tokens": ["The", "European", "Commission", "said", "on", "Thursday", "it", "disagreed", "with", "German", "advice", "to", "consumers", "to", "shun", "British", "lamb", "until", "scientists", "determine", "whether", "mad", "cow", "disease", "can", "be", "transmitted", "to", "sheep", "."] } ``` The original data files have `-DOCSTART-` lines used to separate documents, but these lines are removed here. Indeed `-DOCSTART-` is a special line that acts as a boundary between two different documents, and it is filtered out in this implementation. ### Data Fields The data fields are the same among all splits. #### conll2003 - `id`: a `string` feature. - `tokens`: a `list` of `string` features. - `pos_tags`: a `list` of classification labels (`int`). Full tagset with indices: ```python {'"': 0, "''": 1, '#': 2, '$': 3, '(': 4, ')': 5, ',': 6, '.': 7, ':': 8, '``': 9, 'CC': 10, 'CD': 11, 'DT': 12, 'EX': 13, 'FW': 14, 'IN': 15, 'JJ': 16, 'JJR': 17, 'JJS': 18, 'LS': 19, 'MD': 20, 'NN': 21, 'NNP': 22, 'NNPS': 23, 'NNS': 24, 'NN|SYM': 25, 'PDT': 26, 'POS': 27, 'PRP': 28, 'PRP$': 29, 'RB': 30, 'RBR': 31, 'RBS': 32, 'RP': 33, 'SYM': 34, 'TO': 35, 'UH': 36, 'VB': 37, 'VBD': 38, 'VBG': 39, 'VBN': 40, 'VBP': 41, 'VBZ': 42, 'WDT': 43, 'WP': 44, 'WP$': 45, 'WRB': 46} ``` - `chunk_tags`: a `list` of classification labels (`int`). Full tagset with indices: ```python {'O': 0, 'B-ADJP': 1, 'I-ADJP': 2, 'B-ADVP': 3, 'I-ADVP': 4, 'B-CONJP': 5, 'I-CONJP': 6, 'B-INTJ': 7, 'I-INTJ': 8, 'B-LST': 9, 'I-LST': 10, 'B-NP': 11, 'I-NP': 12, 'B-PP': 13, 'I-PP': 14, 'B-PRT': 15, 'I-PRT': 16, 'B-SBAR': 17, 'I-SBAR': 18, 'B-UCP': 19, 'I-UCP': 20, 'B-VP': 21, 'I-VP': 22} ``` - `ner_tags`: a `list` of classification labels (`int`). Full tagset with indices: ```python {'O': 0, 'B-PER': 1, 'I-PER': 2, 'B-ORG': 3, 'I-ORG': 4, 'B-LOC': 5, 'I-LOC': 6, 'B-MISC': 7, 'I-MISC': 8} ``` ### Data Splits | name |train|validation|test| |---------|----:|---------:|---:| |conll2003|14041| 3250|3453| ## 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 From the [CoNLL2003 shared task](https://www.clips.uantwerpen.be/conll2003/ner/) page: > The English data is a collection of news wire articles from the Reuters Corpus. The annotation has been done by people of the University of Antwerp. Because of copyright reasons we only make available the annotations. In order to build the complete data sets you will need access to the Reuters Corpus. It can be obtained for research purposes without any charge from NIST. The copyrights are defined below, from the [Reuters Corpus page](https://trec.nist.gov/data/reuters/reuters.html): > The stories in the Reuters Corpus are under the copyright of Reuters Ltd and/or Thomson Reuters, and their use is governed by the following agreements: > > [Organizational agreement](https://trec.nist.gov/data/reuters/org_appl_reuters_v4.html) > > This agreement must be signed by the person responsible for the data at your organization, and sent to NIST. > > [Individual agreement](https://trec.nist.gov/data/reuters/ind_appl_reuters_v4.html) > > This agreement must be signed by all researchers using the Reuters Corpus at your organization, and kept on file at your organization. ### Citation Information ``` @inproceedings{tjong-kim-sang-de-meulder-2003-introduction, title = "Introduction to the {C}o{NLL}-2003 Shared Task: Language-Independent Named Entity Recognition", author = "Tjong Kim Sang, Erik F. and De Meulder, Fien", booktitle = "Proceedings of the Seventh Conference on Natural Language Learning at {HLT}-{NAACL} 2003", year = "2003", url = "https://www.aclweb.org/anthology/W03-0419", pages = "142--147", } ``` ### Contributions Thanks to [@jplu](https://github.com/jplu), [@vblagoje](https://github.com/vblagoje), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
conll2003
[ "task_categories:token-classification", "task_ids:named-entity-recognition", "task_ids:part-of-speech", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:extended|other-reuters-corpus", "language:en", "license:other", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["other"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["extended|other-reuters-corpus"], "task_categories": ["token-classification"], "task_ids": ["named-entity-recognition", "part-of-speech"], "paperswithcode_id": "conll-2003", "pretty_name": "CoNLL-2003", "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "tokens", "sequence": "string"}, {"name": "pos_tags", "sequence": {"class_label": {"names": {"0": "\"", "1": "''", "2": "#", "3": "$", "4": "(", "5": ")", "6": ",", "7": ".", "8": ":", "9": "``", "10": "CC", "11": "CD", "12": "DT", "13": "EX", "14": "FW", "15": "IN", "16": "JJ", "17": "JJR", "18": "JJS", "19": "LS", "20": "MD", "21": "NN", "22": "NNP", "23": "NNPS", "24": "NNS", "25": "NN|SYM", "26": "PDT", "27": "POS", "28": "PRP", "29": "PRP$", "30": "RB", "31": "RBR", "32": "RBS", "33": "RP", "34": "SYM", "35": "TO", "36": "UH", "37": "VB", "38": "VBD", "39": "VBG", "40": "VBN", "41": "VBP", "42": "VBZ", "43": "WDT", "44": "WP", "45": "WP$", "46": "WRB"}}}}, {"name": "chunk_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "B-ADJP", "2": "I-ADJP", "3": "B-ADVP", "4": "I-ADVP", "5": "B-CONJP", "6": "I-CONJP", "7": "B-INTJ", "8": "I-INTJ", "9": "B-LST", "10": "I-LST", "11": "B-NP", "12": "I-NP", "13": "B-PP", "14": "I-PP", "15": "B-PRT", "16": "I-PRT", "17": "B-SBAR", "18": "I-SBAR", "19": "B-UCP", "20": "I-UCP", "21": "B-VP", "22": "I-VP"}}}}, {"name": "ner_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "B-PER", "2": "I-PER", "3": "B-ORG", "4": "I-ORG", "5": "B-LOC", "6": "I-LOC", "7": "B-MISC", "8": "I-MISC"}}}}], "config_name": "conll2003", "splits": [{"name": "train", "num_bytes": 6931345, "num_examples": 14041}, {"name": "validation", "num_bytes": 1739223, "num_examples": 3250}, {"name": "test", "num_bytes": 1582054, "num_examples": 3453}], "download_size": 982975, "dataset_size": 10252622}, "train-eval-index": [{"config": "conll2003", "task": "token-classification", "task_id": "entity_extraction", "splits": {"train_split": "train", "eval_split": "test"}, "col_mapping": {"tokens": "tokens", "ner_tags": "tags"}, "metrics": [{"type": "seqeval", "name": "seqeval"}]}]}
2024-01-18T09:34:17+00:00
[]
[ "en" ]
TAGS #task_categories-token-classification #task_ids-named-entity-recognition #task_ids-part-of-speech #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-reuters-corpus #language-English #license-other #region-us
Dataset Card for "conll2003" ============================ 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: 4.85 MB * Size of the generated dataset: 10.26 MB * Total amount of disk used: 15.11 MB ### Dataset Summary The shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on four types of named entities: persons, locations, organizations and names of miscellaneous entities that do not belong to the previous three groups. The CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on a separate line and there is an empty line after each sentence. The first item on each line is a word, the second a part-of-speech (POS) tag, the third a syntactic chunk tag and the fourth the named entity tag. The chunk tags and the named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only if two phrases of the same type immediately follow each other, the first word of the second phrase will have tag B-TYPE to show that it starts a new phrase. A word with tag O is not part of a phrase. Note the dataset uses IOB2 tagging scheme, whereas the original dataset uses IOB1. For more details see URL and URL ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### conll2003 * Size of downloaded dataset files: 4.85 MB * Size of the generated dataset: 10.26 MB * Total amount of disk used: 15.11 MB An example of 'train' looks as follows. The original data files have '-DOCSTART-' lines used to separate documents, but these lines are removed here. Indeed '-DOCSTART-' is a special line that acts as a boundary between two different documents, and it is filtered out in this implementation. ### Data Fields The data fields are the same among all splits. #### conll2003 * 'id': a 'string' feature. * 'tokens': a 'list' of 'string' features. * 'pos\_tags': a 'list' of classification labels ('int'). Full tagset with indices: * 'chunk\_tags': a 'list' of classification labels ('int'). Full tagset with indices: * 'ner\_tags': a 'list' of classification labels ('int'). Full tagset with indices: ### 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 From the CoNLL2003 shared task page: > > The English data is a collection of news wire articles from the Reuters Corpus. The annotation has been done by people of the University of Antwerp. Because of copyright reasons we only make available the annotations. In order to build the complete data sets you will need access to the Reuters Corpus. It can be obtained for research purposes without any charge from NIST. > > > The copyrights are defined below, from the Reuters Corpus page: > > The stories in the Reuters Corpus are under the copyright of Reuters Ltd and/or Thomson Reuters, and their use is governed by the following agreements: > > > Organizational agreement > > > This agreement must be signed by the person responsible for the data at your organization, and sent to NIST. > > > Individual agreement > > > This agreement must be signed by all researchers using the Reuters Corpus at your organization, and kept on file at your organization. > > > ### Contributions Thanks to @jplu, @vblagoje, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nThe shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on\nfour types of named entities: persons, locations, organizations and names of miscellaneous entities that do\nnot belong to the previous three groups.\n\n\nThe CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on\na separate line and there is an empty line after each sentence. The first item on each line is a word, the second\na part-of-speech (POS) tag, the third a syntactic chunk tag and the fourth the named entity tag. The chunk tags\nand the named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only\nif two phrases of the same type immediately follow each other, the first word of the second phrase will have tag\nB-TYPE to show that it starts a new phrase. A word with tag O is not part of a phrase. Note the dataset uses IOB2\ntagging scheme, whereas the original dataset uses IOB1.\n\n\nFor more details see URL and URL", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### conll2003\n\n\n* Size of downloaded dataset files: 4.85 MB\n* Size of the generated dataset: 10.26 MB\n* Total amount of disk used: 15.11 MB\n\n\nAn example of 'train' looks as follows.\n\n\nThe original data files have '-DOCSTART-' lines used to separate documents, but these lines are removed here.\nIndeed '-DOCSTART-' is a special line that acts as a boundary between two different documents, and it is filtered out in this implementation.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### conll2003\n\n\n* 'id': a 'string' feature.\n* 'tokens': a 'list' of 'string' features.\n* 'pos\\_tags': a 'list' of classification labels ('int'). Full tagset with indices:\n* 'chunk\\_tags': a 'list' of classification labels ('int'). Full tagset with indices:\n* 'ner\\_tags': a 'list' of classification labels ('int'). Full tagset with indices:", "### 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\nFrom the CoNLL2003 shared task page:\n\n\n\n> \n> The English data is a collection of news wire articles from the Reuters Corpus. The annotation has been done by people of the University of Antwerp. Because of copyright reasons we only make available the annotations. In order to build the complete data sets you will need access to the Reuters Corpus. It can be obtained for research purposes without any charge from NIST.\n> \n> \n> \n\n\nThe copyrights are defined below, from the Reuters Corpus page:\n\n\n\n> \n> The stories in the Reuters Corpus are under the copyright of Reuters Ltd and/or Thomson Reuters, and their use is governed by the following agreements:\n> \n> \n> Organizational agreement\n> \n> \n> This agreement must be signed by the person responsible for the data at your organization, and sent to NIST.\n> \n> \n> Individual agreement\n> \n> \n> This agreement must be signed by all researchers using the Reuters Corpus at your organization, and kept on file at your organization.\n> \n> \n>", "### Contributions\n\n\nThanks to @jplu, @vblagoje, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #task_ids-part-of-speech #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-reuters-corpus #language-English #license-other #region-us \n", "### Dataset Summary\n\n\nThe shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on\nfour types of named entities: persons, locations, organizations and names of miscellaneous entities that do\nnot belong to the previous three groups.\n\n\nThe CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on\na separate line and there is an empty line after each sentence. The first item on each line is a word, the second\na part-of-speech (POS) tag, the third a syntactic chunk tag and the fourth the named entity tag. The chunk tags\nand the named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only\nif two phrases of the same type immediately follow each other, the first word of the second phrase will have tag\nB-TYPE to show that it starts a new phrase. A word with tag O is not part of a phrase. Note the dataset uses IOB2\ntagging scheme, whereas the original dataset uses IOB1.\n\n\nFor more details see URL and URL", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### conll2003\n\n\n* Size of downloaded dataset files: 4.85 MB\n* Size of the generated dataset: 10.26 MB\n* Total amount of disk used: 15.11 MB\n\n\nAn example of 'train' looks as follows.\n\n\nThe original data files have '-DOCSTART-' lines used to separate documents, but these lines are removed here.\nIndeed '-DOCSTART-' is a special line that acts as a boundary between two different documents, and it is filtered out in this implementation.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### conll2003\n\n\n* 'id': a 'string' feature.\n* 'tokens': a 'list' of 'string' features.\n* 'pos\\_tags': a 'list' of classification labels ('int'). Full tagset with indices:\n* 'chunk\\_tags': a 'list' of classification labels ('int'). Full tagset with indices:\n* 'ner\\_tags': a 'list' of classification labels ('int'). Full tagset with indices:", "### 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\nFrom the CoNLL2003 shared task page:\n\n\n\n> \n> The English data is a collection of news wire articles from the Reuters Corpus. The annotation has been done by people of the University of Antwerp. Because of copyright reasons we only make available the annotations. In order to build the complete data sets you will need access to the Reuters Corpus. It can be obtained for research purposes without any charge from NIST.\n> \n> \n> \n\n\nThe copyrights are defined below, from the Reuters Corpus page:\n\n\n\n> \n> The stories in the Reuters Corpus are under the copyright of Reuters Ltd and/or Thomson Reuters, and their use is governed by the following agreements:\n> \n> \n> Organizational agreement\n> \n> \n> This agreement must be signed by the person responsible for the data at your organization, and sent to NIST.\n> \n> \n> Individual agreement\n> \n> \n> This agreement must be signed by all researchers using the Reuters Corpus at your organization, and kept on file at your organization.\n> \n> \n>", "### Contributions\n\n\nThanks to @jplu, @vblagoje, @lhoestq for adding this dataset." ]
[ 114, 267, 10, 11, 6, 114, 17, 120, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 214, 27 ]
[ "passage: TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #task_ids-part-of-speech #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-reuters-corpus #language-English #license-other #region-us \n### Dataset Summary\n\n\nThe shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on\nfour types of named entities: persons, locations, organizations and names of miscellaneous entities that do\nnot belong to the previous three groups.\n\n\nThe CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on\na separate line and there is an empty line after each sentence. The first item on each line is a word, the second\na part-of-speech (POS) tag, the third a syntactic chunk tag and the fourth the named entity tag. The chunk tags\nand the named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only\nif two phrases of the same type immediately follow each other, the first word of the second phrase will have tag\nB-TYPE to show that it starts a new phrase. A word with tag O is not part of a phrase. Note the dataset uses IOB2\ntagging scheme, whereas the original dataset uses IOB1.\n\n\nFor more details see URL and URL### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances" ]
[ -0.005857969168573618, 0.07284681499004364, -0.00686493469402194, 0.02142193540930748, 0.0787462443113327, -0.05304279178380966, 0.037906646728515625, 0.08170074224472046, 0.003970050252974033, 0.1112770140171051, -0.03263932466506958, 0.01190153881907463, 0.07559078186750412, 0.07096131891012192, 0.04274727776646614, -0.16732290387153625, 0.07506009191274643, -0.08607331663370132, 0.13304579257965088, 0.05079428106546402, 0.07361667603254318, -0.013171307742595673, 0.03147599473595619, -0.03383001685142517, -0.06779252737760544, 0.03107248619198799, -0.03708412125706673, -0.029998475685715675, 0.02950114943087101, 0.005917634814977646, 0.03513815999031067, -0.02992209419608116, -0.07754415273666382, -0.15710145235061646, 0.010223560966551304, 0.07680618017911911, -0.02897464483976364, -0.02534504048526287, 0.062111832201480865, -0.0913921371102333, 0.011398344300687313, -0.11141528189182281, 0.04445340111851692, 0.02669619396328926, -0.11300849169492722, -0.08876621723175049, -0.09428523480892181, 0.08177988976240158, 0.03233009949326515, 0.04587509110569954, -0.07311219722032547, 0.025240490213036537, -0.03471172973513603, 0.06204194575548172, 0.16506293416023254, -0.17610996961593628, -0.00804231595247984, 0.016686080023646355, 0.015373021364212036, 0.10370727628469467, -0.04097539931535721, -0.00009052852692548186, -0.07550783455371857, 0.07802675664424896, 0.02230158820748329, -0.007395931053906679, -0.04438246041536331, 0.023587191477417946, -0.10792666673660278, -0.02720034494996071, 0.2034141570329666, 0.013331829570233822, -0.06139461323618889, -0.11539874970912933, -0.002675217343494296, -0.0818450078368187, -0.02726219780743122, 0.06408127397298813, 0.07905358821153641, 0.030689319595694542, 0.15474233031272888, -0.02522094175219536, -0.13842648267745972, 0.06810291111469269, -0.12744925916194916, 0.13816508650779724, -0.03314664214849472, 0.008578352630138397, -0.06496094167232513, 0.09879157692193985, -0.1675037443637848, -0.0709509626030922, -0.14267034828662872, 0.0036553286481648684, -0.12732069194316864, 0.006530569400638342, -0.03822549432516098, -0.09987835586071014, -0.005182560067623854, 0.08107578754425049, -0.05379438400268555, 0.0331316776573658, -0.1389327347278595, 0.06343963742256165, 0.11141274124383926, 0.17794963717460632, 0.030650289729237556, -0.021027399227023125, 0.008164722472429276, -0.06532962620258331, 0.07445283979177475, -0.029817940667271614, -0.0517524853348732, 0.07152782380580902, 0.03905963525176048, 0.0472932830452919, 0.10983797162771225, 0.04864783212542534, -0.10918255895376205, -0.03642846271395683, -0.061162590980529785, -0.15868715941905975, 0.0661015436053276, 0.04678574949502945, -0.016747958958148956, 0.08944883942604065, 0.09726845473051071, -0.015858113765716553, -0.10321830958127975, -0.038992416113615036, -0.054584089666604996, 0.020484859123826027, -0.07478851079940796, -0.04652673006057739, 0.06350605189800262, -0.13396328687667847, -0.10564041882753372, -0.09516175836324692, -0.18942517042160034, -0.10687052458524704, 0.0388512909412384, -0.056482430547475815, -0.01004141103476286, -0.0611751526594162, 0.003087035845965147, 0.010900482535362244, 0.01653154380619526, -0.028507694602012634, -0.03175188973546028, 0.0322251170873642, -0.05957060679793358, 0.043638475239276886, -0.09601770341396332, 0.07267186045646667, -0.14756008982658386, 0.06272874772548676, -0.12103348970413208, 0.06440547853708267, -0.029418842867016792, 0.07794187217950821, -0.011379333212971687, 0.07047072052955627, -0.06935696303844452, 0.033054277300834656, -0.0724375918507576, 0.1337948590517044, -0.14986345171928406, -0.08028947561979294, 0.08470138907432556, -0.10081515461206436, -0.018585097044706345, 0.009013078175485134, 0.037450432777404785, 0.14952902495861053, 0.06538273394107819, 0.21661007404327393, -0.049491968005895615, 0.03273821994662285, -0.15765254199504852, -0.006743746344000101, -0.06916805356740952, 0.084947869181633, 0.08901922404766083, -0.05473705381155014, 0.14436644315719604, 0.05752894654870033, 0.0655270516872406, -0.06755896657705307, 0.05263404920697212, -0.06965719908475876, -0.007611034903675318, 0.023683825507760048, -0.02046341635286808, -0.03560906648635864, -0.028253071010112762, -0.015189076773822308, -0.10102476924657822, 0.09331067651510239, 0.03388351574540138, -0.03617720678448677, 0.0845523327589035, -0.05423876643180847, 0.06225547567009926, 0.0020541122648864985, 0.03832677751779556, -0.20291775465011597, -0.21303129196166992, 0.017068129032850266, -0.05076425150036812, 0.10370112955570221, -0.02665310725569725, 0.022493282333016396, -0.009623417630791664, -0.006637349259108305, -0.01205335184931755, 0.029019048437476158, 0.0048146615736186504, -0.02359386906027794, -0.14014708995819092, -0.04857935756444931, -0.05666836351156235, 0.15486674010753632, -0.0543149895966053, 0.04117294028401375, 0.14469999074935913, 0.09029097110033035, 0.04940257593989372, -0.08972878754138947, 0.042631227523088455, 0.04333564266562462, -0.03504112735390663, -0.04290805011987686, 0.031986407935619354, 0.05011071264743805, -0.025757666677236557, 0.08709581196308136, -0.17188861966133118, -0.17280200123786926, 0.0541897714138031, 0.06800694018602371, -0.045419372618198395, -0.016067251563072205, -0.04190996289253235, -0.04287675395607948, -0.06919700652360916, -0.08385565131902695, 0.06995943933725357, 0.035182125866413116, 0.058238208293914795, -0.03374332934617996, -0.06072090566158295, -0.024479256942868233, -0.02521466836333275, -0.1455088108778, 0.058327291160821915, -0.007246543187648058, -0.14284268021583557, 0.13768896460533142, -0.0032386640086770058, 0.03399680182337761, 0.17869813740253448, 0.0222091656178236, -0.04624984785914421, -0.032494474202394485, 0.044768787920475006, 0.029701508581638336, 0.07664141803979874, -0.2043239325284958, -0.021036796271800995, 0.04088474437594414, 0.07101218402385712, 0.02040247432887554, -0.04493865370750427, 0.060340311378240585, 0.025322312489151955, 0.01949521340429783, -0.011207886971533298, -0.03052452951669693, 0.0367581807076931, 0.062151141464710236, 0.07775257527828217, 0.049151405692100525, 0.029117969796061516, -0.03240974619984627, -0.136869877576828, 0.12069405615329742, -0.10485883802175522, -0.35085228085517883, -0.15342532098293304, -0.13113319873809814, -0.0913783609867096, 0.02955182082951069, 0.09857148677110672, -0.025157714262604713, -0.020295383408665657, -0.11368176341056824, 0.0680735781788826, 0.017822766676545143, -0.047114141285419464, -0.06379321962594986, -0.015911998227238655, 0.010734821669757366, -0.07917841523885727, -0.038145050406455994, 0.017643529921770096, -0.005926736164838076, 0.029213810339570045, -0.0446266233921051, 0.0945494994521141, 0.19935424625873566, 0.07212706655263901, 0.004233184736222029, -0.016065564006567, 0.059315554797649384, -0.09670037776231766, 0.10513324290513992, 0.052979420870542526, -0.01661529205739498, 0.06180224567651749, 0.13910523056983948, -0.01182272657752037, -0.016224928200244904, 0.012570488266646862, 0.07828497141599655, -0.08195358514785767, -0.16827397048473358, -0.02503901533782482, -0.063470758497715, 0.044439781457185745, 0.019158607348799706, 0.06984744966030121, 0.04650023579597473, -0.03026963211596012, -0.007729049772024155, -0.02092990092933178, 0.02213410660624504, 0.13422085344791412, 0.10060948133468628, -0.0351455993950367, 0.0912029966711998, -0.028020476922392845, 0.05162764713168144, 0.08271894603967667, 0.02082838863134384, 0.11807046085596085, -0.01943109557032585, 0.1548866182565689, 0.09976315498352051, 0.004167539067566395, 0.018729204311966896, 0.014546157792210579, -0.016091186553239822, 0.038018111139535904, -0.014929216355085373, -0.10305198282003403, 0.0918843150138855, 0.07634831219911575, 0.02415783330798149, -0.009483737871050835, -0.03574243187904358, -0.15159496665000916, 0.08567632734775543, 0.22057189047336578, 0.054363641887903214, -0.055971790105104446, -0.003664502641186118, 0.060929592698812485, -0.06875070929527283, -0.13878929615020752, -0.0281841903924942, 0.02722412534058094, -0.10887464880943298, 0.10001274198293686, 0.010805947706103325, 0.06748685240745544, 0.02045266702771187, 0.00012151740520494059, 0.07744675129652023, -0.05712420493364334, -0.024837806820869446, 0.04009341821074486, -0.047834210097789764, 0.05137215554714203, 0.015095415525138378, -0.0019125049002468586, -0.06290599703788757, 0.024867653846740723, 0.004572705831378698, 0.010552920401096344, 0.0803799256682396, 0.014501252211630344, -0.03671295568346977, 0.009342286735773087, -0.04927323758602142, -0.012191412970423698, 0.062487173825502396, -0.1736205518245697, 0.12997063994407654, 0.022680068388581276, -0.012850801460444927, -0.04144695773720741, 0.13539095222949982, 0.08791445195674896, -0.1422853320837021, 0.08931436389684677, 0.06785055994987488, 0.13417872786521912, -0.04328655079007149, -0.01683053746819496, 0.022841474041342735, 0.22302843630313873, -0.1459050327539444, -0.04338431730866432, -0.09198472648859024, -0.027883566915988922, -0.0038710692897439003, -0.03372357785701752, -0.026450742036104202, -0.05664666369557381, 0.14434340596199036, -0.03768698871135712, -0.09749262034893036, 0.04351232945919037, -0.006888580974191427, -0.04373081773519516, -0.04162130877375603, 0.16791939735412598, -0.025705737993121147, 0.026867691427469254, -0.06725506484508514, 0.10100552439689636, 0.04087448492646217, -0.013341286219656467, 0.07286176085472107, 0.16954964399337769, 0.041048914194107056, 0.18339896202087402, -0.09048906713724136, -0.09915810078382492, -0.0633673146367073, -0.08888540416955948, 0.10791493207216263, 0.17659205198287964, -0.03457218036055565, 0.19061574339866638, 0.04793744534254074, -0.13174010813236237, -0.19486957788467407, 0.0316716767847538, 0.0026642284356057644, 0.03463861718773842, 0.03283156082034111, -0.2029270976781845, 0.11487168818712234, 0.07374132424592972, -0.012147398665547371, 0.12988828122615814, -0.20876942574977875, -0.1032598614692688, 0.04672982543706894, -0.01526540145277977, 0.0958811566233635, -0.09053432196378708, -0.05125544220209122, 0.010902796871960163, 0.006376178003847599, 0.10061023384332657, -0.11321678012609482, 0.09927887469530106, 0.0038519164081662893, 0.049865975975990295, 0.0399659126996994, 0.01019693911075592, 0.10751163959503174, 0.00321083958260715, 0.02307095378637314, -0.0777820572257042, -0.0710306316614151, 0.02538684755563736, -0.09241177141666412, 0.12373793870210648, 0.03000388666987419, -0.04628419131040573, -0.015154057182371616, -0.07599757611751556, -0.10684622079133987, 0.03197982534766197, -0.06467366218566895, -0.012149730697274208, -0.020489875227212906, 0.04333052039146423, 0.057333625853061676, -0.003241737373173237, 0.12641461193561554, -0.12718535959720612, 0.05253755301237106, 0.17598538100719452, 0.03932861611247063, -0.0357043631374836, -0.2200598567724228, -0.07294504344463348, -0.03666387498378754, 0.01488254964351654, -0.02932063303887844, -0.012756635434925556, 0.05468560755252838, 0.03569089248776436, 0.14851564168930054, 0.057610929012298584, -0.1432826668024063, -0.047487832605838776, 0.12224992364645004, -0.03482377901673317, -0.08554207533597946, -0.033567704260349274, 0.031827278435230255, -0.15847395360469818, -0.051270660012960434, 0.14334511756896973, 0.027870336547493935, 0.004738460760563612, 0.039393503218889236, 0.08270943909883499, -0.01982901617884636, -0.039537057280540466, -0.025599677115678787, 0.034709230065345764, -0.04999760538339615, 0.08506489545106888, 0.13969457149505615, -0.04994289204478264, 0.002101895399391651, 0.21655821800231934, -0.008347289636731148, -0.06517066806554794, -0.06089241802692413, 0.06758982688188553, -0.02777126245200634, -0.02565692365169525, -0.014023925177752972, -0.07650816440582275, 0.08534197509288788, 0.22388271987438202, -0.013111995533108711, 0.15071815252304077, -0.038287725299596786, -0.016591008752584457, 0.02030167728662491, 0.0722486600279808, -0.0818837359547615, 0.021533874794840813, -0.06792019307613373, 0.05403801426291466, -0.003562357509508729, 0.0644887238740921, -0.0003501607570797205, -0.1329004019498825, -0.08607513457536697, -0.0005717448075301945, -0.06540840119123459, -0.00981802586466074, -0.0519120879471302, -0.035804931074380875, 0.039567120373249054, 0.042222775518894196, -0.009104006923735142, -0.007320745848119259, -0.013831563293933868, -0.03297103941440582, -0.04725053906440735, 0.05906244367361069, -0.0846049040555954, -0.015299065038561821, 0.03200719505548477, -0.05834351107478142, 0.08690992742776871, 0.03192252293229103, -0.03935397043824196, 0.007128144148737192, 0.014768254943192005, 0.0005257562734186649, -0.0005106558674015105, -0.003061766969040036, 0.010823510587215424, -0.07810512185096741, -0.020409410819411278, -0.022633375599980354, -0.07513110339641571, 0.06775302439928055, -0.03801269829273224, -0.12159573286771774, 0.07618105411529541, -0.017399799078702927, -0.05893953889608383, -0.10023210197687149, 0.040451135486364365, -0.04587524011731148, 0.035097282379865646, 0.05533924326300621, -0.047059737145900726, 0.084927998483181, -0.0526898019015789, -0.005888277664780617, 0.012378009036183357, 0.006035408936440945, 0.05829039588570595, -0.021564491093158722, 0.00016568443970754743, 0.013122550211846828, 0.04114567115902901, 0.062298018485307693, -0.09267108142375946, 0.05299859121441841, -0.04021107032895088, -0.04639308154582977, 0.03772558271884918, -0.06282337754964828, 0.026848627254366875, -0.06955557316541672, 0.07913803309202194, 0.023056169971823692, 0.0009672532905824482, 0.06020086258649826, 0.2227083444595337, 0.06659655272960663, 0.2103314995765686, 0.08755240589380264, 0.01409266609698534, -0.06447349488735199, -0.16149021685123444, 0.0678713396191597, -0.0492754802107811, 0.06695792824029922, -0.11129190027713776, 0.007613605819642544, 0.08918331563472748, -0.1251997947692871, 0.12220644950866699, -0.010378181003034115, -0.027575038373470306, -0.05813353508710861, -0.2421058565378189, -0.011186848394572735, 0.008839376270771027, -0.050281036645174026, -0.08431391417980194, 0.040905483067035675, 0.06670909374952316, 0.0012006640899926424, 0.013753063045442104, 0.1049746498465538, -0.14668335020542145, -0.08933023363351822, 0.0646064281463623, -0.03838566690683365, 0.07067722082138062, 0.0003716090286616236, 0.05908295884728432, 0.029111601412296295, 0.04396389052271843, 0.03676215931773186, 0.10328195244073868, 0.10790326446294785, -0.006273718550801277, -0.09992539882659912, -0.07305394113063812, 0.018569987267255783, 0.008396958000957966, 0.006246728822588921, 0.12173913419246674, 0.07384855300188065, -0.0584135539829731, 0.025578631088137627, 0.22377356886863708, -0.013483094051480293, -0.0958184078335762, -0.11446715146303177, 0.13061320781707764, -0.012585362419486046, -0.05752745643258095, -0.05068875104188919, -0.157932847738266, -0.06219056621193886, 0.06651417911052704, 0.03974873945116997, 0.06375353038311005, 0.0074397362768650055, 0.01718682236969471, 0.012536155059933662, 0.017087675631046295, -0.03714515268802643, 0.017303796485066414, 0.4002857804298401, -0.05782974883913994, 0.09150394797325134, 0.017517726868391037, 0.006105511449277401, -0.12122014909982681, 0.08696476370096207, -0.022683128714561462, 0.05447551980614662, -0.0857221856713295, 0.008779163472354412, -0.05212560296058655, -0.12266363203525543, 0.10048302263021469, -0.11502082645893097, -0.08732607215642929, -0.05380735918879509, 0.017175672575831413, -0.027654537931084633, 0.08302981406450272, 0.03143913671374321, -0.09464318305253983, 0.05218066647648811, 0.006050934083759785, -0.037644680589437485, -0.0826481506228447, 0.1259419471025467, -0.05077263340353966, 0.13960814476013184, -0.05763164535164833, 0.00011253706907154992, 0.09509313106536865, 0.00996522419154644, -0.086490198969841, 0.013709396123886108, -0.01829947717487812, -0.05443292111158371, 0.026351338252425194, 0.13177037239074707, -0.022647086530923843, 0.1279982328414917, 0.06846815347671509, -0.0682772696018219, 0.009083598852157593, 0.10136914998292923, 0.012409278191626072, -0.06789235770702362, -0.015931084752082825, -0.10126946866512299, 0.09056521952152252, 0.12799036502838135, -0.010272013023495674, -0.06911041587591171, -0.023180795833468437, 0.0027761594392359257, -0.010294529609382153, -0.001945254160091281, -0.006269858218729496, -0.06895001232624054, 0.05189520865678787, -0.0361001081764698, 0.014071168377995491, -0.28580811619758606, -0.10611844062805176, 0.13070854544639587, 0.03413160890340805, -0.08487171679735184, 0.03189093992114067, 0.12899231910705566, 0.011019433848559856, -0.0790441557765007, -0.11574383825063705, 0.0517011322081089, 0.11495214700698853, -0.023414354771375656, -0.03802900016307831 ]
f9205bbe2a0ac3ec159599e7a1e1694f4080a39b
# Dataset Card for "conllpp" ## 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/ZihanWangKi/CrossWeigh) - **Repository:** [Github](https://github.com/ZihanWangKi/CrossWeigh) - **Paper:** [Aclweb](https://www.aclweb.org/anthology/D19-1519) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary CoNLLpp is a corrected version of the CoNLL2003 NER dataset where labels of 5.38% of the sentences in the test set have been manually corrected. The training set and development set from CoNLL2003 is included for completeness. One correction on the test set for example, is: ``` { "tokens": ["SOCCER", "-", "JAPAN", "GET", "LUCKY", "WIN", ",", "CHINA", "IN", "SURPRISE", "DEFEAT", "."], "original_ner_tags_in_conll2003": ["O", "O", "B-LOC", "O", "O", "O", "O", "B-PER", "O", "O", "O", "O"], "corrected_ner_tags_in_conllpp": ["O", "O", "B-LOC", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O"], } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances #### conllpp - **Size of downloaded dataset files:** 4.85 MB - **Size of the generated dataset:** 10.26 MB - **Total amount of disk used:** 15.11 MB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "chunk_tags": [11, 12, 12, 21, 13, 11, 11, 21, 13, 11, 12, 13, 11, 21, 22, 11, 12, 17, 11, 21, 17, 11, 12, 12, 21, 22, 22, 13, 11, 0], "id": "0", "ner_tags": [0, 3, 4, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "pos_tags": [12, 22, 22, 38, 15, 22, 28, 38, 15, 16, 21, 35, 24, 35, 37, 16, 21, 15, 24, 41, 15, 16, 21, 21, 20, 37, 40, 35, 21, 7], "tokens": ["The", "European", "Commission", "said", "on", "Thursday", "it", "disagreed", "with", "German", "advice", "to", "consumers", "to", "shun", "British", "lamb", "until", "scientists", "determine", "whether", "mad", "cow", "disease", "can", "be", "transmitted", "to", "sheep", "."] } ``` ### Data Fields The data fields are the same among all splits. #### conllpp - `id`: a `string` feature. - `tokens`: a `list` of `string` features. - `pos_tags`: a `list` of classification labels, with possible values including `"` (0), `''` (1), `#` (2), `$` (3), `(` (4). - `chunk_tags`: a `list` of classification labels, with possible values including `O` (0), `B-ADJP` (1), `I-ADJP` (2), `B-ADVP` (3), `I-ADVP` (4). - `ner_tags`: a `list` of classification labels, with possible values including `O` (0), `B-PER` (1), `I-PER` (2), `B-ORG` (3), `I-ORG` (4). ### Data Splits | name |train|validation|test| |---------|----:|---------:|---:| |conll2003|14041| 3250|3453| ## 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{wang2019crossweigh, title={CrossWeigh: Training Named Entity Tagger from Imperfect Annotations}, author={Wang, Zihan and Shang, Jingbo and Liu, Liyuan and Lu, Lihao and Liu, Jiacheng and Han, Jiawei}, 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)}, pages={5157--5166}, year={2019} } ``` ### Contributions Thanks to [@ZihanWangKi](https://github.com/ZihanWangKi) for adding this dataset.
conllpp
[ "task_categories:token-classification", "task_ids:named-entity-recognition", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:extended|conll2003", "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"], "source_datasets": ["extended|conll2003"], "task_categories": ["token-classification"], "task_ids": ["named-entity-recognition"], "paperswithcode_id": "conll", "pretty_name": "CoNLL++", "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "tokens", "sequence": "string"}, {"name": "pos_tags", "sequence": {"class_label": {"names": {"0": "\"", "1": "''", "2": "#", "3": "$", "4": "(", "5": ")", "6": ",", "7": ".", "8": ":", "9": "``", "10": "CC", "11": "CD", "12": "DT", "13": "EX", "14": "FW", "15": "IN", "16": "JJ", "17": "JJR", "18": "JJS", "19": "LS", "20": "MD", "21": "NN", "22": "NNP", "23": "NNPS", "24": "NNS", "25": "NN|SYM", "26": "PDT", "27": "POS", "28": "PRP", "29": "PRP$", "30": "RB", "31": "RBR", "32": "RBS", "33": "RP", "34": "SYM", "35": "TO", "36": "UH", "37": "VB", "38": "VBD", "39": "VBG", "40": "VBN", "41": "VBP", "42": "VBZ", "43": "WDT", "44": "WP", "45": "WP$", "46": "WRB"}}}}, {"name": "chunk_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "B-ADJP", "2": "I-ADJP", "3": "B-ADVP", "4": "I-ADVP", "5": "B-CONJP", "6": "I-CONJP", "7": "B-INTJ", "8": "I-INTJ", "9": "B-LST", "10": "I-LST", "11": "B-NP", "12": "I-NP", "13": "B-PP", "14": "I-PP", "15": "B-PRT", "16": "I-PRT", "17": "B-SBAR", "18": "I-SBAR", "19": "B-UCP", "20": "I-UCP", "21": "B-VP", "22": "I-VP"}}}}, {"name": "ner_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "B-PER", "2": "I-PER", "3": "B-ORG", "4": "I-ORG", "5": "B-LOC", "6": "I-LOC", "7": "B-MISC", "8": "I-MISC"}}}}], "config_name": "conllpp", "splits": [{"name": "train", "num_bytes": 6931393, "num_examples": 14041}, {"name": "validation", "num_bytes": 1739247, "num_examples": 3250}, {"name": "test", "num_bytes": 1582078, "num_examples": 3453}], "download_size": 4859600, "dataset_size": 10252718}, "train-eval-index": [{"config": "conllpp", "task": "token-classification", "task_id": "entity_extraction", "splits": {"train_split": "train", "eval_split": "test"}, "col_mapping": {"tokens": "tokens", "ner_tags": "tags"}, "metrics": [{"type": "seqeval", "name": "seqeval"}]}]}
2024-01-18T09:35:35+00:00
[]
[ "en" ]
TAGS #task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|conll2003 #language-English #license-unknown #region-us
Dataset Card for "conllpp" ========================== 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 CoNLLpp is a corrected version of the CoNLL2003 NER dataset where labels of 5.38% of the sentences in the test set have been manually corrected. The training set and development set from CoNLL2003 is included for completeness. One correction on the test set for example, is: ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### conllpp * Size of downloaded dataset files: 4.85 MB * Size of the generated dataset: 10.26 MB * Total amount of disk used: 15.11 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### conllpp * 'id': a 'string' feature. * 'tokens': a 'list' of 'string' features. * 'pos\_tags': a 'list' of classification labels, with possible values including '"' (0), '''' (1), '#' (2), '$' (3), '(' (4). * 'chunk\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-ADJP' (1), 'I-ADJP' (2), 'B-ADVP' (3), 'I-ADVP' (4). * 'ner\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-PER' (1), 'I-PER' (2), 'B-ORG' (3), 'I-ORG' (4). ### 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 @ZihanWangKi for adding this dataset.
[ "### Dataset Summary\n\n\nCoNLLpp is a corrected version of the CoNLL2003 NER dataset where labels of 5.38% of the sentences in the test set\nhave been manually corrected. The training set and development set from CoNLL2003 is included for completeness. One\ncorrection on the test set for example, is:", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### conllpp\n\n\n* Size of downloaded dataset files: 4.85 MB\n* Size of the generated dataset: 10.26 MB\n* Total amount of disk used: 15.11 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### conllpp\n\n\n* 'id': a 'string' feature.\n* 'tokens': a 'list' of 'string' features.\n* 'pos\\_tags': a 'list' of classification labels, with possible values including '\"' (0), '''' (1), '#' (2), '$' (3), '(' (4).\n* 'chunk\\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-ADJP' (1), 'I-ADJP' (2), 'B-ADVP' (3), 'I-ADVP' (4).\n* 'ner\\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-PER' (1), 'I-PER' (2), 'B-ORG' (3), 'I-ORG' (4).", "### 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 @ZihanWangKi for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|conll2003 #language-English #license-unknown #region-us \n", "### Dataset Summary\n\n\nCoNLLpp is a corrected version of the CoNLL2003 NER dataset where labels of 5.38% of the sentences in the test set\nhave been manually corrected. The training set and development set from CoNLL2003 is included for completeness. One\ncorrection on the test set for example, is:", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### conllpp\n\n\n* Size of downloaded dataset files: 4.85 MB\n* Size of the generated dataset: 10.26 MB\n* Total amount of disk used: 15.11 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### conllpp\n\n\n* 'id': a 'string' feature.\n* 'tokens': a 'list' of 'string' features.\n* 'pos\\_tags': a 'list' of classification labels, with possible values including '\"' (0), '''' (1), '#' (2), '$' (3), '(' (4).\n* 'chunk\\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-ADJP' (1), 'I-ADJP' (2), 'B-ADVP' (3), 'I-ADVP' (4).\n* 'ner\\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-PER' (1), 'I-PER' (2), 'B-ORG' (3), 'I-ORG' (4).", "### 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 @ZihanWangKi for adding this dataset." ]
[ 99, 75, 10, 11, 6, 51, 17, 193, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 19 ]
[ "passage: TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|conll2003 #language-English #license-unknown #region-us \n### Dataset Summary\n\n\nCoNLLpp is a corrected version of the CoNLL2003 NER dataset where labels of 5.38% of the sentences in the test set\nhave been manually corrected. The training set and development set from CoNLL2003 is included for completeness. One\ncorrection on the test set for example, is:### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### conllpp\n\n\n* Size of downloaded dataset files: 4.85 MB\n* Size of the generated dataset: 10.26 MB\n* Total amount of disk used: 15.11 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### conllpp\n\n\n* 'id': a 'string' feature.\n* 'tokens': a 'list' of 'string' features.\n* 'pos\\_tags': a 'list' of classification labels, with possible values including '\"' (0), '''' (1), '#' (2), '$' (3), '(' (4).\n* 'chunk\\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-ADJP' (1), 'I-ADJP' (2), 'B-ADVP' (3), 'I-ADVP' (4).\n* 'ner\\_tags': a 'list' of classification labels, with possible values including 'O' (0), 'B-PER' (1), 'I-PER' (2), 'B-ORG' (3), 'I-ORG' (4).### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization#### Who are the source language producers?" ]
[ -0.07551845908164978, 0.19674761593341827, -0.006240922957658768, 0.04093651846051216, 0.07200144976377487, 0.029543062672019005, -0.009897173382341862, 0.10364717990159988, -0.06555620580911636, 0.18072134256362915, 0.043537721037864685, 0.05038679763674736, 0.08094723522663116, 0.16583721339702606, -0.01423334889113903, -0.13844269514083862, 0.04778062179684639, -0.07462821155786514, -0.004302319139242172, 0.11732810735702515, 0.11477432399988174, -0.06775312125682831, 0.05060546100139618, -0.0681101530790329, -0.0901745855808258, -0.03376705199480057, -0.03567351773381233, -0.0072408681735396385, 0.021562008187174797, 0.03644823655486107, 0.06703484803438187, -0.0005194590194150805, 0.05656065419316292, -0.2730688750743866, 0.007028024177998304, 0.08594947308301926, 0.005485682748258114, 0.04980681464076042, 0.11779872328042984, -0.044361911714076996, 0.06449996680021286, -0.16724921762943268, 0.04306531324982643, 0.06153644993901253, -0.09668894112110138, -0.13170434534549713, -0.14211782813072205, 0.0532737635076046, 0.08615662902593613, 0.0483446940779686, -0.04060240462422371, 0.03070199303328991, -0.02854146622121334, 0.0750521719455719, 0.15297023952007294, -0.0993523970246315, -0.05805981531739235, 0.0892433300614357, 0.043116070330142975, 0.012057838961482048, -0.07141142338514328, -0.05641210451722145, 0.015224648639559746, 0.008977288380265236, 0.00036507792538031936, -0.04123029112815857, -0.03258464112877846, -0.017402786761522293, -0.12652450799942017, -0.08743097633123398, 0.20371940732002258, 0.05015680566430092, -0.07308188080787659, -0.09100200235843658, -0.015065692365169525, -0.17531779408454895, -0.01608635112643242, 0.027764372527599335, 0.0023474262561649084, -0.012770142406225204, 0.026873856782913208, -0.03884754702448845, -0.07563908398151398, -0.05248972773551941, -0.02247142232954502, 0.07676757872104645, 0.010923490859568119, -0.02827286161482334, 0.07694949209690094, 0.0839657336473465, -0.055194586515426636, -0.0694141685962677, -0.04626322165131569, -0.008787211962044239, -0.16055765748023987, -0.021768610924482346, -0.032965611666440964, -0.029704615473747253, 0.08677873015403748, 0.1700487732887268, -0.06633228808641434, 0.041025981307029724, -0.05842157080769539, -0.003780910512432456, 0.06509668380022049, 0.16318395733833313, -0.09558002650737762, -0.0259226243942976, 0.00063944241264835, 0.024351397529244423, -0.0007883150829002261, -0.0045508043840527534, -0.007738565560430288, 0.016535695642232895, 0.12165039777755737, 0.07604709267616272, 0.09686203300952911, 0.06988310813903809, -0.09459623694419861, -0.023300422355532646, 0.04929051920771599, -0.18807213008403778, 0.025635873898863792, 0.08646485954523087, -0.050332944840192795, -0.04286003112792969, 0.027384234592318535, -0.00945793092250824, -0.08182588219642639, 0.059740353375673294, -0.04522550478577614, -0.010406821966171265, -0.07382050156593323, -0.070944644510746, 0.043168529868125916, -0.08159953355789185, -0.07992466539144516, -0.03195727616548538, -0.1615244597196579, -0.09972555190324783, 0.013997936621308327, -0.05781412124633789, -0.05328032746911049, -0.031157324090600014, -0.08044975996017456, -0.00833402294665575, -0.0008030513417907059, 0.07751909643411636, -0.04235481470823288, 0.06335920840501785, -0.060569245368242264, -0.03245566785335541, 0.02278137393295765, 0.039791520684957504, -0.11001861840486526, 0.1085653230547905, -0.08127789199352264, 0.12819164991378784, -0.07611437141895294, 0.019397424533963203, -0.1664169579744339, -0.05042688548564911, 0.012920040637254715, -0.014588339254260063, 0.01320640742778778, 0.08938726782798767, -0.23471885919570923, 0.0060241809114813805, 0.09565500169992447, -0.04137832671403885, -0.06491848826408386, 0.06293897330760956, -0.02328716591000557, 0.005893426481634378, 0.029399408027529716, 0.12117316573858261, 0.06028055399656296, -0.010449525900185108, -0.08735557645559311, -0.08054251223802567, 0.06445539742708206, 0.14573483169078827, 0.108462393283844, -0.11814893782138824, 0.040286872535943985, 0.02494782954454422, -0.03994312882423401, -0.07420250028371811, -0.0055342852137982845, -0.06636679172515869, -0.03428926318883896, -0.02769569121301174, 0.012473613023757935, 0.018911616876721382, -0.06303571164608002, -0.0489850752055645, -0.1025276854634285, -0.04558829590678215, 0.07279518991708755, -0.030829641968011856, 0.0326479971408844, -0.04474825784564018, 0.08074121177196503, -0.02081759087741375, 0.012007111683487892, -0.1941918432712555, -0.1342965066432953, 0.04723184555768967, -0.07308407127857208, 0.09580515325069427, -0.07939659804105759, -0.009133938699960709, 0.007742465473711491, -0.011967821046710014, -0.024329548701643944, 0.015368659049272537, -0.0044108787551522255, 0.004732032772153616, -0.156373530626297, -0.07628793269395828, -0.031563520431518555, 0.15235696732997894, -0.1479107141494751, -0.006694083567708731, 0.1108497604727745, 0.14234687387943268, -0.010988153517246246, -0.0977778509259224, 0.0563526377081871, 0.025493135675787926, -0.03832300379872322, -0.0748300775885582, -0.0032594071235507727, -0.013478223234415054, -0.05349676311016083, -0.013163263909518719, -0.17753103375434875, -0.13244257867336273, 0.07400994002819061, 0.061264798045158386, -0.11279817670583725, -0.0638880729675293, -0.067636638879776, -0.03290882334113121, -0.026971863582730293, -0.06677792221307755, 0.07751559466123581, 0.052753712981939316, 0.04990425705909729, -0.060875054448843, -0.0641370639204979, -0.012965386733412743, 0.006855062209069729, -0.06365977227687836, 0.1077369898557663, 0.04002397507429123, -0.15183556079864502, 0.11368067562580109, 0.011668635532259941, -0.009984472766518593, 0.10233689099550247, -0.01827078126370907, -0.07790088653564453, -0.04985078424215317, 0.08789898455142975, 0.025092897936701775, 0.05296003818511963, -0.06095551699399948, 0.059220876544713974, 0.05750441551208496, 0.008490823209285736, 0.02495424821972847, -0.07992807030677795, 0.05063214898109436, 0.02127443253993988, -0.05813750997185707, 0.03685374557971954, -0.019684355705976486, 0.048767827451229095, 0.0798664540052414, 0.01915755495429039, 0.04702277481555939, 0.007963879033923149, -0.05238724499940872, -0.10971896350383759, 0.1928779035806656, -0.14792226254940033, -0.156096950173378, -0.11321890354156494, -0.054041001945734024, -0.07114897668361664, 0.0003549117536749691, -0.00720581691712141, -0.0204409658908844, -0.05732289329171181, -0.10627120733261108, 0.06369971483945847, -0.005885608959943056, -0.0635848119854927, -0.058863554149866104, 0.006319069303572178, 0.0846410021185875, -0.10050686448812485, 0.02030359022319317, 0.056702010333538055, -0.1257656365633011, 0.005177323706448078, 0.020670343190431595, 0.11345847696065903, 0.14368370175361633, 0.027391696348786354, 0.005761322565376759, 0.006800391711294651, 0.16539865732192993, -0.09321838617324829, 0.04903449863195419, 0.03692619130015373, -0.04120539501309395, 0.05232110992074013, 0.20738539099693298, 0.003069347469136119, -0.06402795761823654, 0.021910909563302994, 0.08288038522005081, -0.03328042849898338, -0.29134008288383484, -0.11789140105247498, -0.051967520266771317, 0.045052625238895416, 0.10453658550977707, 0.04212753847241402, 0.027866316959261894, 0.03107512928545475, -0.07527536153793335, 0.008541133254766464, 0.04098889231681824, 0.07830329984426498, 0.07059703767299652, 0.031127141788601875, 0.06476768851280212, 0.004493748769164085, 0.05010448396205902, 0.053885720670223236, 0.008283024653792381, 0.16759026050567627, -0.06595026701688766, 0.2222544103860855, 0.049447476863861084, 0.10997669398784637, -0.053291015326976776, 0.022968119010329247, -0.009729191660881042, 0.09453307837247849, 0.03230728209018707, -0.07218748331069946, -0.03223380446434021, 0.06257307529449463, 0.09394444525241852, 0.0105462446808815, -0.013082069344818592, -0.06999175250530243, 0.07056517153978348, 0.15266525745391846, 0.07310768216848373, -0.1654817759990692, -0.01671733893454075, 0.04032754525542259, 0.004822033457458019, -0.09452125430107117, -0.004836682695895433, 0.07688719779253006, -0.12068819254636765, 0.07108055800199509, -0.03584278002381325, 0.08600646257400513, -0.08318692445755005, -0.040957771241664886, 0.09017632156610489, 0.08908183127641678, -0.007211914751678705, 0.09036603569984436, -0.12897424399852753, 0.17030009627342224, 0.030973898246884346, 0.023908713832497597, -0.041748303920030594, 0.045194029808044434, -0.031148822978138924, -0.017845982685685158, 0.1441309005022049, 0.007158915977925062, -0.06044112518429756, -0.11514528840780258, -0.10081445425748825, -0.00024192787532228976, 0.1250084936618805, -0.09600749611854553, 0.10899651050567627, -0.0010746069019660354, -0.021032504737377167, -0.025707416236400604, 0.021504700183868408, -0.08824098855257034, -0.14996090531349182, 0.07276628166437149, -0.05667702108621597, 0.04163072630763054, -0.0661870688199997, -0.0046968525275588036, -0.08895651251077652, 0.22804297506809235, -0.11981602013111115, -0.04696844890713692, -0.11622975021600723, 0.06772483140230179, 0.21256908774375916, -0.06291348487138748, 0.03407697379589081, -0.05054008588194847, 0.13228601217269897, 0.024452567100524902, -0.04945665970444679, 0.06165050342679024, -0.028546977788209915, -0.20285961031913757, -0.0652286559343338, 0.18354934453964233, 0.010232044383883476, 0.058819372206926346, -0.019923044368624687, 0.09439826756715775, 0.03287985175848007, -0.08416245877742767, 0.01672591082751751, 0.08206813037395477, 0.10249654203653336, 0.18628333508968353, -0.0336814783513546, -0.11173127591609955, -0.08477438986301422, -0.048976439982652664, 0.10507307201623917, 0.1688017100095749, -0.08616072684526443, 0.04267558082938194, 0.019833115860819817, -0.10547682642936707, -0.21364551782608032, 0.019710171967744827, 0.06943120807409286, -0.006578361615538597, -0.023659875616431236, -0.15092036128044128, 0.035485245287418365, 0.11283305287361145, -0.014180461876094341, 0.033034201711416245, -0.2768867313861847, -0.14609450101852417, 0.04245183989405632, 0.016201794147491455, -0.2164279669523239, -0.1872352659702301, -0.10469295084476471, -0.048575688153505325, -0.11343225836753845, 0.12974034249782562, -0.05449807643890381, 0.04548836499452591, -0.0014498333912342787, -0.006067364942282438, 0.04799814894795418, -0.06311138719320297, 0.14706303179264069, 0.021826770156621933, 0.006025832612067461, -0.0778934508562088, -0.03297236189246178, 0.027782242745161057, -0.01625177450478077, 0.10362096130847931, -0.016960933804512024, 0.06414439529180527, -0.10828029364347458, -0.012722713872790337, -0.07003496587276459, 0.04411545768380165, -0.08935017138719559, -0.045524004846811295, -0.0882164016366005, 0.06385090202093124, 0.09901230037212372, -0.0064922901801764965, 0.04675516113638878, -0.03520330414175987, 0.09641722589731216, 0.20855213701725006, 0.06648388504981995, 0.10783039778470993, -0.15523850917816162, 0.014233906753361225, 0.004268381744623184, -0.027576355263590813, -0.1046881303191185, 0.022149451076984406, 0.12932410836219788, 0.06705024093389511, 0.15565091371536255, -0.00830930471420288, -0.12509185075759888, -0.014670414850115776, 0.03931397199630737, -0.07768208533525467, -0.18010950088500977, 0.056457798928022385, 0.0627218708395958, -0.17378664016723633, -0.04277584329247475, 0.06050984188914299, 0.002670452231541276, -0.006975441239774227, 0.020001858472824097, 0.11625645309686661, -0.001860348042100668, 0.15057878196239471, 0.05414007604122162, 0.05677660182118416, -0.0896068587899208, 0.08439770340919495, 0.16731499135494232, -0.06804966181516647, 0.015502000227570534, 0.09537793695926666, -0.04976477473974228, -0.03608446940779686, 0.09938701242208481, 0.011205404996871948, 0.04165893793106079, -0.018053976818919182, 0.016482703387737274, -0.11061079800128937, 0.06666091084480286, 0.07613556832075119, 0.03141634166240692, 0.08874339610338211, 0.01957913115620613, -0.06907949596643448, -0.058580391108989716, 0.11930554360151291, 0.06011660024523735, 0.07302171736955643, -0.06390264630317688, 0.0968654677271843, -0.032081179320812225, 0.0014905727002769709, 0.03790359944105148, -0.015058389864861965, -0.06314349919557571, -0.008894145488739014, -0.1027161106467247, 0.05159018561244011, -0.07979867607355118, -0.003978464752435684, 0.018748197704553604, -0.029814597219228745, -0.0023062904365360737, -0.009902967140078545, -0.04914235323667526, -0.11000988632440567, -0.06059328466653824, 0.0762404203414917, -0.1457211673259735, -0.03145962953567505, 0.07119450718164444, -0.08393733948469162, 0.08447586745023727, 0.017226753756403923, -0.001521881902590394, 0.02438775636255741, -0.14335988461971283, -0.0036644330248236656, 0.000004296055521990638, 0.048631053417921066, 0.019824879243969917, -0.14935718476772308, -0.014275360852479935, 0.010340174660086632, -0.06936196237802505, 0.02804134041070938, 0.041244301944971085, -0.16020658612251282, 0.008245458826422691, -0.05046476423740387, -0.011223256587982178, -0.04528554901480675, 0.06906314939260483, 0.03640810772776604, 0.04409347474575043, 0.11032205075025558, -0.04441036656498909, 0.10515176504850388, -0.16035108268260956, -0.03141085058450699, -0.011330663226544857, -0.012839065864682198, -0.011489002034068108, 0.05909125506877899, 0.08788610249757767, -0.02842807024717331, 0.15617342293262482, -0.048884402960538864, -0.008898311294615269, 0.016069430857896805, -0.005335802212357521, 0.03809172660112381, 0.08850141614675522, 0.09088112413883209, -0.00029792520217597485, -0.03614091873168945, 0.04061109572649002, -0.047790419310331345, -0.0035694846883416176, 0.05550950765609741, 0.15021361410617828, 0.11877485364675522, 0.11085450649261475, 0.004691598936915398, 0.06442952901124954, -0.1480385661125183, 0.02742866799235344, 0.14219674468040466, -0.04760213941335678, 0.09282190352678299, -0.0626942366361618, 0.12099625170230865, 0.04836440831422806, -0.21139468252658844, 0.09697236865758896, -0.06960464268922806, -0.10511613637208939, -0.028771406039595604, -0.12304911017417908, -0.08932887762784958, -0.030198700726032257, -0.00818544439971447, -0.12362807989120483, 0.0770801529288292, 0.06059090048074722, -0.016241012141108513, 0.01895010471343994, 0.14529307186603546, -0.04938027262687683, -0.04763702675700188, 0.028580116108059883, 0.03639105707406998, -0.007179915439337492, 0.0501529723405838, 0.004895644728094339, 0.04847240820527077, 0.023831484839320183, 0.10444523394107819, 0.07984661310911179, 0.04661470651626587, 0.041779886931180954, -0.05704070255160332, -0.06442179530858994, 0.014720761217176914, -0.004008566029369831, -0.014362284913659096, 0.14096778631210327, 0.04278074949979782, 0.004226991906762123, -0.01973293535411358, 0.15031063556671143, -0.020550783723592758, -0.07841065526008606, -0.13562671840190887, 0.045922618359327316, -0.008432283997535706, -0.033427827060222626, 0.06674858927726746, -0.14774224162101746, 0.03477240353822708, 0.0890481024980545, 0.19790174067020416, 0.010226752609014511, 0.008130757138133049, 0.04584694653749466, 0.007008851505815983, -0.025814784690737724, 0.023535652086138725, 0.04477965086698532, 0.13278575241565704, -0.03987118974328041, 0.018475936725735664, -0.003481366438791156, -0.030468426644802094, -0.03777975216507912, 0.07222691923379898, -0.015890086069703102, -0.0009993804851546884, -0.052780039608478546, 0.08591586351394653, -0.06689748913049698, -0.21957145631313324, 0.04548824951052666, -0.12749622762203217, -0.1396530419588089, -0.04915429651737213, 0.04488049075007439, 0.01730635017156601, 0.027380919083952904, 0.014207553118467331, -0.029043590649962425, 0.05652543157339096, -0.0006758757517673075, -0.06824344396591187, -0.07897543162107468, 0.06309725344181061, 0.0067641232162714005, 0.2375301569700241, 0.01753455400466919, 0.120663583278656, 0.09549953788518906, -0.02145552448928356, -0.12751376628875732, 0.03294477239251137, 0.12510894238948822, 0.005582510493695736, 0.061086829751729965, 0.16529475152492523, -0.019220350310206413, 0.11028418689966202, 0.07802420109510422, -0.010263054631650448, 0.04565921425819397, 0.02170645445585251, -0.01374569907784462, -0.1299567073583603, 0.027622124180197716, -0.11701539158821106, 0.13152582943439484, 0.22091440856456757, -0.05113864317536354, 0.01771404966711998, -0.04246192425489426, 0.018154600635170937, -0.028630681335926056, 0.16806194186210632, 0.006655399221926928, -0.16141584515571594, 0.042674481868743896, -0.04525265097618103, 0.08397790789604187, -0.15689663589000702, -0.05983781814575195, 0.06911119818687439, -0.034029770642519, -0.038437675684690475, 0.145844504237175, 0.006532026454806328, 0.006771973334252834, -0.06761538237333298, -0.012092659249901772, 0.004948992747813463, 0.10990495979785919, -0.08659959584474564, -0.03721364960074425 ]
a04aa023327e4a18a7204392b3260ee001e3cbd9
# Dataset Card for Consumer Finance Complaints ## 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://www.consumerfinance.gov/data-research/consumer-complaints/ - **Repository:** https://github.com/cfpb/consumerfinance.gov - **Paper:** - **Leaderboard:** - **Point of Contact:** ### Dataset Summary This database is a collection of complaints about consumer financial products and services that we sent to companies for response. The Consumer Complaint Database is a collection of complaints about consumer financial products and services that we sent to companies for response. Complaints are published after the company responds, confirming a commercial relationship with the consumer, or after 15 days, whichever comes first. Complaints referred to other regulators, such as complaints about depository institutions with less than $10 billion in assets, are not published in the Consumer Complaint Database. The database generally updates daily. Complaints can give us insights into problems people are experiencing in the marketplace and help us regulate consumer financial products and services under existing federal consumer financial laws, enforce those laws judiciously, and educate and empower consumers to make informed financial decisions. We also report on complaint trends annually in Consumer Response’s Annual Report to Congress. ### Supported Tasks and Leaderboards Text Classification Tasks | Task | Label Name | Description | SOTA | | ----------- | ----------- |----------- | ----------- | | Text Classification | Product| Predict the related product of a complaint | N/A | | Task | Label Name | Description | SOTA | | ----------- | ----------- |----------- | ----------- | | Text Classification | Sub-Product| Predict the related sub product of a complaint | N/A | | Task | Label Name | Description | SOTA | | ----------- | ----------- |----------- | ----------- | | Text Classification | Tags | Predict whether a complaint has been made by someone elderly or a service person| N/A | ### Languages English ## Dataset Structure ### Data Instances This dataset is a point in time extract of the database, the database increases in size every day An example of 'train' looks as follows. ``` { "Complaint ID": "4511031", "Product": "Credit reporting, credit repair services, or other personal consumer reports", "Sub Issue": "Credit inquiries on your report that you don't recognize", "Consumer Disputed": "N/A", "Sub Product": "Credit reporting", "State": "TX", "Tags": "Older American, Servicemember", "Company Public Response": "", "Zip Code": "75202", "Issue": "Improper use of your report", "Submitted via": "Web", "Company Response To Consumer": "Closed with explanation", "Complaint Text": "I am XXXX XXXX and I am submitting this complaint myself and there is no third party involved. Despite the multiple previous written requests, the unverified inquiries listed below still remain on my credit report in violation of Federal Law. The Equifax Credit Bureau failed to comply with Fair Credit Reporting Act, XXXX XXXX sections XXXX within the time set forth by law and continued reporting of erroneous information which now, given all my attempts to address it directly with the creditor, as willful negligence and non-compliance with federal statutes. PLEASE REMOVE THE FOLLOWING INQUIRIES COMPLETELY FROM MY CREDIT REPORT : XXXX CARD-Date of inquiry XX/XX/XXXX XXXX CARD-Date of inquiry XX/XX/XXXX", "Date Received": "07-02-2021", "Company": "EQUIFAX, INC.", "Consumer Consent Provided": "Consent not provided", "Timely Response": "Yes", "Date Sent To Company": "2021-07-02" } ``` ### Data Fields | Field | name | Description | Data Type | | ----------- | ----------- |----------- | ----------- | | Date received | The date the CFPB received the complaint | date & time | | | Product | The type of product the consumer identified in the complaint | plain text | This field is a categorical variable. | | Sub-product | The type of sub-product the consumer identified in the complaint | plain text | This field is a categorical variable. Not all Products have Sub-products. | | Issue | The issue the consumer identified in the complaint | plain text | This field is a categorical variable. Possible values are dependent on Product. | | Sub-issue | The sub-issue the consumer identified in the complaint | plain text | This field is a categorical variable. Possible values are dependent on product and issue. Not all Issues have corresponding Sub-issues. | | Consumer complaint narrative | Consumer complaint narrative is the consumer-submitted description of "what happened" from the complaint. Consumers must opt-in to share their narrative. We will not publish the narrative unless the consumer consents, and consumers can opt-out at any time. The CFPB takes reasonable steps to scrub personal information from each complaint that could be used to identify the consumer. | plain text | Consumers' descriptions of what happened are included if consumers consent to publishing the description and after we take steps to remove personal information. | | Company public response | The company's optional, public-facing response to a consumer's complaint. Companies can choose to select a response from a pre-set list of options that will be posted on the public database. For example, "Company believes complaint is the result of an isolated error." | plain text | Companies' public-facing responses to complaints are included if companies choose to publish one. Companies may select a public response from a set list of options as soon as they respond to the complaint, but no later than 180 days after the complaint was sent to the company for response. | | Company | The complaint is about this company | plain text | This field is a categorical variable. | | State | The state of the mailing address provided by the consumer | plain text | This field is a categorical variable. | | ZIP code | The mailing ZIP code provided by the consumer | plain text | Mailing ZIP code provided by the consumer. This field may: i) include the first five digits of a ZIP code; ii) include the first three digits of a ZIP code (if the consumer consented to publication of their complaint narrative); or iii) be blank (if ZIP codes have been submitted with non-numeric values, if there are less than 20,000 people in a given ZIP code, or if the complaint has an address outside of the United States). For example, complaints where the submitter reports the age of the consumer as 62 years or older are tagged, ‘Older American.’ Complaints submitted by or on behalf of a servicemember or the spouse or dependent of a servicemember are tagged, ‘Servicemember.’ Servicemember includes anyone who is active duty, National Guard, or Reservist, as well as anyone who previously served and is a Veteran or retiree. | | Tags | Data that supports easier searching and sorting of complaints submitted by or on behalf of consumers. | plain text | | | Consumer consent provided? | Identifies whether the consumer opted in to publish their complaint narrative. We do not publish the narrative unless the consumer consents and consumers can opt-out at any time. | plain text | This field shows whether a consumer provided consent to publish their complaint narrative | | Submitted via | How the complaint was submitted to the CFPB | plain text | This field is a categorical variable. | | Date sent to company | The date the CFPB sent the complaint to the company | date & time | | | Company response to consumer | This is how the company responded. For example, "Closed with explanation." | plain text | This field is a categorical variable. | | Timely response? | Whether the company gave a timely response | plain text | yes/no | | Consumer disputed? | Whether the consumer disputed the company’s response | plain text | YES/ NO/ N/A: The Bureau discontinued the consumer dispute option on April 24, 2017. | | Complaint ID | The unique identification number for a complaint | number | | ### Data Splits This dataset only contains a TRAIN set - this can be further split into TRAIN, TEST and VALIDATE subsets with the datasets library ## Dataset Creation ### Curation Rationale Open sourcing customer complaints ### Source Data https://cfpb.github.io/api/ccdb/ #### Initial Data Collection and Normalization This database is maintained by the Consumer Financial Protection Bureau #### Who are the source language producers? English ### Annotations #### Annotation process User submitted to the CFPB #### Who are the annotators? N/A ### Personal and Sensitive Information All PII data has been anonymised ## Considerations for Using the Data ### Social Impact of Dataset N/A ### Discussion of Biases This database is not a statistical sample of consumers’ experiences in the marketplace. Complaints are not necessarily representative of all consumers’ experiences and complaints do not constitute “information” for purposes of the Information Quality Act . Complaint volume should be considered in the context of company size and/or market share. For example, companies with more customers may have more complaints than companies with fewer customers. We encourage you to pair complaint data with public and private data sets for additional context. The Bureau publishes the consumer’s narrative description of his or her experience if the consumer opts to share it publicly and after the Bureau takes steps to remove personal information. We don’t verify all the allegations in complaint narratives. Unproven allegations in consumer narratives should be regarded as opinion, not fact. We do not adopt the views expressed and make no representation that consumers’ allegations are accurate, clear, complete, or unbiased in substance or presentation. Users should consider what conclusions may be fairly drawn from complaints alone. ### Other Known Limitations N/A ## Additional Information ### Dataset Curators https://cfpb.github.io/api/ccdb/ ### Licensing Information Creative Commons Zero v1.0 Universal ### Citation Information N/A ### Contributions Thanks to [@kayvane1](https://github.com/kayvane1) for adding this dataset and to the [Consumer Financial Protection Bureau](https://cfpb.github.io/) for publishing it.
consumer-finance-complaints
[ "task_categories:text-classification", "task_ids:topic-classification", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1M<n<10M", "source_datasets:original", "language:en", "license:cc0-1.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc0-1.0"], "multilinguality": ["monolingual"], "size_categories": ["1M<n<10M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["topic-classification"], "pretty_name": "consumer-finance-complaints", "dataset_info": {"features": [{"name": "Date Received", "dtype": "timestamp[s]"}, {"name": "Product", "dtype": {"class_label": {"names": {"0": "Credit reporting, credit repair services, or other personal consumer reports", "1": "Debt collection", "2": "Mortgage", "3": "Credit card or prepaid card", "4": "Checking or savings account", "5": "Credit reporting", "6": "Student loan", "7": "Money transfer, virtual currency, or money service", "8": "Credit card", "9": "Vehicle loan or lease", "10": "Bank account or service", "11": "Payday loan, title loan, or personal loan", "12": "Consumer Loan", "13": "Payday loan", "14": "Money transfers", "15": "Prepaid card", "16": "Other financial service", "17": "Virtual currency"}}}}, {"name": "Sub Product", "dtype": {"class_label": {"names": {"0": "Credit reporting", "1": "General-purpose credit card or charge card", "2": "Checking account", "3": "Other debt", "4": "Second mortgage", "5": "Conventional home mortgage", "6": "I do not know", "7": "Credit card debt", "8": "Medical debt", "9": "Federal student loan servicing", "10": "FHA mortgage", "11": "Conventional fixed mortgage", "12": "Loan", "13": "Other (i.e. phone, health club, etc.)", "14": "Store credit card", "15": "Installment loan", "16": "Credit card", "17": "Medical", "18": "Mobile or digital wallet", "19": "Private student loan", "20": "Non-federal student loan", "21": "Domestic (US) money transfer", "22": "VA mortgage", "23": "Vehicle loan", "24": "Auto debt", "25": "Payday loan", "26": "Conventional adjustable mortgage (ARM)", "27": "Other personal consumer report", "28": "Payday loan debt", "29": "Savings account", "30": "Virtual currency", "31": "Other bank product/service", "32": "Other type of mortgage", "33": "Other banking product or service", "34": "Other mortgage", "35": "International money transfer", "36": "Lease", "37": "General-purpose prepaid card", "38": "Home equity loan or line of credit (HELOC)", "39": "Government benefit card", "40": "Mortgage debt", "41": "Personal line of credit", "42": "Home equity loan or line of credit", "43": "Federal student loan debt", "44": "Private student loan debt", "45": "Credit repair services", "46": "Title loan", "47": "Auto", "48": "Vehicle lease", "49": "Mortgage", "50": "Reverse mortgage", "51": "General purpose card", "52": "CD (Certificate of Deposit)", "53": "Federal student loan", "54": "Payroll card", "55": "Debt settlement", "56": "Check cashing service", "57": "Traveler's check or cashier's check", "58": "Gift card", "59": "(CD) Certificate of deposit", "60": "Money order", "61": "Foreign currency exchange", "62": "Refund anticipation check", "63": "Gift or merchant card", "64": "Cashing a check without an account", "65": "ID prepaid card", "66": "Mobile wallet", "67": "Government benefit payment card", "68": "Pawn loan", "69": "Other special purpose card", "70": "Check cashing", "71": "Credit repair", "72": "Traveler\u2019s/Cashier\u2019s checks", "73": "Transit card", "74": "Student prepaid card", "75": "Electronic Benefit Transfer / EBT card", "76": ""}}}}, {"name": "Issue", "dtype": "string"}, {"name": "Sub Issue", "dtype": "string"}, {"name": "Complaint Text", "dtype": "string"}, {"name": "Company Public Response", "dtype": "string"}, {"name": "Company", "dtype": "string"}, {"name": "State", "dtype": "string"}, {"name": "Zip Code", "dtype": "string"}, {"name": "Tags", "dtype": {"class_label": {"names": {"0": "Servicemember", "1": "Older American", "2": "Older American, Servicemember", "3": ""}}}}, {"name": "Consumer Consent Provided", "dtype": "string"}, {"name": "Submitted via", "dtype": "string"}, {"name": "Date Sent To Company", "dtype": "string"}, {"name": "Company Response To Consumer", "dtype": "string"}, {"name": "Timely Response", "dtype": "string"}, {"name": "Consumer Disputed", "dtype": "string"}, {"name": "Complaint ID", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1605177353, "num_examples": 2455765}], "download_size": 404187716, "dataset_size": 1605177353}}
2024-01-18T09:36:11+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-topic-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc0-1.0 #region-us
Dataset Card for Consumer Finance Complaints ============================================ 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: URL * Paper: * Leaderboard: * Point of Contact: ### Dataset Summary This database is a collection of complaints about consumer financial products and services that we sent to companies for response. The Consumer Complaint Database is a collection of complaints about consumer financial products and services that we sent to companies for response. Complaints are published after the company responds, confirming a commercial relationship with the consumer, or after 15 days, whichever comes first. Complaints referred to other regulators, such as complaints about depository institutions with less than $10 billion in assets, are not published in the Consumer Complaint Database. The database generally updates daily. Complaints can give us insights into problems people are experiencing in the marketplace and help us regulate consumer financial products and services under existing federal consumer financial laws, enforce those laws judiciously, and educate and empower consumers to make informed financial decisions. We also report on complaint trends annually in Consumer Response’s Annual Report to Congress. ### Supported Tasks and Leaderboards Text Classification Tasks ### Languages English Dataset Structure ----------------- ### Data Instances This dataset is a point in time extract of the database, the database increases in size every day An example of 'train' looks as follows. ### Data Fields ### Data Splits This dataset only contains a TRAIN set - this can be further split into TRAIN, TEST and VALIDATE subsets with the datasets library Dataset Creation ---------------- ### Curation Rationale Open sourcing customer complaints ### Source Data URL #### Initial Data Collection and Normalization This database is maintained by the Consumer Financial Protection Bureau #### Who are the source language producers? English ### Annotations #### Annotation process User submitted to the CFPB #### Who are the annotators? N/A ### Personal and Sensitive Information All PII data has been anonymised Considerations for Using the Data --------------------------------- ### Social Impact of Dataset N/A ### Discussion of Biases This database is not a statistical sample of consumers’ experiences in the marketplace. Complaints are not necessarily representative of all consumers’ experiences and complaints do not constitute “information” for purposes of the Information Quality Act . Complaint volume should be considered in the context of company size and/or market share. For example, companies with more customers may have more complaints than companies with fewer customers. We encourage you to pair complaint data with public and private data sets for additional context. The Bureau publishes the consumer’s narrative description of his or her experience if the consumer opts to share it publicly and after the Bureau takes steps to remove personal information. We don’t verify all the allegations in complaint narratives. Unproven allegations in consumer narratives should be regarded as opinion, not fact. We do not adopt the views expressed and make no representation that consumers’ allegations are accurate, clear, complete, or unbiased in substance or presentation. Users should consider what conclusions may be fairly drawn from complaints alone. ### Other Known Limitations N/A Additional Information ---------------------- ### Dataset Curators URL ### Licensing Information Creative Commons Zero v1.0 Universal N/A ### Contributions Thanks to @kayvane1 for adding this dataset and to the Consumer Financial Protection Bureau for publishing it.
[ "### Dataset Summary\n\n\nThis database is a collection of complaints about consumer financial products and services that we sent to companies for response.\n\n\nThe Consumer Complaint Database is a collection of complaints about consumer financial products and services that we sent to companies for response. Complaints are published after the company responds, confirming a commercial relationship with the consumer, or after 15 days, whichever comes first. Complaints referred to other regulators, such as complaints about depository institutions with less than $10 billion in assets, are not published in the Consumer Complaint Database. The database generally updates daily.\n\n\nComplaints can give us insights into problems people are experiencing in the marketplace and help us regulate consumer financial products and services under existing federal consumer financial laws, enforce those laws judiciously, and educate and empower consumers to make informed financial decisions. We also report on complaint trends annually in Consumer Response’s Annual Report to Congress.", "### Supported Tasks and Leaderboards\n\n\nText Classification Tasks", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThis dataset is a point in time extract of the database, the database increases in size every day\n\n\nAn example of 'train' looks as follows.", "### Data Fields", "### Data Splits\n\n\nThis dataset only contains a TRAIN set - this can be further split into TRAIN, TEST and VALIDATE subsets with the datasets library\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nOpen sourcing customer complaints", "### Source Data\n\n\nURL", "#### Initial Data Collection and Normalization\n\n\nThis database is maintained by the Consumer Financial Protection Bureau", "#### Who are the source language producers?\n\n\nEnglish", "### Annotations", "#### Annotation process\n\n\nUser submitted to the CFPB", "#### Who are the annotators?\n\n\nN/A", "### Personal and Sensitive Information\n\n\nAll PII data has been anonymised\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nN/A", "### Discussion of Biases\n\n\nThis database is not a statistical sample of consumers’ experiences in the marketplace. Complaints are not necessarily representative of all consumers’ experiences and complaints do not constitute “information” for purposes of the Information Quality Act .\n\n\nComplaint volume should be considered in the context of company size and/or market share. For example, companies with more customers may have more complaints than companies with fewer customers. We encourage you to pair complaint data with public and private data sets for additional context.\n\n\nThe Bureau publishes the consumer’s narrative description of his or her experience if the consumer opts to share it publicly and after the Bureau takes steps to remove personal information. We don’t verify all the allegations in complaint narratives. Unproven allegations in consumer narratives should be regarded as opinion, not fact. We do not adopt the views expressed and make no representation that consumers’ allegations are accurate, clear, complete, or unbiased in substance or presentation. Users should consider what conclusions may be fairly drawn from complaints alone.", "### Other Known Limitations\n\n\nN/A\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nURL", "### Licensing Information\n\n\nCreative Commons Zero v1.0 Universal\n\n\nN/A", "### Contributions\n\n\nThanks to @kayvane1 for adding this dataset and to the Consumer Financial Protection Bureau for publishing it." ]
[ "TAGS\n#task_categories-text-classification #task_ids-topic-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc0-1.0 #region-us \n", "### Dataset Summary\n\n\nThis database is a collection of complaints about consumer financial products and services that we sent to companies for response.\n\n\nThe Consumer Complaint Database is a collection of complaints about consumer financial products and services that we sent to companies for response. Complaints are published after the company responds, confirming a commercial relationship with the consumer, or after 15 days, whichever comes first. Complaints referred to other regulators, such as complaints about depository institutions with less than $10 billion in assets, are not published in the Consumer Complaint Database. The database generally updates daily.\n\n\nComplaints can give us insights into problems people are experiencing in the marketplace and help us regulate consumer financial products and services under existing federal consumer financial laws, enforce those laws judiciously, and educate and empower consumers to make informed financial decisions. We also report on complaint trends annually in Consumer Response’s Annual Report to Congress.", "### Supported Tasks and Leaderboards\n\n\nText Classification Tasks", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThis dataset is a point in time extract of the database, the database increases in size every day\n\n\nAn example of 'train' looks as follows.", "### Data Fields", "### Data Splits\n\n\nThis dataset only contains a TRAIN set - this can be further split into TRAIN, TEST and VALIDATE subsets with the datasets library\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nOpen sourcing customer complaints", "### Source Data\n\n\nURL", "#### Initial Data Collection and Normalization\n\n\nThis database is maintained by the Consumer Financial Protection Bureau", "#### Who are the source language producers?\n\n\nEnglish", "### Annotations", "#### Annotation process\n\n\nUser submitted to the CFPB", "#### Who are the annotators?\n\n\nN/A", "### Personal and Sensitive Information\n\n\nAll PII data has been anonymised\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nN/A", "### Discussion of Biases\n\n\nThis database is not a statistical sample of consumers’ experiences in the marketplace. Complaints are not necessarily representative of all consumers’ experiences and complaints do not constitute “information” for purposes of the Information Quality Act .\n\n\nComplaint volume should be considered in the context of company size and/or market share. For example, companies with more customers may have more complaints than companies with fewer customers. We encourage you to pair complaint data with public and private data sets for additional context.\n\n\nThe Bureau publishes the consumer’s narrative description of his or her experience if the consumer opts to share it publicly and after the Bureau takes steps to remove personal information. We don’t verify all the allegations in complaint narratives. Unproven allegations in consumer narratives should be regarded as opinion, not fact. We do not adopt the views expressed and make no representation that consumers’ allegations are accurate, clear, complete, or unbiased in substance or presentation. Users should consider what conclusions may be fairly drawn from complaints alone.", "### Other Known Limitations\n\n\nN/A\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nURL", "### Licensing Information\n\n\nCreative Commons Zero v1.0 Universal\n\n\nN/A", "### Contributions\n\n\nThanks to @kayvane1 for adding this dataset and to the Consumer Financial Protection Bureau for publishing it." ]
[ 91, 206, 15, 12, 39, 5, 47, 13, 5, 22, 11, 5, 11, 12, 26, 10, 240, 17, 7, 15, 29 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-topic-classification #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1M<n<10M #source_datasets-original #language-English #license-cc0-1.0 #region-us \n### Dataset Summary\n\n\nThis database is a collection of complaints about consumer financial products and services that we sent to companies for response.\n\n\nThe Consumer Complaint Database is a collection of complaints about consumer financial products and services that we sent to companies for response. Complaints are published after the company responds, confirming a commercial relationship with the consumer, or after 15 days, whichever comes first. Complaints referred to other regulators, such as complaints about depository institutions with less than $10 billion in assets, are not published in the Consumer Complaint Database. The database generally updates daily.\n\n\nComplaints can give us insights into problems people are experiencing in the marketplace and help us regulate consumer financial products and services under existing federal consumer financial laws, enforce those laws judiciously, and educate and empower consumers to make informed financial decisions. We also report on complaint trends annually in Consumer Response’s Annual Report to Congress.### Supported Tasks and Leaderboards\n\n\nText Classification Tasks### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nThis dataset is a point in time extract of the database, the database increases in size every day\n\n\nAn example of 'train' looks as follows.### Data Fields### Data Splits\n\n\nThis dataset only contains a TRAIN set - this can be further split into TRAIN, TEST and VALIDATE subsets with the datasets library\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nOpen sourcing customer complaints### Source Data\n\n\nURL#### Initial Data Collection and Normalization\n\n\nThis database is maintained by the Consumer Financial Protection Bureau#### Who are the source language producers?\n\n\nEnglish### Annotations#### Annotation process\n\n\nUser submitted to the CFPB#### Who are the annotators?\n\n\nN/A" ]
[ -0.020108161494135857, 0.22415967285633087, -0.006563566159456968, 0.008017003536224365, 0.1382080316543579, 0.0277398768812418, 0.00034297071397304535, 0.07787526398897171, 0.04745502024888992, 0.07525194436311722, -0.01989680714905262, -0.03739962726831436, 0.14728929102420807, 0.10535501688718796, 0.031223662197589874, -0.15041059255599976, 0.006220966577529907, -0.07232215255498886, 0.023354288190603256, 0.09198027849197388, 0.10473895817995071, -0.07059606164693832, 0.061787258833646774, -0.04417465999722481, -0.03919574245810509, -0.02489854395389557, -0.02616025134921074, -0.07370851933956146, 0.04679756984114647, 0.08280248939990997, 0.1255493313074112, -0.03188459947705269, 0.05337512865662575, -0.21272534132003784, 0.01344996690750122, 0.0603693425655365, 0.010258274152874947, 0.030988123267889023, 0.0792178064584732, 0.024997495114803314, 0.17477111518383026, -0.14614470303058624, 0.06965329498052597, 0.0818537101149559, -0.10760487616062164, -0.1041615903377533, -0.14377790689468384, 0.07912169396877289, 0.14640973508358002, 0.05833643674850464, -0.03837165609002113, -0.04419577494263649, -0.026541857048869133, 0.022121289744973183, 0.04329698160290718, -0.09503966569900513, -0.0037514588329941034, 0.05041798949241638, -0.06767621636390686, 0.056042175740003586, -0.07355435192584991, -0.015513171441853046, 0.00013217885862104595, 0.011616388335824013, 0.015511940233409405, -0.009685428813099861, -0.0021365603897720575, 0.04864264652132988, -0.1418311893939972, -0.1152813583612442, 0.1334604024887085, 0.01336868479847908, -0.07584559172391891, -0.12201356142759323, 0.04449974000453949, -0.011005153879523277, -0.018876073881983757, -0.0014562461292371154, 0.04559849202632904, -0.031312067061662674, 0.07014364004135132, -0.04827786982059479, -0.09284728765487671, 0.04220166057348251, -0.04235544800758362, -0.07239736616611481, -0.008359869010746479, 0.023965662345290184, 0.00756059680134058, 0.011543964967131615, 0.051811717450618744, -0.035103000700473785, -0.07428548485040665, 0.00404324010014534, -0.12142260372638702, -0.05138703063130379, 0.004394299816340208, -0.004829422105103731, 0.022465184330940247, 0.021964959800243378, -0.06268725544214249, 0.05604374036192894, -0.06477095186710358, 0.006778803654015064, 0.09575895965099335, 0.19718369841575623, 0.01153953094035387, -0.1451391726732254, -0.05979001149535179, -0.047941870987415314, 0.011472506448626518, 0.009044642560184002, 0.004997762385755777, 0.10817043483257294, 0.015442965552210808, 0.09894973039627075, 0.06394574791193008, 0.006552902981638908, -0.07062847167253494, 0.007289757486432791, 0.0916520431637764, -0.11235122382640839, 0.014384805224835873, -0.007254796102643013, -0.059258658438920975, 0.022212538868188858, -0.04459719359874725, 0.005059828050434589, -0.08220130205154419, 0.15789221227169037, -0.07080172002315521, -0.04923015832901001, -0.10351558029651642, -0.03838730230927467, 0.08533777296543121, 0.00347237940877676, -0.06193719804286957, 0.006419333629310131, -0.12548381090164185, -0.05794877931475639, 0.013295450247824192, -0.06829363852739334, -0.06800969690084457, -0.002131131710484624, 0.00023440293443854898, -0.03580118715763092, 0.0012715284246951342, 0.023702220991253853, -0.05528010427951813, 0.005690747871994972, -0.07612751424312592, 0.05054118484258652, 0.11340641230344772, 0.013060960918664932, -0.09050813317298889, 0.039054956287145615, -0.05368904024362564, 0.025015078485012054, -0.1113705262541771, -0.04523100703954697, -0.09015528112649918, -0.013995740562677383, 0.07659969478845596, 0.015566971153020859, -0.10055004805326462, 0.13246837258338928, -0.0816350132226944, -0.05526863411068916, 0.0521477535367012, -0.10365218669176102, 0.011204334907233715, 0.08149690181016922, 0.009253210388123989, 0.011001300998032093, 0.12391158193349838, 0.0712541788816452, -0.025794608518481255, -0.0011036988580599427, -0.0956452414393425, -0.04541834443807602, -0.0009215422905981541, 0.15261049568653107, 0.06968545913696289, -0.0999457836151123, -0.003852535504847765, 0.009787900373339653, -0.007853420451283455, -0.06664902716875076, -0.042522359639406204, -0.026421207934617996, 0.048026829957962036, -0.059609342366456985, -0.037056103348731995, 0.003952829632908106, -0.08757484704256058, -0.00573459267616272, -0.08347168564796448, -0.08825509995222092, 0.04771354794502258, 0.01799052767455578, -0.01568850874900818, -0.09994163364171982, 0.006922714877873659, 0.004530008416622877, 0.018321163952350616, -0.11338701844215393, -0.11607753485441208, 0.03753427043557167, -0.11376091837882996, 0.10319183021783829, 0.03836361691355705, -0.0026112848427146673, -0.028023244813084602, -0.02709074132144451, 0.04032912850379944, -0.017258521169424057, 0.024693278595805168, 0.0027568603400141, -0.14426614344120026, -0.015220568515360355, -0.07630827277898788, 0.20204861462116241, -0.08173135668039322, -0.03007134050130844, 0.19991998374462128, 0.05207572877407074, 0.11110115796327591, -0.0882708951830864, 0.03122357279062271, 0.029616162180900574, 0.04482511430978775, -0.03500497713685036, 0.0023740280885249376, -0.040735553950071335, 0.029229149222373962, 0.006135548464953899, -0.12511929869651794, -0.13959066569805145, 0.04664379730820656, 0.10972551256418228, -0.09305882453918457, -0.018925655633211136, -0.04307391121983528, -0.015921153128147125, -0.07653313875198364, -0.08287281543016434, 0.13891582190990448, 0.04992499575018883, 0.0015886645996943116, -0.0003173630393575877, -0.07560978829860687, 0.012376785278320312, -0.018672417849302292, -0.08874183148145676, 0.05576694384217262, 0.02266775630414486, -0.14341388642787933, 0.10244328528642654, 0.03822101652622223, 0.1053982824087143, 0.10822077840566635, 0.03157694265246391, -0.11046889424324036, -0.003150166245177388, -0.04439554363489151, 0.015166728757321835, 0.13811658322811127, -0.07795536518096924, 0.012552752159535885, 0.026355871930718422, -0.019024692475795746, 0.03611711785197258, -0.04610828310251236, 0.05064096301794052, 0.04250911623239517, -0.03381891921162605, -0.05666856840252876, -0.06555607169866562, 0.0147012360394001, 0.13248665630817413, 0.042512256652116776, 0.07285184413194656, -0.0043905507773160934, -0.06896986812353134, -0.11178942024707794, 0.09803596138954163, -0.09019540250301361, -0.33624178171157837, -0.10088988393545151, -0.07971885055303574, 0.06983234733343124, 0.007207325194031, 0.014805365353822708, -0.09085392951965332, -0.13976353406906128, -0.09290595352649689, 0.10022098571062088, 0.07513289898633957, -0.0960378348827362, 0.05006083846092224, -0.030038269236683846, -0.03334013372659683, -0.09649210423231125, 0.0282417181879282, 0.02407170832157135, -0.1235436424612999, -0.020118679851293564, 0.014803113415837288, 0.1341499537229538, 0.18523381650447845, 0.02182590775191784, -0.022105049341917038, -0.039514392614364624, 0.16619016230106354, -0.14264820516109467, 0.08013912290334702, 0.051269035786390305, -0.04243900626897812, 0.022630464285612106, 0.15196233987808228, 0.025244513526558876, -0.022201241925358772, 0.025303443893790245, 0.09124227613210678, -0.07578224688768387, -0.19733400642871857, -0.09845949709415436, -0.06068390980362892, 0.006492698099464178, -0.015853941440582275, 0.05904509872198105, 0.012491368688642979, -0.037222959101200104, -0.0754731073975563, -0.052346371114254, 0.10079275816679001, 0.05769902467727661, 0.11164017021656036, -0.009302504360675812, -0.022814994677901268, -0.06029721722006798, 0.023737965151667595, 0.11302239447832108, -0.000511122983880341, 0.24031677842140198, 0.04643327370285988, 0.2088882178068161, 0.018363364040851593, -0.0802268385887146, 0.0011527484748512506, -0.017306383699178696, -0.039828620851039886, 0.0754966288805008, -0.048012737184762955, 0.01196919847279787, -0.03360261395573616, 0.04781452193856239, 0.1032155230641365, -0.10073281079530716, -0.011031683534383774, -0.08565026521682739, 0.04627469927072525, 0.20456641912460327, 0.00506838783621788, -0.03492714837193489, -0.07066532224416733, 0.09920021891593933, -0.05000956356525421, -0.050029266625642776, 0.021928519010543823, -0.0035042595118284225, -0.15142424404621124, 0.02030143141746521, -0.02903209626674652, 0.09274444729089737, -0.12770186364650726, 0.001491194823756814, 0.030298683792352676, -0.008200254291296005, -0.016669129952788353, 0.08069300651550293, -0.13914181292057037, 0.10809046030044556, 0.020388446748256683, 0.041279226541519165, -0.09435132145881653, 0.019544873386621475, -0.0685381144285202, -0.05093095824122429, 0.12758152186870575, 0.03371638059616089, -0.05554688721895218, -0.09560887515544891, -0.005398428533226252, 0.00855332426726818, 0.08722247183322906, -0.07214999943971634, 0.10849953442811966, -0.014242864213883877, -0.02734801173210144, -0.060249436646699905, -0.17493095993995667, 0.0012564348289743066, -0.22022350132465363, 0.10967595875263214, -0.08131594955921173, 0.0866696834564209, -0.06106247007846832, 0.029567623510956764, 0.02293962426483631, 0.17303039133548737, -0.22543343901634216, -0.1177445650100708, -0.09888847172260284, -0.04299381747841835, 0.08846306055784225, -0.009150316938757896, 0.09679540991783142, 0.044973645359277725, 0.14574840664863586, 0.04639027267694473, -0.006685429252684116, -0.01078878715634346, -0.05992094799876213, -0.23146623373031616, -0.04761532321572304, 0.11122126132249832, 0.09523884952068329, 0.09607594460248947, -0.009449147619307041, 0.08973024040460587, 0.029167482629418373, -0.08285709470510483, -0.009768067859113216, 0.07450847327709198, 0.05737613886594772, 0.13342539966106415, 0.08282618969678879, -0.16835403442382812, -0.1595948189496994, -0.08208084851503372, 0.04027428850531578, 0.15513737499713898, -0.04577255621552467, 0.19757768511772156, 0.14176495373249054, -0.06754158437252045, -0.11773425340652466, -0.035334598273038864, -0.03079073876142502, -0.02383316121995449, 0.03719083592295647, -0.13369406759738922, 0.01807589642703533, 0.11097513139247894, -0.04262784868478775, 0.06748276203870773, -0.23196379840373993, -0.06399670243263245, 0.030675970017910004, 0.01918232999742031, -0.12617123126983643, -0.09177767485380173, -0.07571401447057724, 0.04030789062380791, -0.11576028168201447, 0.14192308485507965, -0.04535038769245148, -0.036138005554676056, 0.0076331994496285915, 0.122406005859375, 0.04059898108243942, -0.045332446694374084, 0.12488285452127457, -0.0148813771083951, -0.0031566366087645292, -0.08450189232826233, -0.061695121228694916, 0.056707218289375305, -0.004000950139015913, 0.061262164264917374, 0.042220890522003174, 0.012873729690909386, -0.0652468279004097, -0.04016300290822983, -0.06432333588600159, 0.006602490320801735, -0.08374243229627609, -0.05030126869678497, -0.08542987704277039, 0.09478984773159027, 0.04803618788719177, -0.03992640599608421, 0.08789405226707458, -0.07522057741880417, 0.09058060497045517, 0.19848240911960602, 0.1288481205701828, 0.044767044484615326, -0.08231799304485321, -0.049239955842494965, -0.04426659271121025, 0.02647610753774643, -0.03281790390610695, 0.038844719529151917, 0.07022514939308167, 0.019791245460510254, 0.16715194284915924, -0.04266007989645004, -0.11723154038190842, 0.03464481979608536, 0.0524788424372673, -0.07324022799730301, -0.16588720679283142, 0.03602033481001854, 0.1301397681236267, -0.1537247747182846, -0.05302567034959793, 0.06645447760820389, 0.02147490158677101, -0.03054933249950409, 0.03754035755991936, 0.13095246255397797, 0.0821639895439148, 0.1020909771323204, 0.012565266340970993, 0.03913136571645737, -0.10317161679267883, 0.06582611799240112, 0.16633820533752441, -0.19459979236125946, -0.02866539917886257, 0.11154979467391968, -0.0630519762635231, -0.04631762579083443, -0.044327910989522934, -0.013969391584396362, -0.01615849882364273, -0.022105170413851738, 0.053622402250766754, -0.12228871881961823, 0.04398677498102188, 0.13527551293373108, -0.031701765954494476, 0.08666926622390747, 0.0023991845082491636, 0.030403921380639076, -0.0612688884139061, 0.07543212175369263, 0.041830725967884064, -0.017966050654649734, -0.00774370227009058, -0.048709891736507416, 0.005950581282377243, -0.03119875118136406, -0.009632701985538006, -0.048381954431533813, -0.0607856921851635, -0.0293029323220253, -0.08196832984685898, 0.04642793536186218, -0.1032649427652359, 0.005241592414677143, -0.003625474637374282, -0.023136906325817108, -0.001628919504582882, -0.008247380144894123, -0.03804478421807289, -0.013882475905120373, -0.024514395743608475, 0.11346348375082016, -0.14217139780521393, -0.006967595312744379, 0.11655440181493759, -0.031058548018336296, 0.09888233989477158, -0.04278935119509697, -0.02550395391881466, 0.02749793790280819, -0.12496955692768097, 0.07023128122091293, -0.03238856419920921, 0.017874019220471382, 0.01657918654382229, -0.11200519651174545, -0.02691800706088543, -0.03592754527926445, -0.08437858521938324, 0.008583922870457172, 0.06396420300006866, -0.08392513543367386, 0.04354405030608177, -0.04890534654259682, -0.06491214036941528, -0.06484965980052948, 0.022815072908997536, 0.06804495304822922, -0.0044496189802885056, 0.09092652797698975, -0.02357569709420204, 0.03526132553815842, -0.07773462682962418, -0.009213106706738472, 0.004477920942008495, 0.07856804132461548, -0.08425641804933548, 0.008381297811865807, 0.04243698716163635, -0.013217299245297909, 0.18160481750965118, -0.04627484083175659, 0.11301860958337784, 0.09322282671928406, -0.012629611417651176, 0.011681601405143738, 0.01368282362818718, -0.059233468025922775, -0.05178622901439667, -0.03993852436542511, -0.023382168263196945, -0.10155656933784485, -0.13269343972206116, -0.21872757375240326, 0.11971434205770493, 0.04645805433392525, 0.17011597752571106, -0.012790588662028313, -0.031079428270459175, -0.11896524578332901, 0.03362663462758064, 0.02278674952685833, -0.07102585583925247, -0.0008047678275033832, 0.0031093917787075043, 0.16020908951759338, 0.15162989497184753, -0.13964927196502686, 0.10201822221279144, -0.09468991309404373, -0.0442659854888916, 0.05171363055706024, -0.12291812151670456, 0.0005886610597372055, 0.017834782600402832, 0.0007732780650258064, -0.12428310513496399, 0.14007939398288727, 0.10431356728076935, -0.018121255561709404, -0.02193872071802616, 0.04636949300765991, -0.11562877893447876, -0.07796960324048996, 0.019654152914881706, 0.08318129926919937, 0.06301023811101913, -0.03921971470117569, 0.1041337177157402, -0.07003578543663025, 0.10520589351654053, 0.056383900344371796, 0.12297998368740082, -0.0014836691552773118, -0.035528555512428284, -0.028424909338355064, -0.07160462439060211, 0.06110137701034546, -0.010741344653069973, -0.008473226800560951, 0.23341794312000275, -0.011982347816228867, 0.0446881502866745, 0.018751654773950577, 0.2312084287405014, -0.0988025888800621, 0.01477055624127388, -0.09126466512680054, 0.1465296596288681, -0.015601960010826588, 0.014083173125982285, 0.03972933068871498, -0.13991348445415497, 0.042887602001428604, 0.09996271133422852, 0.13108167052268982, 0.017758235335350037, -0.010618834756314754, -0.08304622769355774, 0.03537776693701744, 0.022502874955534935, 0.04451001062989235, -0.0006363051361404359, 0.3116706609725952, -0.06410005688667297, 0.10494112968444824, -0.009626999497413635, 0.04647182300686836, -0.02640857733786106, 0.1352255493402481, -0.02640514075756073, -0.05702823027968407, -0.09120164066553116, 0.15872381627559662, -0.10355765372514725, -0.34852975606918335, 0.015695057809352875, -0.07290522754192352, -0.11382828652858734, 0.03601931408047676, 0.03694887086749077, 0.010828116908669472, 0.07340607792139053, 0.03181205689907074, -0.024273637682199478, 0.1087496355175972, 0.04531001299619675, -0.09670290350914001, -0.04797542467713356, 0.08819352835416794, -0.07179912179708481, 0.26875999569892883, 0.04986996576189995, 0.08103293925523758, 0.06565483659505844, -0.04213068261742592, -0.11391574144363403, 0.01597040705382824, 0.07780346274375916, -0.07403204590082169, 0.0184982530772686, 0.1856958568096161, 0.004483971744775772, 0.12750166654586792, 0.10665544122457504, -0.04149053245782852, 0.05253798887133598, -0.006955642253160477, 0.043115872889757156, -0.02147503010928631, 0.05177426338195801, -0.07164681702852249, 0.0939512699842453, 0.08522410690784454, -0.015957167372107506, 0.01901184394955635, -0.004492938984185457, 0.01671486906707287, 0.02799357660114765, 0.16847023367881775, -0.017453014850616455, -0.031912583857774734, -0.0027745396364480257, -0.07312357425689697, 0.01467235665768385, -0.13392449915409088, -0.03614971414208412, -0.00978817604482174, 0.02062438614666462, -0.015366945415735245, 0.10116062313318253, 0.038744524121284485, -0.004663282074034214, -0.0423600859940052, 0.030619533732533455, 0.04747668281197548, 0.13317400217056274, -0.1261262148618698, -0.0036224930081516504 ]
494ada3828cf0994576516ef988bb728515baa3b
# Dataset Card for ConvAi ## 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:** [Add homepage URL here if available (unless it's a GitHub repository)]() - **Repository:** [If the dataset is hosted on github or has a github homepage, add URL here]() - **Paper:** [If the dataset was introduced by a paper or there was a paper written describing the dataset, add URL here (landing page for Arxiv paper preferred)]() - **Leaderboard:** [If the dataset supports an active leaderboard, add link here]() - **Point of Contact:** [If known, name and email of at least one person the reader can contact for questions about the dataset.]() ### 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 [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 [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
conv_ai
[ "task_categories:conversational", "task_categories:text-classification", "task_ids:text-scoring", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:unknown", "evaluating-dialogue-systems", "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", "text-classification"], "task_ids": ["text-scoring"], "pretty_name": "ConvAi", "tags": ["evaluating-dialogue-systems"], "dataset_info": {"features": [{"name": "id", "dtype": "int32"}, {"name": "dialogId", "dtype": "int32"}, {"name": "context", "dtype": "string"}, {"name": "users", "list": [{"name": "userType", "dtype": "string"}, {"name": "id", "dtype": "string"}]}, {"name": "evaluation", "list": [{"name": "breadth", "dtype": "int32"}, {"name": "userId", "dtype": "string"}, {"name": "quality", "dtype": "int32"}, {"name": "engagement", "dtype": "int32"}]}, {"name": "thread", "list": [{"name": "evaluation", "dtype": "int32"}, {"name": "text", "dtype": "string"}, {"name": "userId", "dtype": "string"}, {"name": "time", "dtype": "int32"}]}], "config_name": "conv_ai", "splits": [{"name": "train", "num_bytes": 3924265, "num_examples": 2778}], "download_size": 5804611, "dataset_size": 3924265}}
2024-01-18T09:36:42+00:00
[]
[ "en" ]
TAGS #task_categories-conversational #task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #evaluating-dialogue-systems #region-us
# Dataset Card for ConvAi ## 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: [Add homepage URL here if available (unless it's a GitHub repository)]() - Repository: [If the dataset is hosted on github or has a github homepage, add URL here]() - Paper: [If the dataset was introduced by a paper or there was a paper written describing the dataset, add URL here (landing page for Arxiv paper preferred)]() - Leaderboard: [If the dataset supports an active leaderboard, add link here]() - Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]() ### 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 @patil-suraj for adding this dataset.
[ "# Dataset Card for ConvAi", "## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: [If the dataset is hosted on github or has a github homepage, add URL here]()\n- Paper: [If the dataset was introduced by a paper or there was a paper written describing the dataset, add URL here (landing page for Arxiv paper preferred)]()\n- Leaderboard: [If the dataset supports an active leaderboard, add link here]()\n- Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]()", "### 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 @patil-suraj for adding this dataset." ]
[ "TAGS\n#task_categories-conversational #task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #evaluating-dialogue-systems #region-us \n", "# Dataset Card for ConvAi", "## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: [If the dataset is hosted on github or has a github homepage, add URL here]()\n- Paper: [If the dataset was introduced by a paper or there was a paper written describing the dataset, add URL here (landing page for Arxiv paper preferred)]()\n- Leaderboard: [If the dataset supports an active leaderboard, add link here]()\n- Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]()", "### 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 @patil-suraj for adding this dataset." ]
[ 110, 8, 120, 160, 6, 10, 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-conversational #task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #evaluating-dialogue-systems #region-us \n# Dataset Card for ConvAi## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: [If the dataset is hosted on github or has a github homepage, add URL here]()\n- Paper: [If the dataset was introduced by a paper or there was a paper written describing the dataset, add URL here (landing page for Arxiv paper preferred)]()\n- Leaderboard: [If the dataset supports an active leaderboard, add link here]()\n- Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]()### 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" ]
[ 0.012771214358508587, 0.21951214969158173, -0.008486304432153702, -0.00900171883404255, 0.08086605370044708, 0.007572082802653313, 0.061927542090415955, 0.1368657946586609, 0.05866812914609909, 0.15869443118572235, -0.04994107410311699, 0.09316651523113251, 0.12775002419948578, 0.033382464200258255, -0.00035183681757189333, -0.22975648939609528, 0.06242488697171211, -0.11416665464639664, 0.001662783557549119, 0.09060714393854141, 0.12425677478313446, -0.0788496881723404, 0.04568100720643997, -0.05805356428027153, 0.027941962704062462, 0.010640937834978104, -0.07130885869264603, -0.04914042353630066, 0.020249826833605766, 0.03679746761918068, 0.06559837609529495, 0.014815831556916237, 0.05353764817118645, -0.2949029505252838, 0.022236546501517296, 0.08571026474237442, 0.01851808652281761, 0.040073785930871964, 0.08319716900587082, -0.11434078961610794, 0.0332651324570179, -0.1692124605178833, 0.08398532122373581, 0.05407503992319107, -0.13445721566677094, -0.12334293127059937, -0.09509601444005966, 0.04394375905394554, 0.08068946748971939, 0.04595690593123436, -0.07161839306354523, 0.04751889035105705, -0.06301872432231903, 0.04116586595773697, 0.13633252680301666, -0.1170642301440239, -0.0909232497215271, 0.060546115040779114, 0.06843852996826172, 0.07984454929828644, -0.1371660679578781, 0.001256133196875453, -0.040730223059654236, 0.019139179959893227, 0.02448323741555214, -0.011357679031789303, -0.004966593813151121, 0.07746558636426926, -0.10569358617067337, -0.06204180791974068, 0.07616974413394928, -0.018933042883872986, 0.0017070366302505136, -0.2155800759792328, -0.008359868079423904, 0.06529173254966736, -0.025318382307887077, 0.011474264785647392, 0.02376025728881359, 0.002059029648080468, 0.056420471519231796, -0.038132444024086, -0.05419745296239853, 0.00710188876837492, -0.021259285509586334, 0.03607996925711632, 0.038116347044706345, -0.011760379187762737, 0.03559977561235428, 0.07138828933238983, 0.041210539638996124, -0.13484609127044678, -0.0196986086666584, -0.05089845508337021, -0.1664385348558426, -0.02777186967432499, 0.053642477840185165, 0.002781148534268141, 0.12894603610038757, 0.19811734557151794, -0.05082179233431816, 0.03550291433930397, -0.07959114015102386, -0.043861497193574905, 0.10594388097524643, 0.13838770985603333, -0.06502246856689453, -0.11737459897994995, -0.054476283490657806, 0.020179931074380875, -0.024634039029479027, -0.020817061886191368, 0.028041306883096695, 0.06705556064844131, 0.034702301025390625, 0.11042742431163788, 0.15388153493404388, 0.0179829653352499, -0.06622680276632309, -0.041047144681215286, 0.09174829721450806, -0.1336618810892105, 0.05649223551154137, 0.06523517519235611, -0.008898865431547165, -0.010565491393208504, -0.07063872367143631, 0.01823190040886402, -0.08070141822099686, 0.10407689958810806, -0.03081761859357357, -0.034248679876327515, -0.0823577269911766, -0.05675346776843071, 0.05630418658256531, -0.035812389105558395, -0.07843945920467377, 0.011000878177583218, -0.06275346130132675, -0.09118860960006714, 0.041267894208431244, -0.11815687268972397, -0.06323219835758209, 0.010061659850180149, -0.013388865627348423, 0.03847142308950424, 0.018025146797299385, 0.009740184061229229, -0.060635365545749664, 0.02716141752898693, -0.04501399025321007, 0.030776094645261765, 0.13634708523750305, 0.029787715524435043, -0.0721164420247078, 0.05870812386274338, -0.17502044141292572, 0.097498320043087, -0.16261090338230133, 0.05377446115016937, -0.138194277882576, -0.01321601402014494, 0.07733938097953796, -0.01128781121224165, -0.04392686113715172, 0.11127724498510361, -0.16238746047019958, -0.031857267022132874, 0.17291390895843506, -0.08010218292474747, -0.04059125855565071, 0.055672723799943924, -0.024834120646119118, -0.005639644339680672, 0.06505057960748672, 0.10321328043937683, 0.010356207378208637, -0.06017125025391579, -0.055642642080783844, -0.1023290753364563, 0.07179407775402069, 0.26683154702186584, 0.09588145464658737, -0.09876038879156113, 0.12881037592887878, 0.009548460133373737, -0.022488830611109734, -0.10666126757860184, 0.0034672152251005173, -0.07685871422290802, 0.0193575881421566, 0.025892093777656555, -0.022741595283150673, 0.01252965908497572, -0.08827473223209381, -0.028219694271683693, -0.10973254591226578, -0.01038256473839283, 0.020413808524608612, -0.014697665348649025, -0.018492447212338448, -0.08469365537166595, -0.015231355093419552, 0.06434794515371323, 0.030843716114759445, -0.14175990223884583, -0.14580628275871277, 0.06074833869934082, -0.06989938765764236, 0.1023077443242073, -0.0432157926261425, 0.014463377185165882, -0.04215278476476669, -0.022711671888828278, 0.004238693043589592, 0.034591514617204666, 0.02114313840866089, 0.007611142937093973, -0.18675634264945984, -0.006356874946504831, -0.034533776342868805, 0.12745845317840576, -0.08291368931531906, 0.0068624671548604965, 0.143911674618721, 0.2178323119878769, 0.055637650191783905, -0.058960702270269394, 0.05770960450172424, -0.01052463985979557, 0.01289677806198597, -0.06584703177213669, -0.0059319245629012585, -0.059445664286613464, 0.02466941811144352, 0.02662172168493271, -0.08450372517108917, -0.11083734035491943, 0.05858822166919708, 0.14164121448993683, -0.0478750616312027, -0.048464372754096985, -0.058364592492580414, -0.022573668509721756, -0.10268808901309967, -0.09958348423242569, 0.0929369106888771, 0.07387285679578781, -0.02591009810566902, -0.05324963852763176, -0.0747489407658577, -0.08066945523023605, 0.008476725779473782, -0.051656726747751236, 0.11457205563783646, 0.012300360947847366, -0.12070602923631668, 0.12838558852672577, 0.0020899518858641386, 0.09545193612575531, 0.09332644939422607, -0.04969306290149689, -0.07766395062208176, -0.013892310671508312, 0.025793200358748436, 0.03914742171764374, 0.05770930275321007, -0.11658276617527008, -0.005229582544416189, 0.061839696019887924, -0.022259242832660675, 0.002070486778393388, -0.04507168009877205, 0.04207233339548111, -0.008417526260018349, -0.0326315201818943, 0.05986357107758522, -0.03539765626192093, 0.062427863478660583, 0.09441174566745758, 0.046090178191661835, 0.09729737788438797, -0.0541764460504055, -0.058185018599033356, -0.05683967098593712, 0.07406165450811386, -0.12606053054332733, -0.2265613079071045, -0.07081695646047592, -0.09948023408651352, -0.025387084111571312, -0.028050636872649193, 0.018955936655402184, -0.06623860448598862, -0.1064608171582222, -0.049454547464847565, 0.13658101856708527, 0.09673894941806793, -0.13936686515808105, -0.01336805708706379, 0.035397596657276154, -0.016868172213435173, -0.11437635123729706, 0.012485602870583534, 0.07809699326753616, -0.09609922766685486, 0.023957930505275726, 0.04951887205243111, 0.08708889782428741, 0.1045970693230629, 0.11196406185626984, -0.014879884198307991, -0.02394472248852253, 0.25464141368865967, -0.1582271009683609, 0.15180186927318573, 0.07286885380744934, -0.02458375133574009, 0.067539744079113, 0.2898807227611542, 0.04361116141080856, -0.0478324368596077, 0.02762877568602562, 0.11908012628555298, 0.011815449222922325, -0.25350725650787354, -0.07429110258817673, -0.05698540806770325, -0.022872835397720337, 0.0827004611492157, 0.06865803152322769, 0.029973791912198067, 0.012021657079458237, -0.1258915215730667, -0.05263369157910347, 0.09241898357868195, 0.09322696179151535, 0.0667688250541687, 0.007506128400564194, 0.07021986693143845, -0.011618014425039291, -0.028820624575018883, 0.08595539629459381, 0.09283708035945892, 0.14648286998271942, 0.015421412885189056, 0.25229334831237793, 0.06686349958181381, 0.05186251550912857, -0.03456775099039078, -0.028330884873867035, 0.007104932796210051, 0.06828448176383972, -0.005742269102483988, -0.06872352212667465, 0.028610959649086, 0.06299863755702972, 0.09678884595632553, -0.12132113426923752, 0.09925234317779541, -0.10034153610467911, 0.1168091744184494, 0.2278243452310562, 0.040570829063653946, -0.061672553420066833, 0.001727476716041565, 0.1343008279800415, -0.11079232394695282, -0.10062574595212936, -0.014784575439989567, 0.029921500012278557, -0.18150192499160767, 0.08566843718290329, -0.010355586186051369, 0.12519888579845428, -0.10992614179849625, -0.029645612463355064, 0.011368509382009506, 0.06250640004873276, -0.03196284547448158, 0.09944956749677658, -0.1793811023235321, 0.09262451529502869, 0.004766291007399559, 0.019020680338144302, -0.09311818331480026, 0.09546184539794922, -0.0026705805212259293, -0.034515708684921265, 0.13658088445663452, 0.0002215591521235183, -0.10415194183588028, 0.0472104586660862, -0.08332442492246628, -0.0027608403470367193, 0.07834243029356003, -0.1900351643562317, 0.11358900368213654, -0.013682922348380089, -0.04371728375554085, -0.08560747653245926, -0.03758007660508156, -0.09808465093374252, -0.18781988322734833, 0.07614373415708542, -0.07753808051347733, 0.11016526073217392, -0.08331876993179321, 0.0006657615303993225, -0.06711531430482864, 0.18635110557079315, -0.0930517315864563, -0.11764609813690186, -0.146663099527359, 0.0058808708563447, 0.16461053490638733, -0.048518791794776917, 0.030151600018143654, -0.04063939303159714, 0.1917593777179718, 0.004346203524619341, -0.01669801026582718, 0.038137827068567276, -0.05085354670882225, -0.19882172346115112, -0.026808708906173706, 0.1739756017923355, 0.040806181728839874, 0.05028003081679344, -0.0002225756470579654, 0.08401813358068466, -0.006935047917068005, -0.08883169293403625, 0.059952300041913986, 0.09434570372104645, 0.021224690601229668, 0.08696777373552322, -0.003141708904877305, -0.21059684455394745, -0.1691351681947708, -0.032660920172929764, 0.09816606342792511, 0.0400654636323452, -0.028702953830361366, 0.15946123003959656, 0.11449112743139267, -0.08456998318433762, -0.18407830595970154, -0.03843027353286743, 0.03831781819462776, -0.04138661548495293, -0.0246973168104887, -0.2457626909017563, 0.09583040326833725, 0.06113555654883385, -0.01941828429698944, 0.003635266562923789, -0.184973806142807, -0.10830171406269073, -0.002160431584343314, 0.007782541215419769, -0.3411547541618347, -0.20599977672100067, -0.1277543008327484, -0.03218185901641846, -0.20829717814922333, 0.16175596415996552, -0.0030776760540902615, -0.009592962451279163, 0.005916088353842497, 0.04456812143325806, 0.025666017085313797, -0.026474203914403915, 0.17141322791576385, -0.002227392978966236, -0.02746839076280594, -0.09934487193822861, -0.03728099912405014, 0.07392079383134842, -0.01555239874869585, 0.03329012915492058, -0.02648129127919674, -0.021342020481824875, -0.09547830373048782, -0.02744360640645027, -0.08827915042638779, -0.002095706993713975, -0.0989219918847084, -0.052946750074625015, -0.06394815444946289, 0.11412986367940903, 0.09152653068304062, -0.025872480124235153, 0.11264290660619736, -0.07596468180418015, 0.10096962749958038, 0.08655784279108047, 0.11577283591032028, 0.041224632412195206, -0.11887721717357635, -0.011217492632567883, 0.021945632994174957, -0.029421668499708176, -0.10522089898586273, 0.07008329778909683, 0.09398496150970459, 0.027866048738360405, 0.16649647057056427, -0.05966215580701828, -0.1620791107416153, -0.04396003857254982, 0.06576459854841232, -0.0710153803229332, -0.1911422461271286, 0.027003269642591476, 0.10069602727890015, -0.15582112967967987, -0.09718960523605347, 0.07389720529317856, 0.10424637049436569, -0.08539628237485886, 0.041070181876420975, 0.12447816133499146, 0.05142531543970108, 0.09245564043521881, -0.006462038028985262, 0.07876612991094589, -0.12236420065164566, 0.08102700114250183, 0.18242397904396057, -0.06375911086797714, -0.03402310237288475, 0.20468422770500183, -0.025324421003460884, -0.03510504588484764, 0.009441095404326916, 0.01568548195064068, 0.06487399339675903, 0.0070309704169631, 0.05812622979283333, -0.136315256357193, 0.03192561864852905, 0.09811240434646606, -0.01566912792623043, 0.009425102733075619, 0.05614470690488815, -0.006608766503632069, 0.007782669737935066, 0.1454889178276062, 0.030591454356908798, 0.04562186077237129, -0.021381249651312828, -0.053459737449884415, -0.02144414559006691, -0.06924790143966675, 0.021541304886341095, -0.04130895063281059, -0.11745297908782959, 0.005862742196768522, -0.12330027669668198, 0.018918750807642937, -0.13419800996780396, -0.006439642049372196, 0.012918601743876934, -0.06541971117258072, 0.004929831717163324, -0.013327499851584435, -0.06999995559453964, -0.08074914664030075, -0.041907068341970444, 0.13851989805698395, -0.215122789144516, 0.0010696513345465064, 0.12884880602359772, -0.1057470291852951, 0.11447504162788391, -0.0003042130556423217, -0.02860134467482567, -0.007085781544446945, -0.10565592348575592, -0.029345590621232986, -0.030980316922068596, 0.043529778718948364, 0.05294416844844818, -0.17920494079589844, -0.013045061379671097, -0.023877622559666634, -0.07858651876449585, 0.03263946995139122, -0.028829166665673256, -0.1054835096001625, 0.07951623946428299, 0.001426474773325026, -0.08465801179409027, -0.0008497859234921634, 0.033211760222911835, 0.10433536022901535, -0.04522724077105522, 0.09167816489934921, -0.02434312179684639, 0.09335930645465851, -0.13196568191051483, -0.011852904222905636, 0.00451794546097517, 0.0032376463059335947, 0.04521726071834564, 0.014898302033543587, 0.07355996966362, -0.00026277880533598363, 0.15922057628631592, -0.009786831215023994, 0.025688380002975464, 0.07047659903764725, 0.06551188975572586, -0.02209334820508957, 0.060931313782930374, -0.04595988243818283, 0.028559748083353043, -0.03280240669846535, 0.007623387034982443, -0.11037889122962952, -0.07802101224660873, -0.08679017424583435, 0.11179405450820923, 0.2100364863872528, 0.22583071887493134, -0.07121270895004272, 0.11386936902999878, -0.09385629743337631, -0.07923859357833862, 0.12692412734031677, -0.06841174513101578, 0.03334425017237663, -0.0846395343542099, 0.04487255960702896, 0.05781443789601326, -0.19222873449325562, 0.11439941823482513, -0.0819522887468338, -0.057389769703149796, -0.016884269192814827, -0.18687942624092102, -0.08268215507268906, -0.002403260674327612, 0.006596365477889776, -0.12315623462200165, 0.10081251710653305, 0.08278588950634003, -0.014342891983687878, -0.014243473298847675, 0.0844508484005928, -0.00664471834897995, -0.09964657574892044, 0.07493788003921509, 0.07829127460718155, 0.03524073585867882, 0.03890477493405342, 0.08504506200551987, -0.054387371987104416, 0.12495096772909164, 0.0857851430773735, 0.06856541335582733, -0.01029528584331274, -0.00843347329646349, -0.07735297828912735, -0.06627262383699417, 0.028618106618523598, -0.040962476283311844, -0.11613460630178452, 0.17829866707324982, 0.02557745762169361, 0.055972304195165634, 0.012430994771420956, 0.2573491632938385, -0.05296602472662926, -0.13211385905742645, -0.19205233454704285, 0.03999294340610504, -0.07420744746923447, 0.00024636584566906095, 0.05862841010093689, -0.15891066193580627, -0.017415383830666542, 0.12563727796077728, 0.10886384546756744, -0.015812663361430168, 0.021929213777184486, 0.009435434825718403, 0.028898706659674644, 0.0009445028263144195, -0.00482682790607214, 0.04421514645218849, 0.19379261136054993, -0.053685445338487625, 0.0390712209045887, -0.006155898328870535, -0.08072350174188614, -0.09860789775848389, 0.07191433757543564, -0.0063848355785012245, -0.024301474913954735, -0.05945468321442604, 0.16179338097572327, -0.09126222878694534, -0.25957077741622925, 0.018252721056342125, -0.11488034576177597, -0.16440461575984955, -0.04282887652516365, 0.07176027446985245, -0.010392783209681511, 0.029017377644777298, 0.1058853343129158, -0.06438586115837097, 0.1367553174495697, 0.0761018842458725, 0.01724824123084545, -0.004470906686037779, 0.13484737277030945, -0.12973244488239288, 0.21508516371250153, -0.0072758253663778305, 0.021040767431259155, 0.10223999619483948, -0.06021738797426224, -0.09976392984390259, 0.02288484387099743, 0.12430049479007721, -0.09896751493215561, 0.006423732731491327, 0.20224055647850037, 0.02297823689877987, 0.1221233680844307, 0.1457270085811615, -0.025188114494085312, 0.04679719731211662, 0.09693384170532227, 0.004905244335532188, -0.10969804227352142, 0.10634328424930573, -0.14680956304073334, 0.043689846992492676, 0.1507415473461151, -0.04720081016421318, 0.030792376026511192, -0.0331549346446991, 0.01506889145821333, -0.04084193706512451, 0.1528821587562561, -0.05315558984875679, -0.14062249660491943, 0.009420784190297127, -0.023404918611049652, 0.1309816837310791, -0.07719156891107559, -0.07119262218475342, 0.0623970553278923, 0.017396599054336548, -0.06585980951786041, 0.12574365735054016, 0.09359785169363022, -0.011082091368734837, -0.027476288378238678, -0.1014329344034195, 0.029525524005293846, 0.12695267796516418, -0.08380034565925598, 0.05252036824822426 ]
d290e3d80f05073e71870b0a73883a3ba243d832
# Dataset Card for conv_ai_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:** https://github.com/DeepPavlov/convai/tree/master/2018 - **Repository:** https://github.com/DeepPavlov/convai/tree/master/2018 - **Paper:** https://arxiv.org/abs/1902.00098 - **Leaderboard:** [More Information Needed] - **Point of Contact:** [More Information Needed] ### Dataset Summary ConvAI is a dataset of human-to-bot conversations labeled for quality. This data can be used to train a metric for evaluating dialogue systems. Moreover, it can be used in the development of chatbots themselves: it contains information on the quality of utterances and entire dialogues, that can guide a dialogue system in search of better answers. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances ``` { "dialog_id": "0x648cc5b7", "dialog": [ { "id": 0, "sender": "participant2", "text": "Hi! How is your day? \ud83d\ude09", "sender_class": "Bot" }, { "id": 1, "sender": "participant1", "text": "Hi! Great!", "sender_class": "Human" }, { "id": 2, "sender": "participant2", "text": "I am good thanks for asking are you currently in high school?", "sender_class": "Bot" } ], "bot_profile": [ "my current goal is to run a k.", "when i grow up i want to be a physical therapist.", "i'm currently in high school.", "i make straight as in school.", "i won homecoming queen this year." ], "user_profile": [ "my favorite color is red.", "i enjoy listening to classical music.", "i'm a christian.", "i can drive a tractor." ], "eval_score": 4, "profile_match": 1 } ``` ### Data Fields - dialog_id : specifies the unique ID for the dialogs. - dialog : Array of dialogs. - bot_profile : Bot annotated response that will be used for evaluation. - user_profile : user annoted response that will be used for evaluation. - eval_score : (`1`,` 2`,` 3`,` 4`,` 5`) how does an user like a conversation. The missing values are replaced with` -1` - profile_match : (`0`,` 1`) an user is given by two profile descriptions (4 sentences each), one of them is the one given to the bot it had been talking to, the other one is random; the user needs to choose one of them.The missing values are replaced with` -1` ### 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 @article{DBLP:journals/corr/abs-1902-00098, author = {Emily Dinan and Varvara Logacheva and Valentin Malykh and Alexander H. Miller and Kurt Shuster and Jack Urbanek and Douwe Kiela and Arthur Szlam and Iulian Serban and Ryan Lowe and Shrimai Prabhumoye and Alan W. Black and Alexander I. Rudnicky and Jason Williams and Joelle Pineau and Mikhail S. Burtsev and Jason Weston}, title = {The Second Conversational Intelligence Challenge (ConvAI2)}, journal = {CoRR}, volume = {abs/1902.00098}, year = {2019}, url = {http://arxiv.org/abs/1902.00098}, archivePrefix = {arXiv}, eprint = {1902.00098}, timestamp = {Wed, 07 Oct 2020 11:09:41 +0200}, biburl = {https://dblp.org/rec/journals/corr/abs-1902-00098.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} } ### Contributions Thanks to [@rkc007](https://github.com/rkc007) for adding this dataset.
conv_ai_2
[ "task_categories:conversational", "task_categories:text-classification", "task_ids:text-scoring", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:unknown", "evaluating-dialogue-systems", "arxiv:1902.00098", "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", "text-classification"], "task_ids": ["text-scoring"], "paperswithcode_id": "convai2", "pretty_name": "Conversational Intelligence Challenge 2", "tags": ["evaluating-dialogue-systems"], "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "dialog_id", "dtype": "string"}, {"name": "dialog", "list": [{"name": "id", "dtype": "int32"}, {"name": "sender", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "sender_class", "dtype": "string"}]}, {"name": "bot_profile", "sequence": {"list": "string"}}, {"name": "user_profile", "sequence": {"list": "string"}}, {"name": "eval_score", "dtype": "int32"}, {"name": "profile_match", "dtype": "int32"}], "config_name": "conv_ai_2", "splits": [{"name": "train", "num_bytes": 8403805, "num_examples": 3495}], "download_size": 6636788, "dataset_size": 8403805}}
2024-01-18T09:37:05+00:00
[ "1902.00098" ]
[ "en" ]
TAGS #task_categories-conversational #task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #evaluating-dialogue-systems #arxiv-1902.00098 #region-us
# Dataset Card for conv_ai_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: URL - Repository: URL - Paper: URL - Leaderboard: - Point of Contact: ### Dataset Summary ConvAI is a dataset of human-to-bot conversations labeled for quality. This data can be used to train a metric for evaluating dialogue systems. Moreover, it can be used in the development of chatbots themselves: it contains information on the quality of utterances and entire dialogues, that can guide a dialogue system in search of better answers. ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances ### Data Fields - dialog_id : specifies the unique ID for the dialogs. - dialog : Array of dialogs. - bot_profile : Bot annotated response that will be used for evaluation. - user_profile : user annoted response that will be used for evaluation. - eval_score : ('1',' 2',' 3',' 4',' 5') how does an user like a conversation. The missing values are replaced with' -1' - profile_match : ('0',' 1') an user is given by two profile descriptions (4 sentences each), one of them is the one given to the bot it had been talking to, the other one is random; the user needs to choose one of them.The missing values are replaced with' -1' ### 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 @article{DBLP:journals/corr/abs-1902-00098, author = {Emily Dinan and Varvara Logacheva and Valentin Malykh and Alexander H. Miller and Kurt Shuster and Jack Urbanek and Douwe Kiela and Arthur Szlam and Iulian Serban and Ryan Lowe and Shrimai Prabhumoye and Alan W. Black and Alexander I. Rudnicky and Jason Williams and Joelle Pineau and Mikhail S. Burtsev and Jason Weston}, title = {The Second Conversational Intelligence Challenge (ConvAI2)}, journal = {CoRR}, volume = {abs/1902.00098}, year = {2019}, url = {URL archivePrefix = {arXiv}, eprint = {1902.00098}, timestamp = {Wed, 07 Oct 2020 11:09:41 +0200}, biburl = {URL bibsource = {dblp computer science bibliography, URL} } ### Contributions Thanks to @rkc007 for adding this dataset.
[ "# Dataset Card for conv_ai_2", "## 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\nConvAI is a dataset of human-to-bot conversations labeled for quality. This data can be used to train a metric for evaluating dialogue systems. Moreover, it can be used in the development of chatbots themselves: it contains information on the quality of utterances and entire dialogues, that can guide a dialogue system in search of better answers.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- dialog_id : specifies the unique ID for the dialogs.\n- dialog : Array of dialogs.\n- bot_profile : Bot annotated response that will be used for evaluation.\n- user_profile : user annoted response that will be used for evaluation.\n- eval_score : ('1',' 2',' 3',' 4',' 5') how does an user like a conversation. The missing values are replaced with' -1'\n- profile_match : ('0',' 1') an user is given by two profile descriptions (4 sentences each), one of them is the one given to the bot it had been talking to, the other one is random; the user needs to choose one of them.The missing values are replaced with' -1'", "### 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\n\n\n\n\n@article{DBLP:journals/corr/abs-1902-00098,\n author = {Emily Dinan and\n Varvara Logacheva and\n Valentin Malykh and\n Alexander H. Miller and\n Kurt Shuster and\n Jack Urbanek and\n Douwe Kiela and\n Arthur Szlam and\n Iulian Serban and\n Ryan Lowe and\n Shrimai Prabhumoye and\n Alan W. Black and\n Alexander I. Rudnicky and\n Jason Williams and\n Joelle Pineau and\n Mikhail S. Burtsev and\n Jason Weston},\n title = {The Second Conversational Intelligence Challenge (ConvAI2)},\n journal = {CoRR},\n volume = {abs/1902.00098},\n year = {2019},\n url = {URL\n archivePrefix = {arXiv},\n eprint = {1902.00098},\n timestamp = {Wed, 07 Oct 2020 11:09:41 +0200},\n biburl = {URL\n bibsource = {dblp computer science bibliography, URL}\n}", "### Contributions\n\nThanks to @rkc007 for adding this dataset." ]
[ "TAGS\n#task_categories-conversational #task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #evaluating-dialogue-systems #arxiv-1902.00098 #region-us \n", "# Dataset Card for conv_ai_2", "## 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\nConvAI is a dataset of human-to-bot conversations labeled for quality. This data can be used to train a metric for evaluating dialogue systems. Moreover, it can be used in the development of chatbots themselves: it contains information on the quality of utterances and entire dialogues, that can guide a dialogue system in search of better answers.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- dialog_id : specifies the unique ID for the dialogs.\n- dialog : Array of dialogs.\n- bot_profile : Bot annotated response that will be used for evaluation.\n- user_profile : user annoted response that will be used for evaluation.\n- eval_score : ('1',' 2',' 3',' 4',' 5') how does an user like a conversation. The missing values are replaced with' -1'\n- profile_match : ('0',' 1') an user is given by two profile descriptions (4 sentences each), one of them is the one given to the bot it had been talking to, the other one is random; the user needs to choose one of them.The missing values are replaced with' -1'", "### 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\n\n\n\n\n@article{DBLP:journals/corr/abs-1902-00098,\n author = {Emily Dinan and\n Varvara Logacheva and\n Valentin Malykh and\n Alexander H. Miller and\n Kurt Shuster and\n Jack Urbanek and\n Douwe Kiela and\n Arthur Szlam and\n Iulian Serban and\n Ryan Lowe and\n Shrimai Prabhumoye and\n Alan W. Black and\n Alexander I. Rudnicky and\n Jason Williams and\n Joelle Pineau and\n Mikhail S. Burtsev and\n Jason Weston},\n title = {The Second Conversational Intelligence Challenge (ConvAI2)},\n journal = {CoRR},\n volume = {abs/1902.00098},\n year = {2019},\n url = {URL\n archivePrefix = {arXiv},\n eprint = {1902.00098},\n timestamp = {Wed, 07 Oct 2020 11:09:41 +0200},\n biburl = {URL\n bibsource = {dblp computer science bibliography, URL}\n}", "### Contributions\n\nThanks to @rkc007 for adding this dataset." ]
[ 118, 11, 120, 27, 87, 10, 4, 6, 6, 179, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 222, 17 ]
[ "passage: TAGS\n#task_categories-conversational #task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #evaluating-dialogue-systems #arxiv-1902.00098 #region-us \n# Dataset Card for conv_ai_2## 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\nConvAI is a dataset of human-to-bot conversations labeled for quality. This data can be used to train a metric for evaluating dialogue systems. Moreover, it can be used in the development of chatbots themselves: it contains information on the quality of utterances and entire dialogues, that can guide a dialogue system in search of better answers.### Supported Tasks and Leaderboards### Languages## Dataset Structure### Data Instances" ]
[ -0.0029077997896820307, 0.22585904598236084, -0.004960073623806238, -0.00425416836515069, 0.08589135110378265, 0.01880117505788803, 0.07836475223302841, 0.102313332259655, 0.0803038477897644, 0.09715690463781357, -0.09322939068078995, 0.06513833999633789, 0.08601710200309753, 0.1382044553756714, 0.0038191559724509716, -0.2144327312707901, 0.04903532192111015, -0.09663897007703781, 0.024099797010421753, 0.11330105364322662, 0.09977607429027557, -0.08365362882614136, 0.02204635925590992, -0.030499935150146484, -0.004970059730112553, 0.0012226618127897382, -0.06719323992729187, -0.08488034456968307, 0.06812459975481033, 0.036408573389053345, 0.08371307700872421, 0.016173213720321655, 0.03738424554467201, -0.292568176984787, 0.03431343659758568, 0.04060349985957146, 0.04707232117652893, 0.030876008793711662, 0.04579107090830803, -0.0435049869120121, 0.08391084522008896, -0.07609729468822479, 0.1317671239376068, 0.09695734083652496, -0.07429736852645874, -0.1045924499630928, -0.10304673761129379, 0.00490314606577158, 0.06652519851922989, 0.049894608557224274, -0.0755898728966713, 0.1432294100522995, -0.11968669295310974, 0.025895288214087486, 0.06764933466911316, -0.1477615386247635, -0.04569430649280548, 0.06209572032094002, -0.019927548244595528, 0.057056304067373276, -0.13357923924922943, 0.0006529999664053321, -0.05864933505654335, 0.02533155120909214, -0.0329771488904953, -0.013502534478902817, -0.09412858635187149, 0.003974536433815956, -0.0768396407365799, -0.02704753167927265, 0.15262728929519653, 0.010054436512291431, -0.009225772693753242, -0.28336775302886963, 0.004171895328909159, 0.13452178239822388, -0.08143387734889984, 0.002270408673211932, -0.005807076580822468, -0.01723727211356163, 0.00786250177770853, -0.013697962276637554, -0.06102269887924194, 0.017751598730683327, -0.03984565660357475, 0.060295116156339645, 0.051118940114974976, -0.002948235487565398, 0.02067623659968376, 0.04988420382142067, 0.1482117474079132, -0.07785716652870178, -0.04284277558326721, -0.09167256951332092, -0.2144312560558319, -0.03573302924633026, 0.041984450072050095, 0.002726051490753889, 0.1326371133327484, 0.16701239347457886, -0.0031672557815909386, 0.052804380655288696, -0.10685021430253983, -0.031125739216804504, 0.12223856896162033, 0.08847635984420776, -0.02217177487909794, -0.09334243834018707, -0.025739852339029312, 0.01812194474041462, -0.015839187428355217, -0.010223913937807083, -0.0014317433815449476, 0.058472152799367905, -0.0008229300146922469, 0.13477832078933716, 0.11367906630039215, 0.045499537140131, -0.11394031345844269, -0.021867606788873672, 0.12139030545949936, -0.129118412733078, 0.023356517776846886, 0.06276921182870865, -0.004742085002362728, -0.01361851766705513, -0.03848752751946449, 0.022205520421266556, -0.06131146475672722, 0.027731195092201233, -0.038968775421381, -0.028127195313572884, -0.07296645641326904, -0.039567120373249054, 0.08669306337833405, 0.04430662840604782, -0.06801051646471024, -0.012987256050109863, -0.03946802765130997, -0.030387600883841515, -0.008547638542950153, -0.10611642897129059, -0.046818751841783524, -0.028023213148117065, 0.012690485455095768, 0.036733344197273254, 0.0042892033234238625, 0.013779409229755402, -0.0665518045425415, 0.03492989391088486, -0.08498995006084442, 0.03816330060362816, 0.14428327977657318, 0.009574880823493004, -0.05082566291093826, 0.01240198127925396, -0.1876685917377472, 0.12572167813777924, -0.21731477975845337, 0.005172318313270807, -0.09771867841482162, 0.03464473783969879, 0.05619068443775177, 0.038240525871515274, -0.08246631920337677, 0.15455254912376404, -0.17022705078125, -0.03436233103275299, 0.2013283371925354, -0.10899797827005386, -0.03209880739450455, 0.09936978667974472, -0.05188452824950218, 0.045338086783885956, 0.05941309407353401, 0.13091984391212463, -0.03274140506982803, -0.03745875880122185, -0.06790446490049362, -0.028554432094097137, 0.08531026542186737, 0.2181779146194458, 0.07565172016620636, -0.09737183898687363, 0.19429856538772583, 0.028670642524957657, 0.05861120671033859, -0.0521358847618103, -0.0035408050753176212, -0.08432022482156754, 0.03621271252632141, -0.011006474494934082, 0.06480159610509872, -0.008467585779726505, -0.021084405481815338, -0.006577820982784033, -0.09997675567865372, 0.04016351327300072, 0.08176565915346146, -0.017508065328001976, -0.010271452367305756, -0.119151271879673, -0.07009952515363693, 0.03152007609605789, 0.008092108182609081, -0.20484411716461182, -0.2001361846923828, 0.06023813784122467, -0.06525721400976181, 0.10192664712667465, 0.05752737820148468, 0.015349718742072582, -0.04944361373782158, -0.03382531553506851, 0.06343046575784683, -0.028079718351364136, 0.029586762189865112, 0.0029243510216474533, -0.2051319032907486, 0.0033595312852412462, -0.09028643369674683, 0.18945324420928955, -0.12136862426996231, -0.0022466059308499098, 0.17967210710048676, 0.20280802249908447, 0.08755391836166382, -0.06539741903543472, 0.09322035312652588, 0.027322642505168915, 0.006913359276950359, -0.029967036098241806, 0.002804120071232319, -0.06397336721420288, -0.04736148193478584, 0.06341223418712616, -0.08084668219089508, -0.03557166829705238, 0.06204773858189583, 0.11757103353738785, -0.07326357066631317, -0.05312088876962662, -0.07829282432794571, -0.010434328578412533, -0.09570776671171188, -0.08789882808923721, 0.11799971759319305, 0.09600895643234253, 0.02013501338660717, -0.04812733083963394, -0.09266544878482819, -0.07788966596126556, 0.055946409702301025, -0.04018477350473404, 0.11122830212116241, 0.05115070939064026, -0.12000007927417755, 0.13076426088809967, -0.01938963122665882, 0.14970514178276062, 0.14371377229690552, -0.06663388013839722, -0.07021892070770264, 0.026677433401346207, 0.0019572810269892216, 0.005068806931376457, 0.07175400853157043, -0.16038554906845093, -0.028366977348923683, 0.06395623087882996, -0.023752914741635323, 0.007015625014901161, -0.045283377170562744, 0.016822626814246178, -0.02203088067471981, -0.022321268916130066, -0.00015901059668976814, 0.01891261525452137, 0.07937883585691452, 0.11952682584524155, 0.01773294433951378, 0.0818183645606041, -0.05426571145653725, -0.06491904705762863, -0.0692879930138588, 0.09480052441358566, -0.141383558511734, -0.29285842180252075, -0.052876219153404236, -0.017699670046567917, -0.039502259343862534, -0.05007930099964142, -0.006606909912079573, -0.06958690285682678, -0.10887928307056427, -0.05248759686946869, 0.08439260721206665, 0.08446452766656876, -0.10294217616319656, 0.06217179819941521, 0.041567690670490265, -0.01709563657641411, -0.14859141409397125, 0.03822498768568039, 0.03041934408247471, -0.06944607943296432, -0.0046613700687885284, 0.031779542565345764, 0.07925894111394882, 0.08977349102497101, 0.14248207211494446, -0.013434075750410557, -0.061316024512052536, 0.2190181165933609, -0.17247779667377472, 0.10713738203048706, 0.04529557004570961, -0.0569627545773983, 0.015035967342555523, 0.2199363261461258, 0.04950759932398796, -0.05722978338599205, 0.024588944390416145, 0.09854838252067566, 0.0036245551891624928, -0.2564440369606018, -0.13117189705371857, -0.08538980782032013, -0.0490281879901886, 0.04257915914058685, 0.08110100030899048, -0.04907023161649704, -0.0258199293166399, -0.1313764452934265, -0.028264567255973816, 0.12525659799575806, 0.037126775830984116, 0.10005894303321838, -0.005191895645111799, 0.05647408217191696, -0.06342613697052002, -0.04782724753022194, 0.08280187100172043, 0.10185123980045319, 0.22247499227523804, 0.024632634595036507, 0.2333143949508667, 0.07606881111860275, 0.032241091132164, -0.014097916893661022, -0.03944290801882744, 0.0022365832701325417, 0.053697969764471054, -0.022554300725460052, -0.06929618120193481, 0.0028061855118721724, 0.058285851031541824, 0.09096243977546692, -0.15671636164188385, 0.0973518118262291, -0.09962787479162216, 0.1087646484375, 0.14071311056613922, 0.016928110271692276, -0.003008732572197914, -0.024959251284599304, 0.13383160531520844, -0.11482077091932297, -0.05652402341365814, 0.013441798277199268, 0.06445878744125366, -0.1704644113779068, 0.10320434719324112, -0.02169102057814598, 0.10156278312206268, -0.1447220891714096, -0.03485070914030075, -0.08000315725803375, -0.011076148599386215, 0.00046553806168958545, 0.09041567146778107, -0.14264608919620514, 0.14765238761901855, 0.012962437234818935, 0.012168693356215954, -0.11108721792697906, 0.07980676740407944, 0.0113950464874506, -0.03537178039550781, 0.14131057262420654, -0.02096186764538288, -0.05303741618990898, -0.001959735993295908, -0.1147758886218071, 0.0262783020734787, 0.029436610639095306, -0.09567341208457947, 0.09135144203901291, -0.00784890167415142, -0.03124222531914711, -0.03883076831698418, -0.12379518151283264, -0.14477883279323578, -0.2762197256088257, 0.07703038305044174, -0.035226285457611084, -0.0011632199166342616, -0.06380641460418701, -0.05585412681102753, -0.006795214954763651, 0.17984379827976227, -0.10430238395929337, -0.09383732825517654, -0.1431167870759964, -0.009444005787372589, 0.15291346609592438, -0.020308075472712517, 0.03944039344787598, -0.010048766620457172, 0.2163722962141037, -0.04039442911744118, -0.04359491541981697, 0.0348263680934906, -0.049092307686805725, -0.19864970445632935, -0.041068073362112045, 0.12910676002502441, 0.05612581595778465, 0.0639524981379509, 0.018407054245471954, 0.04091327637434006, 0.0558120533823967, -0.09641511738300323, 0.01640378125011921, 0.17365165054798126, 0.008349625393748283, 0.09208158403635025, -0.038904473185539246, -0.23529738187789917, -0.10483687371015549, -0.05564294010400772, 0.13166549801826477, 0.1422315239906311, -0.049037545919418335, 0.2398580014705658, 0.13498921692371368, -0.0881059393286705, -0.21250343322753906, -0.023012695834040642, 0.021164266392588615, -0.022087818011641502, 0.06550436466932297, -0.20965902507305145, 0.06319208443164825, 0.036437418311834335, -0.0343230664730072, -0.01673351414501667, -0.21909122169017792, -0.13142189383506775, 0.0233725868165493, 0.028125092387199402, -0.15015491843223572, -0.12282665073871613, -0.07004386931657791, -0.02950253337621689, -0.1732698529958725, 0.12758797407150269, 0.006765526253730059, 0.006695399526506662, 0.010676229372620583, 0.0946904793381691, 0.03347137197852135, -0.040396351367235184, 0.11811412125825882, 0.026924647390842438, -0.006291863974183798, -0.08864367753267288, -0.07321988046169281, 0.10211696475744247, 0.015499412082135677, 0.017548082396388054, 0.034841302782297134, -0.037348534911870956, -0.12263677269220352, -0.053494423627853394, -0.09205707162618637, -0.0006498113507404923, -0.09057888388633728, -0.03855528682470322, -0.06164277344942093, 0.09550973027944565, 0.06619695574045181, -0.0379474014043808, 0.12114960700273514, -0.08483406156301498, 0.09327224642038345, 0.05842125043272972, 0.1522892713546753, 0.029308319091796875, -0.05861685797572136, -0.029684966430068016, -0.022213442251086235, -0.03151896595954895, -0.09762325882911682, 0.0564056895673275, 0.08194660395383835, 0.006033219862729311, 0.14267870783805847, -0.046760063618421555, -0.16002057492733002, 0.03181285411119461, 0.061848338693380356, -0.04899195209145546, -0.2660527229309082, 0.03840664401650429, 0.08018467575311661, -0.13306383788585663, -0.04831309616565704, 0.09919185191392899, 0.07588562369346619, -0.09977802634239197, 0.026826312765479088, 0.10290288925170898, 0.09532365947961807, 0.07291966676712036, -0.02872268110513687, 0.08015915006399155, -0.137166365981102, 0.06494251638650894, 0.14560586214065552, -0.06762836128473282, 0.009775456972420216, 0.10637063533067703, -0.10567834228277206, -0.03924800828099251, -0.01489072572439909, 0.038624752312898636, 0.10501746833324432, 0.01861329935491085, -0.015183750540018082, -0.14531409740447998, 0.02931244485080242, 0.11906541883945465, -0.015338779427111149, 0.058747757226228714, 0.019134115427732468, -0.024705862626433372, 0.015168827027082443, 0.13881996273994446, 0.007025690283626318, -0.009640864096581936, -0.06825157254934311, -0.03295120969414711, 0.00037355456151999533, -0.07131404429674149, -0.004944975022226572, -0.07012850791215897, -0.1359119713306427, 0.01065258588641882, -0.13012610375881195, 0.024835651740431786, -0.14263208210468292, 0.026603246107697487, 0.004928875714540482, -0.07872460782527924, -0.012354396283626556, 0.008709444664418697, -0.1074935793876648, -0.010556034743785858, -0.02088005840778351, 0.1399349421262741, -0.18225738406181335, 0.03496985882520676, 0.10016374289989471, -0.09937690943479538, 0.1390504240989685, -0.006773769855499268, -0.055233340710401535, 0.02488047070801258, -0.11390351504087448, -0.01461788360029459, 0.014660864137113094, 0.08104665577411652, 0.057674720883369446, -0.0969090536236763, -0.0057442449033260345, 0.007542791310697794, 0.012255053035914898, 0.05287116765975952, 0.029625678434967995, -0.08875014632940292, 0.06199623644351959, -0.008784901350736618, -0.10748898237943649, 0.016020234674215317, 0.04266532510519028, 0.16906511783599854, -0.019869716838002205, 0.12567053735256195, -0.035143204033374786, 0.0332256443798542, -0.1225157380104065, -0.016855714842677116, 0.003014917252585292, 0.007569642271846533, 0.041861679404973984, -0.028351400047540665, 0.05263218656182289, 0.024774154648184776, 0.22936202585697174, -0.057856541126966476, 0.07053428888320923, 0.08654196560382843, 0.04207871854305267, -0.05666753649711609, 0.06474578380584717, -0.05243479460477829, 0.032883577048778534, -0.016375012695789337, 0.05624093487858772, -0.11420139670372009, -0.05937621369957924, -0.09003902971744537, 0.09546756744384766, 0.15692779421806335, 0.1496935933828354, -0.06809971481561661, 0.11822386831045151, -0.07341652363538742, -0.05731760710477829, 0.06603332608938217, -0.11631418764591217, 0.02762773633003235, -0.12893147766590118, 0.06662865728139877, 0.0692981481552124, -0.13860087096691132, 0.11063450574874878, -0.08681178838014603, -0.06335777789354324, -0.04713228717446327, -0.1770542562007904, -0.07793562859296799, 0.006178888957947493, 0.012150232680141926, -0.0905112624168396, 0.06844275444746017, 0.11159342527389526, 0.022011710330843925, 0.007992524653673172, 0.07155098021030426, -0.03838285058736801, -0.07764855772256851, 0.05827369540929794, 0.05144248530268669, 0.007009599823504686, -0.0037468993104994297, 0.05607789382338524, -0.04301110655069351, 0.1437516063451767, 0.06930907815694809, 0.06571924686431885, -0.06431427597999573, -0.03513879328966141, -0.09140332043170929, -0.041641611605882645, 0.03470303490757942, -0.030931919813156128, -0.06704029440879822, 0.16708296537399292, 0.05258265882730484, 0.030871674418449402, 0.004437306895852089, 0.2982604503631592, -0.03261399269104004, -0.14172567427158356, -0.20332612097263336, -0.023672915995121002, -0.026732200756669044, 0.007763647940009832, 0.058662377297878265, -0.13763728737831116, -0.01327159907668829, 0.12678933143615723, 0.1746596097946167, -0.012045837007462978, 0.02545766904950142, -0.014412875287234783, 0.03419801965355873, -0.0062940954230725765, 0.07027159631252289, 0.018006838858127594, 0.24555547535419464, -0.032576754689216614, 0.010012763552367687, 0.019906895235180855, -0.04924779012799263, -0.07197456806898117, 0.10231675952672958, -0.008314564824104309, -0.016070682555437088, -0.09953810274600983, 0.1464894711971283, -0.12161377817392349, -0.2516975402832031, -0.02213575877249241, -0.16723835468292236, -0.19447435438632965, -0.040228426456451416, 0.050339583307504654, 0.0023932482581585646, -0.00558213796466589, 0.08210551738739014, -0.07397627085447311, 0.18823322653770447, 0.06509579718112946, -0.02277318388223648, -0.032430075109004974, 0.14099211990833282, -0.09097518026828766, 0.20588353276252747, 0.005224279593676329, 0.07950599491596222, 0.09013290703296661, -0.05638658627867699, -0.08694931864738464, -0.013889692723751068, 0.10402486473321915, -0.0526215024292469, 0.005154939368367195, 0.18869124352931976, -0.007485502399504185, 0.16894733905792236, 0.11872357875108719, -0.03155379742383957, 0.06184360012412071, -0.02374153770506382, -0.03613616153597832, -0.0656452402472496, 0.11392495036125183, -0.11334725469350815, 0.08558549731969833, 0.09014277905225754, -0.040430814027786255, 0.020546987652778625, -0.002243240363895893, -0.0034164730459451675, -0.06425870209932327, 0.12719915807247162, -0.06159078702330589, -0.19647502899169922, -0.016803855076432228, -0.04469367861747742, 0.1034206673502922, -0.1566256731748581, -0.05483231320977211, 0.022845473140478134, 0.0019603518303483725, -0.059803321957588196, 0.1525576114654541, 0.08560018241405487, -0.016216905787587166, -0.02939978986978531, -0.18843229115009308, 0.05610518902540207, 0.1080772802233696, -0.07203031331300735, 0.066837839782238 ]
b55872b8e6a40da5dc84d4c35c64575123e98b16
# Dataset Card for [More Information Needed] ## 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/aliannejadi/ClariQ - **Repository:** https://github.com/aliannejadi/ClariQ - **Paper:** https://arxiv.org/abs/2009.11352 - **Leaderboard:** [More Information Needed] - **Point of Contact:** [More Information Needed] ### Dataset Summary The Conv AI 3 challenge is organized as part of the Search-oriented Conversational AI (SCAI) EMNLP workshop in 2020. The main aim of the conversational systems is to return an appropriate answer in response to the user requests. However, some user requests might be ambiguous. In Information Retrieval (IR) settings such a situation is handled mainly through the diversification of search result page. It is however much more challenging in dialogue settings. Hence, we aim to study the following situation for dialogue settings: - a user is asking an ambiguous question (where ambiguous question is a question to which one can return > 1 possible answers) - the system must identify that the question is ambiguous, and, instead of trying to answer it directly, ask a good clarifying question. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances Here are a few examples from the dataset: ``` {'topic_id': 8, 'facet_id': 'F0968', 'initial_request': 'I want to know about appraisals.', 'topic_desc': 'Find information about the appraisals in nearby companies.', 'clarification_need': 2, 'question_id': 'F0001', 'question': 'are you looking for a type of appraiser', 'answer': 'im looking for nearby companies that do home appraisals', 'facet_desc': 'Get the TYPE of Appraisals' 'conversation_context': [], 'context_id': 968} ``` ``` {'topic_id': 8, 'facet_id': 'F0969', 'initial_request': 'I want to know about appraisals.', 'topic_desc': 'Find information about the type of appraisals.', 'clarification_need': 2, 'question_id': 'F0005', 'question': 'are you looking for a type of appraiser', 'facet_desc': 'Get the TYPE of Appraisals' 'answer': 'yes jewelry', 'conversation_context': [], 'context_id': 969} ``` ``` {'topic_id': 293, 'facet_id': 'F0729', 'initial_request': 'Tell me about the educational advantages of social networking sites.', 'topic_desc': 'Find information about the educational benefits of the social media sites', 'clarification_need': 2, 'question_id': 'F0009' 'question': 'which social networking sites would you like information on', 'answer': 'i don have a specific one in mind just overall educational benefits to social media sites', 'facet_desc': 'Detailed information about the Networking Sites.' 'conversation_context': [{'question': 'what level of schooling are you interested in gaining the advantages to social networking sites', 'answer': 'all levels'}, {'question': 'what type of educational advantages are you seeking from social networking', 'answer': 'i just want to know if there are any'}], 'context_id': 976573} ``` ### Data Fields - `topic_id`: the ID of the topic (`initial_request`). - `initial_request`: the query (text) that initiates the conversation. - `topic_desc`: a full description of the topic as it appears in the TREC Web Track data. - `clarification_need`: a label from 1 to 4, indicating how much it is needed to clarify a topic. If an `initial_request` is self-contained and would not need any clarification, the label would be 1. While if a `initial_request` is absolutely ambiguous, making it impossible for a search engine to guess the user's right intent before clarification, the label would be 4. - `facet_id`: the ID of the facet. - `facet_desc`: a full description of the facet (information need) as it appears in the TREC Web Track data. - `question_id`: the ID of the question.. - `question`: a clarifying question that the system can pose to the user for the current topic and facet. - `answer`: an answer to the clarifying question, assuming that the user is in the context of the current row (i.e., the user's initial query is `initial_request`, their information need is `facet_desc`, and `question` has been posed to the user). ### 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 @misc{aliannejadi2020convai3, title={ConvAI3: Generating Clarifying Questions for Open-Domain Dialogue Systems (ClariQ)}, author={Mohammad Aliannejadi and Julia Kiseleva and Aleksandr Chuklin and Jeff Dalton and Mikhail Burtsev}, year={2020}, eprint={2009.11352}, archivePrefix={arXiv}, primaryClass={cs.CL} } ### Contributions Thanks to [@rkc007](https://github.com/rkc007) for adding this dataset.
conv_ai_3
[ "task_categories:conversational", "task_categories:text-classification", "task_ids:text-scoring", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:unknown", "evaluating-dialogue-systems", "arxiv:2009.11352", "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": ["conversational", "text-classification"], "task_ids": ["text-scoring"], "pretty_name": "More Information Needed", "tags": ["evaluating-dialogue-systems"], "dataset_info": {"features": [{"name": "topic_id", "dtype": "int32"}, {"name": "initial_request", "dtype": "string"}, {"name": "topic_desc", "dtype": "string"}, {"name": "clarification_need", "dtype": "int32"}, {"name": "facet_id", "dtype": "string"}, {"name": "facet_desc", "dtype": "string"}, {"name": "question_id", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}], "config_name": "conv_ai_3", "splits": [{"name": "train", "num_bytes": 2567404, "num_examples": 9176}, {"name": "validation", "num_bytes": 639351, "num_examples": 2313}], "download_size": 2940038, "dataset_size": 3206755}}
2024-01-18T09:37:27+00:00
[ "2009.11352" ]
[ "en" ]
TAGS #task_categories-conversational #task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #evaluating-dialogue-systems #arxiv-2009.11352 #region-us
# Dataset Card for ## 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 The Conv AI 3 challenge is organized as part of the Search-oriented Conversational AI (SCAI) EMNLP workshop in 2020. The main aim of the conversational systems is to return an appropriate answer in response to the user requests. However, some user requests might be ambiguous. In Information Retrieval (IR) settings such a situation is handled mainly through the diversification of search result page. It is however much more challenging in dialogue settings. Hence, we aim to study the following situation for dialogue settings: - a user is asking an ambiguous question (where ambiguous question is a question to which one can return > 1 possible answers) - the system must identify that the question is ambiguous, and, instead of trying to answer it directly, ask a good clarifying question. ### Supported Tasks and Leaderboards ### Languages ## Dataset Structure ### Data Instances Here are a few examples from the dataset: ### Data Fields - 'topic_id': the ID of the topic ('initial_request'). - 'initial_request': the query (text) that initiates the conversation. - 'topic_desc': a full description of the topic as it appears in the TREC Web Track data. - 'clarification_need': a label from 1 to 4, indicating how much it is needed to clarify a topic. If an 'initial_request' is self-contained and would not need any clarification, the label would be 1. While if a 'initial_request' is absolutely ambiguous, making it impossible for a search engine to guess the user's right intent before clarification, the label would be 4. - 'facet_id': the ID of the facet. - 'facet_desc': a full description of the facet (information need) as it appears in the TREC Web Track data. - 'question_id': the ID of the question.. - 'question': a clarifying question that the system can pose to the user for the current topic and facet. - 'answer': an answer to the clarifying question, assuming that the user is in the context of the current row (i.e., the user's initial query is 'initial_request', their information need is 'facet_desc', and 'question' has been posed to the user). ### 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 @misc{aliannejadi2020convai3, title={ConvAI3: Generating Clarifying Questions for Open-Domain Dialogue Systems (ClariQ)}, author={Mohammad Aliannejadi and Julia Kiseleva and Aleksandr Chuklin and Jeff Dalton and Mikhail Burtsev}, year={2020}, eprint={2009.11352}, archivePrefix={arXiv}, primaryClass={cs.CL} } ### Contributions Thanks to @rkc007 for adding this dataset.
[ "# Dataset Card for", "## 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\nThe Conv AI 3 challenge is organized as part of the Search-oriented Conversational AI (SCAI) EMNLP workshop in 2020. The main aim of the conversational systems is to return an appropriate answer in response to the user requests. However, some user requests might be ambiguous. In Information Retrieval (IR) settings such a situation is handled mainly through the diversification of search result page. It is however much more challenging in dialogue settings. Hence, we aim to study the following situation for dialogue settings:\n\n- a user is asking an ambiguous question (where ambiguous question is a question to which one can return > 1 possible answers)\n- the system must identify that the question is ambiguous, and, instead of trying to answer it directly, ask a good clarifying question.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances\n\nHere are a few examples from the dataset:", "### Data Fields\n\n- 'topic_id': the ID of the topic ('initial_request').\n- 'initial_request': the query (text) that initiates the conversation.\n- 'topic_desc': a full description of the topic as it appears in the TREC Web Track data.\n- 'clarification_need': a label from 1 to 4, indicating how much it is needed to clarify a topic. If an 'initial_request' is self-contained and would not need any clarification, the label would be 1. While if a 'initial_request' is absolutely ambiguous, making it impossible for a search engine to guess the user's right intent before clarification, the label would be 4.\n- 'facet_id': the ID of the facet.\n- 'facet_desc': a full description of the facet (information need) as it appears in the TREC Web Track data.\n- 'question_id': the ID of the question..\n- 'question': a clarifying question that the system can pose to the user for the current topic and facet.\n- 'answer': an answer to the clarifying question, assuming that the user is in the context of the current row (i.e., the user's initial query is 'initial_request', their information need is 'facet_desc', and 'question' has been posed to the user).", "### 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\n\n\n\n\n@misc{aliannejadi2020convai3,\ntitle={ConvAI3: Generating Clarifying Questions for Open-Domain Dialogue Systems (ClariQ)},\nauthor={Mohammad Aliannejadi and Julia Kiseleva and Aleksandr Chuklin and Jeff Dalton and Mikhail Burtsev},\nyear={2020},\neprint={2009.11352},\narchivePrefix={arXiv},\nprimaryClass={cs.CL}\n}", "### Contributions\n\nThanks to @rkc007 for adding this dataset." ]
[ "TAGS\n#task_categories-conversational #task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #evaluating-dialogue-systems #arxiv-2009.11352 #region-us \n", "# Dataset Card for", "## 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\nThe Conv AI 3 challenge is organized as part of the Search-oriented Conversational AI (SCAI) EMNLP workshop in 2020. The main aim of the conversational systems is to return an appropriate answer in response to the user requests. However, some user requests might be ambiguous. In Information Retrieval (IR) settings such a situation is handled mainly through the diversification of search result page. It is however much more challenging in dialogue settings. Hence, we aim to study the following situation for dialogue settings:\n\n- a user is asking an ambiguous question (where ambiguous question is a question to which one can return > 1 possible answers)\n- the system must identify that the question is ambiguous, and, instead of trying to answer it directly, ask a good clarifying question.", "### Supported Tasks and Leaderboards", "### Languages", "## Dataset Structure", "### Data Instances\n\nHere are a few examples from the dataset:", "### Data Fields\n\n- 'topic_id': the ID of the topic ('initial_request').\n- 'initial_request': the query (text) that initiates the conversation.\n- 'topic_desc': a full description of the topic as it appears in the TREC Web Track data.\n- 'clarification_need': a label from 1 to 4, indicating how much it is needed to clarify a topic. If an 'initial_request' is self-contained and would not need any clarification, the label would be 1. While if a 'initial_request' is absolutely ambiguous, making it impossible for a search engine to guess the user's right intent before clarification, the label would be 4.\n- 'facet_id': the ID of the facet.\n- 'facet_desc': a full description of the facet (information need) as it appears in the TREC Web Track data.\n- 'question_id': the ID of the question..\n- 'question': a clarifying question that the system can pose to the user for the current topic and facet.\n- 'answer': an answer to the clarifying question, assuming that the user is in the context of the current row (i.e., the user's initial query is 'initial_request', their information need is 'facet_desc', and 'question' has been posed to the user).", "### 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\n\n\n\n\n@misc{aliannejadi2020convai3,\ntitle={ConvAI3: Generating Clarifying Questions for Open-Domain Dialogue Systems (ClariQ)},\nauthor={Mohammad Aliannejadi and Julia Kiseleva and Aleksandr Chuklin and Jeff Dalton and Mikhail Burtsev},\nyear={2020},\neprint={2009.11352},\narchivePrefix={arXiv},\nprimaryClass={cs.CL}\n}", "### Contributions\n\nThanks to @rkc007 for adding this dataset." ]
[ 118, 5, 120, 27, 186, 10, 4, 6, 17, 337, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 115, 17 ]
[ "passage: TAGS\n#task_categories-conversational #task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #evaluating-dialogue-systems #arxiv-2009.11352 #region-us \n# Dataset Card for## 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\nThe Conv AI 3 challenge is organized as part of the Search-oriented Conversational AI (SCAI) EMNLP workshop in 2020. The main aim of the conversational systems is to return an appropriate answer in response to the user requests. However, some user requests might be ambiguous. In Information Retrieval (IR) settings such a situation is handled mainly through the diversification of search result page. It is however much more challenging in dialogue settings. Hence, we aim to study the following situation for dialogue settings:\n\n- a user is asking an ambiguous question (where ambiguous question is a question to which one can return > 1 possible answers)\n- the system must identify that the question is ambiguous, and, instead of trying to answer it directly, ask a good clarifying question.### Supported Tasks and Leaderboards### Languages## Dataset Structure### Data Instances\n\nHere are a few examples from the dataset:" ]
[ -0.005395951215177774, 0.17605368793010712, -0.005575628951191902, 0.009907377883791924, 0.05340633541345596, 0.006964757572859526, 0.07321460545063019, 0.1056598573923111, 0.09324376285076141, 0.1376045048236847, -0.06306883692741394, 0.011304364539682865, 0.10334831476211548, 0.08360784500837326, 0.007862013764679432, -0.17343775928020477, 0.0671311691403389, -0.10393552482128143, 0.07263452559709549, 0.08389586955308914, 0.11489734053611755, -0.07693447917699814, 0.044534821063280106, -0.02926655486226082, -0.004631675314158201, 0.022060774266719818, -0.08748093992471695, -0.0555790476500988, 0.06498352438211441, 0.06255356967449188, 0.07289984077215195, -0.025957521051168442, 0.0366450771689415, -0.24943609535694122, 0.027163755148649216, 0.0520644336938858, 0.03685186058282852, 0.01839829422533512, 0.0821949765086174, -0.013542390428483486, 0.0060922978445887566, -0.09138853847980499, 0.08684627711772919, 0.07481124252080917, -0.07575968652963638, -0.051912467926740646, -0.12545344233512878, 0.046686891466379166, 0.09281453490257263, 0.09213761240243912, -0.06494718044996262, 0.11855319142341614, -0.08320837467908859, 0.02856532484292984, 0.08723428100347519, -0.14410300552845, -0.03942997381091118, 0.027640240266919136, 0.006223346572369337, 0.061281610280275345, -0.11357956379652023, 0.003294066060334444, -0.023101679980754852, 0.0465957410633564, -0.07364535331726074, -0.0070642814971506596, -0.09392804652452469, 0.0029723364859819412, -0.08249009400606155, -0.04870977625250816, 0.15680213272571564, 0.010132881812751293, -0.03486041724681854, -0.22968754172325134, -0.004383367951959372, 0.15907984972000122, -0.019957076758146286, -0.03266521543264389, 0.00885036587715149, -0.002467384794726968, 0.07561705261468887, -0.06562332808971405, -0.09385651350021362, 0.022427255287766457, -0.09708862006664276, 0.03719675540924072, 0.04027123004198074, 0.004779355600476265, 0.024689901620149612, 0.03523679077625275, 0.0002088706532958895, -0.06957318633794785, -0.034969914704561234, -0.04892769828438759, -0.20417404174804688, -0.018931707367300987, 0.00764516182243824, -0.03922644630074501, 0.05539625138044357, 0.16795453429222107, -0.021113380789756775, 0.041676491498947144, -0.08042996376752853, -0.015061330050230026, 0.10824154317378998, 0.1421900987625122, -0.0867568626999855, -0.10749941319227219, -0.016659021377563477, 0.007197917439043522, 0.01971440017223358, -0.016030263155698776, -0.01023577805608511, 0.01951289176940918, 0.05018894746899605, 0.09824211150407791, 0.12090026587247849, 0.020898114889860153, -0.11360005289316177, -0.035997405648231506, 0.0861421674489975, -0.1185876727104187, 0.047489866614341736, 0.028188643977046013, -0.02099345251917839, -0.008546329103410244, -0.02680329792201519, 0.059443410485982895, -0.08086032420396805, 0.05250028893351555, -0.04760614410042763, -0.011506096459925175, -0.06582747399806976, -0.04622237756848335, 0.07896148413419724, 0.017144465819001198, -0.08749896287918091, -0.022988133132457733, -0.0747806653380394, -0.0393570251762867, -0.0014983756700530648, -0.10193072259426117, -0.021420978009700775, 0.011379511095583439, 0.016170892864465714, 0.004615371581166983, 0.009376989677548409, 0.025135589763522148, -0.036001842468976974, -0.004315104801207781, -0.0373103991150856, 0.013379375450313091, 0.11235488206148148, 0.03256626054644585, -0.06578049063682556, 0.03703964874148369, -0.18571507930755615, 0.11362142115831375, -0.1389256864786148, -0.020582040771842003, -0.1184176355600357, 0.035901475697755814, 0.05653487518429756, 0.034245871007442474, -0.03368792310357094, 0.12218338251113892, -0.15948377549648285, 0.016568845137953758, 0.09308717399835587, -0.10284927487373352, -0.07174374908208847, 0.12440434843301773, -0.038807716220617294, 0.04142454266548157, 0.051874060183763504, 0.12908484041690826, -0.037387263029813766, -0.07399831712245941, -0.12545989453792572, -0.06706398725509644, 0.038935430347919464, 0.19246655702590942, 0.0780622586607933, -0.10886247456073761, 0.13532839715480804, 0.034399308264255524, 0.0021536326967179775, -0.0792100578546524, 0.020731842145323753, -0.06950508058071136, 0.008807080797851086, 0.009163392707705498, -0.006343372631818056, -0.009297496639192104, -0.043913982808589935, -0.022104589268565178, -0.10928402841091156, -0.004310284275561571, 0.054835449904203415, 0.010990954004228115, 0.016298620030283928, -0.11064844578504562, -0.025339527055621147, -0.02903253398835659, -0.007615223061293364, -0.18244512379169464, -0.17166967689990997, 0.06497843563556671, -0.07098185271024704, 0.10601037740707397, -0.010466975159943104, 0.015380511060357094, -0.024179795756936073, -0.03687851503491402, 0.026403265073895454, 0.002211417071521282, 0.027381114661693573, -0.04355725273489952, -0.14419087767601013, -0.023152723908424377, -0.06838392466306686, 0.16463612020015717, -0.06106288731098175, -0.023965688422322273, 0.12859393656253815, 0.20527438819408417, 0.04761495068669319, -0.058713506907224655, 0.0675564780831337, 0.01199848297983408, -0.004247956909239292, -0.030529752373695374, -0.0019671206828206778, -0.0512477271258831, -0.0419544093310833, 0.04424991086125374, -0.12611515820026398, -0.11710550636053085, 0.04804995656013489, 0.13319803774356842, -0.052405018359422684, -0.09275633096694946, -0.05505673587322235, -0.041020069271326065, -0.08599073439836502, -0.0986856147646904, 0.15173232555389404, 0.09984292089939117, 0.020047657191753387, -0.06219099462032318, -0.07235973328351974, -0.07692698389291763, 0.021198226138949394, -0.08473080396652222, 0.09215155243873596, 0.04018694534897804, -0.15935362875461578, 0.13187427818775177, -0.01081980112940073, 0.09886402636766434, 0.09136252105236053, -0.020880447700619698, -0.07786686718463898, -0.010703764855861664, 0.04096612334251404, 0.021659519523382187, 0.07942824810743332, -0.09091570973396301, 0.02443690039217472, 0.0615607313811779, -0.009204140864312649, 0.028556784614920616, -0.06056254357099533, 0.04362604022026062, -0.003979744855314493, -0.003701325273141265, 0.02598809450864792, -0.01788877137005329, 0.07169189304113388, 0.10694892704486847, 0.03443964943289757, 0.08780493587255478, -0.0359172448515892, -0.05975031107664108, -0.08688753098249435, 0.10784884542226791, -0.1564079076051712, -0.3029853403568268, -0.0976172536611557, 0.007326758932322264, -0.0744934007525444, -0.041374631226062775, 0.012034416198730469, -0.0588025338947773, -0.10512879490852356, -0.09269853681325912, 0.06028713285923004, 0.0493735708296299, -0.13443663716316223, 0.027098704129457474, 0.03729500249028206, -0.012802250683307648, -0.15115858614444733, 0.02206902764737606, 0.02902916632592678, -0.06624160706996918, -0.006118088029325008, 0.01604405604302883, 0.0930282324552536, 0.06554527580738068, 0.10717377811670303, -0.032928403466939926, -0.04066837951540947, 0.19221307337284088, -0.15203829109668732, 0.1361381709575653, 0.0618516243994236, -0.034446507692337036, 0.05348477512598038, 0.21486063301563263, 0.01207251287996769, -0.04376509413123131, 0.041192200034856796, 0.10593938082456589, 0.020491069182753563, -0.2523539364337921, -0.11780664324760437, -0.04508618637919426, -0.05440448969602585, 0.024117346853017807, 0.05203751474618912, 0.060447338968515396, -0.006520458031445742, -0.14036808907985687, -0.016126515343785286, 0.06940282881259918, 0.07073947042226791, 0.1105567067861557, -0.0034871429670602083, 0.050369877368211746, -0.05573750287294388, -0.0385509617626667, 0.10669289529323578, 0.11109494417905807, 0.2254069596529007, 0.025661244988441467, 0.23062217235565186, 0.04896138235926628, 0.03676186129450798, -0.022336283698678017, -0.001939311157912016, -0.02311302162706852, 0.044630397111177444, -0.03506126627326012, -0.06089324131608009, 0.013136136345565319, 0.1081533282995224, 0.14802855253219604, -0.08038093894720078, 0.07374094426631927, -0.07127386331558228, 0.08352239429950714, 0.19108527898788452, -0.0017205799231305718, -0.010213254950940609, -0.032701827585697174, 0.124871626496315, -0.09906657785177231, -0.08527809381484985, -0.0030691262800246477, 0.0953558161854744, -0.16070730984210968, 0.04578574746847153, -0.023252451792359352, 0.10013362765312195, -0.08265034109354019, -0.03270845115184784, -0.07057854533195496, 0.047920674085617065, 0.006482970435172319, 0.10922408849000931, -0.16353940963745117, 0.1162673607468605, 0.022196542471647263, 0.03625078126788139, -0.10681021958589554, 0.070155069231987, -0.004136709030717611, -0.046201806515455246, 0.14208295941352844, -0.004443463869392872, -0.07658252120018005, -0.03907485678792, -0.1059771180152893, -0.009776294231414795, 0.08790648728609085, -0.068142831325531, 0.10592664033174515, -0.023377737030386925, -0.02144099399447441, -0.034781213849782944, -0.01096294168382883, -0.13568437099456787, -0.2871597707271576, 0.08957584202289581, -0.03525225818157196, 0.02653779834508896, -0.07106918096542358, -0.034757282584905624, 0.028941869735717773, 0.16747692227363586, -0.11206287890672684, -0.08413765579462051, -0.1454392820596695, -0.04996439069509506, 0.18890734016895294, -0.029780875891447067, 0.03101293370127678, -0.051036689430475235, 0.17669998109340668, -0.03691898658871651, -0.020875414833426476, 0.03396771475672722, -0.05920158699154854, -0.18683725595474243, -0.05443182587623596, 0.1036718562245369, 0.0491592213511467, 0.0715341567993164, 0.01153523288667202, 0.055623799562454224, 0.03317314758896828, -0.09201642870903015, 0.03354693949222565, 0.14642147719860077, 0.08324674516916275, 0.10502488911151886, -0.05716126039624214, -0.12599125504493713, -0.12759147584438324, -0.06517922133207321, 0.10579179227352142, 0.12789762020111084, -0.04361909255385399, 0.19028852880001068, 0.15029217302799225, -0.08472300320863724, -0.19194519519805908, -0.034766457974910736, 0.046068836003541946, -0.023491689935326576, 0.0584510900080204, -0.17441998422145844, 0.08295351266860962, 0.0721643790602684, -0.028218213468790054, -0.02298569120466709, -0.22333034873008728, -0.12571798264980316, 0.0023341544438153505, 0.027051249518990517, -0.17667138576507568, -0.1710258573293686, -0.06717488914728165, -0.027741016820073128, -0.11911861598491669, 0.11722974479198456, 0.060865286737680435, 0.032951053231954575, 0.00668014120310545, 0.08096673339605331, 0.024285627529025078, -0.047753725200891495, 0.14644241333007812, -0.01250435970723629, 0.00953969918191433, -0.07886658608913422, -0.0896526351571083, 0.09428431838750839, -0.007922183722257614, 0.07632870972156525, 0.03332945704460144, -0.0097452187910676, -0.1456492692232132, -0.03728095069527626, -0.07084423303604126, 0.014733928255736828, -0.09145206212997437, -0.046639733016490936, -0.07576295733451843, 0.12267851084470749, 0.05514964833855629, -0.02906757779419422, 0.10087939351797104, -0.042590007185935974, 0.07068561762571335, 0.09343789517879486, 0.15701693296432495, 0.04367322474718094, -0.09120369702577591, -0.00987724307924509, -0.014897648245096207, -0.020007764920592308, -0.0072976103983819485, 0.049116697162389755, 0.09269211441278458, 0.0014228725340217352, 0.16100069880485535, -0.0472501702606678, -0.19035200774669647, 0.02343856915831566, 0.04573714733123779, -0.04266108199954033, -0.2960522472858429, 0.016047632321715355, 0.17120106518268585, -0.09732375293970108, -0.06420168280601501, 0.08811609447002411, 0.05911121144890785, -0.08297386765480042, 0.022769708186388016, 0.1117859035730362, 0.08573313057422638, 0.06124524772167206, 0.009865520521998405, 0.06598721444606781, -0.08332929015159607, 0.12836213409900665, 0.14825421571731567, -0.09393572807312012, 0.041448384523391724, 0.12304901331663132, -0.05763966590166092, -0.04142341390252113, -0.005082962103188038, 0.03333571180701256, 0.07523459941148758, -0.014394964091479778, 0.0032576678786426783, -0.10278158634901047, 0.018105363473296165, 0.1075652539730072, -0.022308075800538063, 0.011564495041966438, 0.004606588277965784, -0.022083410993218422, -0.016737250611186028, 0.1239701360464096, 0.011361716315150261, 0.010608225129544735, -0.05783237889409065, -0.06040860339999199, -0.006611749529838562, -0.07358698546886444, 0.007427637930959463, -0.06358423084020615, -0.10178278386592865, -0.009042751044034958, -0.21139028668403625, 0.02010912075638771, -0.11209482699632645, 0.00032822589855641127, 0.019102023914456367, -0.07536904513835907, 0.009218059480190277, 0.006071948911994696, -0.05537707731127739, -0.04298495128750801, -0.024948466569185257, 0.11216338723897934, -0.19325867295265198, -0.016039418056607246, 0.10983214527368546, -0.08050302416086197, 0.10201675444841385, 0.009892059490084648, -0.03297369182109833, -0.03538302332162857, -0.12132395803928375, -0.043051596730947495, -0.03522450104355812, 0.07075848430395126, 0.04546327143907547, -0.1698470562696457, -0.018522897735238075, 0.008928484283387661, -0.02597794309258461, 0.02346097305417061, 0.05628359690308571, -0.08216985315084457, 0.016652140766382217, 0.0020292054396122694, -0.10591218620538712, -0.04649825394153595, 0.0518680140376091, 0.14417245984077454, -0.019857902079820633, 0.11280807107686996, -0.04051535949110985, 0.06712502986192703, -0.09625935554504395, -0.018280427902936935, 0.00150973757263273, 0.042484182864427567, 0.028317797929048538, -0.016301695257425308, 0.04100492224097252, 0.018300775438547134, 0.1690378487110138, -0.07454455643892288, 0.0580207034945488, 0.06858348846435547, 0.0044913641177117825, -0.026145879179239273, 0.03427644819021225, -0.04944171383976936, 0.003253048984333873, 0.0020170798525214195, 0.052096184343099594, -0.08748479187488556, -0.07270786911249161, -0.0697648748755455, 0.08974573016166687, 0.17585641145706177, 0.13930411636829376, -0.011744583956897259, 0.09512834995985031, -0.10317353904247284, -0.04910401999950409, 0.05057315528392792, -0.09339670836925507, -0.00833436381071806, -0.09830400347709656, 0.07870837301015854, 0.07935027778148651, -0.16125404834747314, 0.1251443475484848, -0.08330143243074417, -0.05662967264652252, -0.01664322055876255, -0.16039876639842987, -0.0756584107875824, 0.03786154463887215, 0.01710471324622631, -0.12484357506036758, 0.07975891977548599, 0.1042661964893341, 0.02598000504076481, -0.01523758564144373, 0.07521367073059082, -0.07047762721776962, -0.08494232594966888, 0.056703295558691025, 0.054764363914728165, 0.05125219747424126, 0.03412435203790665, 0.06721530109643936, -0.022396860644221306, 0.08541876077651978, 0.0861760601401329, 0.1141725480556488, -0.021843552589416504, -0.02371467649936676, -0.039043642580509186, -0.06647411733865738, 0.021994227543473244, -0.04033445194363594, -0.0638142004609108, 0.20374704897403717, 0.03718922659754753, 0.02266720123589039, -0.0013739626156166196, 0.24128206074237823, -0.037254612892866135, -0.11980141699314117, -0.17042385041713715, 0.07444609701633453, -0.04295458272099495, 0.013508490286767483, 0.04907771944999695, -0.156286358833313, -0.024468425661325455, 0.14257816970348358, 0.09175662696361542, -0.05039893463253975, 0.009599573910236359, 0.01455386821180582, 0.0165709275752306, -0.0270294938236475, 0.06100846827030182, 0.008885551244020462, 0.2869861125946045, -0.06514187157154083, 0.0772322565317154, 0.01473602931946516, -0.04521157220005989, -0.09910237044095993, 0.13482341170310974, -0.046858374029397964, 0.007350188679993153, -0.09636099636554718, 0.09379785507917404, -0.03368682041764259, -0.2587183713912964, 0.0007967953570187092, -0.11519041657447815, -0.1760633885860443, -0.00859252829104662, 0.05937248840928078, -0.015008295886218548, 0.02587955631315708, 0.08566764742136002, -0.021973183378577232, 0.16205987334251404, 0.05700060725212097, -0.02901649847626686, -0.0030475000385195017, 0.12674278020858765, -0.11182238161563873, 0.19961892068386078, 0.009385005570948124, 0.09240321069955826, 0.1081230640411377, -0.046168919652700424, -0.1139737218618393, 0.03880077973008156, 0.10168633610010147, -0.0392427071928978, 0.01658327691257, 0.19332200288772583, 0.021330472081899643, 0.15074141323566437, 0.11844916641712189, -0.03266739845275879, 0.08816048502922058, 0.02473091147840023, 0.0002759755006991327, -0.09776570647954941, 0.11244775354862213, -0.13329371809959412, 0.11949263513088226, 0.08911332488059998, -0.04254748672246933, 0.004543955437839031, -0.019288327544927597, 0.009747887030243874, -0.024172598496079445, 0.14378978312015533, -0.031033504754304886, -0.1438685655593872, 0.03323007747530937, -0.05571971461176872, 0.11289612203836441, -0.16874633729457855, -0.06920468062162399, 0.039168015122413635, -0.01464829221367836, -0.0436205230653286, 0.09560740739107132, 0.11332956701517105, -0.011327887885272503, -0.0367746576666832, -0.1777183711528778, 0.022769667208194733, 0.09454497694969177, -0.04323700815439224, 0.03203870728611946 ]
d83b5d7e1aed9485552ad6861f566ec182a0d5b6
# Dataset Card for ConvQuestions ## 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) - [Contributions](#contributions) ## Dataset Description - **Homepage:** [ConvQuestions page](https://convex.mpi-inf.mpg.de) - **Repository:** [GitHub](https://github.com/PhilippChr/CONVEX) - **Paper:** [Look before you hop: Conversational question answering over knowledge graphs using judicious context expansion](https://arxiv.org/abs/1910.03262) - **Leaderboard:** [ConvQuestions leaderboard](https://convex.mpi-inf.mpg.de) - **Point of Contact:** [Philipp Christmann](mailto:pchristm@mpi-inf.mpg.de) ### Dataset Summary ConvQuestions is the first realistic benchmark for conversational question answering over knowledge graphs. It contains 11,200 conversations which can be evaluated over Wikidata. They are compiled from the inputs of 70 Master crowdworkers on Amazon Mechanical Turk, with conversations from five domains: Books, Movies, Soccer, Music, and TV Series. The questions feature a variety of complex question phenomena like comparisons, aggregations, compositionality, and temporal reasoning. Answers are grounded in Wikidata entities to enable fair comparison across diverse methods. The data gathering setup was kept as natural as possible, with the annotators selecting entities of their choice from each of the five domains, and formulating the entire conversation in one session. All questions in a conversation are from the same Turker, who also provided gold answers to the questions. For suitability to knowledge graphs, questions were constrained to be objective or factoid in nature, but no other restrictive guidelines were set. A notable property of ConvQuestions is that several questions are not answerable by Wikidata alone (as of September 2019), but the required facts can, for example, be found in the open Web or in Wikipedia. For details, please refer to the CIKM 2019 full paper (https://dl.acm.org/citation.cfm?id=3358016). ### Supported Tasks and Leaderboards [Needs More Information] ### Languages en ## Dataset Structure ### Data Instances An example of 'train' looks as follows. ``` { 'domain': 'music', 'seed_entity': 'https://www.wikidata.org/wiki/Q223495', 'seed_entity_text': 'The Carpenters', 'questions': [ 'When did The Carpenters sign with A&M Records?', 'What song was their first hit?', 'When did Karen die?', 'Karen had what eating problem?', 'and how did she die?' ], 'answers': [ [ '1969' ], [ 'https://www.wikidata.org/wiki/Q928282' ], [ '1983' ], [ 'https://www.wikidata.org/wiki/Q131749' ], [ 'https://www.wikidata.org/wiki/Q181754' ] ], 'answer_texts': [ '1969', '(They Long to Be) Close to You', '1983', 'anorexia nervosa', 'heart failure' ] } ``` ### Data Fields - `domain`: a `string` feature. Any of: ['books', 'movies', 'music', 'soccer', 'tv_series'] - `seed_entity`: a `string` feature. Wikidata ID of the topic entity. - `seed_entity_text`: a `string` feature. Surface form of the topic entity. - `questions`: a `list` of `string` features. List of questions (initial question and follow-up questions). - `answers`: a `list` of `lists` of `string` features. List of answers, given as Wikidata IDs or literals (e.g. timestamps or names). - `answer_texts`: a `list` of `string` features. List of surface forms of the answers. ### Data Splits |train|validation|tests| |----:|---------:|----:| | 6720| 2240| 2240| ## 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 With insights from a meticulous in-house pilot study with ten students over two weeks, the authors posed the conversation generation task on Amazon Mechanical Turk (AMT) in the most natural setup: Each crowdworker was asked to build a conversation by asking five sequential questions starting from any seed entity of his/her choice, as this is an intuitive mental model that humans may have when satisfying their real information needs via their search assistants. #### Who are the annotators? Local students (Saarland Informatics Campus) and AMT Master Workers. ### 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 The ConvQuestions benchmark is licensed under a Creative Commons Attribution 4.0 International License. ### Citation Information ``` @InProceedings{christmann2019look, title={Look before you hop: Conversational question answering over knowledge graphs using judicious context expansion}, author={Christmann, Philipp and Saha Roy, Rishiraj and Abujabal, Abdalghani and Singh, Jyotsna and Weikum, Gerhard}, booktitle={Proceedings of the 28th ACM International Conference on Information and Knowledge Management}, pages={729--738}, year={2019} } ``` ### Contributions Thanks to [@PhilippChr](https://github.com/PhilippChr) for adding this dataset.
conv_questions
[ "task_categories:question-answering", "task_categories:text-generation", "task_categories:fill-mask", "task_ids:open-domain-qa", "task_ids:dialogue-modeling", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-4.0", "arxiv:1910.03262", "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": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["question-answering", "text-generation", "fill-mask"], "task_ids": ["open-domain-qa", "dialogue-modeling"], "pretty_name": "ConvQuestions", "language_bcp47": ["en-US"], "dataset_info": {"features": [{"name": "domain", "dtype": "string"}, {"name": "seed_entity", "dtype": "string"}, {"name": "seed_entity_text", "dtype": "string"}, {"name": "questions", "sequence": "string"}, {"name": "answers", "sequence": {"sequence": "string"}}, {"name": "answer_texts", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 3589880, "num_examples": 6720}, {"name": "validation", "num_bytes": 1241778, "num_examples": 2240}, {"name": "test", "num_bytes": 1175656, "num_examples": 2240}], "download_size": 3276017, "dataset_size": 6007314}}
2024-01-18T09:37:57+00:00
[ "1910.03262" ]
[ "en" ]
TAGS #task_categories-question-answering #task_categories-text-generation #task_categories-fill-mask #task_ids-open-domain-qa #task_ids-dialogue-modeling #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1910.03262 #region-us
Dataset Card for ConvQuestions ============================== 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 + Contributions Dataset Description ------------------- * Homepage: ConvQuestions page * Repository: GitHub * Paper: Look before you hop: Conversational question answering over knowledge graphs using judicious context expansion * Leaderboard: ConvQuestions leaderboard * Point of Contact: Philipp Christmann ### Dataset Summary ConvQuestions is the first realistic benchmark for conversational question answering over knowledge graphs. It contains 11,200 conversations which can be evaluated over Wikidata. They are compiled from the inputs of 70 Master crowdworkers on Amazon Mechanical Turk, with conversations from five domains: Books, Movies, Soccer, Music, and TV Series. The questions feature a variety of complex question phenomena like comparisons, aggregations, compositionality, and temporal reasoning. Answers are grounded in Wikidata entities to enable fair comparison across diverse methods. The data gathering setup was kept as natural as possible, with the annotators selecting entities of their choice from each of the five domains, and formulating the entire conversation in one session. All questions in a conversation are from the same Turker, who also provided gold answers to the questions. For suitability to knowledge graphs, questions were constrained to be objective or factoid in nature, but no other restrictive guidelines were set. A notable property of ConvQuestions is that several questions are not answerable by Wikidata alone (as of September 2019), but the required facts can, for example, be found in the open Web or in Wikipedia. For details, please refer to the CIKM 2019 full paper (URL ### Supported Tasks and Leaderboards ### Languages en Dataset Structure ----------------- ### Data Instances An example of 'train' looks as follows. ### Data Fields * 'domain': a 'string' feature. Any of: ['books', 'movies', 'music', 'soccer', 'tv\_series'] * 'seed\_entity': a 'string' feature. Wikidata ID of the topic entity. * 'seed\_entity\_text': a 'string' feature. Surface form of the topic entity. * 'questions': a 'list' of 'string' features. List of questions (initial question and follow-up questions). * 'answers': a 'list' of 'lists' of 'string' features. List of answers, given as Wikidata IDs or literals (e.g. timestamps or names). * 'answer\_texts': a 'list' of 'string' features. List of surface forms of the answers. ### Data Splits Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process With insights from a meticulous in-house pilot study with ten students over two weeks, the authors posed the conversation generation task on Amazon Mechanical Turk (AMT) in the most natural setup: Each crowdworker was asked to build a conversation by asking five sequential questions starting from any seed entity of his/her choice, as this is an intuitive mental model that humans may have when satisfying their real information needs via their search assistants. #### Who are the annotators? Local students (Saarland Informatics Campus) and AMT Master Workers. ### 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 ConvQuestions benchmark is licensed under a Creative Commons Attribution 4.0 International License. ### Contributions Thanks to @PhilippChr for adding this dataset.
[ "### Dataset Summary\n\n\nConvQuestions is the first realistic benchmark for conversational question answering over\nknowledge graphs. It contains 11,200 conversations which can be evaluated over Wikidata.\nThey are compiled from the inputs of 70 Master crowdworkers on Amazon Mechanical Turk,\nwith conversations from five domains: Books, Movies, Soccer, Music, and TV Series.\nThe questions feature a variety of complex question phenomena like comparisons, aggregations,\ncompositionality, and temporal reasoning. Answers are grounded in Wikidata entities to enable\nfair comparison across diverse methods. The data gathering setup was kept as natural as\npossible, with the annotators selecting entities of their choice from each of the five domains,\nand formulating the entire conversation in one session. All questions in a conversation are\nfrom the same Turker, who also provided gold answers to the questions. For suitability to knowledge\ngraphs, questions were constrained to be objective or factoid in nature, but no other restrictive\nguidelines were set. A notable property of ConvQuestions is that several questions are not\nanswerable by Wikidata alone (as of September 2019), but the required facts can, for example,\nbe found in the open Web or in Wikipedia. For details, please refer to the CIKM 2019 full paper\n(URL", "### Supported Tasks and Leaderboards", "### Languages\n\n\nen\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\n* 'domain': a 'string' feature. Any of: ['books', 'movies', 'music', 'soccer', 'tv\\_series']\n* 'seed\\_entity': a 'string' feature. Wikidata ID of the topic entity.\n* 'seed\\_entity\\_text': a 'string' feature. Surface form of the topic entity.\n* 'questions': a 'list' of 'string' features. List of questions (initial question and follow-up questions).\n* 'answers': a 'list' of 'lists' of 'string' features. List of answers, given as Wikidata IDs or literals (e.g. timestamps or names).\n* 'answer\\_texts': a 'list' of 'string' features. List of surface forms of the answers.", "### 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\n\n\nWith insights from a meticulous in-house pilot study with ten students over two weeks, the authors posed the conversation generation task on Amazon Mechanical Turk (AMT) in the most natural setup: Each crowdworker was asked to build a conversation by asking five sequential questions starting from any seed entity of his/her choice, as this is an intuitive mental model that humans may have when satisfying their real information needs via their search assistants.", "#### Who are the annotators?\n\n\nLocal students (Saarland Informatics Campus) and AMT Master Workers.", "### 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 ConvQuestions benchmark is licensed under a Creative Commons Attribution 4.0 International License.", "### Contributions\n\n\nThanks to @PhilippChr for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_categories-text-generation #task_categories-fill-mask #task_ids-open-domain-qa #task_ids-dialogue-modeling #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1910.03262 #region-us \n", "### Dataset Summary\n\n\nConvQuestions is the first realistic benchmark for conversational question answering over\nknowledge graphs. It contains 11,200 conversations which can be evaluated over Wikidata.\nThey are compiled from the inputs of 70 Master crowdworkers on Amazon Mechanical Turk,\nwith conversations from five domains: Books, Movies, Soccer, Music, and TV Series.\nThe questions feature a variety of complex question phenomena like comparisons, aggregations,\ncompositionality, and temporal reasoning. Answers are grounded in Wikidata entities to enable\nfair comparison across diverse methods. The data gathering setup was kept as natural as\npossible, with the annotators selecting entities of their choice from each of the five domains,\nand formulating the entire conversation in one session. All questions in a conversation are\nfrom the same Turker, who also provided gold answers to the questions. For suitability to knowledge\ngraphs, questions were constrained to be objective or factoid in nature, but no other restrictive\nguidelines were set. A notable property of ConvQuestions is that several questions are not\nanswerable by Wikidata alone (as of September 2019), but the required facts can, for example,\nbe found in the open Web or in Wikipedia. For details, please refer to the CIKM 2019 full paper\n(URL", "### Supported Tasks and Leaderboards", "### Languages\n\n\nen\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\n* 'domain': a 'string' feature. Any of: ['books', 'movies', 'music', 'soccer', 'tv\\_series']\n* 'seed\\_entity': a 'string' feature. Wikidata ID of the topic entity.\n* 'seed\\_entity\\_text': a 'string' feature. Surface form of the topic entity.\n* 'questions': a 'list' of 'string' features. List of questions (initial question and follow-up questions).\n* 'answers': a 'list' of 'lists' of 'string' features. List of answers, given as Wikidata IDs or literals (e.g. timestamps or names).\n* 'answer\\_texts': a 'list' of 'string' features. List of surface forms of the answers.", "### 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\n\n\nWith insights from a meticulous in-house pilot study with ten students over two weeks, the authors posed the conversation generation task on Amazon Mechanical Turk (AMT) in the most natural setup: Each crowdworker was asked to build a conversation by asking five sequential questions starting from any seed entity of his/her choice, as this is an intuitive mental model that humans may have when satisfying their real information needs via their search assistants.", "#### Who are the annotators?\n\n\nLocal students (Saarland Informatics Campus) and AMT Master Workers.", "### 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 ConvQuestions benchmark is licensed under a Creative Commons Attribution 4.0 International License.", "### Contributions\n\n\nThanks to @PhilippChr for adding this dataset." ]
[ 139, 289, 10, 12, 18, 206, 11, 7, 4, 10, 10, 5, 102, 26, 18, 7, 8, 14, 6, 24, 18 ]
[ "passage: TAGS\n#task_categories-question-answering #task_categories-text-generation #task_categories-fill-mask #task_ids-open-domain-qa #task_ids-dialogue-modeling #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1910.03262 #region-us \n### Dataset Summary\n\n\nConvQuestions is the first realistic benchmark for conversational question answering over\nknowledge graphs. It contains 11,200 conversations which can be evaluated over Wikidata.\nThey are compiled from the inputs of 70 Master crowdworkers on Amazon Mechanical Turk,\nwith conversations from five domains: Books, Movies, Soccer, Music, and TV Series.\nThe questions feature a variety of complex question phenomena like comparisons, aggregations,\ncompositionality, and temporal reasoning. Answers are grounded in Wikidata entities to enable\nfair comparison across diverse methods. The data gathering setup was kept as natural as\npossible, with the annotators selecting entities of their choice from each of the five domains,\nand formulating the entire conversation in one session. All questions in a conversation are\nfrom the same Turker, who also provided gold answers to the questions. For suitability to knowledge\ngraphs, questions were constrained to be objective or factoid in nature, but no other restrictive\nguidelines were set. A notable property of ConvQuestions is that several questions are not\nanswerable by Wikidata alone (as of September 2019), but the required facts can, for example,\nbe found in the open Web or in Wikipedia. For details, please refer to the CIKM 2019 full paper\n(URL### Supported Tasks and Leaderboards### Languages\n\n\nen\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example of 'train' looks as follows." ]
[ -0.06544473022222519, 0.09721451997756958, -0.0017200311413034797, 0.044768817722797394, 0.09136595577001572, 0.033458516001701355, 0.08099611103534698, 0.06645844131708145, -0.023904986679553986, 0.03798285126686096, -0.11396991461515427, -0.0991944745182991, 0.09631304442882538, 0.07934814691543579, 0.044423896819353104, -0.1393253654241562, 0.030004503205418587, -0.11308784782886505, 0.03935384005308151, 0.053762082010507584, 0.09420182555913925, -0.036074746400117874, 0.03590618446469307, -0.05199313908815384, -0.0899076983332634, -0.028914766386151314, -0.007097787223756313, -0.04210393875837326, 0.08271085470914841, 0.07139164209365845, 0.0337633416056633, -0.01777382753789425, 0.004933650139719248, -0.16400250792503357, 0.04131529852747917, 0.04807101562619209, 0.0238218754529953, -0.05565401166677475, 0.13929855823516846, 0.07153027504682541, 0.09530232846736908, 0.04057827591896057, 0.08110163360834122, 0.06040378287434578, -0.09595632553100586, -0.059734832495450974, -0.07679623365402222, -0.16539345681667328, 0.011301050893962383, 0.0942142978310585, -0.07659198343753815, 0.0087889414280653, -0.037393320351839066, 0.03142771124839783, 0.07545522600412369, -0.1334504783153534, -0.0720505341887474, 0.1178632453083992, 0.0021885382011532784, 0.18486694991588593, -0.07430847734212875, 0.029247036203742027, 0.0006074325647205114, -0.03094930574297905, -0.026730088517069817, 0.00001621672163309995, -0.14251472055912018, -0.08642710000276566, -0.05001502484083176, -0.060573551803827286, 0.18360500037670135, 0.022631794214248657, -0.07899152487516403, -0.1839822381734848, 0.0316537544131279, 0.13808725774288177, -0.04864417016506195, 0.058162983506917953, -0.007715123705565929, 0.0008117069955915213, 0.008084763772785664, -0.027666617184877396, -0.08696666359901428, 0.018302714452147484, -0.02162282168865204, 0.07832495868206024, 0.03112463466823101, 0.05489987134933472, -0.08585605770349503, 0.08227968215942383, 0.005275904666632414, -0.08839324116706848, -0.02472059242427349, -0.03204987570643425, -0.2441657930612564, -0.08167330175638199, -0.02478724531829357, -0.0675198882818222, -0.014336444437503815, 0.11546185612678528, -0.0319538414478302, 0.05946929752826691, -0.05905298888683319, 0.03283141180872917, 0.10688560456037521, 0.0343751534819603, -0.07561485469341278, -0.12768590450286865, 0.01822267659008503, 0.022461682558059692, -0.012065031565725803, -0.04471601918339729, -0.04183464124798775, 0.08328426629304886, -0.009345420636236668, 0.020238852128386497, 0.12237226217985153, 0.055519815534353256, -0.050173070281744, -0.04393033683300018, 0.11958491802215576, -0.07646909356117249, -0.017072517424821854, 0.02921612374484539, -0.09655983746051788, -0.04413045197725296, -0.0820850059390068, 0.014081912115216255, 0.0012710673036053777, 0.11836078017950058, -0.06181344389915466, -0.021913878619670868, -0.029674964025616646, -0.07280059158802032, 0.11248958110809326, -0.0964634120464325, -0.04694824665784836, -0.041890911757946014, -0.08826811611652374, -0.060879673808813095, 0.02551174908876419, -0.053232256323099136, -0.011461726389825344, 0.016188165172934532, 0.047508515417575836, -0.05257124826312065, 0.029461193829774857, -0.00014614041720051318, -0.08912709355354309, -0.008743205107748508, -0.09001457691192627, 0.04694284126162529, -0.024647552520036697, 0.041406869888305664, -0.13073794543743134, -0.04430878162384033, -0.20877771079540253, 0.12230124324560165, -0.08914307504892349, -0.0672188401222229, -0.034351203590631485, 0.04443769156932831, 0.019341405481100082, 0.05850576236844063, -0.05811619013547897, 0.06214014068245888, -0.18254628777503967, -0.04333396628499031, 0.0662054717540741, -0.12972459197044373, -0.09707685559988022, 0.10509460419416428, -0.04483268782496452, 0.019618093967437744, 0.10419224947690964, 0.14048635959625244, 0.1506158858537674, -0.030032873153686523, -0.03208303451538086, -0.05817665532231331, 0.027068356052041054, 0.194571390748024, 0.07442595064640045, 0.001428831834346056, 0.08041761815547943, 0.06010611727833748, -0.0723930075764656, 0.02575678378343582, -0.0039309971034526825, -0.0637996718287468, 0.04354493319988251, -0.061518594622612, 0.019488219171762466, 0.04875176027417183, -0.01952180825173855, -0.015193544328212738, -0.010062696412205696, -0.0457904152572155, 0.02211897261440754, 0.017334621399641037, 0.03545425087213516, -0.052831560373306274, 0.04900776594877243, -0.004890762269496918, 0.0005611653905361891, -0.20811621844768524, -0.3005661368370056, 0.06822673976421356, -0.08357950299978256, 0.12761910259723663, 0.04757336154580116, -0.035146359354257584, 0.0689270943403244, -0.09873155504465103, -0.005624217912554741, -0.03795391321182251, -0.0022772792726755142, 0.06669973582029343, -0.20750349760055542, 0.008723541162908077, -0.08431583642959595, 0.15770383179187775, 0.018919846042990685, -0.040973786264657974, 0.022145360708236694, 0.1353938728570938, 0.05399175360798836, -0.12552893161773682, 0.050480909645557404, 0.05886954814195633, 0.019927075132727623, -0.048367369920015335, 0.003073702799156308, 0.001910494058392942, 0.034664373844861984, 0.021452121436595917, -0.12333361804485321, -0.08706467598676682, 0.028866872191429138, 0.11860644817352295, -0.0753839984536171, -0.01676948554813862, 0.0019936247263103724, -0.036126282066106796, -0.18518462777137756, -0.015463040210306644, 0.09409157931804657, 0.026697231456637383, 0.053404394537210464, -0.08008848875761032, 0.02632777951657772, 0.03229271620512009, 0.03630099818110466, -0.010776675306260586, -0.05335355922579765, 0.06390579789876938, -0.1265813559293747, 0.10421253740787506, -0.16469602286815643, 0.1262628734111786, 0.2809180021286011, 0.02060030959546566, -0.06604668498039246, 0.05087697505950928, 0.05507947877049446, -0.0460243783891201, 0.14162254333496094, -0.055650513619184494, 0.020262224599719048, 0.03216519206762314, -0.01335928961634636, -0.008666799403727055, -0.0172188151627779, -0.01449008472263813, 0.03991394862532616, 0.0009754751808941364, -0.031851205974817276, 0.018194301053881645, 0.03770026937127113, 0.11691988259553909, 0.002887513255700469, -0.002014997648075223, -0.004695380572229624, -0.09568111598491669, -0.135654017329216, 0.1201387569308281, -0.14081257581710815, -0.17573677003383636, -0.12762939929962158, 0.014422283507883549, -0.135097473859787, 0.001572675071656704, 0.05215371772646904, -0.01814364641904831, -0.008134494535624981, -0.07872622460126877, 0.011890928260982037, -0.010652720928192139, -0.08036652952432632, -0.1561354249715805, 0.011980123817920685, -0.051163654774427414, -0.09114828705787659, 0.03606196120381355, -0.007159281522035599, -0.12101618945598602, 0.02733546309173107, 0.0220229160040617, 0.09795409440994263, 0.09163649380207062, -0.009195771999657154, -0.04033297300338745, -0.09088292717933655, 0.1944766491651535, -0.10949833691120148, 0.17334672808647156, 0.04493103176355362, -0.04996050149202347, 0.03334200754761696, 0.25452855229377747, 0.047344014048576355, -0.007281963247805834, 0.05309126526117325, 0.05148470029234886, -0.048955656588077545, -0.27003175020217896, -0.11900044977664948, -0.06201459839940071, -0.020644396543502808, 0.05940209701657295, -0.01278787199407816, 0.12664653360843658, 0.04879498854279518, -0.16256411373615265, -0.0585283562541008, 0.17455081641674042, 0.07136205583810806, 0.09600623697042465, 0.08367420732975006, 0.06620962917804718, -0.03231934830546379, 0.06508451700210571, 0.07924951612949371, -0.003783675841987133, 0.25503069162368774, -0.031609371304512024, 0.12617835402488708, 0.05213984474539757, -0.031045958399772644, 0.041781459003686905, 0.03131842985749245, 0.04329853132367134, 0.035135526210069656, -0.03192223235964775, -0.043669652193784714, 0.024775104597210884, 0.07509399950504303, 0.07792466878890991, -0.16745682060718536, -0.013223474845290184, 0.0008359113126061857, 0.0021757849026471376, 0.1295631378889084, -0.02612648718059063, -0.013165959157049656, -0.026083460077643394, 0.013622232712805271, 0.036448609083890915, -0.1022205799818039, 0.005793074145913124, 0.19037874042987823, -0.153437077999115, 0.09049532562494278, 0.026970796287059784, 0.0839977115392685, -0.07937804609537125, -0.07372233271598816, 0.038744375109672546, 0.009207525290548801, -0.039034366607666016, 0.051323141902685165, -0.07645895332098007, 0.07922064512968063, 0.02056117355823517, 0.06654252856969833, -0.02563125267624855, -0.00907448772341013, -0.0009121254552155733, -0.051795560866594315, 0.057056974619627, 0.0593189112842083, -0.22244474291801453, -0.040940433740615845, 0.01695343106985092, 0.04048449173569679, 0.0546652153134346, -0.04763297736644745, 0.048008065670728683, 0.03118143230676651, 0.03067423216998577, -0.055929288268089294, -0.02713126502931118, -0.09306500107049942, -0.16592071950435638, 0.055081985890865326, -0.03500143066048622, 0.03734978288412094, -0.0923280343413353, -0.013477839529514313, -0.0868331789970398, 0.10002194344997406, 0.012744133360683918, -0.11637665331363678, -0.10234969109296799, -0.003528082510456443, 0.08124450594186783, -0.024310454726219177, 0.10378573089838028, -0.045428406447172165, 0.15882031619548798, -0.12297697365283966, -0.06749299168586731, 0.031623512506484985, -0.04608018323779106, -0.15856249630451202, -0.09820236265659332, 0.05632691830396652, 0.12602460384368896, 0.021289007738232613, -0.0038486295379698277, 0.028744710609316826, 0.1040642112493515, -0.08849237114191055, 0.01795388013124466, 0.13155411183834076, -0.048438917845487595, 0.09271259605884552, 0.022167930379509926, -0.16986601054668427, -0.052841417491436005, -0.0751057118177414, 0.019666345790028572, 0.1427634060382843, -0.09194961190223694, 0.12228409945964813, 0.17229589819908142, -0.06623975187540054, -0.1513815075159073, 0.0615377202630043, 0.0971883237361908, -0.10843531787395477, 0.09026603400707245, -0.252816379070282, 0.1466687023639679, -0.013548031449317932, 0.003355751745402813, 0.037584338337183, -0.17440500855445862, -0.11197629570960999, 0.004107910208404064, 0.05591627582907677, 0.045594584196805954, -0.03420194610953331, 0.018876273185014725, 0.035651031881570816, -0.1473674476146698, 0.025785772129893303, -0.016627706587314606, 0.040008917450904846, 0.002643682761117816, 0.07034576684236526, -0.017091352492570877, -0.02671646699309349, 0.11730228364467621, 0.07589437067508698, 0.02104843407869339, 0.008692155592143536, 0.032630689442157745, 0.13321395218372345, -0.0012200864730402827, 0.05372895300388336, 0.055937182158231735, -0.020680200308561325, -0.09277314692735672, -0.03813233971595764, -0.07677238434553146, 0.017260625958442688, -0.043407049030065536, -0.018182748928666115, -0.12285449355840683, 0.09656178206205368, 0.059328991919755936, -0.008661037310957909, -0.017616363242268562, -0.07736056298017502, 0.10064853727817535, 0.04732115939259529, 0.0884762778878212, 0.0043360525742173195, -0.24461729824543, -0.026025308296084404, -0.020328424870967865, 0.0854722335934639, 0.04521997272968292, 0.003263152204453945, 0.12164649367332458, 0.01519464049488306, 0.09459995478391647, -0.007142962887883186, -0.15492184460163116, 0.04324590414762497, 0.0506591722369194, 0.0002063881402136758, -0.1419941633939743, -0.0015437696129083633, 0.08352809399366379, -0.060675617307424545, -0.14082852005958557, 0.0225527323782444, 0.0017807153053581715, -0.029646579176187515, -0.005879968870431185, -0.012239807285368443, 0.08038882911205292, 0.08685246109962463, -0.03606198728084564, 0.06550078094005585, -0.11141735315322876, 0.1910618394613266, 0.09864497929811478, -0.13619084656238556, -0.05430324003100395, 0.034882619976997375, -0.14273007214069366, -0.047135189175605774, -0.024753745645284653, -0.08301030099391937, 0.0401902049779892, -0.07193111628293991, 0.0642082467675209, -0.13246524333953857, 0.0017912454204633832, 0.0968082994222641, -0.06257940083742142, 0.03618968650698662, -0.028273293748497963, -0.01149976346641779, 0.024743493646383286, 0.09077512472867966, 0.05718430504202843, 0.08094459027051926, 0.014431595802307129, -0.04112980142235756, 0.025104818865656853, -0.09642989933490753, 0.007202593144029379, -0.08869096636772156, -0.0207098089158535, 0.0011208776850253344, -0.1485118865966797, 0.01582600176334381, -0.14148369431495667, 0.013325945474207401, -0.03634091094136238, -0.052805185317993164, 0.05455249175429344, -0.0064790821634233, -0.06408709287643433, -0.05424587056040764, -0.04803100600838661, 0.09058689326047897, -0.17039044201374054, -0.001340788323432207, 0.008872800506651402, -0.06991042196750641, 0.05957922711968422, 0.002536983694881201, -0.0228260587900877, 0.00869143009185791, -0.13400232791900635, -0.09707444906234741, -0.04501652717590332, 0.009273553267121315, -0.01761743053793907, -0.0620291642844677, 0.03128531202673912, 0.019002340734004974, -0.06503533571958542, 0.0021639305632561445, 0.030893882736563683, -0.09721953421831131, 0.049286551773548126, 0.049607738852500916, 0.00854283943772316, -0.051230814307928085, 0.040338851511478424, 0.15621539950370789, 0.0001947569689946249, 0.05746503919363022, -0.023689156398177147, 0.026034418493509293, -0.15298792719841003, -0.04518212750554085, -0.006898256950080395, -0.0006149563705548644, -0.010686295107007027, -0.023432334885001183, 0.013713549822568893, 0.010187034495174885, 0.12759731709957123, 0.023002954199910164, -0.035483039915561676, 0.022789843380451202, 0.14469796419143677, 0.041379086673259735, 0.05074750632047653, -0.058758147060871124, 0.013067133724689484, -0.014677210710942745, 0.014726061373949051, -0.038341984152793884, -0.05324449762701988, 0.0710982084274292, 0.10065608471632004, 0.014941644854843616, 0.08708804100751877, -0.0345698781311512, -0.001376067753881216, -0.04827934131026268, 0.003880315227434039, 0.05784281715750694, 0.018418174237012863, 0.005579626653343439, -0.04198002070188522, -0.03363395854830742, 0.1872236132621765, -0.15063849091529846, 0.1554381251335144, 0.006241247523576021, -0.015897341072559357, 0.021275680512189865, -0.14329572021961212, -0.00957461353391409, -0.043801382184028625, 0.01130805816501379, -0.13064898550510406, 0.06609069555997849, 0.03548064082860947, 0.06613662838935852, -0.021021487191319466, 0.12329968810081482, -0.013204784132540226, -0.1578528881072998, 0.09968334436416626, 0.04361613094806671, 0.09271339327096939, 0.130276158452034, 0.04914519190788269, 0.07479413598775864, 0.03801131993532181, 0.04389259219169617, 0.09794315695762634, -0.0014056717045605183, 0.07623296231031418, -0.016054218634963036, -0.0727647989988327, 0.04689021408557892, -0.0339956171810627, -0.025718018412590027, 0.22978776693344116, 0.05250724032521248, 0.020014692097902298, 0.027327418327331543, 0.19654951989650726, 0.020840313285589218, -0.10041598975658417, -0.14843544363975525, 0.06125817447900772, -0.06182413175702095, -0.014285460114479065, 0.03195692598819733, -0.13075190782546997, 0.06397435814142227, 0.12075688689947128, 0.175621896982193, 0.06588353961706161, -0.0326378159224987, -0.03304129093885422, -0.014235821552574635, 0.016320226714015007, 0.10299428552389145, -0.1213977187871933, 0.2886272370815277, -0.039937689900398254, 0.11353108286857605, -0.0722125694155693, -0.05553049221634865, 0.03915520757436752, 0.017761625349521637, 0.04454727843403816, 0.005623628851026297, -0.11675263941287994, 0.14051860570907593, -0.1149832084774971, -0.213243305683136, 0.08851968497037888, 0.019867992028594017, -0.06294868886470795, -0.02947203256189823, 0.02308073826134205, 0.05889023840427399, 0.0346217043697834, 0.031129056587815285, 0.0041643548756837845, 0.07088937610387802, 0.01381047535687685, -0.08729564398527145, -0.1817428469657898, 0.08802241832017899, -0.09538541734218597, 0.1326858550310135, -0.03868304565548897, 0.11134210228919983, 0.0067592947743833065, 0.06783781200647354, -0.06603028625249863, -0.012659339234232903, 0.06710726767778397, -0.06549496203660965, -0.026821942999958992, 0.15015064179897308, -0.012465393170714378, 0.1998147815465927, 0.10399861633777618, 0.05856494978070259, 0.09004870057106018, 0.013498165644705296, -0.031058138236403465, -0.09876740723848343, 0.10056867450475693, -0.07048999518156052, 0.1084570586681366, 0.062434036284685135, -0.02360536903142929, 0.018704252317547798, -0.00742951687425375, -0.017811419442296028, 0.058027081191539764, 0.10777448862791061, 0.0027121787425130606, -0.16229820251464844, 0.02974078245460987, -0.07034924626350403, 0.06564510613679886, -0.021747570484876633, -0.002604057313874364, 0.052882399410009384, -0.007416197564452887, 0.057756584137678146, 0.08873853087425232, 0.04516717046499252, -0.06917137652635574, -0.06816348433494568, -0.1606263369321823, 0.03192013502120972, 0.09804876893758774, -0.07736779004335403, -0.02788369171321392 ]
0d9e9952f1ef6e5415492d3d84b5873259137e3c
# Dataset Card for "coqa" ## 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://stanfordnlp.github.io/coqa/](https://stanfordnlp.github.io/coqa/) - **Repository:** https://github.com/stanfordnlp/coqa-baselines - **Paper:** [CoQA: A Conversational Question Answering Challenge](https://arxiv.org/abs/1808.07042) - **Point of Contact:** [Google Group](https://groups.google.com/forum/#!forum/coqa), [Siva Reddy](mailto:siva.reddy@mila.quebec), [Danqi Chen](mailto:danqic@cs.princeton.edu) - **Size of downloaded dataset files:** 58.09 MB - **Size of the generated dataset:** 19.24 MB - **Total amount of disk used:** 77.33 MB ### Dataset Summary CoQA is a large-scale dataset for building Conversational Question Answering systems. Our dataset contains 127k questions with answers, obtained from 8k conversations about text passages from seven diverse domains. The questions are conversational, and the answers are free-form text with their corresponding evidence highlighted in the passage. ### 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:** 58.09 MB - **Size of the generated dataset:** 19.24 MB - **Total amount of disk used:** 77.33 MB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "answers": "{\"answer_end\": [179, 494, 511, 545, 879, 1127, 1128, 94, 150, 412, 1009, 1046, 643, -1, 764, 724, 125, 1384, 881, 910], \"answer_...", "questions": "[\"When was the Vat formally opened?\", \"what is the library for?\", \"for what subjects?\", \"and?\", \"what was started in 2014?\", \"ho...", "source": "wikipedia", "story": "\"The Vatican Apostolic Library (), more commonly called the Vatican Library or simply the Vat, is the library of the Holy See, l..." } ``` ### Data Fields The data fields are the same among all splits. #### default - `source`: a `string` feature. - `story`: a `string` feature. - `questions`: a `list` of `string` features. - `answers`: a dictionary feature containing: - `input_text`: a `string` feature. - `answer_start`: a `int32` feature. - `answer_end`: a `int32` feature. ### Data Splits | name |train|validation| |-------|----:|---------:| |default| 7199| 500| ## 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 CoQA contains passages from seven domains. We make five of these public under the following licenses: - Literature and Wikipedia passages are shared under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license. - Children's stories are collected from [MCTest](https://www.microsoft.com/en-us/research/publication/mctest-challenge-dataset-open-domain-machine-comprehension-text/) which comes with [MSR-LA](https://github.com/mcobzarenco/mctest/blob/master/data/MCTest/LICENSE.pdf) license. - Middle/High school exam passages are collected from [RACE](https://arxiv.org/abs/1704.04683) which comes with its [own](http://www.cs.cmu.edu/~glai1/data/race/) license. - News passages are collected from the [DeepMind CNN dataset](https://arxiv.org/abs/1506.03340) which comes with [Apache](https://github.com/deepmind/rc-data/blob/master/LICENSE) license. ### Citation Information ``` @article{reddy-etal-2019-coqa, title = "{C}o{QA}: A Conversational Question Answering Challenge", author = "Reddy, Siva and Chen, Danqi and Manning, Christopher D.", journal = "Transactions of the Association for Computational Linguistics", volume = "7", year = "2019", address = "Cambridge, MA", publisher = "MIT Press", url = "https://aclanthology.org/Q19-1016", doi = "10.1162/tacl_a_00266", pages = "249--266", } ``` ### Contributions Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@ojasaar](https://github.com/ojasaar), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
stanfordnlp/coqa
[ "task_categories:question-answering", "task_ids:extractive-qa", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:extended|race", "source_datasets:extended|cnn_dailymail", "source_datasets:extended|wikipedia", "source_datasets:extended|other", "language:en", "license:other", "conversational-qa", "arxiv:1808.07042", "arxiv:1704.04683", "arxiv:1506.03340", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["other"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["extended|race", "extended|cnn_dailymail", "extended|wikipedia", "extended|other"], "task_categories": ["question-answering"], "task_ids": ["extractive-qa"], "paperswithcode_id": "coqa", "pretty_name": "CoQA: Conversational Question Answering Challenge", "tags": ["conversational-qa"], "dataset_info": {"features": [{"name": "source", "dtype": "string"}, {"name": "story", "dtype": "string"}, {"name": "questions", "sequence": "string"}, {"name": "answers", "sequence": [{"name": "input_text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}, {"name": "answer_end", "dtype": "int32"}]}], "splits": [{"name": "train", "num_bytes": 17953365, "num_examples": 7199}, {"name": "validation", "num_bytes": 1223427, "num_examples": 500}], "download_size": 12187487, "dataset_size": 19176792}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}]}]}
2024-01-04T07:47:32+00:00
[ "1808.07042", "1704.04683", "1506.03340" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|race #source_datasets-extended|cnn_dailymail #source_datasets-extended|wikipedia #source_datasets-extended|other #language-English #license-other #conversational-qa #arxiv-1808.07042 #arxiv-1704.04683 #arxiv-1506.03340 #region-us
Dataset Card for "coqa" ======================= 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: CoQA: A Conversational Question Answering Challenge * Point of Contact: Google Group, Siva Reddy, Danqi Chen * Size of downloaded dataset files: 58.09 MB * Size of the generated dataset: 19.24 MB * Total amount of disk used: 77.33 MB ### Dataset Summary CoQA is a large-scale dataset for building Conversational Question Answering systems. Our dataset contains 127k questions with answers, obtained from 8k conversations about text passages from seven diverse domains. The questions are conversational, and the answers are free-form text with their corresponding evidence highlighted in the passage. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 58.09 MB * Size of the generated dataset: 19.24 MB * Total amount of disk used: 77.33 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'source': a 'string' feature. * 'story': a 'string' feature. * 'questions': a 'list' of 'string' features. * 'answers': a dictionary feature containing: + 'input\_text': a 'string' feature. + 'answer\_start': a 'int32' feature. + 'answer\_end': 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 CoQA contains passages from seven domains. We make five of these public under the following licenses: * Literature and Wikipedia passages are shared under CC BY-SA 4.0 license. * Children's stories are collected from MCTest which comes with MSR-LA license. * Middle/High school exam passages are collected from RACE which comes with its own license. * News passages are collected from the DeepMind CNN dataset which comes with Apache license. ### Contributions Thanks to @patrickvonplaten, @lewtun, @thomwolf, @mariamabarham, @ojasaar, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nCoQA is a large-scale dataset for building Conversational Question Answering systems.\n\n\nOur dataset contains 127k questions with answers, obtained from 8k conversations about text passages from seven diverse domains. The questions are conversational, and the answers are free-form text with their corresponding evidence highlighted in the passage.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 58.09 MB\n* Size of the generated dataset: 19.24 MB\n* Total amount of disk used: 77.33 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* 'source': a 'string' feature.\n* 'story': a 'string' feature.\n* 'questions': a 'list' of 'string' features.\n* 'answers': a dictionary feature containing:\n\t+ 'input\\_text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.\n\t+ 'answer\\_end': 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\nCoQA contains passages from seven domains. We make five of these public under the following licenses:\n\n\n* Literature and Wikipedia passages are shared under CC BY-SA 4.0 license.\n* Children's stories are collected from MCTest which comes with MSR-LA license.\n* Middle/High school exam passages are collected from RACE which comes with its own license.\n* News passages are collected from the DeepMind CNN dataset which comes with Apache license.", "### Contributions\n\n\nThanks to @patrickvonplaten, @lewtun, @thomwolf, @mariamabarham, @ojasaar, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|race #source_datasets-extended|cnn_dailymail #source_datasets-extended|wikipedia #source_datasets-extended|other #language-English #license-other #conversational-qa #arxiv-1808.07042 #arxiv-1704.04683 #arxiv-1506.03340 #region-us \n", "### Dataset Summary\n\n\nCoQA is a large-scale dataset for building Conversational Question Answering systems.\n\n\nOur dataset contains 127k questions with answers, obtained from 8k conversations about text passages from seven diverse domains. The questions are conversational, and the answers are free-form text with their corresponding evidence highlighted in the passage.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 58.09 MB\n* Size of the generated dataset: 19.24 MB\n* Total amount of disk used: 77.33 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* 'source': a 'string' feature.\n* 'story': a 'string' feature.\n* 'questions': a 'list' of 'string' features.\n* 'answers': a dictionary feature containing:\n\t+ 'input\\_text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.\n\t+ 'answer\\_end': 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\nCoQA contains passages from seven domains. We make five of these public under the following licenses:\n\n\n* Literature and Wikipedia passages are shared under CC BY-SA 4.0 license.\n* Children's stories are collected from MCTest which comes with MSR-LA license.\n* Middle/High school exam passages are collected from RACE which comes with its own license.\n* News passages are collected from the DeepMind CNN dataset which comes with Apache license.", "### Contributions\n\n\nThanks to @patrickvonplaten, @lewtun, @thomwolf, @mariamabarham, @ojasaar, @lhoestq for adding this dataset." ]
[ 161, 81, 10, 11, 6, 51, 17, 102, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 108, 44 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|race #source_datasets-extended|cnn_dailymail #source_datasets-extended|wikipedia #source_datasets-extended|other #language-English #license-other #conversational-qa #arxiv-1808.07042 #arxiv-1704.04683 #arxiv-1506.03340 #region-us \n### Dataset Summary\n\n\nCoQA is a large-scale dataset for building Conversational Question Answering systems.\n\n\nOur dataset contains 127k questions with answers, obtained from 8k conversations about text passages from seven diverse domains. The questions are conversational, and the answers are free-form text with their corresponding evidence highlighted in the passage.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 58.09 MB\n* Size of the generated dataset: 19.24 MB\n* Total amount of disk used: 77.33 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* 'source': a 'string' feature.\n* 'story': a 'string' feature.\n* 'questions': a 'list' of 'string' features.\n* 'answers': a dictionary feature containing:\n\t+ 'input\\_text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.\n\t+ 'answer\\_end': 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?" ]
[ -0.04082481190562248, 0.1936311423778534, -0.005360554438084364, 0.032869335263967514, 0.06049341708421707, 0.025528376922011375, 0.015346978791058064, 0.13643132150173187, -0.01637299545109272, 0.19731764495372772, 0.005571221001446247, 0.02480330690741539, 0.10631956905126572, 0.1382269412279129, -0.034987665712833405, -0.1516822725534439, 0.016301358118653297, -0.09012330323457718, -0.020782003179192543, 0.10146616399288177, 0.11082330346107483, -0.08777043223381042, 0.04156242311000824, -0.1086530089378357, -0.03259866312146187, 0.024890221655368805, -0.050381436944007874, -0.011608866974711418, 0.01460651308298111, 0.060681235045194626, -0.023129140958189964, -0.007784444838762283, 0.0443858876824379, -0.247186079621315, 0.023093124851584435, 0.051922958344221115, 0.008509420789778233, 0.05349133163690567, 0.10023335367441177, -0.035215530544519424, 0.05538221448659897, -0.13120411336421967, 0.05057952553033829, 0.06258706003427505, -0.09483333677053452, -0.14655733108520508, -0.1480836123228073, 0.03293997794389725, 0.14283917844295502, 0.07712454348802567, -0.06679757684469223, 0.03139163553714752, -0.06832730025053024, 0.0781201720237732, 0.1437610387802124, -0.09242479503154755, -0.0682772547006607, 0.09288277477025986, 0.0367346815764904, 0.12260258942842484, -0.08609284460544586, -0.015027401968836784, 0.011797119863331318, 0.012746755965054035, 0.002082176273688674, -0.024026034399867058, -0.03356345370411873, 0.017178362235426903, -0.10592742264270782, -0.08836953341960907, 0.14274759590625763, 0.06844798475503922, -0.015705937519669533, -0.15604345500469208, -0.021879427134990692, -0.017695734277367592, -0.04383264109492302, 0.022358767688274384, 0.007155223283916712, -0.030480483546853065, -0.02515200898051262, -0.020027682185173035, -0.03375536575913429, -0.04386143386363983, -0.010889269411563873, -0.004331076517701149, 0.04531516134738922, 0.001144988345913589, 0.021933065727353096, 0.008430738933384418, -0.06855447590351105, -0.15067210793495178, -0.04520447924733162, 0.005914561916142702, -0.11059136688709259, -0.02186570316553116, 0.04217560589313507, -0.04229901731014252, 0.10540446639060974, 0.17494912445545197, -0.09456168115139008, 0.045304492115974426, -0.09670842438936234, -0.02830585651099682, 0.06326904892921448, 0.11413051187992096, -0.09923378378152847, -0.13999806344509125, 0.00044997347868047655, -0.01060672290623188, 0.023885758593678474, -0.03554878011345863, -0.015550250187516212, 0.053799085319042206, 0.014158698730170727, 0.1307889223098755, 0.1615190953016281, 0.008198590949177742, -0.034996356815099716, -0.04901040717959404, 0.14262519776821136, -0.13034698367118835, 0.03673923388123512, 0.07398538291454315, -0.06035705283284187, -0.08828432112932205, -0.04134787246584892, 0.009575683623552322, -0.10323561728000641, 0.06200651079416275, -0.030254561454057693, -0.04560669884085655, -0.07049255818128586, -0.07049942761659622, 0.07764073461294174, 0.0025706877931952477, -0.07995199412107468, -0.0012922151945531368, -0.10125330090522766, -0.07288158684968948, -0.008366035297513008, -0.10202755779027939, -0.05868808552622795, 0.012436130084097385, -0.042455486953258514, 0.011006828397512436, 0.004561890847980976, 0.10000848770141602, -0.03965580835938454, 0.03336232528090477, -0.02563253976404667, 0.014631103724241257, 0.1058691143989563, 0.050032563507556915, -0.07971762120723724, 0.07279255986213684, -0.14318802952766418, 0.12167122215032578, -0.11409804224967957, -0.0007530239527113736, -0.15318913757801056, -0.07804932445287704, 0.06921783089637756, -0.048368483781814575, -0.00711361039429903, 0.13209010660648346, -0.1448388546705246, -0.011244161985814571, 0.15329886972904205, -0.028851047158241272, -0.11903933435678482, 0.07821249216794968, -0.023707816377282143, -0.0640672966837883, 0.04133044555783272, 0.1544492095708847, -0.024711640551686287, 0.007993838749825954, -0.06016557291150093, -0.09040682762861252, 0.09139640629291534, 0.165070578455925, 0.12336821854114532, -0.135486900806427, 0.11182107776403427, -0.011004937812685966, -0.013485434465110302, -0.04236115142703056, -0.027912180870771408, -0.06944131851196289, -0.016886770725250244, -0.03535202518105507, -0.02460978925228119, 0.0038770076353102922, -0.0828738659620285, -0.07485344260931015, -0.05996914952993393, -0.09145940095186234, 0.03434054180979729, -0.017300739884376526, -0.006199660710990429, -0.059685345739126205, 0.007252388168126345, -0.04187766835093498, 0.03437315300107002, -0.1407107561826706, -0.1471102386713028, 0.05676165595650673, -0.04942207410931587, 0.07964329421520233, -0.11437514424324036, 0.010214048437774181, -0.02797839790582657, -0.0557999312877655, -0.017100509256124496, 0.029987050220370293, 0.0019968023989349604, -0.010262198746204376, -0.1593165099620819, -0.03892113268375397, -0.00811418890953064, 0.08009947836399078, -0.08735208958387375, -0.0009741027024574578, 0.08816841244697571, 0.1624000370502472, 0.01777457818388939, -0.08979745209217072, 0.07430151104927063, 0.0009547353256493807, 0.005378212314099073, -0.07164164632558823, -0.041117120534181595, -0.06207571551203728, -0.02511688508093357, 0.04951132461428642, -0.16722017526626587, -0.049449075013399124, 0.05037691444158554, 0.11974836140871048, -0.057056184858083725, -0.0014634164981544018, -0.055445436388254166, -0.05163823813199997, -0.06466879695653915, -0.08636739104986191, 0.040890440344810486, 0.04206099733710289, 0.018270377069711685, -0.050857480615377426, -0.06323502957820892, -0.023628106340765953, 0.025489620864391327, -0.03460599109530449, 0.13986337184906006, 0.03574545681476593, -0.16295427083969116, 0.11856339126825333, 0.039844777435064316, 0.059350837022066116, 0.055097125470638275, -0.05659745633602142, -0.10251002013683319, -0.036327265202999115, 0.04521734640002251, 0.029377855360507965, 0.06106720492243767, -0.044228002429008484, 0.06371113657951355, 0.07450295239686966, 0.031000064685940742, 0.03315908834338188, -0.019982172176241875, 0.030044401064515114, 0.028700361028313637, -0.06715674698352814, 0.02140762284398079, -0.005403280258178711, 0.050934236496686935, 0.09431137889623642, 0.049513593316078186, 0.11618804931640625, -0.025915242731571198, -0.08658485114574432, -0.14376197755336761, 0.14716173708438873, -0.10283757746219635, -0.1548413634300232, -0.06320138275623322, -0.09862887114286423, -0.03246791660785675, -0.037329189479351044, 0.02923142910003662, -0.04551732912659645, -0.07857347279787064, -0.10145404934883118, 0.07612306624650955, 0.03998434916138649, -0.10084481537342072, -0.008964617736637592, -0.039170797914266586, 0.03590066358447075, -0.1256704032421112, 0.041674889624118805, 0.06345764547586441, -0.08578960597515106, 0.006157388910651207, 0.0241070706397295, 0.15447884798049927, 0.1367243230342865, 0.03931702300906181, -0.012424333952367306, -0.01573442667722702, 0.2604556977748871, -0.14188535511493683, 0.09256293624639511, 0.08771462738513947, 0.001834364142268896, 0.060989268124103546, 0.23604106903076172, 0.022478332743048668, -0.052249643951654434, 0.06140312924981117, 0.09332136064767838, -0.04770708084106445, -0.294296532869339, -0.08518938720226288, -0.07004174590110779, 0.053215667605400085, 0.06950067728757858, 0.05765347555279732, 0.06598978489637375, 0.018230635672807693, -0.10556422173976898, -0.09239988029003143, 0.06412557512521744, 0.08812396973371506, 0.09800755232572556, 0.023268239572644234, 0.061159778386354446, -0.029160283505916595, 0.03972936421632767, 0.09451795369386673, -0.0022052170243114233, 0.12483412772417068, -0.01667000725865364, 0.2559592127799988, 0.015023190528154373, 0.107907235622406, -0.04893234372138977, -0.00893404334783554, -0.010554512962698936, 0.06268112361431122, 0.012385928072035313, -0.08006969094276428, 0.047560013830661774, 0.04811595380306244, 0.11695171147584915, -0.0340418815612793, 0.03887638822197914, -0.07832763344049454, 0.06553725153207779, 0.17995387315750122, 0.022496266290545464, -0.06373962014913559, -0.0361168310046196, 0.10453639179468155, -0.03382265195250511, -0.06888668984174728, 0.0010651119519025087, 0.11219318211078644, -0.15847544372081757, 0.05821678787469864, 0.019415566697716713, 0.1569114327430725, -0.01563110388815403, -0.05033477768301964, 0.027582712471485138, 0.057517241686582565, -0.0005392049788497388, 0.0908646509051323, -0.1973770707845688, 0.07899613678455353, 0.02473868429660797, 0.0007203153218142688, -0.060387998819351196, 0.050546471029520035, -0.024951184168457985, -0.061134129762649536, 0.12419471144676208, 0.022726213559508324, -0.07941048592329025, -0.023730773478746414, -0.12696683406829834, 0.019333677366375923, 0.09419776499271393, -0.1364978402853012, 0.08349418640136719, 0.02315148338675499, -0.03737621009349823, -0.023893970996141434, 0.029162338003516197, -0.06603076308965683, -0.1649482101202011, 0.049344681203365326, -0.01908986084163189, 0.05601649731397629, -0.06014774739742279, -0.02616185136139393, -0.06651274114847183, 0.17761637270450592, -0.06411764025688171, -0.09590400755405426, -0.12716837227344513, 0.024212371557950974, 0.20927447080612183, -0.0560244545340538, 0.055736981332302094, -0.03696569427847862, 0.15372751653194427, 0.004911048803478479, -0.050848059356212616, 0.10624463856220245, -0.0661979615688324, -0.2256140410900116, -0.024412207305431366, 0.190920889377594, 0.03230811655521393, 0.06375245749950409, -0.026494186371564865, 0.10654217004776001, -0.0017967208987101912, -0.1244751438498497, 0.057309988886117935, 0.06580929458141327, 0.05386379361152649, 0.12612679600715637, 0.05195610597729683, -0.13258688151836395, -0.111943319439888, -0.07651160657405853, 0.09442859888076782, 0.1599847376346588, -0.08532511442899704, 0.09110838174819946, 0.04292875900864601, -0.027194911614060402, -0.1800333559513092, 0.020445477217435837, 0.03544776514172554, -0.041821159422397614, 0.05333602800965309, -0.1590680181980133, 0.02842041105031967, 0.05110796168446541, -0.0313575342297554, 0.04827895388007164, -0.2964453399181366, -0.13072025775909424, 0.015301037579774857, 0.016066119074821472, -0.29518765211105347, -0.19145236909389496, -0.11136651039123535, -0.022919192910194397, -0.20668642222881317, 0.07221052795648575, 0.010672464035451412, 0.01791432313621044, 0.008431979455053806, 0.05895061790943146, 0.01670183427631855, -0.0486905463039875, 0.13863959908485413, 0.00785148423165083, -0.021541722118854523, -0.09778188914060593, 0.021041318774223328, -0.0012984223430976272, -0.00888549629598856, 0.10294784605503082, -0.05423680320382118, 0.08314817398786545, -0.10785684734582901, 0.009110397659242153, -0.0916333794593811, 0.006777349393814802, -0.09323811531066895, -0.03816158324480057, -0.09614374488592148, 0.04732634872198105, 0.12708835303783417, -0.02430208958685398, 0.07480993866920471, -0.041790615767240524, 0.13175161182880402, 0.19609962403774261, 0.08110824227333069, 0.0643218606710434, -0.15634915232658386, -0.017651930451393127, -0.01470673456788063, -0.0037836581468582153, -0.10705501586198807, 0.05003120005130768, 0.1392495185136795, 0.0634041279554367, 0.15625403821468353, -0.051925867795944214, -0.11239853501319885, -0.021052325144410133, 0.025897260755300522, -0.06104135513305664, -0.2731163799762726, 0.05047256126999855, 0.11545537412166595, -0.17627161741256714, -0.0826781615614891, 0.03555607795715332, 0.0385434553027153, -0.03268290311098099, 0.033008769154548645, 0.13046075403690338, 0.049637340009212494, 0.14619381725788116, 0.05290808901190758, 0.0665537565946579, -0.10910609364509583, 0.09334179759025574, 0.14252012968063354, -0.13410282135009766, 0.017155837267637253, 0.21719640493392944, -0.023033058270812035, -0.016420720145106316, 0.08485832810401917, -0.007448021788150072, 0.02435813844203949, 0.0030675458256155252, 0.06403376907110214, -0.1090138703584671, 0.07219822704792023, 0.0913250520825386, -0.025121580809354782, 0.002056451980024576, 0.06324902176856995, -0.015757838264107704, -0.040651582181453705, 0.16835859417915344, 0.023459162563085556, 0.04790925234556198, 0.015980243682861328, -0.04362234100699425, -0.014609703794121742, -0.01705545000731945, 0.013865378685295582, -0.02671964280307293, -0.044447921216487885, 0.004499473143368959, -0.1514967381954193, 0.028338544070720673, -0.12222804874181747, -0.0190416406840086, -0.053718019276857376, -0.06564920395612717, -0.016598427668213844, 0.013468119315803051, -0.05332329869270325, -0.10891660302877426, -0.06889765709638596, 0.07517190277576447, -0.2004534751176834, -0.021714044734835625, 0.09329050034284592, -0.04907055199146271, 0.12314727157354355, 0.024792684242129326, -0.03515869006514549, -0.018435733392834663, -0.09692850708961487, -0.04079046472907066, -0.04538896679878235, 0.03722682595252991, 0.04199936240911484, -0.15280459821224213, -0.047345615923404694, -0.02255447395145893, -0.09040652960538864, 0.03308713436126709, -0.03854687511920929, -0.12719020247459412, 0.05268028751015663, -0.07723159343004227, -0.04178255423903465, -0.040483467280864716, 0.055328983813524246, 0.020723113790154457, -0.009099427610635757, 0.06476714462041855, -0.040822990238666534, 0.12765052914619446, -0.16376355290412903, -0.045078523457050323, 0.00793876126408577, 0.01773521676659584, -0.027328018099069595, 0.08032175898551941, 0.08854241669178009, -0.055899426341056824, 0.1463993787765503, -0.05556316673755646, -0.03302228823304176, 0.063774973154068, 0.021014876663684845, 0.09063275903463364, 0.04262156039476395, 0.07185288518667221, -0.01646454818546772, -0.04171253368258476, 0.05823902040719986, -0.02768976055085659, -0.07032965123653412, 0.01078283041715622, 0.12532074749469757, 0.1762823909521103, 0.17660768330097198, -0.07587522268295288, 0.05379902943968773, -0.1474544107913971, -0.020214373245835304, 0.06505803018808365, -0.010616078041493893, 0.05796418711543083, -0.06348270922899246, 0.07481740415096283, 0.06286677718162537, -0.20278318226337433, 0.08522851765155792, -0.09885107725858688, -0.060167621821165085, -0.03472850099205971, -0.07437815517187119, -0.0743255764245987, -0.051955025643110275, 0.010398349724709988, -0.1407339721918106, 0.11390706151723862, 0.07204840332269669, 0.019013086333870888, -0.026465008035302162, 0.14288683235645294, -0.04361112043261528, -0.06322772800922394, -0.0021756005007773638, 0.045724522322416306, 0.04354984685778618, 0.09030889719724655, 0.0770510733127594, 0.03352860361337662, 0.04065653681755066, 0.1270143687725067, 0.0900498777627945, -0.016361553221940994, 0.0278420802205801, -0.0674562007188797, -0.0737316757440567, 0.010605711489915848, 0.009503595530986786, -0.015565013512969017, 0.23982425034046173, 0.03486943244934082, 0.04720287397503853, -0.010571657679975033, 0.21323443949222565, -0.06615690141916275, -0.08192803710699081, -0.11662101000547409, 0.014347131364047527, -0.06225122883915901, -0.03141799196600914, 0.02438143827021122, -0.15849457681179047, -0.020639216527342796, 0.08800432831048965, 0.15878280997276306, -0.002970013301819563, 0.01365587580949068, 0.004981961566954851, 0.007898402400314808, 0.012885497882962227, -0.021420862525701523, 0.06498047709465027, 0.19445931911468506, -0.06368425488471985, 0.048506252467632294, -0.02064453810453415, -0.0487021878361702, -0.06771357357501984, 0.09808944165706635, -0.023179028183221817, -0.02407584711909294, -0.04233793541789055, 0.1384357064962387, -0.06053797900676727, -0.20684814453125, -0.015209617093205452, -0.1650635153055191, -0.14081795513629913, -0.025144388899207115, 0.04533163085579872, 0.06704070419073105, -0.006509697530418634, 0.062242429703474045, 0.0018536688294261694, 0.08050160855054855, 0.0430920235812664, -0.02256839908659458, -0.06216510012745857, 0.09920775145292282, -0.10150766372680664, 0.1897546947002411, 0.011709870770573616, 0.07464495301246643, 0.094635009765625, -0.04226304218173027, -0.11928881704807281, 0.054017260670661926, 0.16400466859340668, -0.05600481852889061, 0.021221740171313286, 0.21349836885929108, -0.004309747368097305, 0.15578928589820862, 0.1176624745130539, -0.04162083566188812, 0.00793582946062088, 0.0009845169261097908, 0.024997368454933167, -0.14771030843257904, 0.03512074053287506, -0.08707550168037415, 0.11714287847280502, 0.16487598419189453, -0.07280298322439194, 0.01607743464410305, -0.008872400969266891, -0.007651106920093298, -0.021177703514695168, 0.16802071034908295, -0.007799919229000807, -0.1738983690738678, 0.06035645678639412, -0.03547954559326172, 0.09282119572162628, -0.11703579127788544, -0.03603766858577728, 0.02265171892940998, -0.005317397881299257, -0.008723391219973564, 0.13586756587028503, 0.08010160177946091, -0.015412782318890095, -0.052961088716983795, -0.10547782480716705, 0.010336006991565228, 0.13724404573440552, -0.07909125089645386, 0.009561466053128242 ]
50508938c74b7faee130f9b164b1d4d55d4e77e0
# Dataset Card for CORD-19 ## 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.semanticscholar.org/cord19](https://www.semanticscholar.org/cord19) - **Repository:** [https://github.com/allenai/cord19](https://github.com/allenai/cord19) - **Paper:** [CORD-19: The COVID-19 Open Research Dataset](https://www.aclweb.org/anthology/2020.nlpcovid19-acl.1/) - **Leaderboard:** [Kaggle challenge](https://www.kaggle.com/allen-institute-for-ai/CORD-19-research-challenge) ### Dataset Summary CORD-19 is a corpus of academic papers about COVID-19 and related coronavirus research. It's curated and maintained by the Semantic Scholar team at the Allen Institute for AI to support text mining and NLP research. ### Supported Tasks and Leaderboards See tasks defined in the related [Kaggle challenge](https://www.kaggle.com/allen-institute-for-ai/CORD-19-research-challenge/tasks) ### Languages The dataset is in english (en). ## Dataset Structure ### Data Instances The following code block present an overview of a sample in json-like syntax (abbreviated since some fields are very long): ``` { "abstract": "OBJECTIVE: This retrospective chart review describes the epidemiology and clinical features of 40 patients with culture-proven Mycoplasma pneumoniae infections at King Abdulaziz University Hospital, Jeddah, Saudi Arabia. METHODS: Patients with positive M. pneumoniae cultures from respiratory specimens from January 1997 through December 1998 were identified through the Microbiology records. Charts of patients were reviewed. RESULTS: 40 patients were identified [...]", "authors": "Madani, Tariq A; Al-Ghamdi, Aisha A", "cord_uid": "ug7v899j", "doc_embeddings": [ -2.939983606338501, -6.312200546264648, -1.0459030866622925, [...] 766 values in total [...] -4.107113361358643, -3.8174145221710205, 1.8976187705993652, 5.811529159545898, -2.9323840141296387 ], "doi": "10.1186/1471-2334-1-6", "journal": "BMC Infect Dis", "publish_time": "2001-07-04", "sha": "d1aafb70c066a2068b02786f8929fd9c900897fb", "source_x": "PMC", "title": "Clinical features of culture-proven Mycoplasma pneumoniae infections at King Abdulaziz University Hospital, Jeddah, Saudi Arabia", "url": "https: //www.ncbi.nlm.nih.gov/pmc/articles/PMC35282/" } ``` ### Data Fields Currently only the following fields are integrated: `cord_uid`, `sha`,`source_x`, `title`, `doi`, `abstract`, `publish_time`, `authors`, `journal`. With `fulltext` configuration, the sections transcribed in `pdf_json_files` are converted in `fulltext` feature. - `cord_uid`: A `str`-valued field that assigns a unique identifier to each CORD-19 paper. This is not necessariy unique per row, which is explained in the FAQs. - `sha`: A `List[str]`-valued field that is the SHA1 of all PDFs associated with the CORD-19 paper. Most papers will have either zero or one value here (since we either have a PDF or we don't), but some papers will have multiple. For example, the main paper might have supplemental information saved in a separate PDF. Or we might have two separate PDF copies of the same paper. If multiple PDFs exist, their SHA1 will be semicolon-separated (e.g. `'4eb6e165ee705e2ae2a24ed2d4e67da42831ff4a; d4f0247db5e916c20eae3f6d772e8572eb828236'`) - `source_x`: A `List[str]`-valued field that is the names of sources from which we received this paper. Also semicolon-separated. For example, `'ArXiv; Elsevier; PMC; WHO'`. There should always be at least one source listed. - `title`: A `str`-valued field for the paper title - `doi`: A `str`-valued field for the paper DOI - `pmcid`: A `str`-valued field for the paper's ID on PubMed Central. Should begin with `PMC` followed by an integer. - `pubmed_id`: An `int`-valued field for the paper's ID on PubMed. - `license`: A `str`-valued field with the most permissive license we've found associated with this paper. Possible values include: `'cc0', 'hybrid-oa', 'els-covid', 'no-cc', 'cc-by-nc-sa', 'cc-by', 'gold-oa', 'biorxiv', 'green-oa', 'bronze-oa', 'cc-by-nc', 'medrxiv', 'cc-by-nd', 'arxiv', 'unk', 'cc-by-sa', 'cc-by-nc-nd'` - `abstract`: A `str`-valued field for the paper's abstract - `publish_time`: A `str`-valued field for the published date of the paper. This is in `yyyy-mm-dd` format. Not always accurate as some publishers will denote unknown dates with future dates like `yyyy-12-31` - `authors`: A `List[str]`-valued field for the authors of the paper. Each author name is in `Last, First Middle` format and semicolon-separated. - `journal`: A `str`-valued field for the paper journal. Strings are not normalized (e.g. `BMJ` and `British Medical Journal` can both exist). Empty string if unknown. - `mag_id`: Deprecated, but originally an `int`-valued field for the paper as represented in the Microsoft Academic Graph. - `who_covidence_id`: A `str`-valued field for the ID assigned by the WHO for this paper. Format looks like `#72306`. - `arxiv_id`: A `str`-valued field for the arXiv ID of this paper. - `pdf_json_files`: A `List[str]`-valued field containing paths from the root of the current data dump version to the parses of the paper PDFs into JSON format. Multiple paths are semicolon-separated. Example: `document_parses/pdf_json/4eb6e165ee705e2ae2a24ed2d4e67da42831ff4a.json; document_parses/pdf_json/d4f0247db5e916c20eae3f6d772e8572eb828236.json` - `pmc_json_files`: A `List[str]`-valued field. Same as above, but corresponding to the full text XML files downloaded from PMC, parsed into the same JSON format as above. - `url`: A `List[str]`-valued field containing all URLs associated with this paper. Semicolon-separated. - `s2_id`: A `str`-valued field containing the Semantic Scholar ID for this paper. Can be used with the Semantic Scholar API (e.g. `s2_id=9445722` corresponds to `http://api.semanticscholar.org/corpusid:9445722`) Extra fields based on selected configuration during loading: - `fulltext`: A `str`-valued field containing the concatenation of all text sections from json (itself extracted from pdf) - `doc_embeddings`: A `sequence` of float-valued elements containing document embeddings as a vector of floats (parsed from string of values separated by ','). Details on the system used to extract the embeddings are available in: [SPECTER: Document-level Representation Learning using Citation-informed Transformers](https://arxiv.org/abs/2004.07180). TL;DR: it's relying on a BERT model pre-trained on document-level relatedness using the citation graph. The system can be queried through REST (see [public API documentation](https://github.com/allenai/paper-embedding-public-apis)). ### Data Splits No annotation provided in this dataset so all instances are provided in training split. The sizes of each configuration are: | | train | |------------|-------:| | metadata | 368618 | | fulltext | 368618 | | embeddings | 368618 | ## Dataset Creation ### Curation Rationale See [official readme](https://github.com/allenai/cord19/blob/master/README.md) ### Source Data See [official readme](https://github.com/allenai/cord19/blob/master/README.md) #### Initial Data Collection and Normalization See [official readme](https://github.com/allenai/cord19/blob/master/README.md) #### Who are the source language producers? See [official readme](https://github.com/allenai/cord19/blob/master/README.md) ### Annotations No annotations #### Annotation process N/A #### Who are the annotators? N/A ### 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{Wang2020CORD19TC, title={CORD-19: The Covid-19 Open Research Dataset}, author={Lucy Lu Wang and Kyle Lo and Yoganand Chandrasekhar and Russell Reas and Jiangjiang Yang and Darrin Eide and K. Funk and Rodney Michael Kinney and Ziyang Liu and W. Merrill and P. Mooney and D. Murdick and Devvret Rishi and Jerry Sheehan and Zhihong Shen and B. Stilson and A. Wade and K. Wang and Christopher Wilhelm and Boya Xie and D. Raymond and Daniel S. Weld and Oren Etzioni and Sebastian Kohlmeier}, journal={ArXiv}, year={2020} } ``` ### Contributions Thanks to [@ggdupont](https://github.com/ggdupont) for adding this dataset.
allenai/cord19
[ "task_categories:other", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:cc-by-nd-4.0", "license:cc-by-sa-4.0", "license:other", "arxiv:2004.07180", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-nd-4.0", "cc-by-sa-4.0", "other"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["other"], "task_ids": [], "paperswithcode_id": "cord-19", "pretty_name": "CORD-19", "dataset_info": [{"config_name": "metadata", "features": [{"name": "cord_uid", "dtype": "string"}, {"name": "sha", "dtype": "string"}, {"name": "source_x", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "doi", "dtype": "string"}, {"name": "abstract", "dtype": "string"}, {"name": "publish_time", "dtype": "string"}, {"name": "authors", "dtype": "string"}, {"name": "journal", "dtype": "string"}, {"name": "url", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 496247275, "num_examples": 368618}], "download_size": 6142360818, "dataset_size": 496247275}, {"config_name": "fulltext", "features": [{"name": "cord_uid", "dtype": "string"}, {"name": "sha", "dtype": "string"}, {"name": "source_x", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "doi", "dtype": "string"}, {"name": "abstract", "dtype": "string"}, {"name": "publish_time", "dtype": "string"}, {"name": "authors", "dtype": "string"}, {"name": "journal", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "fulltext", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3718245736, "num_examples": 368618}], "download_size": 6142360818, "dataset_size": 3718245736}, {"config_name": "embeddings", "features": [{"name": "cord_uid", "dtype": "string"}, {"name": "sha", "dtype": "string"}, {"name": "source_x", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "doi", "dtype": "string"}, {"name": "abstract", "dtype": "string"}, {"name": "publish_time", "dtype": "string"}, {"name": "authors", "dtype": "string"}, {"name": "journal", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "doc_embeddings", "sequence": "float64"}], "splits": [{"name": "train", "num_bytes": 2759561943, "num_examples": 368618}], "download_size": 6142360818, "dataset_size": 2759561943}]}
2022-11-03T16:31:53+00:00
[ "2004.07180" ]
[ "en" ]
TAGS #task_categories-other #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-nd-4.0 #license-cc-by-sa-4.0 #license-other #arxiv-2004.07180 #region-us
Dataset Card for CORD-19 ======================== 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: CORD-19: The COVID-19 Open Research Dataset * Leaderboard: Kaggle challenge ### Dataset Summary CORD-19 is a corpus of academic papers about COVID-19 and related coronavirus research. It's curated and maintained by the Semantic Scholar team at the Allen Institute for AI to support text mining and NLP research. ### Supported Tasks and Leaderboards See tasks defined in the related Kaggle challenge ### Languages The dataset is in english (en). Dataset Structure ----------------- ### Data Instances The following code block present an overview of a sample in json-like syntax (abbreviated since some fields are very long): ### Data Fields Currently only the following fields are integrated: 'cord\_uid', 'sha','source\_x', 'title', 'doi', 'abstract', 'publish\_time', 'authors', 'journal'. With 'fulltext' configuration, the sections transcribed in 'pdf\_json\_files' are converted in 'fulltext' feature. * 'cord\_uid': A 'str'-valued field that assigns a unique identifier to each CORD-19 paper. This is not necessariy unique per row, which is explained in the FAQs. * 'sha': A 'List[str]'-valued field that is the SHA1 of all PDFs associated with the CORD-19 paper. Most papers will have either zero or one value here (since we either have a PDF or we don't), but some papers will have multiple. For example, the main paper might have supplemental information saved in a separate PDF. Or we might have two separate PDF copies of the same paper. If multiple PDFs exist, their SHA1 will be semicolon-separated (e.g. ''4eb6e165ee705e2ae2a24ed2d4e67da42831ff4a; d4f0247db5e916c20eae3f6d772e8572eb828236'') * 'source\_x': A 'List[str]'-valued field that is the names of sources from which we received this paper. Also semicolon-separated. For example, ''ArXiv; Elsevier; PMC; WHO''. There should always be at least one source listed. * 'title': A 'str'-valued field for the paper title * 'doi': A 'str'-valued field for the paper DOI * 'pmcid': A 'str'-valued field for the paper's ID on PubMed Central. Should begin with 'PMC' followed by an integer. * 'pubmed\_id': An 'int'-valued field for the paper's ID on PubMed. * 'license': A 'str'-valued field with the most permissive license we've found associated with this paper. Possible values include: ''cc0', 'hybrid-oa', 'els-covid', 'no-cc', 'cc-by-nc-sa', 'cc-by', 'gold-oa', 'biorxiv', 'green-oa', 'bronze-oa', 'cc-by-nc', 'medrxiv', 'cc-by-nd', 'arxiv', 'unk', 'cc-by-sa', 'cc-by-nc-nd'' * 'abstract': A 'str'-valued field for the paper's abstract * 'publish\_time': A 'str'-valued field for the published date of the paper. This is in 'yyyy-mm-dd' format. Not always accurate as some publishers will denote unknown dates with future dates like 'yyyy-12-31' * 'authors': A 'List[str]'-valued field for the authors of the paper. Each author name is in 'Last, First Middle' format and semicolon-separated. * 'journal': A 'str'-valued field for the paper journal. Strings are not normalized (e.g. 'BMJ' and 'British Medical Journal' can both exist). Empty string if unknown. * 'mag\_id': Deprecated, but originally an 'int'-valued field for the paper as represented in the Microsoft Academic Graph. * 'who\_covidence\_id': A 'str'-valued field for the ID assigned by the WHO for this paper. Format looks like '#72306'. * 'arxiv\_id': A 'str'-valued field for the arXiv ID of this paper. * 'pdf\_json\_files': A 'List[str]'-valued field containing paths from the root of the current data dump version to the parses of the paper PDFs into JSON format. Multiple paths are semicolon-separated. Example: 'document\_parses/pdf\_json/URL; document\_parses/pdf\_json/URL' * 'pmc\_json\_files': A 'List[str]'-valued field. Same as above, but corresponding to the full text XML files downloaded from PMC, parsed into the same JSON format as above. * 'url': A 'List[str]'-valued field containing all URLs associated with this paper. Semicolon-separated. * 's2\_id': A 'str'-valued field containing the Semantic Scholar ID for this paper. Can be used with the Semantic Scholar API (e.g. 's2\_id=9445722' corresponds to 'URL Extra fields based on selected configuration during loading: * 'fulltext': A 'str'-valued field containing the concatenation of all text sections from json (itself extracted from pdf) * 'doc\_embeddings': A 'sequence' of float-valued elements containing document embeddings as a vector of floats (parsed from string of values separated by ','). Details on the system used to extract the embeddings are available in: SPECTER: Document-level Representation Learning using Citation-informed Transformers. TL;DR: it's relying on a BERT model pre-trained on document-level relatedness using the citation graph. The system can be queried through REST (see public API documentation). ### Data Splits No annotation provided in this dataset so all instances are provided in training split. The sizes of each configuration are: Dataset Creation ---------------- ### Curation Rationale See official readme ### Source Data See official readme #### Initial Data Collection and Normalization See official readme #### Who are the source language producers? See official readme ### Annotations No annotations #### Annotation process N/A #### Who are the annotators? N/A ### 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 @ggdupont for adding this dataset.
[ "### Dataset Summary\n\n\nCORD-19 is a corpus of academic papers about COVID-19 and related coronavirus research. It's curated and maintained by the Semantic Scholar team at the Allen Institute for AI to support text mining and NLP research.", "### Supported Tasks and Leaderboards\n\n\nSee tasks defined in the related Kaggle challenge", "### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe following code block present an overview of a sample in json-like syntax (abbreviated since some fields are very long):", "### Data Fields\n\n\nCurrently only the following fields are integrated: 'cord\\_uid', 'sha','source\\_x', 'title', 'doi', 'abstract', 'publish\\_time', 'authors', 'journal'. With 'fulltext' configuration, the sections transcribed in 'pdf\\_json\\_files' are converted in 'fulltext' feature.\n\n\n* 'cord\\_uid': A 'str'-valued field that assigns a unique identifier to each CORD-19 paper. This is not necessariy unique per row, which is explained in the FAQs.\n* 'sha': A 'List[str]'-valued field that is the SHA1 of all PDFs associated with the CORD-19 paper. Most papers will have either zero or one value here (since we either have a PDF or we don't), but some papers will have multiple. For example, the main paper might have supplemental information saved in a separate PDF. Or we might have two separate PDF copies of the same paper. If multiple PDFs exist, their SHA1 will be semicolon-separated (e.g. ''4eb6e165ee705e2ae2a24ed2d4e67da42831ff4a; d4f0247db5e916c20eae3f6d772e8572eb828236'')\n* 'source\\_x': A 'List[str]'-valued field that is the names of sources from which we received this paper. Also semicolon-separated. For example, ''ArXiv; Elsevier; PMC; WHO''. There should always be at least one source listed.\n* 'title': A 'str'-valued field for the paper title\n* 'doi': A 'str'-valued field for the paper DOI\n* 'pmcid': A 'str'-valued field for the paper's ID on PubMed Central. Should begin with 'PMC' followed by an integer.\n* 'pubmed\\_id': An 'int'-valued field for the paper's ID on PubMed.\n* 'license': A 'str'-valued field with the most permissive license we've found associated with this paper. Possible values include: ''cc0', 'hybrid-oa', 'els-covid', 'no-cc', 'cc-by-nc-sa', 'cc-by', 'gold-oa', 'biorxiv', 'green-oa', 'bronze-oa', 'cc-by-nc', 'medrxiv', 'cc-by-nd', 'arxiv', 'unk', 'cc-by-sa', 'cc-by-nc-nd''\n* 'abstract': A 'str'-valued field for the paper's abstract\n* 'publish\\_time': A 'str'-valued field for the published date of the paper. This is in 'yyyy-mm-dd' format. Not always accurate as some publishers will denote unknown dates with future dates like 'yyyy-12-31'\n* 'authors': A 'List[str]'-valued field for the authors of the paper. Each author name is in 'Last, First Middle' format and semicolon-separated.\n* 'journal': A 'str'-valued field for the paper journal. Strings are not normalized (e.g. 'BMJ' and 'British Medical Journal' can both exist). Empty string if unknown.\n* 'mag\\_id': Deprecated, but originally an 'int'-valued field for the paper as represented in the Microsoft Academic Graph.\n* 'who\\_covidence\\_id': A 'str'-valued field for the ID assigned by the WHO for this paper. Format looks like '#72306'.\n* 'arxiv\\_id': A 'str'-valued field for the arXiv ID of this paper.\n* 'pdf\\_json\\_files': A 'List[str]'-valued field containing paths from the root of the current data dump version to the parses of the paper PDFs into JSON format. Multiple paths are semicolon-separated. Example: 'document\\_parses/pdf\\_json/URL; document\\_parses/pdf\\_json/URL'\n* 'pmc\\_json\\_files': A 'List[str]'-valued field. Same as above, but corresponding to the full text XML files downloaded from PMC, parsed into the same JSON format as above.\n* 'url': A 'List[str]'-valued field containing all URLs associated with this paper. Semicolon-separated.\n* 's2\\_id': A 'str'-valued field containing the Semantic Scholar ID for this paper. Can be used with the Semantic Scholar API (e.g. 's2\\_id=9445722' corresponds to 'URL\n\n\nExtra fields based on selected configuration during loading:\n\n\n* 'fulltext': A 'str'-valued field containing the concatenation of all text sections from json (itself extracted from pdf)\n* 'doc\\_embeddings': A 'sequence' of float-valued elements containing document embeddings as a vector of floats (parsed from string of values separated by ','). Details on the system used to extract the embeddings are available in: SPECTER: Document-level Representation Learning using Citation-informed Transformers. TL;DR: it's relying on a BERT model pre-trained on document-level relatedness using the citation graph. The system can be queried through REST (see public API documentation).", "### Data Splits\n\n\nNo annotation provided in this dataset so all instances are provided in training split.\n\n\nThe sizes of each configuration are:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nSee official readme", "### Source Data\n\n\nSee official readme", "#### Initial Data Collection and Normalization\n\n\nSee official readme", "#### Who are the source language producers?\n\n\nSee official readme", "### Annotations\n\n\nNo annotations", "#### Annotation process\n\n\nN/A", "#### Who are the annotators?\n\n\nN/A", "### 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 @ggdupont for adding this dataset." ]
[ "TAGS\n#task_categories-other #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-nd-4.0 #license-cc-by-sa-4.0 #license-other #arxiv-2004.07180 #region-us \n", "### Dataset Summary\n\n\nCORD-19 is a corpus of academic papers about COVID-19 and related coronavirus research. It's curated and maintained by the Semantic Scholar team at the Allen Institute for AI to support text mining and NLP research.", "### Supported Tasks and Leaderboards\n\n\nSee tasks defined in the related Kaggle challenge", "### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe following code block present an overview of a sample in json-like syntax (abbreviated since some fields are very long):", "### Data Fields\n\n\nCurrently only the following fields are integrated: 'cord\\_uid', 'sha','source\\_x', 'title', 'doi', 'abstract', 'publish\\_time', 'authors', 'journal'. With 'fulltext' configuration, the sections transcribed in 'pdf\\_json\\_files' are converted in 'fulltext' feature.\n\n\n* 'cord\\_uid': A 'str'-valued field that assigns a unique identifier to each CORD-19 paper. This is not necessariy unique per row, which is explained in the FAQs.\n* 'sha': A 'List[str]'-valued field that is the SHA1 of all PDFs associated with the CORD-19 paper. Most papers will have either zero or one value here (since we either have a PDF or we don't), but some papers will have multiple. For example, the main paper might have supplemental information saved in a separate PDF. Or we might have two separate PDF copies of the same paper. If multiple PDFs exist, their SHA1 will be semicolon-separated (e.g. ''4eb6e165ee705e2ae2a24ed2d4e67da42831ff4a; d4f0247db5e916c20eae3f6d772e8572eb828236'')\n* 'source\\_x': A 'List[str]'-valued field that is the names of sources from which we received this paper. Also semicolon-separated. For example, ''ArXiv; Elsevier; PMC; WHO''. There should always be at least one source listed.\n* 'title': A 'str'-valued field for the paper title\n* 'doi': A 'str'-valued field for the paper DOI\n* 'pmcid': A 'str'-valued field for the paper's ID on PubMed Central. Should begin with 'PMC' followed by an integer.\n* 'pubmed\\_id': An 'int'-valued field for the paper's ID on PubMed.\n* 'license': A 'str'-valued field with the most permissive license we've found associated with this paper. Possible values include: ''cc0', 'hybrid-oa', 'els-covid', 'no-cc', 'cc-by-nc-sa', 'cc-by', 'gold-oa', 'biorxiv', 'green-oa', 'bronze-oa', 'cc-by-nc', 'medrxiv', 'cc-by-nd', 'arxiv', 'unk', 'cc-by-sa', 'cc-by-nc-nd''\n* 'abstract': A 'str'-valued field for the paper's abstract\n* 'publish\\_time': A 'str'-valued field for the published date of the paper. This is in 'yyyy-mm-dd' format. Not always accurate as some publishers will denote unknown dates with future dates like 'yyyy-12-31'\n* 'authors': A 'List[str]'-valued field for the authors of the paper. Each author name is in 'Last, First Middle' format and semicolon-separated.\n* 'journal': A 'str'-valued field for the paper journal. Strings are not normalized (e.g. 'BMJ' and 'British Medical Journal' can both exist). Empty string if unknown.\n* 'mag\\_id': Deprecated, but originally an 'int'-valued field for the paper as represented in the Microsoft Academic Graph.\n* 'who\\_covidence\\_id': A 'str'-valued field for the ID assigned by the WHO for this paper. Format looks like '#72306'.\n* 'arxiv\\_id': A 'str'-valued field for the arXiv ID of this paper.\n* 'pdf\\_json\\_files': A 'List[str]'-valued field containing paths from the root of the current data dump version to the parses of the paper PDFs into JSON format. Multiple paths are semicolon-separated. Example: 'document\\_parses/pdf\\_json/URL; document\\_parses/pdf\\_json/URL'\n* 'pmc\\_json\\_files': A 'List[str]'-valued field. Same as above, but corresponding to the full text XML files downloaded from PMC, parsed into the same JSON format as above.\n* 'url': A 'List[str]'-valued field containing all URLs associated with this paper. Semicolon-separated.\n* 's2\\_id': A 'str'-valued field containing the Semantic Scholar ID for this paper. Can be used with the Semantic Scholar API (e.g. 's2\\_id=9445722' corresponds to 'URL\n\n\nExtra fields based on selected configuration during loading:\n\n\n* 'fulltext': A 'str'-valued field containing the concatenation of all text sections from json (itself extracted from pdf)\n* 'doc\\_embeddings': A 'sequence' of float-valued elements containing document embeddings as a vector of floats (parsed from string of values separated by ','). Details on the system used to extract the embeddings are available in: SPECTER: Document-level Representation Learning using Citation-informed Transformers. TL;DR: it's relying on a BERT model pre-trained on document-level relatedness using the citation graph. The system can be queried through REST (see public API documentation).", "### Data Splits\n\n\nNo annotation provided in this dataset so all instances are provided in training split.\n\n\nThe sizes of each configuration are:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nSee official readme", "### Source Data\n\n\nSee official readme", "#### Initial Data Collection and Normalization\n\n\nSee official readme", "#### Who are the source language producers?\n\n\nSee official readme", "### Annotations\n\n\nNo annotations", "#### Annotation process\n\n\nN/A", "#### Who are the annotators?\n\n\nN/A", "### 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 @ggdupont for adding this dataset." ]
[ 103, 57, 21, 20, 37, 1373, 37, 11, 8, 14, 14, 9, 8, 12, 18, 7, 8, 14, 6, 6, 17 ]
[ "passage: TAGS\n#task_categories-other #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-nd-4.0 #license-cc-by-sa-4.0 #license-other #arxiv-2004.07180 #region-us \n### Dataset Summary\n\n\nCORD-19 is a corpus of academic papers about COVID-19 and related coronavirus research. It's curated and maintained by the Semantic Scholar team at the Allen Institute for AI to support text mining and NLP research.### Supported Tasks and Leaderboards\n\n\nSee tasks defined in the related Kaggle challenge### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nThe following code block present an overview of a sample in json-like syntax (abbreviated since some fields are very long):" ]
[ -0.0028107331600040197, 0.015855908393859863, -0.0019271064084023237, 0.07082615792751312, 0.034119222313165665, 0.027911366894841194, 0.09786885231733322, 0.09988783299922943, 0.08594081550836563, 0.07674890011548996, 0.09867261350154877, 0.0489993616938591, 0.04112678021192551, 0.11205312609672546, -0.04178798198699951, -0.1672208458185196, 0.04889991134405136, -0.08987222611904144, 0.10086770355701447, 0.0467299222946167, 0.07806513458490372, -0.04927356541156769, 0.04012617468833923, -0.07435475289821625, -0.02978365309536457, -0.04211187735199928, -0.0023360110353678465, -0.0515223853290081, 0.1057109534740448, 0.03169527277350426, 0.030614398419857025, 0.027318252250552177, 0.009336932562291622, -0.19908934831619263, 0.033298369497060776, -0.020771795883774757, 0.04056210443377495, 0.03569752350449562, -0.013315120711922646, 0.003599819028750062, 0.05646580457687378, -0.1061774492263794, -0.013887285254895687, 0.06782227009534836, -0.08039309084415436, -0.03922979161143303, -0.0895906537771225, -0.009191706776618958, 0.020626865327358246, 0.04967852309346199, -0.029516372829675674, 0.11182376742362976, -0.0322304293513298, 0.07115662097930908, 0.07697468250989914, -0.17849187552928925, -0.049623724073171616, 0.16306838393211365, 0.11799384653568268, 0.16719599068164825, -0.006385158281773329, 0.072677381336689, 0.041129764169454575, -0.011282120831310749, -0.019067851826548576, -0.10626907646656036, -0.2616018056869507, -0.0038258330896496773, -0.10811309516429901, -0.04333854094147682, 0.27841177582740784, 0.02436824142932892, -0.030187631025910378, -0.12720061838626862, -0.036381810903549194, 0.10604200512170792, -0.053612105548381805, 0.016598382964730263, -0.031143546104431152, -0.007114945445209742, 0.18505246937274933, -0.11114396899938583, -0.05893660709261894, -0.036312662065029144, -0.060763269662857056, 0.13422632217407227, 0.012510539032518864, 0.009145193733274937, 0.019243771210312843, 0.008635945618152618, -0.1152774915099144, -0.09913549572229385, -0.01794983074069023, -0.0896575003862381, -0.037500541657209396, 0.0319032147526741, 0.010255781933665276, -0.13952909409999847, 0.21083290874958038, -0.011676844209432602, -0.020122697576880455, -0.02869546413421631, -0.15972858667373657, 0.04581783711910248, 0.07286194711923599, 0.0602971687912941, -0.056007836014032364, -0.056179556995630264, 0.13428184390068054, 0.024922844022512436, 0.07906299829483032, -0.05911671370267868, -0.11027978360652924, -0.03406938910484314, -0.0258866548538208, 0.1429542750120163, 0.07480829954147339, 0.05006633326411247, -0.03302495926618576, -0.01199338398873806, -0.009923835285007954, -0.08416256308555603, 0.01209117379039526, 0.05961652100086212, -0.0032958544325083494, 0.04227934405207634, -0.028478309512138367, 0.007085874211043119, -0.08546120673418045, -0.052163682878017426, -0.0681072399020195, -0.0009184713708236814, -0.04519262909889221, -0.2101326286792755, 0.07497020810842514, -0.06861376762390137, 0.009236530400812626, -0.10928690433502197, -0.10361102968454361, -0.034850914031267166, -0.02164630964398384, -0.01848582737147808, -0.0423659011721611, -0.07798516750335693, -0.04764847829937935, 0.011674623005092144, -0.04515540227293968, 0.012397564016282558, -0.10274407267570496, 0.015774374827742577, -0.09597115218639374, 0.10028309375047684, -0.08566439896821976, -0.015297896228730679, -0.10653114318847656, 0.03202136233448982, -0.06437166035175323, 0.04911479726433754, -0.18107935786247253, 0.08742615580558777, -0.08195820450782776, 0.046104539185762405, 0.0438903383910656, 0.03370174393057823, -0.021389225497841835, 0.18651752173900604, -0.18860690295696259, 0.009234839119017124, 0.11584595590829849, -0.05399232357740402, -0.10119857639074326, 0.14172472059726715, -0.0021081967279314995, 0.12773405015468597, 0.07497314363718033, 0.23516078293323517, 0.037128955125808716, -0.07532050460577011, -0.07610185444355011, 0.012617514468729496, -0.008016581647098064, 0.099765844643116, 0.04988366737961769, -0.00665231142193079, -0.008270432241261005, 0.0556909516453743, 0.03405024856328964, 0.008919017389416695, -0.0018632321152836084, -0.04808783158659935, -0.05073368921875954, -0.012112533673644066, 0.031595394015312195, -0.008864284493029118, 0.018219850957393646, -0.11091974377632141, -0.05085724964737892, -0.1568615436553955, 0.0462285540997982, -0.053810302168130875, 0.0474071279168129, -0.09770683199167252, 0.05834374204277992, -0.01595340482890606, 0.06516922265291214, -0.07431869953870773, -0.16095945239067078, 0.09032294899225235, 0.04903421178460121, 0.10445629805326462, 0.0441456064581871, -0.04497594013810158, -0.0008068062015809119, 0.01940924860537052, 0.08495326340198517, -0.00042405244312249124, -0.012151717208325863, -0.06027479097247124, -0.15348553657531738, 0.02481798268854618, -0.04969135671854019, 0.08726218342781067, -0.1073715016245842, 0.01916476897895336, -0.024430077522993088, 0.02935212105512619, 0.008110973052680492, 0.034068889915943146, 0.10733412206172943, 0.07716767489910126, -0.07706306874752045, 0.02118595689535141, 0.023252777755260468, -0.09171068668365479, -0.07979436963796616, 0.04526497423648834, -0.04895935207605362, -0.14781515300273895, 0.09819263219833374, -0.005240596830844879, 0.06254864484071732, 0.06005489453673363, 0.03216932341456413, -0.024904007092118263, -0.010049382224678993, -0.06027450039982796, 0.0764092430472374, 0.03070240467786789, 0.06402745097875595, -0.06459853798151016, 0.04806890711188316, -0.019563812762498856, -0.04031728580594063, -0.016705786809325218, 0.11838854104280472, 0.07816917449235916, -0.12493041157722473, 0.06673823297023773, 0.011096373200416565, -0.044340766966342926, 0.20089326798915863, -0.006014901679009199, -0.07459478825330734, 0.048540953546762466, -0.0244909580796957, 0.009542667306959629, 0.07848809659481049, -0.16396528482437134, 0.020306766033172607, 0.09548108279705048, 0.018492087721824646, 0.014326605945825577, -0.04848447069525719, -0.03231006860733032, -0.06501830369234085, -0.086918406188488, -0.07486473023891449, 0.03717115521430969, 0.053774915635585785, 0.09505493938922882, -0.01281202957034111, -0.02208622917532921, -0.01641644723713398, -0.04364033788442612, -0.08173303306102753, 0.1195143610239029, -0.10584159195423126, -0.27345794439315796, -0.11862965673208237, -0.016107691451907158, -0.12564410269260406, -0.016197562217712402, 0.06401077657938004, -0.025123467668890953, -0.06238233670592308, -0.14391881227493286, 0.1977216601371765, 0.012311425991356373, -0.09287537634372711, -0.031063023954629898, 0.028970692306756973, -0.10083214938640594, -0.11163831502199173, 0.03051220253109932, -0.01368233747780323, 0.01110503077507019, 0.07299158722162247, -0.054796747863292694, 0.15105010569095612, 0.12642081081867218, 0.05079546570777893, -0.025917736813426018, -0.05114419758319855, 0.11606196314096451, -0.059062279760837555, 0.05879359319806099, 0.16269652545452118, -0.015745999291539192, -0.03282226249575615, 0.17291292548179626, 0.01925821043550968, -0.056910041719675064, 0.02076343260705471, 0.020143941044807434, -0.07954995334148407, -0.23831398785114288, -0.15151531994342804, -0.09101598709821701, 0.1691531538963318, -0.026407498866319656, 0.0025730920024216175, 0.018381807953119278, 0.045526716858148575, -0.04634353145956993, 0.026356926187872887, 0.005016519222408533, 0.05536415055394173, 0.1914365440607071, -0.024973329156637192, 0.07051956653594971, -0.04317690059542656, 0.016788940876722336, 0.08942989259958267, 0.06952418386936188, 0.12812910974025726, 0.03824860602617264, 0.24268761277198792, 0.030077340081334114, 0.05454638972878456, 0.05583035945892334, 0.03773565962910652, 0.04325886070728302, 0.00561038451269269, -0.02416933886706829, -0.04803279787302017, -0.023740099743008614, 0.09836768358945847, 0.03126278147101402, -0.051618535071611404, 0.017556093633174896, 0.020685121417045593, 0.05439429730176926, 0.14722955226898193, 0.08596670627593994, -0.08937869966030121, -0.06260953843593597, 0.1334855556488037, -0.0644882544875145, -0.11786597222089767, 0.07281451672315598, 0.1608687937259674, -0.07651971280574799, 0.025766119360923767, -0.00009431456419406459, 0.13426031172275543, -0.04645880311727524, 0.024501273408532143, -0.22982795536518097, -0.03460788354277611, -0.023454278707504272, 0.11421419680118561, -0.1347649246454239, 0.1325150728225708, 0.0523047000169754, 0.019631939008831978, -0.11223947256803513, -0.011498863808810711, 0.023644259199500084, 0.1315198689699173, 0.1436196267604828, -0.03425190970301628, -0.07147229462862015, -0.02876565046608448, -0.16534149646759033, 0.03125568479299545, 0.003988445736467838, -0.05907579883933067, 0.09576347470283508, 0.024687794968485832, 0.03635386377573013, -0.05632604658603668, 0.04153185710310936, -0.1291264295578003, -0.10103224217891693, 0.05143677070736885, 0.12152490019798279, 0.0264713317155838, -0.00428856210783124, -0.02928038500249386, -0.017902415245771408, 0.13287492096424103, -0.09634056687355042, -0.09488604217767715, -0.110390804708004, 0.03361256420612335, 0.0998804047703743, -0.03690117597579956, -0.03664521872997284, -0.03637659549713135, 0.016413312405347824, -0.0930027887225151, -0.06243370473384857, 0.08466936647891998, -0.060400888323783875, -0.09453592449426651, -0.06388410925865173, 0.15957683324813843, -0.014010779559612274, 0.08659305423498154, 0.009535551071166992, 0.029311882331967354, -0.0015348203014582396, -0.07106193900108337, 0.03567150980234146, 0.1361836940050125, -0.005223450250923634, 0.1279289871454239, -0.11038970947265625, -0.08659796416759491, -0.09525027126073837, -0.09584730863571167, 0.2506074607372284, 0.1753353774547577, -0.0845244899392128, 0.10774732381105423, 0.06946922838687897, -0.10964599996805191, -0.300247460603714, -0.020117225125432014, -0.0259852334856987, 0.07682948559522629, -0.0142099279910326, -0.1624951809644699, 0.04080178588628769, 0.06214020401239395, 0.007469488773494959, 0.1306443065404892, -0.2466583549976349, -0.09977185726165771, 0.043659668415784836, -0.004248126409947872, 0.15311111509799957, -0.13548322021961212, -0.04088147357106209, -0.03904472291469574, -0.0620395764708519, 0.11723731458187103, -0.1256558895111084, 0.0775999203324318, -0.015175241976976395, 0.10610034316778183, 0.0340002067387104, -0.01792994886636734, 0.14790120720863342, -0.01995779387652874, 0.03660397604107857, -0.03425886482000351, -0.05877142772078514, 0.08849586546421051, 0.002185290213674307, 0.15429267287254333, -0.014873543754220009, -0.019115984439849854, -0.042482584714889526, -0.030035298317670822, -0.05643751844763756, 0.09732508659362793, -0.02708914317190647, -0.0893576368689537, -0.11899185180664062, -0.019810158759355545, -0.023038052022457123, 0.04107671603560448, 0.27816179394721985, -0.1312609761953354, 0.028828900307416916, 0.11768483370542526, 0.2069590985774994, -0.08557289838790894, 0.11779318749904633, 0.056586459279060364, -0.04365336522459984, 0.0935778021812439, -0.16533933579921722, 0.026931611821055412, 0.0990690216422081, 0.0070199319161474705, 0.056540265679359436, -0.0008496036170981824, -0.06626191735267639, 0.08339791744947433, 0.013211852870881557, -0.1442100703716278, -0.21709616482257843, -0.0005056659574620426, -0.11802676320075989, -0.016159435734152794, -0.030746007338166237, 0.23053471744060516, -0.050494078546762466, -0.015881763771176338, -0.03662136569619179, 0.07491651177406311, 0.025191647931933403, 0.040097638964653015, 0.02035956084728241, 0.032500725239515305, -0.072374127805233, 0.010491201654076576, 0.12213905900716782, -0.03714240714907646, 0.030646998435258865, 0.1922011524438858, -0.0894513726234436, -0.09487010538578033, -0.12549446523189545, 0.11166834086179733, 0.013712606392800808, -0.06161060929298401, -0.04516446590423584, -0.10939921438694, -0.0044298479333519936, 0.17104290425777435, -0.030733738094568253, 0.010438222438097, -0.039454955607652664, -0.0709228515625, -0.04690573737025261, 0.10950010269880295, -0.10397264361381531, 0.00099654879886657, -0.05120221525430679, -0.0014219513395801187, -0.04213565215468407, 0.05032002925872803, -0.04651178792119026, -0.02867012284696102, -0.08519450575113297, 0.006345248781144619, -0.18751992285251617, 0.061110854148864746, -0.08392290771007538, 0.009475193917751312, -0.01386412512511015, -0.04171864688396454, -0.04974069818854332, -0.013154536485671997, -0.06166322901844978, -0.024443311616778374, -0.05588270351290703, 0.13878223299980164, -0.01608923077583313, -0.028803003951907158, 0.033871520310640335, -0.018015597015619278, 0.12600505352020264, -0.018115298822522163, -0.06344302743673325, 0.0773029699921608, -0.17844925820827484, 0.06529306620359421, 0.06770067662000656, 0.12124092876911163, 0.04000748321413994, -0.03152457997202873, -0.04727289080619812, 0.0055853454396128654, 0.008273688144981861, 0.05653289705514908, -0.0035526135470718145, -0.07249873876571655, -0.037025485187768936, -0.004799771122634411, -0.06316874176263809, 0.0069918399676680565, 0.019409554079174995, 0.05865377560257912, 0.01854848675429821, 0.11025425046682358, -0.01940249651670456, 0.0990837961435318, -0.07555681467056274, 0.0014024311676621437, -0.01332779973745346, -0.08349137753248215, -0.031038548797369003, -0.06612495332956314, 0.08174266666173935, -0.043444253504276276, 0.19478993117809296, 0.05995010584592819, -0.055050864815711975, 0.007974316366016865, -0.030926711857318878, 0.1107649952173233, 0.040293868631124496, 0.12224695086479187, 0.05616501346230507, -0.0016907074023038149, 0.026349158957600594, -0.025531016290187836, 0.06139931455254555, 0.07151974737644196, 0.14380863308906555, 0.08695831149816513, 0.17231592535972595, 0.08996392041444778, 0.026611890643835068, -0.0792805626988411, -0.007326910737901926, 0.07451856881380081, 0.019372928887605667, 0.09454049915075302, -0.04645032063126564, -0.006784350145608187, 0.1271391659975052, -0.09402292966842651, 0.052142005413770676, -0.037162259221076965, -0.0746501013636589, -0.06782544404268265, -0.1328420788049698, -0.10541387647390366, -0.09699244797229767, -0.005533786956220865, -0.1667768508195877, 0.013825763948261738, 0.09535025805234909, 0.008976362645626068, -0.026573659852147102, 0.09339673817157745, -0.0023077966179698706, -0.07468952983617783, 0.0646246001124382, -0.038981493562459946, 0.02601451799273491, -0.036954667419195175, -0.021146707236766815, -0.007516064215451479, -0.009552005678415298, -0.004151291213929653, 0.06951680779457092, 0.03180741146206856, 0.004657476209104061, -0.15919671952724457, -0.07433970272541046, -0.03741732984781265, 0.04693784937262535, 0.00928870216012001, 0.17082566022872925, 0.13024401664733887, -0.08806850016117096, 0.05337405577301979, 0.1878669112920761, 0.022889183834195137, -0.07510010153055191, -0.0987010970711708, 0.04762959107756615, -0.027645420283079147, 0.023928819224238396, -0.03001914545893669, -0.05119788274168968, -0.05911335349082947, 0.18050293624401093, 0.21286249160766602, -0.08549198508262634, -0.04239350184798241, -0.10804181545972824, 0.008869593031704426, -0.04037287458777428, 0.10861930251121521, 0.04768442362546921, 0.18397244811058044, -0.011322716251015663, -0.042476218193769455, -0.04524451121687889, -0.014218020252883434, -0.22025761008262634, 0.07582096010446548, -0.02528952993452549, -0.04541885852813721, -0.05307716876268387, 0.10050255060195923, -0.07787241041660309, -0.0015669844578951597, -0.02391764707863331, -0.1396905481815338, -0.1071891337633133, -0.015500539913773537, 0.01658155396580696, -0.021240657195448875, 0.01171959936618805, -0.027513576671481133, -0.030096394941210747, 0.011155989021062851, -0.046557214111089706, -0.0603838711977005, -0.0136093869805336, 0.08119447529315948, -0.17282207310199738, 0.17006631195545197, 0.010595771484076977, 0.12006376683712006, 0.0822921097278595, -0.04710967838764191, -0.06595741212368011, 0.10742161422967911, 0.08092200756072998, 0.056621383875608444, 0.06006655842065811, 0.10602667927742004, -0.004409746266901493, 0.2266528457403183, 0.11792510747909546, -0.043441060930490494, 0.014245687983930111, 0.037238750606775284, -0.07381913810968399, -0.03266211971640587, 0.001191043178550899, -0.1488662213087082, 0.10308137536048889, 0.12605933845043182, -0.056616321206092834, -0.0544293150305748, -0.050032053142786026, 0.01799609139561653, -0.06787382811307907, 0.08375607430934906, -0.06780332326889038, -0.1431560069322586, -0.03471654653549194, 0.025270096957683563, 0.0269259475171566, -0.206621453166008, -0.0031456672586500645, -0.052809420973062515, 0.06188453361392021, -0.048701636493206024, 0.0452592708170414, 0.14773029088974, -0.09937586635351181, -0.047806061804294586, -0.28392156958580017, 0.08123032748699188, 0.09487970173358917, -0.02424807660281658, -0.09971059858798981 ]
162b426644a6826f921b08ead0a65d4c08494f90
# Dataset Card for "cornell_movie_dialog" ## 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.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html](http://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.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:** 9.92 MB - **Size of the generated dataset:** 19.55 MB - **Total amount of disk used:** 29.46 MB ### Dataset Summary This corpus contains a large metadata-rich collection of fictional conversations extracted from raw movie scripts: - 220,579 conversational exchanges between 10,292 pairs of movie characters - involves 9,035 characters from 617 movies - in total 304,713 utterances - movie metadata included: - genres - release year - IMDB rating - number of IMDB votes - IMDB rating - character metadata included: - gender (for 3,774 characters) - position on movie credits (3,321 characters) ### 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:** 9.92 MB - **Size of the generated dataset:** 19.55 MB - **Total amount of disk used:** 29.46 MB An example of 'train' looks as follows. ``` { "characterID1": "u0 ", "characterID2": " u2 ", "characterName1": " m0 ", "characterName2": " m0 ", "movieGenres": ["comedy", "romance"], "movieID": " m0 ", "movieIMDBRating": " 6.90 ", "movieNoIMDBVotes": " 62847 ", "movieTitle": " f ", "movieYear": " 1999 ", "utterance": { "LineID": ["L1"], "text": ["L1 "] } } ``` ### Data Fields The data fields are the same among all splits. #### default - `movieID`: a `string` feature. - `movieTitle`: a `string` feature. - `movieYear`: a `string` feature. - `movieIMDBRating`: a `string` feature. - `movieNoIMDBVotes`: a `string` feature. - `movieGenres`: a `list` of `string` features. - `characterID1`: a `string` feature. - `characterID2`: a `string` feature. - `characterName1`: a `string` feature. - `characterName2`: a `string` feature. - `utterance`: a dictionary feature containing: - `text`: a `string` feature. - `LineID`: a `string` feature. ### Data Splits | name |train| |-------|----:| |default|83097| ## 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{Danescu-Niculescu-Mizil+Lee:11a, author={Cristian Danescu-Niculescu-Mizil and Lillian Lee}, title={Chameleons in imagined conversations: A new approach to understanding coordination of linguistic style in dialogs.}, booktitle={Proceedings of the Workshop on Cognitive Modeling and Computational Linguistics, ACL 2011}, year={2011} } ``` ### Contributions Thanks to [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
cornell_movie_dialog
[ "language:en", "region:us" ]
2022-03-02T23:29:22+00:00
{"language": ["en"], "paperswithcode_id": "cornell-movie-dialogs-corpus", "pretty_name": "Cornell Movie-Dialogs Corpus", "dataset_info": {"features": [{"name": "movieID", "dtype": "string"}, {"name": "movieTitle", "dtype": "string"}, {"name": "movieYear", "dtype": "string"}, {"name": "movieIMDBRating", "dtype": "string"}, {"name": "movieNoIMDBVotes", "dtype": "string"}, {"name": "movieGenres", "sequence": "string"}, {"name": "characterID1", "dtype": "string"}, {"name": "characterID2", "dtype": "string"}, {"name": "characterName1", "dtype": "string"}, {"name": "characterName2", "dtype": "string"}, {"name": "utterance", "sequence": [{"name": "text", "dtype": "string"}, {"name": "LineID", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 19548840, "num_examples": 83097}], "download_size": 9916637, "dataset_size": 19548840}}
2024-01-18T09:43:11+00:00
[]
[ "en" ]
TAGS #language-English #region-us
Dataset Card for "cornell\_movie\_dialog" ========================================= 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: 9.92 MB * Size of the generated dataset: 19.55 MB * Total amount of disk used: 29.46 MB ### Dataset Summary This corpus contains a large metadata-rich collection of fictional conversations extracted from raw movie scripts: * 220,579 conversational exchanges between 10,292 pairs of movie characters * involves 9,035 characters from 617 movies * in total 304,713 utterances * movie metadata included: + genres + release year + IMDB rating + number of IMDB votes + IMDB rating * character metadata included: + gender (for 3,774 characters) + position on movie credits (3,321 characters) ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 9.92 MB * Size of the generated dataset: 19.55 MB * Total amount of disk used: 29.46 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'movieID': a 'string' feature. * 'movieTitle': a 'string' feature. * 'movieYear': a 'string' feature. * 'movieIMDBRating': a 'string' feature. * 'movieNoIMDBVotes': a 'string' feature. * 'movieGenres': a 'list' of 'string' features. * 'characterID1': a 'string' feature. * 'characterID2': a 'string' feature. * 'characterName1': a 'string' feature. * 'characterName2': a 'string' feature. * 'utterance': a dictionary feature containing: + 'text': a 'string' feature. + 'LineID': 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 @mariamabarham, @patrickvonplaten, @thomwolf for adding this dataset.
[ "### Dataset Summary\n\n\nThis corpus contains a large metadata-rich collection of fictional conversations extracted from raw movie scripts:\n\n\n* 220,579 conversational exchanges between 10,292 pairs of movie characters\n* involves 9,035 characters from 617 movies\n* in total 304,713 utterances\n* movie metadata included:\n\t+ genres\n\t+ release year\n\t+ IMDB rating\n\t+ number of IMDB votes\n\t+ IMDB rating\n* character metadata included:\n\t+ gender (for 3,774 characters)\n\t+ position on movie credits (3,321 characters)", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 9.92 MB\n* Size of the generated dataset: 19.55 MB\n* Total amount of disk used: 29.46 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* 'movieID': a 'string' feature.\n* 'movieTitle': a 'string' feature.\n* 'movieYear': a 'string' feature.\n* 'movieIMDBRating': a 'string' feature.\n* 'movieNoIMDBVotes': a 'string' feature.\n* 'movieGenres': a 'list' of 'string' features.\n* 'characterID1': a 'string' feature.\n* 'characterID2': a 'string' feature.\n* 'characterName1': a 'string' feature.\n* 'characterName2': a 'string' feature.\n* 'utterance': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'LineID': 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 @mariamabarham, @patrickvonplaten, @thomwolf for adding this dataset." ]
[ "TAGS\n#language-English #region-us \n", "### Dataset Summary\n\n\nThis corpus contains a large metadata-rich collection of fictional conversations extracted from raw movie scripts:\n\n\n* 220,579 conversational exchanges between 10,292 pairs of movie characters\n* involves 9,035 characters from 617 movies\n* in total 304,713 utterances\n* movie metadata included:\n\t+ genres\n\t+ release year\n\t+ IMDB rating\n\t+ number of IMDB votes\n\t+ IMDB rating\n* character metadata included:\n\t+ gender (for 3,774 characters)\n\t+ position on movie credits (3,321 characters)", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 9.92 MB\n* Size of the generated dataset: 19.55 MB\n* Total amount of disk used: 29.46 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* 'movieID': a 'string' feature.\n* 'movieTitle': a 'string' feature.\n* 'movieYear': a 'string' feature.\n* 'movieIMDBRating': a 'string' feature.\n* 'movieNoIMDBVotes': a 'string' feature.\n* 'movieGenres': a 'list' of 'string' features.\n* 'characterID1': a 'string' feature.\n* 'characterID2': a 'string' feature.\n* 'characterName1': a 'string' feature.\n* 'characterName2': a 'string' feature.\n* 'utterance': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'LineID': 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 @mariamabarham, @patrickvonplaten, @thomwolf for adding this dataset." ]
[ 10, 122, 10, 11, 6, 49, 17, 187, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 30 ]
[ "passage: TAGS\n#language-English #region-us \n### Dataset Summary\n\n\nThis corpus contains a large metadata-rich collection of fictional conversations extracted from raw movie scripts:\n\n\n* 220,579 conversational exchanges between 10,292 pairs of movie characters\n* involves 9,035 characters from 617 movies\n* in total 304,713 utterances\n* movie metadata included:\n\t+ genres\n\t+ release year\n\t+ IMDB rating\n\t+ number of IMDB votes\n\t+ IMDB rating\n* character metadata included:\n\t+ gender (for 3,774 characters)\n\t+ position on movie credits (3,321 characters)### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 9.92 MB\n* Size of the generated dataset: 19.55 MB\n* Total amount of disk used: 29.46 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* 'movieID': a 'string' feature.\n* 'movieTitle': a 'string' feature.\n* 'movieYear': a 'string' feature.\n* 'movieIMDBRating': a 'string' feature.\n* 'movieNoIMDBVotes': a 'string' feature.\n* 'movieGenres': a 'list' of 'string' features.\n* 'characterID1': a 'string' feature.\n* 'characterID2': a 'string' feature.\n* 'characterName1': a 'string' feature.\n* 'characterName2': a 'string' feature.\n* 'utterance': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'LineID': 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" ]
[ -0.03481810912489891, 0.18951639533042908, -0.006362308282405138, 0.03286399319767952, 0.12154670059680939, 0.018539108335971832, 0.07387686520814896, 0.13618135452270508, -0.001864924910478294, 0.15169481933116913, -0.043037720024585724, -0.019803492352366447, 0.13031116127967834, 0.1742047667503357, 0.012869974598288536, -0.1625584214925766, -0.026897165924310684, -0.11445830017328262, 0.08477004617452621, 0.05949681997299194, 0.12842881679534912, -0.06597437709569931, 0.12524931132793427, -0.08528647571802139, -0.09674805402755737, 0.02055935002863407, 0.02213042601943016, 0.014886777848005295, 0.06267042458057404, 0.05040796846151352, 0.008397914469242096, -0.05555126443505287, 0.04963995888829231, -0.2209908813238144, 0.034644145518541336, 0.055856894701719284, 0.022644728422164917, 0.01077779196202755, 0.21273121237754822, -0.0821973979473114, 0.09629476070404053, -0.07339610904455185, 0.07452237606048584, 0.03590255230665207, -0.08276966214179993, -0.08415800333023071, -0.14079523086547852, -0.051558516919612885, 0.017857113853096962, 0.01032348070293665, -0.048357922583818436, -0.06553995609283447, -0.08512166142463684, 0.07414569705724716, 0.1557444930076599, 0.03502243012189865, -0.024854019284248352, -0.013191352598369122, 0.05068714916706085, 0.07538135349750519, -0.16817256808280945, -0.03620358183979988, -0.03657415881752968, 0.013231153599917889, 0.010148117318749428, -0.020555289462208748, -0.10995783656835556, -0.06751137971878052, -0.07460629194974899, -0.04984169825911522, 0.12545569241046906, 0.04554661363363266, -0.0716676115989685, -0.11209584772586823, 0.01121416874229908, -0.06763401627540588, -0.09823155403137207, 0.061575938016176224, 0.026171835139393806, -0.022804707288742065, 0.0030182634945958853, 0.0183086097240448, -0.048751283437013626, -0.01791408099234104, -0.017602764070034027, 0.018316585570573807, 0.005231131333857775, 0.03035188652575016, -0.02785152569413185, 0.033095840364694595, -0.03790098428726196, -0.09549552947282791, -0.012182469479739666, -0.0186003427952528, -0.0618622824549675, -0.0342300683259964, 0.013502492569386959, -0.029088206589221954, 0.0525619201362133, 0.16149690747261047, -0.11755389720201492, 0.04405173286795616, -0.0962476134300232, 0.007122145965695381, 0.03823128342628479, 0.08887118846178055, -0.08067996054887772, -0.11136326938867569, 0.04699496179819107, -0.0028661172837018967, 0.020970340818166733, -0.004415482748299837, -0.01299267914146185, 0.09189066290855408, 0.06579361855983734, 0.09321858733892441, 0.173270121216774, 0.00043058389564976096, -0.10502864420413971, -0.031643353402614594, 0.15752620995044708, -0.17388609051704407, 0.04523143544793129, 0.06957053393125534, -0.09904981404542923, 0.031081870198249817, -0.03600041940808296, -0.022761361673474312, -0.07669654488563538, 0.12334392964839935, -0.0613231398165226, 0.0552731454372406, -0.09399310499429703, -0.0683341845870018, 0.12023451924324036, 0.025433983653783798, -0.09706060588359833, 0.006034801248461008, -0.07012110203504562, -0.07320860773324966, -0.013613123446702957, -0.11889355629682541, 0.007168839685618877, -0.019138619303703308, 0.04461006447672844, 0.0554128922522068, 0.001765466178767383, 0.11095087230205536, -0.06364037841558456, -0.009796883910894394, -0.04542405158281326, 0.019510682672262192, 0.09792567789554596, 0.0514090321958065, -0.06993609666824341, 0.06735946983098984, -0.21460483968257904, 0.13832084834575653, -0.03524092957377434, 0.01663723587989807, -0.07984067499637604, -0.0009538499289192259, -0.0026450783479958773, -0.023507628589868546, -0.021876899525523186, 0.19028441607952118, -0.2598206102848053, -0.061278555542230606, 0.1106049045920372, -0.07624544948339462, -0.08471685647964478, 0.11604119837284088, -0.03674463555216789, -0.12745419144630432, 0.04394097253680229, 0.1774299293756485, -0.02507549524307251, 0.014512965455651283, -0.08888553828001022, -0.027449265122413635, 0.0077411881648004055, 0.16222414374351501, 0.16757036745548248, -0.09568315744400024, 0.2598479390144348, 0.015607046894729137, -0.0324539989233017, -0.007405013311654329, -0.03466896712779999, -0.015417840331792831, 0.0219395961612463, -0.008301894180476665, -0.04353995993733406, -0.032193250954151154, -0.04686963930726051, -0.06350497156381607, -0.06638801842927933, -0.031820736825466156, 0.05192083492875099, 0.030444109812378883, 0.10674908757209778, -0.030691003426909447, 0.04612068086862564, 0.06900012493133545, 0.025297896936535835, -0.1622762382030487, -0.12578926980495453, 0.014645343646407127, -0.007035308051854372, 0.08584850281476974, -0.15899206697940826, -0.020439283922314644, 0.05316361039876938, -0.08544215559959412, 0.023139910772442818, 0.08345472067594528, -0.021860143169760704, 0.11212034523487091, -0.21695294976234436, -0.04891028255224228, -0.04984701797366142, 0.12112400680780411, -0.03823225572705269, -0.037511274218559265, 0.12549731135368347, 0.20772352814674377, 0.011883017607033253, -0.14725714921951294, 0.07151882350444794, -0.008598150685429573, -0.004261567257344723, -0.1065821424126625, -0.01938774064183235, -0.049091216176748276, 0.06152456998825073, 0.08887336403131485, -0.1810200959444046, -0.03370894119143486, 0.07763945311307907, -0.003653754713013768, -0.08421948552131653, 0.04898207262158394, -0.03633438050746918, 0.0009106345241889358, -0.1249229684472084, -0.039997704327106476, 0.0052978177554905415, 0.07427433878183365, 0.06798310577869415, -0.03563566505908966, -0.024173349142074585, -0.03587228059768677, -0.025108275935053825, -0.05851893499493599, 0.06545776128768921, -0.054320525377988815, -0.1222488209605217, 0.13128958642482758, -0.07384010404348373, 0.057544972747564316, 0.1352004110813141, 0.010801345109939575, -0.07893995195627213, -0.04878117889165878, 0.04231962561607361, 0.04284176230430603, 0.004106174223124981, -0.05786117538809776, -0.009727556258440018, 0.0629478245973587, -0.020351307466626167, -0.018648480996489525, -0.029789339751005173, -0.0013776704436168075, -0.0010593069018796086, -0.03577176108956337, 0.009556043893098831, -0.02933403290808201, 0.05342254042625427, 0.12828198075294495, 0.06405285745859146, 0.06757284700870514, -0.0234818272292614, -0.10184530913829803, -0.17216846346855164, 0.15058040618896484, -0.1208164170384407, -0.22353757917881012, -0.09327689558267593, -0.19981041550636292, -0.02035664953291416, 0.007303684949874878, -0.010406662710011005, -0.043447669595479965, -0.04328494891524315, -0.07921767234802246, 0.02034590393304825, 0.027585569769144058, -0.10601083934307098, -0.08784674108028412, -0.00409010099247098, 0.0301248487085104, -0.08552245795726776, 0.015181925147771835, 0.07712195813655853, -0.028239550068974495, -0.023267513141036034, 0.08065532892942429, 0.08880094438791275, 0.09164970368146896, -0.005910006817430258, 0.004193694330751896, -0.013756995089352131, 0.2117752581834793, -0.1286565661430359, 0.0881064310669899, 0.11974511295557022, -0.06520548462867737, 0.07266325503587723, 0.20887576043605804, 0.04474695026874542, -0.011286038905382156, 0.02337411791086197, 0.01303509809076786, -0.03426354378461838, -0.24982155859470367, -0.03974800929427147, -0.06677677482366562, 0.047403234988451004, 0.048772431910037994, 0.05597396194934845, -0.008377584628760815, -0.008827715180814266, -0.12996962666511536, -0.06632176786661148, 0.06380480527877808, 0.1004660502076149, 0.06301382929086685, 0.07309485226869583, 0.056194111704826355, -0.03331417217850685, 0.0634603500366211, 0.08459551632404327, -0.05074254423379898, 0.05876222625374794, -0.04031823202967644, 0.23908130824565887, -0.010680892504751682, 0.10632628202438354, 0.0060160206630826, -0.017030132934451103, 0.061108384281396866, 0.03404846042394638, 0.015689216554164886, -0.03869304805994034, -0.013089107349514961, 0.05310916155576706, 0.08400935679674149, -0.05408196523785591, 0.03450844809412956, 0.0030591879040002823, 0.08072740584611893, 0.12897458672523499, 0.022042592987418175, -0.1284365952014923, 0.00125758012291044, 0.047015488147735596, -0.0059877727180719376, -0.04467116668820381, -0.056575749069452286, 0.1015615463256836, -0.20450304448604584, 0.14884281158447266, 0.03345492109656334, 0.08108792454004288, -0.09357848018407822, -0.07808049023151398, 0.01190685760229826, 0.08758776634931564, -0.02688034065067768, 0.07397425919771194, -0.19935102760791779, 0.01780908927321434, -0.0040983352810144424, 0.021569909527897835, -0.011025454849004745, 0.015606028027832508, 0.04909044876694679, 0.014449331909418106, 0.15025877952575684, 0.038836102932691574, -0.08305709809064865, 0.010452140122652054, -0.04419238120317459, -0.01590832695364952, 0.12197718024253845, -0.09711220115423203, 0.055653855204582214, -0.024853605777025223, -0.05984264612197876, -0.07636066526174545, 0.012387329712510109, -0.026569759473204613, -0.1381451040506363, 0.029461519792675972, -0.12071561068296432, 0.08566334843635559, -0.0557950921356678, -0.02890792116522789, -0.07213810831308365, 0.16158775985240936, -0.0850239023566246, -0.06364753097295761, -0.11721677333116531, 0.04706960916519165, 0.10811518877744675, -0.06168553605675697, 0.0701417326927185, -0.07227984070777893, 0.21786260604858398, -0.04114610329270363, -0.06779792159795761, 0.04568939283490181, -0.056796371936798096, -0.14207397401332855, -0.04031044617295265, 0.16462178528308868, -0.07995547354221344, 0.08082778006792068, -0.04780051112174988, 0.09099961817264557, 0.011045807041227818, -0.05826681852340698, 0.016043463721871376, 0.0598873496055603, 0.047076717019081116, 0.1072239875793457, 0.001325642573647201, -0.20638257265090942, -0.12867002189159393, -0.10820947587490082, 0.15192237496376038, 0.22803373634815216, -0.07032742351293564, 0.024493632838129997, 0.01281846221536398, -0.10845380276441574, -0.2106451541185379, -0.0046734195202589035, 0.023610956966876984, -0.09999514371156693, 0.08465573191642761, -0.13123002648353577, 0.03486613929271698, 0.06941931694746017, 0.004656228236854076, 0.047681812196969986, -0.18270498514175415, -0.1868840903043747, -0.018991490826010704, 0.054441019892692566, -0.2024553269147873, -0.12593872845172882, -0.09631228446960449, -0.06976420432329178, -0.07276162505149841, 0.060111403465270996, 0.06334734708070755, 0.011272662319242954, 0.006070555187761784, -0.002378402976319194, -0.01745973899960518, -0.03051259182393551, 0.12176650762557983, -0.041613876819610596, 0.00030999002046883106, -0.07880716770887375, -0.09437579661607742, 0.006118593737483025, -0.022420618683099747, 0.1308143585920334, -0.055719561874866486, -0.01514024380594492, 0.024029159918427467, 0.020392052829265594, -0.08092280477285385, 0.009251188486814499, -0.036761846393346786, 0.012499031610786915, -0.10557588189840317, 0.042925264686346054, 0.03730638697743416, -0.013805675320327282, 0.0825418084859848, -0.07115775346755981, 0.06874914467334747, 0.24459998309612274, 0.04293432459235191, 0.028449740260839462, -0.13049101829528809, -0.005865873768925667, 0.009440870955586433, -0.08671583235263824, -0.05858687683939934, 0.016796184703707695, 0.09477060288190842, 0.04068560525774956, 0.18575477600097656, -0.031762439757585526, -0.09235356003046036, -0.022732006385922432, 0.13488812744617462, -0.018519902601838112, -0.30144983530044556, 0.013707940466701984, 0.1068020612001419, -0.1874997317790985, -0.1678912192583084, -0.04367893189191818, -0.008849415928125381, -0.044021498411893845, -0.00490386551246047, 0.11262750625610352, -0.00037733849603682756, 0.09118883311748505, 0.03808114305138588, 0.06812337785959244, -0.14627249538898468, 0.17748083174228668, 0.13567426800727844, -0.10288114845752716, -0.01922808773815632, 0.27097028493881226, -0.06636042892932892, -0.008805019780993462, 0.07541752606630325, 0.10283232480287552, 0.00311014405451715, -0.009417545981705189, -0.019845739006996155, -0.12499284744262695, 0.07948590815067291, 0.06271801888942719, -0.025226738303899765, 0.09825462847948074, 0.012699645012617111, -0.044085677713155746, -0.014374298974871635, 0.1518247425556183, 0.05927710235118866, 0.0584842823445797, -0.04218965396285057, 0.10185457020998001, 0.00960859376937151, -0.02182326838374138, 0.019457241520285606, -0.045622412115335464, 0.028716709464788437, 0.002980754943564534, -0.09235518425703049, 0.0036852897610515356, -0.11450904607772827, -0.01147762406617403, -0.056502874940633774, -0.023344526067376137, 0.02091715671122074, -0.0096709243953228, -0.04898466169834137, -0.11647829413414001, -0.11989001929759979, 0.0665993019938469, -0.19682808220386505, 0.010086383670568466, 0.09954410046339035, -0.05268546938896179, 0.03760499507188797, 0.06361602991819382, -0.008428187109529972, 0.005679724738001823, -0.07813828438520432, -0.14211207628250122, -0.014594870619475842, -0.00045140323345549405, -0.002429164247587323, -0.09968716651201248, -0.017434656620025635, 0.01250890176743269, -0.08776295930147171, 0.018651524558663368, 0.012570790015161037, -0.15270499885082245, 0.06582736223936081, -0.017179736867547035, -0.020543811842799187, -0.04651796817779541, 0.09905850142240524, 0.08100118488073349, -0.010641135275363922, 0.08661007881164551, -0.05924026295542717, 0.08157332241535187, -0.2075962871313095, -0.022804778069257736, 0.009142314083874226, -0.021042728796601295, -0.05208674818277359, 0.053233008831739426, 0.07491844892501831, 0.028065664693713188, 0.13178537786006927, 0.017666086554527283, -0.04539646580815315, 0.06683460623025894, 0.15240725874900818, -0.029017584398388863, 0.08423372358083725, 0.0007400522008538246, -0.03259524330496788, -0.07585729658603668, -0.02737467549741268, -0.029754944145679474, 0.004482182674109936, 0.069744773209095, 0.0931587815284729, 0.16846904158592224, 0.12290003150701523, -0.040291644632816315, 0.022237151861190796, -0.12967900931835175, 0.004633730743080378, 0.06487241387367249, -0.050231367349624634, -0.007577026262879372, -0.08692777156829834, 0.0483761727809906, 0.11074547469615936, -0.14873848855495453, 0.15681977570056915, -0.050699006766080856, -0.06744053214788437, -0.0037698305677622557, -0.10856727510690689, -0.052751582115888596, -0.07679657638072968, -0.02147710509598255, -0.13912361860275269, 0.16786159574985504, 0.129902645945549, 0.03682396188378334, -0.05874265357851982, 0.17295990884304047, -0.11150138825178146, -0.14228029549121857, 0.07479695975780487, 0.0632040798664093, 0.048817429691553116, 0.12837916612625122, 0.05459858477115631, 0.03424549475312233, 0.008340100757777691, 0.1461688131093979, 0.12252576649188995, 0.01266516000032425, 0.09148970991373062, -0.04554767906665802, -0.11797750741243362, 0.08059278875589371, -0.03348792716860771, -0.05319657176733017, 0.26287415623664856, 0.014629757963120937, 0.10226330906152725, 0.015883198007941246, 0.2030317485332489, -0.06840215623378754, -0.023270858451724052, -0.08285747468471527, -0.011844838038086891, -0.03787284344434738, 0.019909678027033806, -0.009033112786710262, -0.14814028143882751, -0.009861722588539124, 0.0367526151239872, 0.17606134712696075, -0.018206337466835976, -0.020801154896616936, 0.00709530059248209, 0.022422095760703087, 0.00422283262014389, 0.01881220191717148, 0.021558692678809166, 0.10085717588663101, -0.08387407660484314, 0.16102196276187897, 0.02595418505370617, -0.031187497079372406, 0.0015604897635057569, 0.02436438389122486, -0.02658764272928238, 0.06294424831867218, -0.11785952746868134, 0.09646991640329361, -0.1212615966796875, -0.18642953038215637, -0.0015702737728133798, -0.14324137568473816, -0.1195281520485878, -0.04435088112950325, 0.03421375900506973, 0.061858098953962326, 0.041691627353429794, 0.10947124660015106, 0.0032272799871861935, 0.07420176267623901, 0.03997417539358139, -0.07260336726903915, -0.1712489277124405, 0.10504011064767838, -0.0681718960404396, 0.09378503262996674, -0.022148722782731056, 0.09428882598876953, 0.04767533019185066, -0.02095186896622181, -0.12305565178394318, 0.007714232429862022, 0.05978554114699364, 0.022456210106611252, 0.04606275632977486, 0.24484661221504211, -0.019511209800839424, 0.10156028717756271, 0.052694544196128845, 0.007621100638061762, 0.04501211270689964, 0.0018054607789963484, 0.008364520035684109, -0.10806795954704285, 0.027310961857438087, -0.10644253343343735, 0.10497185587882996, 0.15615762770175934, -0.026539701968431473, 0.037282977253198624, -0.04583105817437172, -0.04183999449014664, 0.06954700499773026, 0.1653139293193817, 0.020456336438655853, -0.19765238463878632, 0.04615769907832146, -0.059787567704916, 0.07982704043388367, -0.12026612460613251, -0.027454430237412453, -0.023887595161795616, -0.02570083737373352, -0.018518688157200813, 0.11514332890510559, 0.047914616763591766, 0.03211908042430878, -0.08106797188520432, -0.17719011008739471, 0.09283975511789322, 0.11427295207977295, -0.045022521167993546, 0.019652647897601128 ]
f01396594b768e0026841176bf770afe58b82fba
# Dataset Card for "cos_e" ## 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/salesforce/cos-e - **Paper:** [Explain Yourself! Leveraging Language Models for Commonsense Reasoning](https://arxiv.org/abs/1906.02361) - **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:** 10.83 MB - **Size of the generated dataset:** 5.39 MB - **Total amount of disk used:** 16.22 MB ### Dataset Summary Common Sense Explanations (CoS-E) allows for training language models to automatically generate explanations that can be used during training and inference in a novel Commonsense Auto-Generated Explanation (CAGE) framework. ### 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 #### v1.0 - **Size of downloaded dataset files:** 4.30 MB - **Size of the generated dataset:** 2.34 MB - **Total amount of disk used:** 6.64 MB An example of 'train' looks as follows. ``` { "abstractive_explanation": "this is open-ended", "answer": "b", "choices": ["a", "b", "c"], "extractive_explanation": "this is selected train", "id": "42", "question": "question goes here." } ``` #### v1.11 - **Size of downloaded dataset files:** 6.53 MB - **Size of the generated dataset:** 3.05 MB - **Total amount of disk used:** 9.58 MB An example of 'train' looks as follows. ``` { "abstractive_explanation": "this is open-ended", "answer": "b", "choices": ["a", "b", "c"], "extractive_explanation": "this is selected train", "id": "42", "question": "question goes here." } ``` ### Data Fields The data fields are the same among all splits. #### v1.0 - `id`: a `string` feature. - `question`: a `string` feature. - `choices`: a `list` of `string` features. - `answer`: a `string` feature. - `abstractive_explanation`: a `string` feature. - `extractive_explanation`: a `string` feature. #### v1.11 - `id`: a `string` feature. - `question`: a `string` feature. - `choices`: a `list` of `string` features. - `answer`: a `string` feature. - `abstractive_explanation`: a `string` feature. - `extractive_explanation`: a `string` feature. ### Data Splits |name |train|validation| |-----|----:|---------:| |v1.0 | 7610| 950| |v1.11| 9741| 1221| ## 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 Unknown. ### Citation Information ``` @inproceedings{rajani2019explain, title = "Explain Yourself! Leveraging Language models for Commonsense Reasoning", author = "Rajani, Nazneen Fatema and McCann, Bryan and Xiong, Caiming and Socher, Richard", year="2019", booktitle = "Proceedings of the 2019 Conference of the Association for Computational Linguistics (ACL2019)", url ="https://arxiv.org/abs/1906.02361" } ``` ### Contributions Thanks to [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten), [@albertvillanova](https://github.com/albertvillanova), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
cos_e
[ "task_categories:question-answering", "task_ids:open-domain-qa", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:extended|commonsense_qa", "language:en", "license:unknown", "arxiv:1906.02361", "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": ["extended|commonsense_qa"], "task_categories": ["question-answering"], "task_ids": ["open-domain-qa"], "paperswithcode_id": "cos-e", "pretty_name": "Commonsense Explanations", "dataset_info": [{"config_name": "v1.0", "features": [{"name": "id", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "choices", "sequence": "string"}, {"name": "answer", "dtype": "string"}, {"name": "abstractive_explanation", "dtype": "string"}, {"name": "extractive_explanation", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2067971, "num_examples": 7610}, {"name": "validation", "num_bytes": 260669, "num_examples": 950}], "download_size": 1588340, "dataset_size": 2328640}, {"config_name": "v1.11", "features": [{"name": "id", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "choices", "sequence": "string"}, {"name": "answer", "dtype": "string"}, {"name": "abstractive_explanation", "dtype": "string"}, {"name": "extractive_explanation", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2702777, "num_examples": 9741}, {"name": "validation", "num_bytes": 329897, "num_examples": 1221}], "download_size": 1947552, "dataset_size": 3032674}], "configs": [{"config_name": "v1.0", "data_files": [{"split": "train", "path": "v1.0/train-*"}, {"split": "validation", "path": "v1.0/validation-*"}]}, {"config_name": "v1.11", "data_files": [{"split": "train", "path": "v1.11/train-*"}, {"split": "validation", "path": "v1.11/validation-*"}]}]}
2024-01-04T07:50:49+00:00
[ "1906.02361" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|commonsense_qa #language-English #license-unknown #arxiv-1906.02361 #region-us
Dataset Card for "cos\_e" ========================= 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: Explain Yourself! Leveraging Language Models for Commonsense Reasoning * Point of Contact: * Size of downloaded dataset files: 10.83 MB * Size of the generated dataset: 5.39 MB * Total amount of disk used: 16.22 MB ### Dataset Summary Common Sense Explanations (CoS-E) allows for training language models to automatically generate explanations that can be used during training and inference in a novel Commonsense Auto-Generated Explanation (CAGE) framework. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### v1.0 * Size of downloaded dataset files: 4.30 MB * Size of the generated dataset: 2.34 MB * Total amount of disk used: 6.64 MB An example of 'train' looks as follows. #### v1.11 * Size of downloaded dataset files: 6.53 MB * Size of the generated dataset: 3.05 MB * Total amount of disk used: 9.58 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### v1.0 * 'id': a 'string' feature. * 'question': a 'string' feature. * 'choices': a 'list' of 'string' features. * 'answer': a 'string' feature. * 'abstractive\_explanation': a 'string' feature. * 'extractive\_explanation': a 'string' feature. #### v1.11 * 'id': a 'string' feature. * 'question': a 'string' feature. * 'choices': a 'list' of 'string' features. * 'answer': a 'string' feature. * 'abstractive\_explanation': a 'string' feature. * 'extractive\_explanation': 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 Unknown. ### Contributions Thanks to @lewtun, @thomwolf, @mariamabarham, @patrickvonplaten, @albertvillanova, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nCommon Sense Explanations (CoS-E) allows for training language models to\nautomatically generate explanations that can be used during training and\ninference in a novel Commonsense Auto-Generated Explanation (CAGE) framework.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### v1.0\n\n\n* Size of downloaded dataset files: 4.30 MB\n* Size of the generated dataset: 2.34 MB\n* Total amount of disk used: 6.64 MB\n\n\nAn example of 'train' looks as follows.", "#### v1.11\n\n\n* Size of downloaded dataset files: 6.53 MB\n* Size of the generated dataset: 3.05 MB\n* Total amount of disk used: 9.58 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### v1.0\n\n\n* 'id': a 'string' feature.\n* 'question': a 'string' feature.\n* 'choices': a 'list' of 'string' features.\n* 'answer': a 'string' feature.\n* 'abstractive\\_explanation': a 'string' feature.\n* 'extractive\\_explanation': a 'string' feature.", "#### v1.11\n\n\n* 'id': a 'string' feature.\n* 'question': a 'string' feature.\n* 'choices': a 'list' of 'string' features.\n* 'answer': a 'string' feature.\n* 'abstractive\\_explanation': a 'string' feature.\n* 'extractive\\_explanation': 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\nUnknown.", "### Contributions\n\n\nThanks to @lewtun, @thomwolf, @mariamabarham, @patrickvonplaten, @albertvillanova, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|commonsense_qa #language-English #license-unknown #arxiv-1906.02361 #region-us \n", "### Dataset Summary\n\n\nCommon Sense Explanations (CoS-E) allows for training language models to\nautomatically generate explanations that can be used during training and\ninference in a novel Commonsense Auto-Generated Explanation (CAGE) framework.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### v1.0\n\n\n* Size of downloaded dataset files: 4.30 MB\n* Size of the generated dataset: 2.34 MB\n* Total amount of disk used: 6.64 MB\n\n\nAn example of 'train' looks as follows.", "#### v1.11\n\n\n* Size of downloaded dataset files: 6.53 MB\n* Size of the generated dataset: 3.05 MB\n* Total amount of disk used: 9.58 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### v1.0\n\n\n* 'id': a 'string' feature.\n* 'question': a 'string' feature.\n* 'choices': a 'list' of 'string' features.\n* 'answer': a 'string' feature.\n* 'abstractive\\_explanation': a 'string' feature.\n* 'extractive\\_explanation': a 'string' feature.", "#### v1.11\n\n\n* 'id': a 'string' feature.\n* 'question': a 'string' feature.\n* 'choices': a 'list' of 'string' features.\n* 'answer': a 'string' feature.\n* 'abstractive\\_explanation': a 'string' feature.\n* 'extractive\\_explanation': 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\nUnknown.", "### Contributions\n\n\nThanks to @lewtun, @thomwolf, @mariamabarham, @patrickvonplaten, @albertvillanova, @lhoestq for adding this dataset." ]
[ 109, 55, 10, 11, 6, 50, 51, 17, 92, 93, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 10, 45 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|commonsense_qa #language-English #license-unknown #arxiv-1906.02361 #region-us \n### Dataset Summary\n\n\nCommon Sense Explanations (CoS-E) allows for training language models to\nautomatically generate explanations that can be used during training and\ninference in a novel Commonsense Auto-Generated Explanation (CAGE) framework.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### v1.0\n\n\n* Size of downloaded dataset files: 4.30 MB\n* Size of the generated dataset: 2.34 MB\n* Total amount of disk used: 6.64 MB\n\n\nAn example of 'train' looks as follows.#### v1.11\n\n\n* Size of downloaded dataset files: 6.53 MB\n* Size of the generated dataset: 3.05 MB\n* Total amount of disk used: 9.58 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### v1.0\n\n\n* 'id': a 'string' feature.\n* 'question': a 'string' feature.\n* 'choices': a 'list' of 'string' features.\n* 'answer': a 'string' feature.\n* 'abstractive\\_explanation': a 'string' feature.\n* 'extractive\\_explanation': a 'string' feature.#### v1.11\n\n\n* 'id': a 'string' feature.\n* 'question': a 'string' feature.\n* 'choices': a 'list' of 'string' features.\n* 'answer': a 'string' feature.\n* 'abstractive\\_explanation': a 'string' feature.\n* 'extractive\\_explanation': a 'string' feature.### Data Splits\n\n\n\nDataset Creation\n----------------" ]
[ -0.030162502080202103, 0.07191202044487, -0.005561599973589182, 0.03567185625433922, 0.08939705044031143, 0.028850967064499855, -0.02459954097867012, 0.10789886116981506, -0.035293903201818466, 0.1429792195558548, 0.0580512173473835, -0.03880622610449791, 0.0379272885620594, 0.13039550185203552, 0.023553309962153435, -0.14052800834178925, 0.020248787477612495, -0.11389712244272232, 0.06665167212486267, 0.08256146311759949, 0.12706181406974792, -0.05490485578775406, 0.06982342898845673, -0.06816087663173676, -0.07943480461835861, 0.03279811516404152, -0.06481025367975235, -0.0016910838894546032, 0.056275997310876846, 0.07868968695402145, 0.011605044826865196, -0.06441695243120193, 0.04937842860817909, -0.2637753486633301, -0.000704868056345731, 0.09162651747465134, 0.0012675670441240072, 0.0168302021920681, 0.10729612410068512, 0.0038801911287009716, 0.16354073584079742, -0.02638980746269226, 0.06198051944375038, 0.027148937806487083, -0.07072814553976059, -0.13776442408561707, -0.09592917561531067, -0.04053913801908493, 0.12150506675243378, 0.052271418273448944, -0.037867628037929535, -0.000887505360879004, -0.0387609601020813, 0.10492940992116928, 0.12825512886047363, -0.06804805248975754, -0.027092255651950836, 0.06793469190597534, 0.08152223378419876, 0.06310967355966568, -0.08161071687936783, -0.06566888093948364, 0.02097327820956707, 0.056181568652391434, 0.007755381986498833, -0.012504088692367077, -0.026729866862297058, 0.010306136682629585, -0.08542996644973755, -0.09832536429166794, 0.2389211505651474, 0.03171796351671219, -0.05693884193897247, -0.1380165070295334, -0.040027085691690445, -0.06142565235495567, -0.009766923263669014, 0.0388554111123085, 0.011488924734294415, 0.022159019485116005, -0.008018357679247856, -0.01957525499165058, -0.08487129211425781, -0.06610658764839172, -0.031891413033008575, -0.06172618269920349, 0.0015840250998735428, 0.006524321623146534, 0.06784982234239578, 0.08395306766033173, -0.11367978155612946, -0.07809757441282272, -0.059108633548021317, -0.0009909779764711857, -0.1317867636680603, -0.0012703514657914639, -0.04880933091044426, -0.10332013666629791, 0.02703389711678028, 0.14305417239665985, -0.03929552063345909, 0.05835247039794922, -0.04464404657483101, 0.01563415117561817, 0.09005745500326157, 0.10320711880922318, -0.06774585694074631, -0.11482158303260803, -0.03120427392423153, -0.025928780436515808, 0.0013559068320319057, -0.030989469960331917, -0.014635993167757988, 0.09449923783540726, 0.07588493824005127, 0.010727892629802227, 0.0847947895526886, 0.046595413237810135, -0.05115767568349838, 0.0018819128163158894, 0.16195295751094818, -0.1494254469871521, 0.037547383457422256, 0.04390367865562439, -0.0430254191160202, -0.07866252213716507, 0.05570405721664429, 0.002510312246158719, -0.047317590564489365, 0.13623063266277313, -0.050697583705186844, -0.04204023629426956, -0.0886007696390152, -0.12198181450366974, 0.04119424894452095, 0.03468989208340645, -0.05578150972723961, -0.052727676928043365, -0.24417881667613983, -0.05673976242542267, 0.02318774163722992, -0.0735492929816246, -0.007616409566253424, -0.004776250571012497, -0.054530855268239975, 0.0367354117333889, 0.0077781216241419315, 0.19024567306041718, -0.0563117191195488, 0.06052932143211365, -0.0638841837644577, -0.012788292020559311, 0.018167763948440552, 0.04046712443232536, -0.09860362857580185, 0.07616352289915085, -0.07679475843906403, 0.1562187522649765, -0.09390734136104584, 0.007238955702632666, -0.1560034602880478, -0.01579139195382595, -0.0053234221413731575, 0.013828086666762829, 0.04802592843770981, 0.07041053473949432, -0.18967601656913757, 0.02633492834866047, 0.08027145266532898, -0.044739995151758194, -0.07309367507696152, 0.09707903116941452, -0.03998752683401108, 0.023180246353149414, 0.034099675714969635, 0.17089144885540009, 0.0007755168480798602, -0.056907713413238525, -0.08448591083288193, 0.012408126145601273, 0.09449655562639236, 0.10223153233528137, 0.10719658434391022, -0.10475669056177139, 0.15161782503128052, 0.03880920633673668, 0.036219172179698944, -0.03424204885959625, -0.014194965362548828, -0.04483257606625557, -0.039739321917295456, -0.06691836565732956, -0.026249386370182037, -0.01208319328725338, -0.05174516886472702, -0.054891351610422134, -0.06923092901706696, 0.05329734832048416, 0.06344877183437347, -0.007275823503732681, 0.050352856516838074, -0.005114225670695305, 0.028822440654039383, -0.08104503899812698, 0.019668014720082283, -0.19472922384738922, -0.11506200581789017, 0.02455354481935501, 0.02523726597428322, 0.02638612873852253, -0.002972661517560482, -0.0010893810540437698, 0.03342769294977188, -0.05260895937681198, 0.006687166169285774, 0.03980256989598274, 0.00005057004818809219, -0.03701461851596832, -0.09655267000198364, -0.054383646696805954, -0.06305880099534988, 0.019065702334046364, -0.0734543576836586, -0.009292373433709145, 0.10303889214992523, 0.06363833695650101, 0.0035368495155125856, -0.11030176281929016, 0.01774642989039421, 0.016709504649043083, -0.04497460648417473, -0.06709272414445877, -0.037330642342567444, 0.024514036253094673, -0.05864644795656204, 0.019331201910972595, -0.1415599137544632, -0.0005910615436732769, 0.04802231118083, 0.1427406668663025, -0.12331849336624146, -0.007348635699599981, -0.042827337980270386, -0.06573191285133362, -0.08168187737464905, -0.15552406013011932, 0.10429633408784866, 0.045361582189798355, 0.06223994866013527, -0.053050413727760315, -0.06938830018043518, -0.00016239947581198066, 0.0024420302361249924, -0.017886998131871223, 0.09057515859603882, 0.058100685477256775, -0.1492740362882614, 0.08181285858154297, 0.011260348372161388, -0.01610420271754265, 0.1098809465765953, -0.009267679415643215, -0.08917552977800369, -0.044397104531526566, 0.06997806578874588, -0.003537173615768552, 0.058824073523283005, 0.027433009818196297, 0.06308476626873016, 0.0627402514219284, 0.047523193061351776, 0.019368890672922134, -0.043031055480241776, 0.0365678146481514, 0.053551085293293, -0.007051306311041117, -0.015494179911911488, -0.00679655559360981, -0.006994664669036865, 0.07106422632932663, -0.0015127223450690508, 0.08594797551631927, -0.01656624674797058, -0.06739051640033722, -0.1190175861120224, 0.19013957679271698, -0.13278773427009583, -0.10339386016130447, -0.10416486114263535, -0.11139047890901566, -0.02624146081507206, -0.009622691199183464, 0.04464632272720337, 0.0007794480188749731, -0.06978631764650345, -0.1297989785671234, 0.006195105146616697, -0.037128761410713196, -0.10113374143838882, -0.09696703404188156, -0.031132230535149574, 0.06164919212460518, -0.132797509431839, 0.015429695136845112, 0.06816579401493073, -0.1101456731557846, -0.011633687652647495, 0.05437102168798447, 0.10911313444375992, 0.06910721212625504, 0.03251617029309273, -0.0272242221981287, -0.015295430086553097, 0.2005523145198822, -0.08537998050451279, 0.06591545045375824, 0.03718021139502525, -0.03383960202336311, 0.0736938938498497, 0.1520194411277771, 0.03157839551568031, -0.06432812660932541, 0.045562274754047394, 0.061460401862859726, -0.09459590911865234, -0.21971775591373444, -0.0958314761519432, -0.056339338421821594, 0.06519714742898941, 0.0845906063914299, 0.05600599944591522, -0.033415839076042175, 0.01255954708904028, -0.051116179674863815, 0.04893236234784126, -0.04907380789518356, 0.06967528164386749, 0.02859250269830227, -0.02154153399169445, 0.09544017165899277, -0.046436890959739685, 0.08710864931344986, 0.09453994035720825, 0.023333676159381866, 0.1563592404127121, -0.08592672646045685, 0.16621117293834686, 0.04174269735813141, 0.08275377750396729, -0.0430944599211216, 0.04214058816432953, -0.08165919780731201, 0.06567902117967606, -0.01557261310517788, -0.05892614275217056, -0.026238251477479935, 0.11394505947828293, 0.1034865602850914, -0.028719156980514526, 0.005784824024885893, -0.06017773970961571, 0.06077044457197189, 0.09259235858917236, 0.010056461207568645, -0.11407115310430527, -0.03845556080341339, 0.060462724417448044, -0.03691287338733673, -0.07111245393753052, 0.001613205880858004, 0.14793404936790466, -0.13345976173877716, 0.04264706000685692, -0.003104733070358634, 0.09958097338676453, -0.04946720972657204, -0.02590547874569893, 0.08274377882480621, 0.023340167477726936, -0.026289042085409164, 0.07223325967788696, -0.18153420090675354, 0.08993309736251831, 0.016492575407028198, 0.0011102729476988316, -0.05057545378804207, 0.08687717467546463, -0.021820398047566414, -0.06835886090993881, 0.12728351354599, 0.006263001821935177, -0.15910881757736206, -0.025531742721796036, -0.0755113735795021, 0.011385580524802208, 0.04117522016167641, -0.08172091096639633, 0.0622834786772728, 0.01979963295161724, 0.03301263228058815, 0.007168211042881012, 0.05876265838742256, 0.0023024659603834152, -0.20817051827907562, 0.0225521307438612, -0.0804615318775177, -0.05124824121594429, -0.05437410622835159, 0.024129189550876617, -0.06985263526439667, 0.22221088409423828, -0.07429610192775726, -0.07656678557395935, -0.1141577810049057, 0.05902819335460663, 0.16868305206298828, -0.046880874782800674, 0.046953096985816956, -0.012476115487515926, 0.08629383891820908, -0.03269343450665474, -0.03674355149269104, 0.08560097962617874, -0.07655133306980133, -0.11413586139678955, -0.0837765783071518, 0.09654275327920914, -0.024192998185753822, 0.056400224566459656, -0.05412949621677399, 0.11490746587514877, -0.0388353206217289, -0.10011770576238632, 0.03398445248603821, 0.08289983123540878, 0.011400308459997177, 0.07989155501127243, -0.02315768599510193, -0.026234013959765434, 0.0286734439432621, -0.10859057307243347, 0.08430991321802139, 0.19744661450386047, -0.0871506929397583, 0.09938948601484299, 0.05731569603085518, -0.09107255190610886, -0.22618886828422546, -0.03389905020594597, 0.07216999679803848, -0.0031821178272366524, 0.0968778058886528, -0.17473144829273224, 0.024701988324522972, 0.10066887736320496, -0.027659423649311066, 0.07072487473487854, -0.26209557056427, -0.14840053021907806, 0.005292437970638275, -0.0008225547499023378, -0.188603475689888, -0.18764150142669678, -0.09913226217031479, -0.05404080078005791, -0.11527940630912781, -0.014496935531497002, 0.03297083452343941, 0.058793287724256516, 0.02457084320485592, 0.0673849806189537, 0.040092818439006805, -0.06512575596570969, 0.1059335395693779, -0.004714442882686853, 0.009448756463825703, -0.10824379324913025, 0.004886416252702475, 0.09257516264915466, -0.019719600677490234, 0.11434729397296906, -0.12869271636009216, 0.08423296362161636, -0.0945381447672844, 0.007330975960940123, -0.038814522325992584, 0.01724276877939701, -0.07938916236162186, -0.07556751370429993, -0.10742071270942688, 0.011627617292106152, 0.0979514867067337, -0.04998559132218361, -0.012265526689589024, -0.018899690359830856, 0.09006959199905396, 0.2721382677555084, -0.02148144133388996, 0.1181359812617302, -0.1786908358335495, -0.01745365560054779, -0.03420479968190193, 0.010717052035033703, -0.22229787707328796, 0.00507611408829689, 0.08317103981971741, 0.06460636109113693, 0.12515418231487274, -0.01392483152449131, -0.11106204986572266, 0.03876175358891487, 0.06650367379188538, -0.07719912379980087, -0.2186857908964157, 0.04340852424502373, 0.12241171300411224, -0.15715599060058594, -0.09788482636213303, 0.06268517673015594, -0.006279847584664822, 0.018119169399142265, -0.007895232178270817, 0.1206868514418602, -0.0005538689438253641, 0.17593562602996826, 0.00023765696096234024, 0.05304492637515068, -0.07503674924373627, 0.08512964844703674, 0.11609894782304764, -0.07396548241376877, 0.04708097130060196, 0.056038711220026016, -0.03045833669602871, -0.024184685200452805, 0.03429329767823219, 0.010088267736136913, 0.014150605536997318, 0.014376834966242313, 0.04567009583115578, -0.0934409350156784, 0.07768065482378006, -0.0545283667743206, 0.0297139510512352, 0.06499052792787552, -0.02105606161057949, -0.011681563220918179, -0.03919468820095062, 0.1691904217004776, 0.027686353772878647, 0.06444171816110611, -0.010219038464128971, 0.02846154011785984, -0.022050481289625168, -0.03284575417637825, 0.04180329293012619, -0.005215230397880077, -0.002362085273489356, 0.0010198785457760096, -0.08645239472389221, -0.004025732632726431, -0.033276934176683426, -0.023415636271238327, 0.009764296934008598, 0.025700774043798447, 0.003532639006152749, 0.02968519739806652, -0.04242260381579399, -0.09966526180505753, -0.08123353123664856, 0.07886146008968353, -0.1628706306219101, -0.027065135538578033, 0.0733879804611206, -0.0621723011136055, 0.07202549278736115, 0.021266357973217964, 0.00033391942270100117, -0.010715343058109283, -0.05849498510360718, 0.026649706065654755, 0.024111418053507805, 0.03389337286353111, -0.02623550407588482, -0.07773999869823456, -0.03923973813652992, -0.002831147750839591, -0.06756751984357834, -0.004079006612300873, 0.005147832445800304, -0.15201380848884583, 0.0768500417470932, 0.003395221894606948, -0.023665931075811386, -0.050784919410943985, 0.04627472162246704, 0.02158709242939949, 0.07254995405673981, 0.06257933378219604, -0.031601738184690475, 0.05401080846786499, -0.14191970229148865, -0.03278714790940285, 0.045294299721717834, -0.011225261725485325, -0.03474956750869751, 0.031461164355278015, 0.059107474982738495, -0.05537703260779381, 0.20777857303619385, -0.058944474905729294, -0.04036244750022888, 0.028148146346211433, 0.06892836838960648, 0.05577429383993149, 0.05682564526796341, 0.13190370798110962, -0.049118079245090485, -0.030576949939131737, -0.05549284815788269, -0.008270638063549995, -0.0036263009533286095, 0.11564023047685623, 0.048469383269548416, 0.0917673408985138, 0.1408301442861557, -0.031126011162996292, 0.00907932873815298, -0.13955724239349365, -0.019322527572512627, 0.07871126383543015, -0.021629245951771736, 0.12001460790634155, -0.07725552469491959, 0.054219719022512436, 0.06608656793832779, -0.19247034192085266, 0.11252973973751068, -0.04317391291260719, -0.0553961917757988, -0.0011111507192254066, -0.05654950439929962, -0.05609402805566788, -0.02722099795937538, -0.00008585324394516647, -0.1278677135705948, 0.12761810421943665, 0.06777887046337128, -0.003101772628724575, 0.01636018045246601, 0.16571667790412903, -0.11796212941408157, -0.049546726047992706, 0.005015854723751545, -0.008333866484463215, -0.03535180911421776, 0.048135772347450256, 0.02904326654970646, 0.059603530913591385, 0.02329837717115879, 0.08271963149309158, 0.09590215235948563, -0.006313404534012079, 0.036877941340208054, -0.03117859922349453, -0.015818126499652863, -0.011592288501560688, -0.0034975281450897455, -0.0601910725235939, 0.16553620994091034, 0.03484102338552475, 0.015545775182545185, -0.012935223989188671, 0.16468118131160736, -0.056386079639196396, -0.08899423480033875, -0.15165813267230988, 0.018652398139238358, 0.004935342352837324, -0.007803823798894882, 0.026274200528860092, -0.1345580667257309, 0.017051491886377335, 0.05187271162867546, 0.19499896466732025, -0.0516480877995491, 0.008329701609909534, 0.05927399545907974, -0.0022063341457396746, -0.01689106784760952, 0.04412078112363815, -0.012910963967442513, 0.20998354256153107, -0.05643046274781227, 0.08391998708248138, -0.02049924060702324, -0.06389611959457397, -0.0002645424392540008, 0.13362227380275726, -0.0202653668820858, -0.0056158266961574554, -0.05582137033343315, 0.0442759208381176, -0.045155223459005356, -0.2114010751247406, -0.02445819228887558, -0.10252396762371063, -0.09574964642524719, 0.04090792313218117, 0.08260102570056915, 0.04273674637079239, 0.04460114613175392, -0.0007772058015689254, 0.025528157129883766, 0.08380776643753052, -0.021914320066571236, -0.0810709223151207, -0.06843063980340958, 0.038019970059394836, -0.006770761217921972, 0.1569759100675583, 0.034195076674222946, 0.0617726668715477, 0.07266352325677872, 0.01913481391966343, -0.09508607536554337, 0.07902085036039352, 0.12402302771806717, -0.06198325380682945, 0.049992091953754425, 0.15022927522659302, -0.031181776896119118, 0.15386660397052765, 0.06110893189907074, -0.013531014323234558, 0.06428631395101547, 0.08230371028184891, 0.002469946863129735, -0.12069909274578094, 0.008599091321229935, -0.07794486731290817, 0.15267233550548553, 0.16844119131565094, -0.017389507964253426, 0.0022346952464431524, -0.015000446699559689, 0.026762738823890686, -0.02337987907230854, 0.13170641660690308, 0.007555271964520216, -0.16444046795368195, 0.05733947828412056, 0.02851146273314953, 0.07184352725744247, -0.16616035997867584, -0.10450620204210281, 0.07283105701208115, -0.016368454322218895, -0.00453166151419282, 0.1403888463973999, 0.07874777168035507, -0.04240341857075691, -0.037590958178043365, -0.08989668637514114, -0.0012217225739732385, 0.08995431661605835, -0.030868109315633774, -0.040330298244953156 ]
28d9d5e2aae025e73e11177891a88dba51190013
# Dataset Card for "cosmos_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:** [https://wilburone.github.io/cosmos/](https://wilburone.github.io/cosmos/) - **Repository:** https://github.com/wilburOne/cosmosqa/ - **Paper:** [Cosmos QA: Machine Reading Comprehension with Contextual Commonsense Reasoning](https://arxiv.org/abs/1909.00277) - **Point of Contact:** [Lifu Huang](mailto:warrior.fu@gmail.com) - **Size of downloaded dataset files:** 24.40 MB - **Size of the generated dataset:** 24.51 MB - **Total amount of disk used:** 48.91 MB ### Dataset Summary Cosmos QA is a large-scale dataset of 35.6K problems that require commonsense-based reading comprehension, formulated as multiple-choice questions. It focuses on reading between the lines over a diverse collection of people's everyday narratives, asking questions concerning on the likely causes or effects of events that require reasoning beyond the exact text spans in 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:** 24.40 MB - **Size of the generated dataset:** 24.51 MB - **Total amount of disk used:** 48.91 MB An example of 'validation' looks as follows. ``` This example was too long and was cropped: { "answer0": "If he gets married in the church he wo nt have to get a divorce .", "answer1": "He wants to get married to a different person .", "answer2": "He wants to know if he does nt like this girl can he divorce her ?", "answer3": "None of the above choices .", "context": "\"Do i need to go for a legal divorce ? I wanted to marry a woman but she is not in the same religion , so i am not concern of th...", "id": "3BFF0DJK8XA7YNK4QYIGCOG1A95STE##3180JW2OT5AF02OISBX66RFOCTG5J7##A2LTOS0AZ3B28A##Blog_56156##q1_a1##378G7J1SJNCDAAIN46FM2P7T6KZEW2", "label": 1, "question": "Why is this person asking about divorce ?" } ``` ### Data Fields The data fields are the same among all splits. #### default - `id`: a `string` feature. - `context`: a `string` feature. - `question`: a `string` feature. - `answer0`: a `string` feature. - `answer1`: a `string` feature. - `answer2`: a `string` feature. - `answer3`: a `string` feature. - `label`: a `int32` feature. ### Data Splits | name |train|validation|test| |-------|----:|---------:|---:| |default|25262| 2985|6963| ## 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 As reported via email by Yejin Choi, the dataset is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. ### Citation Information ``` @inproceedings{huang-etal-2019-cosmos, title = "Cosmos {QA}: Machine Reading Comprehension with Contextual Commonsense Reasoning", author = "Huang, Lifu and Le Bras, Ronan and Bhagavatula, Chandra and Choi, Yejin", 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-1243", doi = "10.18653/v1/D19-1243", pages = "2391--2401", } ``` ### Contributions Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
cosmos_qa
[ "task_categories:multiple-choice", "task_ids:multiple-choice-qa", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-4.0", "arxiv:1909.00277", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["multiple-choice"], "task_ids": ["multiple-choice-qa"], "paperswithcode_id": "cosmosqa", "pretty_name": "CosmosQA", "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answer0", "dtype": "string"}, {"name": "answer1", "dtype": "string"}, {"name": "answer2", "dtype": "string"}, {"name": "answer3", "dtype": "string"}, {"name": "label", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 17159918, "num_examples": 25262}, {"name": "test", "num_bytes": 5121479, "num_examples": 6963}, {"name": "validation", "num_bytes": 2186987, "num_examples": 2985}], "download_size": 24399475, "dataset_size": 24468384}}
2024-01-18T09:43:51+00:00
[ "1909.00277" ]
[ "en" ]
TAGS #task_categories-multiple-choice #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1909.00277 #region-us
Dataset Card for "cosmos\_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: URL * Repository: URL * Paper: Cosmos QA: Machine Reading Comprehension with Contextual Commonsense Reasoning * Point of Contact: Lifu Huang * Size of downloaded dataset files: 24.40 MB * Size of the generated dataset: 24.51 MB * Total amount of disk used: 48.91 MB ### Dataset Summary Cosmos QA is a large-scale dataset of 35.6K problems that require commonsense-based reading comprehension, formulated as multiple-choice questions. It focuses on reading between the lines over a diverse collection of people's everyday narratives, asking questions concerning on the likely causes or effects of events that require reasoning beyond the exact text spans in the context ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 24.40 MB * Size of the generated dataset: 24.51 MB * Total amount of disk used: 48.91 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. * 'answer0': a 'string' feature. * 'answer1': a 'string' feature. * 'answer2': a 'string' feature. * 'answer3': a 'string' feature. * 'label': 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 As reported via email by Yejin Choi, the dataset is licensed under CC BY 4.0 license. ### Contributions Thanks to @patrickvonplaten, @lewtun, @albertvillanova, @thomwolf for adding this dataset.
[ "### Dataset Summary\n\n\nCosmos QA is a large-scale dataset of 35.6K problems that require commonsense-based reading comprehension, formulated as multiple-choice questions. It focuses on reading between the lines over a diverse collection of people's everyday narratives, asking questions concerning on the likely causes or effects of events that require reasoning beyond the exact text spans in the context", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 24.40 MB\n* Size of the generated dataset: 24.51 MB\n* Total amount of disk used: 48.91 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* 'answer0': a 'string' feature.\n* 'answer1': a 'string' feature.\n* 'answer2': a 'string' feature.\n* 'answer3': a 'string' feature.\n* 'label': 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\nAs reported via email by Yejin Choi, the dataset is licensed under CC BY 4.0 license.", "### Contributions\n\n\nThanks to @patrickvonplaten, @lewtun, @albertvillanova, @thomwolf 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-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1909.00277 #region-us \n", "### Dataset Summary\n\n\nCosmos QA is a large-scale dataset of 35.6K problems that require commonsense-based reading comprehension, formulated as multiple-choice questions. It focuses on reading between the lines over a diverse collection of people's everyday narratives, asking questions concerning on the likely causes or effects of events that require reasoning beyond the exact text spans in the context", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 24.40 MB\n* Size of the generated dataset: 24.51 MB\n* Total amount of disk used: 48.91 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* 'answer0': a 'string' feature.\n* 'answer1': a 'string' feature.\n* 'answer2': a 'string' feature.\n* 'answer3': a 'string' feature.\n* 'label': 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\nAs reported via email by Yejin Choi, the dataset is licensed under CC BY 4.0 license.", "### Contributions\n\n\nThanks to @patrickvonplaten, @lewtun, @albertvillanova, @thomwolf for adding this dataset." ]
[ 101, 88, 10, 11, 6, 51, 17, 102, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 28, 34 ]
[ "passage: TAGS\n#task_categories-multiple-choice #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1909.00277 #region-us \n### Dataset Summary\n\n\nCosmos QA is a large-scale dataset of 35.6K problems that require commonsense-based reading comprehension, formulated as multiple-choice questions. It focuses on reading between the lines over a diverse collection of people's everyday narratives, asking questions concerning on the likely causes or effects of events that require reasoning beyond the exact text spans in the context### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 24.40 MB\n* Size of the generated dataset: 24.51 MB\n* Total amount of disk used: 48.91 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* 'answer0': a 'string' feature.\n* 'answer1': a 'string' feature.\n* 'answer2': a 'string' feature.\n* 'answer3': a 'string' feature.\n* 'label': 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" ]
[ -0.03876003995537758, 0.18231399357318878, -0.0066259619779884815, 0.03748703747987747, 0.08021403104066849, 0.03446531668305397, 0.021347206085920334, 0.10416149348020554, 0.00015062009333632886, 0.18447144329547882, 0.007848335430026054, -0.001481803716160357, 0.1164725199341774, 0.13061672449111938, -0.004288330674171448, -0.17214639484882355, 0.0320671908557415, -0.10465215891599655, -0.01084630936384201, 0.10081615298986435, 0.11221282184123993, -0.0820174366235733, 0.05466252192854881, -0.09612806886434555, -0.05112330615520477, 0.018116405233740807, -0.04293324425816536, 0.006499242968857288, 0.014478442259132862, 0.06382947415113449, 0.01271554734557867, 0.008283047005534172, 0.04429586976766586, -0.25383755564689636, 0.02828403376042843, 0.061776116490364075, 0.005965827032923698, 0.03576536849141121, 0.14261306822299957, -0.0636565089225769, 0.06003577262163162, -0.13661469519138336, 0.052556443959474564, 0.06723056733608246, -0.08375217020511627, -0.112184539437294, -0.15334782004356384, 0.03259649872779846, 0.10974975675344467, 0.03425423428416252, -0.06951040029525757, -0.016403326764702797, -0.08129716664552689, 0.07164263725280762, 0.14203129708766937, -0.09233654290437698, -0.05711603909730911, 0.08788029104471207, 0.03257044404745102, 0.09859579801559448, -0.09870731830596924, -0.017819805070757866, 0.013099073432385921, 0.023977279663085938, 0.03055434487760067, -0.016383029520511627, -0.014926043339073658, 0.015665054321289062, -0.11805759370326996, -0.07910482585430145, 0.1579422950744629, 0.04364695027470589, -0.026624612510204315, -0.16822046041488647, -0.01876877434551716, -0.012243086472153664, -0.038131896406412125, 0.03177986666560173, 0.0030819112434983253, -0.014832156710326672, 0.024717917665839195, -0.017642561346292496, -0.049658771604299545, -0.025918640196323395, -0.030903073027729988, 0.015683958306908607, 0.030672168359160423, 0.005489819683134556, 0.07105224579572678, 0.036976009607315063, -0.04048938304185867, -0.11868418008089066, -0.030208101496100426, -0.014281442388892174, -0.16100959479808807, -0.011787465773522854, 0.01610446535050869, -0.0024038779083639383, 0.12048105150461197, 0.17720146477222443, -0.08543889969587326, 0.03873438015580177, -0.052078068256378174, -0.023940403014421463, 0.08740678429603577, 0.09493163228034973, -0.1178896576166153, -0.15005894005298615, 0.017718954011797905, 0.015035910531878471, 0.00987328588962555, -0.03205227479338646, -0.015624720603227615, 0.0469849668443203, 0.05683262646198273, 0.11453766375780106, 0.15682147443294525, 0.01962832361459732, -0.045113325119018555, -0.032781146466732025, 0.13827455043792725, -0.1429731249809265, 0.029298651963472366, 0.0856441780924797, -0.04175448790192604, -0.02974926121532917, -0.044502824544906616, -0.003753464901819825, -0.086255744099617, 0.09504682570695877, -0.05298354849219322, -0.025371083989739418, -0.081720270216465, -0.07583414018154144, 0.08521820604801178, 0.026391854509711266, -0.07341735064983368, 0.0006674768519587815, -0.11750628054141998, -0.07278311997652054, -0.009484343230724335, -0.0969003289937973, -0.08275891840457916, 0.02590271458029747, -0.07136078923940659, 0.0073736426420509815, 0.011274009943008423, 0.09864700585603714, -0.06109343841671944, 0.04220910370349884, -0.05770654231309891, 0.014569256454706192, 0.09357962012290955, 0.0347016267478466, -0.08471658080816269, 0.09324102103710175, -0.163822740316391, 0.12802483141422272, -0.12224818021059036, -0.002086095977574587, -0.12467819452285767, -0.05803058668971062, 0.07395333051681519, -0.03884318843483925, -0.012355460785329342, 0.1251949816942215, -0.1919175386428833, -0.01251206174492836, 0.09345667064189911, -0.03633910417556763, -0.07745826244354248, 0.10758637636899948, -0.03772374242544174, -0.06626313924789429, 0.04424741864204407, 0.15144328773021698, 0.024357540532946587, 0.04193633422255516, -0.09457056224346161, -0.06642590463161469, 0.03471539542078972, 0.20782682299613953, 0.131068617105484, -0.0837206169962883, 0.1505599319934845, 0.012665440328419209, -0.0018767541041597724, -0.0521414689719677, -0.032855600118637085, -0.06612224131822586, -0.020072199404239655, -0.033982113003730774, -0.017286699265241623, -0.020042870193719864, -0.09081818163394928, -0.05953234061598778, -0.06916991621255875, -0.04623110964894295, 0.035348035395145416, -0.0031090283300727606, 0.003613376757130027, -0.05000273138284683, 0.03736012428998947, -0.03957067430019379, 0.04140164703130722, -0.16418009996414185, -0.15242046117782593, 0.048876289278268814, -0.04953433945775032, 0.07157682627439499, -0.09464196860790253, -0.011771460063755512, -0.018131747841835022, -0.06740439683198929, 0.0012795269722118974, 0.04149992763996124, -0.010415572673082352, 0.006934741046279669, -0.16628015041351318, -0.0411967970430851, -0.01892954669892788, 0.12542936205863953, -0.08733727782964706, 0.017537737265229225, 0.11304052174091339, 0.16025644540786743, -0.014196168631315231, -0.0861644446849823, 0.06464262306690216, -0.0043998826295137405, -0.02797088958323002, -0.06700891256332397, -0.032327257096767426, -0.04834829643368721, -0.014183100312948227, 0.04732896387577057, -0.17323625087738037, -0.07493886351585388, 0.058621812611818314, 0.0867227092385292, -0.07289288938045502, -0.012188154272735119, -0.05136023834347725, -0.04877700284123421, -0.09304656088352203, -0.09623867273330688, 0.00902360025793314, 0.04795581102371216, 0.0025907678063958883, -0.0724024847149849, -0.05701284110546112, -0.027472957968711853, 0.027524176985025406, -0.029044385999441147, 0.13215400278568268, 0.008462347090244293, -0.14572401344776154, 0.13819599151611328, -0.01854032650589943, 0.040940061211586, 0.05853486433625221, -0.04150465130805969, -0.09964657574892044, -0.041385915130376816, 0.04358140006661415, 0.010467017069458961, 0.05987943336367607, 0.00015696002810727805, 0.06477484107017517, 0.07860288769006729, 0.017840437591075897, 0.016204118728637695, -0.033107541501522064, 0.02280154637992382, 0.012680546380579472, -0.0633997991681099, -0.02427898719906807, -0.026635734364390373, 0.05298975110054016, 0.10825223475694656, 0.035057298839092255, 0.1035940945148468, -0.023446571081876755, -0.07884717732667923, -0.13890162110328674, 0.14787335693836212, -0.09222140163183212, -0.1917697638273239, -0.08168768137693405, -0.07389485090970993, -0.0610901303589344, -0.04247979074716568, 0.02469845861196518, -0.0061881281435489655, -0.05898463726043701, -0.08896254748106003, 0.07722275704145432, 0.04392198100686073, -0.09385260939598083, -0.05874384567141533, -0.02265281416475773, 0.030437815934419632, -0.10064691305160522, 0.041811950504779816, 0.07584425061941147, -0.05313171446323395, -0.010406731627881527, 0.0601687952876091, 0.1526537984609604, 0.12000171840190887, 0.043677374720573425, -0.028824415057897568, -0.005205866880714893, 0.26273515820503235, -0.13490056991577148, 0.11316607892513275, 0.08050470054149628, -0.04482536017894745, 0.06063444912433624, 0.23116153478622437, 0.02754058875143528, -0.04273287206888199, 0.04167455807328224, 0.10551465302705765, -0.06203509494662285, -0.2658770978450775, -0.08566209673881531, -0.060326915234327316, 0.05799275264143944, 0.04935978353023529, 0.04416104033589363, 0.0009074152912944555, 0.010635499842464924, -0.12041497975587845, -0.06722647696733475, 0.04717561602592468, 0.07913569360971451, 0.04956110939383507, 0.026872355490922928, 0.08099862188100815, -0.03727754205465317, 0.04851614311337471, 0.1024315357208252, 0.011729005724191666, 0.15658505260944366, -0.04584784433245659, 0.25071045756340027, 0.03852192312479019, 0.12323930114507675, -0.03260268643498421, 0.0029261582531034946, 0.00460058031603694, 0.05818359553813934, 0.009216669015586376, -0.05831705033779144, 0.05743814632296562, 0.04701125621795654, 0.11234109103679657, -0.015063579194247723, 0.045315489172935486, -0.08562629669904709, 0.08548806607723236, 0.22179065644741058, 0.009513734839856625, -0.07628148049116135, -0.019697925075888634, 0.1079685315489769, -0.04728316515684128, -0.060903437435626984, -0.015372608788311481, 0.12216059118509293, -0.14653189480304718, 0.07713645696640015, 0.012321261689066887, 0.1326831877231598, -0.03453919291496277, -0.06354417651891708, 0.011791538447141647, 0.07072316110134125, -0.027819078415632248, 0.09924245625734329, -0.16881312429904938, 0.058625478297472, 0.014660228975117207, 0.004053637385368347, -0.05391670763492584, 0.04853751137852669, 0.007967490702867508, 0.015839621424674988, 0.12510135769844055, 0.016055921092629433, -0.0771355926990509, 0.002157516311854124, -0.09339503943920135, -0.004311255645006895, 0.07230500131845474, -0.12109670042991638, 0.08982287347316742, 0.005331144202500582, -0.01887720637023449, -0.04416968673467636, 0.0480046309530735, -0.06592065840959549, -0.16296334564685822, 0.04504061117768288, -0.05849912017583847, 0.046238139271736145, -0.05757481977343559, -0.021488746628165245, -0.09703382849693298, 0.17012569308280945, -0.08692849427461624, -0.10311988741159439, -0.12343708425760269, 0.02725847065448761, 0.20183627307415009, -0.04432615265250206, 0.047056894749403, -0.033672675490379333, 0.18769988417625427, 0.006676564924418926, -0.05364708974957466, 0.04422686994075775, -0.061213187873363495, -0.2350393533706665, -0.015771973878145218, 0.16993728280067444, 0.00921136885881424, 0.08156437426805496, -0.0301936324685812, 0.0909489244222641, -0.004467569757252932, -0.11616139113903046, 0.04392252489924431, 0.0572483129799366, 0.04913758859038353, 0.14462347328662872, 0.04275032505393028, -0.17885398864746094, -0.10667792707681656, -0.06568872928619385, 0.09083808958530426, 0.1790529042482376, -0.0972742959856987, 0.08469942957162857, 0.05136456340551376, -0.05165623128414154, -0.20648141205310822, 0.012422270141541958, 0.031719859689474106, -0.03001301735639572, 0.05531717464327812, -0.1391456127166748, 0.03934838995337486, 0.08765139430761337, -0.020097719505429268, 0.061110712587833405, -0.24146060645580292, -0.13552892208099365, -0.03357662633061409, 0.005993315950036049, -0.2767944037914276, -0.19118951261043549, -0.10898850858211517, -0.0625426173210144, -0.13988399505615234, 0.09042492508888245, -0.006475331261754036, 0.01728888601064682, 0.01199065987020731, 0.05701984837651253, 0.023700959980487823, -0.047945089638233185, 0.1907828152179718, -0.01262301579117775, -0.018507061526179314, -0.09602022171020508, -0.023828880861401558, 0.02588791213929653, 0.005124965216964483, 0.09924402087926865, -0.07625846564769745, 0.045240819454193115, -0.03124980442225933, -0.007370967883616686, -0.09574687480926514, 0.010362465865910053, -0.08616252988576889, -0.032565876841545105, -0.11411090940237045, 0.04285311698913574, 0.1175275668501854, -0.02049357071518898, 0.03832954913377762, -0.0616057850420475, 0.06490994989871979, 0.18941548466682434, 0.10407176613807678, 0.08677081018686295, -0.13575983047485352, -0.015951108187437057, -0.02378395013511181, -0.013189493678510189, -0.1639798879623413, 0.04244053363800049, 0.12214265763759613, 0.043933797627687454, 0.1500568836927414, -0.02639864943921566, -0.12625652551651, -0.01392960175871849, 0.04903865605592728, -0.0600450299680233, -0.3012067675590515, 0.047064460813999176, 0.06519381701946259, -0.2079637497663498, -0.09314793348312378, 0.019059918820858, 0.02797580510377884, -0.037456635385751724, 0.031872063875198364, 0.13322944939136505, 0.034591905772686005, 0.12657533586025238, 0.039580054581165314, 0.07539695501327515, -0.11494342982769012, 0.09478431940078735, 0.13417938351631165, -0.12727293372154236, -0.025493597611784935, 0.1870660036802292, -0.04373525083065033, -0.026271384209394455, 0.07011223584413528, 0.006901383865624666, 0.030855529010295868, -0.011192666366696358, 0.029128137975931168, -0.13766203820705414, 0.08285847306251526, 0.10684733837842941, -0.0001222992577822879, 0.023803342133760452, 0.0506473071873188, -0.0267734844237566, -0.020279116928577423, 0.1669367104768753, 0.04127925634384155, 0.05448225885629654, -0.02130529098212719, 0.01321275532245636, -0.017573637887835503, -0.008694391697645187, 0.012316673994064331, -0.009568960405886173, -0.039160072803497314, -0.008614495396614075, -0.16310977935791016, 0.02766077034175396, -0.12061718106269836, -0.01955808512866497, -0.03059820458292961, -0.06739382445812225, -0.017112933099269867, 0.008463193662464619, -0.05060746893286705, -0.10559796541929245, -0.07416907697916031, 0.09673556685447693, -0.16721554100513458, -0.023158017545938492, 0.09278111159801483, -0.0611417330801487, 0.11917592585086823, 0.007249153684824705, -0.03630588576197624, -0.01817655935883522, -0.08800753951072693, -0.01928320713341236, -0.03359867259860039, 0.04529691860079765, 0.010967408306896687, -0.153053879737854, -0.030092386528849602, -0.022175248712301254, -0.09240960329771042, 0.046701692044734955, -0.0494098924100399, -0.1278769075870514, 0.06498175859451294, -0.04241184517741203, -0.031381331384181976, -0.047572895884513855, 0.03640450909733772, 0.06556261330842972, 0.021394820883870125, 0.11187201738357544, -0.028397172689437866, 0.1030438095331192, -0.16517893970012665, -0.03854070603847504, -0.001131681026890874, -0.008014265447854996, -0.020293811336159706, 0.05920003727078438, 0.08708670735359192, -0.02062349207699299, 0.17881351709365845, -0.0505959615111351, -0.04724618420004845, 0.054337553679943085, 0.1360567957162857, 0.06491418927907944, 0.08272898197174072, 0.0640501007437706, -0.03170042857527733, -0.050565093755722046, 0.018470095470547676, -0.02316143363714218, -0.06605195254087448, -0.008227131329476833, 0.08934183418750763, 0.15494850277900696, 0.19444255530834198, -0.05909094586968422, 0.05615849792957306, -0.14418020844459534, 0.023965777829289436, 0.08255229890346527, -0.0504908487200737, 0.03551003336906433, -0.07022830843925476, 0.07348834723234177, 0.07145777344703674, -0.17629723250865936, 0.12675325572490692, -0.09475995600223541, -0.0684003159403801, -0.01371858362108469, -0.09548111259937286, -0.06916514039039612, -0.018481997773051262, -0.016141341999173164, -0.13434910774230957, 0.11732958257198334, 0.15120352804660797, -0.014553625136613846, -0.032911963760852814, 0.12195338308811188, -0.06542235612869263, -0.07645360380411148, 0.014631453901529312, 0.0439160019159317, 0.019434673711657524, 0.09392989426851273, 0.05183346942067146, 0.026334261521697044, 0.03647474944591522, 0.11594482511281967, 0.08505649119615555, 0.000013934133676229976, 0.026827652007341385, -0.07998927682638168, -0.07481124997138977, 0.030147409066557884, -0.026764435693621635, -0.02222461625933647, 0.2359878271818161, 0.02149159647524357, 0.05543117970228195, -0.0009742843685671687, 0.2111377865076065, -0.050658635795116425, -0.07608530670404434, -0.14211122691631317, -0.03417234495282173, -0.07010108977556229, -0.0051370165310800076, 0.035471368581056595, -0.15996450185775757, -0.0015629655681550503, 0.08082248270511627, 0.14412249624729156, -0.006440868601202965, 0.008876214735209942, 0.0025059503968805075, 0.007258289959281683, 0.014950782991945744, -0.0013555912300944328, 0.04396095871925354, 0.1522679477930069, -0.07433831691741943, 0.08125920593738556, -0.039853546768426895, -0.04201534017920494, -0.06295644491910934, 0.0911814346909523, -0.018839659169316292, -0.0011307972017675638, -0.06519030034542084, 0.13273195922374725, -0.08097229897975922, -0.19987773895263672, 0.008324804715812206, -0.11921054869890213, -0.1410272717475891, -0.02622273378074169, 0.03957842290401459, 0.03877152502536774, 0.00008704773063072935, 0.04919262230396271, 0.017175454646348953, 0.08117681741714478, 0.01381924282759428, -0.019489657133817673, -0.04066016897559166, 0.09010735899209976, -0.08243577927350998, 0.1826995313167572, 0.008748054504394531, 0.08425703644752502, 0.1098480373620987, -0.03840062394738197, -0.12720021605491638, 0.03351427614688873, 0.13942335546016693, -0.04515297710895538, 0.04982145503163338, 0.2014266699552536, 0.0013005670625716448, 0.11383845657110214, 0.09679296612739563, -0.028628993779420853, 0.023236051201820374, 0.0442461334168911, 0.009631704539060593, -0.13936974108219147, 0.05866321548819542, -0.10201478749513626, 0.09956235438585281, 0.1518615037202835, -0.06849857419729233, 0.014839517883956432, -0.013968339189887047, -0.020648201927542686, -0.0016524252714589238, 0.20436571538448334, 0.009805325418710709, -0.18902768194675446, 0.05375410616397858, -0.06207969784736633, 0.10915271937847137, -0.1166476309299469, -0.040950533002614975, 0.04174114391207695, -0.010806414298713207, -0.021732931956648827, 0.14238718152046204, 0.06954517215490341, -0.023353593423962593, -0.04656185954809189, -0.14549295604228973, 0.015531445853412151, 0.12497075647115707, -0.07112693041563034, -0.005514822900295258 ]
496ad9cf3f09218a2049bd8abb8f19d9e4812077
# Dataset Card for COUNTER ## 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://ucrel.lancs.ac.uk/textreuse/counter.php - **Repository:** [More Information Needed] - **Paper:** https://link.springer.com/article/10.1007%2Fs10579-016-9367-2 - **Leaderboard:** [More Information Needed] - **Point of Contact:** [UCREL](ucrel@lancaster.ac.uk) ### Dataset Summary The COrpus ofUrdu News TExt Reuse (COUNTER) corpus contains 1200 documents with realexamples of text reuse from the field of journalism. It has been manually annotatedat document level with three levels of reuse: wholly derived, partially derived andnon derived ### Supported Tasks and Leaderboards other:text-reuse ### Languages ur ## Dataset Structure ### Data Instances Here is one example from the dataset: ``` {"derived": { "body" :"میر پور(وقت نیوز) بنگلہ دیش نے 5 میچوں کی سیریز کےآ خری میچ میں بھی فتح حاصل کر کے سیریز میں وائٹ واش کر دیا،زمبابوے ایک میچ بھی نہ جیت سکا۔آخری میچ میں زمبابوے کے 129 رنز کا ہدف بنگال ٹائیگرز نے 24.3 اوورز میں 5 وکٹوں کے نقصان پر حاصل کر لیا۔بنگلہ دیش کے شیر بنگلہ سٹیڈیم میر پور میں کھیلے گئے آخری ایک روزہ میچ میں زمبابوے کے کپتان چکمبورا نے ٹاس جیت کے بینٹگ کا فیصلہ کیا جو ان کی ٹیم کیلئے ڈراؤنا خواب ثابت ہوا اور پوری ٹیم 30 اوورز میں 128 رنز بنا کر پویلین لوٹ گئی زمبابوے کی پہلی وکٹ 16 رنز پر گری جب سکندر رضا صرف 9 رنز بنا کر مشرقی مرتضی کی بال پر آؤٹ ہوئے اس کے بعد مساکد ازااور سباندا کی پارٹنرشپنے ٹیم کا سکور95 رنز تک پہنچا دیا ۔مساکدازا 52 رنز بنا کر جبیر الحسن کا شکار بنے جبکہ سباندا نے 37 رنز کی اننگز کھیلی اس کے بعد کئی بھی زمبابوے کا کھلاڑی جم کر نہ کھیل سکا۔بنگال ٹائیگرز کی جانب سے عمدہ باؤلنگ کے نتیجے میں کپتان چکمبورا سمیت 8 کھلاڑی ڈبل فیگر کراس نہ کر سکے ۔بنگلہ دیش کی جانب سے ایک روزہ میچوں میں ڈیبیو کرنے والے تیج السلام نے اپنے پہلے ہی میچ میں ہیٹرک کی اسلام نے 7 اوورز میں صرف 14 رنز دئے اور چار کھلاڑیوں کع آؤٹ کیا جبکہ شکیب الحسن نے 30 رنز دیکر 3 اور جبیر الحسن نے41 رنز دیکر2 کھلاڑیوں کو پویلین کی راہ دکھائی ۔ 128 رنز کے جواب میں بنگال ٹائیگرز نے بیٹنگ شروع کی مشکلات کا سامنا رہا ان کے بھی ابتدائی 3 کھلاڑی 47 رنز پر پویلین لوٹ گئے۔ تمیم اقبال 10، انعام الحق8 رنز بنا کر آؤٹ ہوئے،آل راؤنڈر شکیب الحسن بغیر کوئی رنز بنائیپویلین لوٹ گئے وکٹ کیپر مشفق الرحیم صرف 11 رنز بنا کر چتارہ کا شکار بن گئے۔محمد اللہ نے51 رنز کی میچ وننگ اننگز کھیلی جبکہ صابر رحمٰن13 رنز بنا کر ناٹ آؤٹ رہے۔ زمبابوے کی جانب سے چتارہ نے 3 اور پنیا نگارا نے 2 کھلاڑیوں کو آؤٹ کیا ۔فتح کے ساتھ بنگلہ دیش نے سیریز میں وائٹ واش کر دیا۔زمبابوے کی ٹیم کوئی میچ نہ جیت سکی،تیج السلام کو میچ کا بہترین ایوارڈ دیا گیا جبکہ سیریز کا بہترین کھلاڑی مشفق الرحیم کو قرار دیا گیا۔", "classification": 1, # partially_derived "domain": 1, # sports "filename": "0001p.xml", "headline": "بنگلہ دیش کا زمبابوے کا ون ڈے سیریز میں 5-0 سے وائٹ واش", "newsdate": "02.12.14", "newspaper": "daily_waqt", "number_of_words_with_swr": 265, "total_number_of_sentences": 13, "total_number_of_words": 393}, "source": { "body": "ڈھاکہ ۔ یکم دسمبر (اے پی پی) بنگلہ دیش نے زمبابوے کو ٹیسٹ کے بعد ون ڈے سیریز میں بھی وائٹ واش کر دیا۔ سیریز کے پانچویں اور آخری ون ڈے میچ میں بنگال ٹائیگرز نے زمبابوے کو 5 وکٹوں سے شکست دے دی، مہمان ٹیم پہلے بیٹنگ کرتے ہوئے 128 رنز پر ڈھیر ہوگئی۔ تیج الاسلام نے کیریئر کے پہلے ون ڈے میچ میں ہیٹ ٹرک کرکے نئی تاریخ رقم کر دی، انہوں نے 4 کھلاڑیوں کو آؤٹ کیا۔ جواب میں بنگلہ دیش نے ہدف 24.3 اوورز میں 5 وکٹوں کے نقصان پر حاصل کر لیا۔ محمد اللہ نے 51 رنز کی ناقابل شکست اننگز کھیلی۔ تفصیلات کے مطابق پیر کو شیر بنگلہ نیشنل سٹیڈیم، میرپور میں پانچویں اور آخری ون ڈے میچ میں زمبابوے کے کپتان ایلٹن چگمبورا نے ٹاس جیت کر پہلے بیٹنگ کا فیصلہ کیا جو غلط ثابت ہوا۔ زمبابوے کی پوری ٹیم ڈیبیو ون ڈے کھیلنے والے نوجوان لیفٹ آرم سپنر تیج الاسلام اور شکیب الحسن کی تباہ کن باؤلنگ کے باعث 30 اوورز میں 128 رنز پر ڈھیر ہوگئی۔ ہیملٹن ماساکڈزا 52 اور ووسی سبانڈا 37 رنز کے ساتھ نمایاں رہے، ان کے علاوہ کوئی بھی بلے باز دوہرا ہندسہ عبور نہ کر سکا۔ اپنا پہلا ون ڈے کھیلنے والے تیج الاسلام نے 11 رنز کے عوض 4 وکٹیں حاصل کیں جس میں شاندار ہیٹ ٹرک بھی شامل ہے، اس طرح وہ ڈیبیو میں ہیٹ ٹرک کرنے والے دنیا کے پہلے باؤلر بن گئے ہیں۔ شکیب الحسن نے تین اور زبیر حسین نے دو وکٹیں حاصل کیں۔ جواب میں بنگلہ دیش نے ہدف 24.3 اوورز میں 5 وکٹوں کے نقصان پر حاصل کر لیا۔ محمد اللہ نے 51 رنز کی ناقابل شکست اننگز کھیل کر ٹیم کی فتح میں اہم کردار ادا کیا۔ زمبابوے کی جانب سے ٹینڈائی چتارا نے تین اور تناشے پینگارا نے دو وکٹیں حاصل کیں۔", "classification": 1, # partially_derived "domain": 1, # sports "filename": "0001.xml", "headline": "بنگال ٹائیگرز نے کمزور زمبابوے کو ٹیسٹ کے بعد ون ڈے سیریز میں بھی وائٹ واش کر دیا، پانچویں اور آخری ون ڈے میچ میں بنگلہ دیش 5 وکٹوں سے فتح یاب، تیج الاسلام نے ڈیبیو ون ڈے میں ہیٹ ٹرک کرکے نئی تاریخ رقم کر دی" "newsdate": "01.12.14", "newspaper": "APP", "number_of_words_with_swr": 245, "total_number_of_sentences": 15, "total_number_of_words": 352}} ``` ### Data Fields ```source```: The source document ```derived```: The derived document For each pair of source and derived documents. we have the following fields: ```filename (str)```: Name of the file in dataset ```headline(str)```: Headline of the news item ```body(str)```: Main text of the news item ```total_number_of_words(int)```: Number of words in document ```total_number_of_sentences(int)```: Number of sentences in document ```number_of_words_with_swr(int)```: Number of words after stop word removal ```newspaper(str)```: The newspaper in which the news item was published ```newsdate(str)```: The date on which the news item is published DD.MM.YY ```domain(int)```: The category of news item from this list: "business", "sports", "national", "foreign", "showbiz". ```classification (int)```: Three classes of reuse from this list: Wholly Derived (WD), Partially Derived (PD) and Non Derived (ND) ### Data Splits One split train with 600 pairs of documents. The corpus is composed of two main document types: (1) source documents and (2) derived documents. There are total 1200 documents in the corpus: 600 are newsagency articles (source documents) and 600 are newspapers stories (derived documents). The corpus contains in total 275,387 words (tokens8), 21,426 unique words and 10,841 sentences. The average length of a source document is 227 words while for derived documents it is 254 words. ## Dataset Creation ### Curation Rationale Our main intention was to develop a standard benchmark resource for the evaluation of existing systems available for text reuse detection in general and specifically for Urdu language. To generate a corpus with realistic examples, we opted for the field of journalism. In journalism, the same news story is published in different newspapers in different forms. It is a standard practice followed by all the newspapers (reporters and editors) to reuse (verbatim or modified) a news story released by the news agency. ### Source Data #### Initial Data Collection and Normalization The COUNTER corpus consists of news articles (source documents) released by five news agencies in Pakistan i.e. Associated Press of Pakistan (APP), InternationalNews Network (INN), Independent News Pakistan (INP), News Network International (NNI) and South Asian News Agency (SANA). The corresponding news stories (derived documents) were extracted from nine daily published and large circulation national news papers of the All Pakistan Newspapers Society (APNS), who are subscribed to these news agencies. These include Nawa-e-Waqt, Daily Dunya, Express, Jang, Daily Waqt, Daily Insaf, Daily Aaj, Daily Islam and DailyPakistan. All of them are part of the mainstream national press, long established dailies with total circulation figures of over four million.7News agency texts (source documents) were provided (in electronic form) by the news agencies on a daily basis when they released the news. Newspaper stories (derived documents) were collected by three volunteers over a period of six months (from July to December 2014).National, Foreign, Business, Sports and Showbiz were the domains targeted for data collection. #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process The corpus has been annotated at the document level with three classes of reuse i.e.Wholly Derived (WD), Partially Derived (PD) and Non Derived (ND). The derived collection contains documents with various degrees of text reuse. Some of the newspaper stories (derived documents)are rewritten (either verbatim or paraphrased) from the new agencys text (source document) while others have been written by the journalists independently on their own. For the former case, source-derived document pairs are either tagged as Wholly Derived (WD) or Partially Derived (PD) depending on the volume of text reused from the news agencys text for creating the newspaper article while for the latter case, they are tagged as Non Derived (ND) as the journalists have not reused anything from the news agencys text but based on their own observations and findings, developed and documented the story. The annotations were carried out in three phases: (1) training phase, (2) annotations, (3)conflict resolving. During the training phase, annotators A and B manually annotated 60 document pairs, following a preliminary version of the annotation guidelines. A detailed meeting was carried out afterwards, discussing the problems and disagreements. It was observed that the highest number of disagreements were between PD and ND cases, as both found it difficult to distinguish between these two classes. The reason being that adjusting the threshold where a text is heavily paraphrased or new information added to it that it becomes independently written(ND). Following the discussion, the annotation guidelines were slightly revised, and the first 60 annotations results were saved. In the annotation phase, the remaining540 document pairs were manually examined by the two annotators (A and B). Both were asked to judge, and classify (at document level) whether a document(newspaper story) depending on the volume of text rewritten from the source (news agency article) falls into one of the following categories:remaining540 document pairs were manually examined by the two annotators (A and B). Both were asked to judge, and classify (at document level) whether a document(newspaper story) depending on the volume of text rewritten from the source (news agency article) falls into one of the following categories: Wholly Derived (WD)The News agency text is the only source for the reused newspaper text, which means it is a verbatim copy of the source. In this case, most of the reused text is word-to-word copy of the source text.Partially Derived (PD)The Newspaper text has been either derived from more than one news agency or most of the text is paraphrased by the editor when rewriting from news agency text source. In this case, most parts of the derived document contain paraphrased text or new facts and figures added by the journalists own findings. Non Derived (ND)The News agency text has not been used in the production of the newspaper text (though words may still co-occur in both documents), it has completely different facts and figures or is heavily paraphrased from the newsagencys copy. In this case, the derived document is independently written and has a lot more new text. #### Who are the annotators? The annotations were performed by three annotators (A, B and C), who were native Urdu language speakers and experts of paraphrasing mechanisms. All three were graduates, experienced in text annotations and having an advanced Urdu level. ### 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 is licensed under the Creative Common Attribution-NonCommercial-ShareAlike 4.0 International License. [(CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/). ### Citation Information ``` @Article{Sharjeel2016, author="Sharjeel, Muhammad and Nawab, Rao Muhammad Adeel and Rayson, Paul", title="COUNTER: corpus of Urdu news text reuse", journal="Language Resources and Evaluation", year="2016", pages="1--27", issn="1574-0218", doi="10.1007/s10579-016-9367-2", url="http://dx.doi.org/10.1007/s10579-016-9367-2" } ``` ### Contributions Thanks to [@arkhalid](https://github.com/arkhalid) for adding this dataset.
counter
[ "task_categories:text-classification", "task_ids:text-scoring", "task_ids:semantic-similarity-scoring", "task_ids:topic-classification", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:n<1K", "source_datasets:original", "language:ur", "license:cc-by-nc-sa-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["ur"], "license": ["cc-by-nc-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["n<1K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["text-scoring", "semantic-similarity-scoring", "topic-classification"], "paperswithcode_id": "counter", "pretty_name": "COUNTER", "dataset_info": {"features": [{"name": "source", "struct": [{"name": "filename", "dtype": "string"}, {"name": "headline", "dtype": "string"}, {"name": "body", "dtype": "string"}, {"name": "total_number_of_words", "dtype": "int64"}, {"name": "total_number_of_sentences", "dtype": "int64"}, {"name": "number_of_words_with_swr", "dtype": "int64"}, {"name": "newspaper", "dtype": "string"}, {"name": "newsdate", "dtype": "string"}, {"name": "domain", "dtype": {"class_label": {"names": {"0": "business", "1": "sports", "2": "national", "3": "foreign", "4": "showbiz"}}}}, {"name": "classification", "dtype": {"class_label": {"names": {"0": "wholly_derived", "1": "partially_derived", "2": "not_derived"}}}}]}, {"name": "derived", "struct": [{"name": "filename", "dtype": "string"}, {"name": "headline", "dtype": "string"}, {"name": "body", "dtype": "string"}, {"name": "total_number_of_words", "dtype": "int64"}, {"name": "total_number_of_sentences", "dtype": "int64"}, {"name": "number_of_words_with_swr", "dtype": "int64"}, {"name": "newspaper", "dtype": "string"}, {"name": "newsdate", "dtype": "string"}, {"name": "domain", "dtype": {"class_label": {"names": {"0": "business", "1": "sports", "2": "national", "3": "foreign", "4": "showbiz"}}}}, {"name": "classification", "dtype": {"class_label": {"names": {"0": "wholly_derived", "1": "partially_derived", "2": "not_derived"}}}}]}], "splits": [{"name": "train", "num_bytes": 2598872, "num_examples": 600}], "download_size": 1356306, "dataset_size": 2598872}}
2024-01-18T09:44:30+00:00
[]
[ "ur" ]
TAGS #task_categories-text-classification #task_ids-text-scoring #task_ids-semantic-similarity-scoring #task_ids-topic-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-Urdu #license-cc-by-nc-sa-4.0 #region-us
# Dataset Card for COUNTER ## 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: UCREL ### Dataset Summary The COrpus ofUrdu News TExt Reuse (COUNTER) corpus contains 1200 documents with realexamples of text reuse from the field of journalism. It has been manually annotatedat document level with three levels of reuse: wholly derived, partially derived andnon derived ### Supported Tasks and Leaderboards other:text-reuse ### Languages ur ## Dataset Structure ### Data Instances Here is one example from the dataset: ### Data Fields : The source document : The derived document For each pair of source and derived documents. we have the following fields: : Name of the file in dataset : Headline of the news item : Main text of the news item : Number of words in document : Number of sentences in document : Number of words after stop word removal : The newspaper in which the news item was published : The date on which the news item is published DD.MM.YY : The category of news item from this list: "business", "sports", "national", "foreign", "showbiz". : Three classes of reuse from this list: Wholly Derived (WD), Partially Derived (PD) and Non Derived (ND) ### Data Splits One split train with 600 pairs of documents. The corpus is composed of two main document types: (1) source documents and (2) derived documents. There are total 1200 documents in the corpus: 600 are newsagency articles (source documents) and 600 are newspapers stories (derived documents). The corpus contains in total 275,387 words (tokens8), 21,426 unique words and 10,841 sentences. The average length of a source document is 227 words while for derived documents it is 254 words. ## Dataset Creation ### Curation Rationale Our main intention was to develop a standard benchmark resource for the evaluation of existing systems available for text reuse detection in general and specifically for Urdu language. To generate a corpus with realistic examples, we opted for the field of journalism. In journalism, the same news story is published in different newspapers in different forms. It is a standard practice followed by all the newspapers (reporters and editors) to reuse (verbatim or modified) a news story released by the news agency. ### Source Data #### Initial Data Collection and Normalization The COUNTER corpus consists of news articles (source documents) released by five news agencies in Pakistan i.e. Associated Press of Pakistan (APP), InternationalNews Network (INN), Independent News Pakistan (INP), News Network International (NNI) and South Asian News Agency (SANA). The corresponding news stories (derived documents) were extracted from nine daily published and large circulation national news papers of the All Pakistan Newspapers Society (APNS), who are subscribed to these news agencies. These include Nawa-e-Waqt, Daily Dunya, Express, Jang, Daily Waqt, Daily Insaf, Daily Aaj, Daily Islam and DailyPakistan. All of them are part of the mainstream national press, long established dailies with total circulation figures of over four million.7News agency texts (source documents) were provided (in electronic form) by the news agencies on a daily basis when they released the news. Newspaper stories (derived documents) were collected by three volunteers over a period of six months (from July to December 2014).National, Foreign, Business, Sports and Showbiz were the domains targeted for data collection. #### Who are the source language producers? ### Annotations #### Annotation process The corpus has been annotated at the document level with three classes of reuse i.e.Wholly Derived (WD), Partially Derived (PD) and Non Derived (ND). The derived collection contains documents with various degrees of text reuse. Some of the newspaper stories (derived documents)are rewritten (either verbatim or paraphrased) from the new agencys text (source document) while others have been written by the journalists independently on their own. For the former case, source-derived document pairs are either tagged as Wholly Derived (WD) or Partially Derived (PD) depending on the volume of text reused from the news agencys text for creating the newspaper article while for the latter case, they are tagged as Non Derived (ND) as the journalists have not reused anything from the news agencys text but based on their own observations and findings, developed and documented the story. The annotations were carried out in three phases: (1) training phase, (2) annotations, (3)conflict resolving. During the training phase, annotators A and B manually annotated 60 document pairs, following a preliminary version of the annotation guidelines. A detailed meeting was carried out afterwards, discussing the problems and disagreements. It was observed that the highest number of disagreements were between PD and ND cases, as both found it difficult to distinguish between these two classes. The reason being that adjusting the threshold where a text is heavily paraphrased or new information added to it that it becomes independently written(ND). Following the discussion, the annotation guidelines were slightly revised, and the first 60 annotations results were saved. In the annotation phase, the remaining540 document pairs were manually examined by the two annotators (A and B). Both were asked to judge, and classify (at document level) whether a document(newspaper story) depending on the volume of text rewritten from the source (news agency article) falls into one of the following categories:remaining540 document pairs were manually examined by the two annotators (A and B). Both were asked to judge, and classify (at document level) whether a document(newspaper story) depending on the volume of text rewritten from the source (news agency article) falls into one of the following categories: Wholly Derived (WD)The News agency text is the only source for the reused newspaper text, which means it is a verbatim copy of the source. In this case, most of the reused text is word-to-word copy of the source text.Partially Derived (PD)The Newspaper text has been either derived from more than one news agency or most of the text is paraphrased by the editor when rewriting from news agency text source. In this case, most parts of the derived document contain paraphrased text or new facts and figures added by the journalists own findings. Non Derived (ND)The News agency text has not been used in the production of the newspaper text (though words may still co-occur in both documents), it has completely different facts and figures or is heavily paraphrased from the newsagencys copy. In this case, the derived document is independently written and has a lot more new text. #### Who are the annotators? The annotations were performed by three annotators (A, B and C), who were native Urdu language speakers and experts of paraphrasing mechanisms. All three were graduates, experienced in text annotations and having an advanced Urdu level. ### 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 is licensed under the Creative Common Attribution-NonCommercial-ShareAlike 4.0 International License. (CC BY-NC-SA 4.0). ### Contributions Thanks to @arkhalid for adding this dataset.
[ "# Dataset Card for COUNTER", "## 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: \n- Point of Contact: UCREL", "### Dataset Summary\n\nThe COrpus ofUrdu News TExt Reuse (COUNTER) corpus contains 1200 documents with realexamples of text reuse from the field of journalism. It has been manually annotatedat document level with three levels of reuse: wholly derived, partially derived andnon derived", "### Supported Tasks and Leaderboards\n\nother:text-reuse", "### Languages\n\nur", "## Dataset Structure", "### Data Instances\n\nHere is one example from the dataset:", "### Data Fields\n\n: The source document\n\n: The derived document\nFor each pair of source and derived documents. we have the following fields:\n\n: Name of the file in dataset\n\n: Headline of the news item\n\n: Main text of the news item\n\n: Number of words in document\n\n: Number of sentences in document\n\n: Number of words after stop word removal\n\n: The newspaper in which the news item was published\n\n: The date on which the news item is published DD.MM.YY\n\n: The category of news item from this list: \"business\", \"sports\", \"national\", \"foreign\", \"showbiz\".\n\n: Three classes of reuse from this list: Wholly Derived (WD), Partially Derived (PD) and Non Derived (ND)", "### Data Splits\n\nOne split train with 600 pairs of documents.\n\nThe corpus is composed of two main document types: (1) source documents and (2) derived documents. There are total 1200 documents in the corpus: 600 are newsagency articles (source documents) and 600 are newspapers stories (derived documents). The corpus contains in total 275,387 words (tokens8), 21,426 unique words and 10,841 sentences. The average length of a source document is 227 words while for derived documents it is 254 words.", "## Dataset Creation", "### Curation Rationale\n\nOur main intention was to develop a standard benchmark resource for the evaluation of existing systems available for text reuse detection in general and specifically for Urdu language. To generate a corpus with realistic examples, we opted for the field of journalism. In journalism, the same news story is published in different newspapers in different forms. It is a standard practice followed by all the newspapers (reporters and editors) to reuse (verbatim or modified) a news story released by the news agency.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe COUNTER corpus consists of news articles (source documents) released by five news agencies in Pakistan i.e. Associated Press of Pakistan (APP), InternationalNews Network (INN), Independent News Pakistan (INP), News Network International (NNI) and South Asian News Agency (SANA). The corresponding news stories (derived documents) were extracted from nine daily published and large circulation national news papers of the All Pakistan Newspapers Society (APNS), who are subscribed to these news agencies.\nThese include Nawa-e-Waqt, Daily Dunya, Express, Jang, Daily Waqt, Daily Insaf, Daily Aaj, Daily Islam and DailyPakistan. All of them are part of the mainstream national press, long established dailies with total circulation figures of over four million.7News agency texts (source documents) were provided (in electronic form) by the news agencies on a daily basis when they released the news. Newspaper stories (derived documents) were collected by three volunteers over a period of six months (from July to December 2014).National, Foreign, Business, Sports and Showbiz were the domains targeted for data collection.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\nThe corpus has been annotated at the document level with three classes of reuse i.e.Wholly Derived (WD), Partially Derived (PD) and Non Derived (ND).\nThe derived collection contains documents with various degrees of text reuse. Some of the newspaper stories (derived documents)are rewritten (either verbatim or paraphrased) from the new agency\u0019s text (source document) while others have been written by the journalists independently on their own. For the former case, source-derived document pairs are either tagged as Wholly Derived (WD) or Partially Derived (PD) depending on the volume of text reused from the news agency\u0019s text for creating the newspaper article while for the latter case, they are tagged as Non Derived (ND) as the journalists have not reused anything from the news agency\u0019s text but based on their own observations and findings, developed and documented the story.\n\nThe annotations were carried out in three phases: (1) training phase, (2) annotations, (3)conflict resolving. During the training phase, annotators A and B manually annotated 60 document pairs, following a preliminary version of the annotation guidelines. A detailed meeting was carried out afterwards, discussing the problems and disagreements. It was observed that the highest number of disagreements were between PD and ND cases, as both found it difficult to distinguish between these two classes. The reason being that adjusting the threshold where a text is heavily paraphrased or new information added to it that it becomes independently written(ND). Following the discussion, the annotation guidelines were slightly revised, and the first 60 annotations results were saved. In the annotation phase, the remaining540 document pairs were manually examined by the two annotators (A and B). Both were asked to judge, and classify (at document level) whether a document(newspaper story) depending on the volume of text rewritten from the source (news agency article) falls into one of the following categories:remaining540 document pairs were manually examined by the two annotators (A and B). Both were asked to judge, and classify (at document level) whether a document(newspaper story) depending on the volume of text rewritten from the source (news agency article) falls into one of the following categories:\nWholly Derived (WD)The News agency text is the only source for the reused newspaper text, which means it is a verbatim copy of the source. In this case, most of the reused text is word-to-word copy of the source text.Partially Derived (PD)The Newspaper text has been either derived from more than one news agency or most of the text is paraphrased by the editor when rewriting from news agency text source. In this case, most parts of the derived document contain paraphrased text or new facts and figures added by the journalist\u0019s own findings. Non Derived (ND)The News agency text has not been used in the production of the newspaper text (though words may still co-occur in both documents), it has completely different facts and figures or is heavily paraphrased from the newsagency\u0019s copy. In this case, the derived document is independently written and has a lot more new text.", "#### Who are the annotators?\n\nThe annotations were performed by three annotators (A, B and C), who were native Urdu language speakers and experts of paraphrasing mechanisms. All three were graduates, experienced in text annotations and having an advanced Urdu level.", "### 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\nThis dataset is licensed under the Creative Common Attribution-NonCommercial-ShareAlike 4.0 International License.\n(CC BY-NC-SA 4.0).", "### Contributions\n\nThanks to @arkhalid for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-text-scoring #task_ids-semantic-similarity-scoring #task_ids-topic-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-Urdu #license-cc-by-nc-sa-4.0 #region-us \n", "# Dataset Card for COUNTER", "## 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: \n- Point of Contact: UCREL", "### Dataset Summary\n\nThe COrpus ofUrdu News TExt Reuse (COUNTER) corpus contains 1200 documents with realexamples of text reuse from the field of journalism. It has been manually annotatedat document level with three levels of reuse: wholly derived, partially derived andnon derived", "### Supported Tasks and Leaderboards\n\nother:text-reuse", "### Languages\n\nur", "## Dataset Structure", "### Data Instances\n\nHere is one example from the dataset:", "### Data Fields\n\n: The source document\n\n: The derived document\nFor each pair of source and derived documents. we have the following fields:\n\n: Name of the file in dataset\n\n: Headline of the news item\n\n: Main text of the news item\n\n: Number of words in document\n\n: Number of sentences in document\n\n: Number of words after stop word removal\n\n: The newspaper in which the news item was published\n\n: The date on which the news item is published DD.MM.YY\n\n: The category of news item from this list: \"business\", \"sports\", \"national\", \"foreign\", \"showbiz\".\n\n: Three classes of reuse from this list: Wholly Derived (WD), Partially Derived (PD) and Non Derived (ND)", "### Data Splits\n\nOne split train with 600 pairs of documents.\n\nThe corpus is composed of two main document types: (1) source documents and (2) derived documents. There are total 1200 documents in the corpus: 600 are newsagency articles (source documents) and 600 are newspapers stories (derived documents). The corpus contains in total 275,387 words (tokens8), 21,426 unique words and 10,841 sentences. The average length of a source document is 227 words while for derived documents it is 254 words.", "## Dataset Creation", "### Curation Rationale\n\nOur main intention was to develop a standard benchmark resource for the evaluation of existing systems available for text reuse detection in general and specifically for Urdu language. To generate a corpus with realistic examples, we opted for the field of journalism. In journalism, the same news story is published in different newspapers in different forms. It is a standard practice followed by all the newspapers (reporters and editors) to reuse (verbatim or modified) a news story released by the news agency.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe COUNTER corpus consists of news articles (source documents) released by five news agencies in Pakistan i.e. Associated Press of Pakistan (APP), InternationalNews Network (INN), Independent News Pakistan (INP), News Network International (NNI) and South Asian News Agency (SANA). The corresponding news stories (derived documents) were extracted from nine daily published and large circulation national news papers of the All Pakistan Newspapers Society (APNS), who are subscribed to these news agencies.\nThese include Nawa-e-Waqt, Daily Dunya, Express, Jang, Daily Waqt, Daily Insaf, Daily Aaj, Daily Islam and DailyPakistan. All of them are part of the mainstream national press, long established dailies with total circulation figures of over four million.7News agency texts (source documents) were provided (in electronic form) by the news agencies on a daily basis when they released the news. Newspaper stories (derived documents) were collected by three volunteers over a period of six months (from July to December 2014).National, Foreign, Business, Sports and Showbiz were the domains targeted for data collection.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\nThe corpus has been annotated at the document level with three classes of reuse i.e.Wholly Derived (WD), Partially Derived (PD) and Non Derived (ND).\nThe derived collection contains documents with various degrees of text reuse. Some of the newspaper stories (derived documents)are rewritten (either verbatim or paraphrased) from the new agency\u0019s text (source document) while others have been written by the journalists independently on their own. For the former case, source-derived document pairs are either tagged as Wholly Derived (WD) or Partially Derived (PD) depending on the volume of text reused from the news agency\u0019s text for creating the newspaper article while for the latter case, they are tagged as Non Derived (ND) as the journalists have not reused anything from the news agency\u0019s text but based on their own observations and findings, developed and documented the story.\n\nThe annotations were carried out in three phases: (1) training phase, (2) annotations, (3)conflict resolving. During the training phase, annotators A and B manually annotated 60 document pairs, following a preliminary version of the annotation guidelines. A detailed meeting was carried out afterwards, discussing the problems and disagreements. It was observed that the highest number of disagreements were between PD and ND cases, as both found it difficult to distinguish between these two classes. The reason being that adjusting the threshold where a text is heavily paraphrased or new information added to it that it becomes independently written(ND). Following the discussion, the annotation guidelines were slightly revised, and the first 60 annotations results were saved. In the annotation phase, the remaining540 document pairs were manually examined by the two annotators (A and B). Both were asked to judge, and classify (at document level) whether a document(newspaper story) depending on the volume of text rewritten from the source (news agency article) falls into one of the following categories:remaining540 document pairs were manually examined by the two annotators (A and B). Both were asked to judge, and classify (at document level) whether a document(newspaper story) depending on the volume of text rewritten from the source (news agency article) falls into one of the following categories:\nWholly Derived (WD)The News agency text is the only source for the reused newspaper text, which means it is a verbatim copy of the source. In this case, most of the reused text is word-to-word copy of the source text.Partially Derived (PD)The Newspaper text has been either derived from more than one news agency or most of the text is paraphrased by the editor when rewriting from news agency text source. In this case, most parts of the derived document contain paraphrased text or new facts and figures added by the journalist\u0019s own findings. Non Derived (ND)The News agency text has not been used in the production of the newspaper text (though words may still co-occur in both documents), it has completely different facts and figures or is heavily paraphrased from the newsagency\u0019s copy. In this case, the derived document is independently written and has a lot more new text.", "#### Who are the annotators?\n\nThe annotations were performed by three annotators (A, B and C), who were native Urdu language speakers and experts of paraphrasing mechanisms. All three were graduates, experienced in text annotations and having an advanced Urdu level.", "### 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\nThis dataset is licensed under the Creative Common Attribution-NonCommercial-ShareAlike 4.0 International License.\n(CC BY-NC-SA 4.0).", "### Contributions\n\nThanks to @arkhalid for adding this dataset." ]
[ 120, 8, 120, 28, 72, 16, 5, 6, 15, 161, 113, 5, 113, 4, 256, 10, 5, 755, 64, 8, 8, 7, 8, 25, 5, 6, 37, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-text-scoring #task_ids-semantic-similarity-scoring #task_ids-topic-classification #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-Urdu #license-cc-by-nc-sa-4.0 #region-us \n# Dataset Card for COUNTER## 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: \n- Point of Contact: UCREL### Dataset Summary\n\nThe COrpus ofUrdu News TExt Reuse (COUNTER) corpus contains 1200 documents with realexamples of text reuse from the field of journalism. It has been manually annotatedat document level with three levels of reuse: wholly derived, partially derived andnon derived### Supported Tasks and Leaderboards\n\nother:text-reuse### Languages\n\nur## Dataset Structure### Data Instances\n\nHere is one example from the dataset:", "passage: ### Data Fields\n\n: The source document\n\n: The derived document\nFor each pair of source and derived documents. we have the following fields:\n\n: Name of the file in dataset\n\n: Headline of the news item\n\n: Main text of the news item\n\n: Number of words in document\n\n: Number of sentences in document\n\n: Number of words after stop word removal\n\n: The newspaper in which the news item was published\n\n: The date on which the news item is published DD.MM.YY\n\n: The category of news item from this list: \"business\", \"sports\", \"national\", \"foreign\", \"showbiz\".\n\n: Three classes of reuse from this list: Wholly Derived (WD), Partially Derived (PD) and Non Derived (ND)### Data Splits\n\nOne split train with 600 pairs of documents.\n\nThe corpus is composed of two main document types: (1) source documents and (2) derived documents. There are total 1200 documents in the corpus: 600 are newsagency articles (source documents) and 600 are newspapers stories (derived documents). The corpus contains in total 275,387 words (tokens8), 21,426 unique words and 10,841 sentences. The average length of a source document is 227 words while for derived documents it is 254 words.## Dataset Creation### Curation Rationale\n\nOur main intention was to develop a standard benchmark resource for the evaluation of existing systems available for text reuse detection in general and specifically for Urdu language. To generate a corpus with realistic examples, we opted for the field of journalism. In journalism, the same news story is published in different newspapers in different forms. It is a standard practice followed by all the newspapers (reporters and editors) to reuse (verbatim or modified) a news story released by the news agency.### Source Data#### Initial Data Collection and Normalization\n\nThe COUNTER corpus consists of news articles (source documents) released by five news agencies in Pakistan i.e. Associated Press of Pakistan (APP), InternationalNews Network (INN), Independent News Pakistan (INP), News Network International (NNI) and South Asian News Agency (SANA). The corresponding news stories (derived documents) were extracted from nine daily published and large circulation national news papers of the All Pakistan Newspapers Society (APNS), who are subscribed to these news agencies.\nThese include Nawa-e-Waqt, Daily Dunya, Express, Jang, Daily Waqt, Daily Insaf, Daily Aaj, Daily Islam and DailyPakistan. All of them are part of the mainstream national press, long established dailies with total circulation figures of over four million.7News agency texts (source documents) were provided (in electronic form) by the news agencies on a daily basis when they released the news. Newspaper stories (derived documents) were collected by three volunteers over a period of six months (from July to December 2014).National, Foreign, Business, Sports and Showbiz were the domains targeted for data collection.#### Who are the source language producers?### Annotations" ]
[ -0.008436182513833046, 0.16041874885559082, -0.005413814447820187, 0.0021383375860750675, 0.050169702619314194, 0.007762369699776173, 0.04538401961326599, 0.06250280141830444, -0.05308464169502258, 0.08878349512815475, -0.03757963702082634, 0.005112942308187485, 0.08581601083278656, 0.03563157469034195, 0.005577085539698601, -0.20569783449172974, 0.05702608823776245, -0.07630874216556549, 0.02928108535706997, 0.08520057797431946, 0.09519735723733902, -0.034640245139598846, 0.03633352369070053, -0.01927679404616356, -0.0324762798845768, 0.0048742517828941345, -0.06796792894601822, -0.04901627451181412, 0.03344313055276871, 0.0615382194519043, 0.10758058726787567, 0.019869422540068626, 0.049835287034511566, -0.19798342883586884, 0.03111613728106022, 0.04974585026502609, -0.009784108027815819, 0.01601371541619301, 0.08593126386404037, -0.01558707095682621, 0.16814464330673218, -0.09286366403102875, 0.06835836917161942, 0.020385295152664185, -0.0956907719373703, -0.05369272828102112, -0.10005932301282883, 0.06906931102275848, 0.025519713759422302, 0.08761854469776154, -0.03213470056653023, 0.033100925385951996, -0.02962450683116913, 0.010655272752046585, 0.032512616366147995, -0.10492368042469025, -0.03897713124752045, 0.015722766518592834, -0.01336251012980938, 0.10468855500221252, -0.08031181991100311, -0.016498664394021034, -0.03653375059366226, 0.01793719083070755, -0.06471772491931915, -0.024645570665597916, -0.03160849213600159, -0.017539307475090027, -0.06115512549877167, -0.06246776878833771, 0.13867543637752533, -0.025800712406635284, -0.03032381646335125, -0.13369402289390564, -0.019838565960526466, 0.07703416794538498, -0.03956799954175949, 0.00003187195397913456, -0.01592642068862915, -0.017932115122675896, 0.07346685230731964, -0.01574021764099598, -0.09667135030031204, 0.026073889806866646, -0.08004956692457199, 0.05302787572145462, 0.036182891577482224, 0.02151334099471569, -0.025760885328054428, 0.07687494158744812, 0.12812703847885132, -0.07031053304672241, -0.02798016183078289, -0.06098635867238045, -0.09345594793558121, 0.00436379574239254, -0.027785204350948334, -0.06079951301217079, 0.030158545821905136, 0.09030523151159286, -0.09322632104158401, 0.040682412683963776, -0.03182180970907211, 0.007971054874360561, 0.1027393788099289, 0.056554537266492844, -0.03993496298789978, -0.0794740617275238, -0.021205725148320198, 0.009411098435521126, 0.031434137374162674, 0.0016040424816310406, 0.0027336846105754375, 0.07484239339828491, -0.020976819097995758, 0.03519158065319061, 0.056131232529878616, 0.04995784908533096, -0.020020965486764908, -0.013277816586196423, 0.19171376526355743, -0.12000368535518646, -0.04747088998556137, 0.012832297012209892, -0.0005731755518354475, 0.04421764984726906, 0.01283196359872818, -0.0038995486684143543, -0.07158089429140091, 0.04776832088828087, -0.05808263272047043, -0.04533437266945839, -0.07231388241052628, -0.061943210661411285, 0.03068401664495468, 0.015039564110338688, -0.0481925830245018, -0.062171027064323425, -0.12541857361793518, -0.07709379494190216, 0.02933359518647194, -0.0783742219209671, -0.026176277548074722, -0.014202281832695007, 0.011499456129968166, 0.01321284007281065, 0.0176275335252285, 0.027494089677929878, -0.06579618901014328, 0.0417117141187191, -0.08176956325769424, 0.015550335869193077, 0.027532454580068588, 0.025451475754380226, -0.05297563225030899, 0.03639274090528488, -0.14136627316474915, 0.11876377463340759, -0.11602235585451126, 0.026956994086503983, -0.07254155725240707, -0.003038441762328148, -0.013517895713448524, 0.03813931718468666, -0.04517719894647598, 0.09423179924488068, -0.13331404328346252, -0.033857569098472595, 0.07393914461135864, -0.1311034858226776, 0.03655222803354263, 0.03895076364278793, -0.05349341779947281, 0.1155310645699501, 0.04995478689670563, 0.08086550980806351, 0.07901779562234879, -0.009577997028827667, -0.06505374610424042, -0.04264020174741745, 0.07477307319641113, 0.2067278027534485, 0.04074539244174957, -0.08086621761322021, 0.09220730513334274, 0.03459536284208298, 0.008726639673113823, -0.042893726378679276, 0.021605869755148888, -0.030616674572229385, 0.04950735718011856, 0.0025558460038155317, -0.026571333408355713, -0.015301435254514217, 0.011150256730616093, 0.02023022621870041, -0.06166554614901543, 0.038906488567590714, 0.04851885139942169, -0.01208815909922123, 0.026173653081059456, -0.04042445123195648, -0.02469009906053543, -0.04593713954091072, 0.021320849657058716, -0.187726229429245, -0.14487674832344055, 0.028810283169150352, -0.0930882915854454, 0.08620639890432358, 0.03304724022746086, -0.004750180523842573, -0.024798711761832237, -0.047007203102111816, 0.038668442517519, -0.046872347593307495, 0.002520110458135605, -0.0417674221098423, -0.11336542665958405, 0.003651101142168045, -0.07008372247219086, 0.06671889871358871, -0.09775540232658386, -0.0032216485124081373, 0.06596678495407104, 0.1083880290389061, 0.06796116381883621, -0.07468917965888977, 0.06474806368350983, 0.04068947583436966, 0.001353240106254816, -0.015391339547932148, -0.015232246369123459, -0.008904209360480309, -0.020623402670025826, 0.08601435273885727, -0.11028078198432922, -0.05697325989603996, 0.015310391783714294, 0.028161149471998215, -0.07539160549640656, -0.04871978610754013, -0.043935902416706085, -0.024297505617141724, -0.039543427526950836, -0.05365931987762451, 0.0989394411444664, 0.008929722011089325, 0.033209387212991714, -0.07774050533771515, -0.08004377782344818, -0.04427328705787659, 0.058819279074668884, -0.05632854998111725, 0.07965037226676941, 0.03428094461560249, -0.1570856124162674, 0.11088831722736359, 0.03841164708137512, 0.1057906299829483, 0.11429580301046371, -0.012134408578276634, -0.11137978732585907, 0.02765020541846752, -0.012490539811551571, -0.014763759449124336, 0.04380464553833008, -0.03924858197569847, 0.0252553578466177, 0.034528620541095734, 0.017699670046567917, 0.033826835453510284, -0.009449793957173824, 0.032718244940042496, 0.005580514669418335, -0.024998825043439865, -0.06648468971252441, -0.009971370920538902, 0.0359901562333107, 0.1009657233953476, 0.0075378697365522385, 0.10277211666107178, -0.014919762499630451, -0.06834335625171661, -0.07200866937637329, 0.1108451783657074, -0.11025942862033844, -0.23238134384155273, -0.10783843696117401, 0.03271894529461861, 0.003062519244849682, -0.017086628824472427, -0.010987906716763973, -0.045625291764736176, -0.09134449064731598, -0.09496940672397614, 0.05871746689081192, 0.054681140929460526, -0.0775824636220932, 0.0015867119655013084, 0.01651594415307045, -0.01135967019945383, -0.1155208945274353, 0.03748802840709686, -0.015194042585790157, -0.03454123064875603, -0.012684322893619537, 0.003832327201962471, 0.09906068444252014, 0.04348701611161232, 0.08667642623186111, -0.04963871091604233, -0.025631576776504517, 0.18321403861045837, -0.12091399729251862, 0.13384732604026794, 0.04546528309583664, -0.11515593528747559, 0.0408489964902401, 0.16973550617694855, 0.018112998455762863, -0.037702709436416626, 0.027759406715631485, 0.07565203309059143, 0.002091958187520504, -0.22554689645767212, -0.07373747229576111, -0.0667974203824997, -0.08400563895702362, 0.008034976199269295, 0.06909053772687912, -0.0739678293466568, -0.0035774982534348965, -0.10920587927103043, 0.010571532882750034, 0.07326506078243256, 0.02745145745575428, 0.12695464491844177, 0.016223231330513954, 0.041591331362724304, -0.1019069254398346, 0.010738816112279892, 0.06171077489852905, 0.08421539515256882, 0.24118807911872864, 0.008650556206703186, 0.18371358513832092, 0.050140731036663055, 0.0281020887196064, 0.026456613093614578, 0.01471402682363987, -0.0026293890550732613, 0.04805830866098404, -0.029435385018587112, -0.02367188222706318, 0.008251119405031204, 0.06284862756729126, -0.004392404109239578, -0.06394512951374054, 0.07165218144655228, -0.09618024528026581, 0.03659418970346451, 0.12764252722263336, -0.0014392826706171036, -0.03043494001030922, -0.07330399751663208, 0.08600030839443207, -0.10550150275230408, -0.08471643924713135, 0.010949978604912758, 0.06556698679924011, -0.10228094458580017, 0.055485691875219345, 0.0021689252462238073, 0.08554781973361969, -0.15908309817314148, -0.017309943214058876, -0.01839960739016533, -0.07194294780492783, -0.037178706377744675, 0.07556089758872986, -0.12444262206554413, 0.1678277850151062, 0.012045351788401604, 0.017294034361839294, -0.05820201337337494, 0.028524499386548996, -0.006065322086215019, -0.01036367379128933, 0.0844758152961731, -0.004965601488947868, -0.11164072155952454, 0.006966837681829929, -0.061988092958927155, 0.04153817147016525, 0.0826999843120575, -0.10049512982368469, 0.1255054473876953, -0.009862097911536694, 0.010688858106732368, -0.03214346989989281, -0.04226132482290268, -0.12010473012924194, -0.25990569591522217, 0.07971763610839844, -0.12564405798912048, 0.0313095897436142, -0.06162545830011368, -0.019498534500598907, -0.07921697199344635, 0.10005827248096466, -0.17773319780826569, -0.127806156873703, -0.11134327203035355, -0.024572676047682762, 0.10256537050008774, -0.038885753601789474, 0.034487538039684296, -0.006980814039707184, 0.0868426039814949, -0.011429497972130775, -0.10265409201383591, -0.012830478139221668, -0.03700627386569977, -0.19327160716056824, -0.04885219782590866, 0.05644654855132103, 0.10537653416395187, 0.02671273797750473, 0.0027753282338380814, 0.05389052629470825, 0.02177201770246029, -0.06661948561668396, -0.0005744928494095802, 0.08643733710050583, 0.06589768826961517, 0.08070220053195953, -0.0805596262216568, -0.1205979511141777, -0.06557896733283997, -0.0729721263051033, 0.034945178776979446, 0.08860257267951965, 0.004532981663942337, 0.16969481110572815, 0.16771268844604492, -0.11953824758529663, -0.18285588920116425, -0.034329868853092194, 0.028268203139305115, -0.01925012096762657, 0.038419414311647415, -0.20554688572883606, 0.04092244803905487, 0.0856519490480423, 0.012156086973845959, 0.03451976180076599, -0.1785833239555359, -0.0973377674818039, 0.04036352038383484, -0.022375553846359253, -0.04474424570798874, -0.15173491835594177, -0.07750101387500763, -0.03362834453582764, -0.13361172378063202, 0.10739804059267044, -0.006250421516597271, 0.016189033165574074, -0.012993885204195976, 0.09231534600257874, -0.0030916519463062286, -0.0057554785162210464, 0.11350531876087189, 0.028409764170646667, 0.025014854967594147, -0.10922488570213318, -0.04445561021566391, 0.10349121689796448, 0.012846156023442745, 0.026198936626315117, 0.029410287737846375, -0.004634404554963112, -0.11193396151065826, -0.06059772148728371, -0.08070732653141022, -0.017499439418315887, -0.06754343211650848, -0.022977696731686592, -0.07627338171005249, 0.07810147851705551, 0.06345486640930176, -0.028812328353524208, 0.11714506894350052, -0.08127935230731964, 0.09360329061746597, 0.029029853641986847, 0.12778215110301971, 0.10297071933746338, -0.021656949073076248, -0.030821822583675385, -0.028122050687670708, 0.03194398432970047, -0.08083847165107727, -0.01327170617878437, 0.0742899477481842, -0.02428598701953888, 0.08484229445457458, -0.019198372960090637, -0.12968148291110992, 0.055396612733602524, 0.06427798420190811, -0.0364534966647625, -0.1831006109714508, 0.02861933782696724, -0.001269044354557991, -0.12494108080863953, -0.05922864377498627, 0.07548447698354721, 0.03841060772538185, -0.04771791771054268, 0.018670514225959778, 0.07647982984781265, 0.06661774963140488, 0.06240098550915718, 0.013734297826886177, 0.022950565442442894, -0.09788058698177338, 0.12504109740257263, 0.14824983477592468, -0.14472147822380066, -0.0058321887627244, 0.11776269972324371, -0.09998497366905212, -0.047418661415576935, -0.05471254885196686, 0.05094212293624878, -0.016399066895246506, -0.017200376838445663, 0.009278453886508942, -0.1323559582233429, 0.0625668615102768, 0.16673387587070465, -0.022372953593730927, 0.05263318121433258, -0.002096363343298435, 0.007506273686885834, 0.019240397959947586, 0.10072408616542816, 0.016748907044529915, 0.016436412930488586, -0.01784844510257244, -0.05456075072288513, -0.023470718413591385, -0.007227422669529915, 0.00014387164264917374, -0.025799524039030075, -0.0999140664935112, -0.008542986586689949, -0.17551138997077942, 0.024369951337575912, -0.08669921010732651, 0.0017573405057191849, -0.01316051371395588, -0.026371924206614494, -0.008375928737223148, -0.019544053822755814, -0.04907295107841492, -0.012449370697140694, -0.0222131609916687, 0.08156700432300568, -0.11271899938583374, 0.035194799304008484, 0.08125066012144089, -0.05759024620056152, 0.09203094244003296, 0.01355312205851078, -0.046994272619485855, 0.053457051515579224, -0.0923825278878212, 0.04125022143125534, -0.016727931797504425, 0.02420172095298767, 0.007616432383656502, -0.016111860051751137, -0.0016721934080123901, 0.006686976179480553, -0.0658315047621727, 0.030652198940515518, 0.038271211087703705, -0.07502444088459015, 0.09948007017374039, -0.02447756752371788, -0.022324606776237488, -0.03237764537334442, 0.018389806151390076, 0.07753107696771622, -0.012507358565926552, 0.12083622813224792, -0.03825732320547104, -0.020366914570331573, -0.09932249039411545, -0.015242202207446098, 0.04800398275256157, -0.00723927840590477, -0.010252315551042557, -0.04935267195105553, 0.035452187061309814, 0.04158760607242584, 0.21737080812454224, -0.08499835431575775, -0.031845562160015106, 0.06153256818652153, 0.061678655445575714, -0.09421895444393158, 0.03162546083331108, -0.030658263713121414, 0.06908806413412094, -0.0445503294467926, -0.031693361699581146, -0.09114290773868561, -0.06783988326787949, -0.08139710873365402, 0.12243039160966873, 0.16094669699668884, 0.15409334003925323, 0.016981111839413643, 0.042017217725515366, -0.08945883065462112, 0.013448033481836319, 0.03646259009838104, -0.0662011206150055, 0.013988059014081955, -0.04420825093984604, 0.013030854985117912, 0.13360002636909485, -0.12439139187335968, 0.1064143180847168, -0.043730590492486954, -0.018200965598225594, 0.007354844361543655, -0.1733124554157257, -0.04829978942871094, 0.03828480467200279, -0.010427341796457767, -0.07488210499286652, 0.06699827313423157, 0.12190908193588257, 0.013527432456612587, 0.001341835712082684, 0.09486591070890427, -0.002774527296423912, -0.12442649900913239, 0.06048472970724106, 0.032574087381362915, 0.05051381513476372, 0.011681647039949894, 0.013011511415243149, 0.00985367689281702, 0.12396149337291718, 0.04141276329755783, 0.10458932816982269, 0.013578244484961033, 0.00811406783759594, -0.07024559378623962, -0.03794746845960617, 0.015465953387320042, 0.03175564110279083, -0.040264759212732315, 0.17694240808486938, 0.03284294158220291, 0.027396170422434807, 0.008582751266658306, 0.16416437923908234, 0.0033861591946333647, -0.09049426019191742, -0.13438603281974792, 0.04841034114360809, -0.006990281865000725, 0.035455040633678436, 0.05493445694446564, -0.12066243588924408, 0.028977418318390846, 0.12028536200523376, 0.17007574439048767, -0.01239784061908722, 0.014971824362874031, 0.006142135709524155, 0.022731857374310493, 0.030360376462340355, 0.06444641202688217, 0.035554174333810806, 0.30118632316589355, -0.05186096206307411, 0.006531760096549988, -0.009288097731769085, 0.007856547832489014, -0.062268197536468506, 0.11549109220504761, -0.006137100979685783, -0.019977761432528496, -0.08693664520978928, 0.13091342151165009, -0.1341884732246399, -0.25240272283554077, 0.02532285265624523, -0.06419950723648071, -0.12496086955070496, -0.04512997716665268, -0.026146434247493744, -0.024983961135149002, -0.027467850595712662, 0.047461070120334625, -0.03532436862587929, 0.17617377638816833, 0.047655876725912094, 0.00003064144402742386, -0.050489865243434906, 0.13697189092636108, -0.0034568607807159424, 0.11857974529266357, 0.013227952644228935, 0.034316495060920715, 0.04225414991378784, 0.004022996872663498, -0.06938925385475159, 0.048987194895744324, 0.0696491152048111, -0.013453222811222076, 0.0037248041480779648, 0.13077248632907867, 0.034749940037727356, 0.1075933575630188, 0.10955624282360077, 0.06753875315189362, 0.08336786925792694, -0.007863656617701054, -0.041253648698329926, -0.05692169442772865, 0.058498647063970566, -0.07777303457260132, 0.13099323213100433, 0.13132449984550476, 0.0017233602702617645, 0.05464864522218704, -0.012730071321129799, -0.003579927608370781, -0.009946532547473907, 0.09287656843662262, -0.008579621091485023, -0.10604573041200638, 0.01926322653889656, -0.06356921046972275, 0.08295028656721115, -0.1760617196559906, -0.022620396688580513, 0.03939025104045868, 0.01234767772257328, -0.012704437598586082, 0.10327956080436707, 0.06778701394796371, -0.004980037920176983, -0.03281598538160324, -0.052237533032894135, 0.028663527220487595, 0.08698002994060516, -0.09664585441350937, 0.027880724519491196 ]
57df4e6454af2e89c9b71f8a9d9a0fcc21ba0a60
# Dataset Card for [covid_qa_castorini] ## 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://covidqa.ai - **Repository:** https://github.com/castorini/pygaggle - **Paper:** https://arxiv.org/abs/2004.11339 - **Point of Contact:** [Castorini research group @UWaterloo](https://github.com/castorini/) ### Dataset Summary CovidQA is a question answering dataset specifically designed for COVID-19, built by hand from knowledge gathered from Kaggle’s COVID-19 Open Research Dataset Challenge. The dataset comprises 156 question-article pairs with 27 questions (topics) and 85 unique articles. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The text in the dataset is in English. ## Dataset Structure ### Data Instances **What do the instances that comprise the dataset represent?** Each represents a question, a context (document passage from the CORD19 dataset) and an answer. **How many instances are there in total?** **What data does each instance consist of?** Each instance is a query (natural language question and keyword-based), a set of answers, and a document id with its title associated with each answer. [More Information Needed] ### Data Fields The data was annotated in SQuAD style fashion, where each row contains: * **question_query**: Natural language question query * **keyword_query**: Keyword-based query * **category_name**: Category in which the queries are part of * **answers**: List of answers * **id**: The document ID the answer is found on * **title**: Title of the document of the answer * **exact_answer**: Text (string) of the exact answer ### Data Splits **data/kaggle-lit-review-0.2.json**: 156 question-article pairs with 27 questions (topics) and 85 unique articles from CORD-19. [More Information Needed] ## Dataset Creation The dataset aims to help for guiding research until more substantial evaluation resources become available. Being a smaller dataset, it can be helpful for evaluating the zero-shot or transfer capabilities of existing models on topics specifically related to COVID-19. ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? [More Information Needed] ### Annotations Five of the co-authors participated in this annotation effort, applying the aforementioned approach, with one lead annotator responsible for approving topics and answering technical questions from the other annotators. Two annotators are undergraduate students majoring in computer science, one is a science alumna, another is a computer science professor, and the lead annotator is a graduate student in computer science—all affiliated with the University of Waterloo. #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset The dataset was intended as a stopgap measure for guiding research until more substantial evaluation resources become available. ### Discussion of Biases [More Information Needed] ### Other Known Limitations While this dataset, comprising 124 question–article pairs as of the present version 0.1 release, does not have sufficient examples for supervised machine learning, it can be helpful for evaluating the zero-shot or transfer capabilities of existing models on topics specifically related to COVID-19. ## Additional Information The listed authors in the homepage are maintaining/supporting the dataset. ### Dataset Curators [More Information Needed] ### Licensing Information The dataset is licensed under the [Apache License 2.0](https://github.com/castorini/pygaggle/blob/master/LICENSE). ### Citation Information ``` @article{tang2020rapidly, title={Rapidly Bootstrapping a Question Answering Dataset for COVID-19}, author={Tang, Raphael and Nogueira, Rodrigo and Zhang, Edwin and Gupta, Nikhil and Cam, Phuong and Cho, Kyunghyun and Lin, Jimmy}, journal={arXiv preprint arXiv:2004.11339}, year={2020} } ``` ### Contributions Thanks to [@olinguyen](https://github.com/olinguyen) for adding this dataset.
covid_qa_castorini
[ "task_categories:question-answering", "task_ids:open-domain-qa", "task_ids:extractive-qa", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:apache-2.0", "arxiv:2004.11339", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["en"], "license": ["apache-2.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["open-domain-qa", "extractive-qa"], "paperswithcode_id": "covidqa", "pretty_name": "CovidQaCastorini", "dataset_info": [{"config_name": "covid_qa_deepset", "features": [{"name": "document_id", "dtype": "int32"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "is_impossible", "dtype": "bool"}, {"name": "id", "dtype": "int32"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}], "splits": [{"name": "train", "num_bytes": 65151262, "num_examples": 2019}], "download_size": 4418117, "dataset_size": 65151262}, {"config_name": "covidqa", "features": [{"name": "category_name", "dtype": "string"}, {"name": "question_query", "dtype": "string"}, {"name": "keyword_query", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "exact_answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 33757, "num_examples": 27}], "download_size": 51438, "dataset_size": 33757}, {"config_name": "covid_qa_castorini", "features": [{"name": "category_name", "dtype": "string"}, {"name": "question_query", "dtype": "string"}, {"name": "keyword_query", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "exact_answer", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 33757, "num_examples": 27}], "download_size": 51438, "dataset_size": 33757}]}
2024-01-18T09:45:02+00:00
[ "2004.11339" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-open-domain-qa #task_ids-extractive-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-apache-2.0 #arxiv-2004.11339 #region-us
# Dataset Card for [covid_qa_castorini] ## 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: Castorini research group @UWaterloo ### Dataset Summary CovidQA is a question answering dataset specifically designed for COVID-19, built by hand from knowledge gathered from Kaggle’s COVID-19 Open Research Dataset Challenge. The dataset comprises 156 question-article pairs with 27 questions (topics) and 85 unique articles. ### Supported Tasks and Leaderboards ### Languages The text in the dataset is in English. ## Dataset Structure ### Data Instances What do the instances that comprise the dataset represent? Each represents a question, a context (document passage from the CORD19 dataset) and an answer. How many instances are there in total? What data does each instance consist of? Each instance is a query (natural language question and keyword-based), a set of answers, and a document id with its title associated with each answer. ### Data Fields The data was annotated in SQuAD style fashion, where each row contains: * question_query: Natural language question query * keyword_query: Keyword-based query * category_name: Category in which the queries are part of * answers: List of answers * id: The document ID the answer is found on * title: Title of the document of the answer * exact_answer: Text (string) of the exact answer ### Data Splits data/kaggle-lit-review-0.2.json: 156 question-article pairs with 27 questions (topics) and 85 unique articles from CORD-19. ## Dataset Creation The dataset aims to help for guiding research until more substantial evaluation resources become available. Being a smaller dataset, it can be helpful for evaluating the zero-shot or transfer capabilities of existing models on topics specifically related to COVID-19. ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations Five of the co-authors participated in this annotation effort, applying the aforementioned approach, with one lead annotator responsible for approving topics and answering technical questions from the other annotators. Two annotators are undergraduate students majoring in computer science, one is a science alumna, another is a computer science professor, and the lead annotator is a graduate student in computer science—all affiliated with the University of Waterloo. #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset The dataset was intended as a stopgap measure for guiding research until more substantial evaluation resources become available. ### Discussion of Biases ### Other Known Limitations While this dataset, comprising 124 question–article pairs as of the present version 0.1 release, does not have sufficient examples for supervised machine learning, it can be helpful for evaluating the zero-shot or transfer capabilities of existing models on topics specifically related to COVID-19. ## Additional Information The listed authors in the homepage are maintaining/supporting the dataset. ### Dataset Curators ### Licensing Information The dataset is licensed under the Apache License 2.0. ### Contributions Thanks to @olinguyen for adding this dataset.
[ "# Dataset Card for [covid_qa_castorini]", "## 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: Castorini research group @UWaterloo", "### Dataset Summary\n\nCovidQA is a question answering dataset specifically designed for COVID-19, built by hand from knowledge gathered \nfrom Kaggle’s COVID-19 Open Research Dataset Challenge.\nThe dataset comprises 156 question-article pairs with 27 questions (topics) and 85 unique articles.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe text in the dataset is in English.", "## Dataset Structure", "### Data Instances\n\nWhat do the instances that comprise the dataset represent?\nEach represents a question, a context (document passage from the CORD19 dataset) and an answer.\n\nHow many instances are there in total?\n\nWhat data does each instance consist of?\nEach instance is a query (natural language question and keyword-based), a set of answers, and a document id with its title associated with each answer.", "### Data Fields\n\nThe data was annotated in SQuAD style fashion, where each row contains:\n\n* question_query: Natural language question query\n* keyword_query: Keyword-based query\n* category_name: Category in which the queries are part of\n* answers: List of answers\n * id: The document ID the answer is found on\n * title: Title of the document of the answer\n * exact_answer: Text (string) of the exact answer", "### Data Splits\n\ndata/kaggle-lit-review-0.2.json: 156 question-article pairs with 27 questions (topics) and 85 unique articles from\nCORD-19.", "## Dataset Creation\n\nThe dataset aims to help for guiding research until more substantial evaluation resources become available. Being a smaller dataset,\nit can be helpful for evaluating the zero-shot or transfer capabilities of existing models on topics specifically related to COVID-19.", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations\n\nFive of the co-authors participated in this annotation effort, applying the aforementioned approach, with one lead \nannotator responsible for approving topics and answering technical questions from the other annotators. Two annotators are\nundergraduate students majoring in computer science, one is a science alumna, another is a computer science professor, \nand the lead annotator is a graduate student in computer science—all affiliated with the University of Waterloo.", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe dataset was intended as a stopgap measure for guiding research until more substantial evaluation resources become available.", "### Discussion of Biases", "### Other Known Limitations\n\nWhile this dataset, comprising 124 question–article pairs as of the present version 0.1 release, does not have sufficient\nexamples for supervised machine learning, it can be helpful for evaluating the zero-shot or transfer capabilities\nof existing models on topics specifically related to COVID-19.", "## Additional Information\n\nThe listed authors in the homepage are maintaining/supporting the dataset.", "### Dataset Curators", "### Licensing Information\n\nThe dataset is licensed under the Apache License 2.0.", "### Contributions\n\nThanks to @olinguyen for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #task_ids-extractive-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-apache-2.0 #arxiv-2004.11339 #region-us \n", "# Dataset Card for [covid_qa_castorini]", "## 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: Castorini research group @UWaterloo", "### Dataset Summary\n\nCovidQA is a question answering dataset specifically designed for COVID-19, built by hand from knowledge gathered \nfrom Kaggle’s COVID-19 Open Research Dataset Challenge.\nThe dataset comprises 156 question-article pairs with 27 questions (topics) and 85 unique articles.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe text in the dataset is in English.", "## Dataset Structure", "### Data Instances\n\nWhat do the instances that comprise the dataset represent?\nEach represents a question, a context (document passage from the CORD19 dataset) and an answer.\n\nHow many instances are there in total?\n\nWhat data does each instance consist of?\nEach instance is a query (natural language question and keyword-based), a set of answers, and a document id with its title associated with each answer.", "### Data Fields\n\nThe data was annotated in SQuAD style fashion, where each row contains:\n\n* question_query: Natural language question query\n* keyword_query: Keyword-based query\n* category_name: Category in which the queries are part of\n* answers: List of answers\n * id: The document ID the answer is found on\n * title: Title of the document of the answer\n * exact_answer: Text (string) of the exact answer", "### Data Splits\n\ndata/kaggle-lit-review-0.2.json: 156 question-article pairs with 27 questions (topics) and 85 unique articles from\nCORD-19.", "## Dataset Creation\n\nThe dataset aims to help for guiding research until more substantial evaluation resources become available. Being a smaller dataset,\nit can be helpful for evaluating the zero-shot or transfer capabilities of existing models on topics specifically related to COVID-19.", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations\n\nFive of the co-authors participated in this annotation effort, applying the aforementioned approach, with one lead \nannotator responsible for approving topics and answering technical questions from the other annotators. Two annotators are\nundergraduate students majoring in computer science, one is a science alumna, another is a computer science professor, \nand the lead annotator is a graduate student in computer science—all affiliated with the University of Waterloo.", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe dataset was intended as a stopgap measure for guiding research until more substantial evaluation resources become available.", "### Discussion of Biases", "### Other Known Limitations\n\nWhile this dataset, comprising 124 question–article pairs as of the present version 0.1 release, does not have sufficient\nexamples for supervised machine learning, it can be helpful for evaluating the zero-shot or transfer capabilities\nof existing models on topics specifically related to COVID-19.", "## Additional Information\n\nThe listed authors in the homepage are maintaining/supporting the dataset.", "### Dataset Curators", "### Licensing Information\n\nThe dataset is licensed under the Apache License 2.0.", "### Contributions\n\nThanks to @olinguyen for adding this dataset." ]
[ 111, 15, 120, 33, 68, 10, 14, 6, 92, 104, 41, 58, 7, 4, 10, 10, 109, 5, 9, 8, 8, 30, 8, 70, 23, 6, 19, 17 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #task_ids-extractive-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-apache-2.0 #arxiv-2004.11339 #region-us \n# Dataset Card for [covid_qa_castorini]## 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: Castorini research group @UWaterloo### Dataset Summary\n\nCovidQA is a question answering dataset specifically designed for COVID-19, built by hand from knowledge gathered \nfrom Kaggle’s COVID-19 Open Research Dataset Challenge.\nThe dataset comprises 156 question-article pairs with 27 questions (topics) and 85 unique articles.### Supported Tasks and Leaderboards### Languages\n\nThe text in the dataset is in English.## Dataset Structure### Data Instances\n\nWhat do the instances that comprise the dataset represent?\nEach represents a question, a context (document passage from the CORD19 dataset) and an answer.\n\nHow many instances are there in total?\n\nWhat data does each instance consist of?\nEach instance is a query (natural language question and keyword-based), a set of answers, and a document id with its title associated with each answer." ]
[ -0.0461076945066452, 0.23417392373085022, -0.004330976400524378, 0.024908341467380524, 0.05969948694109917, 0.021807169541716576, 0.0312664695084095, 0.11428629606962204, 0.06063859909772873, 0.1619548797607422, -0.05797816440463066, 0.031026072800159454, 0.10594987124204636, 0.1301986575126648, 0.048538513481616974, -0.17210543155670166, 0.03627409413456917, -0.11367246508598328, 0.023085283115506172, 0.09083665162324905, 0.07321510463953018, -0.08561448007822037, 0.022732168436050415, -0.03756926953792572, 0.01817571558058262, -0.0007115075713954866, -0.08584439009428024, -0.07594333589076996, 0.03523235768079758, 0.04151243343949318, 0.08597356826066971, 0.020428162068128586, 0.05633198842406273, -0.2999531924724579, 0.031852226704359055, 0.05322815105319023, 0.02059939317405224, 0.02095799334347248, 0.11326050013303757, -0.028031224384903908, 0.03599022701382637, -0.07269397377967834, 0.12611426413059235, 0.0749770849943161, -0.08217918127775192, -0.10757923871278763, -0.13871397078037262, 0.024491796270012856, 0.04358936473727226, 0.08342922478914261, -0.046679019927978516, 0.042052607983350754, -0.04803143069148064, 0.016514115035533905, 0.113564133644104, -0.09692905843257904, -0.03933558985590935, 0.021428773179650307, 0.0054885768331587315, 0.06903916597366333, -0.12666009366512299, 0.0011522610438987613, -0.024611137807369232, 0.03777676075696945, -0.018812373280525208, -0.018836429342627525, -0.06721735000610352, 0.012382098473608494, -0.10114375501871109, -0.07617257535457611, 0.07789604365825653, -0.023938441649079323, -0.04856684431433678, -0.20925547182559967, 0.027952630072832108, 0.10715961456298828, -0.07262968271970749, 0.002859185915440321, 0.013799748383462429, -0.04337765648961067, 0.027208082377910614, -0.03834385424852371, -0.07604838162660599, -0.01689726673066616, -0.04601994529366493, 0.04468993842601776, 0.05584264174103737, 0.01717696711421013, 0.020462723448872566, 0.05986231938004494, 0.08270242065191269, -0.0902618020772934, -0.0740770697593689, -0.05251477286219597, -0.16258825361728668, -0.030839595943689346, 0.040897224098443985, 0.015774579718708992, 0.09868775308132172, 0.15553021430969238, -0.06058390811085701, 0.054160721600055695, -0.07541307806968689, -0.05386460945010185, 0.0904216542840004, 0.16524051129817963, -0.02404358983039856, -0.10685619711875916, -0.008578036911785603, 0.0031920038163661957, -0.03428245708346367, -0.04378290846943855, 0.01386798731982708, 0.05436783283948898, -0.008862344548106194, 0.15220831334590912, 0.15473555028438568, 0.0024833916686475277, -0.07239782810211182, -0.02619033306837082, 0.14093677699565887, -0.13636408746242523, 0.04539471119642258, 0.05121602490544319, 0.007739640772342682, -0.04687950015068054, -0.009537073783576488, -0.025906138122081757, -0.11080924421548843, 0.03510494530200958, -0.04598310589790344, -0.042537640780210495, -0.061285533010959625, -0.038305461406707764, 0.08808881044387817, 0.018648581579327583, -0.0938582569360733, -0.011735639534890652, -0.03260946273803711, -0.07273366302251816, -0.03849950060248375, -0.09119650721549988, -0.01859915815293789, -0.006921976339071989, 0.023914702236652374, 0.026359429582953453, 0.029644565656781197, 0.023793548345565796, -0.0654601976275444, 0.012227783910930157, -0.056139931082725525, 0.008808217011392117, 0.1649092584848404, 0.03791099414229393, -0.042082566767930984, 0.0630665048956871, -0.13655312359333038, 0.11710638552904129, -0.16985636949539185, -0.0484277568757534, -0.11476201564073563, -0.009430873207747936, 0.062300872057676315, -8.678032372699818e-7, -0.06341484189033508, 0.10726776719093323, -0.15397284924983978, -0.015011414885520935, 0.15746553242206573, -0.08499234914779663, -0.05419331416487694, 0.058177750557661057, -0.05090223625302315, 0.008257187902927399, 0.0440085232257843, 0.06800702214241028, 0.037394218146800995, -0.08061408251523972, -0.1032801941037178, -0.06411118060350418, 0.08768164366483688, 0.21775485575199127, 0.078936867415905, -0.09951316565275192, 0.14198032021522522, 0.03232889249920845, -0.017499402165412903, -0.09817615151405334, 0.0037130441050976515, -0.07364646345376968, 0.029514169320464134, -0.008401447907090187, -0.0427587516605854, -0.03260890766978264, -0.054997194558382034, -0.009682906791567802, -0.07307768613100052, -0.0022706156596541405, 0.07428429275751114, -0.031975969672203064, 0.012984225526452065, -0.08664985746145248, -0.004836298059672117, -0.03574417904019356, 0.01655842550098896, -0.1991552859544754, -0.20874129235744476, 0.07617226988077164, -0.08783730119466782, 0.1184270828962326, -0.06739164143800735, -0.00153534731362015, -0.001963607268407941, -0.01978609897196293, 0.0437239371240139, -0.09140411019325256, 0.014331606216728687, -0.011875767260789871, -0.1713438779115677, -0.02356148511171341, -0.06815329939126968, 0.15556490421295166, -0.05615711584687233, -0.028177410364151, 0.1394762396812439, 0.14907117187976837, 0.06342249363660812, -0.08364567160606384, 0.0658673495054245, 0.05618368089199066, 0.018658727407455444, -0.04509736970067024, -0.0231157336384058, -0.0542861633002758, -0.00030078651616349816, 0.07801605761051178, -0.14968495070934296, -0.1252424418926239, 0.03414301574230194, 0.11157387495040894, -0.07875748723745346, -0.09302237629890442, -0.0428626649081707, -0.025068409740924835, -0.11721708625555038, -0.04877708479762077, 0.15173198282718658, 0.06271030008792877, 0.010602864436805248, -0.07789136469364166, -0.08929842710494995, -0.06318194419145584, 0.08586065471172333, -0.05176621675491333, 0.10887610167264938, 0.05730200558900833, -0.10832775384187698, 0.11351800709962845, 0.03530542552471161, 0.13280127942562103, 0.07628358155488968, -0.05952230468392372, -0.13012383878231049, 0.003970829304307699, 0.0024742756504565477, 0.03026190772652626, 0.06777612119913101, 0.004228827077895403, 0.04064198210835457, 0.07439231127500534, -0.029777569696307182, 0.018423989415168762, -0.04992254078388214, 0.032404590398073196, 0.018912693485617638, -0.038404304534196854, -0.06796538084745407, -0.05455392971634865, 0.06867754459381104, 0.09741602092981339, 0.04814314469695091, 0.13937416672706604, -0.08165799081325531, -0.0633762776851654, -0.07814261317253113, 0.1234465017914772, -0.1271774023771286, -0.26621004939079285, -0.10399850457906723, 0.0063055469654500484, -0.00934580247849226, -0.04012066498398781, -0.010462461039423943, -0.022732455283403397, -0.08516017347574234, -0.07528841495513916, 0.043319299817085266, 0.06443832069635391, -0.10194293409585953, -0.02729003317654133, 0.03701647371053696, -0.026868443936109543, -0.1482725888490677, 0.043477047234773636, 0.03846662491559982, -0.06107286736369133, -0.025649700313806534, 0.05285974219441414, 0.136606365442276, 0.07884026318788528, 0.11514876037836075, -0.0412183552980423, -0.05388762429356575, 0.2186766415834427, -0.16470588743686676, 0.09122170507907867, 0.06895684450864792, -0.06085943803191185, 0.0509098656475544, 0.15862064063549042, 0.020423024892807007, -0.031808335334062576, 0.007455962244421244, 0.10312219709157944, -0.02644254080951214, -0.26900163292884827, -0.06679951399564743, -0.07423023134469986, -0.009873147122561932, 0.08825749158859253, 0.08908148854970932, -0.005126497708261013, -0.015788979828357697, -0.1447388231754303, -0.02855113334953785, 0.050565533339977264, 0.0724860280752182, 0.08246082812547684, 0.023230545222759247, 0.039685774594545364, -0.08432663977146149, -0.013177530840039253, 0.09726254642009735, 0.1450149565935135, 0.2094186693429947, -0.0020623402670025826, 0.28095948696136475, 0.04821766912937164, 0.06931065768003464, -0.008652826771140099, -0.01579873077571392, 0.001897868700325489, 0.06279047578573227, -0.011172224767506123, -0.07553211599588394, 0.026628144085407257, 0.07691407948732376, 0.11298812925815582, -0.13816781342029572, 0.06893055886030197, -0.11934556812047958, 0.06160448491573334, 0.1499110907316208, -0.015887057408690453, -0.02071603387594223, -0.021577944979071617, 0.0953427106142044, -0.09398113191127777, -0.07449018955230713, -0.0009612737921997905, 0.05437512323260307, -0.1718660444021225, 0.07423127442598343, 0.0036418489180505276, 0.13207796216011047, -0.12130580842494965, -0.07578481733798981, -0.029008693993091583, 0.015619986690580845, -0.015831802040338516, 0.11061762273311615, -0.10280949622392654, 0.08397938311100006, 0.019124453887343407, 0.005268944427371025, -0.08329254388809204, 0.06796716898679733, 0.0016558647621423006, -0.05148497223854065, 0.1224263533949852, -0.01754051260650158, -0.09805776178836823, -0.03312501683831215, -0.11380814760923386, 0.02866201288998127, 0.07191464304924011, -0.14457756280899048, 0.12376023828983307, -0.008509051986038685, -0.03248473256826401, -0.0692376121878624, -0.08846500515937805, -0.09601926058530807, -0.2815014123916626, 0.07804172486066818, -0.06640008836984634, 0.008555426262319088, -0.05189357325434685, -0.0551120862364769, -0.029307575896382332, 0.11379613727331161, -0.11795689165592194, -0.0792631134390831, -0.16506007313728333, -0.026203269138932228, 0.1872592568397522, -0.05419725552201271, 0.07523466646671295, -0.026726190000772476, 0.2040693163871765, -0.020450415089726448, -0.03964762017130852, 0.0035752581898123026, -0.044595129787921906, -0.22661784291267395, -0.037160128355026245, 0.11167120188474655, 0.05293377488851547, 0.060660675168037415, -0.005237285979092121, 0.06941654533147812, 0.030765460804104805, -0.1116446927189827, 0.033559445291757584, 0.12055028229951859, 0.09484119713306427, 0.07729371637105942, -0.01831481233239174, -0.06372708827257156, -0.13972169160842896, -0.023503679782152176, 0.07229270040988922, 0.10236877202987671, -0.04019903764128685, 0.20983031392097473, 0.09959791600704193, -0.09568289667367935, -0.21954888105392456, -0.03445262834429741, 0.04190761223435402, -0.025588640943169594, 0.07022896409034729, -0.2242864966392517, 0.053026143461465836, 0.0447513572871685, -0.04078544303774834, 0.04109186679124832, -0.19853998720645905, -0.1341235339641571, -0.00926346704363823, 0.03462553024291992, -0.31523698568344116, -0.15798687934875488, -0.08689897507429123, -0.016532352194190025, -0.15746407210826874, 0.1183738186955452, 0.018409429118037224, 0.02055816911160946, -0.005108403507620096, 0.07061584293842316, 0.02236851677298546, -0.019753191620111465, 0.13966305553913116, -0.038808442652225494, -0.004982818383723497, -0.08440040796995163, -0.02827959880232811, 0.044945791363716125, -0.015436263754963875, 0.025802521035075188, 0.024444065988063812, 0.018644778057932854, -0.03381653502583504, -0.06051275134086609, -0.07156763225793839, -0.0060968040488660336, -0.08397449553012848, -0.02719067968428135, -0.07381609082221985, 0.07208222150802612, 0.07194675505161285, -0.0497039295732975, 0.08177565038204193, -0.07367601245641708, 0.04883807525038719, 0.1060560792684555, 0.10812170803546906, 0.12273085117340088, -0.11873524636030197, -0.03382699936628342, -0.03556514531373978, -0.03083326853811741, -0.06807161867618561, 0.06770700216293335, 0.08453749120235443, 0.03212796896696091, 0.12732551991939545, -0.04052795097231865, -0.16177058219909668, 0.005373246036469936, 0.05827059969305992, -0.0011562838917598128, -0.2861950695514679, 0.030474724248051643, 0.08385935425758362, -0.16250552237033844, -0.08729238063097, 0.06615614145994186, 0.07904824614524841, -0.09398619085550308, 0.01053520105779171, 0.09957993775606155, 0.12189804017543793, 0.08981655538082123, 0.03093847632408142, 0.06088899448513985, -0.10993847250938416, 0.09330427646636963, 0.1597791165113449, -0.11670901626348495, -0.0001108169017243199, 0.12727658450603485, -0.04494237154722214, -0.018285969272255898, 0.05625621974468231, 0.052763380110263824, 0.0026790534611791372, -0.017285173758864403, 0.007076894398778677, -0.09259802848100662, 0.07792923599481583, 0.1578766256570816, -0.030795669183135033, 0.041120316833257675, 0.0452132411301136, 0.007257319986820221, -0.014367821626365185, 0.13942649960517883, -0.026364490389823914, 0.024898957461118698, -0.03841603174805641, -0.05399637669324875, 0.014154419302940369, 0.007760610431432724, -0.00014040454698260874, -0.06383934617042542, -0.0797792375087738, -0.00977963674813509, -0.17619627714157104, 0.08401842415332794, -0.10727344453334808, 0.008465935476124287, -0.005426306277513504, -0.04468361660838127, 0.004643596708774567, 0.039752498269081116, -0.07434980571269989, -0.05864251032471657, -0.051860030740499496, 0.12318569421768188, -0.19290325045585632, 0.017589258030056953, 0.12090962380170822, -0.0697547122836113, 0.09810392558574677, -0.009443476796150208, -0.037376176565885544, 0.0013040381018072367, -0.08680634945631027, 0.005212775431573391, -0.04378184676170349, 0.0736771747469902, 0.026408402249217033, -0.14032527804374695, 0.005529813002794981, -0.02996758557856083, -0.08953391760587692, 0.019827857613563538, 0.024151884019374847, -0.10187969356775284, 0.022271636873483658, -0.003088759258389473, -0.09757614880800247, -0.016917429864406586, 0.04399832338094711, 0.1241336464881897, -0.030655892565846443, 0.06588410586118698, -0.02075454406440258, 0.08095666766166687, -0.11962293833494186, -0.04271478205919266, -0.001175662036985159, 0.051511604338884354, 0.005463450215756893, -0.03490385413169861, 0.05327825993299484, 0.01565328799188137, 0.19694845378398895, -0.08402302861213684, 0.08150646090507507, 0.045683763921260834, 0.05692226439714432, 0.007475622929632664, 0.05518282204866409, -0.02152158133685589, 0.016241690143942833, -0.03585977107286453, 0.06556500494480133, -0.07190853357315063, -0.08384088426828384, 0.002580511150881648, 0.06744442880153656, 0.13823239505290985, 0.23893485963344574, -0.04731927439570427, 0.11754663288593292, -0.10255350172519684, -0.0020634839311242104, -0.0027240642812103033, -0.07939111441373825, -0.03042098507285118, -0.08008578419685364, 0.01089944876730442, 0.10001129657030106, -0.15222831070423126, 0.14374575018882751, -0.061924029141664505, -0.054487042129039764, -0.03828147426247597, -0.15604323148727417, -0.07656324654817581, 0.03815712779760361, -0.0022797805722802877, -0.10666850209236145, 0.06935115903615952, 0.0944773331284523, 0.01082773506641388, -0.00003256446871091612, 0.10154373198747635, -0.07673415541648865, -0.10669658333063126, 0.032119836658239365, 0.06927777081727982, 0.06615236401557922, 0.057765305042266846, 0.07246363908052444, -0.012193717993795872, 0.07341539859771729, 0.10011834651231766, 0.09018418937921524, -0.001725412323139608, 0.01429448090493679, -0.07677973061800003, -0.03866685554385185, 0.03745739161968231, -0.0515507310628891, -0.030789367854595184, 0.2523791193962097, 0.03568446263670921, 0.055283766239881516, 0.014875105582177639, 0.256145715713501, -0.01427014172077179, -0.09183705598115921, -0.1778196543455124, 0.008528213948011398, -0.013387911953032017, -0.0026091469917446375, 0.05565996468067169, -0.13796977698802948, -0.006258367095142603, 0.10665228217840195, 0.12480128556489944, -0.01570362225174904, 0.03073524869978428, 0.014374807476997375, 0.033920373767614365, 0.017121896147727966, 0.04959564656019211, -0.005638099741190672, 0.264681875705719, -0.049689359962940216, 0.010567959398031235, 0.019304614514112473, -0.019560329616069794, -0.08368338644504547, 0.14792290329933167, -0.050156936049461365, -0.01648145541548729, -0.09333111345767975, 0.10826225578784943, -0.0771724283695221, -0.2717284560203552, 0.040533389896154404, -0.09895209223031998, -0.18872377276420593, -0.015507599338889122, 0.0039445641450583935, -0.0059772091917693615, -0.018870463594794273, 0.08999975770711899, -0.0380917489528656, 0.18024954199790955, 0.06648286432027817, -0.00024725004914216697, -0.025513632223010063, 0.13367286324501038, -0.06500009447336197, 0.21729698777198792, 0.014576572924852371, 0.07710343599319458, 0.09441883862018585, -0.02581574209034443, -0.09939846396446228, 0.030735833570361137, 0.13580510020256042, -0.05555642023682594, 0.0269743874669075, 0.20448504388332367, 0.0026601937133818865, 0.0823352113366127, 0.12114187330007553, 0.06046941876411438, 0.06522592157125473, -0.035381343215703964, -0.006268374156206846, -0.1002667173743248, 0.08247595280408859, -0.12304767966270447, 0.10392773896455765, 0.08724915981292725, -0.04389353096485138, 0.0027134353294968605, -0.018674639984965324, 0.007175002712756395, -0.017672784626483917, 0.12972289323806763, -0.013326010666787624, -0.11527328938245773, 0.022504502907395363, -0.05407232418656349, 0.10042541474103928, -0.13019055128097534, -0.043597932904958725, 0.08728020638227463, -0.030687805265188217, -0.023792294785380363, 0.12562057375907898, 0.06417959928512573, -0.030322641134262085, -0.042631737887859344, -0.17307280004024506, 0.044106803834438324, 0.07952625304460526, -0.07403137534856796, 0.03636305034160614 ]
e1e05fb4a3a3f581bf0811e854305299e835523f
# Dataset Card for COVID-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 - **Repository:** https://github.com/deepset-ai/COVID-QA - **Paper:** https://openreview.net/forum?id=JENSKEEzsoU - **Point of Contact:** [deepset AI](https://github.com/deepset-ai) ### Dataset Summary COVID-QA is a Question Answering dataset consisting of 2,019 question/answer pairs annotated by volunteer biomedical experts on scientific articles related to COVID-19. A total of 147 scientific articles from the CORD-19 dataset were annotated by 15 experts. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The text in the dataset is in English. ## Dataset Structure ### Data Instances **What do the instances that comprise the dataset represent?** Each represents a question, a context (document passage from the CORD19 dataset) and an answer. **How many instances are there in total?** 2019 instances **What data does each instance consist of?** Each instance is a question, a set of answers, and an id associated with each answer. [More Information Needed] ### Data Fields The data was annotated in SQuAD style fashion, where each row contains: * **question**: Query question * **context**: Context text to obtain the answer from * **document_id** The document ID of the context text * **answer**: Dictionary containing the answer string and the start index ### Data Splits **data/COVID-QA.json**: 2,019 question/answer pairs annotated by volunteer biomedical experts on scientific articles related to COVID-19. [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization The inital data collected comes from 147 scientific articles from the CORD-19 dataset. Question and answers were then annotated afterwards. #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process While annotators were volunteers, they were required to have at least a Master’s degree in biomedical sciences. The annotation team was led by a medical doctor (G.A.R.) who vetted the volunteer’s credentials and manually verified each question/answer pair produced. We used an existing, web-based annotation tool that had been created by deepset and is available at their Neural Search framework [haystack](https://github.com/deepset-ai/haystack). #### Who are the annotators? The annotators are 15 volunteer biomedical experts on scientific articles related to COVID-19. ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset The dataset aims to help build question answering models serving clinical and scientific researchers, public health authorities, and frontline workers. These QA systems can help them find answers and patterns in research papers by locating relevant answers to common questions from scientific articles. ### Discussion of Biases [More Information Needed] ### Other Known Limitations ## Additional Information The listed authors in the homepage are maintaining/supporting the dataset. ### Dataset Curators [More Information Needed] ### Licensing Information The Proto_qa dataset is licensed under the [Apache License 2.0](https://github.com/deepset-ai/COVID-QA/blob/master/LICENSE) ### Citation Information ``` @inproceedings{moller2020covid, title={COVID-QA: A Question Answering Dataset for COVID-19}, author={M{\"o}ller, Timo and Reina, Anthony and Jayakumar, Raghavan and Pietsch, Malte}, booktitle={Proceedings of the 1st Workshop on NLP for COVID-19 at ACL 2020}, year={2020} } ``` ### Contributions Thanks to [@olinguyen](https://github.com/olinguyen) for adding this dataset.
covid_qa_deepset
[ "task_categories:question-answering", "task_ids:closed-domain-qa", "task_ids:extractive-qa", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:apache-2.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["en"], "license": ["apache-2.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["closed-domain-qa", "extractive-qa"], "pretty_name": "COVID-QA", "dataset_info": {"features": [{"name": "document_id", "dtype": "int32"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "is_impossible", "dtype": "bool"}, {"name": "id", "dtype": "int32"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}], "config_name": "covid_qa_deepset", "splits": [{"name": "train", "num_bytes": 65151262, "num_examples": 2019}], "download_size": 4418117, "dataset_size": 65151262}}
2024-01-18T09:45:30+00:00
[]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-closed-domain-qa #task_ids-extractive-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-apache-2.0 #region-us
# Dataset Card for COVID-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 - Repository: URL - Paper: URL - Point of Contact: deepset AI ### Dataset Summary COVID-QA is a Question Answering dataset consisting of 2,019 question/answer pairs annotated by volunteer biomedical experts on scientific articles related to COVID-19. A total of 147 scientific articles from the CORD-19 dataset were annotated by 15 experts. ### Supported Tasks and Leaderboards ### Languages The text in the dataset is in English. ## Dataset Structure ### Data Instances What do the instances that comprise the dataset represent? Each represents a question, a context (document passage from the CORD19 dataset) and an answer. How many instances are there in total? 2019 instances What data does each instance consist of? Each instance is a question, a set of answers, and an id associated with each answer. ### Data Fields The data was annotated in SQuAD style fashion, where each row contains: * question: Query question * context: Context text to obtain the answer from * document_id The document ID of the context text * answer: Dictionary containing the answer string and the start index ### Data Splits data/URL: 2,019 question/answer pairs annotated by volunteer biomedical experts on scientific articles related to COVID-19. ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization The inital data collected comes from 147 scientific articles from the CORD-19 dataset. Question and answers were then annotated afterwards. #### Who are the source language producers? ### Annotations #### Annotation process While annotators were volunteers, they were required to have at least a Master’s degree in biomedical sciences. The annotation team was led by a medical doctor (G.A.R.) who vetted the volunteer’s credentials and manually verified each question/answer pair produced. We used an existing, web-based annotation tool that had been created by deepset and is available at their Neural Search framework haystack. #### Who are the annotators? The annotators are 15 volunteer biomedical experts on scientific articles related to COVID-19. ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset The dataset aims to help build question answering models serving clinical and scientific researchers, public health authorities, and frontline workers. These QA systems can help them find answers and patterns in research papers by locating relevant answers to common questions from scientific articles. ### Discussion of Biases ### Other Known Limitations ## Additional Information The listed authors in the homepage are maintaining/supporting the dataset. ### Dataset Curators ### Licensing Information The Proto_qa dataset is licensed under the Apache License 2.0 ### Contributions Thanks to @olinguyen for adding this dataset.
[ "# Dataset Card for COVID-QA", "## 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: URL\n- Paper: URL\n- Point of Contact: deepset AI", "### Dataset Summary\n\nCOVID-QA is a Question Answering dataset consisting of 2,019 question/answer pairs annotated by volunteer biomedical experts on scientific articles related to COVID-19.\nA total of 147 scientific articles from the CORD-19 dataset were annotated by 15 experts.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe text in the dataset is in English.", "## Dataset Structure", "### Data Instances\n\nWhat do the instances that comprise the dataset represent?\nEach represents a question, a context (document passage from the CORD19 dataset) and an answer.\n\nHow many instances are there in total?\n2019 instances\n\nWhat data does each instance consist of?\nEach instance is a question, a set of answers, and an id associated with each answer.", "### Data Fields\n\nThe data was annotated in SQuAD style fashion, where each row contains:\n\n* question: Query question\n* context: Context text to obtain the answer from\n* document_id The document ID of the context text\n* answer: Dictionary containing the answer string and the start index", "### Data Splits\n\ndata/URL: 2,019 question/answer pairs annotated by volunteer biomedical experts on scientific articles related to COVID-19.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe inital data collected comes from 147 scientific articles from the CORD-19 dataset. Question and answers were then\nannotated afterwards.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\nWhile annotators were volunteers, they were required to have at least a Master’s degree in biomedical sciences.\nThe annotation team was led by a medical doctor (G.A.R.) who vetted the volunteer’s credentials and\nmanually verified each question/answer pair produced. We used an existing, web-based annotation tool that had been\ncreated by deepset and is available at their Neural Search framework haystack.", "#### Who are the annotators?\n\nThe annotators are 15 volunteer biomedical experts on scientific articles related to COVID-19.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe dataset aims to help build question answering models serving clinical and scientific researchers, public health authorities, and frontline workers.\nThese QA systems can help them find answers and patterns in research papers by locating relevant answers to common questions from scientific articles.", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information\n\nThe listed authors in the homepage are maintaining/supporting the dataset.", "### Dataset Curators", "### Licensing Information\n\nThe Proto_qa dataset is licensed under the Apache License 2.0", "### Contributions\n\nThanks to @olinguyen for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-closed-domain-qa #task_ids-extractive-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-apache-2.0 #region-us \n", "# Dataset Card for COVID-QA", "## 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: URL\n- Paper: URL\n- Point of Contact: deepset AI", "### Dataset Summary\n\nCOVID-QA is a Question Answering dataset consisting of 2,019 question/answer pairs annotated by volunteer biomedical experts on scientific articles related to COVID-19.\nA total of 147 scientific articles from the CORD-19 dataset were annotated by 15 experts.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe text in the dataset is in English.", "## Dataset Structure", "### Data Instances\n\nWhat do the instances that comprise the dataset represent?\nEach represents a question, a context (document passage from the CORD19 dataset) and an answer.\n\nHow many instances are there in total?\n2019 instances\n\nWhat data does each instance consist of?\nEach instance is a question, a set of answers, and an id associated with each answer.", "### Data Fields\n\nThe data was annotated in SQuAD style fashion, where each row contains:\n\n* question: Query question\n* context: Context text to obtain the answer from\n* document_id The document ID of the context text\n* answer: Dictionary containing the answer string and the start index", "### Data Splits\n\ndata/URL: 2,019 question/answer pairs annotated by volunteer biomedical experts on scientific articles related to COVID-19.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe inital data collected comes from 147 scientific articles from the CORD-19 dataset. Question and answers were then\nannotated afterwards.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\nWhile annotators were volunteers, they were required to have at least a Master’s degree in biomedical sciences.\nThe annotation team was led by a medical doctor (G.A.R.) who vetted the volunteer’s credentials and\nmanually verified each question/answer pair produced. We used an existing, web-based annotation tool that had been\ncreated by deepset and is available at their Neural Search framework haystack.", "#### Who are the annotators?\n\nThe annotators are 15 volunteer biomedical experts on scientific articles related to COVID-19.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset\n\nThe dataset aims to help build question answering models serving clinical and scientific researchers, public health authorities, and frontline workers.\nThese QA systems can help them find answers and patterns in research papers by locating relevant answers to common questions from scientific articles.", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information\n\nThe listed authors in the homepage are maintaining/supporting the dataset.", "### Dataset Curators", "### Licensing Information\n\nThe Proto_qa dataset is licensed under the Apache License 2.0", "### Contributions\n\nThanks to @olinguyen for adding this dataset." ]
[ 103, 9, 120, 22, 67, 10, 14, 6, 82, 66, 35, 5, 7, 4, 42, 10, 5, 104, 29, 8, 8, 66, 8, 7, 23, 6, 21, 17 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-closed-domain-qa #task_ids-extractive-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-apache-2.0 #region-us \n# Dataset Card for COVID-QA## 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: URL\n- Paper: URL\n- Point of Contact: deepset AI### Dataset Summary\n\nCOVID-QA is a Question Answering dataset consisting of 2,019 question/answer pairs annotated by volunteer biomedical experts on scientific articles related to COVID-19.\nA total of 147 scientific articles from the CORD-19 dataset were annotated by 15 experts.### Supported Tasks and Leaderboards### Languages\n\nThe text in the dataset is in English.## Dataset Structure### Data Instances\n\nWhat do the instances that comprise the dataset represent?\nEach represents a question, a context (document passage from the CORD19 dataset) and an answer.\n\nHow many instances are there in total?\n2019 instances\n\nWhat data does each instance consist of?\nEach instance is a question, a set of answers, and an id associated with each answer.### Data Fields\n\nThe data was annotated in SQuAD style fashion, where each row contains:\n\n* question: Query question\n* context: Context text to obtain the answer from\n* document_id The document ID of the context text\n* answer: Dictionary containing the answer string and the start index" ]
[ -0.013868231326341629, 0.18511536717414856, -0.00620281370356679, -0.014134718105196953, 0.04338177293539047, 0.02336101606488228, 0.05426640436053276, 0.1522006243467331, 0.05055418610572815, 0.18054905533790588, -0.07096943259239197, 0.03636099398136139, 0.1188657209277153, 0.1291271299123764, 0.05266229063272476, -0.1687261164188385, 0.0474020279943943, -0.10574021190404892, -0.006131355185061693, 0.07058651745319366, 0.09120840579271317, -0.08996879309415817, 0.022340215742588043, -0.04236975312232971, 0.022897636517882347, -0.014099525287747383, -0.02462097443640232, -0.0410270094871521, 0.03755681589245796, -0.0020442449022084475, 0.03421860560774803, 0.012807956896722317, 0.07127407938241959, -0.3180660307407379, 0.02379058487713337, 0.050699710845947266, 0.015167852863669395, 0.07505262643098831, 0.0812687799334526, -0.036061905324459076, 0.004279652610421181, -0.13749991357326508, 0.10162961483001709, 0.05679672583937645, -0.08781459182500839, -0.0928577110171318, -0.154976949095726, 0.04984435811638832, 0.07490629702806473, 0.08872047066688538, -0.031731560826301575, 0.045593734830617905, -0.021205099299550056, 0.030488060787320137, 0.09652538597583771, -0.09641589224338531, -0.04042445495724678, -0.04133736342191696, 0.09570399671792984, 0.11967363953590393, -0.155598446726799, 0.010447819717228413, -0.05906839296221733, 0.008569308556616306, 0.05266932025551796, -0.019173499196767807, -0.04926208034157753, 0.0472862645983696, -0.0701240673661232, -0.05444291606545448, 0.11467264592647552, -0.0467873141169548, -0.038254909217357635, -0.172812819480896, 0.03022542968392372, 0.049102235585451126, -0.031028378754854202, -0.029864298179745674, 0.05142955109477043, -0.04115802049636841, 0.05186249315738678, -0.028975995257496834, -0.05870848521590233, -0.018304891884326935, -0.045504502952098846, -0.05064939334988594, 0.034005310386419296, 0.030489817261695862, 0.012136123143136501, 0.050510991364717484, 0.0653199553489685, -0.07623500376939774, -0.05035153031349182, -0.02007194794714451, -0.20659571886062622, -0.05183576047420502, 0.03686407208442688, 0.023199142888188362, 0.09296265244483948, 0.16001395881175995, -0.0926017239689827, 0.01044288370758295, -0.06881960481405258, -0.05429444834589958, 0.12332730740308762, 0.08280758559703827, -0.07283170521259308, -0.12351849675178528, -0.015509245917201042, 0.02546536922454834, -0.04126432165503502, -0.011901448480784893, 0.04783163592219353, 0.09743499755859375, 0.0273295845836401, 0.12498754262924194, 0.1403106153011322, -0.050643809139728546, -0.062225740402936935, -0.04229435697197914, 0.12316127121448517, -0.12209389358758926, 0.04752880707383156, 0.0339885950088501, 0.011923687532544136, -0.01466155145317316, 0.002959286328405142, -0.004650959279388189, -0.09951900690793991, 0.04993150755763054, -0.050374507904052734, -0.04205911606550217, -0.0504201278090477, -0.02147616818547249, 0.060451440513134, 0.010385834611952305, -0.08072398602962494, 0.00766543997451663, -0.02614349126815796, -0.08766673505306244, 0.005023399367928505, -0.1148630902171135, -0.019511453807353973, 0.0230480395257473, 0.032832879573106766, 0.019468748942017555, 0.02673465386033058, 0.043642520904541016, -0.0517113134264946, -0.0019544274546205997, -0.09365863353013992, 0.02768930047750473, 0.09120141714811325, 0.048196133226156235, -0.04855376482009888, 0.07184367626905441, -0.10626374185085297, 0.09785884618759155, -0.15340787172317505, -0.023141343146562576, -0.1641608029603958, 0.01695113256573677, 0.06047767773270607, -0.04363660514354706, -0.0015431480715051293, 0.08351962268352509, -0.1678353250026703, -0.0124939801171422, 0.14612410962581635, -0.030672766268253326, -0.1137869730591774, 0.046172913163900375, -0.05570922791957855, 0.011320036835968494, 0.040528129786252975, 0.05685319006443024, 0.023493025451898575, -0.10000824183225632, -0.08117042481899261, -0.16189537942409515, 0.06795614212751389, 0.19223687052726746, 0.09076422452926636, -0.0963505208492279, 0.157562717795372, 0.005028373561799526, -0.08260747790336609, -0.09186523407697678, -0.007375834509730339, -0.06945466250181198, 0.029270712286233902, -0.019277630373835564, -0.062018588185310364, -0.029950428754091263, -0.05617562681436539, -0.02209128811955452, -0.05704110115766525, 0.004023869056254625, 0.04907677322626114, -0.03595062717795372, 0.021257642656564713, -0.0648159459233284, -0.04322141408920288, 0.02966896817088127, 0.020537562668323517, -0.15001927316188812, -0.19170786440372467, 0.09383241832256317, -0.0401899516582489, 0.10141623765230179, -0.10638850182294846, -0.03577727824449539, -0.0026219538412988186, -0.029181592166423798, 0.014765630476176739, -0.024807943031191826, 0.023761020973324776, -0.03599102795124054, -0.1916748434305191, 0.01025480031967163, -0.05114161968231201, 0.15036951005458832, 0.022059226408600807, -0.007387438323348761, 0.03858901187777519, 0.13792380690574646, 0.059052638709545135, -0.08341856300830841, 0.0683041587471962, 0.008681672625243664, 0.028867371380329132, -0.005269314628094435, -0.026072673499584198, -0.08130523562431335, 0.04168618842959404, 0.050410714000463486, -0.09430857747793198, -0.19615420699119568, 0.028915153816342354, 0.1459258496761322, -0.04206503927707672, -0.10973154008388519, -0.021805590018630028, -0.028403786942362785, -0.12628434598445892, -0.09833372384309769, 0.10995326191186905, 0.07865752279758453, -0.0061270128935575485, -0.030097009614109993, -0.08987381309270859, -0.07101403176784515, 0.0421164445579052, -0.06061884015798569, 0.059070587158203125, 0.059325482696294785, -0.08534739911556244, 0.10399419069290161, 0.039697837084531784, 0.12617968022823334, 0.0472080372273922, -0.040857184678316116, -0.13554754853248596, -0.013490922749042511, -0.044395674020051956, 0.04032197967171669, 0.08571428805589676, -0.04048861190676689, 0.03800360485911369, 0.08702920377254486, -0.03390144929289818, 0.01206347718834877, -0.01841682754456997, 0.06284521520137787, -0.0034906414803117514, -0.03335142135620117, -0.013014048337936401, -0.0554509162902832, 0.0609687976539135, 0.12007497996091843, 0.040209170430898666, 0.12035079300403595, -0.06877904385328293, -0.048005688935518265, -0.12677034735679626, 0.0946027860045433, -0.16224826872348785, -0.1993209272623062, -0.10284914076328278, -0.026536261662840843, 0.01336145494133234, -0.03615143522620201, -0.020062310621142387, -0.012963507324457169, -0.07773314416408539, -0.0873708501458168, 0.028498267754912376, 0.15832625329494476, -0.11588075757026672, -0.01327017042785883, 0.031332455575466156, -0.008161474019289017, -0.11550700664520264, 0.040022093802690506, 0.04082946479320526, -0.03605467453598976, 0.02667318843305111, 0.04315682873129845, 0.09588661044836044, 0.10573253780603409, 0.08137325942516327, -0.05175201594829559, -0.0295729860663414, 0.19975429773330688, -0.1470191329717636, 0.1630147248506546, 0.06259050220251083, -0.0070569864474236965, 0.03955851122736931, 0.2032254934310913, 0.009126556105911732, -0.010728376917541027, 0.04747028276324272, 0.0911942571401596, 0.019260840490460396, -0.31931591033935547, -0.05933699756860733, -0.0833648294210434, -0.05019940435886383, 0.03386813402175903, 0.06270124018192291, 0.054144226014614105, 0.007286548614501953, -0.1241067424416542, -0.032971423119306564, 0.044714052230119705, 0.05907818675041199, 0.03001936338841915, 0.031375061720609665, 0.0881238505244255, -0.020655600354075432, 0.03167666867375374, 0.09519682824611664, 0.13205833733081818, 0.19587324559688568, 0.03273913264274597, 0.2687267065048218, 0.06369523704051971, 0.05278341472148895, -0.0383002832531929, 0.022762423381209373, 0.0167853906750679, 0.07992752641439438, 0.010810296051204205, -0.041101790964603424, 0.016090083867311478, 0.07316680997610092, 0.0826997235417366, -0.12498307973146439, 0.0668158084154129, -0.05368150770664215, 0.08417481929063797, 0.2014453411102295, 0.015476483851671219, 0.003354831365868449, -0.013726301491260529, 0.12470021843910217, -0.10127902776002884, -0.09834164381027222, -0.02639836259186268, 0.0639951154589653, -0.19295383989810944, 0.049461107701063156, -0.0323835052549839, 0.1341988444328308, -0.02615472860634327, -0.034136638045310974, 0.057828329503536224, -0.0011276256991550326, -0.04189107194542885, 0.08214797079563141, -0.15362387895584106, 0.06805922091007233, -0.009924317710101604, -0.005677092354744673, -0.0784299373626709, 0.08316422253847122, -0.0055458759889006615, -0.025302380323410034, 0.1285679042339325, 0.015898631885647774, -0.12772677838802338, 0.052778515964746475, -0.12515529990196228, -0.003743025241419673, 0.07315558195114136, -0.16216717660427094, 0.11741263419389725, -0.012299727648496628, -0.034744467586278915, -0.08744129538536072, -0.02330474555492401, -0.10883058607578278, -0.19838468730449677, 0.10607243329286575, -0.08860032260417938, 0.09653344750404358, -0.0496024489402771, -0.028684308752417564, -0.054749589413404465, 0.09881020337343216, -0.1645515412092209, -0.07775652408599854, -0.17174860835075378, -0.010881432332098484, 0.16615788638591766, -0.06019260361790657, 0.07095661759376526, -0.01580757275223732, 0.15646187961101532, -0.0258998591452837, -0.05461292713880539, 0.026525814086198807, -0.055351901799440384, -0.20384261012077332, -0.08138623833656311, 0.148650124669075, 0.0623471736907959, 0.06881502270698547, 0.002392748137935996, 0.11427681893110275, -0.025240687653422356, -0.06867118924856186, 0.09854284673929214, 0.10396838188171387, 0.05444783717393875, 0.0741153359413147, -0.05085756629705429, -0.1656840294599533, -0.15859346091747284, -0.04064556211233139, 0.08752051740884781, 0.03293679654598236, -0.051478173583745956, 0.20016911625862122, 0.0829802006483078, -0.0968623086810112, -0.20053182542324066, -0.03507571667432785, 0.06737399846315384, -0.03215751796960831, 0.04675915837287903, -0.23085205256938934, 0.12321670353412628, 0.06918887794017792, -0.01088623609393835, -0.011249739676713943, -0.09710585325956345, -0.1384126842021942, 0.0037775286473333836, 0.009859374724328518, -0.38157302141189575, -0.19659660756587982, -0.10268975049257278, 0.003758803941309452, -0.1594892144203186, 0.15252898633480072, -0.0014202038291841745, -0.0007050051353871822, -0.03457139804959297, 0.07822398096323013, 0.0001369834935758263, -0.02981879934668541, 0.11897667497396469, 0.018295541405677795, -0.003942387644201517, -0.038125913590192795, -0.05186157673597336, 0.0664697214961052, -0.016001394018530846, 0.05808521434664726, 0.039988793432712555, 0.0034632955212146044, -0.06628946959972382, -0.008150408044457436, -0.0970294401049614, -0.05185788497328758, -0.08750615268945694, -0.05101076513528824, -0.08566176891326904, 0.11653203517198563, 0.09059629589319229, -0.049998797476291656, 0.09968021512031555, -0.07280988246202469, 0.0542755201458931, 0.14652857184410095, 0.13121023774147034, 0.1206853985786438, -0.11619672924280167, -0.007576097268611193, -0.02701777219772339, -0.05048564821481705, -0.09255214035511017, 0.08848412334918976, 0.07655411958694458, 0.040116894990205765, 0.13501481711864471, -0.0546395517885685, -0.15418168902397156, -0.0059700761921703815, 0.0445961095392704, -0.05564537271857262, -0.22645972669124603, 0.03511983901262283, 0.13736848533153534, -0.193270742893219, -0.06275768578052521, 0.05654807388782501, 0.07735639810562134, -0.09752938151359558, 0.007797674275934696, 0.13432148098945618, 0.051554374396800995, 0.15255212783813477, 0.026925478130578995, 0.05375577136874199, -0.09593695402145386, 0.060572266578674316, 0.16075003147125244, -0.050445280969142914, -0.006886431947350502, 0.18656228482723236, -0.03218792378902435, -0.023379994556307793, 0.04994480311870575, 0.005942652467638254, 0.011589114554226398, -0.009532317519187927, 0.055542852729558945, -0.14094088971614838, 0.05443073436617851, 0.12021399289369583, -0.06538505107164383, -0.004291604273021221, 0.025521017611026764, -0.021517757326364517, -0.02313000150024891, 0.18332764506340027, -0.03244805708527565, 0.049619365483522415, 0.0564592182636261, -0.042098935693502426, -0.02932373248040676, 0.003690251847729087, 0.002842773450538516, -0.040255457162857056, -0.0700359046459198, -0.029479477554559708, -0.1659093052148819, 0.020618190988898277, -0.1117652878165245, -0.04465218260884285, -0.003916015848517418, -0.0504315085709095, 0.048773281276226044, 0.018762905150651932, -0.02671375684440136, -0.08469279855489731, -0.05699868127703667, 0.12002784013748169, -0.2102627158164978, 0.01887717843055725, 0.12494675815105438, -0.05927320942282677, 0.1126023381948471, -0.007358316797763109, -0.008280420675873756, -0.0464872345328331, -0.08704574406147003, -0.02212308719754219, -0.05665193125605583, 0.08235518634319305, 0.04659309610724449, -0.24400995671749115, -0.026115048676729202, -0.02409329265356064, -0.11911368370056152, 0.04263423755764961, 0.02567896619439125, -0.059792179614305496, 0.022017864510416985, -0.04166189953684807, -0.05183758586645126, -0.039761733263731, 0.030711034312844276, 0.062238506972789764, -0.051729802042245865, 0.04312689229846001, -0.011183897033333778, 0.09175912290811539, -0.13865628838539124, -0.03037954866886139, 0.01719096302986145, 0.03991850093007088, -0.055667441338300705, -0.0087264534085989, 0.0618361197412014, 0.025667434558272362, 0.12975510954856873, -0.06779664009809494, -0.009148824959993362, 0.07701431959867477, 0.10865727812051773, 0.00035913832834921777, 0.07892177999019623, -0.07401526719331741, 0.004838890861719847, -0.042093370109796524, 0.03083990514278412, -0.08030975610017776, -0.09420264512300491, -0.018198112025856972, 0.14975503087043762, 0.16733869910240173, 0.23329317569732666, -0.07690843194723129, 0.07895848900079727, -0.11632140725851059, 0.006239503156393766, 0.025862637907266617, -0.03796643763780594, -0.04941728711128235, -0.05057165399193764, 0.0040930104441940784, 0.08063746243715286, -0.2563492953777313, 0.13905185461044312, -0.0754118263721466, -0.08668252825737, -0.0049384296871721745, -0.09955716878175735, -0.04182150959968567, 0.009520554915070534, -0.038495130836963654, -0.1435217708349228, 0.05188538879156113, 0.07195308059453964, 0.00980319082736969, 0.0011714680586010218, 0.06575153023004532, -0.10047829151153564, -0.074020616710186, 0.05168794468045235, 0.09957592189311981, 0.06762256473302841, -0.0018260711804032326, 0.09165281057357788, -0.01985340565443039, 0.0902511328458786, 0.10563922673463821, 0.09846056252717972, 0.03621780127286911, 0.020377110689878464, -0.08177165687084198, -0.06583452224731445, 0.06444759666919708, -0.09458839893341064, -0.09033385664224625, 0.23151883482933044, 0.05081108585000038, 0.06509605050086975, 0.018908381462097168, 0.23305849730968475, -0.027071382850408554, -0.05358939990401268, -0.19124175608158112, -0.025437472388148308, -0.0378497838973999, -0.014023668132722378, 0.07694944739341736, -0.14962607622146606, 0.003655885811895132, 0.15063802897930145, 0.09432811290025711, -0.05640677362680435, 0.0027321374509483576, 0.01468727458268404, 0.03280086815357208, 0.035339608788490295, 0.039485733956098557, 0.05146390572190285, 0.16867659986019135, -0.0476951077580452, 0.05559975653886795, 0.0006810756749473512, -0.08215103298425674, -0.09847110509872437, 0.07296604663133621, -0.023075202479958534, -0.021435366943478584, -0.04461970180273056, 0.1092677041888237, -0.0566018782556057, -0.23840932548046112, 0.034857816994190216, -0.08161234855651855, -0.15908999741077423, -0.057095251977443695, 0.026107925921678543, -0.018311744555830956, -0.05234191194176674, 0.13381829857826233, 0.02639508992433548, 0.2679717540740967, 0.08772091567516327, 0.01447839941829443, -0.016893088817596436, 0.13900823891162872, -0.16524022817611694, 0.1560909003019333, 0.010050272569060326, 0.036601435393095016, 0.06804902106523514, -0.02053324691951275, -0.11590886116027832, 0.051801230758428574, 0.09993478655815125, -0.04151435196399689, 0.04753927141427994, 0.21198374032974243, 0.056701768189668655, 0.10338228940963745, 0.11825594305992126, 0.04100416973233223, 0.029024649411439896, -0.007847705855965614, -0.03291276469826698, -0.09504644572734833, 0.14025940001010895, -0.11756182461977005, 0.087894506752491, 0.11420489102602005, -0.06929530203342438, 0.046406783163547516, -0.022996315732598305, -0.0006925569614395499, -0.01734248735010624, 0.15675966441631317, -0.010174091905355453, -0.13717955350875854, 0.06412184983491898, -0.08005494624376297, 0.1103978082537651, -0.12998291850090027, -0.05521636828780174, 0.05512068420648575, -0.016902923583984375, -0.036388132721185684, 0.14240555465221405, 0.08880694210529327, -0.041255008429288864, -0.05608468875288963, -0.10446575284004211, 0.035200122743844986, 0.11435403674840927, -0.04391704499721527, 0.05648158863186836 ]
e9411605649d8c887fd3f10e1425fdf4ef01fc2c
# 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://github.com/UCSD-AI4H/COVID-Dialogue - **Repository:** The data is also present in the same [GIT](https://github.com/UCSD-AI4H/COVID-Dialogue) repository - **Paper:** https://pengtaoxie.github.io/coviddiag.pdf - **Leaderboard:** - **Point of Contact:** ### Dataset Summary COVID-Dialogue-Dataset-English is an English medical dialogue dataset about COVID-19 and other types of pneumonia. Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice. There are 603 consultations. COVID-Dialogue-Dataset-Chinese is a Chinese medical dialogue dataset about COVID-19 and other types of pneumonia. Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice. There are 1393 consultations. The dataset is present as a single text file. COVID-Dialogue-Dataset-Chinese.txt for Chinese and COVID-Dialogue-Dataset-English.txt for English. ### Supported Tasks and Leaderboards Used for QA tasks. There is also a COVID-19 dialogue generation model available for the Chinese Data. The pre-print and more information is available in [this arxiv pre-print](https://arxiv.org/abs/2005.05442). ### Languages Monolingual. The datasets are in English (EN) and Chinese (ZH) ## Dataset Structure ### Data Instances An example of dialogue is: ``` { 'dialogue_id': 602, 'dialogue_url': 'https://www.healthtap.com/member/fg?page=/search/covid', 'dialogue_turns': [{'speaker': 'Patient', 'utterance': 'Can coronavirus symptoms be mild for some people versus severe? For example, could it just involve being very fatigued, low grade fever for a few days and not the extreme symptoms? Or is it always a full blown cold and struggle to breathe?Can coronavirus symptoms be mild for some people versus severe? For example, could it just involve being very fatigued, low grade fever for a few days and not the extreme symptoms? Or is it always a full blown cold and struggle to breathe?'}, {'speaker': 'Doctor', 'utterance': 'In brief: Symptoms vary. Some may have no symptoms at all. Some can be life threatening. Would you like to video or text chat with me?'}] } ``` The dataset is built from [icliniq.com](https://www.icliniq.com/), [healthcaremagic.com](https://www.healthcaremagic.com/), [healthtap.com](https://www.healthtap.com/) and all copyrights of the data belong to these websites. _(for English)_ The dataset is built from [Haodf.com](https://www.haodf.com/) and all copyrights of the data belong to [Haodf.com](https://www.haodf.com/). _(for Chinese)_ ### Data Fields Each consultation consists of the below: - ID - URL - Description of patient’s medical condition - Dialogue - Diagnosis and suggestions (Optional, mostly for Chinese) For generating the QA only the below fields have been considered: - ID : Consultatation Identifier (restarts for each file) - URL: The url link of the extracted conversation - Dialogue : The conversation between the doctor and the patient. These are arranged as below in the prepared dataset. Each item will be represented with these parameters. - "file_name": string - signifies the file from which the conversation was extracted - "dialogue_id": int32 - the dialogue id - "dialogue_url": string - url of the conversation - "dialogue_turns": datasets.Sequence - sequence of dialogues between patient and the doctor.Consists ClassLabel(names=["病人", "医生"]), and "utterance"(string) for each turn. (ClassLable(names=["Patient", "Doctor"]) for english) ### Data Splits There are no data splits on the original data ## 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{ju2020CovidDialog, title={CovidDialog: Medical Dialogue Datasets about COVID-19}, author={Ju, Zeqian and Chakravorty, Subrato and He, Xuehai and Chen, Shu and Yang, Xingyi and Xie, Pengtao}, journal={ https://github.com/UCSD-AI4H/COVID-Dialogue}, year={2020} } ### Contributions Thanks to [@vrindaprabhu](https://github.com/vrindaprabhu) for adding this dataset.
covid_qa_ucsd
[ "task_categories:question-answering", "task_ids:closed-domain-qa", "annotations_creators:found", "language_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "size_categories:n<1K", "source_datasets:original", "language:en", "language:zh", "license:unknown", "arxiv:2005.05442", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["expert-generated", "found"], "language": ["en", "zh"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K", "n<1K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["closed-domain-qa"], "pretty_name": "CovidQaUcsd", "config_names": ["en", "zh"], "dataset_info": [{"config_name": "en", "features": [{"name": "dialogue_id", "dtype": "int32"}, {"name": "dialogue_url", "dtype": "string"}, {"name": "dialogue_turns", "sequence": [{"name": "speaker", "dtype": {"class_label": {"names": {"0": "Patient", "1": "Doctor"}}}}, {"name": "utterance", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 484944, "num_examples": 572}], "download_size": 0, "dataset_size": 484944}, {"config_name": "zh", "features": [{"name": "dialogue_id", "dtype": "int32"}, {"name": "dialogue_url", "dtype": "string"}, {"name": "dialogue_turns", "sequence": [{"name": "speaker", "dtype": {"class_label": {"names": {"0": "\u75c5\u4eba", "1": "\u533b\u751f"}}}}, {"name": "utterance", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1352377, "num_examples": 1088}], "download_size": 0, "dataset_size": 1352377}]}
2024-01-18T09:46:01+00:00
[ "2005.05442" ]
[ "en", "zh" ]
TAGS #task_categories-question-answering #task_ids-closed-domain-qa #annotations_creators-found #language_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #language-Chinese #license-unknown #arxiv-2005.05442 #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: The data is also present in the same GIT repository - Paper: URL - Leaderboard: - Point of Contact: ### Dataset Summary COVID-Dialogue-Dataset-English is an English medical dialogue dataset about COVID-19 and other types of pneumonia. Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice. There are 603 consultations. COVID-Dialogue-Dataset-Chinese is a Chinese medical dialogue dataset about COVID-19 and other types of pneumonia. Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice. There are 1393 consultations. The dataset is present as a single text file. URL for Chinese and URL for English. ### Supported Tasks and Leaderboards Used for QA tasks. There is also a COVID-19 dialogue generation model available for the Chinese Data. The pre-print and more information is available in this arxiv pre-print. ### Languages Monolingual. The datasets are in English (EN) and Chinese (ZH) ## Dataset Structure ### Data Instances An example of dialogue is: The dataset is built from URL, URL, URL and all copyrights of the data belong to these websites. _(for English)_ The dataset is built from URL and all copyrights of the data belong to URL. _(for Chinese)_ ### Data Fields Each consultation consists of the below: - ID - URL - Description of patient’s medical condition - Dialogue - Diagnosis and suggestions (Optional, mostly for Chinese) For generating the QA only the below fields have been considered: - ID : Consultatation Identifier (restarts for each file) - URL: The url link of the extracted conversation - Dialogue : The conversation between the doctor and the patient. These are arranged as below in the prepared dataset. Each item will be represented with these parameters. - "file_name": string - signifies the file from which the conversation was extracted - "dialogue_id": int32 - the dialogue id - "dialogue_url": string - url of the conversation - "dialogue_turns": datasets.Sequence - sequence of dialogues between patient and the doctor.Consists ClassLabel(names=["病人", "医生"]), and "utterance"(string) for each turn. (ClassLable(names=["Patient", "Doctor"]) for english) ### Data Splits There are no data splits on the original data ## 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 @article{ju2020CovidDialog, title={CovidDialog: Medical Dialogue Datasets about COVID-19}, author={Ju, Zeqian and Chakravorty, Subrato and He, Xuehai and Chen, Shu and Yang, Xingyi and Xie, Pengtao}, journal={ URL year={2020} } ### Contributions Thanks to @vrindaprabhu 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: The data is also present in the same GIT repository\n- Paper: URL\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nCOVID-Dialogue-Dataset-English is an English medical dialogue dataset about COVID-19 and other types of pneumonia. Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice. There are 603 consultations.\n\nCOVID-Dialogue-Dataset-Chinese is a Chinese medical dialogue dataset about COVID-19 and other types of pneumonia. Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice. There are 1393 consultations.\n\nThe dataset is present as a single text file. URL for Chinese and URL for English.", "### Supported Tasks and Leaderboards\n\nUsed for QA tasks. There is also a COVID-19 dialogue generation model available for the Chinese Data. The pre-print and more information is available in this arxiv pre-print.", "### Languages\n\nMonolingual. The datasets are in English (EN) and Chinese (ZH)", "## Dataset Structure", "### Data Instances\n\nAn example of dialogue is:\n\n\n\nThe dataset is built from URL, URL, URL and all copyrights of the data belong to these websites. _(for English)_\n\nThe dataset is built from URL and all copyrights of the data belong to URL. _(for Chinese)_", "### Data Fields\n\nEach consultation consists of the below:\n- ID\n- URL\n- Description of patient’s medical condition\n- Dialogue\n- Diagnosis and suggestions (Optional, mostly for Chinese)\n\nFor generating the QA only the below fields have been considered:\n- ID : Consultatation Identifier (restarts for each file)\n- URL: The url link of the extracted conversation\n- Dialogue : The conversation between the doctor and the patient.\n\nThese are arranged as below in the prepared dataset. Each item will be represented with these parameters.\n\n- \"file_name\": string - signifies the file from which the conversation was extracted\n- \"dialogue_id\": int32 - the dialogue id\n- \"dialogue_url\": string - url of the conversation\n- \"dialogue_turns\": datasets.Sequence - sequence of dialogues between patient and the doctor.Consists ClassLabel(names=[\"病人\", \"医生\"]), and \"utterance\"(string) for each turn. (ClassLable(names=[\"Patient\", \"Doctor\"]) for english)", "### Data Splits\n\nThere are no data splits on the original data", "## 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\n\n\n\n\n@article{ju2020CovidDialog,\n title={CovidDialog: Medical Dialogue Datasets about COVID-19},\n author={Ju, Zeqian and Chakravorty, Subrato and He, Xuehai and Chen, Shu and Yang, Xingyi and Xie, Pengtao},\n journal={ URL \n year={2020}\n}", "### Contributions\n\nThanks to @vrindaprabhu for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-closed-domain-qa #annotations_creators-found #language_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #language-Chinese #license-unknown #arxiv-2005.05442 #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: The data is also present in the same GIT repository\n- Paper: URL\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nCOVID-Dialogue-Dataset-English is an English medical dialogue dataset about COVID-19 and other types of pneumonia. Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice. There are 603 consultations.\n\nCOVID-Dialogue-Dataset-Chinese is a Chinese medical dialogue dataset about COVID-19 and other types of pneumonia. Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice. There are 1393 consultations.\n\nThe dataset is present as a single text file. URL for Chinese and URL for English.", "### Supported Tasks and Leaderboards\n\nUsed for QA tasks. There is also a COVID-19 dialogue generation model available for the Chinese Data. The pre-print and more information is available in this arxiv pre-print.", "### Languages\n\nMonolingual. The datasets are in English (EN) and Chinese (ZH)", "## Dataset Structure", "### Data Instances\n\nAn example of dialogue is:\n\n\n\nThe dataset is built from URL, URL, URL and all copyrights of the data belong to these websites. _(for English)_\n\nThe dataset is built from URL and all copyrights of the data belong to URL. _(for Chinese)_", "### Data Fields\n\nEach consultation consists of the below:\n- ID\n- URL\n- Description of patient’s medical condition\n- Dialogue\n- Diagnosis and suggestions (Optional, mostly for Chinese)\n\nFor generating the QA only the below fields have been considered:\n- ID : Consultatation Identifier (restarts for each file)\n- URL: The url link of the extracted conversation\n- Dialogue : The conversation between the doctor and the patient.\n\nThese are arranged as below in the prepared dataset. Each item will be represented with these parameters.\n\n- \"file_name\": string - signifies the file from which the conversation was extracted\n- \"dialogue_id\": int32 - the dialogue id\n- \"dialogue_url\": string - url of the conversation\n- \"dialogue_turns\": datasets.Sequence - sequence of dialogues between patient and the doctor.Consists ClassLabel(names=[\"病人\", \"医生\"]), and \"utterance\"(string) for each turn. (ClassLable(names=[\"Patient\", \"Doctor\"]) for english)", "### Data Splits\n\nThere are no data splits on the original data", "## 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\n\n\n\n\n@article{ju2020CovidDialog,\n title={CovidDialog: Medical Dialogue Datasets about COVID-19},\n author={Ju, Zeqian and Chakravorty, Subrato and He, Xuehai and Chen, Shu and Yang, Xingyi and Xie, Pengtao},\n journal={ URL \n year={2020}\n}", "### Contributions\n\nThanks to @vrindaprabhu for adding this dataset." ]
[ 122, 10, 120, 39, 154, 50, 23, 6, 67, 257, 15, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 87, 18 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-closed-domain-qa #annotations_creators-found #language_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #language-Chinese #license-unknown #arxiv-2005.05442 #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: The data is also present in the same GIT repository\n- Paper: URL\n- Leaderboard:\n- Point of Contact:### Dataset Summary\n\nCOVID-Dialogue-Dataset-English is an English medical dialogue dataset about COVID-19 and other types of pneumonia. Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice. There are 603 consultations.\n\nCOVID-Dialogue-Dataset-Chinese is a Chinese medical dialogue dataset about COVID-19 and other types of pneumonia. Patients who are concerned that they may be infected by COVID-19 or other pneumonia consult doctors and doctors provide advice. There are 1393 consultations.\n\nThe dataset is present as a single text file. URL for Chinese and URL for English.### Supported Tasks and Leaderboards\n\nUsed for QA tasks. There is also a COVID-19 dialogue generation model available for the Chinese Data. The pre-print and more information is available in this arxiv pre-print.", "passage: ### Languages\n\nMonolingual. The datasets are in English (EN) and Chinese (ZH)## Dataset Structure### Data Instances\n\nAn example of dialogue is:\n\n\n\nThe dataset is built from URL, URL, URL and all copyrights of the data belong to these websites. _(for English)_\n\nThe dataset is built from URL and all copyrights of the data belong to URL. _(for Chinese)_### Data Fields\n\nEach consultation consists of the below:\n- ID\n- URL\n- Description of patient’s medical condition\n- Dialogue\n- Diagnosis and suggestions (Optional, mostly for Chinese)\n\nFor generating the QA only the below fields have been considered:\n- ID : Consultatation Identifier (restarts for each file)\n- URL: The url link of the extracted conversation\n- Dialogue : The conversation between the doctor and the patient.\n\nThese are arranged as below in the prepared dataset. Each item will be represented with these parameters.\n\n- \"file_name\": string - signifies the file from which the conversation was extracted\n- \"dialogue_id\": int32 - the dialogue id\n- \"dialogue_url\": string - url of the conversation\n- \"dialogue_turns\": datasets.Sequence - sequence of dialogues between patient and the doctor.Consists ClassLabel(names=[\"病人\", \"医生\"]), and \"utterance\"(string) for each turn. (ClassLable(names=[\"Patient\", \"Doctor\"]) for english)### Data Splits\n\nThere are no data splits on the original data## 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.026178866624832153, 0.20233216881752014, -0.005746093578636646, 0.0046339817345142365, 0.040419772267341614, -0.010555844753980637, 0.0823289006948471, 0.11901558935642242, 0.04848288372159004, 0.1729908585548401, -0.0746968537569046, -0.03089752420783043, 0.1464938372373581, 0.09536676108837128, 0.056017715483903885, -0.22549235820770264, 0.07100077718496323, -0.0421757809817791, 0.05570822209119797, 0.06612285226583481, 0.08028418570756912, -0.0873904898762703, 0.05378330498933792, 0.012629274278879166, 0.07111413776874542, -0.04796747863292694, -0.03682151809334755, -0.025572847574949265, 0.07687544822692871, 0.028790660202503204, 0.06729139387607574, 0.0014640269801020622, 0.04272284358739853, -0.26068854331970215, 0.013939332216978073, 0.0497029572725296, -0.01532808504998684, 0.01607501320540905, 0.04554973542690277, -0.04626108705997467, 0.06846437603235245, -0.1345359981060028, 0.10996812582015991, 0.032523997128009796, -0.08231670409440994, -0.13551676273345947, -0.1288532316684723, 0.08500543236732483, 0.08642667531967163, 0.11229415237903595, -0.034673817455768585, 0.10515091568231583, -0.0706709623336792, 0.018124543130397797, 0.07487381994724274, -0.15254487097263336, -0.0035948134027421474, 0.06422235071659088, 0.08647693693637848, 0.08024643361568451, -0.1267780363559723, -0.007382964715361595, -0.06726033240556717, 0.002052559517323971, -0.045374006032943726, -0.0026574302464723587, -0.0026330649852752686, 0.03364131972193718, -0.09861196577548981, -0.0285075381398201, 0.16094811260700226, -0.0470658503472805, -0.026129234582185745, -0.17448554933071136, 0.018516995012760162, -0.0013344548642635345, -0.006777810864150524, -0.037050992250442505, 0.011156031861901283, -0.007066762074828148, 0.0811806321144104, -0.04829520732164383, -0.057764165103435516, -0.0030660098418593407, -0.05872124060988426, -0.06352897733449936, 0.028960630297660828, 0.014716003090143204, 0.01046978123486042, 0.030602440237998962, 0.040694624185562134, -0.07411950826644897, -0.06793142855167389, -0.015488553792238235, -0.19788753986358643, -0.03599712252616882, 0.03059997968375683, 0.012219694443047047, 0.08202828466892242, 0.11764431744813919, -0.06453115493059158, 0.0014381927903741598, -0.06413207203149796, -0.04086552560329437, 0.10387291014194489, 0.10446227341890335, -0.1116642951965332, -0.05148952826857567, -0.02330847829580307, 0.020578760653734207, 0.03704981878399849, -0.019852720201015472, -0.02157752215862274, 0.055863019078969955, 0.022045180201530457, 0.09876194596290588, 0.034172020852565765, 0.008901751600205898, -0.08117875456809998, -0.035692088305950165, 0.18180438876152039, -0.11554210633039474, 0.02900835871696472, 0.06824397295713425, -0.007835734635591507, 0.06355378031730652, 0.03203918784856796, 0.02258940599858761, -0.11753599345684052, 0.050058718770742416, -0.033208541572093964, 0.007040256634354591, -0.04144963622093201, -0.03262222558259964, 0.0793023556470871, -0.004486672580242157, -0.06565319746732712, 0.004659267142415047, 0.009257645346224308, -0.05213937908411026, -0.01980401575565338, -0.07517505437135696, -0.02833746187388897, -0.016678517684340477, 0.018389055505394936, -0.013862717896699905, 0.022366922348737717, -0.06729873269796371, -0.06624133884906769, 0.003387053497135639, -0.10807560384273529, 0.044430412352085114, 0.027764135971665382, 0.019707132130861282, -0.05726093798875809, 0.055597178637981415, -0.14612887799739838, 0.08465063571929932, -0.11213532835245132, -0.07630594074726105, -0.1158774346113205, 0.0076812319457530975, 0.07998546957969666, -0.04722144082188606, -0.02698851376771927, 0.07330754399299622, -0.16915714740753174, -0.018157433718442917, 0.21106579899787903, -0.11133082211017609, -0.1054198369383812, 0.10435482114553452, -0.03444907069206238, -0.008150745183229446, 0.04593551903963089, 0.09547561407089233, 0.02956654690206051, -0.18724271655082703, -0.10727648437023163, -0.09365320205688477, 0.032150156795978546, 0.20043601095676422, 0.1390405297279358, -0.0947355106472969, 0.19223830103874207, 0.0065064020454883575, -0.018701329827308655, -0.09766355901956558, -0.00895304698497057, -0.07678230851888657, 0.016547640785574913, -0.024690689519047737, -0.046485334634780884, -0.03605050966143608, -0.07180686295032501, 0.010992049239575863, -0.0356006994843483, 0.02939336560666561, 0.0867723599076271, -0.04271114617586136, 0.025594014674425125, -0.11763417720794678, -0.02625729888677597, 0.09904144704341888, 0.00016174744814634323, -0.12031187117099762, -0.18188801407814026, 0.07137242704629898, -0.08346137404441833, 0.060232389718294144, -0.04429418593645096, -0.040649399161338806, 0.029118720442056656, -0.01959272474050522, 0.04706118255853653, 0.003229798749089241, 0.004868652205914259, -0.020209383219480515, -0.15370500087738037, 0.014437641948461533, -0.04769175499677658, 0.1808212697505951, -0.07335514575242996, -0.010272819548845291, 0.05523504316806793, 0.1844111680984497, 0.028383370488882065, -0.06064712256193161, 0.08812001347541809, 0.033721838146448135, -0.002078239107504487, 0.007527665235102177, -0.02534715086221695, -0.04643750935792923, -0.01219193171709776, 0.13073962926864624, -0.11810672283172607, -0.14654487371444702, 0.04966191202402115, 0.11739477515220642, -0.0388956218957901, -0.15582726895809174, -0.03888339176774025, -0.013272639364004135, -0.12800174951553345, -0.0383090041577816, 0.1458200067281723, 0.04117615520954132, 0.036277543753385544, -0.04340945929288864, -0.004856097511947155, -0.05226098746061325, -0.00385935977101326, -0.06872781366109848, 0.05616536736488342, 0.08590409904718399, -0.08878085017204285, 0.09826850891113281, -0.076525017619133, 0.07896944135427475, 0.09074641764163971, -0.028924610465765, -0.09752693772315979, -0.02852698229253292, 0.017059538513422012, 0.05300300568342209, 0.07185536623001099, -0.1448083221912384, 0.031347475945949554, 0.06486334651708603, -0.020432546734809875, 0.00996549054980278, -0.032529816031455994, 0.02576266974210739, 0.003736151149496436, -0.05173084884881973, -0.010491341352462769, -0.022230632603168488, 0.03142927214503288, 0.1363968849182129, 0.002182618249207735, 0.11309874057769775, -0.05427003279328346, -0.0331430546939373, -0.1445542275905609, 0.0939183309674263, -0.16229736804962158, -0.308202862739563, -0.07409778982400894, -0.11382386088371277, -0.016723081469535828, -0.01865868642926216, -0.014763192273676395, -0.055747322738170624, -0.08221236616373062, -0.1269453465938568, -0.0031766039319336414, 0.09738399088382721, -0.09857499599456787, -0.021966945379972458, 0.04795241355895996, -0.033256012946367264, -0.08969798684120178, 0.055062729865312576, 0.009133126586675644, -0.04093397781252861, 0.005224478896707296, 0.0012746345018967986, 0.07444817572832108, 0.1360519379377365, 0.0999746322631836, -0.04143169894814491, -0.024938330054283142, 0.15448004007339478, -0.13792581856250763, 0.14515316486358643, 0.07069428265094757, -0.03784056007862091, 0.028473805636167526, 0.20201286673545837, 0.007116544060409069, -0.012932058423757553, 0.04866739735007286, 0.06530260294675827, 0.027263814583420753, -0.28569161891937256, -0.11632909625768661, -0.10585229098796844, -0.0513668991625309, -0.0015909792855381966, 0.05944301187992096, 0.036809004843235016, -0.016475370153784752, -0.10988100618124008, -0.014791164547204971, 0.05543158948421478, 0.02962200529873371, 0.09426899254322052, 0.0377395898103714, 0.062702476978302, -0.038256626576185226, 0.022448640316724777, 0.08903529495000839, 0.10560060292482376, 0.14872276782989502, -0.01987176388502121, 0.2104308009147644, 0.07987277209758759, 0.12241716682910919, 0.04778558760881424, -0.044716231524944305, 0.02858547307550907, 0.05416315048933029, 0.005342206452041864, -0.07862138003110886, 0.006031559780240059, 0.05737077817320824, 0.10801561921834946, -0.11766479909420013, 0.0829186961054802, 0.018928898498415947, 0.05594782903790474, 0.11704705655574799, 0.07762640714645386, 0.00005289074033498764, -0.041417092084884644, 0.05841255187988281, -0.041288357228040695, -0.06750236451625824, 0.007209826726466417, 0.1047184020280838, -0.17148251831531525, 0.09368941187858582, 0.03174877539277077, 0.10262547433376312, -0.06954006850719452, -0.042002126574516296, -0.015990115702152252, -0.0405350886285305, -0.04402019828557968, 0.06724349409341812, -0.19718696177005768, 0.0728236734867096, 0.007940031588077545, -0.0010343538597226143, -0.08664785325527191, 0.04668620228767395, -0.009919892996549606, 0.09321755915880203, 0.11115963011980057, 0.014091385528445244, -0.020448634400963783, 0.05119055509567261, -0.15423335134983063, 0.02542293816804886, 0.07380948960781097, -0.04751667380332947, 0.07129184901714325, -0.0057775587774813175, -0.02657247520983219, -0.07179458439350128, -0.046391524374485016, -0.07290606945753098, -0.21249844133853912, 0.09451909363269806, -0.07753816246986389, 0.08668976277112961, -0.010884450748562813, -0.026548832654953003, -0.06472812592983246, 0.11886218190193176, -0.08821386098861694, -0.05836872011423111, -0.145391047000885, 0.010983213782310486, 0.16259175539016724, -0.06289934366941452, 0.06330746412277222, -0.05128023028373718, 0.13903258740901947, -0.02845020405948162, -0.018186252564191818, -0.004036238417029381, -0.055035002529621124, -0.2083768993616104, -0.05709652975201607, 0.15432876348495483, 0.06012909114360809, 0.06891462206840515, 0.005676844157278538, 0.0850159078836441, 0.009275650605559349, -0.0730229914188385, 0.08012627065181732, 0.1549011766910553, 0.054751332849264145, 0.13896292448043823, -0.08294051140546799, -0.2429857850074768, -0.13731439411640167, -0.1187405064702034, 0.07736946642398834, 0.1301688700914383, -0.04254918545484543, 0.18268302083015442, 0.12303423881530762, -0.07877375930547714, -0.2235463559627533, -0.06469978392124176, 0.05620988458395004, -0.014868591912090778, -0.011244917288422585, -0.24198731780052185, 0.08852241933345795, 0.051002390682697296, 0.00929831713438034, -0.025053299963474274, -0.13299116492271423, -0.13318677246570587, -0.007504061795771122, -0.00959042925387621, -0.2457861304283142, -0.13421964645385742, -0.08274166285991669, 0.06393158435821533, -0.12494184076786041, 0.10411959141492844, 0.013514524325728416, 0.012706520967185497, 0.013144397176802158, 0.024818530306220055, 0.012088299728929996, -0.01953912153840065, 0.12450360506772995, -0.0009941887110471725, -0.025030340999364853, -0.06045910716056824, -0.0700526162981987, 0.01709628291428089, 0.0080405930057168, 0.07047112286090851, 0.06913474202156067, 0.008515499532222748, -0.04602045938372612, -0.05115395784378052, -0.07105062901973724, -0.029824677854776382, -0.06321420520544052, -0.047222889959812164, -0.13954418897628784, 0.11623331159353256, 0.07074839621782303, -0.021812409162521362, 0.09744749963283539, -0.08444875478744507, -0.01739565283060074, 0.09695522487163544, 0.14397375285625458, 0.09417495131492615, -0.059695765376091, -0.003071857150644064, -0.06582958996295929, 0.004966540262103081, -0.03061474859714508, 0.05097450688481331, 0.07015984505414963, 0.03590218722820282, 0.15268957614898682, -0.04024611786007881, -0.17521587014198303, 0.031216708943247795, 0.032989729195833206, -0.08408956229686737, -0.23153607547283173, 0.0021413126960396767, 0.0374518558382988, -0.11651516705751419, -0.034294698387384415, 0.055938296020030975, 0.01940593682229519, -0.05503221973776817, -0.013706287369132042, 0.1069951057434082, 0.0384652316570282, 0.08200258761644363, -0.01788536086678505, 0.008544165641069412, -0.09686034917831421, 0.05127595365047455, 0.19554291665554047, -0.14324650168418884, 0.03515622764825821, 0.13925227522850037, -0.11692622303962708, -0.04358309134840965, -0.027111776173114777, 0.029283432289958, 0.045819517225027084, -0.054339587688446045, 0.044888898730278015, -0.09363243728876114, 0.04363676905632019, 0.18197768926620483, -0.04655282571911812, 0.045529983937740326, 0.033803462982177734, -0.05218149721622467, -0.051418326795101166, 0.15435704588890076, -0.027481334283947945, 0.012859405018389225, 0.059836141765117645, 0.038147687911987305, 0.055711738765239716, 0.008648479357361794, 0.0012876400724053383, -0.06002018600702286, -0.10589964687824249, -0.01777280867099762, -0.1356845498085022, 0.03321225941181183, -0.08762598037719727, -0.047108981758356094, -0.01777256466448307, -0.08957681059837341, 0.015898507088422775, 0.008293182589113712, -0.01983959972858429, -0.044977881014347076, -0.030794302001595497, 0.10909189283847809, -0.19652478396892548, 0.01993221789598465, 0.13693132996559143, -0.06490037590265274, 0.14661362767219543, 0.008246595971286297, -0.06066294014453888, -0.01401941105723381, -0.0917445719242096, -0.012585209682583809, -0.013750589452683926, 0.1348247081041336, 0.04652497172355652, -0.14645206928253174, -0.0064316196367144585, 0.013691830448806286, -0.10082381963729858, 0.05700194835662842, 0.07060860842466354, -0.02182486280798912, 0.03772192820906639, -0.06963547319173813, -0.048382267355918884, -0.043295614421367645, 0.05411224067211151, 0.0583295077085495, -0.03706757724285126, 0.05624741315841675, -0.03967466950416565, 0.08593139052391052, -0.10547293722629547, -0.045832786709070206, -0.0037142138462513685, 0.05855795741081238, -0.01106671616435051, 0.0032805874943733215, 0.06928849220275879, 0.04325036332011223, 0.19903500378131866, -0.06246192008256912, -0.043570853769779205, 0.04630535468459129, 0.06647314131259918, -0.011129969730973244, 0.06159064918756485, 0.002247253665700555, 0.052531689405441284, -0.012950189411640167, 0.05225347727537155, -0.06330534815788269, -0.08594150841236115, 0.02559620328247547, 0.12611079216003418, 0.08423630148172379, 0.17341116070747375, -0.07206167280673981, 0.04315872862935066, -0.14806053042411804, -0.02728281356394291, -0.05966929718852043, -0.13265138864517212, -0.03796707093715668, -0.04143030568957329, 0.0005327087710611522, 0.11138571798801422, -0.15242502093315125, 0.14257237315177917, -0.03726596385240555, -0.11149343848228455, -0.05522726848721504, -0.1458020955324173, -0.044087283313274384, -0.0005644448101520538, -0.038148313760757446, -0.11073428392410278, 0.0820467546582222, 0.06657970696687698, 0.0551142618060112, 0.004587874747812748, 0.08124692738056183, -0.0773099809885025, -0.04491892457008362, -0.015011228621006012, 0.05570415407419205, 0.06403762102127075, 0.034623708575963974, 0.07132792472839355, -0.01111573539674282, 0.04467257857322693, 0.08551730960607529, 0.10372573137283325, 0.06359642744064331, 0.022607050836086273, -0.032358910888433456, -0.02393861673772335, 0.07424129545688629, -0.0839189887046814, -0.08317737281322479, 0.2315899282693863, 0.08319753408432007, 0.06273248046636581, 0.03402071073651314, 0.20049446821212769, 0.0017099734395742416, -0.1039675623178482, -0.22042210400104523, 0.026713795959949493, -0.041633933782577515, -0.030879246070981026, 0.021229490637779236, -0.11010570824146271, -0.00777391204610467, 0.2110992670059204, 0.10105197876691818, -0.036490269005298615, 0.016556739807128906, 0.003929432015866041, 0.03806548938155174, 0.04631175473332405, 0.05636228248476982, 0.08175685256719589, 0.25738784670829773, -0.04522357136011124, 0.019683433696627617, -0.0767284482717514, -0.04516340047121048, -0.115362249314785, 0.02689509280025959, 0.01184925064444542, -0.027972763404250145, -0.04937173053622246, 0.10061365365982056, -0.13064606487751007, -0.19033583998680115, -0.00820198841392994, -0.09709696471691132, -0.12463062256574631, -0.04071960598230362, 0.007307432591915131, 0.009570777416229248, -0.05833306908607483, 0.10503780841827393, 0.02014966867864132, 0.2738504707813263, 0.04546055942773819, -0.041019923985004425, 0.000331818126142025, 0.14336124062538147, -0.1018434464931488, 0.14920258522033691, 0.028506556525826454, 0.07240928709506989, 0.05395754054188728, 0.01834990084171295, -0.03769107162952423, 0.09509371221065521, 0.07076508551836014, -0.03024674952030182, 0.010592366568744183, 0.11826606839895248, 0.0414246991276741, 0.12931489944458008, 0.09034738689661026, 0.06294013559818268, 0.0633959174156189, 0.007557384669780731, -0.017366427928209305, -0.08337265253067017, 0.1272236704826355, -0.12349487841129303, 0.09321621060371399, 0.10563930124044418, -0.03800053894519806, 0.039535023272037506, -0.015503490343689919, 0.0003894807305186987, -0.05272018164396286, 0.09850679337978363, -0.0045432839542627335, -0.15064750611782074, 0.07223442196846008, -0.15047535300254822, 0.10101098567247391, -0.11512167751789093, -0.02623801864683628, 0.0545048788189888, -0.020674128085374832, -0.03416840732097626, 0.09269299358129501, 0.03594597801566124, 0.014400359243154526, -0.07238563895225525, -0.048075780272483826, 0.06039799004793167, 0.08931294083595276, -0.05433556064963341, 0.00619345810264349 ]
bf8fe190b00b3142fc729259529b3e795185f62f
# Dataset Card for COVID-19 日本語Twitterデータセット (COVID-19 Japanese Twitter 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:** [COVID-19 日本語Twitterデータセット homepage](http://www.db.info.gifu-u.ac.jp/data/Data_5f02db873363f976fce930d1) - **Repository:** [N/A] - **Paper:** [N/A] - **Leaderboard:** [N/A] - **Point of Contact:** Check the homepage. ### Dataset Summary 53,640 Japanese tweets with annotation if a tweet is related to COVID-19 or not. The annotation is by majority decision by 5 - 10 crowd workers. Target tweets include "COVID" or "コロナ". The period of the tweets is from around January 2020 to around June 2020. The original tweets are not contained. Please use Twitter API to get them, for example. ### Supported Tasks and Leaderboards Text-classification, Whether the tweet is related to COVID-19, and whether it is fact or opinion. ### Languages The text can be gotten using the IDs in this dataset is Japanese, posted on Twitter. ## Dataset Structure ### Data Instances CSV file with the 1st column is Twitter ID and the 2nd column is assessment option ID. ### Data Fields - `tweet_id`: Twitter ID. - `assessment_option_id`: The selection result. It has the following meanings: - 63: a general fact: generally published information, such as news. - 64: a personal fact: personal news. For example, a person heard that the next-door neighbor, XX, has infected COVID-19, which has not been in a news. - 65: an opinion/feeling - 66: difficult to determine if they are related to COVID-19 (it is definitely the tweet is not "67: unrelated", but 63, 64, 65 cannot be determined) - 67: unrelated - 68: it is a fact, but difficult to determine whether general facts, personal facts, or impressions (it may be irrelevant to COVID-19 since it is indistinguishable between 63 - 65 and 67). ### Data Splits No articles have been published for this dataset, and it appears that the author of the dataset is willing to publish an article (it is not certain that the splitting information will be included). Therefore, at this time, information on data splits is not provided. ## Dataset Creation ### Curation Rationale [More Information Needed] because the paper is not yet published. ### Source Data #### Initial Data Collection and Normalization 53,640 Japanese tweets with annotation if a tweet is related to COVID-19 or not. Target tweets include "COVID" or "コロナ". The period of the tweets is from around January 2020 to around June 2020. #### Who are the source language producers? The language producers are users of Twitter. ### Annotations #### Annotation process The annotation is by majority decision by 5 - 10 crowd workers. #### Who are the annotators? Crowd workers. ### Personal and Sensitive Information The author does not contain original tweets. ## 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 is hosted by Suzuki Laboratory, Gifu University, Japan. ### Licensing Information CC-BY-ND 4.0 ### Citation Information A related paper has not yet published. The author shows how to cite as「鈴木 優: COVID-19 日本語 Twitter データセット ( http://www.db.info.gifu-u.ac.jp/data/Data_5f02db873363f976fce930d1 ) 」. ### Contributions Thanks to [@forest1988](https://github.com/forest1988) for adding this dataset.
covid_tweets_japanese
[ "task_categories:text-classification", "task_ids:fact-checking", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:ja", "license:cc-by-nd-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["ja"], "license": ["cc-by-nd-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["fact-checking"], "pretty_name": "COVID-19 \u65e5\u672c\u8a9eTwitter\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8 (COVID-19 Japanese Twitter Dataset)", "dataset_info": {"features": [{"name": "tweet_id", "dtype": "string"}, {"name": "assessment_option_id", "dtype": {"class_label": {"names": {"0": "63", "1": "64", "2": "65", "3": "66", "4": "67", "5": "68"}}}}], "splits": [{"name": "train", "num_bytes": 1662833, "num_examples": 53639}], "download_size": 406005, "dataset_size": 1662833}}
2024-01-18T09:46:42+00:00
[]
[ "ja" ]
TAGS #task_categories-text-classification #task_ids-fact-checking #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Japanese #license-cc-by-nd-4.0 #region-us
# Dataset Card for COVID-19 日本語Twitterデータセット (COVID-19 Japanese Twitter 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: COVID-19 日本語Twitterデータセット homepage - Repository: [N/A] - Paper: [N/A] - Leaderboard: [N/A] - Point of Contact: Check the homepage. ### Dataset Summary 53,640 Japanese tweets with annotation if a tweet is related to COVID-19 or not. The annotation is by majority decision by 5 - 10 crowd workers. Target tweets include "COVID" or "コロナ". The period of the tweets is from around January 2020 to around June 2020. The original tweets are not contained. Please use Twitter API to get them, for example. ### Supported Tasks and Leaderboards Text-classification, Whether the tweet is related to COVID-19, and whether it is fact or opinion. ### Languages The text can be gotten using the IDs in this dataset is Japanese, posted on Twitter. ## Dataset Structure ### Data Instances CSV file with the 1st column is Twitter ID and the 2nd column is assessment option ID. ### Data Fields - 'tweet_id': Twitter ID. - 'assessment_option_id': The selection result. It has the following meanings: - 63: a general fact: generally published information, such as news. - 64: a personal fact: personal news. For example, a person heard that the next-door neighbor, XX, has infected COVID-19, which has not been in a news. - 65: an opinion/feeling - 66: difficult to determine if they are related to COVID-19 (it is definitely the tweet is not "67: unrelated", but 63, 64, 65 cannot be determined) - 67: unrelated - 68: it is a fact, but difficult to determine whether general facts, personal facts, or impressions (it may be irrelevant to COVID-19 since it is indistinguishable between 63 - 65 and 67). ### Data Splits No articles have been published for this dataset, and it appears that the author of the dataset is willing to publish an article (it is not certain that the splitting information will be included). Therefore, at this time, information on data splits is not provided. ## Dataset Creation ### Curation Rationale because the paper is not yet published. ### Source Data #### Initial Data Collection and Normalization 53,640 Japanese tweets with annotation if a tweet is related to COVID-19 or not. Target tweets include "COVID" or "コロナ". The period of the tweets is from around January 2020 to around June 2020. #### Who are the source language producers? The language producers are users of Twitter. ### Annotations #### Annotation process The annotation is by majority decision by 5 - 10 crowd workers. #### Who are the annotators? Crowd workers. ### Personal and Sensitive Information The author does not contain original tweets. ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators The dataset is hosted by Suzuki Laboratory, Gifu University, Japan. ### Licensing Information CC-BY-ND 4.0 A related paper has not yet published. The author shows how to cite as「鈴木 優: COVID-19 日本語 Twitter データセット ( URL ) 」. ### Contributions Thanks to @forest1988 for adding this dataset.
[ "# Dataset Card for COVID-19 日本語Twitterデータセット (COVID-19 Japanese Twitter 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: COVID-19 日本語Twitterデータセット homepage\n- Repository: [N/A]\n- Paper: [N/A]\n- Leaderboard: [N/A]\n- Point of Contact: Check the homepage.", "### Dataset Summary\n\n53,640 Japanese tweets with annotation if a tweet is related to COVID-19 or not. The annotation is by majority decision by 5 - 10 crowd workers. Target tweets include \"COVID\" or \"コロナ\". The period of the tweets is from around January 2020 to around June 2020. The original tweets are not contained. Please use Twitter API to get them, for example.", "### Supported Tasks and Leaderboards\n\nText-classification, Whether the tweet is related to COVID-19, and whether it is fact or opinion.", "### Languages\n\nThe text can be gotten using the IDs in this dataset is Japanese, posted on Twitter.", "## Dataset Structure", "### Data Instances\n\nCSV file with the 1st column is Twitter ID and the 2nd column is assessment option ID.", "### Data Fields\n\n- 'tweet_id': Twitter ID.\n- 'assessment_option_id': The selection result. It has the following meanings:\n - 63: a general fact: generally published information, such as news.\n - 64: a personal fact: personal news. For example, a person heard that the next-door neighbor, XX, has infected COVID-19, which has not been in a news.\n - 65: an opinion/feeling\n - 66: difficult to determine if they are related to COVID-19 (it is definitely the tweet is not \"67: unrelated\", but 63, 64, 65 cannot be determined)\n - 67: unrelated\n - 68: it is a fact, but difficult to determine whether general facts, personal facts, or impressions (it may be irrelevant to COVID-19 since it is indistinguishable between 63 - 65 and 67).", "### Data Splits\n\nNo articles have been published for this dataset, and it appears that the author of the dataset is willing to publish an article (it is not certain that the splitting information will be included). Therefore, at this time, information on data splits is not provided.", "## Dataset Creation", "### Curation Rationale\n\n because the paper is not yet published.", "### Source Data", "#### Initial Data Collection and Normalization\n\n53,640 Japanese tweets with annotation if a tweet is related to COVID-19 or not. Target tweets include \"COVID\" or \"コロナ\". The period of the tweets is from around January 2020 to around June 2020.", "#### Who are the source language producers?\n\nThe language producers are users of Twitter.", "### Annotations", "#### Annotation process\n\nThe annotation is by majority decision by 5 - 10 crowd workers.", "#### Who are the annotators?\n\nCrowd workers.", "### Personal and Sensitive Information\n\nThe author does not contain original tweets.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe dataset is hosted by Suzuki Laboratory, Gifu University, Japan.", "### Licensing Information\n\nCC-BY-ND 4.0\n\n\n\nA related paper has not yet published.\nThe author shows how to cite as「鈴木 優: COVID-19 日本語 Twitter データセット ( URL ) 」.", "### Contributions\n\nThanks to @forest1988 for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-fact-checking #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Japanese #license-cc-by-nd-4.0 #region-us \n", "# Dataset Card for COVID-19 日本語Twitterデータセット (COVID-19 Japanese Twitter 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: COVID-19 日本語Twitterデータセット homepage\n- Repository: [N/A]\n- Paper: [N/A]\n- Leaderboard: [N/A]\n- Point of Contact: Check the homepage.", "### Dataset Summary\n\n53,640 Japanese tweets with annotation if a tweet is related to COVID-19 or not. The annotation is by majority decision by 5 - 10 crowd workers. Target tweets include \"COVID\" or \"コロナ\". The period of the tweets is from around January 2020 to around June 2020. The original tweets are not contained. Please use Twitter API to get them, for example.", "### Supported Tasks and Leaderboards\n\nText-classification, Whether the tweet is related to COVID-19, and whether it is fact or opinion.", "### Languages\n\nThe text can be gotten using the IDs in this dataset is Japanese, posted on Twitter.", "## Dataset Structure", "### Data Instances\n\nCSV file with the 1st column is Twitter ID and the 2nd column is assessment option ID.", "### Data Fields\n\n- 'tweet_id': Twitter ID.\n- 'assessment_option_id': The selection result. It has the following meanings:\n - 63: a general fact: generally published information, such as news.\n - 64: a personal fact: personal news. For example, a person heard that the next-door neighbor, XX, has infected COVID-19, which has not been in a news.\n - 65: an opinion/feeling\n - 66: difficult to determine if they are related to COVID-19 (it is definitely the tweet is not \"67: unrelated\", but 63, 64, 65 cannot be determined)\n - 67: unrelated\n - 68: it is a fact, but difficult to determine whether general facts, personal facts, or impressions (it may be irrelevant to COVID-19 since it is indistinguishable between 63 - 65 and 67).", "### Data Splits\n\nNo articles have been published for this dataset, and it appears that the author of the dataset is willing to publish an article (it is not certain that the splitting information will be included). Therefore, at this time, information on data splits is not provided.", "## Dataset Creation", "### Curation Rationale\n\n because the paper is not yet published.", "### Source Data", "#### Initial Data Collection and Normalization\n\n53,640 Japanese tweets with annotation if a tweet is related to COVID-19 or not. Target tweets include \"COVID\" or \"コロナ\". The period of the tweets is from around January 2020 to around June 2020.", "#### Who are the source language producers?\n\nThe language producers are users of Twitter.", "### Annotations", "#### Annotation process\n\nThe annotation is by majority decision by 5 - 10 crowd workers.", "#### Who are the annotators?\n\nCrowd workers.", "### Personal and Sensitive Information\n\nThe author does not contain original tweets.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nThe dataset is hosted by Suzuki Laboratory, Gifu University, Japan.", "### Licensing Information\n\nCC-BY-ND 4.0\n\n\n\nA related paper has not yet published.\nThe author shows how to cite as「鈴木 優: COVID-19 日本語 Twitter データセット ( URL ) 」.", "### Contributions\n\nThanks to @forest1988 for adding this dataset." ]
[ 93, 22, 120, 54, 90, 33, 25, 6, 31, 193, 60, 5, 15, 4, 60, 19, 5, 19, 13, 17, 8, 7, 8, 7, 5, 24, 48, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-fact-checking #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Japanese #license-cc-by-nd-4.0 #region-us \n# Dataset Card for COVID-19 日本語Twitterデータセット (COVID-19 Japanese Twitter 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: COVID-19 日本語Twitterデータセット homepage\n- Repository: [N/A]\n- Paper: [N/A]\n- Leaderboard: [N/A]\n- Point of Contact: Check the homepage.### Dataset Summary\n\n53,640 Japanese tweets with annotation if a tweet is related to COVID-19 or not. The annotation is by majority decision by 5 - 10 crowd workers. Target tweets include \"COVID\" or \"コロナ\". The period of the tweets is from around January 2020 to around June 2020. The original tweets are not contained. Please use Twitter API to get them, for example.### Supported Tasks and Leaderboards\n\nText-classification, Whether the tweet is related to COVID-19, and whether it is fact or opinion.### Languages\n\nThe text can be gotten using the IDs in this dataset is Japanese, posted on Twitter.## Dataset Structure### Data Instances\n\nCSV file with the 1st column is Twitter ID and the 2nd column is assessment option ID." ]
[ 0.005563816055655479, 0.15703216195106506, -0.006668235640972853, 0.0283818282186985, 0.06074183061718941, 0.015531609766185284, 0.13318957388401031, 0.10034958273172379, 0.03787984699010849, 0.15181230008602142, -0.07401155680418015, -0.02036336623132229, 0.14780578017234802, 0.15733996033668518, 0.008883699774742126, -0.18364812433719635, 0.05601554363965988, -0.07938642799854279, 0.05108070373535156, 0.10894845426082611, 0.10911392420530319, -0.0995297059416771, 0.06454509496688843, -0.03408263251185417, -0.08180299401283264, -0.008347569964826107, -0.008531862869858742, -0.05968466401100159, 0.04014790430665016, 0.029399624094367027, 0.1379859447479248, 0.02437564730644226, 0.056837886571884155, -0.1846522092819214, 0.03948367387056351, 0.06410706788301468, 0.0022936451714485884, 0.03769921138882637, 0.08441153168678284, -0.03618631511926651, 0.040603525936603546, -0.10777390748262405, 0.09469536691904068, 0.05906318500638008, -0.10047625005245209, -0.010288436897099018, -0.14957484602928162, 0.06932177394628525, 0.13547798991203308, 0.058271877467632294, -0.0617632195353508, 0.06297895312309265, -0.08377701044082642, 0.0016774516552686691, 0.05041538178920746, -0.11899971216917038, -0.05519407242536545, 0.0037090068217366934, -0.02520253323018551, 0.07419619709253311, -0.1321447491645813, -0.027250897139310837, -0.009437951259315014, 0.01081638690084219, 0.01859578862786293, -0.020719103515148163, -0.03195522725582123, -0.003401992842555046, -0.05818117782473564, -0.01983010023832321, 0.1410609632730484, 0.00908728875219822, -0.029399704188108444, -0.17758360505104065, 0.009056412614881992, 0.016888219863176346, -0.027761640027165413, -0.03190381079912186, 0.019138183444738388, -0.023796992376446724, 0.04966265335679054, -0.03506560996174812, -0.11620374023914337, 0.029458923265337944, -0.10172846168279648, 0.006311057601124048, -0.008259043097496033, 0.010723941028118134, -0.018645964562892914, 0.07268951833248138, 0.027476154267787933, -0.1379905343055725, -0.028708528727293015, -0.04006681218743324, -0.17632074654102325, -0.03774889186024666, 0.05226355046033859, -0.049329906702041626, 0.045329853892326355, 0.09084964543581009, -0.07786435633897781, 0.030200501903891563, -0.10180587321519852, -0.03303868696093559, 0.11435576528310776, 0.13920769095420837, -0.04089835286140442, -0.0809728130698204, 0.001608045306056738, -0.013384895399212837, -0.0023917534854263067, -0.011278576217591763, 0.016330145299434662, 0.028674479573965073, 0.003967828582972288, 0.08192525058984756, 0.08748360723257065, 0.0160702932626009, -0.08931463211774826, -0.027823586016893387, 0.16551342606544495, -0.16502931714057922, 0.048810794949531555, 0.04787187650799751, -0.028981300070881844, 0.09278914332389832, -0.04460914433002472, -0.0039027491584420204, -0.048927564173936844, 0.031050700694322586, -0.06261967867612839, 0.002289561554789543, -0.04274166002869606, -0.022474728524684906, 0.09424161911010742, -0.03710427135229111, -0.09627237170934677, -0.038584548979997635, -0.03750283271074295, -0.08774587512016296, -0.03539048135280609, -0.09810726344585419, -0.022427329793572426, -0.01904475875198841, -0.00704914191737771, 0.0523269958794117, 0.027961300686001778, -0.024147337302565575, -0.04424922540783882, 0.03776624798774719, -0.07052391767501831, 0.0015163247007876635, 0.10009641200304031, 0.03196507692337036, -0.09300456196069717, 0.046117689460515976, -0.1693420708179474, 0.09293176978826523, -0.08180968463420868, 0.058886490762233734, -0.10178875923156738, 0.024701232090592384, 0.03236841410398483, -0.02863934263586998, -0.05879027396440506, 0.13934488594532013, -0.17346757650375366, -0.03874433785676956, 0.13467596471309662, -0.12122181802988052, -0.02384793572127819, 0.07222267985343933, -0.04159887507557869, 0.031621504575014114, 0.10512032359838486, 0.039501260966062546, 0.05193246528506279, -0.09826572239398956, -0.07509512454271317, -0.10356197506189346, 0.006268569268286228, 0.15730349719524384, 0.07165361195802689, -0.01699228025972843, 0.12731048464775085, 0.03138016536831856, -0.01451029907912016, -0.07920050621032715, 0.00903434306383133, -0.05777529254555702, 0.03367706388235092, 0.010747064836323261, -0.011262149550020695, -0.0073704589158296585, -0.06680878251791, -0.018578728660941124, -0.10867340117692947, 0.01216592825949192, 0.035326264798641205, -0.02274104207754135, 0.00898782815784216, -0.08743096143007278, 0.002216257620602846, 0.03166871517896652, -0.014615784399211407, -0.13023051619529724, -0.17473162710666656, 0.07400466501712799, 0.04877680912613869, 0.1260535567998886, -0.003985505551099777, -0.008252302184700966, -0.04397202655673027, -0.025092169642448425, 0.012063016183674335, 0.0020749284885823727, -0.0006986446678638458, -0.00022827138309367, -0.16515910625457764, 0.034985654056072235, -0.05393693968653679, 0.19425323605537415, -0.07438518851995468, -0.027242006734013557, 0.154276043176651, 0.1851547807455063, 0.042407356202602386, -0.03939686343073845, 0.039299022406339645, 0.004177907947450876, -0.0037435453850775957, -0.0329853817820549, -0.04604923352599144, -0.03064500167965889, -0.010875314474105835, 0.1290268748998642, -0.13785474002361298, -0.09282276779413223, 0.08457861840724945, 0.15423057973384857, -0.1085946336388588, -0.0397941917181015, -0.036464545875787735, -0.016197357326745987, -0.1217927485704422, -0.057090193033218384, 0.09003695845603943, 0.033296454697847366, 0.0182307381182909, -0.08054360002279282, -0.08741147816181183, -0.03241691365838051, 0.013242649845778942, -0.08791343122720718, 0.0678042471408844, 0.04335960000753403, -0.18098923563957214, 0.15860189497470856, 0.0012875099200755358, 0.0994914174079895, 0.14829201996326447, -0.0335291288793087, -0.08566886931657791, -0.038652434945106506, -0.006604854948818684, -0.009747231379151344, 0.09287116676568985, 0.004117585718631744, 0.01747455820441246, 0.05306907370686531, -0.04147898033261299, -0.008502375334501266, -0.06502626091241837, 0.019339866936206818, -0.002831890946254134, -0.03472417593002319, 0.020670657977461815, -0.051212456077337265, 0.10356400161981583, 0.1404702067375183, 0.03326074033975601, 0.0969807505607605, -0.051798637956380844, -0.051936760544776917, -0.11009481549263, 0.08857902884483337, -0.17795996367931366, -0.29717564582824707, -0.09874621033668518, -0.050881560891866684, 0.010408293455839157, -0.018693681806325912, -0.03571951016783714, -0.06531601399183273, -0.10523537546396255, -0.11175528913736343, 0.05567777901887894, 0.08187929540872574, -0.08232780545949936, -0.03248656913638115, 0.04391900822520256, -0.06266362965106964, -0.08501879125833511, 0.01188245601952076, 0.05075230821967125, -0.07407616078853607, 0.03822982311248779, -0.0031407673377543688, 0.05738022178411484, 0.15218326449394226, 0.052849870175123215, -0.034969866275787354, -0.05500664934515953, 0.12929372489452362, -0.20614275336265564, 0.197731614112854, 0.045423999428749084, -0.0072939046658575535, 0.04267129302024841, 0.24004589021205902, 0.011601435951888561, -0.011539114639163017, 0.04323582723736763, 0.04536885768175125, -0.008499612100422382, -0.2934163510799408, -0.06694800406694412, -0.06595847755670547, -0.0322674959897995, 0.05411273613572121, 0.059264615178108215, 0.08955057710409164, 0.0036338111385703087, -0.12171659618616104, -0.012822992168366909, 0.10211731493473053, 0.0355992391705513, 0.0641421526670456, 0.05198941379785538, 0.05105556547641754, -0.058627307415008545, 0.009325952269136906, 0.14003896713256836, 0.043213073164224625, 0.15000197291374207, -0.00601152004674077, 0.18748007714748383, 0.027066364884376526, 0.06442002952098846, 0.014980641193687916, -0.008128236047923565, 0.04222686588764191, 0.07056472450494766, 0.0020390429999679327, -0.0650767982006073, 0.00784347765147686, 0.08986715227365494, 0.14438864588737488, -0.08804427087306976, 0.06627053022384644, -0.0932711809873581, 0.07451925426721573, 0.1809515804052353, 0.0405488945543766, -0.10851334035396576, -0.04880217835307121, 0.0723935142159462, -0.11146630346775055, -0.052583515644073486, 0.0015895979013293982, 0.12157588452100754, -0.1666029691696167, 0.11469428241252899, 0.014908434823155403, 0.10741721838712692, -0.04586116969585419, -0.07900052517652512, 0.004412965849041939, 0.03656533733010292, -0.03853389620780945, 0.05808919668197632, -0.1604471653699875, 0.10943823307752609, 0.0077817863784730434, 0.0042747147381305695, -0.04930092394351959, 0.036287255585193634, 0.004776260815560818, 0.01444332581013441, 0.1070798933506012, -0.002988471882417798, -0.050744909793138504, -0.028881600126624107, -0.1054464653134346, -0.013457917608320713, 0.08201469480991364, -0.09375161677598953, 0.10960274934768677, -0.001696418970823288, -0.03608168661594391, -0.08231539279222488, -0.10532774031162262, -0.07977142930030823, -0.17972134053707123, 0.05865247920155525, -0.07479429990053177, 0.048685599118471146, -0.029503513127565384, -0.028977368026971817, -0.043403033167123795, 0.12921328842639923, -0.15217724442481995, -0.08232742547988892, -0.18391543626785278, -0.01418747566640377, 0.14764836430549622, -0.057189907878637314, 0.053654994815588, -0.04021163284778595, 0.21238158643245697, -0.01984686218202114, -0.07094165682792664, -0.025290286168456078, -0.014119797386229038, -0.20170818269252777, -0.033573318272829056, 0.18987621366977692, 0.1103634312748909, 0.060342393815517426, 0.036015819758176804, 0.05393926799297333, 0.04881475493311882, -0.08689891546964645, 0.002652613678947091, 0.10561957955360413, 0.04574151337146759, 0.06134971231222153, 0.017906099557876587, -0.1990966945886612, -0.18104343116283417, -0.024606600403785706, 0.04796568304300308, 0.07041309028863907, -0.029228443279862404, 0.19689993560314178, 0.04189173877239227, -0.09879659861326218, -0.16432346403598785, -0.020695531740784645, 0.026296747848391533, 0.046411316841840744, -0.003004112746566534, -0.15363433957099915, 0.1045808419585228, 0.0795673206448555, -0.0043863472528755665, 0.02857193909585476, -0.1362571269273758, -0.12631861865520477, -0.024687401950359344, 0.018633363768458366, -0.2651582360267639, -0.12380771338939667, -0.08618690818548203, 0.006734267342835665, -0.16517876088619232, 0.2091953456401825, -0.006844213232398033, 0.00010159143130294979, 0.005984952207654715, 0.10973730683326721, 0.012830499559640884, -0.0019758425187319517, 0.13303641974925995, 0.007151945028454065, 0.02563738450407982, -0.07743553817272186, -0.0795220211148262, 0.1246100440621376, -0.03849003091454506, 0.048090677708387375, 0.05791052058339119, -0.01799093931913376, -0.10201800614595413, -0.04291525483131409, -0.08969219028949738, 0.001340195769444108, -0.08079331368207932, -0.022391941398382187, -0.12475412338972092, 0.11968863010406494, 0.06238240748643875, -0.05189697444438934, 0.09195593744516373, -0.05735379084944725, 0.056183356791734695, 0.07004928588867188, 0.17295759916305542, 0.07613371312618256, -0.01844589225947857, -0.04571113735437393, -0.027449864894151688, -0.020927419885993004, -0.16338174045085907, 0.06706813722848892, 0.08130329102277756, 0.022258326411247253, 0.14365309476852417, -0.06076124310493469, -0.1617497354745865, 0.005969067569822073, 0.08131615072488785, -0.04566982761025429, -0.1438601166009903, 0.019114792346954346, 0.04781683534383774, -0.08083245903253555, -0.08561190217733383, 0.10429169237613678, 0.01842721365392208, -0.08670296519994736, 0.050918467342853546, 0.09818120300769806, 0.03605067729949951, 0.0773041620850563, 0.027495266869664192, 0.04552493989467621, -0.10227233171463013, 0.08043200522661209, 0.17722958326339722, -0.04792775586247444, -0.00023931327450554818, 0.17487406730651855, -0.06548991054296494, -0.01312017347663641, 0.029158232733607292, -0.04406018182635307, 0.06463448703289032, -0.03100110962986946, 0.019160032272338867, -0.16213378310203552, 0.019070755690336227, 0.18908414244651794, -0.02899692766368389, 0.09713200479745865, 0.03664027526974678, -0.026712920516729355, -0.032925162464380264, 0.11249875277280807, 0.012276772409677505, 0.00648768525570631, -0.040273189544677734, 0.04095926880836487, 0.02105625905096531, 0.00882735475897789, -0.019867049530148506, -0.06196356564760208, -0.07919423282146454, -0.007036165334284306, -0.05212828516960144, 0.07799044251441956, -0.12360559403896332, -0.024295583367347717, -0.009622195735573769, -0.08040089160203934, -0.03167654573917389, -0.0008618012070655823, -0.03904467448592186, -0.013370661996304989, -0.06750015169382095, 0.11127224564552307, -0.17964568734169006, 0.024147184565663338, 0.13382723927497864, -0.08540418744087219, 0.09172425419092178, 0.013846209272742271, -0.03339745104312897, 0.033106010407209396, -0.16655057668685913, 0.007963016629219055, 0.010485980659723282, 0.053561605513095856, 0.05512227863073349, -0.12875844538211823, -0.001998433843255043, 0.016703961417078972, -0.06210583075881004, 0.0284571573138237, -0.022683721035718918, -0.07624471187591553, 0.03959798812866211, -0.05666516348719597, -0.0961422473192215, -0.06337510794401169, 0.07030174881219864, 0.12290225178003311, -0.05876784026622772, 0.06265907734632492, -0.039722759276628494, 0.09471786022186279, -0.13346467912197113, -0.04352211579680443, 0.0024265130050480366, 0.03677960857748985, 0.006666672416031361, -0.01343514397740364, 0.0635908767580986, 0.039440859109163284, 0.13361115753650665, -0.0061608050018548965, -0.01555640809237957, 0.07696085423231125, 0.032803378999233246, -0.08050722628831863, 0.08889143168926239, -0.02346605435013771, 0.02663540281355381, -0.033483657985925674, 0.05598721653223038, -0.13998953998088837, -0.07253177464008331, -0.09032653272151947, 0.16958408057689667, 0.13922333717346191, 0.18536661565303802, -0.005595221649855375, 0.11132793873548508, -0.05794297158718109, 0.01172421034425497, 0.06362281739711761, -0.1718636453151703, -0.03774978965520859, -0.04833803325891495, 0.06309002637863159, 0.11024671792984009, -0.1897471696138382, 0.11673258244991302, -0.024168595671653748, -0.07246344536542892, -0.008299596607685089, -0.18690557777881622, -0.08312303572893143, -0.01084322202950716, -0.00008414076728513464, -0.11268486082553864, 0.0671401098370552, 0.08779944479465485, 0.04304203763604164, -0.04331371188163757, 0.043382227420806885, -0.012047209776937962, -0.1048174574971199, 0.10657714307308197, 0.0972386822104454, 0.04872764274477959, 0.012053045444190502, 0.060175571590662, -0.03309370577335358, 0.11620672047138214, 0.08390916138887405, 0.08932666480541229, 0.05129207670688629, 0.04362211003899574, -0.06863009929656982, -0.08383554220199585, 0.0614260770380497, -0.05333605036139488, -0.06844353675842285, 0.07701072096824646, 0.03198904171586037, 0.07184457033872604, 0.00862632691860199, 0.1994464099407196, 0.020997222512960434, -0.08080648630857468, -0.19664046168327332, 0.02013293281197548, -0.061591096222400665, -0.04810713976621628, 0.06956365704536438, -0.15368220210075378, -0.017020614817738533, 0.15962833166122437, 0.11273045837879181, -0.018429994583129883, 0.022878676652908325, -0.030238814651966095, 0.03139375150203705, -0.010753031820058823, 0.07961918413639069, -0.028330137953162193, 0.23401983082294464, -0.009450095705688, 0.014343789778649807, 0.0009960016468539834, -0.067805215716362, -0.017466863617300987, 0.03871104121208191, -0.0391436405479908, -0.0248244721442461, -0.09853317588567734, 0.13099557161331177, -0.09453608095645905, -0.26426178216934204, 0.08145742863416672, -0.07653109729290009, -0.16162580251693726, -0.0048751505091786385, -0.011045701801776886, -0.014881102368235588, -0.013676716014742851, 0.08147763460874557, -0.025227952748537064, 0.22350892424583435, 0.06557419151067734, -0.03828839212656021, 0.026171421632170677, 0.1199086606502533, -0.134491965174675, 0.16629792749881744, 0.0029377788305282593, 0.06432311236858368, 0.05951286107301712, -0.007594211958348751, -0.07832837104797363, 0.040282588452100754, 0.11428432911634445, -0.03786567598581314, -0.0031294627115130424, 0.18036042153835297, 0.040681514889001846, 0.09554421156644821, 0.13697028160095215, -0.0031366003677248955, 0.05523323267698288, -0.004448334686458111, 0.0007977128261700273, -0.11393453180789948, 0.0971464216709137, -0.11694955080747604, 0.10089408606290817, 0.1282641440629959, -0.055314887315034866, 0.01652212254703045, -0.024135099723935127, 0.022386839613318443, -0.049050070345401764, 0.11601665616035461, -0.0076667312532663345, -0.14080436527729034, -0.01546198409050703, -0.07105114310979843, 0.08326025307178497, -0.10619373619556427, -0.025155195966362953, 0.0010290900245308876, -0.03513596951961517, -0.06446325778961182, 0.14413957297801971, 0.002079610712826252, 0.0008908495656214654, -0.027438810095191002, -0.12348664551973343, 0.06686866283416748, 0.11143682152032852, -0.05335076525807381, 0.039141833782196045 ]
369b47c4c20aff1193b8edeeedc37d14ae28226b
# Dataset Card for covost2 ## 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/facebookresearch/covost - **Repository:** https://github.com/facebookresearch/covost - **Paper:** https://arxiv.org/abs/2007.10310 - **Leaderboard:** [Needs More Information] - **Point of Contact:** Changhan Wang (changhan@fb.com), Juan Miguel Pino (juancarabina@fb.com), Jiatao Gu (jgu@fb.com) ### Dataset Summary CoVoST 2 is a large-scale multilingual speech translation corpus covering translations from 21 languages into English \ and from English into 15 languages. The dataset is created using Mozillas open-source Common Voice database of \ crowdsourced voice recordings. There are 2,900 hours of speech represented in the corpus. ### Supported Tasks and Leaderboards `speech-translation`: The dataset can be used for Speech-to-text translation (ST). The model is presented with an audio file in one language and asked to transcribe the audio file to written text in another language. The most common evaluation metric is the BLEU score. Examples can be found at https://github.com/pytorch/fairseq/blob/master/examples/speech_to_text/docs/covost_example.md . ### Languages The dataset contains the audio, transcriptions, and translations in the following languages, French, German, Dutch, Russian, Spanish, Italian, Turkish, Persian, Swedish, Mongolian, Chinese, Welsh, Catalan, Slovenian, Estonian, Indonesian, Arabic, Tamil, Portuguese, Latvian, and Japanese. ## Dataset Structure ### Data Instances A typical data point comprises the path to the audio file, usually called `file`, its transcription, called `sentence`, and the translation in target language called `translation`. ``` {'client_id': 'd277a1f3904ae00b09b73122b87674e7c2c78e08120721f37b5577013ead08d1ea0c053ca5b5c2fb948df2c81f27179aef2c741057a17249205d251a8fe0e658', 'file': '/home/suraj/projects/fairseq_s2t/covst/dataset/en/clips/common_voice_en_18540003.mp3', 'audio': {'path': '/home/suraj/projects/fairseq_s2t/covst/dataset/en/clips/common_voice_en_18540003.mp3', 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32), 'sampling_rate': 48000}, 'id': 'common_voice_en_18540003', 'sentence': 'When water is scarce, avoid wasting it.', 'translation': 'Wenn Wasser knapp ist, verschwenden Sie es nicht.'} ``` ### Data Fields - file: A path to the downloaded audio file in .mp3 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]`. - sentence: The transcription of the audio file in source language. - translation: The transcription of the audio file in the target language. - id: unique id of the data sample. ### Data Splits | config | train | validation | test | |----------|--------|------------|-------| | en_de | 289430 | 15531 | 15531 | | en_tr | 289430 | 15531 | 15531 | | en_fa | 289430 | 15531 | 15531 | | en_sv-SE | 289430 | 15531 | 15531 | | en_mn | 289430 | 15531 | 15531 | | en_zh-CN | 289430 | 15531 | 15531 | | en_cy | 289430 | 15531 | 15531 | | en_ca | 289430 | 15531 | 15531 | | en_sl | 289430 | 15531 | 15531 | | en_et | 289430 | 15531 | 15531 | | en_id | 289430 | 15531 | 15531 | | en_ar | 289430 | 15531 | 15531 | | en_ta | 289430 | 15531 | 15531 | | en_lv | 289430 | 15531 | 15531 | | en_ja | 289430 | 15531 | 15531 | | fr_en | 207374 | 14760 | 14760 | | de_en | 127834 | 13511 | 13511 | | es_en | 79015 | 13221 | 13221 | | ca_en | 95854 | 12730 | 12730 | | it_en | 31698 | 8940 | 8951 | | ru_en | 12112 | 6110 | 6300 | | zh-CN_en | 7085 | 4843 | 4898 | | pt_en | 9158 | 3318 | 4023 | | fa_en | 53949 | 3445 | 3445 | | et_en | 1782 | 1576 | 1571 | | mn_en | 2067 | 1761 | 1759 | | nl_en | 7108 | 1699 | 1699 | | tr_en | 3966 | 1624 | 1629 | | ar_en | 2283 | 1758 | 1695 | | sv-SE_en | 2160 | 1349 | 1595 | | lv_en | 2337 | 1125 | 1629 | | sl_en | 1843 | 509 | 360 | | ta_en | 1358 | 384 | 786 | | ja_en | 1119 | 635 | 684 | | id_en | 1243 | 792 | 844 | | cy_en | 1241 | 690 | 690 | ## 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 [CC BY-NC 4.0](https://github.com/facebookresearch/covost/blob/main/LICENSE) ### Citation Information ``` @misc{wang2020covost, title={CoVoST 2: A Massively Multilingual Speech-to-Text Translation Corpus}, author={Changhan Wang and Anne Wu and Juan Pino}, year={2020}, eprint={2007.10310}, archivePrefix={arXiv}, primaryClass={cs.CL} ``` ### Contributions Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
covost2
[ "task_categories:automatic-speech-recognition", "annotations_creators:expert-generated", "language_creators:crowdsourced", "language_creators:expert-generated", "multilinguality:multilingual", "size_categories:100K<n<1M", "source_datasets:extended|other-common-voice", "language:ar", "language:ca", "language:cy", "language:de", "language:es", "language:et", "language:fa", "language:fr", "language:id", "language:it", "language:ja", "language:lv", "language:mn", "language:nl", "language:pt", "language:ru", "language:sl", "language:sv", "language:ta", "language:tr", "language:zh", "license:cc-by-nc-4.0", "arxiv:2007.10310", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced", "expert-generated"], "language": ["ar", "ca", "cy", "de", "es", "et", "fa", "fr", "id", "it", "ja", "lv", "mn", "nl", "pt", "ru", "sl", "sv", "ta", "tr", "zh"], "license": ["cc-by-nc-4.0"], "multilinguality": ["multilingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["extended|other-common-voice"], "task_categories": ["automatic-speech-recognition"], "task_ids": [], "pretty_name": "CoVoST 2", "language_bcp47": ["sv-SE", "zh-CN"], "dataset_info": [{"config_name": "en_de", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 110716293, "num_examples": 289430}, {"name": "validation", "num_bytes": 5971731, "num_examples": 15531}, {"name": "test", "num_bytes": 5689684, "num_examples": 15531}], "download_size": 25779505, "dataset_size": 122377708}, {"config_name": "en_tr", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 109474265, "num_examples": 289430}, {"name": "validation", "num_bytes": 5914622, "num_examples": 15531}, {"name": "test", "num_bytes": 5619271, "num_examples": 15531}], "download_size": 23659131, "dataset_size": 121008158}, {"config_name": "en_fa", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 119490720, "num_examples": 289430}, {"name": "validation", "num_bytes": 6423535, "num_examples": 15531}, {"name": "test", "num_bytes": 6103617, "num_examples": 15531}], "download_size": 26148420, "dataset_size": 132017872}, {"config_name": "en_sv-SE", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 108557530, "num_examples": 289430}, {"name": "validation", "num_bytes": 5845918, "num_examples": 15531}, {"name": "test", "num_bytes": 5580039, "num_examples": 15531}], "download_size": 23671482, "dataset_size": 119983487}, {"config_name": "en_mn", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 123950136, "num_examples": 289430}, {"name": "validation", "num_bytes": 6693044, "num_examples": 15531}, {"name": "test", "num_bytes": 6293633, "num_examples": 15531}], "download_size": 27527436, "dataset_size": 136936813}, {"config_name": "en_zh-CN", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 106490939, "num_examples": 289430}, {"name": "validation", "num_bytes": 5735331, "num_examples": 15531}, {"name": "test", "num_bytes": 5487808, "num_examples": 15531}], "download_size": 24280932, "dataset_size": 117714078}, {"config_name": "en_cy", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 109317182, "num_examples": 289430}, {"name": "validation", "num_bytes": 5894579, "num_examples": 15531}, {"name": "test", "num_bytes": 5626428, "num_examples": 15531}], "download_size": 24224499, "dataset_size": 120838189}, {"config_name": "en_ca", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 109922455, "num_examples": 289430}, {"name": "validation", "num_bytes": 5924345, "num_examples": 15531}, {"name": "test", "num_bytes": 5623227, "num_examples": 15531}], "download_size": 24167201, "dataset_size": 121470027}, {"config_name": "en_sl", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 107987860, "num_examples": 289430}, {"name": "validation", "num_bytes": 5838299, "num_examples": 15531}, {"name": "test", "num_bytes": 5537805, "num_examples": 15531}], "download_size": 23421999, "dataset_size": 119363964}, {"config_name": "en_et", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 107707024, "num_examples": 289430}, {"name": "validation", "num_bytes": 5810185, "num_examples": 15531}, {"name": "test", "num_bytes": 5543309, "num_examples": 15531}], "download_size": 23223843, "dataset_size": 119060518}, {"config_name": "en_id", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 109456930, "num_examples": 289430}, {"name": "validation", "num_bytes": 5896953, "num_examples": 15531}, {"name": "test", "num_bytes": 5634939, "num_examples": 15531}], "download_size": 22904065, "dataset_size": 120988822}, {"config_name": "en_ar", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 116732296, "num_examples": 289430}, {"name": "validation", "num_bytes": 6280190, "num_examples": 15531}, {"name": "test", "num_bytes": 5947069, "num_examples": 15531}], "download_size": 25301304, "dataset_size": 128959555}, {"config_name": "en_ta", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 146318684, "num_examples": 289430}, {"name": "validation", "num_bytes": 7944020, "num_examples": 15531}, {"name": "test", "num_bytes": 7411400, "num_examples": 15531}], "download_size": 30037790, "dataset_size": 161674104}, {"config_name": "en_lv", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 109532576, "num_examples": 289430}, {"name": "validation", "num_bytes": 5905197, "num_examples": 15531}, {"name": "test", "num_bytes": 5625189, "num_examples": 15531}], "download_size": 24573927, "dataset_size": 121062962}, {"config_name": "en_ja", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 114741253, "num_examples": 289430}, {"name": "validation", "num_bytes": 6161930, "num_examples": 15531}, {"name": "test", "num_bytes": 5883608, "num_examples": 15531}], "download_size": 26664247, "dataset_size": 126786791}, {"config_name": "fr_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 75792665, "num_examples": 207374}, {"name": "validation", "num_bytes": 5487082, "num_examples": 14760}, {"name": "test", "num_bytes": 5525498, "num_examples": 14760}], "download_size": 7282129, "dataset_size": 86805245}, {"config_name": "de_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 47678171, "num_examples": 127834}, {"name": "validation", "num_bytes": 5106253, "num_examples": 13511}, {"name": "test", "num_bytes": 5066500, "num_examples": 13511}], "download_size": 9926797, "dataset_size": 57850924}, {"config_name": "es_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 29152515, "num_examples": 79015}, {"name": "validation", "num_bytes": 4974593, "num_examples": 13221}, {"name": "test", "num_bytes": 4983920, "num_examples": 13221}], "download_size": 3202080, "dataset_size": 39111028}, {"config_name": "ca_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 35902579, "num_examples": 95854}, {"name": "validation", "num_bytes": 4798435, "num_examples": 12730}, {"name": "test", "num_bytes": 4804941, "num_examples": 12730}], "download_size": 5021926, "dataset_size": 45505955}, {"config_name": "it_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 11952709, "num_examples": 31698}, {"name": "validation", "num_bytes": 3393315, "num_examples": 8940}, {"name": "test", "num_bytes": 3412207, "num_examples": 8951}], "download_size": 1691247, "dataset_size": 18758231}, {"config_name": "ru_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 5610194, "num_examples": 12112}, {"name": "validation", "num_bytes": 2819414, "num_examples": 6110}, {"name": "test", "num_bytes": 2923961, "num_examples": 6300}], "download_size": 1443078, "dataset_size": 11353569}, {"config_name": "zh-CN_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2791288, "num_examples": 7085}, {"name": "validation", "num_bytes": 1918796, "num_examples": 4843}, {"name": "test", "num_bytes": 1908633, "num_examples": 4898}], "download_size": 587550, "dataset_size": 6618717}, {"config_name": "pt_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3095722, "num_examples": 9158}, {"name": "validation", "num_bytes": 1133404, "num_examples": 3318}, {"name": "test", "num_bytes": 1384251, "num_examples": 4023}], "download_size": 476419, "dataset_size": 5613377}, {"config_name": "fa_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 18015738, "num_examples": 53949}, {"name": "validation", "num_bytes": 1241531, "num_examples": 3445}, {"name": "test", "num_bytes": 1263271, "num_examples": 3445}], "download_size": 3864623, "dataset_size": 20520540}, {"config_name": "et_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 808508, "num_examples": 1782}, {"name": "validation", "num_bytes": 690694, "num_examples": 1576}, {"name": "test", "num_bytes": 685375, "num_examples": 1571}], "download_size": 246569, "dataset_size": 2184577}, {"config_name": "mn_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 900588, "num_examples": 2067}, {"name": "validation", "num_bytes": 765543, "num_examples": 1761}, {"name": "test", "num_bytes": 762577, "num_examples": 1759}], "download_size": 189710, "dataset_size": 2428708}, {"config_name": "nl_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2468140, "num_examples": 7108}, {"name": "validation", "num_bytes": 594458, "num_examples": 1699}, {"name": "test", "num_bytes": 594979, "num_examples": 1699}], "download_size": 543795, "dataset_size": 3657577}, {"config_name": "tr_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1391148, "num_examples": 3966}, {"name": "validation", "num_bytes": 566458, "num_examples": 1624}, {"name": "test", "num_bytes": 570760, "num_examples": 1629}], "download_size": 280904, "dataset_size": 2528366}, {"config_name": "ar_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 743065, "num_examples": 2283}, {"name": "validation", "num_bytes": 575077, "num_examples": 1758}, {"name": "test", "num_bytes": 552356, "num_examples": 1695}], "download_size": 109802, "dataset_size": 1870498}, {"config_name": "sv-SE_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 698800, "num_examples": 2160}, {"name": "validation", "num_bytes": 438319, "num_examples": 1349}, {"name": "test", "num_bytes": 517738, "num_examples": 1595}], "download_size": 96161, "dataset_size": 1654857}, {"config_name": "lv_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 747290, "num_examples": 2337}, {"name": "validation", "num_bytes": 360941, "num_examples": 1125}, {"name": "test", "num_bytes": 519183, "num_examples": 1629}], "download_size": 88836, "dataset_size": 1627414}, {"config_name": "sl_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 602420, "num_examples": 1843}, {"name": "validation", "num_bytes": 165977, "num_examples": 509}, {"name": "test", "num_bytes": 115414, "num_examples": 360}], "download_size": 58445, "dataset_size": 883811}, {"config_name": "ta_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 534564, "num_examples": 1358}, {"name": "validation", "num_bytes": 150428, "num_examples": 384}, {"name": "test", "num_bytes": 303843, "num_examples": 786}], "download_size": 55659, "dataset_size": 988835}, {"config_name": "ja_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 396334, "num_examples": 1119}, {"name": "validation", "num_bytes": 226054, "num_examples": 635}, {"name": "test", "num_bytes": 241310, "num_examples": 684}], "download_size": 54666, "dataset_size": 863698}, {"config_name": "id_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 406989, "num_examples": 1243}, {"name": "validation", "num_bytes": 259134, "num_examples": 792}, {"name": "test", "num_bytes": 277053, "num_examples": 844}], "download_size": 51755, "dataset_size": 943176}, {"config_name": "cy_en", "features": [{"name": "client_id", "dtype": "string"}, {"name": "file", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "translation", "dtype": "string"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 432071, "num_examples": 1241}, {"name": "validation", "num_bytes": 236107, "num_examples": 690}, {"name": "test", "num_bytes": 236713, "num_examples": 690}], "download_size": 875557, "dataset_size": 904891}]}
2024-01-18T11:02:25+00:00
[ "2007.10310" ]
[ "ar", "ca", "cy", "de", "es", "et", "fa", "fr", "id", "it", "ja", "lv", "mn", "nl", "pt", "ru", "sl", "sv", "ta", "tr", "zh" ]
TAGS #task_categories-automatic-speech-recognition #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-extended|other-common-voice #language-Arabic #language-Catalan #language-Welsh #language-German #language-Spanish #language-Estonian #language-Persian #language-French #language-Indonesian #language-Italian #language-Japanese #language-Latvian #language-Mongolian #language-Dutch #language-Portuguese #language-Russian #language-Slovenian #language-Swedish #language-Tamil #language-Turkish #language-Chinese #license-cc-by-nc-4.0 #arxiv-2007.10310 #region-us
Dataset Card for covost2 ======================== 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: Changhan Wang (changhan@URL), Juan Miguel Pino (juancarabina@URL), Jiatao Gu (jgu@URL) ### Dataset Summary CoVoST 2 is a large-scale multilingual speech translation corpus covering translations from 21 languages into English and from English into 15 languages. The dataset is created using Mozillas open-source Common Voice database of crowdsourced voice recordings. There are 2,900 hours of speech represented in the corpus. ### Supported Tasks and Leaderboards 'speech-translation': The dataset can be used for Speech-to-text translation (ST). The model is presented with an audio file in one language and asked to transcribe the audio file to written text in another language. The most common evaluation metric is the BLEU score. Examples can be found at URL . ### Languages The dataset contains the audio, transcriptions, and translations in the following languages, French, German, Dutch, Russian, Spanish, Italian, Turkish, Persian, Swedish, Mongolian, Chinese, Welsh, Catalan, Slovenian, Estonian, Indonesian, Arabic, Tamil, Portuguese, Latvian, and Japanese. Dataset Structure ----------------- ### Data Instances A typical data point comprises the path to the audio file, usually called 'file', its transcription, called 'sentence', and the translation in target language called 'translation'. ### Data Fields * file: A path to the downloaded audio file in .mp3 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]'. * sentence: The transcription of the audio file in source language. * translation: The transcription of the audio file in the target language. * id: unique id of the data sample. ### 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 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-NC 4.0 ### Contributions Thanks to @patil-suraj for adding this dataset.
[ "### Dataset Summary\n\n\nCoVoST 2 is a large-scale multilingual speech translation corpus covering translations from 21 languages into English \n\nand from English into 15 languages. The dataset is created using Mozilla\u0019s open-source Common Voice database of \n\ncrowdsourced voice recordings. There are 2,900 hours of speech represented in the corpus.", "### Supported Tasks and Leaderboards\n\n\n'speech-translation': The dataset can be used for Speech-to-text translation (ST). The model is presented with an audio file in one language and asked to transcribe the audio file to written text in another language. The most common evaluation metric is the BLEU score. Examples can be found at URL .", "### Languages\n\n\nThe dataset contains the audio, transcriptions, and translations in the following languages, French, German, Dutch, Russian, Spanish, Italian, Turkish, Persian, Swedish, Mongolian, Chinese, Welsh, Catalan, Slovenian, Estonian, Indonesian, Arabic, Tamil, Portuguese, Latvian, and Japanese.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises the path to the audio file, usually called 'file', its transcription, called 'sentence', and the translation in target language called 'translation'.", "### Data Fields\n\n\n* file: A path to the downloaded audio file in .mp3 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* sentence: The transcription of the audio file in source language.\n* translation: The transcription of the audio file in the target language.\n* id: unique id of the data sample.", "### 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\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-NC 4.0", "### Contributions\n\n\nThanks to @patil-suraj for adding this dataset." ]
[ "TAGS\n#task_categories-automatic-speech-recognition #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-extended|other-common-voice #language-Arabic #language-Catalan #language-Welsh #language-German #language-Spanish #language-Estonian #language-Persian #language-French #language-Indonesian #language-Italian #language-Japanese #language-Latvian #language-Mongolian #language-Dutch #language-Portuguese #language-Russian #language-Slovenian #language-Swedish #language-Tamil #language-Turkish #language-Chinese #license-cc-by-nc-4.0 #arxiv-2007.10310 #region-us \n", "### Dataset Summary\n\n\nCoVoST 2 is a large-scale multilingual speech translation corpus covering translations from 21 languages into English \n\nand from English into 15 languages. The dataset is created using Mozilla\u0019s open-source Common Voice database of \n\ncrowdsourced voice recordings. There are 2,900 hours of speech represented in the corpus.", "### Supported Tasks and Leaderboards\n\n\n'speech-translation': The dataset can be used for Speech-to-text translation (ST). The model is presented with an audio file in one language and asked to transcribe the audio file to written text in another language. The most common evaluation metric is the BLEU score. Examples can be found at URL .", "### Languages\n\n\nThe dataset contains the audio, transcriptions, and translations in the following languages, French, German, Dutch, Russian, Spanish, Italian, Turkish, Persian, Swedish, Mongolian, Chinese, Welsh, Catalan, Slovenian, Estonian, Indonesian, Arabic, Tamil, Portuguese, Latvian, and Japanese.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises the path to the audio file, usually called 'file', its transcription, called 'sentence', and the translation in target language called 'translation'.", "### Data Fields\n\n\n* file: A path to the downloaded audio file in .mp3 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* sentence: The transcription of the audio file in source language.\n* translation: The transcription of the audio file in the target language.\n* id: unique id of the data sample.", "### 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\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-NC 4.0", "### Contributions\n\n\nThanks to @patil-suraj for adding this dataset." ]
[ 226, 76, 82, 85, 47, 235, 11, 7, 4, 10, 10, 5, 5, 9, 50, 7, 8, 14, 6, 11, 19 ]
[ "passage: TAGS\n#task_categories-automatic-speech-recognition #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-extended|other-common-voice #language-Arabic #language-Catalan #language-Welsh #language-German #language-Spanish #language-Estonian #language-Persian #language-French #language-Indonesian #language-Italian #language-Japanese #language-Latvian #language-Mongolian #language-Dutch #language-Portuguese #language-Russian #language-Slovenian #language-Swedish #language-Tamil #language-Turkish #language-Chinese #license-cc-by-nc-4.0 #arxiv-2007.10310 #region-us \n### Dataset Summary\n\n\nCoVoST 2 is a large-scale multilingual speech translation corpus covering translations from 21 languages into English \n\nand from English into 15 languages. The dataset is created using Mozilla\u0019s open-source Common Voice database of \n\ncrowdsourced voice recordings. There are 2,900 hours of speech represented in the corpus.### Supported Tasks and Leaderboards\n\n\n'speech-translation': The dataset can be used for Speech-to-text translation (ST). The model is presented with an audio file in one language and asked to transcribe the audio file to written text in another language. The most common evaluation metric is the BLEU score. Examples can be found at URL .### Languages\n\n\nThe dataset contains the audio, transcriptions, and translations in the following languages, French, German, Dutch, Russian, Spanish, Italian, Turkish, Persian, Swedish, Mongolian, Chinese, Welsh, Catalan, Slovenian, Estonian, Indonesian, Arabic, Tamil, Portuguese, Latvian, and Japanese.\n\n\nDataset Structure\n-----------------" ]
[ -0.09025914967060089, 0.11395004391670227, -0.004131451714783907, -0.0005003345431759953, 0.04802122339606285, -0.03794031962752342, 0.10813252627849579, 0.08803006261587143, 0.010635120794177055, 0.06266137212514877, -0.0504867359995842, -0.03287182375788689, 0.09476485848426819, 0.08444434404373169, 0.05539201200008392, -0.20349082350730896, 0.03628775477409363, -0.11748278886079788, 0.0008428132277913392, 0.05548118054866791, 0.13057279586791992, -0.0013075845781713724, 0.037101808935403824, -0.04176315292716026, -0.06250865012407303, 0.025878241285681725, -0.028185267001390457, -0.11528967320919037, 0.05542578548192978, 0.04457347095012665, -0.007932286709547043, -0.01168104074895382, 0.04438851401209831, -0.11365879327058792, 0.00006377349200192839, 0.02162746898829937, 0.020414477214217186, -0.022980641573667526, 0.1455318033695221, -0.005188489332795143, 0.1674639731645584, -0.10130113363265991, -0.056613072752952576, 0.05946340411901474, -0.05594019219279289, -0.2331278920173645, -0.1063416451215744, -0.06325307488441467, 0.05576745793223381, 0.07121223211288452, -0.07311437278985977, 0.02925221621990204, -0.02729843370616436, 0.05274554342031479, 0.09218380600214005, -0.07362136244773865, -0.0390162393450737, -0.03188557177782059, 0.05874268338084221, 0.08054748922586441, -0.02671056054532528, 0.03811201825737953, -0.006900820415467024, -0.008917233906686306, -0.06264495104551315, -0.09208796173334122, -0.17214377224445343, -0.13730013370513916, -0.07714161276817322, -0.025547003373503685, 0.22450631856918335, -0.034280408173799515, -0.05024239048361778, -0.0978630930185318, 0.025068821385502815, 0.11911959946155548, -0.03861520066857338, 0.05348232761025429, -0.008584734983742237, -0.00707864947617054, 0.10872214287519455, -0.05963805690407753, -0.0955335795879364, -0.0007540301303379238, -0.022731592878699303, 0.1839737892150879, 0.035539086908102036, 0.009450861252844334, 0.004958496894687414, 0.0065437424927949905, -0.10201205313205719, -0.07803336530923843, -0.0035027198027819395, -0.007109599653631449, -0.09780366718769073, 0.05802019312977791, 0.02460087090730667, -0.1739380806684494, 0.09884796291589737, 0.08211885392665863, -0.008036951534450054, -0.0018887484911829233, -0.05981450900435448, 0.0181286484003067, 0.0447939895093441, 0.09193643927574158, -0.03790250048041344, -0.16640813648700714, 0.035361409187316895, -0.0907275527715683, 0.03733855485916138, -0.020242592319846153, -0.06307493895292282, -0.03702937439084053, -0.021060198545455933, 0.1086646094918251, 0.0951351672410965, 0.012250978499650955, -0.0040928819216787815, -0.018831511959433556, 0.09453641623258591, -0.15061789751052856, 0.02031342126429081, 0.015060286968946457, -0.04022398963570595, 0.03448908403515816, -0.049511246383190155, 0.010953976772725582, -0.14697584509849548, -0.05725858733057976, 0.05358459800481796, 0.04630007594823837, -0.04857258498668671, -0.11493835598230362, 0.10323050618171692, -0.14489798247814178, -0.026605475693941116, -0.09564728289842606, -0.09388203918933868, -0.11065655946731567, 0.008121641352772713, -0.0727156475186348, -0.00692457240074873, -0.058930348604917526, -0.015821076929569244, 0.029758932068943977, -0.05025802180171013, 0.04317396879196167, -0.03562818840146065, -0.0008730677072890103, -0.07889500260353088, 0.052330609411001205, -0.07823453098535538, 0.04203750565648079, -0.07609912008047104, 0.01054694689810276, -0.09909042716026306, 0.15769320726394653, -0.08895985037088394, 0.026539914309978485, -0.11568047851324081, 0.015947487205266953, 0.05281183868646622, 0.02477099932730198, 0.03176647797226906, 0.12533415853977203, -0.20301833748817444, -0.06403425335884094, 0.15945036709308624, -0.11042614281177521, -0.014369497075676918, 0.17035187780857086, 0.04196916148066521, 0.11964774131774902, 0.0868256464600563, 0.20911982655525208, 0.09948839247226715, -0.009660781361162663, -0.09117677807807922, -0.044498614966869354, 0.049994442611932755, 0.03077402152121067, 0.12025287002325058, -0.09072315692901611, 0.14767232537269592, 0.013361223973333836, 0.10973787307739258, -0.002563451649621129, -0.006173745263367891, -0.02971021458506584, 0.04295540228486061, -0.02933996170759201, -0.002148558385670185, 0.007853730581700802, 0.03290291503071785, -0.07435344159603119, -0.05639404430985451, -0.08180157095193863, 0.041923701763153076, -0.04400581866502762, 0.09496869146823883, -0.04684082791209221, 0.057706207036972046, -0.04131760075688362, 0.04336334019899368, -0.14021752774715424, -0.058246951550245285, 0.06940809637308121, -0.04149892181158066, 0.13128823041915894, -0.06891946494579315, 0.004973073489964008, -0.00017700681928545237, -0.04126235470175743, 0.02974786050617695, 0.028878679499030113, -0.043019384145736694, -0.022858552634716034, -0.13116805255413055, 0.03177681565284729, -0.06767777353525162, 0.0604981854557991, -0.009701999835669994, -0.04180916026234627, 0.04069254547357559, 0.07777028530836105, 0.007117441855370998, -0.042173776775598526, 0.030645249411463737, 0.09257236868143082, -0.02343781664967537, -0.016481269150972366, -0.017224939540028572, -0.030183078721165657, -0.020844506099820137, 0.20509420335292816, -0.07353366911411285, -0.09624382108449936, 0.04771508276462555, 0.01224446576088667, -0.013394475914537907, 0.03233092650771141, 0.008509856648743153, -0.04050147533416748, -0.015708060935139656, -0.05349499732255936, 0.0864727720618248, -0.03446216508746147, 0.02994059957563877, -0.10299946367740631, -0.005812695249915123, 0.003436141647398472, -0.0713835284113884, -0.03816196322441101, 0.09392508864402771, -0.008278616704046726, -0.11089300364255905, 0.1251567304134369, -0.017754921689629555, 0.052908070385456085, 0.22044482827186584, -0.021983765065670013, -0.09630672633647919, 0.016583744436502457, 0.0032752586994320154, 0.020701801404356956, 0.05568840727210045, -0.08718682825565338, -0.010343537665903568, 0.04198894649744034, 0.07209821790456772, 0.018109481781721115, -0.046936918050050735, 0.026526907458901405, -0.03897177055478096, -0.07900448888540268, -0.04777304455637932, 0.04929080605506897, 0.02997182123363018, 0.07838720083236694, -0.025928448885679245, 0.011527356691658497, -0.04011880233883858, -0.06413644552230835, -0.08296646177768707, 0.08272112160921097, -0.15895767509937286, -0.23987455666065216, -0.18289688229560852, -0.009303910657763481, -0.0575423501431942, 0.034058962017297745, 0.06503112614154816, -0.04925362020730972, -0.05359705910086632, -0.09583653509616852, 0.14519788324832916, 0.018824931234121323, -0.04397085681557655, -0.024896232411265373, 0.043998800218105316, -0.028228694573044777, -0.060168348252773285, 0.022711310535669327, -0.01607653498649597, -0.06945053488016129, 0.0003164629451930523, -0.009019306860864162, 0.07476361095905304, 0.02954336814582348, 0.0502227246761322, -0.057128481566905975, -0.06451068818569183, 0.06573578715324402, -0.16124175488948822, 0.0736173689365387, 0.10716381669044495, -0.020240813493728638, 0.0034125344827771187, 0.16541676223278046, 0.011436148546636105, -0.047443781048059464, -0.022862201556563377, 0.03916015103459358, -0.08246873319149017, -0.2898447811603546, -0.14645084738731384, -0.09489745646715164, 0.0033215752337127924, -0.01449576299637556, 0.031604986637830734, -0.05520245060324669, 0.0031148537527769804, -0.08931654691696167, -0.014855805784463882, 0.10528397560119629, 0.0029880681540817022, 0.0351085364818573, 0.04268530383706093, 0.023605844005942345, -0.10898321121931076, 0.03037002868950367, 0.10993178933858871, 0.03929285332560539, 0.2576677203178406, -0.0056197126396000385, 0.237639382481575, 0.022631671279668808, 0.06668297201395035, 0.004151339177042246, 0.05709528550505638, 0.01975654438138008, 0.06418910622596741, 0.015756582841277122, -0.059777650982141495, 0.02115524932742119, 0.05347682535648346, 0.1515146940946579, -0.12389012426137924, 0.0178789384663105, -0.03201067075133324, 0.06331563740968704, 0.21855641901493073, 0.052398309111595154, -0.028893891721963882, -0.0217598807066679, 0.032110754400491714, -0.058929022401571274, -0.08972921222448349, 0.010654386132955551, 0.16441380977630615, -0.08888351172208786, 0.15753060579299927, 0.031041961163282394, 0.09608718752861023, -0.0752057433128357, -0.05324438586831093, -0.06126660481095314, 0.011555260978639126, 0.007576074916869402, 0.07704605162143707, -0.1539497971534729, 0.19662685692310333, 0.019602982327342033, 0.04520009830594063, -0.09806898236274719, 0.04972625896334648, 0.0023375966120511293, -0.06973723322153091, 0.14929930865764618, 0.051061876118183136, -0.14066345989704132, -0.008539733476936817, -0.15012158453464508, -0.0028186689596623182, 0.1252537965774536, -0.05672124773263931, 0.05804033577442169, 0.028561893850564957, -0.013741434551775455, -0.08826329559087753, -0.032619670033454895, -0.0751657783985138, -0.16329975426197052, 0.06668524444103241, 0.05209941044449806, -0.008534875698387623, -0.03175642341375351, -0.03995142877101898, -0.08486896008253098, 0.08225276321172714, -0.11270575225353241, -0.082127146422863, -0.09662294387817383, -0.0655665323138237, 0.1756104975938797, -0.0694238618016243, 0.055703237652778625, 0.011478696018457413, 0.04977896437048912, -0.04356381669640541, -0.04075072705745697, 0.08180303871631622, -0.080051951110363, -0.09312981367111206, -0.03482572361826897, 0.17360322177410126, 0.07863698154687881, 0.0301620215177536, 0.011830605566501617, 0.06512146443128586, 0.05705687776207924, -0.06441459059715271, -0.007032394874840975, 0.09628172963857651, -0.03716343268752098, 0.13826125860214233, -0.02831082046031952, -0.1841016709804535, -0.054469332098960876, -0.1686149388551712, 0.14432168006896973, 0.11639133095741272, -0.014791921712458134, 0.16858582198619843, 0.13992983102798462, -0.13137774169445038, -0.269886314868927, -0.04261248558759689, 0.0879664346575737, 0.05668756738305092, -0.05184127390384674, -0.20537902414798737, -0.018687479197978973, 0.031646765768527985, -0.009215017780661583, 0.01196358073502779, -0.22304075956344604, -0.1475987583398819, 0.03390147536993027, -0.07454390823841095, -0.012137689627707005, -0.07536900788545609, -0.0412614569067955, -0.05110080912709236, 0.05401229485869408, 0.06941261887550354, -0.052818767726421356, 0.0659107118844986, 0.055307917296886444, 0.016867397353053093, 0.02157267928123474, 0.003503340296447277, 0.15130366384983063, 0.053597453981637955, -0.03973642736673355, -0.09771642833948135, 0.05444949120283127, 0.09743846952915192, -0.00514959217980504, 0.08605876564979553, 0.041390061378479004, -0.0792069211602211, -0.07707277685403824, -0.04313097149133682, -0.09877216815948486, 0.059817880392074585, -0.01939813233911991, -0.006777696777135134, -0.06521397083997726, 0.05940702557563782, 0.04903026297688484, 0.011294525116682053, 0.1320672184228897, -0.05638619139790535, -0.00577366491779685, 0.11400426179170609, 0.17327627539634705, 0.05776132643222809, 0.02325289137661457, -0.002180955372750759, -0.006723512429744005, 0.024943891912698746, 0.029474934563040733, 0.026485852897167206, 0.07016205042600632, -0.015347141772508621, 0.049050793051719666, -0.08582577854394913, -0.16787555813789368, 0.09278690069913864, 0.09720788151025772, 0.010639283806085587, -0.17623329162597656, 0.00847778469324112, -0.014624947682023048, 0.004046504385769367, -0.007636670488864183, 0.1507592350244522, -0.003343837335705757, -0.02777942270040512, -0.05950495973229408, 0.08939892798662186, -0.035470351576805115, 0.15172719955444336, -0.040569692850112915, 0.01121868658810854, -0.10349061340093613, 0.19332490861415863, 0.11749207973480225, -0.03880627825856209, 0.033011242747306824, 0.20609138906002045, -0.05504835769534111, -0.029161639511585236, 0.02090463973581791, 0.009152470156550407, -0.03660164773464203, -0.1175016313791275, 0.00275462307035923, -0.10475161671638489, -0.004128661938011646, 0.08536864817142487, -0.020996978506445885, 0.013890380039811134, 0.028419554233551025, -0.056598395109176636, -0.03728269040584564, 0.030457153916358948, 0.07761914283037186, -0.01602850668132305, 0.005059509538114071, 0.01524073164910078, 0.01952502503991127, 0.01505877822637558, -0.014722909778356552, -0.04542815312743187, -0.03328440710902214, 0.022060077637434006, -0.1105637475848198, 0.02954208478331566, -0.14451949298381805, 0.00034678488736972213, -0.028344815596938133, -0.06006050109863281, -0.022573625668883324, 0.016277529299259186, -0.08642001450061798, -0.01374465599656105, -0.10693695396184921, 0.09736353904008865, -0.08370406925678253, -0.02277454361319542, 0.010754386894404888, -0.005636733025312424, 0.12727853655815125, 0.06559140980243683, -0.025633089244365692, 0.07242412865161896, -0.10952533036470413, -0.01378167700022459, 0.03538189455866814, 0.02758503332734108, 0.036110635846853256, -0.07811687141656876, -0.0025728964246809483, 0.08863459527492523, 0.006692701019346714, -0.011062435805797577, -0.023480813950300217, -0.06290937215089798, 0.04058007150888443, -0.03913649544119835, -0.07194968312978745, -0.008415492251515388, 0.09187328070402145, 0.03345685079693794, 0.024704858660697937, 0.02092195861041546, -0.05036090686917305, 0.08604367822408676, -0.03187582641839981, 0.0038255364634096622, -0.004683494567871094, -0.039856743067502975, -0.00653513427823782, -0.029122427105903625, 0.06596709787845612, 0.05940015986561775, 0.15422356128692627, 0.08155760914087296, 0.04210725054144859, -0.010852409526705742, -0.023241348564624786, -0.05600069463253021, 0.07237358391284943, -0.03475113585591316, 0.022643275558948517, -0.014388225972652435, -0.013025512918829918, -0.05115022137761116, -0.0035145748406648636, 0.09660208970308304, 0.0721198171377182, 0.07946677505970001, 0.2842409908771515, 0.07709302753210068, 0.05722949281334877, -0.11390457302331924, -0.06125867739319801, -0.016146527603268623, -0.05146712064743042, 0.05626298487186432, -0.06972873210906982, 0.05749261751770973, 0.06613510847091675, -0.17530961334705353, 0.08670761436223984, 0.0503101721405983, -0.06028328090906143, -0.0676281750202179, -0.20886249840259552, -0.05773915722966194, 0.0037211119197309017, -0.026977209374308586, -0.08705537021160126, 0.09865507483482361, -0.0037760180421173573, 0.08861348778009415, -0.03213796019554138, 0.1373675912618637, -0.10281158238649368, -0.13972969353199005, 0.09073743224143982, -0.010610711760818958, 0.10322922468185425, 0.06236165016889572, -0.043205857276916504, 0.00837014801800251, 0.07157102972269058, 0.04195195436477661, 0.10505402833223343, -0.05331097170710564, 0.06275329738855362, -0.06059306487441063, -0.04451916366815567, 0.014508689753711224, 0.009745932184159756, 0.11168809235095978, 0.20366612076759338, 0.07904495298862457, -0.044704172760248184, 0.035544123500585556, 0.1062803789973259, 0.012418064288794994, -0.08374454081058502, -0.0994575172662735, -0.034533288329839706, -0.0764445811510086, -0.0037164471577852964, -0.022390838712453842, -0.09222427010536194, -0.04396458715200424, 0.10764134675264359, 0.24316753447055817, 0.08516013622283936, 0.000998396542854607, -0.04626082628965378, 0.005258111283183098, -0.03915515914559364, 0.0851946547627449, -0.01758427545428276, 0.26360008120536804, 0.0012821576092392206, 0.022397562861442566, -0.012580331414937973, 0.00217598513700068, -0.08598500490188599, 0.1149236410856247, -0.07331976294517517, -0.031498994678258896, 0.00850815512239933, 0.1606949418783188, -0.09557491540908813, -0.21787160634994507, -0.003462222870439291, -0.10213232040405273, -0.12329880893230438, 0.02061021886765957, 0.02767147310078144, 0.11102795600891113, 0.0290689654648304, 0.0479431226849556, -0.012123964726924896, 0.033175501972436905, 0.03358621522784233, -0.04253407195210457, -0.10228051990270615, 0.06934204697608948, -0.15129081904888153, 0.16535256803035736, -0.02751901187002659, 0.10396235436201096, 0.04562694951891899, 0.017632264643907547, -0.10579576343297958, 0.039502598345279694, 0.06734639406204224, -0.012935822829604149, 0.07995176315307617, 0.19215676188468933, -0.08267027139663696, 0.21603351831436157, 0.06941359490156174, 0.10135070979595184, 0.06771597266197205, 0.0229711402207613, 0.02390628680586815, -0.05476561561226845, 0.05826336890459061, -0.17790041863918304, 0.13991494476795197, 0.1069997176527977, -0.021900877356529236, -0.010814225301146507, -0.031269486993551254, 0.02113373391330242, -0.04611343890428543, 0.035595815628767014, -0.02944754809141159, -0.21884314715862274, 0.012784329243004322, -0.01373525895178318, 0.0895412340760231, -0.054585207253694534, 0.025541771203279495, -0.03546522185206413, -0.023102067410945892, -0.07503810524940491, 0.08397114276885986, 0.010146025568246841, -0.06756097078323364, -0.03267398104071617, -0.21550817787647247, 0.06846177577972412, 0.0784059464931488, -0.08531177788972855, -0.0466177873313427 ]
66f6a5efd474e35bd7cb94bf15dea27d4c6ad3f8
# Dataset Card for CPPE - 5 ## 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:** - **Repository:** https://github.com/Rishit-dagli/CPPE-Dataset - **Paper:** [CPPE-5: Medical Personal Protective Equipment Dataset](https://arxiv.org/abs/2112.09569) - **Leaderboard:** https://paperswithcode.com/sota/object-detection-on-cppe-5 - **Point of Contact:** rishit.dagli@gmail.com ### Dataset Summary CPPE - 5 (Medical Personal Protective Equipment) is a new challenging dataset with the goal to allow the study of subordinate categorization of medical personal protective equipments, which is not possible with other popular data sets that focus on broad level categories. Some features of this dataset are: * high quality images and annotations (~4.6 bounding boxes per image) * real-life images unlike any current such dataset * majority of non-iconic images (allowing easy deployment to real-world environments) ### Supported Tasks and Leaderboards - `object-detection`: The dataset can be used to train a model for Object Detection. This task has an active leaderboard which can be found at https://paperswithcode.com/sota/object-detection-on-cppe-5. The metrics for this task are adopted from the COCO detection evaluation criteria, and include the mean Average Precision (AP) across IoU thresholds ranging from 0.50 to 0.95 at different scales. ### Languages English ## Dataset Structure ### Data Instances A data point comprises an image and its object annotations. ``` { 'image_id': 15, 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=943x663 at 0x2373B065C18>, 'width': 943, 'height': 663, 'objects': { 'id': [114, 115, 116, 117], 'area': [3796, 1596, 152768, 81002], 'bbox': [ [302.0, 109.0, 73.0, 52.0], [810.0, 100.0, 57.0, 28.0], [160.0, 31.0, 248.0, 616.0], [741.0, 68.0, 202.0, 401.0] ], 'category': [4, 4, 0, 0] } } ``` ### Data Fields - `image`: the image id - `image`: `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]` - `width`: the image width - `height`: the image height - `objects`: a dictionary containing bounding box metadata for the objects present on the image - `id`: the annotation id - `area`: the area of the bounding box - `bbox`: the object's bounding box (in the [coco](https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#coco) format) - `category`: the object's category, with possible values including `Coverall` (0),`Face_Shield` (1),`Gloves` (2),`Goggles` (3) and `Mask` (4) ### Data Splits The data is split into training and testing set. The training set contains 1000 images and test set 29 images. ## Dataset Creation ### Curation Rationale From the paper: > With CPPE-5 dataset, we hope to facilitate research and use in applications at multiple public places to autonomously identify if a PPE (Personal Protective Equipment) kit has been worn and also which part of the PPE kit has been worn. One of the main aims with this dataset was to also capture a higher ratio of non-iconic images or non-canonical perspectives [5] of the objects in this dataset. We further hope to see high use of this dataset to aid in medical scenarios which would have a huge effect worldwide. ### Source Data #### Initial Data Collection and Normalization The images in the CPPE-5 dataset were collected using the following process: * Obtain Images from Flickr: Following the object categories we identified earlier, we first download images from Flickr and save them at the "Original" size. On Flickr, images are served at multiple different sizes (Square 75, Small 240, Large 1024, X-Large 4K etc.), the "Original" size is an exact copy of the image uploaded by author. * Extract relevant metadata: Flickr contains images each with searchable metadata, we extract the following relevant metadata: * A direct link to the original image on Flickr * Width and height of the image * Title given to the image by the author * Date and time the image was uploaded on * Flickr username of the author of the image * Flickr Name of the author of the image * Flickr profile of the author of the image * The License image is licensed under * MD5 hash of the original image * Obtain Images from Google Images: Due to the reasons we mention earlier, we only collect a very small proportion of images from Google Images. For these set of images we extract the following metadata: * A direct link to the original image * Width and height of the image * MD5 hash of the original image * Filter inappropriate images: Though very rare in the collected images, we also remove images containing inappropriate content using the safety filters on Flickr and Google Safe Search. * Filter near-similar images: We then remove near-duplicate images in the dataset using GIST descriptors #### Who are the source language producers? The images for this dataset were collected from Flickr and Google Images. ### Annotations #### Annotation process The dataset was labelled in two phases: the first phase included labelling 416 images and the second phase included labelling 613 images. For all the images in the dataset volunteers were provided the following table: |Item |Description | |------------|--------------------------------------------------------------------- | |coveralls | Coveralls are hospital gowns worn by medical professionals as in order to provide a barrier between patient and professional, these usually cover most of the exposed skin surfaces of the professional medics.| |mask | Mask prevents airborne transmission of infections between patients and/or treating personnel by blocking the movement of pathogens (primarily bacteria and viruses) shed in respiratory droplets and aerosols into and from the wearer’s mouth and nose.| face shield | Face shield aims to protect the wearer’s entire face (or part of it) from hazards such as flying objects and road debris, chemical splashes (in laboratories or in industry), or potentially infectious materials (in medical and laboratory environments).| gloves | Gloves are used during medical examinations and procedures to help prevent cross-contamination between caregivers and patients.| |goggles | Goggles, or safety glasses, are forms of protective eye wear that usually enclose or protect the area surrounding the eye in order to prevent particulates, water or chemicals from striking the eyes.| as well as examples of: correctly labelled images, incorrectly labelled images, and not applicable images. Before the labelling task, each volunteer was provided with an exercise to verify if the volunteer was able to correctly identify categories as well as identify if an annotated image is correctly labelled, incorrectly labelled, or not applicable. The labelling process first involved two volunteers independently labelling an image from the dataset. In any of the cases that: the number of bounding boxes are different, the labels for on or more of the bounding boxes are different or two volunteer annotations are sufficiently different; a third volunteer compiles the result from the two annotations to come up with a correctly labelled image. After this step, a volunteer verifies the bounding box annotations. Following this method of labelling the dataset we ensured that all images were labelled accurately and contained exhaustive annotations. As a result of this, our dataset consists of 1029 high-quality, majorly non-iconic, and accurately annotated images. #### Who are the annotators? In both the phases crowd-sourcing techniques were used with multiple volunteers labelling the dataset using the open-source tool LabelImg. ### 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 Dagli, Rishit, and Ali Mustufa Shaikh. ### Licensing Information [More Information Needed] ### Citation Information ``` @misc{dagli2021cppe5, title={CPPE-5: Medical Personal Protective Equipment Dataset}, author={Rishit Dagli and Ali Mustufa Shaikh}, year={2021}, eprint={2112.09569}, archivePrefix={arXiv}, primaryClass={cs.CV} } ``` ### Contributions Thanks to [@mariosasko](https://github.com/mariosasko) for adding this dataset.
cppe-5
[ "task_categories:object-detection", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:unknown", "medical-personal-protective-equipment-detection", "arxiv:2112.09569", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["object-detection"], "task_ids": [], "paperswithcode_id": "cppe-5", "pretty_name": "CPPE - 5", "tags": ["medical-personal-protective-equipment-detection"], "dataset_info": {"features": [{"name": "image_id", "dtype": "int64"}, {"name": "image", "dtype": "image"}, {"name": "width", "dtype": "int32"}, {"name": "height", "dtype": "int32"}, {"name": "objects", "sequence": [{"name": "id", "dtype": "int64"}, {"name": "area", "dtype": "int64"}, {"name": "bbox", "sequence": "float32", "length": 4}, {"name": "category", "dtype": {"class_label": {"names": {"0": "Coverall", "1": "Face_Shield", "2": "Gloves", "3": "Goggles", "4": "Mask"}}}}]}], "splits": [{"name": "train", "num_bytes": 240463364.0, "num_examples": 1000}, {"name": "test", "num_bytes": 4172164.0, "num_examples": 29}], "download_size": 241152653, "dataset_size": 244635528.0}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}]}
2024-01-04T07:54:46+00:00
[ "2112.09569" ]
[ "en" ]
TAGS #task_categories-object-detection #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #medical-personal-protective-equipment-detection #arxiv-2112.09569 #region-us
Dataset Card for CPPE - 5 ========================= 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: * Repository: URL * Paper: CPPE-5: Medical Personal Protective Equipment Dataset * Leaderboard: URL * Point of Contact: URL@URL ### Dataset Summary CPPE - 5 (Medical Personal Protective Equipment) is a new challenging dataset with the goal to allow the study of subordinate categorization of medical personal protective equipments, which is not possible with other popular data sets that focus on broad level categories. Some features of this dataset are: * high quality images and annotations (~4.6 bounding boxes per image) * real-life images unlike any current such dataset * majority of non-iconic images (allowing easy deployment to real-world environments) ### Supported Tasks and Leaderboards * 'object-detection': The dataset can be used to train a model for Object Detection. This task has an active leaderboard which can be found at URL The metrics for this task are adopted from the COCO detection evaluation criteria, and include the mean Average Precision (AP) across IoU thresholds ranging from 0.50 to 0.95 at different scales. ### Languages English Dataset Structure ----------------- ### Data Instances A data point comprises an image and its object annotations. ### Data Fields * 'image': the image id * 'image': '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]' * 'width': the image width * 'height': the image height * 'objects': a dictionary containing bounding box metadata for the objects present on the image + 'id': the annotation id + 'area': the area of the bounding box + 'bbox': the object's bounding box (in the coco format) + 'category': the object's category, with possible values including 'Coverall' (0),'Face\_Shield' (1),'Gloves' (2),'Goggles' (3) and 'Mask' (4) ### Data Splits The data is split into training and testing set. The training set contains 1000 images and test set 29 images. Dataset Creation ---------------- ### Curation Rationale From the paper: > > With CPPE-5 dataset, we hope to facilitate research and use in applications at multiple public places to autonomously identify if a PPE (Personal Protective Equipment) kit has been worn and also which part of the PPE kit has been worn. One of the main aims with this dataset was to also capture a higher ratio of non-iconic images or non-canonical perspectives [5] of the objects in this dataset. We further hope to see high use of this dataset to aid in medical scenarios which would have a huge effect > worldwide. > > > ### Source Data #### Initial Data Collection and Normalization The images in the CPPE-5 dataset were collected using the following process: * Obtain Images from Flickr: Following the object categories we identified earlier, we first download images from Flickr and save them at the "Original" size. On Flickr, images are served at multiple different sizes (Square 75, Small 240, Large 1024, X-Large 4K etc.), the "Original" size is an exact copy of the image uploaded by author. * Extract relevant metadata: Flickr contains images each with searchable metadata, we extract the following relevant metadata: + A direct link to the original image on Flickr + Width and height of the image + Title given to the image by the author + Date and time the image was uploaded on + Flickr username of the author of the image + Flickr Name of the author of the image + Flickr profile of the author of the image + The License image is licensed under + MD5 hash of the original image * Obtain Images from Google Images: Due to the reasons we mention earlier, we only collect a very small proportion of images from Google Images. For these set of images we extract the following metadata: + A direct link to the original image + Width and height of the image + MD5 hash of the original image * Filter inappropriate images: Though very rare in the collected images, we also remove images containing inappropriate content using the safety filters on Flickr and Google Safe Search. * Filter near-similar images: We then remove near-duplicate images in the dataset using GIST descriptors #### Who are the source language producers? The images for this dataset were collected from Flickr and Google Images. ### Annotations #### Annotation process The dataset was labelled in two phases: the first phase included labelling 416 images and the second phase included labelling 613 images. For all the images in the dataset volunteers were provided the following table: as well as examples of: correctly labelled images, incorrectly labelled images, and not applicable images. Before the labelling task, each volunteer was provided with an exercise to verify if the volunteer was able to correctly identify categories as well as identify if an annotated image is correctly labelled, incorrectly labelled, or not applicable. The labelling process first involved two volunteers independently labelling an image from the dataset. In any of the cases that: the number of bounding boxes are different, the labels for on or more of the bounding boxes are different or two volunteer annotations are sufficiently different; a third volunteer compiles the result from the two annotations to come up with a correctly labelled image. After this step, a volunteer verifies the bounding box annotations. Following this method of labelling the dataset we ensured that all images were labelled accurately and contained exhaustive annotations. As a result of this, our dataset consists of 1029 high-quality, majorly non-iconic, and accurately annotated images. #### Who are the annotators? In both the phases crowd-sourcing techniques were used with multiple volunteers labelling the dataset using the open-source tool LabelImg. ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators Dagli, Rishit, and Ali Mustufa Shaikh. ### Licensing Information ### Contributions Thanks to @mariosasko for adding this dataset.
[ "### Dataset Summary\n\n\nCPPE - 5 (Medical Personal Protective Equipment) is a new challenging dataset with the goal to allow the study of subordinate categorization of medical personal protective equipments, which is not possible with other popular data sets that focus on broad level categories.\n\n\nSome features of this dataset are:\n\n\n* high quality images and annotations (~4.6 bounding boxes per image)\n* real-life images unlike any current such dataset\n* majority of non-iconic images (allowing easy deployment to real-world environments)", "### Supported Tasks and Leaderboards\n\n\n* 'object-detection': The dataset can be used to train a model for Object Detection. This task has an active leaderboard which can be found at URL The metrics for this task are adopted from the COCO detection evaluation criteria, and include the mean Average Precision (AP) across IoU thresholds ranging from 0.50 to 0.95 at different scales.", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA data point comprises an image and its object annotations.", "### Data Fields\n\n\n* 'image': the image id\n* 'image': '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* 'width': the image width\n* 'height': the image height\n* 'objects': a dictionary containing bounding box metadata for the objects present on the image\n\t+ 'id': the annotation id\n\t+ 'area': the area of the bounding box\n\t+ 'bbox': the object's bounding box (in the coco format)\n\t+ 'category': the object's category, with possible values including 'Coverall' (0),'Face\\_Shield' (1),'Gloves' (2),'Goggles' (3) and 'Mask' (4)", "### Data Splits\n\n\nThe data is split into training and testing set. The training set contains 1000 images and test set 29 images.\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nFrom the paper:\n\n\n\n> \n> With CPPE-5 dataset, we hope to facilitate research and use in applications at multiple public places to autonomously identify if a PPE (Personal Protective Equipment) kit has been worn and also which part of the PPE kit has been worn. One of the main aims with this dataset was to also capture a higher ratio of non-iconic images or non-canonical perspectives [5] of the objects in this dataset. We further hope to see high use of this dataset to aid in medical scenarios which would have a huge effect\n> worldwide.\n> \n> \n>", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe images in the CPPE-5 dataset were collected using the following process:\n\n\n* Obtain Images from Flickr: Following the object categories we identified earlier, we first download images from Flickr and save them at the \"Original\" size. On Flickr, images are served at multiple different sizes (Square 75, Small 240, Large 1024, X-Large 4K etc.), the \"Original\" size is an exact copy of the image uploaded by author.\n* Extract relevant metadata: Flickr contains images each with searchable metadata, we extract the following relevant\nmetadata:\n\t+ A direct link to the original image on Flickr\n\t+ Width and height of the image\n\t+ Title given to the image by the author\n\t+ Date and time the image was uploaded on\n\t+ Flickr username of the author of the image\n\t+ Flickr Name of the author of the image\n\t+ Flickr profile of the author of the image\n\t+ The License image is licensed under\n\t+ MD5 hash of the original image\n* Obtain Images from Google Images: Due to the reasons we mention earlier, we only collect a very small proportion\nof images from Google Images. For these set of images we extract the following metadata:\n\t+ A direct link to the original image\n\t+ Width and height of the image\n\t+ MD5 hash of the original image\n* Filter inappropriate images: Though very rare in the collected images, we also remove images containing inappropriate content using the safety filters on Flickr and Google Safe Search.\n* Filter near-similar images: We then remove near-duplicate images in the dataset using GIST descriptors", "#### Who are the source language producers?\n\n\nThe images for this dataset were collected from Flickr and Google Images.", "### Annotations", "#### Annotation process\n\n\nThe dataset was labelled in two phases: the first phase included labelling 416 images and the second phase included labelling 613 images. For all the images in the dataset volunteers were provided the following table:\n\n\n\nas well as examples of: correctly labelled images, incorrectly labelled images, and not applicable images. Before the labelling task, each volunteer was provided with an exercise to verify if the volunteer was able to correctly identify categories as well as identify if an annotated image is correctly labelled, incorrectly labelled, or not applicable. The labelling process first involved two volunteers independently labelling an image from the dataset. In any of the cases that: the number of bounding boxes are different, the labels for on or more of the bounding boxes are different or two volunteer annotations are sufficiently different; a third volunteer compiles the result from the two annotations to come up with a correctly labelled image. After this step, a volunteer verifies the bounding box annotations. Following this method of labelling the dataset we ensured that all images were labelled accurately and contained exhaustive\nannotations. As a result of this, our dataset consists of 1029 high-quality, majorly non-iconic, and accurately annotated images.", "#### Who are the annotators?\n\n\nIn both the phases crowd-sourcing techniques were used with multiple volunteers labelling the dataset using the open-source tool LabelImg.", "### 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\nDagli, Rishit, and Ali Mustufa Shaikh.", "### Licensing Information", "### Contributions\n\n\nThanks to @mariosasko for adding this dataset." ]
[ "TAGS\n#task_categories-object-detection #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #medical-personal-protective-equipment-detection #arxiv-2112.09569 #region-us \n", "### Dataset Summary\n\n\nCPPE - 5 (Medical Personal Protective Equipment) is a new challenging dataset with the goal to allow the study of subordinate categorization of medical personal protective equipments, which is not possible with other popular data sets that focus on broad level categories.\n\n\nSome features of this dataset are:\n\n\n* high quality images and annotations (~4.6 bounding boxes per image)\n* real-life images unlike any current such dataset\n* majority of non-iconic images (allowing easy deployment to real-world environments)", "### Supported Tasks and Leaderboards\n\n\n* 'object-detection': The dataset can be used to train a model for Object Detection. This task has an active leaderboard which can be found at URL The metrics for this task are adopted from the COCO detection evaluation criteria, and include the mean Average Precision (AP) across IoU thresholds ranging from 0.50 to 0.95 at different scales.", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA data point comprises an image and its object annotations.", "### Data Fields\n\n\n* 'image': the image id\n* 'image': '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* 'width': the image width\n* 'height': the image height\n* 'objects': a dictionary containing bounding box metadata for the objects present on the image\n\t+ 'id': the annotation id\n\t+ 'area': the area of the bounding box\n\t+ 'bbox': the object's bounding box (in the coco format)\n\t+ 'category': the object's category, with possible values including 'Coverall' (0),'Face\\_Shield' (1),'Gloves' (2),'Goggles' (3) and 'Mask' (4)", "### Data Splits\n\n\nThe data is split into training and testing set. The training set contains 1000 images and test set 29 images.\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nFrom the paper:\n\n\n\n> \n> With CPPE-5 dataset, we hope to facilitate research and use in applications at multiple public places to autonomously identify if a PPE (Personal Protective Equipment) kit has been worn and also which part of the PPE kit has been worn. One of the main aims with this dataset was to also capture a higher ratio of non-iconic images or non-canonical perspectives [5] of the objects in this dataset. We further hope to see high use of this dataset to aid in medical scenarios which would have a huge effect\n> worldwide.\n> \n> \n>", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe images in the CPPE-5 dataset were collected using the following process:\n\n\n* Obtain Images from Flickr: Following the object categories we identified earlier, we first download images from Flickr and save them at the \"Original\" size. On Flickr, images are served at multiple different sizes (Square 75, Small 240, Large 1024, X-Large 4K etc.), the \"Original\" size is an exact copy of the image uploaded by author.\n* Extract relevant metadata: Flickr contains images each with searchable metadata, we extract the following relevant\nmetadata:\n\t+ A direct link to the original image on Flickr\n\t+ Width and height of the image\n\t+ Title given to the image by the author\n\t+ Date and time the image was uploaded on\n\t+ Flickr username of the author of the image\n\t+ Flickr Name of the author of the image\n\t+ Flickr profile of the author of the image\n\t+ The License image is licensed under\n\t+ MD5 hash of the original image\n* Obtain Images from Google Images: Due to the reasons we mention earlier, we only collect a very small proportion\nof images from Google Images. For these set of images we extract the following metadata:\n\t+ A direct link to the original image\n\t+ Width and height of the image\n\t+ MD5 hash of the original image\n* Filter inappropriate images: Though very rare in the collected images, we also remove images containing inappropriate content using the safety filters on Flickr and Google Safe Search.\n* Filter near-similar images: We then remove near-duplicate images in the dataset using GIST descriptors", "#### Who are the source language producers?\n\n\nThe images for this dataset were collected from Flickr and Google Images.", "### Annotations", "#### Annotation process\n\n\nThe dataset was labelled in two phases: the first phase included labelling 416 images and the second phase included labelling 613 images. For all the images in the dataset volunteers were provided the following table:\n\n\n\nas well as examples of: correctly labelled images, incorrectly labelled images, and not applicable images. Before the labelling task, each volunteer was provided with an exercise to verify if the volunteer was able to correctly identify categories as well as identify if an annotated image is correctly labelled, incorrectly labelled, or not applicable. The labelling process first involved two volunteers independently labelling an image from the dataset. In any of the cases that: the number of bounding boxes are different, the labels for on or more of the bounding boxes are different or two volunteer annotations are sufficiently different; a third volunteer compiles the result from the two annotations to come up with a correctly labelled image. After this step, a volunteer verifies the bounding box annotations. Following this method of labelling the dataset we ensured that all images were labelled accurately and contained exhaustive\nannotations. As a result of this, our dataset consists of 1029 high-quality, majorly non-iconic, and accurately annotated images.", "#### Who are the annotators?\n\n\nIn both the phases crowd-sourcing techniques were used with multiple volunteers labelling the dataset using the open-source tool LabelImg.", "### 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\nDagli, Rishit, and Ali Mustufa Shaikh.", "### Licensing Information", "### Contributions\n\n\nThanks to @mariosasko for adding this dataset." ]
[ 100, 125, 98, 12, 20, 273, 34, 141, 4, 349, 25, 5, 297, 39, 18, 7, 8, 14, 19, 6, 17 ]
[ "passage: TAGS\n#task_categories-object-detection #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #medical-personal-protective-equipment-detection #arxiv-2112.09569 #region-us \n### Dataset Summary\n\n\nCPPE - 5 (Medical Personal Protective Equipment) is a new challenging dataset with the goal to allow the study of subordinate categorization of medical personal protective equipments, which is not possible with other popular data sets that focus on broad level categories.\n\n\nSome features of this dataset are:\n\n\n* high quality images and annotations (~4.6 bounding boxes per image)\n* real-life images unlike any current such dataset\n* majority of non-iconic images (allowing easy deployment to real-world environments)### Supported Tasks and Leaderboards\n\n\n* 'object-detection': The dataset can be used to train a model for Object Detection. This task has an active leaderboard which can be found at URL The metrics for this task are adopted from the COCO detection evaluation criteria, and include the mean Average Precision (AP) across IoU thresholds ranging from 0.50 to 0.95 at different scales.### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA data point comprises an image and its object annotations.", "passage: ### Data Fields\n\n\n* 'image': the image id\n* 'image': '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* 'width': the image width\n* 'height': the image height\n* 'objects': a dictionary containing bounding box metadata for the objects present on the image\n\t+ 'id': the annotation id\n\t+ 'area': the area of the bounding box\n\t+ 'bbox': the object's bounding box (in the coco format)\n\t+ 'category': the object's category, with possible values including 'Coverall' (0),'Face\\_Shield' (1),'Gloves' (2),'Goggles' (3) and 'Mask' (4)### Data Splits\n\n\nThe data is split into training and testing set. The training set contains 1000 images and test set 29 images.\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nFrom the paper:\n\n\n\n> \n> With CPPE-5 dataset, we hope to facilitate research and use in applications at multiple public places to autonomously identify if a PPE (Personal Protective Equipment) kit has been worn and also which part of the PPE kit has been worn. One of the main aims with this dataset was to also capture a higher ratio of non-iconic images or non-canonical perspectives [5] of the objects in this dataset. We further hope to see high use of this dataset to aid in medical scenarios which would have a huge effect\n> worldwide.\n> \n> \n>### Source Data" ]
[ -0.06895434111356735, 0.09543152153491974, -0.0029937184881418943, 0.016380373388528824, 0.10130903124809265, 0.03471927344799042, 0.1163163036108017, 0.09106677770614624, 0.001176474615931511, 0.1625676155090332, -0.0006890688091516495, 0.014182481914758682, 0.09030193090438843, 0.18476107716560364, 0.022476930171251297, -0.18980957567691803, 0.034735094755887985, -0.04676016420125961, -0.04080917686223984, 0.08083968609571457, 0.0762987807393074, -0.11914268136024475, 0.037990305572748184, -0.0433511883020401, -0.02628404088318348, -0.03455912321805954, -0.03437434136867523, -0.02467772364616394, 0.05979638546705246, 0.017352038994431496, 0.09276449680328369, -0.0002448093146085739, 0.06738186627626419, -0.20224952697753906, 0.0018636779859662056, 0.09631171077489853, 0.020971916615962982, 0.034647032618522644, 0.07882019132375717, -0.08261848986148834, -0.03739289194345474, -0.1680574119091034, 0.07393122464418411, 0.008180289529263973, -0.06954018771648407, -0.1292627900838852, -0.11390852183103561, -0.010914279147982597, 0.09647580236196518, 0.08907222747802734, -0.023931080475449562, 0.13422372937202454, -0.06490741670131683, 0.020277662202715874, 0.03865330293774605, -0.08368423581123352, -0.027223141863942146, 0.058393850922584534, 0.025838615372776985, 0.146511971950531, -0.05468498170375824, -0.0056496369652450085, 0.0038689905777573586, 0.013389548286795616, 0.012070843949913979, -0.010020251385867596, -0.0816134437918663, -0.035080622881650925, -0.08739377558231354, -0.08214864879846573, 0.21255093812942505, -0.010523628443479538, -0.03975057974457741, -0.14400354027748108, 0.004781530238687992, -0.04126451164484024, 0.008000880479812622, -0.011358968913555145, 0.022846000269055367, -0.025215156376361847, -0.00016878079622983932, -0.04476921260356903, -0.11158271133899689, -0.028989093378186226, -0.06224314123392105, 0.07500801980495453, 0.0055517940782010555, 0.03180943429470062, 0.04485062509775162, 0.1108560562133789, -0.008241647854447365, -0.05526043102145195, -0.023824075236916542, -0.010914072394371033, -0.10768071562051773, -0.021373488008975983, -0.03909897804260254, -0.07510441541671753, 0.037530478090047836, 0.09951379895210266, -0.047583796083927155, -0.00643897894769907, -0.06270874291658401, 0.03516810014843941, 0.10733997821807861, 0.08749274164438248, -0.09044337272644043, -0.024827681481838226, -0.0012685414403676987, 0.07072064280509949, 0.014769554138183594, -0.02945123054087162, -0.009084781631827354, -0.0018526248168200254, 0.01007344014942646, 0.04590374976396561, 0.04347553104162216, 0.00020246754866093397, -0.08429272472858429, -0.04192119836807251, 0.1193578764796257, -0.11176376044750214, 0.002152925357222557, 0.03087310679256916, -0.00701368460431695, -0.01016099564731121, 0.015304801054298878, 0.019736994057893753, -0.06917408108711243, 0.06464091688394547, -0.036584094166755676, 0.00022451486438512802, -0.10800319164991379, -0.09028874337673187, 0.0336267426609993, -0.08291731774806976, -0.045195724815130234, -0.052841365337371826, -0.09111200273036957, -0.0711587518453598, 0.008927731774747372, -0.015691153705120087, 0.04340982437133789, -0.023989710956811905, 0.011996125802397728, -0.0450131893157959, 0.02603255584836006, 0.06266391277313232, -0.050414033234119415, 0.03374188765883446, -0.09560461342334747, 0.04515871778130531, 0.026828400790691376, 0.026271846145391464, -0.06834065169095993, 0.03045736253261566, -0.1740720272064209, 0.12722466886043549, -0.09376834332942963, -0.0179832112044096, -0.09373980760574341, -0.007919460535049438, -0.02344791404902935, 0.012760557234287262, 0.013670423068106174, 0.07089075446128845, -0.14519108831882477, -0.018835578113794327, 0.06614242494106293, -0.08611191809177399, -0.07649777829647064, 0.06618446856737137, -0.0464746318757534, 0.06415609270334244, 0.03694891929626465, 0.0688040629029274, 0.10100263357162476, -0.09461238235235214, -0.07763943821191788, -0.04108574986457825, -0.02242785319685936, 0.07361391186714172, 0.08792917430400848, -0.047741129994392395, 0.03765466436743736, -0.0021768752485513687, -0.08926065266132355, -0.02216455340385437, -0.021222282201051712, -0.05382714793086052, 0.019122334197163582, -0.025906477123498917, -0.053797923028469086, -0.015275445766746998, -0.01151665672659874, -0.015059790574014187, -0.0662737563252449, -0.006343053188174963, 0.08164511620998383, -0.03915121406316757, 0.004005053546279669, -0.06283833831548691, 0.03816276788711548, -0.07676135748624802, -0.015639442950487137, -0.1657126247882843, -0.11378821730613708, 0.05404601991176605, -0.05443153530359268, 0.05116488039493561, -0.02799755334854126, -0.0044868807308375835, 0.029965931549668312, -0.009567877277731895, -0.01501308474689722, -0.013228113763034344, -0.03356608748435974, -0.07154907286167145, -0.12756870687007904, 0.02513997256755829, -0.07153069227933884, 0.1292368322610855, -0.061936333775520325, -0.0010675908997654915, 0.052208613604307175, 0.1030806452035904, 0.0459376722574234, -0.058286070823669434, 0.042513784021139145, 0.03155018761754036, -0.02372279204428196, -0.057708147913217545, -0.028541525825858116, -0.026894990354776382, -0.006328500807285309, 0.034630272537469864, -0.1423705518245697, -0.08863405138254166, 0.09646262228488922, -0.00786898098886013, -0.0700129047036171, -0.07423758506774902, -0.03798910975456238, -0.014668137766420841, -0.171424999833107, -0.0429316870868206, 0.1181255504488945, 0.05001222342252731, 0.07443408668041229, -0.0706305131316185, -0.029040448367595673, -0.00019751954823732376, -0.002750139683485031, -0.05854279547929764, -0.000019020444597117603, -0.0067505743354558945, -0.06053842604160309, 0.08230455964803696, 0.03271102160215378, -0.008121310733258724, 0.1101018637418747, 0.01739467680454254, -0.10751977562904358, -0.028689756989479065, 0.06119653955101967, 0.01563560962677002, 0.11648821085691452, -0.07645706087350845, 0.023874852806329727, 0.06341992318630219, -0.007026899605989456, 0.03342410922050476, -0.1194784864783287, 0.03772415220737457, 0.0069026886485517025, -0.033505503088235855, 0.003028467297554016, -0.05838622897863388, 0.03424921631813049, 0.10622483491897583, 0.03469699248671532, 0.09222863614559174, -0.009655180387198925, -0.03589310497045517, -0.09859953820705414, 0.15497806668281555, -0.12401726841926575, -0.2385496199131012, -0.0942511111497879, 0.09013283997774124, -0.017941389232873917, 0.008672216907143593, -0.020606979727745056, -0.055200159549713135, -0.07598736882209778, -0.10021297633647919, 0.01178743690252304, 0.02259678952395916, -0.07372285425662994, -0.06413988769054413, 0.08212919533252716, -0.004385633394122124, -0.05692906677722931, 0.01243618968874216, 0.0028189043514430523, -0.07569560408592224, 0.08099551498889923, 0.021209675818681717, 0.07533442974090576, 0.08593200147151947, 0.00452084094285965, -0.014811812900006771, -0.02058897539973259, 0.07388775050640106, -0.1443195343017578, 0.04816501960158348, 0.09657886624336243, 0.013420211151242256, 0.03529484570026398, 0.12717069685459137, 0.009541638195514679, -0.050014615058898926, 0.03369792923331261, 0.06532184779644012, -0.03016972728073597, -0.2679218053817749, -0.08952135592699051, -0.057225439697504044, -0.09221816807985306, 0.058945052325725555, 0.00824133213609457, 0.03079736977815628, 0.10575361549854279, -0.0653059259057045, 0.06922458112239838, -0.01389672514051199, 0.045809224247932434, 0.04364623874425888, -0.025524919852614403, 0.07069914788007736, -0.038077667355537415, -0.04927092790603638, 0.09659682214260101, 0.09127582609653473, 0.2671298384666443, -0.06536680459976196, 0.06772124767303467, 0.04968367516994476, 0.06871390342712402, -0.019104965031147003, 0.057662367820739746, 0.012650363147258759, 0.053774088621139526, -0.014791999012231827, -0.07545379549264908, -0.029871657490730286, 0.115663081407547, 0.07926328480243683, -0.07733476161956787, -0.01089316513389349, -0.036372989416122437, 0.06512221693992615, 0.17957401275634766, 0.05136730894446373, -0.17427176237106323, -0.013564227148890495, 0.06445548683404922, 0.06107594072818756, -0.1246924102306366, -0.023549295961856842, 0.18529605865478516, -0.07464644312858582, 0.041760511696338654, -0.0339350700378418, 0.06286957859992981, -0.13299560546875, -0.036123234778642654, -0.002498775254935026, 0.03299553692340851, -0.03651668131351471, 0.08857186138629913, -0.10117273032665253, 0.1439674347639084, 0.033798377960920334, 0.03379661217331886, -0.1199970543384552, 0.027610909193754196, 0.027684440836310387, -0.010702287778258324, 0.13465890288352966, 0.023669421672821045, -0.05099627375602722, -0.12715193629264832, -0.10029322654008865, 0.02855706214904785, 0.11831587553024292, -0.07233388721942902, 0.06643776595592499, 0.03954464569687843, 0.004531642887741327, -0.0390792079269886, -0.11156757920980453, -0.10525156557559967, -0.16063091158866882, 0.06606653332710266, -0.04718243330717087, -0.008617834188044071, -0.060796044766902924, -0.03220980241894722, 0.007057810202240944, 0.07717281579971313, -0.08820639550685883, -0.05931410193443298, -0.14200426638126373, 0.06593532115221024, 0.1138787567615509, -0.02410753443837166, 0.02087455429136753, -0.013716856949031353, 0.12456159293651581, -0.02747836522758007, -0.02666248008608818, 0.05672789365053177, -0.05507809668779373, -0.1710425168275833, -0.11165708303451538, 0.07701823115348816, 0.07562344521284103, 0.03805912658572197, -0.017574604600667953, 0.03528711572289467, 0.0030724946409463882, -0.05500256270170212, 0.03506612777709961, 0.14282190799713135, 0.08243508636951447, 0.19296514987945557, -0.08151225745677948, -0.11928866803646088, -0.09360815584659576, -0.04134738817811012, 0.10561145097017288, 0.16610443592071533, -0.053411953151226044, 0.06074395030736923, 0.08493563532829285, -0.07394202053546906, -0.2635614573955536, 0.09111863374710083, 0.09076057374477386, 0.022121969610452652, -0.007491797208786011, -0.1884690374135971, 0.10579672455787659, 0.07223659753799438, -0.008716210722923279, 0.07011198997497559, -0.16602106392383575, -0.10231925547122955, 0.022753851488232613, 0.028758559376001358, -0.056224532425403595, -0.08569809049367905, -0.03123602829873562, -0.013100732117891312, 0.027893107384443283, 0.10821013897657394, -0.05658196657896042, 0.08538998663425446, -0.0019288389012217522, 0.027865681797266006, 0.03769812732934952, -0.05718749016523361, 0.15108686685562134, -0.0013359328731894493, 0.06798481941223145, -0.0442647747695446, -0.019715506583452225, 0.12048923224210739, -0.05853797867894173, 0.08405498415231705, 0.014579592272639275, 0.041392527520656586, -0.11140332370996475, -0.03793526813387871, -0.04298793151974678, 0.0492548868060112, -0.013807427138090134, -0.07636352628469467, -0.12962143123149872, 0.09086747467517853, 0.04880315810441971, -0.004279904067516327, 0.0724085122346878, -0.014265041798353195, -0.029498064890503883, 0.08990904688835144, 0.11056433618068695, 0.05307675898075104, -0.03788047283887863, 0.016112929210066795, -0.03812685236334801, 0.0641733855009079, -0.18864622712135315, 0.01737280935049057, 0.12228240072727203, 0.023078814148902893, 0.10872409492731094, 0.011620469391345978, -0.1510326862335205, 0.031189102679491043, 0.071307472884655, -0.03090767189860344, -0.14384882152080536, 0.017987817525863647, 0.1018935889005661, -0.12868300080299377, -0.081800676882267, 0.11873951554298401, -0.012771302834153175, -0.008089564740657806, -0.037798743695020676, 0.054191723465919495, -0.0036502114962786436, 0.15239934623241425, 0.002950487658381462, 0.02079000696539879, -0.06181826442480087, 0.07705382257699966, 0.10722126066684723, -0.12542316317558289, 0.018430640920996666, 0.033371858298778534, -0.07687662541866302, -0.0779930055141449, 0.06668877601623535, 0.08715886622667313, 0.011089539155364037, -0.02476581558585167, 0.014577818103134632, -0.11221723258495331, 0.037781424820423126, 0.08335747569799423, -0.0023513073101639748, 0.011973951943218708, 0.007990309968590736, -0.009100337512791157, -0.06895554065704346, 0.09452907741069794, -0.0037199382204562426, 0.053286030888557434, -0.03736297786235809, 0.06352076679468155, 0.0363818034529686, 0.01329999603331089, -0.02141335792839527, -0.04256473481655121, -0.06529422849416733, -0.004388611298054457, -0.08372677862644196, 0.027076371014118195, -0.016422254964709282, -0.029931802302598953, 0.01343599520623684, -0.012781488709151745, -0.0006202757358551025, 0.0000019613653421401978, -0.053380805999040604, -0.03976961597800255, -0.058452099561691284, 0.07200735807418823, -0.07975807785987854, -0.04981887340545654, 0.057186976075172424, -0.10697989165782928, 0.11180371791124344, 0.006032593548297882, -0.0011339588090777397, -0.041799288243055344, -0.16206711530685425, 0.005930444225668907, 0.053607627749443054, 0.12177341431379318, 0.022209320217370987, -0.1001594215631485, 0.044141799211502075, -0.004879309795796871, -0.03280949220061302, 0.02623002976179123, 0.13427965342998505, -0.09068767726421356, 0.07786568999290466, -0.05677567422389984, -0.026492930948734283, -0.060903482139110565, 0.06935365498065948, 0.045022133737802505, 0.037201326340436935, 0.0894932821393013, -0.030033539980649948, 0.06054137647151947, -0.15209661424160004, -0.041868992149829865, -0.007760385982692242, -0.014272862114012241, -0.017808057367801666, -0.0085859140381217, 0.08573335409164429, -0.026390105485916138, 0.21700790524482727, 0.017293673008680344, -0.01748551055788994, 0.012221328914165497, 0.06009636074304581, 0.03791901096701622, 0.048294201493263245, 0.023327259346842766, 0.03861045837402344, -0.016544433310627937, -0.03346053510904312, -0.02621270716190338, 0.04066477343440056, -0.009793760254979134, 0.08065591752529144, 0.15094664692878723, 0.10514289140701294, 0.016006873920559883, 0.07705743610858917, -0.11442020535469055, -0.04219142347574234, 0.03468059003353119, -0.028218049556016922, 0.032235562801361084, -0.05293625593185425, -0.009534076787531376, 0.06326018273830414, -0.15749827027320862, 0.10187260806560516, -0.03796747699379921, -0.05039406567811966, -0.003634966444224119, -0.04865635186433792, -0.047318458557128906, -0.042938075959682465, -0.006204984150826931, -0.10135054588317871, 0.006412191782146692, 0.11276857554912567, 0.00710053276270628, 0.033569756895303726, 0.1377021074295044, -0.07659845799207687, -0.02283199317753315, 0.05224338918924332, 0.03882230818271637, 0.04357006028294563, 0.046663954854011536, -0.02176857367157936, 0.05759701505303383, 0.03769765794277191, 0.07115176320075989, 0.053819820284843445, 0.048063889145851135, 0.033360786736011505, -0.015439515002071857, -0.06573779135942459, 0.01618821546435356, -0.06156710162758827, -0.06671019643545151, 0.14648687839508057, 0.0726793110370636, -0.0026022624224424362, 0.0006501912139356136, 0.13640645146369934, -0.034095607697963715, -0.09678589552640915, -0.13491323590278625, 0.09363281726837158, -0.02058897726237774, -0.0009100239258259535, 0.016720009967684746, -0.12067943811416626, 0.0041188886389136314, 0.13215574622154236, 0.13645246624946594, -0.05189160630106926, -0.019852669909596443, 0.027699846774339676, -0.003027358092367649, -0.019570542499423027, 0.09005405008792877, 0.05247575417160988, 0.21243248879909515, -0.04888944327831268, 0.02787601947784424, -0.02481723763048649, -0.017552388831973076, -0.04782622307538986, -0.003797336248680949, -0.002558348700404167, 0.001904614269733429, -0.06550641357898712, 0.07865583896636963, 0.013677665963768959, -0.09805350005626678, 0.18602780997753143, -0.11220873147249222, -0.12943971157073975, -0.0025873626582324505, 0.02351098135113716, -0.05722241476178169, 0.0004975709598511457, 0.02166762948036194, 0.001488952897489071, 0.10888051986694336, -0.026584357023239136, -0.07264581322669983, -0.029702171683311462, 0.00528636435046792, -0.07783626019954681, 0.19600121676921844, 0.00983287300914526, 0.1065785139799118, 0.08215241134166718, 0.005700059235095978, -0.0935869961977005, 0.0912538394331932, 0.021786242723464966, -0.00454014353454113, 0.02967357449233532, 0.1330234259366989, -0.044247109442949295, 0.08859216421842575, 0.10053851455450058, -0.0016458574682474136, 0.06533706933259964, -0.043102435767650604, -0.021025637164711952, -0.12540651857852936, 0.024251779541373253, -0.09353864192962646, 0.11731496453285217, 0.1105361133813858, -0.004794755484908819, 0.029363714158535004, -0.037273868918418884, 0.010367287322878838, 0.016336532309651375, 0.15694057941436768, -0.02756825089454651, -0.13635674118995667, 0.025466058403253555, -0.04270515963435173, 0.06243587285280228, -0.1995023936033249, -0.04352632164955139, 0.011452395468950272, -0.05375157669186592, 0.01602608896791935, 0.10255111753940582, 0.03404798358678818, 0.023624237626791, -0.06620222330093384, -0.11154256761074066, 0.035091839730739594, 0.09681602567434311, -0.035789862275123596, -0.023409709334373474 ]
cfb6992c5ca9bad209323ed8e42e0cfc7e4178cf
# Dataset Card for CraigslistBargains ## 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:** [Decoupling Strategy and Generation in Negotiation Dialogues](https://worksheets.codalab.org/worksheets/0x453913e76b65495d8b9730d41c7e0a0c/) - **Repository:** [Github: Stanford NLP Cocoa](https://github.com/stanfordnlp/cocoa/tree/master) - **Paper:** [Decoupling Strategy and Generation in Negotiation Dialogues](https://arxiv.org/abs/1808.09637) - **Leaderboard:** []() - **Point of Contact:** [He He](hehe@cs.nyu.edu) ### Dataset Summary We study negotiation dialogues where two agents, a buyer and a seller, negotiate over the price of an time for sale. We collected a dataset of more than 6K negotiation dialogues over multiple categories of products scraped from Craigslist. Our goal is to develop an agent that negotiates with humans through such conversations. The challenge is to handle both the negotiation strategy and the rich language for bargaining. To this end, we develop a modular framework which separates strategy learning from language generation. Specifically, we learn strategies in a coarse dialogue act space and instantiate that into utterances conditioned on dialogue history. ### Supported Tasks and Leaderboards ### Languages This dataset is English ## Dataset Structure ### Data Instances ``` { 'agent_info': { 'Bottomline': [ 'None', 'None' ], 'Role': [ 'buyer', 'seller' ], 'Target': [ 7.0, 10.0 ] }, 'agent_turn': [ 0, 1, ... ], 'dialogue_acts': { 'intent': [ 'init-price', 'unknown', ... ], 'price': [ 5.0, -1.0, ... ] }, 'items': { 'Category': [ 'phone', 'phone' ], 'Description': [ 'Charge two devices simultaneously on the go..., ... ], 'Images': [ 'phone/6149527852_0.jpg', 'phone/6149527852_0.jpg' ], 'Price': [ 10.0, 10.0 ], 'Title': [ 'Verizon Car Charger with Dual Output Micro USB and ...', ... ] }, 'utterance': [ 'Hi, not sure if the charger would work for my car...' 'It will work...', ... ] } ``` ### Data Fields - `agent_info`: Information about each of the agents taking part in the dialogue - `Bottomline`: TBD - `Role`: Whether the agent is buyer or seller - `Target`: Target price that the buyer/seller wants to hit in the negotiation - `agent_turn`: Agent taking the current turn in the dialogue (`int` index corresponding to `Role` above) - `dialogue_acts`: Rules-based information about the strategy of each agent for each turn - `intent`: The intent of the agent at the particular turn (offer, accept, etc.) - `price`: The current item price associated with the intent and turn in the bargaining process. Default value for missing: (`-1`) - `items`: Information about the item the agents are bargaining for. **Note that there is an elembet for each of the fields below for each agent** - `Category`: Category of the item - `Description`: Description(s) of the item - `Images`: (comma delimited) strings of image names of the item - `Price`: Price(s) of the item. Default value for missing: (`-1`) - `Title`: Title(s) of the item - `utterance`: Utterance for each turn in the dialogue, corresponding to the agent in `agent_turns`. The utterance may be an empty string (`''`) for some turns if multiple dialogue acts take place after an utterance (e.g. there are often multiple dialogue acts associated with the closing of the bargaining process after all utterances have completed to describe the conclusion of the bargaining). ### Data Splits This dataset contains three splits, `train`, `validation` and `test`. Note that `test` is not provided with `dialogue_acts` information as described above. To ensure schema consistency across dataset splits, the `dialogue_acts` field in the `test` split is populated with the default values: `{"price": -1.0, "intent": ""}` The counts of examples in each split are as follows: | | Train | Valid | Test | | Input Examples | 5247 | 597 | 838 | | Average Dialogue Length | 9.14 | 9.17 | 9.24 | Note that ## Dataset Creation From the [source paper](https://arxiv.org/pdf/1808.09637.pdf) for this dataset: > To generate the negotiation scenarios, we > scraped postings on sfbay.craigslist.org > from the 6 most popular categories (housing, furniture, cars, bikes, phones, and electronics). Each > posting produces three scenarios with the buyer’s > target prices at 0.5x, 0.7x and 0.9x of the listing > price. Statistics of the scenarios are shown in Table 2. > We collected 6682 human-human dialogues on > AMT using the interface shown in Appendix A > Figure 2. The dataset statistics in Table 3 show > that CRAIGSLISTBARGAIN has longer dialogues > and more diverse utterances compared to prior > datasets. Furthermore, workers were encouraged > to embellish the item and negotiate side offers > such as free delivery or pick-up. This highly relatable scenario leads to richer dialogues such as > the one shown in Table 1. We also observed various persuasion techniques listed in Table 4 such as > embellishment, ### Curation Rationale See **Dataset Creation** ### Source Data See **Dataset Creation** #### Initial Data Collection and Normalization See **Dataset Creation** #### Who are the source language producers? See **Dataset Creation** ### Annotations If the dataset contains annotations which are not part of the initial data collection, describe them in the following paragraphs. #### Annotation process Annotations for the `dialogue_acts` in `train` and `test` were generated via a rules-based system which can be found in [this script](https://github.com/stanfordnlp/cocoa/blob/master/craigslistbargain/parse_dialogue.py) #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data [More Information Needed] ### 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 He He and Derek Chen and Anusha Balakrishnan and Percy Liang Computer Science Department, Stanford University `{hehe,derekchen14,anusha,pliang}@cs.stanford.edu` The work through which this data was produced was supported by DARPA Communicating with Computers (CwC) program under ARO prime contract no. W911NF15-1-0462 ### Licensing Information [More Information Needed] ### Citation Information ``` @misc{he2018decoupling, title={Decoupling Strategy and Generation in Negotiation Dialogues}, author={He He and Derek Chen and Anusha Balakrishnan and Percy Liang}, year={2018}, eprint={1808.09637}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Contributions Thanks to [@ZacharySBrown](https://github.com/ZacharySBrown) for adding this dataset.
craigslist_bargains
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:dialogue-modeling", "annotations_creators:machine-generated", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:unknown", "arxiv:1808.09637", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["machine-generated"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["dialogue-modeling"], "paperswithcode_id": "craigslistbargains", "pretty_name": "CraigslistBargains", "dataset_info": {"features": [{"name": "agent_info", "sequence": [{"name": "Bottomline", "dtype": "string"}, {"name": "Role", "dtype": "string"}, {"name": "Target", "dtype": "float32"}]}, {"name": "agent_turn", "sequence": "int32"}, {"name": "dialogue_acts", "sequence": [{"name": "intent", "dtype": "string"}, {"name": "price", "dtype": "float32"}]}, {"name": "utterance", "sequence": "string"}, {"name": "items", "sequence": [{"name": "Category", "dtype": "string"}, {"name": "Images", "dtype": "string"}, {"name": "Price", "dtype": "float32"}, {"name": "Description", "dtype": "string"}, {"name": "Title", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 8538836, "num_examples": 5247}, {"name": "test", "num_bytes": 1353933, "num_examples": 838}, {"name": "validation", "num_bytes": 966032, "num_examples": 597}], "download_size": 25373618, "dataset_size": 10858801}}
2024-01-18T09:47:33+00:00
[ "1808.09637" ]
[ "en" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #arxiv-1808.09637 #region-us
# Dataset Card for CraigslistBargains ## 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: Decoupling Strategy and Generation in Negotiation Dialogues - Repository: Github: Stanford NLP Cocoa - Paper: Decoupling Strategy and Generation in Negotiation Dialogues - Leaderboard: []() - Point of Contact: He He ### Dataset Summary We study negotiation dialogues where two agents, a buyer and a seller, negotiate over the price of an time for sale. We collected a dataset of more than 6K negotiation dialogues over multiple categories of products scraped from Craigslist. Our goal is to develop an agent that negotiates with humans through such conversations. The challenge is to handle both the negotiation strategy and the rich language for bargaining. To this end, we develop a modular framework which separates strategy learning from language generation. Specifically, we learn strategies in a coarse dialogue act space and instantiate that into utterances conditioned on dialogue history. ### Supported Tasks and Leaderboards ### Languages This dataset is English ## Dataset Structure ### Data Instances ### Data Fields - 'agent_info': Information about each of the agents taking part in the dialogue - 'Bottomline': TBD - 'Role': Whether the agent is buyer or seller - 'Target': Target price that the buyer/seller wants to hit in the negotiation - 'agent_turn': Agent taking the current turn in the dialogue ('int' index corresponding to 'Role' above) - 'dialogue_acts': Rules-based information about the strategy of each agent for each turn - 'intent': The intent of the agent at the particular turn (offer, accept, etc.) - 'price': The current item price associated with the intent and turn in the bargaining process. Default value for missing: ('-1') - 'items': Information about the item the agents are bargaining for. Note that there is an elembet for each of the fields below for each agent - 'Category': Category of the item - 'Description': Description(s) of the item - 'Images': (comma delimited) strings of image names of the item - 'Price': Price(s) of the item. Default value for missing: ('-1') - 'Title': Title(s) of the item - 'utterance': Utterance for each turn in the dialogue, corresponding to the agent in 'agent_turns'. The utterance may be an empty string ('''') for some turns if multiple dialogue acts take place after an utterance (e.g. there are often multiple dialogue acts associated with the closing of the bargaining process after all utterances have completed to describe the conclusion of the bargaining). ### Data Splits This dataset contains three splits, 'train', 'validation' and 'test'. Note that 'test' is not provided with 'dialogue_acts' information as described above. To ensure schema consistency across dataset splits, the 'dialogue_acts' field in the 'test' split is populated with the default values: '{"price": -1.0, "intent": ""}' The counts of examples in each split are as follows: | | Train | Valid | Test | | Input Examples | 5247 | 597 | 838 | | Average Dialogue Length | 9.14 | 9.17 | 9.24 | Note that ## Dataset Creation From the source paper for this dataset: > To generate the negotiation scenarios, we > scraped postings on URL > from the 6 most popular categories (housing, furniture, cars, bikes, phones, and electronics). Each > posting produces three scenarios with the buyer’s > target prices at 0.5x, 0.7x and 0.9x of the listing > price. Statistics of the scenarios are shown in Table 2. > We collected 6682 human-human dialogues on > AMT using the interface shown in Appendix A > Figure 2. The dataset statistics in Table 3 show > that CRAIGSLISTBARGAIN has longer dialogues > and more diverse utterances compared to prior > datasets. Furthermore, workers were encouraged > to embellish the item and negotiate side offers > such as free delivery or pick-up. This highly relatable scenario leads to richer dialogues such as > the one shown in Table 1. We also observed various persuasion techniques listed in Table 4 such as > embellishment, ### Curation Rationale See Dataset Creation ### Source Data See Dataset Creation #### Initial Data Collection and Normalization See Dataset Creation #### Who are the source language producers? See Dataset Creation ### Annotations If the dataset contains annotations which are not part of the initial data collection, describe them in the following paragraphs. #### Annotation process Annotations for the 'dialogue_acts' in 'train' and 'test' were generated via a rules-based system which can be found in this script #### 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 He He and Derek Chen and Anusha Balakrishnan and Percy Liang Computer Science Department, Stanford University '{hehe,derekchen14,anusha,pliang}@URL' The work through which this data was produced was supported by DARPA Communicating with Computers (CwC) program under ARO prime contract no. W911NF15-1-0462 ### Licensing Information ### Contributions Thanks to @ZacharySBrown for adding this dataset.
[ "# Dataset Card for CraigslistBargains", "## 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: Decoupling Strategy and Generation in Negotiation Dialogues\n- Repository: Github: Stanford NLP Cocoa\n- Paper: Decoupling Strategy and Generation in Negotiation Dialogues\n- Leaderboard: []()\n- Point of Contact: He He", "### Dataset Summary\n\nWe study negotiation dialogues where two agents, a buyer and a seller, negotiate over the price of an time for sale. We collected a dataset of more than 6K negotiation dialogues over multiple categories of products scraped from Craigslist. Our goal is to develop an agent that negotiates with humans through such conversations. The challenge is to handle both the negotiation strategy and the rich language for bargaining. To this end, we develop a modular framework which separates strategy learning from language generation. Specifically, we learn strategies in a coarse dialogue act space and instantiate that into utterances conditioned on dialogue history.", "### Supported Tasks and Leaderboards", "### Languages\n\nThis dataset is English", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n\n- 'agent_info': Information about each of the agents taking part in the dialogue\n - 'Bottomline': TBD\n - 'Role': Whether the agent is buyer or seller\n - 'Target': Target price that the buyer/seller wants to hit in the negotiation\n- 'agent_turn': Agent taking the current turn in the dialogue ('int' index corresponding to 'Role' above)\n- 'dialogue_acts': Rules-based information about the strategy of each agent for each turn\n - 'intent': The intent of the agent at the particular turn (offer, accept, etc.)\n - 'price': The current item price associated with the intent and turn in the bargaining process. Default value for missing: ('-1')\n- 'items': Information about the item the agents are bargaining for. Note that there is an elembet for each of the fields below for each agent\n - 'Category': Category of the item\n - 'Description': Description(s) of the item\n - 'Images': (comma delimited) strings of image names of the item\n - 'Price': Price(s) of the item. Default value for missing: ('-1')\n - 'Title': Title(s) of the item\n- 'utterance': Utterance for each turn in the dialogue, corresponding to the agent in 'agent_turns'. The utterance may be an empty string ('''') for some turns if multiple dialogue acts take place after an utterance (e.g. there are often multiple dialogue acts associated with the closing of the bargaining process after all utterances have completed to describe the conclusion of the bargaining).", "### Data Splits\n\nThis dataset contains three splits, 'train', 'validation' and 'test'. Note that 'test' is not provided with 'dialogue_acts' information as described above. To ensure schema consistency across dataset splits, the 'dialogue_acts' field in the 'test' split is populated with the default values: '{\"price\": -1.0, \"intent\": \"\"}'\n\nThe counts of examples in each split are as follows:\n\n| | Train | Valid | Test |\n| Input Examples | 5247 | 597 | 838 |\n| Average Dialogue Length | 9.14 | 9.17 | 9.24 |\n\nNote that", "## Dataset Creation\n\nFrom the source paper for this dataset: \n\n> To generate the negotiation scenarios, we\n> scraped postings on URL\n> from the 6 most popular categories (housing, furniture, cars, bikes, phones, and electronics). Each\n> posting produces three scenarios with the buyer’s\n> target prices at 0.5x, 0.7x and 0.9x of the listing\n> price. Statistics of the scenarios are shown in Table 2.\n> We collected 6682 human-human dialogues on\n> AMT using the interface shown in Appendix A\n> Figure 2. The dataset statistics in Table 3 show\n> that CRAIGSLISTBARGAIN has longer dialogues\n> and more diverse utterances compared to prior\n> datasets. Furthermore, workers were encouraged\n> to embellish the item and negotiate side offers\n> such as free delivery or pick-up. This highly relatable scenario leads to richer dialogues such as\n> the one shown in Table 1. We also observed various persuasion techniques listed in Table 4 such as\n> embellishment,", "### Curation Rationale\n\nSee Dataset Creation", "### Source Data\n\nSee Dataset Creation", "#### Initial Data Collection and Normalization\n\nSee Dataset Creation", "#### Who are the source language producers?\n\nSee Dataset Creation", "### Annotations\n\nIf the dataset contains annotations which are not part of the initial data collection, describe them in the following paragraphs.", "#### Annotation process\n\nAnnotations for the 'dialogue_acts' in 'train' and 'test' were generated via a rules-based system which can be found in this script", "#### 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\nHe He and Derek Chen and Anusha Balakrishnan and Percy Liang\nComputer Science Department, Stanford University\n'{hehe,derekchen14,anusha,pliang}@URL'\n\nThe work through which this data was produced was supported by\nDARPA Communicating with Computers (CwC)\nprogram under ARO prime contract no. W911NF15-1-0462", "### Licensing Information", "### Contributions\n\nThanks to @ZacharySBrown for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #arxiv-1808.09637 #region-us \n", "# Dataset Card for CraigslistBargains", "## 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: Decoupling Strategy and Generation in Negotiation Dialogues\n- Repository: Github: Stanford NLP Cocoa\n- Paper: Decoupling Strategy and Generation in Negotiation Dialogues\n- Leaderboard: []()\n- Point of Contact: He He", "### Dataset Summary\n\nWe study negotiation dialogues where two agents, a buyer and a seller, negotiate over the price of an time for sale. We collected a dataset of more than 6K negotiation dialogues over multiple categories of products scraped from Craigslist. Our goal is to develop an agent that negotiates with humans through such conversations. The challenge is to handle both the negotiation strategy and the rich language for bargaining. To this end, we develop a modular framework which separates strategy learning from language generation. Specifically, we learn strategies in a coarse dialogue act space and instantiate that into utterances conditioned on dialogue history.", "### Supported Tasks and Leaderboards", "### Languages\n\nThis dataset is English", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n\n- 'agent_info': Information about each of the agents taking part in the dialogue\n - 'Bottomline': TBD\n - 'Role': Whether the agent is buyer or seller\n - 'Target': Target price that the buyer/seller wants to hit in the negotiation\n- 'agent_turn': Agent taking the current turn in the dialogue ('int' index corresponding to 'Role' above)\n- 'dialogue_acts': Rules-based information about the strategy of each agent for each turn\n - 'intent': The intent of the agent at the particular turn (offer, accept, etc.)\n - 'price': The current item price associated with the intent and turn in the bargaining process. Default value for missing: ('-1')\n- 'items': Information about the item the agents are bargaining for. Note that there is an elembet for each of the fields below for each agent\n - 'Category': Category of the item\n - 'Description': Description(s) of the item\n - 'Images': (comma delimited) strings of image names of the item\n - 'Price': Price(s) of the item. Default value for missing: ('-1')\n - 'Title': Title(s) of the item\n- 'utterance': Utterance for each turn in the dialogue, corresponding to the agent in 'agent_turns'. The utterance may be an empty string ('''') for some turns if multiple dialogue acts take place after an utterance (e.g. there are often multiple dialogue acts associated with the closing of the bargaining process after all utterances have completed to describe the conclusion of the bargaining).", "### Data Splits\n\nThis dataset contains three splits, 'train', 'validation' and 'test'. Note that 'test' is not provided with 'dialogue_acts' information as described above. To ensure schema consistency across dataset splits, the 'dialogue_acts' field in the 'test' split is populated with the default values: '{\"price\": -1.0, \"intent\": \"\"}'\n\nThe counts of examples in each split are as follows:\n\n| | Train | Valid | Test |\n| Input Examples | 5247 | 597 | 838 |\n| Average Dialogue Length | 9.14 | 9.17 | 9.24 |\n\nNote that", "## Dataset Creation\n\nFrom the source paper for this dataset: \n\n> To generate the negotiation scenarios, we\n> scraped postings on URL\n> from the 6 most popular categories (housing, furniture, cars, bikes, phones, and electronics). Each\n> posting produces three scenarios with the buyer’s\n> target prices at 0.5x, 0.7x and 0.9x of the listing\n> price. Statistics of the scenarios are shown in Table 2.\n> We collected 6682 human-human dialogues on\n> AMT using the interface shown in Appendix A\n> Figure 2. The dataset statistics in Table 3 show\n> that CRAIGSLISTBARGAIN has longer dialogues\n> and more diverse utterances compared to prior\n> datasets. Furthermore, workers were encouraged\n> to embellish the item and negotiate side offers\n> such as free delivery or pick-up. This highly relatable scenario leads to richer dialogues such as\n> the one shown in Table 1. We also observed various persuasion techniques listed in Table 4 such as\n> embellishment,", "### Curation Rationale\n\nSee Dataset Creation", "### Source Data\n\nSee Dataset Creation", "#### Initial Data Collection and Normalization\n\nSee Dataset Creation", "#### Who are the source language producers?\n\nSee Dataset Creation", "### Annotations\n\nIf the dataset contains annotations which are not part of the initial data collection, describe them in the following paragraphs.", "#### Annotation process\n\nAnnotations for the 'dialogue_acts' in 'train' and 'test' were generated via a rules-based system which can be found in this script", "#### 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\nHe He and Derek Chen and Anusha Balakrishnan and Percy Liang\nComputer Science Department, Stanford University\n'{hehe,derekchen14,anusha,pliang}@URL'\n\nThe work through which this data was produced was supported by\nDARPA Communicating with Computers (CwC)\nprogram under ARO prime contract no. W911NF15-1-0462", "### Licensing Information", "### Contributions\n\nThanks to @ZacharySBrown for adding this dataset." ]
[ 111, 11, 120, 71, 151, 10, 9, 6, 6, 400, 177, 242, 12, 9, 15, 15, 32, 43, 9, 8, 8, 7, 8, 7, 5, 88, 6, 20 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #arxiv-1808.09637 #region-us \n# Dataset Card for CraigslistBargains## 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: Decoupling Strategy and Generation in Negotiation Dialogues\n- Repository: Github: Stanford NLP Cocoa\n- Paper: Decoupling Strategy and Generation in Negotiation Dialogues\n- Leaderboard: []()\n- Point of Contact: He He### Dataset Summary\n\nWe study negotiation dialogues where two agents, a buyer and a seller, negotiate over the price of an time for sale. We collected a dataset of more than 6K negotiation dialogues over multiple categories of products scraped from Craigslist. Our goal is to develop an agent that negotiates with humans through such conversations. The challenge is to handle both the negotiation strategy and the rich language for bargaining. To this end, we develop a modular framework which separates strategy learning from language generation. Specifically, we learn strategies in a coarse dialogue act space and instantiate that into utterances conditioned on dialogue history.### Supported Tasks and Leaderboards### Languages\n\nThis dataset is English## Dataset Structure### Data Instances", "passage: ### Data Fields\n\n\n- 'agent_info': Information about each of the agents taking part in the dialogue\n - 'Bottomline': TBD\n - 'Role': Whether the agent is buyer or seller\n - 'Target': Target price that the buyer/seller wants to hit in the negotiation\n- 'agent_turn': Agent taking the current turn in the dialogue ('int' index corresponding to 'Role' above)\n- 'dialogue_acts': Rules-based information about the strategy of each agent for each turn\n - 'intent': The intent of the agent at the particular turn (offer, accept, etc.)\n - 'price': The current item price associated with the intent and turn in the bargaining process. Default value for missing: ('-1')\n- 'items': Information about the item the agents are bargaining for. Note that there is an elembet for each of the fields below for each agent\n - 'Category': Category of the item\n - 'Description': Description(s) of the item\n - 'Images': (comma delimited) strings of image names of the item\n - 'Price': Price(s) of the item. Default value for missing: ('-1')\n - 'Title': Title(s) of the item\n- 'utterance': Utterance for each turn in the dialogue, corresponding to the agent in 'agent_turns'. The utterance may be an empty string ('''') for some turns if multiple dialogue acts take place after an utterance (e.g. there are often multiple dialogue acts associated with the closing of the bargaining process after all utterances have completed to describe the conclusion of the bargaining).### Data Splits\n\nThis dataset contains three splits, 'train', 'validation' and 'test'. Note that 'test' is not provided with 'dialogue_acts' information as described above. To ensure schema consistency across dataset splits, the 'dialogue_acts' field in the 'test' split is populated with the default values: '{\"price\": -1.0, \"intent\": \"\"}'\n\nThe counts of examples in each split are as follows:\n\n| | Train | Valid | Test |\n| Input Examples | 5247 | 597 | 838 |\n| Average Dialogue Length | 9.14 | 9.17 | 9.24 |\n\nNote that## Dataset Creation\n\nFrom the source paper for this dataset: \n\n> To generate the negotiation scenarios, we\n> scraped postings on URL\n> from the 6 most popular categories (housing, furniture, cars, bikes, phones, and electronics). Each\n> posting produces three scenarios with the buyer’s\n> target prices at 0.5x, 0.7x and 0.9x of the listing\n> price. Statistics of the scenarios are shown in Table 2.\n> We collected 6682 human-human dialogues on\n> AMT using the interface shown in Appendix A\n> Figure 2. The dataset statistics in Table 3 show\n> that CRAIGSLISTBARGAIN has longer dialogues\n> and more diverse utterances compared to prior\n> datasets. Furthermore, workers were encouraged\n> to embellish the item and negotiate side offers\n> such as free delivery or pick-up. This highly relatable scenario leads to richer dialogues such as\n> the one shown in Table 1. We also observed various persuasion techniques listed in Table 4 such as\n> embellishment,### Curation Rationale\n\nSee Dataset Creation### Source Data\n\nSee Dataset Creation#### Initial Data Collection and Normalization\n\nSee Dataset Creation#### Who are the source language producers?\n\nSee Dataset Creation### Annotations\n\nIf the dataset contains annotations which are not part of the initial data collection, describe them in the following paragraphs." ]
[ 0.01016326155513525, 0.1759127676486969, -0.007411705330014229, 0.026144975796341896, 0.04958703741431236, -0.02021879516541958, 0.09244724363088608, 0.09487714618444443, 0.05252883583307266, 0.11712000519037247, -0.062069300562143326, 0.03655201196670532, 0.08557935804128647, 0.1450023204088211, 0.023100916296243668, -0.14894983172416687, 0.03027443401515484, -0.10599013417959213, 0.04930397868156433, 0.08360061049461365, 0.1112748309969902, -0.07256835699081421, 0.05745574086904526, -0.021827928721904755, -0.00864928588271141, -0.019030725583434105, -0.053182508796453476, -0.0371689647436142, 0.0672408938407898, 0.05047411099076271, 0.07012979686260223, -0.03497504070401192, -0.004715133458375931, -0.23800146579742432, 0.023234698921442032, 0.0708472728729248, -0.0025016041472554207, 0.02231850102543831, 0.020856885239481926, -0.04358557611703873, 0.06645004451274872, -0.07782435417175293, 0.09407016634941101, 0.05345468968153, -0.12207955121994019, -0.04853907972574234, -0.10710211843252182, 0.058099888265132904, 0.07148642092943192, 0.03138790279626846, -0.048477694392204285, 0.0735364556312561, -0.03792937844991684, 0.028743727132678032, 0.0802086666226387, -0.18079271912574768, -0.03126339241862297, -0.027450354769825935, 0.019038502126932144, 0.03701417148113251, -0.12156985700130463, -0.002667272463440895, -0.03686051815748215, 0.026381947100162506, -0.04114188998937607, 0.01857795938849449, -0.017136557027697563, 0.026848047971725464, -0.09457626938819885, -0.05674540251493454, 0.17990578711032867, 0.020531922578811646, -0.04640350490808487, -0.18563762307167053, 0.007117479108273983, 0.04106399416923523, -0.024004943668842316, -0.017626537010073662, 0.032270997762680054, -0.0005732262507081032, 0.034543074667453766, -0.027776962146162987, -0.07820770144462585, 0.0325721800327301, -0.06490731239318848, 0.06323426961898804, 0.011379679664969444, 0.008588762953877449, 0.03024747408926487, 0.06667184829711914, 0.01741013675928116, -0.06543783098459244, -0.06637983024120331, -0.043986234813928604, -0.18885701894760132, -0.04153807461261749, -0.04377947747707367, -0.034961022436618805, 0.036139052361249924, 0.22020956873893738, -0.0508200004696846, 0.018012188374996185, -0.054531633853912354, -0.009204689413309097, 0.09798644483089447, 0.10600301623344421, 0.021478787064552307, -0.08670319616794586, -0.05294577032327652, 0.045970041304826736, 0.023633722215890884, -0.0247458815574646, -0.018593445420265198, 0.07118142396211624, 0.0278332382440567, 0.06803455948829651, 0.12443405389785767, 0.02022024430334568, -0.12417566776275635, -0.023808518424630165, 0.07937658578157425, -0.14179840683937073, 0.03422106057405472, 0.039462920278310776, -0.021289631724357605, -0.01726251281797886, -0.020322423428297043, 0.017170080915093422, -0.027706097811460495, 0.031541358679533005, -0.05585911124944687, -0.0008647944778203964, -0.09158328920602798, -0.04185415059328079, 0.06660927832126617, 0.017838459461927414, -0.08187398314476013, -0.010566388256847858, -0.10740452259778976, -0.05829671025276184, 0.03794296458363533, -0.07311628758907318, -0.042324505746364594, -0.033415552228689194, 0.01502980012446642, 0.007747249212116003, 0.014274205081164837, 0.006861239671707153, -0.037324659526348114, 0.009250225499272346, -0.06966304779052734, 0.03166314959526062, 0.1193796843290329, 0.023106228560209274, -0.07141277939081192, 0.03548479080200195, -0.1627952754497528, 0.14897406101226807, -0.11184361577033997, 0.023056287318468094, -0.08403075486421585, 0.0478411465883255, 0.016333209350705147, 0.019080189988017082, -0.0399918295443058, 0.110775887966156, -0.19072633981704712, -0.038356512784957886, 0.10176438093185425, -0.09900360554456711, -0.023023344576358795, 0.08210340142250061, -0.061917632818222046, 0.024734502658247948, 0.11456471681594849, 0.12660226225852966, 0.03117886185646057, -0.07178650796413422, -0.08620227873325348, -0.023554552346467972, -0.022075891494750977, 0.20190145075321198, 0.09940885007381439, -0.1095559149980545, 0.1377517282962799, 0.012352452613413334, -0.03290601074695587, -0.05930081754922867, 0.0048996140249073505, -0.0582265742123127, 0.04869852587580681, -0.016738813370466232, 0.037326931953430176, -0.021440565586090088, -0.05560629814863205, -0.024750983342528343, -0.12836292386054993, 0.0849333256483078, 0.04563514143228531, 0.011087177321314812, 0.029121026396751404, -0.08897868543863297, 0.02494952455163002, 0.05128050222992897, 0.0074120196513831615, -0.1635085940361023, -0.18486231565475464, 0.05093463510274887, -0.11232022941112518, 0.11386961489915848, 0.010167989879846573, 0.016265863552689552, -0.0014503226848319173, -0.011321904137730598, 0.03769463300704956, -0.05815398693084717, 0.006047580391168594, 0.004158595576882362, -0.17430253326892853, -0.02790072001516819, -0.049384474754333496, 0.17617309093475342, -0.040534235537052155, -0.01481134258210659, 0.088467538356781, 0.12857267260551453, 0.04054589569568634, -0.06594641506671906, 0.024573272094130516, 0.005781866144388914, -0.004476004745811224, -0.030200468376278877, 0.015864722430706024, -0.009536155499517918, -0.0015421751886606216, 0.06837652623653412, -0.10374961793422699, -0.11180049926042557, 0.046421051025390625, 0.05756360664963722, -0.0843011885881424, -0.06261887401342392, -0.052490897476673126, -0.026560764759778976, -0.09038200229406357, -0.06773003190755844, 0.1397714912891388, 0.0760003924369812, 0.015552480705082417, -0.050643447786569595, -0.08947591483592987, -0.07276535034179688, 0.01466886606067419, -0.05753780156373978, 0.058919716626405716, -0.03511309623718262, -0.14274917542934418, 0.11681540310382843, 0.018940791487693787, 0.10511401295661926, 0.13400012254714966, -0.012121085077524185, -0.05865974724292755, -0.05496641993522644, 0.04814416170120239, -0.0014156980905681849, 0.054387472569942474, -0.06313204765319824, -0.0007667951285839081, 0.044944506138563156, -0.024383574724197388, -0.0018155183643102646, -0.054225288331508636, 0.03478985279798508, 0.007965108379721642, 0.004574996884912252, 0.035646770149469376, -0.020492739975452423, 0.03409476578235626, 0.07781476527452469, 0.04199310019612312, 0.06561026722192764, -0.011888970620930195, -0.050025176256895065, -0.0637965053319931, 0.11428069323301315, -0.15260058641433716, -0.270569771528244, -0.12998482584953308, -0.03252022713422775, -0.03924078866839409, -0.004443274810910225, -0.0004235878586769104, -0.03990408033132553, -0.08099877834320068, -0.07595531642436981, -0.0007851645350456238, 0.05773340165615082, -0.11751057207584381, 0.020327245816588402, 0.039349813014268875, -0.018879150971770287, -0.1137753501534462, 0.005393565632402897, 0.0019021611660718918, -0.01741037704050541, -0.05165504664182663, 0.06071796268224716, 0.04958677291870117, 0.1080978661775589, 0.06982812285423279, -0.022354863584041595, -0.03966357931494713, 0.15597155690193176, -0.11054787039756775, 0.07675759494304657, 0.061980657279491425, -0.05628906190395355, 0.05727914720773697, 0.15133193135261536, 0.0196699071675539, -0.01668754778802395, 0.022737938910722733, 0.06935569643974304, 0.0058910176157951355, -0.21994581818580627, -0.08449122309684753, -0.053003355860710144, -0.014625830575823784, 0.03172989934682846, 0.036781806498765945, 0.03022512048482895, -0.04493650048971176, -0.09457090497016907, -0.008316720835864544, 0.09469012916088104, 0.08424568176269531, 0.16825568675994873, -0.011531898751854897, 0.0634416937828064, -0.038167525082826614, 0.010513103567063808, 0.06647273898124695, 0.03822094947099686, 0.15503492951393127, 0.014352603815495968, 0.20595166087150574, 0.06535091996192932, -0.0020745564252138138, 0.005313729867339134, -0.041150011122226715, -0.008275643922388554, 0.059229180216789246, -0.03273361176252365, -0.07573137432336807, -0.01905328407883644, 0.08462777733802795, 0.10370002686977386, -0.06492792814970016, 0.047290071845054626, -0.007078003138303757, 0.1028020977973938, 0.09878592193126678, 0.06013268232345581, -0.06177309900522232, -0.046042777597904205, 0.06722236424684525, -0.05167212337255478, -0.04766078293323517, -0.0326254665851593, 0.006878264248371124, -0.14795297384262085, 0.06950189173221588, -0.012295828200876713, 0.0540529228746891, -0.07017047703266144, -0.014394671656191349, 0.007585987448692322, 0.059982869774103165, -0.01878626085817814, 0.07551509886980057, -0.1436707079410553, 0.09510054439306259, -0.0013824304332956672, 0.018234221264719963, -0.043290793895721436, 0.06913566589355469, -0.006969446316361427, -0.05443890020251274, 0.13065235316753387, 0.010359925217926502, -0.03886394575238228, 0.05507391691207886, -0.08008080720901489, -0.027761898934841156, 0.06924185156822205, -0.08611410856246948, 0.0742962509393692, -0.01828843541443348, -0.019726525992155075, -0.04933512955904007, 0.02098855748772621, -0.053071029484272, -0.22404123842716217, 0.07356319576501846, -0.10630939900875092, 0.049084365367889404, -0.04104474186897278, -0.037957094609737396, -0.057389263063669205, 0.1674993336200714, -0.1176772266626358, -0.07406418025493622, -0.07499562203884125, 0.00016887858510017395, 0.11565086245536804, -0.039907775819301605, 0.03739399462938309, -0.034566815942525864, 0.14931079745292664, -0.0529840812087059, -0.04648929089307785, 0.012590175494551659, -0.020301159471273422, -0.14098933339118958, -0.059943318367004395, 0.15493234992027283, 0.03257140517234802, 0.04495301842689514, -0.007717472966760397, 0.06962359696626663, -0.005738738924264908, -0.05196532979607582, 0.028239542618393898, 0.10089485347270966, 0.054654158651828766, 0.13103324174880981, -0.03415887802839279, -0.16424494981765747, -0.1090662032365799, -0.02721444144845009, 0.09666745364665985, 0.181234210729599, -0.04652310162782669, 0.21963368356227875, 0.12036138772964478, -0.09775273501873016, -0.15167613327503204, -0.055192433297634125, 0.023913124576210976, -0.03289327770471573, 0.0771615207195282, -0.17002809047698975, 0.061033301055431366, 0.0282810777425766, -0.02235075831413269, -0.010276678018271923, -0.1768658310174942, -0.11762043833732605, 0.00620361790060997, -0.013176054693758488, -0.1333981156349182, -0.10216591507196426, -0.07544340938329697, -0.0064652711153030396, -0.12197241187095642, 0.11496450752019882, 0.03348911553621292, 0.022881120443344116, 0.018835514783859253, 0.049679405987262726, 0.036854248493909836, -0.023433392867445946, 0.11977226287126541, 0.017871005460619926, -0.0017177523113787174, -0.07611548900604248, -0.0691915899515152, 0.12430830299854279, -0.03417908400297165, 0.036748044192790985, -0.018832292407751083, -0.018997691571712494, -0.04849685728549957, -0.03995788097381592, -0.04282860457897186, 0.034418538212776184, -0.07971838116645813, -0.025709299370646477, -0.06046222522854805, 0.11554054170846939, 0.05129127576947212, -0.0019522178918123245, 0.08366365730762482, -0.029097801074385643, 0.08435317128896713, 0.13686810433864594, 0.09694938361644745, 0.04043605923652649, -0.11151758581399918, -0.0272383913397789, -0.007302374113351107, -0.003482588566839695, -0.06100788712501526, 0.015467826277017593, 0.06336719542741776, 0.02227811887860298, 0.1574293076992035, -0.008898580446839333, -0.17162135243415833, 0.02033698372542858, 0.08011037111282349, -0.0705791711807251, -0.20978765189647675, 0.00793870072811842, -0.0021955594420433044, -0.11620277166366577, -0.06064443290233612, 0.07840943336486816, 0.03913218155503273, -0.04296977072954178, 0.030399750918149948, 0.08199375867843628, 0.03849188983440399, 0.027451515197753906, -0.029609888792037964, 0.050995513796806335, -0.08792654424905777, 0.10661283135414124, 0.14527539908885956, -0.07944236695766449, 0.02916691079735756, 0.09530189633369446, -0.06284624338150024, -0.03784351795911789, -0.05416659638285637, 0.04980847239494324, 0.0008665807545185089, 0.015099838376045227, -0.005560160614550114, -0.09540507197380066, 0.062293313443660736, 0.1122843474149704, -0.005775603465735912, 0.06076699122786522, 0.0048549724742770195, -0.005927480291575193, 0.02586233988404274, 0.13754203915596008, 0.010399838909506798, 0.005196636542677879, -0.03189627081155777, 0.046070266515016556, -0.0031196409836411476, -0.033432167023420334, 0.02621740847826004, -0.09013720601797104, -0.09351349622011185, -0.0104157580062747, -0.057748496532440186, -0.007073402404785156, -0.1023743599653244, -0.00009827176108956337, 0.006413332186639309, -0.001250455155968666, 0.021829277276992798, 0.025221435353159904, -0.044423241168260574, -0.04193369299173355, -0.009852789342403412, 0.12148171663284302, -0.204993337392807, 0.03571659326553345, 0.07946105301380157, -0.07123049348592758, 0.08498101681470871, -0.004781374242156744, 0.002520294627174735, 0.009694206528365612, -0.0442546121776104, -0.02778572589159012, -0.0572061724960804, 0.03606902435421944, 0.01497430820018053, -0.1360982060432434, -0.01724933460354805, -0.017666973173618317, -0.050868503749370575, 0.015600219368934631, 0.041578508913517, -0.07761594653129578, 0.07226552069187164, 0.05488359555602074, -0.07066793739795685, -0.03741680458188057, 0.034308794885873795, 0.04709348827600479, -0.013160835951566696, 0.11775968968868256, -0.03124776855111122, 0.04658201336860657, -0.1231250986456871, -0.030041974037885666, 0.024514175951480865, 0.010928196832537651, -0.030067145824432373, -0.03488117456436157, 0.031004659831523895, 0.0031037386506795883, 0.1433839350938797, 0.015749994665384293, 0.01146046631038189, 0.05893887206912041, 0.032227203249931335, -0.08380281180143356, 0.061072275042533875, -0.030308742076158524, 0.016672663390636444, -0.023476973176002502, 0.014586025848984718, -0.07352636754512787, -0.04742663353681564, -0.0875505656003952, 0.105714812874794, 0.16885331273078918, 0.11113245785236359, -0.024799853563308716, 0.10387685894966125, -0.08159796893596649, -0.09667562693357468, 0.08050906658172607, -0.08566036820411682, 0.027038143947720528, -0.07659190148115158, 0.05096493288874626, 0.06415339559316635, -0.16742053627967834, 0.1317523717880249, -0.038779158145189285, -0.0403997004032135, -0.03627867251634598, -0.19288530945777893, -0.04782044142484665, -0.015784937888383865, 0.005315837915986776, -0.09059544652700424, 0.10194393992424011, 0.0764877051115036, -0.015012109652161598, -0.01727103814482689, 0.032092370092868805, -0.13063055276870728, -0.08453874289989471, 0.053148917853832245, 0.02666580304503441, 0.03704192489385605, 0.031085994094610214, 0.056195490062236786, -0.018991336226463318, 0.05787733197212219, 0.06829450279474258, 0.07470117509365082, 0.05908127874135971, -0.005429010838270187, -0.02245354652404785, -0.05529671907424927, 0.037098512053489685, -0.04081945866346359, -0.08288367092609406, 0.1105603575706482, 0.04219204932451248, 0.019298618659377098, 0.009323474951088428, 0.19249409437179565, -0.010417848825454712, -0.13427886366844177, -0.1676502823829651, 0.12050101161003113, 0.00012718094512820244, 0.018432358279824257, 0.04565206170082092, -0.11925967037677765, 0.02092047594487667, 0.07057955861091614, 0.14056338369846344, -0.03485990688204765, 0.011551523581147194, 0.022764045745134354, 0.023270035162568092, 0.013827241025865078, 0.04945186525583267, 0.0021549961529672146, 0.22353288531303406, -0.03436663746833801, 0.08229191601276398, -0.011270426213741302, -0.04376181215047836, -0.06807926297187805, 0.042892247438430786, -0.024220304563641548, -0.006580330431461334, -0.05392642319202423, 0.09739422053098679, -0.07647798955440521, -0.23104171454906464, 0.030529135838150978, -0.14734871685504913, -0.12059755623340607, -0.04442232847213745, 0.09510156512260437, -0.01905679702758789, 0.03953302279114723, 0.07139851152896881, -0.05905037000775337, 0.17139604687690735, 0.01628786511719227, -0.04705064743757248, -0.040370866656303406, 0.13241225481033325, -0.09889283776283264, 0.1354714334011078, -0.010778224095702171, 0.07396617531776428, 0.08496924489736557, 0.006578977219760418, -0.08202677965164185, -0.008652228862047195, 0.06272301822900772, -0.05700986087322235, 0.017638973891735077, 0.11568356305360794, 0.030358880758285522, 0.14739775657653809, 0.09906555712223053, 0.012167920358479023, 0.07121492922306061, 0.04192259907722473, -0.007608601823449135, -0.07340100407600403, 0.08355231583118439, -0.10992147028446198, 0.11671140789985657, 0.11580753326416016, -0.021817797794938087, 0.005580015946179628, -0.02202565036714077, -0.026706811040639877, 0.0035120807588100433, 0.13676491379737854, -0.05469321459531784, -0.10966204106807709, 0.021657995879650116, -0.026929298415780067, 0.09125876426696777, -0.17386063933372498, -0.09073801338672638, 0.042622894048690796, 0.010415852069854736, -0.023189835250377655, 0.10592794418334961, 0.13192060589790344, 0.0081013273447752, -0.040722593665122986, -0.08752348273992538, 0.03745464235544205, 0.0975482165813446, -0.04183231294155121, 0.025054417550563812 ]
ce0f4c7c7217e637a0a1243236713ec34e343a94
# Dataset Card for Common Crawl Domain Names ## 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/common-crawl-domain-names - **Repository:** https://github.com/google-research-datasets/common-crawl-domain-names - **Paper:** https://arxiv.org/pdf/2011.03138 - **Leaderboard:** - **Point of Contact:** ### Dataset Summary Corpus of domain names scraped from Common Crawl and manually annotated to add word boundaries (e.g. "commoncrawl" to "common crawl"). Breaking [domain names](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_URL) such as "openresearch" into component words "open" and "research" is important for applications such as Text-to-Speech synthesis and web search. [Common Crawl](https://commoncrawl.org/) is an open repository of web crawl data that can be accessed and analyzed by anyone. Specifically, we scraped the plaintext (WET) extracts for domain names from URLs that contained diverse letter casing (e.g. "OpenBSD"). Although in the previous example, segmentation is trivial using letter casing, this was not always the case (e.g. "NASA"), so we had to manually annotate the data. ### Supported Tasks and Leaderboards - Text-to-Speech synthesis - Web search ### Languages en: English ## Dataset Structure ### Data Instances Each sample is an example of space separated segments of a domain name. The examples are stored in their original letter casing, but harder and more interesting examples can be generated by lowercasing the input first. For example: ``` Open B S D NASA ASAP Workouts ``` ### Data Fields - `example`: a `string` feature: space separated segments of a domain name. ### Data Splits | split | size | trivial | avg_input_length | avg_segments | |-------|-------|---------|------------------|--------------| | train | 17572 | 13718 | 12.63 | 2.65 | | eval | 1953 | 1536 | 12.77 | 2.67 | | test | 2170 | 1714 | 12.63 | 2.66 | ## Dataset Creation ### Curation Rationale The dataset was curated by scraping the plaintext (WET) extracts for domain names from URLs that contained diverse letter casing (e.g. "OpenBSD"). Although in the previous example, segmentation is trivial using letter casing, this was not always the case (e.g. "NASA"), so the curators of the dataset had to manually annotate the data. ### Source Data #### Initial Data Collection and Normalization Corpus of domain names scraped from Common Crawl and manually annotated to add word boundaries #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? The annotators are the curators of this 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 The curators of this dataset are [Jae Hun Ro](https://github.com/JaeHunRo) and [mwurts4google](https://github.com/mwurts4google), who are the contributors of the official Github repository for this dataset. Since the account handles of other curators are unknown currently, the authors of the paper linked to this dataset is mentioned here as curators, [Hao Zhang](https://arxiv.org/search/cs?searchtype=author&query=Zhang%2C+H), [Jae Ro](https://arxiv.org/search/cs?searchtype=author&query=Ro%2C+J), and [Richard Sproat](https://arxiv.org/search/cs?searchtype=author&query=Sproat%2C+R). ### Licensing Information [MIT License](https://github.com/google-research-datasets/common-crawl-domain-names/blob/master/LICENSE) ### Citation Information ``` @inproceedings{zrs2020urlsegmentation, title={Semi-supervised URL Segmentation with Recurrent Neural Networks Pre-trained on Knowledge Graph Entities}, author={Hao Zhang and Jae Ro and Richard William Sproat}, booktitle={The 28th International Conference on Computational Linguistics (COLING 2020)}, year={2020} } ``` ### Contributions Thanks to [@Karthik-Bhaskar](https://github.com/Karthik-Bhaskar) for adding this dataset.
crawl_domain
[ "task_categories:other", "annotations_creators:expert-generated", "language_creators:crowdsourced", "language_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:extended|other-Common-Crawl", "source_datasets:original", "language:en", "license:mit", "web-search", "text-to-speech", "arxiv:2011.03138", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced", "expert-generated", "found"], "language": ["en"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["extended|other-Common-Crawl", "original"], "task_categories": ["other"], "task_ids": [], "paperswithcode_id": "common-crawl-domain-names", "pretty_name": "Common Crawl Domain Names", "tags": ["web-search", "text-to-speech"], "dataset_info": {"features": [{"name": "example", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 321134, "num_examples": 17572}, {"name": "test", "num_bytes": 39712, "num_examples": 2170}, {"name": "validation", "num_bytes": 36018, "num_examples": 1953}], "download_size": 331763, "dataset_size": 396864}}
2024-01-18T09:48:12+00:00
[ "2011.03138" ]
[ "en" ]
TAGS #task_categories-other #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-Common-Crawl #source_datasets-original #language-English #license-mit #web-search #text-to-speech #arxiv-2011.03138 #region-us
Dataset Card for Common Crawl Domain Names ========================================== 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 Corpus of domain names scraped from Common Crawl and manually annotated to add word boundaries (e.g. "commoncrawl" to "common crawl"). Breaking domain names such as "openresearch" into component words "open" and "research" is important for applications such as Text-to-Speech synthesis and web search. Common Crawl is an open repository of web crawl data that can be accessed and analyzed by anyone. Specifically, we scraped the plaintext (WET) extracts for domain names from URLs that contained diverse letter casing (e.g. "OpenBSD"). Although in the previous example, segmentation is trivial using letter casing, this was not always the case (e.g. "NASA"), so we had to manually annotate the data. ### Supported Tasks and Leaderboards * Text-to-Speech synthesis * Web search ### Languages en: English Dataset Structure ----------------- ### Data Instances Each sample is an example of space separated segments of a domain name. The examples are stored in their original letter casing, but harder and more interesting examples can be generated by lowercasing the input first. For example: ### Data Fields * 'example': a 'string' feature: space separated segments of a domain name. ### Data Splits Dataset Creation ---------------- ### Curation Rationale The dataset was curated by scraping the plaintext (WET) extracts for domain names from URLs that contained diverse letter casing (e.g. "OpenBSD"). Although in the previous example, segmentation is trivial using letter casing, this was not always the case (e.g. "NASA"), so the curators of the dataset had to manually annotate the data. ### Source Data #### Initial Data Collection and Normalization Corpus of domain names scraped from Common Crawl and manually annotated to add word boundaries #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? The annotators are the curators of this dataset ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators The curators of this dataset are Jae Hun Ro and mwurts4google, who are the contributors of the official Github repository for this dataset. Since the account handles of other curators are unknown currently, the authors of the paper linked to this dataset is mentioned here as curators, Hao Zhang, Jae Ro, and Richard Sproat. ### Licensing Information MIT License ### Contributions Thanks to @Karthik-Bhaskar for adding this dataset.
[ "### Dataset Summary\n\n\nCorpus of domain names scraped from Common Crawl and manually annotated to add word boundaries (e.g. \"commoncrawl\" to \"common crawl\").\n\n\nBreaking domain names such as \"openresearch\" into component words \"open\" and \"research\" is important for applications such as Text-to-Speech synthesis and web search. Common Crawl is an open repository of web crawl data that can be accessed and analyzed by anyone. Specifically, we scraped the plaintext (WET) extracts for domain names from URLs that contained diverse letter casing (e.g. \"OpenBSD\"). Although in the previous example, segmentation is trivial using letter casing, this was not always the case (e.g. \"NASA\"), so we had to manually annotate the data.", "### Supported Tasks and Leaderboards\n\n\n* Text-to-Speech synthesis\n* Web search", "### Languages\n\n\nen: English\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nEach sample is an example of space separated segments of a domain name. The examples are stored in their original letter casing, but harder and more interesting examples can be generated by lowercasing the input first.\n\n\nFor example:", "### Data Fields\n\n\n* 'example': a 'string' feature: space separated segments of a domain name.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was curated by scraping the plaintext (WET) extracts for domain names from URLs that contained diverse letter casing (e.g. \"OpenBSD\"). Although in the previous example, segmentation is trivial using letter casing, this was not always the case (e.g. \"NASA\"), so the curators of the dataset had to manually annotate the data.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nCorpus of domain names scraped from Common Crawl and manually annotated to add word boundaries", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?\n\n\nThe annotators are the curators of this dataset", "### 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\nThe curators of this dataset are Jae Hun Ro and mwurts4google, who are the contributors of the official Github repository for this dataset. Since the account handles of other curators are unknown currently, the authors of the paper linked to this dataset is mentioned here as curators, Hao Zhang, Jae Ro, and Richard Sproat.", "### Licensing Information\n\n\nMIT License", "### Contributions\n\n\nThanks to @Karthik-Bhaskar for adding this dataset." ]
[ "TAGS\n#task_categories-other #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-Common-Crawl #source_datasets-original #language-English #license-mit #web-search #text-to-speech #arxiv-2011.03138 #region-us \n", "### Dataset Summary\n\n\nCorpus of domain names scraped from Common Crawl and manually annotated to add word boundaries (e.g. \"commoncrawl\" to \"common crawl\").\n\n\nBreaking domain names such as \"openresearch\" into component words \"open\" and \"research\" is important for applications such as Text-to-Speech synthesis and web search. Common Crawl is an open repository of web crawl data that can be accessed and analyzed by anyone. Specifically, we scraped the plaintext (WET) extracts for domain names from URLs that contained diverse letter casing (e.g. \"OpenBSD\"). Although in the previous example, segmentation is trivial using letter casing, this was not always the case (e.g. \"NASA\"), so we had to manually annotate the data.", "### Supported Tasks and Leaderboards\n\n\n* Text-to-Speech synthesis\n* Web search", "### Languages\n\n\nen: English\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nEach sample is an example of space separated segments of a domain name. The examples are stored in their original letter casing, but harder and more interesting examples can be generated by lowercasing the input first.\n\n\nFor example:", "### Data Fields\n\n\n* 'example': a 'string' feature: space separated segments of a domain name.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was curated by scraping the plaintext (WET) extracts for domain names from URLs that contained diverse letter casing (e.g. \"OpenBSD\"). Although in the previous example, segmentation is trivial using letter casing, this was not always the case (e.g. \"NASA\"), so the curators of the dataset had to manually annotate the data.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nCorpus of domain names scraped from Common Crawl and manually annotated to add word boundaries", "#### Who are the source language producers?", "### Annotations", "#### Annotation process", "#### Who are the annotators?\n\n\nThe annotators are the curators of this dataset", "### 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\nThe curators of this dataset are Jae Hun Ro and mwurts4google, who are the contributors of the official Github repository for this dataset. Since the account handles of other curators are unknown currently, the authors of the paper linked to this dataset is mentioned here as curators, Hao Zhang, Jae Ro, and Richard Sproat.", "### Licensing Information\n\n\nMIT License", "### Contributions\n\n\nThanks to @Karthik-Bhaskar for adding this dataset." ]
[ 132, 192, 24, 14, 58, 28, 11, 97, 4, 32, 10, 5, 5, 21, 18, 7, 8, 14, 93, 8, 20 ]
[ "passage: TAGS\n#task_categories-other #annotations_creators-expert-generated #language_creators-crowdsourced #language_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|other-Common-Crawl #source_datasets-original #language-English #license-mit #web-search #text-to-speech #arxiv-2011.03138 #region-us \n### Dataset Summary\n\n\nCorpus of domain names scraped from Common Crawl and manually annotated to add word boundaries (e.g. \"commoncrawl\" to \"common crawl\").\n\n\nBreaking domain names such as \"openresearch\" into component words \"open\" and \"research\" is important for applications such as Text-to-Speech synthesis and web search. Common Crawl is an open repository of web crawl data that can be accessed and analyzed by anyone. Specifically, we scraped the plaintext (WET) extracts for domain names from URLs that contained diverse letter casing (e.g. \"OpenBSD\"). Although in the previous example, segmentation is trivial using letter casing, this was not always the case (e.g. \"NASA\"), so we had to manually annotate the data.### Supported Tasks and Leaderboards\n\n\n* Text-to-Speech synthesis\n* Web search### Languages\n\n\nen: English\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nEach sample is an example of space separated segments of a domain name. The examples are stored in their original letter casing, but harder and more interesting examples can be generated by lowercasing the input first.\n\n\nFor example:### Data Fields\n\n\n* 'example': a 'string' feature: space separated segments of a domain name.### Data Splits\n\n\n\nDataset Creation\n----------------" ]
[ 0.015049642883241177, 0.043543312698602676, -0.006466804537922144, 0.020954348146915436, 0.0036597170401364565, 0.01097896322607994, -0.0008306961390189826, 0.0628122091293335, 0.009299322962760925, 0.030901338905096054, -0.03591923043131828, -0.053160447627305984, 0.04475003108382225, -0.017587604001164436, 0.02032138593494892, -0.22025452554225922, 0.046443723142147064, -0.04004408419132233, 0.13377554714679718, 0.049031179398298264, 0.08647247403860092, -0.0325029082596302, 0.011141430586576462, 0.02152964472770691, 0.018881581723690033, 0.006992557551711798, -0.006720406468957663, -0.011160338297486305, 0.09425505250692368, 0.13807176053524017, 0.141386941075325, 0.009319196455180645, -0.014934012666344643, -0.2014746069908142, 0.04051000252366066, 0.10390938818454742, -0.01826963946223259, 0.01928364299237728, 0.05862252786755562, -0.00765022449195385, 0.08585627377033234, -0.02786041609942913, 0.03089512139558792, 0.059519801288843155, -0.0789577066898346, -0.22343002259731293, -0.13070568442344666, 0.016900066286325455, 0.012689315713942051, -0.0006552303093485534, 0.009762320667505264, 0.017170226201415062, -0.03239411488175392, 0.06406993418931961, 0.08736621588468552, -0.2020358294248581, -0.06277478486299515, 0.09368432313203812, 0.09003633260726929, 0.09883981943130493, -0.039602313190698624, 0.008178463205695152, -0.043293919414281845, 0.036499664187431335, -0.03240431845188141, -0.01702253520488739, -0.10567642748355865, -0.03631376102566719, -0.07337655127048492, -0.052549030631780624, 0.1129801794886589, -0.0006382151623256505, -0.06659410893917084, -0.11022501438856125, -0.07585892081260681, 0.105179063975811, -0.011053110472857952, 0.04107002913951874, -0.014970783144235611, 0.09400911629199982, 0.06915640830993652, -0.1575229912996292, -0.09829295426607132, -0.010418802499771118, -0.14549270272254944, 0.15267017483711243, 0.021318862214684486, 0.031912270933389664, 0.028351962566375732, 0.07823539525270462, 0.06879384815692902, -0.026462942361831665, -0.05556296557188034, -0.03710021823644638, -0.10966088622808456, -0.02346540242433548, -0.04740799963474274, -0.12423209100961685, 0.1048479676246643, 0.2142072468996048, -0.025446170940995216, 0.023135391995310783, -0.07465475052595139, 0.01707015372812748, 0.03354105353355408, 0.07054872810840607, -0.0602276474237442, 0.010491011664271355, 0.08871651440858841, -0.07483597844839096, 0.05166717991232872, -0.04770299792289734, -0.026286937296390533, -0.006405591499060392, -0.018052807077765465, 0.04255371913313866, 0.13969404995441437, 0.045726578682661057, -0.04430873319506645, -0.028036203235387802, 0.11965692043304443, -0.09118209034204483, 0.008953135460615158, 0.04357190802693367, 0.006852110382169485, -0.03066030889749527, 0.015250579454004765, 0.03233157470822334, -0.04708297550678253, 0.013257414102554321, -0.04022920876741409, -0.03913435339927673, -0.05023409053683281, -0.10925213247537613, 0.07160021364688873, -0.07350538671016693, -0.08352291584014893, -0.08852925896644592, -0.10781525820493698, -0.053430382162332535, 0.023456305265426636, 0.005712280981242657, -0.03247857093811035, 0.05733616650104523, 0.03628889471292496, -0.0390164814889431, -0.00938499253243208, -0.035350169986486435, -0.06276286393404007, 0.004183018114417791, -0.1957390010356903, 0.024297624826431274, -0.10232201963663101, -0.0030584835913032293, -0.053184688091278076, 0.009443869814276695, -0.12679040431976318, 0.14088182151317596, -0.08136332780122757, 0.006553846877068281, -0.08606303483247757, 0.014658218249678612, -0.04343859851360321, 0.0006518957670778036, -0.006583810783922672, 0.03037729300558567, -0.13628877699375153, 0.03715239837765694, 0.10513361543416977, -0.09356561303138733, 0.01637730747461319, 0.18677857518196106, -0.028257815167307854, 0.003462359309196472, 0.09707587212324142, 0.14926843345165253, 0.13324493169784546, 0.07283258438110352, -0.05546099320054054, 0.03192981705069542, -0.029004687443375587, 0.16584080457687378, 0.06340610980987549, -0.08231419324874878, 0.021153323352336884, -0.00925309956073761, 0.12263740599155426, 0.01487212534993887, -0.004859603941440582, -0.021580491214990616, -0.0031732649076730013, 0.014806254766881466, 0.01002594269812107, -0.06314285099506378, -0.04191546142101288, 0.013311096467077732, -0.0719015821814537, 0.029393702745437622, 0.061337534338235855, -0.04242052882909775, 0.06710489839315414, -0.09544982016086578, 0.0391102060675621, -0.03859325125813484, 0.04379750415682793, -0.2045118510723114, -0.22295546531677246, 0.058357156813144684, -0.06777345389127731, 0.09004053473472595, -0.00990431010723114, -0.03644644096493721, -0.021310357376933098, -0.02620576322078705, 0.028665050864219666, 0.04880936071276665, -0.016356199979782104, -0.06410381942987442, -0.09297693520784378, -0.07793094962835312, -0.03343429043889046, -0.007704577408730984, -0.03396465629339218, 0.027462312951683998, 0.18124066293239594, 0.14636260271072388, 0.047784268856048584, -0.034787215292453766, 0.030381828546524048, 0.04064493253827095, -0.01566445827484131, -0.023646200075745583, 0.015998871996998787, 0.038204118609428406, -0.131795734167099, 0.07666781544685364, -0.022832803428173065, -0.08573068678379059, -0.014705120585858822, -0.015584896318614483, -0.004355632234364748, -0.01290161907672882, -0.030132204294204712, -0.015624693594872952, -0.0682164803147316, -0.0756864920258522, 0.1866324543952942, 0.03202280029654503, 0.04761383682489395, -0.10444006323814392, -0.04032304137945175, -0.05563642829656601, 0.03008922003209591, 0.040914349257946014, 0.03550437465310097, -0.14226074516773224, -0.16622744500637054, 0.010113880038261414, -0.04855778068304062, 0.031221989542245865, 0.08192970603704453, 0.0035386178642511368, -0.013084817677736282, 0.00034211750607937574, 0.06173274666070938, -0.0015739158261567354, -0.028245002031326294, 0.030405361205339432, 0.04123985022306442, 0.03379690647125244, 0.052196092903614044, 0.03646115958690643, -0.09555958211421967, 0.06910838931798935, 0.02692033164203167, -0.02966734953224659, -0.012573541142046452, 0.017021195963025093, 0.030790533870458603, 0.08318035304546356, 0.044810399413108826, 0.07765989750623703, 0.007945423014461994, -0.08015286922454834, -0.0711200013756752, 0.15487541258335114, -0.09790117293596268, -0.1712905615568161, -0.13834771513938904, -0.018652815371751785, -0.07664868235588074, 0.0014213410904631019, 0.08274880796670914, 0.0109788803383708, -0.018358759582042694, -0.11826952546834946, -0.004269653465598822, 0.04502085596323013, -0.05737190321087837, -0.129298135638237, -0.023185238242149353, -0.02488933876156807, -0.1226133480668068, 0.034150537103414536, -0.03054327331483364, -0.04173104837536812, 0.0006172703579068184, -0.028821878135204315, 0.08786351978778839, 0.0654776319861412, 0.002004682319238782, -0.0825689360499382, -0.0571475625038147, 0.10111739486455917, -0.053618717938661575, 0.07247593253850937, 0.12643271684646606, -0.10847687721252441, 0.0640782043337822, 0.09540210664272308, 0.07508911937475204, -0.03437225520610809, 0.005143500864505768, 0.07225098460912704, -0.049828942865133286, -0.24144361913204193, -0.061359111219644547, -0.08117515593767166, -0.03729582205414772, -0.011793987825512886, 0.042081981897354126, 0.026812758296728134, -0.010267449542880058, -0.12514567375183105, 0.06374488770961761, 0.08948120474815369, 0.05761709064245224, 0.2724016010761261, -0.02363702468574047, 0.059672437608242035, -0.09180896729230881, 0.021582987159490585, 0.08860087394714355, 0.06135339289903641, 0.16125482320785522, 0.01218227669596672, 0.24963732063770294, 0.05456777289509773, 0.01240542158484459, 0.06387826055288315, 0.009243687614798546, -0.034852780401706696, 0.08205781877040863, -0.023340554907917976, -0.04815152287483215, -0.004858236759901047, 0.017560258507728577, 0.053239740431308746, -0.057337839156389236, 0.0466424860060215, -0.10116024315357208, 0.06734634935855865, 0.2962770164012909, -0.03197980672121048, 0.012473167851567268, -0.09139494597911835, 0.002463668119162321, -0.08550737798213959, -0.09239941090345383, 0.016586249694228172, 0.10789164900779724, -0.0748111829161644, 0.025196442380547523, 0.00535699212923646, 0.12700346112251282, -0.1746991127729416, -0.023759804666042328, -0.017975442111492157, 0.05506892874836922, -0.04219656065106392, 0.043329622596502304, 0.006243960000574589, 0.06814415007829666, 0.04411657527089119, 0.030269285663962364, -0.028287483379244804, 0.03035002015531063, 0.023048117756843567, 0.03408731147646904, 0.03800613805651665, 0.0046599977649748325, -0.08504261076450348, 0.04027480632066727, -0.10360762476921082, 0.05851532891392708, 0.057864319533109665, -0.10906867682933807, 0.08181196451187134, -0.002023087814450264, 0.03665194287896156, -0.03115895576775074, -0.031119929626584053, -0.09197163581848145, -0.17362289130687714, 0.03077424131333828, 0.017603307962417603, 0.052120793610811234, -0.07788627594709396, 0.0035440900828689337, 0.0030599222518503666, 0.15890055894851685, -0.16481433808803558, -0.11240864545106888, -0.1171141192317009, 0.012860181741416454, 0.11084787547588348, -0.03275968134403229, 0.036974355578422546, -0.04608958587050438, 0.0469278059899807, -0.04296879842877388, -0.07688190042972565, 0.05680498853325844, -0.019722484052181244, -0.11550910025835037, -0.06058907136321068, 0.04609590396285057, 0.029165759682655334, 0.043104130774736404, 0.0048043373972177505, 0.041427768766880035, -0.015825603157281876, -0.09308314323425293, -0.06319767236709595, 0.11876555532217026, -0.0028886795043945312, 0.18955540657043457, -0.05662163347005844, -0.08203378319740295, -0.036419473588466644, -0.035055194050073624, 0.11847968399524689, 0.13450609147548676, -0.07735367119312286, 0.11023512482643127, 0.1570865660905838, -0.1089845523238182, -0.22289739549160004, -0.03786177933216095, -0.014268055558204651, -0.02757294848561287, -0.058498624712228775, -0.25433504581451416, 0.05128215625882149, 0.10562776029109955, -0.006206906866282225, 0.016051486134529114, -0.16012033820152283, -0.09937717765569687, 0.010654163546860218, -0.058536164462566376, -0.022459611296653748, -0.0771707147359848, -0.09012652933597565, -0.0359276607632637, -0.034813292324543, 0.04975132271647453, -0.04829718917608261, 0.049186915159225464, 0.016817521303892136, -0.046381738036870956, 0.02762482687830925, 0.02214345894753933, 0.09333869814872742, -0.06803280860185623, 0.06546694040298462, -0.05022536590695381, 0.04966739937663078, -0.016176577657461166, -0.0057502384297549725, 0.05591820552945137, -0.004333611577749252, 0.03265118598937988, -0.041099924594163895, -0.03934266045689583, -0.03889898583292961, 0.04552648216485977, -0.004655263852328062, -0.023873185738921165, -0.09709960222244263, -0.013243163004517555, 0.05034072697162628, 0.03206196799874306, 0.22270825505256653, -0.10476289689540863, 0.16062210500240326, 0.01763935573399067, 0.16694098711013794, -0.0799531415104866, -0.06137343868613243, -0.007115121930837631, -0.03849116340279579, 0.08640791475772858, -0.1012028306722641, 0.034980274736881256, 0.11035723984241486, -0.0018054192187264562, 0.08268947154283524, 0.05002841353416443, -0.1158510074019432, 0.0390852615237236, 0.06695102900266647, -0.0698033794760704, -0.21286797523498535, 0.014865214936435223, 0.02450946718454361, -0.10937950015068054, -0.02141920104622841, 0.12765106558799744, 0.029154889285564423, -0.05353657156229019, 0.018649118021130562, 0.04948839545249939, 0.056610316038131714, 0.015083454549312592, -0.015781182795763016, 0.01966271921992302, -0.054945942014455795, 0.0496283695101738, 0.17481198906898499, -0.18237528204917908, -0.06373795121908188, 0.10306259244680405, -0.08276981860399246, -0.08002758771181107, -0.11421693116426468, -0.0007103699608705938, -0.04690702632069588, -0.017124317586421967, 0.008558817207813263, -0.1038491427898407, 0.05948353186249733, 0.26427677273750305, 0.003151813754811883, 0.11160571873188019, -0.006315228063613176, 0.0034879574086517096, 0.06125829368829727, 0.08927298337221146, -0.04979550093412399, 0.03888443112373352, 0.00433375034481287, -0.005493958946317434, 0.0028564140666276217, -0.024186497554183006, 0.002269336022436619, -0.0389239564538002, -0.06698580831289291, -0.034734535962343216, -0.2631669044494629, 0.02342277765274048, -0.04551970958709717, 0.04611240327358246, 0.02333870157599449, 0.010452895425260067, -0.019854286685585976, 0.040601037442684174, -0.02517823688685894, -0.04284010827541351, -0.04534658417105675, 0.10765954107046127, -0.09188070148229599, -0.027498804032802582, 0.02677181363105774, -0.03754725679755211, 0.1509861797094345, -0.03751431778073311, -0.017738251015543938, -0.06497032940387726, -0.07308834791183472, 0.013740229420363903, -0.013566439040005207, 0.060145966708660126, -0.05349978059530258, -0.04313316568732262, 0.008885333314538002, -0.010603992268443108, -0.07827233523130417, 0.017169849947094917, 0.07077260315418243, -0.0714714378118515, 0.05773855000734329, 0.014133463613688946, 0.03257601708173752, -0.06737010180950165, -0.030848586931824684, 0.08393003046512604, 0.10814690589904785, 0.06635861098766327, -0.018371189013123512, 0.040172845125198364, -0.11267053335905075, -0.009858464822173119, -0.005291686858981848, -0.03445729985833168, 0.00037793541559949517, -0.05636685714125633, 0.035690438002347946, 0.00005009363667340949, 0.17713402211666107, -0.012645527720451355, -0.00689035514369607, 0.02770429290831089, 0.07235047221183777, 0.014747483655810356, 0.0580800324678421, -0.020585063844919205, -0.0025290558114647865, -0.06349848955869675, 0.04183228686451912, -0.041917312890291214, -0.05188397318124771, 0.04733855277299881, 0.045022234320640564, 0.05554632097482681, 0.2074345350265503, 0.0338742770254612, 0.043672338128089905, -0.01707710139453411, 0.027060143649578094, -0.05024570971727371, 0.053059108555316925, 0.05227714031934738, -0.034704241901636124, -0.09175872802734375, 0.0869753286242485, -0.05268676578998566, 0.0912250205874443, 0.03239624947309494, 0.0027189699467271566, -0.07214495539665222, -0.11498275399208069, -0.03179828077554703, 0.02863547019660473, -0.06608287245035172, -0.13017162680625916, -0.0067308442667126656, 0.032681506127119064, -0.00945124588906765, 0.05275293439626694, 0.09241968393325806, -0.1375376284122467, -0.08480876684188843, 0.04002536088228226, -0.024450339376926422, 0.05127443000674248, 0.07660208642482758, -0.039563897997140884, 0.07054774463176727, 0.007243711035698652, 0.0012114301789551973, 0.10203936696052551, 0.08381088823080063, 0.03946545720100403, -0.07539364695549011, -0.056309137493371964, 0.0034459056332707405, -0.0028626148123294115, 0.016561297699809074, 0.21860641241073608, 0.088298000395298, -0.04143989086151123, 0.05289999023079872, 0.1445797234773636, 0.03301568329334259, -0.02396508678793907, -0.1291331648826599, 0.14802905917167664, -0.06134996935725212, -0.011782998219132423, -0.007767652161419392, -0.07526068389415741, 0.05784851685166359, 0.07790737599134445, 0.10168594121932983, 0.009683629497885704, 0.02196633815765381, 0.054237641394138336, -0.01138052623718977, 0.06668916344642639, 0.06244471296668053, 0.018064577132463455, 0.26889467239379883, -0.015965111553668976, 0.034226372838020325, -0.01375988032668829, 0.02296990342438221, -0.11001750081777573, 0.03967008739709854, -0.044515300542116165, 0.008521766401827335, -0.0418696254491806, 0.1262902021408081, -0.1032206118106842, -0.12005205452442169, 0.1041666567325592, -0.05283016711473465, -0.04898950085043907, 0.015123897232115269, 0.03017607145011425, -0.034582559019327164, 0.016220754012465477, -0.01999165676534176, -0.03972180187702179, 0.0657593160867691, -0.03792247176170349, -0.05753010883927345, -0.04145081341266632, 0.08000358194112778, -0.0775616392493248, 0.13785462081432343, -0.008383129723370075, 0.12126024812459946, 0.08759210258722305, 0.005081423092633486, -0.11529997736215591, -0.003890127409249544, 0.01611555926501751, -0.10391602665185928, 0.03309308737516403, 0.02844330295920372, 0.027047336101531982, 0.12571406364440918, 0.0956743061542511, 0.0406145378947258, 0.08164684474468231, 0.06657791882753372, -0.017930954694747925, -0.03884954750537872, 0.013200568035244942, -0.11342822760343552, 0.11370913684368134, 0.08261921256780624, -0.01805570162832737, -0.019009817391633987, 0.020540816709399223, -0.09550019353628159, 0.04636763036251068, 0.06736338138580322, -0.06548886746168137, -0.11920012533664703, 0.047132041305303574, -0.04192112013697624, 0.04323149845004082, -0.04689004272222519, -0.05976925417780876, 0.046524956822395325, 0.010102777741849422, 0.007321713492274284, 0.065391406416893, 0.08264719694852829, -0.011763187125325203, -0.001736193778924644, -0.21123863756656647, 0.032284654676914215, 0.03836183622479439, -0.05980177968740463, -0.046708881855010986 ]
57e33b4cfd74bf5d6a1aee45a0a3eaf3bfa16a56
# Dataset Card for "crd3" ## 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:** [CRD3 homepage](https://github.com/RevanthRameshkumar/CRD3) - **Repository:** [CRD3 repository](https://github.com/RevanthRameshkumar/CRD3) - **Paper:** [Storytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset](https://www.aclweb.org/anthology/2020.acl-main.459/) - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Dataset Summary Storytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset. Critical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons, an open-ended role-playing game. The dataset is collected from 159 Critical Role episodes transcribed to text dialogues, consisting of 398,682 turns. It also includes corresponding abstractive summaries collected from the Fandom wiki. The dataset is linguistically unique in that the narratives are generated entirely through player collaboration and spoken interaction. For each dialogue, there are a large number of turns, multiple abstractive summaries with varying levels of detail, and semantic ties to the previous dialogues. ### Supported Tasks and Leaderboards `summarization`: The dataset can be used to train a model for abstractive summarization. A [fast abstractive summarization-RL](https://github.com/ChenRocks/fast_abs_rl) model was presented as a baseline, which achieves ROUGE-L-F1 of 25.18. ### Languages The text in the dataset is in English, as spoken by actors on The Critical Role show, which is a weekly unscripted, live-stream of a fixed group of people playing Dungeons and Dragons, a popular role-playing game. ## Dataset Structure ### Data Instances An example of 'train' looks as follows. ``` { "alignment_score": 3.679936647415161, "chunk": "Wish them a Happy Birthday on their Facebook and Twitter pages! Also, as a reminder: D&D Beyond streams their weekly show (\"And Beyond\") every Wednesday on twitch.tv/dndbeyond.", "chunk_id": 1, "turn_end": 6, "turn_num": 4, "turn_start": 4, "turns": { "names": ["SAM"], "utterances": ["Yesterday, guys, was D&D Beyond's first one--", "first one-year anniversary. Take two. Hey guys,", "yesterday was D&D Beyond's one-year anniversary.", "Wish them a happy birthday on their Facebook and", "Twitter pages."] } } ``` ### Data Fields The data fields are the same among all splits. - `chunk`: a `string` feature. - `chunk_id`: a `int32` feature. - `turn_start`: a `int32` feature. - `turn_end`: a `int32` feature. - `alignment_score`: a `float32` feature. - `turn_num`: a `int32` feature. - `turns`: a dictionary feature containing: - `names`: a `string` feature. - `utterances`: a `string` feature. ### Data Splits | name | train |validation| test | |-------|------:|---------:|------:| |default|38,969| 6,327|7,500| ## Dataset Creation ### Curation Rationale Dialogue understanding and abstractive summarization remain both important and challenging problems for computational linguistics. Current paradigms in summarization modeling have specific failures in capturing semantics and pragmatics, content selection, rewriting, and evaluation in the domain of long, story-telling dialogue. CRD3 offers a linguistically rich dataset to explore these domains. ### Source Data #### Initial Data Collection and Normalization Dungeons and Dragons is a popular roleplaying game that is driven by structured storytelling. Critical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons. This dataset consists of 159 episodes of the show, where the episodes are transcribed. Inconsistencies (e.g. spelling of speaker names) were manually resolved. The abstractive summaries were collected from the [Critical Role Fandom wiki](https://criticalrole.fandom.com/) #### Who are the source language producers? The language producers are actors on The Critical Role show, which is a weekly unscripted, live-stream of a fixed group of people playing Dungeons and Dragons, a popular role-playing game. ### Annotations #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information [N/A] ## 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 CRTranscript provided transcripts of the show; contributors of the Critical Role Wiki provided the abstractive summaries. ### Licensing Information This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa-4.0]., as corresponding to the Critical Role Wiki https://criticalrole.fandom.com/ ### Citation Information ```bibtex @inproceedings{ title = {Storytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset}, author = {Rameshkumar, Revanth and Bailey, Peter}, year = {2020}, publisher = {Association for Computational Linguistics}, conference = {ACL} } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.
crd3
[ "task_categories:summarization", "task_categories:text-generation", "task_categories:fill-mask", "task_ids:dialogue-modeling", "annotations_creators:no-annotation", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-sa-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["summarization", "text-generation", "fill-mask"], "task_ids": ["dialogue-modeling"], "paperswithcode_id": "crd3", "pretty_name": "CRD3 (Critical Role Dungeons and Dragons Dataset)", "dataset_info": {"features": [{"name": "chunk", "dtype": "string"}, {"name": "chunk_id", "dtype": "int32"}, {"name": "turn_start", "dtype": "int32"}, {"name": "turn_end", "dtype": "int32"}, {"name": "alignment_score", "dtype": "float32"}, {"name": "turns", "list": [{"name": "names", "sequence": "string"}, {"name": "utterances", "sequence": "string"}, {"name": "number", "dtype": "int32"}]}], "splits": [{"name": "train", "num_bytes": 236605152, "num_examples": 38969}, {"name": "test", "num_bytes": 40269203, "num_examples": 7500}, {"name": "validation", "num_bytes": 41543528, "num_examples": 6327}], "download_size": 117519820, "dataset_size": 318417883}}
2024-01-18T09:48:37+00:00
[]
[ "en" ]
TAGS #task_categories-summarization #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-no-annotation #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #region-us
Dataset Card for "crd3" ======================= 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: CRD3 homepage * Repository: CRD3 repository * Paper: Storytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset * Point of Contact: ### Dataset Summary Storytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset. Critical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons, an open-ended role-playing game. The dataset is collected from 159 Critical Role episodes transcribed to text dialogues, consisting of 398,682 turns. It also includes corresponding abstractive summaries collected from the Fandom wiki. The dataset is linguistically unique in that the narratives are generated entirely through player collaboration and spoken interaction. For each dialogue, there are a large number of turns, multiple abstractive summaries with varying levels of detail, and semantic ties to the previous dialogues. ### Supported Tasks and Leaderboards 'summarization': The dataset can be used to train a model for abstractive summarization. A fast abstractive summarization-RL model was presented as a baseline, which achieves ROUGE-L-F1 of 25.18. ### Languages The text in the dataset is in English, as spoken by actors on The Critical Role show, which is a weekly unscripted, live-stream of a fixed group of people playing Dungeons and Dragons, a popular role-playing game. Dataset Structure ----------------- ### Data Instances An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. * 'chunk': a 'string' feature. * 'chunk\_id': a 'int32' feature. * 'turn\_start': a 'int32' feature. * 'turn\_end': a 'int32' feature. * 'alignment\_score': a 'float32' feature. * 'turn\_num': a 'int32' feature. * 'turns': a dictionary feature containing: + 'names': a 'string' feature. + 'utterances': a 'string' feature. ### Data Splits Dataset Creation ---------------- ### Curation Rationale Dialogue understanding and abstractive summarization remain both important and challenging problems for computational linguistics. Current paradigms in summarization modeling have specific failures in capturing semantics and pragmatics, content selection, rewriting, and evaluation in the domain of long, story-telling dialogue. CRD3 offers a linguistically rich dataset to explore these domains. ### Source Data #### Initial Data Collection and Normalization Dungeons and Dragons is a popular roleplaying game that is driven by structured storytelling. Critical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons. This dataset consists of 159 episodes of the show, where the episodes are transcribed. Inconsistencies (e.g. spelling of speaker names) were manually resolved. The abstractive summaries were collected from the Critical Role Fandom wiki #### Who are the source language producers? The language producers are actors on The Critical Role show, which is a weekly unscripted, live-stream of a fixed group of people playing Dungeons and Dragons, a popular role-playing game. ### Annotations #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information [N/A] Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators CRTranscript provided transcripts of the show; contributors of the Critical Role Wiki provided the abstractive summaries. ### Licensing Information This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa-4.0]., as corresponding to the Critical Role Wiki URL ### Contributions Thanks to @thomwolf, @lhoestq, @mariamabarham, @lewtun for adding this dataset.
[ "### Dataset Summary\n\n\nStorytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset.\nCritical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons, an open-ended role-playing game.\nThe dataset is collected from 159 Critical Role episodes transcribed to text dialogues, consisting of 398,682 turns. It also includes corresponding\nabstractive summaries collected from the Fandom wiki. The dataset is linguistically unique in that the narratives are generated entirely through player\ncollaboration and spoken interaction. For each dialogue, there are a large number of turns, multiple abstractive summaries with varying levels of detail,\nand semantic ties to the previous dialogues.", "### Supported Tasks and Leaderboards\n\n\n'summarization': The dataset can be used to train a model for abstractive summarization. A fast abstractive summarization-RL model was presented as a baseline, which achieves ROUGE-L-F1 of 25.18.", "### Languages\n\n\nThe text in the dataset is in English, as spoken by actors on The Critical Role show, which is a weekly unscripted, live-stream of a fixed group of people playing Dungeons and Dragons, a popular role-playing game.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.\n\n\n* 'chunk': a 'string' feature.\n* 'chunk\\_id': a 'int32' feature.\n* 'turn\\_start': a 'int32' feature.\n* 'turn\\_end': a 'int32' feature.\n* 'alignment\\_score': a 'float32' feature.\n* 'turn\\_num': a 'int32' feature.\n* 'turns': a dictionary feature containing:\n\t+ 'names': a 'string' feature.\n\t+ 'utterances': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nDialogue understanding and abstractive summarization remain both important and challenging problems for computational linguistics. Current paradigms in summarization modeling have specific failures in capturing semantics and pragmatics, content selection, rewriting, and evaluation in the domain of long, story-telling dialogue. CRD3 offers a linguistically rich dataset to explore these domains.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nDungeons and Dragons is a popular roleplaying game that is driven by structured storytelling. Critical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons. This dataset consists of 159 episodes of the show, where the episodes are transcribed. Inconsistencies (e.g. spelling of speaker names) were manually resolved.\n\n\nThe abstractive summaries were collected from the Critical Role Fandom wiki", "#### Who are the source language producers?\n\n\nThe language producers are actors on The Critical Role show, which is a weekly unscripted, live-stream of a fixed group of people playing Dungeons and Dragons, a popular role-playing game.", "### Annotations", "#### Annotation process\n\n\n[N/A]", "#### 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", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nCRTranscript provided transcripts of the show; contributors of the Critical Role Wiki provided the abstractive summaries.", "### Licensing Information\n\n\nThis work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa-4.0]., as corresponding to the Critical Role Wiki URL", "### Contributions\n\n\nThanks to @thomwolf, @lhoestq, @mariamabarham, @lewtun for adding this dataset." ]
[ "TAGS\n#task_categories-summarization #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-no-annotation #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #region-us \n", "### Dataset Summary\n\n\nStorytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset.\nCritical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons, an open-ended role-playing game.\nThe dataset is collected from 159 Critical Role episodes transcribed to text dialogues, consisting of 398,682 turns. It also includes corresponding\nabstractive summaries collected from the Fandom wiki. The dataset is linguistically unique in that the narratives are generated entirely through player\ncollaboration and spoken interaction. For each dialogue, there are a large number of turns, multiple abstractive summaries with varying levels of detail,\nand semantic ties to the previous dialogues.", "### Supported Tasks and Leaderboards\n\n\n'summarization': The dataset can be used to train a model for abstractive summarization. A fast abstractive summarization-RL model was presented as a baseline, which achieves ROUGE-L-F1 of 25.18.", "### Languages\n\n\nThe text in the dataset is in English, as spoken by actors on The Critical Role show, which is a weekly unscripted, live-stream of a fixed group of people playing Dungeons and Dragons, a popular role-playing game.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.\n\n\n* 'chunk': a 'string' feature.\n* 'chunk\\_id': a 'int32' feature.\n* 'turn\\_start': a 'int32' feature.\n* 'turn\\_end': a 'int32' feature.\n* 'alignment\\_score': a 'float32' feature.\n* 'turn\\_num': a 'int32' feature.\n* 'turns': a dictionary feature containing:\n\t+ 'names': a 'string' feature.\n\t+ 'utterances': a 'string' feature.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nDialogue understanding and abstractive summarization remain both important and challenging problems for computational linguistics. Current paradigms in summarization modeling have specific failures in capturing semantics and pragmatics, content selection, rewriting, and evaluation in the domain of long, story-telling dialogue. CRD3 offers a linguistically rich dataset to explore these domains.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nDungeons and Dragons is a popular roleplaying game that is driven by structured storytelling. Critical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons. This dataset consists of 159 episodes of the show, where the episodes are transcribed. Inconsistencies (e.g. spelling of speaker names) were manually resolved.\n\n\nThe abstractive summaries were collected from the Critical Role Fandom wiki", "#### Who are the source language producers?\n\n\nThe language producers are actors on The Critical Role show, which is a weekly unscripted, live-stream of a fixed group of people playing Dungeons and Dragons, a popular role-playing game.", "### Annotations", "#### Annotation process\n\n\n[N/A]", "#### 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", "### Discussion of Biases", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nCRTranscript provided transcripts of the show; contributors of the Critical Role Wiki provided the abstractive summaries.", "### Licensing Information\n\n\nThis work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa-4.0]., as corresponding to the Critical Role Wiki URL", "### Contributions\n\n\nThanks to @thomwolf, @lhoestq, @mariamabarham, @lewtun for adding this dataset." ]
[ 117, 175, 66, 69, 18, 150, 11, 87, 4, 122, 59, 5, 10, 14, 23, 7, 8, 14, 33, 44, 32 ]
[ "passage: TAGS\n#task_categories-summarization #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-no-annotation #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #region-us \n### Dataset Summary\n\n\nStorytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset.\nCritical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons, an open-ended role-playing game.\nThe dataset is collected from 159 Critical Role episodes transcribed to text dialogues, consisting of 398,682 turns. It also includes corresponding\nabstractive summaries collected from the Fandom wiki. The dataset is linguistically unique in that the narratives are generated entirely through player\ncollaboration and spoken interaction. For each dialogue, there are a large number of turns, multiple abstractive summaries with varying levels of detail,\nand semantic ties to the previous dialogues.### Supported Tasks and Leaderboards\n\n\n'summarization': The dataset can be used to train a model for abstractive summarization. A fast abstractive summarization-RL model was presented as a baseline, which achieves ROUGE-L-F1 of 25.18.### Languages\n\n\nThe text in the dataset is in English, as spoken by actors on The Critical Role show, which is a weekly unscripted, live-stream of a fixed group of people playing Dungeons and Dragons, a popular role-playing game.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example of 'train' looks as follows." ]
[ -0.03727363422513008, 0.11892621219158173, -0.0018691096920520067, 0.043847277760505676, 0.056408870965242386, -0.006857253145426512, 0.04501637443900108, 0.0794239491224289, -0.02485814318060875, 0.07362042367458344, -0.0660543143749237, -0.08444786816835403, 0.11021851003170013, 0.11714422702789307, 0.06444956362247467, -0.2880292534828186, 0.03738734871149063, -0.08258172124624252, -0.03769921511411667, 0.030899398028850555, 0.08365826308727264, -0.04300522059202194, 0.05543958395719528, -0.00853593461215496, -0.038389354944229126, 0.00007871909474488348, -0.060099758207798004, -0.11363547295331955, 0.13276204466819763, 0.03197791427373886, 0.0514470674097538, -0.0595371313393116, 0.023740537464618683, -0.1585652232170105, 0.04261387884616852, 0.05437616631388664, 0.05193188041448593, -0.004978627897799015, 0.08064863830804825, -0.02362513169646263, 0.13735300302505493, 0.02465493604540825, 0.09865802526473999, 0.04393330216407776, -0.08722218126058578, -0.21294009685516357, -0.06995584070682526, -0.039529841393232346, 0.1079339012503624, 0.06035234406590462, -0.023987706750631332, 0.03010978177189827, 0.011801153421401978, -0.004012589808553457, 0.029683921486139297, -0.18222203850746155, -0.05105411261320114, 0.12193360179662704, -0.03822727128863335, 0.011647063307464123, -0.07501710951328278, 0.028392180800437927, -0.06494326889514923, 0.059372495859861374, -0.03725771605968475, -0.002220188034698367, -0.008696774020791054, -0.015592847019433975, -0.09159209579229355, 0.02629794552922249, 0.1847485601902008, -0.030993029475212097, -0.07816597074270248, -0.13666945695877075, -0.07604242116212845, 0.13656610250473022, -0.078313447535038, -0.04006103426218033, 0.00560122961178422, 0.019499097019433975, 0.04165172204375267, 0.013722145929932594, -0.08830931782722473, 0.00040046381764113903, -0.07416991144418716, 0.002770500024780631, 0.015040463767945766, 0.015548993833363056, -0.07713547348976135, 0.07667820155620575, -0.08677463233470917, -0.024109097197651863, -0.06039097160100937, -0.02008078061044216, -0.19830723106861115, -0.027706535533070564, 0.004398293327540159, -0.19112320244312286, 0.010417728684842587, 0.17887069284915924, 0.0346292220056057, 0.04756100848317146, -0.056203730404376984, -0.004062201362103224, 0.08560115844011307, 0.050470151007175446, 0.04868420213460922, -0.09950903058052063, 0.05969199910759926, -0.03217754885554314, 0.08608943223953247, -0.060658980160951614, -0.030905043706297874, 0.13842590153217316, -0.05453762039542198, 0.017772413790225983, 0.08915679156780243, 0.028103148564696312, -0.03535082936286926, 0.019461259245872498, 0.09973840415477753, -0.11250821501016617, -0.009849914349615574, 0.009148329496383667, -0.03774891048669815, -0.03864539787173271, 0.022064868360757828, 0.013946124352514744, -0.005616290029138327, 0.11543359607458115, -0.05022155120968819, -0.07553382217884064, -0.061178822070360184, -0.11062082648277283, 0.10291550308465958, 0.03132787346839905, -0.07191962003707886, -0.04325916990637779, -0.08992791175842285, -0.029358532279729843, 0.033687785267829895, -0.05793417990207672, -0.021530652418732643, -0.03041842021048069, 0.014869448728859425, 0.01952640898525715, 0.05562962219119072, 0.024994850158691406, -0.03400498256087303, -0.03325103595852852, -0.048032958060503006, 0.07501263171434402, -0.024209897965192795, 0.03175930306315422, -0.12345077842473984, 0.009009525179862976, -0.2184799313545227, 0.09482216835021973, -0.09529247134923935, -0.030991986393928528, -0.04752246290445328, 0.05430958792567253, -0.04393433779478073, 0.014964918605983257, -0.031805913895368576, 0.04638494551181793, -0.23368151485919952, -0.0575178861618042, 0.06511842459440231, -0.19984860718250275, -0.09378118813037872, 0.091844841837883, -0.028421897441148758, 0.05306050926446915, 0.08499149233102798, 0.2236230969429016, 0.005795995704829693, -0.04167782515287399, -0.06907642632722855, -0.012374211102724075, 0.02368210069835186, 0.16006121039390564, 0.09610231965780258, -0.04758784919977188, 0.2097112238407135, 0.03201260045170784, 0.010918890126049519, -0.015984894707798958, 0.03605412319302559, -0.03267036750912666, 0.030265701934695244, 0.03426159545779228, -0.08743445575237274, -0.04137756675481796, 0.030034374445676804, -0.021103309467434883, -0.04890769347548485, -0.005146446637809277, 0.06148730218410492, -0.022335639223456383, 0.05148174986243248, -0.04087662696838379, 0.0146257309243083, 0.021734409034252167, 0.04551731050014496, -0.19553837180137634, -0.20908202230930328, 0.06806819885969162, -0.06000013276934624, 0.10133038461208344, 0.07871048152446747, -0.02203594520688057, 0.07680004835128784, 0.018314838409423828, 0.06502684205770493, -0.009107970632612705, -0.001472859876230359, -0.0015626646345481277, -0.15738633275032043, -0.05489734560251236, -0.08135306090116501, 0.15923583507537842, -0.05184119567275047, 0.007802403066307306, 0.07033542543649673, 0.1116020455956459, 0.022903865203261375, -0.07007424533367157, 0.054641254246234894, 0.056770261377096176, -0.06945347785949707, -0.03958318755030632, 0.01747436635196209, 0.012289531528949738, -0.10062247514724731, 0.16205935180187225, -0.18738849461078644, -0.09165878593921661, 0.06841941177845001, 0.14723804593086243, -0.03469494357705116, 0.062121015042066574, -0.0010843087220564485, -0.06104327365756035, -0.05861456319689751, 0.004686553962528706, 0.21399246156215668, 0.0427853949368, 0.08393849432468414, -0.07941363006830215, 0.008629647083580494, -0.042402900755405426, -0.0004834810388274491, -0.03369860351085663, 0.02174454554915428, 0.0510767363011837, -0.14392435550689697, 0.07619881629943848, -0.08579462766647339, 0.18329882621765137, 0.10935761779546738, 0.024968234822154045, -0.005469455849379301, 0.008017227053642273, -0.04408430680632591, 0.0020538726821541786, 0.10848336666822433, -0.003931244369596243, 0.00796895194798708, 0.04321045055985451, 0.03724369406700134, 0.015666721388697624, -0.09295579046010971, 0.042774002999067307, 0.05500112473964691, -0.0029607953038066626, -0.06996200233697891, 0.07601022720336914, 0.011194126680493355, 0.08817428350448608, 0.04127959907054901, 0.08256644755601883, -0.06810327619314194, -0.06867429614067078, -0.09499715268611908, 0.14048168063163757, -0.17490887641906738, -0.2855687737464905, -0.08829585462808609, -0.07469979673624039, -0.03807616978883743, 0.03163181617856026, 0.030641064047813416, -0.03217707574367523, -0.045943889766931534, -0.10170059651136398, 0.11428722739219666, -0.15781813859939575, -0.07272680848836899, -0.016635464504361153, -0.025217805057764053, -0.042365189641714096, -0.12019069492816925, 0.020584600046277046, -0.05360205098986626, -0.09198570251464844, 0.005449209362268448, 0.024496538564562798, 0.10438570380210876, 0.09149149060249329, 0.06878966093063354, -0.02684047445654869, -0.10268993675708771, 0.07841527462005615, -0.03469353914260864, 0.12176336348056793, 0.08681090921163559, -0.032232820987701416, 0.061871740967035294, 0.08104555308818817, 0.02879330702126026, -0.07185684144496918, 0.01948266103863716, 0.06750371307134628, -0.07759234309196472, -0.15161143243312836, -0.08249711990356445, -0.0512273870408535, 0.08139180392026901, 0.05398356914520264, 0.0963502824306488, -0.09565114229917526, -0.04004845395684242, -0.03821413218975067, -0.0394684374332428, 0.01401484478265047, 0.07082559168338776, 0.15247192978858948, -0.044617533683776855, 0.03593812882900238, -0.07501066476106644, 0.06599146872758865, 0.10448567569255829, 0.052372585982084274, 0.1681833267211914, -0.045876771211624146, 0.12119849026203156, 0.03915480151772499, 0.02482626773416996, 0.07753405719995499, 0.01829625852406025, -0.003559664823114872, 0.0339745469391346, -0.07119018584489822, -0.03505901247262955, 0.018422285094857216, 0.0863979309797287, -0.034042928367853165, -0.08576131612062454, -0.05274270474910736, 0.1120973452925682, 0.04781423136591911, 0.1870277374982834, -0.039292510598897934, -0.05868088826537132, -0.10152110457420349, 0.047967806458473206, -0.05500195547938347, -0.057007186114788055, -0.007525006774812937, 0.07968269288539886, -0.13480865955352783, 0.11648919433355331, -0.04901260882616043, 0.07318971306085587, -0.06892398744821548, -0.019297007471323013, -0.004290073644369841, 0.06918983906507492, -0.03570210561156273, 0.06301548331975937, -0.05770411714911461, 0.0710013285279274, 0.0013714038068428636, 0.04044326767325401, -0.0354045107960701, 0.03417916223406792, 0.012378083541989326, -0.04598069190979004, 0.03240235149860382, 0.027767322957515717, -0.2977598011493683, 0.03162467107176781, -0.06765217334032059, 0.0676092654466629, 0.03211963549256325, -0.06371242552995682, 0.08789247274398804, 0.01746469922363758, 0.0033479142002761364, -0.009835253469645977, -0.09893983602523804, -0.025019144639372826, -0.22023876011371613, 0.054308194667100906, 0.016803791746497154, -0.021367428824305534, -0.06692647933959961, -0.008732310496270657, 0.055884331464767456, 0.15579351782798767, -0.055585868656635284, -0.04028915613889694, -0.11654802411794662, 0.1077473908662796, 0.05803978815674782, -0.037665653973817825, 0.0746152475476265, -0.09775353223085403, 0.16918206214904785, -0.14574439823627472, -0.117401123046875, 0.06406893581151962, -0.08503247797489166, -0.09327299892902374, -0.08563962578773499, 0.07049127668142319, 0.08852018415927887, 0.02710970677435398, -0.04568161442875862, 0.06781564652919769, 0.023796329274773598, -0.06331682205200195, 0.010021998547017574, 0.11862492561340332, -0.05935497209429741, 0.014535224996507168, -0.03659163415431976, -0.008911145851016045, -0.03299686685204506, -0.060648590326309204, 0.12906788289546967, 0.12276874482631683, -0.0680781751871109, 0.2243949919939041, 0.03217063099145889, -0.13173514604568481, -0.25426438450813293, -0.013161866925656796, 0.014827702194452286, -0.0050561255775392056, 0.054386064410209656, -0.2757907211780548, 0.11481758207082748, 0.04920393228530884, -0.007288012187927961, 0.054633744060993195, -0.18365386128425598, -0.10798849165439606, -0.04150298237800598, -0.05925167351961136, 0.05865692347288132, -0.027914926409721375, -0.007493665441870689, 0.05515982583165169, -0.02639000676572323, -0.0014567429898306727, 0.06244560703635216, 0.04946694150567055, -0.03310038521885872, 0.09931481629610062, 0.01333464216440916, 0.002035098848864436, 0.08561620861291885, 0.04823383688926697, 0.013045977801084518, -0.030825693160295486, 0.010564101859927177, 0.12678705155849457, -0.027861377224326134, 0.04478051885962486, 0.026695406064391136, -0.03071603737771511, -0.0603608712553978, -0.005732872523367405, -0.020703816786408424, -0.004225903190672398, -0.03209494426846504, 0.01824364624917507, -0.10568773001432419, 0.03518795967102051, 0.03823182359337807, -0.02864808961749077, 0.12141141295433044, -0.03956226259469986, 0.13994863629341125, -0.03466487303376198, -0.01034641359001398, -0.017451323568820953, -0.14937996864318848, 0.016516026109457016, 0.006049958989024162, 0.01722223311662674, -0.17702911794185638, -0.00018479210848454386, 0.10872672498226166, 0.013575849123299122, 0.045619841665029526, 0.03259054571390152, -0.17975573241710663, 0.07930086553096771, 0.07173722982406616, -0.08966445922851562, -0.2026863545179367, 0.05099594220519066, -0.0000966076331678778, -0.03495755419135094, -0.07053112983703613, 0.1204196885228157, -0.0027476076502352953, -0.021044518798589706, 0.011640905402600765, 0.07397161424160004, 0.04510313272476196, 0.017176583409309387, -0.11575914174318314, 0.03984236717224121, -0.08623729646205902, 0.2765929102897644, 0.10493544489145279, -0.20605218410491943, 0.036749862134456635, 0.13551175594329834, -0.12005563825368881, 0.002346657682210207, -0.06972519308328629, 0.052291326224803925, 0.00838540494441986, -0.05199885740876198, -0.0575820654630661, -0.14251436293125153, 0.03199174255132675, 0.12743675708770752, -0.016694484278559685, 0.03213983029127121, -0.08196859061717987, -0.009130816906690598, -0.03890877589583397, 0.06756506860256195, 0.02490970306098461, 0.0053257024846971035, -0.024412976577878, 0.006528040859848261, 0.05720005929470062, -0.0016601481474936008, 0.020240847021341324, -0.13980025053024292, -0.022281412035226822, -0.004039119929075241, -0.000012533814697235357, -0.03360998257994652, -0.10642481595277786, -0.043767236173152924, 0.0013498076004907489, 0.031277161091566086, 0.03368789702653885, 0.03894180804491043, -0.045485083013772964, -0.04593736305832863, -0.0829082652926445, 0.05246978625655174, -0.11505986005067825, 0.014024906791746616, 0.003545591374859214, -0.03786854073405266, 0.08055765926837921, 0.08954708278179169, -0.022915955632925034, 0.025209374725818634, -0.17664162814617157, -0.007236856501549482, 0.05386658012866974, 0.044998347759246826, 0.03980548679828644, -0.05913284420967102, -0.04377751424908638, -0.004836399108171463, -0.07337917387485504, -0.020970964804291725, 0.13625936210155487, -0.07142374664545059, 0.044588603079319, 0.043827030807733536, -0.0075032832100987434, -0.030632097274065018, 0.0012901887530460954, 0.09453047066926956, 0.09057147055864334, 0.017353124916553497, -0.043073397129774094, 0.045224424451589584, -0.13500569760799408, -0.02928086370229721, -0.026251332834362984, -0.01968623325228691, 0.01470218226313591, -0.011565607972443104, 0.016496408730745316, 0.019067369401454926, 0.1755075454711914, -0.025690976530313492, 0.011005012318491936, 0.03789203241467476, -0.018588338047266006, -0.015000258572399616, 0.0492173507809639, -0.019132914021611214, -0.007840902544558048, -0.02796194516122341, 0.09781738370656967, 0.03491450473666191, 0.011511484161019325, 0.03988301753997803, 0.0837097316980362, -0.01953134499490261, 0.257585734128952, 0.016962915658950806, 0.05394180491566658, -0.05174000561237335, -0.12629619240760803, 0.049732282757759094, -0.028929453343153, 0.06899494677782059, -0.053170278668403625, -0.023571910336613655, 0.11695695668458939, -0.07059955596923828, 0.07827451080083847, -0.027934346348047256, -0.03831592947244644, -0.053679779171943665, -0.10799827426671982, -0.017942583188414574, -0.03398464620113373, -0.008852044120430946, -0.11603675037622452, 0.06691480427980423, 0.046036962419748306, 0.009273413568735123, 0.02274535410106182, 0.08998867124319077, -0.09998530149459839, -0.10413846373558044, -0.0006365592707879841, 0.0139634869992733, -0.0016107826959341764, 0.11726517975330353, 0.03885718062520027, 0.0006101045873947442, 0.050789639353752136, 0.049176644533872604, 0.07344365119934082, 0.06525789201259613, 0.13093285262584686, -0.07185390591621399, -0.036545027047395706, 0.009021223522722721, -0.007156929932534695, -0.018511036410927773, 0.12853950262069702, 0.09295082837343216, -0.07825145125389099, 0.006797414273023605, 0.19892336428165436, -0.0037699954118579626, -0.0354776568710804, -0.12553878128528595, 0.22108416259288788, -0.035939015448093414, -0.06625501066446304, 0.010242057964205742, -0.10216229408979416, -0.020999686792492867, 0.07828059047460556, 0.2741629481315613, 0.04925449565052986, -0.016474870964884758, -0.10492508113384247, 0.0009617680916562676, -0.013559523038566113, 0.08986864238977432, 0.015444653108716011, 0.2505480647087097, -0.016368774697184563, 0.0023709225933998823, -0.11471553891897202, -0.03935646638274193, -0.06291937828063965, 0.14531899988651276, 0.012295667082071304, 0.030192863196134567, -0.036537934094667435, 0.08595766872167587, -0.04896946996450424, -0.3624233305454254, 0.03703979030251503, -0.11367086321115494, -0.06877432763576508, 0.02072715386748314, -0.009001113474369049, -0.0016084343660622835, 0.09397666156291962, 0.02915370836853981, -0.017137132585048676, 0.13990318775177002, 0.04069680720567703, -0.09841912239789963, -0.06881873309612274, 0.09418369829654694, -0.16764020919799805, 0.1516827791929245, -0.027546964585781097, -0.03696810454130173, 0.07639176398515701, 0.06966201215982437, -0.07775814831256866, 0.011776246130466461, 0.013442437164485455, -0.006515612825751305, -0.03133420646190643, 0.11044272780418396, -0.005169894080609083, 0.29749757051467896, 0.047427210956811905, -0.01774624176323414, 0.09672054648399353, -0.005152040161192417, -0.08366724103689194, -0.02845238335430622, 0.044756803661584854, -0.0728522464632988, 0.13572289049625397, 0.127358078956604, -0.0037236048374325037, 0.03331751003861427, -0.026734378188848495, -0.04063677787780762, -0.060337185859680176, 0.06286796182394028, 0.0014159679412841797, -0.16340838372707367, 0.03283659368753433, -0.05857595428824425, 0.028917722404003143, -0.19342239201068878, -0.08960606902837753, 0.005753588862717152, -0.014212154783308506, 0.045225974172353745, 0.06345909833908081, 0.06157298758625984, -0.023189835250377655, -0.07089003175497055, -0.04927274212241173, 0.07661356776952744, 0.10603828728199005, -0.05617827549576759, -0.056783705949783325 ]
0bbf9e43bda9036b4d48d7af53a7a8dbc01bcf59
# Dataset Card for "crime_and_punish" ## 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.gutenberg.org/files/2554/2554-h/2554-h.htm](https://www.gutenberg.org/files/2554/2554-h/2554-h.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:** 1.21 MB - **Size of the generated dataset:** 1.27 MB - **Total amount of disk used:** 2.47 MB ### Dataset 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 #### crime-and-punish - **Size of downloaded dataset files:** 1.21 MB - **Size of the generated dataset:** 1.27 MB - **Total amount of disk used:** 2.47 MB An example of 'train' looks as follows. ``` { "line": "CRIME AND PUNISHMENT\n" } ``` ### Data Fields The data fields are the same among all splits. #### crime-and-punish - `line`: a `string` feature. ### Data Splits | name |train| |----------------|----:| |crime-and-punish|21969| ## 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 ``` ``` ### Contributions Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
crime_and_punish
[ "language:en", "region:us" ]
2022-03-02T23:29:22+00:00
{"language": ["en"], "pretty_name": "CrimeAndPunish", "dataset_info": {"features": [{"name": "line", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1270540, "num_examples": 21969}], "download_size": 1201735, "dataset_size": 1270540}}
2023-04-05T09:02:51+00:00
[]
[ "en" ]
TAGS #language-English #region-us
Dataset Card for "crime\_and\_punish" ===================================== 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.21 MB * Size of the generated dataset: 1.27 MB * Total amount of disk used: 2.47 MB ### Dataset Summary ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### crime-and-punish * Size of downloaded dataset files: 1.21 MB * Size of the generated dataset: 1.27 MB * Total amount of disk used: 2.47 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### crime-and-punish * '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 for adding this dataset.
[ "### Dataset Summary", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### crime-and-punish\n\n\n* Size of downloaded dataset files: 1.21 MB\n* Size of the generated dataset: 1.27 MB\n* Total amount of disk used: 2.47 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### crime-and-punish\n\n\n* '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 for adding this dataset." ]
[ "TAGS\n#language-English #region-us \n", "### Dataset Summary", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### crime-and-punish\n\n\n* Size of downloaded dataset files: 1.21 MB\n* Size of the generated dataset: 1.27 MB\n* Total amount of disk used: 2.47 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### crime-and-punish\n\n\n* '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 for adding this dataset." ]
[ 10, 6, 10, 11, 6, 54, 17, 19, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 24 ]
[ "passage: TAGS\n#language-English #region-us \n### Dataset Summary### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### crime-and-punish\n\n\n* Size of downloaded dataset files: 1.21 MB\n* Size of the generated dataset: 1.27 MB\n* Total amount of disk used: 2.47 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### crime-and-punish\n\n\n* '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 for adding this dataset." ]
[ -0.03736875206232071, 0.25408101081848145, -0.001992525765672326, 0.07172100245952606, 0.011695802211761475, 0.012655002065002918, 0.08475177735090256, 0.09388084709644318, -0.04712212085723877, 0.15478402376174927, 0.06783990561962128, 0.06535094976425171, 0.12962691485881805, 0.14516405761241913, -0.017823776230216026, -0.2115125060081482, 0.005989551078528166, -0.0830991268157959, -0.03865940123796463, 0.11256822943687439, 0.16425223648548126, -0.08394399285316467, 0.08343347907066345, -0.11665715277194977, -0.036851052194833755, 0.04068060219287872, -0.09384307265281677, -0.026068421080708504, 0.022973190993070602, 0.10643792897462845, -0.013070762157440186, 0.08711966127157211, 0.09763867408037186, -0.2443590611219406, 0.014314631931483746, -0.009684435091912746, -0.01750573143362999, -0.0022891005501151085, 0.09896087646484375, -0.03945418819785118, 0.06498533487319946, -0.1653546839952469, 0.028450874611735344, 0.020836174488067627, -0.10585188865661621, -0.1100187674164772, -0.1313316524028778, -0.006310613360255957, 0.08856792002916336, 0.043280720710754395, -0.07203588634729385, 0.06384596228599548, -0.1004975289106369, 0.027793515473604202, 0.13735780119895935, -0.09275545179843903, -0.060054223984479904, 0.12454831600189209, 0.03628804162144661, 0.10259219259023666, -0.12700489163398743, -0.03887059912085533, 0.06090404465794563, 0.024482136592268944, -0.01545342244207859, -0.035533588379621506, 0.001792375696823001, 0.04340216517448425, -0.16526730358600616, -0.0791788324713707, 0.15686607360839844, 0.00884313229471445, -0.012706643901765347, -0.1541820615530014, 0.043220169842243195, -0.03190993145108223, -0.0344136506319046, 0.07111680507659912, -0.03280710056424141, -0.030712224543094635, 0.00478709302842617, 0.033217236399650574, -0.05812385305762291, -0.025192037224769592, 0.0012529451632872224, 0.019573276862502098, 0.034472208470106125, -0.010651051998138428, 0.04428127408027649, 0.025365134701132774, -0.026863275095820427, -0.11775395274162292, -0.013259543105959892, -0.016370471566915512, -0.0828382819890976, -0.012810631655156612, 0.070417121052742, 0.02295510098338127, 0.12437978386878967, 0.14923842251300812, -0.08370466530323029, -0.00119125097990036, -0.09290444105863571, 0.03191990405321121, 0.07728862017393112, 0.03834785521030426, -0.152877539396286, -0.040712907910346985, 0.025695588439702988, 0.02686321549117565, 0.037927012890577316, -0.031253550201654434, -0.060056135058403015, 0.07206589728593826, 0.04104681685566902, 0.15186165273189545, 0.13844244182109833, 0.02753283642232418, -0.10321603715419769, -0.029162682592868805, 0.16859792172908783, -0.1280149221420288, 0.022379731759428978, 0.06122584640979767, -0.011489649303257465, -0.14806076884269714, -0.10572598874568939, 0.020538553595542908, -0.056811410933732986, 0.13662272691726685, -0.07516894489526749, -0.04442453384399414, -0.08194846659898758, -0.08920208364725113, 0.11721769720315933, 0.04037388414144516, -0.03319641947746277, 0.011075218208134174, -0.157137930393219, -0.04517156258225441, -0.029940946027636528, -0.11320045590400696, -0.08488186448812485, -0.0472671315073967, -0.07687727361917496, -0.03347379341721535, -0.039587147533893585, 0.07664020359516144, -0.08570163697004318, 0.07510346919298172, -0.08139993250370026, 0.040601860731840134, -0.007787471637129784, 0.029889971017837524, -0.14557984471321106, 0.08554697036743164, -0.07656393200159073, 0.07534698396921158, -0.20315967500209808, 0.011268303729593754, -0.1002357006072998, -0.1232498437166214, 0.031833432614803314, -0.04700249433517456, -0.012531633488833904, 0.17657570540905, -0.3054990768432617, -0.013857527635991573, 0.058670949190855026, -0.09116826951503754, -0.06586409360170364, 0.10038252174854279, -0.044036462903022766, -0.033766914159059525, -0.0038181208074092865, 0.21672821044921875, -0.06318658590316772, 0.016017360612750053, -0.08609902858734131, -0.055031899362802505, 0.04939247667789459, 0.21602319180965424, 0.14441075921058655, -0.10275499522686005, 0.12271539866924286, 0.0010320403380319476, -0.027407635003328323, -0.048396941274404526, -0.05021340399980545, -0.07757281512022018, 0.01931076869368553, -0.026814429089426994, 0.03556029126048088, 0.031835027039051056, -0.07415268570184708, -0.06352479755878448, -0.04202116280794144, -0.07800967246294022, 0.03614121302962303, -0.008609903044998646, -0.02162998914718628, -0.09712562710046768, 0.09661538153886795, -0.0410008504986763, 0.01966497115790844, -0.14419196546077728, -0.11218637973070145, 0.0369054414331913, -0.006507772020995617, 0.06762908399105072, -0.10143645107746124, 0.016233084723353386, -0.01282418891787529, -0.06046275794506073, 0.0421258807182312, 0.047628384083509445, 0.026635419577360153, -0.006924346089363098, -0.20597822964191437, -0.021274352446198463, -0.00972957443445921, 0.08271268755197525, -0.1644202172756195, -0.0015425612218677998, 0.21514256298542023, 0.1818651556968689, -0.006965145003050566, -0.0666731595993042, 0.060212019830942154, 0.00611557811498642, -0.06388372927904129, -0.07231298834085464, -0.0325857438147068, -0.04261151701211929, -0.022543644532561302, 0.10796494781970978, -0.10705531388521194, 0.00043716159416362643, 0.10192008316516876, 0.03471134975552559, 0.0012459357967600226, -0.013451365754008293, -0.05221530795097351, -0.01716930978000164, -0.04857879504561424, -0.03984332084655762, -0.007815730758011341, 0.023921437561511993, -0.00019118287309538573, -0.11262233555316925, -0.06697915494441986, 0.002672191010788083, -0.012067658826708794, -0.0914052277803421, 0.15260453522205353, 0.03984435647726059, -0.16775237023830414, 0.1797557920217514, 0.11417359858751297, 0.08681531250476837, 0.06343797594308853, -0.06327412277460098, -0.10018274933099747, -0.03140593692660332, 0.05626186728477478, 0.03932816907763481, 0.10244861245155334, 0.005110094323754311, 0.09941374510526657, 0.04467234015464783, 0.0011466961586847901, 0.011851983144879341, -0.05315094813704491, -0.0356716550886631, -0.012872142717242241, -0.09666146337985992, -0.0845198705792427, -0.004183206707239151, 0.041993554681539536, 0.09010931104421616, 0.016218537464737892, 0.054437387734651566, 0.020760798826813698, -0.07851222157478333, -0.08615872263908386, 0.1526617407798767, -0.11800717562437057, -0.223635733127594, -0.06338267028331757, -0.07089166343212128, -0.030607575550675392, -0.025609036907553673, -0.013644177466630936, -0.029089603573083878, -0.05764595419168472, -0.09201233088970184, 0.05204244330525398, -0.03189212828874588, -0.0682767853140831, -0.050592921674251556, 0.026808155700564384, -0.016391819342970848, -0.10484805703163147, 0.039812617003917694, 0.10626230388879776, 0.0112161198630929, 0.0543195903301239, -0.006046771537512541, 0.16072846949100494, 0.1317661553621292, 0.03563946112990379, -0.018762897700071335, -0.059938739985227585, 0.2629363536834717, -0.09107141196727753, 0.002310856943950057, -0.03243329003453255, -0.12517417967319489, 0.0384698361158371, 0.20652472972869873, 0.004107116721570492, -0.13270528614521027, 0.028781579807400703, 0.09518145024776459, -0.013778934255242348, -0.19038784503936768, -0.12555910646915436, -0.07024217396974564, 0.10958265513181686, 0.1197800561785698, 0.065827377140522, -0.060276295989751816, -0.04447587579488754, -0.04318888112902641, -0.021007200703024864, 0.08644083142280579, 0.07817800343036652, 0.038075316697359085, -0.007398853078484535, 0.04104180634021759, -0.045765604823827744, -0.027455437928438187, 0.14503900706768036, -0.030316639691591263, 0.20024722814559937, -0.03499087691307068, 0.23339663445949554, 0.07430736720561981, 0.19301831722259521, 0.0019207471050322056, -0.0027978771831840277, 0.03360389918088913, 0.021542666479945183, -0.006221839226782322, -0.1013471931219101, 0.019441161304712296, 0.0408921018242836, 0.09703914821147919, -0.08948788046836853, 0.0349813736975193, -0.13829155266284943, 0.07513999938964844, 0.10161332786083221, 0.03377806022763252, -0.10344062745571136, 0.03170207515358925, 0.1704218089580536, -0.001362644019536674, -0.07955881953239441, 0.05712402984499931, 0.11449197679758072, -0.08379039168357849, 0.07395465672016144, -0.007314771879464388, 0.1428615003824234, -0.06472963839769363, -0.060842305421829224, -0.09521900117397308, -0.034930430352687836, -0.0382641963660717, 0.165409117937088, -0.1945209950208664, 0.2078435868024826, 0.049402281641960144, -0.006160376127809286, -0.1701248288154602, -0.038376759737730026, -0.016117684543132782, 0.045919325202703476, 0.251242458820343, 0.029632125049829483, -0.10417193174362183, -0.01850561611354351, -0.1348148137331009, -0.036932844668626785, 0.07436180114746094, -0.06428474187850952, 0.07287393510341644, 0.0033059159759432077, 0.011129173450171947, -0.024415286257863045, -0.0886416956782341, -0.049062348902225494, -0.18867653608322144, 0.04972728341817856, -0.01988106407225132, 0.038344576954841614, -0.08619590848684311, -0.05508182942867279, -0.04009460657835007, 0.16388007998466492, -0.016851497814059258, -0.05157415196299553, -0.12794888019561768, 0.09894618391990662, 0.23458735644817352, -0.017410675063729286, -0.009478198364377022, 0.019671227782964706, 0.20242168009281158, -0.047269098460674286, -0.012478204444050789, 0.07943721115589142, -0.05584292858839035, -0.22633221745491028, -0.02995266020298004, 0.12436457723379135, 0.018048016354441643, 0.10304658114910126, 0.003483266569674015, 0.08243648707866669, 0.021271757781505585, -0.12086168676614761, -0.010234767571091652, -0.03594144806265831, 0.03998716548085213, 0.12578488886356354, 0.04328843951225281, -0.11578668653964996, -0.07268591225147247, -0.10287481546401978, 0.12757839262485504, 0.3295394480228424, -0.07906020432710648, 0.06631521135568619, 0.05822880566120148, -0.08790671080350876, -0.3107282519340515, 0.000839578453451395, -0.033542364835739136, -0.008336825296282768, 0.12159574031829834, -0.026338733732700348, -0.1163979098200798, 0.04744895547628403, -0.035262059420347214, 0.051058799028396606, -0.25423455238342285, -0.09785851091146469, 0.037528157234191895, 0.030313413590192795, -0.20427386462688446, -0.17333687841892242, -0.12054537981748581, -0.07899319380521774, -0.12622272968292236, 0.07357589155435562, -0.002054337179288268, -0.003474702127277851, 0.0251858439296484, 0.011240513995289803, 0.011875554919242859, -0.0645330622792244, 0.18813161551952362, -0.041563842445611954, 0.051186636090278625, -0.12376349419355392, -0.09852053970098495, 0.07276745140552521, 0.04541601240634918, 0.08206364512443542, -0.03209986537694931, 0.02760775201022625, -0.023780573159456253, -0.022970451042056084, -0.10212722420692444, 0.03319315239787102, -0.08545280992984772, -0.04644932970404625, -0.11487671732902527, 0.0965445339679718, 0.07140904664993286, -0.017963794991374016, 0.09875338524580002, -0.07410874217748642, -0.019212178885936737, 0.07972753793001175, 0.14254766702651978, 0.11650297790765762, -0.004007669165730476, 0.048679180443286896, -0.03147890418767929, -0.03572951629757881, -0.14928749203681946, 0.04382653161883354, 0.16563858091831207, 0.020652959123253822, 0.16166454553604126, -0.015573499724268913, -0.1261829137802124, -0.01806984283030033, 0.090442955493927, -0.0889216884970665, -0.267961323261261, 0.010167180560529232, 0.09437903761863708, -0.1888711005449295, -0.12591713666915894, -0.014722507447004318, -0.0017670092638581991, -0.014831913635134697, 0.01174167264252901, 0.15436528623104095, -0.007367800921201706, 0.09660304337739944, 0.08316325396299362, 0.036446135491132736, -0.14089052379131317, 0.15519002079963684, 0.13895203173160553, -0.1495426595211029, 0.007367095444351435, 0.13715921342372894, -0.05712701007723808, -0.015633631497621536, 0.07590212672948837, 0.034161947667598724, 0.056745875626802444, -0.02418692782521248, -0.04236314073204994, -0.08593416959047318, 0.038975268602371216, 0.08702100813388824, 0.00883459486067295, 0.037504471838474274, 0.0761290118098259, -0.0724702849984169, -0.06719069927930832, 0.13014614582061768, 0.03618266060948372, 0.023295771330595016, -0.0006633518496528268, 0.020269833505153656, -0.03276095539331436, 0.032702550292015076, -0.009599756449460983, 0.039563246071338654, -0.08695469796657562, 0.018335161730647087, -0.06935684382915497, 0.011344872415065765, -0.13944292068481445, -0.021004391834139824, -0.017156654968857765, -0.07243242859840393, -0.05254693701863289, -0.021835140883922577, -0.09321167320013046, -0.03909967467188835, -0.04975925758481026, 0.07947873324155807, -0.14461001753807068, -0.09793705493211746, 0.13342930376529694, -0.010157325305044651, 0.10595512390136719, -0.038152724504470825, -0.03122139722108841, 0.026952337473630905, -0.1285168081521988, -0.0016628113808110356, 0.00420366832986474, 0.044350333511829376, 0.047630902379751205, -0.14449648559093475, -0.04701784998178482, 0.04662599787116051, -0.03262029588222504, 0.06365302205085754, -0.09305789321660995, -0.10552971065044403, 0.04786943271756172, 0.007126388605684042, -0.08146370947360992, 0.0597117654979229, 0.05101560428738594, 0.040175676345825195, -0.01897909864783287, 0.1249416172504425, -0.04519263654947281, 0.07928186655044556, -0.11665017902851105, -0.01015776488929987, -0.05491303279995918, -0.021524690091609955, -0.010882171802222729, 0.027612756937742233, 0.0705510601401329, -0.03873451054096222, 0.28010016679763794, -0.04146933555603027, -0.09911821782588959, 0.06783881038427353, 0.0496436208486557, 0.06579389423131943, 0.07382446527481079, 0.15424798429012299, -0.06482426077127457, -0.059924930334091187, -0.0006718626245856285, -0.04358299821615219, -0.09476689994335175, -0.02225624769926071, 0.03807017579674721, 0.15603581070899963, 0.20878241956233978, -0.023190870881080627, 0.09997320175170898, -0.16622844338417053, 0.029759470373392105, 0.08963439613580704, 0.03520229086279869, 0.01667085476219654, -0.047996506094932556, 0.13197970390319824, 0.07775960117578506, -0.16919803619384766, 0.07992379367351532, -0.10937157273292542, -0.1048060953617096, -0.0583002008497715, -0.11043359339237213, -0.07127772271633148, -0.028909292072057724, 0.028000472113490105, -0.12626898288726807, 0.15892095863819122, 0.08613145351409912, 0.020845400169491768, -0.02053914964199066, 0.15085476636886597, -0.06352014094591141, -0.07229689508676529, 0.00017337915778625757, -0.005168205127120018, 0.02013104222714901, -0.018193542957305908, 0.07269328087568283, 0.007016232702881098, -0.01909971982240677, 0.0803258866071701, 0.04664134979248047, -0.001334448461420834, 0.04449484497308731, -0.06807346642017365, -0.05291098356246948, 0.009000251069664955, 0.019511844962835312, 0.02591710537672043, 0.27761203050613403, 0.031840238720178604, 0.07462946325540543, 0.02789950557053089, 0.13442130386829376, -0.06682717800140381, -0.15023748576641083, -0.09725383669137955, 0.011806687340140343, -0.02945191040635109, 0.02527415007352829, 0.00006104528438299894, -0.1289176195859909, 0.09965971857309341, 0.10538642108440399, 0.17551825940608978, -0.04065311700105667, -0.012808213010430336, -0.03820698708295822, 0.014672702178359032, 0.009318214841187, -0.0645536333322525, 0.04418164864182472, 0.14529013633728027, -0.11868707090616226, -0.015069426968693733, -0.06871877610683441, 0.05235046520829201, -0.04059266299009323, 0.07635007798671722, 0.010046656243503094, -0.024780292063951492, -0.06946935504674911, 0.16436713933944702, -0.082912877202034, -0.1378960907459259, -0.012819729745388031, -0.1482061743736267, -0.1218697801232338, 0.025426307693123817, -0.0525512658059597, 0.03086533583700657, -0.028129473328590393, 0.03382034972310066, 0.024325143545866013, 0.0481857992708683, 0.022744473069906235, -0.0713769868016243, -0.024465076625347137, 0.06583594530820847, 0.033332474529743195, 0.2658824026584625, 0.003894929541274905, 0.14967918395996094, 0.13030628859996796, -0.05220324546098709, -0.14060309529304504, 0.055947158485651016, 0.13129723072052002, 0.030099593102931976, -0.016031714156270027, 0.11127632856369019, -0.008019204251468182, 0.13219109177589417, 0.07581120729446411, 0.05566921830177307, 0.05640953406691551, 0.04739420488476753, -0.005115363746881485, -0.13350868225097656, 0.03876738250255585, -0.10521212965250015, 0.0953025221824646, 0.09945238381624222, -0.04890980198979378, -0.00689694844186306, -0.01666298136115074, 0.03881976380944252, -0.039829038083553314, 0.21982276439666748, 0.038058970123529434, -0.17425334453582764, -0.012145698070526123, 0.02607855759561062, 0.09400618821382523, -0.2209136188030243, 0.023547936230897903, 0.017091285437345505, -0.03397388011217117, -0.025110412389039993, 0.17911556363105774, 0.06334997713565826, -0.015002881176769733, -0.03135285526514053, -0.17242437601089478, 0.00038681167643517256, 0.08279387652873993, -0.0644504725933075, -0.007695892825722694 ]
b9c986f7facc268b3e4c6e2127335d67e7a3f206
# Dataset Card for CrowS-Pairs ## 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:** [Add homepage URL here if available (unless it's a GitHub repository)]() - **Repository:** https://github.com/nyu-mll/crows-pairs - **Paper:** https://aclanthology.org/2020.emnlp-main.154 - **Leaderboard:** [If the dataset supports an active leaderboard, add link here]() - **Point of Contact:** [If known, name and email of at least one person the reader can contact for questions about the dataset.]() ### 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 [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 CrowS-Pairs is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/). It is created using prompts taken from the [ROCStories corpora](https://cs.rochester.edu/nlp/rocstories/) and the fiction part of [MNLI](https://cims.nyu.edu/~sbowman/multinli/). Please refer to their papers for more details. ### Citation Information ``` @inproceedings{nangia-etal-2020-crows, title = "{C}row{S}-Pairs: A Challenge Dataset for Measuring Social Biases in Masked Language Models", author = "Nangia, Nikita and Vania, Clara and Bhalerao, Rasika and Bowman, Samuel R.", booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)", month = nov, year = "2020", address = "Online", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2020.emnlp-main.154", doi = "10.18653/v1/2020.emnlp-main.154", pages = "1953--1967", } ``` ### Contributions Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
crows_pairs
[ "task_categories:text-classification", "task_ids:text-scoring", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:cc-by-sa-4.0", "bias-evaluation", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["text-scoring"], "paperswithcode_id": "crows-pairs", "pretty_name": "CrowS-Pairs", "tags": ["bias-evaluation"], "dataset_info": {"features": [{"name": "id", "dtype": "int32"}, {"name": "sent_more", "dtype": "string"}, {"name": "sent_less", "dtype": "string"}, {"name": "stereo_antistereo", "dtype": {"class_label": {"names": {"0": "stereo", "1": "antistereo"}}}}, {"name": "bias_type", "dtype": {"class_label": {"names": {"0": "race-color", "1": "socioeconomic", "2": "gender", "3": "disability", "4": "nationality", "5": "sexual-orientation", "6": "physical-appearance", "7": "religion", "8": "age"}}}}, {"name": "annotations", "sequence": {"sequence": {"class_label": {"names": {"0": "race-color", "1": "socioeconomic", "2": "gender", "3": "disability", "4": "nationality", "5": "sexual-orientation", "6": "physical-appearance", "7": "religion", "8": "age"}}}}}, {"name": "anon_writer", "dtype": "string"}, {"name": "anon_annotators", "sequence": "string"}], "config_name": "crows_pairs", "splits": [{"name": "test", "num_bytes": 419976, "num_examples": 1508}], "download_size": 437764, "dataset_size": 419976}}
2024-01-18T09:49:15+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-sa-4.0 #bias-evaluation #region-us
# Dataset Card for CrowS-Pairs ## 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: [Add homepage URL here if available (unless it's a GitHub repository)]() - Repository: URL - Paper: URL - Leaderboard: [If the dataset supports an active leaderboard, add link here]() - Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]() ### 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 CrowS-Pairs is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. It is created using prompts taken from the ROCStories corpora and the fiction part of MNLI. Please refer to their papers for more details. ### Contributions Thanks to @patil-suraj for adding this dataset.
[ "# Dataset Card for CrowS-Pairs", "## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: URL\n- Paper: URL\n- Leaderboard: [If the dataset supports an active leaderboard, add link here]()\n- Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]()", "### 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\n\nCrowS-Pairs is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.\n\nIt is created using prompts taken from the ROCStories corpora and the fiction part of MNLI. Please refer to their papers for more details.", "### Contributions\n\nThanks to @patil-suraj for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-sa-4.0 #bias-evaluation #region-us \n", "# Dataset Card for CrowS-Pairs", "## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: URL\n- Paper: URL\n- Leaderboard: [If the dataset supports an active leaderboard, add link here]()\n- Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]()", "### 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\n\nCrowS-Pairs is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.\n\nIt is created using prompts taken from the ROCStories corpora and the fiction part of MNLI. Please refer to their papers for more details.", "### Contributions\n\nThanks to @patil-suraj for adding this dataset." ]
[ 100, 11, 120, 96, 6, 10, 4, 6, 6, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 59, 19 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-text-scoring #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-sa-4.0 #bias-evaluation #region-us \n# Dataset Card for CrowS-Pairs## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: URL\n- Paper: URL\n- Leaderboard: [If the dataset supports an active leaderboard, add link here]()\n- Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]()### 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" ]
[ -0.005895726382732391, 0.25571706891059875, -0.007467453833669424, 0.01820349134504795, 0.11095812171697617, 0.028046004474163055, 0.08826451748609543, 0.1221008151769638, 0.07756134867668152, 0.15486139059066772, -0.05794182047247887, 0.08465120196342468, 0.12132801860570908, 0.0865074023604393, -0.017615271732211113, -0.19031129777431488, 0.048076875507831573, -0.10523989051580429, -0.008992674760520458, 0.1068376675248146, 0.11518561840057373, -0.0777943879365921, 0.0323927104473114, -0.072567418217659, 0.009071113541722298, 0.01662110537290573, -0.08711633831262589, -0.04970306530594826, 0.027965696528553963, 0.021025799214839935, 0.05781888961791992, 0.025990081951022148, 0.061355575919151306, -0.30432331562042236, 0.023776857182383537, 0.042004648596048355, 0.024773932993412018, 0.0445527620613575, 0.08672291785478592, -0.08388439565896988, -0.004707717802375555, -0.14526906609535217, 0.09442432969808578, 0.05868489295244217, -0.12697605788707733, -0.10369256883859634, -0.11251360177993774, 0.0718810185790062, 0.11056617647409439, 0.04365474358201027, -0.06538581103086472, 0.06263697147369385, -0.06268772482872009, 0.026752548292279243, 0.12290264666080475, -0.12883387506008148, -0.05942145362496376, 0.020118555054068565, 0.040164265781641006, 0.049418117851018906, -0.15879465639591217, -0.004845894873142242, -0.05156944319605827, 0.012883903458714485, 0.009309099055826664, -0.02139582857489586, -0.012074688449501991, 0.050023410469293594, -0.08294527977705002, -0.04643647372722626, 0.0851011797785759, 0.01188129372894764, 0.01685185916721821, -0.23152363300323486, -0.010916152969002724, 0.05578164383769035, -0.0646744966506958, 0.007305779494345188, 0.04929393529891968, -0.018758298829197884, 0.07934679090976715, -0.007193893659859896, -0.018756313249468803, 0.008269622921943665, 0.00007611163891851902, 0.0019478675676509738, 0.03651028871536255, -0.028771687299013138, 0.047327008098363876, 0.054766926914453506, 0.08322727680206299, -0.13191381096839905, -0.02805953472852707, -0.04995856434106827, -0.18388880789279938, -0.018841151148080826, 0.05550243332982063, 0.05504981055855751, 0.14022476971149445, 0.21392519772052765, -0.0453215166926384, 0.05869583040475845, -0.08492602407932281, -0.025072293356060982, 0.0768859013915062, 0.09044141322374344, -0.07052639871835709, -0.1438862830400467, -0.038673993200063705, 0.04109089821577072, -0.028698507696390152, -0.019910873845219612, 0.023740464821457863, 0.08506409078836441, 0.015452890656888485, 0.10824425518512726, 0.14523009955883026, 0.015478195622563362, -0.09798564016819, -0.03038226254284382, 0.09519489854574203, -0.1399119347333908, 0.06853865832090378, 0.07577851414680481, -0.0004128854488953948, -0.008162342943251133, -0.036819685250520706, 0.0171581469476223, -0.08389708399772644, 0.09493575990200043, -0.030275586992502213, -0.01612105220556259, -0.07124390453100204, -0.04627060890197754, 0.06955298781394958, -0.035672981292009354, -0.0689673200249672, 0.034368012100458145, -0.05990041419863701, -0.09523855149745941, 0.03574952483177185, -0.11728159338235855, -0.0791720524430275, -0.02556711435317993, -0.019770881161093712, 0.04698330909013748, 0.018005546182394028, -0.006662420462816954, -0.05906180292367935, 0.035055018961429596, -0.051216524094343185, 0.03180306777358055, 0.11004508286714554, 0.0424799807369709, -0.06474420428276062, 0.05717381089925766, -0.13711197674274445, 0.10299333184957504, -0.177174910902977, 0.04818415269255638, -0.13931213319301605, -0.00007262438157340512, 0.08049818128347397, 0.0010119803482666612, -0.013143504969775677, 0.15841756761074066, -0.16204319894313812, -0.03305177390575409, 0.16128835082054138, -0.0667845830321312, -0.07765239477157593, 0.04237639158964157, -0.030396174639463425, -0.003570862580090761, 0.03524019941687584, 0.09316033869981766, -0.025207282975316048, -0.022379102185368538, -0.046613696962594986, -0.12055476009845734, 0.07290054112672806, 0.1975543051958084, 0.08880957216024399, -0.11071539670228958, 0.18070447444915771, 0.009092671796679497, -0.033749617636203766, -0.08746996521949768, -0.0035286026541143656, -0.08843514323234558, 0.04108487442135811, 0.015230230055749416, -0.002806175732985139, 0.026431962847709656, -0.07850351184606552, -0.02057584747672081, -0.10873442143201828, 0.05757966637611389, 0.0054542566649615765, -0.007619793526828289, 0.012684598565101624, -0.09694218635559082, -0.03499532490968704, 0.0574689656496048, 0.03409489989280701, -0.16071780025959015, -0.14193104207515717, 0.03935150429606438, 0.003250730922445655, 0.10692643374204636, -0.07536131143569946, 0.016026629135012627, -0.06966502964496613, -0.03574637323617935, 0.0017604909371584654, 0.02089909091591835, 0.03221850097179413, -0.005052594933658838, -0.23425354063510895, -0.0004787982616107911, -0.03856755420565605, 0.14652036130428314, -0.10733165591955185, 0.004137611482292414, 0.13071370124816895, 0.20467667281627655, 0.042034003883600235, -0.06348346918821335, 0.07560740411281586, 0.016235744580626488, 0.008655652403831482, -0.06300395727157593, 0.019304201006889343, -0.06727856397628784, 0.010675131343305111, 0.023018790408968925, -0.05819933861494064, -0.03508613631129265, 0.06984071433544159, 0.1057332307100296, -0.06389869004487991, -0.03294377401471138, -0.04392813518643379, -0.04526236653327942, -0.08248601853847504, -0.08679114282131195, 0.09000484645366669, 0.09693219512701035, -0.006914639845490456, -0.041640181094408035, -0.08314738422632217, -0.08399117738008499, 0.007770105265080929, -0.04671516269445419, 0.14040665328502655, 0.07956232130527496, -0.10762642323970795, 0.15279658138751984, 0.02512199990451336, 0.1253269612789154, 0.0647808089852333, -0.07084526121616364, -0.0694250836968422, -0.009022625163197517, 0.011362149380147457, 0.03770892322063446, 0.07066269218921661, -0.09278284013271332, -0.010650061070919037, 0.054625850170850754, -0.042824648320674896, -0.0066006979905068874, -0.037195395678281784, 0.030510196462273598, -0.006985838524997234, -0.027881192043423653, 0.050479140132665634, -0.02441183663904667, 0.07654502987861633, 0.10449206084012985, 0.03335469961166382, 0.04780923202633858, -0.037032708525657654, -0.07568752020597458, -0.06596298515796661, 0.08033840358257294, -0.13208824396133423, -0.2168438583612442, -0.068840391933918, -0.10420910269021988, -0.01754314824938774, -0.0504034198820591, -0.000022758425984648056, -0.03822547197341919, -0.10483726859092712, -0.05155343562364578, 0.07785941660404205, 0.13118723034858704, -0.13303644955158234, 0.04216828569769859, 0.02695283852517605, -0.006836465559899807, -0.11905814707279205, 0.030749328434467316, 0.0654091015458107, -0.06765277683734894, 0.0036706048995256424, 0.06007508188486099, 0.0968024879693985, 0.10688022524118423, 0.09908933937549591, -0.01627832092344761, -0.026903994381427765, 0.2320108860731125, -0.1674235314130783, 0.13124167919158936, 0.04463336616754532, -0.04717518016695976, 0.06217610836029053, 0.28331121802330017, 0.0523391030728817, -0.06736357510089874, 0.007787211332470179, 0.10369803011417389, 0.013647577725350857, -0.24396225810050964, -0.07824622094631195, -0.06980736553668976, -0.03485437482595444, 0.06818190962076187, 0.08004313707351685, -0.01869073137640953, -0.021746234968304634, -0.09836810827255249, -0.05875617638230324, 0.09568998217582703, 0.06763576716184616, 0.08364007622003555, 0.03417277708649635, 0.0596097856760025, -0.04393579065799713, -0.008855454623699188, 0.06228276714682579, 0.08263669162988663, 0.16338834166526794, 0.03592325747013092, 0.23315595090389252, 0.07186179608106613, 0.03780614584684372, -0.0270442683249712, -0.0023589718621224165, -0.02055283635854721, 0.08540752530097961, 0.006661101244390011, -0.05878438800573349, 0.02641197293996811, 0.061714645475149155, 0.08413948118686676, -0.12044110149145126, 0.08863797783851624, -0.10541027039289474, 0.11509564518928528, 0.20083323121070862, 0.03019784390926361, -0.05343030393123627, 0.01855301670730114, 0.12147673219442368, -0.11166781932115555, -0.09285345673561096, -0.007989688776433468, -0.005402471870183945, -0.172709122300148, 0.09959012269973755, -0.02665216289460659, 0.14122693240642548, -0.10437671095132828, -0.03477771207690239, 0.03328149765729904, 0.020678868517279625, -0.022518940269947052, 0.06129852309823036, -0.18713492155075073, 0.1309511959552765, -0.0007063248194754124, -0.0014699341263622046, -0.07260157912969589, 0.08810573816299438, 0.01030868012458086, -0.05379648879170418, 0.1526145488023758, -0.010174945928156376, -0.05126207321882248, 0.00691710552200675, -0.08735296875238419, -0.008721228688955307, 0.05776411294937134, -0.15912191569805145, 0.12365399301052094, 0.0006345951114781201, -0.03876496106386185, -0.06448901444673538, -0.05959470570087433, -0.07962433248758316, -0.21806488931179047, 0.06508779525756836, -0.08836304396390915, 0.08654768764972687, -0.06409294903278351, -0.017159709706902504, -0.09494553506374359, 0.1639832705259323, -0.2049657553434372, -0.10422689467668533, -0.15453310310840607, -0.007601069286465645, 0.1525825560092926, -0.03775119408965111, 0.05782129243016243, -0.005451997742056847, 0.15888704359531403, -0.0055925571359694, -0.016456712037324905, 0.06353672593832016, -0.029093822464346886, -0.20208792388439178, -0.039612021297216415, 0.18201838433742523, 0.031643036752939224, 0.04063483700156212, -0.008425863459706306, 0.08115363121032715, 0.03153236210346222, -0.09262028336524963, 0.060548219829797745, 0.08353954553604126, -0.010386398993432522, 0.06702159345149994, -0.0034007306676357985, -0.21581169962882996, -0.14189974963665009, -0.027179673314094543, 0.11147568374872208, 0.10269427299499512, -0.034352488815784454, 0.2114718109369278, 0.09067767858505249, -0.10711085796356201, -0.20495636761188507, -0.0357050821185112, 0.021472200751304626, -0.03791229799389839, 0.02185658924281597, -0.2032628357410431, 0.10007647424936295, 0.030694343149662018, -0.008307330310344696, -0.001025621546432376, -0.17037583887577057, -0.1165962815284729, 0.03195970132946968, 0.008137253113090992, -0.34759658575057983, -0.19634047150611877, -0.1256321221590042, -0.03946731984615326, -0.22171443700790405, 0.14623701572418213, 0.05664009600877762, -0.004733996000140905, -0.0039031708147376776, 0.05474746972322464, 0.021198531612753868, -0.018581541255116463, 0.13840235769748688, 0.01065646018832922, 0.00034154555760324, -0.08354636281728745, -0.05579175055027008, 0.09607960283756256, -0.000049287576985079795, 0.03209034726023674, -0.022353122010827065, -0.03954733908176422, -0.13002049922943115, -0.025928694754838943, -0.06867396831512451, 0.0008211868116632104, -0.11947111040353775, -0.019264528527855873, -0.03327348083257675, 0.1046343669295311, 0.09544672071933746, -0.040532186627388, 0.12542621791362762, -0.06948886811733246, 0.0815851166844368, 0.08265075832605362, 0.15594840049743652, 0.06530684232711792, -0.1210901215672493, -0.012346946634352207, 0.010392115451395512, -0.04462301731109619, -0.11487212032079697, 0.0664612427353859, 0.10962312668561935, 0.03280654549598694, 0.13858015835285187, -0.0442434698343277, -0.13241159915924072, -0.04164661839604378, 0.07591382414102554, -0.05705663189291954, -0.2038276642560959, 0.0446007065474987, 0.08217677474021912, -0.14643892645835876, -0.07313672453165054, 0.06969084590673447, 0.08076813817024231, -0.08573286980390549, 0.06449445337057114, 0.12881168723106384, 0.057513799518346786, 0.0864553228020668, 0.0002348907000850886, 0.08998636901378632, -0.1374172866344452, 0.08250772953033447, 0.16173669695854187, -0.05935489758849144, -0.0012643146328628063, 0.22088190913200378, -0.031014334410429, -0.023249559104442596, 0.039152592420578, 0.062283191829919815, 0.07889408618211746, 0.012737776152789593, 0.015024738386273384, -0.14368747174739838, 0.03734699636697769, 0.11846492439508438, -0.018524082377552986, 0.009999782778322697, 0.049935661256313324, -0.03931721672415733, -0.002008883748203516, 0.1628197431564331, 0.04038534685969353, 0.02642183192074299, -0.03261806443333626, -0.07667934894561768, -0.03213262930512428, -0.07201261818408966, 0.013130927458405495, -0.029940253123641014, -0.1374816596508026, 0.015596166253089905, -0.09428594261407852, 0.011669222265481949, -0.13445934653282166, 0.003968679346144199, 0.006495387759059668, -0.06352411210536957, -0.007697702385485172, -0.011889669112861156, -0.07478970289230347, -0.08297575265169144, -0.017741596326231956, 0.14549705386161804, -0.2215755730867386, -0.0022575650364160538, 0.11411936581134796, -0.09715038537979126, 0.11229702085256577, -0.02066025324165821, -0.0472375825047493, -0.024241043254733086, -0.1273689866065979, -0.025787223130464554, -0.037625737488269806, 0.03206287696957588, 0.055657558143138885, -0.1801188588142395, -0.008942660875618458, -0.0259360671043396, -0.0607864186167717, 0.043925557285547256, -0.002073488663882017, -0.10328425467014313, 0.07361913472414017, -0.05053999647498131, -0.06987890601158142, 0.018576426431536674, 0.03013751469552517, 0.15009045600891113, -0.02178996615111828, 0.1187581941485405, -0.036378733813762665, 0.10187417268753052, -0.13312382996082306, -0.014584783464670181, 0.010810056701302528, 0.0041927676647901535, 0.013732987456023693, 0.010647395625710487, 0.0728110671043396, -0.0010301554575562477, 0.1761029213666916, -0.03549733757972717, 0.005954713094979525, 0.09547396004199982, 0.05271299183368683, -0.0791035145521164, 0.08734210580587387, -0.05242098495364189, 0.018354032188653946, -0.03061237744987011, 0.03942084684967995, -0.10696577280759811, -0.08693831413984299, -0.07771026343107224, 0.12108447402715683, 0.23282474279403687, 0.21479374170303345, -0.04860047996044159, 0.12461117655038834, -0.10016226768493652, -0.05027797073125839, 0.13703273236751556, -0.04189975559711456, 0.03084733337163925, -0.10334725677967072, 0.08730880916118622, 0.023689061403274536, -0.18501943349838257, 0.11425713449716568, -0.09171020239591599, -0.0632636547088623, -0.005570696201175451, -0.14515864849090576, -0.0743684396147728, -0.011073400266468525, 0.009677394293248653, -0.10995956510305405, 0.08746220916509628, 0.11235557496547699, -0.01769494265317917, -0.012228940613567829, 0.047125060111284256, -0.04619114473462105, -0.057080209255218506, 0.0881659984588623, 0.06935384124517441, 0.020959608256816864, -0.014919067732989788, 0.07035815715789795, -0.053806208074092865, 0.13274645805358887, 0.06903091073036194, 0.0749468132853508, -0.034219980239868164, 0.001983259804546833, -0.08336009085178375, -0.09022302180528641, 0.05708233639597893, -0.0284765362739563, -0.09804844111204147, 0.1696244329214096, 0.02050202153623104, 0.03985166549682617, -0.0031722313724458218, 0.23728451132774353, -0.04446173459291458, -0.14295795559883118, -0.1641858071088791, 0.012281790375709534, -0.0444972962141037, -0.0049044848419725895, 0.04819553717970848, -0.1615220606327057, 0.008190898224711418, 0.12095741182565689, 0.11851813644170761, -0.051901161670684814, 0.02366446703672409, -0.008070734329521656, 0.034559957683086395, 0.006802104413509369, -0.0021843553986400366, 0.03789011761546135, 0.18110047280788422, -0.04622913524508476, -0.0031132393050938845, -0.011605240404605865, -0.08572480082511902, -0.0740889236330986, 0.09408510476350784, 0.013281813822686672, -0.022535905241966248, -0.07939714193344116, 0.17433156073093414, -0.12797224521636963, -0.2764320969581604, 0.041083239018917084, -0.14475733041763306, -0.18286286294460297, -0.053017508238554, 0.04858787730336189, -0.000989110441878438, -0.019489211961627007, 0.1267848163843155, -0.05216914787888527, 0.14475390315055847, 0.0746251791715622, -0.0015445294557139277, 0.01435436587780714, 0.10076344758272171, -0.17166177928447723, 0.2134384661912918, -0.0011373477755114436, 0.014519012533128262, 0.09871304035186768, -0.04076376557350159, -0.11683770269155502, -0.006848125718533993, 0.12292604893445969, -0.07860434800386429, 0.020950408652424812, 0.18103092908859253, 0.022262604907155037, 0.13459543883800507, 0.1271810382604599, -0.026169218122959137, 0.042100224643945694, 0.06079046428203583, -0.02905190736055374, -0.0924997553229332, 0.10442623496055603, -0.12049675732851028, 0.06880231946706772, 0.13059109449386597, -0.06260810792446136, 0.030482785776257515, -0.021699538454413414, 0.0025212368927896023, -0.061471886932849884, 0.13210447132587433, -0.045309245586395264, -0.18072232604026794, 0.026678860187530518, -0.05479848384857178, 0.11669830232858658, -0.082255519926548, -0.07833323627710342, 0.028391564264893532, 0.021847426891326904, -0.09573445469141006, 0.16074086725711823, 0.11430651694536209, -0.01623385027050972, -0.030769864097237587, -0.12467361241579056, 0.04047083109617233, 0.14814411103725433, -0.07956897467374802, 0.0643443763256073 ]
d672fdefdeb37601c5c7d35c5c6aee9595748ca9
# Dataset Card for Cryptonite ## 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/aviaefrat/cryptonite) - **Repository:** [Github](https://github.com/aviaefrat/cryptonite) - **Paper:** [Arxiv](https://arxiv.org/pdf/2103.01242.pdf) - **Leaderboard:** - **Point of Contact:** [Twitter](https://twitter.com/AviaEfrat) ### Dataset Summary Current NLP datasets targeting ambiguity can be solved by a native speaker with relative ease. We present Cryptonite, a large-scale dataset based on cryptic crosswords, which is both linguistically complex and naturally sourced. Each example in Cryptonite is a cryptic clue, a short phrase or sentence with a misleading surface reading, whose solving requires disambiguating semantic, syntactic, and phonetic wordplays, as well as world knowledge. Cryptic clues pose a challenge even for experienced solvers, though top-tier experts can solve them with almost 100% accuracy. Cryptonite is a challenging task for current models; fine-tuning T5-Large on 470k cryptic clues achieves only 7.6% accuracy, on par with the accuracy of a rule-based clue solver (8.6%). ### Languages English ## Dataset Structure ### Data Instances This is one example from the train set. ```python { 'clue': 'make progress socially in stated region (5)', 'answer': 'climb', 'date': 971654400000, 'enumeration': '(5)', 'id': 'Times-31523-6across', 'publisher': 'Times', 'quick': False } ``` ### Data Fields - `clue`: a string representing the clue provided for the crossword - `answer`: a string representing the answer to the clue - `enumeration`: a string representing the - `publisher`: a string representing the publisher of the crossword - `date`: a int64 representing the UNIX timestamp of the date of publication of the crossword - `quick`: a bool representing whether the crossword is quick (a crossword aimed at beginners, easier to solve) - `id`: a string to uniquely identify a given example in the dataset ### Data Splits Train (470,804 examples), validation (26,156 examples), test (26,157 examples). ## Dataset Creation ### Curation Rationale Crosswords from the Times and the Telegraph. ### 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 Avia Efrat, Uri Shaham, Dan Kilman, Omer Levy ### Licensing Information `cc-by-nc-4.0` ### Citation Information ``` @misc{efrat2021cryptonite, title={Cryptonite: A Cryptic Crossword Benchmark for Extreme Ambiguity in Language}, author={Avia Efrat and Uri Shaham and Dan Kilman and Omer Levy}, year={2021}, eprint={2103.01242}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Contributions Thanks to [@theo-m](https://github.com/theo-m) for adding this dataset.
cryptonite
[ "task_categories:question-answering", "task_ids:open-domain-qa", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:100K<n<1M", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:cc-by-nc-4.0", "arxiv:2103.01242", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["en"], "license": ["cc-by-nc-4.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M", "1K<n<10K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["open-domain-qa"], "pretty_name": "Cryptonite", "config_names": ["cryptonite", "default"], "dataset_info": [{"config_name": "default", "features": [{"name": "agent_info", "sequence": [{"name": "Bottomline", "dtype": "string"}, {"name": "Role", "dtype": "string"}, {"name": "Target", "dtype": "float32"}]}, {"name": "agent_turn", "sequence": "int32"}, {"name": "dialogue_acts", "sequence": [{"name": "intent", "dtype": "string"}, {"name": "price", "dtype": "float32"}]}, {"name": "utterance", "sequence": "string"}, {"name": "items", "sequence": [{"name": "Category", "dtype": "string"}, {"name": "Images", "dtype": "string"}, {"name": "Price", "dtype": "float32"}, {"name": "Description", "dtype": "string"}, {"name": "Title", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 8538836, "num_examples": 5247}, {"name": "test", "num_bytes": 1353933, "num_examples": 838}, {"name": "validation", "num_bytes": 966032, "num_examples": 597}], "download_size": 25373618, "dataset_size": 10858801}, {"config_name": "cryptonite", "features": [{"name": "clue", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "enumeration", "dtype": "string"}, {"name": "publisher", "dtype": "string"}, {"name": "date", "dtype": "int64"}, {"name": "quick", "dtype": "bool"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 52228597, "num_examples": 470804}, {"name": "validation", "num_bytes": 2901768, "num_examples": 26156}, {"name": "test", "num_bytes": 2908275, "num_examples": 26157}], "download_size": 21615952, "dataset_size": 58038640}]}
2024-01-18T09:49:43+00:00
[ "2103.01242" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-nc-4.0 #arxiv-2103.01242 #region-us
# Dataset Card for Cryptonite ## 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: Twitter ### Dataset Summary Current NLP datasets targeting ambiguity can be solved by a native speaker with relative ease. We present Cryptonite, a large-scale dataset based on cryptic crosswords, which is both linguistically complex and naturally sourced. Each example in Cryptonite is a cryptic clue, a short phrase or sentence with a misleading surface reading, whose solving requires disambiguating semantic, syntactic, and phonetic wordplays, as well as world knowledge. Cryptic clues pose a challenge even for experienced solvers, though top-tier experts can solve them with almost 100% accuracy. Cryptonite is a challenging task for current models; fine-tuning T5-Large on 470k cryptic clues achieves only 7.6% accuracy, on par with the accuracy of a rule-based clue solver (8.6%). ### Languages English ## Dataset Structure ### Data Instances This is one example from the train set. ### Data Fields - 'clue': a string representing the clue provided for the crossword - 'answer': a string representing the answer to the clue - 'enumeration': a string representing the - 'publisher': a string representing the publisher of the crossword - 'date': a int64 representing the UNIX timestamp of the date of publication of the crossword - 'quick': a bool representing whether the crossword is quick (a crossword aimed at beginners, easier to solve) - 'id': a string to uniquely identify a given example in the dataset ### Data Splits Train (470,804 examples), validation (26,156 examples), test (26,157 examples). ## Dataset Creation ### Curation Rationale Crosswords from the Times and the Telegraph. ### 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 Avia Efrat, Uri Shaham, Dan Kilman, Omer Levy ### Licensing Information 'cc-by-nc-4.0' ### Contributions Thanks to @theo-m for adding this dataset.
[ "# Dataset Card for Cryptonite", "## 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: Twitter", "### Dataset Summary\n\nCurrent NLP datasets targeting ambiguity can be solved by a native speaker with relative ease. We present Cryptonite, a large-scale dataset based on cryptic crosswords, which is both linguistically complex and naturally sourced. Each example in Cryptonite is a cryptic clue, a short phrase or sentence with a misleading surface reading, whose solving requires disambiguating semantic, syntactic, and phonetic wordplays, as well as world knowledge. Cryptic clues pose a challenge even for experienced solvers, though top-tier experts can solve them with almost 100% accuracy. Cryptonite is a challenging task for current models; fine-tuning T5-Large on 470k cryptic clues achieves only 7.6% accuracy, on par with the accuracy of a rule-based clue solver (8.6%).", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nThis is one example from the train set.", "### Data Fields\n\n- 'clue': a string representing the clue provided for the crossword\n- 'answer': a string representing the answer to the clue\n- 'enumeration': a string representing the \n- 'publisher': a string representing the publisher of the crossword\n- 'date': a int64 representing the UNIX timestamp of the date of publication of the crossword\n- 'quick': a bool representing whether the crossword is quick (a crossword aimed at beginners, easier to solve)\n- 'id': a string to uniquely identify a given example in the dataset", "### Data Splits\n\nTrain (470,804 examples), validation (26,156 examples), test (26,157 examples).", "## Dataset Creation", "### Curation Rationale\n\nCrosswords from the Times and the Telegraph.", "### 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\nAvia Efrat, Uri Shaham, Dan Kilman, Omer Levy", "### Licensing Information\n\n'cc-by-nc-4.0'", "### Contributions\n\nThanks to @theo-m for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-nc-4.0 #arxiv-2103.01242 #region-us \n", "# Dataset Card for Cryptonite", "## 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: Twitter", "### Dataset Summary\n\nCurrent NLP datasets targeting ambiguity can be solved by a native speaker with relative ease. We present Cryptonite, a large-scale dataset based on cryptic crosswords, which is both linguistically complex and naturally sourced. Each example in Cryptonite is a cryptic clue, a short phrase or sentence with a misleading surface reading, whose solving requires disambiguating semantic, syntactic, and phonetic wordplays, as well as world knowledge. Cryptic clues pose a challenge even for experienced solvers, though top-tier experts can solve them with almost 100% accuracy. Cryptonite is a challenging task for current models; fine-tuning T5-Large on 470k cryptic clues achieves only 7.6% accuracy, on par with the accuracy of a rule-based clue solver (8.6%).", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nThis is one example from the train set.", "### Data Fields\n\n- 'clue': a string representing the clue provided for the crossword\n- 'answer': a string representing the answer to the clue\n- 'enumeration': a string representing the \n- 'publisher': a string representing the publisher of the crossword\n- 'date': a int64 representing the UNIX timestamp of the date of publication of the crossword\n- 'quick': a bool representing whether the crossword is quick (a crossword aimed at beginners, easier to solve)\n- 'id': a string to uniquely identify a given example in the dataset", "### Data Splits\n\nTrain (470,804 examples), validation (26,156 examples), test (26,157 examples).", "## Dataset Creation", "### Curation Rationale\n\nCrosswords from the Times and the Telegraph.", "### 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\nAvia Efrat, Uri Shaham, Dan Kilman, Omer Levy", "### Licensing Information\n\n'cc-by-nc-4.0'", "### Contributions\n\nThanks to @theo-m for adding this dataset." ]
[ 118, 7, 120, 34, 203, 5, 6, 15, 145, 29, 5, 17, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 22, 15, 18 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-nc-4.0 #arxiv-2103.01242 #region-us \n# Dataset Card for Cryptonite## 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: Twitter### Dataset Summary\n\nCurrent NLP datasets targeting ambiguity can be solved by a native speaker with relative ease. We present Cryptonite, a large-scale dataset based on cryptic crosswords, which is both linguistically complex and naturally sourced. Each example in Cryptonite is a cryptic clue, a short phrase or sentence with a misleading surface reading, whose solving requires disambiguating semantic, syntactic, and phonetic wordplays, as well as world knowledge. Cryptic clues pose a challenge even for experienced solvers, though top-tier experts can solve them with almost 100% accuracy. Cryptonite is a challenging task for current models; fine-tuning T5-Large on 470k cryptic clues achieves only 7.6% accuracy, on par with the accuracy of a rule-based clue solver (8.6%).### Languages\n\nEnglish## Dataset Structure" ]
[ 0.003822000464424491, 0.17583289742469788, -0.0069579980336129665, -0.0017866254784166813, 0.017520533874630928, -0.01707806997001171, 0.03410816937685013, 0.08102244138717651, 0.06326432526111603, 0.13186024129390717, -0.05088767781853676, 0.06922028213739395, 0.07737468183040619, 0.10285934805870056, 0.014698456972837448, -0.183986097574234, 0.04478904977440834, -0.08158217370510101, 0.0686972439289093, 0.09412097185850143, 0.1250201314687729, -0.058117542415857315, 0.026085566729307175, -0.030515391379594803, 0.01177617721259594, 0.02446337230503559, -0.0615663155913353, -0.07911590486764908, 0.06731240451335907, 0.02692304737865925, 0.08816107362508774, 0.005882258526980877, -0.003172230673953891, -0.2796594202518463, 0.01953927055001259, 0.06705043464899063, 0.009799124673008919, 0.02099667116999626, 0.051079124212265015, -0.056672628968954086, 0.012062815949320793, -0.18398979306221008, 0.10329728573560715, 0.06805982440710068, -0.07200039178133011, -0.09508612751960754, -0.0713604986667633, 0.0491081066429615, 0.10776351392269135, 0.025317272171378136, -0.05257304012775421, 0.14627017080783844, -0.05444999411702156, 0.035483844578266144, 0.0900072455406189, -0.18338674306869507, -0.05730338767170906, 0.05490466207265854, -0.015925468876957893, 0.05561548098921776, -0.0996713787317276, -0.0008559289271943271, -0.009411074221134186, 0.0393991656601429, -0.008284307084977627, -0.012791315093636513, 0.0030681968200951815, 0.007186827249825001, -0.123606838285923, -0.04231599345803261, 0.013340488076210022, -0.005741836968809366, -0.04359282925724983, -0.2610405683517456, -0.02561422996222973, 0.10501189529895782, -0.03084656409919262, -0.01376973558217287, -0.0022019806783646345, -0.010126573033630848, 0.04979223385453224, -0.04114817455410957, -0.08115354180335999, 0.01814713142812252, -0.0766279473900795, 0.12552034854888916, 0.04492953419685364, 0.016117069870233536, 0.06926961243152618, 0.06321427971124649, -0.01661497727036476, -0.08095002174377441, -0.04798375070095062, -0.08512061834335327, -0.19968292117118835, -0.021144961938261986, 0.010351588949561119, -0.008191767148673534, 0.09001786261796951, 0.19511500000953674, -0.02885451912879944, 0.04731040447950363, -0.06141294911503792, -0.031985584646463394, 0.10662446171045303, 0.101634182035923, -0.016333764418959618, -0.09174445271492004, 0.024100441485643387, 0.00011472290498204529, 0.024668555706739426, -0.0014446217101067305, 0.012989506125450134, 0.005248814821243286, 0.02969186380505562, 0.0962112620472908, 0.1090574860572815, 0.016502533107995987, -0.08624445647001266, -0.030773935839533806, 0.12056614458560944, -0.137312650680542, 0.027664564549922943, 0.025807274505496025, 0.007073748391121626, -0.0066166832111775875, -0.06039906665682793, 0.02006351947784424, -0.10865651816129684, 0.04383512958884239, -0.01170445792376995, -0.028929132968187332, -0.047512397170066833, -0.054872721433639526, 0.1007087230682373, -0.03476846218109131, -0.07907934486865997, -0.02785659022629261, -0.0758650004863739, -0.024682795628905296, -0.015427833423018456, -0.08906202763319016, -0.0585370771586895, -0.019705496728420258, 0.0066958763636648655, 0.011317533440887928, 0.002973017981275916, -0.0036074798554182053, -0.038928497582674026, 0.01823151297867298, -0.05619794875383377, 0.03860057145357132, 0.08745041489601135, -0.012132896110415459, -0.09479749202728271, 0.022776754572987556, -0.16904768347740173, 0.15321117639541626, -0.16533932089805603, -0.022811736911535263, -0.13531537353992462, -0.003738652216270566, 0.03679681941866875, 0.01673719845712185, -0.03174588084220886, 0.07561352103948593, -0.11537034064531326, -0.00827860739082098, 0.1395120918750763, -0.08005721122026443, -0.0038329167291522026, 0.14079636335372925, -0.0445077046751976, 0.02812357060611248, 0.0929705873131752, 0.1209578588604927, 0.02532343380153179, -0.022903703153133392, -0.09001758694648743, -0.07086353003978729, 0.05345645546913147, 0.21596239507198334, 0.04939853027462959, -0.07854950428009033, 0.14308005571365356, 0.04581914097070694, 0.025021709501743317, -0.1075640320777893, 0.015205860137939453, -0.06516020745038986, -0.01609620451927185, -0.004205634817481041, 0.02325020357966423, -0.033700838685035706, -0.03700534999370575, -0.05212017893791199, -0.14892728626728058, 0.02734895423054695, 0.05042111501097679, 0.008146438747644424, 0.01782561093568802, -0.11012452840805054, -0.03697846829891205, -0.03508513420820236, -0.014800037257373333, -0.16745047271251678, -0.16816607117652893, 0.07694564014673233, -0.10902522504329681, 0.11634361743927002, -0.06394775956869125, 0.036340706050395966, -0.026434389874339104, -0.03761832043528557, 0.04854705557227135, -0.0327342264354229, 0.01973077654838562, 0.00517143402248621, -0.140128031373024, -0.012956410646438599, -0.07439663261175156, 0.10634147375822067, -0.040684621781110764, -0.0129123879596591, 0.12347536534070969, 0.22376413643360138, 0.03274163976311684, -0.05372465401887894, 0.03873834013938904, 0.04548393189907074, 0.012055449187755585, -0.03778015822172165, -0.01110964547842741, -0.05778544768691063, -0.04045542702078819, 0.07747480273246765, -0.09337890148162842, -0.094675712287426, 0.05658083036541939, 0.08426770567893982, -0.046862851828336716, -0.09555277228355408, -0.051043447107076645, -0.01094534806907177, -0.07250535488128662, -0.0691489651799202, 0.16011708974838257, 0.06482808291912079, 0.013134028762578964, -0.09661777317523956, -0.07073362171649933, -0.05292423069477081, 0.038141779601573944, -0.04401427134871483, 0.10992975533008575, 0.022878527641296387, -0.18265925347805023, 0.09598343819379807, 0.00881461426615715, 0.09132131189107895, 0.1426895409822464, -0.048212312161922455, -0.07983647286891937, -0.0019883636850863695, 0.011700696311891079, -0.0032911451999098063, 0.03656191751360893, -0.08269307017326355, 0.030706210061907768, 0.06863691657781601, -0.01293948944658041, 0.020830146968364716, -0.05016997084021568, 0.043923355638980865, -0.0009834823431447148, -0.019149573519825935, -0.05569981783628464, 0.00846937857568264, 0.09701580554246902, 0.09672929346561432, 0.008739683777093887, 0.08174359798431396, -0.025493603199720383, -0.04076755419373512, -0.04696917161345482, 0.09405042976140976, -0.1432042270898819, -0.26877161860466003, -0.1113191470503807, 0.02334684692323208, -0.06556028872728348, -0.06319096684455872, 0.00038386217784136534, -0.03944510966539383, -0.0939619243144989, -0.08774138987064362, 0.054396919906139374, 0.024171404540538788, -0.09291143715381622, 0.0064156842418015, 0.033117614686489105, -0.038228049874305725, -0.13803429901599884, 0.016269797459244728, 0.025078268721699715, -0.10397060215473175, 0.025577686727046967, 0.005300483666360378, 0.02851683646440506, 0.0867726281285286, 0.07703966647386551, -0.02545420080423355, -0.07135645300149918, 0.20073574781417847, -0.13217630982398987, 0.12021297961473465, 0.05371060594916344, -0.03412569314241409, 0.06306999921798706, 0.16949783265590668, 0.03065098077058792, -0.03130735084414482, 0.026494504883885384, 0.10857400298118591, -0.011807496659457684, -0.2438959777355194, -0.10919028520584106, -0.04233934357762337, -0.029502149671316147, 0.052143342792987823, 0.059318311512470245, 0.04199895262718201, -0.02640181966125965, -0.12837688624858856, -0.056061431765556335, 0.06773751974105835, 0.08073223382234573, 0.15187709033489227, 0.012583964504301548, 0.0480293370783329, -0.05329624563455582, -0.044516246765851974, 0.09316593408584595, 0.10463414341211319, 0.18414701521396637, -0.0035212531220167875, 0.23504886031150818, 0.03182944282889366, 0.0485103577375412, 0.013137835077941418, -0.016478462144732475, -0.002119532087817788, 0.06132106855511665, -0.02432236261665821, -0.06285250931978226, 0.0051916372030973434, 0.07693611830472946, 0.1269969791173935, -0.09332617372274399, 0.1064566895365715, -0.07176874577999115, 0.11014239490032196, 0.21091361343860626, -0.0003780124243348837, -0.030242905020713806, -0.023960573598742485, 0.08534887433052063, -0.12008768320083618, -0.08528915792703629, -0.0052166469395160675, 0.04821503907442093, -0.10837072879076004, 0.09831151366233826, -0.005660844501107931, 0.07356873899698257, -0.03382488340139389, -0.04761544242501259, -0.08359605818986893, 0.06317626684904099, -0.018776895478367805, 0.1040332019329071, -0.14099152386188507, 0.0915517508983612, 0.030426692217588425, 0.04752283915877342, -0.09468208998441696, 0.047255534678697586, -0.03401276096701622, -0.07631523162126541, 0.12848420441150665, -0.002218635054305196, -0.02421712689101696, 0.014405202120542526, -0.14709705114364624, 0.008757132105529308, 0.09191039204597473, -0.07260476797819138, 0.09226960688829422, -0.010333510115742683, -0.021045712754130363, -0.03650281950831413, -0.11048024892807007, -0.08048442751169205, -0.2396783083677292, 0.06352928280830383, -0.039529792964458466, -0.021204577758908272, -0.07337749749422073, -0.036668673157691956, -0.010319285094738007, 0.14894583821296692, -0.06594032794237137, -0.11356291174888611, -0.12995292246341705, -0.07260144501924515, 0.2122197300195694, -0.018724242225289345, 0.07088038325309753, -0.018183868378400803, 0.17330233752727509, -0.04901318997144699, -0.027550123631954193, 0.023592256009578705, -0.028005395084619522, -0.1918308585882187, -0.036417633295059204, 0.18888787925243378, 0.04686962813138962, 0.05387512966990471, 0.029451992362737656, 0.04098622500896454, 0.01753348298370838, -0.07934525609016418, 0.02897973731160164, 0.10817348957061768, -0.005926347803324461, 0.1317259967327118, -0.018825357779860497, -0.12083453685045242, -0.11699312180280685, -0.05058787390589714, 0.09933322668075562, 0.19592423737049103, -0.05553045496344566, 0.19573800265789032, 0.1017986461520195, -0.0895630419254303, -0.18291805684566498, -0.033895548433065414, 0.06699351221323013, -0.014543295837938786, -0.004838105291128159, -0.15416015684604645, 0.060613688081502914, 0.03706485405564308, -0.022568169981241226, 0.0184108205139637, -0.19907090067863464, -0.11789059638977051, 0.0065660313703119755, -0.028392335399985313, -0.08808571100234985, -0.12306893616914749, -0.04646456986665726, -0.018985001370310783, -0.09346907585859299, 0.16978056728839874, -0.0065704393200576305, 0.03435685485601425, 0.012310585007071495, 0.10304843634366989, 0.04735763743519783, -0.041043661534786224, 0.13255496323108673, -0.02378704585134983, 0.01265814621001482, -0.05406458303332329, -0.02764599770307541, 0.10203039646148682, -0.014267540536820889, 0.015493588522076607, 0.02421754226088524, -0.016364097595214844, -0.10863387584686279, -0.07256917655467987, -0.08405131101608276, 0.03063422068953514, -0.08004872500896454, -0.044395316392183304, -0.08052533864974976, 0.07537055760622025, 0.0821550264954567, -0.04020879417657852, 0.05977926775813103, -0.0591876246035099, 0.02850327640771866, 0.14516495168209076, 0.1465177983045578, 0.009241504594683647, -0.05567177012562752, 0.0013477065367624164, -0.0361696258187294, -0.009240711107850075, -0.08546614646911621, 0.06971768289804459, 0.10340926051139832, 0.03831109777092934, 0.08932257443666458, -0.05328350514173508, -0.1615891307592392, -0.014064562506973743, 0.03548690304160118, -0.043556176126003265, -0.24203401803970337, 0.032588474452495575, 0.07402186840772629, -0.0662706196308136, -0.04020193964242935, 0.10230470448732376, 0.033567097038030624, -0.08946747332811356, 0.025184160098433495, 0.10105347633361816, 0.07228071987628937, 0.07038114964962006, -0.009049560874700546, 0.04830029606819153, -0.09209690243005753, 0.10240833461284637, 0.11788284778594971, -0.06526224315166473, 0.029873032122850418, 0.0800592228770256, -0.06640525907278061, -0.027019333094358444, -0.01880212314426899, -0.0917220190167427, 0.043311476707458496, 0.00001939413050422445, 0.00350740784779191, -0.10702760517597198, 0.028991902247071266, 0.19839908182621002, -0.019353067502379417, 0.006495405454188585, 0.023600123822689056, -0.021643485873937607, -0.007632456254214048, 0.10186022520065308, 0.020252350717782974, 0.02144566923379898, -0.02995784394443035, 0.05799735710024834, -0.026567310094833374, -0.058315470814704895, 0.006050040014088154, -0.05128839612007141, -0.08306191861629486, -0.006212444044649601, -0.16953949630260468, 0.046076398342847824, -0.08441036194562912, 0.006034306716173887, 0.022500261664390564, -0.035829804837703705, -0.005384975578635931, 0.027196742594242096, -0.07890914380550385, -0.014848682098090649, -0.014148850925266743, 0.0914047360420227, -0.15337364375591278, -0.0064241886138916016, 0.10703228414058685, -0.08285430818796158, 0.10109741240739822, -0.00862517673522234, -0.05008578300476074, 0.024535080417990685, -0.13071340322494507, 0.0115658612921834, 0.023152614012360573, 0.06789971143007278, 0.0044849650003015995, -0.12789049744606018, 0.0029076202772557735, 0.02107248269021511, -0.03284664452075958, 0.022834205999970436, 0.040202174335718155, -0.08971861749887466, 0.026383018121123314, 0.022079000249505043, -0.10542602092027664, 0.013501458801329136, 0.009703712537884712, 0.12718908488750458, -0.01986021175980568, 0.12836268544197083, -0.04186839982867241, 0.03574817255139351, -0.09825782477855682, -0.022327255457639694, -0.008826359175145626, 0.036455053836107254, 0.04846355319023132, -0.00278661260381341, 0.03723997250199318, 0.01106383465230465, 0.22575871646404266, -0.07857351005077362, -0.01931847259402275, 0.0638241171836853, -0.05137445777654648, -0.07333733141422272, 0.07999775558710098, 0.03292573243379593, 0.012075226753950119, -0.00897896382957697, 0.018183056265115738, -0.11318515986204147, -0.0493607334792614, -0.007413404528051615, 0.02623363398015499, 0.16960781812667847, 0.18021303415298462, -0.033909521996974945, 0.13309594988822937, -0.050518136471509933, -0.005585234146565199, 0.07407006621360779, -0.06748919188976288, 0.012513447552919388, -0.09200551360845566, 0.095168836414814, 0.07011715322732925, -0.12263088673353195, 0.11381426453590393, -0.05281675234436989, -0.05537412315607071, -0.03387808799743652, -0.1364906281232834, -0.08394129574298859, 0.011637642048299313, 0.016494842246174812, -0.10386733710765839, 0.08506643772125244, 0.09118682146072388, 0.04418295621871948, 0.0021644385997205973, 0.06830103695392609, -0.06543401628732681, -0.08691645413637161, 0.10957363992929459, 0.04755925387144089, 0.03454894945025444, 0.09188856929540634, 0.04183300584554672, -0.04263584688305855, 0.08019648492336273, 0.08339928835630417, 0.07211537659168243, -0.007165416143834591, -0.025734350085258484, -0.08247160911560059, -0.032523397356271744, 0.026154495775699615, -0.018615374341607094, -0.051939889788627625, 0.18646521866321564, 0.042793188244104385, -0.021356908604502678, 0.004316478036344051, 0.23076041042804718, -0.020644843578338623, -0.17184466123580933, -0.18370868265628815, 0.06908703595399857, -0.01017390750348568, 0.02269851788878441, 0.07465115934610367, -0.13758477568626404, 0.02225213311612606, 0.02497553452849388, 0.11372300237417221, 0.030863197520375252, 0.014226268045604229, -0.012169613502919674, 0.014533134177327156, 0.017494849860668182, 0.052494801580905914, 0.0023851317819207907, 0.23915806412696838, -0.049145594239234924, 0.03869112208485603, 0.016863472759723663, -0.028072969987988472, -0.11033409088850021, 0.12766322493553162, -0.036674100905656815, -0.023370172828435898, -0.10512829571962357, 0.09077919274568558, -0.07823294401168823, -0.23313874006271362, 0.026483021676540375, -0.13056828081607819, -0.14538432657718658, -0.002085518091917038, -0.020107261836528778, -0.026423592120409012, 0.018409211188554764, 0.07088689506053925, -0.063509501516819, 0.1419874131679535, 0.028349054977297783, -0.018014507368206978, 0.0037384042516350746, 0.14608964323997498, -0.09399504214525223, 0.21261624991893768, 0.031852807849645615, 0.13427862524986267, 0.11235550045967102, -0.04789933189749718, -0.06831725686788559, 0.02984197996556759, 0.08196679502725601, -0.0559857077896595, 0.01067740935832262, 0.16460102796554565, 0.03174566105008125, 0.1337313950061798, 0.1065298467874527, 0.023745881393551826, 0.04500483348965645, 0.00861184112727642, -0.021514004096388817, -0.10140091925859451, 0.0983065664768219, -0.13537386059761047, 0.0741032287478447, 0.0951337218284607, -0.029836256057024002, 0.030795561149716377, -0.05119873210787773, -0.00598903838545084, -0.030501319095492363, 0.12645220756530762, -0.04065019264817238, -0.1376991719007492, 0.017429934814572334, -0.0005301155615597963, 0.10566294938325882, -0.19301357865333557, -0.06731995195150375, 0.029033450409770012, -0.0014917388325557113, -0.03072674386203289, 0.11643649637699127, 0.08233378827571869, -0.003192398464307189, -0.030742986127734184, -0.11703300476074219, 0.03703756257891655, 0.08363558351993561, -0.0454128198325634, 0.03786972910165787 ]
70b50ebfd7088698189ba1ea34345def9c7ec486
# Dataset Card for Czech Restaurant ## 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:** [Czech restaurants homepage](https://github.com/UFAL-DSG/cs_restaurant_dataset) - **Paper:** [Czech restaurants on Arxiv](https://arxiv.org/abs/1910.05298) ### Dataset Summary This is a dataset for NLG in task-oriented spoken dialogue systems with Czech as the target language. It originated as a translation of the [English San Francisco Restaurants dataset](https://www.repository.cam.ac.uk/handle/1810/251304) by Wen et al. (2015). The domain is restaurant information in Prague, with random/fictional values. It includes input dialogue acts and the corresponding outputs in Czech. ### Supported Tasks and Leaderboards - `other-intent-to-text`: The dataset can be used to train a model for data-to-text generation: from a desired dialogue act, the model must produce textual output that conveys this intention. ### Languages The entire dataset is in Czech, translated from the English San Francisco dataset by professional translators. ## Dataset Structure ### Data Instances Example of a data instance: ``` { "da": "?request(area)", "delex_da": "?request(area)", "text": "Jakou lokalitu hledáte ?", "delex_text": "Jakou lokalitu hledáte ?" } ``` ### Data Fields - `da`: input dialogue act - `delex_da`: input dialogue act, delexicalized - `text`: output text - `delex_text`: output text, delexicalized ### Data Splits The order of the instances is random; the split is roughly 3:1:1 between train, development, and test, ensuring that the different sections don't share the same DAs (so the generators need to generalize to unseen DAs), but they share as many generic different DA types as possible (e.g., confirm, inform_only_match etc.). DA types that only have a single corresponding DA (e.g., bye()) are included in the training set. The training, development, and test set contain 3569, 781, and 842 instances, respectively. ## Dataset Creation ### Curation Rationale While most current neural NLG systems do not explicitly contain language-specific components and are thus capable of multilingual generation in principle, there has been little work to test these capabilities experimentally. This goes hand in hand with the scarcity of non-English training datasets for NLG – the only data-to-text NLG set known to us is a small sportscasting Korean dataset (Chenet al., 2010), which only contains a limited number of named entities, reducing the need for their inflection. Since most generators are only tested on English, they do not need to handle grammar complexities not present in English. A prime example is the delexicalization technique used by most current generators. We create a novel dataset for Czech delexicalized generation; this extends the typical task of data-to-text NLG by requiring attribute value inflection. We choose Czech as an example of a morphologically complex language with a large set of NLP tools readily available. ### Source Data #### Initial Data Collection and Normalization The original data was collected from the [English San Francisco Restaurants dataset](https://www.repository.cam.ac.uk/handle/1810/251304) by Wen et al. (2015). #### Who are the source language producers? The original data was produced in interactions between Amazon Mechanical Turk workers and themed around San Francisco restaurants. This data was then translated into Czech and localized to Prague restaurants by professional translators. ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information This data does not contain personal information. ## 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 Ondřej Dušek, Filip Jurčíček, Josef Dvořák, Petra Grycová, Matěj Hejda, Jana Olivová, Michal Starý, Eva Štichová, Charles University. This work was funded by the Ministry of Education, Youth and Sports of the Czech Republic under the grant agreement LK11221 and core research funding, SVV project 260 333, and GAUK grant 2058214 of Charles University in Prague. It used language resources stored and distributed by the LINDAT/CLARIN project of the Ministry of Education, Youth and Sports of the Czech Republic (project LM2015071). ### Licensing Information [Creative Commons 4.0 BY-SA](https://creativecommons.org/licenses/by-sa/4.0/) ### Citation Information ``` @article{DBLP:journals/corr/abs-1910-05298, author = {Ondrej Dusek and Filip Jurcicek}, title = {Neural Generation for Czech: Data and Baselines}, journal = {CoRR}, volume = {abs/1910.05298}, year = {2019}, url = {http://arxiv.org/abs/1910.05298}, archivePrefix = {arXiv}, eprint = {1910.05298}, timestamp = {Wed, 16 Oct 2019 16:25:53 +0200}, biburl = {https://dblp.org/rec/journals/corr/abs-1910-05298.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} } ``` ### Contributions Thanks to [@TevenLeScao](https://github.com/TevenLeScao) for adding this dataset.
cs_restaurants
[ "task_categories:text2text-generation", "task_categories:text-generation", "task_categories:fill-mask", "task_ids:dialogue-modeling", "task_ids:language-modeling", "task_ids:masked-language-modeling", "annotations_creators:found", "language_creators:expert-generated", "language_creators:machine-generated", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:extended|other-san-francisco-restaurants", "language:cs", "license:cc-by-4.0", "intent-to-text", "arxiv:1910.05298", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["expert-generated", "machine-generated"], "language": ["cs"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["extended|other-san-francisco-restaurants"], "task_categories": ["text2text-generation", "text-generation", "fill-mask"], "task_ids": ["dialogue-modeling", "language-modeling", "masked-language-modeling"], "paperswithcode_id": "czech-restaurant-information", "pretty_name": "Czech Restaurant", "tags": ["intent-to-text"], "dataset_info": {"features": [{"name": "dialogue_act", "dtype": "string"}, {"name": "delexicalized_dialogue_act", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "delexicalized_text", "dtype": "string"}], "config_name": "CSRestaurants", "splits": [{"name": "train", "num_bytes": 654071, "num_examples": 3569}, {"name": "validation", "num_bytes": 181528, "num_examples": 781}, {"name": "test", "num_bytes": 191334, "num_examples": 842}], "download_size": 1463019, "dataset_size": 1026933}}
2024-01-18T09:50:17+00:00
[ "1910.05298" ]
[ "cs" ]
TAGS #task_categories-text2text-generation #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-found #language_creators-expert-generated #language_creators-machine-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|other-san-francisco-restaurants #language-Czech #license-cc-by-4.0 #intent-to-text #arxiv-1910.05298 #region-us
# Dataset Card for Czech Restaurant ## 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: Czech restaurants homepage - Paper: Czech restaurants on Arxiv ### Dataset Summary This is a dataset for NLG in task-oriented spoken dialogue systems with Czech as the target language. It originated as a translation of the English San Francisco Restaurants dataset by Wen et al. (2015). The domain is restaurant information in Prague, with random/fictional values. It includes input dialogue acts and the corresponding outputs in Czech. ### Supported Tasks and Leaderboards - 'other-intent-to-text': The dataset can be used to train a model for data-to-text generation: from a desired dialogue act, the model must produce textual output that conveys this intention. ### Languages The entire dataset is in Czech, translated from the English San Francisco dataset by professional translators. ## Dataset Structure ### Data Instances Example of a data instance: ### Data Fields - 'da': input dialogue act - 'delex_da': input dialogue act, delexicalized - 'text': output text - 'delex_text': output text, delexicalized ### Data Splits The order of the instances is random; the split is roughly 3:1:1 between train, development, and test, ensuring that the different sections don't share the same DAs (so the generators need to generalize to unseen DAs), but they share as many generic different DA types as possible (e.g., confirm, inform_only_match etc.). DA types that only have a single corresponding DA (e.g., bye()) are included in the training set. The training, development, and test set contain 3569, 781, and 842 instances, respectively. ## Dataset Creation ### Curation Rationale While most current neural NLG systems do not explicitly contain language-specific components and are thus capable of multilingual generation in principle, there has been little work to test these capabilities experimentally. This goes hand in hand with the scarcity of non-English training datasets for NLG – the only data-to-text NLG set known to us is a small sportscasting Korean dataset (Chenet al., 2010), which only contains a limited number of named entities, reducing the need for their inflection. Since most generators are only tested on English, they do not need to handle grammar complexities not present in English. A prime example is the delexicalization technique used by most current generators. We create a novel dataset for Czech delexicalized generation; this extends the typical task of data-to-text NLG by requiring attribute value inflection. We choose Czech as an example of a morphologically complex language with a large set of NLP tools readily available. ### Source Data #### Initial Data Collection and Normalization The original data was collected from the English San Francisco Restaurants dataset by Wen et al. (2015). #### Who are the source language producers? The original data was produced in interactions between Amazon Mechanical Turk workers and themed around San Francisco restaurants. This data was then translated into Czech and localized to Prague restaurants by professional translators. ### Annotations #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information This data does not contain personal information. ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations ## Additional Information ### Dataset Curators Ondřej Dušek, Filip Jurčíček, Josef Dvořák, Petra Grycová, Matěj Hejda, Jana Olivová, Michal Starý, Eva Štichová, Charles University. This work was funded by the Ministry of Education, Youth and Sports of the Czech Republic under the grant agreement LK11221 and core research funding, SVV project 260 333, and GAUK grant 2058214 of Charles University in Prague. It used language resources stored and distributed by the LINDAT/CLARIN project of the Ministry of Education, Youth and Sports of the Czech Republic (project LM2015071). ### Licensing Information Creative Commons 4.0 BY-SA ### Contributions Thanks to @TevenLeScao for adding this dataset.
[ "# Dataset Card for Czech Restaurant", "## 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: Czech restaurants homepage\n- Paper: Czech restaurants on Arxiv", "### Dataset Summary\n\nThis is a dataset for NLG in task-oriented spoken dialogue systems with Czech as the target language. It originated as a translation of the English San Francisco Restaurants dataset by Wen et al. (2015). The domain is restaurant information in Prague, with random/fictional values. It includes input dialogue acts and the corresponding outputs in Czech.", "### Supported Tasks and Leaderboards\n\n- 'other-intent-to-text': The dataset can be used to train a model for data-to-text generation: from a desired dialogue act, the model must produce textual output that conveys this intention.", "### Languages\n\nThe entire dataset is in Czech, translated from the English San Francisco dataset by professional translators.", "## Dataset Structure", "### Data Instances\n\nExample of a data instance:", "### Data Fields\n\n- 'da': input dialogue act\n- 'delex_da': input dialogue act, delexicalized\n- 'text': output text\n- 'delex_text': output text, delexicalized", "### Data Splits\n\nThe order of the instances is random; the split is roughly 3:1:1 between train, development, and test, ensuring that the different sections don't share the same DAs (so the generators need to generalize to unseen DAs), but they share as many generic different DA types as possible (e.g., confirm, inform_only_match etc.). DA types that only have a single corresponding DA (e.g., bye()) are included in the training set.\n\nThe training, development, and test set contain 3569, 781, and 842 instances, respectively.", "## Dataset Creation", "### Curation Rationale\n\nWhile most current neural NLG systems do not explicitly contain language-specific components and are thus capable of multilingual generation in principle, there has been little work to test these capabilities experimentally. This goes hand in hand with the scarcity of non-English training datasets for NLG – the only data-to-text NLG set known to us is a small sportscasting Korean dataset (Chenet al., 2010), which only contains a limited number of named entities, reducing the need for their inflection. Since most generators are only tested on English, they do not need to handle grammar complexities not present in English. A prime example is the delexicalization technique used by most current generators. We create a novel dataset for Czech delexicalized generation; this extends the typical task of data-to-text NLG by requiring attribute value inflection. We choose Czech as an example of a morphologically complex language with a large set of NLP tools readily available.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe original data was collected from the English San Francisco Restaurants dataset by Wen et al. (2015).", "#### Who are the source language producers?\n\nThe original data was produced in interactions between Amazon Mechanical Turk workers and themed around San Francisco restaurants. This data was then translated into Czech and localized to Prague restaurants by professional translators.", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\nThis data does not contain personal information.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nOndřej Dušek, Filip Jurčíček, Josef Dvořák, Petra Grycová, Matěj Hejda, Jana Olivová, Michal Starý, Eva Štichová, Charles University. This work was funded by the Ministry of Education, Youth and Sports of the Czech Republic under the grant agreement LK11221 and core research funding, SVV project 260 333, and GAUK grant 2058214 of Charles University in Prague. It used language resources stored and distributed by the LINDAT/CLARIN project of the Ministry of Education, Youth and Sports of the Czech Republic (project LM2015071).", "### Licensing Information\n\nCreative Commons 4.0 BY-SA", "### Contributions\n\nThanks to @TevenLeScao for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-found #language_creators-expert-generated #language_creators-machine-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|other-san-francisco-restaurants #language-Czech #license-cc-by-4.0 #intent-to-text #arxiv-1910.05298 #region-us \n", "# Dataset Card for Czech Restaurant", "## 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: Czech restaurants homepage\n- Paper: Czech restaurants on Arxiv", "### Dataset Summary\n\nThis is a dataset for NLG in task-oriented spoken dialogue systems with Czech as the target language. It originated as a translation of the English San Francisco Restaurants dataset by Wen et al. (2015). The domain is restaurant information in Prague, with random/fictional values. It includes input dialogue acts and the corresponding outputs in Czech.", "### Supported Tasks and Leaderboards\n\n- 'other-intent-to-text': The dataset can be used to train a model for data-to-text generation: from a desired dialogue act, the model must produce textual output that conveys this intention.", "### Languages\n\nThe entire dataset is in Czech, translated from the English San Francisco dataset by professional translators.", "## Dataset Structure", "### Data Instances\n\nExample of a data instance:", "### Data Fields\n\n- 'da': input dialogue act\n- 'delex_da': input dialogue act, delexicalized\n- 'text': output text\n- 'delex_text': output text, delexicalized", "### Data Splits\n\nThe order of the instances is random; the split is roughly 3:1:1 between train, development, and test, ensuring that the different sections don't share the same DAs (so the generators need to generalize to unseen DAs), but they share as many generic different DA types as possible (e.g., confirm, inform_only_match etc.). DA types that only have a single corresponding DA (e.g., bye()) are included in the training set.\n\nThe training, development, and test set contain 3569, 781, and 842 instances, respectively.", "## Dataset Creation", "### Curation Rationale\n\nWhile most current neural NLG systems do not explicitly contain language-specific components and are thus capable of multilingual generation in principle, there has been little work to test these capabilities experimentally. This goes hand in hand with the scarcity of non-English training datasets for NLG – the only data-to-text NLG set known to us is a small sportscasting Korean dataset (Chenet al., 2010), which only contains a limited number of named entities, reducing the need for their inflection. Since most generators are only tested on English, they do not need to handle grammar complexities not present in English. A prime example is the delexicalization technique used by most current generators. We create a novel dataset for Czech delexicalized generation; this extends the typical task of data-to-text NLG by requiring attribute value inflection. We choose Czech as an example of a morphologically complex language with a large set of NLP tools readily available.", "### Source Data", "#### Initial Data Collection and Normalization\n\nThe original data was collected from the English San Francisco Restaurants dataset by Wen et al. (2015).", "#### Who are the source language producers?\n\nThe original data was produced in interactions between Amazon Mechanical Turk workers and themed around San Francisco restaurants. This data was then translated into Czech and localized to Prague restaurants by professional translators.", "### Annotations", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\nThis data does not contain personal information.", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases", "### Other Known Limitations", "## Additional Information", "### Dataset Curators\n\nOndřej Dušek, Filip Jurčíček, Josef Dvořák, Petra Grycová, Matěj Hejda, Jana Olivová, Michal Starý, Eva Štichová, Charles University. This work was funded by the Ministry of Education, Youth and Sports of the Czech Republic under the grant agreement LK11221 and core research funding, SVV project 260 333, and GAUK grant 2058214 of Charles University in Prague. It used language resources stored and distributed by the LINDAT/CLARIN project of the Ministry of Education, Youth and Sports of the Czech Republic (project LM2015071).", "### Licensing Information\n\nCreative Commons 4.0 BY-SA", "### Contributions\n\nThanks to @TevenLeScao for adding this dataset." ]
[ 180, 7, 120, 22, 81, 61, 28, 6, 13, 51, 140, 5, 233, 4, 31, 53, 5, 5, 9, 16, 8, 7, 8, 7, 5, 142, 12, 19 ]
[ "passage: TAGS\n#task_categories-text2text-generation #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #task_ids-language-modeling #task_ids-masked-language-modeling #annotations_creators-found #language_creators-expert-generated #language_creators-machine-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|other-san-francisco-restaurants #language-Czech #license-cc-by-4.0 #intent-to-text #arxiv-1910.05298 #region-us \n# Dataset Card for Czech Restaurant## 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: Czech restaurants homepage\n- Paper: Czech restaurants on Arxiv### Dataset Summary\n\nThis is a dataset for NLG in task-oriented spoken dialogue systems with Czech as the target language. It originated as a translation of the English San Francisco Restaurants dataset by Wen et al. (2015). The domain is restaurant information in Prague, with random/fictional values. It includes input dialogue acts and the corresponding outputs in Czech.### Supported Tasks and Leaderboards\n\n- 'other-intent-to-text': The dataset can be used to train a model for data-to-text generation: from a desired dialogue act, the model must produce textual output that conveys this intention.### Languages\n\nThe entire dataset is in Czech, translated from the English San Francisco dataset by professional translators.## Dataset Structure", "passage: ### Data Instances\n\nExample of a data instance:### Data Fields\n\n- 'da': input dialogue act\n- 'delex_da': input dialogue act, delexicalized\n- 'text': output text\n- 'delex_text': output text, delexicalized### Data Splits\n\nThe order of the instances is random; the split is roughly 3:1:1 between train, development, and test, ensuring that the different sections don't share the same DAs (so the generators need to generalize to unseen DAs), but they share as many generic different DA types as possible (e.g., confirm, inform_only_match etc.). DA types that only have a single corresponding DA (e.g., bye()) are included in the training set.\n\nThe training, development, and test set contain 3569, 781, and 842 instances, respectively.## Dataset Creation### Curation Rationale\n\nWhile most current neural NLG systems do not explicitly contain language-specific components and are thus capable of multilingual generation in principle, there has been little work to test these capabilities experimentally. This goes hand in hand with the scarcity of non-English training datasets for NLG – the only data-to-text NLG set known to us is a small sportscasting Korean dataset (Chenet al., 2010), which only contains a limited number of named entities, reducing the need for their inflection. Since most generators are only tested on English, they do not need to handle grammar complexities not present in English. A prime example is the delexicalization technique used by most current generators. We create a novel dataset for Czech delexicalized generation; this extends the typical task of data-to-text NLG by requiring attribute value inflection. We choose Czech as an example of a morphologically complex language with a large set of NLP tools readily available.### Source Data#### Initial Data Collection and Normalization\n\nThe original data was collected from the English San Francisco Restaurants dataset by Wen et al. (2015)." ]
[ -0.1035270243883133, 0.18785780668258667, -0.0004142940742895007, 0.039057374000549316, 0.07602640986442566, 0.008368784561753273, 0.056008242070674896, 0.10794179141521454, 0.04462158679962158, 0.09628202766180038, -0.048137303441762924, -0.016213301569223404, 0.050470802932977676, 0.14290104806423187, 0.06719657778739929, -0.10931426286697388, 0.05349782481789589, -0.0845041424036026, -0.01751583069562912, 0.04873821884393692, 0.056516751646995544, -0.048048149794340134, 0.04086862877011299, -0.03251415118575096, -0.020003028213977814, -0.031788237392902374, -0.051806334406137466, -0.05564247444272041, 0.07981249690055847, 0.02504381351172924, 0.06744828820228577, -0.046298686414957047, 0.034054044634103775, -0.213422954082489, -0.006385329645127058, 0.05572853982448578, 0.0035235658288002014, -0.008587922900915146, 0.04729123413562775, -0.017779778689146042, 0.11745677888393402, -0.19160202145576477, 0.035013601183891296, 0.022977031767368317, -0.08071815967559814, -0.2056923657655716, -0.03355110436677933, -0.022933486849069595, 0.009543582797050476, 0.057584650814533234, -0.04227015748620033, 0.011289349757134914, -0.0537613108754158, 0.038844525814056396, -0.047876808792352676, -0.044740162789821625, -0.020922619849443436, 0.019408291205763817, -0.03929552435874939, 0.12111622095108032, -0.0887397825717926, 0.033552367240190506, 0.060739871114492416, 0.017953108996152878, -0.04382842034101486, 0.03164247050881386, -0.0558687187731266, 0.058616794645786285, -0.07333993166685104, -0.030896052718162537, 0.2066742181777954, -0.059879183769226074, -0.03926198557019234, -0.15378209948539734, 0.04623178020119667, 0.002765260636806488, 0.008475014008581638, -0.005831284448504448, -0.013879241421818733, -0.004583700094372034, 0.08096015453338623, -0.054777566343545914, -0.08696313947439194, -0.016862371936440468, 0.01380302757024765, 0.09705539792776108, 0.014930589124560356, 0.010930176824331284, -0.011719100177288055, 0.036649059504270554, 0.0545542910695076, -0.0735333263874054, -0.03237553685903549, -0.03936908021569252, -0.17680639028549194, 0.01010032556951046, -0.03093886375427246, 0.0029919580556452274, 0.033198267221450806, 0.03859846293926239, -0.03444361314177513, 0.028265593573451042, -0.014517822302877903, -0.04362544044852257, 0.07108692079782486, 0.08997293561697006, 0.0013749990612268448, -0.02108576148748398, -0.07955821603536606, -0.05979432165622711, 0.0356687568128109, -0.0303562730550766, -0.05001967400312424, -0.0029171081259846687, -0.024169567972421646, 0.07530802488327026, 0.049870703369379044, 0.03763531893491745, -0.03485456854104996, -0.018623828887939453, 0.12252050638198853, -0.08580705523490906, 0.044856078922748566, 0.05212011933326721, -0.018884003162384033, 0.04706309363245964, -0.05348043888807297, -0.022930163890123367, -0.034246549010276794, 0.04612714797258377, -0.02652754634618759, -0.03316368907690048, -0.08514752984046936, -0.07801740616559982, 0.10801216959953308, -0.06946582347154617, -0.03622039780020714, -0.03467106446623802, -0.12742890417575836, -0.045795783400535583, -0.0012043081223964691, -0.08628342300653458, 0.012243526056408882, -0.08661571145057678, -0.026624610647559166, 0.009266361594200134, 0.024054791778326035, -0.030237136408686638, -0.05951990559697151, -0.003203416708856821, -0.07695465534925461, 0.044358931481838226, -0.008379694074392319, 0.01282482035458088, -0.09231464564800262, -0.001739138038828969, -0.07275108993053436, 0.1226680800318718, -0.14435981214046478, -0.024921007454395294, -0.04825995862483978, 0.026776200160384178, 0.02109505608677864, 0.02710631862282753, -0.021862488240003586, 0.11878478527069092, -0.26255518198013306, -0.023512018844485283, 0.09148219227790833, -0.13954511284828186, -0.019694775342941284, 0.13112784922122955, -0.008877726271748543, 0.049306128174066544, 0.12174047529697418, 0.15589076280593872, 0.13436833024024963, -0.0867956355214119, -0.06860779970884323, 0.0027142465114593506, 0.05893378332257271, 0.048153046518564224, 0.05332281440496445, -0.008508024737238884, 0.08687633275985718, 0.08724968135356903, -0.06790032237768173, 0.027578141540288925, 0.02181624062359333, -0.07971739023923874, 0.021207459270954132, -0.0637090653181076, 0.04770531877875328, 0.021227065473794937, 0.02286820113658905, -0.02409283071756363, -0.046727556735277176, 0.05365069955587387, 0.06713035702705383, -0.03489452600479126, 0.023120198398828506, -0.032431066036224365, 0.007623137906193733, 0.011774599552154541, -0.018719322979450226, -0.12324701249599457, -0.16249312460422516, 0.06972008943557739, -0.09880485385656357, 0.014454122632741928, 0.08276599645614624, 0.011780419386923313, 0.04147964343428612, -0.028126347810029984, 0.06065846234560013, -0.0053265029564499855, 0.045332781970500946, 0.015957970172166824, -0.17324858903884888, 0.029075084254145622, -0.09172007441520691, 0.16767078638076782, -0.13472414016723633, -0.029067393392324448, 0.07585682719945908, 0.09874285012483597, -0.00920120719820261, -0.07343541085720062, 0.00484361220151186, 0.07961136102676392, -0.0049543725326657295, -0.017124662175774574, 0.006165795959532261, 0.004833480343222618, -0.05470754951238632, 0.07991202175617218, -0.059236884117126465, -0.16647063195705414, 0.04350372403860092, 0.14234116673469543, -0.06277558207511902, -0.07808402180671692, -0.015605580061674118, -0.04556971415877342, -0.10333177447319031, -0.05025114864110947, 0.13453128933906555, 0.004501815885305405, 0.002737404778599739, -0.04356866329908371, -0.05065419152379036, 0.0014192238450050354, 0.0072056809440255165, -0.09925088286399841, 0.09131816774606705, 0.017071574926376343, -0.0925862193107605, 0.15018247067928314, -0.05644116550683975, 0.025508452206850052, 0.23378509283065796, -0.04366876929998398, -0.061402082443237305, -0.02123410440981388, 0.0638924315571785, -0.0009471429511904716, 0.16645044088363647, -0.07360032945871353, -0.00043564755469560623, 0.023217380046844482, 0.012246350757777691, 0.04890928417444229, -0.054219551384449005, 0.014826572500169277, -0.0017643047031015158, -0.05886981263756752, -0.02123185619711876, -0.03451821580529213, -0.006443782709538937, 0.06901354342699051, -0.0033123143948614597, 0.05655445158481598, 0.003740987740457058, -0.03567273169755936, -0.09507647156715393, 0.07921215891838074, -0.20080062747001648, -0.24228844046592712, -0.0994948297739029, 0.05126313492655754, -0.04762670397758484, 0.011728421784937382, 0.008226277306675911, -0.10212966799736023, -0.07110501080751419, -0.04921437054872513, 0.003623358905315399, 0.012086475268006325, -0.10919934511184692, -0.0417274609208107, 0.04437950998544693, -0.04766687750816345, -0.07506541162729263, 0.039016008377075195, 0.012387333437800407, 0.016469845548272133, -0.05541031435132027, -0.03381366282701492, 0.11956776678562164, 0.05425173044204712, 0.07536636292934418, -0.029911648482084274, -0.0482691153883934, 0.09749913215637207, -0.11468449234962463, 0.07609830796718597, 0.010922287590801716, -0.024185555055737495, -0.00976815726608038, 0.11167258769273758, 0.0066447691060602665, -0.02040698006749153, -0.0022572437301278114, 0.017497602850198746, -0.05929888039827347, -0.20162996649742126, -0.17102918028831482, -0.10032587498426437, 0.00398849043995142, 0.036285821348428726, 0.04802369326353073, 0.0374373123049736, -0.005272350739687681, -0.0782538503408432, -0.009237084537744522, 0.012494407594203949, 0.034516993910074234, 0.16392965614795685, 0.018601257354021072, 0.011539572849869728, -0.07043721526861191, -0.005272003822028637, 0.09531214833259583, 0.048234060406684875, 0.18953409790992737, -0.05247536674141884, 0.2059691846370697, 0.013628438115119934, 0.09487799555063248, -0.006922135129570961, 0.010492360219359398, 0.010606469586491585, 0.05952563136816025, -0.026939263567328453, -0.08070966601371765, -0.03438686951994896, 0.11022524535655975, 0.06594020128250122, -0.13540533185005188, 0.03934374824166298, -0.001513741910457611, 0.06818456947803497, 0.03015844337642193, -0.00145811028778553, -0.06670209020376205, -0.05966673418879509, 0.06552223861217499, 0.08780834823846817, -0.05890530347824097, 0.016814250499010086, 0.19050344824790955, -0.08274927735328674, 0.08286087960004807, 0.013103402219712734, 0.03658244386315346, -0.05716802924871445, 0.003802292048931122, 0.03472994640469551, 0.039694275707006454, 0.006941353902220726, 0.13875755667686462, -0.18336066603660583, 0.1122172623872757, -0.001734693069010973, 0.04511841759085655, -0.1438790261745453, 0.02480078674852848, -0.07242229580879211, -0.039926476776599884, 0.13298271596431732, 0.044764719903469086, -0.17538903653621674, -0.01945469155907631, -0.07215626537799835, 0.04290428385138512, 0.045788444578647614, -0.011400513350963593, 0.016568034887313843, 0.014217144809663296, 0.005915478337556124, -0.020956821739673615, -0.033716462552547455, -0.008228076621890068, -0.23693369328975677, 0.037890609353780746, -0.0010628774762153625, -0.060731176286935806, -0.02258129045367241, -0.07147963345050812, -0.06121570244431496, 0.12857583165168762, -0.05856680870056152, -0.06412352621555328, -0.1388518065214157, -0.02245274744927883, 0.15730126202106476, -0.03623052313923836, 0.03453216701745987, 0.009506993927061558, 0.09833040833473206, -0.037368834018707275, -0.04392576217651367, 0.014389597810804844, -0.06554073095321655, -0.12012461572885513, -0.03311518579721451, 0.03303804248571396, 0.10493019223213196, 0.03473452851176262, 0.011497069150209427, 0.05082285404205322, 0.04580868408083916, -0.10075391829013824, -0.037729158997535706, 0.17672224342823029, -0.009768590331077576, 0.07928024232387543, -0.0912010669708252, -0.11758469045162201, -0.04334761202335358, -0.0983654260635376, 0.050114706158638, 0.13264626264572144, -0.09396351873874664, 0.24348071217536926, 0.12169213593006134, -0.13406263291835785, -0.18233677744865417, -0.02154923602938652, 0.010503158904612064, 0.033754460513591766, 0.004767145961523056, -0.19504112005233765, 0.09531223773956299, 0.046094849705696106, -0.023558394983410835, -0.023286299780011177, -0.1187899112701416, -0.10336315631866455, 0.010479751974344254, 0.006317927502095699, -0.04398665577173233, -0.05300768464803696, -0.061473969370126724, 0.013161008246243, 0.025273054838180542, 0.10776741057634354, 0.028104610741138458, 0.03902796283364296, 0.0349738709628582, -0.012085407972335815, 0.07106944918632507, -0.039648495614528656, 0.1551993489265442, 0.06544569879770279, 0.007529020309448242, -0.03699217736721039, 0.03019416332244873, 0.07991848886013031, 0.011881107464432716, 0.07168151438236237, -0.051222413778305054, -0.0031160153448581696, -0.07324269413948059, -0.04715113341808319, -0.07944720983505249, 0.049713775515556335, -0.06314601004123688, -0.04673483222723007, -0.08507213741540909, 0.13370852172374725, 0.09009108692407608, -0.04334111884236336, 0.04004616662859917, -0.008036093786358833, 0.04748460277915001, 0.048423804342746735, 0.12738336622714996, 0.12325543910264969, 0.010031303390860558, -0.0006243269890546799, -0.01432904601097107, 0.010189110413193703, -0.02913343533873558, 0.025714531540870667, 0.08831113576889038, 0.030409935861825943, 0.08684776723384857, -0.039123304188251495, -0.16228222846984863, -0.021454917266964912, 0.07433903217315674, -0.06566890329122543, -0.10769759118556976, -0.009036971256136894, -0.05160534009337425, -0.008395561948418617, -0.040668562054634094, 0.09158064424991608, -0.052403707057237625, -0.00025476887822151184, -0.06402409821748734, 0.09221692383289337, 0.05093248561024666, 0.11328601837158203, -0.0005678348243236542, 0.02564442716538906, -0.08618175983428955, 0.09573428332805634, 0.08917350322008133, -0.09852807968854904, 0.07490824162960052, 0.05420008301734924, -0.0990704894065857, -0.016020437702536583, 0.048471808433532715, 0.06991764903068542, -0.010652519762516022, -0.11517762392759323, -0.030891062691807747, -0.0821094810962677, 0.009391037747263908, 0.06970881670713425, 0.009226848371326923, 0.06705889105796814, -0.04659971222281456, -0.028932789340615273, -0.06362827867269516, 0.11575114727020264, -0.013259152881801128, -0.010266240686178207, -0.035650111734867096, 0.055285148322582245, -0.009526289999485016, -0.03901315852999687, -0.006154037080705166, -0.01223361399024725, -0.12775664031505585, -0.002514722291380167, -0.13162553310394287, 0.028638511896133423, -0.06214208900928497, -0.007005046121776104, -0.0030107477214187384, -0.04405432939529419, 0.014890280552208424, 0.014951366931200027, -0.040449660271406174, 0.01467250194400549, -0.04560063034296036, 0.09004642814397812, -0.16424442827701569, 0.0001942915841937065, 0.02117840200662613, -0.05829817056655884, 0.05724729597568512, 0.024471955373883247, -0.004147830419242382, 0.05203951895236969, -0.1245008185505867, 0.07240960001945496, 0.007990432903170586, 0.06939313560724258, 0.022116169333457947, -0.11213195323944092, -0.03347921371459961, 0.06417325884103775, -0.006143728271126747, 0.03052237629890442, -0.00632335152477026, -0.03095444291830063, 0.060903482139110565, 0.042824260890483856, -0.06625784188508987, -0.02889271080493927, 0.05658889561891556, 0.09184908866882324, -0.0052866581827402115, 0.05641874298453331, -0.052153732627630234, 0.030921775847673416, -0.003488553687930107, -0.06297602504491806, -0.005214515142142773, 0.014189960435032845, -0.04637046158313751, -0.00704861618578434, 0.0729665756225586, 0.06021694466471672, 0.1876756250858307, 0.004348899703472853, -0.001757776364684105, 0.022288765758275986, -0.03724415972828865, -0.057941943407058716, 0.0454401969909668, 0.062116920948028564, -0.01790899969637394, 0.02306138537824154, 0.010893911123275757, -0.02243354171514511, -0.07640014588832855, 0.09149043262004852, 0.07642509043216705, 0.12624555826187134, 0.10103076696395874, -0.014348841272294521, 0.09210073202848434, -0.14946871995925903, -0.029076535254716873, 0.07116269320249557, -0.12526297569274902, 0.03518875688314438, -0.0737311840057373, 0.04229849949479103, -0.009914812631905079, -0.19045856595039368, 0.11882918328046799, -0.05963578447699547, -0.09939418733119965, -0.03982485830783844, -0.18449214100837708, -0.003393886610865593, -0.03600708022713661, -0.006724245846271515, -0.10856585204601288, 0.07421936094760895, 0.005037156865000725, 0.04851981997489929, -0.03871958702802658, 0.08610361814498901, -0.02714172750711441, -0.04528725892305374, 0.05326145142316818, 0.031268149614334106, 0.06778322905302048, -0.012486597523093224, 0.009989411570131779, -0.02926625683903694, 0.10788565129041672, 0.037598103284835815, 0.05687662959098816, 0.060200124979019165, 0.010425911284983158, 0.0036013443022966385, -0.006814909167587757, 0.016636483371257782, -0.06668244302272797, 0.019357722252607346, 0.1562599241733551, 0.0774940699338913, -0.02710592746734619, 0.016008377075195312, 0.20794403553009033, -0.0036213079001754522, -0.11647897958755493, -0.15114474296569824, 0.09804194420576096, -0.037980612367391586, 0.00491945818066597, 0.04747439920902252, -0.08157150447368622, 0.015591837465763092, 0.1196172684431076, 0.17218175530433655, 0.02779339626431465, -0.00284426542930305, -0.06383722275495529, 0.0022277291864156723, 0.01581379771232605, 0.06765864789485931, -0.045177653431892395, 0.269214928150177, -0.02574133314192295, 0.05454472452402115, -0.014985986985266209, -0.008035726845264435, -0.0763019323348999, 0.09947265684604645, -0.04126095026731491, -0.03976675122976303, -0.07651517540216446, 0.12057903409004211, -0.11017508059740067, -0.18581940233707428, -0.010210596024990082, -0.07752354443073273, -0.10783357918262482, -0.01571548543870449, 0.0850546658039093, -0.0022216374054551125, 0.021281175315380096, 0.012243228033185005, 0.0004313439130783081, 0.11832718551158905, 0.011032164096832275, -0.08773494511842728, 0.0004310067743062973, 0.07201996445655823, -0.07325024902820587, 0.13737434148788452, 0.01297294907271862, 0.05802695453166962, 0.0649605318903923, 0.014479655772447586, -0.12166731059551239, 0.00537671847268939, 0.039638884365558624, -0.06795302778482437, 0.030225854367017746, 0.0652339980006218, -0.0435006208717823, 0.14830297231674194, 0.09515570104122162, 0.014861708506941795, 0.07543611526489258, 0.15037491917610168, 0.025639306753873825, -0.04201527684926987, 0.044716380536556244, -0.11059611290693283, 0.1420406550168991, 0.11175155639648438, -0.01806013472378254, -0.017603788524866104, -0.016710001975297928, 0.04643290489912033, -0.06498758494853973, 0.11615084111690521, 0.010055162943899632, -0.15965068340301514, -0.03529197350144386, -0.0028632022440433502, 0.08102697134017944, -0.12510015070438385, -0.04538685455918312, 0.02830490656197071, -0.027120307087898254, -0.0031829625368118286, 0.06301963329315186, 0.04783850163221359, -0.01893872767686844, -0.05479414388537407, -0.08389666676521301, 0.029540620744228363, 0.04906242713332176, -0.03529343754053116, -0.030203865841031075 ]
4b04fdde00e112cb54733513703e809ff625fd51
# Dataset Card for CUAD ## 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:** [Contract Understanding Atticus Dataset](https://www.atticusprojectai.org/cuad) - **Repository:** [Contract Understanding Atticus Dataset](https://github.com/TheAtticusProject/cuad/) - **Paper:** [CUAD: An Expert-Annotated NLP Dataset for Legal Contract Review](https://arxiv.org/abs/2103.06268) - **Point of Contact:** [Atticus Project Team](info@atticusprojectai.org) ### Dataset Summary Contract Understanding Atticus Dataset (CUAD) v1 is a corpus of more than 13,000 labels in 510 commercial legal contracts that have been manually labeled to identify 41 categories of important clauses that lawyers look for when reviewing contracts in connection with corporate transactions. CUAD is curated and maintained by The Atticus Project, Inc. to support NLP research and development in legal contract review. Analysis of CUAD can be found at https://arxiv.org/abs/2103.06268. Code for replicating the results and the trained model can be found at https://github.com/TheAtticusProject/cuad. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The dataset contains samples in English only. ## Dataset Structure ### Data Instances An example of 'train' looks as follows. ``` This example was too long and was cropped: { "answers": { "answer_start": [44], "text": ['DISTRIBUTOR AGREEMENT'] }, "context": 'EXHIBIT 10.6\n\n DISTRIBUTOR AGREEMENT\n\n THIS DISTRIBUTOR AGREEMENT (the "Agreement") is made by and between Electric City Corp., a Delaware corporation ("Company") and Electric City of Illinois LLC ("Distributor") this 7th day of September, 1999...', "id": "LIMEENERGYCO_09_09_1999-EX-10-DISTRIBUTOR AGREEMENT__Document Name_0", "question": "Highlight the parts (if any) of this contract related to "Document Name" that should be reviewed by a lawyer. Details: The name of the contract", "title": "LIMEENERGYCO_09_09_1999-EX-10-DISTRIBUTOR AGREEMENT" } ``` ### Data Fields - `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 This dataset is split into train/test set. Number of samples in each set is given below: | | Train | Test | | ----- | ------ | ---- | | CUAD | 22450 | 4182 | ## Dataset Creation ### Curation Rationale A highly valuable specialized task without a public large-scale dataset is contract review, which costs humans substantial time, money, and attention. Many law firms spend approximately 50% of their time reviewing contracts (CEB, 2017). Due to the specialized training necessary to understand and interpret contracts, the billing rates for lawyers at large law firms are typically around $500-$900 per hour in the US. As a result, many transactions cost companies hundreds of thousands of dollars just so that lawyers can verify that there are no problematic obligations or requirements included in the contracts. Contract review can be a source of drudgery and, in comparison to other legal tasks, is widely considered to be especially boring. Contract review costs also affect consumers. Since contract review costs are so prohibitive, contract review is not often performed outside corporate transactions. Small companies and individuals consequently often sign contracts without even reading them, which can result in predatory behavior that harms consumers. Automating contract review by openly releasing high-quality data and fine-tuned models can increase access to legal support for small businesses and individuals, so that legal support is not exclusively available to wealthy companies. To reduce the disparate societal costs of contract review, and to study how well NLP models generalize to specialized domains, the authors introduced a new large-scale dataset for contract review. As part of The Atticus Project, a non-profit organization of legal experts, CUAD is introduced, the Contract Understanding Atticus Dataset. This dataset was created with a year-long effort pushed forward by dozens of law student annotators, lawyers, and machine learning researchers. The dataset includes more than 500 contracts and more than 13,000 expert annotations that span 41 label categories. For each of 41 different labels, models must learn to highlight the portions of a contract most salient to that label. This makes the task a matter of finding needles in a haystack. ### Source Data #### Initial Data Collection and Normalization The CUAD includes commercial contracts selected from 25 different types of contracts based on the contract names as shown below. Within each type, the creators randomly selected contracts based on the names of the filing companies across the alphabet. Type of Contracts: # of Docs Affiliate Agreement: 10 Agency Agreement: 13 Collaboration/Cooperation Agreement: 26 Co-Branding Agreement: 22 Consulting Agreement: 11 Development Agreement: 29 Distributor Agreement: 32 Endorsement Agreement: 24 Franchise Agreement: 15 Hosting Agreement: 20 IP Agreement: 17 Joint Venture Agreemen: 23 License Agreement: 33 Maintenance Agreement: 34 Manufacturing Agreement: 17 Marketing Agreement: 17 Non-Compete/No-Solicit/Non-Disparagement Agreement: 3 Outsourcing Agreement: 18 Promotion Agreement: 12 Reseller Agreement: 12 Service Agreement: 28 Sponsorship Agreement: 31 Supply Agreement: 18 Strategic Alliance Agreement: 32 Transportation Agreement: 13 TOTAL: 510 #### Who are the source language producers? The contracts were sourced from EDGAR, the Electronic Data Gathering, Analysis, and Retrieval system used at the U.S. Securities and Exchange Commission (SEC). Publicly traded companies in the United States are required to file certain contracts under the SEC rules. Access to these contracts is available to the public for free at https://www.sec.gov/edgar. Please read the Datasheet at https://www.atticusprojectai.org/ for information on the intended use and limitations of the CUAD. ### Annotations #### Annotation process The labeling process included multiple steps to ensure accuracy: 1. Law Student Training: law students attended training sessions on each of the categories that included a summary, video instructions by experienced attorneys, multiple quizzes and workshops. Students were then required to label sample contracts in eBrevia, an online contract review tool. The initial training took approximately 70-100 hours. 2. Law Student Label: law students conducted manual contract review and labeling in eBrevia. 3. Key Word Search: law students conducted keyword search in eBrevia to capture additional categories that have been missed during the “Student Label” step. 4. Category-by-Category Report Review: law students exported the labeled clauses into reports, review each clause category-by-category and highlight clauses that they believe are mislabeled. 5. Attorney Review: experienced attorneys reviewed the category-by-category report with students comments, provided comments and addressed student questions. When applicable, attorneys discussed such results with the students and reached consensus. Students made changes in eBrevia accordingly. 6. eBrevia Extras Review. Attorneys and students used eBrevia to generate a list of “extras”, which are clauses that eBrevia AI tool identified as responsive to a category but not labeled by human annotators. Attorneys and students reviewed all of the “extras” and added the correct ones. The process is repeated until all or substantially all of the “extras” are incorrect labels. 7. Final Report: The final report was exported into a CSV file. Volunteers manually added the “Yes/No” answer column to categories that do not contain an answer. #### Who are the annotators? Answered in above section. ### Personal and Sensitive Information Some clauses in the files are redacted because the party submitting these contracts redacted them to protect confidentiality. Such redaction may show up as asterisks (\*\*\*) or underscores (\_\_\_) or blank spaces. The dataset and the answers reflect such redactions. For example, the answer for “January \_\_ 2020” would be “1/[]/2020”). For any categories that require an answer of “Yes/No”, annotators include full sentences as text context in a contract. To maintain consistency and minimize inter-annotator disagreement, annotators select text for the full sentence, under the instruction of “from period to period”. For the other categories, annotators selected segments of the text in the contract that are responsive to each such category. One category in a contract may include multiple labels. For example, “Parties” may include 4-10 separate text strings that are not continuous in a contract. The answer is presented in the unified format separated by semicolons of “Party A Inc. (“Party A”); Party B Corp. (“Party B”)”. Some sentences in the files include confidential legends that are not part of the contracts. An example of such confidential legend is as follows: THIS EXHIBIT HAS BEEN REDACTED AND IS THE SUBJECT OF A CONFIDENTIAL TREATMENT REQUEST. REDACTED MATERIAL IS MARKED WITH [* * *] AND HAS BEEN FILED SEPARATELY WITH THE SECURITIES AND EXCHANGE COMMISSION. Some sentences in the files contain irrelevant information such as footers or page numbers. Some sentences may not be relevant to the corresponding category. Some sentences may correspond to a different category. Because many legal clauses are very long and contain various sub-parts, sometimes only a sub-part of a sentence is responsive to a category. To address the foregoing limitations, annotators manually deleted the portion that is not responsive, replacing it with the symbol "<omitted>" to indicate that the two text segments do not appear immediately next to each other in the contracts. For example, if a “Termination for Convenience” clause starts with “Each Party may terminate this Agreement if” followed by three subparts “(a), (b) and (c)”, but only subpart (c) is responsive to this category, the authors manually deleted subparts (a) and (b) and replaced them with the symbol "<omitted>”. Another example is for “Effective Date”, the contract includes a sentence “This Agreement is effective as of the date written above” that appears after the date “January 1, 2010”. The annotation is as follows: “January 1, 2010 <omitted> This Agreement is effective as of the date written above.” Because the contracts were converted from PDF into TXT files, the converted TXT files may not stay true to the format of the original PDF files. For example, some contracts contain inconsistent spacing between words, sentences and paragraphs. Table format is not maintained in the TXT files. ## 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 Attorney Advisors Wei Chen, John Brockland, Kevin Chen, Jacky Fink, Spencer P. Goodson, Justin Haan, Alex Haskell, Kari Krusmark, Jenny Lin, Jonas Marson, Benjamin Petersen, Alexander Kwonji Rosenberg, William R. Sawyers, Brittany Schmeltz, Max Scott, Zhu Zhu Law Student Leaders John Batoha, Daisy Beckner, Lovina Consunji, Gina Diaz, Chris Gronseth, Calvin Hannagan, Joseph Kroon, Sheetal Sharma Saran Law Student Contributors Scott Aronin, Bryan Burgoon, Jigar Desai, Imani Haynes, Jeongsoo Kim, Margaret Lynch, Allison Melville, Felix Mendez-Burgos, Nicole Mirkazemi, David Myers, Emily Rissberger, Behrang Seraj, Sarahginy Valcin Technical Advisors & Contributors Dan Hendrycks, Collin Burns, Spencer Ball, Anya Chen ### Licensing Information CUAD is licensed under the Creative Commons Attribution 4.0 (CC BY 4.0) license and free to the public for commercial and non-commercial use. The creators make no representations or warranties regarding the license status of the underlying contracts, which are publicly available and downloadable from EDGAR. Privacy Policy & Disclaimers The categories or the contracts included in the dataset are not comprehensive or representative. The authors encourage the public to help improve them by sending them your comments and suggestions to info@atticusprojectai.org. Comments and suggestions will be reviewed by The Atticus Project at its discretion and will be included in future versions of Atticus categories once approved. The use of CUAD is subject to their privacy policy https://www.atticusprojectai.org/privacy-policy and disclaimer https://www.atticusprojectai.org/disclaimer. ### Citation Information ``` @article{hendrycks2021cuad, title={CUAD: An Expert-Annotated NLP Dataset for Legal Contract Review}, author={Dan Hendrycks and Collin Burns and Anya Chen and Spencer Ball}, journal={arXiv preprint arXiv:2103.06268}, year={2021} } ``` ### Contributions Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik) for adding this dataset.
cuad
[ "task_categories:question-answering", "task_ids:closed-domain-qa", "task_ids:extractive-qa", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-4.0", "arxiv:2103.06268", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["closed-domain-qa", "extractive-qa"], "paperswithcode_id": "cuad", "pretty_name": "CUAD", "dataset_info": {"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": 1466037640, "num_examples": 22450}, {"name": "test", "num_bytes": 198543467, "num_examples": 4182}], "download_size": 18309308, "dataset_size": 1664581107}, "train-eval-index": [{"config": "default", "task": "question-answering", "task_id": "extractive_question_answering", "splits": {"train_split": "train", "eval_split": "test"}, "col_mapping": {"question": "question", "context": "context", "answers": {"text": "text", "answer_start": "answer_start"}}, "metrics": [{"type": "cuad", "name": "CUAD"}]}]}
2024-01-18T09:51:23+00:00
[ "2103.06268" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-closed-domain-qa #task_ids-extractive-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-2103.06268 #region-us
Dataset Card for CUAD ===================== 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: Contract Understanding Atticus Dataset * Repository: Contract Understanding Atticus Dataset * Paper: CUAD: An Expert-Annotated NLP Dataset for Legal Contract Review * Point of Contact: Atticus Project Team ### Dataset Summary Contract Understanding Atticus Dataset (CUAD) v1 is a corpus of more than 13,000 labels in 510 commercial legal contracts that have been manually labeled to identify 41 categories of important clauses that lawyers look for when reviewing contracts in connection with corporate transactions. CUAD is curated and maintained by The Atticus Project, Inc. to support NLP research and development in legal contract review. Analysis of CUAD can be found at URL Code for replicating the results and the trained model can be found at URL ### Supported Tasks and Leaderboards ### Languages The dataset contains samples in English only. Dataset Structure ----------------- ### Data Instances An example of 'train' looks as follows. ### Data Fields * '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 This dataset is split into train/test set. Number of samples in each set is given below: Train: CUAD, Test: 22450 Dataset Creation ---------------- ### Curation Rationale A highly valuable specialized task without a public large-scale dataset is contract review, which costs humans substantial time, money, and attention. Many law firms spend approximately 50% of their time reviewing contracts (CEB, 2017). Due to the specialized training necessary to understand and interpret contracts, the billing rates for lawyers at large law firms are typically around $500-$900 per hour in the US. As a result, many transactions cost companies hundreds of thousands of dollars just so that lawyers can verify that there are no problematic obligations or requirements included in the contracts. Contract review can be a source of drudgery and, in comparison to other legal tasks, is widely considered to be especially boring. Contract review costs also affect consumers. Since contract review costs are so prohibitive, contract review is not often performed outside corporate transactions. Small companies and individuals consequently often sign contracts without even reading them, which can result in predatory behavior that harms consumers. Automating contract review by openly releasing high-quality data and fine-tuned models can increase access to legal support for small businesses and individuals, so that legal support is not exclusively available to wealthy companies. To reduce the disparate societal costs of contract review, and to study how well NLP models generalize to specialized domains, the authors introduced a new large-scale dataset for contract review. As part of The Atticus Project, a non-profit organization of legal experts, CUAD is introduced, the Contract Understanding Atticus Dataset. This dataset was created with a year-long effort pushed forward by dozens of law student annotators, lawyers, and machine learning researchers. The dataset includes more than 500 contracts and more than 13,000 expert annotations that span 41 label categories. For each of 41 different labels, models must learn to highlight the portions of a contract most salient to that label. This makes the task a matter of finding needles in a haystack. ### Source Data #### Initial Data Collection and Normalization The CUAD includes commercial contracts selected from 25 different types of contracts based on the contract names as shown below. Within each type, the creators randomly selected contracts based on the names of the filing companies across the alphabet. Type of Contracts: # of Docs ``` Affiliate Agreement: 10 Agency Agreement: 13 Collaboration/Cooperation Agreement: 26 Co-Branding Agreement: 22 Consulting Agreement: 11 Development Agreement: 29 Distributor Agreement: 32 Endorsement Agreement: 24 Franchise Agreement: 15 Hosting Agreement: 20 IP Agreement: 17 Joint Venture Agreemen: 23 License Agreement: 33 Maintenance Agreement: 34 Manufacturing Agreement: 17 Marketing Agreement: 17 Non-Compete/No-Solicit/Non-Disparagement Agreement: 3 Outsourcing Agreement: 18 Promotion Agreement: 12 Reseller Agreement: 12 Service Agreement: 28 Sponsorship Agreement: 31 Supply Agreement: 18 Strategic Alliance Agreement: 32 Transportation Agreement: 13 TOTAL: 510 ``` #### Who are the source language producers? The contracts were sourced from EDGAR, the Electronic Data Gathering, Analysis, and Retrieval system used at the U.S. Securities and Exchange Commission (SEC). Publicly traded companies in the United States are required to file certain contracts under the SEC rules. Access to these contracts is available to the public for free at URL Please read the Datasheet at URL for information on the intended use and limitations of the CUAD. ### Annotations #### Annotation process The labeling process included multiple steps to ensure accuracy: 1. Law Student Training: law students attended training sessions on each of the categories that included a summary, video instructions by experienced attorneys, multiple quizzes and workshops. Students were then required to label sample contracts in eBrevia, an online contract review tool. The initial training took approximately 70-100 hours. 2. Law Student Label: law students conducted manual contract review and labeling in eBrevia. 3. Key Word Search: law students conducted keyword search in eBrevia to capture additional categories that have been missed during the “Student Label” step. 4. Category-by-Category Report Review: law students exported the labeled clauses into reports, review each clause category-by-category and highlight clauses that they believe are mislabeled. 5. Attorney Review: experienced attorneys reviewed the category-by-category report with students comments, provided comments and addressed student questions. When applicable, attorneys discussed such results with the students and reached consensus. Students made changes in eBrevia accordingly. 6. eBrevia Extras Review. Attorneys and students used eBrevia to generate a list of “extras”, which are clauses that eBrevia AI tool identified as responsive to a category but not labeled by human annotators. Attorneys and students reviewed all of the “extras” and added the correct ones. The process is repeated until all or substantially all of the “extras” are incorrect labels. 7. Final Report: The final report was exported into a CSV file. Volunteers manually added the “Yes/No” answer column to categories that do not contain an answer. #### Who are the annotators? Answered in above section. ### Personal and Sensitive Information Some clauses in the files are redacted because the party submitting these contracts redacted them to protect confidentiality. Such redaction may show up as asterisks (\*\*\*) or underscores (\_\_\_) or blank spaces. The dataset and the answers reflect such redactions. For example, the answer for “January \_\_ 2020” would be “1/[]/2020”). For any categories that require an answer of “Yes/No”, annotators include full sentences as text context in a contract. To maintain consistency and minimize inter-annotator disagreement, annotators select text for the full sentence, under the instruction of “from period to period”. For the other categories, annotators selected segments of the text in the contract that are responsive to each such category. One category in a contract may include multiple labels. For example, “Parties” may include 4-10 separate text strings that are not continuous in a contract. The answer is presented in the unified format separated by semicolons of “Party A Inc. (“Party A”); Party B Corp. (“Party B”)”. Some sentences in the files include confidential legends that are not part of the contracts. An example of such confidential legend is as follows: THIS EXHIBIT HAS BEEN REDACTED AND IS THE SUBJECT OF A CONFIDENTIAL TREATMENT REQUEST. REDACTED MATERIAL IS MARKED WITH [\* \* \*] AND HAS BEEN FILED SEPARATELY WITH THE SECURITIES AND EXCHANGE COMMISSION. Some sentences in the files contain irrelevant information such as footers or page numbers. Some sentences may not be relevant to the corresponding category. Some sentences may correspond to a different category. Because many legal clauses are very long and contain various sub-parts, sometimes only a sub-part of a sentence is responsive to a category. To address the foregoing limitations, annotators manually deleted the portion that is not responsive, replacing it with the symbol "" to indicate that the two text segments do not appear immediately next to each other in the contracts. For example, if a “Termination for Convenience” clause starts with “Each Party may terminate this Agreement if” followed by three subparts “(a), (b) and (c)”, but only subpart (c) is responsive to this category, the authors manually deleted subparts (a) and (b) and replaced them with the symbol "”. Another example is for “Effective Date”, the contract includes a sentence “This Agreement is effective as of the date written above” that appears after the date “January 1, 2010”. The annotation is as follows: “January 1, 2010 This Agreement is effective as of the date written above.” Because the contracts were converted from PDF into TXT files, the converted TXT files may not stay true to the format of the original PDF files. For example, some contracts contain inconsistent spacing between words, sentences and paragraphs. Table format is not maintained in the TXT files. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators Attorney Advisors Wei Chen, John Brockland, Kevin Chen, Jacky Fink, Spencer P. Goodson, Justin Haan, Alex Haskell, Kari Krusmark, Jenny Lin, Jonas Marson, Benjamin Petersen, Alexander Kwonji Rosenberg, William R. Sawyers, Brittany Schmeltz, Max Scott, Zhu Zhu Law Student Leaders John Batoha, Daisy Beckner, Lovina Consunji, Gina Diaz, Chris Gronseth, Calvin Hannagan, Joseph Kroon, Sheetal Sharma Saran Law Student Contributors Scott Aronin, Bryan Burgoon, Jigar Desai, Imani Haynes, Jeongsoo Kim, Margaret Lynch, Allison Melville, Felix Mendez-Burgos, Nicole Mirkazemi, David Myers, Emily Rissberger, Behrang Seraj, Sarahginy Valcin Technical Advisors & Contributors Dan Hendrycks, Collin Burns, Spencer Ball, Anya Chen ### Licensing Information CUAD is licensed under the Creative Commons Attribution 4.0 (CC BY 4.0) license and free to the public for commercial and non-commercial use. The creators make no representations or warranties regarding the license status of the underlying contracts, which are publicly available and downloadable from EDGAR. Privacy Policy & Disclaimers The categories or the contracts included in the dataset are not comprehensive or representative. The authors encourage the public to help improve them by sending them your comments and suggestions to info@URL. Comments and suggestions will be reviewed by The Atticus Project at its discretion and will be included in future versions of Atticus categories once approved. The use of CUAD is subject to their privacy policy URL and disclaimer URL ### Contributions Thanks to @bhavitvyamalik for adding this dataset.
[ "### Dataset Summary\n\n\nContract Understanding Atticus Dataset (CUAD) v1 is a corpus of more than 13,000 labels in 510 commercial legal contracts that have been manually labeled to identify 41 categories of important clauses that lawyers look for when reviewing contracts in connection with corporate transactions.\n\n\nCUAD is curated and maintained by The Atticus Project, Inc. to support NLP research and development in legal contract review. Analysis of CUAD can be found at URL Code for replicating the results and the trained model can be found at URL", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe dataset contains samples in English only.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows.", "### Data Fields\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\nThis dataset is split into train/test set. Number of samples in each set is given below:\n\n\nTrain: CUAD, Test: 22450\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nA highly valuable specialized task without a public large-scale dataset is contract review, which costs humans substantial time, money, and attention. Many law firms spend approximately 50% of their time reviewing contracts (CEB, 2017). Due to the specialized training necessary to understand and interpret contracts, the billing rates for lawyers at large law firms are typically around $500-$900 per hour in the US. As a result, many transactions cost companies hundreds of thousands of dollars just so that lawyers can verify that there are no problematic obligations or requirements included in the contracts. Contract review can be a source of drudgery and, in comparison to other legal tasks, is widely considered to be especially boring.\n\n\nContract review costs also affect consumers. Since contract review costs are so prohibitive, contract review is not often performed outside corporate transactions. Small companies and individuals consequently often sign contracts without even reading them, which can result in predatory behavior that harms consumers. Automating contract review by openly releasing high-quality data and fine-tuned models can increase access to legal support for small businesses and individuals, so that legal support is not exclusively available to wealthy companies.\n\n\nTo reduce the disparate societal costs of contract review, and to study how well NLP models generalize to specialized domains, the authors introduced a new large-scale dataset for contract review. As part of The Atticus Project, a non-profit organization of legal experts, CUAD is introduced, the Contract Understanding Atticus Dataset. This dataset was created with a year-long effort pushed forward by dozens of law student annotators, lawyers, and machine learning researchers. The dataset includes more than 500 contracts and more than 13,000 expert annotations that span 41 label categories. For each of 41 different labels, models must learn to highlight the portions of a contract most salient to that label. This makes the task a matter of finding needles in a haystack.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe CUAD includes commercial contracts selected from 25 different types of contracts based on the contract names as shown below. Within each type, the creators randomly selected contracts based on the names of the filing companies across the alphabet.\n\n\nType of Contracts: # of Docs\n\n\n\n```\nAffiliate Agreement:\t\t10\nAgency Agreement:\t\t 13\nCollaboration/Cooperation Agreement: 26\nCo-Branding Agreement:\t\t22\nConsulting Agreement:\t\t11\nDevelopment Agreement:\t\t29\nDistributor Agreement:\t\t32\nEndorsement Agreement:\t\t24\nFranchise Agreement:\t\t15\nHosting Agreement:\t\t20\nIP Agreement:\t\t\t17\nJoint Venture Agreemen:\t\t23\nLicense Agreement:\t\t33\nMaintenance Agreement:\t\t34\nManufacturing Agreement:\t17\nMarketing Agreement:\t\t17\nNon-Compete/No-Solicit/Non-Disparagement Agreement: 3\nOutsourcing Agreement:\t\t18\nPromotion Agreement:\t\t12\nReseller Agreement:\t\t12\nService Agreement:\t\t28\nSponsorship Agreement:\t\t31\nSupply Agreement:\t\t18\nStrategic Alliance Agreement:\t32\nTransportation Agreement:\t13\nTOTAL:\t\t\t\t510\n\n```", "#### Who are the source language producers?\n\n\nThe contracts were sourced from EDGAR, the Electronic Data Gathering, Analysis, and Retrieval system used at the U.S. Securities and Exchange Commission (SEC). Publicly traded companies in the United States are required to file certain contracts under the SEC rules. Access to these contracts is available to the public for free at URL Please read the Datasheet at URL for information on the intended use and limitations of the CUAD.", "### Annotations", "#### Annotation process\n\n\nThe labeling process included multiple steps to ensure accuracy:\n\n\n1. Law Student Training: law students attended training sessions on each of the categories that included a summary, video instructions by experienced attorneys, multiple quizzes and workshops. Students were then required to label sample contracts in eBrevia, an online contract review tool. The initial training took approximately 70-100 hours.\n2. Law Student Label: law students conducted manual contract review and labeling in eBrevia.\n3. Key Word Search: law students conducted keyword search in eBrevia to capture additional categories that have been missed during the “Student Label” step.\n4. Category-by-Category Report Review: law students exported the labeled clauses into reports, review each clause category-by-category and highlight clauses that they believe are mislabeled.\n5. Attorney Review: experienced attorneys reviewed the category-by-category report with students comments, provided comments and addressed student questions. When applicable, attorneys discussed such results with the students and reached consensus. Students made changes in eBrevia accordingly.\n6. eBrevia Extras Review. Attorneys and students used eBrevia to generate a list of “extras”, which are clauses that eBrevia AI tool identified as responsive to a category but not labeled by human annotators. Attorneys and students reviewed all of the “extras” and added the correct ones. The process is repeated until all or substantially all of the “extras” are incorrect labels.\n7. Final Report: The final report was exported into a CSV file. Volunteers manually added the “Yes/No” answer column to categories that do not contain an answer.", "#### Who are the annotators?\n\n\nAnswered in above section.", "### Personal and Sensitive Information\n\n\nSome clauses in the files are redacted because the party submitting these contracts redacted them to protect confidentiality. Such redaction may show up as asterisks (\\*\\*\\*) or underscores (\\_\\_\\_) or blank spaces. The dataset and the answers reflect such redactions. For example, the answer for “January \\_\\_ 2020” would be “1/[]/2020”).\n\n\nFor any categories that require an answer of “Yes/No”, annotators include full sentences as text context in a contract. To maintain consistency and minimize inter-annotator disagreement, annotators select text for the full sentence, under the instruction of “from period to period”.\n\n\nFor the other categories, annotators selected segments of the text in the contract that are responsive to each such category. One category in a contract may include multiple labels. For example, “Parties” may include 4-10 separate text strings that are not continuous in a contract. The answer is presented in the unified format separated by semicolons of “Party A Inc. (“Party A”); Party B Corp. (“Party B”)”.\n\n\nSome sentences in the files include confidential legends that are not part of the contracts. An example of such confidential legend is as follows:\n\n\nTHIS EXHIBIT HAS BEEN REDACTED AND IS THE SUBJECT OF A CONFIDENTIAL TREATMENT REQUEST. REDACTED MATERIAL IS MARKED WITH [\\* \\* \\*] AND HAS BEEN FILED SEPARATELY WITH THE SECURITIES AND EXCHANGE COMMISSION.\n\n\nSome sentences in the files contain irrelevant information such as footers or page numbers. Some sentences may not be relevant to the corresponding category. Some sentences may correspond to a different category. Because many legal clauses are very long and contain various sub-parts, sometimes only a sub-part of a sentence is responsive to a category.\n\n\nTo address the foregoing limitations, annotators manually deleted the portion that is not responsive, replacing it with the symbol \"\" to indicate that the two text segments do not appear immediately next to each other in the contracts. For example, if a “Termination for Convenience” clause starts with “Each Party may terminate this Agreement if” followed by three subparts “(a), (b) and (c)”, but only subpart (c) is responsive to this category, the authors manually deleted subparts (a) and (b) and replaced them with the symbol \"”. Another example is for “Effective Date”, the contract includes a sentence “This Agreement is effective as of the date written above” that appears after the date “January 1, 2010”. The annotation is as follows: “January 1, 2010 This Agreement is effective as of the date written above.”\n\n\nBecause the contracts were converted from PDF into TXT files, the converted TXT files may not stay true to the format of the original PDF files. For example, some contracts contain inconsistent spacing between words, sentences and paragraphs. Table format is not maintained in the TXT files.\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\nAttorney Advisors\nWei Chen, John Brockland, Kevin Chen, Jacky Fink, Spencer P. Goodson, Justin Haan, Alex Haskell, Kari Krusmark, Jenny Lin, Jonas Marson, Benjamin Petersen, Alexander Kwonji Rosenberg, William R. Sawyers, Brittany Schmeltz, Max Scott, Zhu Zhu\n\n\nLaw Student Leaders\nJohn Batoha, Daisy Beckner, Lovina Consunji, Gina Diaz, Chris Gronseth, Calvin Hannagan, Joseph Kroon, Sheetal Sharma Saran\n\n\nLaw Student Contributors\nScott Aronin, Bryan Burgoon, Jigar Desai, Imani Haynes, Jeongsoo Kim, Margaret Lynch, Allison Melville, Felix Mendez-Burgos, Nicole Mirkazemi, David Myers, Emily Rissberger, Behrang Seraj, Sarahginy Valcin\n\n\nTechnical Advisors & Contributors\nDan Hendrycks, Collin Burns, Spencer Ball, Anya Chen", "### Licensing Information\n\n\nCUAD is licensed under the Creative Commons Attribution 4.0 (CC BY 4.0) license and free to the public for commercial and non-commercial use.\n\n\nThe creators make no representations or warranties regarding the license status of the underlying contracts, which are publicly available and downloadable from EDGAR.\nPrivacy Policy & Disclaimers\n\n\nThe categories or the contracts included in the dataset are not comprehensive or representative. The authors encourage the public to help improve them by sending them your comments and suggestions to info@URL. Comments and suggestions will be reviewed by The Atticus Project at its discretion and will be included in future versions of Atticus categories once approved.\n\n\nThe use of CUAD is subject to their privacy policy URL and disclaimer URL", "### Contributions\n\n\nThanks to @bhavitvyamalik for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-closed-domain-qa #task_ids-extractive-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-2103.06268 #region-us \n", "### Dataset Summary\n\n\nContract Understanding Atticus Dataset (CUAD) v1 is a corpus of more than 13,000 labels in 510 commercial legal contracts that have been manually labeled to identify 41 categories of important clauses that lawyers look for when reviewing contracts in connection with corporate transactions.\n\n\nCUAD is curated and maintained by The Atticus Project, Inc. to support NLP research and development in legal contract review. Analysis of CUAD can be found at URL Code for replicating the results and the trained model can be found at URL", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe dataset contains samples in English only.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of 'train' looks as follows.", "### Data Fields\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\nThis dataset is split into train/test set. Number of samples in each set is given below:\n\n\nTrain: CUAD, Test: 22450\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nA highly valuable specialized task without a public large-scale dataset is contract review, which costs humans substantial time, money, and attention. Many law firms spend approximately 50% of their time reviewing contracts (CEB, 2017). Due to the specialized training necessary to understand and interpret contracts, the billing rates for lawyers at large law firms are typically around $500-$900 per hour in the US. As a result, many transactions cost companies hundreds of thousands of dollars just so that lawyers can verify that there are no problematic obligations or requirements included in the contracts. Contract review can be a source of drudgery and, in comparison to other legal tasks, is widely considered to be especially boring.\n\n\nContract review costs also affect consumers. Since contract review costs are so prohibitive, contract review is not often performed outside corporate transactions. Small companies and individuals consequently often sign contracts without even reading them, which can result in predatory behavior that harms consumers. Automating contract review by openly releasing high-quality data and fine-tuned models can increase access to legal support for small businesses and individuals, so that legal support is not exclusively available to wealthy companies.\n\n\nTo reduce the disparate societal costs of contract review, and to study how well NLP models generalize to specialized domains, the authors introduced a new large-scale dataset for contract review. As part of The Atticus Project, a non-profit organization of legal experts, CUAD is introduced, the Contract Understanding Atticus Dataset. This dataset was created with a year-long effort pushed forward by dozens of law student annotators, lawyers, and machine learning researchers. The dataset includes more than 500 contracts and more than 13,000 expert annotations that span 41 label categories. For each of 41 different labels, models must learn to highlight the portions of a contract most salient to that label. This makes the task a matter of finding needles in a haystack.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe CUAD includes commercial contracts selected from 25 different types of contracts based on the contract names as shown below. Within each type, the creators randomly selected contracts based on the names of the filing companies across the alphabet.\n\n\nType of Contracts: # of Docs\n\n\n\n```\nAffiliate Agreement:\t\t10\nAgency Agreement:\t\t 13\nCollaboration/Cooperation Agreement: 26\nCo-Branding Agreement:\t\t22\nConsulting Agreement:\t\t11\nDevelopment Agreement:\t\t29\nDistributor Agreement:\t\t32\nEndorsement Agreement:\t\t24\nFranchise Agreement:\t\t15\nHosting Agreement:\t\t20\nIP Agreement:\t\t\t17\nJoint Venture Agreemen:\t\t23\nLicense Agreement:\t\t33\nMaintenance Agreement:\t\t34\nManufacturing Agreement:\t17\nMarketing Agreement:\t\t17\nNon-Compete/No-Solicit/Non-Disparagement Agreement: 3\nOutsourcing Agreement:\t\t18\nPromotion Agreement:\t\t12\nReseller Agreement:\t\t12\nService Agreement:\t\t28\nSponsorship Agreement:\t\t31\nSupply Agreement:\t\t18\nStrategic Alliance Agreement:\t32\nTransportation Agreement:\t13\nTOTAL:\t\t\t\t510\n\n```", "#### Who are the source language producers?\n\n\nThe contracts were sourced from EDGAR, the Electronic Data Gathering, Analysis, and Retrieval system used at the U.S. Securities and Exchange Commission (SEC). Publicly traded companies in the United States are required to file certain contracts under the SEC rules. Access to these contracts is available to the public for free at URL Please read the Datasheet at URL for information on the intended use and limitations of the CUAD.", "### Annotations", "#### Annotation process\n\n\nThe labeling process included multiple steps to ensure accuracy:\n\n\n1. Law Student Training: law students attended training sessions on each of the categories that included a summary, video instructions by experienced attorneys, multiple quizzes and workshops. Students were then required to label sample contracts in eBrevia, an online contract review tool. The initial training took approximately 70-100 hours.\n2. Law Student Label: law students conducted manual contract review and labeling in eBrevia.\n3. Key Word Search: law students conducted keyword search in eBrevia to capture additional categories that have been missed during the “Student Label” step.\n4. Category-by-Category Report Review: law students exported the labeled clauses into reports, review each clause category-by-category and highlight clauses that they believe are mislabeled.\n5. Attorney Review: experienced attorneys reviewed the category-by-category report with students comments, provided comments and addressed student questions. When applicable, attorneys discussed such results with the students and reached consensus. Students made changes in eBrevia accordingly.\n6. eBrevia Extras Review. Attorneys and students used eBrevia to generate a list of “extras”, which are clauses that eBrevia AI tool identified as responsive to a category but not labeled by human annotators. Attorneys and students reviewed all of the “extras” and added the correct ones. The process is repeated until all or substantially all of the “extras” are incorrect labels.\n7. Final Report: The final report was exported into a CSV file. Volunteers manually added the “Yes/No” answer column to categories that do not contain an answer.", "#### Who are the annotators?\n\n\nAnswered in above section.", "### Personal and Sensitive Information\n\n\nSome clauses in the files are redacted because the party submitting these contracts redacted them to protect confidentiality. Such redaction may show up as asterisks (\\*\\*\\*) or underscores (\\_\\_\\_) or blank spaces. The dataset and the answers reflect such redactions. For example, the answer for “January \\_\\_ 2020” would be “1/[]/2020”).\n\n\nFor any categories that require an answer of “Yes/No”, annotators include full sentences as text context in a contract. To maintain consistency and minimize inter-annotator disagreement, annotators select text for the full sentence, under the instruction of “from period to period”.\n\n\nFor the other categories, annotators selected segments of the text in the contract that are responsive to each such category. One category in a contract may include multiple labels. For example, “Parties” may include 4-10 separate text strings that are not continuous in a contract. The answer is presented in the unified format separated by semicolons of “Party A Inc. (“Party A”); Party B Corp. (“Party B”)”.\n\n\nSome sentences in the files include confidential legends that are not part of the contracts. An example of such confidential legend is as follows:\n\n\nTHIS EXHIBIT HAS BEEN REDACTED AND IS THE SUBJECT OF A CONFIDENTIAL TREATMENT REQUEST. REDACTED MATERIAL IS MARKED WITH [\\* \\* \\*] AND HAS BEEN FILED SEPARATELY WITH THE SECURITIES AND EXCHANGE COMMISSION.\n\n\nSome sentences in the files contain irrelevant information such as footers or page numbers. Some sentences may not be relevant to the corresponding category. Some sentences may correspond to a different category. Because many legal clauses are very long and contain various sub-parts, sometimes only a sub-part of a sentence is responsive to a category.\n\n\nTo address the foregoing limitations, annotators manually deleted the portion that is not responsive, replacing it with the symbol \"\" to indicate that the two text segments do not appear immediately next to each other in the contracts. For example, if a “Termination for Convenience” clause starts with “Each Party may terminate this Agreement if” followed by three subparts “(a), (b) and (c)”, but only subpart (c) is responsive to this category, the authors manually deleted subparts (a) and (b) and replaced them with the symbol \"”. Another example is for “Effective Date”, the contract includes a sentence “This Agreement is effective as of the date written above” that appears after the date “January 1, 2010”. The annotation is as follows: “January 1, 2010 This Agreement is effective as of the date written above.”\n\n\nBecause the contracts were converted from PDF into TXT files, the converted TXT files may not stay true to the format of the original PDF files. For example, some contracts contain inconsistent spacing between words, sentences and paragraphs. Table format is not maintained in the TXT files.\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\nAttorney Advisors\nWei Chen, John Brockland, Kevin Chen, Jacky Fink, Spencer P. Goodson, Justin Haan, Alex Haskell, Kari Krusmark, Jenny Lin, Jonas Marson, Benjamin Petersen, Alexander Kwonji Rosenberg, William R. Sawyers, Brittany Schmeltz, Max Scott, Zhu Zhu\n\n\nLaw Student Leaders\nJohn Batoha, Daisy Beckner, Lovina Consunji, Gina Diaz, Chris Gronseth, Calvin Hannagan, Joseph Kroon, Sheetal Sharma Saran\n\n\nLaw Student Contributors\nScott Aronin, Bryan Burgoon, Jigar Desai, Imani Haynes, Jeongsoo Kim, Margaret Lynch, Allison Melville, Felix Mendez-Burgos, Nicole Mirkazemi, David Myers, Emily Rissberger, Behrang Seraj, Sarahginy Valcin\n\n\nTechnical Advisors & Contributors\nDan Hendrycks, Collin Burns, Spencer Ball, Anya Chen", "### Licensing Information\n\n\nCUAD is licensed under the Creative Commons Attribution 4.0 (CC BY 4.0) license and free to the public for commercial and non-commercial use.\n\n\nThe creators make no representations or warranties regarding the license status of the underlying contracts, which are publicly available and downloadable from EDGAR.\nPrivacy Policy & Disclaimers\n\n\nThe categories or the contracts included in the dataset are not comprehensive or representative. The authors encourage the public to help improve them by sending them your comments and suggestions to info@URL. Comments and suggestions will be reviewed by The Atticus Project at its discretion and will be included in future versions of Atticus categories once approved.\n\n\nThe use of CUAD is subject to their privacy policy URL and disclaimer URL", "### Contributions\n\n\nThanks to @bhavitvyamalik for adding this dataset." ]
[ 113, 122, 10, 22, 18, 92, 42, 448, 4, 224, 109, 5, 387, 15, 733, 7, 8, 14, 218, 167, 19 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-closed-domain-qa #task_ids-extractive-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-2103.06268 #region-us \n### Dataset Summary\n\n\nContract Understanding Atticus Dataset (CUAD) v1 is a corpus of more than 13,000 labels in 510 commercial legal contracts that have been manually labeled to identify 41 categories of important clauses that lawyers look for when reviewing contracts in connection with corporate transactions.\n\n\nCUAD is curated and maintained by The Atticus Project, Inc. to support NLP research and development in legal contract review. Analysis of CUAD can be found at URL Code for replicating the results and the trained model can be found at URL### Supported Tasks and Leaderboards### Languages\n\n\nThe dataset contains samples in English only.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example of 'train' looks as follows.### Data Fields\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\nThis dataset is split into train/test set. Number of samples in each set is given below:\n\n\nTrain: CUAD, Test: 22450\n\n\nDataset Creation\n----------------", "passage: ### Curation Rationale\n\n\nA highly valuable specialized task without a public large-scale dataset is contract review, which costs humans substantial time, money, and attention. Many law firms spend approximately 50% of their time reviewing contracts (CEB, 2017). Due to the specialized training necessary to understand and interpret contracts, the billing rates for lawyers at large law firms are typically around $500-$900 per hour in the US. As a result, many transactions cost companies hundreds of thousands of dollars just so that lawyers can verify that there are no problematic obligations or requirements included in the contracts. Contract review can be a source of drudgery and, in comparison to other legal tasks, is widely considered to be especially boring.\n\n\nContract review costs also affect consumers. Since contract review costs are so prohibitive, contract review is not often performed outside corporate transactions. Small companies and individuals consequently often sign contracts without even reading them, which can result in predatory behavior that harms consumers. Automating contract review by openly releasing high-quality data and fine-tuned models can increase access to legal support for small businesses and individuals, so that legal support is not exclusively available to wealthy companies.\n\n\nTo reduce the disparate societal costs of contract review, and to study how well NLP models generalize to specialized domains, the authors introduced a new large-scale dataset for contract review. As part of The Atticus Project, a non-profit organization of legal experts, CUAD is introduced, the Contract Understanding Atticus Dataset. This dataset was created with a year-long effort pushed forward by dozens of law student annotators, lawyers, and machine learning researchers. The dataset includes more than 500 contracts and more than 13,000 expert annotations that span 41 label categories. For each of 41 different labels, models must learn to highlight the portions of a contract most salient to that label. This makes the task a matter of finding needles in a haystack.### Source Data#### Initial Data Collection and Normalization\n\n\nThe CUAD includes commercial contracts selected from 25 different types of contracts based on the contract names as shown below. Within each type, the creators randomly selected contracts based on the names of the filing companies across the alphabet.\n\n\nType of Contracts: # of Docs\n\n\n\n```\nAffiliate Agreement:\t\t10\nAgency Agreement:\t\t 13\nCollaboration/Cooperation Agreement: 26\nCo-Branding Agreement:\t\t22\nConsulting Agreement:\t\t11\nDevelopment Agreement:\t\t29\nDistributor Agreement:\t\t32\nEndorsement Agreement:\t\t24\nFranchise Agreement:\t\t15\nHosting Agreement:\t\t20\nIP Agreement:\t\t\t17\nJoint Venture Agreemen:\t\t23\nLicense Agreement:\t\t33\nMaintenance Agreement:\t\t34\nManufacturing Agreement:\t17\nMarketing Agreement:\t\t17\nNon-Compete/No-Solicit/Non-Disparagement Agreement: 3\nOutsourcing Agreement:\t\t18\nPromotion Agreement:\t\t12\nReseller Agreement:\t\t12\nService Agreement:\t\t28\nSponsorship Agreement:\t\t31\nSupply Agreement:\t\t18\nStrategic Alliance Agreement:\t32\nTransportation Agreement:\t13\nTOTAL:\t\t\t\t510\n\n```#### Who are the source language producers?\n\n\nThe contracts were sourced from EDGAR, the Electronic Data Gathering, Analysis, and Retrieval system used at the U.S. Securities and Exchange Commission (SEC). Publicly traded companies in the United States are required to file certain contracts under the SEC rules. Access to these contracts is available to the public for free at URL Please read the Datasheet at URL for information on the intended use and limitations of the CUAD.### Annotations", "passage: #### Annotation process\n\n\nThe labeling process included multiple steps to ensure accuracy:\n\n\n1. Law Student Training: law students attended training sessions on each of the categories that included a summary, video instructions by experienced attorneys, multiple quizzes and workshops. Students were then required to label sample contracts in eBrevia, an online contract review tool. The initial training took approximately 70-100 hours.\n2. Law Student Label: law students conducted manual contract review and labeling in eBrevia.\n3. Key Word Search: law students conducted keyword search in eBrevia to capture additional categories that have been missed during the “Student Label” step.\n4. Category-by-Category Report Review: law students exported the labeled clauses into reports, review each clause category-by-category and highlight clauses that they believe are mislabeled.\n5. Attorney Review: experienced attorneys reviewed the category-by-category report with students comments, provided comments and addressed student questions. When applicable, attorneys discussed such results with the students and reached consensus. Students made changes in eBrevia accordingly.\n6. eBrevia Extras Review. Attorneys and students used eBrevia to generate a list of “extras”, which are clauses that eBrevia AI tool identified as responsive to a category but not labeled by human annotators. Attorneys and students reviewed all of the “extras” and added the correct ones. The process is repeated until all or substantially all of the “extras” are incorrect labels.\n7. Final Report: The final report was exported into a CSV file. Volunteers manually added the “Yes/No” answer column to categories that do not contain an answer.#### Who are the annotators?\n\n\nAnswered in above section." ]
[ -0.06595520675182343, 0.09744152426719666, -0.002899185987189412, 0.030107406899333, 0.1027277484536171, 0.025172004476189613, 0.12013056129217148, 0.012652034871280193, 0.02939445711672306, 0.05273987352848053, -0.028182221576571465, -0.021907225251197815, 0.0583806149661541, 0.04054806008934975, 0.029823677614331245, -0.08859150856733322, 0.04304324463009834, -0.05296557769179344, 0.126213937997818, 0.04491344466805458, 0.08504709601402283, -0.06107167899608612, 0.05436224117875099, -0.030868826434016228, -0.0904850959777832, -0.0013354942202568054, 0.009785364381968975, -0.01652350462973118, 0.10630849003791809, 0.12179972976446152, 0.08518654108047485, 0.028824716806411743, 0.053357090801000595, -0.16676579415798187, 0.021350165829062462, 0.048241015523672104, -0.026357173919677734, 0.008114314638078213, 0.0073717026971280575, 0.11233144998550415, 0.12300324440002441, -0.010593603365123272, 0.03403964266180992, 0.06166692450642586, -0.07365188747644424, -0.03788725286722183, -0.09883740544319153, 0.0311035867780447, 0.09354188293218613, 0.09265857934951782, -0.028066201135516167, 0.049084167927503586, -0.04036108776926994, 0.01552843302488327, 0.05034005641937256, -0.1666155457496643, 0.0017723323544487357, 0.04550577700138092, 0.021290114149451256, 0.04364733025431633, -0.01643221639096737, -0.030119597911834717, 0.02228410728275776, 0.01060571987181902, -0.024436866864562035, -0.03455330803990364, -0.12223844975233078, -0.013775765895843506, -0.09906085580587387, -0.0570845790207386, 0.22005970776081085, 0.03171829879283905, -0.12196853011846542, -0.0966908410191536, 0.012209274806082249, 0.07103666663169861, 0.03568711876869202, 0.003088702680543065, 0.04659761115908623, -0.00889550894498825, 0.03749868646264076, -0.01850436069071293, -0.1095542311668396, 0.0030156224966049194, -0.060928549617528915, 0.02849864400923252, 0.008825358003377914, 0.011479710228741169, 0.004517175257205963, 0.07188902050256729, -0.002955722389742732, 0.006965720560401678, -0.058772068470716476, -0.022732937708497047, -0.10325697064399719, -0.04439329728484154, -0.04425126686692238, -0.15051831305027008, -0.009069391526281834, 0.10796573013067245, 0.03550028055906296, -0.020982690155506134, -0.022991254925727844, 0.05413929745554924, 0.028354352340102196, 0.16234751045703888, -0.029616201296448708, -0.024688730016350746, 0.04303383827209473, 0.033818334341049194, 0.06063489243388176, -0.0016054302686825395, -0.05492052808403969, -0.011077667586505413, 0.00867167767137289, 0.09308984130620956, 0.06269624829292297, 0.003491094568744302, -0.061768461018800735, 0.02694667875766754, 0.06576637178659439, -0.06610230356454849, -0.00964557845145464, -0.020888259634375572, -0.05107930302619934, -0.06203753873705864, 0.011763159185647964, 0.009054080583155155, -0.0750809982419014, 0.11441182345151901, -0.06099710240960121, -0.03187859430909157, -0.04918035864830017, -0.1091078519821167, 0.0808098167181015, 0.03729567676782608, -0.015067626722157001, -0.09432723373174667, -0.1674761027097702, -0.08839305490255356, -0.014470699243247509, 0.0014186985790729523, -0.03400573506951332, -0.004532800987362862, -0.021655678749084473, -0.10507110506296158, -0.045626137405633926, -0.032157402485609055, -0.022057129070162773, 0.009150366298854351, -0.07846365869045258, 0.031456220895051956, -0.016099458560347557, 0.011455762200057507, -0.0921662449836731, 0.007981440983712673, -0.04026124253869057, 0.04034733027219772, -0.04404095187783241, 0.012635554186999798, -0.03810955211520195, -0.01654633693397045, -0.0016570215811952949, 0.06803274899721146, 0.03747764602303505, 0.12935718894004822, -0.20027537643909454, -0.022385865449905396, 0.0637158676981926, -0.10516306012868881, -0.03236309811472893, 0.10219752043485641, -0.035363975912332535, 0.0923159047961235, 0.09989101439714432, 0.07869189977645874, -0.025899121537804604, 0.0004137746000196785, -0.1349516212940216, -0.06257650256156921, -0.06353309750556946, 0.04878149554133415, 0.03597018122673035, -0.038701239973306656, 0.018315861001610756, -0.004592513665556908, 0.008302292786538601, -0.06647694855928421, -0.021434321999549866, -0.04071779176592827, 0.029781028628349304, -0.019751794636249542, -0.06967873126268387, -0.0008326683309860528, -0.04981272295117378, 0.010956097394227982, -0.0652599111199379, -0.049143049865961075, 0.03700527548789978, -0.03023095428943634, 0.01747620664536953, -0.05162091925740242, 0.04471100866794586, 0.01597495935857296, -0.0036139425355941057, -0.15384891629219055, -0.10650685429573059, 0.061755698174238205, -0.14773719012737274, 0.1205141544342041, 0.07248803228139877, -0.031080840155482292, 0.03218512237071991, -0.012116660363972187, 0.0258554145693779, -0.056834589689970016, -0.02850554697215557, -0.06361255794763565, -0.08947209268808365, -0.02637038566172123, -0.016647355630993843, 0.05201740935444832, -0.09554930776357651, 0.006803089287132025, 0.025354571640491486, -0.0032422139775007963, 0.05546772480010986, -0.05493871495127678, 0.009191087447106838, 0.036138277500867844, 0.006474088411778212, -0.03126101568341255, 0.010199964977800846, 0.018892833963036537, -0.020969243720173836, 0.030460575595498085, -0.11537321656942368, -0.08597312122583389, 0.009650290943682194, 0.0964001938700676, -0.07163355499505997, -0.020176786929368973, -0.041863977909088135, -0.006418437231332064, -0.10122007876634598, -0.053937774151563644, 0.18203826248645782, 0.03313301503658295, 0.021009886637330055, -0.06817511469125748, -0.02430025488138199, -0.004071062430739403, -0.004880303516983986, 0.004658774938434362, 0.011066923849284649, 0.08950406312942505, -0.14060448110103607, 0.01077183336019516, -0.08076583594083786, -0.007650051731616259, 0.05261429771780968, 0.03638635203242302, -0.05218147858977318, -0.021147461608052254, -0.005867403000593185, 0.029591327533125877, 0.1348009705543518, -0.005080757196992636, 0.04002680256962776, 0.010363474488258362, 0.010213324800133705, 0.04764565825462341, -0.1111014261841774, 0.013163243420422077, -0.02531307376921177, -0.026603111997246742, -0.1003309115767479, -0.014026912860572338, -0.02396087907254696, 0.0895673930644989, -0.009071300737559795, 0.040319427847862244, -0.016252171248197556, -0.08175944536924362, -0.1175793707370758, 0.1689346432685852, -0.060181502252817154, -0.22800306975841522, -0.18780814111232758, 0.10217376798391342, 0.028297772631049156, -0.008517497219145298, 0.046752337366342545, 0.001110898912884295, -0.11950811743736267, -0.09311198443174362, 0.05153514817357063, 0.048385728150606155, -0.10450740903615952, -0.00535911088809371, 0.0023698657751083374, -0.03931303694844246, -0.10254921764135361, 0.010593091137707233, -0.03873315081000328, -0.07042025774717331, 0.00803553406149149, -0.030946344137191772, 0.11403796821832657, 0.09883319586515427, -0.012581460177898407, -0.10134076327085495, -0.02851981110870838, 0.14199265837669373, -0.052132803946733475, 0.047311242669820786, 0.09982594847679138, -0.023322120308876038, 0.040683258324861526, 0.1515944004058838, 0.009630073793232441, -0.07016817480325699, 0.01629670150578022, 0.036224085837602615, -0.03429080918431282, -0.2311829775571823, -0.08005473762750626, -0.054116684943437576, 0.015407328493893147, -0.004622664302587509, 0.001027097925543785, -0.03271469101309776, -0.02375194989144802, -0.05297118425369263, 0.049156203866004944, 0.08840236812829971, 0.09978180378675461, 0.1970369815826416, 0.014782100915908813, 0.04763280972838402, -0.057884734123945236, 0.04323142394423485, 0.09139876812696457, -0.0003915727138519287, 0.2932615578174591, -0.0049846419133245945, 0.12631022930145264, 0.04380657151341438, -0.07628919929265976, 0.011802230961620808, 0.015924502164125443, 0.013028986752033234, 0.048793673515319824, -0.054151326417922974, -0.021689673885703087, -0.013849054463207722, 0.060722243040800095, -0.03249084949493408, -0.07933493703603745, -0.0700390562415123, 0.01112374197691679, 0.03510480001568794, 0.12465540319681168, -0.0047646742314100266, -0.07407849282026291, -0.088355153799057, 0.026561608538031578, -0.08376450091600418, -0.049001067876815796, 0.013657384552061558, 0.10509946197271347, -0.10698801279067993, -0.018029680475592613, -0.04197193309664726, 0.07358977943658829, -0.12161809206008911, 0.026464199647307396, -0.007065759506076574, 0.06053069233894348, -0.012548953294754028, 0.05166558548808098, -0.1381997913122177, 0.14140091836452484, 0.023865288123488426, 0.07716444879770279, -0.0397980771958828, 0.003689691424369812, -0.03681954741477966, -0.001298376708291471, 0.13049809634685516, 0.011480338871479034, -0.09614813327789307, -0.03077446110546589, 0.005636483430862427, 0.07387711852788925, 0.03378988057374954, 0.03002835251390934, 0.07931884378194809, 0.00011693127453327179, 0.029227254912257195, -0.019550619646906853, 0.005406785756349564, -0.052199870347976685, -0.15965300798416138, 0.07200565934181213, -0.03555998206138611, 0.020007116720080376, -0.08535682410001755, -0.013055029325187206, 0.06745808571577072, 0.10230786353349686, -0.18292075395584106, -0.03263920545578003, -0.05116609111428261, 0.004958608187735081, 0.11175885796546936, -0.03492893651127815, 0.02776632457971573, 0.015057910233736038, 0.0631832405924797, -0.0584777295589447, -0.005845651030540466, 0.010198500007390976, -0.06920548528432846, -0.1420314460992813, -0.09103646129369736, 0.0003156109305564314, 0.02245747484266758, 0.053018320351839066, 0.007882527075707912, 0.022184506058692932, -0.004236878827214241, -0.09607014060020447, -0.05971795693039894, 0.14243021607398987, 0.043420035392045975, 0.07171400636434555, -0.08992117643356323, -0.09673086553812027, -0.0700555220246315, -0.06572654098272324, 0.057842981070280075, 0.2146274447441101, -0.058979302644729614, 0.07916039973497391, 0.1388959288597107, -0.0880030170083046, -0.19079472124576569, 0.055204808712005615, -0.04942293465137482, 0.03852532431483269, 0.04309681057929993, -0.09139800071716309, -0.01968856155872345, 0.08042912185192108, -0.0020065640565007925, 0.012171696871519089, -0.16910521686077118, -0.10565169900655746, -0.005490089301019907, 0.05989684537053108, 0.07870617508888245, -0.04181291162967682, -0.019817611202597618, -0.02668556571006775, -0.15166331827640533, 0.04749076068401337, 0.02301734685897827, 0.0698118805885315, 0.01462556142359972, 0.036485206335783005, 0.026966767385601997, -0.04804016649723053, 0.08491683006286621, 0.023613477125763893, 0.06007012724876404, 0.0013166399439796805, -0.06282833218574524, 0.018933316692709923, 0.004325482528656721, 0.10296598821878433, 0.03367411717772484, 0.054048970341682434, -0.009833392687141895, -0.057823847979307175, -0.02937803976237774, 0.0179633516818285, -0.04559926316142082, -0.04209737107157707, -0.09924229234457016, 0.09741950780153275, 0.06271664053201675, -0.0019957583863288164, -0.020334282889962196, -0.07747059315443039, 0.03569221496582031, 0.05756896361708641, 0.1639881730079651, -0.009328478947281837, -0.032411444932222366, 0.004903769586235285, -0.024825870990753174, 0.060483694076538086, -0.07441627234220505, 0.01643795147538185, 0.1129489317536354, 0.000464441254734993, 0.09961811453104019, 0.010543541051447392, -0.11555591970682144, 0.038274701684713364, 0.04725014045834541, -0.03858324885368347, -0.17014217376708984, 0.03119543381035328, 0.049698252230882645, -0.11812660098075867, -0.004146558698266745, 0.08564303070306778, -0.06018383800983429, -0.019153667613863945, 0.027035394683480263, 0.05826662853360176, 0.05583362653851509, 0.06648238748311996, -0.010615460574626923, 0.03727084398269653, -0.041615743190050125, 0.1266220062971115, 0.08638135343790054, -0.042694877833127975, 0.0004833775165025145, 0.01776437647640705, -0.06257334351539612, -0.025957338511943817, -0.10719317942857742, 0.03431735560297966, -0.13002397119998932, -0.048505108803510666, -0.06139187142252922, -0.07609669119119644, 0.011150953359901905, 0.10467609018087387, -0.043426334857940674, 0.06097385287284851, -0.017541982233524323, -0.012683306820690632, -0.06274529546499252, 0.025132080540060997, 0.0342678502202034, 0.03297249600291252, 0.014844037592411041, 0.03605571389198303, 0.00863700732588768, -0.0029121737461537123, 0.015102016739547253, -0.005241159349679947, -0.0939088836312294, -0.04301901534199715, -0.15388289093971252, 0.019564369693398476, -0.051443543285131454, 0.004276633262634277, 0.015319286845624447, 0.024680906906723976, -0.031841401010751724, 0.03670695424079895, -0.010924744419753551, -0.012047704309225082, -0.05136256292462349, 0.0940069928765297, -0.10472062975168228, 0.017623865976929665, 0.04784480854868889, -0.021413473412394524, 0.09729764610528946, -0.09740627557039261, -0.016048675402998924, 0.0378565788269043, -0.07670044153928757, 0.03793152794241905, -0.012064754962921143, 0.04424242675304413, -0.009949463419616222, -0.08734019845724106, 0.0019077420001849532, 0.004269307013601065, -0.0050903004594147205, -0.009282808750867844, 0.018596021458506584, -0.04918563365936279, 0.04278494417667389, -0.014524842612445354, -0.012090764008462429, -0.07283305376768112, 0.032842058688402176, 0.0209452286362648, 0.04179965332150459, 0.10222230106592178, -0.043388862162828445, 0.03184613585472107, -0.0893651470541954, -0.016722651198506355, 0.016099033877253532, -0.0030586430802941322, -0.056810349225997925, -0.06455070525407791, 0.03981979563832283, -0.010671913623809814, 0.1900593787431717, 0.004245968535542488, 0.06857085973024368, 0.05088203772902489, 0.05755792558193207, -0.07408952713012695, 0.011414915323257446, -0.07487788051366806, -0.05188291147351265, -0.027425868436694145, -0.06416678428649902, -0.036589521914720535, -0.08503056317567825, -0.06782055646181107, 0.19621463119983673, 0.04434524476528168, 0.050814274698495865, 0.07364344596862793, 0.009170903824269772, -0.08478347212076187, -0.01682821661233902, 0.03311430290341377, 0.019633546471595764, 0.016852570697665215, -0.054872069507837296, 0.044026121497154236, 0.13840873539447784, -0.12170568853616714, 0.10347086191177368, -0.02808261662721634, -0.06074593588709831, -0.05693685635924339, -0.11669322103261948, -0.007601918186992407, 0.009548687376081944, 0.010310226120054722, -0.11550518125295639, 0.05286436155438423, 0.009163349866867065, -0.046550970524549484, -0.0463675856590271, 0.03902997449040413, -0.09307905286550522, -0.06761856377124786, 0.046589966863393784, -0.001228697132319212, 0.033445943146944046, -0.009812775067985058, 0.03947366401553154, 0.01965843141078949, 0.0031996245961636305, 0.04227766767144203, 0.08341321349143982, 0.08153046667575836, -0.010782959870994091, -0.00952501967549324, -0.020314691588282585, 0.010628624819219112, -0.0004674947413150221, 0.04983838275074959, 0.17445814609527588, 0.031564224511384964, -0.008237444795668125, 0.06859540194272995, 0.17058198153972626, -0.009429506957530975, -0.03862540423870087, -0.11662381887435913, 0.18187762796878815, -0.03927386924624443, -0.015714474022388458, 0.0255267396569252, -0.06913412362337112, 0.07266780734062195, 0.15061809122562408, 0.08069344609975815, -0.049174997955560684, -0.02067309059202671, -0.0017850144067779183, 0.008044732734560966, -0.009357149712741375, 0.10073238611221313, -0.016081688925623894, 0.3009718358516693, -0.04196993634104729, 0.07874950021505356, -0.005254469346255064, 0.038810182362794876, 0.04823474586009979, 0.08621682971715927, -0.010910027660429478, -0.046228066086769104, -0.07544504106044769, 0.09008153527975082, -0.0709553137421608, -0.2206740826368332, 0.014328890480101109, -0.07113417983055115, -0.0452231802046299, 0.010216976515948772, -0.003895711852237582, -0.03838730230927467, 0.0793752670288086, -0.004830347374081612, -0.003762386739253998, 0.11857936531305313, -0.014055408537387848, -0.09094735234975815, -0.03760026767849922, 0.02357785589993, 0.03941616043448448, 0.1598835587501526, 0.01631273701786995, 0.14759857952594757, 0.05617403984069824, 0.038832008838653564, -0.07847324758768082, 0.07120808959007263, 0.02049957774579525, -0.047128405421972275, 0.0344189815223217, 0.05135747417807579, -0.008859098888933659, 0.1606360673904419, 0.05810759961605072, -0.00899553019553423, 0.10894602537155151, 0.014083324931561947, -0.014399309642612934, -0.08016105741262436, 0.07048431783914566, -0.08599188178777695, 0.14308936893939972, 0.08335035294294357, -0.004058877006173134, -0.020606737583875656, 0.013995222747325897, 0.0252301637083292, 0.03408932685852051, 0.17028199136257172, 0.03449185565114021, -0.06154303625226021, 0.04179120436310768, -0.0827285647392273, 0.03346771374344826, -0.15086482465267181, -0.05068395659327507, 0.01748296059668064, -0.028858477249741554, -0.00451654614880681, 0.127275288105011, 0.08605922013521194, -0.01715881936252117, -0.039799850434064865, -0.12912684679031372, 0.0329059399664402, 0.08746900409460068, -0.056962400674819946, -0.07599390298128128 ]
98cd6aef80e25b01f029e08dcfd79e3ccc7c20b1
# Dataset Card for Curiosity 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:** [Curiosity Dataset Homepage](https://www.pedro.ai/curiosity) - **Repository:** [Curiosity Dataset Repository](https://github.com/facebookresearch/curiosity) - **Paper:** [ACL Anthology](https://www.aclweb.org/anthology/2020.emnlp-main.655/) - **Point of Contact:** [Pedro Rodriguez](https://mailhide.io/e/wbfjM) ### Dataset Summary Curiosity dataset consists of 14K English dialogs (181K utterances) where users and assistants converse about geographic topics like geopolitical entities and locations. This dataset is annotated with pre-existing user knowledge, message-level dialog acts, grounding to Wikipedia, and user reactions to messages. ### Supported Tasks and Leaderboards * `text-generation-other-conversational-curiosity`: The dataset can be used to train a model for Conversational Curiosity, which consists in the testing of the hypothesis that engagement increases when users are presented with facts related to what they know. Success on this task is typically measured by achieving a *high* [Accuracy](https://huggingface.co/metrics/accuracy) and [F1 Score](https://huggingface.co/metrics/f1). ### Languages The text in the dataset is in English collected by crowd-souring. The associated BCP-47 code is `en`. ## Dataset Structure ### Data Instances A typical data point consists of dialogs between an user and an assistant, which is followed by the different attributes of the particular dialog. An example from the Curiosity Dataset train set looks as follows: ``` {'annotated': 1, 'aspects': ['Media', 'Politics and government'], 'assistant_dialog_rating': 5, 'assistant_id': 341, 'assistant_other_agent_rating': 5, 'created_time': 1571783665, 'dialog_id': 21922, 'first_aspect': 'Media', 'focus_entity': 'Namibia', 'inferred_steps': 1, 'is_annotated': 0, 'known_entities': ['South Africa', 'United Kingdom', 'Portugal'], 'messages': {'dialog_acts': [['request_topic'], ['inform_response'], ['request_aspect'], ['inform_response'], ['request_followup'], ['inform_response'], ['request_aspect', 'feedback_positive'], ['inform_response'], ['request_followup'], ['inform_response'], [], []], 'facts': [{'fid': [], 'source': [], 'used': []}, {'fid': [77870, 77676, 77816, 77814, 77775, 77659, 77877, 77785, 77867], 'source': [0, 1, 2, 2, 0, 2, 0, 1, 1], 'used': [0, 0, 0, 0, 0, 0, 0, 0, 0]}, {'fid': [], 'source': [], 'used': []}, {'fid': [77725, 77870, 77676, 77863, 77814, 77775, 77659, 77877, 77867], 'source': [2, 0, 1, 1, 2, 0, 2, 0, 1], 'used': [0, 0, 0, 0, 0, 0, 0, 0, 0]}, {'fid': [], 'source': [], 'used': []}, {'fid': [77694, 77661, 77863, 77780, 77671, 77704, 77869, 77693, 77877], 'source': [1, 2, 1, 0, 2, 2, 0, 1, 0], 'used': [0, 0, 0, 0, 0, 0, 0, 0, 1]}, {'fid': [], 'source': [], 'used': []}, {'fid': [77816, 77814, 77864, 77659, 77877, 77803, 77738, 77784, 77789], 'source': [2, 2, 0, 2, 0, 1, 1, 0, 1], 'used': [0, 0, 0, 0, 0, 0, 0, 0, 0]}, {'fid': [], 'source': [], 'used': []}, {'fid': [77694, 77776, 77780, 77696, 77707, 77693, 77778, 77702, 77743], 'source': [1, 0, 0, 2, 1, 1, 0, 2, 2], 'used': [0, 0, 0, 0, 0, 0, 0, 0, 0]}, {'fid': [], 'source': [], 'used': []}, {'fid': [77662, 77779, 77742, 77734, 77663, 77777, 77702, 77731, 77778], 'source': [1, 0, 2, 1, 2, 0, 2, 1, 0], 'used': [0, 0, 0, 0, 0, 0, 0, 0, 1]}], 'liked': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'message': ['Hi. I want information about Namibia.', 'Nmbia is a country in southern Africa.', 'Do you have information about the media there?', 'A mentional amount of foriegn', 'What about it?', "Media and journalists in Namibia are represented by the Namibia chapter of the Media Institute of 'southern Africa and the Editors Forum of Namibia.", 'Interesting! What can you tell me about the politics and government?', 'Namibia formed the Namibian Defence Force, comprising former enemies in a 23-year bush war.', 'Do you have more information about it?', "With a small army and a fragile economy , the Namibian government's principal foreign policy concern is developing strengthened ties within the Southern African region.", "That's all I wanted to know. Thank you!", 'My pleasure!'], 'message_id': ['617343895', '2842515356', '4240816985', '520711081', '1292358002', '3677078227', '1563061125', '1089028270', '1607063839', '113037558', '1197873991', '1399017322'], 'sender': [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1]}, 'related_entities': ['Western Roman Empire', 'United Kingdom', 'Portuguese language', 'Southern African Development Community', 'South Africa', 'Kalahari Desert', 'Namib Desert', 'League of Nations', 'Afrikaans', 'Sub-Saharan Africa', 'Portugal', 'South-West Africa', 'Warmbad, Namibia', 'German language', 'NBC'], 'reported': 0, 'second_aspect': 'Politics and government', 'shuffle_facts': 1, 'tag': 'round_2', 'user_dialog_rating': 5, 'user_id': 207, 'user_other_agent_rating': 5} ``` ### Data Fields * `messages`: List of dialogs between the user and the assistant and their associated attributes * `dialog_acts`: List of actions performed in the dialogs * `facts`: List of facts returned by the assistant * `fid`: Fact ID * `source`: Source for the fact * `used`: Whether facts were used before in the same dialog * `liked`: List of values indicating whether each dialog was liked * `message`: List of dialogs (messages) between the user and the assistant * `message_id`: Message ID * `sender`: Message author ID (numeric) * `known_entities`: Rooted facts about entities the user knows * `focus_entity` : Entity in focus in the dialogs * `dialog_id `: Dialog ID * `inferred_steps`: Number of inferred steps * `created_time`: Time of creation of the dialog * `aspects`: List of two aspects which the dialog is about * `first_aspect`: First aspect * `second_aspect`: Second aspect * `shuffle_facts`: Whether facts were shuffled * `related_entities` : List of fifteen related entities to the focus entity * `tag`: Conversation tag * `user_id`: User ID * `assistant_id`: Assistant ID * `is_annotated`: 0 or 1 (More Information Needed) * `user_dialog_rating`: 1 - 5 (More Information Needed) * `user_other_agent_rating`: 1 - 5 (More Information Needed) * `assistant_dialog_rating`: 1 - 5 (More Information Needed) * `assistant_other_agent_rating`: 1 - 5 (More Information Needed) * `reported`: Whether the dialog was reported inappropriate * `annotated`: 0 or 1 (More Information Needed) ### Data Splits The data is split into a training, validation, test and test_zero set as per the original dataset split. | | train | validation | test | test_zero | |-----------------------|------:|-----------:|-----:|----------:| | Input dialog examples | 10287 | 1287 | 1287 | 1187 | ## 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 [Attribution-NonCommercial 4.0 International](https://creativecommons.org/licenses/by-nc/4.0/legalcode) ### Citation Information ``` @inproceedings{rodriguez2020curiosity, title = {Information Seeking in the Spirit of Learning: a Dataset for Conversational Curiosity}, author = {Pedro Rodriguez and Paul Crook and Seungwhan Moon and Zhiguang Wang}, year = 2020, booktitle = {Empirical Methods in Natural Language Processing} } ``` ### Contributions Thanks to [@vineeths96](https://github.com/vineeths96) for adding this dataset.
curiosity_dialogs
[ "task_categories:text-generation", "task_categories:fill-mask", "task_ids:dialogue-modeling", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-nc-4.0", "conversational-curiosity", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-nc-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask"], "task_ids": ["dialogue-modeling"], "paperswithcode_id": "curiosity", "pretty_name": "Curiosity Dataset", "tags": ["conversational-curiosity"], "dataset_info": {"features": [{"name": "messages", "sequence": [{"name": "message", "dtype": "string"}, {"name": "liked", "dtype": {"class_label": {"names": {"0": "False", "1": "True"}}}}, {"name": "sender", "dtype": {"class_label": {"names": {"0": "user", "1": "assistant"}}}}, {"name": "facts", "sequence": [{"name": "fid", "dtype": "int32"}, {"name": "used", "dtype": {"class_label": {"names": {"0": "False", "1": "True"}}}}, {"name": "source", "dtype": {"class_label": {"names": {"0": "section", "1": "known", "2": "random"}}}}]}, {"name": "message_id", "dtype": "string"}, {"name": "dialog_acts", "sequence": "string"}]}, {"name": "known_entities", "sequence": "string"}, {"name": "focus_entity", "dtype": "string"}, {"name": "dialog_id", "dtype": "int32"}, {"name": "inferred_steps", "dtype": {"class_label": {"names": {"0": "False", "1": "True"}}}}, {"name": "created_time", "dtype": "int64"}, {"name": "aspects", "sequence": "string"}, {"name": "first_aspect", "dtype": "string"}, {"name": "second_aspect", "dtype": "string"}, {"name": "shuffle_facts", "dtype": {"class_label": {"names": {"0": "False", "1": "True"}}}}, {"name": "related_entities", "sequence": "string"}, {"name": "tag", "dtype": "string"}, {"name": "user_id", "dtype": "int32"}, {"name": "assistant_id", "dtype": "int32"}, {"name": "is_annotated", "dtype": {"class_label": {"names": {"0": "False", "1": "True"}}}}, {"name": "user_dialog_rating", "dtype": "int32"}, {"name": "user_other_agent_rating", "dtype": "int32"}, {"name": "assistant_dialog_rating", "dtype": "int32"}, {"name": "assistant_other_agent_rating", "dtype": "int32"}, {"name": "reported", "dtype": {"class_label": {"names": {"0": "False", "1": "True"}}}}, {"name": "annotated", "dtype": {"class_label": {"names": {"0": "False", "1": "True"}}}}], "config_name": "curiosity_dialogs", "splits": [{"name": "train", "num_bytes": 37198297, "num_examples": 10287}, {"name": "val", "num_bytes": 4914487, "num_examples": 1287}, {"name": "test", "num_bytes": 4915613, "num_examples": 1287}, {"name": "test_zero", "num_bytes": 4333191, "num_examples": 1187}], "download_size": 92169165, "dataset_size": 51361588}}
2024-01-18T09:51:48+00:00
[]
[ "en" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-4.0 #conversational-curiosity #region-us
Dataset Card for Curiosity 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: Curiosity Dataset Homepage * Repository: Curiosity Dataset Repository * Paper: ACL Anthology * Point of Contact: Pedro Rodriguez ### Dataset Summary Curiosity dataset consists of 14K English dialogs (181K utterances) where users and assistants converse about geographic topics like geopolitical entities and locations. This dataset is annotated with pre-existing user knowledge, message-level dialog acts, grounding to Wikipedia, and user reactions to messages. ### Supported Tasks and Leaderboards * 'text-generation-other-conversational-curiosity': The dataset can be used to train a model for Conversational Curiosity, which consists in the testing of the hypothesis that engagement increases when users are presented with facts related to what they know. Success on this task is typically measured by achieving a *high* Accuracy and F1 Score. ### Languages The text in the dataset is in English collected by crowd-souring. The associated BCP-47 code is 'en'. Dataset Structure ----------------- ### Data Instances A typical data point consists of dialogs between an user and an assistant, which is followed by the different attributes of the particular dialog. An example from the Curiosity Dataset train set looks as follows: ### Data Fields * 'messages': List of dialogs between the user and the assistant and their associated attributes + 'dialog\_acts': List of actions performed in the dialogs + 'facts': List of facts returned by the assistant - 'fid': Fact ID - 'source': Source for the fact - 'used': Whether facts were used before in the same dialog + 'liked': List of values indicating whether each dialog was liked + 'message': List of dialogs (messages) between the user and the assistant + 'message\_id': Message ID + 'sender': Message author ID (numeric) * 'known\_entities': Rooted facts about entities the user knows * 'focus\_entity' : Entity in focus in the dialogs * 'dialog\_id ': Dialog ID * 'inferred\_steps': Number of inferred steps * 'created\_time': Time of creation of the dialog * 'aspects': List of two aspects which the dialog is about * 'first\_aspect': First aspect * 'second\_aspect': Second aspect * 'shuffle\_facts': Whether facts were shuffled * 'related\_entities' : List of fifteen related entities to the focus entity * 'tag': Conversation tag * 'user\_id': User ID * 'assistant\_id': Assistant ID * 'is\_annotated': 0 or 1 () * 'user\_dialog\_rating': 1 - 5 () * 'user\_other\_agent\_rating': 1 - 5 () * 'assistant\_dialog\_rating': 1 - 5 () * 'assistant\_other\_agent\_rating': 1 - 5 () * 'reported': Whether the dialog was reported inappropriate * 'annotated': 0 or 1 () ### Data Splits The data is split into a training, validation, test and test\_zero set as per the original dataset 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 Additional Information ---------------------- ### Dataset Curators ### Licensing Information Attribution-NonCommercial 4.0 International ### Contributions Thanks to @vineeths96 for adding this dataset.
[ "### Dataset Summary\n\n\nCuriosity dataset consists of 14K English dialogs (181K utterances) where users and assistants converse about geographic topics like geopolitical entities and locations. This dataset is annotated with pre-existing user knowledge, message-level dialog acts, grounding to Wikipedia, and user reactions to messages.", "### Supported Tasks and Leaderboards\n\n\n* 'text-generation-other-conversational-curiosity': The dataset can be used to train a model for Conversational Curiosity, which consists in the testing of the hypothesis that engagement increases when users are presented with facts related to what they know. Success on this task is typically measured by achieving a *high* Accuracy and F1 Score.", "### Languages\n\n\nThe text in the dataset is in English collected by crowd-souring. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point consists of dialogs between an user and an assistant, which is followed by the different attributes of the particular dialog.\n\n\nAn example from the Curiosity Dataset train set looks as follows:", "### Data Fields\n\n\n* 'messages': List of dialogs between the user and the assistant and their associated attributes\n\t+ 'dialog\\_acts': List of actions performed in the dialogs\n\t+ 'facts': List of facts returned by the assistant\n\t\t- 'fid': Fact ID\n\t\t- 'source': Source for the fact\n\t\t- 'used': Whether facts were used before in the same dialog\n\t+ 'liked': List of values indicating whether each dialog was liked\n\t+ 'message': List of dialogs (messages) between the user and the assistant\n\t+ 'message\\_id': Message ID\n\t+ 'sender': Message author ID (numeric)\n* 'known\\_entities': Rooted facts about entities the user knows\n* 'focus\\_entity' : Entity in focus in the dialogs\n* 'dialog\\_id ': Dialog ID\n* 'inferred\\_steps': Number of inferred steps\n* 'created\\_time': Time of creation of the dialog\n* 'aspects': List of two aspects which the dialog is about\n* 'first\\_aspect': First aspect\n* 'second\\_aspect': Second aspect\n* 'shuffle\\_facts': Whether facts were shuffled\n* 'related\\_entities' : List of fifteen related entities to the focus entity\n* 'tag': Conversation tag\n* 'user\\_id': User ID\n* 'assistant\\_id': Assistant ID\n* 'is\\_annotated': 0 or 1 ()\n* 'user\\_dialog\\_rating': 1 - 5 ()\n* 'user\\_other\\_agent\\_rating': 1 - 5 ()\n* 'assistant\\_dialog\\_rating': 1 - 5 ()\n* 'assistant\\_other\\_agent\\_rating': 1 - 5 ()\n* 'reported': Whether the dialog was reported inappropriate\n* 'annotated': 0 or 1 ()", "### Data Splits\n\n\nThe data is split into a training, validation, test and test\\_zero set as per the original dataset split.\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\nAttribution-NonCommercial 4.0 International", "### Contributions\n\n\nThanks to @vineeths96 for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-4.0 #conversational-curiosity #region-us \n", "### Dataset Summary\n\n\nCuriosity dataset consists of 14K English dialogs (181K utterances) where users and assistants converse about geographic topics like geopolitical entities and locations. This dataset is annotated with pre-existing user knowledge, message-level dialog acts, grounding to Wikipedia, and user reactions to messages.", "### Supported Tasks and Leaderboards\n\n\n* 'text-generation-other-conversational-curiosity': The dataset can be used to train a model for Conversational Curiosity, which consists in the testing of the hypothesis that engagement increases when users are presented with facts related to what they know. Success on this task is typically measured by achieving a *high* Accuracy and F1 Score.", "### Languages\n\n\nThe text in the dataset is in English collected by crowd-souring. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point consists of dialogs between an user and an assistant, which is followed by the different attributes of the particular dialog.\n\n\nAn example from the Curiosity Dataset train set looks as follows:", "### Data Fields\n\n\n* 'messages': List of dialogs between the user and the assistant and their associated attributes\n\t+ 'dialog\\_acts': List of actions performed in the dialogs\n\t+ 'facts': List of facts returned by the assistant\n\t\t- 'fid': Fact ID\n\t\t- 'source': Source for the fact\n\t\t- 'used': Whether facts were used before in the same dialog\n\t+ 'liked': List of values indicating whether each dialog was liked\n\t+ 'message': List of dialogs (messages) between the user and the assistant\n\t+ 'message\\_id': Message ID\n\t+ 'sender': Message author ID (numeric)\n* 'known\\_entities': Rooted facts about entities the user knows\n* 'focus\\_entity' : Entity in focus in the dialogs\n* 'dialog\\_id ': Dialog ID\n* 'inferred\\_steps': Number of inferred steps\n* 'created\\_time': Time of creation of the dialog\n* 'aspects': List of two aspects which the dialog is about\n* 'first\\_aspect': First aspect\n* 'second\\_aspect': Second aspect\n* 'shuffle\\_facts': Whether facts were shuffled\n* 'related\\_entities' : List of fifteen related entities to the focus entity\n* 'tag': Conversation tag\n* 'user\\_id': User ID\n* 'assistant\\_id': Assistant ID\n* 'is\\_annotated': 0 or 1 ()\n* 'user\\_dialog\\_rating': 1 - 5 ()\n* 'user\\_other\\_agent\\_rating': 1 - 5 ()\n* 'assistant\\_dialog\\_rating': 1 - 5 ()\n* 'assistant\\_other\\_agent\\_rating': 1 - 5 ()\n* 'reported': Whether the dialog was reported inappropriate\n* 'annotated': 0 or 1 ()", "### Data Splits\n\n\nThe data is split into a training, validation, test and test\\_zero set as per the original dataset split.\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\nAttribution-NonCommercial 4.0 International", "### Contributions\n\n\nThanks to @vineeths96 for adding this dataset." ]
[ 115, 80, 97, 39, 50, 454, 37, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 14, 18 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-4.0 #conversational-curiosity #region-us \n### Dataset Summary\n\n\nCuriosity dataset consists of 14K English dialogs (181K utterances) where users and assistants converse about geographic topics like geopolitical entities and locations. This dataset is annotated with pre-existing user knowledge, message-level dialog acts, grounding to Wikipedia, and user reactions to messages.### Supported Tasks and Leaderboards\n\n\n* 'text-generation-other-conversational-curiosity': The dataset can be used to train a model for Conversational Curiosity, which consists in the testing of the hypothesis that engagement increases when users are presented with facts related to what they know. Success on this task is typically measured by achieving a *high* Accuracy and F1 Score.### Languages\n\n\nThe text in the dataset is in English collected by crowd-souring. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA typical data point consists of dialogs between an user and an assistant, which is followed by the different attributes of the particular dialog.\n\n\nAn example from the Curiosity Dataset train set looks as follows:" ]
[ -0.0890093669295311, 0.08107461780309677, -0.004547152202576399, 0.04923560842871666, 0.040605973452329636, 0.0033633464481681585, 0.018125658854842186, 0.05142254754900932, 0.10964850336313248, 0.12526516616344452, -0.007325008977204561, 0.026963189244270325, 0.10107412934303284, 0.14286251366138458, -0.022354673594236374, -0.11297379434108734, 0.04557735472917557, -0.09634840488433838, -0.047476932406425476, 0.10303336381912231, 0.0817691907286644, -0.07945594936609268, 0.011345695704221725, -0.07671602815389633, -0.020947428420186043, 0.015729982405900955, 0.0077219693921506405, -0.03581329807639122, 0.10935046523809433, 0.02159542590379715, 0.12505581974983215, 0.007218988612294197, 0.02008039876818657, -0.1935492902994156, 0.01828078180551529, 0.05043528228998184, 0.03761635348200798, -0.013847660273313522, 0.01704321801662445, -0.03828011825680733, 0.10374115407466888, 0.016445107758045197, 0.04369566589593887, 0.06045947223901749, -0.12149238586425781, -0.05312886834144592, -0.1053055003285408, -0.05554556846618652, 0.053061969578266144, 0.08202634006738663, -0.05987238138914108, 0.1031566634774208, -0.08225788176059723, 0.05891435593366623, 0.05304677039384842, -0.16027921438217163, -0.05198490619659424, 0.07555636018514633, 0.005247978027909994, 0.17632006108760834, -0.05537367984652519, 0.012983499094843864, 0.012088324874639511, 0.024170780554413795, -0.04673871397972107, -0.044318169355392456, -0.033907752484083176, 0.03189864009618759, -0.08991411328315735, -0.16453775763511658, 0.205790713429451, 0.0438314825296402, -0.11183474957942963, -0.13575997948646545, -0.04444533586502075, 0.04632933810353279, -0.02662394754588604, -0.061698880046606064, 0.005358878057450056, 0.029090382158756256, -0.027060091495513916, -0.03439464792609215, -0.11812383681535721, -0.06254999339580536, -0.046041592955589294, 0.04974491521716118, 0.015947850421071053, 0.0770583227276802, -0.01357936579734087, 0.07403628528118134, -0.03056996501982212, -0.09432238340377808, -0.07111833244562149, -0.04502299427986145, -0.193599134683609, -0.008646071888506413, 0.07481949776411057, -0.09133177250623703, 0.027098653838038445, 0.06610774248838425, -0.09412235021591187, 0.01774456351995468, -0.0949564129114151, 0.011780225671827793, 0.12119314819574356, 0.16371680796146393, 0.050894323736429214, -0.10547424107789993, -0.019252203404903412, -0.010231615975499153, -0.0006350803887471557, -0.020373234525322914, 0.03224338963627815, 0.026702241972088814, 0.056875478476285934, 0.09685590118169785, 0.04449421539902687, -0.05586313456296921, -0.11921895295381546, 0.026301875710487366, -0.009743577800691128, -0.09844823181629181, -0.01169185247272253, 0.014371772296726704, -0.08201774209737778, -0.023653948679566383, -0.006631014868617058, 0.003897961461916566, -0.037148501724004745, 0.018092455342411995, -0.04352402314543724, -0.015466708689928055, -0.050168342888355255, -0.11601828783750534, 0.06254670023918152, -0.07770949602127075, -0.06443968415260315, -0.07880120724439621, -0.24160002171993256, -0.07289830595254898, 0.03366698697209358, -0.06240119785070419, -0.03821273148059845, -0.04454684257507324, -0.013863753527402878, -0.04251447692513466, -0.009994994848966599, 0.02447427436709404, -0.038830194622278214, 0.07622365653514862, -0.026430226862430573, 0.07584547251462936, 0.07418790459632874, 0.005045256577432156, -0.09448523819446564, 0.03858564794063568, -0.15900349617004395, 0.16613131761550903, -0.11667612195014954, 0.03696389123797417, -0.07134228199720383, 0.014262963086366653, -0.0203440859913826, 0.01972905546426773, -0.002254171296954155, 0.17834578454494476, -0.14006248116493225, -0.05439857766032219, 0.18418358266353607, -0.13024473190307617, -0.08738456666469574, 0.13106437027454376, -0.03211594372987747, 0.18090181052684784, 0.15252776443958282, 0.16549751162528992, 0.049138907343149185, -0.17382508516311646, -0.09572532773017883, -0.009344162419438362, 0.0061362371779978275, 0.1444394290447235, 0.06921321153640747, -0.065127894282341, -0.008116956800222397, 0.014492930844426155, 0.05100388079881668, -0.000555563485249877, -0.047525979578495026, -0.056550998240709305, -0.025741364806890488, -0.019754759967327118, -0.0016788600478321314, 0.05594433471560478, -0.001408589887432754, -0.058858830481767654, -0.05519437417387962, -0.11208836734294891, 0.03009217604994774, -0.049100227653980255, 0.017513472586870193, -0.07586344331502914, 0.027335887774825096, -0.06656528264284134, 0.004779037553817034, -0.1548716127872467, -0.10847378522157669, 0.09117106348276138, 0.06004660576581955, 0.061830371618270874, 0.06008283048868179, 0.024875672534108162, -0.029852263629436493, -0.0008392081363126636, -0.010028352029621601, -0.057505860924720764, -0.04887557774782181, -0.07559685409069061, -0.08843404799699783, 0.005242560990154743, -0.07805562764406204, 0.15811698138713837, -0.10766088217496872, -0.0410262867808342, 0.03995770588517189, 0.0374932661652565, 0.07519708573818207, -0.08581935614347458, 0.025567589327692986, 0.04186468571424484, 0.0027487336192280054, -0.0032251577358692884, -0.01799158565700054, 0.026099981740117073, -0.03374684602022171, 0.07304815948009491, -0.04978526383638382, -0.10730793327093124, 0.0340697318315506, 0.12138117849826813, -0.07722487300634384, 0.01821122318506241, -0.04521552100777626, -0.010827728547155857, -0.14642523229122162, -0.10401039570569992, 0.11579402536153793, 0.027086367830634117, 0.09882336854934692, -0.10328953713178635, -0.0461694709956646, 0.0043449304066598415, 0.010762897320091724, -0.0006350689218379557, 0.14447849988937378, -0.06032349541783333, -0.10111427307128906, 0.08193941414356232, -0.013188447803258896, 0.09250829368829727, 0.2025977075099945, -0.03318437933921814, -0.07845648378133774, -0.017603635787963867, 0.06361690163612366, -0.04687762260437012, 0.1435350775718689, -0.2077338695526123, 0.06292572617530823, 0.03134399652481079, 0.10398686677217484, -0.0014112108619883657, -0.08346323668956757, 0.03880349174141884, 0.05031556263566017, -0.09886307269334793, -0.05559300258755684, 0.011205479502677917, 0.04838815703988075, 0.11100596934556961, 0.013469471596181393, 0.033326562494039536, -0.04837633669376373, -0.05559840798377991, -0.12856507301330566, 0.15169523656368256, -0.09528478980064392, -0.19718189537525177, -0.0791575014591217, 0.05976961553096771, 0.010394925251603127, 0.0093260882422328, 0.007976854220032692, -0.06107958033680916, -0.04305838420987129, -0.11273740231990814, 0.14988379180431366, -0.05227505415678024, -0.08164498955011368, -0.03866046294569969, 0.0052823470905423164, -0.09585409611463547, -0.1019207239151001, -0.005212129559367895, -0.01510572712868452, -0.14458803832530975, 0.03136822581291199, -0.05379675701260567, 0.08274680376052856, 0.09244786202907562, 0.0760410949587822, 0.012786725535988808, -0.057731952518224716, 0.22869275510311127, -0.15977072715759277, 0.09714890271425247, 0.047552578151226044, 0.048246461898088455, 0.033924177289009094, 0.19784140586853027, -0.01606409251689911, -0.0402035228908062, 0.05429316312074661, 0.03070606105029583, -0.08595898747444153, -0.2841583788394928, -0.07655168324708939, -0.043835364282131195, 0.06949511915445328, -0.004159925505518913, 0.03952133283019066, 0.042743343859910965, 0.0012883070157840848, -0.031378377228975296, -0.030212584882974625, 0.06358541548252106, -0.007548696827143431, 0.07727093994617462, -0.04056371748447418, 0.05270666256546974, -0.06784853339195251, -0.0044828737154603004, 0.1077946349978447, 0.05997302383184433, 0.29076090455055237, -0.013027245178818703, 0.18001320958137512, 0.06183219701051712, 0.06371809542179108, -0.032680682837963104, 0.07443849742412567, 0.021996624767780304, 0.015018235892057419, -0.022837292402982712, -0.018204407766461372, -0.01640370301902294, 0.05654492229223251, 0.1115710437297821, -0.04185447841882706, -0.027597106993198395, -0.06973704695701599, 0.0551171638071537, 0.19986625015735626, 0.09550202637910843, -0.01463696826249361, -0.06301198899745941, 0.10877051949501038, -0.10912889987230301, -0.08158958703279495, 0.042546261101961136, 0.23819544911384583, -0.19079990684986115, 0.01645359769463539, 0.008654233999550343, 0.10543295741081238, -0.0024837637320160866, -0.07093384861946106, -0.13658034801483154, -0.07844676077365875, -0.015101240947842598, 0.0438963919878006, -0.16935588419437408, 0.2405240535736084, 0.018169844523072243, 0.07492119073867798, -0.07079052180051804, 0.027419699355959892, -0.0006059918669052422, -0.09024731814861298, 0.18501593172550201, 0.0245820265263319, -0.041674159467220306, -0.1021600291132927, -0.10303231328725815, 0.06619580835103989, 0.020034100860357285, -0.08293765783309937, 0.08783791959285736, 0.019116239622235298, 0.01924489066004753, -0.05332469940185547, 0.042180441319942474, -0.11859530955553055, -0.11039765924215317, -0.04978622496128082, -0.002374917734414339, 0.01638873666524887, -0.054323092103004456, -0.0020386078394949436, 0.026777377352118492, 0.06355568021535873, -0.039389126002788544, -0.07355557382106781, -0.10671990364789963, 0.0404854379594326, 0.07933754473924637, -0.04616595432162285, -0.00764803122729063, -0.05381446331739426, 0.038997020572423935, -0.0449717752635479, -0.013728082180023193, 0.02221074514091015, -0.04089660197496414, -0.1309395730495453, -0.06093855947256088, 0.12316428869962692, 0.15836526453495026, 0.08662933111190796, -0.001591142383404076, 0.05812043696641922, 0.01106364093720913, -0.07992422580718994, 0.032275423407554626, 0.01508004404604435, -0.020227141678333282, 0.1790114939212799, 0.027593957260251045, -0.10017643868923187, -0.07146506011486053, -0.1022699847817421, 0.18197281658649445, 0.17434869706630707, -0.06029023230075836, 0.16083304584026337, 0.08524863421916962, -0.1061086431145668, -0.24489440023899078, -0.004269507713615894, 0.07145019620656967, 0.061396364122629166, -0.015191210433840752, -0.14201970398426056, 0.04347028210759163, 0.08362632989883423, -0.034526556730270386, -0.02654232084751129, -0.3565041124820709, -0.10079038143157959, 0.019228965044021606, 0.05031858757138252, 0.0431709848344326, -0.1250177025794983, -0.022174300625920296, 0.026955701410770416, -0.11120795458555222, 0.10092034935951233, -0.07385116815567017, 0.04547148570418358, 0.027382541447877884, 0.07312728464603424, 0.011266287416219711, -0.021753888577222824, 0.1190212219953537, 0.04101942479610443, 0.027686426416039467, -0.0004383565974421799, 0.019808048382401466, 0.06651575118303299, -0.013052012771368027, 0.09768832474946976, 0.05153569206595421, 0.012409869581460953, -0.17268933355808258, -0.029448548331856728, -0.12866070866584778, 0.022364266216754913, -0.07303184270858765, -0.028242912143468857, -0.13295793533325195, 0.05054838955402374, 0.06397411227226257, -0.0009579553734511137, 0.01633349247276783, -0.09070243686437607, 0.12021251767873764, 0.03985394164919853, 0.1432008594274521, -0.027226082980632782, -0.07119641453027725, 0.025430884212255478, 0.0023895760532468557, 0.038814984261989594, -0.13880720734596252, 0.044626157730817795, 0.13523657619953156, 0.05061374232172966, 0.14291715621948242, 0.0017506526783108711, -0.16241072118282318, 0.08673078566789627, 0.018423112109303474, -0.0598745234310627, -0.25421443581581116, 0.0016504640225321054, -0.035609181970357895, -0.06309261918067932, -0.08430121093988419, 0.09208028018474579, -0.009425354190170765, 0.0009952090913429856, -0.055620793253183365, 0.0368136465549469, -0.0019452861743047833, 0.1483825147151947, 0.012977886945009232, 0.05998850613832474, -0.06472951918840408, 0.08880624920129776, 0.05357488617300987, -0.1632763147354126, 0.006135393865406513, 0.14076563715934753, -0.052527476102113724, -0.00807128008455038, -0.03737019747495651, 0.11577524244785309, 0.07940187305212021, -0.058870960026979446, -0.0053768763318657875, -0.10054749250411987, 0.052903033792972565, 0.26209309697151184, -0.004857600200921297, 0.06605236232280731, 0.0024625714868307114, -0.017239395529031754, -0.0022573841270059347, 0.08192881941795349, 0.06473758816719055, -0.04810047522187233, -0.020008880645036697, -0.016086183488368988, -0.009331075474619865, 0.047260358929634094, -0.009262120351195335, -0.13173195719718933, -0.10524839907884598, 0.06972311437129974, -0.06280907243490219, 0.03290209546685219, -0.0654769241809845, -0.042559992522001266, -0.0029101306572556496, -0.040457870811223984, -0.0169849656522274, -0.0014965161681175232, -0.07520420104265213, 0.006614074110984802, -0.03102792426943779, 0.07211954891681671, -0.12198209762573242, 0.006076870020478964, 0.10571848601102829, -0.08473572134971619, 0.10236507654190063, 0.06183838099241257, -0.050003666430711746, 0.04272768646478653, -0.2090751826763153, 0.05347925052046776, 0.00951313879340887, 0.02469603531062603, 0.03741169348359108, -0.08487369865179062, 0.014838683418929577, 0.03984404727816582, 0.006824800278991461, 0.041482727974653244, 0.03310395032167435, -0.06084251403808594, 0.05898161977529526, 0.023930929601192474, -0.08045970648527145, -0.05774807557463646, 0.048121608793735504, 0.020314499735832214, 0.06111012026667595, 0.07150072604417801, -0.059132177382707596, 0.07354722172021866, -0.18470026552677155, -0.05518463999032974, 0.02331957407295704, 0.03487051650881767, 0.01540380623191595, -0.04306420683860779, 0.03812573477625847, 0.02288549207150936, 0.1177799180150032, 0.018501173704862595, -0.021351244300603867, 0.046453945338726044, -0.02568705379962921, 0.031457286328077316, -0.009558073244988918, -0.039400652050971985, 0.06161824241280556, -0.02109767310321331, 0.056919507682323456, -0.040065836161375046, -0.02889569103717804, 0.022599175572395325, 0.16738490760326385, 0.13614007830619812, 0.11146393418312073, 0.024679088965058327, 0.0009151444537565112, -0.04399086534976959, -0.0060854037292301655, -0.075901560485363, -0.10158955305814743, 0.016114145517349243, -0.04776488617062569, 0.15308178961277008, 0.0499417781829834, -0.19116728007793427, 0.13376851379871368, -0.05237174034118652, -0.08032740652561188, -0.08266902714967728, -0.0862852931022644, -0.05975494161248207, -0.07895253598690033, 0.0516858734190464, -0.13340739905834198, 0.06185905635356903, 0.14053481817245483, 0.05254041776061058, -0.0006580142071470618, 0.061915721744298935, -0.04296998679637909, -0.07327041774988174, 0.08352774381637573, 0.005391471553593874, 0.06451742351055145, 0.038895383477211, 0.0766340047121048, -0.03882448747754097, 0.03113735094666481, 0.06866157799959183, 0.0997236892580986, -0.07776772975921631, 0.03901015967130661, -0.07585444301366806, -0.036166101694107056, 0.01061292551457882, 0.0044054267928004265, 0.009286786429584026, 0.15330927073955536, 0.07532892376184464, -0.026183852925896645, 0.02601466327905655, 0.24935787916183472, -0.029383620247244835, -0.134635329246521, -0.23611506819725037, 0.14643755555152893, -0.056443359702825546, -0.029417552053928375, 0.0589178092777729, -0.12447422742843628, -0.0032362991478294134, 0.1780584454536438, 0.08734096586704254, 0.016472037881612778, -0.015254195779561996, -0.058480482548475266, 0.002674223855137825, 0.0187438502907753, 0.08741683512926102, -0.019801754504442215, 0.4135819673538208, -0.12338393926620483, 0.05995028465986252, -0.04586686193943024, -0.07969383895397186, -0.02308562397956848, 0.11778713762760162, -0.06750135123729706, -0.0013247677125036716, -0.10379838198423386, 0.16112302243709564, -0.05233793705701828, -0.1634482890367508, 0.12368180602788925, -0.13318020105361938, -0.06755463033914566, -0.03823107108473778, 0.05240393429994583, -0.02727864868938923, 0.03919065371155739, 0.02901228331029415, -0.00010563573596300557, 0.03455863893032074, 0.015171227045357227, -0.06653878837823868, -0.1216961145401001, 0.1339067816734314, -0.11049108952283859, 0.2015455961227417, -0.00182588049210608, 0.1483316421508789, 0.10167808830738068, 0.006134348921477795, -0.0208135899156332, 0.09790104627609253, 0.08801580220460892, -0.05563011392951012, -0.09606274217367172, 0.15125642716884613, 0.005084664560854435, 0.14479973912239075, 0.08011230081319809, -0.026112115010619164, 0.08081580698490143, -0.03866385295987129, 0.0059317792765796185, -0.1430203914642334, 0.026017947122454643, -0.09055815637111664, 0.08790069073438644, 0.0907205194234848, 0.0069893356412649155, 0.05596305802464485, -0.05566434562206268, -0.0013104245299473405, -0.029814377427101135, 0.16389881074428558, -0.03172647953033447, -0.20349064469337463, -0.012201261706650257, 0.0008907655719667673, -0.029193751513957977, -0.24618831276893616, -0.047737229615449905, 0.015683487057685852, 0.012090383097529411, 0.015709061175584793, 0.09981907159090042, 0.04287366196513176, 0.010213363915681839, -0.003500457154586911, -0.09671642631292343, 0.02871590666472912, 0.1492261439561844, -0.0009974902495741844, -0.0434061661362648 ]
ffde34acefcd956529c39c4fc78d993b5b7f7520
# Dataset Card for "daily_dialog" ## 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://yanran.li/dailydialog](http://yanran.li/dailydialog) - **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:** 4.48 MB - **Size of the generated dataset:** 8.63 MB - **Total amount of disk used:** 13.11 MB ### Dataset Summary We develop a high-quality multi-turn dialog dataset, DailyDialog, which is intriguing in several aspects. The language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way and cover various topics about our daily life. We also manually label the developed dataset with communication intention and emotion information. Then, we evaluate existing approaches on DailyDialog dataset and hope it benefit the research field of dialog 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 #### default - **Size of downloaded dataset files:** 4.48 MB - **Size of the generated dataset:** 8.63 MB - **Total amount of disk used:** 13.11 MB An example of 'validation' looks as follows. ``` This example was too long and was cropped: { "act": [2, 1, 1, 1, 1, 2, 3, 2, 3, 4], "dialog": "[\"Good afternoon . This is Michelle Li speaking , calling on behalf of IBA . Is Mr Meng available at all ? \", \" This is Mr Meng ...", "emotion": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] } ``` ### Data Fields The data fields are the same among all splits. #### default - `dialog`: a `list` of `string` features. - `act`: a `list` of classification labels, with possible values including `__dummy__` (0), `inform` (1), `question` (2), `directive` (3) and `commissive` (4). - `emotion`: a `list` of classification labels, with possible values including `no emotion` (0), `anger` (1), `disgust` (2), `fear` (3), `happiness` (4), `sadness` (5) and `surprise` (6). ### Data Splits | name |train|validation|test| |-------|----:|---------:|---:| |default|11118| 1000|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 Dataset provided for research purposes only. Please check dataset license for additional information. ## 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 DailyDialog dataset is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). ### Citation Information ``` @InProceedings{li2017dailydialog, author = {Li, Yanran and Su, Hui and Shen, Xiaoyu and Li, Wenjie and Cao, Ziqiang and Niu, Shuzi}, title = {DailyDialog: A Manually Labelled Multi-turn Dialogue Dataset}, booktitle = {Proceedings of The 8th International Joint Conference on Natural Language Processing (IJCNLP 2017)}, year = {2017} } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@julien-c](https://github.com/julien-c) for adding this dataset.
daily_dialog
[ "task_categories:text-classification", "task_ids:multi-label-classification", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-nc-sa-4.0", "emotion-classification", "dialog-act-classification", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-nc-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-label-classification"], "paperswithcode_id": "dailydialog", "pretty_name": "DailyDialog", "tags": ["emotion-classification", "dialog-act-classification"], "dataset_info": {"features": [{"name": "dialog", "sequence": "string"}, {"name": "act", "sequence": {"class_label": {"names": {"0": "__dummy__", "1": "inform", "2": "question", "3": "directive", "4": "commissive"}}}}, {"name": "emotion", "sequence": {"class_label": {"names": {"0": "no emotion", "1": "anger", "2": "disgust", "3": "fear", "4": "happiness", "5": "sadness", "6": "surprise"}}}}], "splits": [{"name": "train", "num_bytes": 7296715, "num_examples": 11118}, {"name": "test", "num_bytes": 655844, "num_examples": 1000}, {"name": "validation", "num_bytes": 673943, "num_examples": 1000}], "download_size": 4475921, "dataset_size": 8626502}}
2024-01-18T11:02:28+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-multi-label-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-sa-4.0 #emotion-classification #dialog-act-classification #region-us
Dataset Card for "daily\_dialog" ================================ 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: 4.48 MB * Size of the generated dataset: 8.63 MB * Total amount of disk used: 13.11 MB ### Dataset Summary We develop a high-quality multi-turn dialog dataset, DailyDialog, which is intriguing in several aspects. The language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way and cover various topics about our daily life. We also manually label the developed dataset with communication intention and emotion information. Then, we evaluate existing approaches on DailyDialog dataset and hope it benefit the research field of dialog systems. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 4.48 MB * Size of the generated dataset: 8.63 MB * Total amount of disk used: 13.11 MB An example of 'validation' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'dialog': a 'list' of 'string' features. * 'act': a 'list' of classification labels, with possible values including '**dummy**' (0), 'inform' (1), 'question' (2), 'directive' (3) and 'commissive' (4). * 'emotion': a 'list' of classification labels, with possible values including 'no emotion' (0), 'anger' (1), 'disgust' (2), 'fear' (3), 'happiness' (4), 'sadness' (5) and 'surprise' (6). ### 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 DailyDialog dataset is licensed under CC BY-NC-SA 4.0. ### Contributions Thanks to @thomwolf, @julien-c for adding this dataset.
[ "### Dataset Summary\n\n\nWe develop a high-quality multi-turn dialog dataset, DailyDialog, which is intriguing in several aspects.\nThe language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way\nand cover various topics about our daily life. We also manually label the developed dataset with communication\nintention and emotion information. Then, we evaluate existing approaches on DailyDialog dataset and hope it\nbenefit the research field of dialog systems.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 4.48 MB\n* Size of the generated dataset: 8.63 MB\n* Total amount of disk used: 13.11 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* 'dialog': a 'list' of 'string' features.\n* 'act': a 'list' of classification labels, with possible values including '**dummy**' (0), 'inform' (1), 'question' (2), 'directive' (3) and 'commissive' (4).\n* 'emotion': a 'list' of classification labels, with possible values including 'no emotion' (0), 'anger' (1), 'disgust' (2), 'fear' (3), 'happiness' (4), 'sadness' (5) and 'surprise' (6).", "### 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\nDataset provided for research purposes only. Please check dataset license for additional information.\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nDailyDialog dataset is licensed under CC BY-NC-SA 4.0.", "### Contributions\n\n\nThanks to @thomwolf, @julien-c for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-label-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-sa-4.0 #emotion-classification #dialog-act-classification #region-us \n", "### Dataset Summary\n\n\nWe develop a high-quality multi-turn dialog dataset, DailyDialog, which is intriguing in several aspects.\nThe language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way\nand cover various topics about our daily life. We also manually label the developed dataset with communication\nintention and emotion information. Then, we evaluate existing approaches on DailyDialog dataset and hope it\nbenefit the research field of dialog systems.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 4.48 MB\n* Size of the generated dataset: 8.63 MB\n* Total amount of disk used: 13.11 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* 'dialog': a 'list' of 'string' features.\n* 'act': a 'list' of classification labels, with possible values including '**dummy**' (0), 'inform' (1), 'question' (2), 'directive' (3) and 'commissive' (4).\n* 'emotion': a 'list' of classification labels, with possible values including 'no emotion' (0), 'anger' (1), 'disgust' (2), 'fear' (3), 'happiness' (4), 'sadness' (5) and 'surprise' (6).", "### 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\nDataset provided for research purposes only. Please check dataset license for additional information.\n\n\nAdditional Information\n----------------------", "### Dataset Curators", "### Licensing Information\n\n\nDailyDialog dataset is licensed under CC BY-NC-SA 4.0.", "### Contributions\n\n\nThanks to @thomwolf, @julien-c for adding this dataset." ]
[ 109, 108, 10, 11, 6, 50, 17, 131, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 32, 6, 23, 24 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-label-classification #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-sa-4.0 #emotion-classification #dialog-act-classification #region-us \n### Dataset Summary\n\n\nWe develop a high-quality multi-turn dialog dataset, DailyDialog, which is intriguing in several aspects.\nThe language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way\nand cover various topics about our daily life. We also manually label the developed dataset with communication\nintention and emotion information. Then, we evaluate existing approaches on DailyDialog dataset and hope it\nbenefit the research field of dialog systems.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 4.48 MB\n* Size of the generated dataset: 8.63 MB\n* Total amount of disk used: 13.11 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* 'dialog': a 'list' of 'string' features.\n* 'act': a 'list' of classification labels, with possible values including '**dummy**' (0), 'inform' (1), 'question' (2), 'directive' (3) and 'commissive' (4).\n* 'emotion': a 'list' of classification labels, with possible values including 'no emotion' (0), 'anger' (1), 'disgust' (2), 'fear' (3), 'happiness' (4), 'sadness' (5) and 'surprise' (6).### 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.028232628479599953, 0.17932091653347015, -0.0064766728319227695, 0.036164965480566025, 0.08053963631391525, 0.022887032479047775, 0.004085157532244921, 0.0895148366689682, 0.0638008862733841, 0.16919799149036407, -0.020823553204536438, 0.01596168987452984, 0.09234002977609634, 0.14293280243873596, -0.044033899903297424, -0.20486310124397278, 0.0601675808429718, -0.10665158182382584, -0.018633786588907242, 0.10938787460327148, 0.1264902949333191, -0.05964269861578941, 0.04176442325115204, -0.1203439012169838, -0.023578884080052376, 0.007916291244328022, -0.06020136550068855, 0.01664080284535885, 0.05921722576022148, 0.036493245512247086, 0.06658576428890228, -0.008759460411965847, 0.06134793162345886, -0.24434244632720947, 0.01718350127339363, 0.07213924080133438, 0.044090814888477325, 0.0322238951921463, 0.08177175372838974, -0.052945010364055634, 0.11892476677894592, -0.17531761527061462, 0.07699266821146011, 0.0494719073176384, -0.11412690579891205, -0.1464054137468338, -0.12952128052711487, 0.07131671905517578, 0.1863420158624649, 0.02016741782426834, -0.0652051717042923, 0.028813280165195465, -0.035493772476911545, 0.06086769327521324, 0.11152403801679611, -0.049287885427474976, -0.055729784071445465, 0.11794651299715042, 0.05280612036585808, 0.0889916867017746, -0.09608031064271927, 0.014031236059963703, 0.0030417446978390217, 0.028993481770157814, 0.0015666453400626779, -0.03308994695544243, 0.05399322882294655, 0.0002704109938349575, -0.140177920460701, -0.07511584460735321, 0.1445641815662384, 0.055056631565093994, -0.039263367652893066, -0.17757168412208557, -0.03593946993350983, -0.02319912798702717, -0.057606738060712814, -0.01930851861834526, 0.007411350030452013, -0.002378674689680338, 0.08529217541217804, 0.005996967200189829, -0.05574211850762367, -0.019874833524227142, -0.0012472262606024742, 0.057266030460596085, 0.010778403840959072, -0.016020506620407104, 0.07165109366178513, 0.0563812330365181, -0.05829465761780739, -0.0884486511349678, -0.024672284722328186, -0.022067517042160034, -0.16008995473384857, -0.0394255705177784, 0.01787749119102955, -0.04136285558342934, 0.08830727636814117, 0.1316903829574585, -0.09541313350200653, 0.06240493431687355, -0.10268417745828629, -0.014303421601653099, 0.11028938740491867, 0.11955152451992035, -0.08159764111042023, -0.11846539378166199, -0.012976408936083317, 0.035652656108140945, 0.021685533225536346, -0.030189689248800278, -0.004630866926163435, 0.06399889290332794, 0.076922707259655, 0.10756830871105194, 0.10372330993413925, 0.06237220764160156, -0.0896737203001976, -0.024245114997029305, 0.09230388700962067, -0.16506873071193695, 0.055450040847063065, 0.06921017169952393, 0.0009422797011211514, -0.018504755571484566, -0.022447414696216583, 0.022979816421866417, -0.05599377676844597, 0.09947913885116577, -0.023688536137342453, -0.03027123212814331, -0.1155911386013031, -0.09681914001703262, 0.06888933479785919, 0.023086249828338623, -0.07861442118883133, 0.0002767392434179783, -0.14772666990756989, -0.0775887593626976, 0.028198253363370895, -0.09050105512142181, -0.0703752413392067, -0.011403697542846203, -0.05699550732970238, 0.01048162393271923, 0.0123745733872056, 0.09384460002183914, -0.039485715329647064, 0.05271826684474945, -0.056218065321445465, 0.018920419737696648, 0.07348319888114929, 0.013645464554429054, -0.08620960265398026, 0.10295780748128891, -0.19643118977546692, 0.11351370811462402, -0.16538873314857483, 0.03614014759659767, -0.14142118394374847, -0.02624359540641308, 0.06666319072246552, 0.017384201288223267, -0.014237950555980206, 0.12154390662908554, -0.21965108811855316, -0.007963936775922775, 0.05848226696252823, -0.1031670868396759, -0.06768002361059189, 0.12461383640766144, -0.029718250036239624, 0.006084709893912077, 0.05853191390633583, 0.12684784829616547, -0.04786784574389458, -0.03779099881649017, -0.042863260954618454, -0.08596672862768173, 0.06129646301269531, 0.2219514101743698, 0.08806239813566208, -0.10729282349348068, 0.05746234208345413, 0.003490143222734332, -0.03781784698367119, -0.0321650467813015, -0.01590529829263687, -0.05335569009184837, 0.002095354488119483, -0.005808365065604448, 0.01228445302695036, 0.028639409691095352, -0.09926184266805649, -0.07346868515014648, -0.08097463101148605, -0.07691016793251038, 0.04796800762414932, -0.015256930142641068, 0.012370474636554718, -0.05596320703625679, 0.028613360598683357, -0.0024388178717345, 0.03881705924868584, -0.1639111042022705, -0.13766932487487793, 0.041968733072280884, -0.04048657789826393, 0.06074891611933708, -0.04581840708851814, -0.0018749668961390853, -0.035415176302194595, -0.06080178543925285, -0.010967567563056946, 0.015559237450361252, 0.03893238306045532, -0.013795554637908936, -0.2196096032857895, -0.028584176674485207, -0.04532238841056824, 0.10786699503660202, -0.1360967457294464, 0.0023348364047706127, 0.15830424427986145, 0.1627091020345688, 0.02630590833723545, -0.06659296154975891, 0.06716260313987732, 0.045602910220623016, -0.008996294811367989, -0.06993939727544785, -0.01022237166762352, -0.06070685759186745, -0.034615036100149155, 0.052713580429553986, -0.15092912316322327, -0.1096106693148613, 0.05329781398177147, 0.09875011444091797, -0.09823582321405411, 0.04556766152381897, -0.056522268801927567, -0.045267246663570404, -0.0750252828001976, -0.10568352788686752, 0.03593757376074791, 0.07374700903892517, -0.001129951560869813, -0.037836138159036636, -0.03267257660627365, -0.04858981817960739, -0.027943285182118416, -0.061757173389196396, 0.12107217311859131, 0.05427189916372299, -0.17888326942920685, 0.12709759175777435, 0.020586859434843063, 0.029186708852648735, 0.11762090772390366, -0.053901202976703644, -0.06979197263717651, -0.028694715350866318, 0.010258451104164124, 0.008932712487876415, 0.0935666412115097, -0.054137732833623886, 0.02859370969235897, 0.05288822576403618, 0.02790226601064205, 0.01538635604083538, -0.05471474677324295, 0.055737294256687164, 0.005687353201210499, -0.034566085785627365, 0.05843428149819374, 0.017536591738462448, 0.03806878253817558, 0.10782142728567123, 0.006027184892445803, 0.03310760483145714, -0.02045244351029396, -0.07452841103076935, -0.12065252661705017, 0.149112269282341, -0.1137494444847107, -0.18452973663806915, -0.06423081457614899, -0.10279315710067749, -0.04517320916056633, -0.013903919607400894, -0.0013701923890039325, -0.019312595948576927, -0.10212987661361694, -0.08945587277412415, 0.13960719108581543, 0.04101639613509178, -0.10061416029930115, 0.016368329524993896, -0.029728975147008896, 0.01257450133562088, -0.10198713093996048, 0.0019254282815381885, 0.07011003792285919, -0.0776311606168747, 0.005295258946716785, 0.017807021737098694, 0.13287703692913055, 0.1534968465566635, 0.06410744041204453, -0.026703542098402977, -0.032336387783288956, 0.20312747359275818, -0.144037127494812, 0.1298266053199768, 0.038086727261543274, -0.04240184277296066, 0.05816056579351425, 0.25989261269569397, 0.042225275188684464, -0.08211935311555862, 0.04563077166676521, 0.09669850766658783, -0.0461270809173584, -0.23460935056209564, -0.12648503482341766, -0.05217522382736206, 0.03206217288970947, 0.01362653635442257, 0.048513419926166534, 0.04145975410938263, -0.01912519708275795, -0.08309125155210495, -0.05222064629197121, 0.06045942008495331, 0.07148183137178421, 0.07816924899816513, -0.014689981937408447, 0.03647672384977341, -0.013738658279180527, 0.03767230361700058, 0.07244210690259933, 0.012633554637432098, 0.13045677542686462, 0.007992229424417019, 0.17895397543907166, 0.05243181437253952, 0.020369404926896095, -0.04311515763401985, 0.018673008307814598, -0.015206431038677692, 0.05258770287036896, -0.018398070707917213, -0.04949590191245079, -0.0037120997440069914, 0.0790063887834549, 0.11157582700252533, -0.03193144500255585, 0.021240970119833946, -0.07309567183256149, 0.09895425289869308, 0.209136500954628, 0.029976392164826393, -0.059294238686561584, -0.014072325080633163, 0.11982744187116623, -0.016922367736697197, -0.07799577713012695, 0.0010598627850413322, 0.06002180650830269, -0.126055046916008, 0.08816753327846527, -0.015823131427168846, 0.11236273497343063, -0.06448975205421448, -0.020287541672587395, 0.001541060279123485, 0.05391547828912735, -0.027376454323530197, 0.08128633350133896, -0.21181543171405792, 0.1638762503862381, 0.006234117317944765, 0.035581961274147034, -0.05306164547801018, 0.05038027837872505, -0.007599060423672199, 0.048144757747650146, 0.11683580279350281, 0.01212479081004858, -0.1320418119430542, -0.0416778102517128, -0.08534063398838043, 0.007929802872240543, 0.058705102652311325, -0.1393032968044281, 0.10720842331647873, 0.013220980763435364, -0.02430948242545128, -0.024974092841148376, -0.00017802510410547256, -0.07798295468091965, -0.13887380063533783, 0.061073508113622665, -0.05697332322597504, 0.05569332465529442, -0.08019888401031494, -0.018747327849268913, -0.06963218003511429, 0.18179140985012054, -0.08861721307039261, -0.08594930917024612, -0.13443638384342194, 0.016519539058208466, 0.15315993130207062, -0.03133774176239967, 0.006271259393543005, 0.0061303493566811085, 0.14013619720935822, -0.008670997805893421, -0.011509072035551071, 0.124358169734478, -0.05982070788741112, -0.22653011977672577, -0.05291837081313133, 0.17877830564975739, 0.04937766492366791, 0.05959969013929367, -0.03977048769593239, 0.09596545994281769, 0.06458917260169983, -0.10499554872512817, 0.05071299523115158, 0.12622131407260895, -0.007184173446148634, 0.15962719917297363, 0.008940706960856915, -0.1730099320411682, -0.10215013474225998, -0.09434006363153458, 0.07598066329956055, 0.21173135936260223, -0.05640941113233566, 0.11832977086305618, 0.09264416992664337, -0.10159055143594742, -0.23792405426502228, -0.012609184719622135, 0.05322902277112007, -0.006629217881709337, 0.03191662207245827, -0.13798455893993378, -0.005094402935355902, 0.05653411149978638, -0.030118996277451515, -0.013908726163208485, -0.24878302216529846, -0.1299724280834198, 0.034321390092372894, 0.01798458956182003, -0.18946155905723572, -0.18459047377109528, -0.0601416751742363, -0.029465772211551666, -0.1760679930448532, 0.06405571103096008, 0.0504496693611145, 0.0019594295881688595, 0.025363247841596603, 0.09813214838504791, 0.029797330498695374, -0.04558490961790085, 0.17864510416984558, 0.019459592178463936, 0.03542682155966759, -0.08364062756299973, -0.007900936529040337, 0.04632503539323807, -0.02403220348060131, 0.09028475731611252, -0.029655490070581436, 0.010918806307017803, -0.10844665765762329, -0.01762034185230732, -0.07253122329711914, 0.018048780038952827, -0.10280691087245941, -0.05262036621570587, -0.06631727516651154, 0.07676555961370468, 0.09298679977655411, -0.04372750222682953, 0.04161355644464493, -0.08338532596826553, 0.09167053550481796, 0.11945575475692749, 0.10378677397966385, 0.05096258223056793, -0.12425269186496735, 0.004502781201153994, -0.014500601217150688, 0.001989118056371808, -0.13761816918849945, 0.04907664656639099, 0.12066095322370529, 0.035888779908418655, 0.1835227757692337, -0.034574322402477264, -0.14908429980278015, -0.01079909410327673, 0.04385997727513313, -0.08786036819219589, -0.28268420696258545, 0.06477592885494232, 0.05876453220844269, -0.14982543885707855, -0.09403586387634277, 0.059935811907052994, 0.013362200930714607, -0.017805585637688637, 0.025781340897083282, 0.14988356828689575, 0.014375417493283749, 0.10376159846782684, 0.006201422773301601, 0.07230952382087708, -0.07463772594928741, 0.06839773058891296, 0.1207471713423729, -0.13434909284114838, 0.01673923432826996, 0.1725357621908188, -0.031272076070308685, -0.03435831144452095, 0.07935009151697159, 0.09710858762264252, 0.09181828051805496, -0.03340693563222885, 0.0399831123650074, -0.1498696208000183, 0.045102715492248535, 0.11527695506811142, 0.013579419814050198, 0.04701710119843483, 0.004373981151729822, -0.037525031715631485, -0.039775192737579346, 0.15260174870491028, 0.05385090038180351, 0.05796701833605766, -0.03372454643249512, -0.024727128446102142, -0.03322158381342888, -0.0644247978925705, 0.006957427132874727, -0.010018834844231606, -0.08145090192556381, 0.002406774554401636, -0.12863130867481232, -0.0018369852332398295, -0.07132837176322937, -0.004812072962522507, 0.015110799111425877, -0.06721567362546921, 0.01503273006528616, 0.0004506157129071653, -0.058909062296152115, -0.07203112542629242, -0.03424549475312233, 0.10526856034994125, -0.14461591839790344, -0.04107289016246796, 0.10375145077705383, -0.08275976777076721, 0.10315309464931488, 0.006663983687758446, -0.0194363072514534, 0.024190733209252357, -0.17930155992507935, 0.04414510726928711, 0.015300649218261242, 0.023886922746896744, 0.01871836744248867, -0.18244712054729462, -0.05214213207364082, -0.012390186078846455, -0.048957571387290955, 0.04167961701750755, 0.0038685649633407593, -0.11428023129701614, 0.09175967425107956, 0.00013704958837479353, -0.05293956771492958, -0.027118410915136337, 0.04985848069190979, 0.05822817608714104, 0.05552147328853607, 0.10929720103740692, -0.056140050292015076, 0.1018586978316307, -0.12032749503850937, -0.02726716175675392, -0.0007469512056559324, 0.028040563687682152, -0.012177237309515476, 0.0335676409304142, 0.0822637528181076, -0.04362190514802933, 0.14842435717582703, -0.013494422659277916, -0.011561787687242031, 0.06509111821651459, 0.016566161066293716, 0.024020398035645485, 0.07829367369413376, 0.018438853323459625, -0.043967343866825104, -0.02472520060837269, 0.01906879059970379, -0.057350900024175644, -0.048315878957509995, 0.008795633912086487, 0.1278148740530014, 0.13207796216011047, 0.16814389824867249, -0.04787791147828102, 0.042308833450078964, -0.09701739251613617, -0.06658035516738892, 0.09280814230442047, -0.037261947989463806, 0.059522584080696106, -0.09983339160680771, 0.14384834468364716, 0.04614121839404106, -0.18982282280921936, 0.11393067240715027, -0.10555022954940796, -0.06833606213331223, -0.0030440473929047585, -0.125553697347641, -0.07246267795562744, -0.0426047146320343, 0.006176115479320288, -0.12774889171123505, 0.09552231431007385, 0.08250609040260315, -0.009297518990933895, -0.008897961117327213, 0.09212493896484375, -0.06881353259086609, -0.02892833948135376, 0.026229171082377434, 0.025820482522249222, 0.0008454285562038422, 0.042748093605041504, 0.05323096364736557, -0.0020446344278752804, 0.05856664106249809, 0.08125313371419907, 0.08161523938179016, -0.0592440590262413, 0.012798245996236801, -0.07627764344215393, -0.08037474006414413, 0.03924064710736275, -0.021097546443343163, -0.04056181758642197, 0.19519712030887604, 0.034336041659116745, 0.004379128105938435, 0.008156603202223778, 0.20420128107070923, -0.059942178428173065, -0.13568547368049622, -0.1687650978565216, 0.12020551413297653, -0.06513272970914841, -0.008303689770400524, 0.04563503339886665, -0.16365091502666473, 0.007413437124341726, 0.024833684787154198, 0.1198691576719284, 0.004860111512243748, 0.016159959137439728, -0.038000717759132385, 0.01635241135954857, -0.03467842563986778, 0.018725596368312836, 0.051358047872781754, 0.1563589721918106, -0.054500512778759, 0.06252419203519821, -0.04588022828102112, -0.07080581039190292, -0.07235998660326004, 0.09346190094947815, -0.006151233334094286, -0.021660158410668373, -0.06950308382511139, 0.14560472965240479, -0.034283336251974106, -0.2883166968822479, 0.0074440911412239075, -0.14276914298534393, -0.12386468797922134, -0.011632051318883896, 0.09452589601278305, 0.02470383420586586, 0.024780644103884697, 0.04510650783777237, -0.02956371381878853, 0.15089792013168335, 0.016077708452939987, -0.000878295220900327, -0.022361062467098236, 0.09178894013166428, -0.05820917710661888, 0.17666323482990265, 0.0177326500415802, 0.07252375036478043, 0.10275740176439285, -0.040681175887584686, -0.10416899621486664, 0.0657791793346405, 0.11129569262266159, -0.020251238718628883, 0.004125809762626886, 0.22400303184986115, -0.01327558048069477, 0.14258112013339996, 0.09303915500640869, -0.07348795235157013, 0.028229113668203354, -0.026523424312472343, -0.04556756094098091, -0.09421413391828537, 0.07539446651935577, -0.10627321898937225, 0.09404109418392181, 0.13946890830993652, -0.025317663326859474, 0.04388270527124405, -0.028020858764648438, 0.016277965158224106, -0.04796062037348747, 0.1812673658132553, -0.025161750614643097, -0.17342974245548248, 0.018101073801517487, -0.01483048778027296, 0.08253788203001022, -0.08928366750478745, -0.07927271723747253, 0.028688490390777588, 0.04013810679316521, -0.03730214759707451, 0.13444559276103973, 0.07465001940727234, -0.02884264476597309, -0.05184069275856018, -0.14093418419361115, 0.03889905661344528, 0.1568724811077118, -0.07279481738805771, 0.013277239166200161 ]
f303de644792372c0a24869c165f500e6f5c45fb
# Dataset Card for DaNE ## 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:** [DaNE homepage](https://danlp-alexandra.readthedocs.io/en/latest/docs/datasets.html#dane) - **Repository:** [Github](https://github.com/alexandrainst/danlp) - **Paper:** [Aclweb](https://www.aclweb.org/anthology/2020.lrec-1.565) - **Leaderboard:** - **Point of Contact:** ### Dataset Summary The Danish Dependency Treebank (DaNE) is a named entity annotation for the Danish Universal Dependencies treebank using the CoNLL-2003 annotation scheme. The Danish UD treebank (Johannsen et al., 2015, UD-DDT) is a conversion of the Danish Dependency Treebank (Buch-Kromann et al. 2003) based on texts from Parole (Britt, 1998). UD-DDT has annotations for dependency parsing and part-of-speech (POS) tagging. The dataset was annotated with Named Entities for PER, ORG, and LOC by the Alexandra Institute in the DaNE dataset (Hvingelby et al. 2020). ### Supported Tasks and Leaderboards Parts-of-speech tagging, dependency parsing and named entitity recognition. ### Languages Danish ## Dataset Structure ### Data Instances This is an example in the "train" split: ```python { 'sent_id': 'train-v2-0\n', 'lemmas': ['på', 'fredag', 'have', 'SiD', 'invitere', 'til', 'reception', 'i', 'SID-hus', 'i', 'anledning', 'af', 'at', 'formand', 'Kjeld', 'Christensen', 'gå', 'ind', 'i', 'den', 'glad', 'tresser', '.'], 'dep_labels': [35, 16, 28, 33, 19, 35, 16, 35, 18, 35, 18, 1, 1, 33, 22, 12, 32, 11, 35, 10, 30, 16, 34], 'ner_tags': [0, 0, 0, 3, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0], 'morph_tags': ['AdpType=Prep', 'Definite=Ind|Gender=Com|Number=Sing', 'Mood=Ind|Tense=Pres|VerbForm=Fin|Voice=Act', '_', 'Definite=Ind|Number=Sing|Tense=Past|VerbForm=Part', 'AdpType=Prep', 'Definite=Ind|Gender=Com|Number=Sing', 'AdpType=Prep', 'Definite=Def|Gender=Neut|Number=Sing', 'AdpType=Prep', 'Definite=Ind|Gender=Com|Number=Sing', 'AdpType=Prep', '_', 'Definite=Def|Gender=Com|Number=Sing', '_', '_', 'Mood=Ind|Tense=Pres|VerbForm=Fin|Voice=Act', '_', 'AdpType=Prep', 'Number=Plur|PronType=Dem', 'Degree=Pos|Number=Plur', 'Definite=Ind|Gender=Com|Number=Plur', '_'], 'dep_ids': [2, 5, 5, 5, 0, 7, 5, 9, 7, 11, 7, 17, 17, 17, 14, 15, 11, 17, 22, 22, 22, 18, 5], 'pos_tags': [11, 12, 5, 7, 3, 11, 12, 11, 12, 11, 12, 11, 16, 12, 7, 7, 3, 9, 11, 14, 6, 12, 10], 'text': 'På fredag har SID inviteret til reception i SID-huset i anledning af at formanden Kjeld Christensen går ind i de glade tressere.\n', 'tokens': ['På', 'fredag', 'har', 'SID', 'inviteret', 'til', 'reception', 'i', 'SID-huset', 'i', 'anledning', 'af', 'at', 'formanden', 'Kjeld', 'Christensen', 'går', 'ind', 'i', 'de', 'glade', 'tressere', '.'], 'tok_ids': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] } ``` ### Data Fields Data Fields: - q_id: a string question identifier for each example, corresponding to its ID in the Pushshift.io Reddit submission dumps. - subreddit: One of explainlikeimfive, askscience, or AskHistorians, indicating which subreddit the question came from - title: title of the question, with URLs extracted and replaced by URL_n tokens - title_urls: list of the extracted URLs, the nth element of the list was replaced by URL_n - sent_id: a string identifier for each example - text: a string, the original sentence (not tokenized) - tok_ids: a list of ids (int), one for each token - tokens: a list of strings, the tokens - lemmas: a list of strings, the lemmas of the tokens - pos_tags: a list of strings, the part-of-speech tags of the tokens - morph_tags: a list of strings, the morphological tags of the tokens - dep_ids: a list of ids (int), the id of the head of the incoming dependency for each token - dep_labels: a list of strings, the dependency labels - ner_tags: a list of strings, the named entity tags (BIO format) ### Data Splits | | train | validation | test | |-------------|-------:|-----------:|-------:| | # sentences | 4383 | 564 | 565 | | # tokens | 80 378 | 10 322 | 10 023 | ## 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] ### Citation Information ``` @inproceedings{hvingelby-etal-2020-dane, title = "{D}a{NE}: A Named Entity Resource for {D}anish", author = "Hvingelby, Rasmus and Pauli, Amalie Brogaard and Barrett, Maria and Rosted, Christina and Lidegaard, Lasse Malm and S{\o}gaard, Anders", booktitle = "Proceedings of the 12th Language Resources and Evaluation Conference", month = may, year = "2020", address = "Marseille, France", publisher = "European Language Resources Association", url = "https://aclanthology.org/2020.lrec-1.565", pages = "4597--4604", abstract = "We present a named entity annotation for the Danish Universal Dependencies treebank using the CoNLL-2003 annotation scheme: DaNE. It is the largest publicly available, Danish named entity gold annotation. We evaluate the quality of our annotations intrinsically by double annotating the entire treebank and extrinsically by comparing our annotations to a recently released named entity annotation of the validation and test sections of the Danish Universal Dependencies treebank. We benchmark the new resource by training and evaluating competitive architectures for supervised named entity recognition (NER), including FLAIR, monolingual (Danish) BERT and multilingual BERT. We explore cross-lingual transfer in multilingual BERT from five related languages in zero-shot and direct transfer setups, and we show that even with our modestly-sized training set, we improve Danish NER over a recent cross-lingual approach, as well as over zero-shot transfer from five related languages. Using multilingual BERT, we achieve higher performance by fine-tuning on both DaNE and a larger Bokm{\aa}l (Norwegian) training set compared to only using DaNE. However, the highest performance isachieved by using a Danish BERT fine-tuned on DaNE. Our dataset enables improvements and applicability for Danish NER beyond cross-lingual methods. We employ a thorough error analysis of the predictions of the best models for seen and unseen entities, as well as their robustness on un-capitalized text. The annotated dataset and all the trained models are made publicly available.", language = "English", ISBN = "979-10-95546-34-4", } ``` ### Contributions Thanks to [@ophelielacroix](https://github.com/ophelielacroix), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
dane
[ "task_categories:token-classification", "task_ids:named-entity-recognition", "task_ids:part-of-speech", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:extended|other-Danish-Universal-Dependencies-treebank", "language:da", "license:cc-by-sa-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["da"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["extended|other-Danish-Universal-Dependencies-treebank"], "task_categories": ["token-classification"], "task_ids": ["named-entity-recognition", "part-of-speech"], "paperswithcode_id": "dane", "pretty_name": "DaNE", "dataset_info": {"features": [{"name": "sent_id", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "tok_ids", "sequence": "int64"}, {"name": "tokens", "sequence": "string"}, {"name": "lemmas", "sequence": "string"}, {"name": "pos_tags", "sequence": {"class_label": {"names": {"0": "NUM", "1": "CCONJ", "2": "PRON", "3": "VERB", "4": "INTJ", "5": "AUX", "6": "ADJ", "7": "PROPN", "8": "PART", "9": "ADV", "10": "PUNCT", "11": "ADP", "12": "NOUN", "13": "X", "14": "DET", "15": "SYM", "16": "SCONJ"}}}}, {"name": "morph_tags", "sequence": "string"}, {"name": "dep_ids", "sequence": "int64"}, {"name": "dep_labels", "sequence": {"class_label": {"names": {"0": "parataxis", "1": "mark", "2": "nummod", "3": "discourse", "4": "compound:prt", "5": "reparandum", "6": "vocative", "7": "list", "8": "obj", "9": "dep", "10": "det", "11": "obl:loc", "12": "flat", "13": "iobj", "14": "cop", "15": "expl", "16": "obl", "17": "conj", "18": "nmod", "19": "root", "20": "acl:relcl", "21": "goeswith", "22": "appos", "23": "fixed", "24": "obl:tmod", "25": "xcomp", "26": "advmod", "27": "nmod:poss", "28": "aux", "29": "ccomp", "30": "amod", "31": "cc", "32": "advcl", "33": "nsubj", "34": "punct", "35": "case"}}}}, {"name": "ner_tags", "sequence": {"class_label": {"names": {"0": "O", "1": "B-PER", "2": "I-PER", "3": "B-ORG", "4": "I-ORG", "5": "B-LOC", "6": "I-LOC", "7": "B-MISC", "8": "I-MISC"}}}}], "splits": [{"name": "train", "num_bytes": 7311212, "num_examples": 4383}, {"name": "test", "num_bytes": 909699, "num_examples": 565}, {"name": "validation", "num_bytes": 940413, "num_examples": 564}], "download_size": 1209710, "dataset_size": 9161324}}
2024-01-18T11:02:29+00:00
[]
[ "da" ]
TAGS #task_categories-token-classification #task_ids-named-entity-recognition #task_ids-part-of-speech #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|other-Danish-Universal-Dependencies-treebank #language-Danish #license-cc-by-sa-4.0 #region-us
Dataset Card for DaNE ===================== 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: DaNE homepage * Repository: Github * Paper: Aclweb * Leaderboard: * Point of Contact: ### Dataset Summary The Danish Dependency Treebank (DaNE) is a named entity annotation for the Danish Universal Dependencies treebank using the CoNLL-2003 annotation scheme. The Danish UD treebank (Johannsen et al., 2015, UD-DDT) is a conversion of the Danish Dependency Treebank (Buch-Kromann et al. 2003) based on texts from Parole (Britt, 1998). UD-DDT has annotations for dependency parsing and part-of-speech (POS) tagging. The dataset was annotated with Named Entities for PER, ORG, and LOC by the Alexandra Institute in the DaNE dataset (Hvingelby et al. 2020). ### Supported Tasks and Leaderboards Parts-of-speech tagging, dependency parsing and named entitity recognition. ### Languages Danish Dataset Structure ----------------- ### Data Instances This is an example in the "train" split: ### Data Fields Data Fields: * q\_id: a string question identifier for each example, corresponding to its ID in the URL Reddit submission dumps. * subreddit: One of explainlikeimfive, askscience, or AskHistorians, indicating which subreddit the question came from * title: title of the question, with URLs extracted and replaced by URL\_n tokens * title\_urls: list of the extracted URLs, the nth element of the list was replaced by URL\_n * sent\_id: a string identifier for each example * text: a string, the original sentence (not tokenized) * tok\_ids: a list of ids (int), one for each token * tokens: a list of strings, the tokens * lemmas: a list of strings, the lemmas of the tokens * pos\_tags: a list of strings, the part-of-speech tags of the tokens * morph\_tags: a list of strings, the morphological tags of the tokens * dep\_ids: a list of ids (int), the id of the head of the incoming dependency for each token * dep\_labels: a list of strings, the dependency labels * ner\_tags: a list of strings, the named entity tags (BIO format) ### 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 @ophelielacroix, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nThe Danish Dependency Treebank (DaNE) is a named entity annotation for the Danish Universal Dependencies treebank using the CoNLL-2003 annotation scheme.\n\n\nThe Danish UD treebank (Johannsen et al., 2015, UD-DDT) is a conversion of the Danish Dependency Treebank (Buch-Kromann et al. 2003) based on texts from Parole (Britt, 1998). UD-DDT has annotations for dependency parsing and part-of-speech (POS) tagging. The dataset was annotated with Named Entities for PER, ORG, and LOC by the Alexandra Institute in the DaNE dataset (Hvingelby et al. 2020).", "### Supported Tasks and Leaderboards\n\n\nParts-of-speech tagging, dependency parsing and named entitity recognition.", "### Languages\n\n\nDanish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThis is an example in the \"train\" split:", "### Data Fields\n\n\nData Fields:\n\n\n* q\\_id: a string question identifier for each example, corresponding to its ID in the URL Reddit submission dumps.\n* subreddit: One of explainlikeimfive, askscience, or AskHistorians, indicating which subreddit the question came from\n* title: title of the question, with URLs extracted and replaced by URL\\_n tokens\n* title\\_urls: list of the extracted URLs, the nth element of the list was replaced by URL\\_n\n* sent\\_id: a string identifier for each example\n* text: a string, the original sentence (not tokenized)\n* tok\\_ids: a list of ids (int), one for each token\n* tokens: a list of strings, the tokens\n* lemmas: a list of strings, the lemmas of the tokens\n* pos\\_tags: a list of strings, the part-of-speech tags of the tokens\n* morph\\_tags: a list of strings, the morphological tags of the tokens\n* dep\\_ids: a list of ids (int), the id of the head of the incoming dependency for each token\n* dep\\_labels: a list of strings, the dependency labels\n* ner\\_tags: a list of strings, the named entity tags (BIO format)", "### 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 @ophelielacroix, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #task_ids-part-of-speech #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|other-Danish-Universal-Dependencies-treebank #language-Danish #license-cc-by-sa-4.0 #region-us \n", "### Dataset Summary\n\n\nThe Danish Dependency Treebank (DaNE) is a named entity annotation for the Danish Universal Dependencies treebank using the CoNLL-2003 annotation scheme.\n\n\nThe Danish UD treebank (Johannsen et al., 2015, UD-DDT) is a conversion of the Danish Dependency Treebank (Buch-Kromann et al. 2003) based on texts from Parole (Britt, 1998). UD-DDT has annotations for dependency parsing and part-of-speech (POS) tagging. The dataset was annotated with Named Entities for PER, ORG, and LOC by the Alexandra Institute in the DaNE dataset (Hvingelby et al. 2020).", "### Supported Tasks and Leaderboards\n\n\nParts-of-speech tagging, dependency parsing and named entitity recognition.", "### Languages\n\n\nDanish\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThis is an example in the \"train\" split:", "### Data Fields\n\n\nData Fields:\n\n\n* q\\_id: a string question identifier for each example, corresponding to its ID in the URL Reddit submission dumps.\n* subreddit: One of explainlikeimfive, askscience, or AskHistorians, indicating which subreddit the question came from\n* title: title of the question, with URLs extracted and replaced by URL\\_n tokens\n* title\\_urls: list of the extracted URLs, the nth element of the list was replaced by URL\\_n\n* sent\\_id: a string identifier for each example\n* text: a string, the original sentence (not tokenized)\n* tok\\_ids: a list of ids (int), one for each token\n* tokens: a list of strings, the tokens\n* lemmas: a list of strings, the lemmas of the tokens\n* pos\\_tags: a list of strings, the part-of-speech tags of the tokens\n* morph\\_tags: a list of strings, the morphological tags of the tokens\n* dep\\_ids: a list of ids (int), the id of the head of the incoming dependency for each token\n* dep\\_labels: a list of strings, the dependency labels\n* ner\\_tags: a list of strings, the named entity tags (BIO format)", "### 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 @ophelielacroix, @lhoestq for adding this dataset." ]
[ 127, 167, 32, 12, 18, 321, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 24 ]
[ "passage: TAGS\n#task_categories-token-classification #task_ids-named-entity-recognition #task_ids-part-of-speech #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|other-Danish-Universal-Dependencies-treebank #language-Danish #license-cc-by-sa-4.0 #region-us \n### Dataset Summary\n\n\nThe Danish Dependency Treebank (DaNE) is a named entity annotation for the Danish Universal Dependencies treebank using the CoNLL-2003 annotation scheme.\n\n\nThe Danish UD treebank (Johannsen et al., 2015, UD-DDT) is a conversion of the Danish Dependency Treebank (Buch-Kromann et al. 2003) based on texts from Parole (Britt, 1998). UD-DDT has annotations for dependency parsing and part-of-speech (POS) tagging. The dataset was annotated with Named Entities for PER, ORG, and LOC by the Alexandra Institute in the DaNE dataset (Hvingelby et al. 2020).### Supported Tasks and Leaderboards\n\n\nParts-of-speech tagging, dependency parsing and named entitity recognition.### Languages\n\n\nDanish\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nThis is an example in the \"train\" split:" ]
[ -0.025789707899093628, -0.05757749825716019, -0.008448549546301365, 0.08757521212100983, -0.01399326417595148, -0.009480893611907959, 0.09024064987897873, 0.028343070298433304, 0.10043339431285858, 0.06474459916353226, 0.01249132864177227, 0.010528230108320713, 0.05071305111050606, 0.0720568299293518, -0.032807450741529465, -0.253777414560318, 0.08818787336349487, -0.029844122007489204, -0.04771886020898819, 0.00577925518155098, 0.1668168604373932, -0.008501564152538776, 0.08171043545007706, -0.04209667444229126, -0.1555139571428299, 0.00759741710498929, -0.057364221662282944, -0.04366195574402809, 0.09512656927108765, 0.07368598878383636, 0.1438467651605606, -0.058781977742910385, 0.006812631152570248, -0.105723075568676, -0.0031905530486255884, 0.02604917250573635, 0.007463596761226654, 0.047634921967983246, -0.025016697123646736, -0.04991644248366356, 0.1793782263994217, -0.014211611822247505, 0.07345293462276459, -0.07094897329807281, -0.10202793776988983, -0.07407069206237793, -0.029750220477581024, 0.01684785820543766, 0.04276023432612419, 0.04273189231753349, -0.01425309106707573, 0.11961828172206879, -0.04856773838400841, 0.04564585164189339, -0.010901258327066898, -0.09813179075717926, -0.021982071921229362, 0.10828625410795212, 0.017680400982499123, 0.10658270865678787, -0.07464584708213806, -0.06537006050348282, 0.02404327318072319, 0.059462565928697586, 0.07840263098478317, -0.020072653889656067, 0.005382808391004801, -0.04439055174589157, -0.1354338526725769, -0.017020199447870255, 0.25497618317604065, 0.04103473946452141, -0.03779252991080284, -0.08204963803291321, -0.023644501343369484, 0.1147538274526596, 0.023280145600438118, -0.0640263706445694, -0.003303094767034054, -0.02223793789744377, 0.15138034522533417, -0.014597216621041298, -0.07287183403968811, 0.053366124629974365, -0.1582416594028473, 0.14050641655921936, 0.027768103405833244, 0.037950895726680756, 0.03513381630182266, 0.015615653246641159, -0.1119353249669075, -0.1071389764547348, -0.06360725313425064, -0.11386587470769882, -0.06851935386657715, -0.03015894629061222, 0.0016350358491763473, -0.039721690118312836, -0.0003127717936877161, 0.16493041813373566, -0.05936979874968529, -0.031174849718809128, -0.15000291168689728, 0.07953494042158127, 0.09728512167930603, 0.18952074646949768, 0.007079225964844227, 0.006505813915282488, 0.036204684525728226, -0.014207769185304642, 0.021409055218100548, -0.018339544534683228, -0.0848761573433876, 0.02132313884794712, -0.03868519142270088, -0.02093316987156868, 0.044286422431468964, 0.040901269763708115, -0.07315494865179062, -0.07381755858659744, 0.18747952580451965, -0.09395010769367218, 0.022763656452298164, -0.010145052336156368, -0.05745911970734596, 0.08128656446933746, 0.01661425642669201, 0.05388461425900459, -0.07298903912305832, 0.11006131768226624, 0.008654465898871422, 0.05458470433950424, -0.05068835988640785, -0.18473410606384277, 0.07442328333854675, 0.0035565474536269903, 0.015049584209918976, -0.11548233777284622, -0.03962259739637375, -0.030224043875932693, 0.06667391210794449, -0.03562650457024574, -0.02023373730480671, -0.057414453476667404, -0.007750652264803648, -0.04162895679473877, 0.019133858382701874, -0.11338146030902863, 0.014949443750083447, -0.06085340678691864, -0.12038155645132065, 0.013379942625761032, -0.16591916978359222, 0.019693002104759216, -0.12447454780340195, -0.024085381999611855, -0.21094100177288055, 0.10192320495843887, -0.10560519993305206, 0.08196768164634705, -0.05226120352745056, 0.026898076757788658, -0.1027296781539917, 0.052189841866493225, -0.019821487367153168, 0.04864368960261345, -0.14146828651428223, -0.02180454321205616, -0.003346432466059923, -0.13218393921852112, -0.08864770829677582, 0.1317095011472702, -0.067423515021801, 0.09724382311105728, 0.09058482944965363, 0.18667517602443695, -0.0021783311385661364, -0.09212437272071838, -0.037511907517910004, -0.017044998705387115, -0.035279903560876846, 0.1119547113776207, 0.05545704811811447, -0.01713027060031891, 0.062356483191251755, 0.03283590450882912, -0.0829683318734169, -0.015573984943330288, 0.046992603689432144, -0.011440920643508434, 0.015994077548384666, 0.02113645151257515, -0.05367649346590042, -0.002928241854533553, -0.0154076823964715, -0.009882225655019283, -0.08305720239877701, 0.18903794884681702, 0.02030792087316513, -0.026947297155857086, 0.06957671046257019, -0.017537137493491173, -0.039368681609630585, 0.026428094133734703, -0.01577436365187168, -0.11446787416934967, -0.10823411494493484, 0.0690491795539856, 0.024104474112391472, 0.11070960015058517, -0.0324803963303566, -0.007092075888067484, -0.0048521882854402065, -0.006489672232419252, 0.062214430421590805, -0.057019852101802826, -0.008796649985015392, 0.040490616112947464, -0.12870922684669495, 0.07413764297962189, -0.0564115084707737, 0.02792423591017723, -0.0736064463853836, 0.02060588076710701, 0.04999775066971779, 0.14746126532554626, 0.05522651597857475, -0.002894640900194645, -0.0403786301612854, 0.09623228013515472, -0.07183823734521866, -0.007403492461889982, -0.026269089430570602, -0.007339589763432741, -0.06435254216194153, 0.17705826461315155, -0.02267508953809738, -0.13620983064174652, 0.11079982668161392, 0.03595677763223648, -0.006324244663119316, 0.024637099355459213, -0.013098301365971565, -0.014855470508337021, -0.011827805079519749, -0.09349910914897919, 0.18178780376911163, 0.02421891689300537, 0.02165917493402958, -0.07942808419466019, -0.06854728609323502, -0.046964772045612335, 0.004573671147227287, -0.08231962472200394, 0.09986276179552078, -0.02723524160683155, -0.014407767914235592, 0.09626571089029312, 0.07914166152477264, -0.02220318838953972, 0.10539025813341141, -0.04755832254886627, -0.038294583559036255, -0.047341953963041306, 0.04986310377717018, 0.02001132257282734, 0.10036454349756241, 0.01639031246304512, 0.003939379937946796, 0.029950229451060295, 0.07709106802940369, -0.0127600422129035, -0.021074222400784492, 0.04653545096516609, -0.006763366051018238, 0.022548960521817207, 0.014447174966335297, 0.008725909516215324, 0.03613458201289177, 0.040723156183958054, 0.0019585583359003067, -0.041445132344961166, 0.02596249058842659, 0.00044248736230656505, -0.05765390768647194, 0.145353302359581, -0.17244243621826172, -0.3142000138759613, -0.1246626004576683, -0.013447828590869904, -0.06539531797170639, -0.013460920192301273, 0.02706974931061268, 0.07026390731334686, -0.06927874684333801, -0.09133842587471008, 0.24508421123027802, -0.018368057906627655, -0.0874161496758461, -0.04050300642848015, 0.006264250259846449, -0.06346523761749268, -0.10345223546028137, -0.014133059419691563, -0.012012607418000698, 0.04313857480883598, 0.053490765392780304, -0.06316065043210983, 0.05071520432829857, 0.02548317424952984, -0.012608191929757595, -0.03495030477643013, -0.03665398806333542, 0.11717598140239716, -0.07870183885097504, 0.1540331095457077, 0.03751455992460251, -0.1007387638092041, 0.039290010929107666, 0.2284846156835556, 0.0322747565805912, -0.03946911171078682, 0.014107986353337765, -0.0005249818786978722, -0.05470552667975426, -0.2131056785583496, -0.12456262111663818, -0.06102394312620163, 0.052306413650512695, 0.07081612199544907, 0.04509691148996353, 0.05192255601286888, 0.021102052181959152, -0.01584908366203308, 0.1048116683959961, 0.07320127636194229, 0.11220300197601318, 0.10057186335325241, 0.025195933878421783, 0.0907578244805336, -0.04109569266438484, -0.015534911304712296, 0.09094250202178955, -0.004980883095413446, 0.16179560124874115, -0.03113091178238392, 0.05836386978626251, 0.04211987927556038, 0.05721304938197136, 0.07602209597826004, 0.029308222234249115, -0.04211284965276718, 0.017050817608833313, 0.0037747861351817846, -0.06363153457641602, 0.02375645935535431, 0.10682400315999985, -0.027923213317990303, -0.058054231107234955, 0.08609841018915176, -0.032058827579021454, 0.06909876316785812, 0.03276610001921654, 0.0289718396961689, -0.10211586952209473, -0.06205497309565544, 0.025600610300898552, 0.025588219985365868, -0.11622676253318787, 0.007923310622572899, 0.0321076475083828, -0.051903512328863144, 0.025263940915465355, -0.01218985952436924, 0.0983302891254425, -0.046626947820186615, -0.03142642602324486, -0.06366139650344849, 0.09077281504869461, -0.028396667912602425, 0.02132103033363819, -0.27902454137802124, 0.08969936519861221, -0.019593968987464905, 0.01208711788058281, -0.03588331863284111, 0.06751006841659546, 0.001093700178898871, 0.12141981720924377, 0.07848803699016571, 0.06243742257356644, -0.2441319227218628, 0.04443172365427017, -0.0787806287407875, -0.0078277001157403, 0.0022335557732731104, -0.09936892241239548, 0.012392734177410603, 0.042182210832834244, 0.05771591141819954, -0.0007733719539828598, -0.052986230701208115, -0.08694072812795639, -0.11888691037893295, 0.012877621687948704, -0.021003302186727524, 0.09533422440290451, 0.01870247907936573, -0.02581600658595562, -0.0409151129424572, 0.10814228653907776, -0.1335010975599289, -0.07563641667366028, -0.0954970121383667, -0.013825972564518452, 0.102800153195858, -0.03813854232430458, 0.03190868720412254, -0.022319171577692032, 0.13142947852611542, -0.06781135499477386, -0.10596229881048203, 0.050683725625276566, -0.049549903720617294, -0.0044141849502921104, 0.012230359949171543, 0.1317538470029831, 0.10236405581235886, -0.00023427729320246726, 0.016237085685133934, 0.11199921369552612, -0.06636188924312592, -0.08195040374994278, -0.06022557616233826, 0.14898860454559326, 0.008787160739302635, 0.12705180048942566, -0.14219558238983154, -0.1758899688720703, -0.0211784727871418, -0.028826352208852768, 0.0660693421959877, 0.10124558955430984, -0.038708437234163284, 0.12377962470054626, 0.10808993875980377, -0.1130669116973877, -0.22783015668392181, 0.030814621597528458, 0.11243350803852081, 0.101991668343544, 0.023600639775395393, -0.16283585131168365, 0.13078056275844574, 0.12976032495498657, 0.023155704140663147, -0.04389931261539459, -0.024870391935110092, -0.10117422044277191, 0.09411118179559708, -0.046783555299043655, -0.07189075648784637, 0.0008639097213745117, -0.02708774246275425, -0.04526297003030777, -0.1215839833021164, 0.2036607712507248, 0.039192043244838715, -0.036312513053417206, 0.015654409304261208, 0.1416066437959671, 0.0288156196475029, 0.060502465814352036, 0.12061093002557755, 0.050819866359233856, 0.015176692977547646, -0.08060906082391739, -0.05698859691619873, 0.14990998804569244, -0.06174851581454277, 0.1763090044260025, -0.05267692357301712, -0.000970301276538521, -0.09142916649580002, -0.03777351975440979, -0.02204490639269352, 0.14111146330833435, -0.05788436532020569, -0.06707993149757385, -0.13993096351623535, 0.06392025202512741, 0.03457171469926834, -0.010451721958816051, 0.20684701204299927, -0.014779264107346535, -0.015438989736139774, 0.02754119597375393, 0.07301685214042664, 0.056844405829906464, 0.05636923760175705, 0.022586176171898842, -0.04130341112613678, 0.06238490343093872, -0.24325144290924072, 0.05586976930499077, 0.15437863767147064, -0.055661093443632126, 0.09058210998773575, -0.013472393155097961, -0.14423449337482452, -0.044340576976537704, 0.07152865082025528, -0.06482282280921936, -0.023401698097586632, -0.005632523447275162, -0.042629893869161606, 0.03964153677225113, -0.03312089666724205, 0.14260853826999664, -0.07204268872737885, -0.010883402079343796, 0.0414896234869957, 0.003272972535341978, 0.0032206252217292786, -0.04277988523244858, -0.02378847263753414, 0.01794152520596981, -0.0616135373711586, 0.09356607496738434, 0.08034999668598175, -0.03756722807884216, 0.03651292994618416, 0.0865074098110199, -0.06011080741882324, -0.05943676084280014, -0.016399584710597992, 0.06367412954568863, -0.002657481702044606, -0.03264378011226654, -0.013476983644068241, -0.15388579666614532, -0.00019913168216589838, 0.11565946042537689, 0.02545339986681938, 0.06150362268090248, 0.010450299829244614, -0.016357239335775375, -0.06516196578741074, 0.10167460888624191, -0.07390934228897095, 0.056392841041088104, -0.0246701929718256, -0.041850101202726364, -0.023339878767728806, -0.06445466727018356, -0.004832589533179998, -0.01202161330729723, -0.07376735657453537, -0.03761761263012886, -0.02026299573481083, 0.0028141913935542107, 0.0035965219140052795, 0.01633981056511402, 0.023494284600019455, -0.06562468409538269, 0.02001936174929142, 0.04036932438611984, -0.03510022163391113, -0.011140244081616402, -0.05879215523600578, 0.06161517649888992, -0.0636054128408432, -0.07883769273757935, 0.030646270141005516, -0.06163337081670761, 0.08294741064310074, 0.01659396104514599, -0.002688531531020999, 0.0743652805685997, -0.018694773316383362, 0.11665535718202591, 0.051637936383485794, 0.07532276958227158, 0.02098710648715496, -0.07279035449028015, -0.04606340825557709, 0.05036283656954765, -0.039821892976760864, 0.01890244148671627, 0.043257083743810654, -0.06349749863147736, 0.019269326701760292, 0.03591279312968254, -0.10393489897251129, -0.0024243993684649467, 0.049916137009859085, 0.013072917237877846, 0.1116320863366127, 0.1033117026090622, 0.02231646701693535, 0.01152769848704338, -0.060468073934316635, -0.03582245111465454, 0.05441795662045479, -0.07391637563705444, -0.006520760245621204, -0.06549445539712906, 0.023859897628426552, -0.00506456708535552, 0.20074011385440826, 0.051800720393657684, -0.05722613260149956, 0.04927350953221321, -0.02399728074669838, -0.0514487586915493, 0.07094284147024155, 0.06319183856248856, -0.022758521139621735, -0.021710535511374474, -0.09201298654079437, -0.07662355899810791, -0.02772321179509163, 0.011500229127705097, 0.02338443696498871, 0.12249276041984558, 0.14167490601539612, -0.024485237896442413, 0.1397257000207901, 0.06624351441860199, -0.03374185413122177, -0.04568867012858391, 0.0034044920466840267, 0.007625643163919449, 0.01578230783343315, 0.16735103726387024, 0.027783982455730438, -0.1220298483967781, 0.09906923770904541, -0.0024046434555202723, -0.11063168942928314, -0.03479820862412453, -0.15515822172164917, -0.0686752200126648, -0.07326976954936981, -0.012381267733871937, -0.16110937297344208, -0.0105019211769104, 0.08048779517412186, 0.04856470227241516, 0.0016260803677141666, 0.03872478008270264, -0.12750966846942902, -0.09655476361513138, 0.0767318457365036, -0.007021382916718721, -0.003087987657636404, 0.0608663372695446, -0.009301373735070229, -0.030889227986335754, 0.07596930116415024, -0.0008779623894952238, 0.025161102414131165, 0.06624601781368256, -0.01244728360325098, -0.08193482458591461, -0.058207686990499496, 0.03920450806617737, -0.01631424017250538, -0.07338593900203705, 0.06617870181798935, 0.08801601082086563, -0.08300361037254333, 0.031402554363012314, 0.13583005964756012, 0.03038955293595791, -0.14636656641960144, -0.18903496861457825, 0.10851706564426422, -0.03472164273262024, 0.04273433983325958, -0.02160007134079933, -0.0586446076631546, -0.036543697118759155, 0.011737747117877007, 0.11240348219871521, 0.045201994478702545, -0.014742176979780197, -0.011849163100123405, -0.0060180858708918095, -0.048340264707803726, 0.05807926133275032, 0.006166158709675074, 0.15852954983711243, 0.009956948459148407, -0.03509930521249771, -0.08572331815958023, -0.02828398160636425, -0.07913149893283844, 0.0051183621399104595, -0.03106095641851425, -0.09982799738645554, -0.09993693977594376, 0.07565600425004959, -0.0856161117553711, -0.1808444708585739, 0.052850332111120224, -0.1576734334230423, -0.1190386563539505, -0.07032480090856552, 0.015405526384711266, -0.04570620507001877, 0.012679677456617355, 0.019842294976115227, -0.06080234795808792, 0.1296878457069397, -0.01080640871077776, -0.04053919017314911, 0.011121793650090694, 0.02469164878129959, -0.08646063506603241, 0.036212895065546036, 0.028494738042354584, 0.14597386121749878, 0.054730381816625595, 0.033900436013936996, -0.045059945434331894, 0.0400075763463974, -0.0072350287809967995, 0.037001077085733414, 0.0015582137275487185, 0.0864333063364029, -0.030717941001057625, 0.1295882761478424, 0.11511045694351196, -0.05424875766038895, -0.019997471943497658, -0.03844020143151283, -0.10883491486310959, -0.027197830379009247, 0.039724040776491165, -0.09657187014818192, 0.07278101146221161, 0.17482514679431915, 0.0523982010781765, -0.020605115219950676, -0.05519288778305054, 0.03997453674674034, 0.012607365846633911, 0.0682545080780983, -0.0010802372125908732, -0.0982259213924408, -0.007001025136560202, 0.1494562029838562, 0.014722935855388641, -0.10151728987693787, -0.08729635924100876, -0.047169581055641174, -0.027661016210913658, -0.02244112640619278, 0.09465635567903519, 0.08147918432950974, -0.004972939845174551, -0.03886759653687477, -0.02073400467634201, 0.06000204011797905, 0.05955245718359947, 0.031045980751514435, -0.022602984681725502 ]
2c133fcebcba496f9aeb706c52609cf8d4f99372
# Dataset Card for DanishPoliticalComments ## 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/steffan267/Sentiment-Analysis-on-Danish-Social-Media - **Repository:** https://github.com/steffan267/Sentiment-Analysis-on-Danish-Social-Media - **Paper:** https://github.com/lucaspuvis/SAM/blob/master/Thesis.pdf - **Point of Contact:** [More Information Needed] ### Dataset Summary The dataset consists of 9008 sentences that are labeled with fine-grained polarity in the range from -2 to 2 (negative to positive). The quality of the fine-grained is not cross-validated and is therefore subject to uncertainties; however, the simple polarity has been cross-validated and therefore is considered to be more correct. ### 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.
danish_political_comments
[ "task_categories:text-classification", "task_ids:multi-class-classification", "annotations_creators:expert-generated", "language_creators:other", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:da", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["other"], "language": ["da"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-class-classification"], "pretty_name": "DanishPoliticalComments", "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "target", "dtype": {"class_label": {"names": {"0": "2", "1": "1", "2": "0", "3": "-1", "4": "-2"}}}}], "splits": [{"name": "train", "num_bytes": 829569, "num_examples": 9008}], "download_size": 690873, "dataset_size": 829569}}
2024-01-18T11:02:31+00:00
[]
[ "da" ]
TAGS #task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Danish #license-unknown #region-us
# Dataset Card for DanishPoliticalComments ## 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: ### Dataset Summary The dataset consists of 9008 sentences that are labeled with fine-grained polarity in the range from -2 to 2 (negative to positive). The quality of the fine-grained is not cross-validated and is therefore subject to uncertainties; however, the simple polarity has been cross-validated and therefore is considered to be more correct. ### 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 DanishPoliticalComments", "## 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:", "### Dataset Summary\n\nThe dataset consists of 9008 sentences that are labeled with fine-grained polarity in the range from -2 to 2 (negative to positive). The quality of the fine-grained is not cross-validated and is therefore subject to uncertainties; however, the simple polarity has been cross-validated and therefore is considered to be more correct.", "### 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-multi-class-classification #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Danish #license-unknown #region-us \n", "# Dataset Card for DanishPoliticalComments", "## 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:", "### Dataset Summary\n\nThe dataset consists of 9008 sentences that are labeled with fine-grained polarity in the range from -2 to 2 (negative to positive). The quality of the fine-grained is not cross-validated and is therefore subject to uncertainties; however, the simple polarity has been cross-validated and therefore is considered to be more correct.", "### 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." ]
[ 90, 9, 120, 23, 89, 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-multi-class-classification #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Danish #license-unknown #region-us \n# Dataset Card for DanishPoliticalComments## 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:### Dataset Summary\n\nThe dataset consists of 9008 sentences that are labeled with fine-grained polarity in the range from -2 to 2 (negative to positive). The quality of the fine-grained is not cross-validated and is therefore subject to uncertainties; however, the simple polarity has been cross-validated and therefore is considered to be more correct.### 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.0027432460337877274, 0.19554653763771057, -0.007222773972898722, 0.031169407069683075, 0.06878627091646194, 0.04554932564496994, 0.06257683038711548, 0.12147610634565353, 0.021671438589692116, 0.1461201310157776, -0.045267507433891296, 0.08889538794755936, 0.13024888932704926, 0.0709579810500145, 0.005859751719981432, -0.23252247273921967, 0.04832442104816437, -0.12012088298797607, -0.004760574549436569, 0.096719890832901, 0.13341471552848816, -0.06788133084774017, 0.02043958380818367, -0.08030949532985687, -0.013193730264902115, -0.005507873371243477, -0.08323445171117783, -0.01848416030406952, 0.019534924998879433, 0.0196017287671566, 0.06529025733470917, 0.028135040774941444, 0.05540816858410835, -0.3019205927848816, 0.013406671583652496, 0.043257344514131546, -0.005759380292147398, 0.04448877274990082, 0.06269288063049316, -0.08166541159152985, 0.06998984515666962, -0.1823805421590805, 0.08665308356285095, 0.06324614584445953, -0.11828925460577011, -0.1350296437740326, -0.10191813856363297, 0.0949949324131012, 0.12981000542640686, 0.015260308049619198, -0.0772247165441513, 0.035167768597602844, -0.09109531342983246, 0.022814664989709854, 0.05347856506705284, -0.12839852273464203, -0.05344781652092934, 0.04428548738360405, 0.0033291680738329887, 0.07784027606248856, -0.16936655342578888, 0.025404594838619232, -0.022184884175658226, 0.019958004355430603, 0.019173728302121162, -0.0019461311167106032, -0.010276357643306255, 0.060284096747636795, -0.11182902008295059, -0.043846022337675095, 0.08234389871358871, 0.0004912398289889097, -0.0006923932814970613, -0.21712687611579895, 0.00791966263204813, 0.04595283791422844, -0.04820186272263527, -0.0231243297457695, 0.014857015572488308, -0.024175336584448814, 0.06898745894432068, -0.04763243347406387, -0.05689031258225441, 0.02286166325211525, 0.0067783924750983715, 0.036792606115341187, 0.034775689244270325, -0.026182910427451134, 0.09764637053012848, 0.04838569089770317, -0.009425575844943523, -0.11752193421125412, -0.036225344985723495, -0.058641646057367325, -0.15758009254932404, -0.038702987134456635, 0.03304316848516464, 0.021380562335252762, 0.09435392171144485, 0.20702657103538513, -0.02234128676354885, 0.026866057887673378, -0.066942498087883, -0.02535000443458557, 0.11291974782943726, 0.06596285849809647, -0.08214913308620453, -0.12693603336811066, -0.05702748894691467, -0.008999239653348923, -0.00966690294444561, -0.029057146981358528, 0.005648695398122072, 0.06555262953042984, 0.06941439211368561, 0.12103354185819626, 0.12360458821058273, 0.002726750448346138, -0.10550913214683533, -0.029852846637368202, 0.09984204173088074, -0.11450275778770447, 0.07836610823869705, 0.07220759987831116, -0.015136098489165306, 0.024978773668408394, -0.06326790899038315, 0.043669167906045914, -0.08176399767398834, 0.14870133996009827, -0.031701039522886276, 0.007599170785397291, -0.06228409335017204, -0.06664068251848221, 0.08821820467710495, -0.013317816890776157, -0.08104171603918076, 0.017646027728915215, -0.039135269820690155, -0.07039126753807068, 0.041438568383455276, -0.13507018983364105, -0.042668476700782776, -0.032394371926784515, -0.04766238108277321, 0.05119811370968819, 0.012237004935741425, 0.0037762748543173075, -0.05021267384290695, 0.03735528886318207, -0.08815212547779083, 0.036329418420791626, 0.09040965884923935, 0.0336126983165741, -0.0799964889883995, 0.014988797716796398, -0.15453864634037018, 0.10375858098268509, -0.1767222285270691, -0.01060520764440298, -0.135855570435524, -0.045140236616134644, 0.07190025597810745, -0.010547284968197346, -0.022908920422196388, 0.13473138213157654, -0.22300562262535095, -0.016353977844119072, 0.12655726075172424, -0.08879788219928741, -0.04272743687033653, 0.10102493315935135, -0.02843586355447769, 0.008069103583693504, 0.044193968176841736, 0.11339593678712845, -0.03210584819316864, -0.018973391503095627, -0.04591667279601097, -0.10906607657670975, 0.05020882934331894, 0.25883617997169495, 0.09361939877271652, -0.10637179762125015, 0.1576947569847107, 0.008701891638338566, -0.014008039608597755, -0.10649628937244415, -0.019949067384004593, -0.08971166610717773, 0.022272692993283272, 0.015586098656058311, 0.06611455231904984, 0.02889418415725231, -0.09408927708864212, -0.0373166985809803, -0.12987850606441498, 0.04892265796661377, -0.004504156764596701, -0.027180179953575134, 0.024050138890743256, -0.053731512278318405, 0.008439450524747372, 0.025923151522874832, 0.01303049735724926, -0.1281617283821106, -0.1795584112405777, 0.03762748837471008, -0.02452920190989971, 0.10956789553165436, -0.03110344149172306, 0.010791396722197533, -0.02271747589111328, -0.060777340084314346, 0.004915608558803797, -0.0007854722207412124, 0.0482727475464344, 0.004829573445022106, -0.20853294432163239, 0.002807226264849305, -0.0342680886387825, 0.15913525223731995, -0.08740447461605072, -0.006541821174323559, 0.1485552042722702, 0.22256174683570862, 0.03576607629656792, -0.05162025988101959, 0.050860971212387085, 0.016105467453598976, -0.0034225464332848787, -0.03617536649107933, 0.03293094411492348, -0.09359864145517349, 0.005888148210942745, 0.017418812960386276, -0.07333043217658997, -0.12851694226264954, 0.0622570775449276, 0.05880751460790634, -0.07854078710079193, -0.042509403079748154, -0.05397428572177887, -0.03369943052530289, -0.051226790994405746, -0.10429216921329498, 0.033861976116895676, 0.07942616194486618, -0.008983411826193333, -0.054943062365055084, -0.06977604329586029, -0.05209016799926758, -0.020574571564793587, -0.0865030586719513, 0.12173733860254288, -0.02057461626827717, -0.14456619322299957, 0.1616305410861969, 0.06295914947986603, 0.12013250589370728, 0.09034910798072815, -0.03497302904725075, -0.08632936328649521, -0.03917555510997772, 0.014047186821699142, 0.028101002797484398, 0.06911231577396393, -0.07916004955768585, 0.01347590982913971, 0.05198107659816742, -0.0105710094794631, 0.010172498412430286, -0.04768085107207298, 0.038892921060323715, -0.012527425773441792, -0.020217444747686386, 0.060259249061346054, 0.0036326309200376272, 0.0644860714673996, 0.09991813451051712, 0.04254501312971115, 0.08369114995002747, -0.011132857762277126, -0.05645110085606575, -0.07998275756835938, 0.10113530606031418, -0.1670846790075302, -0.2203785926103592, -0.09121523797512054, -0.08675257116556168, -0.05493117496371269, -0.044225145131349564, 0.023784087970852852, -0.03835897892713547, -0.10807131975889206, -0.060296911746263504, 0.12959134578704834, 0.10538831353187561, -0.123804472386837, -0.03852183371782303, 0.009677768684923649, -0.0098696518689394, -0.10254010558128357, 0.03710563853383064, 0.05462589114904404, -0.06499630957841873, 0.024023005738854408, 0.06090100482106209, 0.09750361740589142, 0.11239980161190033, 0.05096570402383804, -0.035279665142297745, -0.018383273854851723, 0.25158825516700745, -0.1467951238155365, 0.1451180875301361, 0.010091670788824558, -0.07632915675640106, 0.06802618503570557, 0.26400625705718994, 0.042900409549474716, -0.05479300767183304, 0.018956869840621948, 0.10574311763048172, 0.011538779363036156, -0.22554507851600647, -0.12093023210763931, -0.06281626224517822, -0.019011057913303375, 0.054620735347270966, 0.05717410147190094, 0.05639448016881943, -0.00965963676571846, -0.09729672223329544, -0.11774612963199615, 0.09851231426000595, 0.11071933805942535, 0.13558465242385864, 0.0168350487947464, 0.05361805483698845, -0.021648460999131203, 0.0039965747855603695, 0.09069818258285522, 0.05551964044570923, 0.14312660694122314, 0.02883307635784149, 0.20285438001155853, 0.07814283668994904, 0.07341325283050537, -0.03827393427491188, -0.011785252951085567, -0.030592773109674454, 0.060179147869348526, -0.001235325587913394, -0.06449777632951736, 0.03764219209551811, 0.07270332425832748, 0.12375491857528687, -0.09777863323688507, 0.06734780222177505, -0.12884651124477386, 0.12435978651046753, 0.14106306433677673, 0.08139906823635101, -0.02906879037618637, -0.020363222807645798, 0.12538062036037445, -0.07850496470928192, -0.10252364724874496, -0.021284576505422592, 0.009241112507879734, -0.17498815059661865, 0.07282308489084244, -0.030753446742892265, 0.09807468205690384, -0.03869001194834709, -0.045944709330797195, 0.010536872781813145, 0.012737344019114971, -0.017780162394046783, 0.09108400344848633, -0.16601496934890747, 0.11234360188245773, 0.012502324767410755, 0.0190438199788332, -0.08767306804656982, 0.045348793268203735, -0.023997515439987183, -0.025622451677918434, 0.17750534415245056, 0.009708872996270657, -0.04568307474255562, -0.003625194076448679, -0.07674720138311386, -0.039388258010149, 0.12327192723751068, -0.16239674389362335, 0.08838535100221634, -0.01327073946595192, -0.014751306734979153, -0.059265006333589554, 0.015839453786611557, -0.1177864745259285, -0.20038121938705444, 0.08726312220096588, -0.08628279715776443, 0.059501539915800095, -0.030084067955613136, -0.04174301400780678, -0.14660340547561646, 0.20777031779289246, -0.18388347327709198, -0.10612840205430984, -0.14628784358501434, 0.024077463895082474, 0.18064428865909576, -0.035978663712739944, 0.050374459475278854, -0.024643803015351295, 0.1688687950372696, -0.00963191594928503, -0.019953275099396706, 0.04727882891893387, -0.021151941269636154, -0.23462393879890442, -0.017070164903998375, 0.20545116066932678, 0.06434594839811325, 0.04003062844276428, 0.010372331365942955, 0.10717969387769699, 0.03150605037808418, -0.10119844973087311, 0.03818712383508682, 0.08897506445646286, 0.06480161100625992, 0.0849306657910347, -0.0335848331451416, -0.20993131399154663, -0.14456501603126526, -0.05026979744434357, 0.1160314679145813, 0.1590070128440857, -0.06027679145336151, 0.20657362043857574, 0.13911446928977966, -0.0774313285946846, -0.23088595271110535, -0.03993392735719681, 0.023913774639368057, -0.03948904573917389, 0.03640690818428993, -0.15432853996753693, 0.0665469691157341, 0.0425943098962307, -0.004794549662619829, -0.03061520867049694, -0.17027583718299866, -0.12980490922927856, 0.010920860804617405, 0.016073554754257202, -0.30391207337379456, -0.17639337480068207, -0.11434865742921829, -0.01639947108924389, -0.1947123408317566, 0.19240757822990417, 0.05609772726893425, 0.00884786993265152, 0.007973956875503063, 0.10166657716035843, 0.03244933858513832, -0.02655690163373947, 0.18029648065567017, 0.03415238484740257, -0.02658185549080372, -0.10561326146125793, -0.057127695530653, 0.09761616587638855, -0.006653234828263521, 0.04734295606613159, 0.010503106750547886, -0.02006610482931137, -0.09161727875471115, -0.01569472998380661, -0.10085479170084, 0.01990586705505848, -0.13971175253391266, -0.056081969290971756, -0.08804462850093842, 0.12179158627986908, 0.10377534478902817, -0.048979323357343674, 0.11061770468950272, -0.08256297558546066, 0.09734655171632767, 0.09432747215032578, 0.12759944796562195, 0.0781460851430893, -0.06050287187099457, -0.0031907171942293644, -0.02200636826455593, -0.03304396569728851, -0.1232486441731453, 0.06677848845720291, 0.1131991297006607, 0.009557884186506271, 0.16704131662845612, -0.052137114107608795, -0.1448676586151123, -0.049089618027210236, 0.06554742157459259, -0.06984443217515945, -0.21057191491127014, 0.043937597423791885, 0.05433335900306702, -0.11700358986854553, -0.05689254403114319, 0.07209062576293945, 0.04524821415543556, -0.07284121960401535, 0.05685922130942345, 0.12506110966205597, 0.01852506957948208, 0.053800515830516815, 0.027608631178736687, 0.07516080886125565, -0.11459145694971085, 0.09352598339319229, 0.11733542382717133, -0.08868246525526047, 0.0022958964109420776, 0.180336132645607, -0.034936822950839996, -0.0474071241915226, 0.024626990780234337, 0.017175983637571335, 0.024704597890377045, 0.0027506197802722454, 0.08076311647891998, -0.10740375518798828, 0.01926795020699501, 0.11931367963552475, -0.010582693852484226, 0.017381733283400536, 0.03568614274263382, -0.025753464549779892, -0.03728765994310379, 0.15270280838012695, 0.03788771480321884, 0.012398811057209969, 0.01150678750127554, -0.004388028290122747, -0.038834769278764725, -0.050204697996377945, -0.00149430800229311, -0.014558341354131699, -0.10509583353996277, -0.02887738309800625, -0.04868326336145401, -0.010178410448133945, -0.1260077953338623, -0.007576474919915199, 0.011564196087419987, -0.07723359018564224, 0.01192526239901781, -0.01495386566966772, -0.06483498215675354, -0.0649350956082344, -0.018610646948218346, 0.11845135688781738, -0.22837720811367035, -0.019042789936065674, 0.0940149649977684, -0.07150978595018387, 0.11507073789834976, -0.021948717534542084, -0.019799496978521347, 0.012733752839267254, -0.16206037998199463, 0.004380995407700539, -0.04793638736009598, 0.02222105674445629, 0.0529555082321167, -0.1605951339006424, -0.037387169897556305, -0.020418310537934303, -0.0516698993742466, 0.06666096299886703, 0.01647850312292576, -0.08661278337240219, 0.045365795493125916, -0.06705331057310104, -0.08796671777963638, -0.005520604085177183, 0.04040408879518509, 0.07683015614748001, -0.026917876675724983, 0.1389840990304947, -0.03864282742142677, 0.10131695866584778, -0.089053213596344, -0.0218556746840477, 0.010877730324864388, 0.026812290772795677, 0.008650301024317741, 0.004678638651967049, 0.048209428787231445, -0.011360753327608109, 0.1474037915468216, -0.04409543052315712, 0.01123487763106823, 0.09555188566446304, 0.04924510791897774, -0.07776948064565659, 0.07314996421337128, 0.0051220073364675045, -0.004491664934903383, -0.030998654663562775, -0.032791003584861755, -0.07094630599021912, -0.1115260049700737, -0.10069740563631058, 0.12190834432840347, 0.1908261924982071, 0.15626640617847443, -0.05743244290351868, 0.06028040871024132, -0.1048947423696518, -0.029804890975356102, 0.15599246323108673, -0.0246964730322361, 0.0076837800443172455, -0.09451648592948914, 0.0970778688788414, 0.04313495755195618, -0.21295849978923798, 0.11055377125740051, -0.08727369457483292, -0.09189212322235107, -0.008242152631282806, -0.1844485104084015, -0.07732537388801575, 0.023484840989112854, 0.01997133530676365, -0.1134156584739685, 0.11945601552724838, 0.07713501900434494, 0.0028605207335203886, -0.013307132758200169, 0.07346723228693008, -0.08182325959205627, -0.053123947232961655, 0.06640606373548508, 0.08503276854753494, 0.03323504701256752, 0.013679014518857002, 0.07808487862348557, -0.05995608866214752, 0.10468999296426773, 0.07855945825576782, 0.07728993147611618, 0.005192659795284271, -0.029689276590943336, -0.09785449504852295, -0.10133549571037292, 0.05225209891796112, -0.02428201213479042, -0.06284664571285248, 0.20672228932380676, 0.018306858837604523, 0.03662484139204025, -0.0048154909163713455, 0.2293071299791336, -0.03910430520772934, -0.12772874534130096, -0.16329847276210785, 0.03998006135225296, -0.051115214824676514, 0.03437548875808716, 0.04432230815291405, -0.16155491769313812, 0.021191978827118874, 0.07426956295967102, 0.12789352238178253, -0.018517717719078064, 0.01598072424530983, 0.000013556839803641196, 0.03254907950758934, 0.015711121261119843, 0.008034688420593739, 0.01853768527507782, 0.15389882028102875, -0.05778339505195618, 0.055483970791101456, -0.04854368418455124, -0.05762145295739174, -0.07415793836116791, 0.1255253106355667, -0.019916580989956856, -0.038910988718271255, -0.087392158806324, 0.1811268925666809, -0.08744452148675919, -0.24415841698646545, 0.06479671597480774, -0.1471015363931656, -0.15572373569011688, -0.041894130408763885, 0.049325548112392426, -0.004911657888442278, -0.0037874639965593815, 0.0953650251030922, -0.034263160079717636, 0.1619194895029068, 0.06964226812124252, 0.020831605419516563, 0.04329999163746834, 0.08110734820365906, -0.1306951940059662, 0.20506305992603302, 0.028049612417817116, 0.06582695990800858, 0.11172474920749664, -0.05098509415984154, -0.09345203638076782, 0.005271502770483494, 0.13488441705703735, -0.05522704869508743, 0.026177972555160522, 0.21092166006565094, 0.034412965178489685, 0.09703446179628372, 0.12959498167037964, -0.07260728627443314, 0.04984644055366516, 0.0515943318605423, -0.06042211502790451, -0.07018768787384033, 0.13853740692138672, -0.12005400657653809, 0.08161093294620514, 0.11921699345111847, -0.05632859468460083, 0.011968550272285938, -0.035705532878637314, 0.01459815539419651, -0.03941432014107704, 0.18022099137306213, -0.009370112791657448, -0.1513243168592453, 0.02834048867225647, -0.03964035212993622, 0.11977197974920273, -0.11183063685894012, -0.05541258677840233, 0.03065645694732666, 0.027496760711073875, -0.08217766880989075, 0.16050823032855988, 0.05950793996453285, -0.032249704003334045, -0.0321199893951416, -0.16400524973869324, 0.043311405926942825, 0.13551124930381775, -0.05838574841618538, 0.06785190105438232 ]
c8cd33ecbcc26b64feefb0457988dfcae27b8df4
# Dataset Card for DART ## 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:** [homepahe](https://github.com/Yale-LILY/dart) - **Repository:** [github](https://github.com/Yale-LILY/dart) - **Paper:** [paper](https://arxiv.org/abs/2007.02871) - **Leaderboard:** [leaderboard](https://github.com/Yale-LILY/dart#leaderboard) ### Dataset Summary DART is a large dataset for open-domain structured data record to text generation. We consider the structured data record input as a set of RDF entity-relation triples, a format widely used for knowledge representation and semantics description. DART consists of 82,191 examples across different domains with each input being a semantic RDF triple set derived from data records in tables and the tree ontology of the schema, annotated with sentence descriptions that cover all facts in the triple set. This hierarchical, structured format with its open-domain nature differentiates DART from other existing table-to-text corpora. ### Supported Tasks and Leaderboards The task associated to DART is text generation from data records that are RDF triplets: - `rdf-to-text`: The dataset can be used to train a model for text generation from RDF triplets, which consists in generating textual description of structured data. Success on this task is typically measured by achieving a *high* [BLEU](https://huggingface.co/metrics/bleu), [METEOR](https://huggingface.co/metrics/meteor), [BLEURT](https://huggingface.co/metrics/bleurt), [TER](https://huggingface.co/metrics/ter), [MoverScore](https://huggingface.co/metrics/mover_score), and [BERTScore](https://huggingface.co/metrics/bert_score). The ([BART-large model](https://huggingface.co/facebook/bart-large) from [BART](https://huggingface.co/transformers/model_doc/bart.html)) model currently achieves the following scores: | | BLEU | METEOR | TER | MoverScore | BERTScore | BLEURT | | ----- | ----- | ------ | ---- | ----------- | ---------- | ------ | | BART | 37.06 | 0.36 | 0.57 | 0.44 | 0.92 | 0.22 | This task has an active leaderboard which can be found [here](https://github.com/Yale-LILY/dart#leaderboard) and ranks models based on the above metrics while also reporting. ### Languages The dataset is in english (en). ## Dataset Structure ### Data Instances Here is an example from the dataset: ``` {'annotations': {'source': ['WikiTableQuestions_mturk'], 'text': ['First Clearing\tbased on Callicoon, New York and location at On NYS 52 1 Mi. Youngsville']}, 'subtree_was_extended': False, 'tripleset': [['First Clearing', 'LOCATION', 'On NYS 52 1 Mi. Youngsville'], ['On NYS 52 1 Mi. Youngsville', 'CITY_OR_TOWN', 'Callicoon, New York']]} ``` It contains one annotation where the textual description is 'First Clearing\tbased on Callicoon, New York and location at On NYS 52 1 Mi. Youngsville'. The RDF triplets considered to generate this description are in tripleset and are formatted as subject, predicate, object. ### Data Fields The different fields are: - `annotations`: - `text`: list of text descriptions of the triplets - `source`: list of sources of the RDF triplets (WikiTable, e2e, etc.) - `subtree_was_extended`: boolean, if the subtree condidered during the dataset construction was extended. Sometimes this field is missing, and therefore set to `None` - `tripleset`: RDF triplets as a list of triplets of strings (subject, predicate, object) ### Data Splits There are three splits, train, validation and test: | | train | validation | test | | ----- |------:|-----------:|-----:| | N. Examples | 30526 | 2768 | 6959 | ## Dataset Creation ### Curation Rationale Automatically generating textual descriptions from structured data inputs is crucial to improving the accessibility of knowledge bases to lay users. ### Source Data DART comes from existing datasets that cover a variety of different domains while allowing to build a tree ontology and form RDF triple sets as semantic representations. The datasets used are WikiTableQuestions, WikiSQL, WebNLG and Cleaned E2E. #### Initial Data Collection and Normalization DART is constructed using multiple complementary methods: (1) human annotation on open-domain Wikipedia tables from WikiTableQuestions (Pasupat and Liang, 2015) and WikiSQL (Zhong et al., 2017), (2) automatic conversion of questions in WikiSQL to declarative sentences, and (3) incorporation of existing datasets including WebNLG 2017 (Gardent et al., 2017a,b; Shimorina and Gardent, 2018) and Cleaned E2E (Novikova et al., 2017b; Dušek et al., 2018, 2019) #### Who are the source language producers? [More Information Needed] ### Annotations DART is constructed using multiple complementary methods: (1) human annotation on open-domain Wikipedia tables from WikiTableQuestions (Pasupat and Liang, 2015) and WikiSQL (Zhong et al., 2017), (2) automatic conversion of questions in WikiSQL to declarative sentences, and (3) incorporation of existing datasets including WebNLG 2017 (Gardent et al., 2017a,b; Shimorina and Gardent, 2018) and Cleaned E2E (Novikova et al., 2017b; Dušek et al., 2018, 2019) #### Annotation process The two stage annotation process for constructing tripleset sentence pairs is based on a tree-structured ontology of each table. First, internal skilled annotators denote the parent column for each column header. Then, a larger number of annotators provide a sentential description of an automatically-chosen subset of table cells in a row. #### 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 Under MIT license (see [here](https://github.com/Yale-LILY/dart/blob/master/LICENSE)) ### Citation Information ``` @article{radev2020dart, title={DART: Open-Domain Structured Data Record to Text Generation}, author={Dragomir Radev and Rui Zhang and Amrit Rau and Abhinand Sivaprasad and Chiachun Hsieh and Nazneen Fatema Rajani and Xiangru Tang and Aadit Vyas and Neha Verma and Pranav Krishna and Yangxiaokang Liu and Nadia Irwanto and Jessica Pan and Faiaz Rahman and Ahmad Zaidi and Murori Mutuma and Yasin Tarabar and Ankit Gupta and Tao Yu and Yi Chern Tan and Xi Victoria Lin and Caiming Xiong and Richard Socher}, journal={arXiv preprint arXiv:2007.02871}, year={2020} ``` ### Contributions Thanks to [@lhoestq](https://github.com/lhoestq) for adding this dataset.
dart
[ "task_categories:tabular-to-text", "task_ids:rdf-to-text", "annotations_creators:crowdsourced", "annotations_creators:machine-generated", "language_creators:crowdsourced", "language_creators:machine-generated", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:extended|wikitable_questions", "source_datasets:extended|wikisql", "source_datasets:extended|web_nlg", "source_datasets:extended|cleaned_e2e", "language:en", "license:mit", "arxiv:2007.02871", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced", "machine-generated"], "language_creators": ["crowdsourced", "machine-generated"], "language": ["en"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["extended|wikitable_questions", "extended|wikisql", "extended|web_nlg", "extended|cleaned_e2e"], "task_categories": ["tabular-to-text"], "task_ids": ["rdf-to-text"], "paperswithcode_id": "dart", "pretty_name": "DART", "dataset_info": {"features": [{"name": "tripleset", "sequence": {"sequence": "string"}}, {"name": "subtree_was_extended", "dtype": "bool"}, {"name": "annotations", "sequence": [{"name": "source", "dtype": "string"}, {"name": "text", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 12966443, "num_examples": 30526}, {"name": "validation", "num_bytes": 1458106, "num_examples": 2768}, {"name": "test", "num_bytes": 2657644, "num_examples": 5097}], "download_size": 29939366, "dataset_size": 17082193}}
2022-11-18T19:57:00+00:00
[ "2007.02871" ]
[ "en" ]
TAGS #task_categories-tabular-to-text #task_ids-rdf-to-text #annotations_creators-crowdsourced #annotations_creators-machine-generated #language_creators-crowdsourced #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|wikitable_questions #source_datasets-extended|wikisql #source_datasets-extended|web_nlg #source_datasets-extended|cleaned_e2e #language-English #license-mit #arxiv-2007.02871 #region-us
Dataset Card for DART ===================== 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: homepahe * Repository: github * Paper: paper * Leaderboard: leaderboard ### Dataset Summary DART is a large dataset for open-domain structured data record to text generation. We consider the structured data record input as a set of RDF entity-relation triples, a format widely used for knowledge representation and semantics description. DART consists of 82,191 examples across different domains with each input being a semantic RDF triple set derived from data records in tables and the tree ontology of the schema, annotated with sentence descriptions that cover all facts in the triple set. This hierarchical, structured format with its open-domain nature differentiates DART from other existing table-to-text corpora. ### Supported Tasks and Leaderboards The task associated to DART is text generation from data records that are RDF triplets: * 'rdf-to-text': The dataset can be used to train a model for text generation from RDF triplets, which consists in generating textual description of structured data. Success on this task is typically measured by achieving a *high* BLEU, METEOR, BLEURT, TER, MoverScore, and BERTScore. The (BART-large model from BART) model currently achieves the following scores: This task has an active leaderboard which can be found here and ranks models based on the above metrics while also reporting. ### Languages The dataset is in english (en). Dataset Structure ----------------- ### Data Instances Here is an example from the dataset: It contains one annotation where the textual description is 'First Clearing\tbased on Callicoon, New York and location at On NYS 52 1 Mi. Youngsville'. The RDF triplets considered to generate this description are in tripleset and are formatted as subject, predicate, object. ### Data Fields The different fields are: * 'annotations': + 'text': list of text descriptions of the triplets + 'source': list of sources of the RDF triplets (WikiTable, e2e, etc.) * 'subtree\_was\_extended': boolean, if the subtree condidered during the dataset construction was extended. Sometimes this field is missing, and therefore set to 'None' * 'tripleset': RDF triplets as a list of triplets of strings (subject, predicate, object) ### Data Splits There are three splits, train, validation and test: Dataset Creation ---------------- ### Curation Rationale Automatically generating textual descriptions from structured data inputs is crucial to improving the accessibility of knowledge bases to lay users. ### Source Data DART comes from existing datasets that cover a variety of different domains while allowing to build a tree ontology and form RDF triple sets as semantic representations. The datasets used are WikiTableQuestions, WikiSQL, WebNLG and Cleaned E2E. #### Initial Data Collection and Normalization DART is constructed using multiple complementary methods: (1) human annotation on open-domain Wikipedia tables from WikiTableQuestions (Pasupat and Liang, 2015) and WikiSQL (Zhong et al., 2017), (2) automatic conversion of questions in WikiSQL to declarative sentences, and (3) incorporation of existing datasets including WebNLG 2017 (Gardent et al., 2017a,b; Shimorina and Gardent, 2018) and Cleaned E2E (Novikova et al., 2017b; Dušek et al., 2018, 2019) #### Who are the source language producers? ### Annotations DART is constructed using multiple complementary methods: (1) human annotation on open-domain Wikipedia tables from WikiTableQuestions (Pasupat and Liang, 2015) and WikiSQL (Zhong et al., 2017), (2) automatic conversion of questions in WikiSQL to declarative sentences, and (3) incorporation of existing datasets including WebNLG 2017 (Gardent et al., 2017a,b; Shimorina and Gardent, 2018) and Cleaned E2E (Novikova et al., 2017b; Dušek et al., 2018, 2019) #### Annotation process The two stage annotation process for constructing tripleset sentence pairs is based on a tree-structured ontology of each table. First, internal skilled annotators denote the parent column for each column header. Then, a larger number of annotators provide a sentential description of an automatically-chosen subset of table cells in a row. #### 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 Under MIT license (see here) ### Contributions Thanks to @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nDART is a large dataset for open-domain structured data record to text generation. We consider the structured data record input as a set of RDF entity-relation triples, a format widely used for knowledge representation and semantics description. DART consists of 82,191 examples across different domains with each input being a semantic RDF triple set derived from data records in tables and the tree ontology of the schema, annotated with sentence descriptions that cover all facts in the triple set. This hierarchical, structured format with its open-domain nature differentiates DART from other existing table-to-text corpora.", "### Supported Tasks and Leaderboards\n\n\nThe task associated to DART is text generation from data records that are RDF triplets:\n\n\n* 'rdf-to-text': The dataset can be used to train a model for text generation from RDF triplets, which consists in generating textual description of structured data. Success on this task is typically measured by achieving a *high* BLEU, METEOR, BLEURT, TER, MoverScore, and BERTScore. The (BART-large model from BART) model currently achieves the following scores:\n\n\n\nThis task has an active leaderboard which can be found here and ranks models based on the above metrics while also reporting.", "### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nHere is an example from the dataset:\n\n\nIt contains one annotation where the textual description is 'First Clearing\\tbased on Callicoon, New York and location at On NYS 52 1 Mi. Youngsville'. The RDF triplets considered to generate this description are in tripleset and are formatted as subject, predicate, object.", "### Data Fields\n\n\nThe different fields are:\n\n\n* 'annotations':\n\t+ 'text': list of text descriptions of the triplets\n\t+ 'source': list of sources of the RDF triplets (WikiTable, e2e, etc.)\n* 'subtree\\_was\\_extended': boolean, if the subtree condidered during the dataset construction was extended. Sometimes this field is missing, and therefore set to 'None'\n* 'tripleset': RDF triplets as a list of triplets of strings (subject, predicate, object)", "### Data Splits\n\n\nThere are three splits, train, validation and test:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nAutomatically generating textual descriptions from structured data inputs is crucial to improving the accessibility of knowledge bases to lay users.", "### Source Data\n\n\nDART comes from existing datasets that cover a variety of different domains while allowing to build a tree ontology and form RDF triple sets as semantic representations. The datasets used are WikiTableQuestions, WikiSQL, WebNLG and Cleaned E2E.", "#### Initial Data Collection and Normalization\n\n\nDART is constructed using multiple complementary methods: (1) human annotation on open-domain Wikipedia tables\nfrom WikiTableQuestions (Pasupat and Liang, 2015) and WikiSQL (Zhong et al., 2017), (2) automatic conversion of questions in WikiSQL to declarative sentences, and (3) incorporation of existing datasets including WebNLG 2017 (Gardent et al., 2017a,b; Shimorina and Gardent, 2018) and Cleaned E2E (Novikova et al., 2017b; Dušek et al., 2018, 2019)", "#### Who are the source language producers?", "### Annotations\n\n\nDART is constructed using multiple complementary methods: (1) human annotation on open-domain Wikipedia tables\nfrom WikiTableQuestions (Pasupat and Liang, 2015) and WikiSQL (Zhong et al., 2017), (2) automatic conversion of questions in WikiSQL to declarative sentences, and (3) incorporation of existing datasets including WebNLG 2017 (Gardent et al., 2017a,b; Shimorina and Gardent, 2018) and Cleaned E2E (Novikova et al., 2017b; Dušek et al., 2018, 2019)", "#### Annotation process\n\n\nThe two stage annotation process for constructing tripleset sentence pairs is based on a tree-structured ontology of each table.\nFirst, internal skilled annotators denote the parent column for each column header.\nThen, a larger number of annotators provide a sentential description of an automatically-chosen subset of table cells in a row.", "#### 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\nUnder MIT license (see here)", "### Contributions\n\n\nThanks to @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-tabular-to-text #task_ids-rdf-to-text #annotations_creators-crowdsourced #annotations_creators-machine-generated #language_creators-crowdsourced #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|wikitable_questions #source_datasets-extended|wikisql #source_datasets-extended|web_nlg #source_datasets-extended|cleaned_e2e #language-English #license-mit #arxiv-2007.02871 #region-us \n", "### Dataset Summary\n\n\nDART is a large dataset for open-domain structured data record to text generation. We consider the structured data record input as a set of RDF entity-relation triples, a format widely used for knowledge representation and semantics description. DART consists of 82,191 examples across different domains with each input being a semantic RDF triple set derived from data records in tables and the tree ontology of the schema, annotated with sentence descriptions that cover all facts in the triple set. This hierarchical, structured format with its open-domain nature differentiates DART from other existing table-to-text corpora.", "### Supported Tasks and Leaderboards\n\n\nThe task associated to DART is text generation from data records that are RDF triplets:\n\n\n* 'rdf-to-text': The dataset can be used to train a model for text generation from RDF triplets, which consists in generating textual description of structured data. Success on this task is typically measured by achieving a *high* BLEU, METEOR, BLEURT, TER, MoverScore, and BERTScore. The (BART-large model from BART) model currently achieves the following scores:\n\n\n\nThis task has an active leaderboard which can be found here and ranks models based on the above metrics while also reporting.", "### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nHere is an example from the dataset:\n\n\nIt contains one annotation where the textual description is 'First Clearing\\tbased on Callicoon, New York and location at On NYS 52 1 Mi. Youngsville'. The RDF triplets considered to generate this description are in tripleset and are formatted as subject, predicate, object.", "### Data Fields\n\n\nThe different fields are:\n\n\n* 'annotations':\n\t+ 'text': list of text descriptions of the triplets\n\t+ 'source': list of sources of the RDF triplets (WikiTable, e2e, etc.)\n* 'subtree\\_was\\_extended': boolean, if the subtree condidered during the dataset construction was extended. Sometimes this field is missing, and therefore set to 'None'\n* 'tripleset': RDF triplets as a list of triplets of strings (subject, predicate, object)", "### Data Splits\n\n\nThere are three splits, train, validation and test:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nAutomatically generating textual descriptions from structured data inputs is crucial to improving the accessibility of knowledge bases to lay users.", "### Source Data\n\n\nDART comes from existing datasets that cover a variety of different domains while allowing to build a tree ontology and form RDF triple sets as semantic representations. The datasets used are WikiTableQuestions, WikiSQL, WebNLG and Cleaned E2E.", "#### Initial Data Collection and Normalization\n\n\nDART is constructed using multiple complementary methods: (1) human annotation on open-domain Wikipedia tables\nfrom WikiTableQuestions (Pasupat and Liang, 2015) and WikiSQL (Zhong et al., 2017), (2) automatic conversion of questions in WikiSQL to declarative sentences, and (3) incorporation of existing datasets including WebNLG 2017 (Gardent et al., 2017a,b; Shimorina and Gardent, 2018) and Cleaned E2E (Novikova et al., 2017b; Dušek et al., 2018, 2019)", "#### Who are the source language producers?", "### Annotations\n\n\nDART is constructed using multiple complementary methods: (1) human annotation on open-domain Wikipedia tables\nfrom WikiTableQuestions (Pasupat and Liang, 2015) and WikiSQL (Zhong et al., 2017), (2) automatic conversion of questions in WikiSQL to declarative sentences, and (3) incorporation of existing datasets including WebNLG 2017 (Gardent et al., 2017a,b; Shimorina and Gardent, 2018) and Cleaned E2E (Novikova et al., 2017b; Dušek et al., 2018, 2019)", "#### Annotation process\n\n\nThe two stage annotation process for constructing tripleset sentence pairs is based on a tree-structured ontology of each table.\nFirst, internal skilled annotators denote the parent column for each column header.\nThen, a larger number of annotators provide a sentential description of an automatically-chosen subset of table cells in a row.", "#### 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\nUnder MIT license (see here)", "### Contributions\n\n\nThanks to @lhoestq for adding this dataset." ]
[ 180, 152, 159, 20, 83, 136, 24, 37, 67, 135, 10, 130, 87, 9, 18, 7, 8, 14, 6, 13, 17 ]
[ "passage: TAGS\n#task_categories-tabular-to-text #task_ids-rdf-to-text #annotations_creators-crowdsourced #annotations_creators-machine-generated #language_creators-crowdsourced #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-extended|wikitable_questions #source_datasets-extended|wikisql #source_datasets-extended|web_nlg #source_datasets-extended|cleaned_e2e #language-English #license-mit #arxiv-2007.02871 #region-us \n### Dataset Summary\n\n\nDART is a large dataset for open-domain structured data record to text generation. We consider the structured data record input as a set of RDF entity-relation triples, a format widely used for knowledge representation and semantics description. DART consists of 82,191 examples across different domains with each input being a semantic RDF triple set derived from data records in tables and the tree ontology of the schema, annotated with sentence descriptions that cover all facts in the triple set. This hierarchical, structured format with its open-domain nature differentiates DART from other existing table-to-text corpora.### Supported Tasks and Leaderboards\n\n\nThe task associated to DART is text generation from data records that are RDF triplets:\n\n\n* 'rdf-to-text': The dataset can be used to train a model for text generation from RDF triplets, which consists in generating textual description of structured data. Success on this task is typically measured by achieving a *high* BLEU, METEOR, BLEURT, TER, MoverScore, and BERTScore. The (BART-large model from BART) model currently achieves the following scores:\n\n\n\nThis task has an active leaderboard which can be found here and ranks models based on the above metrics while also reporting.", "passage: ### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nHere is an example from the dataset:\n\n\nIt contains one annotation where the textual description is 'First Clearing\\tbased on Callicoon, New York and location at On NYS 52 1 Mi. Youngsville'. The RDF triplets considered to generate this description are in tripleset and are formatted as subject, predicate, object.### Data Fields\n\n\nThe different fields are:\n\n\n* 'annotations':\n\t+ 'text': list of text descriptions of the triplets\n\t+ 'source': list of sources of the RDF triplets (WikiTable, e2e, etc.)\n* 'subtree\\_was\\_extended': boolean, if the subtree condidered during the dataset construction was extended. Sometimes this field is missing, and therefore set to 'None'\n* 'tripleset': RDF triplets as a list of triplets of strings (subject, predicate, object)### Data Splits\n\n\nThere are three splits, train, validation and test:\n\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nAutomatically generating textual descriptions from structured data inputs is crucial to improving the accessibility of knowledge bases to lay users.### Source Data\n\n\nDART comes from existing datasets that cover a variety of different domains while allowing to build a tree ontology and form RDF triple sets as semantic representations. The datasets used are WikiTableQuestions, WikiSQL, WebNLG and Cleaned E2E.#### Initial Data Collection and Normalization\n\n\nDART is constructed using multiple complementary methods: (1) human annotation on open-domain Wikipedia tables\nfrom WikiTableQuestions (Pasupat and Liang, 2015) and WikiSQL (Zhong et al., 2017), (2) automatic conversion of questions in WikiSQL to declarative sentences, and (3) incorporation of existing datasets including WebNLG 2017 (Gardent et al., 2017a,b; Shimorina and Gardent, 2018) and Cleaned E2E (Novikova et al., 2017b; Dušek et al., 2018, 2019)#### Who are the source language producers?" ]
[ -0.028505608439445496, 0.05490955337882042, -0.006541702430695295, 0.07921428978443146, 0.07177165150642395, -0.0028859274461865425, 0.05894690752029419, 0.06525780260562897, -0.04136284440755844, 0.06309489160776138, -0.027024559676647186, 0.03517165407538414, 0.06572411209344864, 0.06388705223798752, -0.002769164275377989, -0.22558903694152832, 0.048307809978723526, -0.08850429952144623, -0.05931078642606735, 0.0543181449174881, 0.15825960040092468, -0.0603044256567955, 0.06325831264257431, -0.061573028564453125, -0.0358758419752121, 0.019842948764562607, -0.033067382872104645, -0.0068894196301698685, 0.08218220621347427, 0.06627576053142548, 0.0445142537355423, 0.028163332492113113, 0.06691209971904755, -0.19879662990570068, 0.013898912817239761, 0.0756753534078598, 0.03281955420970917, 0.023242663592100143, 0.04751686379313469, -0.025611069053411484, -0.004373951815068722, -0.09257681667804718, 0.09031720459461212, 0.028769733384251595, -0.11035610735416412, -0.03952212631702423, -0.14242221415042877, 0.02795454114675522, 0.07985647022724152, 0.059661440551280975, 0.000920142512768507, 0.05645338073372841, -0.021058060228824615, 0.06799092888832092, 0.10552254319190979, -0.05302939936518669, -0.046737708151340485, 0.0545511357486248, 0.008467260748147964, 0.1295710951089859, -0.07278385013341904, -0.022319801151752472, -0.012638046406209469, 0.04454820230603218, 0.05879075080156326, -0.02648140862584114, 0.017533747479319572, -0.0009556889999657869, -0.10839615762233734, -0.026772616431117058, 0.21012094616889954, 0.017074471339583397, -0.07185152918100357, -0.14739130437374115, -0.038787223398685455, 0.058506593108177185, 0.006315145175904036, -0.06842194497585297, -0.0033501831348985434, -0.014764395542442799, 0.04356207326054573, -0.096952423453331, -0.09556646645069122, 0.00720946304500103, -0.05622347444295883, 0.0655561089515686, 0.01793893240392208, 0.019597455859184265, 0.007879616692662239, 0.07274950295686722, 0.036170218139886856, -0.10139605402946472, -0.04029255360364914, -0.07849669456481934, -0.1354566216468811, -0.028614088892936707, -0.008013497106730938, -0.11278003454208374, 0.0065675582736730576, 0.15109284222126007, -0.025047237053513527, 0.03226114436984062, -0.11067315936088562, -0.01346647646278143, 0.11363321542739868, 0.1541265994310379, -0.040148865431547165, -0.05113334208726883, 0.02192765660583973, 0.026901043951511383, 0.011078186333179474, -0.012022657319903374, 0.003206848166882992, 0.036386869847774506, 0.04528522118926048, 0.08315443992614746, 0.06804081797599792, 0.011403999291360378, -0.04301976040005684, -0.0800912082195282, 0.1713038682937622, -0.15548115968704224, -0.0007974344771355391, -0.005396659951657057, -0.027136102318763733, 0.04737376421689987, 0.009858941659331322, 0.030325226485729218, -0.06046399101614952, 0.04977837949991226, -0.03777758777141571, -0.007934954948723316, -0.024454301223158836, -0.09539367258548737, 0.015348775312304497, -0.04003310576081276, -0.04945366829633713, -0.06964851915836334, -0.16387620568275452, -0.06681874394416809, 0.03275284543633461, -0.048224061727523804, -0.008782587945461273, 0.01570388488471508, 0.028336435556411743, -0.03319403901696205, 0.010523204691708088, -0.036380309611558914, -0.0033409034367650747, -0.0031050785910338163, -0.05133436620235443, -0.007191863842308521, -0.028361298143863678, 0.05159607529640198, -0.08308963477611542, 0.03167193382978439, -0.17640811204910278, 0.13638398051261902, -0.08768674731254578, 0.03873375058174133, -0.0991656556725502, 0.00665799668058753, -0.026607733219861984, -0.0059392391704022884, 0.008765069767832756, 0.0976271703839302, -0.1956741213798523, 0.018018633127212524, 0.01913260668516159, -0.11229975521564484, -0.050506383180618286, 0.0811387151479721, -0.0520465262234211, 0.10964280366897583, 0.09078936278820038, 0.0829181969165802, 0.09911003708839417, -0.011434868909418583, -0.009546156972646713, -0.07592366635799408, 0.02334439568221569, 0.1617075800895691, 0.06347386538982391, -0.0665154755115509, 0.09086848795413971, 0.022599466145038605, -0.027323607355356216, -0.03195338696241379, 0.01964660733938217, -0.0577988475561142, 0.0013293683296069503, -0.0034730006009340286, -0.04128061980009079, -0.01942230947315693, -0.020693393424153328, 0.008320143446326256, -0.04185051470994949, 0.06717240810394287, 0.0669703409075737, -0.03068462759256363, 0.04022485762834549, -0.025379497557878494, -0.05903220549225807, 0.024286556988954544, -0.017549078911542892, -0.15625886619091034, -0.13393151760101318, 0.06861860305070877, -0.040678463876247406, 0.08678676933050156, -0.017432285472750664, -0.008337724953889847, 0.01853141188621521, -0.02806096524000168, 0.011136536486446857, -0.01947856694459915, 0.020027395337820053, -0.007909610867500305, -0.1178225576877594, -0.02566370740532875, -0.050048425793647766, 0.02546999230980873, -0.03989443928003311, 0.005200179293751717, 0.04947047680616379, 0.12501993775367737, 0.04274392127990723, -0.05611327663064003, 0.0123799042776227, 0.0008305576629936695, -0.022039728239178658, -0.06502816081047058, -0.045912966132164, 0.00794092658907175, 0.005486516281962395, 0.060784853994846344, -0.0811343714594841, -0.10847651958465576, 0.019603118300437927, 0.1803188920021057, -0.06000189483165741, -0.0029364358633756638, -0.030581319704651833, -0.03221423923969269, -0.0903051495552063, -0.10170777142047882, 0.07779352366924286, 0.05663996934890747, 0.0436943881213665, -0.07146857678890228, -0.07514721155166626, -0.025045786052942276, 0.02366821840405464, -0.07177851349115372, 0.026753950864076614, 0.002923259511590004, -0.254688024520874, 0.0692611038684845, 0.028428200632333755, 0.07876698672771454, 0.12926602363586426, -0.01868591271340847, -0.02843531221151352, -0.03701401129364967, 0.041523389518260956, -0.012317686341702938, 0.09964488446712494, 0.022511614486575127, 0.04325823485851288, 0.012562545016407967, 0.0946527048945427, 0.02092377468943596, -0.012083441019058228, 0.06597355008125305, 0.0070610069669783115, -0.03049926832318306, 0.08380920439958572, -0.020382193848490715, 0.03504768759012222, 0.07128497213125229, 0.03937210142612457, 0.07221578061580658, 0.003403235459700227, -0.04872753098607063, -0.10453075915575027, 0.13800746202468872, -0.14610587060451508, -0.19992315769195557, -0.11638206243515015, -0.01558245811611414, -0.10313175618648529, -0.024859726428985596, 0.029219863936305046, -0.00357173103839159, -0.06670917570590973, -0.10884009301662445, 0.14569267630577087, -0.03127772733569145, -0.10067226737737656, -0.009042082354426384, 0.005172675009816885, -0.01690368726849556, -0.13399413228034973, 0.008383958600461483, 0.021610701456665993, -0.04162655025720596, 0.00468380656093359, 0.005589109845459461, 0.06366607546806335, 0.0534195713698864, 0.04071624204516411, -0.03649318218231201, -0.029259469360113144, 0.1627482771873474, -0.06501509994268417, 0.15373027324676514, 0.10663361102342606, -0.04359618201851845, 0.05406947433948517, 0.1467195600271225, 0.01477438397705555, -0.04789353162050247, 0.049657996743917465, 0.06091561168432236, -0.031057942658662796, -0.2359076738357544, -0.07500448822975159, -0.05353808403015137, 0.00656272005289793, 0.050468556582927704, 0.04718191549181938, 0.008623705245554447, 0.014970850199460983, -0.08180981129407883, -0.012051812373101711, 0.08213489502668381, 0.06178022176027298, 0.13419659435749054, -0.02221411094069481, 0.08078490197658539, -0.043957069516181946, -0.0030908319167792797, 0.08504942059516907, 0.0706494078040123, 0.1854328215122223, -0.02936955913901329, 0.09080830216407776, 0.06237112358212471, 0.05367853492498398, -0.0397636741399765, 0.09355255216360092, 0.006102226674556732, 0.059212908148765564, -0.02955108880996704, -0.046934910118579865, 0.005023823119699955, 0.048416342586278915, 0.0433516725897789, -0.06207911670207977, 0.03445654362440109, -0.024440966546535492, 0.055399298667907715, 0.18869075179100037, 0.008654801174998283, -0.05391138046979904, -0.033317677676677704, 0.06390714645385742, -0.04804307967424393, -0.08824162930250168, -0.0018553342670202255, 0.031821832060813904, -0.15029944479465485, 0.0641099289059639, -0.01491144672036171, 0.07249021530151367, -0.08237607777118683, -0.03528989478945732, -0.005605855491012335, 0.034675925970077515, -0.030581289902329445, 0.048531193286180496, -0.16646406054496765, 0.09254037588834763, 0.008555170148611069, 0.030277041718363762, -0.057928167283535004, 0.06407733261585236, 0.0037812478840351105, -0.04374026507139206, 0.08010834455490112, 0.014700174331665039, -0.06448017805814743, 0.003217794932425022, -0.067782923579216, 0.02103777416050434, 0.09919764846563339, -0.10025449097156525, 0.06669246405363083, -0.020661242306232452, 0.027348024770617485, -0.012942459434270859, 0.016628757119178772, -0.14849160611629486, -0.18877048790454865, 0.05374164506793022, -0.11436547338962555, -0.01393200270831585, -0.05073987692594528, -0.008181951940059662, -0.011291800066828728, 0.14631667733192444, -0.04908748343586922, -0.08033578097820282, -0.14347949624061584, -0.02059241756796837, 0.1770070493221283, -0.05050826072692871, 0.030044766142964363, -0.04705315828323364, 0.10317803174257278, -0.04196997359395027, -0.0886654406785965, 0.01567310467362404, -0.060589201748371124, -0.1401248723268509, -0.024132108315825462, 0.12273785471916199, 0.09660053253173828, -0.008234787732362747, 0.0011584851890802383, 0.06658130884170532, 0.03270785138010979, -0.10101904720067978, -0.019318899139761925, 0.060744091868400574, -0.052195604890584946, 0.15755409002304077, -0.09715958684682846, -0.10882756114006042, -0.11931654065847397, -0.08664262294769287, 0.08698177337646484, 0.11175894737243652, -0.03657558932900429, 0.13901768624782562, 0.10530203580856323, -0.10398096591234207, -0.19215059280395508, -0.020863905549049377, 0.03546983376145363, 0.008054785430431366, 0.07373235374689102, -0.19252802431583405, 0.08294732123613358, 0.06603799760341644, -0.011569852009415627, -0.04993683099746704, -0.15809547901153564, -0.10445856302976608, 0.043045591562986374, 0.02392064407467842, -0.10216020047664642, -0.09680241346359253, -0.03489827364683151, -0.03861936181783676, -0.08341355621814728, 0.13443554937839508, 0.012302007526159286, 0.034737419337034225, -0.005327280145138502, 0.0038653435185551643, 0.01675611548125744, 0.001582424622029066, 0.09109452366828918, 0.025587357580661774, 0.053321726620197296, -0.0528944730758667, -0.018007537350058556, 0.07625032216310501, -0.04095118120312691, 0.13408169150352478, 0.048385344445705414, 0.06796850264072418, -0.08334575593471527, -0.03177357837557793, -0.07012221217155457, 0.008965941146016121, -0.07533442229032516, -0.07170408964157104, -0.10642322897911072, 0.08260244131088257, 0.07844747602939606, -0.03527914732694626, 0.10691061615943909, -0.005896568298339844, 0.018254514783620834, 0.1301666647195816, 0.1030619665980339, 0.05789201334118843, -0.056969936937093735, -0.03218358755111694, -0.009424316696822643, -0.01049678772687912, -0.0689450278878212, 0.07661597430706024, 0.082746222615242, 0.008553563617169857, 0.11640478670597076, -0.006061720661818981, -0.16957829892635345, -0.009761384688317776, 0.05995897576212883, -0.04383152723312378, -0.15561839938163757, -0.013623313046991825, -0.0001649945043027401, -0.10900354385375977, -0.016185181215405464, 0.1665530800819397, 0.009104892611503601, -0.017573291435837746, -0.010308803990483284, 0.09342323243618011, 0.014050006866455078, 0.10037259012460709, 0.005153456702828407, 0.02546682581305504, -0.04824463278055191, 0.13112090528011322, 0.12468215823173523, 0.01927858218550682, -0.004664678126573563, 0.16491606831550598, -0.06651613116264343, -0.04190509393811226, -0.04085736349225044, -0.010212142020463943, -0.06948158144950867, 0.017186131328344345, -0.01684993878006935, -0.10407917201519012, 0.008579369634389877, 0.12218347936868668, -0.013973230496048927, 0.0824819803237915, -0.04337683692574501, -0.017323384061455727, -0.030798306688666344, 0.08635430037975311, 0.021883275359869003, 0.040824469178915024, -0.051823295652866364, -0.045589376240968704, -0.0070041813887655735, 0.011589964851737022, 0.011959531344473362, -0.04804370552301407, -0.048585690557956696, -0.022576168179512024, -0.10357877612113953, -0.03376496583223343, -0.031944021582603455, -0.008551141247153282, 0.007099488750100136, -0.038398709148168564, 0.025069095194339752, 0.030602604150772095, -0.011097244918346405, -0.05381786450743675, -0.07664836943149567, 0.07689148187637329, -0.11862434446811676, -0.00906639825552702, 0.0490291491150856, -0.09487918764352798, 0.10883885622024536, -0.009583788923919201, -0.012712044641375542, 0.03342600539326668, -0.05944763123989105, 0.015036460012197495, -0.02646845579147339, 0.054740119725465775, 0.005031486973166466, -0.14486382901668549, -0.029497617855668068, 0.026501815766096115, -0.021376313641667366, 0.010612468235194683, 0.007299333810806274, -0.09611543267965317, 0.06443146616220474, -0.047495316714048386, -0.036903589963912964, -0.04804797098040581, 0.02417648211121559, 0.026763377711176872, 0.06214354932308197, 0.06803768128156662, -0.012809110805392265, 0.07903653383255005, -0.14966604113578796, -0.0359124056994915, 0.010601459071040154, -0.010478770360350609, -0.01324563566595316, -0.011852238327264786, 0.03728971630334854, 0.013395675458014011, 0.15593178570270538, -0.0161790419369936, -0.05892554670572281, 0.06114266440272331, -0.013664702884852886, -0.04617522656917572, 0.03368797153234482, -0.010347792878746986, -0.020832043141126633, -0.03027881495654583, -0.016127631068229675, -0.05805023014545441, -0.06153523176908493, -0.04423291236162186, 0.14123623073101044, 0.13852405548095703, 0.09487012028694153, -0.030280008912086487, 0.09448987245559692, -0.08185907453298569, 0.023715879768133163, -0.02790078893303871, 0.02834358811378479, -0.007989652454853058, -0.027417253702878952, -0.0288793183863163, 0.07952086627483368, -0.16601525247097015, 0.11697351932525635, -0.03495681285858154, -0.07620100677013397, -0.03804171085357666, -0.07698653638362885, -0.052400171756744385, -0.021465063095092773, -0.015743622556328773, -0.14625805616378784, 0.04566333815455437, 0.0703093558549881, 0.025229383260011673, 0.0076947323977947235, 0.07096248120069504, -0.02038576453924179, -0.10631027817726135, 0.041231051087379456, 0.03305627033114433, 0.02707752026617527, 0.1234244853258133, 0.05684536695480347, -0.005214795470237732, 0.09326376020908356, 0.06690792739391327, 0.06434866040945053, 0.026338201016187668, 0.01349729672074318, -0.0532410554587841, -0.053924642503261566, 0.02342746965587139, -0.024865182116627693, -0.03307132422924042, 0.21361872553825378, 0.07190471887588501, -0.03260761871933937, 0.02095593884587288, 0.19072754681110382, -0.005440538749098778, -0.1324174553155899, -0.13771659135818481, 0.1319589912891388, 0.04495622217655182, 0.02150913141667843, 0.03530391305685043, -0.11685497313737869, 0.008425395004451275, 0.05905039235949516, 0.14485576748847961, -0.014813239686191082, -0.010302925482392311, -0.0024767599534243345, 0.0050499229691922665, 0.005445436108857393, 0.06708286702632904, 0.03621482849121094, 0.24827337265014648, -0.029911227524280548, 0.10488949716091156, -0.01911671832203865, -0.048078157007694244, -0.0648096427321434, 0.06472954154014587, -0.018027598038315773, 0.027722526341676712, -0.053882695734500885, 0.12192817032337189, -0.020072318613529205, -0.24018624424934387, -0.011879443190991879, -0.09422634541988373, -0.10326644778251648, -0.03603452071547508, 0.003484003245830536, -0.05901777744293213, 0.02448863908648491, 0.03888360410928726, 0.0008910829201340675, 0.11251158267259598, 0.01606076769530773, -0.023202041164040565, -0.017997458577156067, 0.11245320737361908, -0.04934351518750191, 0.08887597918510437, 0.010717978700995445, 0.07759407162666321, 0.0699009820818901, -0.009903032332658768, -0.09189297258853912, 0.06448961049318314, 0.015432404354214668, 0.018399350345134735, 0.012413877993822098, 0.13579601049423218, 0.010907120071351528, 0.12575103342533112, 0.08120710402727127, 0.012075919657945633, 0.0491354875266552, 0.11418265104293823, -0.035771675407886505, -0.07532013952732086, 0.05701255425810814, -0.10373444855213165, 0.13377630710601807, 0.12321556359529495, -0.03057697042822838, 0.0406050905585289, -0.04114208370447159, 0.008023638278245926, 0.0009229830466210842, 0.12150315940380096, -0.025517350062727928, -0.15823841094970703, -0.003397038672119379, -0.03598034381866455, 0.050221871584653854, -0.1800498217344284, -0.08597069978713989, 0.06393420696258545, -0.020854147151112556, -0.0178677998483181, 0.13176579773426056, 0.02867872640490532, 0.003750992938876152, -0.023178480565547943, -0.05382436513900757, -0.041819583624601364, 0.07242885231971741, -0.06620167940855026, -0.01598505675792694 ]
7ddcf5f4e680058ab46e05ff0acb6f9f01b849ff
# Dataset Card for DataCommons Fact Checked claims ## 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 Commons fact checking FAQ](https://datacommons.org/factcheck/faq) ### Dataset Summary A dataset of fact checked claims by news media maintained by [datacommons.org](https://datacommons.org/) containing the claim, author, and judgments, as well as the URL of the full explanation by the original fact-checker. The fact checking is done by [FactCheck.org](https://www.factcheck.org/), [PolitiFact](https://www.politifact.com/), and [The Washington Post](https://www.washingtonpost.com/). ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The data is in English (`en`). ## Dataset Structure ### Data Instances An example of fact checking instance looks as follows: ``` {'claim_author_name': 'Facebook posts', 'claim_date': '2019-01-01', 'claim_text': 'Quotes Michelle Obama as saying, "White folks are what’s wrong with America."', 'review_date': '2019-01-03', 'review_rating': 'Pants on Fire', 'review_url': 'https://www.politifact.com/facebook-fact-checks/statements/2019/jan/03/facebook-posts/did-michelle-obama-once-say-white-folks-are-whats-/', 'reviewer_name': 'PolitiFact'} ``` ### Data Fields A data instance has the following fields: - `review_date`: the day the fact checking report was posted. Missing values are replaced with empty strings - `review_url`: URL for the full fact checking report - `reviewer_name`: the name of the fact checking service. - `claim_text`: the full text of the claim being reviewed. - `claim_author_name`: the author of the claim being reviewed. Missing values are replaced with empty strings - `claim_date` the date of the claim. Missing values are replaced with empty strings - `review_rating`: the judgments of the fact checker (under `alternateName`, names vary by fact checker) ### Data Splits No splits are provided. There are a total of 5632 claims fact-checked. ## 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? The fact checking is done by [FactCheck.org](https://www.factcheck.org/), [PolitiFact](https://www.politifact.com/), [The Washington Post](https://www.washingtonpost.com/), and [The Weekly Standard](https://www.weeklystandard.com/). - [FactCheck.org](https://www.factcheck.org/) self describes as "a nonpartisan, nonprofit 'consumer advocate' for voters that aims to reduce the level of deception and confusion in U.S. politics." It was founded by journalists Kathleen Hall Jamieson and Brooks Jackson and is currently directed by Eugene Kiely. - [PolitiFact](https://www.politifact.com/) describe their ethics as "seeking to present the true facts, unaffected by agenda or biases, [with] journalists setting their own opinions aside." It was started in August 2007 by Times Washington Bureau Chief Bill Adair. The organization was acquired in February 2018 by the Poynter Institute, a non-profit journalism education and news media research center that also owns the Tampa Bay Times. - [The Washington Post](https://www.washingtonpost.com/) is a newspaper considered to be near the center of the American political spectrum. In 2013 Amazon.com founder Jeff Bezos bought the newspaper and affiliated publications. The original data source also contains 132 items reviewed by [The Weekly Standard](https://www.weeklystandard.com/), which was a neo-conservative American newspaper. IT is the most politically loaded source of the group, which was originally a vocal creitic of the activity of fact-checking, and has historically taken stances [close to the American right](https://en.wikipedia.org/wiki/The_Weekly_Standard#Support_of_the_invasion_of_Iraq). It also had to admit responsibility for baseless accusations against a well known author in a public [libel case](https://en.wikipedia.org/wiki/The_Weekly_Standard#Libel_case). The fact checked items from this source can be found in the `weekly_standard` configuration but should be used only with full understanding of this context. ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases See section above describing the [fact checking organizations](#who-are-the-annotators?). [More Information Needed] ### Other Known Limitations Dataset provided for research purposes only. Please check dataset license for additional information. ## Additional Information ### Dataset Curators This fact checking dataset is maintained by [datacommons.org](https://datacommons.org/), a Google initiative. ### Licensing Information All fact checked items are released under a `CC-BY-NC-4.0` License. ### Citation Information Data Commons 2020, Fact Checks, electronic dataset, Data Commons, viewed 16 Dec 2020, <https://datacommons.org>. ### Contributions Thanks to [@yjernite](https://github.com/yjernite) for adding this dataset.
datacommons_factcheck
[ "task_categories:text-classification", "task_ids:fact-checking", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "size_categories:n<1K", "source_datasets:original", "language:en", "license:cc-by-nc-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-nc-4.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K", "n<1K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["fact-checking"], "pretty_name": "DataCommons Fact Checked claims", "config_names": ["fctchk_politifact_wapo", "weekly_standard"], "dataset_info": [{"config_name": "fctchk_politifact_wapo", "features": [{"name": "reviewer_name", "dtype": "string"}, {"name": "claim_text", "dtype": "string"}, {"name": "review_date", "dtype": "string"}, {"name": "review_url", "dtype": "string"}, {"name": "review_rating", "dtype": "string"}, {"name": "claim_author_name", "dtype": "string"}, {"name": "claim_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1772321, "num_examples": 5632}], "download_size": 671896, "dataset_size": 1772321}, {"config_name": "weekly_standard", "features": [{"name": "reviewer_name", "dtype": "string"}, {"name": "claim_text", "dtype": "string"}, {"name": "review_date", "dtype": "string"}, {"name": "review_url", "dtype": "string"}, {"name": "review_rating", "dtype": "string"}, {"name": "claim_author_name", "dtype": "string"}, {"name": "claim_date", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 35061, "num_examples": 132}], "download_size": 671896, "dataset_size": 35061}]}
2024-01-18T11:02:32+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-fact-checking #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #license-cc-by-nc-4.0 #region-us
# Dataset Card for DataCommons Fact Checked claims ## 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 Commons fact checking FAQ ### Dataset Summary A dataset of fact checked claims by news media maintained by URL containing the claim, author, and judgments, as well as the URL of the full explanation by the original fact-checker. The fact checking is done by URL, PolitiFact, and The Washington Post. ### Supported Tasks and Leaderboards ### Languages The data is in English ('en'). ## Dataset Structure ### Data Instances An example of fact checking instance looks as follows: ### Data Fields A data instance has the following fields: - 'review_date': the day the fact checking report was posted. Missing values are replaced with empty strings - 'review_url': URL for the full fact checking report - 'reviewer_name': the name of the fact checking service. - 'claim_text': the full text of the claim being reviewed. - 'claim_author_name': the author of the claim being reviewed. Missing values are replaced with empty strings - 'claim_date' the date of the claim. Missing values are replaced with empty strings - 'review_rating': the judgments of the fact checker (under 'alternateName', names vary by fact checker) ### Data Splits No splits are provided. There are a total of 5632 claims fact-checked. ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process #### Who are the annotators? The fact checking is done by URL, PolitiFact, The Washington Post, and The Weekly Standard. - URL self describes as "a nonpartisan, nonprofit 'consumer advocate' for voters that aims to reduce the level of deception and confusion in U.S. politics." It was founded by journalists Kathleen Hall Jamieson and Brooks Jackson and is currently directed by Eugene Kiely. - PolitiFact describe their ethics as "seeking to present the true facts, unaffected by agenda or biases, [with] journalists setting their own opinions aside." It was started in August 2007 by Times Washington Bureau Chief Bill Adair. The organization was acquired in February 2018 by the Poynter Institute, a non-profit journalism education and news media research center that also owns the Tampa Bay Times. - The Washington Post is a newspaper considered to be near the center of the American political spectrum. In 2013 URL founder Jeff Bezos bought the newspaper and affiliated publications. The original data source also contains 132 items reviewed by The Weekly Standard, which was a neo-conservative American newspaper. IT is the most politically loaded source of the group, which was originally a vocal creitic of the activity of fact-checking, and has historically taken stances close to the American right. It also had to admit responsibility for baseless accusations against a well known author in a public libel case. The fact checked items from this source can be found in the 'weekly_standard' configuration but should be used only with full understanding of this context. ### Personal and Sensitive Information ## Considerations for Using the Data ### Social Impact of Dataset ### Discussion of Biases See section above describing the fact checking organizations. ### Other Known Limitations Dataset provided for research purposes only. Please check dataset license for additional information. ## Additional Information ### Dataset Curators This fact checking dataset is maintained by URL, a Google initiative. ### Licensing Information All fact checked items are released under a 'CC-BY-NC-4.0' License. Data Commons 2020, Fact Checks, electronic dataset, Data Commons, viewed 16 Dec 2020, <URL>. ### Contributions Thanks to @yjernite for adding this dataset.
[ "# Dataset Card for DataCommons Fact Checked claims", "## 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 Commons fact checking FAQ", "### Dataset Summary\n\nA dataset of fact checked claims by news media maintained by URL containing the claim, author, and judgments, as well as the URL of the full explanation by the original fact-checker.\n\nThe fact checking is done by URL, PolitiFact, and The Washington Post.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe data is in English ('en').", "## Dataset Structure", "### Data Instances\n\nAn example of fact checking instance looks as follows:", "### Data Fields\n\nA data instance has the following fields:\n- 'review_date': the day the fact checking report was posted. Missing values are replaced with empty strings\n- 'review_url': URL for the full fact checking report\n- 'reviewer_name': the name of the fact checking service.\n- 'claim_text': the full text of the claim being reviewed.\n- 'claim_author_name': the author of the claim being reviewed. Missing values are replaced with empty strings\n- 'claim_date' the date of the claim. Missing values are replaced with empty strings\n- 'review_rating': the judgments of the fact checker (under 'alternateName', names vary by fact checker)", "### Data Splits\n\nNo splits are provided. There are a total of 5632 claims fact-checked.", "## 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\nThe fact checking is done by URL, PolitiFact, The Washington Post, and The Weekly Standard.\n\n- URL self describes as \"a nonpartisan, nonprofit 'consumer advocate' for voters that aims to reduce the level of deception and confusion in U.S. politics.\" It was founded by journalists Kathleen Hall Jamieson and Brooks Jackson and is currently directed by Eugene Kiely.\n- PolitiFact describe their ethics as \"seeking to present the true facts, unaffected by agenda or biases, [with] journalists setting their own opinions aside.\" It was started in August 2007 by Times Washington Bureau Chief Bill Adair. The organization was acquired in February 2018 by the Poynter Institute, a non-profit journalism education and news media research center that also owns the Tampa Bay Times.\n- The Washington Post is a newspaper considered to be near the center of the American political spectrum. In 2013 URL founder Jeff Bezos bought the newspaper and affiliated publications.\n\nThe original data source also contains 132 items reviewed by The Weekly Standard, which was a neo-conservative American newspaper. IT is the most politically loaded source of the group, which was originally a vocal creitic of the activity of fact-checking, and has historically taken stances close to the American right. It also had to admit responsibility for baseless accusations against a well known author in a public libel case. The fact checked items from this source can be found in the 'weekly_standard' configuration but should be used only with full understanding of this context.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases\n\nSee section above describing the fact checking organizations.", "### Other Known Limitations\n\nDataset provided for research purposes only. Please check dataset license for additional information.", "## Additional Information", "### Dataset Curators\n\nThis fact checking dataset is maintained by URL, a Google initiative.", "### Licensing Information\n\nAll fact checked items are released under a 'CC-BY-NC-4.0' License.\n\n\n\nData Commons 2020, Fact Checks, electronic dataset, Data Commons, viewed 16 Dec 2020, <URL>.", "### Contributions\n\nThanks to @yjernite for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-fact-checking #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #license-cc-by-nc-4.0 #region-us \n", "# Dataset Card for DataCommons Fact Checked claims", "## 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 Commons fact checking FAQ", "### Dataset Summary\n\nA dataset of fact checked claims by news media maintained by URL containing the claim, author, and judgments, as well as the URL of the full explanation by the original fact-checker.\n\nThe fact checking is done by URL, PolitiFact, and The Washington Post.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe data is in English ('en').", "## Dataset Structure", "### Data Instances\n\nAn example of fact checking instance looks as follows:", "### Data Fields\n\nA data instance has the following fields:\n- 'review_date': the day the fact checking report was posted. Missing values are replaced with empty strings\n- 'review_url': URL for the full fact checking report\n- 'reviewer_name': the name of the fact checking service.\n- 'claim_text': the full text of the claim being reviewed.\n- 'claim_author_name': the author of the claim being reviewed. Missing values are replaced with empty strings\n- 'claim_date' the date of the claim. Missing values are replaced with empty strings\n- 'review_rating': the judgments of the fact checker (under 'alternateName', names vary by fact checker)", "### Data Splits\n\nNo splits are provided. There are a total of 5632 claims fact-checked.", "## 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\nThe fact checking is done by URL, PolitiFact, The Washington Post, and The Weekly Standard.\n\n- URL self describes as \"a nonpartisan, nonprofit 'consumer advocate' for voters that aims to reduce the level of deception and confusion in U.S. politics.\" It was founded by journalists Kathleen Hall Jamieson and Brooks Jackson and is currently directed by Eugene Kiely.\n- PolitiFact describe their ethics as \"seeking to present the true facts, unaffected by agenda or biases, [with] journalists setting their own opinions aside.\" It was started in August 2007 by Times Washington Bureau Chief Bill Adair. The organization was acquired in February 2018 by the Poynter Institute, a non-profit journalism education and news media research center that also owns the Tampa Bay Times.\n- The Washington Post is a newspaper considered to be near the center of the American political spectrum. In 2013 URL founder Jeff Bezos bought the newspaper and affiliated publications.\n\nThe original data source also contains 132 items reviewed by The Weekly Standard, which was a neo-conservative American newspaper. IT is the most politically loaded source of the group, which was originally a vocal creitic of the activity of fact-checking, and has historically taken stances close to the American right. It also had to admit responsibility for baseless accusations against a well known author in a public libel case. The fact checked items from this source can be found in the 'weekly_standard' configuration but should be used only with full understanding of this context.", "### Personal and Sensitive Information", "## Considerations for Using the Data", "### Social Impact of Dataset", "### Discussion of Biases\n\nSee section above describing the fact checking organizations.", "### Other Known Limitations\n\nDataset provided for research purposes only. Please check dataset license for additional information.", "## Additional Information", "### Dataset Curators\n\nThis fact checking dataset is maintained by URL, a Google initiative.", "### Licensing Information\n\nAll fact checked items are released under a 'CC-BY-NC-4.0' License.\n\n\n\nData Commons 2020, Fact Checks, electronic dataset, Data Commons, viewed 16 Dec 2020, <URL>.", "### Contributions\n\nThanks to @yjernite for adding this dataset." ]
[ 101, 12, 120, 12, 66, 10, 14, 6, 17, 171, 24, 5, 7, 4, 10, 10, 5, 5, 355, 8, 8, 7, 19, 25, 5, 21, 51, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-fact-checking #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #size_categories-n<1K #source_datasets-original #language-English #license-cc-by-nc-4.0 #region-us \n# Dataset Card for DataCommons Fact Checked claims## 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 Commons fact checking FAQ### Dataset Summary\n\nA dataset of fact checked claims by news media maintained by URL containing the claim, author, and judgments, as well as the URL of the full explanation by the original fact-checker.\n\nThe fact checking is done by URL, PolitiFact, and The Washington Post.### Supported Tasks and Leaderboards### Languages\n\nThe data is in English ('en').## Dataset Structure### Data Instances\n\nAn example of fact checking instance looks as follows:", "passage: ### Data Fields\n\nA data instance has the following fields:\n- 'review_date': the day the fact checking report was posted. Missing values are replaced with empty strings\n- 'review_url': URL for the full fact checking report\n- 'reviewer_name': the name of the fact checking service.\n- 'claim_text': the full text of the claim being reviewed.\n- 'claim_author_name': the author of the claim being reviewed. Missing values are replaced with empty strings\n- 'claim_date' the date of the claim. Missing values are replaced with empty strings\n- 'review_rating': the judgments of the fact checker (under 'alternateName', names vary by fact checker)### Data Splits\n\nNo splits are provided. There are a total of 5632 claims fact-checked.## 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\nThe fact checking is done by URL, PolitiFact, The Washington Post, and The Weekly Standard.\n\n- URL self describes as \"a nonpartisan, nonprofit 'consumer advocate' for voters that aims to reduce the level of deception and confusion in U.S. politics.\" It was founded by journalists Kathleen Hall Jamieson and Brooks Jackson and is currently directed by Eugene Kiely.\n- PolitiFact describe their ethics as \"seeking to present the true facts, unaffected by agenda or biases, [with] journalists setting their own opinions aside.\" It was started in August 2007 by Times Washington Bureau Chief Bill Adair. The organization was acquired in February 2018 by the Poynter Institute, a non-profit journalism education and news media research center that also owns the Tampa Bay Times.\n- The Washington Post is a newspaper considered to be near the center of the American political spectrum. In 2013 URL founder Jeff Bezos bought the newspaper and affiliated publications.\n\nThe original data source also contains 132 items reviewed by The Weekly Standard, which was a neo-conservative American newspaper. IT is the most politically loaded source of the group, which was originally a vocal creitic of the activity of fact-checking, and has historically taken stances close to the American right. It also had to admit responsibility for baseless accusations against a well known author in a public libel case. The fact checked items from this source can be found in the 'weekly_standard' configuration but should be used only with full understanding of this context.### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases\n\nSee section above describing the fact checking organizations.### Other Known Limitations\n\nDataset provided for research purposes only. Please check dataset license for additional information.## Additional Information" ]
[ -0.00018803321290761232, 0.17570489645004272, -0.0070126848295331, 0.02505866065621376, 0.05661853402853012, -0.01404231321066618, 0.030460640788078308, 0.044594354927539825, -0.05348384752869606, 0.07865166664123535, -0.033493634313344955, 0.018011480569839478, 0.10691779851913452, 0.06095268577337265, -0.029288118705153465, -0.1768587976694107, 0.08361555635929108, -0.027122890576720238, 0.08528824150562286, 0.08172395825386047, 0.0907452255487442, -0.0671960860490799, 0.021468916907906532, -0.04798634350299835, -0.030703580006957054, -0.007392640225589275, -0.013524601235985756, -0.056613944470882416, 0.04069298505783081, 0.06286244094371796, 0.0843902975320816, -0.003235209733247757, 0.02548133209347725, -0.20133790373802185, 0.02916942909359932, 0.09134270250797272, 0.006774985231459141, 0.04662826657295227, 0.03436621278524399, -0.016212623566389084, 0.1020251139998436, -0.07082551717758179, 0.08138001710176468, 0.05360829085111618, -0.13068564236164093, -0.09971658140420914, -0.08622406423091888, 0.07730351388454437, 0.07894532382488251, 0.04767466336488724, -0.034836482256650925, 0.13716740906238556, -0.03312937170267105, 0.025454217568039894, 0.06852595508098602, -0.08312200009822845, -0.040887366980314255, -0.013346226885914803, -0.03814074397087097, 0.11974284052848816, -0.07752851396799088, 0.017907939851284027, 0.0015192162245512009, 0.020592480897903442, -0.026623539626598358, -0.004062243737280369, 0.03415369987487793, 0.03598605841398239, -0.10739284753799438, -0.09409178048372269, 0.14906489849090576, -0.0007825866341590881, -0.06227389723062515, -0.10076086223125458, 0.013134188950061798, 0.14563676714897156, -0.01118454709649086, -0.006842736154794693, 0.008853658102452755, -0.03681917116045952, 0.07784626632928848, -0.05275382846593857, -0.06782440096139908, 0.013302428647875786, -0.06647270917892456, 0.11192364245653152, 0.007682465948164463, 0.05590438097715378, -0.00608075549826026, 0.06183207035064697, 0.11084499210119247, -0.09384177625179291, -0.03168574348092079, -0.07090253382921219, -0.09018954634666443, -0.045006901025772095, -0.021828435361385345, 0.035540979355573654, 0.02646636962890625, 0.1314314752817154, -0.05474764108657837, 0.008072370663285255, -0.12263672798871994, 0.024921827018260956, 0.12192358076572418, 0.08417416363954544, -0.0028003675397485495, -0.02076049894094467, -0.021855095401406288, 0.008164739236235619, 0.009072710759937763, -0.01178884506225586, 0.028467979282140732, 0.07322190701961517, -0.04452841728925705, 0.09920480847358704, 0.11875911802053452, -0.014162478968501091, -0.09868182241916656, -0.024255963042378426, 0.09818843752145767, -0.14608708024024963, 0.01832488365471363, 0.015299918130040169, -0.0005247073713690042, 0.12582361698150635, -0.01956474408507347, -0.005524498410522938, -0.12525667250156403, 0.09463794529438019, -0.0611211359500885, 0.01672922447323799, -0.05085181072354317, -0.046481840312480927, 0.06175584718585014, -0.040192458778619766, -0.07863204181194305, -0.018591690808534622, -0.08942677080631256, -0.048200108110904694, 0.029883675277233124, -0.07399828732013702, -0.03915853053331375, 0.011765376664698124, 0.03806193917989731, -0.054920878261327744, 0.0077544511295855045, -0.04267410933971405, -0.05087777227163315, 0.04986012727022171, -0.06906270980834961, 0.03400664031505585, 0.046214960515499115, 0.02248935028910637, -0.10170194506645203, 0.03093840554356575, -0.12113037705421448, 0.10813724994659424, -0.1189241111278534, 0.010501695796847343, -0.05788833275437355, -0.015994902700185776, 0.02704727277159691, 0.033969949930906296, -0.06054777652025223, 0.14337649941444397, -0.13862952589988708, -0.06598494946956635, 0.1047990694642067, -0.14919987320899963, 0.014858841896057129, 0.043786708265542984, -0.028018543496727943, 0.05539613217115402, 0.1454000473022461, 0.039848100394010544, -0.04234132915735245, -0.046222418546676636, -0.01946372538805008, -0.09805456548929214, 0.020292136818170547, 0.22695134580135345, 0.06189776957035065, -0.09401661157608032, -0.010240387171506882, -0.00010224850848317146, -0.05371953174471855, -0.07543213665485382, -0.004891856107860804, -0.04737529903650284, 0.007027491927146912, 0.006627983879297972, 0.008655199781060219, -0.021491965278983116, -0.07156658172607422, -0.0010440937476232648, -0.10334727168083191, 0.02131064236164093, -0.0019302889704704285, 0.000012997537851333618, 0.03554293513298035, -0.06327089667320251, -0.0438922643661499, -0.01460820622742176, 0.013936446979641914, -0.1769203394651413, -0.1565937101840973, 0.03973094001412392, -0.05632813274860382, 0.12675249576568604, 0.0375208705663681, -0.045686908066272736, -0.0579204335808754, -0.03603454679250717, 0.052562467753887177, -0.03897370025515556, 0.02282080054283142, 0.013772064819931984, -0.1314147412776947, 0.021712202578783035, -0.050327230244874954, 0.004005506634712219, -0.08002356439828873, 0.02377629280090332, 0.09749279916286469, 0.13321265578269958, 0.08196038752794266, -0.043501608073711395, 0.018276795744895935, 0.031878069043159485, 0.03998144343495369, -0.018512878566980362, 0.0023296806029975414, -0.009721045382320881, 0.02564876899123192, 0.03091932274401188, -0.05687008798122406, -0.11390708386898041, 0.047553207725286484, 0.08493995666503906, -0.07816401869058609, 0.008573494851589203, -0.04541679844260216, -0.006888081785291433, -0.09288641810417175, -0.09545282274484634, 0.06716404110193253, 0.05038364976644516, 0.0027650929987430573, -0.07135052233934402, -0.09592103213071823, -0.0562923289835453, 0.020366236567497253, -0.06476190686225891, 0.033942028880119324, 0.0449189692735672, -0.1343834400177002, 0.0936073511838913, 0.06004423648118973, 0.048245180398225784, 0.1348014771938324, -0.040576569736003876, -0.11029670387506485, -0.0031164970714598894, -0.07777089625597, 0.010158257558941841, 0.06130704656243324, 0.038346078246831894, 0.06964225322008133, 0.05472462251782417, 0.024764688685536385, 0.011320162564516068, -0.05373089388012886, 0.03789722919464111, 0.014269830659031868, 0.009913117624819279, -0.050567492842674255, -0.08329088240861893, 0.052071280777454376, 0.12268641591072083, 0.020183615386486053, 0.07755723595619202, 0.0106942318379879, -0.019274067133665085, -0.0930086001753807, 0.07368668913841248, -0.09307791292667389, -0.24575605988502502, -0.1236041933298111, -0.020268801599740982, 0.005365733988583088, -0.0032882550731301308, -0.011513641104102135, -0.005539927631616592, -0.10030797123908997, -0.08386647701263428, 0.10693257302045822, 0.07201972603797913, -0.09487873315811157, 0.0817624181509018, 0.03542438894510269, 0.009307265281677246, -0.09720401465892792, 0.014576448127627373, 0.01732594706118107, -0.05447737127542496, -0.009365803562104702, 0.023532766848802567, 0.08092036843299866, 0.13270442187786102, 0.06546096503734589, -0.04592898488044739, -0.013390885666012764, 0.20774385333061218, -0.12938149273395538, 0.15066903829574585, 0.04662921279668808, -0.09434816241264343, 0.049203962087631226, 0.18631631135940552, 0.042344409972429276, -0.004950853995978832, 0.014834346249699593, 0.08957959711551666, -0.006842602975666523, -0.2427535355091095, -0.06710214912891388, -0.036436550319194794, -0.01729782484471798, 0.06259967386722565, 0.04317285493016243, -0.03522796183824539, 0.010228931903839111, -0.11560750752687454, -0.042441099882125854, 0.12035462260246277, 0.054673537611961365, 0.1433630883693695, 0.011136679910123348, 0.06072636693716049, -0.06095946580171585, -0.01797427050769329, 0.08097955584526062, 0.023668896406888962, 0.18588382005691528, 0.049288567155599594, 0.12357155233621597, 0.06468412280082703, -0.08667941391468048, 0.02925095334649086, 0.0499839261174202, 0.027864878997206688, 0.04653838276863098, -0.022701671347022057, -0.029968269169330597, 0.038767099380493164, 0.03654331713914871, 0.030860142782330513, -0.07985618710517883, 0.0782468393445015, -0.17852285504341125, 0.08672749996185303, 0.15297329425811768, 0.04603837430477142, -0.048793818801641464, -0.075917549431324, 0.09481679648160934, -0.08716093003749847, -0.08020265400409698, 0.01446455717086792, -0.013875811360776424, -0.15002715587615967, 0.1230752021074295, 0.003446180373430252, 0.10980919748544693, -0.057430997490882874, -0.0062211062759160995, -0.00047297775745391846, -0.015090212225914001, -0.03529872000217438, 0.049690522253513336, -0.16934171319007874, 0.11758816242218018, 0.026113606989383698, 0.016626592725515366, -0.05882100388407707, 0.04839074984192848, -0.028292272239923477, 0.013233808800578117, 0.09525094926357269, -0.011060133576393127, -0.08554033190011978, -0.0026575203519314528, -0.06772206723690033, 0.04584594815969467, 0.040545545518398285, -0.1422175168991089, 0.11359311640262604, -0.0162588432431221, 0.02641642466187477, -0.06656134128570557, -0.05304529517889023, -0.15049096941947937, -0.22836944460868835, 0.05764394998550415, -0.057527847588062286, 0.08296923339366913, -0.031128861010074615, -0.036659687757492065, -0.03424796089529991, 0.13700717687606812, -0.1386011242866516, -0.10868412256240845, -0.09896349161863327, -0.015013925731182098, 0.09390268474817276, -0.017764676362276077, 0.026255350559949875, -0.006750666536390781, 0.1793445348739624, -0.023927129805088043, -0.06818507611751556, 0.006932218559086323, -0.03256171941757202, -0.2038380205631256, -0.010231289081275463, 0.16129961609840393, 0.13938921689987183, 0.06981002539396286, 0.012277970090508461, 0.11432544887065887, 0.02666378766298294, -0.0940733328461647, 0.03402411937713623, 0.06931955367326736, 0.051961176097393036, 0.1379198133945465, -0.0563734769821167, -0.18433454632759094, -0.14773771166801453, -0.06298810243606567, 0.041442207992076874, 0.13578207790851593, -0.01659279689192772, 0.18051379919052124, 0.15210852026939392, -0.08907073736190796, -0.16705858707427979, -0.016260547563433647, -0.01268716063350439, -0.03982051461935043, 0.10225614905357361, -0.20800207555294037, 0.03394123911857605, 0.08736725151538849, -0.027347154915332794, 0.06072452664375305, -0.09691882133483887, -0.06655259430408478, 0.0670066624879837, -0.026443060487508774, -0.1021217554807663, -0.09381872415542603, -0.06770241260528564, -0.03797674551606178, -0.21660760045051575, 0.20141269266605377, -0.019657472148537636, -0.019648905843496323, 0.010956465266644955, 0.024075403809547424, 0.023499097675085068, -0.015746211633086205, 0.1512913703918457, 0.03263990953564644, 0.017165498808026314, -0.10541695356369019, -0.06763516366481781, 0.0975034236907959, 0.00006712437607347965, 0.04597485065460205, 0.05823516100645065, -0.005045662168413401, -0.039878424257040024, -0.07853488624095917, -0.10469889640808105, -0.028549356386065483, -0.0965086966753006, -0.02399517595767975, -0.0833994597196579, 0.07814599573612213, 0.04334978386759758, -0.03043276257812977, 0.0942029133439064, -0.09137134253978729, 0.10488659143447876, 0.11896523833274841, 0.11400353908538818, -0.020147640258073807, -0.050624288618564606, -0.0523037388920784, -0.03351707011461258, 0.04129132255911827, -0.030297741293907166, 0.06566589325666428, 0.08525413274765015, -0.00919231679290533, 0.11365849524736404, -0.00325120915658772, -0.12844887375831604, -0.017920851707458496, 0.0271492600440979, -0.07453642785549164, -0.14411967992782593, 0.017265234142541885, 0.038683656603097916, -0.13726988434791565, -0.05497097223997116, 0.09856972843408585, 0.057219553738832474, -0.060851868242025375, 0.0562177337706089, 0.0811133086681366, 0.05050142481923103, 0.0415479950606823, 0.026502687484025955, 0.05178077518939972, -0.09342965483665466, 0.09302232414484024, 0.15721756219863892, -0.06739988178014755, -0.029169825837016106, 0.09658336639404297, -0.04638397693634033, -0.03230970725417137, -0.028338804841041565, -0.026365652680397034, -0.02139163948595524, -0.01590503565967083, 0.014541859738528728, -0.16118212044239044, 0.062203750014305115, 0.13690689206123352, -0.010668881237506866, 0.07321104407310486, 0.002485239878296852, -0.03524327650666237, 0.011812680400907993, 0.08392831683158875, 0.034038085490465164, 0.0031478116288781166, 0.008171934634447098, 0.020280281081795692, -0.006614438723772764, -0.02702059969305992, -0.008168227039277554, -0.051598843187093735, -0.09734366089105606, 0.01621086522936821, -0.10679799318313599, 0.025520313531160355, -0.07750535011291504, 0.00016901467461138964, 0.0014826776459813118, -0.036352865397930145, -0.007495528552681208, -0.0006004151655361056, -0.057167697697877884, -0.010012646205723286, -0.0045241136103868484, 0.06764258444309235, -0.14222094416618347, 0.04190770536661148, 0.12958399951457977, -0.08540593087673187, 0.08778706938028336, -0.03596949949860573, -0.054535992443561554, 0.052148088812828064, -0.159207284450531, 0.001424918882548809, -0.005405685864388943, 0.0022930651903152466, -0.0210395697504282, -0.11527018249034882, -0.004481105133891106, 0.015159500762820244, -0.08081857860088348, 0.03796745091676712, -0.05988210439682007, -0.07065854966640472, 0.08090689033269882, 0.04015207663178444, -0.07031585276126862, -0.008233748376369476, -0.02054458111524582, 0.07018525153398514, -0.027467932552099228, 0.10534192621707916, -0.018621277064085007, 0.03938227519392967, -0.10935290157794952, 0.0014067953452467918, 0.006781834177672863, 0.011720668524503708, 0.000938123557716608, -0.022331902757287025, 0.04536532610654831, 0.035227447748184204, 0.21139639616012573, -0.0649636834859848, -0.03792816027998924, 0.10316596925258636, 0.04383261501789093, -0.11162879317998886, 0.05445409193634987, -0.033122651278972626, 0.021062104031443596, -0.02910742536187172, -0.03174427151679993, -0.12408187240362167, -0.11596167087554932, -0.09824137389659882, 0.19956746697425842, 0.08990739285945892, 0.1518327295780182, -0.03141632303595543, 0.033589888364076614, -0.016036201268434525, 0.05021410435438156, 0.06433466076850891, -0.023054072633385658, -0.010834832675755024, -0.029741071164608, 0.018388671800494194, 0.09117870032787323, -0.15037721395492554, 0.09370504319667816, -0.052078522741794586, -0.0396169051527977, -0.05189928784966469, -0.20710743963718414, -0.03723147511482239, 0.014161133207380772, -0.0014571144711226225, -0.08197587728500366, 0.07500063627958298, 0.1384114921092987, -0.007913162931799889, -0.042333923280239105, 0.044493578374385834, -0.05617590993642807, -0.10440874844789505, 0.06692374497652054, 0.03424108773469925, 0.04231986403465271, 0.0036507216282188892, 0.05727319046854973, -0.017163002863526344, 0.10599619150161743, 0.05973300710320473, 0.07979178428649902, 0.009330053813755512, -0.03038734197616577, -0.10344008356332779, -0.04926910996437073, 0.06215707212686539, -0.011141419410705566, -0.005592359229922295, 0.17208079993724823, 0.022251391783356667, 0.045289576053619385, 0.0397629551589489, 0.19714972376823425, 0.0012550009414553642, -0.13169355690479279, -0.18606668710708618, 0.028274696320295334, -0.053588952869176865, 0.019136525690555573, 0.04132376238703728, -0.12949591875076294, -0.013784975744783878, 0.06412489712238312, 0.08300893753767014, -0.013161560520529747, 0.022724762558937073, -0.04574219882488251, 0.035609059035778046, 0.07232321053743362, -0.007831709459424019, -0.005793101154267788, 0.2043934464454651, -0.06432183086872101, 0.013703280128538609, -0.0020713061094284058, 0.008271671831607819, -0.06838545948266983, 0.04595836251974106, -0.02294836938381195, -0.03486645221710205, -0.11246451735496521, 0.12505969405174255, -0.08392447233200073, -0.22536127269268036, 0.022418757900595665, -0.06102534383535385, -0.1015310138463974, -0.019053669646382332, -0.036840926855802536, -0.06451715528964996, 0.011295984499156475, 0.047208599746227264, -0.0796148031949997, 0.1614149659872055, 0.035296663641929626, 0.02988268807530403, -0.0684797391295433, 0.15621107816696167, -0.02318698540329933, 0.11768405139446259, 0.05047567933797836, 0.07142981141805649, 0.035743169486522675, -0.019541418179869652, -0.06419479101896286, 0.09575656801462173, 0.038150858134031296, -0.01511086244136095, -0.010228384286165237, 0.13009455800056458, 0.03537007048726082, 0.0979350358247757, 0.14251989126205444, -0.00483193201944232, 0.06634646654129028, -0.0061357636004686356, -0.06599321216344833, -0.04042763635516167, 0.06417541950941086, -0.11935532093048096, 0.07631707191467285, 0.10854199528694153, -0.04146306961774826, 0.014992776326835155, -0.011922555044293404, 0.05789092183113098, 0.004194542765617371, 0.0967235416173935, -0.0003431849181652069, -0.10021931678056717, 0.019887028262019157, -0.03149658441543579, 0.0881379097700119, -0.1183866485953331, -0.040634267032146454, 0.015585009008646011, -0.012484924867749214, -0.03481876850128174, 0.09789431095123291, 0.022476082667708397, -0.0000739777460694313, -0.05008134990930557, -0.1340450495481491, 0.047697290778160095, 0.08678903430700302, -0.03708656132221222, 0.0506228469312191 ]
9abd46cf7fc8b4c64290f26993c540b92aa145ac
# Dataset Card for DBpedia14 ## 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/zhangxiangxiao/Crepe - **Paper:** https://arxiv.org/abs/1509.01626 - **Point of Contact:** [Xiang Zhang](mailto:xiang.zhang@nyu.edu) ### Dataset Summary The DBpedia ontology classification dataset is constructed by picking 14 non-overlapping classes from DBpedia 2014. They are listed in classes.txt. From each of thse 14 ontology classes, we randomly choose 40,000 training samples and 5,000 testing samples. Therefore, the total size of the training dataset is 560,000 and testing dataset 70,000. There are 3 columns in the dataset (same for train and test splits), corresponding to class index (1 to 14), title and content. The title and content are escaped using double quotes ("), and any internal double quote is escaped by 2 double quotes (""). There are no new lines in title or content. ### Supported Tasks and Leaderboards - `text-classification`, `topic-classification`: The dataset is mainly used for text classification: given the content and the title, predict the correct topic. ### Languages Although DBpedia is a multilingual knowledge base, the DBpedia14 extract contains English data mainly, other languages may appear (e.g. a film whose title is origanlly not English). ## Dataset Structure ### Data Instances A typical data point, comprises of a title, a content and the corresponding label. An example from the DBpedia test set looks as follows: ``` { 'title':'', 'content':" TY KU /taɪkuː/ is an American alcoholic beverage company that specializes in sake and other spirits. The privately-held company was founded in 2004 and is headquartered in New York City New York. While based in New York TY KU's beverages are made in Japan through a joint venture with two sake breweries. Since 2011 TY KU's growth has extended its products into all 50 states.", 'label':0 } ``` ### Data Fields - 'title': a string containing the title of the document - escaped using double quotes (") and any internal double quote is escaped by 2 double quotes (""). - 'content': a string containing the body of the document - escaped using double quotes (") and any internal double quote is escaped by 2 double quotes (""). - 'label': one of the 14 possible topics. ### Data Splits The data is split into a training and test set. For each of the 14 classes we have 40,000 training samples and 5,000 testing samples. Therefore, the total size of the training dataset is 560,000 and testing dataset 70,000. ## Dataset Creation ### Curation Rationale The DBPedia ontology classification dataset is constructed by Xiang Zhang (xiang.zhang@nyu.edu), licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License. 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 Source data is taken from DBpedia: https://wiki.dbpedia.org/develop/datasets #### 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 DBPedia ontology classification dataset is constructed by Xiang Zhang (xiang.zhang@nyu.edu), licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License. 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). ### Licensing Information The DBPedia ontology classification dataset is licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License. ### Citation Information ``` @inproceedings{NIPS2015_250cf8b5, author = {Zhang, Xiang and Zhao, Junbo and LeCun, Yann}, booktitle = {Advances in Neural Information Processing Systems}, editor = {C. Cortes and N. Lawrence and D. Lee and M. Sugiyama and R. Garnett}, pages = {}, publisher = {Curran Associates, Inc.}, title = {Character-level Convolutional Networks for Text Classification}, url = {https://proceedings.neurips.cc/paper_files/paper/2015/file/250cf8b51c773f3f8dc8b4be867a9a02-Paper.pdf}, volume = {28}, year = {2015} } ``` Lehmann, Jens, Robert Isele, Max Jakob, Anja Jentzsch, Dimitris Kontokostas, Pablo N. Mendes, Sebastian Hellmann et al. "DBpedia–a large-scale, multilingual knowledge base extracted from Wikipedia." Semantic web 6, no. 2 (2015): 167-195. ### Contributions Thanks to [@hfawaz](https://github.com/hfawaz) for adding this dataset.
fancyzhx/dbpedia_14
[ "task_categories:text-classification", "task_ids:topic-classification", "annotations_creators:machine-generated", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:cc-by-sa-3.0", "arxiv:1509.01626", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["machine-generated"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-sa-3.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["topic-classification"], "paperswithcode_id": "dbpedia", "pretty_name": "DBpedia", "dataset_info": {"config_name": "dbpedia_14", "features": [{"name": "label", "dtype": {"class_label": {"names": {"0": "Company", "1": "EducationalInstitution", "2": "Artist", "3": "Athlete", "4": "OfficeHolder", "5": "MeanOfTransportation", "6": "Building", "7": "NaturalPlace", "8": "Village", "9": "Animal", "10": "Plant", "11": "Album", "12": "Film", "13": "WrittenWork"}}}}, {"name": "title", "dtype": "string"}, {"name": "content", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 178428970, "num_examples": 560000}, {"name": "test", "num_bytes": 22310285, "num_examples": 70000}], "download_size": 119424374, "dataset_size": 200739255}, "configs": [{"config_name": "dbpedia_14", "data_files": [{"split": "train", "path": "dbpedia_14/train-*"}, {"split": "test", "path": "dbpedia_14/test-*"}], "default": true}]}
2024-01-22T11:57:58+00:00
[ "1509.01626" ]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-topic-classification #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-sa-3.0 #arxiv-1509.01626 #region-us
# Dataset Card for DBpedia14 ## 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: Xiang Zhang ### Dataset Summary The DBpedia ontology classification dataset is constructed by picking 14 non-overlapping classes from DBpedia 2014. They are listed in URL. From each of thse 14 ontology classes, we randomly choose 40,000 training samples and 5,000 testing samples. Therefore, the total size of the training dataset is 560,000 and testing dataset 70,000. There are 3 columns in the dataset (same for train and test splits), corresponding to class index (1 to 14), title and content. The title and content are escaped using double quotes ("), and any internal double quote is escaped by 2 double quotes (""). There are no new lines in title or content. ### Supported Tasks and Leaderboards - 'text-classification', 'topic-classification': The dataset is mainly used for text classification: given the content and the title, predict the correct topic. ### Languages Although DBpedia is a multilingual knowledge base, the DBpedia14 extract contains English data mainly, other languages may appear (e.g. a film whose title is origanlly not English). ## Dataset Structure ### Data Instances A typical data point, comprises of a title, a content and the corresponding label. An example from the DBpedia test set looks as follows: ### Data Fields - 'title': a string containing the title of the document - escaped using double quotes (") and any internal double quote is escaped by 2 double quotes (""). - 'content': a string containing the body of the document - escaped using double quotes (") and any internal double quote is escaped by 2 double quotes (""). - 'label': one of the 14 possible topics. ### Data Splits The data is split into a training and test set. For each of the 14 classes we have 40,000 training samples and 5,000 testing samples. Therefore, the total size of the training dataset is 560,000 and testing dataset 70,000. ## Dataset Creation ### Curation Rationale The DBPedia ontology classification dataset is constructed by Xiang Zhang (URL@URL), licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License. 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 Source data is taken from DBpedia: URL #### 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 DBPedia ontology classification dataset is constructed by Xiang Zhang (URL@URL), licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License. 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). ### Licensing Information The DBPedia ontology classification dataset is licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License. Lehmann, Jens, Robert Isele, Max Jakob, Anja Jentzsch, Dimitris Kontokostas, Pablo N. Mendes, Sebastian Hellmann et al. "DBpedia–a large-scale, multilingual knowledge base extracted from Wikipedia." Semantic web 6, no. 2 (2015): 167-195. ### Contributions Thanks to @hfawaz for adding this dataset.
[ "# Dataset Card for DBpedia14", "## 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: URL\n- Point of Contact: Xiang Zhang", "### Dataset Summary\n\nThe DBpedia ontology classification dataset is constructed by picking 14 non-overlapping classes\nfrom DBpedia 2014. They are listed in URL. From each of thse 14 ontology classes, we\nrandomly choose 40,000 training samples and 5,000 testing samples. Therefore, the total size\nof the training dataset is 560,000 and testing dataset 70,000.\nThere are 3 columns in the dataset (same for train and test splits), corresponding to class index\n(1 to 14), title and content. The title and content are escaped using double quotes (\"), and any\ninternal double quote is escaped by 2 double quotes (\"\"). There are no new lines in title or content.", "### Supported Tasks and Leaderboards\n\n- 'text-classification', 'topic-classification': The dataset is mainly used for text classification: given the content\nand the title, predict the correct topic.", "### Languages\n\nAlthough DBpedia is a multilingual knowledge base, the DBpedia14 extract contains English data mainly, other languages may appear\n(e.g. a film whose title is origanlly not 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 DBpedia test set looks as follows:", "### Data Fields\n\n- 'title': a string containing the title of the document - escaped using double quotes (\") and any internal double quote is escaped by 2 double quotes (\"\").\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 (\"\").\n- 'label': one of the 14 possible topics.", "### Data Splits\n\nThe data is split into a training and test set.\nFor each of the 14 classes we have 40,000 training samples and 5,000 testing samples.\nTherefore, the total size of the training dataset is 560,000 and testing dataset 70,000.", "## Dataset Creation", "### Curation Rationale\n\nThe DBPedia ontology classification dataset is constructed by Xiang Zhang (URL@URL), licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License. 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\n\nSource data is taken from DBpedia: URL", "#### 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 DBPedia ontology classification dataset is constructed by Xiang Zhang (URL@URL), licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License. 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).", "### Licensing Information\n\nThe DBPedia ontology classification dataset is licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License.\n\n\n\n\n\nLehmann, Jens, Robert Isele, Max Jakob, Anja Jentzsch, Dimitris Kontokostas, Pablo N. Mendes, Sebastian Hellmann et al. \"DBpedia–a large-scale, multilingual knowledge base extracted from Wikipedia.\" Semantic web 6, no. 2 (2015): 167-195.", "### Contributions\n\nThanks to @hfawaz for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-topic-classification #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-sa-3.0 #arxiv-1509.01626 #region-us \n", "# Dataset Card for DBpedia14", "## 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: URL\n- Point of Contact: Xiang Zhang", "### Dataset Summary\n\nThe DBpedia ontology classification dataset is constructed by picking 14 non-overlapping classes\nfrom DBpedia 2014. They are listed in URL. From each of thse 14 ontology classes, we\nrandomly choose 40,000 training samples and 5,000 testing samples. Therefore, the total size\nof the training dataset is 560,000 and testing dataset 70,000.\nThere are 3 columns in the dataset (same for train and test splits), corresponding to class index\n(1 to 14), title and content. The title and content are escaped using double quotes (\"), and any\ninternal double quote is escaped by 2 double quotes (\"\"). There are no new lines in title or content.", "### Supported Tasks and Leaderboards\n\n- 'text-classification', 'topic-classification': The dataset is mainly used for text classification: given the content\nand the title, predict the correct topic.", "### Languages\n\nAlthough DBpedia is a multilingual knowledge base, the DBpedia14 extract contains English data mainly, other languages may appear\n(e.g. a film whose title is origanlly not 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 DBpedia test set looks as follows:", "### Data Fields\n\n- 'title': a string containing the title of the document - escaped using double quotes (\") and any internal double quote is escaped by 2 double quotes (\"\").\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 (\"\").\n- 'label': one of the 14 possible topics.", "### Data Splits\n\nThe data is split into a training and test set.\nFor each of the 14 classes we have 40,000 training samples and 5,000 testing samples.\nTherefore, the total size of the training dataset is 560,000 and testing dataset 70,000.", "## Dataset Creation", "### Curation Rationale\n\nThe DBPedia ontology classification dataset is constructed by Xiang Zhang (URL@URL), licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License. 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\n\nSource data is taken from DBpedia: URL", "#### 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 DBPedia ontology classification dataset is constructed by Xiang Zhang (URL@URL), licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License. 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).", "### Licensing Information\n\nThe DBPedia ontology classification dataset is licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License.\n\n\n\n\n\nLehmann, Jens, Robert Isele, Max Jakob, Anja Jentzsch, Dimitris Kontokostas, Pablo N. Mendes, Sebastian Hellmann et al. \"DBpedia–a large-scale, multilingual knowledge base extracted from Wikipedia.\" Semantic web 6, no. 2 (2015): 167-195.", "### Contributions\n\nThanks to @hfawaz for adding this dataset." ]
[ 102, 8, 120, 26, 154, 49, 48, 6, 38, 94, 56, 5, 112, 4, 19, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 111, 107, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-topic-classification #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-cc-by-sa-3.0 #arxiv-1509.01626 #region-us \n# Dataset Card for DBpedia14## 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: URL\n- Point of Contact: Xiang Zhang### Dataset Summary\n\nThe DBpedia ontology classification dataset is constructed by picking 14 non-overlapping classes\nfrom DBpedia 2014. They are listed in URL. From each of thse 14 ontology classes, we\nrandomly choose 40,000 training samples and 5,000 testing samples. Therefore, the total size\nof the training dataset is 560,000 and testing dataset 70,000.\nThere are 3 columns in the dataset (same for train and test splits), corresponding to class index\n(1 to 14), title and content. The title and content are escaped using double quotes (\"), and any\ninternal double quote is escaped by 2 double quotes (\"\"). There are no new lines in title or content.### Supported Tasks and Leaderboards\n\n- 'text-classification', 'topic-classification': The dataset is mainly used for text classification: given the content\nand the title, predict the correct topic.### Languages\n\nAlthough DBpedia is a multilingual knowledge base, the DBpedia14 extract contains English data mainly, other languages may appear\n(e.g. a film whose title is origanlly not English).", "passage: ## Dataset Structure### Data Instances\n\nA typical data point, comprises of a title, a content and the corresponding label. \n\nAn example from the DBpedia test set looks as follows:### Data Fields\n\n- 'title': a string containing the title of the document - escaped using double quotes (\") and any internal double quote is escaped by 2 double quotes (\"\").\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 (\"\").\n- 'label': one of the 14 possible topics.### Data Splits\n\nThe data is split into a training and test set.\nFor each of the 14 classes we have 40,000 training samples and 5,000 testing samples.\nTherefore, the total size of the training dataset is 560,000 and testing dataset 70,000.## Dataset Creation### Curation Rationale\n\nThe DBPedia ontology classification dataset is constructed by Xiang Zhang (URL@URL), licensed under the terms of the Creative Commons Attribution-ShareAlike License and the GNU Free Documentation License. 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\n\nSource data is taken from DBpedia: URL#### 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" ]
[ -0.0398700088262558, 0.21713241934776306, -0.004768085666000843, 0.09975175559520721, 0.07127316296100616, 0.016809411346912384, 0.10962608456611633, 0.07051579654216766, -0.015594998374581337, 0.09516960382461548, -0.029444502666592598, 0.006224186159670353, 0.09154079109430313, 0.1004970446228981, 0.015072338283061981, -0.21896052360534668, 0.013363710604608059, -0.03942189738154411, 0.025097880512475967, 0.06746744364500046, 0.10830948501825333, -0.06633154302835464, 0.09219913184642792, -0.021862244233489037, -0.053988873958587646, -0.025816798210144043, -0.00986561831086874, -0.04858765751123428, 0.07297100871801376, 0.06481441855430603, 0.10457286983728409, 0.0006690165027976036, 0.052414558827877045, -0.2137589454650879, 0.014284508302807808, 0.05046125873923302, -0.016590317711234093, 0.04937245696783066, 0.06114651635289192, 0.011526200920343399, 0.10770972818136215, -0.07000453770160675, 0.0643279179930687, 0.04874761775135994, -0.0907025933265686, -0.07287696748971939, -0.15015685558319092, 0.10981365293264389, 0.03890099376440048, 0.027611158788204193, 0.0009158565662801266, 0.03291865438222885, -0.020759638398885727, 0.026046879589557648, 0.058077920228242874, -0.18643507361412048, -0.05543103814125061, 0.026686523109674454, 0.0024067992344498634, 0.11389334499835968, -0.10465756803750992, -0.011929027736186981, 0.005784815177321434, 0.008784915320575237, 0.032421719282865524, -0.043688707053661346, -0.06347327679395676, -0.015376514755189419, -0.10460088402032852, -0.02390444278717041, 0.2059968113899231, 0.0010068276897072792, -0.08368147909641266, -0.11670181900262833, 0.0020826533436775208, 0.021079717203974724, 0.0020719857420772314, 0.00801565870642662, 0.013227749615907669, 0.005976012442260981, 0.0911349207162857, -0.056460440158843994, -0.0898301899433136, -0.012455468997359276, -0.034141089767217636, 0.025802813470363617, 0.0448017381131649, 0.018347585573792458, 0.031683482229709625, 0.03500642627477646, 0.05085417255759239, -0.05427786707878113, -0.03485793247818947, -0.06489358842372894, -0.07362271845340729, -0.004342090338468552, 0.02750048227608204, -0.026402443647384644, 0.03576771914958954, 0.16713082790374756, -0.09435609728097916, 0.03638054057955742, -0.08363589644432068, 0.0027610966935753822, 0.07391570508480072, 0.1126113012433052, -0.053352534770965576, -0.007914875634014606, 0.06013663113117218, -0.022243130952119827, 0.04097818583250046, -0.05156654492020607, -0.05119810253381729, 0.021922674030065536, -0.009762560948729515, 0.03329393267631531, 0.013390181586146355, 0.03300314396619797, -0.054580602794885635, -0.026218082755804062, 0.11632461845874786, -0.1122315302491188, 0.03254375979304314, 0.057565830647945404, -0.030798090621829033, 0.013505504466593266, 0.019134655594825745, -0.006885917857289314, -0.05332699790596962, 0.014786790125072002, -0.06700635701417923, -0.017045386135578156, -0.0614248588681221, -0.06463418900966644, 0.05150209367275238, 0.027303136885166168, -0.05814655125141144, -0.050727058202028275, -0.10743370652198792, -0.05644417554140091, 0.03651193156838417, -0.041367385536432266, -0.036753393709659576, 0.004345377441495657, -0.007923929952085018, -0.025895748287439346, 0.013948318548500538, -0.06774136424064636, -0.037487320601940155, 0.025403106585144997, -0.038736533373594284, -0.008778175339102745, -0.0721798688173294, 0.022343209013342857, -0.07340189814567566, 0.0546981543302536, -0.07768788933753967, 0.08653201162815094, -0.06016925349831581, 0.007971697486937046, -0.05041639506816864, -0.018347224220633507, 0.010801411233842373, 0.020479746162891388, -0.005904137622565031, 0.08719588816165924, -0.1963466852903366, -0.01535410713404417, 0.08433876186609268, -0.14005057513713837, -0.059737034142017365, 0.07017939537763596, -0.06200350821018219, 0.06742492318153381, 0.09518560767173767, 0.11899420619010925, 0.13073848187923431, -0.02588737942278385, -0.09587091952562332, -0.031948503106832504, 0.026967352256178856, 0.08309217542409897, 0.08447881788015366, -0.00936149898916483, 0.06308341771364212, 0.038579270243644714, -0.015848565846681595, -0.051924142986536026, -0.005186198279261589, -0.07716242223978043, 0.012640082277357578, -0.028876420110464096, -0.01643655076622963, 0.0024724185932427645, -0.03326001763343811, 0.02118488773703575, -0.044273070991039276, 0.06019116938114166, 0.05126287043094635, -0.04943442344665527, 0.03769806772470474, -0.0618366114795208, 0.016721269115805626, 0.08041385561227798, -0.012013539671897888, -0.14885830879211426, -0.11610044538974762, 0.08667820692062378, -0.0898350328207016, 0.12544885277748108, -0.08249303698539734, -0.046677038073539734, 0.02716882899403572, -0.03987722843885422, 0.022129114717245102, -0.047984689474105835, -0.004436406306922436, -0.024301474913954735, -0.16238847374916077, -0.026085970923304558, -0.020607415586709976, 0.0772668644785881, -0.16899974644184113, 0.013592787086963654, 0.06961804628372192, 0.08424758911132812, 0.016983047127723694, -0.05439970642328262, 0.017761491239070892, 0.052632492035627365, -0.06799265742301941, -0.040019478648900986, 0.0006860608700662851, 0.018164917826652527, -0.02617320604622364, 0.027449432760477066, -0.05307067185640335, -0.13051292300224304, 0.050171300768852234, 0.052443668246269226, -0.07319052517414093, -0.03841137886047363, -0.036344196647405624, -0.026713967323303223, -0.05578826367855072, -0.004174578934907913, 0.1002732440829277, -0.0014327820390462875, 0.06057818979024887, -0.0882701724767685, -0.010729999281466007, -0.02641260251402855, -0.0018675392493605614, -0.06270015239715576, 0.052079811692237854, 0.05959884822368622, -0.10084988176822662, 0.13202308118343353, -0.08458986133337021, 0.014263568446040154, 0.1394680291414261, -0.00523739866912365, -0.04880763217806816, -0.05428870767354965, 0.03713656961917877, 0.020647568628191948, 0.12859027087688446, 0.01195426657795906, 0.020026832818984985, 0.027020424604415894, -0.009532728232443333, 0.017680764198303223, -0.09846536815166473, 0.04032428562641144, -0.012039115652441978, -0.04478371888399124, -0.007775258272886276, -0.05971904471516609, -0.011803141795098782, 0.10611392557621002, 0.006849300116300583, 0.058024778962135315, -0.012972919270396233, -0.04535399004817009, -0.10963751375675201, 0.13210585713386536, -0.13292236626148224, -0.2400442659854889, -0.14691996574401855, -0.022836491465568542, -0.09679023921489716, -0.012100383639335632, -0.023045942187309265, 0.002625622320920229, -0.05343662202358246, -0.10813561081886292, -0.05150804668664932, 0.002836586907505989, -0.05887765437364578, -0.061703987419605255, 0.03753044083714485, -0.026773184537887573, -0.08746261149644852, 0.0194301288574934, -0.025121605023741722, -0.04213155061006546, -0.011993544176220894, -0.01241995394229889, 0.07506066560745239, 0.108555868268013, 0.03801361843943596, -0.03211474418640137, -0.03785022348165512, 0.09846995770931244, -0.05781178176403046, 0.11163118481636047, 0.09660032391548157, -0.05265699326992035, 0.03780058026313782, 0.1549999862909317, 0.029336512088775635, -0.04701913520693779, 0.020605219528079033, 0.0304734967648983, -0.06695140898227692, -0.2754395008087158, -0.08849378675222397, -0.09776347875595093, -0.00401914119720459, 0.05989491939544678, 0.0449686236679554, 0.042546048760414124, 0.003976881969720125, -0.05790833383798599, 0.07749371975660324, 0.08522579073905945, 0.06529548764228821, 0.12520550191402435, 0.024877063930034637, 0.027417954057455063, -0.06478624790906906, 0.029508288949728012, 0.09245401620864868, 0.054494261741638184, 0.18492551147937775, -0.030983470380306244, 0.18964415788650513, 0.0456298366189003, 0.11231746524572372, 0.01314204465597868, 0.011613592505455017, -0.01571759209036827, 0.08635573089122772, -0.016849689185619354, -0.06586478650569916, -0.00675857113674283, 0.08462962508201599, 0.016570476815104485, -0.04556375741958618, 0.013789527118206024, -0.035546790808439255, 0.04314297437667847, 0.12734466791152954, 0.0193632785230875, -0.08672238886356354, -0.05390576273202896, 0.03678318113088608, 0.013170280493795872, -0.09759226441383362, 0.02329922653734684, 0.11984473466873169, -0.08520850539207458, 0.08970919996500015, -0.010215038433670998, 0.08872707188129425, -0.09282976388931274, -0.04674752801656723, 0.006957969628274441, 0.04782826825976372, -0.030422518029808998, 0.06077566370368004, -0.21082241833209991, 0.08285301923751831, 0.008665192872285843, 0.05195413902401924, -0.037356775254011154, 0.035272978246212006, -0.008487633429467678, 0.01568165421485901, 0.0858159065246582, 0.020235981792211533, -0.1239960640668869, 0.014913640916347504, -0.06477280706167221, 0.009521525353193283, 0.05897118151187897, -0.051199011504650116, 0.062171317636966705, -0.004750350955873728, 0.007297305855900049, -0.01914433389902115, -0.022168435156345367, -0.08549840748310089, -0.1808326095342636, 0.04304592311382294, -0.048962827771902084, -0.039528895169496536, -0.03906886279582977, -0.01881447620689869, 0.017714882269501686, 0.148369699716568, -0.2151394933462143, -0.07088160514831543, -0.11675214767456055, 0.037325020879507065, 0.12171827256679535, -0.041906606405973434, 0.04650265350937843, -0.019622022286057472, 0.14406439661979675, -0.020788773894309998, -0.0864328145980835, -0.004403641447424889, -0.014385057613253593, -0.17170479893684387, -0.07619182765483856, 0.12150557339191437, 0.05714995786547661, 0.03415414318442345, -0.0024822535924613476, 0.02894240990281105, 0.030042042955756187, -0.11125198006629944, -0.043174415826797485, 0.11617942154407501, 0.06067516654729843, 0.10945342481136322, -0.1380017101764679, -0.12866559624671936, -0.11778491735458374, -0.058783724904060364, 0.06280940771102905, 0.085054412484169, -0.05671773850917816, 0.11881241947412491, 0.11437893658876419, -0.14697636663913727, -0.17979833483695984, -0.040448784828186035, 0.03453122079372406, 0.006528522819280624, 0.019476693123579025, -0.2209717333316803, 0.05033724755048752, 0.07577783614397049, -0.0017851117299869657, 0.0176333487033844, -0.15428033471107483, -0.12911951541900635, 0.017728453502058983, 0.01390824280679226, -0.08421450853347778, -0.12129330635070801, -0.0667894259095192, -0.05676405876874924, 0.029017142951488495, 0.19368723034858704, 0.01763741299510002, 0.0389254167675972, -0.0021452982909977436, -0.015368773601949215, 0.0059150210581719875, -0.005543878301978111, 0.10249872505664825, 0.03625228628516197, 0.052569009363651276, -0.0426972359418869, -0.09204214066267014, 0.08844950795173645, -0.02907198667526245, 0.08367505669593811, 0.02073921449482441, 0.02944909781217575, -0.08982446789741516, -0.03781796246767044, -0.024091679602861404, 0.04180769994854927, -0.060813359916210175, -0.02876400388777256, -0.15504243969917297, 0.10628107190132141, 0.05838974192738533, 0.015314620919525623, 0.1354769617319107, 0.0036263689398765564, 0.024991201236844063, 0.14291870594024658, 0.09519612789154053, 0.10959602147340775, -0.03678155690431595, -0.03239772468805313, -0.017375223338603973, 0.03977768123149872, -0.1248633936047554, 0.029540106654167175, 0.11389251053333282, 0.035293906927108765, 0.13172109425067902, 0.008320221677422523, -0.14258085191249847, 0.007648130878806114, 0.06145830452442169, -0.07852301001548767, -0.13312631845474243, 0.012206640094518661, -0.004240845330059528, -0.10522031784057617, -0.034975260496139526, 0.08611166477203369, -0.03539862111210823, -0.02874237485229969, 0.016821404919028282, 0.06262820214033127, 0.012129092589020729, 0.07217422127723694, 0.05491063371300697, -0.012537865899503231, -0.08010302484035492, 0.09452882409095764, 0.15647085011005402, 0.055428825318813324, 0.0007323375903069973, 0.09741996973752975, -0.0723782330751419, -0.03263392299413681, 0.016737869009375572, 0.028801588341593742, -0.009756207466125488, -0.06216130033135414, -0.01767279952764511, -0.10933536291122437, 0.014742841944098473, 0.17008644342422485, -0.0025577102787792683, 0.0923987329006195, -0.017233654856681824, -0.026432208716869354, -0.06458904594182968, 0.08952967822551727, -0.05556480213999748, 0.01966683566570282, -0.07789455354213715, 0.06647256761789322, 0.05148610472679138, -0.010932357981801033, -0.0006132703274488449, -0.05277147889137268, -0.12338535487651825, -0.010325560346245766, -0.06112353503704071, 0.07049471139907837, -0.06942835450172424, 0.012209894135594368, -0.005707704462110996, -0.0560976043343544, -0.03891585394740105, 0.014647885225713253, -0.012056177482008934, -0.019563864916563034, -0.040862977504730225, 0.12213382869958878, -0.14360104501247406, -0.0038640089333057404, 0.05388684570789337, -0.07641427218914032, 0.09446660429239273, -0.0059628961607813835, -0.005315063055604696, 0.04288320988416672, -0.12894102931022644, 0.07391783595085144, -0.02726762741804123, 0.07814665138721466, -0.004839943256229162, -0.07218992710113525, 0.012216003611683846, 0.025618741288781166, -0.07379208505153656, 0.014489216729998589, 0.06586147844791412, -0.07781694829463959, 0.014725102111697197, -0.07383030652999878, -0.06926606595516205, -0.012565279379487038, 0.0715268924832344, 0.09191236644983292, 0.03581293299794197, 0.09939412772655487, -0.024580642580986023, 0.025888871401548386, -0.13969627022743225, -0.03149212896823883, 0.005973546765744686, 0.005683311726897955, -0.032245196402072906, -0.04403890669345856, 0.037895411252975464, 0.03218429535627365, 0.23337095975875854, 0.007289780303835869, -0.07229835540056229, 0.018185600638389587, 0.05154768377542496, -0.08168631047010422, 0.08706501126289368, 0.04343029111623764, -0.0017748225945979357, -0.02742617577314377, 0.04259656369686127, -0.053817667067050934, -0.04170353710651398, 0.01329750381410122, 0.12277442216873169, 0.08951494097709656, 0.10011192411184311, -0.006491722539067268, 0.10124916583299637, -0.050368532538414, -0.01650797575712204, 0.06001870706677437, -0.057091452181339264, -0.016644291579723358, -0.03404177352786064, 0.049769386649131775, 0.0834103524684906, -0.1939927041530609, 0.1296638548374176, -0.003754756413400173, -0.09241486340761185, -0.04759545624256134, -0.15511220693588257, -0.05451160669326782, 0.00046891672536730766, -0.026472005993127823, -0.11822973191738129, 0.013246173039078712, 0.10545565187931061, -0.01331825740635395, -0.029052095487713814, 0.023008808493614197, -0.028830450028181076, -0.07961378246545792, 0.030342891812324524, 0.04820874705910683, 0.017144428566098213, 0.0007949169958010316, 0.005447088740766048, -0.019058868288993835, 0.03973992168903351, 0.04980066418647766, 0.081595778465271, 0.10640335083007812, 0.042348459362983704, -0.038501840084791183, -0.023799890652298927, 0.026052378118038177, -0.04866217076778412, 0.010725143365561962, 0.13693106174468994, 0.04663781076669693, -0.04755976051092148, 0.04047449678182602, 0.12675336003303528, 0.037065014243125916, 0.0020559467375278473, -0.16039103269577026, 0.14620845019817352, -0.014435539953410625, -0.03413361683487892, 0.03598972409963608, -0.07410625368356705, 0.020549174398183823, 0.14075572788715363, 0.14584413170814514, -0.0526675283908844, -0.022417278960347176, -0.019688185304403305, -0.0010286890901625156, 0.004575517028570175, 0.09966108947992325, 0.0034425659105181694, 0.2712640166282654, 0.02661711536347866, 0.024508116766810417, -0.04797716438770294, 0.012022200040519238, -0.061606232076883316, 0.11967872083187103, -0.007618175819516182, -0.00994735024869442, -0.10370254516601562, 0.10513386130332947, -0.08755245059728622, -0.23592932522296906, 0.09544623643159866, -0.10893140733242035, -0.11382004618644714, -0.004785306751728058, -0.05464789271354675, -0.019863611087203026, -0.016247641295194626, 0.01729782298207283, -0.013267392292618752, 0.05505921319127083, 0.019179783761501312, -0.03723141551017761, -0.012251568958163261, 0.12370951473712921, -0.027069244533777237, 0.2303193360567093, -0.009058084338903427, 0.09636694192886353, 0.07421793043613434, 0.01321935374289751, -0.062085285782814026, 0.023901043459773064, 0.02809128351509571, 0.010908905416727066, -0.0026400110218673944, 0.0329461470246315, -0.015961414203047752, 0.13846398890018463, 0.09363444149494171, 0.09506814926862717, 0.053911931812763214, 0.0046373773366212845, -0.03450952097773552, -0.09067045152187347, 0.04558198153972626, -0.13947558403015137, 0.13184472918510437, 0.12336423993110657, -0.05467414855957031, 0.01834772527217865, -0.008707909844815731, 0.008857473731040955, -0.03300849720835686, 0.12475723028182983, 0.016755571588873863, -0.1405486762523651, 0.012500135228037834, -0.06748788058757782, 0.048410311341285706, -0.14853179454803467, -0.030484866350889206, 0.018135473132133484, -0.028704211115837097, -0.053517647087574005, 0.09129438549280167, 0.039184194058179855, -0.0017686346545815468, -0.06368474662303925, -0.07086359709501266, -0.0019075004383921623, 0.057342901825904846, -0.04344644397497177, -0.02222040295600891 ]
3f756ab4572e071eb53e887ab629f19fa747d39e
# Dataset Card for DBRD ## 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:** [Dutch Book Review Dataset (DBRD) homepage](https://benjaminvdb.github.io/DBRD) - **Repository:** https://github.com/benjaminvdb/DBRD - **Paper:** [The merits of Universal Language Model Fine-tuning for Small Datasets - a case with Dutch book reviews](https://arxiv.org/abs/1910.00896) - **Leaderboard:** - **Point of Contact:** [Benjamin van der Burgh](mailto:benjaminvdb@gmail.com) ### Dataset Summary The DBRD (pronounced *dee-bird*) dataset contains over 110k book reviews of which 22k have associated binary sentiment polarity labels. It is intended as a benchmark for sentiment classification in Dutch and was created due to a lack of annotated datasets in Dutch that are suitable for this task. ### Supported Tasks and Leaderboards - `text-generation`: The dataset can be used to train a model for sequence modeling, more specifically language modeling. - `text-classification`: The dataset can be used to train a model for text classification, more specifically sentiment classification, using the provided positive/negative sentiment polarity labels. ### Languages Non-Dutch reviews were filtered out using [langdetect](https://github.com/Mimino666/langdetect), and all reviews should therefore be in Dutch (nl). They are written by reviewers on [Hebban](https://www.hebban.nl), a Dutch website for book reviews. ## Dataset Structure ### Data Instances The dataset contains three subsets: train, test, and unsupervised. The `train` and `test` sets contain labels, while the `unsupervised` set doesn't (the label value is -1 for each instance in `unsupervised`). Here's an example of a positive review, indicated with a label value of `1`. ``` { 'label': 1, 'text': 'Super om te lezen hoe haar leven is vergaan.\nBijzonder dat ze zo openhartig is geweest.' } ``` ### Data Fields - `label`: either 0 (negative) or 1 (positive) in the supervised sets `train` and `test`. These are always -1 for the unsupervised set. - `text`: book review as a utf-8 encoded string. ### Data Splits The `train` and `test` sets were constructed by extracting all non-neutral reviews because we want to assign either a positive or negative polarity label to each instance. Furthermore, the positive (pos) and negative (neg) labels were balanced in both train and test sets. The remainder was added to the unsupervised set. | | Train | Test | Unsupervised | | ----- | ------ | ----- | ----------- | | # No. texts | 20028 | 2224 | 96264 | | % of total | 16.9% | 1.9% | 81.2% | ## Dataset Creation ### Curation Rationale This dataset was created due to a lack of annotated Dutch text that is suitable for sentiment classification. Non-Dutch texts were therefore removed, but other than that, no curation was done. ### Source Data The book reviews were taken from [Hebban](https://www.hebban.nl), a Dutch platform for book reviews. #### Initial Data Collection and Normalization The source code of the scraper and preprocessing process can be found in the [DBRD GitHub repository](https://github.com/benjaminvdb/DBRD). #### Who are the source language producers? The reviews are written by users of [Hebban](https://www.hebban.nl) and are of varying quality. Some are short, others long, and many contain spelling mistakes and other errors. ### Annotations Each book review was accompanied by a 1 to 5-star rating. The annotations are produced by mapping the user-provided ratings to either a positive or negative label. 1 and 2-star ratings are given the negative label `0` and 4 and 5-star ratings the positive label `1`. Reviews with a rating of 3 stars are considered neutral and left out of the `train`/`test` sets and added to the unsupervised set. #### Annotation process Users of [Hebban](https://www.hebban.nl) were unaware that their reviews would be used in the creation of this dataset. #### Who are the annotators? The annotators are the [Hebban](https://www.hebban.nl) users who wrote the book reviews associated with the annotation. Anyone can register on [Hebban](https://www.hebban.nl) and it's impossible to know the demographics of this group. ### Personal and Sensitive Information The book reviews and ratings are publicly available on [Hebban](https://www.hebban.nl) and no personal or otherwise sensitive information is contained in this dataset. ## Considerations for Using the Data ### Social Impact of Dataset While predicting sentiment of book reviews in itself is not that interesting, the value of this dataset lies in its usage for benchmarking models. The dataset contains some challenges that are common to outings on the internet, such as spelling mistakes and other errors. It is therefore very useful for validating models for their real-world performance. These datasets are abundant for English but are harder to find for Dutch, making them a valuable resource for ML tasks in this language. ### Discussion of Biases [More Information Needed] ### Other Known Limitations Reviews on [Hebban](https://www.hebban.nl) are usually written in Dutch, but some have been written in English and possibly in other languages. While we've done our best to filter out non-Dutch texts, it's hard to do this without errors. For example, some reviews are in multiple languages, and these might slip through. Also be aware that some commercial outings can appear in the text, making them different from other reviews and influencing your models. While this doesn't pose a major issue in most cases, we just wanted to mention it briefly. ## Additional Information ### Dataset Curators This dataset was created by [Benjamin van der Burgh](mailto:benjaminvdb@gmail.com), who was working at [Leiden Institute of Advanced Computer Science (LIACS)](https://liacs.leidenuniv.nl/) at the time. ### Licensing Information The dataset is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/). ### Citation Information Please use the following citation when making use of this dataset in your work. ``` @article{DBLP:journals/corr/abs-1910-00896, author = {Benjamin van der Burgh and Suzan Verberne}, title = {The merits of Universal Language Model Fine-tuning for Small Datasets - a case with Dutch book reviews}, journal = {CoRR}, volume = {abs/1910.00896}, year = {2019}, url = {http://arxiv.org/abs/1910.00896}, archivePrefix = {arXiv}, eprint = {1910.00896}, timestamp = {Fri, 04 Oct 2019 12:28:06 +0200}, biburl = {https://dblp.org/rec/journals/corr/abs-1910-00896.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} } ``` ### Contributions Thanks to [@benjaminvdb](https://github.com/benjaminvdb) for adding this dataset.
dbrd
[ "task_categories:text-generation", "task_categories:fill-mask", "task_categories:text-classification", "task_ids:language-modeling", "task_ids:masked-language-modeling", "task_ids:sentiment-classification", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:nl", "license:cc-by-nc-sa-4.0", "arxiv:1910.00896", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["nl"], "license": ["cc-by-nc-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-generation", "fill-mask", "text-classification"], "task_ids": ["language-modeling", "masked-language-modeling", "sentiment-classification"], "paperswithcode_id": "dbrd", "pretty_name": "DBRD", "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "neg", "1": "pos"}}}}], "config_name": "plain_text", "splits": [{"name": "train", "num_bytes": 29496333, "num_examples": 20028}, {"name": "test", "num_bytes": 3246243, "num_examples": 2224}, {"name": "unsupervised", "num_bytes": 152733031, "num_examples": 96264}], "download_size": 79065872, "dataset_size": 185475607}}
2024-01-18T11:02:34+00:00
[ "1910.00896" ]
[ "nl" ]
TAGS #task_categories-text-generation #task_categories-fill-mask #task_categories-text-classification #task_ids-language-modeling #task_ids-masked-language-modeling #task_ids-sentiment-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Dutch #license-cc-by-nc-sa-4.0 #arxiv-1910.00896 #region-us
Dataset Card for DBRD ===================== 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: Dutch Book Review Dataset (DBRD) homepage * Repository: URL * Paper: The merits of Universal Language Model Fine-tuning for Small Datasets - a case with Dutch book reviews * Leaderboard: * Point of Contact: Benjamin van der Burgh ### Dataset Summary The DBRD (pronounced *dee-bird*) dataset contains over 110k book reviews of which 22k have associated binary sentiment polarity labels. It is intended as a benchmark for sentiment classification in Dutch and was created due to a lack of annotated datasets in Dutch that are suitable for this task. ### Supported Tasks and Leaderboards * 'text-generation': The dataset can be used to train a model for sequence modeling, more specifically language modeling. * 'text-classification': The dataset can be used to train a model for text classification, more specifically sentiment classification, using the provided positive/negative sentiment polarity labels. ### Languages Non-Dutch reviews were filtered out using langdetect, and all reviews should therefore be in Dutch (nl). They are written by reviewers on Hebban, a Dutch website for book reviews. Dataset Structure ----------------- ### Data Instances The dataset contains three subsets: train, test, and unsupervised. The 'train' and 'test' sets contain labels, while the 'unsupervised' set doesn't (the label value is -1 for each instance in 'unsupervised'). Here's an example of a positive review, indicated with a label value of '1'. ### Data Fields * 'label': either 0 (negative) or 1 (positive) in the supervised sets 'train' and 'test'. These are always -1 for the unsupervised set. * 'text': book review as a utf-8 encoded string. ### Data Splits The 'train' and 'test' sets were constructed by extracting all non-neutral reviews because we want to assign either a positive or negative polarity label to each instance. Furthermore, the positive (pos) and negative (neg) labels were balanced in both train and test sets. The remainder was added to the unsupervised set. Dataset Creation ---------------- ### Curation Rationale This dataset was created due to a lack of annotated Dutch text that is suitable for sentiment classification. Non-Dutch texts were therefore removed, but other than that, no curation was done. ### Source Data The book reviews were taken from Hebban, a Dutch platform for book reviews. #### Initial Data Collection and Normalization The source code of the scraper and preprocessing process can be found in the DBRD GitHub repository. #### Who are the source language producers? The reviews are written by users of Hebban and are of varying quality. Some are short, others long, and many contain spelling mistakes and other errors. ### Annotations Each book review was accompanied by a 1 to 5-star rating. The annotations are produced by mapping the user-provided ratings to either a positive or negative label. 1 and 2-star ratings are given the negative label '0' and 4 and 5-star ratings the positive label '1'. Reviews with a rating of 3 stars are considered neutral and left out of the 'train'/'test' sets and added to the unsupervised set. #### Annotation process Users of Hebban were unaware that their reviews would be used in the creation of this dataset. #### Who are the annotators? The annotators are the Hebban users who wrote the book reviews associated with the annotation. Anyone can register on Hebban and it's impossible to know the demographics of this group. ### Personal and Sensitive Information The book reviews and ratings are publicly available on Hebban and no personal or otherwise sensitive information is contained in this dataset. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset While predicting sentiment of book reviews in itself is not that interesting, the value of this dataset lies in its usage for benchmarking models. The dataset contains some challenges that are common to outings on the internet, such as spelling mistakes and other errors. It is therefore very useful for validating models for their real-world performance. These datasets are abundant for English but are harder to find for Dutch, making them a valuable resource for ML tasks in this language. ### Discussion of Biases ### Other Known Limitations Reviews on Hebban are usually written in Dutch, but some have been written in English and possibly in other languages. While we've done our best to filter out non-Dutch texts, it's hard to do this without errors. For example, some reviews are in multiple languages, and these might slip through. Also be aware that some commercial outings can appear in the text, making them different from other reviews and influencing your models. While this doesn't pose a major issue in most cases, we just wanted to mention it briefly. Additional Information ---------------------- ### Dataset Curators This dataset was created by Benjamin van der Burgh, who was working at Leiden Institute of Advanced Computer Science (LIACS) at the time. ### Licensing Information The dataset is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Please use the following citation when making use of this dataset in your work. ### Contributions Thanks to @benjaminvdb for adding this dataset.
[ "### Dataset Summary\n\n\nThe DBRD (pronounced *dee-bird*) dataset contains over 110k book reviews of which 22k have associated binary sentiment polarity labels. It is intended as a benchmark for sentiment classification in Dutch and was created due to a lack of annotated datasets in Dutch that are suitable for this task.", "### Supported Tasks and Leaderboards\n\n\n* 'text-generation': The dataset can be used to train a model for sequence modeling, more specifically language modeling.\n* 'text-classification': The dataset can be used to train a model for text classification, more specifically sentiment classification, using the provided positive/negative sentiment polarity labels.", "### Languages\n\n\nNon-Dutch reviews were filtered out using langdetect, and all reviews should therefore be in Dutch (nl). They are written by reviewers on Hebban, a Dutch website for book reviews.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe dataset contains three subsets: train, test, and unsupervised. The 'train' and 'test' sets contain labels, while the 'unsupervised' set doesn't (the label value is -1 for each instance in 'unsupervised'). Here's an example of a positive review, indicated with a label value of '1'.", "### Data Fields\n\n\n* 'label': either 0 (negative) or 1 (positive) in the supervised sets 'train' and 'test'. These are always -1 for the unsupervised set.\n* 'text': book review as a utf-8 encoded string.", "### Data Splits\n\n\nThe 'train' and 'test' sets were constructed by extracting all non-neutral reviews because we want to assign either a positive or negative polarity label to each instance. Furthermore, the positive (pos) and negative (neg) labels were balanced in both train and test sets. The remainder was added to the unsupervised set.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThis dataset was created due to a lack of annotated Dutch text that is suitable for sentiment classification. Non-Dutch texts were therefore removed, but other than that, no curation was done.", "### Source Data\n\n\nThe book reviews were taken from Hebban, a Dutch platform for book reviews.", "#### Initial Data Collection and Normalization\n\n\nThe source code of the scraper and preprocessing process can be found in the DBRD GitHub repository.", "#### Who are the source language producers?\n\n\nThe reviews are written by users of Hebban and are of varying quality. Some are short, others long, and many contain spelling mistakes and other errors.", "### Annotations\n\n\nEach book review was accompanied by a 1 to 5-star rating. The annotations are produced by mapping the user-provided ratings to either a positive or negative label. 1 and 2-star ratings are given the negative label '0' and 4 and 5-star ratings the positive label '1'. Reviews with a rating of 3 stars are considered neutral and left out of the 'train'/'test' sets and added to the unsupervised set.", "#### Annotation process\n\n\nUsers of Hebban were unaware that their reviews would be used in the creation of this dataset.", "#### Who are the annotators?\n\n\nThe annotators are the Hebban users who wrote the book reviews associated with the annotation. Anyone can register on Hebban and it's impossible to know the demographics of this group.", "### Personal and Sensitive Information\n\n\nThe book reviews and ratings are publicly available on Hebban and no personal or otherwise sensitive information is contained in this dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nWhile predicting sentiment of book reviews in itself is not that interesting, the value of this dataset lies in its usage for benchmarking models. The dataset contains some challenges that are common to outings on the internet, such as spelling mistakes and other errors. It is therefore very useful for validating models for their real-world performance. These datasets are abundant for English but are harder to find for Dutch, making them a valuable resource for ML tasks in this language.", "### Discussion of Biases", "### Other Known Limitations\n\n\nReviews on Hebban are usually written in Dutch, but some have been written in English and possibly in other languages. While we've done our best to filter out non-Dutch texts, it's hard to do this without errors. For example, some reviews are in multiple languages, and these might slip through. Also be aware that some commercial outings can appear in the text, making them different from other reviews and influencing your models. While this doesn't pose a major issue in most cases, we just wanted to mention it briefly.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThis dataset was created by Benjamin van der Burgh, who was working at Leiden Institute of Advanced Computer Science (LIACS) at the time.", "### Licensing Information\n\n\nThe dataset is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.\n\n\nPlease use the following citation when making use of this dataset in your work.", "### Contributions\n\n\nThanks to @benjaminvdb for adding this dataset." ]
[ "TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_categories-text-classification #task_ids-language-modeling #task_ids-masked-language-modeling #task_ids-sentiment-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Dutch #license-cc-by-nc-sa-4.0 #arxiv-1910.00896 #region-us \n", "### Dataset Summary\n\n\nThe DBRD (pronounced *dee-bird*) dataset contains over 110k book reviews of which 22k have associated binary sentiment polarity labels. It is intended as a benchmark for sentiment classification in Dutch and was created due to a lack of annotated datasets in Dutch that are suitable for this task.", "### Supported Tasks and Leaderboards\n\n\n* 'text-generation': The dataset can be used to train a model for sequence modeling, more specifically language modeling.\n* 'text-classification': The dataset can be used to train a model for text classification, more specifically sentiment classification, using the provided positive/negative sentiment polarity labels.", "### Languages\n\n\nNon-Dutch reviews were filtered out using langdetect, and all reviews should therefore be in Dutch (nl). They are written by reviewers on Hebban, a Dutch website for book reviews.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe dataset contains three subsets: train, test, and unsupervised. The 'train' and 'test' sets contain labels, while the 'unsupervised' set doesn't (the label value is -1 for each instance in 'unsupervised'). Here's an example of a positive review, indicated with a label value of '1'.", "### Data Fields\n\n\n* 'label': either 0 (negative) or 1 (positive) in the supervised sets 'train' and 'test'. These are always -1 for the unsupervised set.\n* 'text': book review as a utf-8 encoded string.", "### Data Splits\n\n\nThe 'train' and 'test' sets were constructed by extracting all non-neutral reviews because we want to assign either a positive or negative polarity label to each instance. Furthermore, the positive (pos) and negative (neg) labels were balanced in both train and test sets. The remainder was added to the unsupervised set.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThis dataset was created due to a lack of annotated Dutch text that is suitable for sentiment classification. Non-Dutch texts were therefore removed, but other than that, no curation was done.", "### Source Data\n\n\nThe book reviews were taken from Hebban, a Dutch platform for book reviews.", "#### Initial Data Collection and Normalization\n\n\nThe source code of the scraper and preprocessing process can be found in the DBRD GitHub repository.", "#### Who are the source language producers?\n\n\nThe reviews are written by users of Hebban and are of varying quality. Some are short, others long, and many contain spelling mistakes and other errors.", "### Annotations\n\n\nEach book review was accompanied by a 1 to 5-star rating. The annotations are produced by mapping the user-provided ratings to either a positive or negative label. 1 and 2-star ratings are given the negative label '0' and 4 and 5-star ratings the positive label '1'. Reviews with a rating of 3 stars are considered neutral and left out of the 'train'/'test' sets and added to the unsupervised set.", "#### Annotation process\n\n\nUsers of Hebban were unaware that their reviews would be used in the creation of this dataset.", "#### Who are the annotators?\n\n\nThe annotators are the Hebban users who wrote the book reviews associated with the annotation. Anyone can register on Hebban and it's impossible to know the demographics of this group.", "### Personal and Sensitive Information\n\n\nThe book reviews and ratings are publicly available on Hebban and no personal or otherwise sensitive information is contained in this dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nWhile predicting sentiment of book reviews in itself is not that interesting, the value of this dataset lies in its usage for benchmarking models. The dataset contains some challenges that are common to outings on the internet, such as spelling mistakes and other errors. It is therefore very useful for validating models for their real-world performance. These datasets are abundant for English but are harder to find for Dutch, making them a valuable resource for ML tasks in this language.", "### Discussion of Biases", "### Other Known Limitations\n\n\nReviews on Hebban are usually written in Dutch, but some have been written in English and possibly in other languages. While we've done our best to filter out non-Dutch texts, it's hard to do this without errors. For example, some reviews are in multiple languages, and these might slip through. Also be aware that some commercial outings can appear in the text, making them different from other reviews and influencing your models. While this doesn't pose a major issue in most cases, we just wanted to mention it briefly.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThis dataset was created by Benjamin van der Burgh, who was working at Leiden Institute of Advanced Computer Science (LIACS) at the time.", "### Licensing Information\n\n\nThe dataset is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.\n\n\nPlease use the following citation when making use of this dataset in your work.", "### Contributions\n\n\nThanks to @benjaminvdb for adding this dataset." ]
[ 147, 78, 84, 54, 91, 67, 92, 52, 20, 36, 45, 110, 27, 51, 46, 113, 8, 134, 36, 45, 19 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-fill-mask #task_categories-text-classification #task_ids-language-modeling #task_ids-masked-language-modeling #task_ids-sentiment-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-Dutch #license-cc-by-nc-sa-4.0 #arxiv-1910.00896 #region-us \n### Dataset Summary\n\n\nThe DBRD (pronounced *dee-bird*) dataset contains over 110k book reviews of which 22k have associated binary sentiment polarity labels. It is intended as a benchmark for sentiment classification in Dutch and was created due to a lack of annotated datasets in Dutch that are suitable for this task.### Supported Tasks and Leaderboards\n\n\n* 'text-generation': The dataset can be used to train a model for sequence modeling, more specifically language modeling.\n* 'text-classification': The dataset can be used to train a model for text classification, more specifically sentiment classification, using the provided positive/negative sentiment polarity labels.### Languages\n\n\nNon-Dutch reviews were filtered out using langdetect, and all reviews should therefore be in Dutch (nl). They are written by reviewers on Hebban, a Dutch website for book reviews.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nThe dataset contains three subsets: train, test, and unsupervised. The 'train' and 'test' sets contain labels, while the 'unsupervised' set doesn't (the label value is -1 for each instance in 'unsupervised'). Here's an example of a positive review, indicated with a label value of '1'.", "passage: ### Data Fields\n\n\n* 'label': either 0 (negative) or 1 (positive) in the supervised sets 'train' and 'test'. These are always -1 for the unsupervised set.\n* 'text': book review as a utf-8 encoded string.### Data Splits\n\n\nThe 'train' and 'test' sets were constructed by extracting all non-neutral reviews because we want to assign either a positive or negative polarity label to each instance. Furthermore, the positive (pos) and negative (neg) labels were balanced in both train and test sets. The remainder was added to the unsupervised set.\n\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThis dataset was created due to a lack of annotated Dutch text that is suitable for sentiment classification. Non-Dutch texts were therefore removed, but other than that, no curation was done.### Source Data\n\n\nThe book reviews were taken from Hebban, a Dutch platform for book reviews.#### Initial Data Collection and Normalization\n\n\nThe source code of the scraper and preprocessing process can be found in the DBRD GitHub repository.#### Who are the source language producers?\n\n\nThe reviews are written by users of Hebban and are of varying quality. Some are short, others long, and many contain spelling mistakes and other errors.### Annotations\n\n\nEach book review was accompanied by a 1 to 5-star rating. The annotations are produced by mapping the user-provided ratings to either a positive or negative label. 1 and 2-star ratings are given the negative label '0' and 4 and 5-star ratings the positive label '1'. Reviews with a rating of 3 stars are considered neutral and left out of the 'train'/'test' sets and added to the unsupervised set.#### Annotation process\n\n\nUsers of Hebban were unaware that their reviews would be used in the creation of this dataset.#### Who are the annotators?\n\n\nThe annotators are the Hebban users who wrote the book reviews associated with the annotation. Anyone can register on Hebban and it's impossible to know the demographics of this group.### Personal and Sensitive Information\n\n\nThe book reviews and ratings are publicly available on Hebban and no personal or otherwise sensitive information is contained in this dataset.\n\n\nConsiderations for Using the Data\n---------------------------------" ]
[ -0.026909276843070984, 0.07706441730260849, -0.0018841077107936144, 0.017271779477596283, -0.018640439957380295, -0.054476283490657806, 0.1232893168926239, 0.023821620270609856, 0.04360596835613251, 0.08563432097434998, -0.06182887777686119, -0.06731835752725601, 0.07657462358474731, -0.0654909685254097, 0.040397558361291885, -0.20842523872852325, 0.07193265110254288, -0.05735292285680771, 0.10998550057411194, 0.07455761730670929, 0.10441277921199799, -0.020280608907341957, 0.07198508083820343, -0.016807759180665016, -0.03589931130409241, 0.05835501849651337, -0.04949392005801201, -0.007282826583832502, 0.061150312423706055, 0.07292787730693817, 0.08680488914251328, -0.001052727922797203, -0.028913255780935287, -0.18328911066055298, -0.0037410114891827106, 0.03378463536500931, -0.028944652527570724, -0.018166732043027878, 0.03227917104959488, -0.03785410150885582, 0.2213388979434967, -0.14826641976833344, 0.022649455815553665, 0.001723655965179205, -0.10746047645807266, -0.14787507057189941, -0.10804973542690277, -0.00234295055270195, 0.030065052211284637, 0.035280950367450714, -0.03887895494699478, 0.09675230830907822, -0.07617226243019104, 0.015592057257890701, 0.12305129319429398, -0.06527995318174362, -0.04168441519141197, 0.05022694543004036, 0.038438212126493454, 0.167565256357193, -0.15238285064697266, -0.047374144196510315, -0.012155447155237198, 0.0188826322555542, -0.03829608112573624, -0.02833627164363861, -0.04003167152404785, 0.007558622397482395, -0.08280406892299652, -0.049800805747509, 0.11302997171878815, 0.009669061750173569, -0.06415708363056183, -0.10823850333690643, -0.025699660181999207, -0.008232481777668, 0.01688946783542633, -0.02786722406744957, -0.0041435654275119305, -0.04155387729406357, 0.11979296058416367, -0.03320367634296417, -0.08039756119251251, 0.01734500750899315, 0.023524004966020584, 0.18265767395496368, -0.0054640700109303, -0.012467283755540848, 0.0770484060049057, 0.03652084246277809, -0.018772512674331665, -0.07988560199737549, -0.10646656155586243, -0.06158917397260666, -0.07444274425506592, -0.034049518406391144, 0.006366275250911713, -0.09682442247867584, -0.06563286483287811, 0.07884573936462402, -0.025576382875442505, 0.017860470339655876, -0.07243227958679199, -0.002538255648687482, 0.023724770173430443, 0.1065254658460617, 0.020859187468886375, -0.037896789610385895, 0.01624378003180027, 0.02280997857451439, 0.11794795095920563, 0.026957180351018906, -0.03454768657684326, -0.014283886179327965, 0.09284419566392899, 0.010565405711531639, -0.015604548156261444, 0.018207302317023277, -0.0419803112745285, -0.03933200240135193, 0.1420474648475647, -0.10293112695217133, -0.00918547436594963, 0.04036067798733711, -0.005349461920559406, -0.02717730402946472, -0.013029979541897774, -0.056837793439626694, -0.09846833348274231, 0.16268855333328247, -0.004034451209008694, 0.016865789890289307, -0.09208618104457855, -0.15426760911941528, 0.023695746436715126, 0.005793137475848198, -0.048069149255752563, -0.05811312794685364, -0.1911347359418869, -0.03993399441242218, -0.03447920083999634, -0.06952105462551117, 0.055839672684669495, -0.04443284869194031, -0.03002907522022724, -0.016340402886271477, -0.013664232566952705, -0.023153740912675858, -0.03266093134880066, 0.003085565287619829, 0.017121152952313423, 0.06505607068538666, -0.052528660744428635, 0.029866186901926994, -0.1538139283657074, -0.03311780095100403, -0.2265123426914215, 0.09468472748994827, -0.19314870238304138, -0.05383790284395218, -0.05190247297286987, -0.06685379147529602, 0.021641099825501442, 0.012788515537977219, -0.02234768308699131, 0.12293026596307755, -0.2433517873287201, -0.05116214603185654, 0.12219402939081192, -0.1961376965045929, -0.008895762264728546, 0.1279176026582718, -0.027295146137475967, 0.11990088224411011, 0.10334619879722595, 0.13263815641403198, 0.08962073922157288, -0.054557789117097855, -0.07014534622430801, 0.02900364063680172, 0.04103086143732071, 0.22181744873523712, 0.02494744211435318, -0.03699788078665733, -0.012780295684933662, 0.03774423524737358, -0.0362640805542469, -0.071993388235569, 0.052808329463005066, -0.0320608913898468, 0.018079521134495735, 0.07322186976671219, 0.07314448058605194, 0.06561122834682465, -0.055544156581163406, -0.04934593290090561, -0.08308346569538116, 0.04258693754673004, 0.0539611354470253, -0.06898904591798782, 0.054081425070762634, -0.04536313936114311, 0.010301627218723297, 0.03094165399670601, -0.0212088730186224, -0.14580103754997253, -0.054076775908470154, 0.05515412986278534, -0.11010700464248657, 0.061097413301467896, 0.1642657071352005, 0.025739245116710663, 0.023950833827257156, -0.07447441667318344, -0.015207340009510517, -0.06177930533885956, 0.011360203847289085, -0.007228623144328594, -0.15590539574623108, -0.04005292057991028, -0.04800969362258911, 0.08555880934000015, -0.15709173679351807, -0.04236452281475067, 0.1467255800962448, 0.032275985926389694, 0.04110495001077652, -0.05428144335746765, 0.03162609040737152, 0.08213771879673004, -0.02686363272368908, -0.06607455015182495, 0.0019939844496548176, 0.019756197929382324, -0.048416249454021454, 0.023053128272294998, -0.13542921841144562, -0.16805659234523773, 0.04799208045005798, 0.08292508125305176, -0.07580806314945221, 0.05140417069196701, -0.007668288424611092, -0.058838486671447754, -0.06237530708312988, -0.09639723598957062, 0.06907160580158234, 0.10139364004135132, 0.02325744926929474, -0.09830890595912933, -0.015375405550003052, -0.04361805319786072, -0.006651139352470636, 0.024648616090416908, 0.1203627660870552, -0.1329190731048584, -0.04750744253396988, 0.13377057015895844, 0.025547906756401062, -0.04183661937713623, 0.16862517595291138, 0.03943651169538498, -0.04904138296842575, 0.012845831923186779, 0.061687082052230835, 0.023864280432462692, 0.1693633794784546, -0.15774255990982056, 0.01853998191654682, 0.01865983009338379, -0.018485262989997864, 0.0024078935384750366, -0.06326132267713547, 0.02079181745648384, 0.009897800162434578, -0.06388556957244873, 0.044414862990379333, -0.009259258396923542, 0.008245203644037247, 0.07837086915969849, -0.010798122733831406, 0.022102106362581253, -0.055679671466350555, -0.08621346950531006, -0.1225956380367279, 0.17428511381149292, -0.08533377945423126, -0.29333198070526123, -0.08484990149736404, 0.0795847550034523, -0.09151172637939453, 0.014426283538341522, 0.029836013913154602, -0.060841068625450134, -0.09119554609060287, -0.138879656791687, 0.09816670417785645, 0.05793267488479614, -0.14279711246490479, -0.1874535083770752, -0.008227824233472347, -0.02637336030602455, -0.13827377557754517, 0.04359913244843483, -0.013664771802723408, -0.0904705598950386, 0.03840199485421181, -0.0063357665203511715, 0.04209595173597336, 0.03177060931921005, 0.048133090138435364, -0.09149344265460968, -0.00723455473780632, 0.10050085186958313, -0.053488001227378845, 0.064612977206707, 0.024974696338176727, 0.0009947177022695541, 0.06243004649877548, 0.13188205659389496, 0.01321717444807291, -0.05201917141675949, 0.008523868396878242, 0.050957947969436646, -0.020757433027029037, -0.18347933888435364, -0.13917161524295807, -0.0696195513010025, 0.0037569236010313034, 0.02728215605020523, -0.0017656111158430576, -0.006498257629573345, 0.02691059745848179, -0.10040554404258728, 0.013456534594297409, -0.02994612604379654, 0.14165058732032776, 0.11106640100479126, 0.005357061047106981, 0.012351028621196747, -0.06941003352403641, -0.017252841964364052, 0.11844617128372192, 0.003160398453474045, 0.13912652432918549, -0.05515004321932793, 0.19980522990226746, 0.03198671340942383, 0.06849327683448792, 0.03641349822282791, 0.05298854410648346, -0.009089719504117966, -0.012526923790574074, -0.04286286234855652, -0.12135985493659973, -0.1204986572265625, 0.07974852621555328, -0.0790153443813324, 0.002973916009068489, 0.05391417071223259, -0.07168318331241608, 0.07175460457801819, 0.09767931699752808, 0.08286063373088837, -0.030286725610494614, -0.07754787057638168, 0.06224536895751953, -0.018959548324346542, -0.07456151396036148, -0.025410592555999756, 0.16762274503707886, -0.12355729937553406, 0.06834189593791962, -0.06105998158454895, 0.029602400958538055, -0.09202617406845093, 0.012044237926602364, -0.0075987037271261215, 0.028240108862519264, -0.03618999570608139, 0.11641090363264084, -0.16369938850402832, 0.12096235156059265, 0.014358502812683582, 0.029617900028824806, -0.077015221118927, -0.04415843263268471, -0.01839800737798214, 0.004653399344533682, 0.12312905490398407, 0.09491893649101257, -0.16534894704818726, -0.024157408624887466, -0.04427962750196457, 0.020706839859485626, 0.03474985808134079, -0.028225045651197433, 0.04417852312326431, 0.061970192939043045, 0.032307978719472885, -0.06277559697628021, -0.021259628236293793, -0.0801730528473854, -0.1577712744474411, 0.07072224467992783, -0.07866031676530838, 0.022342883050441742, -0.05671718716621399, -0.03175536170601845, 0.1261460781097412, 0.17451804876327515, -0.16656890511512756, -0.09369561821222305, -0.0339009091258049, 0.07337015122175217, 0.045184098184108734, -0.05591877922415733, -0.08201996982097626, 0.026103118434548378, 0.0971827581524849, -0.04175901412963867, -0.024618210271000862, 0.02505199797451496, -0.03882797434926033, -0.08454650640487671, -0.07680396735668182, 0.11555863916873932, 0.09900081157684326, 0.04068438708782196, 0.006991807371377945, -0.008851932361721992, 0.026305830106139183, -0.16708199679851532, -0.052635155618190765, 0.06955407559871674, -0.029596388339996338, 0.12854823470115662, -0.02489248663187027, -0.004023104906082153, -0.06875936686992645, -0.06228233873844147, 0.07219718396663666, 0.12753646075725555, -0.036734648048877716, 0.08700115978717804, 0.09491276741027832, -0.09789744019508362, -0.20021209120750427, 0.05789359286427498, 0.0705956518650055, -0.017949622124433517, -0.03232936933636665, -0.1716132014989853, 0.0792202427983284, 0.05973120033740997, 0.05378900468349457, -0.0532776415348053, -0.10370516777038574, -0.11134207248687744, 0.05788103863596916, 0.04357010871171951, -0.0702928975224495, -0.0931774452328682, -0.05273739993572235, -0.029736002907156944, -0.09793980419635773, 0.1446683555841446, -0.05810842663049698, -0.012483494356274605, -0.014451022259891033, 0.09876959770917892, 0.05643786862492561, -0.017416277900338173, 0.10884367674589157, 0.15919733047485352, 0.09860152006149292, -0.03541808947920799, 0.07025555521249771, 0.07426334172487259, 0.0028916802257299423, 0.07999756187200546, -0.013739420101046562, -0.021793564781546593, -0.15671613812446594, 0.035845473408699036, -0.12700383365154266, 0.07466710358858109, -0.10257303714752197, -0.018611297011375427, -0.06886143982410431, 0.13656291365623474, 0.08073313534259796, 0.005278252065181732, 0.0420357845723629, -0.07255207002162933, 0.020826449617743492, 0.0958787351846695, 0.11918143928050995, 0.054078295826911926, -0.09377489238977432, 0.05060378462076187, 0.0664452612400055, 0.07966369390487671, -0.013121575117111206, 0.022931445389986038, 0.02786364033818245, 0.025608083233237267, 0.13021107017993927, -0.038994986563920975, -0.14413733780384064, -0.009934275411069393, 0.04887939989566803, -0.1710711419582367, -0.14613184332847595, -0.0014001987874507904, 0.11072279512882233, -0.05005771294236183, -0.09848926216363907, 0.04322974756360054, -0.051705699414014816, -0.022498898208141327, -0.020550105720758438, 0.0664881020784378, 0.04251589626073837, 0.07357186824083328, -0.004966678097844124, 0.045827776193618774, -0.06136931851506233, 0.008273215964436531, 0.057218898087739944, -0.20487001538276672, -0.0060927229933440685, 0.12404323369264603, -0.06540491431951523, -0.016177020967006683, -0.03941190987825394, 0.10369040817022324, -0.10145746916532516, -0.016396787017583847, 0.045528192073106766, -0.08481377363204956, -0.06693587452173233, 0.16095444560050964, 0.04148424416780472, 0.04172772914171219, 0.003921055234968662, 0.00454325694590807, -0.007032506633549929, 0.057574354112148285, -0.0016762204468250275, 0.085722416639328, 0.08321729302406311, -0.008475564420223236, -0.01959872432053089, -0.054435573518276215, 0.012615707702934742, -0.034967828541994095, -0.08170977234840393, -0.05359737575054169, -0.10966017842292786, 0.08934641629457474, -0.08269010484218597, 0.0349278561770916, -0.019053412601351738, 0.02026536874473095, 0.0637025535106659, -0.032355889678001404, -0.037537820637226105, 0.005914491135627031, 0.007018564734607935, 0.032239608466625214, -0.10768991708755493, 0.03823608532547951, 0.07638239115476608, -0.11570219695568085, 0.06399256736040115, 0.011154476553201675, 0.014394205063581467, 0.03629124164581299, -0.14723637700080872, 0.03402949124574661, -0.036167167127132416, 0.07390051335096359, 0.04214080795645714, -0.12532594799995422, -0.008754895068705082, 0.041852328926324844, 0.06637173891067505, -0.007850339636206627, 0.0986500233411789, -0.07363445311784744, 0.14602217078208923, 0.041317544877529144, -0.03669792413711548, -0.06390361487865448, 0.11645850539207458, 0.015648920089006424, 0.008037223480641842, 0.11652815341949463, -0.09445570409297943, 0.011176345869898796, -0.07635027170181274, -0.03374967351555824, 0.05087920278310776, -0.022295750677585602, -0.018635645508766174, -0.007079187780618668, 0.03861476480960846, 0.02031741291284561, 0.1526993066072464, 0.060476675629615784, 0.10489200055599213, 0.037808507680892944, -0.036987144500017166, -0.05721549689769745, 0.008849449455738068, -0.03981349617242813, -0.04198785498738289, -0.007998557761311531, 0.007266335655003786, -0.06872330605983734, -0.06014620140194893, 0.022065702825784683, 0.2191149890422821, 0.20461270213127136, 0.08456882834434509, 0.012532133609056473, -0.002913360483944416, -0.02792171761393547, -0.02159917540848255, 0.02678391896188259, 0.03057347796857357, 0.09494264423847198, -0.04805817827582359, 0.046391114592552185, 0.028663424775004387, -0.16807794570922852, 0.1366204023361206, -0.053413666784763336, -0.10516194999217987, -0.05581972002983093, -0.13715225458145142, -0.021340759471058846, -0.06247028335928917, 0.014722195453941822, -0.14705723524093628, 0.07119891792535782, 0.03461805731058121, 0.026763994246721268, -0.06038902699947357, 0.08533007651567459, -0.02978765219449997, -0.1111426055431366, 0.08954304456710815, 0.034233931452035904, 0.01475006714463234, 0.044752009212970734, 0.09189203381538391, 0.021368511021137238, 0.09736114740371704, 0.04996547847986221, 0.10533221065998077, 0.09066331386566162, -0.01666058972477913, -0.0997409075498581, -0.05742447078227997, 0.023278644308447838, -0.02414732426404953, 0.020020833238959312, 0.25462958216667175, 0.059957973659038544, -0.020152900367975235, 0.015007056295871735, 0.1626819372177124, -0.039761025458574295, -0.09916520118713379, -0.10498733818531036, 0.16086553037166595, -0.06929368525743484, 0.030517658218741417, 0.02928296849131584, -0.09828635305166245, 0.053954023867845535, 0.04950565844774246, 0.06369834393262863, 0.006549898535013199, 0.02683413028717041, -0.09785382449626923, 0.007792948745191097, -0.01880277320742607, 0.05132441222667694, -0.04421620070934296, 0.17524927854537964, -0.05247490108013153, 0.08442050218582153, -0.01822192594408989, -0.01195218414068222, -0.06936611235141754, 0.10511288046836853, -0.02628890797495842, -0.02240932732820511, -0.12598198652267456, 0.06622577458620071, 0.008273860439658165, -0.27118659019470215, 0.0732729360461235, -0.06132983788847923, -0.0826839953660965, -0.023614119738340378, 0.07978645712137222, 0.038759030401706696, 0.026921121403574944, 0.04853988438844681, -0.02659926936030388, 0.11601394414901733, -0.014912789687514305, -0.017572205513715744, -0.10591210424900055, 0.13419538736343384, -0.0955132246017456, 0.1049485132098198, 0.016971152275800705, 0.07352985441684723, 0.09217172861099243, 0.022129690274596214, -0.08989573270082474, 0.06349470466375351, 0.03439892455935478, -0.0321674644947052, 0.0022586421109735966, 0.2285928726196289, 0.02594054490327835, 0.16446644067764282, 0.06100372225046158, -0.04853421822190285, 0.04251662269234657, 0.06078504025936127, -0.015267932787537575, -0.06621389091014862, 0.09138540923595428, -0.07799108326435089, 0.12252453714609146, 0.20743781328201294, -0.028280597180128098, 0.006504373624920845, -0.0583239421248436, -0.057498373091220856, -0.0653238445520401, 0.1886133849620819, 0.033549971878528595, -0.0651649534702301, 0.004430960863828659, 0.04430100694298744, 0.06669996678829193, -0.2588856816291809, 0.0006856992840766907, 0.07538852840662003, 0.004353584721684456, 0.05366220325231552, 0.12664903700351715, -0.07719537615776062, 0.02201446145772934, -0.0379008948802948, -0.14387160539627075, 0.004747280851006508, 0.10825799405574799, 0.01694922149181366, -0.05199260637164116 ]
de8a685ff1624e1d7f57f6cb3b635518fe7b8113
# Dataset Card for Deal or No Deal Negotiator ## 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:** [Dataset Repository](https://github.com/facebookresearch/end-to-end-negotiator) - **Paper:** [Deal or No Deal? End-to-End Learning for Negotiation Dialogues](https://arxiv.org/abs/1706.05125) ### Dataset Summary A large dataset of human-human negotiations on a multi-issue bargaining task, where agents who cannot observe each other’s reward functions must reach an agreement (or a deal) via natural language dialogue. ### Supported Tasks and Leaderboards Train end-to-end models for negotiation ### Languages The text in the dataset is in English ## Dataset Structure ### Data Instances {'dialogue': 'YOU: i love basketball and reading <eos> THEM: no . i want the hat and the balls <eos> YOU: both balls ? <eos> THEM: yeah or 1 ball and 1 book <eos> YOU: ok i want the hat and you can have the rest <eos> THEM: okay deal ill take the books and the balls you can have only the hat <eos> YOU: ok <eos> THEM: <selection>', 'input': {'count': [3, 1, 2], 'value': [0, 8, 1]}, 'output': 'item0=0 item1=1 item2=0 item0=3 item1=0 item2=2', 'partner_input': {'count': [3, 1, 2], 'value': [1, 3, 2]}} ### Data Fields `dialogue`: The dialogue between the agents. \ `input`: The input of the firt agent. \ `partner_input`: The input of the other agent. \ `count`: The count of the three available items. \ `value`: The value of the three available items. \ `output`: Describes how many of each of the three item typesare assigned to each agent ### Data Splits | | train | validation | test | |------------|------:|-----------:|-----:| | dialogues | 10095 | 1087 | 1052 | | self_play | 8172 | NA | NA | ## 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? Human workers using Amazon Mechanical Turk. They were paid $0.15 per dialogue, with a $0.05 bonus for maximal scores. Only workers based in the United States with a 95% approval rating and at least 5000 previous HITs were used. ### 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 The project is licenced under CC-by-NC ### Citation Information ``` @article{lewis2017deal, title={Deal or no deal? end-to-end learning for negotiation dialogues}, author={Lewis, Mike and Yarats, Denis and Dauphin, Yann N and Parikh, Devi and Batra, Dhruv}, journal={arXiv preprint arXiv:1706.05125}, year={2017} } ``` ### Contributions Thanks to [@moussaKam](https://github.com/moussaKam) for adding this dataset.
deal_or_no_dialog
[ "task_categories:conversational", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-4.0", "arxiv:1706.05125", "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": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["conversational"], "task_ids": [], "paperswithcode_id": "negotiation-dialogues-dataset", "pretty_name": "Deal or No Deal Negotiator", "dataset_info": [{"config_name": "dialogues", "features": [{"name": "input", "sequence": [{"name": "count", "dtype": "int32"}, {"name": "value", "dtype": "int32"}]}, {"name": "dialogue", "dtype": "string"}, {"name": "output", "dtype": "string"}, {"name": "partner_input", "sequence": [{"name": "count", "dtype": "int32"}, {"name": "value", "dtype": "int32"}]}], "splits": [{"name": "train", "num_bytes": 3860624, "num_examples": 10095}, {"name": "test", "num_bytes": 396258, "num_examples": 1052}, {"name": "validation", "num_bytes": 418491, "num_examples": 1087}], "download_size": 5239072, "dataset_size": 4675373}, {"config_name": "self_play", "features": [{"name": "input", "sequence": [{"name": "count", "dtype": "int32"}, {"name": "value", "dtype": "int32"}]}], "splits": [{"name": "train", "num_bytes": 261512, "num_examples": 8172}], "download_size": 98304, "dataset_size": 261512}]}
2024-01-18T11:02:35+00:00
[ "1706.05125" ]
[ "en" ]
TAGS #task_categories-conversational #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1706.05125 #region-us
Dataset Card for Deal or No Deal Negotiator =========================================== 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: Dataset Repository * Paper: Deal or No Deal? End-to-End Learning for Negotiation Dialogues ### Dataset Summary A large dataset of human-human negotiations on a multi-issue bargaining task, where agents who cannot observe each other’s reward functions must reach an agreement (or a deal) via natural language dialogue. ### Supported Tasks and Leaderboards Train end-to-end models for negotiation ### Languages The text in the dataset is in English Dataset Structure ----------------- ### Data Instances {'dialogue': 'YOU: i love basketball and reading THEM: no . i want the hat and the balls YOU: both balls ? THEM: yeah or 1 ball and 1 book YOU: ok i want the hat and you can have the rest THEM: okay deal ill take the books and the balls you can have only the hat YOU: ok THEM: ', 'input': {'count': [3, 1, 2], 'value': [0, 8, 1]}, 'output': 'item0=0 item1=1 item2=0 item0=3 item1=0 item2=2', 'partner\_input': {'count': [3, 1, 2], 'value': [1, 3, 2]}} ### Data Fields 'dialogue': The dialogue between the agents. 'input': The input of the firt agent. 'partner\_input': The input of the other agent. 'count': The count of the three available items. 'value': The value of the three available items. 'output': Describes how many of each of the three item typesare assigned to each agent ### 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? Human workers using Amazon Mechanical Turk. They were paid $0.15 per dialogue, with a $0.05 bonus for maximal scores. Only workers based in the United States with a 95% approval rating and at least 5000 previous HITs were used. ### 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 project is licenced under CC-by-NC ### Contributions Thanks to @moussaKam for adding this dataset.
[ "### Dataset Summary\n\n\nA large dataset of human-human negotiations on a multi-issue bargaining task, where agents who cannot observe each other’s reward functions must reach an agreement (or a deal) via natural language dialogue.", "### Supported Tasks and Leaderboards\n\n\nTrain end-to-end models for negotiation", "### Languages\n\n\nThe text in the dataset is in English\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\n{'dialogue': 'YOU: i love basketball and reading THEM: no . i want the hat and the balls YOU: both balls ? THEM: yeah or 1 ball and 1 book YOU: ok i want the hat and you can have the rest THEM: okay deal ill take the books and the balls you can have only the hat YOU: ok THEM: ',\n'input': {'count': [3, 1, 2], 'value': [0, 8, 1]},\n'output': 'item0=0 item1=1 item2=0 item0=3 item1=0 item2=2',\n'partner\\_input': {'count': [3, 1, 2], 'value': [1, 3, 2]}}", "### Data Fields\n\n\n'dialogue': The dialogue between the agents. \n\n'input': The input of the firt agent. \n\n'partner\\_input': The input of the other agent. \n\n'count': The count of the three available items. \n\n'value': The value of the three available items. \n\n'output': Describes how many of each of the three item typesare assigned to each agent", "### 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?\n\n\nHuman workers using Amazon Mechanical Turk. They were paid $0.15 per dialogue, with a $0.05 bonus for maximal scores. Only workers based in the United States with a 95% approval rating and at least 5000 previous HITs were used.", "### 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 project is licenced under CC-by-NC", "### Contributions\n\n\nThanks to @moussaKam for adding this dataset." ]
[ "TAGS\n#task_categories-conversational #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1706.05125 #region-us \n", "### Dataset Summary\n\n\nA large dataset of human-human negotiations on a multi-issue bargaining task, where agents who cannot observe each other’s reward functions must reach an agreement (or a deal) via natural language dialogue.", "### Supported Tasks and Leaderboards\n\n\nTrain end-to-end models for negotiation", "### Languages\n\n\nThe text in the dataset is in English\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\n{'dialogue': 'YOU: i love basketball and reading THEM: no . i want the hat and the balls YOU: both balls ? THEM: yeah or 1 ball and 1 book YOU: ok i want the hat and you can have the rest THEM: okay deal ill take the books and the balls you can have only the hat YOU: ok THEM: ',\n'input': {'count': [3, 1, 2], 'value': [0, 8, 1]},\n'output': 'item0=0 item1=1 item2=0 item0=3 item1=0 item2=2',\n'partner\\_input': {'count': [3, 1, 2], 'value': [1, 3, 2]}}", "### Data Fields\n\n\n'dialogue': The dialogue between the agents. \n\n'input': The input of the firt agent. \n\n'partner\\_input': The input of the other agent. \n\n'count': The count of the three available items. \n\n'value': The value of the three available items. \n\n'output': Describes how many of each of the three item typesare assigned to each agent", "### 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?\n\n\nHuman workers using Amazon Mechanical Turk. They were paid $0.15 per dialogue, with a $0.05 bonus for maximal scores. Only workers based in the United States with a 95% approval rating and at least 5000 previous HITs were used.", "### 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 project is licenced under CC-by-NC", "### Contributions\n\n\nThanks to @moussaKam for adding this dataset." ]
[ 89, 53, 21, 20, 183, 93, 11, 7, 4, 10, 10, 5, 5, 61, 18, 7, 8, 14, 6, 17, 17 ]
[ "passage: TAGS\n#task_categories-conversational #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-1706.05125 #region-us \n### Dataset Summary\n\n\nA large dataset of human-human negotiations on a multi-issue bargaining task, where agents who cannot observe each other’s reward functions must reach an agreement (or a deal) via natural language dialogue.### Supported Tasks and Leaderboards\n\n\nTrain end-to-end models for negotiation### Languages\n\n\nThe text in the dataset is in English\n\n\nDataset Structure\n-----------------### Data Instances\n\n\n{'dialogue': 'YOU: i love basketball and reading THEM: no . i want the hat and the balls YOU: both balls ? THEM: yeah or 1 ball and 1 book YOU: ok i want the hat and you can have the rest THEM: okay deal ill take the books and the balls you can have only the hat YOU: ok THEM: ',\n'input': {'count': [3, 1, 2], 'value': [0, 8, 1]},\n'output': 'item0=0 item1=1 item2=0 item0=3 item1=0 item2=2',\n'partner\\_input': {'count': [3, 1, 2], 'value': [1, 3, 2]}}### Data Fields\n\n\n'dialogue': The dialogue between the agents. \n\n'input': The input of the firt agent. \n\n'partner\\_input': The input of the other agent. \n\n'count': The count of the three available items. \n\n'value': The value of the three available items. \n\n'output': Describes how many of each of the three item typesare assigned to each agent### 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.011500632390379906, 0.07929346710443497, -0.009666630998253822, 0.0678536593914032, 0.031407397240400314, 0.02661755122244358, 0.025067107751965523, 0.08654613047838211, 0.013044296763837337, 0.18379035592079163, -0.00015053272363729775, 0.04256671294569969, 0.11777707934379578, 0.054574090987443924, -0.024485455825924873, -0.1375150978565216, -0.02519134432077408, -0.06941152364015579, -0.06886347383260727, 0.06876061856746674, 0.10077530145645142, -0.04080590605735779, 0.026693755760788918, -0.07405262440443039, 0.08689282834529877, -0.057887963950634, -0.04536568745970726, -0.0362190343439579, 0.0340142659842968, 0.08929912745952606, 0.06807827204465866, -0.01934681087732315, -0.0019017525482922792, -0.31511393189430237, 0.023823227733373642, 0.03341563045978546, -0.008356739766895771, 0.010696942918002605, 0.06103420630097389, -0.04075174033641815, 0.06255895644426346, -0.15563809871673584, 0.10777316242456436, 0.04894844815135002, -0.17915956676006317, -0.13686877489089966, -0.06222923845052719, 0.05410906672477722, 0.20518963038921356, -0.03703514114022255, -0.047976184636354446, 0.05791939049959183, -0.010012559592723846, 0.05185161530971527, 0.10926847904920578, -0.21346338093280792, -0.07200232148170471, 0.08166766166687012, 0.05018366500735283, 0.10689540207386017, -0.10328257828950882, -0.03550438582897186, -0.021966230124235153, 0.04701264575123787, -0.047904420644044876, -0.0010624038986861706, 0.1556338369846344, 0.05915399268269539, -0.10508257895708084, -0.09062620997428894, 0.07909568399190903, 0.08042128384113312, -0.044042397290468216, -0.11777997761964798, -0.01552986167371273, -0.04746953770518303, -0.07303299754858017, -0.027598802000284195, 0.02563312090933323, 0.015918491408228874, 0.00668016541749239, -0.04157738760113716, -0.0902230367064476, 0.035943225026130676, -0.09557420015335083, 0.06493639945983887, 0.006142471916973591, -0.007893201895058155, 0.014215162955224514, 0.035349760204553604, 0.005273865070194006, -0.11551599204540253, -0.030705325305461884, 0.009393195621669292, -0.16753317415714264, -0.040251750499010086, 0.02922493778169155, 0.013974787667393684, 0.11786486208438873, 0.13357122242450714, -0.021366868168115616, 0.04255983978509903, -0.034387532621622086, 0.005171222612261772, 0.07802102714776993, 0.04058050364255905, -0.0023709412198513746, -0.12555080652236938, -0.08544253557920456, 0.01871698535978794, 0.009990790858864784, -0.04857762157917023, 0.00902241189032793, 0.08054517954587936, 0.07659367471933365, 0.0829492136836052, 0.14637111127376556, 0.0062174745835363865, -0.059901006519794464, -0.03918074443936348, 0.06972789019346237, -0.10158441215753555, 0.06416994333267212, 0.11034584790468216, -0.024607062339782715, -0.031784411519765854, -0.10049153864383698, 0.08776505291461945, -0.05803724378347397, 0.022400250658392906, -0.06060641258955002, 0.02011500485241413, -0.004946214146912098, -0.03674635663628578, 0.11235648393630981, -0.03874470293521881, -0.054899442940950394, -0.021718382835388184, 0.041698846966028214, -0.0769180878996849, 0.06796111911535263, -0.11380685120820999, -0.03299175202846527, -0.06475483626127243, -0.005402659066021442, 0.015952859073877335, 0.046431347727775574, 0.03178897500038147, -0.04606861621141434, 0.039532408118247986, -0.06964719295501709, 0.04679843410849571, 0.07493282854557037, -0.00020825066894758493, -0.08584854006767273, 0.07362259179353714, -0.15758861601352692, 0.12279218435287476, -0.08183013647794724, -0.02512270025908947, -0.19414383172988892, 0.006192631553858519, 0.11949090659618378, -0.01793825626373291, -0.02303330972790718, 0.14278335869312286, -0.15067723393440247, -0.04615462198853493, 0.1456153243780136, -0.06299974024295807, -0.1069771945476532, 0.06672438234090805, -0.05789930000901222, 0.007512964308261871, 0.10982496291399002, 0.15176449716091156, 0.008845177479088306, -0.138479545712471, -0.03012513928115368, -0.06689415872097015, 0.02099486254155636, 0.23084574937820435, 0.18006446957588196, -0.12532687187194824, 0.12824241816997528, -0.03132372349500656, -0.03622710704803467, -0.017048943787813187, -0.010489248670637608, -0.11250410228967667, 0.07376790791749954, 0.004461102187633514, 0.06077755615115166, -0.013351109810173512, -0.060474153608083725, -0.06054200232028961, -0.05506507679820061, -0.08547418564558029, -0.008188344538211823, -0.002337357494980097, 0.030470600351691246, -0.10052855312824249, 0.04403159022331238, -0.04272856563329697, 0.03440222144126892, -0.08894436061382294, -0.20371848344802856, 0.0413251556456089, -0.14287710189819336, 0.1325475126504898, -0.040365539491176605, 0.06449536979198456, 0.08269450813531876, -0.05324843153357506, -0.01166625041514635, 0.04468764364719391, 0.00842923205345869, -0.030810562893748283, -0.22332307696342468, -0.00959817972034216, -0.012935465201735497, 0.14450670778751373, -0.09168818593025208, -0.007411581929773092, 0.13460581004619598, 0.1196308359503746, 0.057722993195056915, -0.07478487491607666, -0.0175707396119833, -0.0017435302725061774, 0.016145221889019012, -0.004602005239576101, 0.04866020381450653, -0.03525591269135475, -0.0991104245185852, 0.027330948039889336, -0.14435869455337524, -0.09108210355043411, 0.08638488501310349, 0.08760805428028107, -0.06339462846517563, -0.09711842238903046, -0.011672187596559525, -0.05244103819131851, 0.03650335595011711, 0.015148494392633438, 0.13984543085098267, 0.10065757483243942, 0.0023599101696163416, -0.06939036399126053, -0.01823827251791954, -0.007117539644241333, -0.09817003458738327, -0.04079587012529373, 0.08159574866294861, -0.015168526209890842, -0.2173348218202591, 0.09766902029514313, 0.03406406193971634, 0.03168690949678421, 0.11952487379312515, -0.04145161807537079, -0.04767269641160965, -0.13647252321243286, 0.09933575242757797, 0.021136002615094185, 0.0074950652197003365, -0.1062934398651123, 0.054596371948719025, 0.0170650165528059, 0.010604748502373695, -0.031039273366332054, -0.06676367670297623, 0.01674322597682476, 0.01892251707613468, -0.011257600970566273, 0.0763503685593605, -0.023293515667319298, 0.022476620972156525, 0.09607597440481186, 0.05168354883790016, 0.02747967280447483, 0.003080237191170454, -0.05117915943264961, -0.09766442328691483, 0.08215730637311935, -0.10579029470682144, -0.13805142045021057, -0.13458573818206787, -0.14368724822998047, -0.06536022573709488, 0.000041987434087786824, 0.049386389553546906, -0.04732593148946762, 0.002117169788107276, -0.04603975638747215, 0.11210628598928452, 0.05197085067629814, -0.13976947963237762, 0.010741853155195713, 0.029471969231963158, -0.04131346940994263, -0.07248236238956451, -0.012115354649722576, 0.03998067229986191, -0.08498550951480865, -0.02949058637022972, 0.04413818195462227, 0.13944962620735168, 0.15984301269054413, 0.06314456462860107, -0.04182951897382736, -0.03922402113676071, 0.21921290457248688, -0.13134317100048065, 0.11494091898202896, -0.0037586851976811886, -0.025581005960702896, 0.08954386413097382, 0.2337007075548172, 0.04803790524601936, 0.02474725991487503, -0.003971395082771778, 0.03674564138054848, -0.03690611571073532, -0.24783378839492798, -0.07450226694345474, -0.02087346836924553, 0.031890690326690674, 0.06198650598526001, 0.0022460618056356907, 0.017793050035834312, 0.02554718591272831, -0.0637631043791771, -0.03650348633527756, 0.14067794382572174, 0.12811461091041565, 0.0854882299900055, 0.05312744155526161, 0.05231503024697304, -0.003673876402899623, -0.01262197270989418, 0.08284176886081696, 0.05701008439064026, 0.11454061418771744, 0.027861302718520164, 0.21639056503772736, 0.07229655236005783, 0.018477801233530045, -0.045435577630996704, 0.0005751890712417662, 0.035723671317100525, 0.07620217651128769, -0.06392133980989456, -0.05377589911222458, -0.00011464989074738696, 0.06935280561447144, 0.21890589594841003, -0.07587273418903351, 0.017300330102443695, -0.00656255753710866, 0.07395713776350021, 0.1567724496126175, 0.0660552904009819, -0.06729383021593094, 0.0031746267341077328, 0.11006408929824829, -0.07861258834600449, -0.054127439856529236, -0.017732370644807816, 0.013165508396923542, -0.1671355962753296, 0.08938513696193695, 0.021862154826521873, 0.07492963969707489, -0.039207588881254196, -0.01803475059568882, -0.012980012223124504, -0.08815351873636246, -0.02784799598157406, 0.06589686125516891, -0.18280822038650513, 0.1050589382648468, -0.0010383708868175745, 0.008122106082737446, -0.036533091217279434, 0.0004637728270608932, -0.04360661655664444, -0.10245388001203537, 0.10739676654338837, 0.01748592033982277, -0.02004295028746128, -0.08636901527643204, -0.029320785775780678, -0.02012268453836441, 0.08150435239076614, -0.1294514685869217, 0.14589962363243103, 0.00031829497311264277, 0.010602014139294624, -0.077203668653965, 0.09057358652353287, 0.04703999683260918, -0.13650408387184143, 0.02198808267712593, -0.12742950022220612, 0.07317886501550674, -0.04065946862101555, -0.00017945776926353574, -0.004693794064223766, 0.10109870135784149, -0.11824601143598557, -0.09419458359479904, -0.04393672198057175, -0.04355486109852791, 0.09990092366933823, -0.11937251687049866, 0.04010360687971115, -0.06723753362894058, 0.06738659739494324, -0.05479792132973671, 0.023237187415361404, 0.07701871544122696, 0.0023048692382872105, -0.21321503818035126, -0.00733048003166914, 0.2185339778661728, 0.023769455030560493, 0.07026035338640213, 0.012143571861088276, 0.13111910223960876, 0.02733749896287918, -0.09442702680826187, 0.07950886338949203, -0.04229246824979782, 0.0266786590218544, 0.0649368166923523, 0.08107663691043854, -0.20361535251140594, -0.14435498416423798, -0.07729605585336685, 0.17741107940673828, 0.29554328322410583, -0.05270315706729889, 0.14585772156715393, 0.14297114312648773, -0.09356284886598587, -0.10767138004302979, -0.1833852380514145, 0.06258638203144073, -0.11598999053239822, 0.004155802074819803, -0.12432197481393814, 0.02338874153792858, 0.02983342483639717, -0.018321551382541656, 0.008769039064645767, -0.17598502337932587, -0.10492218285799026, 0.007378084119409323, 0.06342232972383499, -0.18198126554489136, -0.23259665071964264, -0.09166678786277771, -0.0004874233854934573, -0.24155306816101074, 0.10585933178663254, 0.04285316541790962, 0.04649084061384201, 0.016589486971497536, 0.020049866288900375, 0.02573118917644024, -0.046529609709978104, 0.24765066802501678, 0.05334480479359627, -0.04020757973194122, -0.09499751031398773, -0.130751833319664, 0.05460267886519432, -0.025224147364497185, 0.051063697785139084, -0.003291710978373885, -0.04907943308353424, -0.07463280856609344, -0.0171077698469162, -0.06172921881079674, -0.0465492308139801, -0.13186858594417572, -0.03336137533187866, -0.06888649612665176, 0.05644272640347481, 0.11304060369729996, 0.013371944427490234, 0.10402919352054596, 0.007201401982456446, 0.1624620258808136, 0.20253705978393555, 0.08144934475421906, 0.11098045855760574, -0.2179981917142868, -0.02914123609662056, -0.018167180940508842, -0.026183724403381348, -0.06592587381601334, 0.04950501769781113, 0.1020992249250412, 0.030400294810533524, 0.17672814428806305, -0.029891492798924446, -0.15251949429512024, 0.029619209468364716, 0.06815250217914581, -0.027906082570552826, -0.2380739003419876, 0.045738335698843, -0.022441407665610313, -0.1522902250289917, -0.11211707442998886, 0.08225534856319427, 0.08529489487409592, -0.018737100064754486, 0.012733347713947296, 0.11997901648283005, -0.013011901639401913, 0.06257960945367813, 0.03654327988624573, 0.04934481158852577, -0.0705808773636818, 0.01760431006550789, 0.1645192950963974, -0.12012655287981033, 0.02193811908364296, 0.17013905942440033, -0.030620580539107323, -0.05347609147429466, 0.05607393756508827, 0.04124147444963455, -0.0029626383911818266, 0.011968497186899185, 0.08287999033927917, -0.09761533886194229, 0.06518607586622238, 0.0721358209848404, -0.004057036247104406, 0.02627069316804409, 0.05033577233552933, -0.009298155084252357, 0.07603178173303604, 0.15466554462909698, 0.06968486309051514, 0.014659881591796875, 0.029174409806728363, 0.01389237679541111, -0.004178846720606089, -0.03563470020890236, 0.03379335626959801, -0.05906176567077637, -0.13158796727657318, 0.016922369599342346, -0.09841647744178772, 0.09893812984228134, -0.13026221096515656, 0.018794504925608635, -0.0182614978402853, -0.0376046821475029, 0.027177821844816208, -0.06326029449701309, -0.04988270252943039, -0.044991325587034225, -0.05974554643034935, 0.14259356260299683, -0.23073026537895203, -0.03595396876335144, 0.11122071743011475, -0.07252619415521622, 0.062494195997714996, -0.024361424148082733, -0.008602854795753956, 0.06228777766227722, -0.054295603185892105, 0.04424211010336876, -0.048137787729501724, -0.0017298765014857054, 0.007970801554620266, -0.15625245869159698, -0.02585829794406891, -0.03748390078544617, -0.03052135556936264, 0.06424474716186523, 0.008757059462368488, -0.0853666216135025, 0.08795031160116196, -0.008186026476323605, -0.1637265384197235, -0.06210097670555115, 0.02887829579412937, 0.03866364434361458, -0.03269021213054657, 0.12430901825428009, -0.03370077162981033, 0.13782528042793274, -0.15973949432373047, -0.03207072243094444, 0.009633045643568039, 0.04241160675883293, 0.016764694824814796, -0.04894411936402321, 0.023468568921089172, -0.03980591893196106, 0.04386815428733826, -0.005155245307832956, -0.027541007846593857, 0.026032816618680954, 0.02908874861896038, 0.003589750500395894, 0.07091249525547028, -0.053283315151929855, 0.01837730035185814, -0.05291174352169037, -0.030949214473366737, -0.01879645697772503, -0.0884091779589653, -0.14384183287620544, 0.05217932537198067, 0.10964196920394897, 0.1275210678577423, -0.020853841677308083, 0.019238250330090523, -0.07751917093992233, -0.09809404611587524, 0.1360936462879181, -0.011169923469424248, -0.024892913177609444, -0.05297349393367767, 0.19222278892993927, 0.09551062434911728, -0.2769879400730133, 0.09339632093906403, -0.09066218882799149, -0.043220940977334976, -0.029100121930241585, -0.13824832439422607, -0.07448171079158783, -0.02566695027053356, 0.03793276473879814, -0.06765888631343842, 0.10178478807210922, 0.089615099132061, 0.006499644834548235, -0.006737109739333391, 0.03189489617943764, -0.02904733642935753, -0.067527174949646, -0.025553148239850998, 0.02096904069185257, 0.05696908384561539, 0.055371399968862534, 0.09337969124317169, -0.020702647045254707, 0.004979389254003763, 0.0756409764289856, 0.11416468769311905, -0.0350911021232605, 0.021443132311105728, -0.09326843917369843, -0.10277401655912399, 0.048995260149240494, -0.015592703595757484, -0.035738956183195114, 0.18990419805049896, 0.029766473919153214, 0.04640761762857437, 0.034067168831825256, 0.15321677923202515, 0.0010817551519721746, -0.14474132657051086, -0.14707766473293304, 0.14199121296405792, -0.056965187191963196, 0.03458993136882782, 0.039200298488140106, -0.13168621063232422, 0.002391425659880042, 0.014746764674782753, 0.17456018924713135, -0.009625381790101528, 0.010824257507920265, 0.031528539955616, 0.02679475210607052, 0.06598005443811417, 0.02294064871966839, 0.029071006923913956, 0.2025725245475769, -0.14298447966575623, 0.12136819958686829, -0.09053906053304672, -0.03165930137038231, -0.05628654733300209, 0.10239097476005554, 0.01881786808371544, 0.05575745552778244, -0.05831599980592728, 0.1690797209739685, -0.08183655887842178, -0.23545177280902863, 0.02824360691010952, -0.13483326137065887, -0.07221738994121552, -0.017429713159799576, 0.08580984175205231, 0.023227650672197342, 0.07553023844957352, 0.11142615973949432, -0.04335659742355347, 0.01986978016793728, 0.05203934758901596, -0.06681334972381592, 0.04607659578323364, 0.16722726821899414, -0.12278866767883301, 0.12775294482707977, 0.013036323711276054, 0.13273926079273224, 0.1199357807636261, 0.009467516094446182, -0.008632747456431389, 0.04093358665704727, 0.11601660400629044, 0.005065168719738722, 0.021005509421229362, 0.09665859490633011, 0.011028368026018143, 0.13165371119976044, 0.16848760843276978, -0.05711553618311882, 0.0343300960958004, 0.08351267129182816, -0.026556361466646194, -0.07165992259979248, 0.12660172581672668, -0.13521254062652588, 0.028961747884750366, 0.13655918836593628, -0.0578886903822422, 0.028171688318252563, 0.010202735662460327, -0.015158116817474365, -0.0033643008209764957, 0.126642107963562, -0.0334593802690506, -0.1383972316980362, 0.04507196694612503, -0.11790148913860321, 0.14746975898742676, -0.18840135633945465, -0.09422087669372559, 0.03996558114886284, 0.038601212203502655, -0.06513283401727676, 0.12092150002717972, 0.09340140223503113, -0.05055821314454079, -0.06742821633815765, -0.1509753167629242, -0.0045280009508132935, 0.13223476707935333, -0.07114508002996445, 0.016945259645581245 ]
260a238f51072b02cf9a8cd649f721073e8422c5
# Dataset Card for "definite_pronoun_resolution" ## 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.hlt.utdallas.edu/~vince/data/emnlp12/](https://www.hlt.utdallas.edu/~vince/data/emnlp12/) - **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:** 0.23 MB - **Size of the generated dataset:** 0.24 MB - **Total amount of disk used:** 0.47 MB ### Dataset Summary Composed by 30 students from one of the author's undergraduate classes. These sentence pairs cover topics ranging from real events (e.g., Iran's plan to attack the Saudi ambassador to the U.S.) to events/characters in movies (e.g., Batman) and purely imaginary situations, largely reflecting the pop culture as perceived by the American kids born in the early 90s. Each annotated example spans four lines: the first line contains the sentence, the second line contains the target pronoun, the third line contains the two candidate antecedents, and the fourth line contains the correct antecedent. If the target pronoun appears more than once in the sentence, its first occurrence is the one to be resolved. ### 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:** 0.23 MB - **Size of the generated dataset:** 0.24 MB - **Total amount of disk used:** 0.47 MB An example of 'train' looks as follows. ``` { "candidates": ["coreference resolution", "chunking"], "label": 0, "pronoun": "it", "sentence": "There is currently more work on coreference resolution than on chunking because it is a problem that is still far from being solved." } ``` ### Data Fields The data fields are the same among all splits. #### plain_text - `sentence`: a `string` feature. - `pronoun`: a `string` feature. - `candidates`: a `list` of `string` features. - `label`: a classification label, with possible values including `0` (0), `1` (1). ### Data Splits | name |train|test| |----------|----:|---:| |plain_text| 1322| 564| ## 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{rahman2012resolving, title={Resolving complex cases of definite pronouns: the winograd schema challenge}, author={Rahman, Altaf and Ng, Vincent}, booktitle={Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning}, pages={777--789}, year={2012}, organization={Association for Computational Linguistics} } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
definite_pronoun_resolution
[ "task_categories:token-classification", "task_ids:word-sense-disambiguation", "annotations_creators:expert-generated", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["token-classification"], "task_ids": ["word-sense-disambiguation"], "paperswithcode_id": "definite-pronoun-resolution-dataset", "pretty_name": "Definite Pronoun Resolution Dataset", "dataset_info": {"features": [{"name": "sentence", "dtype": "string"}, {"name": "pronoun", "dtype": "string"}, {"name": "candidates", "sequence": "string", "length": 2}, {"name": "label", "dtype": {"class_label": {"names": {"0": "0", "1": "1"}}}}], "config_name": "plain_text", "splits": [{"name": "test", "num_bytes": 71691, "num_examples": 564}, {"name": "train", "num_bytes": 171511, "num_examples": 1322}], "download_size": 227452, "dataset_size": 243202}}
2024-01-18T11:02:36+00:00
[]
[ "en" ]
TAGS #task_categories-token-classification #task_ids-word-sense-disambiguation #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #region-us
Dataset Card for "definite\_pronoun\_resolution" ================================================ 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: 0.23 MB * Size of the generated dataset: 0.24 MB * Total amount of disk used: 0.47 MB ### Dataset Summary Composed by 30 students from one of the author's undergraduate classes. These sentence pairs cover topics ranging from real events (e.g., Iran's plan to attack the Saudi ambassador to the U.S.) to events/characters in movies (e.g., Batman) and purely imaginary situations, largely reflecting the pop culture as perceived by the American kids born in the early 90s. Each annotated example spans four lines: the first line contains the sentence, the second line contains the target pronoun, the third line contains the two candidate antecedents, and the fourth line contains the correct antecedent. If the target pronoun appears more than once in the sentence, its first occurrence is the one to be resolved. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### plain\_text * Size of downloaded dataset files: 0.23 MB * Size of the generated dataset: 0.24 MB * Total amount of disk used: 0.47 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### plain\_text * 'sentence': a 'string' feature. * 'pronoun': a 'string' feature. * 'candidates': a 'list' of 'string' features. * 'label': a classification label, with possible values including '0' (0), '1' (1). ### 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, @lewtun, @patrickvonplaten for adding this dataset.
[ "### Dataset Summary\n\n\nComposed by 30 students from one of the author's undergraduate classes. These\nsentence pairs cover topics ranging from real events (e.g., Iran's plan to\nattack the Saudi ambassador to the U.S.) to events/characters in movies (e.g.,\nBatman) and purely imaginary situations, largely reflecting the pop culture as\nperceived by the American kids born in the early 90s. Each annotated example\nspans four lines: the first line contains the sentence, the second line contains\nthe target pronoun, the third line contains the two candidate antecedents, and\nthe fourth line contains the correct antecedent. If the target pronoun appears\nmore than once in the sentence, its first occurrence is the one to be resolved.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 0.23 MB\n* Size of the generated dataset: 0.24 MB\n* Total amount of disk used: 0.47 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* 'sentence': a 'string' feature.\n* 'pronoun': a 'string' feature.\n* 'candidates': a 'list' of 'string' features.\n* 'label': a classification label, with possible values including '0' (0), '1' (1).", "### 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, @lewtun, @patrickvonplaten for adding this dataset." ]
[ "TAGS\n#task_categories-token-classification #task_ids-word-sense-disambiguation #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #region-us \n", "### Dataset Summary\n\n\nComposed by 30 students from one of the author's undergraduate classes. These\nsentence pairs cover topics ranging from real events (e.g., Iran's plan to\nattack the Saudi ambassador to the U.S.) to events/characters in movies (e.g.,\nBatman) and purely imaginary situations, largely reflecting the pop culture as\nperceived by the American kids born in the early 90s. Each annotated example\nspans four lines: the first line contains the sentence, the second line contains\nthe target pronoun, the third line contains the two candidate antecedents, and\nthe fourth line contains the correct antecedent. If the target pronoun appears\nmore than once in the sentence, its first occurrence is the one to be resolved.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 0.23 MB\n* Size of the generated dataset: 0.24 MB\n* Total amount of disk used: 0.47 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* 'sentence': a 'string' feature.\n* 'pronoun': a 'string' feature.\n* 'candidates': a 'list' of 'string' features.\n* 'label': a classification label, with possible values including '0' (0), '1' (1).", "### 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, @lewtun, @patrickvonplaten for adding this dataset." ]
[ 95, 182, 10, 11, 6, 53, 17, 72, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 28 ]
[ "passage: TAGS\n#task_categories-token-classification #task_ids-word-sense-disambiguation #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-unknown #region-us \n### Dataset Summary\n\n\nComposed by 30 students from one of the author's undergraduate classes. These\nsentence pairs cover topics ranging from real events (e.g., Iran's plan to\nattack the Saudi ambassador to the U.S.) to events/characters in movies (e.g.,\nBatman) and purely imaginary situations, largely reflecting the pop culture as\nperceived by the American kids born in the early 90s. Each annotated example\nspans four lines: the first line contains the sentence, the second line contains\nthe target pronoun, the third line contains the two candidate antecedents, and\nthe fourth line contains the correct antecedent. If the target pronoun appears\nmore than once in the sentence, its first occurrence is the one to be resolved.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### plain\\_text\n\n\n* Size of downloaded dataset files: 0.23 MB\n* Size of the generated dataset: 0.24 MB\n* Total amount of disk used: 0.47 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* 'sentence': a 'string' feature.\n* 'pronoun': a 'string' feature.\n* 'candidates': a 'list' of 'string' features.\n* 'label': a classification label, with possible values including '0' (0), '1' (1).### 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.0023047795984894037, 0.1474301815032959, -0.007715919055044651, 0.02052585408091545, 0.05707668885588646, 0.0322607047855854, 0.11964801698923111, 0.08685900270938873, -0.007478614337742329, 0.14254432916641235, 0.062279295176267624, 0.021849147975444794, 0.15104259550571442, 0.09947983920574188, 0.10143231600522995, -0.20041269063949585, 0.06912528723478317, -0.1494070291519165, 0.00989287905395031, 0.08653634041547775, 0.17002436518669128, -0.013310661539435387, 0.03435906022787094, -0.06828827410936356, -0.06562060862779617, 0.02112087793648243, -0.0492306686937809, -0.028432471677660942, 0.07967732846736908, 0.040317028760910034, 0.08256076276302338, 0.002097046235576272, 0.09378243237733841, -0.24874019622802734, 0.014582167379558086, 0.0606842041015625, -0.03395412862300873, -0.013096201233565807, 0.13282586634159088, -0.03261082246899605, 0.054315291345119476, -0.2314150184392929, 0.011271229945123196, 0.0065003265626728535, -0.08902585506439209, -0.11008377373218536, -0.13508737087249756, 0.047238875180482864, 0.14939819276332855, 0.018752656877040863, -0.053341079503297806, -0.022942453622817993, -0.04082304611802101, 0.05382376164197922, 0.0971188098192215, -0.1605195850133896, -0.08359181880950928, -0.005555849522352219, 0.01884586177766323, 0.11891207844018936, -0.06233195960521698, 0.0002582386077847332, -0.02029653824865818, -0.012415822595357895, 0.007258829195052385, -0.043537892401218414, 0.060474395751953125, -0.0014817706542089581, -0.14076294004917145, -0.10753080993890762, 0.10995495319366455, 0.06375912576913834, -0.03914760798215866, -0.10645777732133865, -0.0017005392583087087, 0.019171517342329025, -0.008832552470266819, -0.0047491309233009815, 0.011372051201760769, -0.011527813971042633, 0.10215584188699722, -0.043881215155124664, -0.09428587555885315, -0.043402865529060364, -0.059373002499341965, 0.06165561079978943, 0.028580863028764725, 0.024625496938824654, 0.012471198104321957, 0.036707811057567596, -0.0718197450041771, -0.12218038737773895, -0.04444357380270958, -0.027338601648807526, -0.12135131657123566, -0.020770268514752388, -0.003992378246039152, -0.012018734589219093, 0.0785578265786171, 0.127377450466156, 0.009686216711997986, 0.07909229397773743, -0.05748634412884712, 0.020748287439346313, 0.07695439457893372, 0.1393347680568695, -0.06866709142923355, -0.11853072047233582, -0.030230263248085976, 0.05096893012523651, 0.060235269367694855, 0.004359934013336897, -0.01099343691021204, 0.030043313279747963, 0.058446601033210754, 0.11089583486318588, 0.07557760924100876, 0.028830695897340775, -0.01519876066595316, 0.04312768578529358, 0.04538983106613159, -0.19608639180660248, 0.013646173290908337, 0.06056707352399826, -0.0678417906165123, 0.028388559818267822, -0.05788692086935043, -0.011550945229828358, -0.10310502350330353, -0.003295532427728176, -0.025564266368746758, 0.04463902488350868, -0.05569580942392349, -0.0325920470058918, 0.0742865726351738, -0.011059386655688286, -0.07559145241975784, -0.04800315573811531, -0.06773704290390015, -0.05429951846599579, 0.028044894337654114, -0.08307076245546341, 0.026770351454615593, -0.030780985951423645, -0.0171386506408453, 0.023394854739308357, 0.007510551251471043, 0.04828030988574028, -0.043480176478624344, 0.0462384857237339, 0.0013943709200248122, 0.05045232176780701, 0.12470388412475586, 0.008539276197552681, -0.067454494535923, 0.08337640762329102, -0.1749497801065445, 0.12684015929698944, -0.08568351715803146, 0.01013639010488987, -0.14633788168430328, -0.04265640303492546, 0.04454018175601959, -0.027129648253321648, -0.0003793688665609807, 0.12835660576820374, -0.21532881259918213, -0.02549135498702526, 0.14636661112308502, -0.03800337761640549, -0.06959617882966995, 0.08270381391048431, -0.017134154215455055, 0.008282951079308987, 0.03207584097981453, 0.13831833004951477, -0.06517411023378372, -0.03403230383992195, -0.07960551977157593, -0.006271011661738157, -0.0017571625066921115, 0.24905899167060852, 0.14404821395874023, -0.07380642741918564, 0.10908076912164688, -0.01201065443456173, 0.00044297485146671534, -0.010853651911020279, -0.0009208744158968329, -0.0623893141746521, 0.012526224367320538, 0.005691990256309509, -0.06787509471178055, -0.017848864197731018, -0.061916615813970566, -0.04766872525215149, -0.11032529175281525, -0.08971292525529861, 0.03245903179049492, 0.015075421892106533, 0.05354586988687515, -0.0596650056540966, -0.005932984407991171, -0.029955141246318817, 0.02581898681819439, -0.15301698446273804, -0.12481233477592468, 0.0014256195863708854, -0.07075141370296478, 0.07456189393997192, -0.14581750333309174, 0.0015490406658500433, 0.040249139070510864, -0.00916893221437931, -0.004417575895786285, 0.024180954322218895, 0.021812252700328827, 0.003304396290332079, -0.16641584038734436, -0.0393250472843647, -0.050193559378385544, 0.15752403438091278, -0.03401691094040871, 0.007409128826111555, 0.06319506466388702, 0.1529952436685562, -0.062015123665332794, -0.024290043860673904, 0.027011822909116745, -0.03050833009183407, -0.022047296166419983, -0.07631951570510864, -0.012892594560980797, -0.05648080259561539, 0.012543581426143646, 0.010069727897644043, -0.18568822741508484, -0.15990683436393738, 0.0873866155743599, -0.023394875228405, -0.07581377774477005, 0.01709861494600773, -0.04392987862229347, -0.04110601916909218, -0.003735698526725173, -0.04491860792040825, -0.03737480938434601, 0.05115891247987747, 0.04248008131980896, -0.04799368605017662, -0.0024534997064620256, -0.019675515592098236, -0.06445246934890747, -0.14257195591926575, 0.06747667491436005, 0.03089459426701069, -0.21815592050552368, 0.11012236028909683, 0.07264437526464462, 0.04627085104584694, 0.10994061827659607, 0.019474994391202927, -0.10781291872262955, -0.071617491543293, 0.014509922824800014, 0.02196096070110798, 0.0821651965379715, -0.008246798068284988, 0.007990214042365551, 0.024780919775366783, 0.04412812367081642, -0.013218923471868038, -0.08023084700107574, 0.043693557381629944, 0.007571865804493427, -0.06237557902932167, -0.01303010806441307, -0.055008694529533386, 0.019680548459291458, 0.1410544365644455, 0.014968832023441792, 0.03490402176976204, 0.0056498548947274685, -0.08540883660316467, -0.13604219257831573, 0.1277209222316742, -0.11526913195848465, -0.1961374133825302, -0.060877054929733276, -0.12174176424741745, -0.017002683132886887, 0.010678378865122795, 0.007564603351056576, -0.0663401335477829, -0.00964491255581379, -0.09967735409736633, 0.07815011590719223, -0.001540463068522513, -0.08114797621965408, -0.005526197608560324, -0.017444655299186707, -0.0005364667158573866, -0.10052626579999924, -0.00657007796689868, 0.0823454037308693, -0.09000711888074875, 0.002230740850791335, -0.007478027138859034, 0.09102388471364975, 0.10452822595834732, 0.03834442049264908, -0.011441096663475037, -0.019039442762732506, 0.2011210173368454, -0.11264698207378387, 0.13776905834674835, 0.01855793409049511, -0.049606241285800934, 0.09153082966804504, 0.22871185839176178, 0.0033157228026539087, -0.027661185711622238, 0.014827435836195946, 0.036095030605793, -0.03998389095067978, -0.20905417203903198, -0.026528920978307724, -0.045475952327251434, -0.0258148442953825, 0.04153958708047867, 0.034751519560813904, -0.00979564618319273, 0.009301388636231422, -0.08880581706762314, -0.0416778065264225, 0.09317712485790253, 0.07059899717569351, 0.062038544565439224, 0.015225246548652649, 0.014332219026982784, -0.08150899410247803, 0.03609907999634743, 0.05654420703649521, -0.011141771450638771, 0.1144665852189064, 0.010320091620087624, 0.1966707408428192, 0.03320544958114624, 0.09781832993030548, -0.041740745306015015, 0.014428816735744476, 0.06322741508483887, 0.056208640336990356, -0.01537162996828556, -0.047821253538131714, -0.03523280844092369, 0.06707081198692322, 0.0630808025598526, -0.012485174462199211, 0.02318817563354969, -0.012172048911452293, 0.13940419256687164, 0.1379791796207428, 0.05181056633591652, -0.10633186250925064, 0.014795636758208275, 0.10609129071235657, -0.05005167797207832, -0.09718824177980423, -0.0027369768358767033, 0.002437381073832512, -0.1514325588941574, 0.11109231412410736, 0.0008874061168171465, 0.0703452005982399, 0.03680930286645889, -0.03535904362797737, 0.04879412055015564, 0.011849421076476574, -0.024519827216863632, 0.14391261339187622, -0.2631473243236542, 0.14845575392246246, 0.00642866175621748, 0.0556086003780365, -0.07625119388103485, 0.0403488427400589, 0.01957743987441063, -0.004009790252894163, 0.175237238407135, 0.023604746907949448, -0.18165747821331024, -0.012313343584537506, -0.08397506177425385, -0.009146005846560001, 0.15970858931541443, -0.06456785649061203, 0.09383926540613174, -0.014424723573029041, -0.012031055055558681, -0.07080035656690598, 0.09021195024251938, -0.05385375767946243, -0.17068584263324738, 0.08064848929643631, -0.12920717895030975, 0.07092701643705368, -0.058142174035310745, 0.007768106646835804, -0.05811208114027977, 0.10782711207866669, -0.16477391123771667, -0.09171110391616821, -0.09418991208076477, -0.02555600367486477, 0.13796308636665344, -0.0696333721280098, 0.01857922226190567, -0.0505780391395092, 0.10915665328502655, 0.017213791608810425, -0.04356352239847183, 0.01681232452392578, -0.05127418786287308, -0.13357171416282654, -0.0680929571390152, 0.19778375327587128, 0.017740612849593163, 0.08639353513717651, 0.0020417936611920595, 0.07465295493602753, 0.0397263765335083, -0.08101214468479156, 0.058732617646455765, 0.02357342652976513, 0.052116598933935165, 0.08939564973115921, 0.04345766827464104, -0.11620717495679855, -0.14531351625919342, -0.08431050926446915, 0.13280366361141205, 0.27712327241897583, -0.0532584972679615, 0.046130891889333725, 0.08739504963159561, -0.09913554787635803, -0.16294793784618378, -0.09338433295488358, 0.04107308015227318, -0.03813100978732109, -0.012065189890563488, -0.14866259694099426, -0.021159924566745758, 0.04146600887179375, -0.004484803881496191, -0.029786378145217896, -0.2618163228034973, -0.09702853113412857, 0.06779114902019501, 0.0075502838008105755, -0.17600522935390472, -0.21285417675971985, -0.06097861006855965, -0.05419886112213135, -0.10748334228992462, 0.1148592010140419, 0.01955428719520569, 0.033504635095596313, 0.039604417979717255, 0.05581367015838623, -0.017361601814627647, -0.03353456035256386, 0.2311042845249176, 0.01268108282238245, -0.01546477247029543, -0.13763105869293213, -0.08229369670152664, 0.020378131419420242, -0.03245837986469269, 0.09201482683420181, 0.021490545943379402, -0.0308159738779068, -0.11399897933006287, -0.025104111060500145, -0.07131754606962204, -0.032435741275548935, -0.093650683760643, -0.021947717294096947, -0.06359267979860306, 0.05266597494482994, 0.08897049725055695, -0.027558960020542145, 0.06982067227363586, -0.02473020926117897, 0.01770119182765484, 0.1315087080001831, 0.09702631086111069, 0.11107442528009415, -0.04463300108909607, -0.028138086199760437, 0.018560700118541718, -0.029064150527119637, -0.10859820991754532, 0.03382720425724983, 0.12541456520557404, 0.008983788080513477, 0.14943891763687134, -0.023813752457499504, -0.12029078602790833, -0.004157418850809336, 0.08078565448522568, -0.0782296359539032, -0.21795806288719177, 0.06584274023771286, 0.09953932464122772, -0.12294023483991623, -0.15887495875358582, 0.030447233468294144, 0.01723814755678177, -0.026831885799765587, 0.013088628649711609, 0.10737168788909912, -0.027225427329540253, 0.08335090428590775, 0.08766490966081619, 0.031620655208826065, -0.05316227301955223, 0.15219250321388245, 0.13251040875911713, -0.09067730605602264, 0.017664216458797455, 0.22539900243282318, -0.038289446383714676, -0.03789263963699341, 0.015127712860703468, -0.020539095625281334, 0.014856016263365746, -0.06074753776192665, 0.02237110026180744, -0.10670595616102219, 0.03799191489815712, 0.10725454986095428, 0.007291874382644892, 0.036781419068574905, 0.021299969404935837, -0.017084965482354164, -0.034539781510829926, 0.10841327905654907, 0.016124455258250237, -0.005275523290038109, 0.009387080557644367, 0.11424165964126587, -0.01824694126844406, 0.09277313202619553, 0.006295515224337578, -0.04072652384638786, -0.057037532329559326, 0.016406109556555748, -0.17616817355155945, 0.059877004474401474, -0.10711673647165298, -0.023280346766114235, 0.007241443265229464, -0.05069413408637047, -0.013713104650378227, -0.04241018742322922, -0.024728186428546906, -0.050521958619356155, -0.07555196434259415, 0.08042699098587036, -0.18383276462554932, -0.03587197884917259, 0.09820147603750229, -0.058528248220682144, 0.0923883393406868, 0.08792120218276978, -0.010977149941027164, 0.0703563317656517, -0.10221724957227707, -0.028610287234187126, -0.08726179599761963, 0.006688361521810293, 0.0249885655939579, -0.1322714388370514, -0.0033172788098454475, -0.004242473281919956, -0.07566088438034058, 0.010356553830206394, -0.02358333021402359, -0.055960047990083694, 0.046286407858133316, -0.05146490037441254, -0.031128091737627983, -0.052908409386873245, 0.06178075075149536, 0.036555491387844086, -0.02595396898686886, 0.07214940339326859, -0.03825312480330467, 0.0881730392575264, -0.1499885469675064, -0.009998416528105736, -0.020467912778258324, 0.002863850211724639, 0.029920054599642754, -0.021502992138266563, 0.05000629276037216, -0.015020789578557014, 0.14363668859004974, -0.010023177601397038, -0.008270313031971455, 0.0714043378829956, -0.003916535060852766, 0.023928901180624962, 0.08592338114976883, -0.011057054623961449, -0.02067255601286888, -0.016194414347410202, -0.021797237917780876, -0.07496247440576553, -0.04942602291703224, 0.020970802754163742, 0.14104484021663666, 0.12807047367095947, 0.21210363507270813, 0.03258369490504265, -0.007975369691848755, -0.14864327013492584, 0.016464458778500557, 0.06117747724056244, 0.021036921069025993, -0.04800447076559067, -0.05269508436322212, 0.08419911563396454, 0.14173750579357147, -0.18109013140201569, 0.07751161605119705, -0.12802670896053314, -0.08445046097040176, -0.0241777952760458, -0.13003313541412354, -0.025370413437485695, 0.03302855044603348, 0.001120871864259243, -0.09096106886863708, 0.13172845542430878, 0.14950285851955414, 0.02558697946369648, -0.023289315402507782, 0.11343608796596527, -0.06945696473121643, -0.07315085083246231, 0.005791332572698593, 0.021070268005132675, 0.08021247386932373, 0.06446105986833572, 0.06545419991016388, 0.02540108934044838, -0.014457154087722301, 0.100334033370018, 0.12378594279289246, 0.029952583834528923, 0.04133430868387222, -0.10732892155647278, -0.07835492491722107, 0.02146248333156109, -0.012898847460746765, -0.021262744441628456, 0.164817675948143, 0.043417517095804214, 0.0245139691978693, 0.020612528547644615, 0.17308345437049866, -0.006524054799228907, -0.14653433859348297, -0.10876904428005219, 0.0538640134036541, -0.0820847749710083, 0.008537046611309052, -0.008532673120498657, -0.1371743083000183, -0.004145466256886721, 0.05593722313642502, 0.12642262876033783, -0.057930171489715576, -0.004614536184817553, -0.04090268909931183, 0.028206314891576767, 0.033434730023145676, -0.023865634575486183, 0.07674380391836166, 0.17550155520439148, -0.12566085159778595, 0.08319641649723053, -0.05590552091598511, 0.016174355521798134, -0.06608401983976364, 0.1135871633887291, -0.011298051103949547, 0.035897113382816315, -0.06871408969163895, 0.11579760909080505, -0.06085673347115517, -0.23284751176834106, 0.012216895818710327, -0.024680975824594498, -0.10986893624067307, 0.05198969319462776, 0.05960569903254509, 0.05162443220615387, 0.019034162163734436, 0.048649583011865616, 0.0005298646865412593, 0.11307624727487564, 0.039579372853040695, -0.020448502153158188, -0.0470757819712162, 0.12789689004421234, -0.04281231015920639, 0.24345502257347107, 0.013373871333897114, 0.15198972821235657, 0.0889282375574112, -0.030159015208482742, -0.10097998380661011, 0.07367932051420212, 0.12735986709594727, 0.06088947132229805, 0.0023299618624150753, 0.16959939897060394, 0.009466122835874557, 0.07059536129236221, 0.1026129499077797, 0.07136651128530502, 0.08584756404161453, 0.038820039480924606, -0.023852918297052383, -0.0648844912648201, 0.055826958268880844, -0.11194296181201935, 0.09676577895879745, 0.17631693184375763, -0.04354974254965782, 0.04460407793521881, -0.0290226973593235, 0.01572073996067047, 0.00996958278119564, 0.14771218597888947, 0.002869688905775547, -0.11517022550106049, 0.0293001439422369, -0.10120056569576263, 0.06071176379919052, -0.06849227845668793, -0.10029099881649017, -0.005028409883379936, -0.008870366960763931, -0.04099605232477188, 0.10618074238300323, 0.039756376296281815, 0.03255601227283478, -0.07769337296485901, -0.09189049154520035, 0.006323339883238077, 0.13222689926624298, -0.09078525751829147, -0.027790477499365807 ]
59af6924a4ca20faae2c4702f3e767a1ace1e897
# Dataset Card for Dengue Dataset in Filipino ## 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:** [Dengue Dataset in Filipino homepage](https://github.com/jcblaisecruz02/Filipino-Text-Benchmarks) - **Repository:** [Dengue Dataset in Filipino repository](https://github.com/jcblaisecruz02/Filipino-Text-Benchmarks) - **Paper:** [IEEE paper](https://ieeexplore.ieee.org/document/8459963) - **Leaderboard:** - **Point of Contact:** [Jan Christian Cruz](mailto:jan_christian_cruz@dlsu.edu.ph) ### Dataset Summary Benchmark dataset for low-resource multiclass classification, with 4,015 training, 500 testing, and 500 validation examples, each labeled as part of five classes. Each sample can be a part of multiple classes. Collected as tweets. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The dataset is primarily in Filipino, with the addition of some English words commonly used in Filipino vernacular. ## Dataset Structure ### Data Instances Sample data: ``` { "text": "Tapos ang dami pang lamok.", "absent": "0", "dengue": "0", "health": "0", "mosquito": "1", "sick": "0" } ``` ### 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 [Jan Christian Cruz](mailto:jan_christian_cruz@dlsu.edu.ph) ### Licensing Information [More Information Needed] ### Citation Information @INPROCEEDINGS{8459963, author={E. D. {Livelo} and C. {Cheng}}, booktitle={2018 IEEE International Conference on Agents (ICA)}, title={Intelligent Dengue Infoveillance Using Gated Recurrent Neural Learning and Cross-Label Frequencies}, year={2018}, volume={}, number={}, pages={2-7}, doi={10.1109/AGENTS.2018.8459963}} } ### Contributions Thanks to [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.
dengue_filipino
[ "task_categories:text-classification", "task_ids:multi-class-classification", "annotations_creators:crowdsourced", "annotations_creators:machine-generated", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:tl", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced", "machine-generated"], "language_creators": ["crowdsourced"], "language": ["tl"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-class-classification"], "paperswithcode_id": "dengue", "pretty_name": "Dengue Dataset in Filipino", "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "absent", "dtype": {"class_label": {"names": {"0": "0", "1": "1"}}}}, {"name": "dengue", "dtype": {"class_label": {"names": {"0": "0", "1": "1"}}}}, {"name": "health", "dtype": {"class_label": {"names": {"0": "0", "1": "1"}}}}, {"name": "mosquito", "dtype": {"class_label": {"names": {"0": "0", "1": "1"}}}}, {"name": "sick", "dtype": {"class_label": {"names": {"0": "0", "1": "1"}}}}], "splits": [{"name": "train", "num_bytes": 428549, "num_examples": 4015}, {"name": "test", "num_bytes": 57364, "num_examples": 500}, {"name": "validation", "num_bytes": 54380, "num_examples": 500}], "download_size": 156014, "dataset_size": 540293}}
2024-02-01T12:38:50+00:00
[]
[ "tl" ]
TAGS #task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-crowdsourced #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Tagalog #license-unknown #region-us
# Dataset Card for Dengue Dataset in Filipino ## 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: Dengue Dataset in Filipino homepage - Repository: Dengue Dataset in Filipino repository - Paper: IEEE paper - Leaderboard: - Point of Contact: Jan Christian Cruz ### Dataset Summary Benchmark dataset for low-resource multiclass classification, with 4,015 training, 500 testing, and 500 validation examples, each labeled as part of five classes. Each sample can be a part of multiple classes. Collected as tweets. ### Supported Tasks and Leaderboards ### Languages The dataset is primarily in Filipino, with the addition of some English words commonly used in Filipino vernacular. ## Dataset Structure ### Data Instances Sample data: ### 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 Jan Christian Cruz ### Licensing Information @INPROCEEDINGS{8459963, author={E. D. {Livelo} and C. {Cheng}}, booktitle={2018 IEEE International Conference on Agents (ICA)}, title={Intelligent Dengue Infoveillance Using Gated Recurrent Neural Learning and Cross-Label Frequencies}, year={2018}, volume={}, number={}, pages={2-7}, doi={10.1109/AGENTS.2018.8459963}} } ### Contributions Thanks to @anaerobeth for adding this dataset.
[ "# Dataset Card for Dengue Dataset in Filipino", "## 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: Dengue Dataset in Filipino homepage\n- Repository: Dengue Dataset in Filipino repository\n- Paper: IEEE paper\n- Leaderboard:\n- Point of Contact: Jan Christian Cruz", "### Dataset Summary\n\nBenchmark dataset for low-resource multiclass classification, with 4,015 training, 500 testing, and 500 validation examples, each labeled as part of five classes. Each sample can be a part of multiple classes. Collected as tweets.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe dataset is primarily in Filipino, with the addition of some English words commonly used in Filipino vernacular.", "## Dataset Structure", "### Data Instances\n\nSample data:", "### 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\n\nJan Christian Cruz", "### Licensing Information\n\n\n\n\n\n @INPROCEEDINGS{8459963,\n author={E. D. {Livelo} and C. {Cheng}},\n booktitle={2018 IEEE International Conference on Agents (ICA)},\n title={Intelligent Dengue Infoveillance Using Gated Recurrent Neural Learning and Cross-Label Frequencies},\n year={2018},\n volume={},\n number={},\n pages={2-7},\n doi={10.1109/AGENTS.2018.8459963}}\n }", "### Contributions\n\nThanks to @anaerobeth for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-crowdsourced #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Tagalog #license-unknown #region-us \n", "# Dataset Card for Dengue Dataset in Filipino", "## 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: Dengue Dataset in Filipino homepage\n- Repository: Dengue Dataset in Filipino repository\n- Paper: IEEE paper\n- Leaderboard:\n- Point of Contact: Jan Christian Cruz", "### Dataset Summary\n\nBenchmark dataset for low-resource multiclass classification, with 4,015 training, 500 testing, and 500 validation examples, each labeled as part of five classes. Each sample can be a part of multiple classes. Collected as tweets.", "### Supported Tasks and Leaderboards", "### Languages\n\nThe dataset is primarily in Filipino, with the addition of some English words commonly used in Filipino vernacular.", "## Dataset Structure", "### Data Instances\n\nSample data:", "### 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\n\nJan Christian Cruz", "### Licensing Information\n\n\n\n\n\n @INPROCEEDINGS{8459963,\n author={E. D. {Livelo} and C. {Cheng}},\n booktitle={2018 IEEE International Conference on Agents (ICA)},\n title={Intelligent Dengue Infoveillance Using Gated Recurrent Neural Learning and Cross-Label Frequencies},\n year={2018},\n volume={},\n number={},\n pages={2-7},\n doi={10.1109/AGENTS.2018.8459963}}\n }", "### Contributions\n\nThanks to @anaerobeth for adding this dataset." ]
[ 107, 11, 120, 47, 63, 10, 29, 6, 10, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 9, 128, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-crowdsourced #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-Tagalog #license-unknown #region-us \n# Dataset Card for Dengue Dataset in Filipino## 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: Dengue Dataset in Filipino homepage\n- Repository: Dengue Dataset in Filipino repository\n- Paper: IEEE paper\n- Leaderboard:\n- Point of Contact: Jan Christian Cruz### Dataset Summary\n\nBenchmark dataset for low-resource multiclass classification, with 4,015 training, 500 testing, and 500 validation examples, each labeled as part of five classes. Each sample can be a part of multiple classes. Collected as tweets.### Supported Tasks and Leaderboards### Languages\n\nThe dataset is primarily in Filipino, with the addition of some English words commonly used in Filipino vernacular.## Dataset Structure### Data Instances\n\nSample data:### 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" ]
[ -0.01652609184384346, 0.23112575709819794, -0.007326388265937567, 0.015608374960720539, 0.09701472520828247, 0.03979109972715378, 0.05356963351368904, 0.1253179907798767, -0.06850680708885193, 0.14965467154979706, -0.06908941268920898, 0.05271168053150177, 0.1355627030134201, 0.07750020921230316, -0.017603402957320213, -0.2606309950351715, 0.05871325358748436, -0.07370244711637497, -0.04451945051550865, 0.07922735810279846, 0.10248169302940369, -0.06615366041660309, 0.05087214335799217, -0.06599175184965134, 0.002533859573304653, 0.023995041847229004, -0.11271744966506958, -0.09565667808055878, -0.013386133126914501, 0.02667725645005703, 0.06689559668302536, 0.03084370121359825, 0.05166506767272949, -0.2397070676088333, 0.013611930422484875, 0.039743803441524506, 0.020568042993545532, 0.03484836965799332, 0.05771370977163315, -0.02890552207827568, 0.03661477193236351, -0.18689748644828796, 0.1382579654455185, 0.0225913617759943, -0.12394746392965317, -0.15735355019569397, -0.14167167246341705, 0.08459123224020004, 0.15621118247509003, 0.003879721974954009, -0.05539856106042862, 0.0111360689625144, -0.08495563268661499, -0.02588025853037834, 0.062445636838674545, -0.09562482684850693, -0.06903404742479324, 0.03570157662034035, 0.03964932635426521, 0.041803568601608276, -0.12341839075088501, -0.014010431244969368, -0.02013249509036541, 0.03442196547985077, 0.028949715197086334, -0.04387592524290085, 0.01963251270353794, 0.036985404789447784, -0.08551560342311859, -0.047572746872901917, 0.0672546923160553, -0.038659967482089996, -0.008143799379467964, -0.2521047294139862, 0.05280568450689316, 0.05328185856342316, -0.06112208217382431, -0.028397994115948677, 0.02137717604637146, -0.042016223073005676, 0.08280406147241592, -0.0224426481872797, -0.043658968061208725, 0.02574387565255165, 0.005841512698680162, -0.008811981417238712, 0.06386081129312515, -0.05996653810143471, 0.013660370372235775, 0.0523885078728199, 0.09369392693042755, -0.14045891165733337, -0.033273980021476746, -0.057480812072753906, -0.1017226129770279, -0.00780186103656888, 0.07601799070835114, 0.021542146801948547, 0.10407903790473938, 0.18161746859550476, -0.08453868329524994, 0.07349620014429092, -0.03985825926065445, -0.07231612503528595, 0.08646183460950851, 0.11759048700332642, -0.046279292553663254, -0.05130630359053612, -0.022976893931627274, 0.009954819455742836, -0.040885817259550095, -0.010417450219392776, 0.0007728453492745757, 0.07552878558635712, 0.03254610672593117, 0.14067231118679047, 0.0934186652302742, -0.0023090450558811426, -0.07418368756771088, -0.06845586001873016, 0.15458104014396667, -0.13175690174102783, 0.05973072722554207, 0.026838291436433792, 0.010660399682819843, 0.07304614782333374, -0.05242718383669853, -0.015825266018509865, -0.08756523579359055, 0.11089721322059631, -0.0037536073941737413, -0.0415022037923336, -0.08343221992254257, -0.02683667093515396, 0.09635811299085617, -0.016003476455807686, -0.0811786875128746, 0.02703222446143627, -0.04991963133215904, -0.09140324592590332, -0.004758962895721197, -0.14360153675079346, -0.07078853249549866, -0.01909991167485714, -0.020592397078871727, 0.02432885579764843, 0.03047323040664196, 0.07840997725725174, -0.03766723722219467, 0.05343177542090416, -0.032841626554727554, 0.0403665229678154, 0.13419672846794128, 0.05299762636423111, -0.030881468206644058, 0.07465242594480515, -0.19839471578598022, 0.12224625796079636, -0.1548934429883957, 0.03562748059630394, -0.12755686044692993, -0.0386691614985466, 0.051807284355163574, 0.0008752336725592613, -0.03772152587771416, 0.14423616230487823, -0.17707981169223785, -0.021119272336363792, 0.13364827632904053, -0.10405045747756958, -0.05609174817800522, 0.040768444538116455, -0.035191137343645096, 0.043071042746305466, 0.01374793890863657, 0.08613267540931702, 0.0067977276630699635, 0.010153300128877163, -0.0016925145173445344, -0.11218036711215973, 0.09529849886894226, 0.20725031197071075, 0.09324320405721664, -0.07949593663215637, 0.15285059809684753, 0.016577009111642838, 0.009560329839587212, -0.09859301149845123, 0.009950067847967148, -0.07996983826160431, 0.0479215644299984, 0.02647356130182743, 0.006115776486694813, 0.005276183597743511, -0.03452296927571297, -0.020699070766568184, -0.0837833359837532, 0.10159949213266373, 0.02109941467642784, -0.009370488114655018, -0.01457543671131134, -0.07644348591566086, -0.020363062620162964, 0.03653409332036972, 0.016329176723957062, -0.13284380733966827, -0.1315387487411499, 0.06683459132909775, -0.06672530621290207, 0.11325233429670334, -0.15045316517353058, 0.005447047762572765, -0.03672458976507187, -0.06758405268192291, 0.00196024845354259, 0.013246800750494003, 0.03432038426399231, 0.01379222422838211, -0.17886503040790558, -0.0023008224088698626, -0.041484687477350235, 0.11149631440639496, -0.11242535710334778, 0.0015347609296441078, 0.1459641456604004, 0.20776647329330444, 0.015525882132351398, -0.03981873020529747, 0.08125173300504684, 0.04687998443841934, 0.03192126750946045, -0.09276411682367325, -0.026764828711748123, -0.05117699131369591, 0.026734106242656708, 0.051486216485500336, -0.0887046754360199, -0.06004951149225235, 0.0560515932738781, 0.13054786622524261, -0.09573111683130264, -0.04029063507914543, -0.015328744426369667, -0.030956557020545006, -0.10048308968544006, -0.05136394500732422, 0.08858221024274826, 0.0481284074485302, 0.03472674638032913, -0.09137747436761856, -0.10416343808174133, -0.05931626260280609, 0.008629698306322098, -0.07598544657230377, 0.15210466086864471, 0.03139983117580414, -0.1149606928229332, 0.19253595173358917, -0.022229768335819244, 0.14237836003303528, 0.05416976287961006, -0.08923818916082382, -0.06684672087430954, -0.02314402163028717, 0.022098179906606674, 0.05308344587683678, 0.07549092173576355, -0.08043915033340454, 0.024469338357448578, 0.06451098620891571, -0.033158790320158005, 0.03645404800772667, -0.04683743789792061, 0.017515918239951134, 0.01119151059538126, -0.005137781612575054, 0.052111491560935974, 0.019312022253870964, 0.10585713386535645, 0.09439646452665329, 0.04413478076457977, 0.1850605309009552, -0.04692566394805908, -0.04380754008889198, -0.069656141102314, 0.11158055812120438, -0.13143302500247955, -0.29632046818733215, -0.0984436497092247, -0.037282221019268036, 0.01803155057132244, -0.07473721355199814, 0.018752846866846085, -0.09994305670261383, -0.09889201074838638, -0.057001981884241104, 0.045040279626846313, 0.10619009286165237, -0.10329361259937286, -0.013578667305409908, 0.0240856371819973, -0.027585702016949654, -0.10065551847219467, 0.03389686718583107, 0.08508727699518204, -0.02717888541519642, 0.02748856134712696, 0.01535462960600853, 0.056118372827768326, 0.10243546962738037, 0.08697311580181122, -0.009573006071150303, -0.03690651059150696, 0.2186557650566101, -0.15149135887622833, 0.12872643768787384, 0.07757863402366638, -0.060179032385349274, 0.058274880051612854, 0.17773012816905975, 0.019801052287220955, -0.04958347603678703, 0.01679314486682415, 0.08878445625305176, 0.0010173427872359753, -0.25281599164009094, -0.07032456994056702, -0.06004253029823303, -0.08501069247722626, 0.0684179961681366, 0.07214033603668213, 0.036035388708114624, 0.009664250537753105, -0.09798428416252136, 0.01715793088078499, 0.0838654413819313, 0.08009015768766403, 0.14378809928894043, 0.04235876724123955, 0.019482506439089775, -0.0763247162103653, -0.024995101615786552, 0.10699369013309479, 0.03721972554922104, 0.18888048827648163, 0.028989801183342934, 0.16347649693489075, 0.061603378504514694, 0.10845310240983963, -0.01647266373038292, -0.008883459493517876, -0.06201857328414917, 0.08686868101358414, -0.014616074971854687, -0.05623104050755501, 0.08087580651044846, 0.04602690413594246, 0.04689396545290947, -0.11910984665155411, 0.0532301627099514, -0.12534013390541077, 0.08598358184099197, 0.1851116567850113, -0.013415558263659477, -0.043260686099529266, -0.008554861880838871, 0.11691092699766159, -0.07509686797857285, -0.0794604942202568, -0.04241788387298584, 0.057102736085653305, -0.17330646514892578, 0.1212184950709343, -0.025855138897895813, 0.1228831335902214, -0.07824645936489105, -0.06605412065982819, -0.011646261438727379, 0.048941705375909805, -0.015744786709547043, 0.08840316534042358, -0.19571469724178314, 0.08966429531574249, -0.011770540848374367, 0.0066237980499863625, -0.10939935594797134, 0.07014919817447662, 0.009767921641469002, -0.08827296644449234, 0.11366920918226242, 0.002564128255471587, -0.04989359527826309, 0.017726536840200424, -0.08133509010076523, -0.017894824966788292, 0.08143667131662369, -0.13358601927757263, 0.09353163838386536, 0.011078884825110435, -0.02700389176607132, -0.07296163588762283, -0.07603972405195236, -0.06409136950969696, -0.22227998077869415, 0.07442816346883774, -0.140533447265625, 0.05714493244886398, -0.0541861467063427, -0.05187042057514191, -0.05212986841797829, 0.10738646239042282, -0.11351405084133148, -0.10604196041822433, -0.1681467890739441, -0.03129182755947113, 0.2184382677078247, -0.04604405537247658, 0.07779929786920547, -0.031953923404216766, 0.18003398180007935, 0.014262947253882885, -0.020746130496263504, 0.05512106418609619, -0.013877341523766518, -0.23593464493751526, -0.00783003494143486, 0.17537687718868256, 0.023347383365035057, 0.017733413726091385, 0.02145633101463318, 0.04555356502532959, 0.06927421689033508, -0.12154074758291245, 0.014441773295402527, 0.07962530106306076, 0.05666354298591614, 0.06866634637117386, -0.05519413203001022, -0.2206549495458603, -0.14567407965660095, -0.09334605932235718, 0.0841580182313919, 0.08978618681430817, -0.01005944237112999, 0.18598084151744843, 0.03752056881785393, -0.11975324153900146, -0.15061679482460022, -0.031853534281253815, 0.010303459130227566, -0.022826069965958595, 0.027063414454460144, -0.1898348182439804, 0.042466919869184494, 0.0748789981007576, 0.010415108874440193, -0.025214016437530518, -0.18489648401737213, -0.15912242233753204, -0.010430763475596905, 0.009895393624901772, -0.3457324504852295, -0.1835242658853531, -0.12969358265399933, -0.03785388544201851, -0.12188445031642914, 0.16119977831840515, 0.09037525206804276, -0.007832702249288559, 0.007040185853838921, 0.06517219543457031, 0.0239113662391901, -0.00005432802936411463, 0.16885320842266083, -0.03042268380522728, 0.010908227413892746, -0.07838279008865356, -0.08687891811132431, 0.0457998588681221, -0.0007116833003237844, 0.04178439453244209, -0.0110134556889534, -0.02389916591346264, -0.15685728192329407, -0.053485460579395294, -0.07617896050214767, -0.042989350855350494, -0.1265985667705536, -0.0010115359909832478, -0.07698957622051239, 0.11174161732196808, 0.0970282256603241, -0.05927903577685356, 0.07520996034145355, -0.04260333627462387, 0.0571833997964859, 0.007814357988536358, 0.14617840945720673, 0.08701985329389572, -0.03904874622821808, -0.04585377871990204, 0.0032773958519101143, -0.03966614976525307, -0.16321153938770294, 0.07631567865610123, 0.07845465838909149, 0.0037856334820389748, 0.15528158843517303, -0.05923711135983467, -0.14224424958229065, -0.011631525121629238, 0.08271756023168564, 0.004162780940532684, -0.20671124756336212, 0.045726191252470016, 0.07758153229951859, -0.09504286199808121, -0.07471513003110886, 0.00016964218229986727, 0.061462949961423874, -0.12313837558031082, 0.03180303797125816, 0.11543413251638412, 0.05027516558766365, 0.0836576372385025, 0.009807661175727844, 0.07965503633022308, -0.11268901079893112, 0.11628182232379913, 0.16099576652050018, -0.07512982189655304, 0.020981883630156517, 0.25187185406684875, -0.006903419736772776, -0.014532520435750484, 0.08680738508701324, 0.062958724796772, 0.07092610746622086, 0.002397501142695546, 0.019485672935843468, -0.17210708558559418, 0.04024910554289818, 0.18855252861976624, -0.02821926958858967, -0.00030309127760119736, 0.06110956519842148, -0.023923812434077263, -0.02833719365298748, 0.11408308893442154, 0.1141841933131218, 0.01831512525677681, -0.016527391970157623, -0.008771225810050964, 0.05070792883634567, -0.057388268411159515, 0.0029341683257371187, -0.030424755066633224, -0.1611042469739914, -0.008796936832368374, -0.11429788917303085, 0.046142153441905975, -0.14809131622314453, -0.01420261524617672, -0.013423011638224125, -0.08421260118484497, 0.011954587884247303, -0.009159460663795471, -0.058136481791734695, -0.048610031604766846, -0.05744457617402077, 0.14841744303703308, -0.15669596195220947, 0.0002527740434743464, 0.11464515328407288, -0.09523394703865051, 0.07309065759181976, -0.038083650171756744, -0.043923549354076385, -0.0023659623693674803, -0.1181831881403923, -0.008448830805718899, 0.00368786184117198, 0.05222299322485924, 0.05125560238957405, -0.19090132415294647, 0.005743061192333698, 0.010548044927418232, -0.030180688947439194, 0.054430797696113586, 0.015717562288045883, -0.08319615572690964, 0.05502598360180855, -0.05854290723800659, -0.09911710023880005, 0.041899774223566055, 0.03866967558860779, 0.15641094744205475, -0.06475494801998138, 0.08639492839574814, -0.06125246360898018, 0.1028696820139885, -0.1233571469783783, -0.04964588209986687, -0.030217783525586128, -0.0020019228104501963, 0.06331831216812134, 0.005402375012636185, 0.06804933398962021, 0.0478111207485199, 0.18697045743465424, -0.025380359962582588, -0.0035232084337621927, 0.08201468735933304, 0.07028471678495407, -0.061294589191675186, 0.09627366065979004, 0.0031239341478794813, 0.026289530098438263, -0.03424730524420738, -0.00028648367151618004, -0.06119508296251297, -0.09144441783428192, -0.02516249194741249, 0.08275023847818375, 0.2269921451807022, 0.14894168078899384, -0.05523096024990082, 0.10305751860141754, -0.07409859448671341, 0.01577211171388626, 0.12139947712421417, -0.04486706852912903, 0.007986788637936115, -0.09827987104654312, 0.047342583537101746, 0.016019854694604874, -0.22393181920051575, 0.1359662264585495, -0.08621135354042053, -0.06810323148965836, 0.01029166579246521, -0.19875383377075195, -0.07534530758857727, 0.007059589494019747, -0.022732844576239586, -0.10370541363954544, 0.0827348530292511, 0.11993195861577988, 0.022530248388648033, -0.0208220686763525, 0.05374075099825859, -0.054735541343688965, -0.07380616664886475, 0.09827147424221039, 0.09781064838171005, 0.060640767216682434, 0.008893868885934353, 0.099281445145607, -0.05519028380513191, 0.1396767646074295, 0.07305887341499329, 0.07439723610877991, -0.017456337809562683, -0.006849975325167179, -0.0825258195400238, -0.06026962399482727, 0.056000594049692154, -0.06536193937063217, -0.06975840777158737, 0.19349049031734467, 0.015615684911608696, 0.03826269134879112, 0.0034270905889570713, 0.22586150467395782, -0.007586800493299961, -0.1578315645456314, -0.17880605161190033, -0.047940462827682495, -0.03366491571068764, -0.03346665948629379, 0.06175126135349274, -0.12126138061285019, 0.004617990925908089, 0.1470077633857727, 0.08563202619552612, 0.016156552359461784, 0.009907820262014866, -0.005677954759448767, 0.04225506633520126, 0.006249633152037859, 0.03960602730512619, 0.05589422211050987, 0.18962453305721283, -0.03904914855957031, 0.02976125292479992, -0.03120104782283306, -0.07442177832126617, -0.09686435759067535, 0.1208706721663475, 0.01322450302541256, -0.03456934168934822, -0.03896123170852661, 0.17187193036079407, -0.12963232398033142, -0.21496964991092682, 0.08145316690206528, -0.15819993615150452, -0.21894708275794983, -0.049453482031822205, 0.005010115448385477, -0.004322257358580828, -0.04002330079674721, 0.12923069298267365, -0.02805684693157673, 0.14270442724227905, 0.1040646880865097, 0.04434988275170326, -0.040182534605264664, 0.12548872828483582, -0.10856769233942032, 0.20956076681613922, 0.03651132807135582, 0.018399281427264214, 0.07629283517599106, -0.03954838961362839, -0.11313842982053757, -0.01038161851465702, 0.0931006520986557, -0.04538910835981369, 0.03259347006678581, 0.14158761501312256, 0.004437226336449385, 0.09105508774518967, 0.09432629495859146, -0.013670472428202629, 0.04449336230754852, 0.060019686818122864, -0.03534276783466339, -0.05632263794541359, 0.09064290672540665, -0.1351921260356903, 0.057727012783288956, 0.14266172051429749, -0.07853706181049347, 0.031121406704187393, -0.01956019550561905, 0.05827952176332474, -0.05058233439922333, 0.14421199262142181, -0.041750844568014145, -0.17515316605567932, 0.00296851247549057, -0.06615833938121796, 0.12026949226856232, -0.11739363521337509, -0.02474404126405716, 0.007986697368323803, 0.00850670225918293, -0.09983374178409576, 0.1551722139120102, 0.05294987931847572, 0.01375525165349245, -0.03490980714559555, -0.15370066463947296, 0.011525925248861313, 0.13626185059547424, -0.05240902677178383, 0.0978500097990036 ]
aea09f967ca3b4e52931b380361a3f73ca67f2dd
# Dataset Card for [DialogRE] ## 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:** [DialogRE Homepage](https://dataset.org/dialogre/) - **Repository:** [DialogRE Repository](https://github.com/nlpdata/dialogre) - **Paper:** [Arxiv](https://arxiv.org/abs/2004.08056v1) - **Point of Contact:** [dialogre@dataset.org](mailto:dialogre@dataset.org) ### Dataset Summary The DialogRE dataset is the first human-annotated dialogue-based relation extraction (RE) dataset, aiming to support the prediction of relation(s) between two arguments that appear in a dialogue. DialogRE can also act as a platform for studying cross-sentence RE as most facts span multiple sentences. Specifically, the dataset annotate all occurrences of 36 possible relation types that exist between pairs of arguments in the 1,788 dialogues originating from the complete transcripts of Friends (in English). ### Supported Tasks and Leaderboards * `other-other-relation-extraction`: The dataset can be used to train a model for Relation Extraction, which consists of the prediction of relation between two arguments that appear in a dialogue. Success on this task is typically measured by achieving a *high* [F1 Score](https://huggingface.co/metrics/f1). ### Languages The dialogues in the dataset is in English originating from the transcripts of Friends. The associated BCP-47 code is `en`. ## Dataset Structure ### Data Instances A typical data point consists of a dialogue between speakers as a list of sentences. This is followed by the annotations of the relations between the entities in the dialog. An example from the DialogRE train set looks as follows: ``` {'dialog': ["Speaker 1: It's been an hour and not one of my classmates has shown up! I tell you, when I actually die some people are gonna get seriously haunted!", 'Speaker 2: There you go! Someone came!', "Speaker 1: Ok, ok! I'm gonna go hide! Oh, this is so exciting, my first mourner!", 'Speaker 3: Hi, glad you could come.', 'Speaker 2: Please, come in.', "Speaker 4: Hi, you're Chandler Bing, right? I'm Tom Gordon, I was in your class.", 'Speaker 2: Oh yes, yes... let me... take your coat.', "Speaker 4: Thanks... uh... I'm so sorry about Ross, it's...", 'Speaker 2: At least he died doing what he loved... watching blimps.', 'Speaker 1: Who is he?', 'Speaker 2: Some guy, Tom Gordon.', "Speaker 1: I don't remember him, but then again I touched so many lives.", 'Speaker 3: So, did you know Ross well?', "Speaker 4: Oh, actually I barely knew him. Yeah, I came because I heard Chandler's news. D'you know if he's seeing anyone?", 'Speaker 3: Yes, he is. Me.', 'Speaker 4: What? You... You... Oh! Can I ask you a personal question? Ho-how do you shave your beard so close?', "Speaker 2: Ok Tommy, that's enough mourning for you! Here we go, bye bye!!", 'Speaker 4: Hey, listen. Call me.', 'Speaker 2: Ok!'], 'relation_data': {'r': [['per:alternate_names'], ['per:alumni'], ['per:alternate_names'], ['per:alumni', 'per:positive_impression'], ['per:alternate_names'], ['unanswerable']], 'rid': [[30], [4], [30], [4, 1], [30], [37]], 't': [[''], [''], [''], ['', 'call me'], [''], ['']], 'x': ['Speaker 2', 'Speaker 2', 'Speaker 4', 'Speaker 4', 'Speaker 4', 'Speaker 1'], 'x_type': ['PER', 'PER', 'PER', 'PER', 'PER', 'PER'], 'y': ['Chandler Bing', 'Speaker 4', 'Tom Gordon', 'Speaker 2', 'Tommy', 'Tommy'], 'y_type': ['PER', 'PER', 'PER', 'PER', 'PER', 'PER']}} ``` ### Data Fields * `dialog` * List of dialog spoken between the speakers * List of annotations per dialog per argument * `x` : First entity * `y` : Second entity * `x_type` : Type of the first entity * `y_type`: Type of the second entity * `r` : List of relations * `rid`: List of relation IDs * `t`: List of relation Trigger words ### Data Splits The data is split into a training, validation and test set as per the original dataset split. | | train | validation | test | | --------------------- |-------:|------------:|------:| | Input dialog examples | 1073 | 358 | 357 | ## 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 DialogRE dataset is intended for non-commercial research purpose only ### Citation Information ``` @inproceedings{yu2020dialogue, title={Dialogue-Based Relation Extraction}, author={Yu, Dian and Sun, Kai and Cardie, Claire and Yu, Dong}, booktitle={Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics}, year={2020}, url={https://arxiv.org/abs/2004.08056v1} } ``` ### Contributions Thanks to [@vineeths96](https://github.com/vineeths96) for adding this dataset.
dialog_re
[ "task_categories:other", "task_categories:text-generation", "task_categories:fill-mask", "task_ids:dialogue-modeling", "annotations_creators:expert-generated", "language_creators:expert-generated", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "language:en", "license:other", "relation-extraction", "arxiv:2004.08056", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["en"], "license": ["other"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["other", "text-generation", "fill-mask"], "task_ids": ["dialogue-modeling"], "paperswithcode_id": "dialogre", "pretty_name": "DialogRE", "tags": ["relation-extraction"], "dataset_info": {"features": [{"name": "dialog", "sequence": "string"}, {"name": "relation_data", "sequence": [{"name": "x", "dtype": "string"}, {"name": "y", "dtype": "string"}, {"name": "x_type", "dtype": "string"}, {"name": "y_type", "dtype": "string"}, {"name": "r", "sequence": "string"}, {"name": "rid", "sequence": "int32"}, {"name": "t", "sequence": "string"}]}], "config_name": "dialog_re", "splits": [{"name": "train", "num_bytes": 1520940, "num_examples": 1073}, {"name": "test", "num_bytes": 472306, "num_examples": 357}, {"name": "validation", "num_bytes": 490580, "num_examples": 358}], "download_size": 3816234, "dataset_size": 2483826}}
2024-01-18T11:02:38+00:00
[ "2004.08056" ]
[ "en" ]
TAGS #task_categories-other #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-other #relation-extraction #arxiv-2004.08056 #region-us
Dataset Card for [DialogRE] =========================== 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: DialogRE Homepage * Repository: DialogRE Repository * Paper: Arxiv * Point of Contact: dialogre@URL ### Dataset Summary The DialogRE dataset is the first human-annotated dialogue-based relation extraction (RE) dataset, aiming to support the prediction of relation(s) between two arguments that appear in a dialogue. DialogRE can also act as a platform for studying cross-sentence RE as most facts span multiple sentences. Specifically, the dataset annotate all occurrences of 36 possible relation types that exist between pairs of arguments in the 1,788 dialogues originating from the complete transcripts of Friends (in English). ### Supported Tasks and Leaderboards * 'other-other-relation-extraction': The dataset can be used to train a model for Relation Extraction, which consists of the prediction of relation between two arguments that appear in a dialogue. Success on this task is typically measured by achieving a *high* F1 Score. ### Languages The dialogues in the dataset is in English originating from the transcripts of Friends. The associated BCP-47 code is 'en'. Dataset Structure ----------------- ### Data Instances A typical data point consists of a dialogue between speakers as a list of sentences. This is followed by the annotations of the relations between the entities in the dialog. An example from the DialogRE train set looks as follows: ### Data Fields * 'dialog' + List of dialog spoken between the speakers * List of annotations per dialog per argument + 'x' : First entity + 'y' : Second entity + 'x\_type' : Type of the first entity + 'y\_type': Type of the second entity + 'r' : List of relations + 'rid': List of relation IDs + 't': List of relation Trigger words ### Data Splits The data is split into a training, validation and test set as per the original dataset 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 Additional Information ---------------------- ### Dataset Curators ### Licensing Information DialogRE dataset is intended for non-commercial research purpose only ### Contributions Thanks to @vineeths96 for adding this dataset.
[ "### Dataset Summary\n\n\nThe DialogRE dataset is the first human-annotated dialogue-based relation extraction (RE) dataset, aiming to support the prediction of relation(s) between two arguments that appear in a dialogue. DialogRE can also act as a platform for studying cross-sentence RE as most facts span multiple sentences. Specifically, the dataset annotate all occurrences of 36 possible relation types that exist between pairs of arguments in the 1,788 dialogues originating from the complete transcripts of Friends (in English).", "### Supported Tasks and Leaderboards\n\n\n* 'other-other-relation-extraction': The dataset can be used to train a model for Relation Extraction, which consists of the prediction of relation between two arguments that appear in a dialogue. Success on this task is typically measured by achieving a *high* F1 Score.", "### Languages\n\n\nThe dialogues in the dataset is in English originating from the transcripts of Friends. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point consists of a dialogue between speakers as a list of sentences. This is followed by the annotations of the relations between the entities in the dialog.\n\n\nAn example from the DialogRE train set looks as follows:", "### Data Fields\n\n\n* 'dialog'\n\n\n\t+ List of dialog spoken between the speakers\n* List of annotations per dialog per argument\n\n\n\t+ 'x' : First entity\n\t+ 'y' : Second entity\n\t+ 'x\\_type' : Type of the first entity\n\t+ 'y\\_type': Type of the second entity\n\t+ 'r' : List of relations\n\t+ 'rid': List of relation IDs\n\t+ 't': List of relation Trigger words", "### Data Splits\n\n\nThe data is split into a training, validation and test set as per the original dataset split.\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\nDialogRE dataset is intended for non-commercial research purpose only", "### Contributions\n\n\nThanks to @vineeths96 for adding this dataset." ]
[ "TAGS\n#task_categories-other #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-other #relation-extraction #arxiv-2004.08056 #region-us \n", "### Dataset Summary\n\n\nThe DialogRE dataset is the first human-annotated dialogue-based relation extraction (RE) dataset, aiming to support the prediction of relation(s) between two arguments that appear in a dialogue. DialogRE can also act as a platform for studying cross-sentence RE as most facts span multiple sentences. Specifically, the dataset annotate all occurrences of 36 possible relation types that exist between pairs of arguments in the 1,788 dialogues originating from the complete transcripts of Friends (in English).", "### Supported Tasks and Leaderboards\n\n\n* 'other-other-relation-extraction': The dataset can be used to train a model for Relation Extraction, which consists of the prediction of relation between two arguments that appear in a dialogue. Success on this task is typically measured by achieving a *high* F1 Score.", "### Languages\n\n\nThe dialogues in the dataset is in English originating from the transcripts of Friends. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point consists of a dialogue between speakers as a list of sentences. This is followed by the annotations of the relations between the entities in the dialog.\n\n\nAn example from the DialogRE train set looks as follows:", "### Data Fields\n\n\n* 'dialog'\n\n\n\t+ List of dialog spoken between the speakers\n* List of annotations per dialog per argument\n\n\n\t+ 'x' : First entity\n\t+ 'y' : Second entity\n\t+ 'x\\_type' : Type of the first entity\n\t+ 'y\\_type': Type of the second entity\n\t+ 'r' : List of relations\n\t+ 'rid': List of relation IDs\n\t+ 't': List of relation Trigger words", "### Data Splits\n\n\nThe data is split into a training, validation and test set as per the original dataset split.\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\nDialogRE dataset is intended for non-commercial research purpose only", "### Contributions\n\n\nThanks to @vineeths96 for adding this dataset." ]
[ 123, 123, 77, 42, 57, 103, 32, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 21, 18 ]
[ "passage: TAGS\n#task_categories-other #task_categories-text-generation #task_categories-fill-mask #task_ids-dialogue-modeling #annotations_creators-expert-generated #language_creators-expert-generated #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-other #relation-extraction #arxiv-2004.08056 #region-us \n### Dataset Summary\n\n\nThe DialogRE dataset is the first human-annotated dialogue-based relation extraction (RE) dataset, aiming to support the prediction of relation(s) between two arguments that appear in a dialogue. DialogRE can also act as a platform for studying cross-sentence RE as most facts span multiple sentences. Specifically, the dataset annotate all occurrences of 36 possible relation types that exist between pairs of arguments in the 1,788 dialogues originating from the complete transcripts of Friends (in English).### Supported Tasks and Leaderboards\n\n\n* 'other-other-relation-extraction': The dataset can be used to train a model for Relation Extraction, which consists of the prediction of relation between two arguments that appear in a dialogue. Success on this task is typically measured by achieving a *high* F1 Score.### Languages\n\n\nThe dialogues in the dataset is in English originating from the transcripts of Friends. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA typical data point consists of a dialogue between speakers as a list of sentences. This is followed by the annotations of the relations between the entities in the dialog.\n\n\nAn example from the DialogRE train set looks as follows:" ]
[ -0.07262147963047028, 0.1273452341556549, -0.0022220825776457787, 0.06681100279092789, 0.03632239252328873, 0.0010936646722257137, 0.07462730258703232, 0.06504955887794495, 0.10537359118461609, 0.06775674968957901, -0.022731859236955643, -0.05906827747821808, 0.05174410343170166, 0.1188703402876854, 0.043205223977565765, -0.20812654495239258, 0.04532967880368233, -0.08335734158754349, 0.12097664177417755, 0.10671168565750122, 0.09211002290248871, -0.02473369613289833, 0.03837443143129349, 0.04180724173784256, -0.05730350315570831, -0.013986393809318542, -0.035949625074863434, -0.03176502883434296, 0.13722537457942963, 0.08935762196779251, 0.09852413088083267, -0.014191676862537861, 0.05339094623923302, -0.1203099936246872, 0.0035351167898625135, 0.04787680506706238, 0.02016371674835682, 0.018422462046146393, 0.07112885266542435, -0.136373832821846, -0.010160436853766441, 0.06974911689758301, 0.11471738666296005, 0.0762258768081665, -0.14290867745876312, -0.11386626213788986, -0.06167379766702652, -0.006368073634803295, 0.08126197010278702, 0.09921107441186905, -0.035058826208114624, 0.1042584553360939, -0.015382076613605022, 0.023466631770133972, 0.07934631407260895, -0.16749316453933716, 0.02610146813094616, 0.0785089060664177, 0.038173776119947433, 0.06054163724184036, -0.03762788698077202, -0.06025369465351105, -0.019470538944005966, 0.02795473299920559, 0.005090195685625076, -0.006868775002658367, -0.009794561192393303, -0.02661960758268833, -0.1456691175699234, -0.03136439621448517, 0.1693487912416458, 0.028156019747257233, -0.07345856726169586, -0.12246968597173691, -0.030964508652687073, 0.07924742251634598, 0.02482938952744007, -0.03192312642931938, -0.048185694962739944, 0.028848282992839813, 0.08032485097646713, -0.026358602568507195, -0.09984103590250015, -0.045849744230508804, -0.08063356578350067, 0.12139938026666641, -0.00022090566926635802, 0.04796171933412552, 0.020250236615538597, 0.11216796934604645, -0.13139216601848602, -0.03431394323706627, -0.05342817306518555, -0.08338281512260437, -0.1945985108613968, 0.0032040171790868044, -0.044052474200725555, -0.051722876727581024, -0.05430995672941208, 0.12704864144325256, 0.00627106474712491, 0.021615156903862953, -0.05279465392231941, 0.05850212648510933, 0.11597339808940887, 0.0824042409658432, -0.04739582911133766, -0.05861898139119148, 0.009533979929983616, 0.041617121547460556, -0.009128197096288204, -0.006500047631561756, -0.08232248574495316, -0.03700398653745651, 0.03273376077413559, 0.014015908353030682, 0.037637367844581604, 0.028780044987797737, -0.08218405395746231, -0.00214538536965847, 0.13935348391532898, -0.0647658184170723, -0.020336685702204704, 0.035374853760004044, -0.10822369158267975, -0.07330639660358429, 0.09131065011024475, 0.054112762212753296, -0.013443179428577423, -0.016117459163069725, -0.052962515503168106, -0.011140646412968636, -0.068572998046875, -0.16164566576480865, 0.01478428952395916, 0.05806681513786316, -0.0888543426990509, -0.11656951904296875, -0.1573537141084671, -0.071621835231781, 0.01577959582209587, -0.0649743378162384, -0.0040293592028319836, -0.03064516931772232, 0.04541211202740669, -0.04407992213964462, 0.009307896718382835, -0.08244932442903519, -0.017175493761897087, -0.016348643228411674, -0.012849381193518639, 0.06826835125684738, -0.02438543178141117, 0.01635720580816269, -0.1329428255558014, 0.022910170257091522, -0.2742674946784973, 0.1392410546541214, -0.061302803456783295, -0.06095961108803749, -0.091731496155262, 0.0323333702981472, -0.015026412904262543, 0.05921480432152748, 0.0027009728364646435, 0.09334746748209, -0.2021528035402298, -0.0102626271545887, 0.1441015750169754, -0.12946400046348572, -0.04260143265128136, 0.10261955857276917, -0.07794611155986786, 0.13439179956912994, 0.09597448259592056, 0.1865699738264084, 0.07067862153053284, 0.003940786700695753, -0.0330042839050293, -0.0130702443420887, -0.04560481384396553, 0.14159823954105377, 0.0917559340596199, -0.04732687398791313, 0.056278713047504425, 0.0154349934309721, 0.011680008843541145, 0.02729838341474533, -0.005697134882211685, -0.018268117681145668, -0.0034526106901466846, -0.017136558890342712, 0.008462198078632355, -0.05765923857688904, -0.025042787194252014, 0.005543007981032133, -0.093422532081604, -0.015852339565753937, 0.049709517508745193, -0.0312601737678051, 0.012960135005414486, -0.03129050135612488, -0.00732154818251729, -0.03347406163811684, -0.040630798786878586, -0.21040067076683044, -0.1313513070344925, 0.05047032982110977, -0.12701836228370667, 0.09442973136901855, 0.10826589167118073, 0.014938519336283207, 0.07233116030693054, 0.00007904900121502578, 0.02718699723482132, 0.021907830610871315, -0.001852967543527484, -0.056394048035144806, -0.13542309403419495, -0.0402011014521122, -0.08819212019443512, 0.1067814826965332, -0.10328108817338943, -0.01748749054968357, -0.019850047305226326, 0.1325402557849884, 0.042799703776836395, -0.05514025688171387, 0.07058616727590561, 0.014626712538301945, -0.04596457630395889, -0.0012141173938289285, 0.0007622566190548241, -0.00862212385982275, -0.04691150039434433, 0.16729404032230377, -0.17940029501914978, -0.11534805595874786, 0.027059612795710564, 0.050642672926187515, -0.1194344162940979, -0.10944569110870361, -0.033266399055719376, -0.02757226675748825, -0.07343198359012604, -0.09534986317157745, 0.19601069390773773, 0.0515776164829731, 0.088009312748909, -0.051962047815322876, 0.011137251742184162, -0.008930067531764507, -0.007403446361422539, 0.0034161796793341637, 0.056644562631845474, 0.05401861295104027, -0.1413118988275528, 0.05565887689590454, -0.06792675703763962, 0.0834549143910408, 0.07443446666002274, 0.07197460532188416, -0.05155709758400917, -0.058512188494205475, 0.00037031315150670707, -0.0350068025290966, 0.04888298362493515, -0.1265309751033783, -0.0015116470167413354, 0.0462159588932991, 0.09352191537618637, 0.008757361210882664, -0.09876780956983566, 0.03625980764627457, 0.05975836142897606, 0.0027612140402197838, -0.04039992019534111, 0.003479087259620428, 0.016089405864477158, 0.0931919738650322, 0.014077957719564438, -0.04166477173566818, -0.019928736612200737, -0.059736985713243484, -0.13543148338794708, 0.16220775246620178, -0.10856170952320099, -0.3299553096294403, -0.11010348796844482, 0.002406517043709755, -0.010117183439433575, 0.021107755601406097, 0.03817648068070412, 0.06153668090701103, -0.04627373069524765, -0.107982337474823, 0.1042737290263176, -0.050163496285676956, -0.07459785044193268, -0.07706325501203537, 0.031872451305389404, -0.040619149804115295, -0.1496562957763672, 0.029242180287837982, 0.0030764935072511435, -0.043851353228092194, -0.014990882948040962, -0.024475332349538803, 0.04035481810569763, 0.11575200408697128, 0.05689990147948265, -0.03792276605963707, -0.053489863872528076, 0.20140741765499115, -0.04832886904478073, 0.09287646412849426, 0.033043988049030304, -0.09805595129728317, 0.05538235232234001, 0.13387970626354218, -0.004954632371664047, -0.03493189439177513, 0.05006149783730507, 0.0051076821982860565, -0.049779921770095825, -0.12468905001878738, -0.10831541568040848, -0.020956959575414658, 0.013277561403810978, 0.015806110575795174, 0.0038495115004479885, 0.03539794683456421, -0.005155172199010849, -0.03495437279343605, -0.039336908608675, 0.04750986769795418, 0.06731514632701874, 0.10537126660346985, -0.045340247452259064, 0.08885442465543747, -0.027424609288573265, 0.02122165635228157, 0.036536186933517456, 0.050450846552848816, 0.18003757297992706, -0.0326855294406414, 0.051478464156389236, 0.06559312343597412, 0.04020744934678078, 0.0500505156815052, 0.019387707114219666, 0.0026776024606078863, 0.04246904328465462, -0.08083373308181763, -0.04068627953529358, 0.026845447719097137, 0.10773469507694244, 0.03511262312531471, -0.0629151314496994, -0.016426175832748413, -0.06807450205087662, 0.023109663277864456, 0.03720907121896744, 0.12323009222745895, -0.1475088894367218, -0.08176135271787643, 0.028529636561870575, -0.06230388209223747, -0.05898473411798477, 0.0311199389398098, 0.0834132730960846, -0.10207989811897278, -0.003299013013020158, -0.0001479288621339947, 0.06404513120651245, -0.11781603842973709, -0.0025590660516172647, -0.05276140198111534, 0.00736644072458148, -0.0238203052431345, 0.06705605983734131, -0.10700362920761108, 0.1920739710330963, 0.005976771470159292, -0.041645634919404984, -0.08073607832193375, -0.00037488871021196246, -0.04797164723277092, 0.0064359973184764385, 0.11316557973623276, 0.01658165454864502, -0.013324500061571598, -0.04369990527629852, -0.06680348515510559, 0.026985617354512215, 0.04017289727926254, -0.12116966396570206, 0.0928729996085167, 0.03906916826963425, -0.0016018159221857786, 0.04142264649271965, 0.049390193074941635, -0.11329331994056702, -0.17803628742694855, 0.06636230647563934, -0.00674314983189106, 0.013737872242927551, -0.03202250227332115, -0.026019258424639702, 0.037291448563337326, 0.07552125304937363, -0.06377003341913223, -0.035109613090753555, -0.06754140555858612, 0.051794759929180145, 0.16393238306045532, -0.022535907104611397, 0.034189265221357346, -0.0230919998139143, 0.10677507519721985, -0.03522109240293503, -0.0379272885620594, 0.09837856888771057, -0.0835505872964859, -0.11784757673740387, -0.09834114462137222, 0.0846114382147789, 0.1104668453335762, 0.030121896415948868, 0.0069847265258431435, 0.06840561330318451, 0.018858307972550392, -0.050010256469249725, 0.03103373385965824, 0.11822832375764847, 0.014711572788655758, 0.1075059249997139, -0.014961100183427334, -0.11846105754375458, -0.04528895020484924, -0.03407634049654007, 0.11316408216953278, 0.14529283344745636, -0.08227966725826263, 0.16362516582012177, 0.1764470487833023, -0.08455894142389297, -0.13665074110031128, 0.012262815609574318, 0.07843802124261856, 0.05343441665172577, 0.08293410390615463, -0.1406344622373581, 0.04229823872447014, 0.06022246181964874, -0.015755750238895416, -0.03373081237077713, -0.29827621579170227, -0.10938580334186554, 0.011151609010994434, -0.02875586599111557, 0.05607530102133751, -0.05281350389122963, -0.01664179190993309, 0.0010855812579393387, -0.11580103635787964, 0.08352827280759811, 0.08403309434652328, 0.05665916949510574, 0.0160470400005579, 0.0989241749048233, 0.02497660182416439, -0.02749745175242424, 0.08482535928487778, 0.055340949445962906, 0.016760846599936485, -0.06123063340783119, -0.03191465511918068, 0.06851192563772202, -0.01162711251527071, 0.10214146971702576, 0.07560433447360992, 0.04370320960879326, -0.11019760370254517, -0.06957323104143143, -0.07857882976531982, 0.0373295359313488, -0.019495224580168724, -0.06101151183247566, -0.038647670298814774, 0.07545342296361923, 0.014548134990036488, -0.016100730746984482, -0.06708399206399918, -0.06990385055541992, 0.09696804732084274, 0.16068190336227417, 0.07680004835128784, 0.06850743293762207, -0.1361101120710373, 0.04300922527909279, -0.028435686603188515, 0.027307873591780663, -0.10936971753835678, 0.014140557497739792, 0.10018698871135712, 0.016999851912260056, 0.1272013932466507, 0.027498040348291397, -0.19318175315856934, 0.08472476899623871, 0.047134850174188614, -0.07820887118577957, -0.18000006675720215, 0.0010642954148352146, 0.05306036025285721, -0.052498959004879, -0.02493664063513279, 0.14850842952728271, -0.0547403022646904, -0.0373053178191185, -0.01913921907544136, 0.07168959826231003, 0.004243971314281225, 0.06999511271715164, -0.013709796592593193, 0.0414375476539135, -0.04937027767300606, 0.09619270265102386, 0.08640740066766739, -0.11571403592824936, 0.03856436908245087, 0.08458875119686127, -0.12695322930812836, -0.04924847185611725, -0.12299729883670807, 0.08663824945688248, -0.04925980418920517, -0.005608595907688141, -0.016428276896476746, -0.055102232843637466, 0.01487411092966795, 0.22185532748699188, 0.0009014547104015946, 0.057186614722013474, -0.02741689421236515, -0.033211447298526764, -0.018084364011883736, 0.07214794307947159, 0.0694437175989151, 0.001987928757444024, -0.03709585592150688, 0.09145596623420715, -0.0023202758748084307, -0.06037008389830589, -0.0007471846765838563, -0.09041043370962143, -0.11644809693098068, -0.009590182453393936, -0.1957962065935135, -0.05144571140408516, -0.0728587731719017, -0.024897824972867966, 0.014760912396013737, -0.06696908175945282, 0.0431792177259922, -0.004523975308984518, -0.06132461503148079, 0.0013063199585303664, -0.04509764909744263, 0.06221583113074303, -0.11558756232261658, -0.02754424884915352, 0.06066979467868805, -0.03777706250548363, 0.10604310780763626, 0.07145319133996964, -0.0519997701048851, -0.017685024067759514, -0.11666278541088104, 0.025496412068605423, 0.02074032463133335, 0.02085704728960991, 0.022662997245788574, -0.08749838173389435, -0.009916861541569233, -0.002856489270925522, 0.02874031849205494, -0.0032460412476211786, 0.10330908745527267, -0.06217826157808304, 0.011241691187024117, 0.056292615830898285, -0.03943529352545738, -0.07471709698438644, 0.004006545525044203, 0.06661508232355118, 0.10435784608125687, 0.06886754930019379, -0.0033453486394137144, 0.0782192200422287, -0.1477087289094925, -0.031685296446084976, -0.008819629438221455, 0.025708647444844246, 0.05785176157951355, -0.0576140396296978, 0.02273254469037056, 0.018443061038851738, 0.21194186806678772, 0.03936043754220009, 0.07210083305835724, 0.018285321071743965, -0.05088735744357109, 0.05442090332508087, 0.029940349981188774, -0.10554434359073639, 0.013314001262187958, -0.015127060003578663, -0.022061986848711967, 0.03681746870279312, -0.015570513904094696, -0.12753131985664368, 0.0461595319211483, 0.07387559860944748, 0.08990564942359924, -0.012346193194389343, 0.11061220616102219, -0.11518023163080215, -0.04870041087269783, -0.09614130109548569, -0.0435819998383522, 0.031824853271245956, -0.09737022966146469, 0.12023328989744186, 0.03662928193807602, -0.027617430314421654, 0.11597859114408493, -0.056042689830064774, -0.07246213406324387, -0.028638847172260284, -0.1604948490858078, -0.03555499389767647, -0.07272552698850632, -0.03229880332946777, -0.09147155284881592, 0.08303342759609222, 0.0680624395608902, 0.01675274409353733, 0.02923521399497986, 0.059735193848609924, -0.007424537092447281, -0.09945695102214813, 0.016290778294205666, -0.010549946688115597, 0.04791031777858734, 0.06594594568014145, 0.02927771583199501, 0.04382272809743881, 0.06566988676786423, 0.018334368243813515, 0.07048037648200989, 0.0042437417432665825, -0.02046441286802292, -0.06862647831439972, -0.068368099629879, -0.03889568895101547, -0.0033305841498076916, -0.04359712079167366, 0.16001732647418976, 0.06575901061296463, -0.04018025100231171, 0.0066366177052259445, 0.2747334837913513, -0.06182655692100525, -0.06558810919523239, -0.16296368837356567, 0.21616610884666443, -0.05157117173075676, 0.013531563803553581, -0.025193428620696068, -0.12478475272655487, 0.03079398162662983, 0.08860277384519577, 0.19457070529460907, 0.0015072313835844398, -0.02017972059547901, -0.00743847107514739, -0.007756357081234455, 0.021029291674494743, 0.04144921526312828, 0.0331742987036705, 0.332511305809021, -0.06714829057455063, 0.0884832814335823, -0.014123144559562206, 0.015797968953847885, 0.052585214376449585, 0.03903758153319359, -0.026533404365181923, 0.012748475186526775, -0.10130077600479126, 0.13549716770648956, -0.03112996183335781, -0.21479196846485138, -0.08586249500513077, -0.12941250205039978, -0.06913761049509048, -0.03756105154752731, 0.02914443053305149, -0.005069951992481947, 0.10564844310283661, 0.006745010614395142, -0.026306787505745888, 0.14883488416671753, 0.003969936165958643, -0.0878332257270813, -0.09869808703660965, 0.06531819701194763, -0.056210193783044815, 0.09243692457675934, -0.00045091871288605034, 0.15284134447574615, 0.08390543609857559, 0.04269370064139366, -0.09019890427589417, 0.017260804772377014, 0.01558325719088316, 0.04929891973733902, -0.037106335163116455, 0.14399340748786926, 0.008423788473010063, 0.18280233442783356, 0.04216286912560463, -0.16235311329364777, 0.10877904295921326, -0.028842659667134285, -0.04198925942182541, -0.10631582885980606, 0.02254914492368698, -0.030775973573327065, 0.17425376176834106, 0.10351944714784622, -0.03063245862722397, 0.010920347645878792, 0.017048614099621773, -0.017549943178892136, -0.020191121846437454, 0.08265166729688644, -0.026456745341420174, -0.17647850513458252, 0.014220385812222958, -0.002362104132771492, 0.04545241594314575, -0.23715759813785553, -0.08005710691213608, 0.046938955783843994, -0.040502406656742096, 0.06791162490844727, 0.09332286566495895, 0.05513641610741615, 0.04749921336770058, -0.04387917369604111, -0.08011631667613983, 0.05218241736292839, 0.14438296854496002, -0.07646441459655762, -0.0950343906879425 ]
037e5d881c20f5d54b7116b58130ab26f5eeaca0
# Dataset Card for HateOffensive ## 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/qanta/projects/diplomacy - **Repository** : https://github.com/DenisPeskov/2020_acl_diplomacy - **Paper** : http://users.umiacs.umd.edu/~jbg/docs/2020_acl_diplomacy.pdf - **Leaderboard** : - **Point of Contact** : ### Dataset Summary This dataset contains pairwise conversations annotated by the sender and the receiver for deception (and conversely truthfulness). The 17,289 messages are gathered from 12 games. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages English ## Dataset Structure ### Data Instances ``` { "messages": ["Greetings Sultan!\n\nAs your neighbor I would like to propose an alliance! What are your views on the board so far?", "I think an alliance would be great! Perhaps a dmz in the Black Sea would be a good idea to solidify this alliance?\n\nAs for my views on the board, my first moves will be Western into the Balkans and Mediterranean Sea.", "Sounds good lets call a dmz in the black sea", "What's our move this year?", "I've been away from the game for a while", "Not sure yet, what are your thoughts?", "Well I'm pretty worried about Germany attacking me (and Austria to a lesser extent) so im headed west. It looks like Italy's landing a army in Syr this fall unless you can stop it", "That sounds good to me. I'll move to defend against Italy while you move west. If it's not too much too ask, I'd like to request that you withdraw your fleet from bla.", "Oh sorry missed the msg to move out of bl sea ill do that this turn. I did bring my army down into Armenia, To help you expel the Italian. It looks like Austria and Italy are working together. If we have a chance in the region you should probably use smy to protect con. We can't afford to lose con.", "I'll defend con from both ank and smy.", "Hey sorry for stabbing you earlier, it was an especially hard choice since Turkey is usually my country of choice. It's cool we got to do this study huh?"], "sender_labels": [false, true, false, true, true, true, true, true, true, true, true], "receiver_labels": [true, true, true, true, true, true, true, true, true, true, "NOANNOTATION"], "speakers": ["russia", "turkey", "russia", "russia", "russia", "turkey", "russia", "turkey", "russia", "turkey", "russia"], "receivers": ["turkey", "russia", "turkey", "turkey", "turkey", "russia", "turkey", "russia", "turkey", "russia", "turkey"], "absolute_message_index": [78, 107, 145, 370, 371, 374, 415, 420, 495, 497, 717], "relative_message_index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "seasons": ["Spring", "Spring", "Spring", "Spring", "Spring", "Spring", "Fall", "Fall", "Spring", "Spring", "Fall"], "years": ["1901", "1901", "1901", "1902", "1902", "1902", "1902", "1902", "1903", "1903", "1905"], "game_score": ["4", "3", "4", "5", "5", "4", "5", "4", "5", "3", "7"], "game_score_delta": ["1", "-1", "1", "1", "1", "-1", "1", "-1", "2", "-2", "7"], "players": ["russia", "turkey"], "game_id": 10 } ``` ### Data Fields - speakers: the sender of the message (string format. Seven possible values: russia, turkey, england, austria, germany, france, italy) - receivers: the receiver of the message (string format. Seven possible values: russia, turkey, england, austria, germany, france, italy) - messages: the raw message string (string format. ranges in length from one word to paragraphs in length) - sender_labels: indicates if the sender of the message selected that the message is truthful, true, or deceptive, false. This is used for our ACTUAL_LIE calculation (true/false which can be bool or string format) - receiver_labels: indicates if the receiver of the message selected that the message is perceived as truthful, true, or deceptive, false. In <10% of the cases, no annotation was received. This is used for our SUSPECTED_LIE calculation (string format. true/false/"NOANNOTATION" ) - game_score: the current game score---supply centers---of the sender (string format that ranges can range from 0 to 18) - game_score_delta: the current game score---supply centers---of the sender minus the game score of the recipient (string format that ranges from -18 to 18) - absolute_message_index: the index the message is in the entire game, across all dialogs (int format) - relative_message_index: the index of the message in the current dialog (int format) - seasons: the season in Diplomacy, associated with the year (string format. Spring, Fall, Winter) - years: the year in Diplomacy, associated with the season (string format. 1901 through 1918) - game_id: which of the 12 games the dialog comes from (int format ranging from 1 to 12) ### Data Splits Train, Test and Validation splits ## 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 Unknown ### Citation Information @inproceedings{Peskov:Cheng:Elgohary:Barrow:Danescu-Niculescu-Mizil:Boyd-Graber-2020, Title = {It Takes Two to Lie: One to Lie and One to Listen}, Author = {Denis Peskov and Benny Cheng and Ahmed Elgohary and Joe Barrow and Cristian Danescu-Niculescu-Mizil and Jordan Boyd-Graber}, Booktitle = {Association for Computational Linguistics}, Year = {2020}, Location = {Seattle}, } ### Contributions Thanks to [@MisbahKhan789](https://github.com/MisbahKhan789) for adding this dataset.
diplomacy_detection
[ "task_categories:text-classification", "task_ids:intent-classification", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:n<1K", "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": ["n<1K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["intent-classification"], "pretty_name": "HateOffensive", "dataset_info": {"features": [{"name": "messages", "sequence": "string"}, {"name": "sender_labels", "sequence": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "receiver_labels", "sequence": {"class_label": {"names": {"0": "false", "1": "true", "2": "noannotation"}}}}, {"name": "speakers", "sequence": {"class_label": {"names": {"0": "italy", "1": "turkey", "2": "russia", "3": "england", "4": "austria", "5": "germany", "6": "france"}}}}, {"name": "receivers", "sequence": {"class_label": {"names": {"0": "italy", "1": "turkey", "2": "russia", "3": "england", "4": "austria", "5": "germany", "6": "france"}}}}, {"name": "absolute_message_index", "sequence": "int64"}, {"name": "relative_message_index", "sequence": "int64"}, {"name": "seasons", "sequence": {"class_label": {"names": {"0": "spring", "1": "fall", "2": "winter", "3": "Spring", "4": "Fall", "5": "Winter"}}}}, {"name": "years", "sequence": {"class_label": {"names": {"0": "1901", "1": "1902", "2": "1903", "3": "1904", "4": "1905", "5": "1906", "6": "1907", "7": "1908", "8": "1909", "9": "1910", "10": "1911", "11": "1912", "12": "1913", "13": "1914", "14": "1915", "15": "1916", "16": "1917", "17": "1918"}}}}, {"name": "game_score", "sequence": {"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"}}}}, {"name": "game_score_delta", "sequence": {"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": "-1", "20": "-2", "21": "-3", "22": "-4", "23": "-5", "24": "-6", "25": "-7", "26": "-8", "27": "-9", "28": "-10", "29": "-11", "30": "-12", "31": "-13", "32": "-14", "33": "-15", "34": "-16", "35": "-17", "36": "-18"}}}}, {"name": "players", "sequence": {"class_label": {"names": {"0": "italy", "1": "turkey", "2": "russia", "3": "england", "4": "austria", "5": "germany", "6": "france"}}}}, {"name": "game_id", "dtype": "int64"}], "splits": [{"name": "validation", "num_bytes": 254344, "num_examples": 21}, {"name": "train", "num_bytes": 2539778, "num_examples": 189}, {"name": "test", "num_bytes": 506191, "num_examples": 42}], "download_size": 3208706, "dataset_size": 3300313}}
2024-01-18T11:02:40+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-intent-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-unknown #region-us
# Dataset Card for HateOffensive ## 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 This dataset contains pairwise conversations annotated by the sender and the receiver for deception (and conversely truthfulness). The 17,289 messages are gathered from 12 games. ### Supported Tasks and Leaderboards ### Languages English ## Dataset Structure ### Data Instances ### Data Fields - speakers: the sender of the message (string format. Seven possible values: russia, turkey, england, austria, germany, france, italy) - receivers: the receiver of the message (string format. Seven possible values: russia, turkey, england, austria, germany, france, italy) - messages: the raw message string (string format. ranges in length from one word to paragraphs in length) - sender_labels: indicates if the sender of the message selected that the message is truthful, true, or deceptive, false. This is used for our ACTUAL_LIE calculation (true/false which can be bool or string format) - receiver_labels: indicates if the receiver of the message selected that the message is perceived as truthful, true, or deceptive, false. In <10% of the cases, no annotation was received. This is used for our SUSPECTED_LIE calculation (string format. true/false/"NOANNOTATION" ) - game_score: the current game score---supply centers---of the sender (string format that ranges can range from 0 to 18) - game_score_delta: the current game score---supply centers---of the sender minus the game score of the recipient (string format that ranges from -18 to 18) - absolute_message_index: the index the message is in the entire game, across all dialogs (int format) - relative_message_index: the index of the message in the current dialog (int format) - seasons: the season in Diplomacy, associated with the year (string format. Spring, Fall, Winter) - years: the year in Diplomacy, associated with the season (string format. 1901 through 1918) - game_id: which of the 12 games the dialog comes from (int format ranging from 1 to 12) ### Data Splits Train, Test and Validation 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 Unknown @inproceedings{Peskov:Cheng:Elgohary:Barrow:Danescu-Niculescu-Mizil:Boyd-Graber-2020, Title = {It Takes Two to Lie: One to Lie and One to Listen}, Author = {Denis Peskov and Benny Cheng and Ahmed Elgohary and Joe Barrow and Cristian Danescu-Niculescu-Mizil and Jordan Boyd-Graber}, Booktitle = {Association for Computational Linguistics}, Year = {2020}, Location = {Seattle}, } ### Contributions Thanks to @MisbahKhan789 for adding this dataset.
[ "# Dataset Card for HateOffensive", "## 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- Homepage : URL\n- Repository : URL\n- Paper : URL\n- Leaderboard : \n- Point of Contact :", "### Dataset Summary\nThis dataset contains pairwise conversations annotated by the sender and the receiver for deception (and conversely truthfulness). The 17,289 messages are gathered from 12 games.", "### Supported Tasks and Leaderboards", "### Languages\nEnglish", "## Dataset Structure", "### Data Instances", "### Data Fields\n- speakers: the sender of the message (string format. Seven possible values: russia, turkey, england, austria, germany, france, italy)\n- receivers: the receiver of the message (string format. Seven possible values: russia, turkey, england, austria, germany, france, italy)\n- messages: the raw message string (string format. ranges in length from one word to paragraphs in length)\n- sender_labels: indicates if the sender of the message selected that the message is truthful, true, or deceptive, false. This is used for our ACTUAL_LIE calculation (true/false which can be bool or string format)\n- receiver_labels: indicates if the receiver of the message selected that the message is perceived as truthful, true, or deceptive, false. In <10% of the cases, no annotation was received. This is used for our SUSPECTED_LIE calculation (string format. true/false/\"NOANNOTATION\" )\n- game_score: the current game score---supply centers---of the sender (string format that ranges can range from 0 to 18)\n- game_score_delta: the current game score---supply centers---of the sender minus the game score of the recipient (string format that ranges from -18 to 18)\n- absolute_message_index: the index the message is in the entire game, across all dialogs (int format)\n- relative_message_index: the index of the message in the current dialog (int format)\n- seasons: the season in Diplomacy, associated with the year (string format. Spring, Fall, Winter)\n- years: the year in Diplomacy, associated with the season (string format. 1901 through 1918)\n- game_id: which of the 12 games the dialog comes from (int format ranging from 1 to 12)", "### Data Splits\nTrain, Test and Validation 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\nUnknown\n\n\n@inproceedings{Peskov:Cheng:Elgohary:Barrow:Danescu-Niculescu-Mizil:Boyd-Graber-2020,\nTitle = {It Takes Two to Lie: One to Lie and One to Listen},\nAuthor = {Denis Peskov and Benny Cheng and Ahmed Elgohary and Joe Barrow and Cristian Danescu-Niculescu-Mizil and Jordan Boyd-Graber},\nBooktitle = {Association for Computational Linguistics},\nYear = {2020},\nLocation = {Seattle},\n}", "### Contributions\n\nThanks to @MisbahKhan789 for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-intent-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-unknown #region-us \n", "# Dataset Card for HateOffensive", "## 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- Homepage : URL\n- Repository : URL\n- Paper : URL\n- Leaderboard : \n- Point of Contact :", "### Dataset Summary\nThis dataset contains pairwise conversations annotated by the sender and the receiver for deception (and conversely truthfulness). The 17,289 messages are gathered from 12 games.", "### Supported Tasks and Leaderboards", "### Languages\nEnglish", "## Dataset Structure", "### Data Instances", "### Data Fields\n- speakers: the sender of the message (string format. Seven possible values: russia, turkey, england, austria, germany, france, italy)\n- receivers: the receiver of the message (string format. Seven possible values: russia, turkey, england, austria, germany, france, italy)\n- messages: the raw message string (string format. ranges in length from one word to paragraphs in length)\n- sender_labels: indicates if the sender of the message selected that the message is truthful, true, or deceptive, false. This is used for our ACTUAL_LIE calculation (true/false which can be bool or string format)\n- receiver_labels: indicates if the receiver of the message selected that the message is perceived as truthful, true, or deceptive, false. In <10% of the cases, no annotation was received. This is used for our SUSPECTED_LIE calculation (string format. true/false/\"NOANNOTATION\" )\n- game_score: the current game score---supply centers---of the sender (string format that ranges can range from 0 to 18)\n- game_score_delta: the current game score---supply centers---of the sender minus the game score of the recipient (string format that ranges from -18 to 18)\n- absolute_message_index: the index the message is in the entire game, across all dialogs (int format)\n- relative_message_index: the index of the message in the current dialog (int format)\n- seasons: the season in Diplomacy, associated with the year (string format. Spring, Fall, Winter)\n- years: the year in Diplomacy, associated with the season (string format. 1901 through 1918)\n- game_id: which of the 12 games the dialog comes from (int format ranging from 1 to 12)", "### Data Splits\nTrain, Test and Validation 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\nUnknown\n\n\n@inproceedings{Peskov:Cheng:Elgohary:Barrow:Danescu-Niculescu-Mizil:Boyd-Graber-2020,\nTitle = {It Takes Two to Lie: One to Lie and One to Listen},\nAuthor = {Denis Peskov and Benny Cheng and Ahmed Elgohary and Joe Barrow and Cristian Danescu-Niculescu-Mizil and Jordan Boyd-Graber},\nBooktitle = {Association for Computational Linguistics},\nYear = {2020},\nLocation = {Seattle},\n}", "### Contributions\n\nThanks to @MisbahKhan789 for adding this dataset." ]
[ 83, 10, 120, 27, 49, 10, 5, 6, 6, 430, 14, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 138, 19 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-intent-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-unknown #region-us \n# Dataset Card for HateOffensive## 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- Homepage : URL\n- Repository : URL\n- Paper : URL\n- Leaderboard : \n- Point of Contact :### Dataset Summary\nThis dataset contains pairwise conversations annotated by the sender and the receiver for deception (and conversely truthfulness). The 17,289 messages are gathered from 12 games.### Supported Tasks and Leaderboards### Languages\nEnglish## Dataset Structure### Data Instances" ]
[ 0.016724368557333946, 0.2639663815498352, -0.005910109728574753, 0.07392053306102753, 0.0741710513830185, 0.020590150728821754, 0.07512488961219788, 0.12474945932626724, 0.02882789447903633, 0.11500268429517746, -0.07400628924369812, 0.06738049536943436, 0.1290942132472992, 0.12086682766675949, -0.02312251552939415, -0.1504938006401062, 0.05325954779982567, -0.07075275480747223, -0.028050851076841354, 0.09846246987581253, 0.06513442099094391, -0.05922407656908035, 0.009151036851108074, -0.05035417154431343, -0.022404136136174202, 0.006349711678922176, -0.04096584394574165, -0.009816274046897888, 0.03323482722043991, 0.0033642370253801346, 0.09442830830812454, -0.037959031760692596, 0.007031057961285114, -0.2672528922557831, 0.03852490335702896, 0.06120571121573448, 0.04206724837422371, 0.021646978333592415, 0.05149233341217041, -0.012884634546935558, 0.011584421619772911, -0.11662160605192184, 0.10745110362768173, 0.10621817409992218, -0.10280731320381165, -0.1099623441696167, -0.12893499433994293, 0.02779223397374153, 0.09866645932197571, 0.04447771981358528, -0.0736658126115799, 0.11410245299339294, -0.03939827159047127, 0.005246358457952738, 0.05359631031751633, -0.0999564379453659, -0.07125093042850494, 0.0592428483068943, -0.04618465155363083, 0.07328303903341293, -0.11627156287431717, -0.006444787606596947, -0.01762719824910164, 0.02159564010798931, -0.05739828944206238, 0.007070506922900677, -0.016390226781368256, 0.03191762417554855, -0.055512916296720505, -0.04839343950152397, 0.1046990305185318, 0.015235434286296368, 0.0158383771777153, -0.23502562940120697, -0.04694020748138428, 0.07195582985877991, -0.07083023339509964, 0.024716174229979515, 0.026492899283766747, -0.01960911974310875, 0.06406998634338379, -0.007993809878826141, -0.039221521466970444, 0.009565246291458607, -0.011565914377570152, 0.008566441014409065, 0.00946800783276558, -0.005621804855763912, -0.025172535330057144, 0.09016698598861694, 0.09137409925460815, -0.14115002751350403, -0.04212246835231781, -0.09105921536684036, -0.17177364230155945, 0.002145242877304554, 0.0504300631582737, -0.022753817960619926, 0.11252720654010773, 0.1372402459383011, 0.03958472982048988, 0.09357896447181702, -0.13495345413684845, -0.02731703780591488, 0.08027264475822449, 0.08126314729452133, -0.006430177483707666, -0.10193997621536255, -0.017141209915280342, 0.08748862147331238, 0.04499627277255058, -0.01561386976391077, 0.01021932065486908, 0.08032846450805664, -0.07369674742221832, 0.10727276653051376, 0.12092458456754684, 0.0246437955647707, -0.1362616866827011, -0.023634938523173332, 0.12876760959625244, -0.14084786176681519, 0.0600159615278244, 0.06426764279603958, -0.02742820605635643, 0.042806416749954224, -0.03026929683983326, 0.012298472225666046, -0.059242770075798035, -0.01694648526608944, -0.057497136294841766, -0.04943670704960823, -0.10500256717205048, -0.049824707210063934, 0.12188443541526794, -0.002975597744807601, -0.057964619249105453, 0.032280243933200836, -0.0655272826552391, -0.04864949360489845, 0.02585076168179512, -0.09907937049865723, -0.04140440374612808, -0.07189773768186569, -0.03654856234788895, 0.047138508409261703, 0.03386060893535614, -0.026443472132086754, -0.051029834896326065, 0.0324818380177021, -0.08996235579252243, 0.03874022513628006, 0.08387783169746399, 0.028112826868891716, -0.06543425470590591, 0.035969894379377365, -0.18484815955162048, 0.1025005653500557, -0.20427308976650238, 0.034935470670461655, -0.0846543163061142, 0.0009343889541924, 0.09920907020568848, -0.004988863132894039, -0.030927518382668495, 0.15201601386070251, -0.18485721945762634, -0.06347931176424026, 0.1499919891357422, -0.11744082719087601, -0.08024245500564575, 0.05292825400829315, -0.047001320868730545, 0.024617675691843033, 0.05179251730442047, 0.08943125605583191, 0.059013731777668, -0.027597576379776, -0.02135361358523369, -0.07794908434152603, 0.04822511598467827, 0.18753744661808014, 0.05387983098626137, -0.06333255767822266, 0.14746855199337006, 0.010606913827359676, -0.009064611978828907, -0.003924091346561909, 0.011558054015040398, -0.07787473499774933, 0.033920180052518845, -0.00909621175378561, 0.02992897853255272, 0.03882860019803047, -0.05090085789561272, -0.0711773931980133, -0.09195271879434586, 0.05839605629444122, 0.05988961085677147, -0.013792486861348152, 0.010007255710661411, -0.09303485602140427, -0.03480127826333046, 0.055721480399370193, 0.02171967551112175, -0.16570301353931427, -0.21973936259746552, 0.04746156185865402, -0.047467026859521866, 0.07871845364570618, 0.01178794912993908, 0.0328136682510376, -0.04188038781285286, -0.04398224130272865, -0.04262185096740723, -0.06061464175581932, 0.0357789620757103, 0.02974758855998516, -0.21482963860034943, 0.005972149316221476, -0.06891873478889465, 0.11425435543060303, -0.062341079115867615, 0.005051288288086653, 0.13905738294124603, 0.19664376974105835, 0.05367814749479294, -0.07073326408863068, 0.05229790881276131, 0.002814394421875477, 0.010716943070292473, -0.0551205575466156, 0.014684949070215225, -0.05589539557695389, -0.005085892044007778, 0.03660920262336731, -0.04901460185647011, -0.04612245410680771, 0.1155913770198822, 0.13464106619358063, -0.007577703334391117, 0.04913054406642914, -0.04909467697143555, -0.013858800753951073, -0.06236041709780693, -0.10542847216129303, 0.053656965494155884, 0.08282090723514557, 0.039429064840078354, -0.06112578883767128, -0.09928792715072632, -0.04838750511407852, 0.021388450637459755, -0.05831750109791756, 0.1151355728507042, -0.010991708375513554, -0.19548998773097992, 0.1825345754623413, 0.03127340227365494, 0.1608498990535736, 0.1425885260105133, -0.1045970469713211, -0.05321812257170677, 0.02400965988636017, 0.0016306249890476465, 0.007808445952832699, 0.06949828565120697, -0.06608664244413376, 0.007809765171259642, 0.05774936079978943, -0.020958442240953445, -0.005119699519127607, -0.07939969748258591, -0.010860834270715714, 0.004788521211594343, -0.01207868754863739, -0.0040801698341965675, 0.028288479894399643, 0.07269236445426941, 0.11460024863481522, 0.031494300812482834, 0.08329638093709946, -0.0015686197439208627, -0.09974054247140884, -0.07357890158891678, 0.06155288964509964, -0.21452558040618896, -0.21023444831371307, -0.1104179322719574, -0.05718657001852989, -0.044904790818691254, -0.014819967560470104, -0.003592855529859662, -0.12980644404888153, -0.12892605364322662, -0.061344876885414124, 0.09879454225301743, 0.05940191075205803, -0.11879026889801025, 0.07695376873016357, 0.05848687142133713, -0.023109374567866325, -0.13498565554618835, 0.04746437817811966, 0.05176964029669762, -0.046180035918951035, -0.018174035474658012, -0.01182659063488245, 0.09398431330919266, 0.12592069804668427, 0.09701818227767944, -0.01094033196568489, -0.0573384165763855, 0.1934235394001007, -0.1459532231092453, 0.1605132818222046, 0.10415608435869217, -0.04646291956305504, 0.08542318642139435, 0.17697203159332275, 0.060930993407964706, -0.036215487867593765, 0.04809670150279999, 0.08433065563440323, 0.02014978788793087, -0.2973499298095703, -0.09831603616476059, -0.072715625166893, -0.007128790952265263, 0.07194345444440842, 0.059303928166627884, -0.005504697095602751, -0.0024284704122692347, -0.09621874988079071, -0.049728889018297195, 0.146392822265625, 0.05505404993891716, 0.10433486104011536, -0.0019626112189143896, 0.028480948880314827, -0.08863714337348938, -0.015195157378911972, 0.0963839590549469, 0.05277080461382866, 0.17765119671821594, 0.013164306059479713, 0.19325610995292664, 0.07129588723182678, -0.021374359726905823, -0.030981311574578285, 0.05578456446528435, 0.010716554708778858, 0.08111701160669327, -0.025167059153318405, -0.045317698270082474, -0.02671901322901249, 0.07828329503536224, 0.02889566868543625, -0.04644014686346054, 0.06306465715169907, -0.08205036073923111, 0.10691598057746887, 0.13210542500019073, 0.06575710326433182, -0.01663327030837536, -0.023687798529863358, 0.161838561296463, -0.0911286249756813, -0.10277185589075089, 0.034611526876688004, 0.054072532802820206, -0.12068147212266922, 0.11806830018758774, -0.025066310539841652, 0.12600766122341156, -0.03991551697254181, -0.030000420287251472, 0.02628513239324093, -0.0036583237815648317, -0.03257320076227188, 0.06981218606233597, -0.15589116513729095, 0.1457452028989792, 0.013400404714047909, -0.0037720196414738894, -0.07249385118484497, 0.07250197976827621, 0.02485065720975399, -0.0768485739827156, 0.11780476570129395, -0.009831232018768787, -0.051254164427518845, -0.0630824938416481, -0.03854700177907944, -0.012102235108613968, 0.057391081005334854, -0.11260389536619186, 0.09373994171619415, -0.009374917484819889, -0.01429267693310976, -0.03235285356640816, -0.10556356608867645, -0.05664364621043205, -0.21695879101753235, 0.020264383405447006, -0.05158069729804993, 0.02566637098789215, -0.06461022049188614, -0.04764241352677345, -0.09514987468719482, 0.12589974701404572, -0.10680043697357178, -0.12653540074825287, -0.1451510488986969, -0.01634148135781288, 0.1308368742465973, -0.012181962840259075, 0.08243758976459503, -0.03980974480509758, 0.1729113608598709, -0.04705555737018585, -0.07347758114337921, 0.04876489192247391, -0.015493854880332947, -0.20732879638671875, -0.041924912482500076, 0.1639338731765747, 0.08862308412790298, 0.03253345191478729, -0.02911851368844509, 0.07747316360473633, 0.04316675290465355, -0.09890127927064896, 0.05160725116729736, 0.09960469603538513, 0.0296612735837698, 0.07247895002365112, 0.026056043803691864, -0.14481696486473083, -0.09649571776390076, -0.014101309701800346, 0.06259143352508545, 0.1097850501537323, -0.02658608742058277, 0.1915520280599594, 0.008594564162194729, -0.09079848974943161, -0.2381676882505417, -0.02142774872481823, -0.007527302950620651, -0.028768301010131836, 0.031598303467035294, -0.20057590305805206, 0.0924258679151535, -0.015008071437478065, -0.01282430812716484, 0.009015084244310856, -0.12892194092273712, -0.09174351394176483, 0.009691489860415459, 0.06190305948257446, -0.187476247549057, -0.09984404593706131, -0.0739845559000969, -0.008275686763226986, -0.24546000361442566, 0.13465669751167297, -0.05174892768263817, -0.015277357771992683, 0.009691066108644009, 0.09265275299549103, 0.01867709495127201, -0.03677267208695412, 0.1527329981327057, 0.04249083623290062, 0.051506880670785904, -0.06462396681308746, -0.027500806376338005, 0.15421158075332642, -0.019308313727378845, 0.016660738736391068, 0.053220510482788086, -0.01621735654771328, -0.14529003202915192, -0.011712556704878807, -0.06922435760498047, -0.051243893802165985, -0.09619680792093277, -0.014157489873468876, -0.08783474564552307, 0.11217783391475677, 0.08429466187953949, -0.025610504671931267, 0.16495196521282196, -0.02877182886004448, 0.08850967139005661, 0.040592260658741, 0.15093059837818146, 0.08379755914211273, -0.07434830814599991, -0.0173824280500412, -0.019446339458227158, -0.027622994035482407, -0.17116881906986237, 0.07182130962610245, 0.09561416506767273, 0.014096353203058243, 0.09098668396472931, 0.0024315379559993744, -0.1737366020679474, 0.019532211124897003, 0.04524834826588631, -0.0301579087972641, -0.18944063782691956, 0.03889870271086693, 0.016348863020539284, -0.07317868620157242, -0.06897041946649551, 0.06081477180123329, 0.10196108371019363, -0.08008471131324768, 0.05597403272986412, 0.10366860777139664, 0.05202149227261543, 0.04657575115561485, -0.008790855295956135, 0.08049274235963821, -0.14604438841342926, 0.11447467654943466, 0.0967312902212143, -0.08415944129228592, 0.013828069902956486, 0.15558359026908875, -0.07258196920156479, -0.016688646748661995, 0.03935806080698967, 0.04949866980314255, 0.1228204071521759, -0.015131023712456226, -0.01712893322110176, -0.18773436546325684, 0.048821352422237396, 0.14467209577560425, 0.0017803008668124676, 0.06193153187632561, -0.007985256612300873, -0.02936187945306301, 0.008969862945377827, 0.17221114039421082, 0.011892116628587246, -0.005899590440094471, -0.059020791202783585, -0.11164259165525436, 0.007185795344412327, -0.05994201824069023, -0.008136066608130932, -0.01797352358698845, -0.12329500913619995, 0.04000449553132057, -0.11116944998502731, 0.008941629901528358, -0.0988679826259613, 0.010329112410545349, -0.032663390040397644, -0.06754247099161148, 0.01042110100388527, 0.026147417724132538, -0.08382124453783035, -0.02832573466002941, -0.005873285699635744, 0.11658881604671478, -0.1836370825767517, 0.010813071392476559, 0.10134117305278778, -0.10787645727396011, 0.10073184967041016, -0.02582181803882122, -0.023206310346722603, 0.0550929419696331, -0.12089916318655014, -0.03632153570652008, 0.008611236698925495, 0.06987868249416351, 0.04595157876610756, -0.1000700518488884, -0.02031644806265831, -0.01767949014902115, -0.07401734590530396, 0.04229827970266342, -0.015617990866303444, -0.07592101395130157, 0.05976255238056183, -0.013428090140223503, -0.09203171730041504, -0.0022570795845240355, 0.03262091055512428, 0.19013775885105133, -0.031371232122182846, 0.09335658699274063, -0.018704606220126152, 0.0958544984459877, -0.18541836738586426, -0.03154598921537399, 0.032363735139369965, -0.015355166979134083, -0.020917490124702454, -0.008634094148874283, 0.045831263065338135, -0.000561429769732058, 0.15375466644763947, -0.060499563813209534, 0.012184612452983856, 0.09767970442771912, 0.04546232894062996, -0.05297934636473656, 0.10106252133846283, 0.020603129640221596, -0.003083705436438322, -0.02120462991297245, 0.0523555763065815, -0.12518763542175293, -0.053880829364061356, -0.1246429979801178, 0.13432323932647705, 0.11035852134227753, 0.18738272786140442, -0.03987366333603859, 0.07511011511087418, -0.027459945529699326, -0.06749344617128372, 0.11711597442626953, -0.05081690475344658, -0.02089628018438816, -0.09616319835186005, 0.09033823758363724, 0.00839194469153881, -0.16769206523895264, 0.10979684442281723, -0.09307756274938583, -0.03536921367049217, -0.0327138751745224, -0.10859201848506927, -0.07179828733205795, -0.05878246948122978, 0.02201971411705017, -0.12817704677581787, 0.062401462346315384, 0.06356265395879745, 0.018389498814940453, -0.013932845555245876, 0.0685320794582367, 0.0013273601653054357, -0.04316134378314018, 0.07161527127027512, 0.05194181576371193, -0.004656993318349123, 0.042085856199264526, 0.03635450825095177, -0.00958088506013155, 0.13925403356552124, 0.047102272510528564, 0.09382995218038559, -0.06263960152864456, 0.005939651280641556, -0.07145750522613525, -0.06842324882745743, 0.05267106741666794, -0.0071249487809836864, -0.08291300386190414, 0.13808183372020721, 0.0377037338912487, 0.043199796229600906, -0.0029530555475503206, 0.1761549711227417, -0.024622028693556786, -0.12180431187152863, -0.15964341163635254, 0.11462391912937164, -0.06842357665300369, 0.003473307006061077, 0.07988192141056061, -0.16755296289920807, -0.04392314329743385, 0.10830726474523544, 0.13405269384384155, -0.02327774092555046, -0.007252700626850128, -0.03762933239340782, 0.03335827589035034, -0.010599768720567226, 0.05019049346446991, 0.036629095673561096, 0.13471123576164246, -0.05804598703980446, -0.043420661240816116, -0.008571780286729336, -0.10396032780408859, -0.02190171368420124, 0.08992663025856018, 0.03251377493143082, -0.016938161104917526, -0.09516765922307968, 0.1446046382188797, -0.12256371229887009, -0.1813735067844391, 0.07514313608407974, -0.13365794718265533, -0.14365379512310028, -0.009731445461511612, 0.08445531129837036, -0.017744097858667374, 0.011308952234685421, 0.09945947676897049, -0.0484582893550396, 0.22161367535591125, 0.03596798703074455, -0.04047384485602379, -0.008641263470053673, 0.11277450621128082, -0.20033587515354156, 0.1770404875278473, 0.011432839557528496, -0.00029474409529939294, 0.08817841112613678, -0.06835518777370453, -0.09994544088840485, 0.02168511413037777, 0.10253846645355225, -0.05376453325152397, -0.049658652395009995, 0.15646329522132874, 0.02282041683793068, 0.1448603719472885, 0.09896931797266006, -0.06571247428655624, 0.029845725744962692, 0.04083830490708351, -0.08779510855674744, -0.08689332008361816, 0.08776239305734634, -0.12680481374263763, 0.09430832415819168, 0.10945548862218857, -0.05536023899912834, 0.048158496618270874, -0.00490996427834034, -0.0036297659389674664, -0.08374011516571045, 0.16033022105693817, 0.0015100195305421948, -0.12341137230396271, -0.001657957211136818, -0.04966934770345688, 0.0747905746102333, -0.1646067500114441, -0.044056184589862823, -0.03347305208444595, 0.008792652748525143, -0.08389266580343246, 0.1225048154592514, 0.04398529604077339, -0.03206421807408333, -0.026112882420420647, -0.15497855842113495, 0.05087136849761009, 0.13390207290649414, -0.026298344135284424, 0.07040891796350479 ]
e5cf51239ba33985542bddaf35a6549c1397b537
# Dataset Card for Disaster Response Messages ## 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:** [HomePage](https://appen.com/datasets/combined-disaster-response-data/) - **Repository:** [Repo to Download the Dataset](https://datasets.appen.com/appen_datasets/disaster_response_data/disaster_response_messages_training.csv) - **Paper: - **Leaderboard: - **Point of Contact:** [Darshan Gandhi](darshangandhi1151@gmail.com) ### Dataset Summary This dataset contains 30,000 messages drawn from events including an earthquake in Haiti in 2010, an earthquake in Chile in 2010, floods in Pakistan in 2010, super-storm Sandy in the U.S.A. in 2012, and news articles spanning a large number of years and 100s of different disasters. The data has been encoded with 36 different categories related to disaster response and has been stripped of messages with sensitive information in their entirety. Upon release, this is the featured dataset of a new Udacity course on Data Science and the AI4ALL summer school and is especially utile for text analytics and natural language processing (NLP) tasks and models.The input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the “Data” tab above, you’ll find the annotated data, with 40 class labels for intent and content. ### Supported Tasks and Leaderboards The input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the dataset, you’ll find the annotated data, with 40 class labels for intent and content. This dataset contains the original message in its original language, the English translation, and dozens of classes for message content. These classes are noted in column titles with a simple binary 1= yes, 0=no. ### Languages The dataset is a multilingual dataset which has the messages in the original language and also it's translated English form. ## Dataset Structure ### Data Instances The dataset consists of a message in English and also it's original language form. Adding on, there are 40 labels which help to understand more about the exact essence of the message. Example of a Disaster Response : { 'split': 'train', 'message': 'Weather update - a cold front from Cuba that could pass over Haiti', 'original': 'Un front froid se retrouve sur Cuba ce matin. Il pourrait traverser Haiti demain. Des averses de pluie isolee sont encore prevues sur notre region ce soi', 'genre': 'direct', 'related': 1, 'PII': 0, 'request': 0, 'offer': 0, 'aid_related': 0, 'medical_help': 0, 'medical_products': 0, 'search_and_rescue': 0, 'security': 0, 'military': 0, 'child_alone': 0, 'water': 0, 'food': 0, 'shelter': 0, 'clothing': 0, 'money': 0, 'missing_people': 0, 'refugees': 0, 'death': 0, 'other_aid': 0, 'infrastructure_related': 0, 'transport': 0, 'buildings': 0, 'electricity': 0, 'tools': 0, 'hospitals': 0, 'shops': 0, 'aid_centers': 0, 'other_infrastructure': 0, 'weather_related': 0, 'floods': 0, 'storm': 0, 'fire': 0, 'earthquake': 0, 'cold': 0, 'other_weather': 0, 'direct_report': 0} ### Data Fields *split: Train, Test split</br> *message: English text of actual messages related to disaster </br> *original: Text of column 3 in native language as originally written</br> *genre: Type of message, including direct messages, social posting, and news stories or bulletins</br> *related: Is the message disaster related? 1= yes, 0=no, 2=maybe</br> *PII: Does the message contain PII? 1= yes, 0=no </br> *request: Does the message contain a request? 1= yes, 0=no </br> *offer: Does the message contain an offer? 1= yes, 0=no </br> *aid_related: Is the message aid related? 1= yes, 0=no </br> *medical_help: Does the message concern medical help? 1= yes, 0=no </br> *medical_products: Does the message concern medical products? 1= yes, 0=no </br> *search_and_rescue: Does the message concern search and rescue? 1= yes, 0=no </br> *security: Does the message concern security? 1= yes, 0=no </br> *military: Does the message concern military? 1= yes, 0=no </br> *child_alone: Does the message mention a child alone? 1= yes, 0=no</br> *water: Does the message concern water? 1= yes, 0=no</br> *food: Does the message concern food? 1= yes, 0=no </br> *shelter: Does the message concern shelter? 1= yes, 0=no </br> *clothing: Does the message concern clothing? 1= yes, 0=no </br> *money: Does the message concern money? 1= yes, 0=no </br> *missing_people: Does the message indicate missing people? 1= yes, 0=no</br> *refugees: Does the message concern refugess? 1= yes, 0=no</br> *death: Does the message imply death? 1= yes, 0=no </br> *other_aid: Is there any other aid needed? 1=yes, 0=no </br> *infrastructure_related: Does the message concern infrastructure? 1= yes, 0=no </br> *transport: Does the message concern transport? 1= yes, 0=no </br> *buildings: Does the message concern buildings? 1= yes, 0=no </br> *electricity: Does the message concern electricity? 1= yes, 0=no </br> *tools: Does the message concern tools? 1= yes, 0=no </br> *hospitals: Does the message concern clothing? 1= yes, 0=no </br> *shops: Does the message concern clothing? 1= yes, 0=no </br> *aid_centers:Does the message concern clothing? 1= yes, 0=no </br> *other_infrastructure:Does the message concern clothing? 1= yes, 0=no </br> *weather_related: Does the message concern weather? 1= yes, 0=no</br> *floods: Does the message indicate there was a flood? 1= yes, 0=no</br> *storm: Does the message indicate there was a storm? 1= yes, 0=no </br> *fire: Does the message indicate there was a fire? 1= yes, 0=no</br> *earthquake: Does the message indicate there was an earthquake? 1= yes, 0=no</br> *cold: Does the message indicate there was a cold? 1= yes, 0=no</br> *other_weather: Does the message indicate there was other weather issues? 1= yes, 0=no</br> *direct_report: Does the show a direct report? 1= yes, 0=no ### Data Splits |train|test |validation| |:----:|:-----------:|:----:| |21046|2629|2573| ## Dataset Creation ### Curation Rationale The dataset was built to understand about the sentiments of the citizens and also more about want was the emergency about and what kind of help they were seeking ### 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 The dataset has a great usecase of understand more about the sentiments of the citizens around the globe during a disaster and how their responses are. Also, it helps the government to understand their citizens better and would eventually help to draft better policies accordingly. ### Discussion of Biases The messages since have been translated in English may not be able to judically imply the exact significance of the individual when they would have posted the message ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators The dataset was initially created by [Appen](https://appen.com/) ### Licensing Information [More Information Needed] ### Citation Information [Multilingual Disaster Response Messages](https://appen.com/datasets/combined-disaster-response-data/) ### Contributions Thanks to [@darshan-gandhi](https://github.com/darshan-gandhi) for adding this dataset.
disaster_response_messages
[ "task_categories:text2text-generation", "task_categories:text-classification", "task_ids:intent-classification", "task_ids:sentiment-classification", "task_ids:text-simplification", "annotations_creators:expert-generated", "language_creators:crowdsourced", "multilinguality:multilingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "language:es", "language:fr", "language:ht", "language:ur", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced"], "language": ["en", "es", "fr", "ht", "ur"], "license": ["unknown"], "multilinguality": ["multilingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text2text-generation", "text-classification"], "task_ids": ["intent-classification", "sentiment-classification", "text-simplification"], "pretty_name": "Disaster Response Messages", "dataset_info": {"features": [{"name": "split", "dtype": "string"}, {"name": "message", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "genre", "dtype": "string"}, {"name": "related", "dtype": {"class_label": {"names": {"0": "false", "1": "true", "2": "maybe"}}}}, {"name": "PII", "dtype": "int8"}, {"name": "request", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "offer", "dtype": "int8"}, {"name": "aid_related", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "medical_help", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "medical_products", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "search_and_rescue", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "security", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "military", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "child_alone", "dtype": "int8"}, {"name": "water", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "food", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "shelter", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "clothing", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "money", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "missing_people", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "refugees", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "death", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "other_aid", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "infrastructure_related", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "transport", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "buildings", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "electricity", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "tools", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "hospitals", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "shops", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "aid_centers", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "other_infrastructure", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "weather_related", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "floods", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "storm", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "fire", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "earthquake", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "cold", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "other_weather", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "direct_report", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}], "splits": [{"name": "train", "num_bytes": 10060799, "num_examples": 21046}, {"name": "test", "num_bytes": 1253810, "num_examples": 2629}, {"name": "validation", "num_bytes": 1266874, "num_examples": 2573}], "download_size": 7201807, "dataset_size": 12581483}}
2024-01-18T11:02:41+00:00
[]
[ "en", "es", "fr", "ht", "ur" ]
TAGS #task_categories-text2text-generation #task_categories-text-classification #task_ids-intent-classification #task_ids-sentiment-classification #task_ids-text-simplification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-multilingual #size_categories-10K<n<100K #source_datasets-original #language-English #language-Spanish #language-French #language-Haitian #language-Urdu #license-unknown #region-us
Dataset Card for Disaster Response Messages =========================================== 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: HomePage * Repository: Repo to Download the Dataset * Paper: * Leaderboard: * Point of Contact: Darshan Gandhi ### Dataset Summary This dataset contains 30,000 messages drawn from events including an earthquake in Haiti in 2010, an earthquake in Chile in 2010, floods in Pakistan in 2010, super-storm Sandy in the U.S.A. in 2012, and news articles spanning a large number of years and 100s of different disasters. The data has been encoded with 36 different categories related to disaster response and has been stripped of messages with sensitive information in their entirety. Upon release, this is the featured dataset of a new Udacity course on Data Science and the AI4ALL summer school and is especially utile for text analytics and natural language processing (NLP) tasks and models.The input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the “Data” tab above, you’ll find the annotated data, with 40 class labels for intent and content. ### Supported Tasks and Leaderboards The input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the dataset, you’ll find the annotated data, with 40 class labels for intent and content. This dataset contains the original message in its original language, the English translation, and dozens of classes for message content. These classes are noted in column titles with a simple binary 1= yes, 0=no. ### Languages The dataset is a multilingual dataset which has the messages in the original language and also it's translated English form. Dataset Structure ----------------- ### Data Instances The dataset consists of a message in English and also it's original language form. Adding on, there are 40 labels which help to understand more about the exact essence of the message. Example of a Disaster Response : { 'split': 'train', 'message': 'Weather update - a cold front from Cuba that could pass over Haiti', 'original': 'Un front froid se retrouve sur Cuba ce matin. Il pourrait traverser Haiti demain. Des averses de pluie isolee sont encore prevues sur notre region ce soi', 'genre': 'direct', 'related': 1, 'PII': 0, 'request': 0, 'offer': 0, 'aid\_related': 0, 'medical\_help': 0, 'medical\_products': 0, 'search\_and\_rescue': 0, 'security': 0, 'military': 0, 'child\_alone': 0, 'water': 0, 'food': 0, 'shelter': 0, 'clothing': 0, 'money': 0, 'missing\_people': 0, 'refugees': 0, 'death': 0, 'other\_aid': 0, 'infrastructure\_related': 0, 'transport': 0, 'buildings': 0, 'electricity': 0, 'tools': 0, 'hospitals': 0, 'shops': 0, 'aid\_centers': 0, 'other\_infrastructure': 0, 'weather\_related': 0, 'floods': 0, 'storm': 0, 'fire': 0, 'earthquake': 0, 'cold': 0, 'other\_weather': 0, 'direct\_report': 0} ### Data Fields \*split: Train, Test split \*message: English text of actual messages related to disaster \*original: Text of column 3 in native language as originally written \*genre: Type of message, including direct messages, social posting, and news stories or bulletins \*related: Is the message disaster related? 1= yes, 0=no, 2=maybe \*PII: Does the message contain PII? 1= yes, 0=no \*request: Does the message contain a request? 1= yes, 0=no \*offer: Does the message contain an offer? 1= yes, 0=no \*aid\_related: Is the message aid related? 1= yes, 0=no \*medical\_help: Does the message concern medical help? 1= yes, 0=no \*medical\_products: Does the message concern medical products? 1= yes, 0=no \*search\_and\_rescue: Does the message concern search and rescue? 1= yes, 0=no \*security: Does the message concern security? 1= yes, 0=no \*military: Does the message concern military? 1= yes, 0=no \*child\_alone: Does the message mention a child alone? 1= yes, 0=no \*water: Does the message concern water? 1= yes, 0=no \*food: Does the message concern food? 1= yes, 0=no \*shelter: Does the message concern shelter? 1= yes, 0=no \*clothing: Does the message concern clothing? 1= yes, 0=no \*money: Does the message concern money? 1= yes, 0=no \*missing\_people: Does the message indicate missing people? 1= yes, 0=no \*refugees: Does the message concern refugess? 1= yes, 0=no \*death: Does the message imply death? 1= yes, 0=no \*other\_aid: Is there any other aid needed? 1=yes, 0=no \*infrastructure\_related: Does the message concern infrastructure? 1= yes, 0=no \*transport: Does the message concern transport? 1= yes, 0=no \*buildings: Does the message concern buildings? 1= yes, 0=no \*electricity: Does the message concern electricity? 1= yes, 0=no \*tools: Does the message concern tools? 1= yes, 0=no \*hospitals: Does the message concern clothing? 1= yes, 0=no \*shops: Does the message concern clothing? 1= yes, 0=no \*aid\_centers:Does the message concern clothing? 1= yes, 0=no \*other\_infrastructure:Does the message concern clothing? 1= yes, 0=no \*weather\_related: Does the message concern weather? 1= yes, 0=no \*floods: Does the message indicate there was a flood? 1= yes, 0=no \*storm: Does the message indicate there was a storm? 1= yes, 0=no \*fire: Does the message indicate there was a fire? 1= yes, 0=no \*earthquake: Does the message indicate there was an earthquake? 1= yes, 0=no \*cold: Does the message indicate there was a cold? 1= yes, 0=no \*other\_weather: Does the message indicate there was other weather issues? 1= yes, 0=no \*direct\_report: Does the show a direct report? 1= yes, 0=no ### Data Splits Dataset Creation ---------------- ### Curation Rationale The dataset was built to understand about the sentiments of the citizens and also more about want was the emergency about and what kind of help they were seeking ### 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 The dataset has a great usecase of understand more about the sentiments of the citizens around the globe during a disaster and how their responses are. Also, it helps the government to understand their citizens better and would eventually help to draft better policies accordingly. ### Discussion of Biases The messages since have been translated in English may not be able to judically imply the exact significance of the individual when they would have posted the message ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators The dataset was initially created by Appen ### Licensing Information Multilingual Disaster Response Messages ### Contributions Thanks to @darshan-gandhi for adding this dataset.
[ "### Dataset Summary\n\n\nThis dataset contains 30,000 messages drawn from events including an earthquake in Haiti in 2010, an earthquake in Chile in 2010, floods in Pakistan in 2010, super-storm Sandy in the U.S.A. in 2012, and news articles spanning a large number of years and 100s of different disasters. The data has been encoded with 36 different categories related to disaster response and has been stripped of messages with sensitive information in their entirety. Upon release, this is the featured dataset of a new Udacity course on Data Science and the AI4ALL summer school and is especially utile for text analytics and natural language processing (NLP) tasks and models.The input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the “Data” tab above, you’ll find the annotated data, with 40 class labels for intent and content.", "### Supported Tasks and Leaderboards\n\n\nThe input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the dataset, you’ll find the annotated data, with 40 class labels for intent and content. This dataset contains the original message in its original language, the English translation, and dozens of classes for message content. These classes are noted in column titles with a simple binary 1= yes, 0=no.", "### Languages\n\n\nThe dataset is a multilingual dataset which has the messages in the original language and also it's translated English form.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe dataset consists of a message in English and also it's original language form. Adding on, there are 40 labels which help to understand more about the exact essence of the message.\n\n\nExample of a Disaster Response : { 'split': 'train', 'message': 'Weather update - a cold front from Cuba that could pass over Haiti', 'original': 'Un front froid se retrouve sur Cuba ce matin. Il pourrait traverser Haiti demain. Des averses de pluie isolee sont encore prevues sur notre region ce soi', 'genre': 'direct', 'related': 1, 'PII': 0, 'request': 0, 'offer': 0, 'aid\\_related': 0, 'medical\\_help': 0, 'medical\\_products': 0, 'search\\_and\\_rescue': 0, 'security': 0, 'military': 0, 'child\\_alone': 0, 'water': 0, 'food': 0, 'shelter': 0, 'clothing': 0, 'money': 0, 'missing\\_people': 0, 'refugees': 0, 'death': 0, 'other\\_aid': 0, 'infrastructure\\_related': 0, 'transport': 0, 'buildings': 0, 'electricity': 0, 'tools': 0, 'hospitals': 0, 'shops': 0, 'aid\\_centers': 0, 'other\\_infrastructure': 0, 'weather\\_related': 0, 'floods': 0, 'storm': 0, 'fire': 0, 'earthquake': 0, 'cold': 0, 'other\\_weather': 0, 'direct\\_report': 0}", "### Data Fields\n\n\n\\*split: Train, Test split\n\\*message: English text of actual messages related to disaster \n\\*original: Text of column 3 in native language as originally written\n\\*genre: Type of message, including direct messages, social posting, and news stories or bulletins\n\\*related: Is the message disaster related? 1= yes, 0=no, 2=maybe\n\\*PII: Does the message contain PII? 1= yes, 0=no \n\\*request: Does the message contain a request? 1= yes, 0=no \n\\*offer: Does the message contain an offer? 1= yes, 0=no \n\\*aid\\_related: Is the message aid related? 1= yes, 0=no \n\\*medical\\_help: Does the message concern medical help? 1= yes, 0=no \n\\*medical\\_products: Does the message concern medical products? 1= yes, 0=no \n\\*search\\_and\\_rescue: Does the message concern search and rescue? 1= yes, 0=no \n\\*security: Does the message concern security? 1= yes, 0=no \n\\*military: Does the message concern military? 1= yes, 0=no \n\\*child\\_alone: Does the message mention a child alone? 1= yes, 0=no\n\\*water: Does the message concern water? 1= yes, 0=no\n\\*food: Does the message concern food? 1= yes, 0=no \n\\*shelter: Does the message concern shelter? 1= yes, 0=no \n\\*clothing: Does the message concern clothing? 1= yes, 0=no \n\\*money: Does the message concern money? 1= yes, 0=no \n\\*missing\\_people: Does the message indicate missing people? 1= yes, 0=no\n\\*refugees: Does the message concern refugess? 1= yes, 0=no\n\\*death: Does the message imply death? 1= yes, 0=no \n\\*other\\_aid: Is there any other aid needed? 1=yes, 0=no \n\\*infrastructure\\_related: Does the message concern infrastructure? 1= yes, 0=no \n\\*transport: Does the message concern transport? 1= yes, 0=no \n\\*buildings: Does the message concern buildings? 1= yes, 0=no \n\\*electricity: Does the message concern electricity? 1= yes, 0=no \n\\*tools: Does the message concern tools? 1= yes, 0=no \n\\*hospitals: Does the message concern clothing? 1= yes, 0=no \n\\*shops: Does the message concern clothing? 1= yes, 0=no \n\\*aid\\_centers:Does the message concern clothing? 1= yes, 0=no \n\\*other\\_infrastructure:Does the message concern clothing? 1= yes, 0=no \n\\*weather\\_related: Does the message concern weather? 1= yes, 0=no\n\\*floods: Does the message indicate there was a flood? 1= yes, 0=no\n\\*storm: Does the message indicate there was a storm? 1= yes, 0=no \n\\*fire: Does the message indicate there was a fire? 1= yes, 0=no\n\\*earthquake: Does the message indicate there was an earthquake? 1= yes, 0=no\n\\*cold: Does the message indicate there was a cold? 1= yes, 0=no\n\\*other\\_weather: Does the message indicate there was other weather issues? 1= yes, 0=no\n\\*direct\\_report: Does the show a direct report? 1= yes, 0=no", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was built to understand about the sentiments of the citizens and also more about want was the emergency about and what kind of help they were seeking", "### 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\n\n\nThe dataset has a great usecase of understand more about the sentiments of the citizens around the globe during a disaster and how their responses are. Also, it helps the government to understand their citizens better and would eventually help to draft better policies accordingly.", "### Discussion of Biases\n\n\nThe messages since have been translated in English may not be able to judically imply the exact significance of the individual when they would have posted the message", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe dataset was initially created by Appen", "### Licensing Information\n\n\nMultilingual Disaster Response Messages", "### Contributions\n\n\nThanks to @darshan-gandhi for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #task_categories-text-classification #task_ids-intent-classification #task_ids-sentiment-classification #task_ids-text-simplification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-multilingual #size_categories-10K<n<100K #source_datasets-original #language-English #language-Spanish #language-French #language-Haitian #language-Urdu #license-unknown #region-us \n", "### Dataset Summary\n\n\nThis dataset contains 30,000 messages drawn from events including an earthquake in Haiti in 2010, an earthquake in Chile in 2010, floods in Pakistan in 2010, super-storm Sandy in the U.S.A. in 2012, and news articles spanning a large number of years and 100s of different disasters. The data has been encoded with 36 different categories related to disaster response and has been stripped of messages with sensitive information in their entirety. Upon release, this is the featured dataset of a new Udacity course on Data Science and the AI4ALL summer school and is especially utile for text analytics and natural language processing (NLP) tasks and models.The input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the “Data” tab above, you’ll find the annotated data, with 40 class labels for intent and content.", "### Supported Tasks and Leaderboards\n\n\nThe input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the dataset, you’ll find the annotated data, with 40 class labels for intent and content. This dataset contains the original message in its original language, the English translation, and dozens of classes for message content. These classes are noted in column titles with a simple binary 1= yes, 0=no.", "### Languages\n\n\nThe dataset is a multilingual dataset which has the messages in the original language and also it's translated English form.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe dataset consists of a message in English and also it's original language form. Adding on, there are 40 labels which help to understand more about the exact essence of the message.\n\n\nExample of a Disaster Response : { 'split': 'train', 'message': 'Weather update - a cold front from Cuba that could pass over Haiti', 'original': 'Un front froid se retrouve sur Cuba ce matin. Il pourrait traverser Haiti demain. Des averses de pluie isolee sont encore prevues sur notre region ce soi', 'genre': 'direct', 'related': 1, 'PII': 0, 'request': 0, 'offer': 0, 'aid\\_related': 0, 'medical\\_help': 0, 'medical\\_products': 0, 'search\\_and\\_rescue': 0, 'security': 0, 'military': 0, 'child\\_alone': 0, 'water': 0, 'food': 0, 'shelter': 0, 'clothing': 0, 'money': 0, 'missing\\_people': 0, 'refugees': 0, 'death': 0, 'other\\_aid': 0, 'infrastructure\\_related': 0, 'transport': 0, 'buildings': 0, 'electricity': 0, 'tools': 0, 'hospitals': 0, 'shops': 0, 'aid\\_centers': 0, 'other\\_infrastructure': 0, 'weather\\_related': 0, 'floods': 0, 'storm': 0, 'fire': 0, 'earthquake': 0, 'cold': 0, 'other\\_weather': 0, 'direct\\_report': 0}", "### Data Fields\n\n\n\\*split: Train, Test split\n\\*message: English text of actual messages related to disaster \n\\*original: Text of column 3 in native language as originally written\n\\*genre: Type of message, including direct messages, social posting, and news stories or bulletins\n\\*related: Is the message disaster related? 1= yes, 0=no, 2=maybe\n\\*PII: Does the message contain PII? 1= yes, 0=no \n\\*request: Does the message contain a request? 1= yes, 0=no \n\\*offer: Does the message contain an offer? 1= yes, 0=no \n\\*aid\\_related: Is the message aid related? 1= yes, 0=no \n\\*medical\\_help: Does the message concern medical help? 1= yes, 0=no \n\\*medical\\_products: Does the message concern medical products? 1= yes, 0=no \n\\*search\\_and\\_rescue: Does the message concern search and rescue? 1= yes, 0=no \n\\*security: Does the message concern security? 1= yes, 0=no \n\\*military: Does the message concern military? 1= yes, 0=no \n\\*child\\_alone: Does the message mention a child alone? 1= yes, 0=no\n\\*water: Does the message concern water? 1= yes, 0=no\n\\*food: Does the message concern food? 1= yes, 0=no \n\\*shelter: Does the message concern shelter? 1= yes, 0=no \n\\*clothing: Does the message concern clothing? 1= yes, 0=no \n\\*money: Does the message concern money? 1= yes, 0=no \n\\*missing\\_people: Does the message indicate missing people? 1= yes, 0=no\n\\*refugees: Does the message concern refugess? 1= yes, 0=no\n\\*death: Does the message imply death? 1= yes, 0=no \n\\*other\\_aid: Is there any other aid needed? 1=yes, 0=no \n\\*infrastructure\\_related: Does the message concern infrastructure? 1= yes, 0=no \n\\*transport: Does the message concern transport? 1= yes, 0=no \n\\*buildings: Does the message concern buildings? 1= yes, 0=no \n\\*electricity: Does the message concern electricity? 1= yes, 0=no \n\\*tools: Does the message concern tools? 1= yes, 0=no \n\\*hospitals: Does the message concern clothing? 1= yes, 0=no \n\\*shops: Does the message concern clothing? 1= yes, 0=no \n\\*aid\\_centers:Does the message concern clothing? 1= yes, 0=no \n\\*other\\_infrastructure:Does the message concern clothing? 1= yes, 0=no \n\\*weather\\_related: Does the message concern weather? 1= yes, 0=no\n\\*floods: Does the message indicate there was a flood? 1= yes, 0=no\n\\*storm: Does the message indicate there was a storm? 1= yes, 0=no \n\\*fire: Does the message indicate there was a fire? 1= yes, 0=no\n\\*earthquake: Does the message indicate there was an earthquake? 1= yes, 0=no\n\\*cold: Does the message indicate there was a cold? 1= yes, 0=no\n\\*other\\_weather: Does the message indicate there was other weather issues? 1= yes, 0=no\n\\*direct\\_report: Does the show a direct report? 1= yes, 0=no", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was built to understand about the sentiments of the citizens and also more about want was the emergency about and what kind of help they were seeking", "### 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\n\n\nThe dataset has a great usecase of understand more about the sentiments of the citizens around the globe during a disaster and how their responses are. Also, it helps the government to understand their citizens better and would eventually help to draft better policies accordingly.", "### Discussion of Biases\n\n\nThe messages since have been translated in English may not be able to judically imply the exact significance of the individual when they would have posted the message", "### Other Known Limitations\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe dataset was initially created by Appen", "### Licensing Information\n\n\nMultilingual Disaster Response Messages", "### Contributions\n\n\nThanks to @darshan-gandhi for adding this dataset." ]
[ 148, 210, 110, 40, 443, 868, 11, 39, 4, 10, 10, 5, 5, 9, 18, 64, 41, 14, 16, 14, 19 ]
[ "passage: TAGS\n#task_categories-text2text-generation #task_categories-text-classification #task_ids-intent-classification #task_ids-sentiment-classification #task_ids-text-simplification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-multilingual #size_categories-10K<n<100K #source_datasets-original #language-English #language-Spanish #language-French #language-Haitian #language-Urdu #license-unknown #region-us \n### Dataset Summary\n\n\nThis dataset contains 30,000 messages drawn from events including an earthquake in Haiti in 2010, an earthquake in Chile in 2010, floods in Pakistan in 2010, super-storm Sandy in the U.S.A. in 2012, and news articles spanning a large number of years and 100s of different disasters. The data has been encoded with 36 different categories related to disaster response and has been stripped of messages with sensitive information in their entirety. Upon release, this is the featured dataset of a new Udacity course on Data Science and the AI4ALL summer school and is especially utile for text analytics and natural language processing (NLP) tasks and models.The input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the “Data” tab above, you’ll find the annotated data, with 40 class labels for intent and content.### Supported Tasks and Leaderboards\n\n\nThe input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the dataset, you’ll find the annotated data, with 40 class labels for intent and content. This dataset contains the original message in its original language, the English translation, and dozens of classes for message content. These classes are noted in column titles with a simple binary 1= yes, 0=no.", "passage: ### Languages\n\n\nThe dataset is a multilingual dataset which has the messages in the original language and also it's translated English form.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nThe dataset consists of a message in English and also it's original language form. Adding on, there are 40 labels which help to understand more about the exact essence of the message.\n\n\nExample of a Disaster Response : { 'split': 'train', 'message': 'Weather update - a cold front from Cuba that could pass over Haiti', 'original': 'Un front froid se retrouve sur Cuba ce matin. Il pourrait traverser Haiti demain. Des averses de pluie isolee sont encore prevues sur notre region ce soi', 'genre': 'direct', 'related': 1, 'PII': 0, 'request': 0, 'offer': 0, 'aid\\_related': 0, 'medical\\_help': 0, 'medical\\_products': 0, 'search\\_and\\_rescue': 0, 'security': 0, 'military': 0, 'child\\_alone': 0, 'water': 0, 'food': 0, 'shelter': 0, 'clothing': 0, 'money': 0, 'missing\\_people': 0, 'refugees': 0, 'death': 0, 'other\\_aid': 0, 'infrastructure\\_related': 0, 'transport': 0, 'buildings': 0, 'electricity': 0, 'tools': 0, 'hospitals': 0, 'shops': 0, 'aid\\_centers': 0, 'other\\_infrastructure': 0, 'weather\\_related': 0, 'floods': 0, 'storm': 0, 'fire': 0, 'earthquake': 0, 'cold': 0, 'other\\_weather': 0, 'direct\\_report': 0}" ]
[ -0.09609414637088776, 0.11721642315387726, -0.007814322598278522, 0.07789263129234314, 0.04491069167852402, 0.004422166384756565, 0.04063377529382706, 0.038255997002124786, 0.059492211788892746, 0.12057524174451828, 0.011491559445858002, 0.029537539929151535, 0.05423269420862198, 0.0741378590464592, 0.015497205778956413, -0.15804727375507355, 0.049117572605609894, -0.073912613093853, -0.06417834013700485, 0.060657817870378494, 0.044967688620090485, -0.01353173702955246, 0.045453622937202454, -0.07796517759561539, 0.09666319191455841, 0.028716828674077988, -0.0483585000038147, -0.052713386714458466, 0.07005259394645691, 0.039354629814624786, 0.11285409331321716, 0.020597390830516815, 0.05951227992773056, -0.21037761867046356, -0.0030308859422802925, 0.0696977823972702, -0.02786908857524395, -0.012348033487796783, 0.04737275838851929, -0.05825106054544449, 0.06036864221096039, -0.21091228723526, 0.04948250576853752, 0.015509056858718395, -0.11308449506759644, -0.17061960697174072, -0.1051727756857872, 0.02254815213382244, 0.08158394694328308, 0.07751516997814178, 0.0004629874601960182, 0.04600629583001137, -0.04361163452267647, 0.06347470730543137, 0.07429756224155426, -0.11474267393350601, -0.037470269948244095, -0.0222628116607666, 0.07370296120643616, 0.11297839134931564, -0.023475920781493187, 0.061763204634189606, 0.04511213302612305, 0.022020600736141205, -0.10320644080638885, -0.027157925069332123, -0.01760435849428177, -0.014537890441715717, -0.09004153311252594, -0.012215439230203629, 0.21818944811820984, 0.034293338656425476, -0.06921088695526123, -0.04805459827184677, 0.04387056827545166, -0.02056317776441574, -0.016164788976311684, -0.041710760444402695, 0.03182975575327873, -0.016368625685572624, 0.12139521539211273, 0.021306313574314117, -0.10507923364639282, 0.03591105341911316, -0.08031510561704636, 0.10236671566963196, -0.009012633934617043, 0.023238105699419975, -0.016247881576418877, -0.02457592263817787, 0.009674863889813423, -0.06666479259729385, -0.029484758153557777, -0.0013133944012224674, -0.10748851299285889, -0.004755719564855099, -0.04727975279092789, -0.018895484507083893, 0.07904967665672302, 0.06923002004623413, -0.11252119392156601, 0.06252720206975937, -0.0504569448530674, -0.021340608596801758, 0.10390575230121613, 0.04653110355138779, -0.020739365369081497, -0.09051332622766495, -0.07813388854265213, 0.007262915838509798, -0.014678725972771645, -0.026667093858122826, -0.0008252430707216263, 0.005394504871219397, -0.022877246141433716, 0.05426400527358055, 0.10109776258468628, -0.025924688205122948, -0.04697193205356598, -0.045219019055366516, 0.05295860394835472, -0.12760020792484283, 0.021297484636306763, 0.051714181900024414, -0.001276134978979826, 0.16352412104606628, -0.03278689086437225, 0.012450228445231915, -0.04920027777552605, -0.04286355525255203, -0.02080388367176056, -0.013992233201861382, -0.026625115424394608, -0.05104214698076248, 0.06393124163150787, -0.008203461766242981, -0.0572609081864357, -0.04411350563168526, -0.04262619465589523, -0.06463269889354706, 0.06151246279478073, -0.06871553510427475, -0.010044232942163944, -0.04803594946861267, -0.026922637596726418, 0.017388518899679184, 0.029958663508296013, -0.0480206161737442, -0.039346083998680115, -0.00893351063132286, -0.1048712283372879, 0.04045885056257248, 0.028290556743741035, -0.03113940730690956, -0.003199368715286255, 0.0432414710521698, -0.08944907039403915, 0.12238851189613342, -0.13642695546150208, 0.005359549541026354, -0.11159037053585052, -0.01962524838745594, 0.02423590049147606, 0.02621791511774063, -0.021590091288089752, 0.20593160390853882, -0.2664712071418762, -0.07440748810768127, 0.09639953076839447, -0.1140919178724289, 0.020478403195738792, 0.08417578786611557, -0.01106790266931057, 0.005332788452506065, 0.07675410807132721, 0.06980152428150177, -0.016509277746081352, -0.026259439066052437, -0.09497328102588654, 0.018864961341023445, 0.0429634153842926, 0.1436464786529541, 0.08154285699129105, -0.06320860236883163, -0.01829526014626026, 0.02567821741104126, 0.006365479901432991, -0.05408802628517151, -0.017855143174529076, -0.0556272454559803, 0.022059036418795586, 0.014855459332466125, 0.025405079126358032, -0.01625056378543377, -0.04280424863100052, -0.010266800411045551, -0.06185969337821007, -0.07158095389604568, 0.0520709827542305, -0.0286213718354702, 0.03038911148905754, -0.03819083049893379, 0.007190648466348648, 0.07428726553916931, -0.00880691409111023, -0.12018158286809921, -0.15011994540691376, 0.05634124204516411, -0.04704507067799568, 0.020896542817354202, -0.044702351093292236, 0.04577916860580444, 0.0681707113981247, -0.0015253741294145584, 0.012347127310931683, -0.05353426933288574, 0.014057108201086521, -0.01390054076910019, -0.2091091275215149, 0.016950998455286026, -0.07370711863040924, 0.1403348445892334, -0.14362774789333344, 0.01238212175667286, 0.08013977855443954, 0.09291757643222809, 0.0002932669594883919, -0.04052768275141716, -0.03866774961352348, 0.048108670860528946, -0.02032129466533661, 0.006038816645741463, -0.015505857765674591, -0.05825529992580414, -0.09590483456850052, 0.016290374100208282, -0.0602252259850502, -0.044858355075120926, 0.018270786851644516, 0.013308502733707428, -0.08794456720352173, -0.0007371362298727036, 0.004579778760671616, -0.0013445918448269367, 0.0166923850774765, 0.01051647961139679, 0.10854092240333557, 0.08068188279867172, 0.060049958527088165, -0.03736172243952751, 0.02474406734108925, 0.00849467609077692, -0.04052296280860901, -0.10406513512134552, 0.0987117812037468, -0.09122321754693985, -0.0777483582496643, 0.06944718956947327, 0.036560606211423874, 0.01252922136336565, 0.09545110911130905, -0.03270203247666359, -0.07880672812461853, -0.09764471650123596, 0.054329562932252884, 0.05490081384778023, 0.0591149628162384, -0.021695367991924286, 0.058989569544792175, 0.014659362845122814, 0.00562535272911191, 0.014077580533921719, -0.012512351386249065, 0.004297060891985893, 0.01714864932000637, -0.027232211083173752, -0.010439060628414154, -0.011582604609429836, -0.0058622341603040695, 0.09979589283466339, -0.014889659360051155, 0.015338558703660965, -0.03042934648692608, -0.01021181046962738, -0.0841149091720581, 0.18194758892059326, -0.11056212335824966, -0.237554669380188, -0.0922745019197464, -0.008398842066526413, -0.038393303751945496, -0.007057927083224058, 0.003960325848311186, -0.1978786587715149, -0.049472685903310776, -0.07382865250110626, 0.010132158175110817, -0.03130786865949631, -0.06383132934570312, 0.056629497557878494, 0.041364554315805435, -0.0024813003838062286, -0.06362295895814896, 0.014873486943542957, -0.033237721771001816, -0.0751090794801712, -0.0004379367455840111, -0.0343245305120945, 0.058279432356357574, 0.08064484596252441, 0.09034775197505951, 0.004853501915931702, 0.03390343114733696, 0.14578330516815186, -0.05031993240118027, 0.08281712979078293, 0.048939358443021774, 0.012215172871947289, 0.05667885020375252, 0.12245732545852661, 0.0574197918176651, -0.021186981350183487, -0.05125727504491806, 0.09133002161979675, -0.003310051281005144, -0.3102127015590668, -0.11899177730083466, -0.056682415306568146, -0.0350785106420517, -0.03827162832021713, 0.035765837877988815, 0.0010223484132438898, 0.03281428664922714, -0.016320891678333282, 0.05859151482582092, 0.060028791427612305, 0.029198620468378067, 0.08707386255264282, 0.014735361561179161, 0.0642530620098114, -0.03793906420469284, -0.019494976848363876, 0.10230661928653717, 0.010258667171001434, 0.24672682583332062, 0.04825641214847565, 0.10583773255348206, 0.07089383900165558, 0.009267812594771385, -0.05683464556932449, 0.003706148825585842, 0.06864325702190399, 0.037790197879076004, -0.013651804998517036, -0.0641772598028183, -0.03395252674818039, -0.0021453648805618286, 0.02902616187930107, -0.04298597574234009, -0.023204971104860306, 0.054173100739717484, 0.04734887555241585, 0.05358182638883591, 0.0021748198196291924, -0.044983331114053726, -0.03417205065488815, 0.08768844604492188, 0.04498870670795441, -0.06370244920253754, 0.027392838150262833, 0.08178125321865082, -0.03907495737075806, 0.10295514762401581, -0.009988004341721535, 0.05098700523376465, -0.0734722763299942, 0.06354936957359314, -0.03930703178048134, -0.07011796534061432, 0.013949213549494743, 0.03859884664416313, -0.08469035476446152, 0.2054872065782547, 0.00815197080373764, -0.010722022503614426, -0.02549820765852928, 0.0375695563852787, -0.0298568457365036, 0.1515049934387207, 0.16988851130008698, 0.052893511950969696, -0.14938582479953766, -0.08823397010564804, -0.07144501805305481, 0.021642379462718964, 0.10824461281299591, -0.06683029979467392, 0.08273367583751678, 0.009309838525950909, -0.0019431030377745628, -0.04371441528201103, 0.032242193818092346, -0.23027905821800232, -0.215060755610466, 0.10933593660593033, -0.07997633516788483, -0.03584585338830948, -0.05453687161207199, -0.08150835335254669, -0.08344966173171997, 0.16066360473632812, -0.13256333768367767, -0.026311302557587624, -0.11477868258953094, -0.060260262340307236, 0.184348464012146, -0.07890395820140839, 0.004617687314748764, -0.003639599308371544, 0.026559974998235703, -0.014889700338244438, -0.014169132336974144, 0.03449273854494095, -0.09604454040527344, -0.0847093015909195, -0.09138090908527374, 0.03419581055641174, 0.12314557284116745, 0.01233519334346056, -0.004522186703979969, 0.06344761699438095, 0.02108134888112545, -0.0944250077009201, 0.0020399854984134436, 0.06789695471525192, 0.04279306158423424, 0.1660405397415161, -0.1662251353263855, -0.24322286248207092, -0.05623426288366318, -0.08841614425182343, 0.0708843469619751, 0.21147306263446808, -0.05457668378949165, 0.0999012440443039, 0.15366190671920776, -0.09266291558742523, -0.16068609058856964, -0.07753877341747284, 0.08917391300201416, -0.0035233935341238976, 0.043724436312913895, -0.24219444394111633, -0.010317064821720123, 0.0826539397239685, -0.004633842036128044, -0.06859229505062103, -0.2197432816028595, -0.05404284596443176, 0.04826594889163971, -0.044531453400850296, 0.0521920770406723, -0.14358526468276978, -0.07954928278923035, -0.05747279152274132, -0.09187052398920059, 0.15054748952388763, -0.053238656371831894, 0.015429431572556496, -0.00124195939861238, -0.03260258585214615, 0.028421148657798767, -0.01899675838649273, 0.1993042528629303, 0.0826132521033287, 0.024585794657468796, -0.04697956517338753, -0.06418808549642563, 0.07411828637123108, -0.04110123962163925, 0.021645596250891685, 0.039407871663570404, -0.006822874769568443, -0.15244504809379578, -0.026281194761395454, -0.0661216527223587, 0.042523421347141266, -0.10297265648841858, 0.018666889518499374, -0.0217494685202837, 0.06842733174562454, 0.08438771963119507, 0.002428636187687516, 0.0789143368601799, -0.01586592197418213, 0.09708881378173828, 0.10350636392831802, 0.12876780331134796, 0.11735503375530243, -0.06032051146030426, -0.003142150118947029, -0.005708220414817333, 0.01121925562620163, -0.07570206373929977, 0.044091738760471344, 0.07846695184707642, -0.02771371230483055, 0.09485279768705368, -0.0002836291678249836, -0.09418231248855591, 0.006179019808769226, 0.07551787793636322, -0.013148611411452293, -0.16238030791282654, -0.018092956393957138, -0.027459293603897095, -0.06397410482168198, 0.03824847191572189, 0.1106913834810257, 0.026082854717969894, -0.001176011748611927, -0.06353995203971863, 0.05564681068062782, -0.005022132769227028, 0.05827311426401138, -0.0072249784134328365, -0.006739681586623192, -0.055152520537376404, 0.050198208540678024, 0.11242468655109406, -0.09979677200317383, 0.054369810968637466, 0.1150805652141571, -0.03462995961308479, -0.10331973433494568, 0.007705075666308403, 0.11577757447957993, -0.03890236094594002, -0.04483530670404434, 0.0030033038929104805, -0.12553411722183228, 0.0641401931643486, 0.06464862823486328, -0.03156285732984543, 0.034834787249565125, 0.016027862206101418, -0.06561334431171417, 0.013535244390368462, 0.05195055156946182, 0.08923232555389404, -0.009829908609390259, 0.005851509049534798, -0.007600158452987671, 0.015331819653511047, -0.018116403371095657, -0.0031007586512714624, -0.03306343033909798, -0.11414787918329239, -0.02930615469813347, -0.13183782994747162, 0.078192800283432, -0.0005163205787539482, 0.018170462921261787, -0.0008906926959753036, -0.048574887216091156, -0.03178870677947998, 0.01016923412680626, -0.03768797963857651, 0.003226030617952347, -0.033781275153160095, 0.14858287572860718, -0.10585134476423264, -0.026786519214510918, 0.08958141505718231, -0.07430589199066162, 0.06186144798994064, 0.002790413796901703, -0.005272235721349716, 0.06399918347597122, -0.11342571675777435, 0.06954193860292435, -0.06683406978845596, 0.08884518593549728, 0.0017412889283150434, -0.050459571182727814, 0.0070635853335261345, -0.020420894026756287, -0.012106259353458881, 0.038661595433950424, 0.0467526912689209, -0.04129311442375183, -0.020991602912545204, 0.01762990467250347, -0.12174020707607269, -0.012317042797803879, 0.05049017071723938, 0.09182661771774292, -0.04451906681060791, 0.0843416303396225, -0.0354401096701622, 0.03284744173288345, -0.1337619572877884, -0.05525302141904831, 0.04442839324474335, 0.022727686911821365, -0.047981128096580505, -0.0399930402636528, 0.07192742824554443, 0.003588794730603695, 0.08498139679431915, -0.06952602416276932, 0.09598139673471451, -0.01919885165989399, -0.02864052541553974, -0.03136378526687622, 0.04478543996810913, 0.02758510783314705, 0.05600190535187721, 0.0061822980642318726, -0.04312906041741371, -0.09219114482402802, -0.03212450444698334, -0.020242132246494293, 0.04202289879322052, 0.0503925159573555, 0.08306525647640228, 0.03506616875529289, 0.0027652159333229065, -0.11325092613697052, 0.05788809806108475, 0.07911285012960434, -0.0831117331981659, 0.017502903938293457, 0.005520988255739212, -0.027955874800682068, 0.08637768030166626, -0.11768220365047455, 0.14903563261032104, -0.03303728625178337, -0.07082822918891907, -0.08444470167160034, -0.14130690693855286, -0.05010358989238739, 0.02875688299536705, -0.009161128662526608, -0.10748003423213959, 0.12269921600818634, 0.0620860755443573, 0.04496109485626221, 0.06745690107345581, 0.02219543233513832, -0.022190112620592117, -0.024647239595651627, 0.024564947932958603, 0.03136530518531799, 0.06087520718574524, 0.023930009454488754, 0.03127424418926239, 0.004099918529391289, 0.0533810630440712, 0.012147684581577778, 0.08284157514572144, 0.02818194217979908, 0.04095752164721489, -0.02871687524020672, -0.05574494227766991, 0.028179021552205086, -0.07546620815992355, -0.015818357467651367, 0.1347828209400177, 0.05399519205093384, -0.025405678898096085, 0.04776297137141228, 0.10964514315128326, -0.0036320541985332966, -0.11022430658340454, -0.11094284057617188, 0.08120204508304596, 0.029704488813877106, 0.06765763461589813, -0.024178002029657364, -0.0679510161280632, -0.024650804698467255, 0.06886298954486847, 0.07359523326158524, -0.0036750268191099167, 0.008852819912135601, 0.07773789018392563, 0.004703089594841003, 0.03857898712158203, 0.06340725719928741, 0.029122058302164078, 0.1628337800502777, -0.03698427230119705, 0.040777746587991714, -0.057826101779937744, 0.01371507067233324, -0.14872139692306519, 0.15872323513031006, -0.04351002350449562, -0.002763157244771719, -0.020378639921545982, 0.1224977970123291, -0.04368545114994049, -0.10819695889949799, 0.07146473228931427, -0.11285311728715897, -0.14248590171337128, -0.057316772639751434, 0.1403096467256546, 0.05585141107439995, 0.0007366109639406204, 0.0626312792301178, -0.06396770477294922, 0.20274335145950317, 0.0034338654950261116, -0.04827386140823364, -0.031127342954277992, 0.03141319006681442, -0.02951124496757984, 0.1902499496936798, 0.06802374124526978, 0.12278582900762558, 0.05218757316470146, -0.04047979786992073, -0.01998552307486534, 0.05569084733724594, 0.032730624079704285, 0.04407074302434921, 0.016351260244846344, 0.04309363663196564, -0.018874704837799072, 0.051245033740997314, 0.07183860242366791, 0.015304612927138805, 0.05472756549715996, 0.13457900285720825, -0.04777410626411438, 0.013213446363806725, 0.09256547689437866, -0.09269095957279205, 0.051956407725811005, 0.10840971022844315, 0.020088374614715576, -0.0059005217626690865, -0.025001224130392075, 0.017328845337033272, -0.0011316780000925064, 0.1122688576579094, -0.0283103808760643, -0.14447946846485138, 0.04542737081646919, -0.058399759232997894, 0.15638580918312073, -0.07272906601428986, -0.04232752323150635, 0.054889388382434845, -0.00969008356332779, -0.026388593018054962, 0.05784396082162857, 0.04086236655712128, 0.0019713379442691803, -0.035250406712293625, -0.03477559611201286, 0.054591983556747437, 0.09937173128128052, -0.022868359461426735, 0.021442603319883347 ]
62abc43632002177ac8460f36e7206621d51d2eb
# Dataset Card for "discofuse" ## 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:** https://github.com/google-research-datasets/discofuse - **Paper:** [DiscoFuse: A Large-Scale Dataset for Discourse-Based Sentence Fusion](https://arxiv.org/abs/1902.10526) - **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:** 6.04 GB - **Size of the generated dataset:** 21.55 GB - **Total amount of disk used:** 27.59 GB ### Dataset Summary DiscoFuse is a large scale dataset for discourse-based sentence fusion. ### 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 #### discofuse-sport - **Size of downloaded dataset files:** 4.33 GB - **Size of the generated dataset:** 15.04 GB - **Total amount of disk used:** 19.36 GB An example of 'train' looks as follows. ``` { "coherent_first_sentence": "Four LPr and three LC2000r HP Netservers handle customer management and web server functions .", "coherent_second_sentence": "Finally , an HP Netserver LT6000r hosts i2 Demand Planner and i2 Collaboration Planner .", "connective_string": "finally ,", "discourse_type": "PAIR_CONN", "has_coref_type_nominal": 0.0, "has_coref_type_pronoun": 0.0, "incoherent_first_sentence": "Four LPr and three LC2000r HP Netservers handle customer management and web server functions .", "incoherent_second_sentence": "An HP Netserver LT6000r hosts i2 Demand Planner and i2 Collaboration Planner ." } ``` #### discofuse-wikipedia - **Size of downloaded dataset files:** 1.72 GB - **Size of the generated dataset:** 6.51 GB - **Total amount of disk used:** 8.23 GB An example of 'validation' looks as follows. ``` { "coherent_first_sentence": "Four LPr and three LC2000r HP Netservers handle customer management and web server functions .", "coherent_second_sentence": "Finally , an HP Netserver LT6000r hosts i2 Demand Planner and i2 Collaboration Planner .", "connective_string": "finally ,", "discourse_type": "PAIR_CONN", "has_coref_type_nominal": 0.0, "has_coref_type_pronoun": 0.0, "incoherent_first_sentence": "Four LPr and three LC2000r HP Netservers handle customer management and web server functions .", "incoherent_second_sentence": "An HP Netserver LT6000r hosts i2 Demand Planner and i2 Collaboration Planner ." } ``` ### Data Fields The data fields are the same among all splits. #### discofuse-sport - `connective_string`: a `string` feature. - `discourse_type`: a `string` feature. - `coherent_second_sentence`: a `string` feature. - `has_coref_type_pronoun`: a `float32` feature. - `incoherent_first_sentence`: a `string` feature. - `incoherent_second_sentence`: a `string` feature. - `has_coref_type_nominal`: a `float32` feature. - `coherent_first_sentence`: a `string` feature. #### discofuse-wikipedia - `connective_string`: a `string` feature. - `discourse_type`: a `string` feature. - `coherent_second_sentence`: a `string` feature. - `has_coref_type_pronoun`: a `float32` feature. - `incoherent_first_sentence`: a `string` feature. - `incoherent_second_sentence`: a `string` feature. - `has_coref_type_nominal`: a `float32` feature. - `coherent_first_sentence`: a `string` feature. ### Data Splits | name | train |validation| test | |-------------------|-------:|---------:|-----:| |discofuse-sport |43291020| 440902|445521| |discofuse-wikipedia|16310585| 168081|163657| ## 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 licensed under [Creative Commons Attribution-ShareAlike 3.0](https://creativecommons.org/licenses/by-sa/3.0/) license. ### Citation Information ``` @InProceedings{GevaEtAl2019, title = {DiscoFuse: A Large-Scale Dataset for Discourse-Based Sentence Fusion}, author = {Geva, Mor and Malmi, Eric and Szpektor, Idan and Berant, Jonathan}, booktitle = {Proceedings of the 2019 Annual Conference of the North American Chapter of the Association for Computational Linguistics}, note = {arXiv preprint arXiv:1902.10526}, year = {2019} } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.
discofuse
[ "task_categories:text2text-generation", "annotations_creators:machine-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:10M<n<100M", "source_datasets:original", "language:en", "license:cc-by-sa-3.0", "sentence-fusion", "arxiv:1902.10526", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["machine-generated"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-sa-3.0"], "multilinguality": ["monolingual"], "size_categories": ["10M<n<100M"], "source_datasets": ["original"], "task_categories": ["text2text-generation"], "task_ids": [], "paperswithcode_id": "discofuse", "pretty_name": "DiscoFuse", "tags": ["sentence-fusion"], "dataset_info": [{"config_name": "discofuse-sport", "features": [{"name": "connective_string", "dtype": "string"}, {"name": "discourse_type", "dtype": "string"}, {"name": "coherent_second_sentence", "dtype": "string"}, {"name": "has_coref_type_pronoun", "dtype": "float32"}, {"name": "incoherent_first_sentence", "dtype": "string"}, {"name": "incoherent_second_sentence", "dtype": "string"}, {"name": "has_coref_type_nominal", "dtype": "float32"}, {"name": "coherent_first_sentence", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 14736176073, "num_examples": 43291020}, {"name": "test", "num_bytes": 151655243, "num_examples": 445521}, {"name": "validation", "num_bytes": 150206657, "num_examples": 440902}], "download_size": 9422142544, "dataset_size": 15038037973}, {"config_name": "discofuse-wikipedia", "features": [{"name": "connective_string", "dtype": "string"}, {"name": "discourse_type", "dtype": "string"}, {"name": "coherent_second_sentence", "dtype": "string"}, {"name": "has_coref_type_pronoun", "dtype": "float32"}, {"name": "incoherent_first_sentence", "dtype": "string"}, {"name": "incoherent_second_sentence", "dtype": "string"}, {"name": "has_coref_type_nominal", "dtype": "float32"}, {"name": "coherent_first_sentence", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 6377885028, "num_examples": 16310585}, {"name": "test", "num_bytes": 64007750, "num_examples": 163657}, {"name": "validation", "num_bytes": 65681627, "num_examples": 168081}], "download_size": 3929336540, "dataset_size": 6507574405}], "configs": [{"config_name": "discofuse-sport", "data_files": [{"split": "train", "path": "discofuse-sport/train-*"}, {"split": "test", "path": "discofuse-sport/test-*"}, {"split": "validation", "path": "discofuse-sport/validation-*"}]}, {"config_name": "discofuse-wikipedia", "data_files": [{"split": "train", "path": "discofuse-wikipedia/train-*"}, {"split": "test", "path": "discofuse-wikipedia/test-*"}, {"split": "validation", "path": "discofuse-wikipedia/validation-*"}]}]}
2024-01-06T09:17:22+00:00
[ "1902.10526" ]
[ "en" ]
TAGS #task_categories-text2text-generation #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-original #language-English #license-cc-by-sa-3.0 #sentence-fusion #arxiv-1902.10526 #region-us
Dataset Card for "discofuse" ============================ 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: URL * Paper: DiscoFuse: A Large-Scale Dataset for Discourse-Based Sentence Fusion * Point of Contact: * Size of downloaded dataset files: 6.04 GB * Size of the generated dataset: 21.55 GB * Total amount of disk used: 27.59 GB ### Dataset Summary DiscoFuse is a large scale dataset for discourse-based sentence fusion. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### discofuse-sport * Size of downloaded dataset files: 4.33 GB * Size of the generated dataset: 15.04 GB * Total amount of disk used: 19.36 GB An example of 'train' looks as follows. #### discofuse-wikipedia * Size of downloaded dataset files: 1.72 GB * Size of the generated dataset: 6.51 GB * Total amount of disk used: 8.23 GB An example of 'validation' looks as follows. ### Data Fields The data fields are the same among all splits. #### discofuse-sport * 'connective\_string': a 'string' feature. * 'discourse\_type': a 'string' feature. * 'coherent\_second\_sentence': a 'string' feature. * 'has\_coref\_type\_pronoun': a 'float32' feature. * 'incoherent\_first\_sentence': a 'string' feature. * 'incoherent\_second\_sentence': a 'string' feature. * 'has\_coref\_type\_nominal': a 'float32' feature. * 'coherent\_first\_sentence': a 'string' feature. #### discofuse-wikipedia * 'connective\_string': a 'string' feature. * 'discourse\_type': a 'string' feature. * 'coherent\_second\_sentence': a 'string' feature. * 'has\_coref\_type\_pronoun': a 'float32' feature. * 'incoherent\_first\_sentence': a 'string' feature. * 'incoherent\_second\_sentence': a 'string' feature. * 'has\_coref\_type\_nominal': a 'float32' feature. * 'coherent\_first\_sentence': 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 data is licensed under Creative Commons Attribution-ShareAlike 3.0 license. ### Contributions Thanks to @thomwolf, @patrickvonplaten, @mariamabarham, @lewtun for adding this dataset.
[ "### Dataset Summary\n\n\nDiscoFuse is a large scale dataset for discourse-based sentence fusion.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### discofuse-sport\n\n\n* Size of downloaded dataset files: 4.33 GB\n* Size of the generated dataset: 15.04 GB\n* Total amount of disk used: 19.36 GB\n\n\nAn example of 'train' looks as follows.", "#### discofuse-wikipedia\n\n\n* Size of downloaded dataset files: 1.72 GB\n* Size of the generated dataset: 6.51 GB\n* Total amount of disk used: 8.23 GB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### discofuse-sport\n\n\n* 'connective\\_string': a 'string' feature.\n* 'discourse\\_type': a 'string' feature.\n* 'coherent\\_second\\_sentence': a 'string' feature.\n* 'has\\_coref\\_type\\_pronoun': a 'float32' feature.\n* 'incoherent\\_first\\_sentence': a 'string' feature.\n* 'incoherent\\_second\\_sentence': a 'string' feature.\n* 'has\\_coref\\_type\\_nominal': a 'float32' feature.\n* 'coherent\\_first\\_sentence': a 'string' feature.", "#### discofuse-wikipedia\n\n\n* 'connective\\_string': a 'string' feature.\n* 'discourse\\_type': a 'string' feature.\n* 'coherent\\_second\\_sentence': a 'string' feature.\n* 'has\\_coref\\_type\\_pronoun': a 'float32' feature.\n* 'incoherent\\_first\\_sentence': a 'string' feature.\n* 'incoherent\\_second\\_sentence': a 'string' feature.\n* 'has\\_coref\\_type\\_nominal': a 'float32' feature.\n* 'coherent\\_first\\_sentence': 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 data is licensed under Creative Commons Attribution-ShareAlike 3.0 license.", "### Contributions\n\n\nThanks to @thomwolf, @patrickvonplaten, @mariamabarham, @lewtun for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-original #language-English #license-cc-by-sa-3.0 #sentence-fusion #arxiv-1902.10526 #region-us \n", "### Dataset Summary\n\n\nDiscoFuse is a large scale dataset for discourse-based sentence fusion.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### discofuse-sport\n\n\n* Size of downloaded dataset files: 4.33 GB\n* Size of the generated dataset: 15.04 GB\n* Total amount of disk used: 19.36 GB\n\n\nAn example of 'train' looks as follows.", "#### discofuse-wikipedia\n\n\n* Size of downloaded dataset files: 1.72 GB\n* Size of the generated dataset: 6.51 GB\n* Total amount of disk used: 8.23 GB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### discofuse-sport\n\n\n* 'connective\\_string': a 'string' feature.\n* 'discourse\\_type': a 'string' feature.\n* 'coherent\\_second\\_sentence': a 'string' feature.\n* 'has\\_coref\\_type\\_pronoun': a 'float32' feature.\n* 'incoherent\\_first\\_sentence': a 'string' feature.\n* 'incoherent\\_second\\_sentence': a 'string' feature.\n* 'has\\_coref\\_type\\_nominal': a 'float32' feature.\n* 'coherent\\_first\\_sentence': a 'string' feature.", "#### discofuse-wikipedia\n\n\n* 'connective\\_string': a 'string' feature.\n* 'discourse\\_type': a 'string' feature.\n* 'coherent\\_second\\_sentence': a 'string' feature.\n* 'has\\_coref\\_type\\_pronoun': a 'float32' feature.\n* 'incoherent\\_first\\_sentence': a 'string' feature.\n* 'incoherent\\_second\\_sentence': a 'string' feature.\n* 'has\\_coref\\_type\\_nominal': a 'float32' feature.\n* 'coherent\\_first\\_sentence': 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 data is licensed under Creative Commons Attribution-ShareAlike 3.0 license.", "### Contributions\n\n\nThanks to @thomwolf, @patrickvonplaten, @mariamabarham, @lewtun for adding this dataset." ]
[ 96, 24, 10, 11, 6, 53, 54, 17, 171, 171, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 20, 34 ]
[ "passage: TAGS\n#task_categories-text2text-generation #annotations_creators-machine-generated #language_creators-found #multilinguality-monolingual #size_categories-10M<n<100M #source_datasets-original #language-English #license-cc-by-sa-3.0 #sentence-fusion #arxiv-1902.10526 #region-us \n### Dataset Summary\n\n\nDiscoFuse is a large scale dataset for discourse-based sentence fusion.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### discofuse-sport\n\n\n* Size of downloaded dataset files: 4.33 GB\n* Size of the generated dataset: 15.04 GB\n* Total amount of disk used: 19.36 GB\n\n\nAn example of 'train' looks as follows.#### discofuse-wikipedia\n\n\n* Size of downloaded dataset files: 1.72 GB\n* Size of the generated dataset: 6.51 GB\n* Total amount of disk used: 8.23 GB\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### discofuse-sport\n\n\n* 'connective\\_string': a 'string' feature.\n* 'discourse\\_type': a 'string' feature.\n* 'coherent\\_second\\_sentence': a 'string' feature.\n* 'has\\_coref\\_type\\_pronoun': a 'float32' feature.\n* 'incoherent\\_first\\_sentence': a 'string' feature.\n* 'incoherent\\_second\\_sentence': a 'string' feature.\n* 'has\\_coref\\_type\\_nominal': a 'float32' feature.\n* 'coherent\\_first\\_sentence': a 'string' feature." ]
[ -0.05050836130976677, 0.11765582114458084, -0.005965136457234621, 0.05339455232024193, 0.07452625036239624, 0.02223910391330719, 0.04462193325161934, 0.11403236538171768, -0.01952982507646084, 0.20372602343559265, 0.05130831524729729, -0.0517023429274559, 0.10752861946821213, 0.22479987144470215, -0.0014826684491708875, -0.1814904808998108, 0.03456855192780495, -0.11501281708478928, -0.032823286950588226, 0.07356573641300201, 0.12970522046089172, -0.08149074018001556, 0.09138712286949158, -0.09964112937450409, -0.15764504671096802, -0.02707476168870926, -0.05117249861359596, 0.03137487918138504, 0.01592751406133175, 0.0793924555182457, 0.01627518981695175, -0.019102683290839195, 0.0484640970826149, -0.2253885269165039, 0.010679158382117748, 0.07645290344953537, 0.0024185434449464083, 0.04704253748059273, 0.13084489107131958, 0.014662479050457478, 0.15055149793624878, -0.12022481113672256, 0.006434173788875341, 0.08499854803085327, -0.07625902444124222, -0.09552910178899765, -0.14220406115055084, 0.01593688130378723, 0.06427855044603348, 0.039201363921165466, -0.06098460778594017, -0.0773819088935852, -0.029674308374524117, 0.0791531577706337, 0.10075663030147552, -0.10156027972698212, -0.0422343946993351, 0.12453322112560272, 0.06791799515485764, 0.09663219004869461, -0.09865078330039978, -0.03510582074522972, 0.028497830033302307, 0.04563232511281967, 0.008002064190804958, -0.009981577284634113, -0.07392872869968414, -0.001678223256021738, -0.1142585352063179, -0.05394754186272621, 0.22295065224170685, 0.08415243029594421, -0.03952770307660103, -0.1296546906232834, -0.03723609820008278, -0.12264762073755264, -0.051379140466451645, 0.02867058664560318, -0.0014532634522765875, 0.025474920868873596, 0.034595128148794174, -0.043513223528862, -0.07642590254545212, -0.04339287430047989, -0.07810863107442856, -0.0418008454144001, -0.014849022030830383, 0.02711987867951393, 0.05430837720632553, 0.022102605551481247, -0.15612266957759857, -0.11712662130594254, -0.044875044375658035, -0.02874908596277237, -0.13536489009857178, -0.005635530687868595, -0.04348491504788399, -0.05088355392217636, 0.11837882548570633, 0.1536114364862442, -0.061100758612155914, 0.023195965215563774, -0.03969379886984825, 0.01413938868790865, 0.09251656383275986, 0.10555332899093628, -0.1370587795972824, -0.18638969957828522, -0.008805311284959316, -0.0038615281227976084, 0.010605184361338615, -0.031679388135671616, -0.0650097206234932, 0.04260971397161484, 0.05135687068104744, 0.022475915029644966, 0.10407108813524246, 0.03346525505185127, -0.03690803050994873, -0.010712631978094578, 0.14964807033538818, -0.15023210644721985, 0.06455185264348984, 0.08405352383852005, -0.03959442675113678, 0.06934180110692978, 0.020183878019452095, -0.0038181087002158165, -0.040570445358753204, 0.07083107531070709, -0.07104958593845367, -0.013769958168268204, -0.056324172765016556, -0.13515405356884003, 0.0769309476017952, -0.06579278409481049, -0.06351643055677414, -0.0659802109003067, -0.1099458783864975, -0.057601384818553925, 0.005929099395871162, -0.11945636570453644, -0.01042079646140337, -0.017045114189386368, -0.1010308712720871, 0.043908290565013885, 0.011314508505165577, 0.07151515036821365, -0.03930886834859848, 0.07278958708047867, -0.04502316191792488, 0.03941819816827774, -0.04153674840927124, 0.031587645411491394, -0.06510026007890701, 0.051173172891139984, -0.10202182829380035, 0.12284113466739655, -0.1209060475230217, 0.038949452340602875, -0.15485450625419617, -0.03365021571516991, -0.008676211349666119, -0.012136057019233704, 0.03697653114795685, 0.1327202171087265, -0.2348111867904663, -0.018385831266641617, 0.091231569647789, -0.0389426089823246, -0.08656720072031021, 0.1495901644229889, 0.019661737605929375, -0.016420414671301842, 0.006484652869403362, 0.15298986434936523, 0.09932337701320648, -0.09450072795152664, -0.0825522392988205, 0.02251632697880268, 0.04889098182320595, 0.11079751700162888, 0.12304703891277313, -0.10459528118371964, 0.1747506558895111, 0.043929606676101685, 0.08669497072696686, 0.010668211616575718, -0.04119556397199631, -0.047607846558094025, -0.04093979299068451, -0.06692478060722351, -0.01134250033646822, 0.009530320763587952, -0.05182080715894699, -0.03082067333161831, -0.0723525732755661, -0.03366207703948021, 0.05991773307323456, -0.0008746263920329511, 0.047461990267038345, -0.04127165675163269, 0.1159106120467186, -0.043167274445295334, 0.026087190955877304, -0.17661914229393005, -0.1359400898218155, 0.02446199581027031, 0.09603395313024521, 0.033001385629177094, -0.0708480179309845, 0.020907629281282425, 0.039263296872377396, -0.013134106993675232, 0.04244828596711159, 0.05858353152871132, -0.012038204818964005, 0.0006040172884240746, -0.12929581105709076, -0.0718536451458931, -0.03619996830821037, 0.10562960803508759, -0.11323690414428711, -0.018985381349921227, 0.15435132384300232, 0.11979524791240692, 0.004851042293012142, -0.11166045069694519, 0.015689147636294365, 0.010543878190219402, -0.0644865334033966, -0.05375592038035393, -0.018185801804065704, -0.008103474974632263, 0.005397598259150982, -0.00418306328356266, -0.12794171273708344, -0.010647155344486237, 0.10455220937728882, 0.11303441971540451, -0.09938770532608032, -0.049905624240636826, -0.037433166056871414, -0.017871875315904617, -0.030596395954489708, -0.13851074874401093, -0.0923113226890564, 0.025229014456272125, 0.0587262287735939, -0.029698669910430908, -0.023707402870059013, 0.04801446571946144, 0.020289642736315727, -0.04436253011226654, 0.1002475917339325, 0.05663520097732544, -0.08920533210039139, 0.14965930581092834, -0.023537108674645424, 0.02282746694982052, 0.13445430994033813, -0.06516288965940475, -0.08908773958683014, -0.06140859052538872, 0.06372317671775818, 0.0016323666786774993, 0.07016517966985703, 0.005347920581698418, 0.053845152258872986, 0.06794170290231705, 0.035598110407590866, 0.01566576398909092, -0.039766985923051834, 0.02770908921957016, 0.03630959615111351, -0.0686277374625206, 0.018953338265419006, 0.028811071068048477, 0.026748424395918846, 0.06997538357973099, 0.018088163807988167, 0.0473112016916275, -0.022228585556149483, -0.05644949898123741, -0.11263147741556168, 0.15143661201000214, -0.15111489593982697, -0.10910436511039734, -0.15370969474315643, -0.12365123629570007, -0.051622726023197174, -0.0004284162714611739, 0.02204706519842148, -0.03940381109714508, -0.066309854388237, -0.10971467941999435, 0.10035571455955505, -0.01984005980193615, -0.034550685435533524, -0.032962601631879807, 0.008469528518617153, 0.0403408408164978, -0.09441132098436356, 0.026096239686012268, 0.044143613427877426, -0.03431335464119911, -0.027340564876794815, 0.045884814113378525, 0.14068177342414856, 0.10857011377811432, 0.06955889612436295, 0.01278973463922739, -0.0028809653595089912, 0.26819977164268494, -0.09302009642124176, 0.12416955828666687, 0.10816890001296997, -0.013981056399643421, 0.053064245730638504, 0.20519684255123138, 0.03605441004037857, -0.03673967346549034, 0.015573776327073574, 0.0344403050839901, -0.0630672425031662, -0.21352848410606384, -0.13691002130508423, -0.0949946790933609, 0.10797759890556335, 0.05958999693393707, 0.033875055611133575, -0.022521812468767166, 0.03236312419176102, -0.051619261503219604, 0.06043284013867378, 0.03971483185887337, 0.043719708919525146, 0.06533629447221756, 0.009207000955939293, 0.06859692931175232, -0.031259119510650635, 0.07312484830617905, 0.11706249415874481, -0.03467334806919098, 0.119222491979599, -0.03931234031915665, 0.20670954883098602, 0.025406915694475174, 0.10084270685911179, -0.05033465474843979, 0.05899517610669136, -0.027759496122598648, 0.04760437831282616, 0.030378932133316994, -0.07845812290906906, 0.014158945530653, 0.07084014266729355, 0.11860489100217819, -0.031707514077425, -0.0186702162027359, -0.03184041380882263, 0.07066217809915543, 0.09226751327514648, 0.0816672146320343, -0.160176083445549, -0.06655803322792053, 0.05758313089609146, 0.01818886213004589, -0.08489436656236649, -0.010743288323283195, 0.19925206899642944, -0.07752326130867004, 0.04661397635936737, -0.017453955486416817, 0.08915779739618301, -0.0026552604977041483, -0.03576339781284332, 0.08220959454774857, 0.12263692170381546, 0.00207622186280787, 0.045261599123477936, -0.16291838884353638, 0.11778220534324646, 0.01805582083761692, -0.023145563900470734, -0.013019544072449207, 0.08620547503232956, -0.024572119116783142, 0.04686380550265312, 0.1378183215856552, 0.009272179566323757, -0.05856430158019066, -0.1120360866189003, -0.11787817627191544, -0.027324693277478218, 0.13018104434013367, -0.08492595702409744, 0.08373943716287613, -0.019060326740145683, -0.016241280362010002, 0.0060307299718260765, 0.1077151820063591, -0.06686632335186005, -0.20267271995544434, 0.03986332565546036, -0.045795466750860214, 0.03696592152118683, -0.00631189439445734, 0.007390676531940699, -0.1333000361919403, 0.20696976780891418, -0.16665497422218323, -0.06296919286251068, -0.157135009765625, 0.06281901150941849, 0.20514459908008575, -0.053740523755550385, 0.07099824398756027, -0.05723622813820839, 0.1370442509651184, -0.0465119294822216, -0.08428756892681122, 0.05922311544418335, -0.07200291007757187, -0.14133204519748688, -0.0762750431895256, 0.13920091092586517, -0.007893560454249382, 0.03227771818637848, -0.03968573734164238, 0.09618309140205383, -0.0009827244793996215, -0.10126849263906479, 0.0342426560819149, 0.13060571253299713, 0.025416292250156403, 0.08108654618263245, 0.0018313907785341144, -0.08227338641881943, 0.013600851409137249, -0.056551143527030945, 0.10019725561141968, 0.22475937008857727, -0.13339096307754517, 0.09139332175254822, 0.001456771045923233, -0.054872773587703705, -0.2524893581867218, -0.035235341638326645, 0.06877975165843964, 0.025059126317501068, 0.01754196360707283, -0.14430223405361176, 0.04036611691117287, 0.05999485030770302, -0.022727875038981438, 0.09181023389101028, -0.25064602494239807, -0.12143862992525101, -0.0012588840909302235, -0.045793093740940094, -0.15756474435329437, -0.20921719074249268, -0.1305086314678192, -0.0493905209004879, -0.24589616060256958, 0.11460349708795547, 0.004061184357851744, 0.05238369107246399, 0.026903094723820686, 0.03929990902543068, 0.04158283770084381, -0.041470687836408615, 0.15079742670059204, -0.008904354646801949, -0.026846868917346, -0.08671020716428757, -0.03705643489956856, 0.02935715578496456, -0.03294190764427185, 0.13335835933685303, -0.0773218646645546, 0.049548856914043427, -0.07025522738695145, 0.01563098654150963, -0.065679170191288, 0.01933845691382885, -0.06987183541059494, -0.04006626084446907, -0.13626383244991302, 0.049163345247507095, 0.06900887191295624, -0.03685179725289345, 0.08255845308303833, -0.018040576949715614, 0.060410816222429276, 0.2631385326385498, -0.0003477388818282634, 0.08030050247907639, -0.14126864075660706, -0.0025032483972609043, -0.045062027871608734, -0.006962461397051811, -0.20493195950984955, 0.010660044848918915, 0.10761842876672745, 0.038126733154058456, 0.1293344646692276, 0.0065209208987653255, -0.13841278851032257, 0.002805628813803196, 0.09509159624576569, -0.09539102017879486, -0.20839521288871765, 0.02000601403415203, -0.05344696342945099, -0.15729141235351562, -0.08926678448915482, 0.06887202709913254, 0.002546777483075857, 0.019985616207122803, 0.0035332879051566124, 0.14705705642700195, -0.02103259600698948, 0.11729317903518677, 0.0679762214422226, 0.05259040743112564, -0.10470253229141235, 0.07072600722312927, 0.1282101720571518, -0.025830324739217758, 0.011657058261334896, 0.1647772192955017, -0.06112458556890488, -0.015446323901414871, 0.03818202018737793, -0.05804459750652313, 0.020752673968672752, 0.008692401461303234, 0.03466184064745903, -0.14951516687870026, 0.04912569001317024, 0.08244603127241135, 0.018115878105163574, 0.08632507920265198, 0.017291218042373657, -0.008992783725261688, -0.07379757612943649, 0.16013365983963013, 0.028675826266407967, 0.04394505172967911, -0.07371484488248825, 0.09081479161977768, -0.06690356135368347, 0.00611033895984292, 0.0029545375145971775, 0.02388705685734749, -0.0743224024772644, -0.05050858482718468, -0.13565391302108765, 0.007444227579981089, -0.07700233906507492, -0.03907965496182442, -0.0023947840090841055, -0.027943188324570656, 0.00008240345778176561, 0.0064545185305178165, -0.03255421295762062, -0.09787292033433914, -0.10371431708335876, 0.06330446898937225, -0.16658620536327362, -0.006382574327290058, 0.05339417979121208, -0.06692491471767426, 0.09577479213476181, 0.0035090509336441755, 0.011696583591401577, -0.00964430347084999, -0.12149178981781006, -0.03498532995581627, 0.027254782617092133, 0.027514103800058365, 0.051512353122234344, -0.06696934998035431, -0.03752979263663292, -0.018799463286995888, -0.051586031913757324, 0.014990842901170254, 0.0418720580637455, -0.1275104135274887, 0.044105540961027145, -0.07521798461675644, 0.01741386018693447, -0.04296422004699707, 0.05397157371044159, 0.051720745861530304, 0.04591427370905876, 0.0720067247748375, -0.04491877928376198, 0.0895397812128067, -0.19275102019309998, -0.02968672104179859, 0.013006938621401787, -0.029979681596159935, -0.046197324991226196, 0.03671698644757271, 0.08708394318819046, -0.014035937376320362, 0.13981272280216217, -0.006144602317363024, -0.05103561654686928, 0.026493621990084648, 0.04218951240181923, 0.03962227329611778, 0.08001004159450531, 0.11027547717094421, 0.011751926504075527, -0.03166663646697998, -0.03997476398944855, -0.006554614752531052, 0.042304180562496185, 0.06664807349443436, 0.1258825808763504, 0.0516393668949604, 0.06036026403307915, 0.017506808042526245, 0.06048554927110672, -0.14257638156414032, 0.021316464990377426, 0.09517822414636612, -0.08140483498573303, 0.06793857365846634, -0.09028439223766327, 0.050008490681648254, 0.052542414516210556, -0.21340124309062958, 0.09551038593053818, -0.05377922207117081, -0.08375386148691177, -0.043636504560709, -0.06524158269166946, -0.07489784061908722, -0.0958826020359993, -0.0068378448486328125, -0.1455886960029602, 0.12354942411184311, 0.070471853017807, 0.013326166197657585, 0.012683853507041931, 0.096509650349617, -0.050556570291519165, -0.04840029776096344, 0.03314681723713875, 0.024041177704930305, -0.035308729857206345, 0.06413333863019943, 0.01036809477955103, 0.0671856552362442, 0.02632705681025982, 0.09478949755430222, 0.08773987740278244, 0.03440837189555168, 0.07992465794086456, -0.05905603617429733, -0.06568446755409241, -0.012211576104164124, -0.0005086026503704488, -0.04683830216526985, 0.15806570649147034, 0.03653721511363983, 0.02652735263109207, -0.016833096742630005, 0.14264312386512756, -0.04282583296298981, -0.09346051514148712, -0.15707477927207947, 0.029344623908400536, -0.03503039479255676, 0.04185357317328453, -0.01647011563181877, -0.16477417945861816, -0.06163398176431656, 0.18465688824653625, 0.19574375450611115, -0.04003995284438133, -0.005931010469794273, 0.06727626919746399, -0.005314608104526997, 0.00028679921524599195, 0.040838900953531265, 0.023560678586363792, 0.22127790749073029, -0.024556471034884453, 0.04052474722266197, -0.013506533578038216, -0.07855736464262009, -0.045618388801813126, 0.10519789159297943, -0.014847634360194206, -0.0004981033271178603, -0.04527035355567932, 0.06940970569849014, -0.09868840873241425, -0.15836751461029053, 0.043332621455192566, -0.15375232696533203, -0.10311910510063171, -0.01941809058189392, 0.05901644751429558, 0.05311733856797218, 0.02811635099351406, -0.005045494996011257, 0.008717105723917484, 0.146345853805542, -0.02098950929939747, -0.0728672444820404, -0.041543904691934586, 0.01420532539486885, -0.12493688613176346, 0.15604473650455475, 0.020122770220041275, 0.058713048696517944, 0.08450131118297577, 0.007109960075467825, -0.13794836401939392, 0.0212420504540205, 0.11027267575263977, -0.019233549013733864, 0.02202720195055008, 0.15844494104385376, -0.02193484827876091, 0.12866716086864471, 0.06341463327407837, -0.04162989556789398, 0.028805913403630257, 0.08402590453624725, -0.01846379041671753, -0.09458136558532715, 0.0005300997290760279, -0.09704515337944031, 0.12566767632961273, 0.17706529796123505, -0.0688687339425087, 0.012632248923182487, -0.0278610996901989, 0.045764803886413574, -0.01566404290497303, 0.19415007531642914, -0.0004105356347281486, -0.16229651868343353, 0.030479267239570618, 0.01279840711504221, 0.07521792501211166, -0.14832647144794464, -0.0523492805659771, -0.010061695240437984, 0.024698948487639427, -0.06184503808617592, 0.1452355533838272, 0.09917061030864716, -0.027745135128498077, -0.05167129263281822, -0.05603376030921936, 0.02029077522456646, 0.11207564175128937, -0.05574069172143936, -0.0360461063683033 ]
cbc53ef87663ab99defcc0de21e000556c78ab22
# Dataset Card for Discovery ## 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/sileod/Discovery - **Repository:** https://github.com/sileod/Discovery - **Paper:** https://www.aclweb.org/anthology/N19-1351/ - **Leaderboard:** - **Point of Contact:** damien.sileo at inria.fr ### Dataset Summary Discourse marker prediction with 174 markers ### Supported Tasks and Leaderboards [More Information Needed] ### Languages English ## Dataset Structure input : sentence1, sentence2, label: marker originally between sentence1 and sentence2 ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits Train/Val/Test ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data Aranea english web corpus #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations Self supervised (see paper) #### 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{sileo-etal-2019-mining, title = "Mining Discourse Markers for Unsupervised Sentence Representation Learning", author = "Sileo, Damien and Van De Cruys, Tim and Pradel, Camille and Muller, Philippe", booktitle = "Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)", month = jun, year = "2019", address = "Minneapolis, Minnesota", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/N19-1351", pages = "3477--3486", abstract = "Current state of the art systems in NLP heavily rely on manually annotated datasets, which are expensive to construct. Very little work adequately exploits unannotated data {--} such as discourse markers between sentences {--} mainly because of data sparseness and ineffective extraction methods. In the present work, we propose a method to automatically discover sentence pairs with relevant discourse markers, and apply it to massive amounts of data. Our resulting dataset contains 174 discourse markers with at least 10k examples each, even for rare markers such as {``}coincidentally{''} or {``}amazingly{''}. We use the resulting data as supervision for learning transferable sentence embeddings. In addition, we show that even though sentence representation learning through prediction of discourse marker yields state of the art results across different transfer tasks, it{'}s not clear that our models made use of the semantic relation between sentences, thus leaving room for further improvements.", } ``` ### Contributions Thanks to [@sileod](https://github.com/sileod) for adding this dataset.
discovery
[ "task_categories:text-classification", "annotations_creators:other", "language_creators:other", "multilinguality:monolingual", "size_categories:10K<n<100K", "size_categories:1M<n<10M", "source_datasets:original", "language:en", "license:apache-2.0", "discourse-marker-prediction", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["other"], "language_creators": ["other"], "language": ["en"], "license": "apache-2.0", "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K", "1M<n<10M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": [], "paperswithcode_id": "discovery", "pretty_name": "Discovery", "config_names": ["discovery", "discoverysmall"], "tags": ["discourse-marker-prediction"], "dataset_info": [{"config_name": "discovery", "features": [{"name": "sentence1", "dtype": "string"}, {"name": "sentence2", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "[no-conn]", "1": "absolutely,", "2": "accordingly", "3": "actually,", "4": "additionally", "5": "admittedly,", "6": "afterward", "7": "again,", "8": "already,", "9": "also,", "10": "alternately,", "11": "alternatively", "12": "although,", "13": "altogether,", "14": "amazingly,", "15": "and", "16": "anyway,", "17": "apparently,", "18": "arguably,", "19": "as_a_result,", "20": "basically,", "21": "because_of_that", "22": "because_of_this", "23": "besides,", "24": "but", "25": "by_comparison,", "26": "by_contrast,", "27": "by_doing_this,", "28": "by_then", "29": "certainly,", "30": "clearly,", "31": "coincidentally,", "32": "collectively,", "33": "consequently", "34": "conversely", "35": "curiously,", "36": "currently,", "37": "elsewhere,", "38": "especially,", "39": "essentially,", "40": "eventually,", "41": "evidently,", "42": "finally,", "43": "first,", "44": "firstly,", "45": "for_example", "46": "for_instance", "47": "fortunately,", "48": "frankly,", "49": "frequently,", "50": "further,", "51": "furthermore", "52": "generally,", "53": "gradually,", "54": "happily,", "55": "hence,", "56": "here,", "57": "historically,", "58": "honestly,", "59": "hopefully,", "60": "however", "61": "ideally,", "62": "immediately,", "63": "importantly,", "64": "in_contrast,", "65": "in_fact,", "66": "in_other_words", "67": "in_particular,", "68": "in_short,", "69": "in_sum,", "70": "in_the_end,", "71": "in_the_meantime,", "72": "in_turn,", "73": "incidentally,", "74": "increasingly,", "75": "indeed,", "76": "inevitably,", "77": "initially,", "78": "instead,", "79": "interestingly,", "80": "ironically,", "81": "lastly,", "82": "lately,", "83": "later,", "84": "likewise,", "85": "locally,", "86": "luckily,", "87": "maybe,", "88": "meaning,", "89": "meantime,", "90": "meanwhile,", "91": "moreover", "92": "mostly,", "93": "namely,", "94": "nationally,", "95": "naturally,", "96": "nevertheless", "97": "next,", "98": "nonetheless", "99": "normally,", "100": "notably,", "101": "now,", "102": "obviously,", "103": "occasionally,", "104": "oddly,", "105": "often,", "106": "on_the_contrary,", "107": "on_the_other_hand", "108": "once,", "109": "only,", "110": "optionally,", "111": "or,", "112": "originally,", "113": "otherwise,", "114": "overall,", "115": "particularly,", "116": "perhaps,", "117": "personally,", "118": "plus,", "119": "preferably,", "120": "presently,", "121": "presumably,", "122": "previously,", "123": "probably,", "124": "rather,", "125": "realistically,", "126": "really,", "127": "recently,", "128": "regardless,", "129": "remarkably,", "130": "sadly,", "131": "second,", "132": "secondly,", "133": "separately,", "134": "seriously,", "135": "significantly,", "136": "similarly,", "137": "simultaneously", "138": "slowly,", "139": "so,", "140": "sometimes,", "141": "soon,", "142": "specifically,", "143": "still,", "144": "strangely,", "145": "subsequently,", "146": "suddenly,", "147": "supposedly,", "148": "surely,", "149": "surprisingly,", "150": "technically,", "151": "thankfully,", "152": "then,", "153": "theoretically,", "154": "thereafter,", "155": "thereby,", "156": "therefore", "157": "third,", "158": "thirdly,", "159": "this,", "160": "though,", "161": "thus,", "162": "together,", "163": "traditionally,", "164": "truly,", "165": "truthfully,", "166": "typically,", "167": "ultimately,", "168": "undoubtedly,", "169": "unfortunately,", "170": "unsurprisingly,", "171": "usually,", "172": "well,", "173": "yet,"}}}}, {"name": "idx", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 334809726, "num_examples": 1566000}, {"name": "validation", "num_bytes": 18607661, "num_examples": 87000}, {"name": "test", "num_bytes": 18615474, "num_examples": 87000}], "download_size": 146233621, "dataset_size": 372032861}, {"config_name": "discoverysmall", "features": [{"name": "sentence1", "dtype": "string"}, {"name": "sentence2", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "[no-conn]", "1": "absolutely,", "2": "accordingly", "3": "actually,", "4": "additionally", "5": "admittedly,", "6": "afterward", "7": "again,", "8": "already,", "9": "also,", "10": "alternately,", "11": "alternatively", "12": "although,", "13": "altogether,", "14": "amazingly,", "15": "and", "16": "anyway,", "17": "apparently,", "18": "arguably,", "19": "as_a_result,", "20": "basically,", "21": "because_of_that", "22": "because_of_this", "23": "besides,", "24": "but", "25": "by_comparison,", "26": "by_contrast,", "27": "by_doing_this,", "28": "by_then", "29": "certainly,", "30": "clearly,", "31": "coincidentally,", "32": "collectively,", "33": "consequently", "34": "conversely", "35": "curiously,", "36": "currently,", "37": "elsewhere,", "38": "especially,", "39": "essentially,", "40": "eventually,", "41": "evidently,", "42": "finally,", "43": "first,", "44": "firstly,", "45": "for_example", "46": "for_instance", "47": "fortunately,", "48": "frankly,", "49": "frequently,", "50": "further,", "51": "furthermore", "52": "generally,", "53": "gradually,", "54": "happily,", "55": "hence,", "56": "here,", "57": "historically,", "58": "honestly,", "59": "hopefully,", "60": "however", "61": "ideally,", "62": "immediately,", "63": "importantly,", "64": "in_contrast,", "65": "in_fact,", "66": "in_other_words", "67": "in_particular,", "68": "in_short,", "69": "in_sum,", "70": "in_the_end,", "71": "in_the_meantime,", "72": "in_turn,", "73": "incidentally,", "74": "increasingly,", "75": "indeed,", "76": "inevitably,", "77": "initially,", "78": "instead,", "79": "interestingly,", "80": "ironically,", "81": "lastly,", "82": "lately,", "83": "later,", "84": "likewise,", "85": "locally,", "86": "luckily,", "87": "maybe,", "88": "meaning,", "89": "meantime,", "90": "meanwhile,", "91": "moreover", "92": "mostly,", "93": "namely,", "94": "nationally,", "95": "naturally,", "96": "nevertheless", "97": "next,", "98": "nonetheless", "99": "normally,", "100": "notably,", "101": "now,", "102": "obviously,", "103": "occasionally,", "104": "oddly,", "105": "often,", "106": "on_the_contrary,", "107": "on_the_other_hand", "108": "once,", "109": "only,", "110": "optionally,", "111": "or,", "112": "originally,", "113": "otherwise,", "114": "overall,", "115": "particularly,", "116": "perhaps,", "117": "personally,", "118": "plus,", "119": "preferably,", "120": "presently,", "121": "presumably,", "122": "previously,", "123": "probably,", "124": "rather,", "125": "realistically,", "126": "really,", "127": "recently,", "128": "regardless,", "129": "remarkably,", "130": "sadly,", "131": "second,", "132": "secondly,", "133": "separately,", "134": "seriously,", "135": "significantly,", "136": "similarly,", "137": "simultaneously", "138": "slowly,", "139": "so,", "140": "sometimes,", "141": "soon,", "142": "specifically,", "143": "still,", "144": "strangely,", "145": "subsequently,", "146": "suddenly,", "147": "supposedly,", "148": "surely,", "149": "surprisingly,", "150": "technically,", "151": "thankfully,", "152": "then,", "153": "theoretically,", "154": "thereafter,", "155": "thereby,", "156": "therefore", "157": "third,", "158": "thirdly,", "159": "this,", "160": "though,", "161": "thus,", "162": "together,", "163": "traditionally,", "164": "truly,", "165": "truthfully,", "166": "typically,", "167": "ultimately,", "168": "undoubtedly,", "169": "unfortunately,", "170": "unsurprisingly,", "171": "usually,", "172": "well,", "173": "yet,"}}}}, {"name": "idx", "dtype": "int32"}], "splits": [{"name": "train", "num_bytes": 3355192, "num_examples": 15662}, {"name": "validation", "num_bytes": 185296, "num_examples": 871}, {"name": "test", "num_bytes": 187471, "num_examples": 869}], "download_size": 146233621, "dataset_size": 3727959}], "train-eval-index": [{"config": "discovery", "task": "text-classification", "task_id": "multi-class-classification", "splits": {"train_split": "train", "eval_split": "validation"}, "col_mapping": {"sentence1": "text1", "sentence2": "text2", "label": "target"}}, {"config": "discoverysmall", "task": "text-classification", "task_id": "multi-class-classification", "splits": {"train_split": "train", "eval_split": "validation"}, "col_mapping": {"sentence1": "text1", "sentence2": "text2", "label": "target"}}]}
2024-01-18T11:02:42+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #annotations_creators-other #language_creators-other #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-English #license-apache-2.0 #discourse-marker-prediction #region-us
# Dataset Card for Discovery ## 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: URL at URL ### Dataset Summary Discourse marker prediction with 174 markers ### Supported Tasks and Leaderboards ### Languages English ## Dataset Structure input : sentence1, sentence2, label: marker originally between sentence1 and sentence2 ### Data Instances ### Data Fields ### Data Splits Train/Val/Test ## Dataset Creation ### Curation Rationale ### Source Data Aranea english web corpus #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations Self supervised (see paper) #### 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 @sileod for adding this dataset.
[ "# Dataset Card for Discovery", "## 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: URL at URL", "### Dataset Summary\n\nDiscourse marker prediction with 174 markers", "### Supported Tasks and Leaderboards", "### Languages\n\nEnglish", "## Dataset Structure\n\ninput : sentence1, sentence2, \nlabel: marker originally between sentence1 and sentence2", "### Data Instances", "### Data Fields", "### Data Splits\n\nTrain/Val/Test", "## Dataset Creation", "### Curation Rationale", "### Source Data\n\nAranea english web corpus", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations\n\nSelf supervised (see paper)", "#### 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 @sileod for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #annotations_creators-other #language_creators-other #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-English #license-apache-2.0 #discourse-marker-prediction #region-us \n", "# Dataset Card for Discovery", "## 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: URL at URL", "### Dataset Summary\n\nDiscourse marker prediction with 174 markers", "### Supported Tasks and Leaderboards", "### Languages\n\nEnglish", "## Dataset Structure\n\ninput : sentence1, sentence2, \nlabel: marker originally between sentence1 and sentence2", "### Data Instances", "### Data Fields", "### Data Splits\n\nTrain/Val/Test", "## Dataset Creation", "### Curation Rationale", "### Source Data\n\nAranea english web corpus", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations\n\nSelf supervised (see paper)", "#### 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 @sileod for adding this dataset." ]
[ 98, 6, 120, 30, 16, 10, 5, 25, 6, 5, 10, 5, 7, 10, 10, 10, 13, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #annotations_creators-other #language_creators-other #multilinguality-monolingual #size_categories-10K<n<100K #size_categories-1M<n<10M #source_datasets-original #language-English #license-apache-2.0 #discourse-marker-prediction #region-us \n# Dataset Card for Discovery## 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: URL at URL### Dataset Summary\n\nDiscourse marker prediction with 174 markers### Supported Tasks and Leaderboards### Languages\n\nEnglish## Dataset Structure\n\ninput : sentence1, sentence2, \nlabel: marker originally between sentence1 and sentence2### Data Instances### Data Fields### Data Splits\n\nTrain/Val/Test## Dataset Creation### Curation Rationale### Source Data\n\nAranea english web corpus#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations\n\nSelf supervised (see paper)#### 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 @sileod for adding this dataset." ]
[ -0.006103960797190666, 0.2606709599494934, -0.00743268383666873, 0.012020668014883995, 0.09454496204853058, 0.04316563904285431, 0.07455162703990936, 0.13799458742141724, 0.005294315982609987, 0.13646367192268372, -0.0406406968832016, 0.10313492268323898, 0.11976420879364014, 0.08919665962457657, -0.00019900494953617454, -0.20370905101299286, 0.02620089240372181, -0.11397015303373337, -0.020164672285318375, 0.1154961809515953, 0.12289132922887802, -0.08362880349159241, 0.03823370113968849, -0.07025498151779175, -0.03352893888950348, 0.023152414709329605, -0.07015827298164368, -0.039666514843702316, 0.014105345122516155, 0.02414681389927864, 0.060018982738256454, 0.025445474311709404, 0.07794061303138733, -0.31695112586021423, 0.021045999601483345, 0.04610585421323776, 0.025768307968974113, 0.04537120461463928, 0.08444281667470932, -0.08311562240123749, -0.015171478502452374, -0.15798822045326233, 0.09871534258127213, 0.07412224262952805, -0.13150236010551453, -0.10252930968999863, -0.1115216314792633, 0.08254822343587875, 0.12743861973285675, 0.01985408365726471, -0.07481389492750168, 0.04157637804746628, -0.06944993883371353, 0.033743202686309814, 0.11796718835830688, -0.12442976236343384, -0.05817774310708046, 0.00323320715688169, 0.026450173929333687, 0.06979389488697052, -0.1429913192987442, 0.015581728890538216, -0.030661575496196747, 0.017994238063693047, 0.025664281100034714, -0.034958671778440475, 0.0041184453293681145, 0.06387770175933838, -0.09411762654781342, -0.03047769144177437, 0.11268343776464462, 0.012247013859450817, 0.005880898330360651, -0.22351014614105225, 0.007949159480631351, 0.02053401619195938, -0.07620689272880554, 0.001162117812782526, 0.03292183578014374, -0.019419895485043526, 0.08363949507474899, 0.002457613591104746, -0.03473512455821037, 0.011086107231676579, 0.013713621534407139, 0.02712811529636383, 0.039642784744501114, -0.043045833706855774, 0.05426706373691559, 0.05732953920960426, 0.0854865312576294, -0.12340473383665085, -0.01655617170035839, -0.05899866297841072, -0.16910290718078613, -0.014322069473564625, 0.05949500948190689, 0.024404926225543022, 0.12724167108535767, 0.16691339015960693, -0.020975492894649506, 0.06355472654104233, -0.06915920972824097, -0.019628768786787987, 0.08655176311731339, 0.10926415771245956, -0.09835059195756912, -0.17743529379367828, -0.046182841062545776, 0.03353968635201454, -0.04651305451989174, -0.000011422667739680037, 0.006535764783620834, 0.07985611259937286, 0.03519630804657936, 0.12696582078933716, 0.13586178421974182, 0.013668203726410866, -0.10832003504037857, -0.03860916942358017, 0.11753906309604645, -0.13550075888633728, 0.06230891868472099, 0.0727294459939003, -0.01124956551939249, -0.0006125420914031565, -0.046839531511068344, 0.013340186327695847, -0.080048568546772, 0.09009291976690292, -0.045394591987133026, -0.012146268039941788, -0.08347702026367188, -0.05832920968532562, 0.06917474418878555, -0.008493038825690746, -0.06869534403085709, 0.031098561361432076, -0.060692038387060165, -0.08924052119255066, 0.019973957911133766, -0.11663956195116043, -0.045681390911340714, -0.05106709524989128, -0.02769022434949875, 0.03885246068239212, 0.014971877448260784, 0.013736622408032417, -0.045066412538290024, 0.0316556878387928, -0.058928631246089935, 0.025302181020379066, 0.10689707845449448, 0.038006339222192764, -0.05931384488940239, 0.05642925575375557, -0.13732945919036865, 0.11483956128358841, -0.15331555902957916, 0.054920122027397156, -0.14092718064785004, -0.0204948540776968, 0.06461922824382782, 0.00476277619600296, -0.0282075647264719, 0.1642734706401825, -0.2082710564136505, -0.039242614060640335, 0.17050448060035706, -0.043480705469846725, -0.06864168494939804, 0.06505587697029114, -0.034823693335056305, 0.016771813854575157, 0.05080227926373482, 0.07069645822048187, -0.002553296973928809, 0.012856845743954182, -0.030213195830583572, -0.11342601478099823, 0.06181136891245842, 0.23386844992637634, 0.08857126533985138, -0.10535123199224472, 0.17242641746997833, 0.020312344655394554, -0.0063375975005328655, -0.08182744681835175, -0.010052983649075031, -0.09015853703022003, 0.04788258671760559, 0.001708300318568945, 0.02023967169225216, 0.02543560415506363, -0.07802126556634903, -0.037686094641685486, -0.11772114783525467, 0.01691610738635063, 0.016005732119083405, -0.007361680269241333, 0.010270480066537857, -0.08603192120790482, -0.04895252734422684, 0.04393402859568596, 0.02602231875061989, -0.17263083159923553, -0.12314058840274811, 0.04510949179530144, 0.010519451461732388, 0.13258576393127441, -0.07695668190717697, 0.020983943715691566, -0.04737737774848938, -0.05457450821995735, -0.000983901903964579, 0.028114210814237595, 0.032283682376146317, -0.003577463561668992, -0.2320578545331955, 0.005065292119979858, -0.045331716537475586, 0.13175542652606964, -0.07965242117643356, 0.014872021973133087, 0.12981371581554413, 0.17806006968021393, 0.05256734788417816, -0.06953465193510056, 0.05786443129181862, 0.018391599878668785, 0.0010503309313207865, -0.05170087888836861, 0.01495259627699852, -0.08759976923465729, 0.009830988943576813, 0.006127368658781052, -0.09718473255634308, -0.05607319250702858, 0.05797237157821655, 0.07118625193834305, -0.0887652188539505, -0.04860809072852135, -0.04402533173561096, -0.0325944684445858, -0.054350778460502625, -0.11241382360458374, 0.10680802911520004, 0.08009263128042221, 0.0013150853337720037, -0.05131993442773819, -0.08715913444757462, -0.0791279524564743, 0.015532770194113255, -0.05762613192200661, 0.1468537449836731, 0.008678790181875229, -0.1491777002811432, 0.15565162897109985, 0.03781495243310928, 0.12796422839164734, 0.07194583117961884, -0.051118072122335434, -0.07046086341142654, -0.0159926675260067, -0.006122315768152475, 0.025142129510641098, 0.05331288278102875, -0.1005697101354599, -0.01613038033246994, 0.05026938393712044, -0.028698032721877098, 0.004233640618622303, -0.047607142478227615, 0.031040096655488014, -0.017165645956993103, -0.031289637088775635, 0.043657105416059494, -0.02569042704999447, 0.0810089036822319, 0.10641783475875854, 0.038476452231407166, 0.08428864926099777, -0.04246671125292778, -0.08282361179590225, -0.08169613033533096, 0.09101306647062302, -0.16940772533416748, -0.2505730092525482, -0.09820657223463058, -0.06602057069540024, -0.008114960975944996, -0.05479223281145096, 0.006033503916114569, -0.06655695289373398, -0.1059146597981453, -0.04825747758150101, 0.0927882194519043, 0.11269528418779373, -0.1181555837392807, -0.0019282447174191475, 0.03413982689380646, -0.021100694313645363, -0.12666557729244232, 0.03615258261561394, 0.06753043830394745, -0.020951369777321815, -0.016488639637827873, 0.044889699667692184, 0.09223558008670807, 0.12661609053611755, 0.10169005393981934, -0.011815022677183151, -0.025270460173487663, 0.23110094666481018, -0.16242168843746185, 0.1332065463066101, 0.04402926191687584, -0.05824645236134529, 0.05004102736711502, 0.24911083281040192, 0.042991459369659424, -0.04851272329688072, 0.02196408621966839, 0.08315577358007431, 0.018523776903748512, -0.24768635630607605, -0.08329101651906967, -0.07292600721120834, -0.03952038660645485, 0.05811343342065811, 0.07041554898023605, 0.0166985634714365, -0.010708272457122803, -0.09370184689760208, -0.06146584078669548, 0.11370829492807388, 0.0809282436966896, 0.06603134423494339, 0.0173737034201622, 0.05527077615261078, -0.04327983781695366, -0.03086586482822895, 0.06064482033252716, 0.07087144255638123, 0.18009035289287567, 0.05653727799654007, 0.2521522343158722, 0.0696122795343399, 0.048361919820308685, -0.04648464173078537, -0.005969753488898277, -0.008472722955048084, 0.08109339326620102, -0.01060525979846716, -0.05663418024778366, 0.03847308084368706, 0.06559225916862488, 0.1113525852560997, -0.09501027315855026, 0.09291667491197586, -0.09809387475252151, 0.13082469999790192, 0.1760357767343521, 0.0433146096765995, -0.0799921378493309, 0.03743644431233406, 0.141696035861969, -0.10673300921916962, -0.09452500939369202, 0.0007747585768811405, 0.0003585820668376982, -0.15764784812927246, 0.09351480007171631, -0.03251862898468971, 0.135608971118927, -0.07107439637184143, -0.037512294948101044, 0.01550652552396059, 0.03611337020993233, -0.013583164662122726, 0.06547709554433823, -0.1784536987543106, 0.1439194530248642, 0.01355729904025793, -0.004151292610913515, -0.08780162781476974, 0.08058765530586243, 0.014088509604334831, -0.025747545063495636, 0.17012201249599457, -0.02344541624188423, -0.0554259791970253, 0.020337793976068497, -0.08184814453125, -0.023104144260287285, 0.09348242729902267, -0.17125065624713898, 0.10540173947811127, -0.0229218527674675, -0.049170609563589096, -0.05320601910352707, -0.06194968521595001, -0.11356188356876373, -0.21233654022216797, 0.06466618180274963, -0.07784431427717209, 0.07191736251115799, -0.05022306740283966, -0.01674560084939003, -0.12142936140298843, 0.18010233342647552, -0.19462814927101135, -0.0884605273604393, -0.1531684398651123, -0.014401850290596485, 0.17225122451782227, -0.03784020617604256, 0.03581403195858002, -0.013578916899859905, 0.15587979555130005, 0.005078794434666634, -0.02652749978005886, 0.07011914253234863, -0.02076691947877407, -0.19766990840435028, -0.04726778343319893, 0.1990198791027069, 0.04577147960662842, 0.051635053008794785, 0.0020025833509862423, 0.06246237829327583, 0.03727823495864868, -0.09851650148630142, 0.044366877526044846, 0.0843636691570282, 0.04342897608876228, 0.09303943812847137, -0.04020843282341957, -0.20936226844787598, -0.16858328878879547, -0.029030587524175644, 0.11636129766702652, 0.09074050933122635, -0.050301458686590195, 0.18678803741931915, 0.08076244592666626, -0.11886099725961685, -0.2118918001651764, -0.026213310658931732, 0.008066421374678612, -0.03202064335346222, 0.03786061704158783, -0.1675710678100586, 0.052873644977808, 0.026280440390110016, -0.0007727192132733762, -0.01344088464975357, -0.17714866995811462, -0.129322811961174, 0.03579043224453926, 0.015445832163095474, -0.3478834927082062, -0.20272555947303772, -0.10957598686218262, -0.02800033427774906, -0.18764440715312958, 0.13344794511795044, 0.06696014851331711, -0.008283991366624832, 0.008360512554645538, 0.027006661519408226, 0.018530113622546196, -0.036410026252269745, 0.15519043803215027, 0.03949304670095444, 0.015431255102157593, -0.07107934355735779, -0.0911024808883667, 0.09988629072904587, 0.008419007062911987, 0.037558503448963165, 0.0012028116034343839, -0.02790280617773533, -0.10417060554027557, -0.01305551826953888, -0.08119989186525345, -0.0245185699313879, -0.11778450757265091, -0.03066842071712017, -0.06100491061806679, 0.1113276481628418, 0.08457495272159576, -0.0351552851498127, 0.13985365629196167, -0.09313797950744629, 0.07612955570220947, 0.10441474616527557, 0.17317412793636322, 0.07783735543489456, -0.07589633762836456, -0.014124446548521519, -0.00024664332158863544, -0.06628537178039551, -0.14012576639652252, 0.08384960889816284, 0.10687974840402603, 0.009767428040504456, 0.175653874874115, -0.04210790619254112, -0.13713864982128143, -0.026664966717362404, 0.08021680265665054, -0.042150866240262985, -0.20973637700080872, 0.03258230909705162, 0.030921638011932373, -0.15112383663654327, -0.06268100440502167, 0.05910399183630943, 0.07630274444818497, -0.08505818992853165, 0.05306046083569527, 0.14094097912311554, 0.035157062113285065, 0.10103481262922287, 0.021379683166742325, 0.07519511878490448, -0.12856364250183105, 0.07496756315231323, 0.13373835384845734, -0.018354754894971848, -0.006410100497305393, 0.2253578156232834, -0.026033561676740646, -0.028670940548181534, 0.04344627633690834, 0.06621529906988144, 0.08143392950296402, 0.008112898096442223, 0.0034790458157658577, -0.15028895437717438, 0.03456910699605942, 0.12183617800474167, -0.01201618555933237, 0.030316028743982315, 0.04077773168683052, -0.02552635781466961, -0.004552572499960661, 0.16700318455696106, 0.05528249964118004, 0.016075918450951576, -0.03887716680765152, -0.004610974341630936, -0.03493784740567207, -0.05515994876623154, 0.001703068963252008, -0.012393360026180744, -0.11957880854606628, 0.015587800182402134, -0.0938749834895134, 0.006887638010084629, -0.13711462914943695, 0.003907294943928719, 0.014908311888575554, -0.07178715616464615, -0.01584174670279026, -0.02874031849205494, -0.07337318360805511, -0.07067198306322098, -0.01830592006444931, 0.14035451412200928, -0.18732498586177826, -0.003529655048623681, 0.10296696424484253, -0.08498324453830719, 0.09658894687891006, -0.04006364569067955, -0.03908108174800873, 0.016326380893588066, -0.12235277891159058, -0.008239123038947582, -0.01422093529254198, 0.03946390375494957, 0.0462193638086319, -0.173065647482872, -0.01301646139472723, -0.02968924306333065, -0.032242342829704285, 0.05444364622235298, -0.031184127554297447, -0.08449658751487732, 0.08686095476150513, -0.07071461528539658, -0.08758296072483063, 0.007032732479274273, 0.017065580934286118, 0.13606105744838715, -0.04114127904176712, 0.10466572642326355, -0.023271523416042328, 0.10003272444009781, -0.1326393038034439, -0.006878936663269997, 0.0021048816852271557, -0.00025748589541763067, 0.010492265224456787, -0.004976124037057161, 0.07283920794725418, 0.012181364931166172, 0.16376443207263947, -0.040101807564496994, -0.00017836609913501889, 0.1019209697842598, 0.05795108899474144, -0.07172546535730362, 0.09540335834026337, -0.07229986041784286, 0.011055548675358295, -0.05859701335430145, -0.012026848271489143, -0.08453645557165146, -0.07522394508123398, -0.13441364467144012, 0.12792956829071045, 0.20228593051433563, 0.19258369505405426, -0.03671431168913841, 0.08780663460493088, -0.093769371509552, -0.02152388170361519, 0.1668832153081894, -0.044097527861595154, -0.008207022212445736, -0.104498952627182, 0.09384725242853165, 0.060189567506313324, -0.20413339138031006, 0.11165502667427063, -0.08681878447532654, -0.08045502752065659, -0.019413461908698082, -0.13268142938613892, -0.08478347957134247, 0.00011928712046938017, -0.005348540376871824, -0.11965233832597733, 0.09020835906267166, 0.09715914726257324, -0.020945603027939796, -0.023626206442713737, 0.055226828902959824, -0.03232455998659134, -0.06788437068462372, 0.09425072371959686, 0.07715081423521042, 0.035445019602775574, -0.015642909333109856, 0.06812947988510132, -0.036893755197525024, 0.11126458644866943, 0.08620704710483551, 0.08066622912883759, -0.05123002827167511, -0.004662467632442713, -0.10932380706071854, -0.10693163424730301, 0.04122022166848183, -0.03454503417015076, -0.07339361310005188, 0.17687346041202545, 0.024726957082748413, 0.03494901955127716, 0.006106601096689701, 0.21250984072685242, -0.056097619235515594, -0.09829211235046387, -0.18290068209171295, -0.007921013981103897, -0.026580294594168663, 0.025151129812002182, 0.06526955217123032, -0.14433808624744415, 0.005805458407849073, 0.13577446341514587, 0.14410319924354553, -0.03758524730801582, 0.013416660949587822, 0.003593144938349724, 0.04052881896495819, 0.0048727719113230705, 0.02383510023355484, 0.04068021848797798, 0.17058950662612915, -0.046733561903238297, 0.023464154452085495, -0.009435911662876606, -0.07378171384334564, -0.07300043106079102, 0.08359768241643906, 0.0030616072472184896, -0.015313355252146721, -0.06730668246746063, 0.18689101934432983, -0.121406689286232, -0.257885605096817, 0.03977247700095177, -0.15544289350509644, -0.18046468496322632, -0.051624007523059845, 0.046492695808410645, 0.01039837021380663, -0.006272789556533098, 0.11521104723215103, -0.05597718432545662, 0.1712769865989685, 0.0819006860256195, -0.0011108857579529285, 0.0024271244183182716, 0.10467120260000229, -0.17165443301200867, 0.20526978373527527, 0.00801796093583107, 0.02533276192843914, 0.10575687885284424, -0.07517168670892715, -0.11199883371591568, -0.01803051307797432, 0.10620823502540588, -0.04863082990050316, 0.036460991948843, 0.18502327799797058, 0.02774464711546898, 0.12516571581363678, 0.11470727622509003, -0.014255060814321041, 0.04675700515508652, 0.011503517627716064, -0.03776177391409874, -0.07987025380134583, 0.11959732323884964, -0.11790477484464645, 0.08112846314907074, 0.11198248714208603, -0.06386928260326385, 0.03264852613210678, -0.008232285268604755, 0.00693426001816988, -0.05350213497877121, 0.17814718186855316, -0.03351080045104027, -0.16529656946659088, 0.012630702927708626, -0.048928312957286835, 0.10545790940523148, -0.13999423384666443, -0.05696761980652809, 0.0253607127815485, 0.013723470270633698, -0.103970006108284, 0.16504867374897003, 0.10176089406013489, -0.020061111077666283, -0.03504161536693573, -0.18872570991516113, 0.04500517621636391, 0.14178751409053802, -0.07861045002937317, 0.06035086140036583 ]
33ba9ca625621ca4c085cd80d59d26fe865c96f8
# Dataset Card for DISFL-QA: A Benchmark Dataset for Understanding Disfluencies in Question Answering ## 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:** [Disfl-QA](https://github.com/google-research-datasets/disfl-qa) - **Paper:** [Disfl-QA: A Benchmark Dataset for Understanding Disfluencies in Question Answering](https://arxiv.org/pdf/2106.04016.pdf) - **Point of Contact:** [disfl-qa team](disfl-qa@google.com) ### Dataset Summary Disfl-QA is a targeted dataset for contextual disfluencies in an information seeking setting, namely question answering over Wikipedia passages. Disfl-QA builds upon the SQuAD-v2 ([Rajpurkar et al., 2018](https://www.aclweb.org/anthology/P18-2124/)) dataset, where each question in the dev set is annotated to add a contextual disfluency using the paragraph as a source of distractors. The final dataset consists of ~12k (disfluent question, answer) pairs. Over 90\% of the disfluencies are corrections or restarts, making it a much harder test set for disfluency correction. Disfl-QA aims to fill a major gap between speech and NLP research community. The authors hope the dataset can serve as a benchmark dataset for testing robustness of models against disfluent inputs. The expriments reveal that the state-of-the-art models are brittle when subjected to disfluent inputs from Disfl-QA. Detailed experiments and analyses can be found in the [paper](https://arxiv.org/pdf/2106.04016.pdf). ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The dataset is in English only. ## Dataset Structure ### Data Instances This example was too long and was cropped: ``` { "answers": { "answer_start": [94, 87, 94, 94], "text": ["10th and 11th centuries", "in the 10th and 11th centuries", "10th and 11th centuries", "10th and 11th centuries"] }, "context": "\"The Normans (Norman: Nourmands; French: Normands; Latin: Normanni) were the people who in the 10th and 11th centuries gave thei...", "id": "56ddde6b9a695914005b9629", "original question": "When were the Normans in Normandy?", "disfluent question": "From which countries no tell me when were the Normans in Normandy?" "title": "Normans" } ``` ### Data Fields - `id`: a `string` feature. - `title`: a `string` feature. - `context`: a `string` feature. - `original question`: Original question from SQuAD-v2 (a `string` feature) - `disfluent question`: Disfluent question from Disfl-QA (a `string` feature) - `answers`: a dictionary feature containing: - `text`: a `string` feature. - `answer_start`: a `int32` feature. ### Data Splits Disfl-QA consists of ~12k disfluent questions with the following train/dev/test splits: | File | Questions | |-----|-----| |train.json | 7182 | |dev.json | 1000 | |test.json | 3643 | ## Dataset Creation ### Curation Rationale The research in NLP and speech community has been impeded by the lack of curated datasets containing such disfluencies. The datasets available today are mostly conversational in nature, and span a limited number of very specific domains (e.g., telephone conversations, court proceedings). Furthermore, only a small fraction of the utterances in these datasets contain disfluencies, with a limited and skewed distribution of disfluencies types. In the most popular dataset in the literature, the SWITCHBOARD corpus (Godfrey et al., 1992), only 5.9% of the words are disfluencies (Charniak and Johnson, 2001), of which > 50% are repetitions (Shriberg, 1996), which has been shown to be the relatively simpler form of disfluencies (Zayats et al., 2014; Jamshid Lou et al., 2018; Zayats et al., 2019). To fill this gap, the authors presented DISFL-QA, the first dataset containing contextual disfluencies in an information seeking setting, namely question answering over Wikipedia passages. ### Source Data #### Initial Data Collection and Normalization DISFL-QA is constructed by asking human raters to insert disfluencies in questions from SQUAD-v2, a popular question answering dataset, using the passage and remaining questions as context. These contextual disfluencies lend naturalness to DISFL-QA, and challenge models relying on shallow matching between question and context to predict an answer. #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process Each question associated with the paragraph is sent for a human annotation task to add a contextual disfluency using the paragraph as a source of distractors. Finally, to ensure the quality of the dataset, a subsequent round of human evaluation with an option to re-annotate is conducted. #### 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 Disfl-QA dataset is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). ### Citation Information ``` @inproceedings{gupta-etal-2021-disflqa, title = "{Disfl-QA: A Benchmark Dataset for Understanding Disfluencies in Question Answering}", author = "Gupta, Aditya and Xu, Jiacheng and Upadhyay, Shyam and Yang, Diyi and Faruqui, Manaal", booktitle = "Findings of ACL", year = "2021" } ``` ### Contributions Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik) for adding this dataset.
disfl_qa
[ "task_categories:question-answering", "task_ids:extractive-qa", "task_ids:open-domain-qa", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-4.0", "arxiv:2106.04016", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["extractive-qa", "open-domain-qa"], "pretty_name": "DISFL-QA: A Benchmark Dataset for Understanding Disfluencies in Question Answering", "dataset_info": {"features": [{"name": "squad_v2_id", "dtype": "string"}, {"name": "original question", "dtype": "string"}, {"name": "disfluent question", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}], "splits": [{"name": "train", "num_bytes": 7712523, "num_examples": 7182}, {"name": "test", "num_bytes": 3865097, "num_examples": 3643}, {"name": "validation", "num_bytes": 1072731, "num_examples": 1000}], "download_size": 48935038, "dataset_size": 12650351}}
2024-01-18T11:02:43+00:00
[ "2106.04016" ]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-extractive-qa #task_ids-open-domain-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-2106.04016 #region-us
Dataset Card for DISFL-QA: A Benchmark Dataset for Understanding Disfluencies in Question Answering =================================================================================================== 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: Disfl-QA * Paper: Disfl-QA: A Benchmark Dataset for Understanding Disfluencies in Question Answering * Point of Contact: disfl-qa team ### Dataset Summary Disfl-QA is a targeted dataset for contextual disfluencies in an information seeking setting, namely question answering over Wikipedia passages. Disfl-QA builds upon the SQuAD-v2 (Rajpurkar et al., 2018) dataset, where each question in the dev set is annotated to add a contextual disfluency using the paragraph as a source of distractors. The final dataset consists of ~12k (disfluent question, answer) pairs. Over 90% of the disfluencies are corrections or restarts, making it a much harder test set for disfluency correction. Disfl-QA aims to fill a major gap between speech and NLP research community. The authors hope the dataset can serve as a benchmark dataset for testing robustness of models against disfluent inputs. The expriments reveal that the state-of-the-art models are brittle when subjected to disfluent inputs from Disfl-QA. Detailed experiments and analyses can be found in the paper. ### Supported Tasks and Leaderboards ### Languages The dataset is in English only. Dataset Structure ----------------- ### Data Instances This example was too long and was cropped: ### Data Fields * 'id': a 'string' feature. * 'title': a 'string' feature. * 'context': a 'string' feature. * 'original question': Original question from SQuAD-v2 (a 'string' feature) * 'disfluent question': Disfluent question from Disfl-QA (a 'string' feature) * 'answers': a dictionary feature containing: + 'text': a 'string' feature. + 'answer\_start': a 'int32' feature. ### Data Splits Disfl-QA consists of ~12k disfluent questions with the following train/dev/test splits: Dataset Creation ---------------- ### Curation Rationale The research in NLP and speech community has been impeded by the lack of curated datasets containing such disfluencies. The datasets available today are mostly conversational in nature, and span a limited number of very specific domains (e.g., telephone conversations, court proceedings). Furthermore, only a small fraction of the utterances in these datasets contain disfluencies, with a limited and skewed distribution of disfluencies types. In the most popular dataset in the literature, the SWITCHBOARD corpus (Godfrey et al., 1992), only 5.9% of the words are disfluencies (Charniak and Johnson, 2001), of which > 50% are repetitions (Shriberg, 1996), which has been shown to be the relatively simpler form of disfluencies (Zayats et al., 2014; Jamshid Lou et al., 2018; Zayats et al., 2019). To fill this gap, the authors presented DISFL-QA, the first dataset containing contextual disfluencies in an information seeking setting, namely question answering over Wikipedia passages. ### Source Data #### Initial Data Collection and Normalization DISFL-QA is constructed by asking human raters to insert disfluencies in questions from SQUAD-v2, a popular question answering dataset, using the passage and remaining questions as context. These contextual disfluencies lend naturalness to DISFL-QA, and challenge models relying on shallow matching between question and context to predict an answer. #### Who are the source language producers? ### Annotations #### Annotation process Each question associated with the paragraph is sent for a human annotation task to add a contextual disfluency using the paragraph as a source of distractors. Finally, to ensure the quality of the dataset, a subsequent round of human evaluation with an option to re-annotate is conducted. #### 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 Disfl-QA dataset is licensed under CC BY 4.0. ### Contributions Thanks to @bhavitvyamalik for adding this dataset.
[ "### Dataset Summary\n\n\nDisfl-QA is a targeted dataset for contextual disfluencies in an information seeking setting, namely question answering over Wikipedia passages. Disfl-QA builds upon the SQuAD-v2 (Rajpurkar et al., 2018) dataset, where each question in the dev set is annotated to add a contextual disfluency using the paragraph as a source of distractors.\n\n\nThe final dataset consists of ~12k (disfluent question, answer) pairs. Over 90% of the disfluencies are corrections or restarts, making it a much harder test set for disfluency correction. Disfl-QA aims to fill a major gap between speech and NLP research community. The authors hope the dataset can serve as a benchmark dataset for testing robustness of models against disfluent inputs.\n\n\nThe expriments reveal that the state-of-the-art models are brittle when subjected to disfluent inputs from Disfl-QA. Detailed experiments and analyses can be found in the paper.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe dataset is in English only.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThis example was too long and was cropped:", "### Data Fields\n\n\n* 'id': a 'string' feature.\n* 'title': a 'string' feature.\n* 'context': a 'string' feature.\n* 'original question': Original question from SQuAD-v2 (a 'string' feature)\n* 'disfluent question': Disfluent question from Disfl-QA (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\nDisfl-QA consists of ~12k disfluent questions with the following train/dev/test splits:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe research in NLP and speech community has been impeded by the lack of curated datasets containing such disfluencies. The datasets available today are mostly conversational in nature, and span a limited number of very specific domains (e.g., telephone conversations, court proceedings). Furthermore, only a small fraction of the utterances in these datasets contain disfluencies, with a limited and skewed distribution of disfluencies types. In the most popular dataset in the literature, the SWITCHBOARD corpus (Godfrey et al., 1992), only 5.9% of the words are disfluencies (Charniak and Johnson, 2001), of which > 50% are repetitions (Shriberg, 1996), which has been shown to be the relatively simpler form of disfluencies (Zayats et al., 2014; Jamshid Lou et al., 2018; Zayats et al., 2019). To fill this gap, the authors presented DISFL-QA, the first dataset containing contextual disfluencies in an information seeking setting, namely question answering over Wikipedia passages.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nDISFL-QA is constructed by asking human raters to insert disfluencies in questions from SQUAD-v2, a popular question answering dataset, using the passage and remaining questions as context. These contextual disfluencies lend naturalness to DISFL-QA, and challenge models relying on shallow matching between question and context to predict an answer.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nEach question associated with the paragraph is sent for a human annotation task to add a contextual disfluency using the paragraph as a source of distractors. Finally, to ensure the quality of the dataset, a subsequent round of human evaluation with an option to re-annotate is conducted.", "#### 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\nDisfl-QA dataset is licensed under CC BY 4.0.", "### Contributions\n\n\nThanks to @bhavitvyamalik for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-extractive-qa #task_ids-open-domain-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-2106.04016 #region-us \n", "### Dataset Summary\n\n\nDisfl-QA is a targeted dataset for contextual disfluencies in an information seeking setting, namely question answering over Wikipedia passages. Disfl-QA builds upon the SQuAD-v2 (Rajpurkar et al., 2018) dataset, where each question in the dev set is annotated to add a contextual disfluency using the paragraph as a source of distractors.\n\n\nThe final dataset consists of ~12k (disfluent question, answer) pairs. Over 90% of the disfluencies are corrections or restarts, making it a much harder test set for disfluency correction. Disfl-QA aims to fill a major gap between speech and NLP research community. The authors hope the dataset can serve as a benchmark dataset for testing robustness of models against disfluent inputs.\n\n\nThe expriments reveal that the state-of-the-art models are brittle when subjected to disfluent inputs from Disfl-QA. Detailed experiments and analyses can be found in the paper.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe dataset is in English only.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThis example was too long and was cropped:", "### Data Fields\n\n\n* 'id': a 'string' feature.\n* 'title': a 'string' feature.\n* 'context': a 'string' feature.\n* 'original question': Original question from SQuAD-v2 (a 'string' feature)\n* 'disfluent question': Disfluent question from Disfl-QA (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\nDisfl-QA consists of ~12k disfluent questions with the following train/dev/test splits:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe research in NLP and speech community has been impeded by the lack of curated datasets containing such disfluencies. The datasets available today are mostly conversational in nature, and span a limited number of very specific domains (e.g., telephone conversations, court proceedings). Furthermore, only a small fraction of the utterances in these datasets contain disfluencies, with a limited and skewed distribution of disfluencies types. In the most popular dataset in the literature, the SWITCHBOARD corpus (Godfrey et al., 1992), only 5.9% of the words are disfluencies (Charniak and Johnson, 2001), of which > 50% are repetitions (Shriberg, 1996), which has been shown to be the relatively simpler form of disfluencies (Zayats et al., 2014; Jamshid Lou et al., 2018; Zayats et al., 2019). To fill this gap, the authors presented DISFL-QA, the first dataset containing contextual disfluencies in an information seeking setting, namely question answering over Wikipedia passages.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nDISFL-QA is constructed by asking human raters to insert disfluencies in questions from SQUAD-v2, a popular question answering dataset, using the passage and remaining questions as context. These contextual disfluencies lend naturalness to DISFL-QA, and challenge models relying on shallow matching between question and context to predict an answer.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\nEach question associated with the paragraph is sent for a human annotation task to add a contextual disfluency using the paragraph as a source of distractors. Finally, to ensure the quality of the dataset, a subsequent round of human evaluation with an option to re-annotate is conducted.", "#### 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\nDisfl-QA dataset is licensed under CC BY 4.0.", "### Contributions\n\n\nThanks to @bhavitvyamalik for adding this dataset." ]
[ 111, 237, 10, 19, 16, 124, 35, 262, 4, 93, 10, 5, 67, 9, 18, 7, 8, 14, 6, 20, 19 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-extractive-qa #task_ids-open-domain-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-4.0 #arxiv-2106.04016 #region-us \n### Dataset Summary\n\n\nDisfl-QA is a targeted dataset for contextual disfluencies in an information seeking setting, namely question answering over Wikipedia passages. Disfl-QA builds upon the SQuAD-v2 (Rajpurkar et al., 2018) dataset, where each question in the dev set is annotated to add a contextual disfluency using the paragraph as a source of distractors.\n\n\nThe final dataset consists of ~12k (disfluent question, answer) pairs. Over 90% of the disfluencies are corrections or restarts, making it a much harder test set for disfluency correction. Disfl-QA aims to fill a major gap between speech and NLP research community. The authors hope the dataset can serve as a benchmark dataset for testing robustness of models against disfluent inputs.\n\n\nThe expriments reveal that the state-of-the-art models are brittle when subjected to disfluent inputs from Disfl-QA. Detailed experiments and analyses can be found in the paper.### Supported Tasks and Leaderboards### Languages\n\n\nThe dataset is in English only.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nThis example was too long and was cropped:", "passage: ### Data Fields\n\n\n* 'id': a 'string' feature.\n* 'title': a 'string' feature.\n* 'context': a 'string' feature.\n* 'original question': Original question from SQuAD-v2 (a 'string' feature)\n* 'disfluent question': Disfluent question from Disfl-QA (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\nDisfl-QA consists of ~12k disfluent questions with the following train/dev/test splits:\n\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThe research in NLP and speech community has been impeded by the lack of curated datasets containing such disfluencies. The datasets available today are mostly conversational in nature, and span a limited number of very specific domains (e.g., telephone conversations, court proceedings). Furthermore, only a small fraction of the utterances in these datasets contain disfluencies, with a limited and skewed distribution of disfluencies types. In the most popular dataset in the literature, the SWITCHBOARD corpus (Godfrey et al., 1992), only 5.9% of the words are disfluencies (Charniak and Johnson, 2001), of which > 50% are repetitions (Shriberg, 1996), which has been shown to be the relatively simpler form of disfluencies (Zayats et al., 2014; Jamshid Lou et al., 2018; Zayats et al., 2019). To fill this gap, the authors presented DISFL-QA, the first dataset containing contextual disfluencies in an information seeking setting, namely question answering over Wikipedia passages.### Source Data#### Initial Data Collection and Normalization\n\n\nDISFL-QA is constructed by asking human raters to insert disfluencies in questions from SQUAD-v2, a popular question answering dataset, using the passage and remaining questions as context. These contextual disfluencies lend naturalness to DISFL-QA, and challenge models relying on shallow matching between question and context to predict an answer.#### Who are the source language producers?### Annotations#### Annotation process\n\n\nEach question associated with the paragraph is sent for a human annotation task to add a contextual disfluency using the paragraph as a source of distractors. Finally, to ensure the quality of the dataset, a subsequent round of human evaluation with an option to re-annotate is conducted.#### Who are the annotators?### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------" ]
[ -0.05875377357006073, 0.1099553257226944, -0.006780856754630804, 0.058598410338163376, -0.009580015204846859, 0.01980232633650303, 0.019178766757249832, 0.06761764734983444, 0.07176505029201508, 0.09156711399555206, 0.006767218932509422, -0.06523296236991882, 0.05614485964179039, 0.06358637660741806, -0.03477970138192177, -0.13913218677043915, -0.0021951571106910706, -0.032241091132164, -0.01917138695716858, 0.06892524659633636, 0.11949940025806427, -0.06832912564277649, 0.031510546803474426, -0.08465171605348587, -0.003049780847504735, -0.006913644261658192, 0.012588806450366974, 0.013031796552240849, 0.07748477905988693, 0.08547525852918625, 0.10338384658098221, -0.0017464794218540192, 0.004164835438132286, -0.21240371465682983, 0.03020378015935421, 0.048649970442056656, 0.03970085829496384, 0.030947769060730934, 0.011746542528271675, -0.0008763953228481114, 0.027446981519460678, -0.06852595508098602, 0.022811200469732285, 0.04944755882024765, -0.10148367285728455, -0.07348673045635223, -0.10743981599807739, -0.016098149120807648, 0.048095010221004486, 0.05088871717453003, -0.035406455397605896, 0.02947104349732399, -0.012958711013197899, 0.047695010900497437, 0.10190240293741226, -0.15328514575958252, -0.04393395781517029, -0.005554023664444685, 0.01889621838927269, 0.05693697929382324, -0.059176065027713776, -0.019061902537941933, 0.02258293330669403, 0.015753494575619698, -0.019955364987254143, -0.06025991216301918, -0.09953159093856812, -0.030736742541193962, -0.10191245377063751, -0.009960046038031578, 0.19797319173812866, -0.0078009264543652534, -0.08424071967601776, -0.06869093328714371, -0.04220861941576004, 0.14073525369167328, 0.012461311183869839, -0.07371671497821808, 0.017379071563482285, -0.01152535155415535, 0.1062784492969513, -0.09151198714971542, -0.10102769732475281, -0.008321739733219147, -0.14777681231498718, 0.08282419294118881, 0.04122180864214897, 0.024669663980603218, -0.04007299244403839, 0.024320214986801147, -0.08472198247909546, -0.09452049434185028, -0.04627194255590439, -0.05142030864953995, -0.11548575013875961, -0.007031816523522139, -0.02266361005604267, -0.07627391070127487, 0.03927241265773773, 0.18684935569763184, -0.1379319131374359, 0.010852295905351639, -0.07016180455684662, -0.005232193507254124, 0.0751543790102005, 0.03554079309105873, -0.015180982649326324, -0.08492597937583923, 0.005585384555160999, 0.02440255507826805, 0.04120784252882004, -0.004112378694117069, 0.016097722575068474, 0.004096494987607002, -0.03611759468913078, 0.03282030299305916, 0.07028622925281525, -0.02837172895669937, -0.04525872319936752, 0.002817495260387659, 0.05765480920672417, -0.10815317928791046, -0.009582391940057278, 0.018732471391558647, -0.04813908040523529, 0.026067813858389854, -0.02439318224787712, 0.018808826804161072, -0.040092915296554565, 0.04136044904589653, -0.04889291524887085, -0.03941226750612259, -0.05162227526307106, -0.10283087193965912, 0.051643699407577515, -0.07134862244129181, -0.05628487095236778, -0.09531103819608688, -0.1685067117214203, -0.06658915430307388, -0.005773791112005711, -0.06488239020109177, -0.03208228200674057, 0.007685748394578695, -0.009005782194435596, -0.021220773458480835, -0.011705712415277958, 0.016986850649118423, -0.008956355974078178, 0.044139206409454346, 0.010445032268762589, 0.08016268908977509, -0.038818586617708206, 0.017826052382588387, -0.08317805826663971, 0.00849667564034462, -0.09751708805561066, 0.09850281476974487, -0.11492711305618286, -0.057641174644231796, -0.08501968532800674, -0.010248357430100441, -0.024249058216810226, 0.04209734499454498, 0.03444574028253555, 0.13601073622703552, -0.2578229308128357, 0.005803639069199562, 0.0857866033911705, -0.10526220500469208, -0.05356602743268013, 0.139531672000885, -0.04481005296111107, 0.079107366502285, 0.09533342719078064, 0.1998906284570694, 0.09634052962064743, -0.06140437349677086, -0.14598631858825684, -0.00018078822176903486, 0.03478659689426422, 0.15159521996974945, 0.04695526137948036, -0.03921699523925781, 0.06978903710842133, 0.01860077865421772, -0.033853914588689804, -0.015470108017325401, 0.0064420937560498714, -0.05694925785064697, -0.008749043568968773, -0.028056565672159195, 0.05915909633040428, 0.006765993312001228, -0.05539099872112274, -0.028202597051858902, -0.06356089562177658, -0.014617178589105606, 0.03787577524781227, 0.004107194021344185, 0.033025112003088, -0.07369662821292877, 0.02530219592154026, 0.02337954379618168, -0.004336572717875242, -0.15917128324508667, -0.1416417360305786, 0.034782495349645615, -0.04895693436264992, 0.07305029034614563, 0.046715058386325836, 0.019677061587572098, -0.03513425216078758, -0.049239493906497955, 0.025827649980783463, 0.006536456290632486, -0.02480742335319519, -0.06244298815727234, -0.10696788132190704, 0.0390506237745285, -0.07283584028482437, 0.03618348762392998, -0.060067810118198395, 0.0008707907982170582, 0.02677118591964245, 0.1023126021027565, 0.03702038154006004, -0.04338977485895157, 0.021942278370261192, 0.04554809629917145, -0.012951824814081192, -0.004340848419815302, -0.004736156668514013, -0.024161629378795624, -0.01685350015759468, 0.024889834225177765, -0.06318386644124985, -0.10990996658802032, 0.028065867722034454, 0.05738219618797302, -0.0597429983317852, -0.012815538793802261, -0.03018963895738125, -0.016794823110103607, -0.09165103733539581, -0.07089260220527649, 0.14304587244987488, 0.03186265379190445, 0.015048532746732235, -0.06640525907278061, -0.04878276586532593, -0.02733190916478634, -0.02519289404153824, -0.009234306402504444, 0.06272578239440918, 0.002037575002759695, -0.016992205753922462, 0.0748261958360672, 0.012751583009958267, -0.020039424300193787, 0.10724987089633942, -0.030010245740413666, -0.07143955677747726, -0.04768864065408707, 0.008154286071658134, -0.03027353063225746, 0.09014485776424408, -0.003131260396912694, 0.0524023212492466, 0.04461227357387543, 0.03367675095796585, 0.020630743354558945, -0.06428109854459763, 0.011140389367938042, 0.00019826367497444153, -0.038961682468652725, -0.05367934703826904, 0.028387388214468956, 0.007406418211758137, 0.10863897204399109, -0.012486684136092663, 0.036649931222200394, -0.03096534125506878, -0.046168211847543716, -0.10431481897830963, 0.13445597887039185, -0.14307436347007751, -0.2727101743221283, -0.06306295841932297, 0.07204868644475937, -0.047605130821466446, -0.018365824595093727, 0.026173077523708344, -0.07962244749069214, -0.06756243109703064, -0.07591110467910767, 0.04962742701172829, 0.04388238489627838, -0.0551464669406414, -0.06207752227783203, -0.035926949232816696, 0.0018670700956135988, -0.11526208370923996, 0.020143579691648483, -0.015543647110462189, -0.047018617391586304, 0.03968920558691025, 0.040028881281614304, 0.09366022050380707, 0.05872926115989685, 0.03901943191885948, -0.07378719002008438, -0.026378793641924858, 0.20944233238697052, -0.09270762652158737, 0.1498972624540329, 0.12742997705936432, -0.024705344811081886, 0.04449994117021561, 0.18576544523239136, 0.0035223979502916336, -0.05658627301454544, 0.035826437175273895, 0.1181357204914093, -0.02300066500902176, -0.26870524883270264, -0.055956918746232986, -0.0494067519903183, -0.04461674392223358, -0.029875513166189194, 0.009281585924327374, 0.036558471620082855, 0.02484705112874508, -0.06130194291472435, -0.057105835527181625, 0.022274024784564972, 0.0336647592484951, 0.21787753701210022, -0.032684437930583954, 0.09832674264907837, -0.0588964968919754, 0.0004052300937473774, 0.09168209135532379, 0.035836994647979736, 0.23002424836158752, -0.049973294138908386, 0.07397085428237915, 0.06021905317902565, 0.04338318854570389, -0.027382731437683105, -0.006197872571647167, -0.04833976551890373, 0.030217677354812622, -0.04293458163738251, -0.034229032695293427, 0.006127378903329372, 0.06296756118535995, 0.01517685316503048, -0.018514111638069153, 0.02912851981818676, 0.0326429158449173, 0.05563006550073624, 0.11356047540903091, 0.08925636112689972, 0.03675658255815506, -0.07749839127063751, 0.07781584560871124, -0.04101167619228363, -0.07136362791061401, 0.05539543926715851, 0.1689922958612442, -0.042292218655347824, 0.04377453774213791, 0.006130620837211609, 0.07895353436470032, -0.0011761132627725601, 0.008883904665708542, -0.0398428775370121, 0.045626915991306305, -0.004258497152477503, 0.04366883635520935, -0.2794189453125, 0.1301777958869934, 0.030298499390482903, 0.05693524703383446, -0.002972361631691456, 0.01870293915271759, -0.015913087874650955, -0.031676504760980606, 0.13795079290866852, 0.032801948487758636, 0.0180854219943285, -0.01413573045283556, -0.027666643261909485, 0.060935087502002716, 0.06238846108317375, -0.00810349453240633, 0.08875028789043427, -0.0055661434307694435, 0.03603171557188034, -0.002093974966555834, -0.011719810776412487, -0.1303137093782425, -0.15375925600528717, 0.05277390778064728, -0.02159961685538292, -0.011321292258799076, -0.05164148658514023, -0.01486141700297594, -0.049600016325712204, 0.01690976321697235, -0.20144706964492798, -0.11675310134887695, -0.0859292596578598, -0.003941144794225693, 0.13767048716545105, -0.06031350791454315, -0.003623025957494974, 0.000497862696647644, 0.058055732399225235, -0.06459499895572662, -0.04917055368423462, -0.010020114481449127, -0.04392343759536743, -0.14014984667301178, -0.04820455238223076, 0.12482720613479614, 0.0722731202840805, 0.07154002785682678, 0.006772805005311966, 0.07107611000537872, -0.015995295718312263, -0.09058164805173874, 0.03199300542473793, 0.07071280479431152, 0.00018815812654793262, 0.0661969929933548, -0.016942664980888367, -0.02171308547258377, -0.09960005432367325, -0.027729079127311707, 0.10434070229530334, 0.14295288920402527, -0.07354903966188431, 0.1314854621887207, 0.13232751190662384, -0.11315284669399261, -0.217829629778862, -0.003110881894826889, 0.06848426163196564, -0.01463400013744831, 0.016329124569892883, -0.1951669156551361, 0.09963107109069824, 0.07184217870235443, 0.016446590423583984, 0.00214634882286191, -0.158625066280365, -0.09533756226301193, 0.04176505282521248, -0.04383653402328491, 0.07070852071046829, -0.13875389099121094, -0.03545812889933586, -0.0018131285905838013, -0.08432560414075851, 0.1307944804430008, -0.01965131238102913, 0.010094789788126945, -0.01123531349003315, 0.12440858781337738, 0.023460302501916885, -0.018558833748102188, 0.1455797553062439, 0.035451460629701614, 0.05030839145183563, -0.01912524923682213, -0.05830953270196915, 0.02181563526391983, -0.007889783009886742, 0.08749628067016602, 0.027698833495378494, 0.05663001537322998, -0.11029326170682907, -0.02452714554965496, -0.0836872085928917, 0.06390610337257385, -0.07289827615022659, -0.05071888864040375, -0.08935528993606567, 0.09428295493125916, 0.05070047080516815, -0.020432617515325546, 0.019052578136324883, -0.08253990113735199, 0.09576959908008575, 0.05426774546504021, 0.16905443370342255, 0.030358649790287018, -0.10164943337440491, 0.04464632272720337, -0.022467248141765594, 0.05200709030032158, -0.1321408748626709, 0.026432298123836517, 0.1525193154811859, 0.03623916953802109, 0.1192784309387207, -0.015082282945513725, -0.11923798173666, 0.04293115437030792, 0.023963969200849533, -0.07966051995754242, -0.2385198473930359, 0.011656192131340504, -0.02393699809908867, -0.15403802692890167, -0.043666575103998184, 0.12576770782470703, -0.0017310549737885594, -0.013867383822798729, 0.004125266335904598, 0.0890551432967186, 0.04671256244182587, 0.11048098653554916, 0.059241168200969696, 0.028824547305703163, -0.06467833369970322, 0.048110563308000565, 0.058997780084609985, -0.11266081035137177, 0.04787636548280716, 0.0839623361825943, -0.0407864972949028, -0.05397319048643112, -0.10459089279174805, 0.006086939014494419, -0.005093183368444443, -0.02272709645330906, 0.0005111414939165115, -0.13384360074996948, 0.01697041653096676, 0.19141420722007751, -0.009100055322051048, 0.01330850925296545, -0.013362551108002663, -0.012054506689310074, -0.01491022389382124, 0.12157132476568222, 0.041815031319856644, 0.04986332729458809, -0.020947342738509178, 0.08282315731048584, -0.05158846825361252, -0.03235672414302826, -0.0017649298533797264, -0.020599527284502983, -0.09257563948631287, -0.02146128937602043, -0.21527406573295593, 0.01086787972599268, -0.07132573425769806, 0.009560775943100452, -0.0037699141539633274, -0.06230314075946808, -0.0058947475627064705, -0.006025705020874739, -0.010925475507974625, 0.011614225804805756, 0.004378987476229668, 0.05711979418992996, -0.160172700881958, -0.01876688562333584, 0.05703815817832947, -0.024697333574295044, 0.0816931426525116, -0.014503955841064453, -0.021415531635284424, 0.027745038270950317, -0.11043985188007355, 0.012217776849865913, -0.017063921317458153, 0.0893724113702774, 0.0019395318813621998, -0.09314477443695068, -0.015764139592647552, -0.003959915600717068, -0.00118352472782135, 0.02988535165786743, 0.061593856662511826, -0.054566286504268646, 0.10246728360652924, -0.01703711971640587, -0.010306978598237038, -0.0843881145119667, 0.012451007962226868, 0.09535151720046997, 0.09062294661998749, 0.11214427649974823, -0.046576134860515594, 0.05135947838425636, -0.11311227828264236, -0.008818631991744041, 0.0021714973263442516, 0.017980627715587616, -0.013505861163139343, -0.031170079484581947, 0.04498942941427231, -0.02104227803647518, 0.0947345495223999, -0.013762757182121277, -0.024255435913801193, 0.05655825883150101, -0.03880518302321434, -0.06098450720310211, -0.002572927623987198, -0.026199383661150932, 0.03303930163383484, -0.046136245131492615, -0.04940378665924072, -0.027991365641355515, -0.04564882069826126, 0.03831344470381737, 0.15940138697624207, 0.13886408507823944, 0.09929133951663971, 0.0165605116635561, 0.015780776739120483, -0.09540995210409164, 0.09305073320865631, 0.09012377262115479, -0.022079939022660255, -0.006027174182236195, -0.032651908695697784, 0.06507039070129395, 0.06131508946418762, -0.12490881979465485, 0.11959639191627502, -0.04740804061293602, -0.07224493473768234, -0.08062644302845001, -0.0733303651213646, -0.03751425817608833, 0.03651491925120354, -0.013429868966341019, -0.16080817580223083, 0.06264778971672058, 0.007592290639877319, 0.012986290268599987, -0.01341213658452034, 0.057019319385290146, -0.047703444957733154, -0.07096393406391144, 0.07787883281707764, 0.019400600343942642, 0.04876969754695892, 0.07867341488599777, 0.03445892035961151, 0.03617411106824875, 0.07193858921527863, 0.026283442974090576, 0.08064807951450348, 0.028634583577513695, -0.020811688154935837, -0.07496339082717896, -0.05276854708790779, -0.011693023145198822, 0.03148427978157997, 0.02205895073711872, 0.21580910682678223, 0.06607691943645477, -0.00509722251445055, 0.028999267145991325, 0.1776113212108612, -0.028407849371433258, -0.08223084360361099, -0.165119469165802, 0.09692925214767456, -0.031401123851537704, 0.03316498175263405, 0.01857793517410755, -0.10599273443222046, 0.01743820123374462, 0.11742016673088074, 0.12462817132472992, -0.02952653169631958, -0.0035292780958116055, 0.00024389475584030151, 0.02295156754553318, 0.017849288880825043, 0.05898378789424896, 0.04558748006820679, 0.3203956186771393, -0.04310698062181473, 0.028696972876787186, -0.021500272676348686, -0.008972388692200184, -0.022568555548787117, 0.08186230808496475, -0.018045231699943542, 0.004957483150064945, -0.06820175051689148, 0.07746575772762299, -0.05235797166824341, -0.21003511548042297, -0.02047119475901127, -0.09604506194591522, -0.07827366888523102, -0.01687544211745262, 0.012300047092139721, -0.020994121208786964, -0.0020261737518012524, 0.02444417215883732, -0.004351767711341381, 0.1954229474067688, 0.0014461795799434185, -0.037741631269454956, -0.00323092145845294, 0.12374638766050339, -0.07595491409301758, 0.04382602125406265, 0.03736226260662079, 0.1399998515844345, 0.0660383477807045, 0.009467579424381256, -0.08508983999490738, 0.05815765634179115, 0.0771961510181427, -0.05305248871445656, -0.02293538674712181, 0.11840558052062988, 0.03877187520265579, 0.11049661785364151, 0.13549180328845978, -0.03053538128733635, 0.04165291413664818, 0.04222041368484497, -0.08924265205860138, -0.11942402273416519, 0.09990985691547394, -0.11291305720806122, 0.1073223203420639, 0.13877052068710327, -0.0075205247849226, 0.025839325040578842, -0.01587732695043087, -0.041250668466091156, 0.0034534535370767117, 0.17806625366210938, -0.010375093668699265, -0.09373843669891357, 0.02512860670685768, -0.04118954762816429, 0.05867753177881241, -0.165334552526474, -0.01567075587809086, 0.032447654753923416, 0.02025245502591133, 0.04265114292502403, 0.09071029722690582, 0.08071195334196091, 0.015344503335654736, -0.03238416463136673, -0.09583036601543427, 0.009439472109079361, 0.10326752066612244, -0.016296010464429855, 0.00025700218975543976 ]
fc8ede49f0d67fcb21dbcbc1bde387a6ef7a126b
# Dataset Card for doc2dial ## 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://doc2dial.github.io - **Repository:** [Needs More Information] - **Paper:** https://www.aclweb.org/anthology/2020.emnlp-main.652.pdf - **Leaderboard:** - **Point of Contact:** ### Dataset Summary Doc2dial is dataset of goal-oriented dialogues that are grounded in the associated documents. It includes over 4500 annotated conversations with an average of 14 turns that are grounded in over 450 documents from four domains. Compared to the prior document-grounded dialogue datasets this dataset covers a variety of dialogue scenes in information-seeking conversations. ### Supported Tasks and Leaderboards > Supported Task: [Shared Task](https://doc2dial.github.io/workshop2021/shared.html) hosted by DialDoc21 at ACL. > Leaderboard: [LINK](https://eval.ai/web/challenges/challenge-page/793) ### Languages English ## Dataset Structure ### Data Instances Sample data instance for `dialogue_domain` : ``` { "dial_id": "9f44c1539efe6f7e79b02eb1b413aa43", "doc_id": "Top 5 DMV Mistakes and How to Avoid Them#3_0", "domain": "dmv", "turns": [ { "da": "query_condition", "references": [ { "sp_id": "4", "label": "precondition" } ], "role": "user", "turn_id": 1, "utterance": "Hello, I forgot o update my address, can you help me with that?" }, { "da": "response_solution", "references": [ { "sp_id": "6", "label": "solution" }, { "sp_id": "7", "label": "solution" }, { "sp_id": "4", "label": "references" } ], "role": "agent", "turn_id": 2, "utterance": "hi, you have to report any change of address to DMV within 10 days after moving. You should do this both for the address associated with your license and all the addresses associated with all your vehicles." }, { "da": "query_solution", "references": [ { "sp_id": "56", "label": "solution" }, { "sp_id": "48", "label": "references" } ], "role": "user", "turn_id": 3, "utterance": "Can I do my DMV transactions online?" }, { "da": "respond_solution", "references": [ { "sp_id": "56", "label": "solution" }, { "sp_id": "48", "label": "references" } ], "role": "agent", "turn_id": 4, "utterance": "Yes, you can sign up for MyDMV for all the online transactions needed." }, { "da": "query_condition", "references": [ { "sp_id": "48", "label": "precondition" } ], "role": "user", "turn_id": 5, "utterance": "Thanks, and in case I forget to bring all of the documentation needed to the DMV office, what can I do?" }, { "da": "respond_solution", "references": [ { "sp_id": "49", "label": "solution" }, { "sp_id": "50", "label": "solution" }, { "sp_id": "52", "label": "solution" }, { "sp_id": "48", "label": "references" } ], "role": "agent", "turn_id": 6, "utterance": "This happens often with our customers so that's why our website and MyDMV are so useful for our customers. Just check if you can make your transaction online so you don't have to go to the DMV Office." }, { "da": "query_solution", "references": [ { "sp_id": "6", "label": "solution" }, { "sp_id": "7", "label": "solution" }, { "sp_id": "4", "label": "references" } ], "role": "user", "turn_id": 7, "utterance": "Ok, and can you tell me again where should I report my new address?" }, { "da": "respond_solution", "references": [ { "sp_id": "6", "label": "solution" }, { "sp_id": "7", "label": "solution" }, { "sp_id": "4", "label": "references" } ], "role": "agent", "turn_id": 8, "utterance": "Sure. Any change of address must be reported to the DMV, that's for the address associated with your license and any of your vehicles." }, { "da": "query_condition", "references": [ { "sp_id": "40", "label": "precondition" } ], "role": "user", "turn_id": 9, "utterance": "Can you tell me more about Traffic points and their cost?" }, { "da": "respond_solution", "references": [ { "sp_id": "41", "label": "solution" }, { "sp_id": "43", "label": "solution" }, { "sp_id": "40", "label": "references" } ], "role": "agent", "turn_id": 10, "utterance": "Traffic points is the system used by DMV to track dangerous drivers. The cost of the traffic points is independent of the DRA, so you get a separate charge based on the total points you accumulate." } ] } ``` Sample data instance for `document_domain` : ``` { "doc_id": "Benefits Planner: Retirement | Online Calculator (WEP Version)#1_0", "domain": "ssa", "doc_html_raw": "<main class=\"content\" id=\"content\" role=\"main\">\n\n<section>\n\n<div>\n<h2>\nBenefits Planner: Retirement\n</h2>\n</div>\n</section>\n\n\n<section>\n\n<div>\n\n<div>\n\n\n</div>\n\n<article>\n<section>\n\n<h3>Online Calculator (WEP Version)</h3>\n<p>The calculator shown below allows you to estimate your Social Security benefit.\nHowever, for the most accurate estimates, <a>use the Detailed Calculator</a>.</p>\n<p>You need to enter all your past earnings\n, which are shown on your <a>online </a>.</p>\n\n<p>Please Note:</p>\n<ul class=\"browser-default\">\n<li>The Online Calculator is updated periodically<span>*</span> with new benefit increases and other benefit amounts. Therefore, it is likely that your benefit estimates in the future will differ from those calculated today.</li>\n<li>The Online Calculator works on PCs and Macs with Javascript enabled.</li>\n<li>Some browsers may not allow you to print the table below. </li>\n</ul>\n<p></p>\n\n<div>\nThe Online Calculator temporarily stores information on your local computer while your browser is open. To protect your personal information, you should close your browser after you have finished your estimate.\n</div>\n<p></p>\n\n<div>\n<p>Note: If your birthday is on January 1st, we figure your benefit as if your birthday was in the previous year.</p>\n<p>If you qualify for benefits as a Survivor, your <a>full retirement age for survivors benefits</a> may be different.</p></div>\n\n<div>\n</div></section></article></div></section></main>", "doc_html_ts": "<main><section><div><h2 sent_id=\"1\" text_id=\"1\">Benefits Planner: Retirement</h2></div></section><section><div><article><section><h3 sent_id=\"2\" text_id=\"2\">Online Calculator (WEP Version)</h3><div tag_id=\"1\"><u sent_id=\"3\" tag_id=\"1\"><u sent_id=\"3\" tag_id=\"1\" text_id=\"3\">The calculator shown below allows you to estimate your Social Security benefit .</u></u><u sent_id=\"4\" tag_id=\"1\"><u sent_id=\"4\" tag_id=\"1\" text_id=\"4\">However ,</u><u sent_id=\"4\" tag_id=\"1\" text_id=\"5\">for the most accurate estimates ,</u><u sent_id=\"4\" tag_id=\"1\" text_id=\"6\">use the Detailed Calculator .</u></u></div><div tag_id=\"2\"><u sent_id=\"5\" tag_id=\"2\"><u sent_id=\"5\" tag_id=\"2\" text_id=\"7\">You need to enter all your past earnings , which are shown on your online .</u></u></div><div tag_id=\"3\"><u sent_id=\"6\" tag_id=\"3\"><u sent_id=\"6\" tag_id=\"3\" text_id=\"8\">Please Note:</u></u></div><ul class=\"browser-default\" tag_id=\"3\"><li tag_id=\"3\"><div tag_id=\"3\"><u sent_id=\"9\" tag_id=\"3\"><u sent_id=\"9\" tag_id=\"3\" text_id=\"9\">The Online Calculator is updated periodically * with new benefit increases and other benefit amounts .</u></u><u sent_id=\"10\" tag_id=\"3\"><u sent_id=\"10\" tag_id=\"3\" text_id=\"10\">Therefore ,</u><u sent_id=\"10\" tag_id=\"3\" text_id=\"11\">it is likely that your benefit estimates in the future will differ from those calculated today .</u></u></div></li><li tag_id=\"3\"><u sent_id=\"11\" tag_id=\"3\"><u sent_id=\"11\" tag_id=\"3\" text_id=\"12\">The Online Calculator works on PCs and Macs with Javascript enabled .</u></u></li><li tag_id=\"3\"><u sent_id=\"12\" tag_id=\"3\"><u sent_id=\"12\" tag_id=\"3\" text_id=\"13\">Some browsers may not allow you to print the table below .</u></u></li></ul><div>The Online Calculator temporarily stores information on your local computer while your browser is open. To protect your personal information, you should close your browser after you have finished your estimate.</div><div><div tag_id=\"4\"><u sent_id=\"13\" tag_id=\"4\"><u sent_id=\"13\" tag_id=\"4\" text_id=\"14\">Note:</u></u><u sent_id=\"14\" tag_id=\"4\"><u sent_id=\"14\" tag_id=\"4\" text_id=\"15\">If your birthday is on January 1st ,</u><u sent_id=\"14\" tag_id=\"4\" text_id=\"16\">we figure your benefit as if your birthday was in the previous year .</u></u></div><div tag_id=\"5\"><u sent_id=\"15\" tag_id=\"5\"><u sent_id=\"15\" tag_id=\"5\" text_id=\"17\">If you qualify for benefits as a Survivor ,</u><u sent_id=\"15\" tag_id=\"5\" text_id=\"18\">your full retirement age for survivors benefits may be different .</u></u></div></div></section></article></div></section></main>", "doc_text": "\n\nBenefits Planner: Retirement \n\n\nOnline Calculator (WEP Version) \nThe calculator shown below allows you to estimate your Social Security benefit. However , for the most accurate estimates , use the Detailed Calculator. You need to enter all your past earnings, which are shown on your online. Please Note: The Online Calculator is updated periodically * with new benefit increases and other benefit amounts. Therefore , it is likely that your benefit estimates in the future will differ from those calculated today. The Online Calculator works on PCs and Macs with Javascript enabled. Some browsers may not allow you to print the table below. Note: If your birthday is on January 1st , we figure your benefit as if your birthday was in the previous year. If you qualify for benefits as a Survivor , your full retirement age for survivors benefits may be different. ", "title": "Benefits Planner: Retirement | Online Calculator (WEP Version)#1", "spans": [ { "end_sec": 32, "end_sp": 32, "id_sec": "t_0", "id_sp": "1", "parent_titles": "[]", "start_sec": 0, "start_sp": 0, "tag": "h2", "text_sec": "\n\nBenefits Planner: Retirement \n", "text_sp": "\n\nBenefits Planner: Retirement \n", "title": "Benefits Planner: Retirement" }, { "end_sec": 67, "end_sp": 67, "id_sec": "t_1", "id_sp": "2", "parent_titles": "[{'id_sp': '1', 'text': 'Benefits Planner: Retirement', 'level': 'h2'}]", "start_sec": 32, "start_sp": 32, "tag": "h3", "text_sec": "\n\nOnline Calculator (WEP Version) \n", "text_sp": "\n\nOnline Calculator (WEP Version) \n", "title": "Online Calculator (WEP Version)" }, { "end_sec": 220, "end_sp": 147, "id_sec": "1", "id_sp": "3", "parent_titles": "[]", "start_sec": 67, "start_sp": 67, "tag": "u", "text_sec": "The calculator shown below allows you to estimate your Social Security benefit. However , for the most accurate estimates , use the Detailed Calculator. ", "text_sp": "The calculator shown below allows you to estimate your Social Security benefit. ", "title": "Online Calculator (WEP Version)" } ] } ``` Sample data instance for `doc2dial_rc` : ``` { "id": "78f72b08b43791a4a70363fe62b8de08_1", "is_impossible": false, "question": "Hello, I want to know about the retirement plan.", "answers": { "answer_start": [ 0 ], "text": [ "\n\nBenefits Planner: Retirement \n\n\nOnline Calculator (WEP Version) \n" ] }, "context": "\n\nBenefits Planner: Retirement \n\n\nOnline Calculator (WEP Version) \nThe calculator shown below allows you to estimate your Social Security benefit. However , for the most accurate estimates , use the Detailed Calculator. You need to enter all your past earnings, which are shown on your online. Please Note: The Online Calculator is updated periodically * with new benefit increases and other benefit amounts. Therefore , it is likely that your benefit estimates in the future will differ from those calculated today. The Online Calculator works on PCs and Macs with Javascript enabled. Some browsers may not allow you to print the table below. Note: If your birthday is on January 1st , we figure your benefit as if your birthday was in the previous year. If you qualify for benefits as a Survivor , your full retirement age for survivors benefits may be different. ", "title": "Benefits Planner: Retirement | Online Calculator (WEP Version)#1_0", "domain": "ssa" } ``` ### Data Fields For `document_domain`, - `doc_id`: the ID of a document; - `title`: the title of the document; - `domain`: the domain of the document; - `doc_text`: the text content of the document (without HTML markups); - `doc_html_ts`: the document content with HTML markups and the annotated spans that are indicated by `text_id` attribute, which corresponds to `id_sp`. - `doc_html_raw`: the document content with HTML markups and without span annotations. - `spans`: key-value pairs of all spans in the document, with `id_sp` as key. Each span includes the following, - `id_sp`: the id of a span as noted by `text_id` in `doc_html_ts`; - `start_sp`/ `end_sp`: the start/end position of the text span in `doc_text`; - `text_sp`: the text content of the span. - `id_sec`: the id of the (sub)section (e.g. `<p>`) or title (`<h2>`) that contains the span. - `start_sec` / `end_sec`: the start/end position of the (sub)section in `doc_text`. - `text_sec`: the text of the (sub)section. - `title`: the title of the (sub)section. - `parent_titles`: the parent titles of the `title`. For `dialogue_domain`: - `dial_id`: the ID of a dialogue; - `doc_id`: the ID of the associated document; - `domain`: domain of the document; - `turns`: a list of dialogue turns. Each turn includes, - `turn_id`: the time order of the turn; - `role`: either "agent" or "user"; - `da`: dialogue act; - `references`: the grounding span (`id_sp`) in the associated document. If a turn is an irrelevant turn, i.e., `da` ends with "ood", `reference` is empty. **Note** that spans with labels "*precondition*"/"*solution*" are the actual grounding spans. Spans with label "*reference*" are the related titles or contextual reference, which is used for the purpose of describing a dialogue scene better to crowd contributors. - `utterance`: the human-generated utterance based on the dialogue scene. For `doc2dial_rc`, this conforms to [SQuAD](https://rajpurkar.github.io/SQuAD-explorer/) data format. For how to load Doc2Dial data for reading comprehension task, please refer [here](https://github.com/doc2dial/sharedtask-dialdoc2021). - `id`: the ID of a QA instance; - `question`: user query; - `answers`: the answers that are grounded in the associated document; - `answer_start`: the start position of the grounding span in the associated document (`context`); - `text`: the text content of the grounding span; - `title`: the title of the associated document; - `domain`: the domain of the associated document; - `context`: the text content of the associated document (without HTML markups). ### Data Splits Training & dev split for dialogue domain Training split only for document domain ## 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 Song Feng, Hui Wan, Chulaka Gunasekara, Siva Sankalp Patel,Sachindra Joshi. Luis A. Lastras ### Licensing Information Creative Commons Attribution 3.0 Unported ### Citation Information @inproceedings{feng-etal-2020-doc2dial, title = "doc2dial: A Goal-Oriented Document-Grounded Dialogue Dataset", author = "Feng, Song and Wan, Hui and Gunasekara, Chulaka and Patel, Siva and Joshi, Sachindra and Lastras, Luis", booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)", month = nov, year = "2020", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/2020.emnlp-main.652", } ### Contributions Thanks to [@songfeng](https://github.com/songfeng), [@KMFODA](https://github.com/KMFODA) for adding this dataset.
doc2dial
[ "task_categories:question-answering", "task_ids:closed-domain-qa", "annotations_creators:expert-generated", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "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": ["found"], "language": ["en"], "license": ["cc-by-3.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["closed-domain-qa"], "paperswithcode_id": "doc2dial", "pretty_name": "doc2dial", "dataset_info": [{"config_name": "dialogue_domain", "features": [{"name": "dial_id", "dtype": "string"}, {"name": "doc_id", "dtype": "string"}, {"name": "domain", "dtype": "string"}, {"name": "turns", "list": [{"name": "turn_id", "dtype": "int32"}, {"name": "role", "dtype": "string"}, {"name": "da", "dtype": "string"}, {"name": "references", "list": [{"name": "sp_id", "dtype": "string"}, {"name": "label", "dtype": "string"}]}, {"name": "utterance", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 6924209, "num_examples": 3474}, {"name": "validation", "num_bytes": 1315815, "num_examples": 661}], "download_size": 5879543, "dataset_size": 8240024}, {"config_name": "document_domain", "features": [{"name": "domain", "dtype": "string"}, {"name": "doc_id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "doc_text", "dtype": "string"}, {"name": "spans", "list": [{"name": "id_sp", "dtype": "string"}, {"name": "tag", "dtype": "string"}, {"name": "start_sp", "dtype": "int32"}, {"name": "end_sp", "dtype": "int32"}, {"name": "text_sp", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "parent_titles", "dtype": "string"}, {"name": "id_sec", "dtype": "string"}, {"name": "start_sec", "dtype": "int32"}, {"name": "text_sec", "dtype": "string"}, {"name": "end_sec", "dtype": "int32"}]}, {"name": "doc_html_ts", "dtype": "string"}, {"name": "doc_html_raw", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 204874908, "num_examples": 3416}], "download_size": 5879543, "dataset_size": 204874908}, {"config_name": "doc2dial_rc", "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": "domain", "dtype": "string"}], "splits": [{"name": "validation", "num_bytes": 22705288, "num_examples": 3972}, {"name": "train", "num_bytes": 114778994, "num_examples": 20431}], "download_size": 5879543, "dataset_size": 137484282}]}
2024-01-18T11:02:44+00:00
[]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-closed-domain-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-3.0 #region-us
# Dataset Card for doc2dial ## 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 Doc2dial is dataset of goal-oriented dialogues that are grounded in the associated documents. It includes over 4500 annotated conversations with an average of 14 turns that are grounded in over 450 documents from four domains. Compared to the prior document-grounded dialogue datasets this dataset covers a variety of dialogue scenes in information-seeking conversations. ### Supported Tasks and Leaderboards > Supported Task: Shared Task hosted by DialDoc21 at ACL. > Leaderboard: LINK ### Languages English ## Dataset Structure ### Data Instances Sample data instance for 'dialogue_domain' : Sample data instance for 'document_domain' : Sample data instance for 'doc2dial_rc' : ### Data Fields For 'document_domain', - 'doc_id': the ID of a document; - 'title': the title of the document; - 'domain': the domain of the document; - 'doc_text': the text content of the document (without HTML markups); - 'doc_html_ts': the document content with HTML markups and the annotated spans that are indicated by 'text_id' attribute, which corresponds to 'id_sp'. - 'doc_html_raw': the document content with HTML markups and without span annotations. - 'spans': key-value pairs of all spans in the document, with 'id_sp' as key. Each span includes the following, - 'id_sp': the id of a span as noted by 'text_id' in 'doc_html_ts'; - 'start_sp'/ 'end_sp': the start/end position of the text span in 'doc_text'; - 'text_sp': the text content of the span. - 'id_sec': the id of the (sub)section (e.g. '<p>') or title ('<h2>') that contains the span. - 'start_sec' / 'end_sec': the start/end position of the (sub)section in 'doc_text'. - 'text_sec': the text of the (sub)section. - 'title': the title of the (sub)section. - 'parent_titles': the parent titles of the 'title'. For 'dialogue_domain': - 'dial_id': the ID of a dialogue; - 'doc_id': the ID of the associated document; - 'domain': domain of the document; - 'turns': a list of dialogue turns. Each turn includes, - 'turn_id': the time order of the turn; - 'role': either "agent" or "user"; - 'da': dialogue act; - 'references': the grounding span ('id_sp') in the associated document. If a turn is an irrelevant turn, i.e., 'da' ends with "ood", 'reference' is empty. Note that spans with labels "*precondition*"/"*solution*" are the actual grounding spans. Spans with label "*reference*" are the related titles or contextual reference, which is used for the purpose of describing a dialogue scene better to crowd contributors. - 'utterance': the human-generated utterance based on the dialogue scene. For 'doc2dial_rc', this conforms to SQuAD data format. For how to load Doc2Dial data for reading comprehension task, please refer here. - 'id': the ID of a QA instance; - 'question': user query; - 'answers': the answers that are grounded in the associated document; - 'answer_start': the start position of the grounding span in the associated document ('context'); - 'text': the text content of the grounding span; - 'title': the title of the associated document; - 'domain': the domain of the associated document; - 'context': the text content of the associated document (without HTML markups). ### Data Splits Training & dev split for dialogue domain Training split only for document domain ## 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 Song Feng, Hui Wan, Chulaka Gunasekara, Siva Sankalp Patel,Sachindra Joshi. Luis A. Lastras ### Licensing Information Creative Commons Attribution 3.0 Unported @inproceedings{feng-etal-2020-doc2dial, title = "doc2dial: A Goal-Oriented Document-Grounded Dialogue Dataset", author = "Feng, Song and Wan, Hui and Gunasekara, Chulaka and Patel, Siva and Joshi, Sachindra and Lastras, Luis", booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)", month = nov, year = "2020", publisher = "Association for Computational Linguistics", url = "URL } ### Contributions Thanks to @songfeng, @KMFODA for adding this dataset.
[ "# Dataset Card for doc2dial", "## 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:\n- Point of Contact:", "### Dataset Summary\n\nDoc2dial is dataset of goal-oriented dialogues that are grounded in the associated documents. It includes over 4500 annotated conversations with an average of 14 turns that are grounded in over 450 documents from four domains. Compared to the prior document-grounded dialogue datasets this dataset covers a variety of dialogue scenes in information-seeking conversations.", "### Supported Tasks and Leaderboards\n\n> Supported Task: Shared Task hosted by DialDoc21 at ACL.\n\n> Leaderboard: LINK", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nSample data instance for 'dialogue_domain' :\n\n\n\n\n\nSample data instance for 'document_domain' :\n\n\n\nSample data instance for 'doc2dial_rc' :", "### Data Fields\n\nFor 'document_domain',\n\n- 'doc_id': the ID of a document;\n- 'title': the title of the document;\n- 'domain': the domain of the document;\n- 'doc_text': the text content of the document (without HTML markups);\n- 'doc_html_ts': the document content with HTML markups and the annotated spans that are indicated by 'text_id' attribute, which corresponds to 'id_sp'.\n- 'doc_html_raw': the document content with HTML markups and without span annotations.\n- 'spans': key-value pairs of all spans in the document, with 'id_sp' as key. Each span includes the following,\n - 'id_sp': the id of a span as noted by 'text_id' in 'doc_html_ts';\n - 'start_sp'/ 'end_sp': the start/end position of the text span in 'doc_text';\n - 'text_sp': the text content of the span.\n - 'id_sec': the id of the (sub)section (e.g. '<p>') or title ('<h2>') that contains the span.\n - 'start_sec' / 'end_sec': the start/end position of the (sub)section in 'doc_text'.\n - 'text_sec': the text of the (sub)section.\n - 'title': the title of the (sub)section.\n - 'parent_titles': the parent titles of the 'title'.\n\n\n\nFor 'dialogue_domain':\n\n- 'dial_id': the ID of a dialogue;\n- 'doc_id': the ID of the associated document;\n- 'domain': domain of the document;\n- 'turns': a list of dialogue turns. Each turn includes,\n - 'turn_id': the time order of the turn;\n - 'role': either \"agent\" or \"user\";\n - 'da': dialogue act;\n - 'references': the grounding span ('id_sp') in the associated document. If a turn is an irrelevant turn, i.e., 'da' ends with \"ood\", 'reference' is empty. Note that spans with labels \"*precondition*\"/\"*solution*\" are the actual grounding spans. Spans with label \"*reference*\" are the related titles or contextual reference, which is used for the purpose of describing a dialogue scene better to crowd contributors.\n - 'utterance': the human-generated utterance based on the dialogue scene.\n\n\n\nFor 'doc2dial_rc', this conforms to SQuAD data format. For how to load Doc2Dial data for reading comprehension task, please refer here.\n\n- 'id': the ID of a QA instance;\n- 'question': user query;\n- 'answers': the answers that are grounded in the associated document;\n - 'answer_start': the start position of the grounding span in the associated document ('context');\n - 'text': the text content of the grounding span;\n- 'title': the title of the associated document;\n- 'domain': the domain of the associated document;\n- 'context': the text content of the associated document (without HTML markups).", "### Data Splits\n\nTraining & dev split for dialogue domain\nTraining split only for document domain", "## 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\n\nSong Feng, Hui Wan, Chulaka Gunasekara, Siva Sankalp Patel,Sachindra Joshi. Luis A. Lastras", "### Licensing Information\n\nCreative Commons Attribution 3.0 Unported\n\n\n\n@inproceedings{feng-etal-2020-doc2dial,\n title = \"doc2dial: A Goal-Oriented Document-Grounded Dialogue Dataset\",\n author = \"Feng, Song and Wan, Hui and Gunasekara, Chulaka and Patel, Siva and Joshi, Sachindra and Lastras, Luis\",\n booktitle = \"Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)\",\n month = nov,\n year = \"2020\",\n publisher = \"Association for Computational Linguistics\",\n url = \"URL\n}", "### Contributions\n\nThanks to @songfeng, @KMFODA for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-closed-domain-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-3.0 #region-us \n", "# Dataset Card for doc2dial", "## 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:\n- Point of Contact:", "### Dataset Summary\n\nDoc2dial is dataset of goal-oriented dialogues that are grounded in the associated documents. It includes over 4500 annotated conversations with an average of 14 turns that are grounded in over 450 documents from four domains. Compared to the prior document-grounded dialogue datasets this dataset covers a variety of dialogue scenes in information-seeking conversations.", "### Supported Tasks and Leaderboards\n\n> Supported Task: Shared Task hosted by DialDoc21 at ACL.\n\n> Leaderboard: LINK", "### Languages\n\nEnglish", "## Dataset Structure", "### Data Instances\n\nSample data instance for 'dialogue_domain' :\n\n\n\n\n\nSample data instance for 'document_domain' :\n\n\n\nSample data instance for 'doc2dial_rc' :", "### Data Fields\n\nFor 'document_domain',\n\n- 'doc_id': the ID of a document;\n- 'title': the title of the document;\n- 'domain': the domain of the document;\n- 'doc_text': the text content of the document (without HTML markups);\n- 'doc_html_ts': the document content with HTML markups and the annotated spans that are indicated by 'text_id' attribute, which corresponds to 'id_sp'.\n- 'doc_html_raw': the document content with HTML markups and without span annotations.\n- 'spans': key-value pairs of all spans in the document, with 'id_sp' as key. Each span includes the following,\n - 'id_sp': the id of a span as noted by 'text_id' in 'doc_html_ts';\n - 'start_sp'/ 'end_sp': the start/end position of the text span in 'doc_text';\n - 'text_sp': the text content of the span.\n - 'id_sec': the id of the (sub)section (e.g. '<p>') or title ('<h2>') that contains the span.\n - 'start_sec' / 'end_sec': the start/end position of the (sub)section in 'doc_text'.\n - 'text_sec': the text of the (sub)section.\n - 'title': the title of the (sub)section.\n - 'parent_titles': the parent titles of the 'title'.\n\n\n\nFor 'dialogue_domain':\n\n- 'dial_id': the ID of a dialogue;\n- 'doc_id': the ID of the associated document;\n- 'domain': domain of the document;\n- 'turns': a list of dialogue turns. Each turn includes,\n - 'turn_id': the time order of the turn;\n - 'role': either \"agent\" or \"user\";\n - 'da': dialogue act;\n - 'references': the grounding span ('id_sp') in the associated document. If a turn is an irrelevant turn, i.e., 'da' ends with \"ood\", 'reference' is empty. Note that spans with labels \"*precondition*\"/\"*solution*\" are the actual grounding spans. Spans with label \"*reference*\" are the related titles or contextual reference, which is used for the purpose of describing a dialogue scene better to crowd contributors.\n - 'utterance': the human-generated utterance based on the dialogue scene.\n\n\n\nFor 'doc2dial_rc', this conforms to SQuAD data format. For how to load Doc2Dial data for reading comprehension task, please refer here.\n\n- 'id': the ID of a QA instance;\n- 'question': user query;\n- 'answers': the answers that are grounded in the associated document;\n - 'answer_start': the start position of the grounding span in the associated document ('context');\n - 'text': the text content of the grounding span;\n- 'title': the title of the associated document;\n- 'domain': the domain of the associated document;\n- 'context': the text content of the associated document (without HTML markups).", "### Data Splits\n\nTraining & dev split for dialogue domain\nTraining split only for document domain", "## 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\n\nSong Feng, Hui Wan, Chulaka Gunasekara, Siva Sankalp Patel,Sachindra Joshi. Luis A. Lastras", "### Licensing Information\n\nCreative Commons Attribution 3.0 Unported\n\n\n\n@inproceedings{feng-etal-2020-doc2dial,\n title = \"doc2dial: A Goal-Oriented Document-Grounded Dialogue Dataset\",\n author = \"Feng, Song and Wan, Hui and Gunasekara, Chulaka and Patel, Siva and Joshi, Sachindra and Lastras, Luis\",\n booktitle = \"Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)\",\n month = nov,\n year = \"2020\",\n publisher = \"Association for Computational Linguistics\",\n url = \"URL\n}", "### Contributions\n\nThanks to @songfeng, @KMFODA for adding this dataset." ]
[ 93, 9, 120, 26, 90, 38, 5, 6, 46, 776, 18, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 35, 146, 22 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-closed-domain-qa #annotations_creators-expert-generated #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #language-English #license-cc-by-3.0 #region-us \n# Dataset Card for doc2dial## 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:\n- Point of Contact:### Dataset Summary\n\nDoc2dial is dataset of goal-oriented dialogues that are grounded in the associated documents. It includes over 4500 annotated conversations with an average of 14 turns that are grounded in over 450 documents from four domains. Compared to the prior document-grounded dialogue datasets this dataset covers a variety of dialogue scenes in information-seeking conversations.### Supported Tasks and Leaderboards\n\n> Supported Task: Shared Task hosted by DialDoc21 at ACL.\n\n> Leaderboard: LINK### Languages\n\nEnglish## Dataset Structure### Data Instances\n\nSample data instance for 'dialogue_domain' :\n\n\n\n\n\nSample data instance for 'document_domain' :\n\n\n\nSample data instance for 'doc2dial_rc' :" ]
[ -0.06623131781816483, 0.17762164771556854, -0.006983648054301739, 0.010474050417542458, 0.06879118084907532, 0.024977557361125946, 0.08925890922546387, 0.12154283374547958, 0.033685844391584396, 0.11179859191179276, -0.09148383140563965, 0.04374308884143829, 0.11124368011951447, 0.08706490695476532, -0.018002044409513474, -0.19743521511554718, 0.050367966294288635, -0.08786668628454208, -0.025457950308918953, 0.08254516869783401, 0.10464850068092346, -0.07233962416648865, 0.03813906013965607, -0.04724670574069023, -0.043161094188690186, 0.01607765443623066, -0.040919285267591476, -0.059897422790527344, 0.08068810403347015, 0.03146212175488472, 0.06973084062337875, 0.009732412174344063, 0.06017407029867172, -0.24023248255252838, 0.03524163365364075, 0.06342849135398865, 0.026948755607008934, 0.07767274230718613, 0.0742540955543518, 0.00013971711450722069, -0.0015807515010237694, -0.09606437385082245, 0.08439191430807114, 0.06060397997498512, -0.10293480008840561, -0.15539298951625824, -0.12116370350122452, 0.0845196321606636, 0.11187691986560822, 0.015662632882595062, -0.02895302139222622, 0.0421927385032177, -0.043138280510902405, 0.02693752571940422, 0.058786988258361816, -0.14854641258716583, -0.046791888773441315, 0.08141060918569565, -0.02962592802941799, 0.0431085042655468, -0.14430759847164154, -0.01729932241141796, -0.07575847953557968, 0.017563916742801666, 0.012518600560724735, -0.005829882342368364, -0.026808038353919983, 0.030911579728126526, -0.05974016338586807, -0.02042623795568943, 0.10298284143209457, 0.012002800591289997, 0.0028492275159806013, -0.23325812816619873, -0.051058750599622726, 0.08428145200014114, -0.06550518423318863, -0.002071969211101532, 0.04412846639752388, -0.009599873796105385, 0.07589805126190186, -0.013532212004065514, -0.05145541951060295, 0.022684892639517784, -0.05714976415038109, -0.02213255874812603, 0.017369387671351433, 0.005237469915300608, 0.05367305874824524, 0.08834952861070633, 0.03136304393410683, -0.11459354311227798, -0.015859564766287804, -0.06536683440208435, -0.1357385814189911, -0.027252132073044777, 0.058649659156799316, 0.015425367280840874, 0.10460447520017624, 0.19855940341949463, -0.02400190941989422, 0.049946870654821396, -0.08427882939577103, -0.028099199756979942, 0.06951826065778732, 0.09663598984479904, -0.05722392350435257, -0.15967218577861786, 0.036897286772727966, 0.04575740173459053, -0.0127104502171278, 0.00452302535995841, 0.004037785343825817, 0.04342449828982353, -0.026909390464425087, 0.08328714221715927, 0.1433102786540985, 0.024484951049089432, -0.06263244897127151, -0.0480366088449955, 0.2136431336402893, -0.1560690701007843, 0.02883707731962204, 0.03202758729457855, 0.005185069516301155, 0.03874487057328224, -0.011899582110345364, 0.03998493030667305, -0.08385082334280014, 0.05556571111083031, -0.039417609572410583, -0.05443355068564415, -0.07129990309476852, -0.06152597442269325, 0.07168706506490707, -0.021259350702166557, -0.07518640905618668, 0.015037594363093376, -0.08473189175128937, -0.06131570413708687, 0.036000341176986694, -0.0970986858010292, -0.052393652498722076, -0.02538004331290722, 0.020550943911075592, 0.06196499615907669, 0.006051261443644762, 0.0014108131872490048, -0.04963747784495354, 0.0033135951962321997, -0.04946187138557434, 0.04165363311767578, 0.10653999447822571, 0.021150317043066025, -0.04569382593035698, 0.028188828378915787, -0.20410166680812836, 0.11437495797872543, -0.14822594821453094, 0.04336882382631302, -0.1268496960401535, 0.04442449286580086, 0.03848598524928093, 0.013894395902752876, -0.004620665684342384, 0.15957678854465485, -0.10785993188619614, -0.031312838196754456, 0.142610564827919, -0.08514479547739029, -0.063419871032238, 0.058844875544309616, -0.030151382088661194, 0.021511007100343704, 0.06263280659914017, 0.11893197149038315, -0.033409662544727325, -0.057232487946748734, -0.04200049489736557, -0.07102886587381363, 0.04297913610935211, 0.1351667046546936, 0.07615583389997482, -0.08838117867708206, 0.20264431834220886, 0.012683329172432423, 0.01302964799106121, -0.0705907791852951, -0.003190308343619108, -0.0388779416680336, 0.03207426890730858, 0.018956193700432777, -0.009210196323692799, -0.040184348821640015, -0.05440030246973038, 0.0026327366940677166, -0.09461630135774612, 0.06811375916004181, 0.02326837368309498, -0.007637703791260719, 0.025937693193554878, -0.038437049835920334, -0.046380504965782166, -0.025405343621969223, 0.00006067527283448726, -0.16635704040527344, -0.20295250415802002, 0.03140793740749359, 0.004961194936186075, 0.10276341438293457, -0.030517013743519783, 0.014071633107960224, -0.03906520828604698, -0.05666939541697502, 0.0061531588435173035, 0.003456642385572195, 0.02012319676578045, -0.01201634667813778, -0.19115658104419708, -0.00778237683698535, -0.04298932105302811, 0.06154962256550789, -0.08092895150184631, 0.013435923494398594, 0.09722097218036652, 0.18762847781181335, 0.05771644040942192, -0.051618944853544235, 0.0711255893111229, -0.01245727576315403, 0.028226962313055992, -0.05306626111268997, -0.002144073834642768, -0.027861423790454865, 0.012350325472652912, 0.0757155567407608, -0.06557561457157135, 0.006443744525313377, 0.054842326790094376, 0.07702326029539108, -0.04056435823440552, -0.11274505406618118, -0.05076355114579201, -0.028920846059918404, -0.08428969234228134, -0.12448202073574066, 0.11098742485046387, 0.07827839255332947, 0.04236587882041931, -0.04768122360110283, -0.0886276438832283, -0.06485812366008759, 0.03670084476470947, -0.039010100066661835, 0.05945877730846405, 0.034279000014066696, -0.08966788649559021, 0.14420537650585175, 0.007478112354874611, 0.1677950918674469, 0.07972545176744461, -0.05368378758430481, -0.07509507983922958, 0.0067756157368421555, -0.03678087517619133, -0.019693421199917793, 0.07463095337152481, -0.07446414232254028, -0.002040538936853409, 0.08629325032234192, 0.02476819045841694, 0.020917652174830437, -0.048085737973451614, 0.051293566823005676, -0.001989605138078332, -0.014824985526502132, -0.03800931200385094, 0.011674745008349419, 0.07635361701250076, 0.12460915744304657, 0.04517849162220955, 0.10428116470575333, -0.03805413469672203, -0.06733438372612, -0.07910270988941193, 0.09107528626918793, -0.16348327696323395, -0.22368673980236053, -0.11250405013561249, -0.058865055441856384, -0.024854589253664017, -0.032527416944503784, 0.004501454997807741, -0.024520393460989, -0.1124453917145729, -0.0552690215408802, 0.11590892821550369, 0.11756744980812073, -0.10629324615001678, 0.009292220696806908, 0.019213395193219185, -0.01367364265024662, -0.14940804243087769, 0.008446761406958103, 0.03266194462776184, -0.03789586201310158, -0.012727463617920876, 0.039882808923721313, 0.052475929260253906, 0.07194337248802185, 0.10802355408668518, -0.02866080030798912, -0.03838732838630676, 0.21122434735298157, -0.1392814815044403, 0.20521405339241028, 0.09999803453683853, -0.00873623788356781, 0.062294602394104004, 0.26116278767585754, 0.06126410514116287, -0.04233884438872337, 0.00830240547657013, 0.09090286493301392, 0.024395614862442017, -0.284386545419693, -0.05863036587834358, -0.08997301012277603, -0.06946638971567154, 0.027326570823788643, 0.05432054027915001, -0.009740433655679226, -0.006510182283818722, -0.1169341653585434, -0.002871560864150524, 0.08511380851268768, 0.0630875825881958, 0.193804532289505, 0.027029188349843025, 0.06313794106245041, -0.05562899634242058, 0.0033930325880646706, 0.09432782977819443, 0.11725404858589172, 0.17677196860313416, 0.02258429303765297, 0.20783022046089172, 0.05840100347995758, 0.0301331989467144, -0.005724738817662001, 0.034139133989810944, -0.009231330826878548, 0.06717497110366821, -0.006887525785714388, -0.05606162175536156, 0.007188175804913044, 0.04329070821404457, 0.009666902013123035, -0.1076045110821724, 0.06978931277990341, -0.10979797691106796, 0.09268240630626678, 0.21499496698379517, 0.007991095073521137, -0.0665539801120758, -0.03637335076928139, 0.09394682198762894, -0.10932209342718124, -0.10344736278057098, -0.02045760676264763, 0.02278978005051613, -0.1441204845905304, 0.07361795008182526, -0.020765695720911026, 0.12312252074480057, -0.09623134136199951, -0.024368591606616974, -0.0031216705683618784, 0.050072088837623596, -0.05686574429273605, 0.04584435373544693, -0.13051995635032654, 0.15824991464614868, 0.02486891858279705, -0.02944220043718815, -0.03779061511158943, 0.090035580098629, 0.019334984943270683, -0.020785123109817505, 0.09485433995723724, -0.001379217253997922, -0.10533836483955383, -0.01916227675974369, -0.13289467990398407, 0.014573290012776852, 0.03361394256353378, -0.143038809299469, 0.09197557717561722, -0.00002436873000988271, -0.04728757217526436, -0.03691122680902481, -0.07360095530748367, -0.10043870657682419, -0.20560216903686523, 0.0699048638343811, -0.044674620032310486, 0.03245507553219795, -0.036822352558374405, -0.03089505434036255, -0.032598577439785004, 0.1462039053440094, -0.12526938319206238, -0.11115705966949463, -0.18446588516235352, -0.013954168185591698, 0.16368791460990906, -0.03118843398988247, 0.08923188596963882, -0.029265165328979492, 0.15628968179225922, -0.0021534571424126625, -0.0860932394862175, 0.10359596461057663, -0.06534025073051453, -0.16239337623119354, -0.06424859911203384, 0.18451641499996185, 0.04276753216981888, 0.0157792866230011, -0.0031599474605172873, 0.09771598875522614, 0.00043364116572774947, -0.06392048299312592, 0.032294102013111115, 0.12117926776409149, 0.060371626168489456, 0.04276217892765999, -0.07916492223739624, -0.1665358990430832, -0.08393604308366776, -0.025079378858208656, 0.06328242272138596, 0.044306229799985886, -0.02161184884607792, 0.16821777820587158, 0.11858469247817993, -0.10833907872438431, -0.1977485567331314, -0.009651307947933674, 0.018318189308047295, 0.008688822388648987, -0.0008227040525525808, -0.2152528315782547, 0.1444769948720932, 0.054770275950431824, -0.021438822150230408, 0.03712087869644165, -0.11294319480657578, -0.1226985976099968, 0.011524534784257412, -0.02213585563004017, -0.20905181765556335, -0.11070646345615387, -0.08511297404766083, -0.008621659129858017, -0.1800788938999176, 0.07474763691425323, 0.021780332550406456, -0.008123333565890789, 0.01210108958184719, 0.08726412802934647, 0.019434263929724693, -0.021099194884300232, 0.09927462786436081, 0.0751698762178421, 0.017485786229372025, -0.061769381165504456, -0.06657937169075012, 0.06138232722878456, -0.027661236003041267, 0.04235473647713661, 0.0702124610543251, 0.004174018278717995, -0.14101071655750275, -0.03441515192389488, -0.05276020988821983, -0.016825197264552116, -0.07838378846645355, -0.05016494542360306, -0.06077349931001663, 0.06870957463979721, 0.07023993134498596, -0.04138975590467453, 0.15171051025390625, -0.07927899062633514, 0.09146807342767715, 0.11041080951690674, 0.13020984828472137, -0.00470102159306407, -0.09422945976257324, -0.02397587150335312, -0.027104537934064865, -0.019190413877367973, -0.18253962695598602, 0.06877709925174713, 0.1267717331647873, -0.00472448393702507, 0.11279290169477463, -0.040664996951818466, -0.13472101092338562, -0.01569659449160099, 0.0710509642958641, -0.05071575194597244, -0.11930430680513382, 0.017933398485183716, 0.02134356088936329, -0.12741439044475555, -0.03130337968468666, 0.10361254960298538, 0.06995666027069092, -0.08883275091648102, 0.037606265395879745, 0.11381058394908905, 0.07085464894771576, 0.07799124717712402, -0.0081930635496974, 0.0678340345621109, -0.12093179672956467, 0.11160332709550858, 0.11142147332429886, -0.08963112533092499, -0.041016820818185806, 0.17998014390468597, -0.08034490793943405, -0.030414052307605743, -0.008212586864829063, 0.013977939262986183, 0.03479515761137009, 0.025188196450471878, 0.002139884512871504, -0.14030124247074127, 0.029474161565303802, 0.12968887388706207, -0.029622340574860573, 0.033928923308849335, 0.01389586552977562, -0.025322332978248596, 0.0021869512274861336, 0.13759686052799225, 0.013971943408250809, 0.015882328152656555, -0.015441306866705418, -0.07666321098804474, -0.013254791498184204, -0.08629993349313736, 0.0035973091144114733, -0.04000493884086609, -0.08974843472242355, -0.025019332766532898, -0.05399647727608681, -0.00618393998593092, -0.08580176532268524, 0.004616965539753437, -0.0070431348867714405, -0.06402067095041275, 0.01142157893627882, 0.017111072316765785, -0.06139729171991348, -0.01929684355854988, -0.055129654705524445, 0.1100381389260292, -0.17538365721702576, 0.03979985788464546, 0.08437016606330872, -0.10278837382793427, 0.13736791908740997, -0.004076746292412281, -0.019830018281936646, 0.009687178768217564, -0.12418907880783081, -0.011124829761683941, -0.009365571662783623, 0.07040981948375702, 0.055922359228134155, -0.13367731869220734, 0.011397551745176315, -0.0032958469819277525, -0.033966418355703354, 0.012316565029323101, -0.018777970224618912, -0.0842411145567894, 0.06628677248954773, -0.05254107341170311, -0.0556960329413414, -0.012940301559865475, 0.009229621849954128, 0.18509142100811005, -0.02392374537885189, 0.06528794765472412, -0.02234882302582264, 0.0464535728096962, -0.17140568792819977, -0.017205193638801575, 0.01683565229177475, -0.02071255072951317, 0.005521648097783327, -0.01285173837095499, 0.06854764372110367, 0.026483267545700073, 0.19299806654453278, -0.046797577291727066, 0.0006953468546271324, 0.09222018718719482, 0.06658276170492172, -0.079408660531044, 0.08824048936367035, -0.0525369718670845, 0.019488928839564323, -0.017015133053064346, 0.027102971449494362, -0.07706780731678009, -0.06139463186264038, -0.06369777768850327, 0.11852611601352692, 0.15231604874134064, 0.18045027554035187, -0.060609135776758194, 0.09938840568065643, -0.07826406508684158, -0.04893835261464119, 0.04983407258987427, -0.06913924217224121, 0.00956298690289259, -0.09752433001995087, 0.07543021440505981, 0.09663321077823639, -0.17904460430145264, 0.12503793835639954, -0.05242275074124336, -0.050090622156858444, -0.04086507484316826, -0.12427466362714767, -0.04969640076160431, -0.030639013275504112, -0.030440228059887886, -0.13976651430130005, 0.056389693170785904, 0.14983883500099182, 0.021227991208434105, 0.013437271118164062, 0.07548072934150696, -0.026385189965367317, -0.06677015870809555, 0.07753631472587585, 0.08349550515413284, 0.03055991418659687, 0.032573893666267395, 0.038957495242357254, -0.01880768872797489, 0.1299363225698471, 0.0614902600646019, 0.0730392262339592, 0.004753021989017725, -0.0037178299389779568, -0.08354953676462173, -0.07386558502912521, 0.013781221583485603, -0.033664532005786896, -0.09619014710187912, 0.16911397874355316, 0.026784604415297508, 0.03302974998950958, 0.002340371487662196, 0.26093193888664246, -0.03195054829120636, -0.07682830840349197, -0.17929816246032715, -0.017500365152955055, -0.03640975058078766, -0.008606333285570145, 0.043312910944223404, -0.14622800052165985, 0.0019679032266139984, 0.11906217783689499, 0.18867944180965424, -0.019650228321552277, -0.0022204758133739233, -0.011531885713338852, 0.029411189258098602, 0.020913878455758095, 0.04655022919178009, 0.05347056686878204, 0.188816636800766, -0.01319832168519497, -0.017526641488075256, 0.013822712935507298, -0.07862437516450882, -0.04642700031399727, 0.08001302927732468, -0.020970307290554047, -0.025219392031431198, -0.0585978701710701, 0.16337166726589203, -0.02967778965830803, -0.27623602747917175, -0.004930829629302025, -0.13478538393974304, -0.1560104489326477, -0.06268858909606934, -0.03191971033811569, 0.0021857772953808308, -0.017769815400242805, 0.09612109512090683, -0.05225309357047081, 0.28053081035614014, 0.04955132678151131, -0.025790110230445862, -0.055097904056310654, 0.11012623459100723, -0.1443757265806198, 0.17012298107147217, 0.021201685070991516, 0.031490668654441833, 0.07830488681793213, -0.04069439321756363, -0.11786748468875885, 0.006219013128429651, 0.08606473356485367, -0.08068367838859558, -0.0007622471894137561, 0.11668144911527634, 0.028047483414411545, 0.13006530702114105, 0.0937340185046196, -0.06265536695718765, 0.04840405657887459, 0.015997828915715218, -0.07829494774341583, -0.06394548714160919, 0.09508214145898819, -0.10176856070756912, 0.08998788893222809, 0.09974338114261627, -0.04088936746120453, 0.025733711197972298, -0.0008262130431830883, -0.010925614275038242, -0.032438334077596664, 0.09324716776609421, -0.03159104660153389, -0.13827688992023468, 0.04111897200345993, -0.08531977236270905, 0.05546959862112999, -0.1087493747472763, -0.07218458503484726, 0.002934624208137393, 0.021173957735300064, -0.08784449100494385, 0.14968617260456085, 0.055499568581581116, -0.020789146423339844, -0.018383393064141273, -0.12184713780879974, 0.05732839182019234, 0.13459713757038116, -0.04264744371175766, 0.049501463770866394 ]
7985b4e0371e6c61a756feb41b7b27becf71c666
# Dataset Card for DocRED ## 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:** [https://github.com/thunlp/DocRED](https://github.com/thunlp/DocRED) - **Paper:** [DocRED: A Large-Scale Document-Level Relation Extraction Dataset](https://arxiv.org/abs/1906.06127) - **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:** 21.00 MB - **Size of the generated dataset:** 20.12 MB - **Total amount of disk used:** 41.14 MB ### Dataset Summary Multiple entities in a document generally exhibit complex inter-sentence relations, and cannot be well handled by existing relation extraction (RE) methods that typically focus on extracting intra-sentence relations for single entity pairs. In order to accelerate the research on document-level RE, we introduce DocRED, a new dataset constructed from Wikipedia and Wikidata with three features: - DocRED annotates both named entities and relations, and is the largest human-annotated dataset for document-level RE from plain text. - DocRED requires reading multiple sentences in a document to extract entities and infer their relations by synthesizing all information of the document. - Along with the human-annotated data, we also offer large-scale distantly supervised data, which enables DocRED to be adopted for both supervised and weakly supervised scenarios. ### 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:** 21.00 MB - **Size of the generated dataset:** 20.12 MB - **Total amount of disk used:** 41.14 MB An example of 'train_annotated' looks as follows. ``` { "labels": { "evidence": [[0]], "head": [0], "relation_id": ["P1"], "relation_text": ["is_a"], "tail": [0] }, "sents": [["This", "is", "a", "sentence"], ["This", "is", "another", "sentence"]], "title": "Title of the document", "vertexSet": [[{ "name": "sentence", "pos": [3], "sent_id": 0, "type": "NN" }, { "name": "sentence", "pos": [3], "sent_id": 1, "type": "NN" }], [{ "name": "This", "pos": [0], "sent_id": 0, "type": "NN" }]] } ``` ### Data Fields The data fields are the same among all splits. #### default - `title`: a `string` feature. - `sents`: a dictionary feature containing: - `feature`: a `string` feature. - `name`: a `string` feature. - `sent_id`: a `int32` feature. - `pos`: a `list` of `int32` features. - `type`: a `string` feature. - `labels`: a dictionary feature containing: - `head`: a `int32` feature. - `tail`: a `int32` feature. - `relation_id`: a `string` feature. - `relation_text`: a `string` feature. - `evidence`: a `list` of `int32` features. ### Data Splits | name |train_annotated|train_distant|validation|test| |-------|--------------:|------------:|---------:|---:| |default| 3053| 101873| 998|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 [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ``` @inproceedings{yao-etal-2019-docred, title = "{D}oc{RED}: A Large-Scale Document-Level Relation Extraction Dataset", author = "Yao, Yuan and Ye, Deming and Li, Peng and Han, Xu and Lin, Yankai and Liu, Zhenghao and Liu, Zhiyuan and Huang, Lixin and Zhou, Jie and Sun, Maosong", 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-1074", doi = "10.18653/v1/P19-1074", pages = "764--777", } ``` ### Contributions Thanks to [@ghomasHudson](https://github.com/ghomasHudson), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
docred
[ "task_categories:text-retrieval", "task_ids:entity-linking-retrieval", "annotations_creators:expert-generated", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:mit", "arxiv:1906.06127", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-retrieval"], "task_ids": ["entity-linking-retrieval"], "paperswithcode_id": "docred", "pretty_name": "DocRED", "dataset_info": {"features": [{"name": "title", "dtype": "string"}, {"name": "sents", "sequence": {"sequence": "string"}}, {"name": "vertexSet", "list": {"list": [{"name": "name", "dtype": "string"}, {"name": "sent_id", "dtype": "int32"}, {"name": "pos", "sequence": "int32"}, {"name": "type", "dtype": "string"}]}}, {"name": "labels", "sequence": [{"name": "head", "dtype": "int32"}, {"name": "tail", "dtype": "int32"}, {"name": "relation_id", "dtype": "string"}, {"name": "relation_text", "dtype": "string"}, {"name": "evidence", "sequence": "int32"}]}], "splits": [{"name": "validation", "num_bytes": 3425030, "num_examples": 998}, {"name": "test", "num_bytes": 2843877, "num_examples": 1000}, {"name": "train_annotated", "num_bytes": 10413156, "num_examples": 3053}, {"name": "train_distant", "num_bytes": 346001876, "num_examples": 101873}], "download_size": 458040413, "dataset_size": 362683939}}
2023-06-14T13:07:55+00:00
[ "1906.06127" ]
[ "en" ]
TAGS #task_categories-text-retrieval #task_ids-entity-linking-retrieval #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-mit #arxiv-1906.06127 #region-us
Dataset Card for DocRED ======================= 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: URL * Paper: DocRED: A Large-Scale Document-Level Relation Extraction Dataset * Point of Contact: * Size of downloaded dataset files: 21.00 MB * Size of the generated dataset: 20.12 MB * Total amount of disk used: 41.14 MB ### Dataset Summary Multiple entities in a document generally exhibit complex inter-sentence relations, and cannot be well handled by existing relation extraction (RE) methods that typically focus on extracting intra-sentence relations for single entity pairs. In order to accelerate the research on document-level RE, we introduce DocRED, a new dataset constructed from Wikipedia and Wikidata with three features: - DocRED annotates both named entities and relations, and is the largest human-annotated dataset for document-level RE from plain text. - DocRED requires reading multiple sentences in a document to extract entities and infer their relations by synthesizing all information of the document. - Along with the human-annotated data, we also offer large-scale distantly supervised data, which enables DocRED to be adopted for both supervised and weakly supervised scenarios. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 21.00 MB * Size of the generated dataset: 20.12 MB * Total amount of disk used: 41.14 MB An example of 'train\_annotated' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'title': a 'string' feature. * 'sents': a dictionary feature containing: + 'feature': a 'string' feature. * 'name': a 'string' feature. * 'sent\_id': a 'int32' feature. * 'pos': a 'list' of 'int32' features. * 'type': a 'string' feature. * 'labels': a dictionary feature containing: + 'head': a 'int32' feature. + 'tail': a 'int32' feature. + 'relation\_id': a 'string' feature. + 'relation\_text': a 'string' feature. + 'evidence': a 'list' of 'int32' 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 @ghomasHudson, @thomwolf, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nMultiple entities in a document generally exhibit complex inter-sentence relations, and cannot be well handled by existing relation extraction (RE) methods that typically focus on extracting intra-sentence relations for single entity pairs. In order to accelerate the research on document-level RE, we introduce DocRED, a new dataset constructed from Wikipedia and Wikidata with three features:\n- DocRED annotates both named entities and relations, and is the largest human-annotated dataset for document-level RE from plain text.\n- DocRED requires reading multiple sentences in a document to extract entities and infer their relations by synthesizing all information of the document.\n- Along with the human-annotated data, we also offer large-scale distantly supervised data, which enables DocRED to be adopted for both supervised and weakly supervised scenarios.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 21.00 MB\n* Size of the generated dataset: 20.12 MB\n* Total amount of disk used: 41.14 MB\n\n\nAn example of 'train\\_annotated' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'title': a 'string' feature.\n* 'sents': a dictionary feature containing:\n\t+ 'feature': a 'string' feature.\n* 'name': a 'string' feature.\n* 'sent\\_id': a 'int32' feature.\n* 'pos': a 'list' of 'int32' features.\n* 'type': a 'string' feature.\n* 'labels': a dictionary feature containing:\n\t+ 'head': a 'int32' feature.\n\t+ 'tail': a 'int32' feature.\n\t+ 'relation\\_id': a 'string' feature.\n\t+ 'relation\\_text': a 'string' feature.\n\t+ 'evidence': a 'list' of 'int32' 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 @ghomasHudson, @thomwolf, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-text-retrieval #task_ids-entity-linking-retrieval #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-mit #arxiv-1906.06127 #region-us \n", "### Dataset Summary\n\n\nMultiple entities in a document generally exhibit complex inter-sentence relations, and cannot be well handled by existing relation extraction (RE) methods that typically focus on extracting intra-sentence relations for single entity pairs. In order to accelerate the research on document-level RE, we introduce DocRED, a new dataset constructed from Wikipedia and Wikidata with three features:\n- DocRED annotates both named entities and relations, and is the largest human-annotated dataset for document-level RE from plain text.\n- DocRED requires reading multiple sentences in a document to extract entities and infer their relations by synthesizing all information of the document.\n- Along with the human-annotated data, we also offer large-scale distantly supervised data, which enables DocRED to be adopted for both supervised and weakly supervised scenarios.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 21.00 MB\n* Size of the generated dataset: 20.12 MB\n* Total amount of disk used: 41.14 MB\n\n\nAn example of 'train\\_annotated' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### default\n\n\n* 'title': a 'string' feature.\n* 'sents': a dictionary feature containing:\n\t+ 'feature': a 'string' feature.\n* 'name': a 'string' feature.\n* 'sent\\_id': a 'int32' feature.\n* 'pos': a 'list' of 'int32' features.\n* 'type': a 'string' feature.\n* 'labels': a dictionary feature containing:\n\t+ 'head': a 'int32' feature.\n\t+ 'tail': a 'int32' feature.\n\t+ 'relation\\_id': a 'string' feature.\n\t+ 'relation\\_text': a 'string' feature.\n\t+ 'evidence': a 'list' of 'int32' 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 @ghomasHudson, @thomwolf, @lhoestq for adding this dataset." ]
[ 102, 202, 10, 11, 6, 54, 17, 179, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 30 ]
[ "passage: TAGS\n#task_categories-text-retrieval #task_ids-entity-linking-retrieval #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-mit #arxiv-1906.06127 #region-us \n### Dataset Summary\n\n\nMultiple entities in a document generally exhibit complex inter-sentence relations, and cannot be well handled by existing relation extraction (RE) methods that typically focus on extracting intra-sentence relations for single entity pairs. In order to accelerate the research on document-level RE, we introduce DocRED, a new dataset constructed from Wikipedia and Wikidata with three features:\n- DocRED annotates both named entities and relations, and is the largest human-annotated dataset for document-level RE from plain text.\n- DocRED requires reading multiple sentences in a document to extract entities and infer their relations by synthesizing all information of the document.\n- Along with the human-annotated data, we also offer large-scale distantly supervised data, which enables DocRED to be adopted for both supervised and weakly supervised scenarios.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 21.00 MB\n* Size of the generated dataset: 20.12 MB\n* Total amount of disk used: 41.14 MB\n\n\nAn example of 'train\\_annotated' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits." ]
[ 0.011086094193160534, -0.08641505241394043, -0.004335855599492788, 0.0188180860131979, 0.07932282239198685, 0.030501775443553925, -0.015987727791070938, 0.12349555641412735, 0.0619448684155941, 0.07233693450689316, -0.09693371504545212, -0.09201760590076447, 0.0827106460928917, 0.025824442505836487, -0.026758959516882896, -0.31439873576164246, 0.015533126890659332, -0.0959797352552414, -0.044688619673252106, 0.030156632885336876, 0.13585864007472992, -0.09553277492523193, 0.030539389699697495, -0.07256361097097397, -0.05625450611114502, 0.00782562792301178, -0.016440847888588905, 0.031721871346235275, 0.050746411085128784, 0.03745716065168381, 0.0945625975728035, 0.03649459406733513, 0.08435983210802078, -0.1476101130247116, -0.0032894695177674294, 0.0971871092915535, 0.04366392642259598, 0.0011278598103672266, 0.1155422106385231, -0.010169574059545994, -0.030453480780124664, -0.17564280331134796, 0.04635852575302124, 0.05852170288562775, -0.10638978332281113, -0.14799758791923523, -0.13111747801303864, -0.08020571619272232, 0.06853238493204117, -0.020811881870031357, -0.0213637612760067, 0.05828781798481941, -0.09191971272230148, 0.036988671869039536, 0.07832235842943192, -0.15859900414943695, -0.010737961158156395, 0.0317024365067482, 0.017210589721798897, 0.1913459599018097, -0.03511568158864975, -0.028814462944865227, -0.033749524503946304, -0.002192338928580284, -0.008614459075033665, 0.01268911361694336, -0.09819607436656952, -0.005118008702993393, -0.13932517170906067, 0.05013534054160118, 0.18026159703731537, 0.0015263439854606986, -0.03971312567591667, -0.11998308449983597, -0.11025377362966537, 0.08868689090013504, 0.0067862579599022865, -0.04907932132482529, 0.060328468680381775, 0.020004913210868835, 0.08559621125459671, -0.06976629048585892, -0.09644583612680435, -0.04885433614253998, -0.12317771464586258, 0.05877723544836044, 0.028857503086328506, 0.03181999921798706, -0.015552366152405739, 0.10035751014947891, -0.11060822755098343, -0.09661608934402466, -0.03124426119029522, -0.053625285625457764, -0.1202569529414177, 0.0027296757325530052, -0.0663921982049942, -0.16627083718776703, 0.05038967356085777, 0.1400592029094696, 0.01902766339480877, -0.058939866721630096, -0.14383403956890106, 0.0502428375184536, 0.0846860483288765, 0.1363574117422104, -0.023474622517824173, -0.12345026433467865, 0.06613098084926605, -0.014457142911851406, 0.059970922768116, 0.007994534447789192, -0.02678532712161541, -0.03655282407999039, -0.06467975676059723, 0.0699973925948143, 0.045969150960445404, 0.018588844686746597, -0.07328350096940994, -0.07600589841604233, 0.10877998173236847, -0.16107912361621857, -0.016040977090597153, -0.0034981563221663237, -0.044997818768024445, 0.1531515121459961, -0.0218540970236063, 0.036751244217157364, -0.09004832059144974, 0.0479760579764843, 0.0005915549118071795, -0.026748694479465485, -0.09374864399433136, -0.1685628592967987, 0.039068691432476044, 0.0064401025883853436, -0.053807150572538376, -0.059400491416454315, -0.2433858960866928, -0.03938915580511093, 0.011491412296891212, -0.1027628555893898, 0.019709482789039612, 0.019986193627119064, 0.04551110416650772, -0.042096368968486786, 0.010462863370776176, -0.039161037653684616, -0.010515788570046425, 0.003476457903161645, -0.050364527851343155, 0.07094714045524597, -0.006327254232019186, 0.03587066009640694, -0.06649715453386307, -0.004235745873302221, -0.27444446086883545, 0.1560983657836914, -0.09600836038589478, 0.02966173365712166, -0.08381353318691254, 0.0031292380299419165, -0.01808352582156658, -0.011960171163082123, -0.017483096569776535, 0.10817725956439972, -0.19384010136127472, -0.025295250117778778, 0.14859896898269653, -0.14551661908626556, -0.031408656388521194, 0.18481048941612244, -0.01736299879848957, 0.10064087063074112, 0.1103803738951683, 0.23128987848758698, 0.07796276360750198, -0.02772819995880127, 0.019523562863469124, 0.0005110888741910458, -0.014978117309510708, 0.17826959490776062, 0.1357979029417038, -0.04503146559000015, 0.1142825037240982, -0.00474977120757103, 0.007588833570480347, -0.017497878521680832, -0.011791037395596504, -0.08281408995389938, 0.005012378096580505, -0.022775115445256233, -0.05862954258918762, -0.0691382959485054, 0.0282911229878664, -0.009785902686417103, -0.050771430134773254, -0.04445202648639679, 0.07809576392173767, -0.05179303511977196, 0.05538177862763405, -0.018899954855442047, -0.05905052646994591, -0.02604825608432293, 0.029016884043812752, -0.16291771829128265, -0.11137382686138153, 0.09753552824258804, -0.058414582163095474, 0.024409249424934387, 0.11083219200372696, -0.00047275496763177216, 0.017160652205348015, -0.07522603124380112, 0.043034691363573074, 0.006701174192130566, -0.012611505575478077, -0.04306861013174057, -0.12091314792633057, 0.018928468227386475, -0.0658796951174736, -0.060238420963287354, -0.03277849406003952, 0.010655059479176998, 0.07057267427444458, 0.07268191874027252, 0.0661664828658104, 0.007244596257805824, -0.02003541961312294, -0.015501702204346657, 0.006481015123426914, -0.026954423636198044, -0.013836334459483624, -0.03758484497666359, -0.0447971411049366, 0.08158451318740845, -0.055523138493299484, -0.027228085324168205, 0.012836648151278496, 0.038748569786548615, -0.00004617743979906663, -0.021333275362849236, -0.03186021000146866, -0.05070670321583748, -0.08437736332416534, -0.13477735221385956, -0.009136738255620003, 0.03162726014852524, 0.08842730522155762, -0.08754407614469528, -0.03607158362865448, -0.029796112328767776, 0.02175571210682392, 0.03824311122298241, 0.07520005106925964, -0.04187322035431862, -0.24552957713603973, 0.03281211853027344, 0.09421104937791824, 0.012845239602029324, 0.07878348976373672, -0.013068410567939281, -0.10433221608400345, -0.02432869002223015, -0.001500844256952405, 0.008248451165854931, 0.006378164980560541, -0.019222848117351532, 0.03679824620485306, 0.0676146149635315, 0.08298862725496292, 0.049010034650564194, -0.04529818147420883, 0.07516340166330338, 0.01330370083451271, -0.058591801673173904, -0.08962547779083252, 0.01836196891963482, 0.032890889793634415, 0.10807640850543976, -0.011294491589069366, 0.12898790836334229, -0.009455898776650429, -0.10484259575605392, -0.06114480644464493, 0.12658727169036865, -0.0769534781575203, -0.15401287376880646, -0.1213468611240387, 0.0020677491556853056, -0.01992204785346985, 0.004699224140495062, 0.05255782604217529, -0.0016227868618443608, -0.09392420202493668, -0.08524641394615173, 0.14092595875263214, -0.024317191913723946, -0.08855413645505905, -0.029071902856230736, 0.05308806896209717, -0.0049157217144966125, -0.13747917115688324, 0.008009470999240875, 0.009697291068732738, -0.08352050185203552, 0.04353809356689453, -0.008065781556069851, 0.060753438621759415, 0.03445473313331604, 0.010388032533228397, -0.05789496749639511, -0.018881091848015785, 0.10875727236270905, -0.07758927345275879, 0.10293058305978775, 0.14745305478572845, -0.0636870339512825, 0.09054657816886902, 0.10982450842857361, 0.04117562249302864, -0.030512036755681038, 0.018717680126428604, 0.03820641711354256, 0.0206538625061512, -0.27746134996414185, -0.07459929585456848, -0.04993712157011032, 0.02693096548318863, -0.01104836817830801, -0.02042052336037159, -0.13602659106254578, 0.01831967756152153, -0.10901333391666412, 0.020430203527212143, 0.034738700836896896, 0.05108415707945824, 0.17052820324897766, -0.04570120573043823, 0.07868913561105728, -0.07635372132062912, -0.0526878759264946, 0.12732066214084625, 0.06435997784137726, 0.23252812027931213, 0.011295164003968239, 0.16962353885173798, -0.01592150330543518, 0.010568623431026936, 0.044558193534612656, 0.10216231644153595, -0.0028029882814735174, 0.06931842863559723, -0.09250756353139877, -0.045772746205329895, 0.033473946154117584, 0.06167151406407356, 0.019563091918826103, -0.11401214450597763, -0.016521185636520386, -0.04772381857037544, 0.12479650974273682, 0.2207060307264328, -0.02279694937169552, -0.00317423976957798, -0.01623379997909069, 0.0908164381980896, -0.07129677385091782, -0.05586957186460495, 0.011584640480577946, 0.15983577072620392, -0.07463067024946213, 0.019466117024421692, -0.03641646355390549, 0.10393611341714859, -0.04810726270079613, 0.051749005913734436, -0.061324343085289, 0.07904311269521713, 0.0029360551852732897, 0.09810656309127808, -0.06420280039310455, 0.11567111313343048, 0.04050347954034805, 0.01740398071706295, -0.08462344110012054, 0.013170767575502396, 0.03262772038578987, 0.008466184139251709, 0.11818888783454895, 0.025858741253614426, -0.036331772804260254, -0.00805880967527628, -0.07932725548744202, 0.06173712760210037, 0.1801164597272873, -0.1536734253168106, 0.11964571475982666, -0.05557890608906746, 0.005893625319004059, 0.02014554664492607, 0.032463014125823975, -0.04697636514902115, -0.15927276015281677, 0.084678053855896, -0.09176132827997208, -0.0241499412804842, -0.03397780656814575, 0.021533437073230743, -0.045385587960481644, 0.13894928991794586, -0.1952132284641266, -0.0967218354344368, -0.0986294373869896, 0.021365458145737648, 0.18570099771022797, -0.04252711683511734, -0.016928186640143394, 0.032481782138347626, 0.05780695378780365, -0.002797430381178856, -0.100326307117939, 0.06930234283208847, -0.08872941136360168, -0.17275479435920715, -0.07255030423402786, 0.025307931005954742, -0.0034154255408793688, 0.027573036029934883, -0.01926746964454651, 0.02565503865480423, -0.0807701125741005, -0.06933211535215378, 0.027598226442933083, 0.15641607344150543, 0.056492991745471954, 0.18058989942073822, -0.20638138055801392, -0.01838274672627449, -0.07666060328483582, -0.09083829820156097, 0.10347109287977219, 0.2117093801498413, -0.05160089582204819, 0.1523154377937317, 0.16896793246269226, -0.09607426077127457, -0.22611437737941742, -0.034778378903865814, 0.04696839302778244, 0.03434307500720024, 0.10049521178007126, -0.201177716255188, 0.09483732283115387, 0.16454024612903595, -0.011195365339517593, -0.013290228322148323, -0.11609069257974625, -0.08570423722267151, 0.003677163040265441, -0.12136102467775345, 0.1107601523399353, -0.11423239856958389, -0.01990574598312378, -0.07051457464694977, 0.0053501976653933525, 0.07986617833375931, -0.07629865407943726, 0.10842905193567276, 0.0017076926305890083, 0.04098507761955261, 0.03856474906206131, -0.013423922471702099, 0.12101341038942337, -0.0015785633586347103, 0.07568906247615814, -0.01793579012155533, -0.008622687309980392, 0.11387945711612701, -0.029825393110513687, 0.09793354570865631, 0.014995855279266834, 0.08226071298122406, -0.03130204975605011, -0.06537215411663055, -0.028341729193925858, -0.019053585827350616, 0.020728792995214462, -0.08123200386762619, -0.09285362809896469, 0.07177284359931946, 0.11102520674467087, -0.0339202918112278, 0.08739818632602692, -0.011813115328550339, -0.040179114788770676, 0.07021878659725189, 0.13093975186347961, 0.06975512951612473, -0.033460550010204315, -0.02977713756263256, -0.05196253955364227, 0.0863012969493866, -0.09623707830905914, 0.07992162555456161, 0.12633275985717773, -0.010044089518487453, 0.0728323683142662, 0.041010208427906036, -0.11562535166740417, 0.014761804603040218, 0.062067851424217224, -0.06498303264379501, -0.23401688039302826, -0.03311309963464737, 0.003795699682086706, -0.12232336401939392, -0.034740712493658066, 0.14666658639907837, -0.023022856563329697, -0.008766308426856995, 0.001048318692483008, 0.11133964359760284, 0.039365850389003754, 0.12165406346321106, 0.001432266435585916, 0.03178805857896805, -0.06588318943977356, 0.20547384023666382, 0.15963129699230194, -0.17090432345867157, -0.0209665447473526, 0.11447899788618088, -0.09434916079044342, -0.03767170011997223, -0.06345722079277039, 0.029954465106129646, -0.08355242013931274, 0.01089546550065279, -0.027143217623233795, -0.07091368734836578, -0.013487733900547028, 0.15954570472240448, 0.008211847394704819, 0.06096072122454643, -0.02835974283516407, 0.028507469221949577, -0.014083372429013252, 0.1337907612323761, 0.017760539427399635, 0.01527308952063322, -0.013715296052396297, 0.05769386887550354, -0.08082208782434464, 0.014290916733443737, -0.025535086169838905, 0.02656157873570919, -0.07966576516628265, -0.06187685579061508, -0.13708239793777466, 0.005955921486020088, 0.05071016401052475, -0.0019734895322471857, 0.01740776002407074, -0.012674805708229542, 0.009168864227831364, 0.011919191107153893, -0.0621025413274765, -0.03946748003363609, -0.0781615823507309, 0.08362384140491486, -0.058853983879089355, -0.021047838032245636, 0.06462506949901581, -0.0849812850356102, 0.13274496793746948, 0.04213588312268257, -0.01055099442601204, -0.016245756298303604, -0.10853573679924011, -0.06403268128633499, -0.02354547008872032, 0.11398545652627945, 0.009649664163589478, -0.04561574012041092, -0.02213040180504322, 0.014266405254602432, -0.043917059898376465, -0.004454218782484531, 0.04922012239694595, -0.08358046412467957, 0.1554144322872162, -0.05062015354633331, -0.05640539526939392, -0.11685045808553696, -0.07150748372077942, -0.05182311311364174, 0.1387503743171692, 0.09238874167203903, -0.032646868377923965, 0.06409426778554916, -0.1596895307302475, 0.00916935596615076, 0.035625655204057693, -0.05575166642665863, -0.013927497901022434, -0.0279705747961998, 0.05996531993150711, -0.01017722301185131, 0.2834424376487732, -0.019030321389436722, -0.04477337747812271, 0.03514613211154938, -0.038662441074848175, -0.045624952763319016, -0.0017067345324903727, 0.05439205840229988, 0.0635640025138855, -0.04468005523085594, -0.11636071652173996, -0.07883144170045853, -0.015279817394912243, 0.010110942646861076, 0.14346341788768768, 0.16537323594093323, 0.0666731670498848, -0.023637259379029274, 0.03119315765798092, -0.11643219739198685, -0.054993245750665665, -0.012345340102910995, 0.07629717886447906, 0.010667333379387856, -0.034995995461940765, 0.03283608704805374, 0.12063498049974442, -0.08629512041807175, 0.10616916418075562, -0.05819731578230858, -0.026766857132315636, -0.10492875427007675, -0.05454923212528229, -0.08210288733243942, -0.03762349113821983, -0.03393055498600006, -0.15532714128494263, 0.16889426112174988, 0.09123923629522324, 0.0010604425333440304, -0.01611064374446869, 0.057358451187610626, -0.12871116399765015, -0.09024155139923096, 0.06689673662185669, 0.007899677380919456, 0.011336952447891235, 0.18210434913635254, -0.044383130967617035, 0.071375772356987, 0.12472312152385712, 0.034290194511413574, 0.07307138293981552, 0.031222593039274216, -0.022551093250513077, -0.07195527106523514, -0.0825178250670433, -0.04002588614821434, -0.001090762671083212, -0.026946458965539932, 0.10967136919498444, 0.04724326357245445, -0.03705054894089699, 0.02557012252509594, 0.2037910372018814, -0.08276450634002686, -0.1210295632481575, -0.1228189766407013, 0.16787078976631165, 0.03417770564556122, 0.02652798406779766, 0.015440770424902439, -0.1863102912902832, 0.0007180737447924912, 0.12352114915847778, 0.189117893576622, -0.05947557091712952, -0.01855980046093464, 0.015796473249793053, 0.016992922872304916, 0.017970353364944458, 0.03819125518202782, 0.02649233303964138, 0.23724251985549927, -0.026850411668419838, 0.11808457970619202, 0.030354544520378113, -0.012067713774740696, -0.10949606448411942, 0.10885364562273026, 0.00511533347889781, 0.009508732706308365, -0.05944616720080376, 0.10598813742399216, 0.02740032598376274, -0.16781476140022278, -0.01402730867266655, -0.11220192164182663, -0.08582926541566849, -0.05060271546244621, 0.03305104374885559, -0.043239228427410126, 0.020013462752103806, -0.04105732589960098, -0.01049199141561985, 0.09539888054132462, 0.00936046801507473, -0.056302085518836975, 0.03928209841251373, 0.10287509858608246, 0.034360386431217194, 0.0402507558465004, 0.07163436710834503, 0.0908169373869896, 0.028061790391802788, -0.05483243986964226, -0.09046666324138641, 0.09538424015045166, -0.04023381695151329, -0.1130332201719284, 0.01714739203453064, 0.19053974747657776, -0.04389601945877075, 0.08991486579179764, 0.08443907648324966, -0.06151591241359711, 0.028383031487464905, 0.21440109610557556, -0.08553329110145569, -0.06766313314437866, -0.010084747336804867, -0.09550759941339493, 0.09504665434360504, 0.20264510810375214, 0.006162894889712334, 0.07491948455572128, -0.04784398525953293, 0.018582463264465332, 0.04978066682815552, 0.17372290790081024, -0.019318485632538795, -0.09060242027044296, 0.005249058827757835, 0.04611391946673393, 0.05027872696518898, -0.13862429559230804, -0.0620516836643219, 0.009322058409452438, 0.05438072606921196, -0.049126237630844116, 0.10299904644489288, 0.08944220840930939, -0.017081167548894882, 0.003110776422545314, -0.25859639048576355, 0.05806036293506622, 0.04856385663151741, -0.09094018489122391, -0.03516397625207901 ]
fa9b1b90b17acc6ec0570afd6e031b50d525ef50
# Dataset Card for "doqa" ## 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/RevanthRameshkumar/CRD3](https://github.com/RevanthRameshkumar/CRD3) - **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.59 MB - **Size of the generated dataset:** 17.70 MB - **Total amount of disk used:** 30.28 MB ### Dataset Summary DoQA is a dataset for accessing Domain Specific FAQs via conversational QA that contains 2,437 information-seeking question/answer dialogues (10,917 questions in total) on three different domains: cooking, travel and movies. Note that we include in the generic concept of FAQs also Community Question Answering sites, as well as corporate information in intranets which is maintained in textual form similar to FAQs, often referred to as internal “knowledge bases”. These dialogues are created by crowd workers that play the following two roles: the user who asks questions about a given topic posted in Stack Exchange (https://stackexchange.com/), and the domain expert who replies to the questions by selecting a short span of text from the long textual reply in the original post. The expert can rephrase the selected span, in order to make it look more natural. The dataset covers unanswerable questions and some relevant dialogue acts. DoQA enables the development and evaluation of conversational QA systems that help users access the knowledge buried in domain specific FAQs. ### 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 #### cooking - **Size of downloaded dataset files:** 4.19 MB - **Size of the generated dataset:** 11.31 MB - **Total amount of disk used:** 15.51 MB An example of 'train' looks as follows. ``` This example was too long and was cropped: { "answers": { "answer_start": [852], "text": ["CANNOTANSWER"] }, "background": "\"So, over mixing batter forms gluten, which in turn hardens the cake. Fine.The problem is that I don't want lumps in the cakes, ...", "context": "\"Milk won't help you - it's mostly water, and gluten develops from flour (more accurately, specific proteins in flour) and water...", "followup": "n", "id": "C_64ce44d5f14347f488eb04b50387f022_q#2", "orig_answer": { "answer_start": [852], "text": ["CANNOTANSWER"] }, "question": "Ok. What can I add to make it more softer and avoid hardening?", "title": "What to add to the batter of the cake to avoid hardening when the gluten formation can't be avoided?", "yesno": "x" } ``` #### movies - **Size of downloaded dataset files:** 4.19 MB - **Size of the generated dataset:** 3.17 MB - **Total amount of disk used:** 7.36 MB An example of 'test' looks as follows. ``` This example was too long and was cropped: { "answers": { "answer_start": [852], "text": ["CANNOTANSWER"] }, "background": "\"So, over mixing batter forms gluten, which in turn hardens the cake. Fine.The problem is that I don't want lumps in the cakes, ...", "context": "\"Milk won't help you - it's mostly water, and gluten develops from flour (more accurately, specific proteins in flour) and water...", "followup": "n", "id": "C_64ce44d5f14347f488eb04b50387f022_q#2", "orig_answer": { "answer_start": [852], "text": ["CANNOTANSWER"] }, "question": "Ok. What can I add to make it more softer and avoid hardening?", "title": "What to add to the batter of the cake to avoid hardening when the gluten formation can't be avoided?", "yesno": "x" } ``` #### travel - **Size of downloaded dataset files:** 4.19 MB - **Size of the generated dataset:** 3.22 MB - **Total amount of disk used:** 7.41 MB An example of 'test' looks as follows. ``` This example was too long and was cropped: { "answers": { "answer_start": [852], "text": ["CANNOTANSWER"] }, "background": "\"So, over mixing batter forms gluten, which in turn hardens the cake. Fine.The problem is that I don't want lumps in the cakes, ...", "context": "\"Milk won't help you - it's mostly water, and gluten develops from flour (more accurately, specific proteins in flour) and water...", "followup": "n", "id": "C_64ce44d5f14347f488eb04b50387f022_q#2", "orig_answer": { "answer_start": [852], "text": ["CANNOTANSWER"] }, "question": "Ok. What can I add to make it more softer and avoid hardening?", "title": "What to add to the batter of the cake to avoid hardening when the gluten formation can't be avoided?", "yesno": "x" } ``` ### Data Fields The data fields are the same among all splits. #### cooking - `title`: a `string` feature. - `background`: a `string` feature. - `context`: a `string` feature. - `question`: a `string` feature. - `id`: a `string` feature. - `answers`: a dictionary feature containing: - `text`: a `string` feature. - `answer_start`: a `int32` feature. - `followup`: a `string` feature. - `yesno`: a `string` feature. - `orig_answer`: a dictionary feature containing: - `text`: a `string` feature. - `answer_start`: a `int32` feature. #### movies - `title`: a `string` feature. - `background`: a `string` feature. - `context`: a `string` feature. - `question`: a `string` feature. - `id`: a `string` feature. - `answers`: a dictionary feature containing: - `text`: a `string` feature. - `answer_start`: a `int32` feature. - `followup`: a `string` feature. - `yesno`: a `string` feature. - `orig_answer`: a dictionary feature containing: - `text`: a `string` feature. - `answer_start`: a `int32` feature. #### travel - `title`: a `string` feature. - `background`: a `string` feature. - `context`: a `string` feature. - `question`: a `string` feature. - `id`: a `string` feature. - `answers`: a dictionary feature containing: - `text`: a `string` feature. - `answer_start`: a `int32` feature. - `followup`: a `string` feature. - `yesno`: a `string` feature. - `orig_answer`: a dictionary feature containing: - `text`: a `string` feature. - `answer_start`: a `int32` feature. ### Data Splits #### cooking | |train|validation|test| |-------|----:|---------:|---:| |cooking| 4612| 911|1797| #### movies | |test| |------|---:| |movies|1884| #### travel | |test| |------|---:| |travel|1713| ## 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{campos2020doqa, title={DoQA -- Accessing Domain-Specific FAQs via Conversational QA}, author={Jon Ander Campos and Arantxa Otegi and Aitor Soroa and Jan Deriu and Mark Cieliebak and Eneko Agirre}, year={2020}, eprint={2005.01328}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Contributions Thanks to [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
doqa
[ "language:en", "arxiv:2005.01328", "region:us" ]
2022-03-02T23:29:22+00:00
{"language": ["en"], "paperswithcode_id": "doqa", "pretty_name": "DoQA", "dataset_info": [{"config_name": "cooking", "features": [{"name": "title", "dtype": "string"}, {"name": "background", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "id", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}, {"name": "followup", "dtype": "string"}, {"name": "yesno", "dtype": "string"}, {"name": "orig_answer", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}], "splits": [{"name": "test", "num_bytes": 2969064, "num_examples": 1797}, {"name": "validation", "num_bytes": 1461613, "num_examples": 911}, {"name": "train", "num_bytes": 6881681, "num_examples": 4612}], "download_size": 4197671, "dataset_size": 11312358}, {"config_name": "movies", "features": [{"name": "title", "dtype": "string"}, {"name": "background", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "id", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}, {"name": "followup", "dtype": "string"}, {"name": "yesno", "dtype": "string"}, {"name": "orig_answer", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}], "splits": [{"name": "test", "num_bytes": 3166075, "num_examples": 1884}], "download_size": 4197671, "dataset_size": 3166075}, {"config_name": "travel", "features": [{"name": "title", "dtype": "string"}, {"name": "background", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "id", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}, {"name": "followup", "dtype": "string"}, {"name": "yesno", "dtype": "string"}, {"name": "orig_answer", "sequence": [{"name": "text", "dtype": "string"}, {"name": "answer_start", "dtype": "int32"}]}], "splits": [{"name": "test", "num_bytes": 3216374, "num_examples": 1713}], "download_size": 4197671, "dataset_size": 3216374}]}
2024-01-18T11:02:46+00:00
[ "2005.01328" ]
[ "en" ]
TAGS #language-English #arxiv-2005.01328 #region-us
Dataset Card for "doqa" ======================= 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.59 MB * Size of the generated dataset: 17.70 MB * Total amount of disk used: 30.28 MB ### Dataset Summary DoQA is a dataset for accessing Domain Specific FAQs via conversational QA that contains 2,437 information-seeking question/answer dialogues (10,917 questions in total) on three different domains: cooking, travel and movies. Note that we include in the generic concept of FAQs also Community Question Answering sites, as well as corporate information in intranets which is maintained in textual form similar to FAQs, often referred to as internal “knowledge bases”. These dialogues are created by crowd workers that play the following two roles: the user who asks questions about a given topic posted in Stack Exchange (URL and the domain expert who replies to the questions by selecting a short span of text from the long textual reply in the original post. The expert can rephrase the selected span, in order to make it look more natural. The dataset covers unanswerable questions and some relevant dialogue acts. DoQA enables the development and evaluation of conversational QA systems that help users access the knowledge buried in domain specific FAQs. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### cooking * Size of downloaded dataset files: 4.19 MB * Size of the generated dataset: 11.31 MB * Total amount of disk used: 15.51 MB An example of 'train' looks as follows. #### movies * Size of downloaded dataset files: 4.19 MB * Size of the generated dataset: 3.17 MB * Total amount of disk used: 7.36 MB An example of 'test' looks as follows. #### travel * Size of downloaded dataset files: 4.19 MB * Size of the generated dataset: 3.22 MB * Total amount of disk used: 7.41 MB An example of 'test' looks as follows. ### Data Fields The data fields are the same among all splits. #### cooking * 'title': a 'string' feature. * 'background': a 'string' feature. * 'context': a 'string' feature. * 'question': a 'string' feature. * 'id': a 'string' feature. * 'answers': a dictionary feature containing: + 'text': a 'string' feature. + 'answer\_start': a 'int32' feature. * 'followup': a 'string' feature. * 'yesno': a 'string' feature. * 'orig\_answer': a dictionary feature containing: + 'text': a 'string' feature. + 'answer\_start': a 'int32' feature. #### movies * 'title': a 'string' feature. * 'background': a 'string' feature. * 'context': a 'string' feature. * 'question': a 'string' feature. * 'id': a 'string' feature. * 'answers': a dictionary feature containing: + 'text': a 'string' feature. + 'answer\_start': a 'int32' feature. * 'followup': a 'string' feature. * 'yesno': a 'string' feature. * 'orig\_answer': a dictionary feature containing: + 'text': a 'string' feature. + 'answer\_start': a 'int32' feature. #### travel * 'title': a 'string' feature. * 'background': a 'string' feature. * 'context': a 'string' feature. * 'question': a 'string' feature. * 'id': a 'string' feature. * 'answers': a dictionary feature containing: + 'text': a 'string' feature. + 'answer\_start': a 'int32' feature. * 'followup': a 'string' feature. * 'yesno': a 'string' feature. * 'orig\_answer': a dictionary feature containing: + 'text': a 'string' feature. + 'answer\_start': a 'int32' feature. ### Data Splits #### cooking #### movies #### travel 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 @mariamabarham, @thomwolf, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nDoQA is a dataset for accessing Domain Specific FAQs via conversational QA that contains 2,437 information-seeking question/answer dialogues\n(10,917 questions in total) on three different domains: cooking, travel and movies. Note that we include in the generic concept of FAQs also\nCommunity Question Answering sites, as well as corporate information in intranets which is maintained in textual form similar to FAQs, often\nreferred to as internal “knowledge bases”.\n\n\nThese dialogues are created by crowd workers that play the following two roles: the user who asks questions about a given topic posted in Stack\nExchange (URL and the domain expert who replies to the questions by selecting a short span of text from the long textual\nreply in the original post. The expert can rephrase the selected span, in order to make it look more natural. The dataset covers unanswerable\nquestions and some relevant dialogue acts.\n\n\nDoQA enables the development and evaluation of conversational QA systems that help users access the knowledge buried in domain specific FAQs.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### cooking\n\n\n* Size of downloaded dataset files: 4.19 MB\n* Size of the generated dataset: 11.31 MB\n* Total amount of disk used: 15.51 MB\n\n\nAn example of 'train' looks as follows.", "#### movies\n\n\n* Size of downloaded dataset files: 4.19 MB\n* Size of the generated dataset: 3.17 MB\n* Total amount of disk used: 7.36 MB\n\n\nAn example of 'test' looks as follows.", "#### travel\n\n\n* Size of downloaded dataset files: 4.19 MB\n* Size of the generated dataset: 3.22 MB\n* Total amount of disk used: 7.41 MB\n\n\nAn example of 'test' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### cooking\n\n\n* 'title': a 'string' feature.\n* 'background': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'id': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.\n* 'followup': a 'string' feature.\n* 'yesno': a 'string' feature.\n* 'orig\\_answer': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.", "#### movies\n\n\n* 'title': a 'string' feature.\n* 'background': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'id': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.\n* 'followup': a 'string' feature.\n* 'yesno': a 'string' feature.\n* 'orig\\_answer': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.", "#### travel\n\n\n* 'title': a 'string' feature.\n* 'background': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'id': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.\n* 'followup': a 'string' feature.\n* 'yesno': a 'string' feature.\n* 'orig\\_answer': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.", "### Data Splits", "#### cooking", "#### movies", "#### travel\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 @mariamabarham, @thomwolf, @lhoestq for adding this dataset." ]
[ "TAGS\n#language-English #arxiv-2005.01328 #region-us \n", "### Dataset Summary\n\n\nDoQA is a dataset for accessing Domain Specific FAQs via conversational QA that contains 2,437 information-seeking question/answer dialogues\n(10,917 questions in total) on three different domains: cooking, travel and movies. Note that we include in the generic concept of FAQs also\nCommunity Question Answering sites, as well as corporate information in intranets which is maintained in textual form similar to FAQs, often\nreferred to as internal “knowledge bases”.\n\n\nThese dialogues are created by crowd workers that play the following two roles: the user who asks questions about a given topic posted in Stack\nExchange (URL and the domain expert who replies to the questions by selecting a short span of text from the long textual\nreply in the original post. The expert can rephrase the selected span, in order to make it look more natural. The dataset covers unanswerable\nquestions and some relevant dialogue acts.\n\n\nDoQA enables the development and evaluation of conversational QA systems that help users access the knowledge buried in domain specific FAQs.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### cooking\n\n\n* Size of downloaded dataset files: 4.19 MB\n* Size of the generated dataset: 11.31 MB\n* Total amount of disk used: 15.51 MB\n\n\nAn example of 'train' looks as follows.", "#### movies\n\n\n* Size of downloaded dataset files: 4.19 MB\n* Size of the generated dataset: 3.17 MB\n* Total amount of disk used: 7.36 MB\n\n\nAn example of 'test' looks as follows.", "#### travel\n\n\n* Size of downloaded dataset files: 4.19 MB\n* Size of the generated dataset: 3.22 MB\n* Total amount of disk used: 7.41 MB\n\n\nAn example of 'test' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### cooking\n\n\n* 'title': a 'string' feature.\n* 'background': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'id': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.\n* 'followup': a 'string' feature.\n* 'yesno': a 'string' feature.\n* 'orig\\_answer': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.", "#### movies\n\n\n* 'title': a 'string' feature.\n* 'background': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'id': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.\n* 'followup': a 'string' feature.\n* 'yesno': a 'string' feature.\n* 'orig\\_answer': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.", "#### travel\n\n\n* 'title': a 'string' feature.\n* 'background': a 'string' feature.\n* 'context': a 'string' feature.\n* 'question': a 'string' feature.\n* 'id': a 'string' feature.\n* 'answers': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.\n* 'followup': a 'string' feature.\n* 'yesno': a 'string' feature.\n* 'orig\\_answer': a dictionary feature containing:\n\t+ 'text': a 'string' feature.\n\t+ 'answer\\_start': a 'int32' feature.", "### Data Splits", "#### cooking", "#### movies", "#### travel\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 @mariamabarham, @thomwolf, @lhoestq for adding this dataset." ]
[ 19, 236, 10, 11, 6, 49, 48, 48, 17, 171, 171, 171, 5, 3, 3, 9, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 28 ]
[ "passage: TAGS\n#language-English #arxiv-2005.01328 #region-us \n### Dataset Summary\n\n\nDoQA is a dataset for accessing Domain Specific FAQs via conversational QA that contains 2,437 information-seeking question/answer dialogues\n(10,917 questions in total) on three different domains: cooking, travel and movies. Note that we include in the generic concept of FAQs also\nCommunity Question Answering sites, as well as corporate information in intranets which is maintained in textual form similar to FAQs, often\nreferred to as internal “knowledge bases”.\n\n\nThese dialogues are created by crowd workers that play the following two roles: the user who asks questions about a given topic posted in Stack\nExchange (URL and the domain expert who replies to the questions by selecting a short span of text from the long textual\nreply in the original post. The expert can rephrase the selected span, in order to make it look more natural. The dataset covers unanswerable\nquestions and some relevant dialogue acts.\n\n\nDoQA enables the development and evaluation of conversational QA systems that help users access the knowledge buried in domain specific FAQs.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### cooking\n\n\n* Size of downloaded dataset files: 4.19 MB\n* Size of the generated dataset: 11.31 MB\n* Total amount of disk used: 15.51 MB\n\n\nAn example of 'train' looks as follows.#### movies\n\n\n* Size of downloaded dataset files: 4.19 MB\n* Size of the generated dataset: 3.17 MB\n* Total amount of disk used: 7.36 MB\n\n\nAn example of 'test' looks as follows.#### travel\n\n\n* Size of downloaded dataset files: 4.19 MB\n* Size of the generated dataset: 3.22 MB\n* Total amount of disk used: 7.41 MB\n\n\nAn example of 'test' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits." ]
[ -0.11557941883802414, 0.20955650508403778, -0.0004538957145996392, 0.03139810264110565, 0.089536152780056, 0.03728237375617027, 0.0663672536611557, 0.10714447498321533, 0.04724564403295517, 0.09897254407405853, -0.02237987145781517, -0.1499377340078354, 0.08354610949754715, 0.16845132410526276, 0.040165141224861145, -0.09368728846311569, 0.0220864936709404, -0.0930803194642067, -0.04747240990400314, 0.07059888541698456, 0.04982908070087433, -0.06717782467603683, 0.0626215934753418, -0.10786532610654831, -0.051936883479356766, 0.011921834200620651, -0.07185332477092743, -0.01317609567195177, 0.0806284174323082, 0.07368245720863342, 0.014679468236863613, -0.027239803224802017, 0.04159166291356087, -0.20683491230010986, 0.03131544962525368, 0.04307718575000763, -0.009587898850440979, 0.00608890550211072, 0.06967504322528839, 0.09716611355543137, 0.0811343565583229, -0.04892181605100632, 0.006622596178203821, 0.07905669510364532, -0.03550722822546959, -0.15051093697547913, -0.09058354049921036, -0.038032468408346176, 0.057649511843919754, 0.11461415886878967, -0.04334418103098869, -0.02954176999628544, -0.09062141925096512, 0.05917749181389809, 0.14994551241397858, -0.0942622572183609, -0.03460732102394104, 0.07496176660060883, 0.042795129120349884, 0.17721538245677948, -0.11649629473686218, -0.01692907139658928, 0.014149953611195087, 0.004775605630129576, -0.05330345407128334, -0.03093145042657852, -0.05894119292497635, -0.03743355721235275, -0.04710441082715988, -0.06123410537838936, 0.3361181914806366, 0.033388033509254456, -0.06680887192487717, -0.14284200966358185, -0.021252617239952087, 0.07080517709255219, -0.01102370209991932, -0.010186286643147469, 0.016536371782422066, -0.0035777161829173565, -0.0551031120121479, -0.058843985199928284, -0.07373087853193283, -0.07303828746080399, 0.008014236576855183, -0.02475842647254467, 0.019055524840950966, 0.0013965923571959138, -0.02505015768110752, 0.018938278779387474, -0.04163083806633949, -0.08082862198352814, -0.05859038978815079, -0.0072859181091189384, -0.10001825541257858, 0.020443981513381004, -0.004587587900459766, -0.05368310213088989, 0.04349924996495247, 0.09240319579839706, -0.07975583523511887, 0.047014735639095306, -0.0816337987780571, -0.013443811796605587, 0.07125556468963623, 0.14855033159255981, -0.04458652809262276, -0.17683418095111847, 0.009535958990454674, -0.04598093405365944, 0.00657685287296772, -0.02324066124856472, -0.03342682495713234, 0.046690039336681366, 0.06421932578086853, 0.09579912573099136, 0.12861154973506927, -0.005262081511318684, -0.01233758870512247, -0.00404204661026597, 0.19814640283584595, -0.07414120435714722, -0.006721129175275564, 0.05257687345147133, -0.03211061283946037, -0.03147069364786148, 0.004170602653175592, 0.030115924775600433, -0.05924053117632866, 0.0479290671646595, -0.06132053583860397, -0.08275657147169113, -0.025462834164500237, -0.07541466504335403, 0.11310217529535294, 0.01066028792411089, -0.04429059475660324, -0.06729130446910858, -0.12084110081195831, -0.052413079887628555, -0.008013415150344372, -0.05301722139120102, -0.018472151830792427, 0.028320657089352608, -0.020496342331171036, -0.0019503987859934568, 0.009696612134575844, 0.049210820347070694, -0.035275574773550034, 0.041171301156282425, -0.027795828878879547, 0.06715652346611023, 0.06224275752902031, 0.03591445833444595, -0.051059190183877945, 0.03962695598602295, -0.06548593938350677, 0.025364721193909645, -0.12596525251865387, -0.042007483541965485, -0.10533954948186874, -0.024472154676914215, -0.010576858185231686, -0.01453133299946785, 0.010864835232496262, 0.17499618232250214, -0.14499282836914062, 0.02055521495640278, 0.08196510374546051, -0.08213173598051071, -0.10426981002092361, 0.11894678324460983, 0.052817828953266144, 0.05490042641758919, 0.035364385694265366, 0.10802306979894638, 0.11092916131019592, -0.10437250882387161, -0.11190532892942429, 0.04226700961589813, 0.05670176446437836, 0.003871321678161621, 0.1169636994600296, -0.04636792466044426, 0.12209226936101913, 0.028170980513095856, 0.04391077533364296, -0.02767440862953663, -0.007634039502590895, -0.05513600632548332, -0.004214651882648468, -0.056624919176101685, -0.07349725812673569, 0.042711954563856125, -0.04476584121584892, 0.0005351463332772255, -0.04381004720926285, -0.11996880918741226, 0.060196053236722946, -0.01313253864645958, 0.047619130462408066, 0.01846119947731495, 0.010373474098742008, -0.11465802788734436, 0.030275560915470123, -0.14092260599136353, -0.16971148550510406, 0.01500703115016222, -0.058224696666002274, 0.01674741879105568, 0.02837870642542839, 0.031573567539453506, 0.00171650480479002, -0.06667044013738632, 0.015095879323780537, -0.02009899728000164, 0.012931407429277897, -0.03676286339759827, -0.07556305080652237, -0.008316807448863983, -0.0642068013548851, 0.11886738985776901, -0.008954614400863647, -0.04381224885582924, 0.09675046801567078, 0.04351937398314476, 0.025791864842176437, -0.10100768506526947, 0.09157062321901321, 0.016839947551488876, 0.009961954317986965, -0.048543620854616165, -0.0075899651274085045, -0.016176655888557434, 0.025640932843089104, 0.038508012890815735, -0.12221597880125046, -0.03834565356373787, 0.040056537836790085, 0.16281959414482117, -0.030765313655138016, -0.04862452670931816, -0.021798748522996902, -0.062310706824064255, -0.0916564017534256, -0.12433747947216034, 0.03389003127813339, 0.03821488842368126, -0.0089773740619421, -0.07263144105672836, -0.02486572228372097, 0.011767290532588959, 0.01398372557014227, -0.042299605906009674, 0.06428751349449158, 0.09961970150470734, -0.05999923497438431, 0.10396799445152283, 0.0428951233625412, 0.04470466822385788, 0.12938939034938812, 0.007073851767927408, -0.09415289759635925, 0.008877160958945751, 0.06487727910280228, 0.0022362421732395887, 0.10999628901481628, -0.028853580355644226, 0.051792219281196594, 0.04172060266137123, 0.07903719693422318, 0.042975105345249176, -0.04947971552610397, -0.01088178064674139, 0.0078456811606884, -0.06496521085500717, -0.07906749099493027, 0.010360478423535824, -0.017531054094433784, 0.08465632796287537, 0.059847183525562286, 0.09247444570064545, -0.010696996003389359, -0.09488523006439209, -0.12858305871486664, 0.1802453100681305, -0.12073724716901779, -0.24477341771125793, -0.058844808489084244, -0.01920323818922043, -0.025312548503279686, -0.03236028552055359, 0.06598736345767975, -0.09825816750526428, -0.07398691773414612, -0.05579926073551178, 0.05069384351372719, -0.012856846675276756, -0.10799334198236465, -0.009393228217959404, -0.02036425657570362, -0.027274632826447487, -0.12370532006025314, 0.06894220411777496, 0.02981211617588997, -0.08806911110877991, 0.004578908905386925, -0.048499658703804016, 0.1738496720790863, 0.021425336599349976, 0.07000748813152313, -0.05696338787674904, -0.01284740213304758, 0.21301749348640442, -0.10415320843458176, 0.11748320609331131, 0.08329154551029205, 0.052730072289705276, 0.0644577220082283, 0.14078423380851746, -0.002893233671784401, -0.042584437876939774, 0.0406268872320652, 0.05069785937666893, -0.10430572181940079, -0.22148862481117249, -0.09850024431943893, -0.12828980386257172, 0.07043292373418808, 0.031177520751953125, 0.032110560685396194, -0.026354121044278145, 0.016298683360219002, -0.10897158831357956, -0.030147751793265343, 0.01356898806989193, 0.06004741042852402, 0.07653562724590302, -0.01119324006140232, 0.02246801182627678, -0.055316682904958725, 0.09341604262590408, 0.12729837000370026, 0.08995207399129868, 0.2298760563135147, -0.04487273097038269, 0.1704726368188858, 0.014762181788682938, 0.06620749086141586, -0.04253352805972099, 0.09565908461809158, -0.056104518473148346, 0.0509442500770092, -0.04032823070883751, -0.04850728064775467, -0.01344661321491003, 0.10174431651830673, 0.058591440320014954, -0.14521609246730804, 0.017979580909013748, 0.008242089301347733, 0.002072030445560813, 0.08005489408969879, -0.0027518391143530607, 0.03986130282282829, -0.027153199538588524, 0.08774323761463165, 0.0035026089753955603, -0.055526260286569595, 0.04100945591926575, 0.2164478749036789, -0.1309078335762024, -0.05373014137148857, -0.0044379704631865025, 0.10459979623556137, -0.01655491255223751, -0.04629470035433769, -0.030422339215874672, -0.02350325882434845, -0.005393883679062128, 0.1259617805480957, -0.17032980918884277, 0.0911126360297203, 0.003481578780338168, -0.01992030255496502, -0.0873527005314827, -0.002916914876550436, -0.027270736172795296, -0.04814483970403671, 0.12771067023277283, 0.05448257923126221, -0.08531201630830765, -0.05022329092025757, -0.037388306111097336, 0.08229728043079376, 0.05873212590813637, 0.025854427367448807, 0.02699929289519787, 0.031409844756126404, 0.00823995377868414, 0.01837657205760479, 0.11579704284667969, -0.014821933582425117, -0.17405810952186584, 0.04832365736365318, 0.0069257584400475025, 0.015466535463929176, -0.049086228013038635, 0.004654313903301954, 0.00298482459038496, 0.08959847688674927, -0.09922660142183304, -0.07560344785451889, -0.1382928490638733, -0.0911019816994667, 0.15832214057445526, -0.0691564679145813, 0.061975616961717606, -0.022726912051439285, 0.10891599208116531, -0.047144196927547455, -0.026006033644080162, 0.07419433444738388, -0.12766839563846588, -0.1936642825603485, -0.05069512873888016, 0.07140322774648666, 0.012744838371872902, 0.06390823423862457, -0.02840610407292843, 0.04898916184902191, -0.05136440321803093, -0.10965833812952042, -0.039518777281045914, 0.05737306922674179, 0.029443364590406418, 0.07231292128562927, -0.01524911355227232, -0.04484328627586365, -0.02189934439957142, -0.06583738327026367, 0.09569738805294037, 0.10605476796627045, -0.04770500585436821, 0.11263902485370636, 0.1540144681930542, -0.023270133882761, -0.21441076695919037, -0.04788457974791527, -0.005473462399095297, -0.04505746066570282, 0.048927199095487595, -0.17053568363189697, 0.11312481015920639, 0.04275159537792206, -0.04680762439966202, 0.06121966987848282, -0.15921907126903534, -0.10417690873146057, -0.008571257814764977, 0.03678511828184128, 0.04427402839064598, -0.12353017926216125, -0.013145332224667072, -0.03029579296708107, -0.19912296533584595, 0.008700316771864891, -0.052114296704530716, 0.05276879295706749, -0.013468830846250057, 0.06909924000501633, -0.004935149103403091, -0.09047167748212814, 0.08416909724473953, 0.035580020397901535, -0.030003422871232033, -0.050342053174972534, -0.0009946427308022976, -0.04928668215870857, -0.014598352834582329, 0.1049354150891304, -0.11299598962068558, 0.09347561746835709, -0.13208088278770447, -0.008682052604854107, -0.07309926301240921, -0.008441254496574402, -0.05994495749473572, -0.05584317445755005, -0.08731286972761154, 0.09935609251260757, 0.08770488947629929, -0.022603150457143784, 0.007024708669632673, -0.055491141974925995, 0.07920124381780624, 0.207270547747612, 0.06965503096580505, 0.0620262585580349, -0.10681885480880737, -0.024181952700018883, -0.043502334505319595, 0.06973645836114883, -0.1794760525226593, 0.05621814727783203, 0.07788258045911789, 0.04415518790483475, 0.10257705301046371, -0.041071388870477676, -0.12013319879770279, 0.05217427760362625, 0.03338773176074028, -0.012675931677222252, -0.16821670532226562, 0.039444323629140854, 0.07768556475639343, -0.1801484227180481, -0.05522679537534714, 0.027777796611189842, -0.009603322483599186, 0.018458258360624313, -0.0355316661298275, 0.12562023103237152, 0.059887513518333435, 0.14787955582141876, 0.049760010093450546, 0.046014707535505295, -0.06990324705839157, 0.1354289948940277, 0.07024765759706497, -0.052842721343040466, 0.03464435040950775, 0.1401047557592392, -0.08509942144155502, -0.03258637338876724, 0.038002628833055496, -0.05379771441221237, 0.04831288009881973, -0.050474561750888824, 0.03335525840520859, -0.06688079982995987, 0.01988215744495392, -0.0018501561135053635, -0.02688455395400524, 0.007409341167658567, 0.006779717747122049, -0.0038319218438118696, -0.06232939660549164, 0.10394696146249771, -0.029525214806199074, 0.023223811760544777, -0.015156121924519539, -0.11998910456895828, 0.024852178990840912, 0.006350685842335224, 0.00713938195258379, -0.028118034824728966, -0.08290447294712067, -0.006542664021253586, -0.14455224573612213, -0.008391722105443478, -0.09353990852832794, 0.011199438013136387, -0.08662914484739304, -0.08584931492805481, -0.013335655443370342, 0.027389705181121826, -0.004712831228971481, -0.051572035998106, -0.09882478415966034, 0.048582691699266434, -0.17050758004188538, 0.0037058552261441946, 0.10752556473016739, -0.04083675891160965, 0.10083695501089096, -0.003917004447430372, -0.04405302554368973, 0.02376588247716427, -0.04779159650206566, -0.0025806922931224108, -0.008897388353943825, 0.06537169963121414, -0.002829447854310274, -0.08102581650018692, -0.061062879860401154, 0.02050427347421646, 0.003564434824511409, 0.006888377945870161, 0.05429263412952423, -0.11969556659460068, 0.08876559138298035, -0.09307772666215897, -0.06336361914873123, -0.05258635804057121, 0.05280508100986481, 0.08488477021455765, -0.00042131353984586895, 0.06979642808437347, -0.0053849234245717525, 0.07071442157030106, -0.1281365305185318, -0.04343342036008835, 0.061874013394117355, 0.0016773701645433903, -0.0336487703025341, -0.002386917360126972, 0.04180078208446503, -0.015114174224436283, 0.17153021693229675, -0.07940898835659027, 0.010497663170099258, 0.05553560331463814, 0.06313272565603256, -0.001405484159477055, -0.040068369358778, 0.03971586003899574, -0.021161727607250214, -0.012651567347347736, -0.008957535028457642, -0.004701525438576937, -0.05179344117641449, 0.04485458508133888, 0.12327402085065842, 0.1282034069299698, 0.10815203189849854, -0.011115939356386662, -0.004625656642019749, -0.1287260204553604, -0.014265352860093117, 0.0015254815807566047, -0.07189676910638809, 0.012356850318610668, -0.08422239869832993, -0.03561755269765854, 0.11654788255691528, -0.13774751126766205, 0.0809469074010849, -0.047028549015522, -0.04255158454179764, -0.012981092557311058, 0.013241671025753021, -0.04048220068216324, -0.06573506444692612, 0.012914754450321198, -0.14361676573753357, 0.08664188534021378, 0.10610702633857727, 0.01828109659254551, -0.006461950484663248, 0.19006623327732086, -0.07560908049345016, -0.08957574516534805, -0.022951414808630943, 0.024710556492209435, 0.06137349456548691, 0.10477191209793091, 0.06052824854850769, 0.048576533794403076, 0.0585147924721241, 0.10973827540874481, 0.10254495590925217, -0.06112350896000862, 0.029714541509747505, -0.049283310770988464, -0.07071015983819962, -0.046111416071653366, 0.0363897830247879, -0.013236458413302898, 0.2473759800195694, 0.01765776053071022, 0.04503404721617699, 0.02300618588924408, 0.16550783812999725, -0.0891486406326294, -0.056101154536008835, -0.1200762540102005, 0.06207036226987839, -0.06302231550216675, -0.03720257803797722, -0.016803037375211716, -0.1478358954191208, -0.0003701553214341402, 0.17467838525772095, 0.17690737545490265, -0.050375163555145264, -0.014855101704597473, 0.001979377819225192, 0.007947477512061596, -0.010633683763444424, 0.08502470701932907, 0.0722329244017601, 0.3098481595516205, -0.0436757393181324, 0.09396599978208542, 0.004548890516161919, -0.06499116122722626, -0.0008712013368494809, 0.07406812161207199, -0.018358487635850906, -0.04567559435963631, -0.10242213308811188, 0.10238058120012283, -0.045761752873659134, -0.2462146133184433, -0.029692556709051132, -0.06332112848758698, -0.08783429861068726, -0.008380844257771969, 0.05634772777557373, 0.046954523772001266, 0.01664663664996624, 0.031894031912088394, 0.0380789153277874, 0.11627021431922913, 0.019894899800419807, -0.06181982532143593, -0.054353851824998856, 0.06705084443092346, -0.06332646310329437, 0.11838775128126144, 0.03481828048825264, 0.07976911216974258, 0.05446803569793701, -0.018724694848060608, -0.1095278263092041, 0.04207158461213112, 0.13640643656253815, -0.09969964623451233, -0.030357375741004944, 0.13187995553016663, -0.0723843201994896, 0.15210172533988953, 0.09401627629995346, -0.010934000834822655, 0.031188100576400757, 0.13509783148765564, 0.07066533714532852, -0.12393812090158463, 0.07821014523506165, -0.09830552339553833, 0.17655912041664124, 0.08574464917182922, -0.02662983536720276, -0.030444802716374397, 0.005656973924487829, 0.01880071870982647, -0.049595266580581665, 0.12656964361667633, -0.004196011461317539, -0.1359833925962448, -0.01722104102373123, -0.11671305447816849, 0.08220723271369934, -0.16776421666145325, 0.00009456035331822932, 0.022419121116399765, -0.023771801963448524, 0.022714892402291298, 0.1083294153213501, 0.04681256413459778, -0.06777024269104004, -0.049577485769987106, -0.07709618657827377, 0.01837504841387272, 0.11163901537656784, -0.08541607111692429, -0.02159534953534603 ]
78b128b6aa3ac08913a19a3c71064bf23206bdf6
# Dataset Card for DREAM ## 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:** [Add homepage URL here if available (unless it's a GitHub repository)]() - **Repository:** [If the dataset is hosted on github or has a github homepage, add URL here]() - **Paper:** [If the dataset was introduced by a paper or there was a paper written describing the dataset, add URL here (landing page for Arxiv paper preferred)]() - **Leaderboard:** [If the dataset supports an active leaderboard, add link here]() - **Point of Contact:** [If known, name and email of at least one person the reader can contact for questions about the dataset.]() ### 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 [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 [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
dream
[ "task_categories:question-answering", "task_ids:multiple-choice-qa", "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": ["question-answering"], "task_ids": ["multiple-choice-qa"], "paperswithcode_id": "dream", "pretty_name": "DREAM", "dataset_info": {"features": [{"name": "id", "dtype": "int32"}, {"name": "dialogue_id", "dtype": "string"}, {"name": "dialogue", "sequence": "string"}, {"name": "question", "dtype": "string"}, {"name": "choice", "sequence": "string"}, {"name": "answer", "dtype": "string"}], "config_name": "plain_text", "splits": [{"name": "train", "num_bytes": 4775235, "num_examples": 6116}, {"name": "validation", "num_bytes": 1539272, "num_examples": 2040}, {"name": "test", "num_bytes": 1556379, "num_examples": 2041}], "download_size": 5558190, "dataset_size": 7870886}}
2024-01-18T11:02:47+00:00
[]
[ "en" ]
TAGS #task_categories-question-answering #task_ids-multiple-choice-qa #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 DREAM ## 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: [Add homepage URL here if available (unless it's a GitHub repository)]() - Repository: [If the dataset is hosted on github or has a github homepage, add URL here]() - Paper: [If the dataset was introduced by a paper or there was a paper written describing the dataset, add URL here (landing page for Arxiv paper preferred)]() - Leaderboard: [If the dataset supports an active leaderboard, add link here]() - Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]() ### 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 @patil-suraj for adding this dataset.
[ "# Dataset Card for DREAM", "## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: [If the dataset is hosted on github or has a github homepage, add URL here]()\n- Paper: [If the dataset was introduced by a paper or there was a paper written describing the dataset, add URL here (landing page for Arxiv paper preferred)]()\n- Leaderboard: [If the dataset supports an active leaderboard, add link here]()\n- Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]()", "### 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 @patil-suraj 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-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us \n", "# Dataset Card for DREAM", "## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: [If the dataset is hosted on github or has a github homepage, add URL here]()\n- Paper: [If the dataset was introduced by a paper or there was a paper written describing the dataset, add URL here (landing page for Arxiv paper preferred)]()\n- Leaderboard: [If the dataset supports an active leaderboard, add link here]()\n- Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]()", "### 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 @patil-suraj for adding this dataset." ]
[ 94, 8, 120, 160, 6, 10, 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-question-answering #task_ids-multiple-choice-qa #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 DREAM## 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: [Add homepage URL here if available (unless it's a GitHub repository)]()\n- Repository: [If the dataset is hosted on github or has a github homepage, add URL here]()\n- Paper: [If the dataset was introduced by a paper or there was a paper written describing the dataset, add URL here (landing page for Arxiv paper preferred)]()\n- Leaderboard: [If the dataset supports an active leaderboard, add link here]()\n- Point of Contact: [If known, name and email of at least one person the reader can contact for questions about the dataset.]()### 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" ]
[ 0.012430964037775993, 0.220521941781044, -0.008187773637473583, -0.00533457612618804, 0.09226538240909576, 0.013829694129526615, 0.0906752273440361, 0.14567488431930542, 0.07181445509195328, 0.1491834968328476, -0.056042030453681946, 0.09855321049690247, 0.13510969281196594, 0.040921006351709366, 0.014259662479162216, -0.2054654061794281, 0.05123327672481537, -0.11482766270637512, 0.008105424232780933, 0.09895718842744827, 0.12002023309469223, -0.09213971346616745, 0.04919721931219101, -0.04812144488096237, 0.024820499122142792, 0.017644697800278664, -0.08756230771541595, -0.03952959552407265, 0.029787899926304817, 0.02695959247648716, 0.048844169825315475, 0.025389721617102623, 0.05265175551176071, -0.3093750774860382, 0.019652174785733223, 0.07998419553041458, 0.02294537052512169, 0.04174886643886566, 0.08933769166469574, -0.10083728283643723, -0.0042038569226861, -0.16335144639015198, 0.05579535663127899, 0.05660903826355934, -0.13263718783855438, -0.1411896049976349, -0.10110586881637573, 0.05639772117137909, 0.08566996455192566, 0.039718713611364365, -0.07958993315696716, 0.05394744873046875, -0.05438997596502304, 0.04966143146157265, 0.1413295865058899, -0.08985161781311035, -0.0683853030204773, 0.024312572553753853, 0.05089424178004265, 0.07119523733854294, -0.13932999968528748, 0.009218973107635975, -0.04118660092353821, 0.014317375607788563, 0.018245531246066093, -0.0007369308150373399, 0.022560030221939087, 0.08349044620990753, -0.11143741011619568, -0.05365521460771561, 0.0835280790925026, -0.004175439011305571, 0.00893355906009674, -0.2296484112739563, -0.011023230850696564, 0.041783545166254044, -0.02835875377058983, -0.01565912924706936, 0.027957431972026825, -0.01714477129280567, 0.0677889883518219, -0.0403144471347332, -0.05000592768192291, 0.02740962989628315, -0.000546170340385288, 0.0013551573501899838, 0.025786036625504494, -0.017358828336000443, 0.03655552119016647, 0.06865157186985016, 0.055714331567287445, -0.12782765924930573, -0.019167350605130196, -0.06007687374949455, -0.15592540800571442, -0.02890828065574169, 0.04579872265458107, 0.01343842688947916, 0.13387338817119598, 0.18253503739833832, -0.025832543149590492, 0.023402268067002296, -0.06078704074025154, -0.03952348232269287, 0.11860527843236923, 0.10953215509653091, -0.07723826915025711, -0.15258055925369263, -0.06191891431808472, 0.030886678025126457, -0.05158587545156479, -0.012047605589032173, 0.027103809639811516, 0.09338653832674026, 0.046158403158187866, 0.1084052249789238, 0.16485902667045593, 0.01812346652150154, -0.06919233500957489, -0.04580608382821083, 0.10194432735443115, -0.12593956291675568, 0.054637596011161804, 0.0713907852768898, -0.009223219938576221, -0.01851002499461174, -0.06162237003445625, 0.03957534581422806, -0.08286001533269882, 0.08540444821119308, -0.0299055315554142, -0.028099602088332176, -0.07180322706699371, -0.06441423296928406, 0.04751534014940262, -0.04129282385110855, -0.07309375703334808, 0.01123136468231678, -0.053650762885808945, -0.10449879616498947, 0.036389321088790894, -0.11793790012598038, -0.04836186766624451, -0.006633015349507332, -0.0018213216681033373, 0.044027190655469894, 0.015729660168290138, -0.0040078130550682545, -0.05258425325155258, 0.037551239132881165, -0.04900772497057915, 0.03902067989110947, 0.13533349335193634, 0.0412081740796566, -0.07791551202535629, 0.0416538380086422, -0.12899746000766754, 0.10908664017915726, -0.14953398704528809, 0.04945928975939751, -0.1517670899629593, -0.004190788604319096, 0.07930020987987518, -0.0035738812293857336, -0.025757502764463425, 0.14123690128326416, -0.16099335253238678, -0.03369394689798355, 0.15102432668209076, -0.058959756046533585, -0.07150381058454514, 0.0564933717250824, -0.024689773097634315, 0.0218806192278862, 0.04949601739645004, 0.09812425076961517, 0.0060464926064014435, -0.03471826761960983, -0.04508623480796814, -0.10097935050725937, 0.050137102603912354, 0.25031155347824097, 0.0899350568652153, -0.10860592871904373, 0.14949503540992737, -0.0021556352730840445, -0.024252764880657196, -0.11434999853372574, -0.011643974110484123, -0.08093965798616409, 0.029570629820227623, 0.02013249136507511, -0.03248361870646477, 0.008274837397038937, -0.09297407418489456, -0.014342373237013817, -0.10370181500911713, 0.036202363669872284, 0.010754239745438099, -0.009200656786561012, -0.007882789708673954, -0.07422734051942825, -0.019345829263329506, 0.04864908382296562, 0.02918766625225544, -0.1462365686893463, -0.14381743967533112, 0.04351646825671196, -0.05056064575910568, 0.0876096710562706, -0.028952714055776596, 0.023533839732408524, -0.046457238495349884, -0.007934188470244408, -0.007395678665488958, 0.053879622370004654, 0.030445806682109833, -0.010710172355175018, -0.19528862833976746, -0.00699638482183218, -0.034205030649900436, 0.12959977984428406, -0.05652625113725662, 0.009915598668158054, 0.13660483062267303, 0.2199087291955948, 0.04486006870865822, -0.0663282722234726, 0.05606585368514061, -0.029964428395032883, 0.013926396146416664, -0.05743757635354996, 0.0170670785009861, -0.06511978805065155, 0.0267544686794281, 0.009228168986737728, -0.057584673166275024, -0.10803943127393723, 0.059043653309345245, 0.1326151192188263, -0.04173525422811508, -0.06123507395386696, -0.06423287838697433, -0.023731159046292305, -0.0880843847990036, -0.10568336397409439, 0.07712837308645248, 0.08614184707403183, -0.023028500378131866, -0.043538469821214676, -0.09431930631399155, -0.07988207042217255, 0.0068607875145971775, -0.07001122832298279, 0.12099090218544006, 0.0027126825880259275, -0.14021901786327362, 0.1413528472185135, 0.0055813537910580635, 0.14326412975788116, 0.07711464166641235, -0.03573652729392052, -0.0828273594379425, -0.028526976704597473, 0.02421954646706581, 0.025148678570985794, 0.031361814588308334, -0.12914064526557922, -0.010735035873949528, 0.06294502317905426, -0.030440090224146843, 0.0021316315978765488, -0.03507893532514572, 0.03964107483625412, -0.007977854460477829, -0.01667935773730278, 0.06367690861225128, -0.01929030939936638, 0.0612998828291893, 0.09359882771968842, 0.053839173167943954, 0.09629108011722565, -0.045563630759716034, -0.05918462574481964, -0.07481712102890015, 0.06882262974977493, -0.12570616602897644, -0.2544918358325958, -0.07173144817352295, -0.1182243824005127, -0.01636391505599022, -0.03270529955625534, 0.037800032645463943, -0.07329090684652328, -0.10138607025146484, -0.04144652187824249, 0.12454991042613983, 0.09885119646787643, -0.13548052310943604, -0.00585860526189208, 0.038636185228824615, -0.0038717107381671667, -0.11018728464841843, 0.020742984488606453, 0.0780840665102005, -0.057180218398571014, 0.02030837908387184, 0.06707439571619034, 0.08432777225971222, 0.08833040297031403, 0.10999487340450287, -0.0005733722355216742, -0.017944805324077606, 0.28918126225471497, -0.1678687036037445, 0.15445537865161896, 0.05885646864771843, -0.03272448480129242, 0.07784465700387955, 0.2768334448337555, 0.04658256471157074, -0.04834863916039467, 0.03191503509879112, 0.11471547186374664, 0.0365106575191021, -0.24027682840824127, -0.06099790334701538, -0.04139009863138199, -0.04659253731369972, 0.06867150962352753, 0.06443045288324356, 0.01456257700920105, 0.003809166606515646, -0.11859478801488876, -0.06299775093793869, 0.06781551986932755, 0.09020231664180756, 0.05185997486114502, -0.0016063802177086473, 0.07203700393438339, -0.00647988123819232, -0.03574056178331375, 0.08812978863716125, 0.06481146812438965, 0.12595638632774353, 0.025207366794347763, 0.2218121737241745, 0.08908770978450775, 0.0546131357550621, -0.043726883828639984, -0.01941857486963272, -0.007287655491381884, 0.07681858539581299, -0.009383310563862324, -0.06844664365053177, 0.03384843096137047, 0.07257883995771408, 0.10341642796993256, -0.12830279767513275, 0.09678782522678375, -0.09650866687297821, 0.12815627455711365, 0.24870912730693817, 0.061488643288612366, -0.06690481305122375, 0.005652763415127993, 0.12681953608989716, -0.10815130174160004, -0.11029952764511108, -0.036353398114442825, 0.00045462630805559456, -0.1835411638021469, 0.0733710452914238, -0.013911099173128605, 0.11421699821949005, -0.116129070520401, -0.020551757887005806, 0.034950099885463715, 0.03016946092247963, -0.03669990599155426, 0.09256180375814438, -0.17567342519760132, 0.09112825989723206, 0.005751860793679953, -0.015606536529958248, -0.09404176473617554, 0.08824380487203598, -0.010807439684867859, -0.046839866787195206, 0.1668597161769867, 0.00425045657902956, -0.058026451617479324, 0.02999093197286129, -0.06929755955934525, -0.021152064204216003, 0.09855152666568756, -0.19735056161880493, 0.11898276954889297, -0.023436371237039566, -0.0474747009575367, -0.08736646920442581, -0.018682369962334633, -0.10226072371006012, -0.18677274882793427, 0.08543814718723297, -0.091753751039505, 0.11127256602048874, -0.06854116916656494, -0.005667842458933592, -0.10001487284898758, 0.20231467485427856, -0.14016734063625336, -0.11383865028619766, -0.15175175666809082, 0.021282870322465897, 0.1660609394311905, -0.04228248447179794, 0.03781021758913994, -0.03165246918797493, 0.1802997589111328, -0.0009231112780980766, -0.01531482394784689, 0.04374801740050316, -0.06433124840259552, -0.1917540580034256, -0.036231860518455505, 0.17949625849723816, 0.06018595024943352, 0.042678363621234894, 0.0002371967420913279, 0.06987915933132172, -0.015622691251337528, -0.07157036662101746, 0.06559296697378159, 0.09129495173692703, 0.01006920263171196, 0.07486487179994583, -0.015679821372032166, -0.21403270959854126, -0.18041351437568665, -0.04209858551621437, 0.10311146825551987, 0.05837595835328102, -0.02668016403913498, 0.1718386858701706, 0.12320174276828766, -0.08979164063930511, -0.18051351606845856, -0.04681599512696266, 0.03438175842165947, -0.05070411041378975, -0.009513831697404385, -0.21771925687789917, 0.09990348666906357, 0.03473026305437088, -0.00768300611525774, -0.005458470433950424, -0.14305341243743896, -0.10160315036773682, 0.017061395570635796, -0.0026540388353168964, -0.33129242062568665, -0.20267058908939362, -0.14588813483715057, -0.03281746804714203, -0.1794026792049408, 0.14203643798828125, 0.025203797966241837, -0.010563403367996216, 0.0010491794673725963, 0.044688865542411804, 0.03363877162337303, -0.025144077837467194, 0.15371951460838318, 0.0029309920500963926, -0.02701125666499138, -0.10168411582708359, -0.06306041032075882, 0.07076461613178253, -0.024828199297189713, 0.03647914156317711, 0.018602412194013596, -0.014940271154046059, -0.11340750008821487, -0.027925346046686172, -0.09170614182949066, -0.0014632949605584145, -0.10287698358297348, -0.05803463235497475, -0.06219455599784851, 0.11615128815174103, 0.10186776518821716, -0.029371459037065506, 0.10085046291351318, -0.07838016003370285, 0.07601899653673172, 0.1075899749994278, 0.11868836730718613, 0.055747125297784805, -0.10582833737134933, -0.01566246524453163, 0.009966417215764523, -0.05329543352127075, -0.115486279129982, 0.06736204773187637, 0.09260380268096924, 0.01975896768271923, 0.1628987193107605, -0.06055724620819092, -0.16776348650455475, -0.06316404044628143, 0.07599667459726334, -0.07237150520086288, -0.17995010316371918, 0.010575231164693832, 0.07961218059062958, -0.16858559846878052, -0.07224000990390778, 0.08561074733734131, 0.10853744298219681, -0.09041494131088257, 0.037491098046302795, 0.1240387037396431, 0.05021887645125389, 0.07472414523363113, -0.004663972649723291, 0.08661947399377823, -0.12441486120223999, 0.07793519645929337, 0.1653994768857956, -0.04416308552026749, -0.02543676272034645, 0.19554202258586884, -0.030439237132668495, -0.04230065271258354, 0.011095755733549595, 0.013403342105448246, 0.056355446577072144, 0.01184150855988264, 0.050356507301330566, -0.11804389953613281, 0.03960193693637848, 0.07548114657402039, -0.02162134274840355, 0.0019062989158555865, 0.0626363530755043, -0.015530242584645748, 0.005685000214725733, 0.15214204788208008, 0.029408032074570656, 0.022661520168185234, -0.019291622564196587, -0.053071580827236176, -0.03448037430644035, -0.05053527653217316, 0.01945912465453148, -0.03704817220568657, -0.10998951643705368, 0.004550517536699772, -0.092708520591259, -0.011621540412306786, -0.12902005016803741, -0.011101623997092247, 0.018638450652360916, -0.07127057015895844, 0.004554960411041975, -0.013075017370283604, -0.06654652208089828, -0.08183836936950684, -0.028630493208765984, 0.1443527489900589, -0.22449854016304016, -0.004152181092649698, 0.11002498120069504, -0.10170155018568039, 0.12544503808021545, -0.012546079233288765, -0.030835971236228943, -0.024015240371227264, -0.09689042717218399, -0.03214234858751297, -0.03639701008796692, 0.041709791868925095, 0.05907886102795601, -0.1999698132276535, -0.010738380253314972, -0.0358438640832901, -0.07155632227659225, 0.04113860800862312, -0.017303526401519775, -0.09236817806959152, 0.08154656738042831, -0.005476310849189758, -0.05498306453227997, -0.013165555894374847, 0.020264767110347748, 0.0961458832025528, -0.05284767970442772, 0.10201270878314972, -0.018215864896774292, 0.09808170795440674, -0.14066529273986816, -0.006497981958091259, 0.008251193910837173, 0.009647605009377003, 0.04747364670038223, 0.006862071808427572, 0.0753643736243248, -0.003100837580859661, 0.17702047526836395, -0.022789547219872475, 0.052364036440849304, 0.07612105458974838, 0.06918323040008545, -0.05683140456676483, 0.056483399122953415, -0.04467862844467163, 0.024449100717902184, -0.027608223259449005, -0.012155154719948769, -0.09541882574558258, -0.0818278044462204, -0.07622434943914413, 0.09859500825405121, 0.20963771641254425, 0.2278531789779663, -0.05901303142309189, 0.11257168650627136, -0.10730382055044174, -0.05756375938653946, 0.12010384351015091, -0.06009465456008911, 0.03311460092663765, -0.09163409471511841, 0.053368669003248215, 0.05236399546265602, -0.18304669857025146, 0.11703848093748093, -0.08392135798931122, -0.053098272532224655, -0.016572393476963043, -0.16332195699214935, -0.07957745343446732, 0.0019526269752532244, 0.010664188303053379, -0.12705157697200775, 0.10241232067346573, 0.06848037987947464, -0.011665870435535908, -0.015158645808696747, 0.07518851011991501, -0.006332474760711193, -0.09234754741191864, 0.08409149199724197, 0.07429791241884232, 0.02248345874249935, 0.017887240275740623, 0.08553627878427505, -0.04391244798898697, 0.12549035251140594, 0.08064677566289902, 0.06495733559131622, -0.0159608181566, -0.006509396713227034, -0.08148008584976196, -0.09567788988351822, 0.023986445739865303, -0.04713520035147667, -0.12371090799570084, 0.16327759623527527, 0.01685435324907303, 0.06045893207192421, 0.0038403861690312624, 0.24864937365055084, -0.061511002480983734, -0.11417587846517563, -0.17083114385604858, 0.021310806274414062, -0.06748458743095398, 0.01943538337945938, 0.05222305282950401, -0.17014990746974945, -0.0074378689751029015, 0.1471608281135559, 0.12613852322101593, -0.03427911549806595, 0.019351046532392502, 0.031029747799038887, 0.031576551496982574, 0.000037666319258278236, -0.02797931432723999, 0.051299162209033966, 0.16123615205287933, -0.05423564836382866, 0.061907701194286346, -0.008133928291499615, -0.09052950888872147, -0.056540533900260925, 0.09002608060836792, 0.009417187422513962, -0.01231857668608427, -0.05292065441608429, 0.16724389791488647, -0.0999375581741333, -0.2978634536266327, 0.026550404727458954, -0.09854482859373093, -0.16006365418434143, -0.0396004281938076, 0.04310149326920509, 0.0034544048830866814, 0.023244066163897514, 0.1193443164229393, -0.054431602358818054, 0.1840249001979828, 0.07435762137174606, -0.0020409224089235067, 0.001540433382615447, 0.11498458683490753, -0.1711057424545288, 0.20371422171592712, 0.00441717728972435, 0.011362966150045395, 0.09884706139564514, -0.07566732168197632, -0.11424992233514786, 0.017558148130774498, 0.12042451649904251, -0.09374555945396423, 0.03492346778512001, 0.19590941071510315, 0.032450612634420395, 0.11781129240989685, 0.1438184380531311, -0.058644723147153854, 0.05588386580348015, 0.1286100447177887, -0.0014375665923580527, -0.11218942701816559, 0.1115456223487854, -0.1325245052576065, 0.052449144423007965, 0.1372012346982956, -0.046798378229141235, 0.033998578786849976, -0.029557237401604652, 0.02187836542725563, -0.036315735429525375, 0.1552717685699463, -0.04147765412926674, -0.14564858376979828, 0.026644203811883926, -0.04055085778236389, 0.12944336235523224, -0.0981873944401741, -0.07370640337467194, 0.06968505680561066, 0.009602958336472511, -0.07146561145782471, 0.13918644189834595, 0.08211877197027206, -0.009000873193144798, -0.02371009811758995, -0.08869514614343643, 0.03309635818004608, 0.13095712661743164, -0.08649293333292007, 0.0647214725613594 ]
95cda593fae71b60b5b19f82de3fcf3298c1239c
# Dataset Card for "drop" ## 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/drop - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - **Paper:** https://aclanthology.org/N19-1246/ - **Paper:** https://arxiv.org/abs/1903.00161 - **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.30 MB - **Size of the generated dataset:** 110.91 MB - **Total amount of disk used:** 119.21 MB ### Dataset Summary DROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs. . DROP is a crowdsourced, adversarially-created, 96k-question benchmark, in which a system must resolve references in a question, perhaps to multiple input positions, and perform discrete operations over them (such as addition, counting, or sorting). These operations require a much more comprehensive understanding of the content of paragraphs than what was necessary for prior 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 #### default - **Size of downloaded dataset files:** 8.30 MB - **Size of the generated dataset:** 110.91 MB - **Total amount of disk used:** 119.21 MB An example of 'validation' looks as follows. ``` This example was too long and was cropped: { "answers_spans": { "spans": ["Chaz Schilens"] }, "passage": "\" Hoping to rebound from their loss to the Patriots, the Raiders stayed at home for a Week 16 duel with the Houston Texans. Oak...", "question": "Who scored the first touchdown of the game?" } ``` ### Data Fields The data fields are the same among all splits. #### default - `passage`: a `string` feature. - `question`: a `string` feature. - `answers_spans`: a dictionary feature containing: - `spans`: a `string` feature. ### Data Splits | name |train|validation| |-------|----:|---------:| |default|77409| 9536| ## 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{Dua2019DROP, author={Dheeru Dua and Yizhong Wang and Pradeep Dasigi and Gabriel Stanovsky and Sameer Singh and Matt Gardner}, title={ {DROP}: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs}, booktitle={Proc. of NAACL}, year={2019} } ``` ### Contributions Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.
drop
[ "task_categories:question-answering", "task_categories:text2text-generation", "task_ids:extractive-qa", "task_ids:abstractive-qa", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-sa-4.0", "arxiv:1903.00161", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["question-answering", "text2text-generation"], "task_ids": ["extractive-qa", "abstractive-qa"], "paperswithcode_id": "drop", "pretty_name": "DROP", "dataset_info": {"features": [{"name": "section_id", "dtype": "string"}, {"name": "query_id", "dtype": "string"}, {"name": "passage", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers_spans", "sequence": [{"name": "spans", "dtype": "string"}, {"name": "types", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 105572506, "num_examples": 77400}, {"name": "validation", "num_bytes": 11737755, "num_examples": 9535}], "download_size": 11538387, "dataset_size": 117310261}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}]}]}
2024-01-17T08:15:43+00:00
[ "1903.00161" ]
[ "en" ]
TAGS #task_categories-question-answering #task_categories-text2text-generation #task_ids-extractive-qa #task_ids-abstractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #arxiv-1903.00161 #region-us
Dataset Card for "drop" ======================= 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 * Point of Contact: * Size of downloaded dataset files: 8.30 MB * Size of the generated dataset: 110.91 MB * Total amount of disk used: 119.21 MB ### Dataset Summary DROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs. . DROP is a crowdsourced, adversarially-created, 96k-question benchmark, in which a system must resolve references in a question, perhaps to multiple input positions, and perform discrete operations over them (such as addition, counting, or sorting). These operations require a much more comprehensive understanding of the content of paragraphs than what was necessary for prior datasets. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 8.30 MB * Size of the generated dataset: 110.91 MB * Total amount of disk used: 119.21 MB An example of 'validation' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'passage': a 'string' feature. * 'question': a 'string' feature. * 'answers\_spans': a dictionary feature containing: + 'spans': 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, @mariamabarham, @lewtun for adding this dataset.
[ "### Dataset Summary\n\n\nDROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs.\n. DROP is a crowdsourced, adversarially-created, 96k-question benchmark, in which a system must resolve references in a\nquestion, perhaps to multiple input positions, and perform discrete operations over them (such as addition, counting, or\nsorting). These operations require a much more comprehensive understanding of the content of paragraphs than what was\nnecessary for prior datasets.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 8.30 MB\n* Size of the generated dataset: 110.91 MB\n* Total amount of disk used: 119.21 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* 'passage': a 'string' feature.\n* 'question': a 'string' feature.\n* 'answers\\_spans': a dictionary feature containing:\n\t+ 'spans': 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, @mariamabarham, @lewtun for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_categories-text2text-generation #task_ids-extractive-qa #task_ids-abstractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #arxiv-1903.00161 #region-us \n", "### Dataset Summary\n\n\nDROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs.\n. DROP is a crowdsourced, adversarially-created, 96k-question benchmark, in which a system must resolve references in a\nquestion, perhaps to multiple input positions, and perform discrete operations over them (such as addition, counting, or\nsorting). These operations require a much more comprehensive understanding of the content of paragraphs than what was\nnecessary for prior datasets.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 8.30 MB\n* Size of the generated dataset: 110.91 MB\n* Total amount of disk used: 119.21 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* 'passage': a 'string' feature.\n* 'question': a 'string' feature.\n* 'answers\\_spans': a dictionary feature containing:\n\t+ 'spans': 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, @mariamabarham, @lewtun for adding this dataset." ]
[ 128, 117, 10, 11, 6, 51, 17, 57, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 34 ]
[ "passage: TAGS\n#task_categories-question-answering #task_categories-text2text-generation #task_ids-extractive-qa #task_ids-abstractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #arxiv-1903.00161 #region-us \n### Dataset Summary\n\n\nDROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs.\n. DROP is a crowdsourced, adversarially-created, 96k-question benchmark, in which a system must resolve references in a\nquestion, perhaps to multiple input positions, and perform discrete operations over them (such as addition, counting, or\nsorting). These operations require a much more comprehensive understanding of the content of paragraphs than what was\nnecessary for prior datasets.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 8.30 MB\n* Size of the generated dataset: 110.91 MB\n* Total amount of disk used: 119.21 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* 'passage': a 'string' feature.\n* 'question': a 'string' feature.\n* 'answers\\_spans': a dictionary feature containing:\n\t+ 'spans': 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----------------------" ]
[ -0.01522048469632864, 0.21935705840587616, -0.00592636177316308, 0.039502646774053574, 0.10086094588041306, 0.010538561269640923, -0.027798719704151154, 0.08906896412372589, -0.015378380194306374, 0.19228050112724304, -0.008766512386500835, 0.01962083950638771, 0.10534148663282394, 0.08742158114910126, -0.011155988089740276, -0.1884772926568985, 0.0032358805183321238, -0.11158772557973862, -0.020808210596442223, 0.1059734895825386, 0.10383139550685883, -0.08836635202169418, 0.04633672907948494, -0.11316188424825668, 0.029064791277050972, 0.027192221954464912, -0.0788363441824913, -0.003928324673324823, 0.0055259037762880325, 0.060426533222198486, 0.03112286888062954, -0.010061725974082947, 0.054260436445474625, -0.24688883125782013, 0.010662797838449478, 0.07578518241643906, 0.027746345847845078, 0.023847440257668495, 0.0885569304227829, -0.025291068479418755, 0.08512064069509506, -0.2006911188364029, 0.05819536745548248, 0.03873534873127937, -0.08128657937049866, -0.16047346591949463, -0.11503656208515167, 0.05992431193590164, 0.13207466900348663, 0.04875378683209419, -0.06779076159000397, 0.026918338611721992, -0.06983283162117004, 0.06849518418312073, 0.1292438954114914, -0.08190235495567322, -0.04629478603601456, 0.020879069343209267, 0.034670766443014145, 0.08216416835784912, -0.08987066149711609, -0.030520020052790642, 0.016441522166132927, 0.020787257701158524, 0.037582557648420334, -0.028357090428471565, -0.04039248451590538, 0.007579729426652193, -0.13116823136806488, -0.10437595099210739, 0.15027813613414764, 0.03869357332587242, -0.023432694375514984, -0.16279077529907227, -0.028646990656852722, -0.005025062710046768, -0.04116829112172127, -0.021888934075832367, 0.019959313794970512, -0.030231265351176262, 0.057576004415750504, -0.03716013953089714, -0.07320849597454071, -0.006428930908441544, -0.04558312147855759, 0.037587616592645645, 0.016001326963305473, -0.02246382087469101, 0.0846107006072998, 0.053509294986724854, 0.016196977347135544, -0.12175954878330231, -0.012075514532625675, 0.010344259440898895, -0.19666294753551483, -0.03849702700972557, 0.062879778444767, 0.05137952044606209, 0.05539153888821602, 0.13042503595352173, -0.05469273775815964, 0.03714608773589134, -0.05291249230504036, -0.015370667912065983, 0.05454257130622864, 0.0808040201663971, -0.08877439051866531, -0.1241697296500206, -0.023626435548067093, 0.01622040569782257, 0.0265043992549181, -0.02052619867026806, -0.00962052121758461, 0.05201084166765213, 0.03303220868110657, 0.12510478496551514, 0.09374196827411652, 0.0027894272934645414, -0.06802239269018173, -0.02454899437725544, 0.11312893778085709, -0.15697966516017914, 0.037084829062223434, 0.04305557534098625, -0.03577041253447533, -0.07686322927474976, -0.025736434385180473, 0.019715582951903343, -0.1064024344086647, 0.12614403665065765, -0.04827016592025757, -0.0214130487293005, -0.04004543274641037, -0.07029875367879868, 0.08303990960121155, -0.023897526785731316, -0.06847686320543289, -0.015522229485213757, -0.14872299134731293, -0.05823536962270737, -0.011323660612106323, -0.08764933794736862, -0.09816350787878036, 0.01792990230023861, -0.06678709387779236, -0.021321594715118408, -0.008461685851216316, 0.14112800359725952, -0.03947696462273598, 0.07144910842180252, -0.044266477227211, 0.009446980431675911, 0.1600276529788971, 0.040589507669210434, -0.11303669214248657, 0.07929570227861404, -0.16846200823783875, 0.13664503395557404, -0.1168171763420105, -0.00658654049038887, -0.17733970284461975, -0.06153397634625435, 0.026709189638495445, -0.01497363205999136, -0.0374772883951664, 0.11905015259981155, -0.1931503862142563, -0.013029538094997406, 0.06274881958961487, -0.04742864891886711, -0.06372883170843124, 0.14652393758296967, -0.040355097502470016, 0.037253014743328094, 0.06006322056055069, 0.13768668472766876, 0.0238991416990757, -0.026549363508820534, -0.10761810839176178, -0.05928460881114006, 0.025894295424222946, 0.2244918942451477, 0.10658660531044006, -0.0971747562289238, 0.15027807652950287, -0.010544947348535061, -0.019965453073382378, -0.08584342151880264, -0.0020939221139997244, -0.08731107413768768, 0.014518051408231258, -0.001408972661010921, 0.0024999382440000772, 0.009809150360524654, -0.07207008451223373, -0.0461353100836277, -0.10788559913635254, -0.07767003029584885, 0.04283493757247925, -0.014929196797311306, 0.011457234621047974, -0.04778636619448662, -0.018302924931049347, -0.04383823275566101, 0.03634156286716461, -0.1753232777118683, -0.09661571681499481, 0.05024702847003937, -0.06577836722135544, 0.06814464181661606, -0.051810115575790405, -0.0001619464164832607, -0.01868770457804203, -0.048946768045425415, 0.019954469054937363, 0.031960126012563705, -0.016905831173062325, -0.028409240767359734, -0.13942059874534607, -0.04238206148147583, -0.01425367221236229, 0.15533646941184998, -0.14273998141288757, 0.008476627059280872, 0.12481334805488586, 0.15081585943698883, -0.00301233003847301, -0.08064983785152435, 0.05662534385919571, 0.013769282028079033, -0.005222296342253685, -0.08072550594806671, -0.020046217367053032, -0.04820806160569191, -0.02331560291349888, -0.02072499506175518, -0.19189602136611938, -0.0779154896736145, 0.041067879647016525, 0.12322378158569336, -0.08981727063655853, -0.06400974839925766, -0.040065281093120575, -0.07159578800201416, -0.09899783134460449, -0.09917958080768585, 0.06439927220344543, 0.049850594252347946, 0.00870593637228012, -0.08428887277841568, -0.07322201877832413, -0.01712784171104431, 0.045662567019462585, -0.02019430138170719, 0.1612280160188675, 0.03116980753839016, -0.2086401730775833, 0.12235131114721298, 0.016299711540341377, 0.03876471146941185, 0.0583309568464756, -0.03764557093381882, -0.08718521893024445, -0.04297664389014244, 0.08328798413276672, 0.01989307440817356, 0.03538290411233902, -0.07819831371307373, 0.06492100656032562, 0.07418213784694672, -0.027541395276784897, -0.006632762495428324, -0.02834690734744072, 0.03083031065762043, 0.03446187824010849, -0.05542946606874466, 0.012984377332031727, -0.03790802136063576, 0.048112817108631134, 0.09337300807237625, 0.034807804971933365, 0.10929775983095169, -0.002516890410333872, -0.06695019453763962, -0.11742783337831497, 0.12922264635562897, -0.06486078351736069, -0.21593523025512695, -0.0752483457326889, -0.028030240908265114, -0.02932717837393284, -0.04696798324584961, 0.01737280562520027, -0.04274396970868111, -0.08219284564256668, -0.09099263697862625, 0.09219558537006378, 0.04255435988306999, -0.10917644202709198, -0.06055696681141853, 0.03092721290886402, 0.008112868294119835, -0.08663620799779892, 0.027896681800484657, 0.06349750608205795, -0.05975614860653877, -0.03924446925520897, 0.08191536366939545, 0.1556636244058609, 0.10524298250675201, 0.05057884752750397, -0.03422345221042633, -0.01983148232102394, 0.17894691228866577, -0.14949603378772736, 0.08904005587100983, 0.05847961828112602, -0.06892159581184387, 0.06763540953397751, 0.22043465077877045, -0.00387380993925035, -0.031565193086862564, 0.05756816267967224, 0.11351259052753448, -0.06615462154150009, -0.22358828783035278, -0.09027748554944992, -0.05477958172559738, 0.04526504874229431, 0.10869385302066803, 0.049691520631313324, -0.04821369796991348, 0.007967930287122726, -0.12934519350528717, -0.011195577681064606, 0.032076649367809296, 0.06722807139158249, 0.045145612210035324, 0.018128972500562668, 0.051751766353845596, -0.05611924082040787, -0.0452590212225914, 0.09205006062984467, 0.02593614161014557, 0.2029758244752884, -0.04278586804866791, 0.2742840051651001, 0.020126499235630035, 0.09401418268680573, -0.055979371070861816, 0.04726545512676239, 0.027223384007811546, 0.05444241315126419, -0.013478623703122139, -0.08236149698495865, -0.009254942648112774, 0.07696174085140228, 0.13193301856517792, -0.04111079126596451, 0.04217011481523514, -0.035395096987485886, 0.06319234520196915, 0.2582700252532959, -0.005389822646975517, -0.09224685281515121, -0.023699995130300522, 0.12912465631961823, -0.05421817675232887, -0.05067703500390053, -0.024467162787914276, 0.14868319034576416, -0.14117880165576935, 0.06565924733877182, -0.0012985577341169119, 0.1092822402715683, -0.0890074074268341, -0.04392559081315994, -0.035531386733055115, 0.04766024276614189, -0.012051760219037533, 0.13375379145145416, -0.13340291380882263, 0.09722813218832016, 0.019515829160809517, 0.054064732044935226, -0.10801158100366592, 0.04971699044108391, -0.005005209241062403, -0.08083526045084, 0.20199815928936005, -0.010570800863206387, -0.03332580253481865, -0.030266618356108665, -0.13400861620903015, -0.002393636154010892, 0.06100068613886833, -0.14819206297397614, 0.11988743394613266, -0.0023398299235850573, -0.020915767177939415, -0.036956001073122025, 0.02694263495504856, -0.05030856654047966, -0.19166837632656097, 0.03271619603037834, -0.10053783655166626, -0.02676559053361416, -0.027815857902169228, -0.015162143856287003, -0.04920872300863266, 0.2026543766260147, -0.16843940317630768, -0.10943572968244553, -0.10608762502670288, 0.04175752401351929, 0.1874571442604065, -0.05113019794225693, -0.0010930690914392471, -0.006641413550823927, 0.1487855613231659, -0.0181127917021513, -0.015490570105612278, 0.04071567580103874, -0.041881535202264786, -0.20178824663162231, -0.013937476091086864, 0.15887409448623657, 0.02261464111506939, 0.09646017104387283, -0.03326039016246796, 0.0725497379899025, 0.007890230976045132, -0.10922645032405853, 0.024005940183997154, 0.046518731862306595, 0.09728916734457016, 0.1505797803401947, -0.016676394268870354, -0.11544536054134369, -0.11996880918741226, -0.05705377086997032, 0.1272284835577011, 0.17769207060337067, -0.08396199345588684, 0.08808647096157074, 0.10310009866952896, -0.07791819423437119, -0.21185186505317688, -0.017992977052927017, 0.03990930691361427, -0.026924502104520798, 0.05797702074050903, -0.11847253143787384, 0.06680496037006378, 0.11999556422233582, -0.015037761069834232, 0.02441834844648838, -0.23209597170352936, -0.13584835827350616, 0.005316636525094509, 0.009276173077523708, -0.2980070412158966, -0.21072955429553986, -0.09325623512268066, -0.05763327702879906, -0.07727265357971191, 0.1273260861635208, -0.03497491031885147, 0.023510601371526718, 0.043197035789489746, 0.008040976710617542, 0.040525708347558975, -0.0541745126247406, 0.16798803210258484, 0.026386836543679237, -0.012073079124093056, -0.09699961543083191, -0.04151918739080429, 0.07962428778409958, -0.010500345379114151, 0.11509991437196732, -0.024283722043037415, 0.005224473774433136, -0.09885556250810623, -0.03474127873778343, -0.07942431420087814, 0.02715412527322769, -0.10757660120725632, -0.04090241342782974, -0.0963234081864357, 0.08335740119218826, 0.11969069391489029, -0.02511364407837391, 0.0805012583732605, -0.04981561005115509, 0.0645875558257103, 0.20104433596134186, 0.1722707599401474, 0.1327505260705948, -0.13942445814609528, -0.006159849464893341, -0.008845736272633076, -0.014890698716044426, -0.1551254838705063, 0.04212934151291847, 0.13114333152770996, 0.05165277421474457, 0.15746699273586273, -0.03788083419203758, -0.12205332517623901, -0.018126655369997025, 0.035024531185626984, -0.05550191178917885, -0.2946324944496155, 0.04071902111172676, 0.03691495582461357, -0.21908774971961975, -0.12162765115499496, 0.026936406269669533, 0.012776056304574013, -0.00747173884883523, 0.021399658173322678, 0.13340677320957184, 0.0393453948199749, 0.173079252243042, 0.023896891623735428, 0.09700783342123032, -0.11210599541664124, 0.10643184930086136, 0.16448116302490234, -0.16996990144252777, 0.014056815765798092, 0.17329460382461548, -0.04268708452582359, -0.04257310554385185, 0.006872762925922871, 0.029501168057322502, 0.0944705680012703, 0.0019095961470156908, 0.033071473240852356, -0.11149001866579056, 0.08475732058286667, 0.024638846516609192, 0.013057822361588478, 0.010133402422070503, 0.013581334613263607, -0.008684961125254631, -0.07298889756202698, 0.15442898869514465, 0.09767726808786392, 0.025058265775442123, -0.036157842725515366, 0.04945797845721245, -0.017544012516736984, -0.001118582091294229, 0.009302448481321335, 0.00032683732570149004, -0.04480013623833656, 0.008280567824840546, -0.10730380564928055, 0.030330875888466835, -0.10861825197935104, -0.0066948942840099335, -0.02546605095267296, -0.015724394470453262, -0.023251865059137344, -0.003944213967770338, -0.049992043524980545, -0.08314376324415207, -0.04797142371535301, 0.08938566595315933, -0.16790316998958588, -0.04363540932536125, 0.08109777420759201, -0.08501820266246796, 0.11425459384918213, 0.0008980591082945466, -0.023563407361507416, -0.0562199167907238, -0.010046197101473808, -0.002814036561176181, 0.010956522077322006, 0.04959921911358833, 0.02271576225757599, -0.1479145735502243, -0.018426598981022835, -0.027308611199259758, -0.04861526936292648, 0.03582752123475075, -0.01458032801747322, -0.10855351388454437, 0.09390440583229065, -0.04550344496965408, -0.02827969379723072, -0.039792902767658234, 0.049344830214977264, 0.0670299157500267, 0.026370791718363762, 0.12761665880680084, -0.014473779127001762, 0.08516471087932587, -0.1566227525472641, -0.04566621780395508, -0.008926678448915482, -0.008273941464722157, 0.0379231832921505, 0.030094826593995094, 0.07807037979364395, -0.004065122455358505, 0.13248343765735626, -0.019679570570588112, 0.01960274577140808, 0.04518872871994972, 0.07393618673086166, 0.04894554242491722, 0.04417608305811882, 0.017757076770067215, 0.0038974389899522066, -0.06461908668279648, 0.04303201660513878, -0.05975109338760376, -0.03823966905474663, 0.01041527558118105, 0.09892898052930832, 0.15918712317943573, 0.178345188498497, -0.03480452299118042, 0.0622246190905571, -0.1550052911043167, -0.038556743413209915, 0.15699359774589539, 0.0037205710541456938, 0.05432349815964699, -0.06200369819998741, 0.020433850586414337, 0.07328595221042633, -0.1627861112356186, 0.11976946890354156, -0.05764579400420189, -0.08236400783061981, -0.025941260159015656, -0.12369395792484283, -0.07369686663150787, 0.05751967802643776, -0.013334683142602444, -0.116468645632267, 0.07344435155391693, 0.1294092833995819, -0.004492577631026506, -0.01777196116745472, 0.12673622369766235, -0.08397969603538513, -0.09029964357614517, 0.05477002635598183, 0.03051663003861904, 0.017537524923682213, 0.06682812422513962, 0.05063210427761078, 0.027929743751883507, 0.06375935673713684, 0.1124001145362854, 0.08424727618694305, -0.007334478199481964, 0.013238087296485901, -0.0700410008430481, -0.05842655524611473, 0.008106300607323647, 0.015537234954535961, -0.007195786107331514, 0.22396275401115417, 0.03378433361649513, 0.03052249737083912, -0.007568451575934887, 0.17203526198863983, -0.0573870874941349, -0.07850433140993118, -0.13012100756168365, 0.03605440631508827, -0.03596360608935356, 0.014590875245630741, 0.04309793934226036, -0.13849735260009766, 0.023002635687589645, 0.09161228686571121, 0.09508132189512253, -0.02200796827673912, 0.008524753153324127, 0.018937386572360992, 0.02178349904716015, -0.014539089053869247, 0.014227718114852905, 0.06594183295965195, 0.20471593737602234, -0.09393468499183655, 0.07476149499416351, -0.00869219284504652, -0.06699485331773758, -0.09325014054775238, 0.0869072675704956, 0.0020406690891832113, 0.04482514038681984, -0.028219351544976234, 0.12546128034591675, -0.07195056974887848, -0.2962626814842224, -0.006792818661779165, -0.12756618857383728, -0.1553943157196045, 0.0030770129524171352, 0.02552437037229538, 0.03222212567925453, 0.00619834940880537, 0.0579819492995739, -0.008520000614225864, 0.0687953382730484, 0.029579108580946922, -0.05347015708684921, -0.008462199941277504, 0.07138732075691223, -0.06665773689746857, 0.17884959280490875, 0.010312467813491821, 0.06461590528488159, 0.10198197513818741, -0.07426206022500992, -0.1097559928894043, 0.0297093465924263, 0.12550434470176697, 0.0030146364588290453, 0.07226356863975525, 0.20922665297985077, -0.024777939543128014, 0.0898783802986145, 0.11716080456972122, -0.055490583181381226, 0.01096863392740488, 0.08670040965080261, -0.000482271978398785, -0.13611555099487305, 0.05633145943284035, -0.11731976270675659, 0.09868594259023666, 0.1644786298274994, -0.04088618606328964, 0.03579139709472656, -0.0368228480219841, 0.004294233396649361, 0.005563017912209034, 0.22473685443401337, 0.030361903831362724, -0.17170463502407074, 0.018971430137753487, -0.06176990270614624, 0.11634662002325058, -0.16775797307491302, -0.05303484573960304, 0.07432424277067184, -0.018075695261359215, -0.025877680629491806, 0.1127263605594635, 0.021214621141552925, -0.01916440576314926, -0.03500260412693024, -0.2266508936882019, 0.00737658841535449, 0.12805390357971191, -0.1034361720085144, 0.016160879284143448 ]
2de12436b8945030c283bf4af83925d60efe10c6
# Dataset Card for duorc ## 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:** [DuoRC](https://duorc.github.io/) - **Repository:** [GitHub](https://github.com/duorc/duorc) - **Paper:** [arXiv](https://arxiv.org/abs/1804.07927) - **Leaderboard:** [DuoRC Leaderboard](https://duorc.github.io/#leaderboard) - **Point of Contact:** [Needs More Information] ### Dataset Summary The DuoRC dataset is an English language dataset of questions and answers gathered from crowdsourced AMT workers on Wikipedia and IMDb movie plots. The workers were given freedom to pick answer from the plots or synthesize their own answers. It contains two sub-datasets - SelfRC and ParaphraseRC. SelfRC dataset is built on Wikipedia movie plots solely. ParaphraseRC has questions written from Wikipedia movie plots and the answers are given based on corresponding IMDb movie plots. ### Supported Tasks and Leaderboards - `abstractive-qa` : The dataset can be used to train a model for Abstractive Question Answering. An abstractive question answering model is presented with a passage and a question and is expected to generate a multi-word answer. The model performance is measured by exact-match and F1 score, similar to [SQuAD V1.1](https://huggingface.co/metrics/squad) or [SQuAD V2](https://huggingface.co/metrics/squad_v2). A [BART-based model](https://huggingface.co/yjernite/bart_eli5) with a [dense retriever](https://huggingface.co/yjernite/retribert-base-uncased) may be used for this task. - `extractive-qa`: The dataset can be used to train a model for Extractive Question Answering. An extractive question answering model is presented with a passage and a question and is expected to predict the start and end of the answer span in the passage. The model performance is measured by exact-match and F1 score, similar to [SQuAD V1.1](https://huggingface.co/metrics/squad) or [SQuAD V2](https://huggingface.co/metrics/squad_v2). [BertForQuestionAnswering](https://huggingface.co/transformers/model_doc/bert.html#bertforquestionanswering) or any other similar model may be used for this task. ### Languages The text in the dataset is in English, as spoken by Wikipedia writers for movie plots. The associated BCP-47 code is `en`. ## Dataset Structure ### Data Instances ``` {'answers': ['They arrived by train.'], 'no_answer': False, 'plot': "200 years in the future, Mars has been colonized by a high-tech company.\nMelanie Ballard (Natasha Henstridge) arrives by train to a Mars mining camp which has cut all communication links with the company headquarters. She's not alone, as she is with a group of fellow police officers. They find the mining camp deserted except for a person in the prison, Desolation Williams (Ice Cube), who seems to laugh about them because they are all going to die. They were supposed to take Desolation to headquarters, but decide to explore first to find out what happened.They find a man inside an encapsulated mining car, who tells them not to open it. However, they do and he tries to kill them. One of the cops witnesses strange men with deep scarred and heavily tattooed faces killing the remaining survivors. The cops realise they need to leave the place fast.Desolation explains that the miners opened a kind of Martian construction in the soil which unleashed red dust. Those who breathed that dust became violent psychopaths who started to build weapons and kill the uninfected. They changed genetically, becoming distorted but much stronger.The cops and Desolation leave the prison with difficulty, and devise a plan to kill all the genetically modified ex-miners on the way out. However, the plan goes awry, and only Melanie and Desolation reach headquarters alive. Melanie realises that her bosses won't ever believe her. However, the red dust eventually arrives to headquarters, and Melanie and Desolation need to fight once again.", 'plot_id': '/m/03vyhn', 'question': 'How did the police arrive at the Mars mining camp?', 'question_id': 'b440de7d-9c3f-841c-eaec-a14bdff950d1', 'title': 'Ghosts of Mars'} ``` ### Data Fields - `plot_id`: a `string` feature containing the movie plot ID. - `plot`: a `string` feature containing the movie plot text. - `title`: a `string` feature containing the movie title. - `question_id`: a `string` feature containing the question ID. - `question`: a `string` feature containing the question text. - `answers`: a `list` of `string` features containing list of answers. - `no_answer`: a `bool` feature informing whether the question has no answer or not. ### Data Splits The data is split into a training, dev and test set in such a way that the resulting sets contain 70%, 15%, and 15% of the total QA pairs and no QA pairs for any movie seen in train are included in the test set. The final split sizes are as follows: Name Train Dec Test SelfRC 60721 12961 12599 ParaphraseRC 69524 15591 15857 ## Dataset Creation ### Curation Rationale [Needs More Information] ### Source Data Wikipedia and IMDb movie plots #### Initial Data Collection and Normalization [Needs More Information] #### Who are the source language producers? [Needs More Information] ### Annotations #### Annotation process For SelfRC, the annotators were allowed to mark an answer span in the plot or synthesize their own answers after reading Wikipedia movie plots. For ParaphraseRC, questions from the Wikipedia movie plots from SelfRC were used and the annotators were asked to answer based on IMDb movie plots. #### Who are the annotators? Amazon Mechanical Turk Workers ### 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 The dataset was intially created by Amrita Saha, Rahul Aralikatte, Mitesh M. Khapra, and Karthik Sankaranarayanan in a collaborated work between IIT Madras and IBM Research. ### Licensing Information [MIT License](https://github.com/duorc/duorc/blob/master/LICENSE) ### Citation Information ``` @inproceedings{DuoRC, author = { Amrita Saha and Rahul Aralikatte and Mitesh M. Khapra and Karthik Sankaranarayanan}, title = {{DuoRC: Towards Complex Language Understanding with Paraphrased Reading Comprehension}}, booktitle = {Meeting of the Association for Computational Linguistics (ACL)}, year = {2018} } ``` ### Contributions Thanks to [@gchhablani](https://github.com/gchhablani) for adding this dataset.
ibm/duorc
[ "task_categories:question-answering", "task_categories:text2text-generation", "task_ids:abstractive-qa", "task_ids:extractive-qa", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:100K<n<1M", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:mit", "arxiv:1804.07927", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["mit"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M", "10K<n<100K"], "source_datasets": ["original"], "task_categories": ["question-answering", "text2text-generation"], "task_ids": ["abstractive-qa", "extractive-qa"], "paperswithcode_id": "duorc", "pretty_name": "DuoRC", "config_names": ["ParaphraseRC", "SelfRC"], "dataset_info": [{"config_name": "ParaphraseRC", "features": [{"name": "plot_id", "dtype": "string"}, {"name": "plot", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "question_id", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "sequence": "string"}, {"name": "no_answer", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 496682909, "num_examples": 69524}, {"name": "validation", "num_bytes": 106510489, "num_examples": 15591}, {"name": "test", "num_bytes": 115215760, "num_examples": 15857}], "download_size": 37709127, "dataset_size": 718409158}, {"config_name": "SelfRC", "features": [{"name": "plot_id", "dtype": "string"}, {"name": "plot", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "question_id", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "sequence": "string"}, {"name": "no_answer", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 239852729, "num_examples": 60721}, {"name": "validation", "num_bytes": 51662519, "num_examples": 12961}, {"name": "test", "num_bytes": 49142710, "num_examples": 12559}], "download_size": 21001846, "dataset_size": 340657958}], "configs": [{"config_name": "ParaphraseRC", "data_files": [{"split": "train", "path": "ParaphraseRC/train-*"}, {"split": "validation", "path": "ParaphraseRC/validation-*"}, {"split": "test", "path": "ParaphraseRC/test-*"}]}, {"config_name": "SelfRC", "data_files": [{"split": "train", "path": "SelfRC/train-*"}, {"split": "validation", "path": "SelfRC/validation-*"}, {"split": "test", "path": "SelfRC/test-*"}]}]}
2024-01-04T10:17:55+00:00
[ "1804.07927" ]
[ "en" ]
TAGS #task_categories-question-answering #task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #arxiv-1804.07927 #region-us
# Dataset Card for duorc ## 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: DuoRC - Repository: GitHub - Paper: arXiv - Leaderboard: DuoRC Leaderboard - Point of Contact: ### Dataset Summary The DuoRC dataset is an English language dataset of questions and answers gathered from crowdsourced AMT workers on Wikipedia and IMDb movie plots. The workers were given freedom to pick answer from the plots or synthesize their own answers. It contains two sub-datasets - SelfRC and ParaphraseRC. SelfRC dataset is built on Wikipedia movie plots solely. ParaphraseRC has questions written from Wikipedia movie plots and the answers are given based on corresponding IMDb movie plots. ### Supported Tasks and Leaderboards - 'abstractive-qa' : The dataset can be used to train a model for Abstractive Question Answering. An abstractive question answering model is presented with a passage and a question and is expected to generate a multi-word answer. The model performance is measured by exact-match and F1 score, similar to SQuAD V1.1 or SQuAD V2. A BART-based model with a dense retriever may be used for this task. - 'extractive-qa': The dataset can be used to train a model for Extractive Question Answering. An extractive question answering model is presented with a passage and a question and is expected to predict the start and end of the answer span in the passage. The model performance is measured by exact-match and F1 score, similar to SQuAD V1.1 or SQuAD V2. BertForQuestionAnswering or any other similar model may be used for this task. ### Languages The text in the dataset is in English, as spoken by Wikipedia writers for movie plots. The associated BCP-47 code is 'en'. ## Dataset Structure ### Data Instances ### Data Fields - 'plot_id': a 'string' feature containing the movie plot ID. - 'plot': a 'string' feature containing the movie plot text. - 'title': a 'string' feature containing the movie title. - 'question_id': a 'string' feature containing the question ID. - 'question': a 'string' feature containing the question text. - 'answers': a 'list' of 'string' features containing list of answers. - 'no_answer': a 'bool' feature informing whether the question has no answer or not. ### Data Splits The data is split into a training, dev and test set in such a way that the resulting sets contain 70%, 15%, and 15% of the total QA pairs and no QA pairs for any movie seen in train are included in the test set. The final split sizes are as follows: Name Train Dec Test SelfRC 60721 12961 12599 ParaphraseRC 69524 15591 15857 ## Dataset Creation ### Curation Rationale ### Source Data Wikipedia and IMDb movie plots #### Initial Data Collection and Normalization #### Who are the source language producers? ### Annotations #### Annotation process For SelfRC, the annotators were allowed to mark an answer span in the plot or synthesize their own answers after reading Wikipedia movie plots. For ParaphraseRC, questions from the Wikipedia movie plots from SelfRC were used and the annotators were asked to answer based on IMDb movie plots. #### Who are the annotators? Amazon Mechanical Turk Workers ### 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 intially created by Amrita Saha, Rahul Aralikatte, Mitesh M. Khapra, and Karthik Sankaranarayanan in a collaborated work between IIT Madras and IBM Research. ### Licensing Information MIT License ### Contributions Thanks to @gchhablani for adding this dataset.
[ "# Dataset Card for duorc", "## 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: DuoRC\n- Repository: GitHub\n- Paper: arXiv\n- Leaderboard: DuoRC Leaderboard\n- Point of Contact:", "### Dataset Summary\n\nThe DuoRC dataset is an English language dataset of questions and answers gathered from crowdsourced AMT workers on Wikipedia and IMDb movie plots. The workers were given freedom to pick answer from the plots or synthesize their own answers. It contains two sub-datasets - SelfRC and ParaphraseRC. SelfRC dataset is built on Wikipedia movie plots solely. ParaphraseRC has questions written from Wikipedia movie plots and the answers are given based on corresponding IMDb movie plots.", "### Supported Tasks and Leaderboards\n\n- 'abstractive-qa' : The dataset can be used to train a model for Abstractive Question Answering. An abstractive question answering model is presented with a passage and a question and is expected to generate a multi-word answer. The model performance is measured by exact-match and F1 score, similar to SQuAD V1.1 or SQuAD V2. A BART-based model with a dense retriever may be used for this task.\n\n- 'extractive-qa': The dataset can be used to train a model for Extractive Question Answering. An extractive question answering model is presented with a passage and a question and is expected to predict the start and end of the answer span in the passage. The model performance is measured by exact-match and F1 score, similar to SQuAD V1.1 or SQuAD V2. BertForQuestionAnswering or any other similar model may be used for this task.", "### Languages\n\nThe text in the dataset is in English, as spoken by Wikipedia writers for movie plots. The associated BCP-47 code is 'en'.", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- 'plot_id': a 'string' feature containing the movie plot ID.\n- 'plot': a 'string' feature containing the movie plot text.\n- 'title': a 'string' feature containing the movie title.\n- 'question_id': a 'string' feature containing the question ID.\n- 'question': a 'string' feature containing the question text.\n- 'answers': a 'list' of 'string' features containing list of answers.\n- 'no_answer': a 'bool' feature informing whether the question has no answer or not.", "### Data Splits\n\nThe data is split into a training, dev and test set in such a way that the resulting sets contain 70%, 15%, and 15% of the total QA pairs and no QA pairs for any movie seen in train are included in the test set. The final split sizes are as follows:\n\nName Train Dec Test\nSelfRC 60721 12961 12599\nParaphraseRC 69524 15591 15857", "## Dataset Creation", "### Curation Rationale", "### Source Data\n\nWikipedia and IMDb movie plots", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\nFor SelfRC, the annotators were allowed to mark an answer span in the plot or synthesize their own answers after reading Wikipedia movie plots. \nFor ParaphraseRC, questions from the Wikipedia movie plots from SelfRC were used and the annotators were asked to answer based on IMDb movie plots.", "#### Who are the annotators?\n\nAmazon Mechanical Turk 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\nThe dataset was intially created by Amrita Saha, Rahul Aralikatte, Mitesh M. Khapra, and Karthik Sankaranarayanan in a collaborated work between IIT Madras and IBM Research.", "### Licensing Information\n\nMIT License", "### Contributions\n\nThanks to @gchhablani for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #arxiv-1804.07927 #region-us \n", "# Dataset Card for duorc", "## 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: DuoRC\n- Repository: GitHub\n- Paper: arXiv\n- Leaderboard: DuoRC Leaderboard\n- Point of Contact:", "### Dataset Summary\n\nThe DuoRC dataset is an English language dataset of questions and answers gathered from crowdsourced AMT workers on Wikipedia and IMDb movie plots. The workers were given freedom to pick answer from the plots or synthesize their own answers. It contains two sub-datasets - SelfRC and ParaphraseRC. SelfRC dataset is built on Wikipedia movie plots solely. ParaphraseRC has questions written from Wikipedia movie plots and the answers are given based on corresponding IMDb movie plots.", "### Supported Tasks and Leaderboards\n\n- 'abstractive-qa' : The dataset can be used to train a model for Abstractive Question Answering. An abstractive question answering model is presented with a passage and a question and is expected to generate a multi-word answer. The model performance is measured by exact-match and F1 score, similar to SQuAD V1.1 or SQuAD V2. A BART-based model with a dense retriever may be used for this task.\n\n- 'extractive-qa': The dataset can be used to train a model for Extractive Question Answering. An extractive question answering model is presented with a passage and a question and is expected to predict the start and end of the answer span in the passage. The model performance is measured by exact-match and F1 score, similar to SQuAD V1.1 or SQuAD V2. BertForQuestionAnswering or any other similar model may be used for this task.", "### Languages\n\nThe text in the dataset is in English, as spoken by Wikipedia writers for movie plots. The associated BCP-47 code is 'en'.", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- 'plot_id': a 'string' feature containing the movie plot ID.\n- 'plot': a 'string' feature containing the movie plot text.\n- 'title': a 'string' feature containing the movie title.\n- 'question_id': a 'string' feature containing the question ID.\n- 'question': a 'string' feature containing the question text.\n- 'answers': a 'list' of 'string' features containing list of answers.\n- 'no_answer': a 'bool' feature informing whether the question has no answer or not.", "### Data Splits\n\nThe data is split into a training, dev and test set in such a way that the resulting sets contain 70%, 15%, and 15% of the total QA pairs and no QA pairs for any movie seen in train are included in the test set. The final split sizes are as follows:\n\nName Train Dec Test\nSelfRC 60721 12961 12599\nParaphraseRC 69524 15591 15857", "## Dataset Creation", "### Curation Rationale", "### Source Data\n\nWikipedia and IMDb movie plots", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\nFor SelfRC, the annotators were allowed to mark an answer span in the plot or synthesize their own answers after reading Wikipedia movie plots. \nFor ParaphraseRC, questions from the Wikipedia movie plots from SelfRC were used and the annotators were asked to answer based on IMDb movie plots.", "#### Who are the annotators?\n\nAmazon Mechanical Turk 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\nThe dataset was intially created by Amrita Saha, Rahul Aralikatte, Mitesh M. Khapra, and Karthik Sankaranarayanan in a collaborated work between IIT Madras and IBM Research.", "### Licensing Information\n\nMIT License", "### Contributions\n\nThanks to @gchhablani for adding this dataset." ]
[ 135, 7, 120, 36, 124, 218, 38, 6, 6, 139, 94, 5, 7, 12, 10, 10, 5, 74, 15, 8, 8, 7, 8, 7, 5, 51, 8, 18 ]
[ "passage: TAGS\n#task_categories-question-answering #task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-extractive-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-100K<n<1M #size_categories-10K<n<100K #source_datasets-original #language-English #license-mit #arxiv-1804.07927 #region-us \n# Dataset Card for duorc## 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: DuoRC\n- Repository: GitHub\n- Paper: arXiv\n- Leaderboard: DuoRC Leaderboard\n- Point of Contact:### Dataset Summary\n\nThe DuoRC dataset is an English language dataset of questions and answers gathered from crowdsourced AMT workers on Wikipedia and IMDb movie plots. The workers were given freedom to pick answer from the plots or synthesize their own answers. It contains two sub-datasets - SelfRC and ParaphraseRC. SelfRC dataset is built on Wikipedia movie plots solely. ParaphraseRC has questions written from Wikipedia movie plots and the answers are given based on corresponding IMDb movie plots.", "passage: ### Supported Tasks and Leaderboards\n\n- 'abstractive-qa' : The dataset can be used to train a model for Abstractive Question Answering. An abstractive question answering model is presented with a passage and a question and is expected to generate a multi-word answer. The model performance is measured by exact-match and F1 score, similar to SQuAD V1.1 or SQuAD V2. A BART-based model with a dense retriever may be used for this task.\n\n- 'extractive-qa': The dataset can be used to train a model for Extractive Question Answering. An extractive question answering model is presented with a passage and a question and is expected to predict the start and end of the answer span in the passage. The model performance is measured by exact-match and F1 score, similar to SQuAD V1.1 or SQuAD V2. BertForQuestionAnswering or any other similar model may be used for this task.### Languages\n\nThe text in the dataset is in English, as spoken by Wikipedia writers for movie plots. The associated BCP-47 code is 'en'.## Dataset Structure### Data Instances### Data Fields\n\n- 'plot_id': a 'string' feature containing the movie plot ID.\n- 'plot': a 'string' feature containing the movie plot text.\n- 'title': a 'string' feature containing the movie title.\n- 'question_id': a 'string' feature containing the question ID.\n- 'question': a 'string' feature containing the question text.\n- 'answers': a 'list' of 'string' features containing list of answers.\n- 'no_answer': a 'bool' feature informing whether the question has no answer or not.### Data Splits\n\nThe data is split into a training, dev and test set in such a way that the resulting sets contain 70%, 15%, and 15% of the total QA pairs and no QA pairs for any movie seen in train are included in the test set. The final split sizes are as follows:\n\nName Train Dec Test\nSelfRC 60721 12961 12599\nParaphraseRC 69524 15591 15857## Dataset Creation### Curation Rationale### Source Data\n\nWikipedia and IMDb movie plots#### Initial Data Collection and Normalization#### Who are the source language producers?### Annotations#### Annotation process\n\nFor SelfRC, the annotators were allowed to mark an answer span in the plot or synthesize their own answers after reading Wikipedia movie plots. \nFor ParaphraseRC, questions from the Wikipedia movie plots from SelfRC were used and the annotators were asked to answer based on IMDb movie plots.#### Who are the annotators?\n\nAmazon Mechanical Turk Workers### Personal and Sensitive Information## Considerations for Using the Data### Social Impact of Dataset### Discussion of Biases### Other Known Limitations## Additional Information" ]
[ -0.08123363554477692, 0.13919907808303833, -0.003915631677955389, 0.03163471817970276, 0.04540397971868515, 0.028103068470954895, 0.11041365563869476, 0.11841656267642975, 0.02858383022248745, 0.11225123703479767, -0.03270991891622543, -0.03571870177984238, 0.11473216116428375, 0.15464481711387634, -0.007993314415216446, -0.17328353226184845, 0.010230526328086853, -0.08451790362596512, 0.06570087373256683, 0.07350242137908936, 0.11198332905769348, -0.07198122143745422, 0.07500994205474854, -0.0362398624420166, -0.10888722538948059, -0.013551664538681507, 0.020664455369114876, -0.0035535218194127083, 0.10817508399486542, 0.08141131699085236, 0.09522242844104767, 0.0024933628737926483, 0.07092821598052979, -0.17905902862548828, 0.03204862028360367, 0.05234599485993385, 0.04321713000535965, 0.03400576859712601, 0.06627603620290756, -0.014902634546160698, 0.047549523413181305, -0.022144438698887825, 0.10129840672016144, 0.021507173776626587, -0.07395312935113907, -0.08389411866664886, -0.13621821999549866, -0.021399956196546555, 0.0021078460849821568, 0.04871932417154312, -0.047918543219566345, 0.03762549161911011, -0.05512700974941254, 0.031163830310106277, 0.07253044843673706, -0.017915938049554825, -0.04997948184609413, -0.03119269385933876, 0.008858049288392067, 0.0847788006067276, -0.128914475440979, -0.04363229125738144, -0.016900740563869476, -0.0019474655855447054, -0.029276981949806213, -0.0247061625123024, -0.0990661084651947, -0.04832876846194267, -0.08913066983222961, -0.02894384227693081, 0.14513476192951202, 0.000017004553228616714, -0.06649837642908096, -0.1509946584701538, -0.04078321531414986, 0.08627022057771683, -0.02757922373712063, 0.019830238074064255, 0.007888272404670715, -0.026138458400964737, 0.008770960383117199, 0.005737079307436943, -0.08661715686321259, -0.04861948639154434, -0.03880101814866066, -0.0006784191355109215, 0.014674939215183258, 0.06479696184396744, -0.051681116223335266, 0.0733649879693985, -0.038310110569000244, -0.08550916612148285, -0.03496985137462616, -0.05429577827453613, -0.0972539633512497, -0.022429652512073517, 0.01869647204875946, -0.057608045637607574, -0.013031845912337303, 0.14492297172546387, -0.07576830685138702, 0.04035953804850578, -0.09939618408679962, 0.013020419515669346, 0.0921732634305954, 0.12201428413391113, -0.06451783329248428, -0.014525394886732101, 0.0016864091157913208, 0.03412177413702011, 0.00791548565030098, -0.026302866637706757, -0.009132045321166515, 0.06930477917194366, -0.02373679354786873, 0.06616300344467163, 0.0973425805568695, -0.0015332144685089588, -0.07591883093118668, -0.021992173045873642, 0.17871257662773132, -0.13448530435562134, 0.04225128889083862, 0.037844836711883545, -0.017825301736593246, 0.0725955218076706, 0.004844697192311287, -0.01378012914210558, -0.03306587412953377, 0.07436662912368774, -0.0359472781419754, 0.000613517127931118, -0.08867137879133224, -0.07642833888530731, 0.08026584982872009, 0.04699307680130005, -0.0855989158153534, -0.015088936313986778, -0.0478709451854229, -0.06655194610357285, -0.009507784619927406, -0.07284597307443619, 0.00022417772561311722, -0.0026813382282853127, 0.06110648810863495, 0.026676936075091362, 0.01595546118915081, 0.04183169826865196, -0.024013392627239227, -0.0026384387165308, -0.050084322690963745, 0.02710501104593277, 0.018125057220458984, 0.02559286542236805, -0.056663256138563156, 0.042591407895088196, -0.1899368017911911, 0.1001976877450943, -0.07345850020647049, -0.015205701813101768, -0.04384642839431763, 0.016556212678551674, 0.013748176395893097, 0.008699679747223854, -0.019388539716601372, 0.12351658195257187, -0.257956326007843, -0.016428837552666664, 0.1295662671327591, -0.14875411987304688, -0.04007034748792648, 0.10000647604465485, -0.04454595595598221, 0.00170824583619833, 0.052275240421295166, 0.1258648931980133, 0.10012411326169968, -0.08271025121212006, -0.08385377377271652, -0.005160093307495117, 0.0028829360380768776, 0.12691351771354675, 0.10335107892751694, -0.050284430384635925, 0.14298921823501587, 0.011035178788006306, -0.0773765817284584, -0.007814524695277214, -0.011742663569748402, -0.028515975922346115, 0.0023567816242575645, 0.00349790183827281, -0.04591584578156471, 0.014716883189976215, -0.04704958200454712, -0.005282582715153694, -0.06786942481994629, -0.02095820941030979, 0.07737641036510468, -0.01906879059970379, 0.05960119143128395, -0.08743150532245636, 0.008131781592965126, 0.014412365853786469, 0.009643553756177425, -0.18020769953727722, -0.13250496983528137, 0.04440181329846382, -0.018103912472724915, 0.04227638617157936, -0.01655934378504753, -0.008410019800066948, 0.023596258834004402, -0.05171094462275505, 0.03809299319982529, 0.006492537446320057, -0.020468201488256454, 0.0025298241525888443, -0.1701381802558899, -0.028624609112739563, -0.05905679240822792, 0.12186095118522644, -0.0738503709435463, -0.011900004930794239, 0.11272858083248138, 0.10632729530334473, 0.03836727514863014, -0.09075136482715607, 0.031797945499420166, 0.010396474972367287, -0.01006118580698967, -0.0645824521780014, -0.029731202870607376, -0.005976056680083275, 0.030986232683062553, 0.07754681259393692, -0.10719391703605652, -0.14557212591171265, 0.042915694415569305, 0.09972713887691498, -0.07827272266149521, 0.05928799510002136, -0.05128353834152222, 0.007772886194288731, -0.15490278601646423, -0.06669430434703827, 0.07409968972206116, 0.07883428037166595, 0.05507563054561615, -0.05661116540431976, -0.044872794300317764, -0.023815574124455452, 0.007833508774638176, -0.059382084757089615, 0.047938816249370575, 0.06916788965463638, -0.06644441932439804, 0.09356415271759033, -0.0117315873503685, 0.08974723517894745, 0.18243849277496338, -0.0037268789019435644, -0.07789689302444458, -0.02338286116719246, -0.005858410149812698, 0.009946352802217007, 0.11211052536964417, -0.00874126236885786, 0.003950990736484528, 0.055416740477085114, -0.0007532378658652306, -0.02314056269824505, -0.09644345939159393, 0.000645295949652791, 0.003616494592279196, -0.02381603792309761, -0.06664464622735977, -0.019474949687719345, 0.02834359183907509, 0.11018887907266617, 0.03942224010825157, 0.058743786066770554, -0.052508674561977386, -0.07659325003623962, -0.1326514184474945, 0.11471198499202728, -0.1206693947315216, -0.19441638886928558, -0.08358751237392426, -0.028148332610726357, 0.019798073917627335, -0.012992607429623604, -0.017164679244160652, -0.06824792921543121, -0.05766505002975464, -0.09972482919692993, 0.045731838792562485, -0.0018135607242584229, -0.09560421109199524, -0.0420917309820652, -0.006679247133433819, -0.023872483521699905, -0.08726638555526733, 0.020453160628676414, 0.013463040813803673, -0.03433609381318092, 0.020202144980430603, -0.005789363291114569, 0.06955292820930481, 0.11717627942562103, 0.034104421734809875, -0.024784287437796593, -0.05317964777350426, 0.17325320839881897, -0.1355178952217102, 0.1279292106628418, 0.12588506937026978, -0.047665275633335114, 0.06763267517089844, 0.16672517359256744, 0.02702116034924984, -0.029420381411910057, 0.023180589079856873, 0.014251339249312878, -0.040308862924575806, -0.2261718213558197, -0.030935553833842278, -0.06836099177598953, 0.024752888828516006, 0.036577291786670685, 0.029031727463006973, -0.039577070623636246, 0.02495216205716133, -0.10372300446033478, -0.027161594480276108, 0.03803076595067978, 0.04701494425535202, 0.04058651253581047, -0.007431121543049812, 0.052932627499103546, -0.06575849652290344, 0.02282790280878544, 0.12431715428829193, 0.02778584510087967, 0.1875399649143219, 0.00025274045765399933, 0.18216806650161743, 0.017845069989562035, 0.10585319995880127, 0.026640426367521286, 0.04265624284744263, 0.002700604498386383, 0.04102680832147598, -0.002506379969418049, -0.021397681906819344, -0.017348110675811768, 0.05054597556591034, 0.04725521802902222, -0.08660206943750381, 0.03675534203648567, 0.035714291036129, 0.03490079939365387, 0.18968553841114044, 0.04424983263015747, -0.06176111847162247, -0.04469987750053406, 0.057273782789707184, -0.019344957545399666, -0.06658872961997986, -0.016382377594709396, 0.15370410680770874, -0.15623411536216736, 0.08795520663261414, -0.0029889089055359364, 0.07293431460857391, -0.10250985622406006, -0.044790275394916534, -0.036804910749197006, 0.02408411353826523, -0.0283755362033844, 0.07304404675960541, -0.1225171685218811, 0.07523506879806519, -0.010466968640685081, 0.02314320020377636, -0.07207497209310532, 0.025402426719665527, -0.0032418640330433846, 0.016479168087244034, 0.15103325247764587, 0.023526178672909737, -0.1008078008890152, 0.01097632385790348, -0.04315409064292908, 0.033422261476516724, 0.08475519716739655, -0.10803136229515076, 0.06453727930784225, -0.030048679560422897, -0.010266844183206558, -0.032289065420627594, -0.07291797548532486, -0.01861492544412613, -0.1919328272342682, 0.05927029997110367, -0.07173532247543335, 0.010167844593524933, -0.06941533088684082, -0.03475283086299896, 0.021673591807484627, 0.11154979467391968, -0.15006467700004578, -0.0628858134150505, -0.13705074787139893, 0.02713431417942047, 0.10777530074119568, -0.051095589995384216, 0.027812940999865532, -0.04724910110235214, 0.22716450691223145, -0.07079068571329117, -0.06903161108493805, 0.03327158838510513, -0.05245405435562134, -0.16571635007858276, -0.06691126525402069, 0.15394416451454163, 0.010745947249233723, 0.06255899369716644, -0.024155113846063614, 0.06276066601276398, -0.026915879920125008, -0.1004883423447609, 0.01633424311876297, 0.06661823391914368, -0.04042762517929077, 0.05112601816654205, -0.03140497952699661, -0.07741525024175644, -0.07604290544986725, -0.08794038742780685, 0.12895967066287994, 0.12061150372028351, -0.06151702255010605, 0.08862316608428955, 0.044799141585826874, -0.09300539642572403, -0.21274730563163757, -0.01570071466267109, 0.04800790548324585, -0.020151888951659203, 0.029864996671676636, -0.17352668941020966, 0.04696802422404289, 0.07288028299808502, 0.00781718734651804, -0.00312604196369648, -0.15093392133712769, -0.13897374272346497, 0.013810914941132069, 0.04210064932703972, -0.09290175139904022, -0.10157337784767151, -0.026368871331214905, -0.04942870885133743, -0.031104736030101776, 0.11265066266059875, -0.03976632282137871, 0.007484114728868008, -0.005234933458268642, 0.09244507551193237, -0.002604526001960039, -0.03624206408858299, 0.08236531913280487, -0.0006673356401734054, 0.03862376511096954, -0.03712676465511322, -0.09296753257513046, 0.09850908815860748, -0.03245016187429428, 0.08869170397520065, 0.011519448831677437, 0.022178472951054573, -0.06351234018802643, -0.029355190694332123, -0.06740154325962067, -0.05344119668006897, -0.054073184728622437, -0.015404779464006424, -0.10415095090866089, 0.07399161159992218, 0.008080140687525272, -0.028949912637472153, 0.046973396092653275, -0.08403123915195465, 0.0008429251611232758, 0.07063622772693634, 0.12747327983379364, 0.06474306434392929, -0.06745720654726028, 0.015360049903392792, 0.009694170206785202, 0.0027784761041402817, -0.1434701681137085, 0.04216907545924187, 0.08845146745443344, 0.05360864847898483, 0.15073475241661072, -0.020079530775547028, -0.1237596794962883, 0.020323455333709717, 0.0780845656991005, -0.040902383625507355, -0.2947203516960144, 0.03129052370786667, 0.09963519871234894, -0.18308013677597046, -0.10172812640666962, 0.04610911011695862, 0.006720157340168953, -0.042570360004901886, -0.02083376795053482, 0.08668722212314606, 0.025543494150042534, 0.09639096260070801, 0.04350772127509117, 0.04448885843157768, -0.11468818783760071, 0.10013821721076965, 0.10494017601013184, -0.01185751985758543, -0.006800929084420204, 0.13004207611083984, -0.07598727941513062, -0.022647235542535782, -0.003135114908218384, 0.08700704574584961, -0.0019922442734241486, -0.03372477367520332, -0.005799231585115194, -0.16463077068328857, 0.021905189380049706, 0.09631169587373734, -0.04950406774878502, 0.08348521590232849, -0.020817501470446587, -0.04198950529098511, -0.051432572305202484, 0.10356613993644714, -0.04173724353313446, 0.021494850516319275, -0.015556756407022476, 0.03670904040336609, 0.01892494596540928, -0.0010586660355329514, 0.008884750306606293, -0.044868648052215576, -0.0328640379011631, 0.008938857354223728, -0.07635101675987244, -0.0024291183799505234, -0.05034564808011055, 0.002343432977795601, -0.008110567927360535, -0.041095562279224396, 0.025347230955958366, -0.0006210124120116234, -0.04531010240316391, -0.03241708502173424, -0.08447378873825073, 0.049295470118522644, -0.17161771655082703, 0.046132832765579224, 0.08767631649971008, -0.06794704496860504, 0.06378088891506195, 0.023483235388994217, 0.012818501330912113, 0.017812129110097885, -0.12351836264133453, -0.06055206432938576, -0.04674290865659714, 0.05013806372880936, 0.010697180405259132, -0.062145527452230453, -0.022133631631731987, 0.030298277735710144, -0.06662601977586746, 0.0115757305175066, 0.04030308872461319, -0.08072416484355927, 0.12356770038604736, 0.03540896624326706, -0.06109610199928284, -0.03833113983273506, 0.09041086584329605, 0.02798072248697281, 0.025468792766332626, 0.058764755725860596, -0.023119758814573288, 0.06786000728607178, -0.1901862621307373, -0.042583152651786804, 0.04227891564369202, 0.04181652516126633, 0.04055839776992798, -0.026959680020809174, 0.05919039994478226, 0.03615313023328781, 0.14899201691150665, -0.015787117183208466, 0.04451344162225723, 0.05255384370684624, 0.055588968098163605, -0.05790451914072037, 0.038766048848629, -0.028604017570614815, 0.003238376695662737, -0.02830999158322811, 0.00905013456940651, -0.07658500224351883, -0.0449274405837059, 0.029697231948375702, 0.11365551501512527, 0.12053386121988297, 0.1329188346862793, -0.052168238908052444, 0.0943431705236435, -0.06316754966974258, 0.0012307800352573395, 0.021406542509794235, -0.0899556577205658, -0.01282409019768238, -0.06975702196359634, 0.08112059533596039, 0.05930788815021515, -0.11209885776042938, 0.11883114278316498, -0.03286919742822647, -0.06506849825382233, -0.03270062431693077, -0.10664868354797363, -0.04834625497460365, -0.06345317512750626, 0.005757925100624561, -0.1366724669933319, 0.08948107063770294, 0.07953676581382751, 0.042522791773080826, -0.020177528262138367, 0.13339672982692719, -0.07704045623540878, -0.1011725664138794, 0.07393986731767654, 0.06294707953929901, 0.0408034510910511, 0.05488741025328636, 0.07110616564750671, 0.04319353401660919, 0.04407365992665291, 0.11496669054031372, 0.09213979542255402, -0.004244886338710785, 0.047214075922966, -0.021779444068670273, -0.0647759661078453, 0.016227534040808678, -0.032856035977602005, -0.051344290375709534, 0.1578112244606018, 0.017200900241732597, 0.08694365620613098, 0.007934576831758022, 0.14601296186447144, -0.029485400766134262, -0.07702106982469559, -0.16589698195457458, 0.04208967834711075, -0.06352341175079346, 0.006548177916556597, 0.013113236986100674, -0.1266646385192871, 0.007101618684828281, 0.1369370073080063, 0.11591198295354843, -0.0442105270922184, -0.018176041543483734, 0.003544964361935854, 0.02384987659752369, -0.0021766526624560356, 0.04313008487224579, 0.03334985673427582, 0.2101835310459137, -0.03985828161239624, 0.06988584250211716, 0.015983812510967255, -0.03880864754319191, 0.02766847237944603, 0.054730191826820374, -0.03539997339248657, 0.028187988325953484, -0.12622955441474915, 0.07555968314409256, 0.001194424694404006, -0.25382983684539795, 0.047197796404361725, -0.1040913313627243, -0.09453986585140228, -0.009051067754626274, 0.010240367613732815, -0.026907118037343025, 0.025418641045689583, 0.05979543179273605, -0.035794127732515335, 0.1943051815032959, 0.0348781980574131, -0.06222658231854439, -0.08555033802986145, 0.1114477664232254, -0.15985828638076782, 0.1089865118265152, -0.01871652901172638, 0.06370462477207184, 0.049933478236198425, -0.006587520241737366, -0.09151120483875275, 0.056682005524635315, 0.04400262236595154, -0.03312977775931358, -0.027275847271084785, 0.18799784779548645, -0.006063130684196949, 0.13443389534950256, 0.0681663304567337, -0.004200621508061886, 0.05284326523542404, 0.009452217258512974, -0.01662387326359749, -0.095551036298275, 0.04892818257212639, -0.09715130925178528, 0.12856435775756836, 0.1590212732553482, -0.024875923991203308, 0.04035525396466255, -0.04461640864610672, -0.018249936401844025, -0.009231582283973694, 0.1489373743534088, -0.0031608394347131252, -0.12704753875732422, 0.009619604796171188, -0.01316637173295021, 0.048329148441553116, -0.1237226277589798, -0.035987820476293564, -0.015238555148243904, -0.03175123780965805, 0.02714039757847786, 0.08170610666275024, 0.037590157240629196, 0.042689915746450424, -0.052216045558452606, -0.0907038003206253, 0.07019847631454468, 0.10768461227416992, -0.025192981585860252, 0.008998800069093704 ]
8b7bc6230ebd78f04aa3661acb912f4567f21c76
# Dataset Card for Dutch Social Media Collection ## 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:** [Dutch Social Media Collection](http://datasets.coronawhy.org/dataset.xhtml?persistentId=doi:10.5072/FK2/MTPTL7) - **Repository:** - **Paper:** *(in-progress)* https://doi.org/10.5072/FK2/MTPTL7 - **Leaderboard:** - **Point of Contact:** [Aakash Gupta](mailto:aakashg80@gmail.com) ### Dataset Summary The dataset contains 10 files with around 271,342 tweets. The tweets are filtered via the official Twitter API to contain tweets in Dutch language or by users who have specified their location information within Netherlands geographical boundaries. Using natural language processing we have classified the tweets for their HISCO codes. If the user has provided their location within Dutch boundaries, we have also classified them to their respective provinces The objective of this dataset is to make research data available publicly in a FAIR (Findable, Accessible, Interoperable, Reusable) way. Twitter's Terms of Service Licensed under Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) (2020-10-27) ### Supported Tasks and Leaderboards `sentiment analysis`, `multi-label classification`, `entity-extraction` ### Languages The text is primarily in Dutch with some tweets in English and other languages. The BCP 47 code is `nl` and `en` ## Dataset Structure ### Data Instances An example of the data field will be: ``` { "full_text": "@pflegearzt @Friedelkorn @LAguja44 Pardon, wollte eigentlich das zitieren: \nhttps://t.co/ejO7bIMyj8\nMeine mentions sind inzw komplett undurchschaubar weil da Leute ihren supporterclub zwecks Likes zusammengerufen haben.", "text_translation": "@pflegearzt @Friedelkorn @ LAguja44 Pardon wollte zitieren eigentlich das:\nhttps://t.co/ejO7bIMyj8\nMeine mentions inzw sind komplett undurchschaubar weil da Leute ihren supporter club Zwecks Likes zusammengerufen haben.", "created_at": 1583756789000, "screen_name": "TheoRettich", "description": "I ❤️science, therefore a Commie. ☭ FALGSC: Part of a conspiracy which wants to achieve world domination. Tankie-Cornucopian. Ecology is a myth", "desc_translation": "I ❤️science, Therefore a Commie. ☭ FALGSC: Part of a conspiracy How many followers wants to Achieve World Domination. Tankie-Cornucopian. Ecology is a myth", "weekofyear": 11, "weekday": 0, "day": 9, "month": 3, "year": 2020, "location": "Netherlands", "point_info": "Nederland", "point": "(52.5001698, 5.7480821, 0.0)", "latitude": 52.5001698, "longitude": 5.7480821, "altitude": 0, "province": "Flevoland", "hisco_standard": null, "hisco_code": null, "industry": false, "sentiment_pattern": 0, "subjective_pattern": 0 } ``` ### Data Fields | Column Name | Description | | --- | --- | | full_text | Original text in the tweet | | text_translation | English translation of the full text | | created_at | Date of tweet creation | | screen_name | username of the tweet author | | description | description as provided in the users bio | | desc_translation | English translation of user's bio/ description | | location | Location information as provided in the user's bio | | weekofyear | week of the year | | weekday | Day of the week information; Monday=0....Sunday = 6| | month | Month of tweet creation | | year | year of tweet creation | | day | day of tweet creation | | point_info | point information from location columnd | | point | tuple giving lat, lon & altitude information | | latitude | geo-referencing information derived from location data | | longitude | geo-referencing information derived from location data | | altitude | geo-referencing information derived from location data| | province | Province given location data of user | | hisco_standard | HISCO standard key word; if available in tweet | | hisco_code| HISCO standard code as derived from `hisco_standard`| | industry | Whether the tweet talks about industry `(True/False)` | | sentiment_score | Sentiment score -1.0 to 1.0 | | subjectivity_score | Subjectivity scores 0 to 1 | Missing values are replaced with empty strings or -1 (-100 for missing sentiment_score). ### Data Splits Data has been split into Train: 60%, Validation: 20% and Test: 20% ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization The tweets were hydrated using Twitter's API and then filtered for those which were in Dutch language and/or for users who had mentioned that they were from within Netherlands geographical borders. #### Who are the source language producers? The language producers are twitter users who have identified their location within the geographical boundaries of Netherland. Or those who have tweeted in the dutch language! ### Annotations Using Natural language processing, we have classified the tweets on industry and for HSN HISCO codes. Depending on the user's location, their provincial information is also added. Please check the file/column for detailed information. The tweets are also classified on the sentiment & subjectivity scores. Sentiment scores are between -1 to +1 Subjectivity scores are between 0 to 1 #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information As of writing this data card no anonymization has been carried out on the tweets or user data. As such, if the twitter user has shared any personal & sensitive information, then it may be available in this dataset. ## 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 [Aakash Gupta](mailto:aakashg80@gmail.com) *Th!nkEvolve Consulting* and Researcher at CoronaWhy ### Licensing Information CC BY-NC 4.0 ### Citation Information @data{FK2/MTPTL7_2020, author = {Gupta, Aakash}, publisher = {COVID-19 Data Hub}, title = {{Dutch social media collection}}, year = {2020}, version = {DRAFT VERSION}, doi = {10.5072/FK2/MTPTL7}, url = {https://doi.org/10.5072/FK2/MTPTL7} } ### Contributions Thanks to [@skyprince999](https://github.com/skyprince999) for adding this dataset.
dutch_social
[ "task_categories:text-classification", "task_ids:sentiment-classification", "task_ids:multi-label-classification", "annotations_creators:machine-generated", "language_creators:crowdsourced", "multilinguality:multilingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "language:nl", "license:cc-by-nc-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["machine-generated"], "language_creators": ["crowdsourced"], "language": ["en", "nl"], "license": ["cc-by-nc-4.0"], "multilinguality": ["multilingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["sentiment-classification", "multi-label-classification"], "pretty_name": "Dutch Social Media Collection", "dataset_info": {"features": [{"name": "full_text", "dtype": "string"}, {"name": "text_translation", "dtype": "string"}, {"name": "screen_name", "dtype": "string"}, {"name": "description", "dtype": "string"}, {"name": "desc_translation", "dtype": "string"}, {"name": "location", "dtype": "string"}, {"name": "weekofyear", "dtype": "int64"}, {"name": "weekday", "dtype": "int64"}, {"name": "month", "dtype": "int64"}, {"name": "year", "dtype": "int64"}, {"name": "day", "dtype": "int64"}, {"name": "point_info", "dtype": "string"}, {"name": "point", "dtype": "string"}, {"name": "latitude", "dtype": "float64"}, {"name": "longitude", "dtype": "float64"}, {"name": "altitude", "dtype": "float64"}, {"name": "province", "dtype": "string"}, {"name": "hisco_standard", "dtype": "string"}, {"name": "hisco_code", "dtype": "string"}, {"name": "industry", "dtype": "bool_"}, {"name": "sentiment_pattern", "dtype": "float64"}, {"name": "subjective_pattern", "dtype": "float64"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "neg", "1": "neu", "2": "pos"}}}}], "config_name": "dutch_social", "splits": [{"name": "train", "num_bytes": 105569586, "num_examples": 162805}, {"name": "test", "num_bytes": 35185351, "num_examples": 54268}, {"name": "validation", "num_bytes": 34334756, "num_examples": 54269}], "download_size": 68740666, "dataset_size": 175089693}}
2024-01-18T11:02:48+00:00
[]
[ "en", "nl" ]
TAGS #task_categories-text-classification #task_ids-sentiment-classification #task_ids-multi-label-classification #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-English #language-Dutch #license-cc-by-nc-4.0 #region-us
Dataset Card for Dutch Social Media Collection ============================================== 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: Dutch Social Media Collection * Repository: * Paper: *(in-progress)* URL * Leaderboard: * Point of Contact: Aakash Gupta ### Dataset Summary The dataset contains 10 files with around 271,342 tweets. The tweets are filtered via the official Twitter API to contain tweets in Dutch language or by users who have specified their location information within Netherlands geographical boundaries. Using natural language processing we have classified the tweets for their HISCO codes. If the user has provided their location within Dutch boundaries, we have also classified them to their respective provinces The objective of this dataset is to make research data available publicly in a FAIR (Findable, Accessible, Interoperable, Reusable) way. Twitter's Terms of Service Licensed under Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) (2020-10-27) ### Supported Tasks and Leaderboards 'sentiment analysis', 'multi-label classification', 'entity-extraction' ### Languages The text is primarily in Dutch with some tweets in English and other languages. The BCP 47 code is 'nl' and 'en' Dataset Structure ----------------- ### Data Instances An example of the data field will be: ### Data Fields Missing values are replaced with empty strings or -1 (-100 for missing sentiment\_score). ### Data Splits Data has been split into Train: 60%, Validation: 20% and Test: 20% Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization The tweets were hydrated using Twitter's API and then filtered for those which were in Dutch language and/or for users who had mentioned that they were from within Netherlands geographical borders. #### Who are the source language producers? The language producers are twitter users who have identified their location within the geographical boundaries of Netherland. Or those who have tweeted in the dutch language! ### Annotations Using Natural language processing, we have classified the tweets on industry and for HSN HISCO codes. Depending on the user's location, their provincial information is also added. Please check the file/column for detailed information. The tweets are also classified on the sentiment & subjectivity scores. Sentiment scores are between -1 to +1 Subjectivity scores are between 0 to 1 #### Annotation process #### Who are the annotators? ### Personal and Sensitive Information As of writing this data card no anonymization has been carried out on the tweets or user data. As such, if the twitter user has shared any personal & sensitive information, then it may be available in this dataset. 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 Aakash Gupta *Th!nkEvolve Consulting* and Researcher at CoronaWhy ### Licensing Information CC BY-NC 4.0 @data{FK2/MTPTL7\_2020, author = {Gupta, Aakash}, publisher = {COVID-19 Data Hub}, title = {{Dutch social media collection}}, year = {2020}, version = {DRAFT VERSION}, doi = {10.5072/FK2/MTPTL7}, url = {URL } ### Contributions Thanks to @skyprince999 for adding this dataset.
[ "### Dataset Summary\n\n\nThe dataset contains 10 files with around 271,342 tweets. The tweets are filtered via the official Twitter API to contain tweets in Dutch language or by users who have specified their location information within Netherlands geographical boundaries. Using natural language processing we have classified the tweets for their HISCO codes. If the user has provided their location within Dutch boundaries, we have also classified them to their respective provinces The objective of this dataset is to make research data available publicly in a FAIR (Findable, Accessible, Interoperable, Reusable) way. Twitter's Terms of Service Licensed under Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) (2020-10-27)", "### Supported Tasks and Leaderboards\n\n\n'sentiment analysis', 'multi-label classification', 'entity-extraction'", "### Languages\n\n\nThe text is primarily in Dutch with some tweets in English and other languages. The BCP 47 code is 'nl' and 'en'\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of the data field will be:", "### Data Fields\n\n\n\nMissing values are replaced with empty strings or -1 (-100 for missing sentiment\\_score).", "### Data Splits\n\n\nData has been split into Train: 60%, Validation: 20% and Test: 20%\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe tweets were hydrated using Twitter's API and then filtered for those which were in Dutch language and/or for users who had mentioned that they were from within Netherlands geographical borders.", "#### Who are the source language producers?\n\n\nThe language producers are twitter users who have identified their location within the geographical boundaries of Netherland. Or those who have tweeted in the dutch language!", "### Annotations\n\n\nUsing Natural language processing, we have classified the tweets on industry and for HSN HISCO codes.\nDepending on the user's location, their provincial information is also added. Please check the file/column for detailed information.\n\n\nThe tweets are also classified on the sentiment & subjectivity scores.\nSentiment scores are between -1 to +1\nSubjectivity scores are between 0 to 1", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nAs of writing this data card no anonymization has been carried out on the tweets or user data. As such, if the twitter user has shared any personal & sensitive information, then it may be available in this dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### 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\nAakash Gupta\n*Th!nkEvolve Consulting* and Researcher at CoronaWhy", "### Licensing Information\n\n\nCC BY-NC 4.0\n\n\n@data{FK2/MTPTL7\\_2020,\nauthor = {Gupta, Aakash},\npublisher = {COVID-19 Data Hub},\ntitle = {{Dutch social media collection}},\nyear = {2020},\nversion = {DRAFT VERSION},\ndoi = {10.5072/FK2/MTPTL7},\nurl = {URL\n}", "### Contributions\n\n\nThanks to @skyprince999 for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #task_ids-multi-label-classification #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-English #language-Dutch #license-cc-by-nc-4.0 #region-us \n", "### Dataset Summary\n\n\nThe dataset contains 10 files with around 271,342 tweets. The tweets are filtered via the official Twitter API to contain tweets in Dutch language or by users who have specified their location information within Netherlands geographical boundaries. Using natural language processing we have classified the tweets for their HISCO codes. If the user has provided their location within Dutch boundaries, we have also classified them to their respective provinces The objective of this dataset is to make research data available publicly in a FAIR (Findable, Accessible, Interoperable, Reusable) way. Twitter's Terms of Service Licensed under Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) (2020-10-27)", "### Supported Tasks and Leaderboards\n\n\n'sentiment analysis', 'multi-label classification', 'entity-extraction'", "### Languages\n\n\nThe text is primarily in Dutch with some tweets in English and other languages. The BCP 47 code is 'nl' and 'en'\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example of the data field will be:", "### Data Fields\n\n\n\nMissing values are replaced with empty strings or -1 (-100 for missing sentiment\\_score).", "### Data Splits\n\n\nData has been split into Train: 60%, Validation: 20% and Test: 20%\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe tweets were hydrated using Twitter's API and then filtered for those which were in Dutch language and/or for users who had mentioned that they were from within Netherlands geographical borders.", "#### Who are the source language producers?\n\n\nThe language producers are twitter users who have identified their location within the geographical boundaries of Netherland. Or those who have tweeted in the dutch language!", "### Annotations\n\n\nUsing Natural language processing, we have classified the tweets on industry and for HSN HISCO codes.\nDepending on the user's location, their provincial information is also added. Please check the file/column for detailed information.\n\n\nThe tweets are also classified on the sentiment & subjectivity scores.\nSentiment scores are between -1 to +1\nSubjectivity scores are between 0 to 1", "#### Annotation process", "#### Who are the annotators?", "### Personal and Sensitive Information\n\n\nAs of writing this data card no anonymization has been carried out on the tweets or user data. As such, if the twitter user has shared any personal & sensitive information, then it may be available in this dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset", "### Discussion of Biases", "### 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\nAakash Gupta\n*Th!nkEvolve Consulting* and Researcher at CoronaWhy", "### Licensing Information\n\n\nCC BY-NC 4.0\n\n\n@data{FK2/MTPTL7\\_2020,\nauthor = {Gupta, Aakash},\npublisher = {COVID-19 Data Hub},\ntitle = {{Dutch social media collection}},\nyear = {2020},\nversion = {DRAFT VERSION},\ndoi = {10.5072/FK2/MTPTL7},\nurl = {URL\n}", "### Contributions\n\n\nThanks to @skyprince999 for adding this dataset." ]
[ 113, 164, 31, 42, 15, 27, 29, 7, 4, 52, 47, 94, 5, 9, 64, 7, 8, 32, 25, 94, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #task_ids-multi-label-classification #annotations_creators-machine-generated #language_creators-crowdsourced #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-English #language-Dutch #license-cc-by-nc-4.0 #region-us \n### Dataset Summary\n\n\nThe dataset contains 10 files with around 271,342 tweets. The tweets are filtered via the official Twitter API to contain tweets in Dutch language or by users who have specified their location information within Netherlands geographical boundaries. Using natural language processing we have classified the tweets for their HISCO codes. If the user has provided their location within Dutch boundaries, we have also classified them to their respective provinces The objective of this dataset is to make research data available publicly in a FAIR (Findable, Accessible, Interoperable, Reusable) way. Twitter's Terms of Service Licensed under Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) (2020-10-27)### Supported Tasks and Leaderboards\n\n\n'sentiment analysis', 'multi-label classification', 'entity-extraction'### Languages\n\n\nThe text is primarily in Dutch with some tweets in English and other languages. The BCP 47 code is 'nl' and 'en'\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example of the data field will be:### Data Fields\n\n\n\nMissing values are replaced with empty strings or -1 (-100 for missing sentiment\\_score).### Data Splits\n\n\nData has been split into Train: 60%, Validation: 20% and Test: 20%\n\n\nDataset Creation\n----------------### Curation Rationale### Source Data#### Initial Data Collection and Normalization\n\n\nThe tweets were hydrated using Twitter's API and then filtered for those which were in Dutch language and/or for users who had mentioned that they were from within Netherlands geographical borders." ]
[ -0.0294699314981699, 0.10275121033191681, -0.005173111334443092, 0.05352495238184929, 0.005864456761628389, -0.033678170293569565, 0.0816141739487648, 0.013311098329722881, 0.10351113975048065, 0.0929597020149231, 0.0211044792085886, -0.01003479678183794, 0.04350815713405609, 0.07141249626874924, 0.012119481340050697, -0.16699685156345367, 0.0500362403690815, -0.10132486373186111, -0.008491811342537403, 0.12253361195325851, 0.13180644810199738, -0.017548106610774994, 0.09048923850059509, -0.047032807022333145, -0.02044815383851528, 0.05904744565486908, -0.040886037051677704, -0.039364710450172424, 0.10238165408372879, 0.03335343301296234, 0.09543970972299576, 0.03625943139195442, -0.009013316594064236, -0.23773227632045746, -0.0022144862450659275, 0.06078679487109184, -0.04934133216738701, -0.016026310622692108, 0.09625604003667831, -0.007655052002519369, 0.24291208386421204, -0.08550647646188736, 0.041132714599370956, 0.05076315253973007, -0.12075719237327576, -0.07821746915578842, -0.10676294565200806, -0.04687678441405296, 0.05232236161828041, 0.07191997766494751, -0.047737181186676025, 0.11942689120769501, -0.13475772738456726, 0.055282797664403915, 0.0325409434735775, -0.13753095269203186, -0.03435610607266426, -0.024073850363492966, -0.04323873668909073, 0.18488579988479614, -0.08536131680011749, 0.029235688969492912, -0.008691982366144657, 0.0759158506989479, 0.010175530798733234, -0.09730636328458786, -0.11343099921941757, -0.012336269952356815, -0.12397909164428711, -0.10737425833940506, 0.19913312792778015, 0.040786050260066986, -0.0673103854060173, -0.0873100608587265, -0.005078457295894623, 0.07479672878980637, 0.025143031030893326, -0.06847909837961197, 0.027257852256298065, -0.004394171293824911, 0.04381479695439339, -0.0302395261824131, -0.10220327973365784, 0.029243476688861847, -0.06899311393499374, 0.044556837528944016, -0.007008022163063288, 0.01760273613035679, 0.02214956469833851, 0.057781241834163666, -0.011746666394174099, -0.09575764834880829, -0.08039938658475876, -0.04667431861162186, -0.12368537485599518, -0.016949841752648354, 0.030819572508335114, 0.025117460638284683, 0.03443057835102081, 0.13023371994495392, -0.10846428573131561, 0.011562018655240536, -0.11344796419143677, 0.030124211683869362, 0.08043169230222702, 0.06168706342577934, -0.08667553216218948, -0.06406042724847794, -0.0013299345737323165, -0.13274718821048737, -0.005384982563555241, 0.0024667975958436728, 0.0026203831657767296, 0.018337395042181015, 0.019712721928954124, 0.09955649077892303, 0.03470275178551674, 0.011452504433691502, -0.07147806882858276, -0.012475802563130856, 0.14583608508110046, -0.0867677554488182, -0.014181825332343578, -0.024983545765280724, -0.017685147002339363, 0.038163360208272934, -0.01353466883301735, -0.0023927129805088043, -0.08513235300779343, 0.07201295346021652, -0.04328184947371483, 0.0076418109238147736, -0.03102920390665531, -0.12601107358932495, 0.0968543291091919, -0.01860515959560871, -0.08788429945707321, -0.13744919002056122, -0.15466849505901337, -0.09715470671653748, 0.007071309257298708, -0.059694916009902954, 0.06389591842889786, -0.04629283398389816, -0.05389200150966644, 0.019540738314390182, 0.00029450864531099796, -0.07174907624721527, -0.047345589846372604, 0.0152764106169343, -0.11107776314020157, 0.049558043479919434, -0.03318178653717041, 0.009685272350907326, -0.1953449845314026, 0.01717657782137394, -0.144722580909729, 0.14232434332370758, -0.16261662542819977, 0.01016804575920105, -0.11522538214921951, -0.05692653730511665, -0.013824552297592163, -0.005236354190856218, 0.003750506090000272, 0.1618805229663849, -0.20989815890789032, -0.03088817000389099, 0.08562455326318741, -0.1403494030237198, -0.06443212181329727, 0.16080087423324585, -0.024440810084342957, 0.12825679779052734, 0.09141762554645538, 0.13221193850040436, 0.12508249282836914, -0.08597774058580399, -0.08514320105314255, 0.0026264383923262358, -0.04820981249213219, 0.0751260444521904, 0.07684224843978882, -0.06907621026039124, 0.07679156959056854, 0.02201072871685028, -0.033986929804086685, -0.004277016501873732, -0.03323281183838844, -0.03227765113115311, 0.03126579895615578, 0.0054750945419073105, 0.025414254516363144, 0.062048327177762985, -0.04170684516429901, -0.05902464687824249, -0.0656423345208168, -0.040235619992017746, 0.004212291911244392, -0.04121766611933708, 0.03167539834976196, -0.02575252577662468, -0.045611534267663956, -0.012955330312252045, -0.003990492783486843, -0.1767759919166565, -0.1600501537322998, 0.030951350927352905, -0.025489214807748795, 0.10034691542387009, 0.08828295022249222, 0.011417031288146973, -0.024534154683351517, -0.07122033089399338, 0.002389185130596161, -0.07394187152385712, -0.016925711184740067, -0.01101058628410101, -0.1494293510913849, 0.034836284816265106, -0.017903326079249382, 0.06153956800699234, -0.06932403147220612, -0.04486500471830368, 0.1732603907585144, 0.12401650846004486, 0.05029534921050072, -0.03962975740432739, -0.010824372060596943, 0.11168783158063889, -0.028512487187981606, -0.037569183856248856, -0.0415651798248291, -0.021681901067495346, 0.05120612308382988, 0.14510297775268555, -0.003455623984336853, -0.11154978722333908, 0.04988972842693329, -0.013344879262149334, -0.09982402622699738, 0.11649487167596817, -0.03374647721648216, -0.02664272114634514, -0.04884219542145729, -0.10897398740053177, 0.027895569801330566, 0.00045806801063008606, 0.008602901361882687, -0.1007714718580246, -0.09961911290884018, 0.023078693076968193, -0.03838213160634041, -0.07532955706119537, 0.12201415002346039, -0.011643723584711552, -0.22349514067173004, 0.14758840203285217, 0.08946172147989273, 0.05006604641675949, 0.1559414267539978, 0.00994188617914915, -0.05233556777238846, -0.03853935748338699, 0.06769435852766037, 0.00917837768793106, 0.11086717993021011, -0.0669180229306221, 0.018442118540406227, 0.051435668021440506, 0.06957391649484634, 0.008261125534772873, -0.01895204931497574, 0.028268996626138687, 0.019767042249441147, -0.04964437335729599, -0.01617652177810669, 0.005747584160417318, 0.01979335956275463, 0.130357027053833, -0.03423527255654335, -0.029096564278006554, 0.015452512539923191, -0.06481891870498657, -0.14989697933197021, 0.1731976568698883, -0.14126302301883698, -0.29591575264930725, -0.10254640877246857, 0.02114739641547203, -0.07513981312513351, -0.022641370072960854, 0.03615463152527809, -0.04942454770207405, -0.0884205773472786, -0.10702300071716309, 0.0343259833753109, 0.007898312993347645, -0.07393249869346619, -0.12196838855743408, 0.06437159329652786, -0.040425483137369156, -0.07915016263723373, 0.0019502191571518779, -0.01686514914035797, -0.06688765436410904, 0.08448199182748795, -0.04729315638542175, 0.16737700998783112, 0.08191950619220734, -0.016971595585346222, -0.03095095045864582, -0.027257753536105156, 0.15110863745212555, -0.12997666001319885, 0.11059276759624481, -0.01073367614299059, 0.07635434716939926, 0.050512515008449554, 0.14516307413578033, 0.03105907142162323, -0.07190289348363876, 0.056369077414274216, 0.09396851062774658, -0.07497281581163406, -0.25017380714416504, -0.1690191775560379, -0.07357283681631088, -0.041038766503334045, -0.012274953536689281, 0.02367975190281868, 0.06867275387048721, 0.009727499447762966, -0.04060301184654236, -0.014868320897221565, -0.01824938878417015, 0.05208279937505722, 0.10978041589260101, 0.031040009111166, 0.05343613028526306, -0.07950158417224884, 0.0017886804416775703, 0.16643965244293213, -0.09829124808311462, 0.20532381534576416, -0.01616828888654709, 0.11088965088129044, 0.08058644831180573, 0.11196048557758331, 0.018357805907726288, 0.07221344113349915, 0.020243480801582336, 0.027551595121622086, 0.004361503757536411, -0.09220895916223526, -0.027768325060606003, 0.05392509326338768, -0.038354940712451935, -0.1352551430463791, 0.020013481378555298, -0.08370844274759293, 0.11683597415685654, 0.13980555534362793, 0.055767979472875595, -0.08133497834205627, -0.048803556710481644, 0.02071256935596466, -0.048793237656354904, -0.07241849601268768, 0.01852474920451641, 0.2603124678134918, -0.1361110657453537, 0.054005496203899384, -0.026378139853477478, 0.07942835986614227, -0.0683244988322258, 0.003988968674093485, 0.024280598387122154, -0.062467705458402634, -0.05308543145656586, 0.11006775498390198, -0.23240572214126587, 0.24070589244365692, -0.009370111860334873, 0.013847984373569489, -0.11703987419605255, -0.010136494413018227, -0.06821548193693161, 0.027667628601193428, 0.20193593204021454, 0.10204958915710449, -0.14714393019676208, -0.08711527287960052, -0.02776361256837845, -0.011197978630661964, 0.10392169654369354, -0.05721977353096008, 0.06623702496290207, 0.08916079252958298, -0.00006820704584242776, -0.0552324503660202, -0.03939994424581528, -0.11972226202487946, -0.15062600374221802, 0.057848718017339706, -0.001691127778030932, -0.020976781845092773, 0.0018988946685567498, -0.0047147320583462715, -0.0018427842296659946, 0.1268526166677475, -0.18217134475708008, -0.09255781769752502, -0.14130081236362457, -0.011719866655766964, 0.09662508964538574, -0.08502770215272903, 0.0015027476474642754, 0.0069200717844069, 0.04334821552038193, -0.03485113009810448, -0.04820059612393379, 0.06980060040950775, -0.10112205892801285, -0.12867222726345062, -0.03608465567231178, 0.12656477093696594, 0.13768020272254944, 0.01704029180109501, 0.018804974853992462, 0.05932573601603508, 0.03268065303564072, -0.18618923425674438, 0.021320097148418427, -0.06048838421702385, -0.0020274976268410683, 0.1501912772655487, 0.004220930393785238, -0.03040185570716858, -0.03338876739144325, -0.06404399126768112, 0.07824587821960449, 0.13345055282115936, -0.04777979850769043, 0.14002659916877747, 0.1537049263715744, -0.10130412876605988, -0.2597762644290924, 0.017713459208607674, 0.00402440968900919, -0.028374286368489265, 0.06912139803171158, -0.1520979255437851, 0.024716172367334366, 0.11071206629276276, 0.0032441720832139254, -0.051850825548172, -0.16382749378681183, -0.12118308246135712, 0.029337575659155846, -0.05227803811430931, -0.02572631649672985, -0.07666423171758652, -0.05462654307484627, -0.04235823079943657, -0.09767073392868042, 0.14773967862129211, -0.026061834767460823, -0.012895774096250534, 0.022845277562737465, 0.10527367889881134, 0.018254956230521202, -0.008305374532938004, 0.16877663135528564, 0.11128953099250793, 0.05870866775512695, -0.07903895527124405, 0.028424140065908432, 0.23428906500339508, 0.019163820892572403, 0.0925293117761612, 0.07667005807161331, 0.031531043350696564, -0.22823211550712585, -0.01693190634250641, -0.15723617374897003, 0.07560597360134125, -0.06865328550338745, -0.054599691182374954, -0.08687905967235565, 0.12453953921794891, 0.08348702639341354, -0.005042767617851496, 0.03674344718456268, -0.09161645174026489, -0.01080271229147911, 0.1269170492887497, 0.1709395796060562, 0.034772396087646484, -0.0452437624335289, -0.001606833073310554, -0.0157389584928751, 0.02036093920469284, -0.09168166667222977, 0.03404262289404869, 0.09434715658426285, 0.023350227624177933, 0.07972860336303711, -0.026428181678056717, -0.13834719359874725, 0.01896056719124317, 0.08178048580884933, -0.1328311413526535, -0.1332084685564041, 0.005623574368655682, 0.00253309472464025, -0.016453441232442856, -0.03461896628141403, 0.11211851984262466, -0.03759070858359337, 0.02346832863986492, -0.02217317745089531, 0.07205382734537125, -0.0051871296018362045, 0.10489758104085922, 0.04678378254175186, 0.031031576916575432, -0.08072470873594284, 0.08556678146123886, 0.10498954355716705, -0.10045243054628372, 0.03233272209763527, 0.10378379374742508, -0.11510629951953888, -0.07488763332366943, 0.005826198495924473, 0.029507972300052643, -0.07143209874629974, -0.10235314071178436, 0.018317002803087234, -0.06643309444189072, 0.009170549921691418, 0.14168037474155426, 0.015403018333017826, 0.07171067595481873, 0.019532760605216026, -0.08822674304246902, -0.022453652694821358, 0.062376510351896286, -0.028439529240131378, 0.0034289599861949682, 0.01768624037504196, -0.009265322238206863, -0.04635084792971611, 0.03345309570431709, -0.028528476133942604, -0.030204404145479202, -0.06945990025997162, -0.016721738502383232, -0.06856347620487213, 0.005274849012494087, -0.07605627179145813, -0.01489713229238987, -0.008140234276652336, -0.06289613991975784, -0.031116429716348648, -0.008455493487417698, -0.04761609807610512, 0.008374425582587719, 0.0009154475410468876, 0.0951056033372879, -0.15323272347450256, -0.02719799056649208, 0.11509731411933899, -0.05652959644794464, 0.1352866291999817, 0.011934646405279636, -0.03560902178287506, 0.06398161500692368, -0.1481551229953766, 0.07646975666284561, -0.0035062653478235006, 0.062162093818187714, 0.07030612230300903, -0.0552813746035099, -0.023894112557172775, 0.05810856446623802, -0.0036092600785195827, 0.0482780821621418, 0.014576305635273457, -0.09278243035078049, 0.1405813843011856, 0.05721341073513031, -0.10692217200994492, -0.05996967479586601, 0.1151830181479454, -0.002237548353150487, -0.003746014554053545, 0.08658792078495026, -0.06338491290807724, 0.034378159791231155, -0.11913835257291794, -0.06183168292045593, 0.0766148492693901, 0.0014026494463905692, 0.04147683084011078, 0.017589280381798744, 0.057016994804143906, -0.016438482329249382, 0.18573936820030212, 0.0705430880188942, 0.0519372932612896, 0.06399290263652802, -0.0008566125761717558, 0.018440451472997665, 0.03271260857582092, -0.09329991042613983, -0.02138519287109375, -0.029586229473352432, -0.028893528506159782, -0.10620645433664322, -0.09838398545980453, 0.0028986914549022913, 0.2313927263021469, 0.1633981168270111, 0.16089287400245667, -0.026030724868178368, 0.03068871609866619, -0.03918452188372612, -0.028889046981930733, -0.04415986314415932, 0.008080498315393925, 0.04369610175490379, -0.045575425028800964, -0.013112678192555904, 0.07435815781354904, -0.19663001596927643, 0.13162091374397278, 0.015842372551560402, -0.061466168612241745, -0.05391841381788254, -0.19334258139133453, -0.04637721925973892, -0.06494074314832687, -0.007939149625599384, -0.12791582942008972, 0.09923749417066574, 0.1399768441915512, 0.06223795935511589, -0.0119967982172966, 0.09743957221508026, -0.12551504373550415, -0.07010291516780853, 0.10456519573926926, -0.019493114203214645, 0.0812080055475235, 0.034066587686538696, 0.05646807700395584, -0.035899076610803604, 0.088933564722538, 0.03198612108826637, 0.0962938740849495, 0.012386351823806763, -0.018913164734840393, -0.111347496509552, -0.07723648846149445, 0.00021923601161688566, 0.007124155759811401, -0.0347280278801918, 0.10228072851896286, 0.08448541909456253, -0.010737470351159573, 0.048327598720788956, 0.1571684181690216, 0.0010437400778755546, -0.10683664679527283, -0.1552712768316269, 0.12295124679803848, -0.019792819395661354, 0.03729381039738655, 0.030986012890934944, -0.11866626888513565, 0.058725908398628235, 0.09320475906133652, 0.11313432455062866, 0.025034846737980843, 0.004906920716166496, -0.08877379447221756, 0.012238167226314545, 0.04849325492978096, 0.04537160322070122, -0.03849876672029495, 0.360363245010376, -0.08001017570495605, 0.0038759433664381504, -0.013867366127669811, -0.017065677791833878, -0.04981736093759537, 0.07460561394691467, -0.0005049167666584253, -0.04139057546854019, -0.10319267958402634, 0.1822478473186493, -0.030498988926410675, -0.17006175220012665, 0.13266931474208832, -0.04693889990448952, -0.0826842337846756, 0.0010184540878981352, -0.03637559711933136, 0.010608449578285217, 0.02642926201224327, 0.02254953607916832, -0.0334247462451458, 0.07531686127185822, 0.06144246459007263, -0.05781662464141846, -0.0984942615032196, 0.08638311922550201, -0.004040590487420559, 0.11660753935575485, -0.0032457378692924976, 0.1676003485918045, 0.1289190649986267, -0.011561221443116665, -0.12072286009788513, 0.059021711349487305, 0.07237736880779266, -0.01353378128260374, -0.009249851107597351, 0.14448057115077972, -0.009065267629921436, 0.10639142990112305, 0.09066124260425568, 0.015431144274771214, 0.06479556858539581, 0.04681570827960968, 0.044092219322919846, -0.09458593279123306, 0.077283576130867, -0.08126231282949448, 0.09465007483959198, 0.1436701864004135, -0.014518310315907001, 0.051057640463113785, -0.056394096463918686, 0.020598066970705986, -0.058433663100004196, 0.049819543957710266, -0.004498881287872791, -0.12536296248435974, 0.04208122566342354, 0.06711502373218536, 0.07645216584205627, -0.17006143927574158, 0.008790306746959686, 0.0706256851553917, 0.040614109486341476, 0.019368430599570274, 0.14655083417892456, 0.00678713945671916, -0.0012013084487989545, -0.006618200801312923, -0.07574725896120071, 0.036490537226200104, 0.1324181854724884, -0.0023390580900013447, -0.005473478697240353 ]
58819e0e580b70f780708640437373018a09d936
# 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://nlp.pwr.wroc.pl/en/tools-and-resources/resources/czy-wiesz-question-answering-dataset - **Repository:** - **Paper:** - **Leaderboard:** - **Point of Contact:** ### Dataset Summary The Did You Know (pol. Czy wiesz?) dataset consists of human-annotated question-answer pairs. The task is to predict if the answer is correct. We chose the negatives which have the largest token overlap with a question. ### Supported Tasks and Leaderboards [More Information Needed] ### Languages Polish ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields - q_id: question id - question: question sentence - answer: answer sentence - target: 1 if the answer is correct, 0 otherwise. Note that the test split doesn't have target values 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 CC BY-SA 3.0 ### Citation Information [More Information Needed] ### Contributions Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.
dyk
[ "task_categories:question-answering", "task_ids:open-domain-qa", "annotations_creators:expert-generated", "language_creators:other", "multilinguality:monolingual", "size_categories:1K<n<10K", "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": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["question-answering"], "task_ids": ["open-domain-qa"], "pretty_name": "dyk", "dataset_info": {"features": [{"name": "q_id", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "target", "dtype": {"class_label": {"names": {"0": "0", "1": "1"}}}}], "splits": [{"name": "train", "num_bytes": 1388690, "num_examples": 4154}, {"name": "test", "num_bytes": 353643, "num_examples": 1029}], "download_size": 685462, "dataset_size": 1742333}}
2024-01-18T11:02:49+00:00
[]
[ "pl" ]
TAGS #task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-1K<n<10K #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: - Paper: - Leaderboard: - Point of Contact: ### Dataset Summary The Did You Know (pol. Czy wiesz?) dataset consists of human-annotated question-answer pairs. The task is to predict if the answer is correct. We chose the negatives which have the largest token overlap with a question. ### Supported Tasks and Leaderboards ### Languages Polish ## Dataset Structure ### Data Instances ### Data Fields - q_id: question id - question: question sentence - answer: answer sentence - target: 1 if the answer is correct, 0 otherwise. Note that the test split doesn't have target values 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 CC BY-SA 3.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:\n URL\n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nThe Did You Know (pol. Czy wiesz?) dataset consists of human-annotated question-answer pairs. The task is to predict if the answer is correct. We chose the negatives which have the largest token overlap with a question.", "### Supported Tasks and Leaderboards", "### Languages\n\nPolish", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- q_id: question id\n- question: question sentence\n- answer: answer sentence\n- target: 1 if the answer is correct, 0 otherwise. Note that the test split doesn't have target values 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\nCC BY-SA 3.0", "### Contributions\n\nThanks to @abecadel for adding this dataset." ]
[ "TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-1K<n<10K #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- Paper:\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nThe Did You Know (pol. Czy wiesz?) dataset consists of human-annotated question-answer pairs. The task is to predict if the answer is correct. We chose the negatives which have the largest token overlap with a question.", "### Supported Tasks and Leaderboards", "### Languages\n\nPolish", "## Dataset Structure", "### Data Instances", "### Data Fields\n\n- q_id: question id\n- question: question sentence\n- answer: answer sentence\n- target: 1 if the answer is correct, 0 otherwise. Note that the test split doesn't have target values 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\nCC BY-SA 3.0", "### Contributions\n\nThanks to @abecadel for adding this dataset." ]
[ 94, 10, 120, 25, 62, 10, 6, 6, 6, 51, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 11, 17 ]
[ "passage: TAGS\n#task_categories-question-answering #task_ids-open-domain-qa #annotations_creators-expert-generated #language_creators-other #multilinguality-monolingual #size_categories-1K<n<10K #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- Paper:\n- Leaderboard:\n- Point of Contact:### Dataset Summary\n\nThe Did You Know (pol. Czy wiesz?) dataset consists of human-annotated question-answer pairs. The task is to predict if the answer is correct. We chose the negatives which have the largest token overlap with a question.### Supported Tasks and Leaderboards### Languages\n\nPolish## Dataset Structure### Data Instances### Data Fields\n\n- q_id: question id\n- question: question sentence\n- answer: answer sentence\n- target: 1 if the answer is correct, 0 otherwise. Note that the test split doesn't have target values 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" ]
[ -0.006721082143485546, 0.18727420270442963, -0.007222713902592659, 0.0008251927210949361, 0.07319042831659317, 0.02984635904431343, 0.03971970081329346, 0.11749721318483353, 0.078731968998909, 0.15885086357593536, -0.05210355669260025, 0.06632938235998154, 0.13356545567512512, 0.06914612650871277, 0.008098444901406765, -0.176251620054245, 0.04998443275690079, -0.0896601602435112, -0.028894199058413506, 0.10932312160730362, 0.11003995686769485, -0.0935623049736023, 0.01610030233860016, -0.0592491440474987, -0.01057086605578661, 0.012518968433141708, -0.0729944258928299, -0.026086892932653427, 0.028666378930211067, 0.03567925840616226, 0.05645293369889259, 0.022107280790805817, 0.050393808633089066, -0.3115382194519043, 0.017444217577576637, 0.024365665391087532, 0.037667591124773026, 0.034928567707538605, 0.09782324731349945, -0.0765833854675293, -0.018158625811338425, -0.16749414801597595, 0.09023769199848175, 0.06255071610212326, -0.10906939208507538, -0.13421691954135895, -0.1035531535744667, 0.08329148590564728, 0.13028353452682495, 0.03261382132768631, -0.0844542533159256, 0.08126894384622574, -0.09635427594184875, 0.03440504148602486, 0.09080789238214493, -0.1322449892759323, -0.05661361292004585, 0.0321868397295475, 0.021792840212583542, 0.053583428263664246, -0.15209703147411346, -0.02390560880303383, -0.018851477652788162, 0.012729132547974586, 0.0026968063320964575, -0.017010366544127464, 0.04902998358011246, 0.05589555576443672, -0.12656846642494202, -0.05742396414279938, 0.15320080518722534, 0.010004636831581593, -0.00855287630110979, -0.20175687968730927, 0.026080815121531487, 0.08360979706048965, -0.03834456950426102, -0.013698416762053967, 0.015097241848707199, -0.0343235582113266, 0.050851739943027496, 0.024992024526000023, -0.04761011525988579, -0.0007611929904669523, -0.02958082966506481, 0.04934972897171974, 0.03274376690387726, -0.010435222648084164, 0.03838689625263214, 0.05320565402507782, 0.08533995598554611, -0.11397527158260345, -0.04240874573588371, -0.047602761536836624, -0.18667557835578918, -0.05218536779284477, 0.03524235263466835, 0.04530143737792969, 0.11639098078012466, 0.17409613728523254, -0.055341821163892746, 0.035866059362888336, -0.017336880788207054, -0.023164795711636543, 0.12246158719062805, 0.128728449344635, -0.08502678573131561, -0.14067555963993073, -0.07471175491809845, 0.0035455888137221336, -0.04022352397441864, -0.010647115297615528, 0.018160955980420113, 0.0754743218421936, 0.03709530085325241, 0.13513056933879852, 0.1428428739309311, 0.0115747582167387, -0.0968155488371849, -0.032203756272792816, 0.11607439815998077, -0.12672393023967743, 0.048971619457006454, 0.08296673744916916, -0.027929844334721565, 0.028318574652075768, -0.060681264847517014, 0.005885622464120388, -0.09222505986690521, 0.10335447639226913, -0.03967956453561783, -0.021740946918725967, -0.06582245230674744, -0.05328713729977608, 0.07311681658029556, 0.06030109152197838, -0.07079967111349106, 0.010302087292075157, -0.03351480886340141, -0.09821248054504395, -0.009241117164492607, -0.12077341973781586, -0.04859316349029541, -0.01610923372209072, -0.01476769708096981, 0.023626890033483505, 0.0014107254100963473, 0.003209394868463278, -0.04663734883069992, 0.04646382853388786, -0.05605592206120491, 0.03522453457117081, 0.1302623152732849, 0.028867803514003754, -0.0948905274271965, 0.05890362709760666, -0.12365055829286575, 0.10835540294647217, -0.13008706271648407, 0.02595747821033001, -0.140977680683136, -0.049408938735723495, 0.07088030874729156, -0.008790210820734501, -0.033330366015434265, 0.15380948781967163, -0.18027250468730927, -0.02355715073645115, 0.1828984171152115, -0.07360978424549103, -0.08851657807826996, 0.0722343921661377, -0.03001946397125721, 0.0003285280254203826, 0.066961370408535, 0.10300695896148682, -0.00917062908411026, 0.00875803455710411, -0.06384127587080002, -0.10956086218357086, 0.04713264852762222, 0.24287673830986023, 0.10207664966583252, -0.10873111337423325, 0.11781246215105057, 0.007393040228635073, -0.04665837064385414, -0.06628566980361938, -0.016618836671113968, -0.07420029491186142, 0.034621868282556534, -0.00019621054525487125, 0.01212920993566513, 0.009643207304179668, -0.08953819423913956, -0.032159820199012756, -0.0950954258441925, 0.036238666623830795, 0.03219759091734886, -0.009244654327630997, -0.02071222849190235, -0.10014878958463669, -0.0018619248876348138, 0.0008799866191111505, 0.03279862925410271, -0.16102010011672974, -0.1600453406572342, 0.05187351629137993, -0.07790210843086243, 0.06869693100452423, -0.028859537094831467, 0.0226605124771595, -0.06530613452196121, -0.028963161632418633, 0.006968808826059103, 0.042915474623441696, 0.030428458005189896, -0.0005762075306847692, -0.1949818879365921, -0.013789716176688671, -0.02104400470852852, 0.14804653823375702, -0.08202366530895233, -0.015257574617862701, 0.14281776547431946, 0.18377985060214996, 0.020335497334599495, -0.054006848484277725, 0.04729333519935608, 0.01124049536883831, 0.005817460361868143, -0.029522821307182312, 0.010682701133191586, -0.06025120988488197, -0.03884054720401764, 0.05014641582965851, -0.11769435554742813, -0.13388291001319885, 0.0542769618332386, 0.0694103017449379, -0.07681094110012054, -0.06800580769777298, -0.06221659108996391, -0.04469364136457443, -0.06531346589326859, -0.10658490657806396, 0.07481951266527176, 0.07762845605611801, -0.025665095075964928, -0.04161388427019119, -0.10964690148830414, -0.06943786144256592, 0.01284120324999094, -0.04663156718015671, 0.12814168632030487, 0.01294580940157175, -0.15178129076957703, 0.12755262851715088, 0.03865763172507286, 0.1225312203168869, 0.06935970485210419, -0.056611139327287674, -0.08993931114673615, -0.032339226454496384, 0.011955782771110535, 0.022412002086639404, 0.055816274136304855, -0.09744763374328613, 0.026819052174687386, 0.06954459100961685, -0.024960199370980263, -0.009915930218994617, -0.033272456377744675, 0.039061807096004486, -0.0010100346989929676, -0.017049726098775864, -0.00818792823702097, -0.0425090529024601, 0.06934062391519547, 0.11449373513460159, 0.04544713348150253, 0.10726045072078705, -0.04368773102760315, -0.07954967767000198, -0.10911782830953598, 0.09806434065103531, -0.11025507003068924, -0.2424846589565277, -0.05579160526394844, -0.057971518486738205, -0.011173437349498272, -0.058229830116033554, 0.007953345775604248, -0.03779257833957672, -0.1010342538356781, -0.03512221574783325, 0.08840201050043106, 0.10331246256828308, -0.12772201001644135, -0.0056078266352415085, -0.002779646310955286, 0.00020752627460751683, -0.10275260359048843, 0.02986844815313816, 0.06138193979859352, -0.06697657704353333, 0.0207731444388628, 0.02298252284526825, 0.12573933601379395, 0.1373390108346939, 0.08934523165225983, -0.02851228415966034, -0.03148382902145386, 0.2521587610244751, -0.18684586882591248, 0.13351400196552277, 0.019109036773443222, -0.07220901548862457, 0.06225172430276871, 0.2444387525320053, 0.03048304282128811, -0.04656469076871872, 0.032779090106487274, 0.0880020260810852, 0.018346376717090607, -0.246476948261261, -0.10002408921718597, -0.06155235320329666, -0.027996646240353584, 0.06774483621120453, 0.06364665925502777, -0.00322974706068635, -0.0007394296699203551, -0.125376358628273, -0.09966199100017548, 0.08069146424531937, 0.0803120955824852, 0.061220042407512665, 0.025417855009436607, 0.06094104051589966, -0.03838450834155083, -0.04929439723491669, 0.08427432179450989, 0.04117913916707039, 0.15469588339328766, 0.039321210235357285, 0.2517295777797699, 0.07627265900373459, 0.07062424719333649, -0.03271258994936943, 0.009737014770507812, -0.014610285870730877, 0.0726524144411087, 0.004411610774695873, -0.05961417034268379, 0.051803335547447205, 0.0499633252620697, 0.13775397837162018, -0.06845348328351974, 0.0779692679643631, -0.13453054428100586, 0.12817828357219696, 0.21487276256084442, 0.03407682478427887, -0.05815156176686287, -0.004022286273539066, 0.12388934195041656, -0.08090018481016159, -0.081942617893219, -0.009013990871608257, 0.045653264969587326, -0.1758757382631302, 0.10714436322450638, 0.013572792522609234, 0.12640048563480377, -0.07730893045663834, -0.04221636429429054, 0.03172367811203003, -0.015489742159843445, -0.014586346223950386, 0.11150774359703064, -0.1725359857082367, 0.0783160999417305, 0.007745872717350721, -0.0000936154174269177, -0.10102175176143646, 0.04901929199695587, -0.01992691494524479, -0.04762188717722893, 0.16257943212985992, 0.018003011122345924, -0.008941940031945705, -0.016184374690055847, -0.08759755641222, -0.009509257040917873, 0.07589724659919739, -0.16673532128334045, 0.1387968510389328, -0.028252938762307167, -0.03625321760773659, -0.07131953537464142, -0.029024578630924225, -0.04773714393377304, -0.19448867440223694, 0.07265470176935196, -0.06593958288431168, 0.08433625847101212, -0.05337740108370781, -0.020238341763615608, -0.08284959942102432, 0.1559033989906311, -0.1623305380344391, -0.10113693028688431, -0.12892061471939087, -0.007458507549017668, 0.18603262305259705, -0.03967709839344025, 0.01988953910768032, -0.0025592248421162367, 0.19120179116725922, 0.016571788117289543, -0.006914206314831972, 0.054229289293289185, -0.04773840308189392, -0.2226724475622177, -0.023545805364847183, 0.1816210150718689, 0.04903222620487213, 0.0754648745059967, 0.012987654656171799, 0.07170969992876053, 0.009081936441361904, -0.11833736300468445, 0.045309413224458694, 0.05043613165616989, 0.006829208694398403, 0.09345996379852295, -0.003907607868313789, -0.1670484095811844, -0.17655624449253082, -0.04921117424964905, 0.09542573988437653, 0.12417428195476532, -0.057483285665512085, 0.14343677461147308, 0.10877469927072525, -0.07232844829559326, -0.20642074942588806, -0.04257788509130478, 0.030353983864188194, -0.03257286921143532, 0.044511958956718445, -0.1336296945810318, 0.07615602761507034, 0.03935616835951805, -0.01480362843722105, -0.011817541904747486, -0.1983923465013504, -0.10773623734712601, 0.017814451828598976, 0.014701160602271557, -0.30673545598983765, -0.20509077608585358, -0.10436287522315979, -0.027938107028603554, -0.1480276733636856, 0.1307418942451477, 0.04384005442261696, -0.020030729472637177, -0.004061210434883833, 0.06986872106790543, 0.042165447026491165, -0.03288768604397774, 0.16818341612815857, 0.03465064615011215, -0.010417270474135876, -0.08497057855129242, -0.042303942143917084, 0.06459493190050125, 0.006490438710898161, 0.05505653843283653, 0.021383533254265785, -0.016293255612254143, -0.08329825848340988, -0.032389745116233826, -0.10421153157949448, -0.02283599227666855, -0.10605437308549881, -0.027793610468506813, -0.048627130687236786, 0.10464277118444443, 0.10860846936702728, -0.021637124940752983, 0.03936580941081047, -0.07659928500652313, 0.0648636445403099, 0.06789354979991913, 0.16341149806976318, 0.10308649390935898, -0.132766455411911, -0.00041162577690556645, 0.0015910865040495992, -0.036378487944602966, -0.07557190954685211, 0.09078875929117203, 0.12264208495616913, 0.03589174523949623, 0.16211459040641785, -0.035192862153053284, -0.14812035858631134, -0.050025686621665955, 0.06607908755540848, -0.05031784623861313, -0.2389737218618393, 0.034383293241262436, 0.08305252343416214, -0.17090873420238495, -0.09305506199598312, 0.03590377792716026, 0.07520978152751923, -0.07303941994905472, 0.04463924467563629, 0.12733691930770874, 0.04216894134879112, 0.10642698407173157, 0.023444436490535736, 0.0898989886045456, -0.1260395646095276, 0.07789207994937897, 0.15825428068637848, -0.06862733513116837, -0.010499305091798306, 0.1585167795419693, -0.03746003285050392, -0.02986087277531624, 0.03461011126637459, 0.03183728829026222, 0.055646467953920364, -0.030690155923366547, 0.03233177214860916, -0.16750602424144745, 0.028023332357406616, 0.1156342476606369, -0.010686026886105537, 0.030599825084209442, 0.06584516912698746, -0.034719981253147125, -0.03464343026280403, 0.17136310040950775, 0.04600220546126366, 0.00885466206818819, 0.009682542644441128, -0.03920511528849602, -0.022004583850502968, -0.0385998971760273, 0.0035016871988773346, -0.04344790801405907, -0.1231023296713829, 0.02071862667798996, -0.1306646168231964, 0.014979940839111805, -0.1154181957244873, -0.0065864017233252525, 0.008822580799460411, -0.06660124659538269, -0.006210035178810358, -0.01123447623103857, -0.075175441801548, -0.06404624134302139, -0.0016277305549010634, 0.1277313083410263, -0.19556307792663574, -0.020423302426934242, 0.12721078097820282, -0.09123022109270096, 0.1014707162976265, -0.004646882880479097, -0.04026114195585251, -0.002336799167096615, -0.11100839823484421, -0.023761499673128128, -0.03648006543517113, 0.05462701991200447, 0.05356550216674805, -0.19398967921733856, -0.028602471575140953, -0.009301514364778996, -0.07836468517780304, 0.04651246964931488, -0.08122465759515762, -0.08161518722772598, 0.06670945137739182, -0.04155626893043518, -0.08269225060939789, -0.018161846324801445, 0.010314743034541607, 0.0700988620519638, -0.01852528378367424, 0.11661852151155472, -0.0259554386138916, 0.09884291887283325, -0.12824496626853943, -0.029071476310491562, -0.0007419477915391326, 0.04184658080339432, 0.010704802349209785, 0.011698504909873009, 0.07213485240936279, -0.007535814773291349, 0.17955343425273895, -0.07625515013933182, 0.031753215938806534, 0.07591801881790161, 0.05043376609683037, -0.03588089719414711, 0.0523846261203289, -0.014505297876894474, 0.005346430465579033, -0.047957003116607666, 0.01401991955935955, -0.06360428780317307, -0.12185896188020706, -0.06334656476974487, 0.09242873638868332, 0.18090006709098816, 0.1973685771226883, -0.06906741857528687, 0.09212256222963333, -0.1027258038520813, 0.010752428323030472, 0.08982107043266296, -0.06240313872694969, -0.007322699762880802, -0.07614824920892715, 0.13576854765415192, 0.059382081031799316, -0.18663838505744934, 0.10626531392335892, -0.10239169746637344, -0.07140441238880157, -0.024096587672829628, -0.14755456149578094, -0.06718941777944565, 0.016162429004907608, 0.002492930507287383, -0.11690554022789001, 0.06759510189294815, 0.1174202486872673, -0.007523182779550552, -0.034103669226169586, 0.0871838852763176, -0.04435466602444649, -0.07635760307312012, 0.060162778943777084, 0.05905940383672714, 0.036683160811662674, 0.015614868141710758, 0.11136076599359512, -0.030322909355163574, 0.09488891810178757, 0.10495220124721527, 0.0934666320681572, -0.031232595443725586, -0.006444109138101339, -0.07964975386857986, -0.10100549459457397, 0.03219827264547348, -0.04455019161105156, -0.06532437354326248, 0.17927072942256927, 0.02686740830540657, 0.0682053416967392, -0.0007324361358769238, 0.20590080320835114, -0.04921187832951546, -0.1051805317401886, -0.1485532969236374, 0.0014637309359386563, -0.03476317971944809, -0.0027859124820679426, 0.06130475178360939, -0.1669226735830307, 0.00549112306907773, 0.1311028003692627, 0.07420173287391663, -0.017783675342798233, 0.018123097717761993, -0.0009570643305778503, 0.0370500311255455, 0.017846927046775818, 0.0019505835371091962, 0.027812331914901733, 0.20442233979701996, -0.062454838305711746, 0.07100094854831696, -0.026859279721975327, -0.04751353710889816, -0.025313757359981537, 0.10918022692203522, 0.01010234747081995, -0.02043713442981243, -0.09622650593519211, 0.16587191820144653, -0.11330556869506836, -0.23452092707157135, 0.031507283449172974, -0.11203820258378983, -0.1585351824760437, -0.03684574365615845, 0.015436097048223019, 0.014969715848565102, 0.023150041699409485, 0.09619887918233871, -0.04429775848984718, 0.17549912631511688, 0.07155966758728027, -0.011863107793033123, 0.010780981741845608, 0.1138947457075119, -0.10701216757297516, 0.21050867438316345, 0.018686695024371147, 0.0884837731719017, 0.0910002738237381, -0.05545539781451225, -0.11233294010162354, 0.006987913977354765, 0.11265130341053009, -0.08331998437643051, 0.03243379667401314, 0.1921290010213852, 0.035592906177043915, 0.11584669351577759, 0.1409933865070343, -0.03463481739163399, 0.05005160719156265, 0.03723250702023506, 0.0006024659378454089, -0.11880013346672058, 0.09439451992511749, -0.09225603193044662, 0.08531451970338821, 0.1346743255853653, -0.06726154685020447, 0.027360638603568077, -0.02812846377491951, 0.018352922052145004, -0.031112628057599068, 0.18777497112751007, -0.02054673805832863, -0.16164113581180573, 0.03530130907893181, -0.07375936955213547, 0.11380887776613235, -0.11131651699542999, -0.046407684683799744, 0.03168123587965965, 0.000618133635725826, -0.04919414222240448, 0.14575770497322083, 0.044085197150707245, 0.020392997190356255, -0.05098899453878403, -0.12721136212348938, 0.03732173889875412, 0.13953861594200134, -0.08458948880434036, 0.03580110892653465 ]
1b8962d197d195ee7e9700c2b9272fcfd964fb08
# Dataset Card for End-to-End NLG Challenge ## 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:** [homepage](http://www.macs.hw.ac.uk/InteractionLab/E2E/) - **Repository:** [repository](https://github.com/tuetschek/e2e-dataset/) - **Paper:** [paper](https://arxiv.org/abs/1706.09254) - **Leaderboard:** [leaderboard](http://www.macs.hw.ac.uk/InteractionLab/E2E/) ### Dataset Summary The E2E dataset is used for training end-to-end, data-driven natural language generation systems in the restaurant domain, which is ten times bigger than existing, frequently used datasets in this area. The E2E dataset poses new challenges: (1) its human reference texts show more lexical richness and syntactic variation, including discourse phenomena; (2) generating from this set requires content selection. As such, learning from this dataset promises more natural, varied and less template-like system utterances. E2E is released in the following paper where you can find more details and baseline results: https://arxiv.org/abs/1706.09254 ### Supported Tasks and Leaderboards - `text2text-generation-other-meaning-representation-to-text`: The dataset can be used to train a model to generate descriptions in the restaurant domain from meaning representations, which consists in taking as input some data about a restaurant and generate a sentence in natural language that presents the different aspects of the data about the restaurant.. Success on this task is typically measured by achieving a *high* [BLEU](https://huggingface.co/metrics/bleu), [NIST](https://huggingface.co/metrics/nist), [METEOR](https://huggingface.co/metrics/meteor), [Rouge-L](https://huggingface.co/metrics/rouge), [CIDEr](https://huggingface.co/metrics/cider). The TGen model (Dusek and Jurcıcek, 2016a) was used a baseline, had the following scores: | | BLEU | NIST | METEOR | ROUGE_L | CIDEr | | -------- | ------ | ------ | ------ | ------- | ------ | | BASELINE | 0.6593 | 8.6094 | 0.4483 | 0.6850 | 2.2338 | This task has an inactive leaderboard which can be found [here](http://www.macs.hw.ac.uk/InteractionLab/E2E/) and ranks models based on the metrics above. ### Languages The dataset is in english (en). ## Dataset Structure ### Data Instances Example of one instance: ``` {'human_reference': 'The Vaults pub near Café Adriatic has a 5 star rating. Prices start at £30.', 'meaning_representation': 'name[The Vaults], eatType[pub], priceRange[more than £30], customer rating[5 out of 5], near[Café Adriatic]'} ``` ### Data Fields - `human_reference`: string, the text is natural language that describes the different characteristics in the meaning representation - `meaning_representation`: list of slots and values to generate a description from Each MR consists of 3–8 attributes (slots), such as name, food or area, and their values. ### Data Splits The dataset is split into training, validation and testing sets (in a 76.5-8.5-15 ratio), keeping a similar distribution of MR and reference text lengths and ensuring that MRs in different sets are distinct. | | train | validation | test | | ----- |-------:|------------:|------:| | N. Instances | 42061 | 4672 | 4693 | ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data [More Information Needed] #### Initial Data Collection and Normalization The data was collected using the CrowdFlower platform and quality-controlled following Novikova et al. (2016). #### Who are the source language producers? [More Information Needed] ### Annotations Following Novikova et al. (2016), the E2E data was collected using pictures as stimuli, which was shown to elicit significantly more natural, more informative, and better phrased human references than textual MRs. #### 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{dusek.etal2020:csl, title = {Evaluating the {{State}}-of-the-{{Art}} of {{End}}-to-{{End Natural Language Generation}}: {{The E2E NLG Challenge}}}, author = {Du{\v{s}}ek, Ond\v{r}ej and Novikova, Jekaterina and Rieser, Verena}, year = {2020}, month = jan, volume = {59}, pages = {123--156}, doi = {10.1016/j.csl.2019.06.009}, archivePrefix = {arXiv}, eprint = {1901.11528}, eprinttype = {arxiv}, journal = {Computer Speech \& Language} ``` ### Contributions Thanks to [@lhoestq](https://github.com/lhoestq) for adding this dataset.
e2e_nlg
[ "task_categories:text2text-generation", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-sa-4.0", "meaning-representation-to-text", "arxiv:1706.09254", "arxiv:1901.11528", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text2text-generation"], "task_ids": [], "paperswithcode_id": "e2e", "pretty_name": "End-to-End NLG Challenge", "tags": ["meaning-representation-to-text"], "dataset_info": {"features": [{"name": "meaning_representation", "dtype": "string"}, {"name": "human_reference", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 9435824, "num_examples": 42061}, {"name": "validation", "num_bytes": 1171723, "num_examples": 4672}, {"name": "test", "num_bytes": 1320205, "num_examples": 4693}], "download_size": 11812316, "dataset_size": 11927752}}
2024-01-18T11:02:51+00:00
[ "1706.09254", "1901.11528" ]
[ "en" ]
TAGS #task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #meaning-representation-to-text #arxiv-1706.09254 #arxiv-1901.11528 #region-us
Dataset Card for End-to-End NLG Challenge ========================================= 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: homepage * Repository: repository * Paper: paper * Leaderboard: leaderboard ### Dataset Summary The E2E dataset is used for training end-to-end, data-driven natural language generation systems in the restaurant domain, which is ten times bigger than existing, frequently used datasets in this area. The E2E dataset poses new challenges: (1) its human reference texts show more lexical richness and syntactic variation, including discourse phenomena; (2) generating from this set requires content selection. As such, learning from this dataset promises more natural, varied and less template-like system utterances. E2E is released in the following paper where you can find more details and baseline results: URL ### Supported Tasks and Leaderboards * 'text2text-generation-other-meaning-representation-to-text': The dataset can be used to train a model to generate descriptions in the restaurant domain from meaning representations, which consists in taking as input some data about a restaurant and generate a sentence in natural language that presents the different aspects of the data about the restaurant.. Success on this task is typically measured by achieving a *high* BLEU, NIST, METEOR, Rouge-L, CIDEr. The TGen model (Dusek and Jurcıcek, 2016a) was used a baseline, had the following scores: This task has an inactive leaderboard which can be found here and ranks models based on the metrics above. ### Languages The dataset is in english (en). Dataset Structure ----------------- ### Data Instances Example of one instance: ### Data Fields * 'human\_reference': string, the text is natural language that describes the different characteristics in the meaning representation * 'meaning\_representation': list of slots and values to generate a description from Each MR consists of 3–8 attributes (slots), such as name, food or area, and their values. ### Data Splits The dataset is split into training, validation and testing sets (in a 76.5-8.5-15 ratio), keeping a similar distribution of MR and reference text lengths and ensuring that MRs in different sets are distinct. Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization The data was collected using the CrowdFlower platform and quality-controlled following Novikova et al. (2016). #### Who are the source language producers? ### Annotations Following Novikova et al. (2016), the E2E data was collected using pictures as stimuli, which was shown to elicit significantly more natural, more informative, and better phrased human references than textual MRs. #### 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 @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nThe E2E dataset is used for training end-to-end, data-driven natural language generation systems in the restaurant domain, which is ten times bigger than existing, frequently used datasets in this area.\nThe E2E dataset poses new challenges:\n(1) its human reference texts show more lexical richness and syntactic variation, including discourse phenomena;\n(2) generating from this set requires content selection. As such, learning from this dataset promises more natural, varied and less template-like system utterances.\n\n\nE2E is released in the following paper where you can find more details and baseline results:\nURL", "### Supported Tasks and Leaderboards\n\n\n* 'text2text-generation-other-meaning-representation-to-text': The dataset can be used to train a model to generate descriptions in the restaurant domain from meaning representations, which consists in taking as input some data about a restaurant and generate a sentence in natural language that presents the different aspects of the data about the restaurant.. Success on this task is typically measured by achieving a *high* BLEU, NIST, METEOR, Rouge-L, CIDEr. The TGen model (Dusek and Jurcıcek, 2016a) was used a baseline, had the following scores:\n\n\n\nThis task has an inactive leaderboard which can be found here and ranks models based on the metrics above.", "### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nExample of one instance:", "### Data Fields\n\n\n* 'human\\_reference': string, the text is natural language that describes the different characteristics in the meaning representation\n* 'meaning\\_representation': list of slots and values to generate a description from\n\n\nEach MR consists of 3–8 attributes (slots), such as name, food or area, and their values.", "### Data Splits\n\n\nThe dataset is split into training, validation and testing sets (in a 76.5-8.5-15 ratio), keeping a similar distribution of MR and reference text lengths and ensuring that MRs in different sets are distinct.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data was collected using the CrowdFlower platform and quality-controlled following Novikova et al. (2016).", "#### Who are the source language producers?", "### Annotations\n\n\nFollowing Novikova et al. (2016), the E2E data was collected using pictures as stimuli, which was shown to elicit significantly more natural, more informative, and better phrased human references than textual MRs.", "#### 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 @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #meaning-representation-to-text #arxiv-1706.09254 #arxiv-1901.11528 #region-us \n", "### Dataset Summary\n\n\nThe E2E dataset is used for training end-to-end, data-driven natural language generation systems in the restaurant domain, which is ten times bigger than existing, frequently used datasets in this area.\nThe E2E dataset poses new challenges:\n(1) its human reference texts show more lexical richness and syntactic variation, including discourse phenomena;\n(2) generating from this set requires content selection. As such, learning from this dataset promises more natural, varied and less template-like system utterances.\n\n\nE2E is released in the following paper where you can find more details and baseline results:\nURL", "### Supported Tasks and Leaderboards\n\n\n* 'text2text-generation-other-meaning-representation-to-text': The dataset can be used to train a model to generate descriptions in the restaurant domain from meaning representations, which consists in taking as input some data about a restaurant and generate a sentence in natural language that presents the different aspects of the data about the restaurant.. Success on this task is typically measured by achieving a *high* BLEU, NIST, METEOR, Rouge-L, CIDEr. The TGen model (Dusek and Jurcıcek, 2016a) was used a baseline, had the following scores:\n\n\n\nThis task has an inactive leaderboard which can be found here and ranks models based on the metrics above.", "### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nExample of one instance:", "### Data Fields\n\n\n* 'human\\_reference': string, the text is natural language that describes the different characteristics in the meaning representation\n* 'meaning\\_representation': list of slots and values to generate a description from\n\n\nEach MR consists of 3–8 attributes (slots), such as name, food or area, and their values.", "### Data Splits\n\n\nThe dataset is split into training, validation and testing sets (in a 76.5-8.5-15 ratio), keeping a similar distribution of MR and reference text lengths and ensuring that MRs in different sets are distinct.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data was collected using the CrowdFlower platform and quality-controlled following Novikova et al. (2016).", "#### Who are the source language producers?", "### Annotations\n\n\nFollowing Novikova et al. (2016), the E2E data was collected using pictures as stimuli, which was shown to elicit significantly more natural, more informative, and better phrased human references than textual MRs.", "#### 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 @lhoestq for adding this dataset." ]
[ 114, 143, 173, 20, 12, 80, 60, 7, 4, 36, 10, 54, 5, 9, 18, 7, 8, 14, 6, 6, 17 ]
[ "passage: TAGS\n#task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #meaning-representation-to-text #arxiv-1706.09254 #arxiv-1901.11528 #region-us \n### Dataset Summary\n\n\nThe E2E dataset is used for training end-to-end, data-driven natural language generation systems in the restaurant domain, which is ten times bigger than existing, frequently used datasets in this area.\nThe E2E dataset poses new challenges:\n(1) its human reference texts show more lexical richness and syntactic variation, including discourse phenomena;\n(2) generating from this set requires content selection. As such, learning from this dataset promises more natural, varied and less template-like system utterances.\n\n\nE2E is released in the following paper where you can find more details and baseline results:\nURL### Supported Tasks and Leaderboards\n\n\n* 'text2text-generation-other-meaning-representation-to-text': The dataset can be used to train a model to generate descriptions in the restaurant domain from meaning representations, which consists in taking as input some data about a restaurant and generate a sentence in natural language that presents the different aspects of the data about the restaurant.. Success on this task is typically measured by achieving a *high* BLEU, NIST, METEOR, Rouge-L, CIDEr. The TGen model (Dusek and Jurcıcek, 2016a) was used a baseline, had the following scores:\n\n\n\nThis task has an inactive leaderboard which can be found here and ranks models based on the metrics above.### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nExample of one instance:" ]
[ -0.05234454944729805, 0.21216340363025665, -0.004633172415196896, 0.033507853746414185, 0.01168962474912405, -0.005465073511004448, 0.003564265090972185, 0.09012918174266815, 0.0457342155277729, 0.07317276298999786, -0.019264234229922295, 0.01900986023247242, 0.04607928544282913, 0.1735469400882721, 0.07934222370386124, -0.18011488020420074, 0.03852486610412598, -0.03739102557301521, 0.03055885247886181, 0.09023258835077286, 0.08969234675168991, -0.06816685944795609, 0.0600375197827816, -0.010899660177528858, -0.028462538495659828, 0.0486612506210804, -0.03470739349722862, -0.05371744558215141, 0.12801247835159302, 0.05852640047669411, 0.09850054234266281, 0.002157573588192463, 0.07743658870458603, -0.21136896312236786, 0.011395568959414959, 0.0655287653207779, 0.030844710767269135, 0.004835168831050396, 0.022125640884041786, -0.02765221707522869, 0.0748351588845253, -0.07065676152706146, 0.04031878709793091, 0.06350685656070709, -0.08629392087459564, -0.0939936488866806, -0.07293351739645004, -0.01089535839855671, -0.07835239917039871, 0.0551593042910099, -0.04686376079916954, 0.005816829390823841, -0.07622063905000687, 0.010475486516952515, 0.041885022073984146, -0.13654948770999908, -0.035574737936258316, 0.04434392601251602, -0.028661182150244713, 0.043129682540893555, -0.007835275493562222, 0.0012710567098110914, 0.08698567748069763, 0.05512506142258644, -0.02309192344546318, 0.020182067528367043, -0.03280680626630783, -0.00516898138448596, -0.06797679513692856, -0.0852743610739708, 0.2284489870071411, -0.00021162198390811682, -0.10847499966621399, -0.1751578152179718, -0.046329934149980545, 0.17047247290611267, 0.040598537772893906, -0.0776381716132164, 0.02868512272834778, 0.05134613439440727, 0.01759854145348072, -0.08445201069116592, -0.11784034967422485, -0.038126926869153976, -0.06888832896947861, 0.09896299988031387, 0.06349025666713715, 0.003926522564142942, -0.01777522638440132, 0.08048796653747559, -0.029358066618442535, -0.03198681399226189, -0.08175461739301682, -0.053879715502262115, -0.11627771705389023, 0.022530345246195793, -0.013851177878677845, -0.10115566849708557, 0.018140457570552826, 0.11514989286661148, -0.02003341354429722, 0.0034781903959810734, -0.07575920969247818, -0.040315911173820496, 0.12860892713069916, 0.1287953108549118, -0.0036221579648554325, -0.07211998850107193, -0.0494510643184185, 0.00981852412223816, 0.005338483955711126, -0.028327038511633873, 0.014495118521153927, -0.05566507577896118, 0.004964576568454504, 0.027905140072107315, 0.05276254191994667, 0.010097188875079155, -0.06352778524160385, 0.003068002639338374, 0.11636591702699661, -0.09370402246713638, -0.01811707578599453, 0.02728019841015339, -0.10414616018533707, 0.05488297715783119, 0.004512288607656956, -0.013489597477018833, -0.0713944211602211, -0.059625860303640366, -0.05804041400551796, -0.09498116374015808, -0.045282699167728424, -0.04084229841828346, 0.06927555799484253, -0.03107905574142933, -0.058361366391181946, -0.07777973264455795, -0.18838511407375336, -0.021940892562270164, 0.027277832850813866, -0.04106832295656204, -0.07330649346113205, -0.09057307243347168, 0.05702483654022217, -0.024862635880708694, -0.031819358468055725, -0.039199087768793106, -0.01895265094935894, 0.04501773789525032, -0.026664748787879944, -0.029895488172769547, 0.07867266982793808, 0.005031712353229523, -0.08311892300844193, 0.014773398637771606, -0.12408379465341568, 0.12365420162677765, -0.0415266714990139, -0.0767291858792305, -0.115577332675457, 0.0074255503714084625, 0.007344665937125683, 0.07569114118814468, -0.0007568981382064521, 0.1534820944070816, -0.1710451990365982, -0.010924415662884712, 0.16030195355415344, -0.07373113930225372, -0.02613542042672634, 0.15347622334957123, -0.03588232398033142, 0.1575472205877304, 0.16052259504795074, 0.17387036979198456, 0.030349809676408768, -0.10098421573638916, -0.1144251674413681, 0.03500468283891678, 0.0305226631462574, 0.10655003786087036, 0.013299894519150257, -0.07170189172029495, 0.03350351005792618, 0.03101741522550583, 0.06055472791194916, -0.01941041834652424, 0.009558619931340218, -0.053647298365831375, -0.025118054822087288, -0.03064274601638317, 0.11860775947570801, -0.05614279583096504, 0.0076338304206728935, 0.010696345008909702, -0.11689811944961548, 0.00840310100466013, 0.09528695046901703, -0.08611829578876495, 0.035709213465452194, -0.07397875189781189, 0.0382535494863987, 0.015976648777723312, -0.0026796767488121986, -0.1522735059261322, -0.11287810653448105, 0.07596657425165176, -0.12817010283470154, 0.12644535303115845, 0.0418354831635952, 0.020699815824627876, 0.051971230655908585, 0.022436071187257767, -0.02693144790828228, -0.0634552538394928, -0.022120144218206406, -0.0338895209133625, -0.064386747777462, -0.00378889637067914, -0.06839887797832489, 0.09751556813716888, -0.17286299169063568, 0.01095819752663374, 0.01723562739789486, 0.10681190341711044, 0.0282780509442091, -0.0380222387611866, 0.008565998636186123, -0.018789317458868027, -0.023997794836759567, -0.008669214323163033, -0.04079879820346832, -0.0013378094881772995, -0.10518725216388702, 0.07686296850442886, -0.09514492750167847, -0.1352948248386383, 0.030467534437775612, 0.10468694567680359, -0.024364063516259193, -0.03185674175620079, -0.05895989388227463, -0.00013517153274733573, -0.09234673529863358, -0.07111722975969315, 0.18183842301368713, 0.05105721950531006, 0.06773512065410614, -0.09505930542945862, -0.02678700163960457, -0.010392081923782825, 0.031165393069386482, -0.06338393688201904, 0.028207894414663315, -0.032666608691215515, -0.002107933396473527, 0.026148784905672073, 0.01492091454565525, 0.14235790073871613, 0.1625722497701645, 0.016444113105535507, -0.05307807773351669, -0.04996233806014061, 0.06881865859031677, -0.06775713711977005, 0.07995719462633133, -0.05880849435925484, 0.05539761856198311, 0.011792236939072609, 0.0749865472316742, 0.050307855010032654, -0.11055523157119751, 0.03171845152974129, 0.04435389116406441, -0.08607341349124908, -0.03849179670214653, -0.023019032552838326, -0.01504568476229906, 0.06647644191980362, 0.02746494673192501, 0.0069794245064258575, -0.009095084853470325, -0.03334503620862961, -0.06501120328903198, 0.1544470638036728, -0.10692396759986877, -0.2124965339899063, -0.1202402412891388, -0.029422152787446976, -0.06641024351119995, 0.01879844442009926, 0.01008021179586649, -0.06994517147541046, -0.07752911001443863, -0.08277498930692673, 0.15019533038139343, -0.04632413759827614, -0.10289926081895828, -0.039961785078048706, 0.03242642059922218, -0.023875709623098373, -0.16316266357898712, 0.020876482129096985, 0.0032470370642840862, -0.08590085804462433, -0.055905021727085114, -0.07265203446149826, 0.1250358521938324, 0.07795238494873047, 0.07940854132175446, -0.04421156644821167, -0.06407596915960312, 0.16810490190982819, -0.10444939136505127, 0.07080022245645523, 0.13499219715595245, 0.06188877671957016, 0.05121024325489998, 0.11895236372947693, 0.020043039694428444, -0.07092050462961197, 0.043866489082574844, 0.06438273936510086, -0.00990275852382183, -0.25805529952049255, -0.04915108159184456, -0.034124329686164856, -0.0042972201481461525, 0.08277532458305359, 0.03592383489012718, 0.04451136291027069, -0.0005658525042235851, -0.07014693319797516, 0.11136694997549057, 0.10920499265193939, -0.0003298949741292745, 0.1299460381269455, -0.04255780205130577, 0.027676502242684364, -0.051706306636333466, -0.06427367031574249, 0.12154770642518997, 0.14754734933376312, 0.2348387986421585, -0.0252461526542902, 0.19958928227424622, 0.07702971249818802, 0.02253212407231331, -0.06147893890738487, 0.030536845326423645, 0.01483381912112236, 0.08277992159128189, -0.07186652719974518, -0.08768448233604431, -0.0377473346889019, 0.07984085381031036, 0.04873204231262207, -0.08135498315095901, 0.0029799689073115587, -0.04493920877575874, 0.03198729082942009, 0.12119512259960175, 0.02510523796081543, -0.06673748791217804, -0.04856205731630325, 0.0827980563044548, -0.016229772940278053, -0.07696651667356491, 0.07450539618730545, 0.14913219213485718, -0.10095349699258804, 0.05993185192346573, 0.027172686532139778, 0.06288342922925949, -0.06429044902324677, 0.007119154091924429, -0.12098170071840286, 0.07891444116830826, 0.016318663954734802, 0.1322784721851349, -0.1314900666475296, 0.14638817310333252, 0.0044017075560987, 0.10282298922538757, -0.12359465658664703, 0.054141175001859665, -0.0253010131418705, -0.0028501353226602077, 0.17913824319839478, 0.004681834019720554, -0.12263137847185135, -0.052586525678634644, -0.11117212474346161, 0.06248804181814194, 0.034430526196956635, -0.03210577368736267, 0.06465167552232742, -0.006271126680076122, 0.004808662924915552, 0.01510777696967125, -0.0030657886527478695, -0.2216493785381317, -0.2132001519203186, -0.04049962759017944, -0.04980284720659256, 0.008184578269720078, -0.06581389904022217, -0.03729928657412529, 0.07152266055345535, 0.09553677588701248, -0.10991289466619492, -0.04321199283003807, -0.1106654554605484, -0.02830626629292965, 0.11403653025627136, -0.06095260754227638, -0.03125099465250969, -0.009155543521046638, 0.16210569441318512, -0.10053176432847977, -0.06691915541887283, -0.0059519060887396336, 0.0022816064301878214, -0.09498102217912674, -0.03552711755037308, 0.010200144723057747, 0.14978669583797455, 0.07326847314834595, 0.025676677003502846, 0.010801557451486588, 0.0188268031924963, -0.0977853462100029, -0.06873054802417755, 0.1489514857530594, -0.013991019688546658, 0.14970523118972778, -0.06926967948675156, -0.1361144632101059, -0.07427643984556198, -0.02269521914422512, 0.05604925379157066, 0.21294701099395752, -0.01929560862481594, 0.19553901255130768, 0.19701263308525085, -0.14570076763629913, -0.1587480902671814, -0.06008505821228027, -0.015232131816446781, 0.042310915887355804, -0.05381586402654648, -0.27027562260627747, 0.06614603847265244, 0.06519830971956253, -0.010905821807682514, -0.08234087377786636, -0.35671037435531616, -0.1357358992099762, -0.030928634107112885, 0.06934714317321777, 0.03616519644856453, 0.011999593116343021, -0.017910679802298546, -0.043254077434539795, 0.022837109863758087, 0.13299143314361572, -0.09469416737556458, 0.05752469599246979, 0.01606867089867592, 0.10451534390449524, 0.04211319983005524, -0.005304032005369663, 0.09084922820329666, 0.022565573453903198, 0.07825665920972824, -0.006153568159788847, 0.08182913064956665, 0.11552312970161438, -0.0007700076675973833, 0.1404522955417633, 0.00402460154145956, 0.005677677225321531, -0.14473891258239746, -0.08593545109033585, -0.08230800181627274, 0.030805407091975212, -0.10480385273694992, -0.07491112500429153, -0.07048682123422623, 0.09519810229539871, 0.10945478826761246, 0.0014846110716462135, 0.062032949179410934, -0.02483288198709488, 0.053032808005809784, -0.013526661321520805, 0.10447121411561966, 0.015913236886262894, -0.09585409611463547, -0.006273020524531603, -0.013226545415818691, 0.02060377225279808, -0.13168209791183472, 0.00502866692841053, 0.11742964386940002, 0.001658111927099526, 0.13366694748401642, 0.006153474561870098, -0.23097775876522064, -0.00802985392510891, 0.03126326948404312, -0.04942816123366356, -0.22389456629753113, 0.018287871032953262, -0.007367600221186876, -0.1109362319111824, -0.08290506899356842, 0.18122950196266174, -0.041388917714357376, -0.023525379598140717, -0.059408750385046005, 0.04644050449132919, 0.017787817865610123, 0.09437297284603119, 0.05419233441352844, -0.009099776856601238, -0.01661425270140171, 0.09542147070169449, 0.14369860291481018, -0.06821136176586151, 0.048125240951776505, 0.02011328749358654, -0.03044125996530056, -0.024792034178972244, -0.0024691575672477484, 0.10986119508743286, -0.055428240448236465, -0.07515668869018555, -0.05962838605046272, -0.060423240065574646, 0.0678894966840744, 0.07887352257966995, 0.01460389606654644, 0.05790415406227112, -0.06989413499832153, -0.008731796406209469, 0.00015477511624339968, 0.07117900252342224, 0.022634359076619148, 0.007889867760241032, -0.04385818541049957, 0.08937465399503708, 0.019590668380260468, 0.0054410421289503574, -0.015185325406491756, -0.07863210141658783, -0.049419790506362915, 0.00292713544331491, -0.15693721175193787, 0.07560703903436661, -0.0504995621740818, 0.03674405813217163, -0.03320363909006119, 0.020029127597808838, -0.017595471814274788, 0.0016718953847885132, -0.046629201620817184, -0.005185611080378294, -0.014966484159231186, 0.10234677791595459, -0.22530806064605713, -0.006765174213796854, 0.028321346268057823, -0.09634998440742493, 0.06148683279752731, -0.05341629311442375, -0.047680098563432693, 0.06498018652200699, -0.11340383440256119, -0.005779403727501631, -0.03190229833126068, 0.11603465676307678, 0.007501713465899229, -0.060960303992033005, -0.009043307974934578, 0.024157019332051277, -0.006416155956685543, -0.011146697215735912, -0.028505992144346237, -0.06328044086694717, 0.004137272015213966, 0.06784036755561829, -0.05600673332810402, -0.07910307496786118, 0.08768904954195023, 0.03020726889371872, 0.011570373550057411, 0.05780324339866638, -0.013762686401605606, -0.0025415471754968166, -0.12221396714448929, -0.02456735447049141, 0.027203455567359924, -0.00022054683358874172, 0.011029411107301712, -0.06217047944664955, 0.019398078322410583, 0.04084290191531181, 0.16027973592281342, -0.04802633821964264, 0.08684968203306198, 0.016484105959534645, -0.05693304166197777, -0.07610806822776794, -0.016324257478117943, -0.01957988552749157, 0.0029547393787652254, 0.047303300350904465, 0.08064409345388412, -0.03842168673872948, -0.004329113755375147, 0.10106883943080902, 0.10773200541734695, 0.06450732797384262, 0.16032461822032928, 0.05095801129937172, 0.06293445825576782, -0.05872299522161484, -0.10041413456201553, 0.025092603638768196, -0.06659122556447983, 0.024247923865914345, -0.036509983241558075, 0.016462067142128944, 0.005616836715489626, -0.1550767719745636, 0.10918247699737549, -0.0446484200656414, -0.08654800802469254, -0.07015123963356018, -0.22609467804431915, -0.0326167494058609, 0.01876055635511875, 0.005503096152096987, -0.12795433402061462, 0.060746826231479645, -0.0011390694417059422, 0.021695904433727264, 0.009394627064466476, 0.026224464178085327, -0.038121432065963745, -0.04217764362692833, 0.011759467422962189, -0.003719474421814084, 0.06792519986629486, 0.04160584881901741, 0.0020412541925907135, 0.02404373697936535, 0.10094857215881348, 0.062463533133268356, 0.051628757268190384, 0.046258509159088135, 0.04557845741510391, -0.024509508162736893, 0.02155371941626072, -0.009744161739945412, -0.03974774479866028, 0.02627575770020485, 0.08704105764627457, 0.11823973059654236, -0.0646296814084053, 0.02757417783141136, 0.24938653409481049, 0.010434558615088463, -0.15513737499713898, -0.16025295853614807, 0.1868591606616974, 0.06394098699092865, 0.009992366656661034, 0.0614866279065609, -0.08390659838914871, -0.03552928939461708, 0.10527177155017853, 0.11000089347362518, -0.029994690790772438, -0.041116323322057724, -0.03354509547352791, -0.00033216015435755253, 0.021801555529236794, 0.11272899806499481, -0.0012440977152436972, 0.2943432331085205, -0.04149499908089638, 0.09210750460624695, 0.0051821377128362656, 0.00720144622027874, -0.07605971395969391, 0.1444876492023468, -0.07188589870929718, -0.001568751991726458, -0.07332518696784973, 0.10909458249807358, -0.04629715904593468, -0.1948600858449936, -0.04780959337949753, -0.07628229260444641, -0.10317543148994446, -0.027057606726884842, 0.06253715604543686, -0.02222384139895439, 0.08822660148143768, -0.0012278193607926369, -0.015125238336622715, 0.17987926304340363, 0.013039597310125828, -0.09855324774980545, 0.007352794520556927, 0.0642932802438736, -0.06878586113452911, 0.26458239555358887, 0.05312242731451988, 0.07171416282653809, 0.07359485328197479, -0.02517702244222164, -0.08130741119384766, 0.03337699547410011, 0.04526718705892563, 0.07703376561403275, -0.0019161838572472334, 0.0984099879860878, -0.03367995843291283, 0.13566966354846954, 0.07815094292163849, -0.0041900863870978355, 0.0898580551147461, 0.16785982251167297, -0.019978035241365433, -0.0967249795794487, 0.028484292328357697, -0.11255547404289246, 0.10752759873867035, 0.0896996334195137, 0.001017659087665379, 0.011968889273703098, -0.03268781304359436, 0.04100530222058296, -0.02522365003824234, 0.09073052555322647, -0.015368469059467316, -0.1272425651550293, -0.04699990153312683, -0.01676858961582184, 0.05129915103316307, -0.18464070558547974, -0.06481967866420746, 0.03976672887802124, -0.015371673740446568, -0.013732608407735825, 0.13531726598739624, 0.049276430159807205, 0.013380372896790504, -0.04665243625640869, -0.10126552730798721, -0.054731033742427826, 0.06936851143836975, -0.011093498207628727, -0.06889690458774567 ]
bccd5397cf8257ecdae03078fd7195604cf1add9
# Dataset Card for the Cleaned Version of the E2E 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:** [homepage](http://www.macs.hw.ac.uk/InteractionLab/E2E/) - **Repository:** [repository](https://github.com/tuetschek/e2e-dataset/) - **Paper:** [paper](https://arxiv.org/abs/1706.09254) - **Leaderboard:** [leaderboard](http://www.macs.hw.ac.uk/InteractionLab/E2E/) ### Dataset Summary An update release of E2E NLG Challenge data with cleaned MRs and scripts, accompanying the following paper: The E2E dataset is used for training end-to-end, data-driven natural language generation systems in the restaurant domain, which is ten times bigger than existing, frequently used datasets in this area. The E2E dataset poses new challenges: (1) its human reference texts show more lexical richness and syntactic variation, including discourse phenomena; (2) generating from this set requires content selection. As such, learning from this dataset promises more natural, varied and less template-like system utterances. E2E is released in the following paper where you can find more details and baseline results: https://arxiv.org/abs/1706.09254 ### Supported Tasks and Leaderboards - `text2text-generation-other-meaning-representtion-to-text`: The dataset can be used to train a model to generate descriptions in the restaurant domain from meaning representations, which consists in taking as input some data about a restaurant and generate a sentence in natural language that presents the different aspects of the data about the restaurant.. Success on this task is typically measured by achieving a *high* [BLEU](https://huggingface.co/metrics/bleu), [NIST](https://huggingface.co/metrics/nist), [METEOR](https://huggingface.co/metrics/meteor), [Rouge-L](https://huggingface.co/metrics/rouge), [CIDEr](https://huggingface.co/metrics/cider). This task has an inactive leaderboard which can be found [here](http://www.macs.hw.ac.uk/InteractionLab/E2E/) and ranks models based on the metrics above. ### Languages The dataset is in english (en). ## Dataset Structure ### Data Instances Example of one instance: ``` {'human_reference': 'The Vaults pub near Café Adriatic has a 5 star rating. Prices start at £30.', 'meaning_representation': 'name[The Vaults], eatType[pub], priceRange[more than £30], customer rating[5 out of 5], near[Café Adriatic]'} ``` ### Data Fields - `human_reference`: string, the text is natural language that describes the different characteristics in the meaning representation - `meaning_representation`: list of slots and values to generate a description from Each MR consists of 3–8 attributes (slots), such as name, food or area, and their values. ### Data Splits The dataset is split into training, validation and testing sets (in a 76.5-8.5-15 ratio), keeping a similar distribution of MR and reference text lengths and ensuring that MRs in different sets are distinct. | | train | validation | test | |--------------|------:|-----------:|-----:| | N. Instances | 33525 | 4299 | 4693 | ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data [More Information Needed] #### Initial Data Collection and Normalization The data was collected using the CrowdFlower platform and quality-controlled following Novikova et al. (2016). #### Who are the source language producers? [More Information Needed] ### Annotations Following Novikova et al. (2016), the E2E data was collected using pictures as stimuli, which was shown to elicit significantly more natural, more informative, and better phrased human references than textual MRs. #### 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{dusek.etal2020:csl, title = {Evaluating the {{State}}-of-the-{{Art}} of {{End}}-to-{{End Natural Language Generation}}: {{The E2E NLG Challenge}}}, author = {Du{\v{s}}ek, Ond\v{r}ej and Novikova, Jekaterina and Rieser, Verena}, year = {2020}, month = jan, volume = {59}, pages = {123--156}, doi = {10.1016/j.csl.2019.06.009}, archivePrefix = {arXiv}, eprint = {1901.11528}, eprinttype = {arxiv}, journal = {Computer Speech \& Language} ``` ### Contributions Thanks to [@yjernite](https://github.com/yjernite) for adding this dataset.
e2e_nlg_cleaned
[ "task_categories:text2text-generation", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-sa-4.0", "meaning-representation-to-text", "arxiv:1706.09254", "arxiv:1901.11528", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text2text-generation"], "task_ids": [], "pretty_name": "the Cleaned Version of the E2E Dataset", "tags": ["meaning-representation-to-text"], "dataset_info": {"features": [{"name": "meaning_representation", "dtype": "string"}, {"name": "human_reference", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 7474936, "num_examples": 33525}, {"name": "validation", "num_bytes": 1056527, "num_examples": 4299}, {"name": "test", "num_bytes": 1262597, "num_examples": 4693}], "download_size": 14597407, "dataset_size": 9794060}}
2024-01-18T11:02:52+00:00
[ "1706.09254", "1901.11528" ]
[ "en" ]
TAGS #task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #meaning-representation-to-text #arxiv-1706.09254 #arxiv-1901.11528 #region-us
Dataset Card for the Cleaned Version of the E2E 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: homepage * Repository: repository * Paper: paper * Leaderboard: leaderboard ### Dataset Summary An update release of E2E NLG Challenge data with cleaned MRs and scripts, accompanying the following paper: The E2E dataset is used for training end-to-end, data-driven natural language generation systems in the restaurant domain, which is ten times bigger than existing, frequently used datasets in this area. The E2E dataset poses new challenges: (1) its human reference texts show more lexical richness and syntactic variation, including discourse phenomena; (2) generating from this set requires content selection. As such, learning from this dataset promises more natural, varied and less template-like system utterances. E2E is released in the following paper where you can find more details and baseline results: URL ### Supported Tasks and Leaderboards * 'text2text-generation-other-meaning-representtion-to-text': The dataset can be used to train a model to generate descriptions in the restaurant domain from meaning representations, which consists in taking as input some data about a restaurant and generate a sentence in natural language that presents the different aspects of the data about the restaurant.. Success on this task is typically measured by achieving a *high* BLEU, NIST, METEOR, Rouge-L, CIDEr. This task has an inactive leaderboard which can be found here and ranks models based on the metrics above. ### Languages The dataset is in english (en). Dataset Structure ----------------- ### Data Instances Example of one instance: ### Data Fields * 'human\_reference': string, the text is natural language that describes the different characteristics in the meaning representation * 'meaning\_representation': list of slots and values to generate a description from Each MR consists of 3–8 attributes (slots), such as name, food or area, and their values. ### Data Splits The dataset is split into training, validation and testing sets (in a 76.5-8.5-15 ratio), keeping a similar distribution of MR and reference text lengths and ensuring that MRs in different sets are distinct. Dataset Creation ---------------- ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization The data was collected using the CrowdFlower platform and quality-controlled following Novikova et al. (2016). #### Who are the source language producers? ### Annotations Following Novikova et al. (2016), the E2E data was collected using pictures as stimuli, which was shown to elicit significantly more natural, more informative, and better phrased human references than textual MRs. #### 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 @yjernite for adding this dataset.
[ "### Dataset Summary\n\n\nAn update release of E2E NLG Challenge data with cleaned MRs and scripts, accompanying the following paper:\n\n\nThe E2E dataset is used for training end-to-end, data-driven natural language generation systems in the restaurant domain, which is ten times bigger than existing, frequently used datasets in this area.\nThe E2E dataset poses new challenges:\n(1) its human reference texts show more lexical richness and syntactic variation, including discourse phenomena;\n(2) generating from this set requires content selection. As such, learning from this dataset promises more natural, varied and less template-like system utterances.\n\n\nE2E is released in the following paper where you can find more details and baseline results:\nURL", "### Supported Tasks and Leaderboards\n\n\n* 'text2text-generation-other-meaning-representtion-to-text': The dataset can be used to train a model to generate descriptions in the restaurant domain from meaning representations, which consists in taking as input some data about a restaurant and generate a sentence in natural language that presents the different aspects of the data about the restaurant.. Success on this task is typically measured by achieving a *high* BLEU, NIST, METEOR, Rouge-L, CIDEr.\n\n\nThis task has an inactive leaderboard which can be found here and ranks models based on the metrics above.", "### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nExample of one instance:", "### Data Fields\n\n\n* 'human\\_reference': string, the text is natural language that describes the different characteristics in the meaning representation\n* 'meaning\\_representation': list of slots and values to generate a description from\n\n\nEach MR consists of 3–8 attributes (slots), such as name, food or area, and their values.", "### Data Splits\n\n\nThe dataset is split into training, validation and testing sets (in a 76.5-8.5-15 ratio), keeping a similar distribution of MR and reference text lengths and ensuring that MRs in different sets are distinct.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data was collected using the CrowdFlower platform and quality-controlled following Novikova et al. (2016).", "#### Who are the source language producers?", "### Annotations\n\n\nFollowing Novikova et al. (2016), the E2E data was collected using pictures as stimuli, which was shown to elicit significantly more natural, more informative, and better phrased human references than textual MRs.", "#### 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 @yjernite for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #meaning-representation-to-text #arxiv-1706.09254 #arxiv-1901.11528 #region-us \n", "### Dataset Summary\n\n\nAn update release of E2E NLG Challenge data with cleaned MRs and scripts, accompanying the following paper:\n\n\nThe E2E dataset is used for training end-to-end, data-driven natural language generation systems in the restaurant domain, which is ten times bigger than existing, frequently used datasets in this area.\nThe E2E dataset poses new challenges:\n(1) its human reference texts show more lexical richness and syntactic variation, including discourse phenomena;\n(2) generating from this set requires content selection. As such, learning from this dataset promises more natural, varied and less template-like system utterances.\n\n\nE2E is released in the following paper where you can find more details and baseline results:\nURL", "### Supported Tasks and Leaderboards\n\n\n* 'text2text-generation-other-meaning-representtion-to-text': The dataset can be used to train a model to generate descriptions in the restaurant domain from meaning representations, which consists in taking as input some data about a restaurant and generate a sentence in natural language that presents the different aspects of the data about the restaurant.. Success on this task is typically measured by achieving a *high* BLEU, NIST, METEOR, Rouge-L, CIDEr.\n\n\nThis task has an inactive leaderboard which can be found here and ranks models based on the metrics above.", "### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nExample of one instance:", "### Data Fields\n\n\n* 'human\\_reference': string, the text is natural language that describes the different characteristics in the meaning representation\n* 'meaning\\_representation': list of slots and values to generate a description from\n\n\nEach MR consists of 3–8 attributes (slots), such as name, food or area, and their values.", "### Data Splits\n\n\nThe dataset is split into training, validation and testing sets (in a 76.5-8.5-15 ratio), keeping a similar distribution of MR and reference text lengths and ensuring that MRs in different sets are distinct.\n\n\n\nDataset Creation\n----------------", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data was collected using the CrowdFlower platform and quality-controlled following Novikova et al. (2016).", "#### Who are the source language producers?", "### Annotations\n\n\nFollowing Novikova et al. (2016), the E2E data was collected using pictures as stimuli, which was shown to elicit significantly more natural, more informative, and better phrased human references than textual MRs.", "#### 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 @yjernite for adding this dataset." ]
[ 114, 170, 147, 20, 12, 80, 60, 7, 4, 36, 10, 54, 5, 9, 18, 7, 8, 14, 6, 6, 17 ]
[ "passage: TAGS\n#task_categories-text2text-generation #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #meaning-representation-to-text #arxiv-1706.09254 #arxiv-1901.11528 #region-us \n### Dataset Summary\n\n\nAn update release of E2E NLG Challenge data with cleaned MRs and scripts, accompanying the following paper:\n\n\nThe E2E dataset is used for training end-to-end, data-driven natural language generation systems in the restaurant domain, which is ten times bigger than existing, frequently used datasets in this area.\nThe E2E dataset poses new challenges:\n(1) its human reference texts show more lexical richness and syntactic variation, including discourse phenomena;\n(2) generating from this set requires content selection. As such, learning from this dataset promises more natural, varied and less template-like system utterances.\n\n\nE2E is released in the following paper where you can find more details and baseline results:\nURL### Supported Tasks and Leaderboards\n\n\n* 'text2text-generation-other-meaning-representtion-to-text': The dataset can be used to train a model to generate descriptions in the restaurant domain from meaning representations, which consists in taking as input some data about a restaurant and generate a sentence in natural language that presents the different aspects of the data about the restaurant.. Success on this task is typically measured by achieving a *high* BLEU, NIST, METEOR, Rouge-L, CIDEr.\n\n\nThis task has an inactive leaderboard which can be found here and ranks models based on the metrics above.### Languages\n\n\nThe dataset is in english (en).\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nExample of one instance:" ]
[ -0.04710223898291588, 0.12710610032081604, -0.004426990170031786, 0.025188840925693512, 0.01105741411447525, -0.01669934205710888, 0.03463602066040039, 0.08558643609285355, 0.07185477018356323, 0.11519994586706161, -0.02358086034655571, -0.03370136395096779, 0.04592028260231018, 0.11031647026538849, 0.03589024394750595, -0.2252497524023056, 0.04438840225338936, -0.03796398267149925, 0.01346273347735405, 0.0655447468161583, 0.0970240980386734, -0.05189848691225052, 0.03958892822265625, -0.025214696303009987, -0.02311481349170208, 0.05135996639728546, -0.03820430114865303, -0.022100232541561127, 0.14683714509010315, 0.10310160368680954, 0.08051171898841858, 0.03146698325872421, 0.04406849294900894, -0.19114641845226288, 0.037053775042295456, 0.06906859576702118, 0.04507457837462425, 0.0327865295112133, 0.018441157415509224, -0.004460666328668594, 0.15174339711666107, -0.012465688399970531, 0.03188493475317955, 0.04579932987689972, -0.0849345251917839, -0.05235418304800987, -0.12015191465616226, 0.012876481749117374, -0.01685830019414425, 0.06928104907274246, -0.03902139514684677, 0.06098335608839989, -0.11499612033367157, 0.017938898876309395, 0.1271105259656906, -0.10786431282758713, -0.0013691631611436605, -0.010798142291605473, 0.029606400057673454, 0.04455012455582619, -0.07858753204345703, -0.04340396076440811, 0.013064391911029816, 0.01998550072312355, -0.03716734051704407, -0.025181060656905174, -0.06767243891954422, -0.03934876620769501, -0.0779498964548111, -0.03046967275440693, 0.13867634534835815, 0.05290624871850014, -0.05219336971640587, -0.18086716532707214, -0.06387566775083542, 0.16219958662986755, 0.009480535052716732, -0.051114752888679504, 0.005557614378631115, 0.03375667706131935, 0.08455358445644379, -0.1007840558886528, -0.08126363903284073, -0.03962498530745506, -0.06878998130559921, 0.08479546010494232, 0.025561576709151268, 0.00858098454773426, -0.06788389384746552, 0.05285179987549782, -0.13006338477134705, -0.058174215257167816, -0.09071356803178787, -0.0279023889452219, -0.12172886729240417, -0.008123492822051048, 0.0035230303183197975, -0.12790149450302124, 0.028980519622564316, 0.14902712404727936, -0.0034412601962685585, 0.007769331336021423, -0.14170433580875397, 0.00643513398244977, 0.09717430174350739, 0.1049354150891304, -0.03555886819958687, -0.018083857372403145, 0.010942336171865463, 0.04324120655655861, 0.04133659228682518, -0.01636345311999321, -0.029366962611675262, -0.03367508202791214, -0.020354362204670906, 0.04525193199515343, 0.1016230434179306, 0.028527364134788513, -0.052713874727487564, 0.009660872630774975, 0.11881348490715027, -0.13628870248794556, 0.0015827725874260068, 0.02996947430074215, -0.07591959834098816, 0.053355202078819275, 0.03527558967471123, 0.010525074787437916, -0.07785019278526306, 0.011172695085406303, -0.0657469630241394, -0.05554204061627388, -0.037357233464717865, -0.07115228474140167, 0.07571909576654434, -0.009647163562476635, -0.06736404448747635, -0.019836582243442535, -0.15214167535305023, -0.034939590841531754, -0.005549520254135132, -0.04075584188103676, -0.05688885226845741, -0.05444907397031784, 0.040739916265010834, -0.039721451699733734, -0.021219339221715927, -0.0020695985294878483, -0.008018167689442635, 0.03755540773272514, -0.041013505309820175, 0.015155576169490814, -0.015190601348876953, 0.021112967282533646, -0.07114352285861969, 0.0399910993874073, -0.2227868139743805, 0.1287655383348465, -0.06940703839063644, -0.03993338719010353, -0.0791577473282814, 0.027906959876418114, -0.06729290634393692, 0.03821054846048355, 0.002029871102422476, 0.1514403074979782, -0.12262555956840515, -0.04306730255484581, 0.14261537790298462, -0.12374725937843323, -0.06493756175041199, 0.11765561997890472, -0.021467197686433792, 0.1406356245279312, 0.14339980483055115, 0.16269531846046448, 0.022171728312969208, -0.1378518044948578, -0.10907354205846786, 0.009774766862392426, 0.002969995839521289, 0.10334398597478867, 0.06431785225868225, -0.10843352973461151, 0.1476871222257614, -0.002643273212015629, 0.028927166014909744, 0.022939780727028847, 0.03582979738712311, -0.04035017639398575, -0.008237617090344429, 0.009176952764391899, 0.058287013322114944, -0.04510984569787979, -0.0032763408962637186, 0.043741751462221146, -0.11324392259120941, 0.050089236348867416, 0.08502747863531113, -0.07351838797330856, 0.09113334864377975, -0.08685468137264252, -0.004134668502956629, 0.08391927927732468, 0.0212531890720129, -0.18619027733802795, -0.09109438210725784, 0.04401358217000961, -0.012081878259778023, 0.1233518049120903, 0.03910756856203079, 0.01885197125375271, 0.024408377707004547, -0.027411727234721184, 0.02900024875998497, -0.07665417343378067, -0.0051033999770879745, -0.033245671540498734, -0.11728112399578094, -0.023387622088193893, -0.06585144251585007, 0.12032844871282578, -0.1461092084646225, -0.0015878004487603903, 0.10228823870420456, 0.12450745701789856, 0.07695280015468597, -0.04725676402449608, 0.0376465730369091, 0.01276632770895958, -0.023428846150636673, -0.02851136215031147, -0.043029263615608215, -0.004029411356896162, -0.11447559297084808, 0.060908522456884384, -0.0980997383594513, -0.13582342863082886, 0.041535500437021255, 0.16121168434619904, -0.016926957294344902, -0.030920255929231644, -0.06606514006853104, -0.032189976423978806, -0.10040727257728577, -0.08128194510936737, 0.13794612884521484, 0.08627256751060486, 0.058491773903369904, -0.10369062423706055, -0.012882460840046406, -0.04708096757531166, 0.019988061860203743, -0.03863746300339699, 0.046160370111465454, 0.09048613905906677, -0.006525273900479078, 0.04031537473201752, 0.006719290744513273, 0.08552026003599167, 0.12125463038682938, -0.026665616780519485, -0.0691947340965271, -0.021447263658046722, 0.07823123782873154, -0.020535564050078392, 0.07482244074344635, -0.06952644884586334, 0.05652313306927681, 0.01708039827644825, 0.05956371873617172, 0.06808105856180191, -0.0889098197221756, 0.04315052181482315, 0.01986999809741974, -0.06518375873565674, -0.01845923624932766, 0.009377962909638882, 0.00990165863186121, 0.07697618752717972, 0.05780693516135216, 0.026366746053099632, -0.028626682236790657, -0.04717911407351494, -0.09925518184900284, 0.1290789097547531, -0.12477633357048035, -0.1838066428899765, -0.11896948516368866, -0.032705117017030716, -0.04568800702691078, 0.013948539271950722, 0.0014824183890596032, -0.040168605744838715, -0.06263399124145508, -0.09727194160223007, 0.1837705671787262, 0.026748809963464737, -0.0826132521033287, 0.031945809721946716, 0.024113096296787262, -0.04607868194580078, -0.11840598285198212, 0.024391651153564453, -0.009455721825361252, -0.04415268823504448, -0.06655173003673553, -0.06495295464992523, 0.09469851106405258, 0.10579121857881546, 0.08860283344984055, -0.03543873503804207, -0.09779363125562668, 0.18099097907543182, -0.12409711629152298, 0.11566506326198578, 0.16639403998851776, 0.017298685386776924, 0.05842993035912514, 0.168554425239563, 0.00659570237621665, -0.05534348636865616, 0.04437899589538574, 0.05433470755815506, -0.025040511041879654, -0.22454196214675903, -0.03438210487365723, -0.0633275955915451, -0.01957954838871956, 0.04619196429848671, 0.04895644262433052, 0.03527605161070824, -0.024934567511081696, -0.09425877034664154, 0.0533912256360054, 0.10156850516796112, 0.005927585996687412, 0.1453780233860016, -0.028890298679471016, 0.011872852221131325, -0.08187535405158997, -0.007802254986017942, 0.12568263709545135, 0.11108476668596268, 0.23155659437179565, -0.000925782194826752, 0.2680574655532837, 0.07582713663578033, 0.010287194512784481, -0.01682913862168789, 0.034905482083559036, -0.025154665112495422, 0.03441229462623596, -0.02866273559629917, -0.10003464668989182, -0.015691764652729034, 0.08437378704547882, 0.04031817987561226, -0.08957915753126144, 0.023977095261216164, -0.029682544991374016, 0.003958144225180149, 0.11861567944288254, 0.008321665227413177, 0.008408336900174618, -0.043020330369472504, 0.0603693351149559, -0.051280830055475235, -0.03259465843439102, 0.038371726870536804, 0.14876122772693634, -0.11542298644781113, 0.03654024377465248, 0.009378721006214619, 0.1077452003955841, -0.05161786079406738, -0.010344266891479492, -0.1713387668132782, 0.08004947006702423, -0.017118189483880997, 0.09214136749505997, -0.11349199712276459, 0.16813558340072632, 0.011861615814268589, 0.0656978189945221, -0.10938367247581482, 0.057023126631975174, 0.014480403624475002, 0.05491001904010773, 0.13600040972232819, -0.009587110951542854, -0.11819704622030258, 0.008627492934465408, -0.084455206990242, 0.0474621020257473, 0.04620063304901123, -0.033096764236688614, 0.08750468492507935, -0.012447110377252102, 0.014597976580262184, 0.02598014660179615, -0.03319363668560982, -0.15361735224723816, -0.2252979576587677, 0.00413792347535491, -0.041248757392168045, 0.05311844125390053, -0.08006326109170914, -0.03709546476602554, 0.11305243521928787, 0.09440576285123825, -0.156261146068573, -0.05059885233640671, -0.1418997049331665, 0.012596311047673225, 0.09819056838750839, -0.09290909022092819, -0.040677644312381744, -0.018605049699544907, 0.16386832296848297, -0.118570476770401, -0.07726608216762543, 0.021373506635427475, 0.011966160498559475, -0.10207979381084442, -0.02648950181901455, 0.08125831186771393, 0.11229739338159561, 0.051734358072280884, -0.012368278577923775, 0.032031431794166565, 0.04133026674389839, -0.10158567130565643, -0.09316697716712952, 0.08467069268226624, -0.02649730071425438, 0.1222124770283699, -0.050017859786748886, -0.06585211306810379, -0.06732063740491867, -0.0393538624048233, 0.11514009535312653, 0.15854361653327942, -0.03356444090604782, 0.2044866532087326, 0.15767748653888702, -0.12002767622470856, -0.21058860421180725, -0.03856051713228226, 0.021802112460136414, 0.01954970881342888, -0.026013070717453957, -0.26568034291267395, 0.06474555283784866, 0.08477693051099777, -0.007177639286965132, -0.02554059773683548, -0.33806151151657104, -0.15168465673923492, -0.01980537734925747, 0.04844066873192787, -0.005780303850769997, -0.03196309506893158, -0.045122601091861725, -0.03463472053408623, -0.021127799525856972, 0.09802301973104477, -0.04229450598359108, 0.04545914754271507, 0.007255713455379009, 0.07984878122806549, 0.012936446815729141, 0.00833358708769083, 0.07911746203899384, 0.019379667937755585, 0.0505872517824173, -0.024968834593892097, 0.018728621304035187, 0.11538483947515488, -0.030176442116498947, 0.10638841986656189, -0.04984327033162117, -0.006697423290461302, -0.13904710114002228, -0.0795910432934761, -0.08569751679897308, 0.0394274927675724, -0.08662117272615433, -0.04888695850968361, -0.11441390216350555, 0.0665697529911995, 0.048163045197725296, -0.0024143026676028967, 0.09569419175386429, -0.07972871512174606, 0.08833049982786179, 0.02112751640379429, 0.15200664103031158, -0.029355164617300034, -0.1281488686800003, 0.024449998512864113, 0.006031692959368229, 0.026453597471117973, -0.15153178572654724, 0.0013075617607682943, 0.09595178067684174, 0.033659376204013824, 0.15484395623207092, -0.004428564570844173, -0.210743248462677, 0.006653791759163141, 0.043143536895513535, -0.06250659376382828, -0.2778770327568054, 0.010652619414031506, 0.03694530203938484, -0.14669622480869293, -0.08695682883262634, 0.146748885512352, -0.00825471431016922, -0.009894640184938908, -0.0018318765796720982, 0.06195720657706261, 0.01078184787184, 0.047865383327007294, 0.07326555252075195, 0.03485481068491936, -0.015074346214532852, 0.060559626668691635, 0.14721271395683289, -0.11020678281784058, 0.028337059542536736, 0.1687706857919693, -0.03816233575344086, -0.003562651574611664, -0.04689674824476242, 0.12675201892852783, 0.004686280619353056, -0.04403415322303772, -0.083150714635849, -0.07716983556747437, 0.05180726200342178, 0.20893476903438568, -0.01120856311172247, 0.06729385256767273, -0.057185858488082886, -0.01611616648733616, -0.01363244280219078, 0.05665354058146477, -0.060772690922021866, -0.007256085053086281, -0.024805501103401184, -0.016508694738149643, 0.01804812066257, 0.016797780990600586, -0.0033829212188720703, -0.08705685287714005, -0.0720282569527626, 0.002528280485421419, -0.1073772981762886, 0.04027903079986572, -0.07722020894289017, 0.0043740407563745975, -0.04350575432181358, -0.015375823713839054, 0.00046415961696766317, 0.008915013633668423, -0.04160058870911598, -0.013821396045386791, -0.05232635885477066, 0.08574512600898743, -0.22065386176109314, 0.0352092869579792, 0.07117574661970139, -0.08224119246006012, 0.1078018844127655, -0.04497223719954491, -0.04357112944126129, 0.048263344913721085, -0.06989192962646484, -0.0260713342577219, -0.03923504799604416, 0.08998507261276245, 0.0018616500310599804, -0.048763126134872437, -0.04021524637937546, 0.011692404747009277, 0.058269426226615906, -0.0015817603562027216, 0.0031830996740609407, -0.06560532748699188, 0.05134058743715286, 0.026052948087453842, -0.037841375917196274, -0.06882242113351822, 0.10446982830762863, 0.055440474301576614, 0.030379069969058037, 0.07196515053510666, -0.006014580372720957, 0.05441271886229515, -0.1449810266494751, -0.011513658799231052, 0.027081087231636047, 0.03395996242761612, 0.07242435961961746, -0.06385336071252823, 0.024665001779794693, 0.05136234685778618, 0.10348310321569443, -0.07494678348302841, -0.0075023965910077095, 0.07612481713294983, -0.04249713569879532, -0.05348500609397888, -0.0017330254195258021, 0.032981038093566895, 0.03577317297458649, 0.01628035679459572, 0.08856002241373062, -0.05498366430401802, -0.04154679924249649, 0.0646137148141861, 0.22873957455158234, 0.1270989030599594, 0.18329478800296783, 0.04099014401435852, 0.11615998297929764, -0.02720905840396881, -0.06910917907953262, 0.006021241657435894, -0.013380147516727448, -0.00025194190675392747, -0.06389392912387848, 0.08291386067867279, 0.06014399975538254, -0.11452396959066391, 0.11116726696491241, -0.0019113259622827172, -0.08659148216247559, -0.0647135078907013, -0.15905258059501648, -0.030247246846556664, -0.0454535074532032, -0.0008348494884558022, -0.14147524535655975, 0.054003797471523285, 0.022311966866254807, 0.02132161520421505, 0.004524641204625368, 0.0713096633553505, -0.09838639944791794, -0.09777158498764038, 0.005163501016795635, -0.010327133350074291, 0.0471491664648056, 0.00030289796995930374, 0.015486041083931923, 0.05970393866300583, 0.09532087296247482, 0.06340796500444412, 0.09293406456708908, 0.01845141500234604, 0.02874905988574028, -0.06814514100551605, -0.007541631814092398, 0.02180987410247326, 0.03159194439649582, 0.03225047513842583, 0.15245555341243744, 0.05713652819395065, -0.06214256212115288, 0.006180016789585352, 0.22620122134685516, 0.0032260718289762735, -0.18674932420253754, -0.1449558287858963, 0.16105622053146362, -0.009685886092483997, -0.013752819038927555, -0.0003936023567803204, -0.11545919626951218, -0.04322657361626625, 0.17583417892456055, 0.05607570335268974, -0.03204958513379097, -0.012071609497070312, -0.03952022269368172, 0.024380655959248543, 0.014639575965702534, 0.09924529492855072, 0.02053985744714737, 0.2894751727581024, -0.01152983121573925, 0.016578709706664085, 0.009499144740402699, -0.0418894961476326, -0.09086500108242035, 0.10175222903490067, -0.06387824565172195, 0.0009775032522156835, -0.09573030471801758, 0.12118466198444366, -0.011149722151458263, -0.2812007665634155, -0.0457516647875309, -0.11756298691034317, -0.11267171800136566, -0.03298734128475189, 0.08489002287387848, -0.05715591460466385, 0.04973475635051727, 0.040779367089271545, -0.011352380737662315, 0.1332927793264389, 0.030320722609758377, -0.09135846793651581, -0.022854549810290337, 0.09103185683488846, -0.12681011855602264, 0.1479315161705017, 0.018608959391713142, 0.05852830782532692, 0.08782713115215302, -0.01199315581470728, -0.08845829218626022, 0.041872501373291016, 0.047988999634981155, 0.025047071278095245, -0.047393444925546646, 0.11414594948291779, -0.01467451173812151, 0.11958983540534973, 0.053408194333314896, -0.07908714562654495, 0.06152746453881264, 0.09093426167964935, -0.06687555462121964, -0.08936338126659393, 0.02930373139679432, -0.11943116784095764, 0.12568607926368713, 0.09209136664867401, -0.008413983508944511, 0.01734885759651661, -0.015510713681578636, -0.0026947923470288515, -0.020747411996126175, 0.05088954046368599, -0.06146260350942612, -0.15045827627182007, -0.04196001589298248, -0.0525028221309185, 0.01645592227578163, -0.20002855360507965, -0.0689244344830513, 0.014044811017811298, 0.016108255833387375, -0.014545493759214878, 0.14006730914115906, 0.053389303386211395, -0.007185735274106264, -0.013104796409606934, -0.19749417901039124, 0.00774781359359622, 0.07606228440999985, -0.04292190447449684, -0.03464023768901825 ]
c60b38a838ae5880f4a79a84827402ec2fd91d46
# Dataset Card for extension to the EventCorefBank ## 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/ECB.php - **Repository:** None - **Paper:** http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf - **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/ECB.php E.g. `dataset = load_dataset("ecb", lang1="en", lang2="fi")` ### 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.
ecb
[ "task_categories:translation", "annotations_creators:found", "language_creators:found", "multilinguality:multilingual", "size_categories:100K<n<1M", "source_datasets:original", "language:cs", "language:da", "language:de", "language:el", "language:en", "language:es", "language:et", "language:fi", "language:fr", "language:hu", "language:it", "language:lt", "language:lv", "language:mt", "language:nl", "language:pl", "language:pt", "language:sk", "language:sl", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "lt", "lv", "mt", "nl", "pl", "pt", "sk", "sl"], "license": ["unknown"], "multilinguality": ["multilingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "paperswithcode_id": "ecb", "pretty_name": "extension to the EventCorefBank", "dataset_info": [{"config_name": "de-fr", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["de", "fr"]}}}], "splits": [{"name": "train", "num_bytes": 39514115, "num_examples": 105116}], "download_size": 10326178, "dataset_size": 39514115}, {"config_name": "cs-en", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["cs", "en"]}}}], "splits": [{"name": "train", "num_bytes": 19524831, "num_examples": 63716}], "download_size": 5360485, "dataset_size": 19524831}, {"config_name": "el-it", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["el", "it"]}}}], "splits": [{"name": "train", "num_bytes": 47300471, "num_examples": 94712}], "download_size": 10394277, "dataset_size": 47300471}, {"config_name": "en-nl", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["en", "nl"]}}}], "splits": [{"name": "train", "num_bytes": 43118164, "num_examples": 126482}], "download_size": 11360895, "dataset_size": 43118164}, {"config_name": "fi-pl", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["fi", "pl"]}}}], "splits": [{"name": "train", "num_bytes": 12973283, "num_examples": 41686}], "download_size": 3521950, "dataset_size": 12973283}]}
2024-01-18T11:02:53+00:00
[]
[ "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "lt", "lv", "mt", "nl", "pl", "pt", "sk", "sl" ]
TAGS #task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-Czech #language-Danish #language-German #language-Modern Greek (1453-) #language-English #language-Spanish #language-Estonian #language-Finnish #language-French #language-Hungarian #language-Italian #language-Lithuanian #language-Latvian #language-Maltese #language-Dutch #language-Polish #language-Portuguese #language-Slovak #language-Slovenian #license-unknown #region-us
# Dataset Card for extension to the EventCorefBank ## 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("ecb", lang1="en", lang2="fi")' ### 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 extension to the EventCorefBank", "## 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(\"ecb\", lang1=\"en\", lang2=\"fi\")'", "### 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-100K<n<1M #source_datasets-original #language-Czech #language-Danish #language-German #language-Modern Greek (1453-) #language-English #language-Spanish #language-Estonian #language-Finnish #language-French #language-Hungarian #language-Italian #language-Lithuanian #language-Latvian #language-Maltese #language-Dutch #language-Polish #language-Portuguese #language-Slovak #language-Slovenian #license-unknown #region-us \n", "# Dataset Card for extension to the EventCorefBank", "## 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(\"ecb\", lang1=\"en\", lang2=\"fi\")'", "### 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." ]
[ 176, 12, 120, 28, 80, 10, 4, 6, 17, 5, 5, 5, 7, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 6, 20 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-Czech #language-Danish #language-German #language-Modern Greek (1453-) #language-English #language-Spanish #language-Estonian #language-Finnish #language-French #language-Hungarian #language-Italian #language-Lithuanian #language-Latvian #language-Maltese #language-Dutch #language-Polish #language-Portuguese #language-Slovak #language-Slovenian #license-unknown #region-us \n# Dataset Card for extension to the EventCorefBank## 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(\"ecb\", lang1=\"en\", lang2=\"fi\")'### 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" ]
[ -0.06628546118736267, 0.2303934246301651, -0.007754037622362375, 0.03582677245140076, 0.08982532471418381, 0.030841626226902008, 0.05635121464729309, 0.1179337278008461, 0.06883079558610916, 0.14226678013801575, -0.05824485793709755, 0.059301652014255524, 0.10801757872104645, 0.15323400497436523, 0.0022788839414715767, -0.1944933980703354, 0.059363000094890594, -0.12172462791204453, -0.01993928663432598, 0.07874029129743576, 0.14028696715831757, -0.05826815217733383, 0.0322163924574852, -0.06747301667928696, -0.02746584266424179, 0.030416280031204224, -0.08889845758676529, -0.0426330491900444, 0.0328507162630558, 0.02407449670135975, 0.03480292484164238, 0.011006146669387817, 0.055542681366205215, -0.2646031081676483, 0.009279719553887844, 0.027704238891601562, 0.015032321214675903, 0.007219616789370775, 0.10336622595787048, -0.08335235714912415, 0.011095660738646984, -0.2008100003004074, 0.06373526901006699, 0.04669186472892761, -0.08604696393013, -0.11650855839252472, -0.07824323326349258, 0.026593370363116264, 0.11556999385356903, 0.04035112261772156, -0.08324721455574036, 0.05889284983277321, -0.07265088707208633, 0.0404895544052124, 0.06628945469856262, -0.06544338166713715, -0.06086650863289833, 0.006130928639322519, 0.012899373658001423, 0.05321992561221123, -0.12411969155073166, 0.024955393746495247, -0.011169479228556156, 0.03850662335753441, -0.038749080151319504, -0.03177572041749954, -0.03899398818612099, 0.00833654124289751, -0.10061472654342651, -0.0020099577959626913, 0.14188146591186523, -0.013206012547016144, 0.0025915824808180332, -0.2023487687110901, 0.024469071999192238, 0.09070806950330734, -0.07601936161518097, 0.012605126015841961, -0.015690328553318977, -0.028220651671290398, 0.13234566152095795, -0.005755877587944269, -0.0465598963201046, 0.03171487897634506, 0.0142548568546772, 0.0939781665802002, 0.054767973721027374, -0.0345698781311512, 0.08788657188415527, 0.028979454189538956, 0.04703458026051521, -0.11686719954013824, -0.01099572516977787, -0.06232606992125511, -0.19045908749103546, -0.03055439330637455, 0.016431700438261032, -0.006146878935396671, 0.14508338272571564, 0.18133710324764252, -0.06161694601178169, 0.04913267865777016, -0.03320757672190666, -0.03521430492401123, 0.09365607798099518, 0.0877978578209877, -0.06504331529140472, -0.17537210881710052, -0.06568576395511627, -0.030647603794932365, -0.04810580983757973, -0.014460483565926552, -0.024018926545977592, 0.03297067806124687, 0.0016166941495612264, 0.12037274986505508, 0.129739910364151, 0.023468835279345512, -0.09720199555158615, -0.05941719189286232, 0.08493005484342575, -0.1608295887708664, 0.06848113983869553, 0.0691637471318245, -0.023668751120567322, 0.016450028866529465, -0.07167154550552368, -0.012437315657734871, -0.13668712973594666, 0.060078591108322144, 0.0022383190225809813, 0.006590718869119883, -0.06230460852384567, -0.06730175763368607, 0.09843147546052933, -0.06604637205600739, -0.04574769735336304, -0.007754944264888763, -0.06106045842170715, -0.0771813616156578, 0.03134198486804962, -0.12640610337257385, -0.040473874658346176, -0.05598194897174835, -0.03177527338266373, 0.053909409791231155, 0.000503865594509989, -0.011373686604201794, -0.07289239019155502, -0.01227658148854971, -0.10415303707122803, 0.011975998058915138, 0.08326132595539093, 0.03477425500750542, -0.08640457689762115, 0.0297982320189476, -0.1357795000076294, 0.14537547528743744, -0.20056471228599548, 0.028515487909317017, -0.1313697099685669, 0.006868594326078892, 0.11456061154603958, 0.010030826553702354, -0.00799561943858862, 0.16651448607444763, -0.23679807782173157, -0.03454669937491417, 0.12948571145534515, -0.09166468679904938, -0.047020405530929565, 0.10009858012199402, -0.017779242247343063, -0.008123096078634262, 0.05232599750161171, 0.151154026389122, 0.055376771837472916, -0.002840582514181733, -0.06802915781736374, -0.08396530896425247, 0.0564236156642437, 0.2055225670337677, 0.10282421857118607, -0.10233205556869507, 0.19087176024913788, 0.045967306941747665, -0.031678225845098495, -0.04668340086936951, 0.01267959550023079, -0.08157505840063095, 0.027264278382062912, -0.004014923702925444, 0.08621512353420258, 0.03504372015595436, -0.05125252902507782, -0.05721068009734154, -0.10260781645774841, 0.07651376724243164, 0.04079098999500275, -0.010788378305733204, 0.010291889309883118, -0.07027549296617508, 0.039343953132629395, 0.04806770384311676, 0.024790607392787933, -0.14980873465538025, -0.1764543205499649, 0.05041728541254997, -0.05052042752504349, 0.10399210453033447, -0.07278064638376236, 0.02857276424765587, -0.02271152473986149, -0.04178902134299278, 0.01063503511250019, 0.003156927414238453, 0.042067959904670715, 0.033238526433706284, -0.23689308762550354, 0.008314347825944424, -0.05483842268586159, 0.15556074678897858, -0.09573103487491608, -0.0087308119982481, 0.11738403141498566, 0.24887695908546448, 0.010732301510870457, -0.05101143568754196, 0.009771634824573994, 0.04312018305063248, 0.004934296011924744, -0.052394889295101166, -0.0002820842491928488, -0.0932743102312088, 0.012357567436993122, 0.07153108716011047, -0.03938169777393341, -0.07794902473688126, 0.07015981525182724, 0.05382965877652168, -0.08044858276844025, -0.03190280869603157, -0.03662877529859543, -0.03663300350308418, -0.021074827760457993, -0.09787225723266602, 0.07377345860004425, 0.07277550548315048, -0.01949821412563324, -0.04068548232316971, -0.07006628066301346, -0.058563631027936935, 0.000768376630730927, -0.0673612579703331, 0.14569194614887238, 0.018186090514063835, -0.12283099442720413, 0.1717340648174286, 0.024533212184906006, 0.10234381258487701, 0.15899254381656647, -0.08880405128002167, -0.09628651291131973, 0.004236412700265646, 0.01759200170636177, 0.012228203937411308, 0.09020211547613144, -0.1195240318775177, -0.0041166506707668304, 0.05850410833954811, -0.009509366936981678, 0.028862223029136658, 0.007657202892005444, 0.02449428103864193, -0.03565829247236252, -0.02513342909514904, 0.02995581366121769, -0.004749238025397062, 0.08417443931102753, 0.07379608601331711, 0.007918406277894974, 0.04030890390276909, -0.04544078931212425, -0.05776963010430336, -0.05770832300186157, 0.10441240668296814, -0.18931707739830017, -0.25075191259384155, -0.10109446942806244, -0.07172513008117676, -0.07316309958696365, -0.04896009340882301, 0.0052363998256623745, -0.0708717480301857, -0.12123405188322067, -0.03565593808889389, 0.12381671369075775, 0.11048118770122528, -0.131053164601326, -0.00683969259262085, 0.016514208167791367, -0.0015921744052320719, -0.1086588054895401, 0.03141653165221214, 0.05999414622783661, 0.0056312899105250835, -0.014872557483613491, 0.025438426062464714, 0.07644673436880112, 0.09076807647943497, 0.07841212302446365, -0.014277930371463299, -0.02103021927177906, 0.22582533955574036, -0.18666033446788788, 0.13002483546733856, 0.015157738700509071, -0.08812849968671799, 0.0381961390376091, 0.2514857053756714, 0.05218616500496864, -0.037959277629852295, -0.014658387750387192, 0.10733205080032349, 0.027241883799433708, -0.24877695739269257, -0.17405067384243011, -0.07962831109762192, -0.024924010038375854, 0.034054987132549286, 0.06471250206232071, -0.02348971553146839, -0.0017739894101396203, -0.09427841007709503, -0.10486607998609543, 0.1054624542593956, 0.06809407472610474, 0.11981112509965897, 0.02055457979440689, 0.031219834461808205, -0.027157539501786232, -0.029673073440790176, 0.08123341202735901, 0.057448916137218475, 0.18703961372375488, 0.024675926193594933, 0.222625732421875, 0.044867370277643204, 0.08160577714443207, -0.07933410257101059, 0.002426133258268237, 0.016474546864628792, 0.062434617429971695, 0.03136301413178444, -0.055974557995796204, 0.07673605531454086, 0.05231698974967003, 0.11403810977935791, -0.1268163025379181, 0.07255753129720688, -0.09568135440349579, 0.15051808953285217, 0.13811014592647552, 0.045714542269706726, -0.0736439973115921, 0.0037783647421747446, 0.10355578362941742, -0.06585484743118286, -0.1031179279088974, -0.03026774153113365, 0.020153800025582314, -0.15163519978523254, 0.1387801468372345, -0.012466410174965858, 0.10928421467542648, -0.02007678523659706, -0.05007963627576828, 0.0051450845785439014, 0.04977015033364296, -0.0014125015586614609, 0.09878156334161758, -0.150237575173378, 0.13073262572288513, 0.0027539210859686136, 0.02218783088028431, -0.09110567718744278, 0.09020090848207474, 0.0022506529930979013, 0.02916916273534298, 0.1692078411579132, 0.017333658412098885, -0.07654101401567459, -0.01959458366036415, -0.0970986858010292, -0.029346764087677002, 0.08623599261045456, -0.14659246802330017, 0.07035208493471146, 0.014517436735332012, -0.03379443287849426, -0.0776396095752716, -0.0563867911696434, -0.10146472603082657, -0.20560917258262634, 0.08965663611888885, -0.07966207712888718, 0.019360831007361412, -0.028985530138015747, -0.07558397203683853, -0.15094664692878723, 0.19755738973617554, -0.08892316371202469, -0.1056809052824974, -0.15199562907218933, -0.06121654808521271, 0.23161953687667847, -0.046593789011240005, 0.05903460830450058, 0.008067619986832142, 0.16524513065814972, -0.023140333592891693, -0.02629263699054718, 0.058692727237939835, -0.047580741345882416, -0.15403006970882416, -0.02382548153400421, 0.1791897565126419, 0.05095718055963516, 0.007397347595542669, 0.03270000219345093, 0.0805213451385498, 0.051454298198223114, -0.1013956144452095, 0.02949557639658451, 0.053581565618515015, 0.013569104485213757, 0.11285988986492157, -0.02537614479660988, -0.25209635496139526, -0.13816669583320618, -0.04412413388490677, 0.11934666335582733, 0.11193922162055969, -0.06988777220249176, 0.18242478370666504, 0.08175873011350632, -0.12020625174045563, -0.2216174453496933, 0.0025927156675606966, 0.059404294937849045, -0.009348835796117783, 0.02608581632375717, -0.16508957743644714, 0.07613082975149155, 0.028963660821318626, -0.003796515753492713, -0.005145111586898565, -0.14655590057373047, -0.13897229731082916, 0.048622630536556244, -0.030461056157946587, -0.3136453628540039, -0.12936116755008698, -0.0916452705860138, -0.03360775485634804, -0.14753340184688568, 0.1262189745903015, 0.033697087317705154, -0.00939655676484108, 0.03393854945898056, 0.03602130338549614, 0.04986322671175003, -0.021918777376413345, 0.18240049481391907, 0.0582195445895195, -0.03804706782102585, -0.0963078960776329, -0.03235829249024391, 0.08084797114133835, 0.029122931882739067, 0.0760568231344223, 0.001164409564808011, -0.050815168768167496, -0.11988873034715652, -0.027832265943288803, -0.0833606868982315, 0.07748881727457047, -0.10279931873083115, -0.025733787566423416, -0.028591083362698555, 0.11580001562833786, 0.07789065688848495, -0.028951384127140045, 0.0871388241648674, -0.06427807360887527, 0.010603005066514015, 0.09877019375562668, 0.13774380087852478, 0.05142141506075859, -0.08342809975147247, 0.02590288780629635, -0.0045936075039207935, -0.05090247839689255, -0.031308576464653015, 0.06387126445770264, 0.11907531321048737, -0.013969899155199528, 0.12908628582954407, -0.07401750981807709, -0.15950565040111542, -0.032478317618370056, 0.08953122794628143, -0.028752978891134262, -0.20652508735656738, 0.013465888798236847, -0.025733018293976784, -0.07086443901062012, -0.02660357765853405, 0.08455325663089752, 0.04477975144982338, -0.059814438223838806, 0.01679150015115738, 0.11486469209194183, 0.007845733314752579, 0.09880910813808441, 0.013697869144380093, 0.06602398306131363, -0.12779425084590912, 0.11524105072021484, 0.12164635956287384, -0.06101921573281288, 0.03047906421124935, 0.18806172907352448, -0.048513349145650864, -0.042442891746759415, 0.0738244578242302, 0.07094446569681168, 0.040909960865974426, -0.03675226867198944, 0.009939413517713547, -0.1443949043750763, 0.016470130532979965, 0.0806063711643219, 0.006499056238681078, -0.011964784935116768, 0.04040650278329849, -0.056058499962091446, 0.0023679069709032774, 0.1534890979528427, 0.12512795627117157, 0.0144742326810956, -0.028544601052999496, 0.00855301320552826, -0.02739943191409111, -0.05575514957308769, 0.00067191815469414, -0.011163129471242428, -0.0936577320098877, -0.00559904333204031, -0.12195046991109848, 0.0067787920124828815, -0.14165997505187988, 0.014905232936143875, -0.00045587978092953563, -0.08791953325271606, -0.0016297869151458144, -0.006361998151987791, -0.08786717802286148, -0.055740538984537125, -0.015841281041502953, 0.12920647859573364, -0.18513979017734528, -0.01848640665411949, 0.08344228565692902, -0.06628463417291641, 0.1010371670126915, 0.014659357257187366, -0.0387466736137867, 0.06707943230867386, -0.10674432665109634, -0.0032976625952869654, -0.025851737707853317, 0.06577596813440323, 0.07185274362564087, -0.1540810614824295, -0.012133391574025154, 0.008066241629421711, -0.03817294165492058, 0.04755215719342232, -0.04037167504429817, -0.07100188732147217, 0.06471989303827286, -0.019699133932590485, -0.12602685391902924, 0.03021000139415264, 0.06357797235250473, 0.10481064766645432, -0.0339338481426239, 0.11002217233181, -0.040821757167577744, 0.10244865715503693, -0.0678582489490509, -0.021022124215960503, 0.00509742833673954, -0.015486333519220352, 0.035284623503685, 0.0235214214771986, 0.07485195994377136, -0.005631917156279087, 0.17010802030563354, -0.02160145528614521, 0.04183385893702507, 0.06710083037614822, 0.04214358329772949, -0.07225783169269562, 0.12094404548406601, -0.029281452298164368, -0.02177819237112999, 0.00432720547541976, -0.05822625011205673, -0.07493042945861816, -0.07239943742752075, -0.06814306974411011, 0.04774901270866394, 0.19898298382759094, 0.17763373255729675, -0.03740450739860535, 0.12030737847089767, -0.10471116751432419, -0.04742167145013809, 0.11659125238656998, -0.0672450140118599, 0.028241250663995743, -0.11518479138612747, 0.12212591618299484, 0.021823860704898834, -0.21097521483898163, 0.12262621521949768, -0.08012629300355911, -0.09624721109867096, -0.009195060469210148, -0.15646274387836456, -0.07431865483522415, -0.014533407054841518, -0.0007176997605711222, -0.11850331723690033, 0.09466592222452164, 0.08123471587896347, 0.017125092446804047, -0.03863807022571564, 0.10766509175300598, -0.03952409699559212, -0.0753759890794754, 0.09524393826723099, 0.05860411748290062, 0.055626336485147476, 0.02922491542994976, 0.0443129800260067, -0.06937970966100693, 0.11621259152889252, 0.05402912199497223, 0.056191764771938324, -0.04382402449846268, -0.00957624614238739, -0.09309855848550797, -0.06373966485261917, 0.0441100150346756, -0.04484742507338524, -0.07358905673027039, 0.15597480535507202, 0.03874329477548599, 0.030602967366576195, -0.01634020172059536, 0.19027884304523468, -0.015340353362262249, -0.15101933479309082, -0.1913468986749649, -0.08707808703184128, -0.009657777845859528, 0.03837578743696213, 0.06205790489912033, -0.1485593318939209, -0.0093526067212224, 0.06477191299200058, 0.17630833387374878, 0.0170997753739357, 0.020821405574679375, 0.005206658970564604, 0.024725446477532387, -0.008762779645621777, 0.022961080074310303, -0.012588399462401867, 0.1534038931131363, -0.03337617591023445, 0.04634761065244675, -0.03089839220046997, -0.03539523482322693, -0.12135892361402512, 0.10705333948135376, 0.006034732796251774, -0.03298352658748627, -0.06506795436143875, 0.17814460396766663, -0.10347503423690796, -0.19214367866516113, -0.018639149144291878, -0.1706605702638626, -0.20055845379829407, -0.07908466458320618, 0.04594767093658447, 0.026492062956094742, 0.0027660364285111427, 0.10350371897220612, -0.05454724282026291, 0.15088030695915222, 0.0652441531419754, 0.019925473257899284, -0.03457147628068924, 0.10293346643447876, -0.15179941058158875, 0.21091362833976746, 0.014315813779830933, 0.07991822063922882, 0.09438668936491013, -0.01961984671652317, -0.10161355137825012, -0.03614766523241997, 0.11248873174190521, -0.02411462366580963, 0.06277389824390411, 0.15269145369529724, -0.017724372446537018, 0.11138174682855606, 0.10607646405696869, -0.006744343787431717, 0.05835219472646713, 0.044400110840797424, -0.01713378168642521, -0.04543095827102661, 0.14566940069198608, -0.14706330001354218, 0.07090522348880768, 0.15267425775527954, -0.02949526533484459, 0.012619839049875736, -0.04729650542140007, 0.029077043756842613, -0.045537643134593964, 0.14679889380931854, -0.04632515087723732, -0.1799430400133133, 0.02302754484117031, 0.000027221251002629288, 0.12746843695640564, -0.040044087916612625, -0.043564166873693466, 0.011065675877034664, 0.019648130983114243, -0.07379449158906937, 0.14194835722446442, 0.08504843711853027, -0.041645683348178864, -0.03201819956302643, -0.15258575975894928, 0.0528305359184742, 0.11561261117458344, -0.04918668791651726, 0.05208945274353027 ]
1351ba4211ed9bc44692e6a1e2f237c4e3775b41
# Dataset Card for the ECtHR cases 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:** http://archive.org/details/ECtHR-NAACL2021/ - **Repository:** http://archive.org/details/ECtHR-NAACL2021/ - **Paper:** https://arxiv.org/abs/2103.13084 - **Leaderboard:** TBA - **Point of Contact:** [Ilias Chalkidis](mailto:ihalk@aueb.gr) ### Dataset Summary The European Court of Human Rights (ECtHR) hears allegations regarding breaches in human rights provisions of the European Convention of Human Rights (ECHR) by European states. The Convention is available at https://www.echr.coe.int/Documents/Convention_ENG.pdf. The court rules on a subset of all ECHR articles, which are predefined (alleged) by the applicants (*plaintiffs*). Our dataset comprises 11k ECtHR cases and can be viewed as an enriched version of the ECtHR dataset of Chalkidis et al. (2019), which did not provide ground truth for alleged article violations (articles discussed) and rationales. The new dataset includes the following: **Facts:** Each judgment includes a list of paragraphs that represent the facts of the case, i.e., they describe the main events that are relevant to the case, in numbered paragraphs. We hereafter call these paragraphs *facts* for simplicity. Note that the facts are presented in chronological order. Not all facts have the same impact or hold crucial information with respect to alleged article violations and the court's assessment; i.e., facts may refer to information that is trivial or otherwise irrelevant to the legally crucial allegations against *defendant* states. **Allegedly violated articles:** Judges rule on specific accusations (allegations) made by the applicants (Harris, 2018). In ECtHR cases, the judges discuss and rule on the violation, or not, of specific articles of the Convention. The articles to be discussed (and ruled on) are put forward (as alleged article violations) by the applicants and are included in the dataset as ground truth; we identify 40 violable articles in total. The rest of the articles are procedural, i.e., the number of judges, criteria for office, election of judges, etc. In our experiments, however, the models are not aware of the allegations. They predict the Convention articles that will be discussed (the allegations) based on the case's facts, and they also produce rationales for their predictions. Models of this kind could be used by potential applicants to help them formulate future allegations (articles they could claim to have been violated), as already noted, but here we mainly use the task as a test-bed for rationale extraction. **Violated articles:** The court decides which allegedly violated articles have indeed been violated. These decisions are also included in our dataset and could be used for full legal judgment prediction experiments (Chalkidis et al., 2019). However, they are not used in the experiments of this work. **Silver allegation rationales:** Each decision of the ECtHR includes references to facts of the case (e.g., *"See paragraphs 2 and 4."*) and case law (e.g., *"See Draci vs. Russia (2010)"*.). We identified references to each case's facts and retrieved the corresponding paragraphs using regular expressions. These are included in the dataset as silver allegation rationales, on the grounds that the judges refer to these paragraphs when ruling on the allegations. **Gold allegation rationales:** A legal expert with experience in ECtHR cases annotated a subset of 50 test cases to identify the relevant facts (paragraphs) of the case that support the allegations (alleged article violations). In other words, each identified fact justifies (hints) one or more alleged violations. ### Supported Tasks and Leaderboards The dataset supports: **Alleged violation prediction** (`alleged-violation-prediction`): A multi-label text classification task where, given the facts of a ECtHR case, a model predicts which of the 40 violable ECHR articles were allegedly violated according to the applicant(s). Consult Chalkidis et al. (2021), for details. **Violation prediction** (`violation-prediction`): A multi-label text classification task where, given the facts of a ECtHR case, a model predicts which of the allegedly violated ECHR articles were violated, as decided (ruled) by the ECtHR court. Consult Chalkidis et al. (2019), for details. **Rationale extraction:** A model can also predict the facts of the case that most prominently support its decision with respect to a classification task. Silver rationales can be used for both classification tasks, while gold rationales are only focused on the *alleged violation prediction* task. ### Languages All documents are written in English. ## Dataset Structure ### Data Instances This example was too long and was cropped: ```json { "facts": [ "8. In 1991 Mr Dusan Slobodnik, a research worker in the field of literature, ...", "9. On 20 July 1992 the newspaper Telegraf published a poem by the applicant.", "10. The poem was later published in another newspaper.", "...", "39. The City Court further dismissed the claim in respect of non-pecuniary damage ... ", "40. The City Court ordered the plaintiff to pay SKK 56,780 to the applicant ...", "41. On 25 November 1998 the Supreme Court upheld the decision of the Bratislava City Court ..." ], "labels": ["14", "10", "9", "36"], "silver_rationales": [27], "gold_rationales": [] } ``` ### Data Fields `facts`: (**List[str]**) The paragraphs (facts) of the case.\ `labels`: (**List[str]**) The ECHR articles under discussion (*Allegedly violated articles*); or the allegedly violated ECHR articles that found to be violated by the court (judges).\ `silver_rationales`: (**List[int]**) Indices of the paragraphs (facts) that are present in the court's assessment.\ `gold_rationales`: (**List[int]**) Indices of the paragraphs (facts) that support alleged violations, according to a legal expert. ### Data Splits | Split | No of ECtHR cases | Silver rationales ratio | Avg. allegations / case | | ------------------- | ------------------------------------ | --- | --- | | Train | 9,000 | 24% | 1.8 | |Development | 1,000 | 30% | 1.7 | |Test | 1,000 | 31% | 1.7 | ## Dataset Creation ### Curation Rationale The dataset was curated by Chalkidis et al. (2021).\ The annotations for the gold rationales are available thanks to Dimitris Tsarapatsanis (Lecturer, York Law School). ### Source Data #### Initial Data Collection and Normalization The original data are available at HUDOC database (https://hudoc.echr.coe.int/eng) in an unprocessed format. The data were downloaded and all information was extracted from the HTML files and several JSON metadata files. #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process * The original documents are available in HTML format at HUDOC database (https://hudoc.echr.coe.int/eng), except the gold rationales. The metadata are provided by additional JSON files, produced by REST services. * The annotations for the gold rationales are available thanks to Dimitris Tsarapatsanis (Lecturer, York Law School). #### Who are the annotators? Dimitris Tsarapatsanis (Lecturer, York Law School). ### Personal and Sensitive Information Privacy statement / Protection of personal data from HUDOC (https://www.echr.coe.int/Pages/home.aspx?p=privacy) ``` The Court complies with the Council of Europe's policy on protection of personal data, in so far as this is consistent with exercising its functions under the European Convention on Human Rights. The Council of Europe is committed to respect for private life. Its policy on protection of personal data is founded on the Secretary General’s Regulation of 17 April 1989 outlining a data protection system for personal data files in the Council of Europe. Most pages of the Council of Europe site require no personal information except in certain cases to allow requests for on-line services to be met. In such cases, the information is processed in accordance with the Confidentiality policy described below. ``` ## Considerations for Using the Data ### Social Impact of Dataset The publication of this dataset complies with the ECtHR data policy (https://www.echr.coe.int/Pages/home.aspx?p=privacy). By no means do we aim to build a 'robot' lawyer or judge, and we acknowledge the possible harmful impact (Angwin et al., 2016, Dressel et al., 2018) of irresponsible deployment. Instead, we aim to support fair and explainable AI-assisted judicial decision making and empirical legal studies. For example, automated services can help applicants (plaintiffs) identify alleged violations that are supported by the facts of a case. They can help judges identify more quickly facts that support the alleged violations, contributing towards more informed judicial decision making (Zhong et al., 2020). They can also help legal experts identify previous cases related to particular allegations, helping analyze case law (Katz et al., 2012). Also, consider ongoing critical research on responsible AI (Elish et al., 2021) that aims to provide explainable and fair systems to support human experts. ### Discussion of Biases Consider the work of Chalkidis et al. (2019) for the identification of demographic bias by models. ### Other Known Limitations N/A ## Additional Information ### Dataset Curators Ilias Chalkidis and Dimitris Tsarapatsanis ### Licensing Information **CC BY-NC-SA (Creative Commons / Attribution-NonCommercial-ShareAlike)** Read more: https://creativecommons.org/licenses/by-nc-sa/4.0/. ### Citation Information *Ilias Chalkidis, Manos Fergadiotis, Dimitrios Tsarapatsanis, Nikolaos Aletras, Ion Androutsopoulos and Prodromos Malakasiotis. Paragraph-level Rationale Extraction through Regularization: A case study on European Court of Human Rights Cases.* *Proceedings of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL 2021). Mexico City, Mexico. 2021.* ``` @InProceedings{chalkidis-et-al-2021-ecthr, title = "Paragraph-level Rationale Extraction through Regularization: A case study on European Court of Human Rights Cases", author = "Chalkidis, Ilias and Fergadiotis, Manos and Tsarapatsanis, Dimitrios and Aletras, Nikolaos and Androutsopoulos, Ion and Malakasiotis, Prodromos", booktitle = "Proceedings of the Annual Conference of the North American Chapter of the Association for Computational Linguistics", year = "2021", address = "Mexico City, Mexico", publisher = "Association for Computational Linguistics" } ``` *Ilias Chalkidis, Ion Androutsopoulos and Nikolaos Aletras. Neural Legal Judgment Prediction in English.* *Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL 2019). Florence, Italy. 2019.* ``` @InProceedings{chalkidis-etal-2019-neural, title = "Neural Legal Judgment Prediction in {E}nglish", author = "Chalkidis, Ilias and Androutsopoulos, Ion and Aletras, Nikolaos", booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics", year = "2019", address = "Florence, Italy", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/P19-1424", doi = "10.18653/v1/P19-1424", pages = "4317--4323" } ``` ### Contributions Thanks to [@iliaschalkidis](https://github.com/iliaschalkidis) for adding this dataset.
ecthr_cases
[ "task_categories:text-classification", "task_ids:multi-label-classification", "annotations_creators:expert-generated", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-nc-sa-4.0", "rationale-extraction", "legal-judgment-prediction", "arxiv:2103.13084", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated", "found"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-nc-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-label-classification"], "paperswithcode_id": "ecthr", "pretty_name": "European Court of Human Rights Cases", "tags": ["rationale-extraction", "legal-judgment-prediction"], "dataset_info": [{"config_name": "alleged-violation-prediction", "features": [{"name": "facts", "sequence": "string"}, {"name": "labels", "sequence": "string"}, {"name": "silver_rationales", "sequence": "int32"}, {"name": "gold_rationales", "sequence": "int32"}], "splits": [{"name": "train", "num_bytes": 89835266, "num_examples": 9000}, {"name": "test", "num_bytes": 11917598, "num_examples": 1000}, {"name": "validation", "num_bytes": 11015998, "num_examples": 1000}], "download_size": 32815448, "dataset_size": 112768862}, {"config_name": "violation-prediction", "features": [{"name": "facts", "sequence": "string"}, {"name": "labels", "sequence": "string"}, {"name": "silver_rationales", "sequence": "int32"}], "splits": [{"name": "train", "num_bytes": 89776410, "num_examples": 9000}, {"name": "test", "num_bytes": 11909314, "num_examples": 1000}, {"name": "validation", "num_bytes": 11009350, "num_examples": 1000}], "download_size": 32815448, "dataset_size": 112695074}]}
2024-01-18T11:02:54+00:00
[ "2103.13084" ]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-multi-label-classification #annotations_creators-expert-generated #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-sa-4.0 #rationale-extraction #legal-judgment-prediction #arxiv-2103.13084 #region-us
Dataset Card for the ECtHR cases 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: URL * Leaderboard: TBA * Point of Contact: Ilias Chalkidis ### Dataset Summary The European Court of Human Rights (ECtHR) hears allegations regarding breaches in human rights provisions of the European Convention of Human Rights (ECHR) by European states. The Convention is available at URL The court rules on a subset of all ECHR articles, which are predefined (alleged) by the applicants (*plaintiffs*). Our dataset comprises 11k ECtHR cases and can be viewed as an enriched version of the ECtHR dataset of Chalkidis et al. (2019), which did not provide ground truth for alleged article violations (articles discussed) and rationales. The new dataset includes the following: Facts: Each judgment includes a list of paragraphs that represent the facts of the case, i.e., they describe the main events that are relevant to the case, in numbered paragraphs. We hereafter call these paragraphs *facts* for simplicity. Note that the facts are presented in chronological order. Not all facts have the same impact or hold crucial information with respect to alleged article violations and the court's assessment; i.e., facts may refer to information that is trivial or otherwise irrelevant to the legally crucial allegations against *defendant* states. Allegedly violated articles: Judges rule on specific accusations (allegations) made by the applicants (Harris, 2018). In ECtHR cases, the judges discuss and rule on the violation, or not, of specific articles of the Convention. The articles to be discussed (and ruled on) are put forward (as alleged article violations) by the applicants and are included in the dataset as ground truth; we identify 40 violable articles in total. The rest of the articles are procedural, i.e., the number of judges, criteria for office, election of judges, etc. In our experiments, however, the models are not aware of the allegations. They predict the Convention articles that will be discussed (the allegations) based on the case's facts, and they also produce rationales for their predictions. Models of this kind could be used by potential applicants to help them formulate future allegations (articles they could claim to have been violated), as already noted, but here we mainly use the task as a test-bed for rationale extraction. Violated articles: The court decides which allegedly violated articles have indeed been violated. These decisions are also included in our dataset and could be used for full legal judgment prediction experiments (Chalkidis et al., 2019). However, they are not used in the experiments of this work. Silver allegation rationales: Each decision of the ECtHR includes references to facts of the case (e.g., *"See paragraphs 2 and 4."*) and case law (e.g., *"See Draci vs. Russia (2010)"*.). We identified references to each case's facts and retrieved the corresponding paragraphs using regular expressions. These are included in the dataset as silver allegation rationales, on the grounds that the judges refer to these paragraphs when ruling on the allegations. Gold allegation rationales: A legal expert with experience in ECtHR cases annotated a subset of 50 test cases to identify the relevant facts (paragraphs) of the case that support the allegations (alleged article violations). In other words, each identified fact justifies (hints) one or more alleged violations. ### Supported Tasks and Leaderboards The dataset supports: Alleged violation prediction ('alleged-violation-prediction'): A multi-label text classification task where, given the facts of a ECtHR case, a model predicts which of the 40 violable ECHR articles were allegedly violated according to the applicant(s). Consult Chalkidis et al. (2021), for details. Violation prediction ('violation-prediction'): A multi-label text classification task where, given the facts of a ECtHR case, a model predicts which of the allegedly violated ECHR articles were violated, as decided (ruled) by the ECtHR court. Consult Chalkidis et al. (2019), for details. Rationale extraction: A model can also predict the facts of the case that most prominently support its decision with respect to a classification task. Silver rationales can be used for both classification tasks, while gold rationales are only focused on the *alleged violation prediction* task. ### Languages All documents are written in English. Dataset Structure ----------------- ### Data Instances This example was too long and was cropped: ### Data Fields 'facts': (List[str]) The paragraphs (facts) of the case. 'labels': (List[str]) The ECHR articles under discussion (*Allegedly violated articles*); or the allegedly violated ECHR articles that found to be violated by the court (judges). 'silver\_rationales': (List[int]) Indices of the paragraphs (facts) that are present in the court's assessment. 'gold\_rationales': (List[int]) Indices of the paragraphs (facts) that support alleged violations, according to a legal expert. ### Data Splits Dataset Creation ---------------- ### Curation Rationale The dataset was curated by Chalkidis et al. (2021). The annotations for the gold rationales are available thanks to Dimitris Tsarapatsanis (Lecturer, York Law School). ### Source Data #### Initial Data Collection and Normalization The original data are available at HUDOC database (URL in an unprocessed format. The data were downloaded and all information was extracted from the HTML files and several JSON metadata files. #### Who are the source language producers? ### Annotations #### Annotation process * The original documents are available in HTML format at HUDOC database (URL except the gold rationales. The metadata are provided by additional JSON files, produced by REST services. * The annotations for the gold rationales are available thanks to Dimitris Tsarapatsanis (Lecturer, York Law School). #### Who are the annotators? Dimitris Tsarapatsanis (Lecturer, York Law School). ### Personal and Sensitive Information Privacy statement / Protection of personal data from HUDOC (URL Considerations for Using the Data --------------------------------- ### Social Impact of Dataset The publication of this dataset complies with the ECtHR data policy (URL By no means do we aim to build a 'robot' lawyer or judge, and we acknowledge the possible harmful impact (Angwin et al., 2016, Dressel et al., 2018) of irresponsible deployment. Instead, we aim to support fair and explainable AI-assisted judicial decision making and empirical legal studies. For example, automated services can help applicants (plaintiffs) identify alleged violations that are supported by the facts of a case. They can help judges identify more quickly facts that support the alleged violations, contributing towards more informed judicial decision making (Zhong et al., 2020). They can also help legal experts identify previous cases related to particular allegations, helping analyze case law (Katz et al., 2012). Also, consider ongoing critical research on responsible AI (Elish et al., 2021) that aims to provide explainable and fair systems to support human experts. ### Discussion of Biases Consider the work of Chalkidis et al. (2019) for the identification of demographic bias by models. ### Other Known Limitations N/A Additional Information ---------------------- ### Dataset Curators Ilias Chalkidis and Dimitris Tsarapatsanis ### Licensing Information CC BY-NC-SA (Creative Commons / Attribution-NonCommercial-ShareAlike) Read more: URL *Ilias Chalkidis, Manos Fergadiotis, Dimitrios Tsarapatsanis, Nikolaos Aletras, Ion Androutsopoulos and Prodromos Malakasiotis. Paragraph-level Rationale Extraction through Regularization: A case study on European Court of Human Rights Cases.* *Proceedings of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL 2021). Mexico City, Mexico. 2021.* *Ilias Chalkidis, Ion Androutsopoulos and Nikolaos Aletras. Neural Legal Judgment Prediction in English.* *Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL 2019). Florence, Italy. 2019.* ### Contributions Thanks to @iliaschalkidis for adding this dataset.
[ "### Dataset Summary\n\n\nThe European Court of Human Rights (ECtHR) hears allegations regarding breaches in human rights provisions of the European Convention of Human Rights (ECHR) by European states. The Convention is available at URL\nThe court rules on a subset of all ECHR articles, which are predefined (alleged) by the applicants (*plaintiffs*).\n\n\nOur dataset comprises 11k ECtHR cases and can be viewed as an enriched version of the ECtHR dataset of Chalkidis et al. (2019), which did not provide ground truth for alleged article violations (articles discussed) and rationales. The new dataset includes the following:\n\n\nFacts: Each judgment includes a list of paragraphs that represent the facts of the case, i.e., they describe the main events that are relevant to the case, in numbered paragraphs. We hereafter call these paragraphs *facts* for simplicity. Note that the facts are presented in chronological order. Not all facts have the same impact or hold crucial information with respect to alleged article violations and the court's assessment; i.e., facts may refer to information that is trivial or otherwise irrelevant to the legally crucial allegations against *defendant* states.\n\n\nAllegedly violated articles: Judges rule on specific accusations (allegations) made by the applicants (Harris, 2018). In ECtHR cases, the judges discuss and rule on the violation, or not, of specific articles of the Convention. The articles to be discussed (and ruled on) are put forward (as alleged article violations) by the applicants and are included in the dataset as ground truth; we identify 40 violable articles in total. The rest of the articles are procedural, i.e., the number of judges, criteria for office, election of judges, etc. In our experiments, however, the models are not aware of the allegations. They predict the Convention articles that will be discussed (the allegations) based on the case's facts, and they also produce rationales for their predictions. Models of this kind could be used by potential applicants to help them formulate future allegations (articles they could claim to have been violated), as already noted, but here we mainly use the task as a test-bed for rationale extraction.\n\n\nViolated articles: The court decides which allegedly violated articles have indeed been violated. These decisions are also included in our dataset and could be used for full legal judgment prediction experiments (Chalkidis et al., 2019). However, they are not used in the experiments of this work.\n\n\nSilver allegation rationales: Each decision of the ECtHR includes references to facts of the case (e.g., *\"See paragraphs 2 and 4.\"*) and case law (e.g., *\"See Draci vs. Russia (2010)\"*.). We identified references to each case's facts and retrieved the corresponding paragraphs using regular expressions. These are included in the dataset as silver allegation rationales, on the grounds that the judges refer to these paragraphs when ruling on the allegations.\n\n\nGold allegation rationales: A legal expert with experience in ECtHR cases annotated a subset of 50 test cases to identify the relevant facts (paragraphs) of the case that support the allegations (alleged article violations). In other words, each identified fact justifies (hints) one or more alleged violations.", "### Supported Tasks and Leaderboards\n\n\nThe dataset supports:\n\n\nAlleged violation prediction ('alleged-violation-prediction'): A multi-label text classification task where, given the facts of a ECtHR case, a model predicts which of the 40 violable ECHR articles were allegedly violated according to the applicant(s). Consult Chalkidis et al. (2021), for details.\n\n\nViolation prediction ('violation-prediction'): A multi-label text classification task where, given the facts of a ECtHR case, a model predicts which of the allegedly violated ECHR articles were violated, as decided (ruled) by the ECtHR court. Consult Chalkidis et al. (2019), for details.\n\n\nRationale extraction: A model can also predict the facts of the case that most prominently support its decision with respect to a classification task. Silver rationales can be used for both classification tasks, while gold rationales are only focused on the *alleged violation prediction* task.", "### Languages\n\n\nAll documents are written in English.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThis example was too long and was cropped:", "### Data Fields\n\n\n'facts': (List[str]) The paragraphs (facts) of the case. \n\n'labels': (List[str]) The ECHR articles under discussion (*Allegedly violated articles*); or the allegedly violated ECHR articles that found to be violated by the court (judges). \n\n'silver\\_rationales': (List[int]) Indices of the paragraphs (facts) that are present in the court's assessment. \n\n'gold\\_rationales': (List[int]) Indices of the paragraphs (facts) that support alleged violations, according to a legal expert.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was curated by Chalkidis et al. (2021). \n\nThe annotations for the gold rationales are available thanks to Dimitris Tsarapatsanis (Lecturer, York Law School).", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe original data are available at HUDOC database (URL in an unprocessed format. The data were downloaded and all information was extracted from the HTML files and several JSON metadata files.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\n* The original documents are available in HTML format at HUDOC database (URL except the gold rationales. The metadata are provided by additional JSON files, produced by REST services.\n* The annotations for the gold rationales are available thanks to Dimitris Tsarapatsanis (Lecturer, York Law School).", "#### Who are the annotators?\n\n\nDimitris Tsarapatsanis (Lecturer, York Law School).", "### Personal and Sensitive Information\n\n\nPrivacy statement / Protection of personal data from HUDOC (URL\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThe publication of this dataset complies with the ECtHR data policy (URL\n\n\nBy no means do we aim to build a 'robot' lawyer or judge, and we acknowledge the possible harmful impact (Angwin et al., 2016, Dressel et al., 2018) of irresponsible deployment.\nInstead, we aim to support fair and explainable AI-assisted judicial decision making and empirical legal studies.\n\n\nFor example, automated services can help applicants (plaintiffs) identify alleged violations that are supported by the facts of a case. They can help judges identify more quickly facts that support the alleged violations, contributing towards more informed judicial decision making (Zhong et al., 2020). They can also help legal experts identify previous cases related to particular allegations, helping analyze case law (Katz et al., 2012).\n\n\nAlso, consider ongoing critical research on responsible AI (Elish et al., 2021) that aims to provide explainable and fair systems to support human experts.", "### Discussion of Biases\n\n\nConsider the work of Chalkidis et al. (2019) for the identification of demographic bias by models.", "### Other Known Limitations\n\n\nN/A\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nIlias Chalkidis and Dimitris Tsarapatsanis", "### Licensing Information\n\n\nCC BY-NC-SA (Creative Commons / Attribution-NonCommercial-ShareAlike)\n\n\nRead more: URL\n\n\n*Ilias Chalkidis, Manos Fergadiotis, Dimitrios Tsarapatsanis, Nikolaos Aletras, Ion Androutsopoulos and Prodromos Malakasiotis. Paragraph-level Rationale Extraction through Regularization: A case study on European Court of Human Rights Cases.*\n*Proceedings of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL 2021). Mexico City, Mexico. 2021.*\n\n\n*Ilias Chalkidis, Ion Androutsopoulos and Nikolaos Aletras. Neural Legal Judgment Prediction in English.*\n*Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL 2019). Florence, Italy. 2019.*", "### Contributions\n\n\nThanks to @iliaschalkidis for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-label-classification #annotations_creators-expert-generated #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-sa-4.0 #rationale-extraction #legal-judgment-prediction #arxiv-2103.13084 #region-us \n", "### Dataset Summary\n\n\nThe European Court of Human Rights (ECtHR) hears allegations regarding breaches in human rights provisions of the European Convention of Human Rights (ECHR) by European states. The Convention is available at URL\nThe court rules on a subset of all ECHR articles, which are predefined (alleged) by the applicants (*plaintiffs*).\n\n\nOur dataset comprises 11k ECtHR cases and can be viewed as an enriched version of the ECtHR dataset of Chalkidis et al. (2019), which did not provide ground truth for alleged article violations (articles discussed) and rationales. The new dataset includes the following:\n\n\nFacts: Each judgment includes a list of paragraphs that represent the facts of the case, i.e., they describe the main events that are relevant to the case, in numbered paragraphs. We hereafter call these paragraphs *facts* for simplicity. Note that the facts are presented in chronological order. Not all facts have the same impact or hold crucial information with respect to alleged article violations and the court's assessment; i.e., facts may refer to information that is trivial or otherwise irrelevant to the legally crucial allegations against *defendant* states.\n\n\nAllegedly violated articles: Judges rule on specific accusations (allegations) made by the applicants (Harris, 2018). In ECtHR cases, the judges discuss and rule on the violation, or not, of specific articles of the Convention. The articles to be discussed (and ruled on) are put forward (as alleged article violations) by the applicants and are included in the dataset as ground truth; we identify 40 violable articles in total. The rest of the articles are procedural, i.e., the number of judges, criteria for office, election of judges, etc. In our experiments, however, the models are not aware of the allegations. They predict the Convention articles that will be discussed (the allegations) based on the case's facts, and they also produce rationales for their predictions. Models of this kind could be used by potential applicants to help them formulate future allegations (articles they could claim to have been violated), as already noted, but here we mainly use the task as a test-bed for rationale extraction.\n\n\nViolated articles: The court decides which allegedly violated articles have indeed been violated. These decisions are also included in our dataset and could be used for full legal judgment prediction experiments (Chalkidis et al., 2019). However, they are not used in the experiments of this work.\n\n\nSilver allegation rationales: Each decision of the ECtHR includes references to facts of the case (e.g., *\"See paragraphs 2 and 4.\"*) and case law (e.g., *\"See Draci vs. Russia (2010)\"*.). We identified references to each case's facts and retrieved the corresponding paragraphs using regular expressions. These are included in the dataset as silver allegation rationales, on the grounds that the judges refer to these paragraphs when ruling on the allegations.\n\n\nGold allegation rationales: A legal expert with experience in ECtHR cases annotated a subset of 50 test cases to identify the relevant facts (paragraphs) of the case that support the allegations (alleged article violations). In other words, each identified fact justifies (hints) one or more alleged violations.", "### Supported Tasks and Leaderboards\n\n\nThe dataset supports:\n\n\nAlleged violation prediction ('alleged-violation-prediction'): A multi-label text classification task where, given the facts of a ECtHR case, a model predicts which of the 40 violable ECHR articles were allegedly violated according to the applicant(s). Consult Chalkidis et al. (2021), for details.\n\n\nViolation prediction ('violation-prediction'): A multi-label text classification task where, given the facts of a ECtHR case, a model predicts which of the allegedly violated ECHR articles were violated, as decided (ruled) by the ECtHR court. Consult Chalkidis et al. (2019), for details.\n\n\nRationale extraction: A model can also predict the facts of the case that most prominently support its decision with respect to a classification task. Silver rationales can be used for both classification tasks, while gold rationales are only focused on the *alleged violation prediction* task.", "### Languages\n\n\nAll documents are written in English.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThis example was too long and was cropped:", "### Data Fields\n\n\n'facts': (List[str]) The paragraphs (facts) of the case. \n\n'labels': (List[str]) The ECHR articles under discussion (*Allegedly violated articles*); or the allegedly violated ECHR articles that found to be violated by the court (judges). \n\n'silver\\_rationales': (List[int]) Indices of the paragraphs (facts) that are present in the court's assessment. \n\n'gold\\_rationales': (List[int]) Indices of the paragraphs (facts) that support alleged violations, according to a legal expert.", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was curated by Chalkidis et al. (2021). \n\nThe annotations for the gold rationales are available thanks to Dimitris Tsarapatsanis (Lecturer, York Law School).", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe original data are available at HUDOC database (URL in an unprocessed format. The data were downloaded and all information was extracted from the HTML files and several JSON metadata files.", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\n* The original documents are available in HTML format at HUDOC database (URL except the gold rationales. The metadata are provided by additional JSON files, produced by REST services.\n* The annotations for the gold rationales are available thanks to Dimitris Tsarapatsanis (Lecturer, York Law School).", "#### Who are the annotators?\n\n\nDimitris Tsarapatsanis (Lecturer, York Law School).", "### Personal and Sensitive Information\n\n\nPrivacy statement / Protection of personal data from HUDOC (URL\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThe publication of this dataset complies with the ECtHR data policy (URL\n\n\nBy no means do we aim to build a 'robot' lawyer or judge, and we acknowledge the possible harmful impact (Angwin et al., 2016, Dressel et al., 2018) of irresponsible deployment.\nInstead, we aim to support fair and explainable AI-assisted judicial decision making and empirical legal studies.\n\n\nFor example, automated services can help applicants (plaintiffs) identify alleged violations that are supported by the facts of a case. They can help judges identify more quickly facts that support the alleged violations, contributing towards more informed judicial decision making (Zhong et al., 2020). They can also help legal experts identify previous cases related to particular allegations, helping analyze case law (Katz et al., 2012).\n\n\nAlso, consider ongoing critical research on responsible AI (Elish et al., 2021) that aims to provide explainable and fair systems to support human experts.", "### Discussion of Biases\n\n\nConsider the work of Chalkidis et al. (2019) for the identification of demographic bias by models.", "### Other Known Limitations\n\n\nN/A\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nIlias Chalkidis and Dimitris Tsarapatsanis", "### Licensing Information\n\n\nCC BY-NC-SA (Creative Commons / Attribution-NonCommercial-ShareAlike)\n\n\nRead more: URL\n\n\n*Ilias Chalkidis, Manos Fergadiotis, Dimitrios Tsarapatsanis, Nikolaos Aletras, Ion Androutsopoulos and Prodromos Malakasiotis. Paragraph-level Rationale Extraction through Regularization: A case study on European Court of Human Rights Cases.*\n*Proceedings of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL 2021). Mexico City, Mexico. 2021.*\n\n\n*Ilias Chalkidis, Ion Androutsopoulos and Nikolaos Aletras. Neural Legal Judgment Prediction in English.*\n*Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL 2019). Florence, Italy. 2019.*", "### Contributions\n\n\nThanks to @iliaschalkidis for adding this dataset." ]
[ 130, 798, 240, 18, 16, 149, 11, 51, 4, 52, 10, 5, 73, 24, 31, 230, 33, 17, 18, 203, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-label-classification #annotations_creators-expert-generated #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-sa-4.0 #rationale-extraction #legal-judgment-prediction #arxiv-2103.13084 #region-us \n", "passage: ### Dataset Summary\n\n\nThe European Court of Human Rights (ECtHR) hears allegations regarding breaches in human rights provisions of the European Convention of Human Rights (ECHR) by European states. The Convention is available at URL\nThe court rules on a subset of all ECHR articles, which are predefined (alleged) by the applicants (*plaintiffs*).\n\n\nOur dataset comprises 11k ECtHR cases and can be viewed as an enriched version of the ECtHR dataset of Chalkidis et al. (2019), which did not provide ground truth for alleged article violations (articles discussed) and rationales. The new dataset includes the following:\n\n\nFacts: Each judgment includes a list of paragraphs that represent the facts of the case, i.e., they describe the main events that are relevant to the case, in numbered paragraphs. We hereafter call these paragraphs *facts* for simplicity. Note that the facts are presented in chronological order. Not all facts have the same impact or hold crucial information with respect to alleged article violations and the court's assessment; i.e., facts may refer to information that is trivial or otherwise irrelevant to the legally crucial allegations against *defendant* states.\n\n\nAllegedly violated articles: Judges rule on specific accusations (allegations) made by the applicants (Harris, 2018). In ECtHR cases, the judges discuss and rule on the violation, or not, of specific articles of the Convention. The articles to be discussed (and ruled on) are put forward (as alleged article violations) by the applicants and are included in the dataset as ground truth; we identify 40 violable articles in total. The rest of the articles are procedural, i.e., the number of judges, criteria for office, election of judges, etc. In our experiments, however, the models are not aware of the allegations. They predict the Convention articles that will be discussed (the allegations) based on the case's facts, and they also produce rationales for their predictions. Models of this kind could be used by potential applicants to help them formulate future allegations (articles they could claim to have been violated), as already noted, but here we mainly use the task as a test-bed for rationale extraction.\n\n\nViolated articles: The court decides which allegedly violated articles have indeed been violated. These decisions are also included in our dataset and could be used for full legal judgment prediction experiments (Chalkidis et al., 2019). However, they are not used in the experiments of this work.\n\n\nSilver allegation rationales: Each decision of the ECtHR includes references to facts of the case (e.g., *\"See paragraphs 2 and 4.\"*) and case law (e.g., *\"See Draci vs. Russia (2010)\"*.). We identified references to each case's facts and retrieved the corresponding paragraphs using regular expressions. These are included in the dataset as silver allegation rationales, on the grounds that the judges refer to these paragraphs when ruling on the allegations.\n\n\nGold allegation rationales: A legal expert with experience in ECtHR cases annotated a subset of 50 test cases to identify the relevant facts (paragraphs) of the case that support the allegations (alleged article violations). In other words, each identified fact justifies (hints) one or more alleged violations.### Supported Tasks and Leaderboards\n\n\nThe dataset supports:\n\n\nAlleged violation prediction ('alleged-violation-prediction'): A multi-label text classification task where, given the facts of a ECtHR case, a model predicts which of the 40 violable ECHR articles were allegedly violated according to the applicant(s). Consult Chalkidis et al. (2021), for details.\n\n\nViolation prediction ('violation-prediction'): A multi-label text classification task where, given the facts of a ECtHR case, a model predicts which of the allegedly violated ECHR articles were violated, as decided (ruled) by the ECtHR court. Consult Chalkidis et al. (2019), for details.\n\n\nRationale extraction: A model can also predict the facts of the case that most prominently support its decision with respect to a classification task. Silver rationales can be used for both classification tasks, while gold rationales are only focused on the *alleged violation prediction* task.### Languages\n\n\nAll documents are written in English.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nThis example was too long and was cropped:### Data Fields\n\n\n'facts': (List[str]) The paragraphs (facts) of the case. \n\n'labels': (List[str]) The ECHR articles under discussion (*Allegedly violated articles*); or the allegedly violated ECHR articles that found to be violated by the court (judges). \n\n'silver\\_rationales': (List[int]) Indices of the paragraphs (facts) that are present in the court's assessment. \n\n'gold\\_rationales': (List[int]) Indices of the paragraphs (facts) that support alleged violations, according to a legal expert.### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThe dataset was curated by Chalkidis et al. (2021). \n\nThe annotations for the gold rationales are available thanks to Dimitris Tsarapatsanis (Lecturer, York Law School).### Source Data", "passage: #### Initial Data Collection and Normalization\n\n\nThe original data are available at HUDOC database (URL in an unprocessed format. The data were downloaded and all information was extracted from the HTML files and several JSON metadata files.#### Who are the source language producers?### Annotations#### Annotation process\n\n\n* The original documents are available in HTML format at HUDOC database (URL except the gold rationales. The metadata are provided by additional JSON files, produced by REST services.\n* The annotations for the gold rationales are available thanks to Dimitris Tsarapatsanis (Lecturer, York Law School).#### Who are the annotators?\n\n\nDimitris Tsarapatsanis (Lecturer, York Law School).### Personal and Sensitive Information\n\n\nPrivacy statement / Protection of personal data from HUDOC (URL\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset\n\n\nThe publication of this dataset complies with the ECtHR data policy (URL\n\n\nBy no means do we aim to build a 'robot' lawyer or judge, and we acknowledge the possible harmful impact (Angwin et al., 2016, Dressel et al., 2018) of irresponsible deployment.\nInstead, we aim to support fair and explainable AI-assisted judicial decision making and empirical legal studies.\n\n\nFor example, automated services can help applicants (plaintiffs) identify alleged violations that are supported by the facts of a case. They can help judges identify more quickly facts that support the alleged violations, contributing towards more informed judicial decision making (Zhong et al., 2020). They can also help legal experts identify previous cases related to particular allegations, helping analyze case law (Katz et al., 2012).\n\n\nAlso, consider ongoing critical research on responsible AI (Elish et al., 2021) that aims to provide explainable and fair systems to support human experts.### Discussion of Biases\n\n\nConsider the work of Chalkidis et al. (2019) for the identification of demographic bias by models.### Other Known Limitations\n\n\nN/A\n\n\nAdditional Information\n----------------------### Dataset Curators\n\n\nIlias Chalkidis and Dimitris Tsarapatsanis" ]
[ -0.04572046920657158, 0.0556086003780365, -0.0061547779478132725, 0.04390078783035278, 0.03916497156023979, 0.012507417239248753, 0.07951240986585617, 0.03154648467898369, 0.045570891350507736, 0.03045654296875, 0.03809690102934837, -0.025074632838368416, 0.0361676849424839, -0.01945948787033558, -0.01164915319532156, -0.15077906847000122, 0.004938628990203142, -0.033368486911058426, 0.07793587446212769, 0.0665973648428917, 0.12327001243829727, -0.06675511598587036, 0.05800697207450867, -0.021250510588288307, -0.015288273803889751, 0.005667705554515123, -0.01742645725607872, -0.04928632453083992, 0.02557612955570221, 0.08477679640054703, 0.03457092493772507, 0.038810551166534424, 0.011485862545669079, -0.13144993782043457, -0.005654333159327507, 0.013634003698825836, 0.009605192579329014, -0.011114544235169888, 0.03141436353325844, 0.01894727721810341, 0.08527775853872299, -0.13275249302387238, -0.018655097112059593, 0.04405900835990906, -0.10581017285585403, -0.026692882180213928, -0.06212981045246124, -0.02123335935175419, 0.05200190469622612, 0.08818914741277695, -0.0329795740544796, 0.09882548451423645, 0.04447134956717491, 0.03580422326922417, 0.029698850587010384, -0.1347794383764267, -0.03599707782268524, 0.051335468888282776, 0.04727984964847565, 0.06489650160074234, 0.015763595700263977, 0.016870873048901558, 0.03878586366772652, 0.03023899532854557, -0.04569065198302269, -0.08789706975221634, -0.03203019127249718, -0.01773255504667759, -0.09491360187530518, -0.05882124975323677, 0.295364648103714, 0.026430631056427956, -0.1089087501168251, -0.056382883340120316, 0.052984386682510376, 0.08120798319578171, 0.00777885178104043, 0.030528591945767403, -0.012682580389082432, -0.03176179155707359, 0.10503166168928146, -0.04180555418133736, -0.11509853601455688, 0.04261551424860954, -0.07621503621339798, 0.21069581806659698, -0.0068100267089903355, 0.010849624872207642, 0.019273532554507256, 0.022858211770653725, 0.015066278167068958, -0.06956460326910019, 0.0007811037939973176, -0.02249136008322239, -0.051997411996126175, -0.02933800220489502, -0.016132213175296783, -0.052776459604501724, 0.02269275300204754, -0.030009284615516663, -0.01102026179432869, 0.026043696328997612, -0.08682561665773392, 0.08993973582983017, 0.0847618356347084, 0.07895616441965103, -0.018766751512885094, -0.026346681639552116, 0.016525274142622948, -0.0027424541767686605, 0.06321601569652557, -0.010038000531494617, -0.04698707163333893, -0.004813331179320812, -0.06094233691692352, 0.10185575485229492, 0.06994839757680893, 0.040959108620882034, -0.04573778435587883, 0.00794235896319151, 0.06274020671844482, -0.09299150109291077, -0.026019887998700142, -0.004936298821121454, -0.04380400851368904, -0.06709228456020355, -0.053633496165275574, 0.01139588188380003, -0.10522961616516113, 0.02742169238626957, -0.03268756344914436, -0.002159849973395467, -0.02867514081299305, -0.10868654400110245, 0.04700658842921257, 0.06360284984111786, -0.01725967600941658, -0.09524185210466385, -0.13380067050457, -0.09140864759683609, 0.010491810739040375, -0.06506168097257614, -0.020708154886960983, -0.0034903299529105425, -0.02393190562725067, -0.10286390781402588, -0.020065370947122574, -0.11527162790298462, -0.02853422611951828, 0.050018563866615295, -0.04941771924495697, 0.026443257927894592, -0.08118811249732971, -0.004094957839697599, -0.15543442964553833, 0.01897241733968258, -0.12850497663021088, 0.09385047107934952, -0.07279058545827866, -0.000120505690574646, -0.047337789088487625, -0.04202006757259369, 0.010996152646839619, 0.08318717032670975, -0.03201914206147194, 0.1506253331899643, -0.18633021414279938, -0.022756731137633324, -0.009409373626112938, -0.09349074959754944, -0.09583888202905655, 0.09031154960393906, -0.007024014368653297, 0.13548137247562408, 0.08837050199508667, 0.10918167233467102, -0.027363620698451996, 0.023236727342009544, -0.052872538566589355, -0.10634497553110123, 0.009248876944184303, 0.1240515410900116, 0.06115756928920746, -0.057820841670036316, -0.06113678216934204, 0.0035759650636464357, -0.057406678795814514, -0.05336533859372139, -0.0070085772313177586, -0.06530151516199112, 0.02814076840877533, 0.016772732138633728, -0.010869433172047138, 0.012230105698108673, -0.0307424645870924, -0.040404900908470154, -0.01868816651403904, -0.061743300408124924, 0.011797231622040272, -0.03754453361034393, 0.005139226093888283, -0.03436252847313881, 0.0007055519963614643, -0.019421208649873734, -0.004977257922291756, -0.13626793026924133, -0.09361064434051514, 0.062230419367551804, -0.07098769396543503, 0.14741522073745728, 0.06711544096469879, -0.014374472200870514, 0.013098136521875858, -0.055099453777074814, 0.027498863637447357, 0.006686844397336245, 0.028292005881667137, -0.03700082376599312, -0.14615881443023682, 0.055502284318208694, -0.01729855127632618, -0.03123079240322113, -0.10597547143697739, 0.008895156905055046, 0.06074437499046326, 0.06029136851429939, 0.053821664303541183, -0.024047166109085083, 0.0197449903935194, 0.0674842894077301, 0.0032798436004668474, 0.009806104935705662, 0.012681211344897747, -0.011822685599327087, -0.04643024131655693, 0.0898946225643158, -0.12178471684455872, -0.0801965668797493, 0.04892687499523163, -0.0362560860812664, -0.05633704736828804, -0.05423985794186592, -0.021624678745865822, 0.002384894760325551, -0.05151324346661568, -0.05925760790705681, 0.04762722924351692, -0.007243387401103973, 0.015068053267896175, -0.049096252769231796, -0.03367108106613159, 0.023834029212594032, -0.024063022807240486, -0.06572410464286804, 0.06575597077608109, 0.09656620770692825, -0.17570094764232635, 0.09738973528146744, 0.09636414051055908, -0.0417533814907074, 0.1103438138961792, -0.0034836207050830126, -0.062179893255233765, -0.014050808735191822, 0.009134627878665924, 0.0038370415568351746, 0.10841324925422668, -0.09101458638906479, 0.05733831226825714, 0.02175484038889408, 0.01807115040719509, 0.01712960936129093, -0.03959771618247032, 0.016403669491410255, -0.031358491629362106, -0.005502075422555208, -0.07179732620716095, -0.04778394475579262, 0.003699812339618802, 0.09399718791246414, -0.040562402456998825, -0.00003972152990172617, 0.04426048323512077, -0.06012850999832153, -0.11582577973604202, 0.1140693947672844, -0.10065687447786331, -0.20885597169399261, -0.11164334416389465, 0.05880254507064819, -0.06829693168401718, 0.012244167737662792, 0.02193903736770153, 0.017852308228611946, -0.06704931706190109, -0.09775159507989883, 0.06164945289492607, -0.033431943506002426, -0.07167712599039078, 0.020067742094397545, 0.04402201250195503, -0.03963947668671608, -0.055417150259017944, -0.014571252278983593, 0.0024480074644088745, 0.021714255213737488, 0.03896472230553627, -0.030174322426319122, 0.09682055562734604, 0.09779445081949234, -0.006816746201366186, -0.058405715972185135, -0.059380024671554565, 0.16593001782894135, -0.1115596815943718, 0.09022960066795349, 0.03700551763176918, -0.08034329116344452, 0.035327691584825516, 0.18692003190517426, 0.024545663967728615, -0.05211726948618889, 0.029519641771912575, 0.024133091792464256, -0.010656923055648804, -0.19642455875873566, -0.13163553178310394, -0.083244688808918, 0.08466112613677979, 0.036567721515893936, 0.0122712766751647, -0.03173666447401047, 0.005530138965696096, -0.04134463146328926, -0.016910122707486153, 0.10292905569076538, 0.07714375853538513, 0.23287333548069, -0.010965588502585888, 0.053873490542173386, -0.05831163004040718, -0.06720899790525436, 0.07189659029245377, 0.030417194589972496, 0.19072669744491577, 0.04711543396115303, 0.05694539472460747, 0.04788782820105553, -0.07881482690572739, 0.015627311542630196, 0.026607045903801918, 0.052961189299821854, 0.058491941541433334, -0.05165216326713562, -0.08636216074228287, 0.0044609853066504, 0.07416198402643204, 0.01785368099808693, -0.10516268014907837, 0.003302381606772542, -0.10064085572957993, 0.08188854157924652, 0.08074741065502167, 0.048937294632196426, -0.03511206433176994, -0.043028801679611206, 0.08879924565553665, -0.035842809826135635, -0.10898532718420029, 0.051878511905670166, 0.06615814566612244, -0.05174442008137703, 0.08428233861923218, 0.008686338551342487, 0.06023867800831795, -0.07398418337106705, 0.03292446583509445, -0.02459573559463024, -0.04937076196074486, -0.015235702507197857, 0.06368529051542282, -0.20321278274059296, 0.1885615438222885, 0.04417100176215172, 0.00034194192267023027, -0.11361753940582275, -0.005172125529497862, -0.03348308056592941, 0.06739778816699982, 0.1716625690460205, 0.029569843783974648, -0.1239531934261322, -0.043062638491392136, 0.00973628181964159, 0.05375091731548309, 0.07178611308336258, -0.02728346548974514, 0.06444839388132095, 0.029677174985408783, 0.035305414348840714, -0.023034049198031425, -0.07663392275571823, -0.11395426839590073, -0.17023217678070068, 0.0754823163151741, 0.007127309683710337, 0.009407244622707367, -0.0300766471773386, -0.04509216547012329, -0.009636827744543552, 0.13076476752758026, -0.10009434819221497, -0.07864712923765182, -0.046846091747283936, -0.0858338251709938, 0.14682243764400482, -0.005227791145443916, -0.00673370948061347, 0.010247863829135895, 0.08115417510271072, -0.05328710004687309, 0.007276245858520269, 0.07348258048295975, -0.09898722171783447, -0.1445649415254593, -0.058095235377550125, 0.07595755159854889, 0.06141422316431999, 0.05335366725921631, -0.012951324693858624, 0.07021979987621307, 0.02670826017856598, -0.08559506386518478, 0.023700514808297157, -0.016257507726550102, 0.022734323516488075, 0.12771396338939667, -0.05603969469666481, -0.13971810042858124, -0.10751048475503922, -0.10624834150075912, 0.05039619281888008, 0.19552427530288696, -0.023168882355093956, 0.06314611434936523, 0.2040262669324875, -0.08471406251192093, -0.21071457862854004, 0.04414902627468109, -0.052736520767211914, -0.0028368812054395676, 0.08263162523508072, -0.10755127668380737, -0.03513341024518013, 0.07014573365449905, -0.0014657694846391678, 0.04141118749976158, -0.07804195582866669, -0.07387014478445053, 0.056559037417173386, 0.007005478721112013, 0.037561628967523575, -0.09702953696250916, -0.05537042021751404, -0.05627170577645302, -0.05451140180230141, 0.0965740904211998, 0.06484644114971161, 0.03012748993933201, 0.025492414832115173, -0.04753737151622772, 0.017232628539204597, -0.007531801704317331, 0.14490947127342224, 0.053743913769721985, 0.04393337294459343, -0.01663149707019329, -0.06715921312570572, 0.06102876737713814, 0.024873903021216393, 0.07328703254461288, 0.04220576211810112, 0.014017141424119473, -0.06633361428976059, -0.038271214812994, -0.08784260600805283, 0.04799528047442436, -0.04184562340378761, -0.07710481435060501, -0.08163729310035706, 0.077071413397789, 0.008697162382304668, -0.02634560503065586, 0.08716096729040146, -0.06797897070646286, 0.005713524762541056, 0.12477224320173264, 0.16815133392810822, 0.05307036638259888, 0.014600680209696293, 0.03486795350909233, -0.04244162142276764, 0.056782182306051254, -0.020392462611198425, 0.016613541170954704, 0.11985328048467636, -0.04603147134184837, 0.10455905646085739, -0.009092257358133793, -0.0875529870390892, 0.009510333649814129, 0.048700183629989624, -0.058482881635427475, -0.12648959457874298, -0.0005905823200009763, 0.013728059828281403, -0.048571716994047165, -0.024439269676804543, 0.10579928755760193, -0.04945160076022148, 0.0009102722979150712, 0.010558673180639744, 0.06836793571710587, 0.03974132612347603, 0.0542881079018116, 0.019103573635220528, 0.021657854318618774, -0.04361635074019432, 0.12370885163545609, 0.09489122778177261, -0.14420059323310852, 0.027912385761737823, 0.06010320782661438, -0.06202230229973793, -0.03859006613492966, -0.13955117762088776, -0.046917397528886795, -0.08668317645788193, -0.0661267414689064, -0.0441143773496151, -0.12816505134105682, 0.0036365564446896315, 0.09076551347970963, 0.010917454957962036, 0.01674862764775753, 0.005962250288575888, -0.036611754447221756, -0.02554222010076046, 0.08271107077598572, 0.022151971235871315, -0.01542553398758173, -0.004338770639151335, 0.008362340740859509, 0.015955928713083267, 0.009025678969919682, -0.0015958683798089623, -0.00518042454496026, -0.08504581451416016, 0.0060317800380289555, -0.08094386756420135, 0.01512991264462471, -0.14505203068256378, -0.014202904887497425, 0.023879384621977806, -0.016843954101204872, -0.019800126552581787, -0.01045831199735403, -0.0415264330804348, 0.02446066588163376, -0.009358703158795834, 0.10793568938970566, -0.03984493389725685, -0.024329030886292458, 0.09271398186683655, -0.03935473784804344, 0.07771335542201996, -0.04096955060958862, -0.05628153309226036, 0.03255752846598625, -0.10897641628980637, 0.06627532094717026, 0.058958906680345535, 0.021205900236964226, -0.03280997276306152, -0.1539388746023178, -0.01432060170918703, 0.04413805902004242, 0.013447881676256657, 0.017515433952212334, -0.0009033928508870304, -0.04377557709813118, 0.06058758869767189, 0.03949669376015663, -0.05123062804341316, -0.033724214881658554, 0.014976155944168568, 0.031237704679369926, -0.0015980260213837028, 0.08078347146511078, -0.0268819872289896, 0.026188356801867485, -0.03198137879371643, 0.03584500774741173, -0.01400924101471901, -0.038336511701345444, -0.04527929797768593, -0.03294180706143379, 0.04514002799987793, -0.017521120607852936, 0.21547657251358032, -0.009440523572266102, -0.037833962589502335, 0.07350093126296997, -0.036230552941560745, -0.06674603372812271, 0.030880501493811607, -0.05305103957653046, -0.047153789550065994, -0.05610238388180733, -0.12120971828699112, -0.07207495719194412, -0.06364919990301132, -0.019443383440375328, 0.127607524394989, 0.060652583837509155, 0.13843077421188354, 0.042377278208732605, 0.04630598798394203, -0.059289585798978806, -0.000976820825599134, 0.027158237993717194, 0.10599488019943237, 0.03164545074105263, -0.0515877939760685, 0.06297097355127335, 0.11780781298875809, -0.08475551009178162, 0.08079227805137634, -0.08860848098993301, -0.06391637772321701, -0.04624973610043526, -0.14149610698223114, -0.007526407018303871, 0.01934688165783882, -0.025923406705260277, -0.07395288348197937, 0.08524012565612793, 0.04174792394042015, 0.015551240183413029, -0.0056223212741315365, 0.06689994782209396, -0.08381336182355881, -0.08694646507501602, 0.07312536239624023, -0.006902000401169062, 0.08445142954587936, 0.01699751429259777, 0.025627411901950836, -0.003781674662604928, 0.04162894934415817, 0.013217723928391933, 0.10156971216201782, 0.029165538027882576, -0.03697913512587547, -0.06940130144357681, -0.06321615725755692, -0.02537759579718113, 0.026633990928530693, 0.08701032400131226, 0.19764642417430878, 0.011196073144674301, -0.011452042497694492, 0.06194673106074333, 0.17274419963359833, -0.049343544989824295, -0.08442697674036026, -0.112405925989151, 0.12373360246419907, 0.020556988194584846, 0.013985213823616505, 0.027747565880417824, -0.11630671471357346, 0.06248857453465462, 0.10324770957231522, 0.1653275489807129, 0.02448446862399578, 0.005122712813317776, -0.007611596956849098, 0.01554950326681137, 0.02083151414990425, -0.014194267801940441, -0.048955436795949936, 0.2204662412405014, -0.05672789737582207, 0.07276266068220139, -0.05564339831471443, 0.025312190875411034, 0.015416950918734074, 0.11420819908380508, 0.02022109366953373, -0.04839237406849861, -0.06570769101381302, 0.12856143712997437, -0.05457451939582825, -0.22799138724803925, -0.014505361206829548, -0.06882862746715546, -0.04126109555363655, 0.03995800390839577, -0.029045412316918373, 0.032852739095687866, 0.04272794723510742, -0.003969395998865366, -0.047877077013254166, 0.03550686687231064, 0.03851001337170601, -0.03895646333694458, -0.005031019449234009, 0.07644443958997726, 0.08518042415380478, 0.1123153492808342, 0.03207847476005554, 0.17630219459533691, 0.05475044623017311, 0.002659465419128537, -0.08357995003461838, 0.0712672546505928, 0.03744650259613991, 0.11127249151468277, 0.02791888266801834, 0.08518773317337036, 0.014368538744747639, 0.1741301417350769, 0.10769402980804443, 0.029528910294175148, 0.06811876595020294, 0.0629134401679039, -0.059898655861616135, -0.06588006019592285, 0.04714561998844147, -0.07325776666402817, 0.0893872007727623, 0.0719807893037796, 0.004641140345484018, -0.012235178612172604, -0.004663946572691202, -0.00796412955969572, 0.00729648070409894, 0.1183033362030983, 0.028373710811138153, -0.061607662588357925, 0.020536283031105995, 0.004545026924461126, 0.06792525947093964, -0.19167959690093994, -0.00803834293037653, 0.041633252054452896, 0.0013293722877278924, 0.006417838856577873, 0.08021793514490128, 0.04076681658625603, -0.03628692030906677, -0.029969364404678345, -0.09544962644577026, 0.006988463457673788, 0.04611523449420929, -0.03182489052414894, -0.010373174212872982 ]
4f8f90b0adb4988caa6f4cce2800f1bf0d484515
# Dataset Card for Eduge ## 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://eduge.mn/ - **Repository:** https://github.com/tugstugi/mongolian-nlp - **Paper:** [Needs More Information] - **Leaderboard:** [Needs More Information] - **Point of Contact:** [Needs More Information] ### Dataset Summary Eduge news classification dataset provided by Bolorsoft LLC. Used to train the Eduge.mn production news classifier 75K news articles in 9 categories: урлаг соёл, эдийн засаг, эрүүл мэнд, хууль, улс төр, спорт, технологи, боловсрол and байгал орчин ### Supported Tasks and Leaderboards - `text-classification`: We can transform the above into a 9-class classification task. ### Languages The text in the dataset is in Mongolian ## Dataset Structure ### Data Instances For the `default` configuration: ``` { 'label': 0, # 'урлаг соёл' 'news': 'Шударга өрсөлдөөн, хэрэглэгчийн төлөө газар 2013 оны дөрөвдүгээр сараас эхлэн Монгол киноны ашиг орлогын мэдээллийг олон нийтэд хүргэж байгаа. Ингэснээр Монголын кино үйлдвэрлэгчид улсад ашиг орлогоо шударгаар төлөх, мөн  чанартай уран бүтээлийн тоо өсөх боломж бүрдэж байгаа юм.', } ``` ### Data Fields - `news`: a complete news article on a specific topic as a string - `label`: the single class of the topic, among these values: "урлаг соёл" (0), "эдийн засаг" (1), "эрүүл мэнд" (2), "хууль" (3), "улс төр" (4), "спорт" (5), "технологи" (6), "боловсрол" (7), "байгал орчин" (8). ### Data Splits The set of complete articles is split into a training and test set. ## Dataset Creation ### Curation Rationale [Needs More Information] ### Source Data #### Initial Data Collection and Normalization [Needs More Information] #### Who are the source language producers? Eduge.mn which is a combination from shuud.mn, ikon.mn, olloo.mn, news.gogo.mn, montsame.mn, zaluu.com, sonin.mn, medee.mn, bloombergtv.mn. ### 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 No citation available for this dataset. ### Contributions Thanks to [@enod](https://github.com/enod) for adding this dataset.
eduge
[ "task_categories:text-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:mn", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["mn"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-class-classification"], "pretty_name": "Eduge", "dataset_info": {"features": [{"name": "news", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "\u0443\u0440\u043b\u0430\u0433 \u0441\u043e\u0451\u043b", "1": "\u044d\u0434\u0438\u0439\u043d \u0437\u0430\u0441\u0430\u0433", "2": "\u044d\u0440\u04af\u04af\u043b \u043c\u044d\u043d\u0434", "3": "\u0445\u0443\u0443\u043b\u044c", "4": "\u0443\u043b\u0441 \u0442\u04e9\u0440", "5": "\u0441\u043f\u043e\u0440\u0442", "6": "\u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438", "7": "\u0431\u043e\u043b\u043e\u0432\u0441\u0440\u043e\u043b", "8": "\u0431\u0430\u0439\u0433\u0430\u043b \u043e\u0440\u0447\u0438\u043d"}}}}], "splits": [{"name": "train", "num_bytes": 255275842, "num_examples": 60528}, {"name": "test", "num_bytes": 64451731, "num_examples": 15133}], "download_size": 320395067, "dataset_size": 319727573}}
2024-01-18T11:02:56+00:00
[]
[ "mn" ]
TAGS #task_categories-text-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-Mongolian #license-unknown #region-us
# Dataset Card for Eduge ## 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: ### Dataset Summary Eduge news classification dataset provided by Bolorsoft LLC. Used to train the URL production news classifier 75K news articles in 9 categories: урлаг соёл, эдийн засаг, эрүүл мэнд, хууль, улс төр, спорт, технологи, боловсрол and байгал орчин ### Supported Tasks and Leaderboards - 'text-classification': We can transform the above into a 9-class classification task. ### Languages The text in the dataset is in Mongolian ## Dataset Structure ### Data Instances For the 'default' configuration: ### Data Fields - 'news': a complete news article on a specific topic as a string - 'label': the single class of the topic, among these values: "урлаг соёл" (0), "эдийн засаг" (1), "эрүүл мэнд" (2), "хууль" (3), "улс төр" (4), "спорт" (5), "технологи" (6), "боловсрол" (7), "байгал орчин" (8). ### Data Splits The set of complete articles is split into a training and test set. ## Dataset Creation ### Curation Rationale ### Source Data #### Initial Data Collection and Normalization #### Who are the source language producers? URL which is a combination from URL, URL, URL, URL, URL, URL, URL, URL, URL. ### 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 No citation available for this dataset. ### Contributions Thanks to @enod for adding this dataset.
[ "# Dataset Card for Eduge", "## 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: \n- Leaderboard: \n- Point of Contact:", "### Dataset Summary\n\nEduge news classification dataset provided by Bolorsoft LLC. Used to train the URL production news classifier\n75K news articles in 9 categories: урлаг соёл, эдийн засаг, эрүүл мэнд, хууль, улс төр, спорт, технологи, боловсрол and байгал орчин", "### Supported Tasks and Leaderboards\n\n- 'text-classification': We can transform the above into a 9-class classification task.", "### Languages\n\nThe text in the dataset is in Mongolian", "## Dataset Structure", "### Data Instances\n\nFor the 'default' configuration:", "### Data Fields\n\n- 'news': a complete news article on a specific topic as a string\n- 'label': the single class of the topic, among these values: \"урлаг соёл\" (0), \"эдийн засаг\" (1), \"эрүүл мэнд\" (2), \"хууль\" (3), \"улс төр\" (4), \"спорт\" (5), \"технологи\" (6), \"боловсрол\" (7), \"байгал орчин\" (8).", "### Data Splits\n\nThe set of complete articles is split into a training and test set.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\nURL which is a combination from URL, URL, URL, URL, URL, URL, URL, URL, URL.", "### 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\n\n\n\n\nNo citation available for this dataset.", "### Contributions\n\nThanks to @enod for adding this dataset." ]
[ "TAGS\n#task_categories-text-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-Mongolian #license-unknown #region-us \n", "# Dataset Card for Eduge", "## 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: \n- Leaderboard: \n- Point of Contact:", "### Dataset Summary\n\nEduge news classification dataset provided by Bolorsoft LLC. Used to train the URL production news classifier\n75K news articles in 9 categories: урлаг соёл, эдийн засаг, эрүүл мэнд, хууль, улс төр, спорт, технологи, боловсрол and байгал орчин", "### Supported Tasks and Leaderboards\n\n- 'text-classification': We can transform the above into a 9-class classification task.", "### Languages\n\nThe text in the dataset is in Mongolian", "## Dataset Structure", "### Data Instances\n\nFor the 'default' configuration:", "### Data Fields\n\n- 'news': a complete news article on a specific topic as a string\n- 'label': the single class of the topic, among these values: \"урлаг соёл\" (0), \"эдийн засаг\" (1), \"эрүүл мэнд\" (2), \"хууль\" (3), \"улс төр\" (4), \"спорт\" (5), \"технологи\" (6), \"боловсрол\" (7), \"байгал орчин\" (8).", "### Data Splits\n\nThe set of complete articles is split into a training and test set.", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Initial Data Collection and Normalization", "#### Who are the source language producers?\n\nURL which is a combination from URL, URL, URL, URL, URL, URL, URL, URL, URL.", "### 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\n\n\n\n\nNo citation available for this dataset.", "### Contributions\n\nThanks to @enod for adding this dataset." ]
[ 94, 7, 120, 26, 62, 31, 14, 6, 13, 97, 19, 5, 7, 4, 10, 34, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 15, 16 ]
[ "passage: TAGS\n#task_categories-text-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-Mongolian #license-unknown #region-us \n# Dataset Card for Eduge## 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: \n- Leaderboard: \n- Point of Contact:### Dataset Summary\n\nEduge news classification dataset provided by Bolorsoft LLC. Used to train the URL production news classifier\n75K news articles in 9 categories: урлаг соёл, эдийн засаг, эрүүл мэнд, хууль, улс төр, спорт, технологи, боловсрол and байгал орчин### Supported Tasks and Leaderboards\n\n- 'text-classification': We can transform the above into a 9-class classification task.### Languages\n\nThe text in the dataset is in Mongolian## Dataset Structure### Data Instances\n\nFor the 'default' configuration:### Data Fields\n\n- 'news': a complete news article on a specific topic as a string\n- 'label': the single class of the topic, among these values: \"урлаг соёл\" (0), \"эдийн засаг\" (1), \"эрүүл мэнд\" (2), \"хууль\" (3), \"улс төр\" (4), \"спорт\" (5), \"технологи\" (6), \"боловсрол\" (7), \"байгал орчин\" (8).### Data Splits\n\nThe set of complete articles is split into a training and test set.## Dataset Creation### Curation Rationale### Source Data" ]
[ 0.03440265357494354, 0.20038969814777374, -0.007041146978735924, 0.033560167998075485, 0.08591999113559723, 0.04422411695122719, 0.15394027531147003, 0.11920014768838882, 0.03891535848379135, 0.07036449760198593, -0.04327566176652908, 0.041440870612859726, 0.10037850588560104, 0.1065007746219635, -0.0003111138066742569, -0.23807451128959656, 0.053855571895837784, -0.09673400223255157, -0.02629433386027813, 0.1032661497592926, 0.1535991132259369, -0.051397938281297684, 0.03529570251703262, -0.07287818193435669, -0.0305324774235487, -0.0036341771483421326, -0.05887286365032196, -0.0526316836476326, 0.04515561833977699, 0.04872341454029083, 0.13311780989170074, -0.005018980707973242, 0.01113292295485735, -0.2998681962490082, 0.025391602888703346, 0.036950305104255676, -0.02377958782017231, 0.030549149960279465, 0.06833060830831528, -0.07407599687576294, 0.05746399611234665, -0.20142194628715515, 0.05708114802837372, 0.035972919315099716, -0.0868828222155571, -0.06668152660131454, -0.0946808010339737, 0.1174558773636818, 0.12879440188407898, 0.026956452056765556, -0.052996061742305756, 0.030638670548796654, -0.08447904139757156, 0.04233740642666817, 0.07700490206480026, -0.15385286509990692, -0.07549478113651276, 0.011285929009318352, -0.03935597464442253, 0.07401514053344727, -0.1579551100730896, -0.00046401211875490844, -0.023638568818569183, -0.004690682049840689, -0.055920448154211044, -0.03286292031407356, -0.08800331503152847, 0.008178941905498505, -0.07229925692081451, -0.015046081505715847, 0.1395013928413391, 0.01617593690752983, -0.010228555649518967, -0.17372457683086395, 0.018157513812184334, 0.010356105864048004, -0.07046309858560562, 0.004466727375984192, 0.006790254730731249, -0.021283986046910286, 0.05292486026883125, -0.03249962627887726, -0.09439448267221451, 0.056046534329652786, -0.05252530425786972, 0.07373140752315521, 0.03271672502160072, -0.019163500517606735, 0.05582987144589424, 0.04491931572556496, 0.0868360623717308, -0.07813838869333267, 0.00467732222750783, -0.0736256092786789, -0.15277338027954102, -0.005301871802657843, 0.015252219513058662, -0.033664312213659286, 0.09505396336317062, 0.1707553118467331, -0.0870821624994278, 0.07737680524587631, -0.05624906346201897, -0.012549108825623989, 0.07486162334680557, 0.0985121801495552, -0.07466020435094833, -0.11440790444612503, -0.07437735050916672, 0.008121835999190807, -0.056541841477155685, -0.019222786650061607, -0.03647894412279129, 0.03155258297920227, 0.029783625155687332, 0.06588427722454071, 0.09655050188302994, 0.058888308703899384, -0.05901230871677399, -0.047875333577394485, 0.03445185348391533, -0.1321190595626831, 0.0348544642329216, 0.02270982600748539, -0.013549499213695526, 0.05553567409515381, -0.06233559548854828, 0.039329323917627335, -0.029273081570863724, 0.09528596699237823, -0.02854868769645691, 0.0483318455517292, -0.09639231115579605, -0.02786744013428688, 0.045810338109731674, -0.040883779525756836, -0.07241858541965485, 0.005710989702492952, -0.04269030690193176, -0.053416069597005844, 0.07294271886348724, -0.09169986844062805, -0.0020888352300971746, -0.04971493035554886, -0.04501551389694214, 0.0708271861076355, 0.04193270206451416, 0.008619219064712524, -0.04378252476453781, 0.02330923266708851, -0.12608668208122253, 0.010391775518655777, 0.056025583297014236, 0.02916671894490719, -0.04032808169722557, 0.0550469271838665, -0.11255583167076111, 0.12367477267980576, -0.15532678365707397, 0.05102907121181488, -0.11567668616771698, 0.02217642031610012, 0.033177632838487625, 0.021236566826701164, -0.04548497125506401, 0.09496936947107315, -0.21183021366596222, -0.024060187861323357, 0.08265800774097443, -0.08689546585083008, -0.024766763672232628, 0.08515290915966034, -0.0627920925617218, 0.06781058013439178, 0.060017865151166916, 0.11396370828151703, 0.05916305258870125, 0.00857808068394661, -0.07964542508125305, -0.045865580439567566, 0.03719531372189522, 0.220229834318161, 0.09150334447622299, -0.052504848688840866, 0.14448237419128418, 0.03302062675356865, -0.0025965156964957714, -0.04188378155231476, -0.019367285072803497, -0.08857645839452744, 0.05913703143596649, 0.012207334861159325, 0.07934120297431946, 0.0027399403043091297, -0.006151980720460415, -0.018885347992181778, -0.10852571576833725, 0.09206336736679077, 0.03133902698755264, 0.018010728061199188, 0.03816136717796326, -0.07912052422761917, -0.013909717090427876, 0.06530167907476425, 0.0036226054653525352, -0.134120374917984, -0.13960769772529602, 0.049863334745168686, 0.013021284714341164, 0.10667499154806137, -0.02882600948214531, 0.004882493522018194, -0.05727212131023407, -0.07384683191776276, -0.0064200349152088165, -0.007296285592019558, 0.025425871834158897, -0.011791914701461792, -0.24523967504501343, 0.04154159873723984, -0.041057903319597244, 0.13439984619617462, -0.04060937091708183, -0.015320555306971073, 0.08145511150360107, 0.19050332903862, 0.034539252519607544, -0.012852118350565434, 0.01994260586798191, 0.032848939299583435, -0.023877490311861038, -0.011708423495292664, 0.018593640998005867, -0.06133110821247101, -0.04141179844737053, 0.03864066302776337, -0.016041604802012444, -0.08294808864593506, 0.05397384613752365, 0.04592428728938103, -0.10874636471271515, -0.03139185532927513, -0.05996130034327507, -0.0263215359300375, -0.00027439050609245896, -0.04336827993392944, 0.07833697646856308, 0.028877975419163704, 0.0017609366914257407, -0.056801166385412216, -0.0824466347694397, -0.06955717504024506, -0.02722182311117649, -0.0988897904753685, 0.08444938063621521, 0.007501957938075066, -0.16936390101909637, 0.17282222211360931, 0.04833438619971275, 0.08591680228710175, 0.2283615916967392, -0.04889724403619766, -0.06858611106872559, -0.05974733829498291, 0.03352825716137886, -0.022070387378335, 0.0666041150689125, -0.049296408891677856, 0.02972174622118473, 0.036137767136096954, -0.006511096376925707, 0.02179821953177452, -0.037884801626205444, 0.004313665442168713, -0.051982954144477844, -0.007144408766180277, 0.04378543794155121, 0.01077919453382492, 0.07990071177482605, 0.09939240664243698, 0.039903298020362854, 0.0605313815176487, -0.001536538708023727, -0.06708522886037827, -0.0393400602042675, 0.09551793336868286, -0.19499368965625763, -0.24276509881019592, -0.09184195846319199, -0.08329220116138458, -0.06947609037160873, -0.038159891963005066, -0.008032548241317272, -0.09135366976261139, -0.08234769105911255, -0.042625635862350464, 0.06036282703280449, 0.06627330183982849, -0.0641530379652977, 0.011015714146196842, 0.07398894429206848, -0.00003543089042068459, -0.07294231653213501, 0.016688790172338486, 0.010002383962273598, -0.034985024482011795, 0.012946002185344696, 0.02556866779923439, 0.0557735338807106, 0.06510855257511139, 0.06727854907512665, -0.014145765453577042, -0.03311260789632797, 0.18356242775917053, -0.1660514622926712, 0.14337582886219025, -0.026055162772536278, -0.08784627169370651, 0.06470043212175369, 0.2736440598964691, 0.059015270322561264, -0.010817551985383034, 0.020960338413715363, 0.09228003770112991, 0.041120901703834534, -0.27722519636154175, -0.09391035884618759, -0.07189009338617325, -0.038211844861507416, -0.008935726247727871, 0.04649538919329643, 0.034738145768642426, 0.014746777713298798, -0.11874527484178543, 0.01811363734304905, 0.061943572014570236, 0.06622345745563507, 0.06603100150823593, 0.03863220661878586, 0.026584366336464882, -0.059598442167043686, -0.01952112279832363, 0.06504814326763153, 0.046807002276182175, 0.2282075732946396, 0.055284563452005386, 0.1921270340681076, 0.08667327463626862, 0.06404478847980499, 0.006357359699904919, -0.03367529809474945, -0.03144793584942818, 0.03843946009874344, -0.003076406894251704, -0.038179222494363785, 0.056691210716962814, 0.09356600046157837, 0.07493071258068085, -0.09420102089643478, 0.10497596114873886, -0.03875959292054176, 0.16288615763187408, 0.17806272208690643, 0.020814623683691025, -0.017208263278007507, -0.030983423814177513, 0.08898752182722092, -0.07255276292562485, -0.07839282602071762, -0.04290765896439552, 0.013665299862623215, -0.1557636559009552, 0.09289924800395966, -0.027387026697397232, 0.0797765925526619, -0.04801531508564949, -0.023142920807003975, 0.030124656856060028, -0.0005953345098532736, -0.05102389678359032, 0.089178167283535, -0.20505721867084503, 0.20840568840503693, 0.003866703249514103, -0.0039058446418493986, -0.039110854268074036, 0.04968312010169029, 0.0248126070946455, -0.022861897945404053, 0.1253461092710495, 0.009745066054165363, -0.13078154623508453, -0.050221845507621765, -0.06908918917179108, -0.034151412546634674, 0.1496625542640686, -0.12408405542373657, 0.11195696890354156, -0.028983574360609055, -0.01975504867732525, -0.03796469792723656, -0.049646858125925064, -0.11783382296562195, -0.2257186323404312, 0.0908433049917221, -0.09744016826152802, 0.0571921244263649, -0.044151049107313156, -0.03306037187576294, -0.0665363296866417, 0.1372089684009552, -0.23573817312717438, -0.10453344881534576, -0.11118489503860474, -0.003988624084740877, 0.15301848948001862, -0.07117738574743271, 0.05013901740312576, -0.03468407317996025, 0.13199466466903687, -0.0075793275609612465, -0.041285108774900436, 0.022455057129263878, -0.011901488527655602, -0.19817177951335907, -0.05628850311040878, 0.1579960286617279, 0.0504179447889328, 0.04519300535321236, -0.004134596791118383, 0.05379026010632515, 0.04095203056931496, -0.07939877361059189, 0.004118695389479399, 0.04298601299524307, 0.0037299736868590117, 0.12429939955472946, -0.09655670821666718, -0.2109442502260208, -0.15958261489868164, -0.08813223987817764, 0.11601105332374573, 0.1457505077123642, -0.06068386137485504, 0.19085629284381866, 0.10307329893112183, -0.10888884961605072, -0.19598501920700073, -0.05515597388148308, 0.06500442326068878, -0.05056901276111603, -0.004475045949220657, -0.21193864941596985, 0.04451886937022209, 0.016129212453961372, 0.010278688743710518, -0.01718640886247158, -0.139518603682518, -0.1232616975903511, 0.03900790214538574, -0.05259992182254791, -0.20557568967342377, -0.1523161083459854, -0.09071920067071915, -0.056138575077056885, -0.06878656148910522, 0.16890095174312592, 0.055505167692899704, 0.02730933390557766, -0.018087320029735565, 0.04483845457434654, 0.012340346351265907, -0.01376735232770443, 0.1638823002576828, 0.05854518339037895, 0.04190471023321152, -0.1084558442234993, -0.13137346506118774, 0.12145966291427612, -0.00766152236610651, 0.03450680151581764, 0.005164698697626591, -0.041726451367139816, -0.12407022714614868, -0.013975633308291435, -0.0642232596874237, 0.00106677389703691, -0.1097814291715622, -0.04731765761971474, -0.10241430997848511, 0.15036919713020325, 0.07093100994825363, -0.0317939817905426, 0.16299571096897125, -0.00503787025809288, 0.06588636338710785, 0.03466608002781868, 0.09831635653972626, 0.09913486242294312, -0.03115233965218067, -0.023437801748514175, 0.006218375638127327, -0.015002596192061901, -0.1501401662826538, 0.023264151066541672, 0.07895270735025406, -0.021985815837979317, 0.1841292530298233, -0.032734401524066925, -0.12613283097743988, 0.001548710628412664, 0.11675972491502762, -0.053011953830718994, -0.19317206740379333, 0.020220210775732994, -0.0004453692235983908, -0.11008407175540924, -0.07081931829452515, 0.0572996661067009, 0.04599708318710327, -0.06166865676641464, 0.04532879963517189, 0.096266008913517, 0.031573258340358734, 0.014742141589522362, 0.018024565652012825, 0.03559865802526474, -0.09121936559677124, 0.11521559208631516, 0.14672793447971344, -0.020286360755562782, 0.006440211087465286, 0.15810225903987885, -0.06309418380260468, -0.04349139332771301, 0.08021855354309082, 0.09698665887117386, 0.029309051111340523, -0.001553123351186514, -0.009104392491281033, -0.11576006561517715, 0.005034141708165407, 0.097235307097435, 0.004877146333456039, 0.04242544621229172, 0.041361067444086075, -0.02882525883615017, 0.032734740525484085, 0.15969298779964447, 0.0372188501060009, -0.0036965389735996723, -0.05309049040079117, -0.021526338532567024, -0.004245670046657324, -0.024334795773029327, 0.00771125964820385, -0.0336744450032711, -0.12197945266962051, -0.0055759139358997345, -0.09075020998716354, 0.009591425769031048, -0.1175038069486618, -0.0075380499474704266, 0.011675775051116943, -0.08485480397939682, -0.030250340700149536, -0.02550245262682438, -0.08000975102186203, -0.03950876370072365, -0.008929547853767872, 0.15475548803806305, -0.15437066555023193, 0.003208842594176531, 0.09867020696401596, -0.06971012055873871, 0.09316231310367584, 0.02749488316476345, 0.008859110996127129, 0.07039579004049301, -0.1660626083612442, 0.03845638781785965, -0.07220204919576645, 0.018898112699389458, 0.03313354402780533, -0.0925920382142067, -0.028269505128264427, -0.030255693942308426, -0.010544134303927422, 0.060130007565021515, 0.03305266052484512, -0.10393862426280975, 0.08247681707143784, -0.048778921365737915, -0.10319510102272034, -0.013102959841489792, 0.04712509736418724, 0.12223807722330093, -0.019294966012239456, 0.15619856119155884, -0.061412908136844635, 0.07477355003356934, -0.0913582295179367, -0.008815225213766098, 0.01438014954328537, 0.00028050015680491924, -0.0012189862318336964, -0.06678802520036697, 0.0367678664624691, -0.008763092570006847, 0.17094717919826508, -0.016776755452156067, -0.021579964086413383, 0.060910213738679886, 0.011722247116267681, -0.11843560636043549, 0.1087646335363388, -0.00906336959451437, 0.026387719437479973, -0.030213626101613045, -0.0533968023955822, -0.11895031481981277, -0.05701030418276787, -0.06530335545539856, 0.09797867387533188, 0.21190980076789856, 0.16161321103572845, -0.016477175056934357, 0.09031485766172409, -0.08239511400461197, -0.031745851039886475, 0.14114956557750702, -0.11582238227128983, -0.0015337219228968024, -0.10296246409416199, 0.09127454459667206, 0.06931491196155548, -0.21196451783180237, 0.14384478330612183, -0.05894770100712776, -0.06343386322259903, 0.029704738408327103, -0.13263800740242004, -0.0839819461107254, -0.04616028815507889, 0.020287880674004555, -0.11072301864624023, 0.07745866477489471, 0.10758932679891586, 0.01993992179632187, -0.013677673414349556, 0.1049831211566925, -0.033974435180425644, -0.08826950937509537, 0.12362013757228851, 0.0683000236749649, 0.016771359369158745, -0.0043004765175282955, 0.020149387419223785, -0.05616402253508568, 0.07534725219011307, 0.019299443811178207, 0.07289289683103561, -0.016594011336565018, -0.0295824334025383, -0.07025574147701263, -0.09751328825950623, 0.06825818866491318, -0.035251375287771225, -0.04739296808838844, 0.10607872158288956, 0.015824995934963226, 0.03954093158245087, -0.012925254181027412, 0.2027531862258911, 0.0243523046374321, -0.12594343721866608, -0.17672888934612274, -0.0004185261204838753, -0.024507544934749603, 0.011836886405944824, 0.03719235584139824, -0.13665977120399475, -0.025182446464896202, 0.09514784067869186, 0.18560023605823517, -0.02805718593299389, 0.019377637654542923, 0.00014534327783621848, 0.04214382544159889, 0.020452748984098434, 0.05804005265235901, 0.0019161670934408903, 0.16177032887935638, -0.03754996135830879, 0.0036386745050549507, -0.03421608358621597, -0.03809291869401932, -0.05218257009983063, 0.11777807772159576, 0.023569457232952118, -0.024476615712046623, -0.1014099195599556, 0.15573661029338837, -0.13085786998271942, -0.2521398365497589, 0.047727424651384354, -0.16698578000068665, -0.17085257172584534, -0.040936801582574844, 0.07950791716575623, 0.007989859208464622, -0.013708379119634628, 0.08868879824876785, -0.07238306850194931, 0.10526703298091888, 0.06850901991128922, 0.010136736556887627, -0.021653758361935616, 0.135690376162529, -0.10396947711706161, 0.1964041292667389, 0.01747218146920204, 0.0457489937543869, 0.09647219628095627, -0.028301382437348366, -0.04799757897853851, 0.0010403114138171077, 0.11081474274396896, 0.023492775857448578, 0.027042709290981293, 0.16842254996299744, 0.02585144340991974, 0.11499115824699402, 0.14605382084846497, 0.01103239320218563, 0.08638757467269897, 0.0034949155524373055, -0.0835418775677681, -0.05647599697113037, 0.13265474140644073, -0.1409013420343399, 0.1129068061709404, 0.2074892669916153, -0.059542588889598846, 0.020445149391889572, -0.024345528334379196, 0.0006856144173070788, -0.04101857542991638, 0.11090879142284393, -0.08110244572162628, -0.15205928683280945, 0.03071369230747223, -0.0021328190341591835, 0.1399625837802887, -0.10475965589284897, -0.06553443521261215, 0.02160424366593361, 0.022295590490102768, -0.07511383295059204, 0.13204512000083923, 0.08398950845003128, -0.0057773590087890625, -0.035701487213373184, -0.14150004088878632, 0.034739233553409576, 0.07425891607999802, -0.04046017304062843, 0.05002869665622711 ]
018cc323e16563fbccb1e3210d2c80cf7a3a313a
# Dataset Card for eHealth-KD ## 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:** [eHealth-KD homepage](https://knowledge-learning.github.io/ehealthkd-2020/) - **Repository:** [eHealth-KD repository](https://github.com/knowledge-learning/ehealthkd-2020) - **Paper:** [eHealth-KD overview paper](http://ceur-ws.org/Vol-2664/eHealth-KD_overview.pdf) - **Leaderboard:** [eHealth-KD Challenge 2020 official results](https://knowledge-learning.github.io/ehealthkd-2020/results) - **Point of Contact:** [Yoan Gutiérrez Vázquez](mailto:ygutierrez@dlsi.ua.es) (Organization Committee), [María Grandury](mailto:yacine@huggingface.co) (Dataset Submitter) ### Dataset Summary Dataset of the eHealth-KD Challenge at IberLEF 2020. It is designed for the identification of semantic entities and relations in Spanish health documents. ### Supported Tasks and Leaderboards The eHealth-KD challenge proposes two computational subtasks: - `named-entity-recognition`: Given a sentence of an eHealth document written in Spanish, the goal of this subtask is to identify all the entities and their types. - `relation-prediction`: The purpose of this subtask is to recognise all relevant semantic relationships between the entities recognised. For an analysis of the most successful approaches of this challenge, read the [eHealth-KD overview paper](http://ceur-ws.org/Vol-2664/eHealth-KD_overview.pdf). ### Languages The text in the dataset is in Spanish (BCP-47 code: `es`). ## Dataset Structure ### Data Instances The first example of the eHeatlh-KD Corpus train set looks as follows: ``` { 'sentence': 'En la leucemia linfocítica crónica, hay demasiados linfocitos, un tipo de glóbulos blancos.', 'entities': { [ 'ent_id: 'T1', 'ent_text': 'leucemia linfocítica crónica', 'ent_label': 0, 'start_character': 6, 'end_character': 34 ], [ 'ent_id: 'T2', 'ent_text': 'linfocitos', 'ent_label': 0, 'start_character': 51, 'end_character': 61 ], [ 'ent_id: 'T3', 'ent_text': 'glóbulos blancos', 'ent_label': 0, 'start_character': 74, 'end_character': 90 ] }, relations: { [ 'rel_id: 'R0' 'rel_label': 0, 'arg1': T2 'arg2': T3 ], [ 'rel_id': 'R1' 'rel_label': 5, 'arg1': T1, 'arg2': T2 ] } } ``` ### Data Fields - `sentence`: sentence of an eHealth document written in Spanish - `entities`: list of entities identified in the sentence - `ent_id`: entity identifier (`T`+ a number) - `ent_text`: entity, can consist of one or more complete words (i.e., not a prefix or a suffix of a word), and will never include any surrounding punctuation symbols, parenthesis, etc. - `ent_label`: type of entity (`Concept`, `Action`, `Predicate` or `Reference`) - `start_character`: position of the first character of the entity - `end_character`: position of the last character of the entity - `relations`: list of semantic relationships between the entities recognised - `rel_id`: relation identifier (`R` + a number) - `rel_label`: type of relation, can be a general relation (`is-a`, `same-as`, `has-property`, `part-of`, `causes`, `entails`), a contextual relation (`in-time`, `in-place`, `in-context`) an action role (`subject`, `target`) or a predicate role (`domain`, `arg`). - `arg1`: ID of the first entity of the relation - `arg2`: ID of the second entity of the relation For more information about the types of entities and relations, click [here](https://knowledge-learning.github.io/ehealthkd-2020/tasks). ### Data Splits The data is split into a training, validation and test set. The split sizes are as follow: | | Train | Val | Test | | ----- | ------ | ----- | ---- | | eHealth-KD 2020 | 800 | 199 | 100 | In the challenge there are 4 different scenarios for testing. The test data of this dataset corresponds to the third scenario. More information about the testing data [here](https://github.com/knowledge-learning/ehealthkd-2020/tree/master/data/testing). ## Dataset Creation ### Curation Rationale The vast amount of clinical text available online has motivated the development of automatic knowledge discovery systems that can analyse this data and discover relevant facts. The eHealth Knowledge Discovery (eHealth-KD) challenge, in its third edition, leverages a semantic model of human language that encodes the most common expressions of factual knowledge, via a set of four general-purpose entity types and thirteen semantic relations among them. The challenge proposes the design of systems that can automatically annotate entities and relations in clinical text in the Spanish language. ### Source Data #### Initial Data Collection and Normalization As in the previous edition, the corpus for eHealth-KD 2020 has been extracted from MedlinePlus sources. This platform freely provides large health textual data from which we have made a selection for constituting the eHealth-KD corpus. The selection has been made by sampling specific XML files from the collection available in the [Medline website](https://medlineplus.gov/xml.html). ``` “MedlinePlus is the National Institutes of Health’s Website for patients and their families and friends. Produced by the National Library of Medicine, the world’s largest medical library, it brings you information about diseases, conditions, and wellness issues in language you can understand. MedlinePlus offers reliable, up-to-date health information, anytime, anywhere, for free.” ``` These files contain several entries related to health and medicine topics and have been processed to remove all XML markup to extract the textual content. Only Spanish language items were considered. Once cleaned, each individual item was converted to a plain text document, and some further post-processing is applied to remove unwanted sentences, such as headers, footers and similar elements, and to flatten HTML lists into plain sentences. #### Who are the source language producers? As in the previous edition, the corpus for eHealth-KD 2020 was extracted from [MedlinePlus](https://medlineplus.gov/xml.html) sources. ### Annotations #### Annotation process Once the MedlinePlus files were cleaned, they were manually tagged using [BRAT](http://brat.nlplab.org/) by a group of annotators. After tagging, a post-processing was applied to BRAT’s output files (ANN format) to obtain the output files in the formats needed for the challenge. #### Who are the annotators? The data was manually tagged. ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset "The eHealth-KD 2020 proposes –as the previous editions– modeling the human language in a scenario in which Spanish electronic health documents could be machine-readable from a semantic point of view. With this task, we expect to encourage the development of software technologies to automatically extract a large variety of knowledge from eHealth documents written in the Spanish Language." ### 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 #### Organization Committee | Name | Email | Institution | |:---------------------------------------:|:---------------------:|:-----------------------------:| | Yoan Gutiérrez Vázquez (contact person) | ygutierrez@dlsi.ua.es | University of Alicante, Spain | | Suilan Estévez Velarde | sestevez@matcom.uh.cu | University of Havana, Cuba | | Alejandro Piad Morffis | apiad@matcom.uh.cu | University of Havana, Cuba | | Yudivián Almeida Cruz | yudy@matcom.uh.cu | University of Havana, Cuba | | Andrés Montoyo Guijarro | montoyo@dlsi.ua.es | University of Alicante, Spain | | Rafael Muñoz Guillena | rafael@dlsi.ua.es | University of Alicante, Spain | #### Funding This research has been supported by a Carolina Foundation grant in agreement with University of Alicante and University of Havana. Moreover, it has also been partially funded by both aforementioned universities, IUII, Generalitat Valenciana, Spanish Government, Ministerio de Educación, Cultura y Deporte through the projects SIIA (PROMETEU/2018/089) and LIVINGLANG (RTI2018-094653-B-C22). ### Licensing Information This dataset is under the Attribution-NonCommercial-ShareAlike 4.0 International [(CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/). To accept the distribution terms, please fill in the following [form](https://forms.gle/pUJutSDq2FYLwNWQA). ### Citation Information In the following link you can find the [preliminar bibtexts of the systems’ working-notes](https://knowledge-learning.github.io/ehealthkd-2020/shared/eHealth-KD_2020_bibtexts.zip). In addition, to cite the eHealth-KD challenge you can use the following preliminar bibtext: ``` @inproceedings{overview_ehealthkd2020, author = {Piad{-}Morffis, Alejandro and Guti{\'{e}}rrez, Yoan and Ca{\~{n}}izares-Diaz, Hian and Estevez{-}Velarde, Suilan and Almeida{-}Cruz, Yudivi{\'{a}}n and Mu{\~{n}}oz, Rafael and Montoyo, Andr{\'{e}}s}, title = {Overview of the eHealth Knowledge Discovery Challenge at IberLEF 2020}, booktitle = , year = {2020}, } ``` ### Contributions Thanks to [@mariagrandury](https://github.com/mariagrandury) for adding this dataset.
ehealth_kd
[ "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:es", "license:cc-by-nc-sa-4.0", "relation-prediction", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["expert-generated"], "language_creators": ["expert-generated"], "language": ["es"], "license": ["cc-by-nc-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["token-classification"], "task_ids": ["named-entity-recognition"], "pretty_name": "eHealth-KD", "tags": ["relation-prediction"], "dataset_info": {"features": [{"name": "sentence", "dtype": "string"}, {"name": "entities", "list": [{"name": "ent_id", "dtype": "string"}, {"name": "ent_text", "dtype": "string"}, {"name": "ent_label", "dtype": {"class_label": {"names": {"0": "Concept", "1": "Action", "2": "Predicate", "3": "Reference"}}}}, {"name": "start_character", "dtype": "int32"}, {"name": "end_character", "dtype": "int32"}]}, {"name": "relations", "list": [{"name": "rel_id", "dtype": "string"}, {"name": "rel_label", "dtype": {"class_label": {"names": {"0": "is-a", "1": "same-as", "2": "has-property", "3": "part-of", "4": "causes", "5": "entails", "6": "in-time", "7": "in-place", "8": "in-context", "9": "subject", "10": "target", "11": "domain", "12": "arg"}}}}, {"name": "arg1", "dtype": "string"}, {"name": "arg2", "dtype": "string"}]}], "config_name": "ehealth_kd", "splits": [{"name": "train", "num_bytes": 425713, "num_examples": 800}, {"name": "validation", "num_bytes": 108154, "num_examples": 199}, {"name": "test", "num_bytes": 47314, "num_examples": 100}], "download_size": 565900, "dataset_size": 581181}}
2024-01-18T11:02:59+00:00
[]
[ "es" ]
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-Spanish #license-cc-by-nc-sa-4.0 #relation-prediction #region-us
Dataset Card for eHealth-KD =========================== 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: eHealth-KD homepage * Repository: eHealth-KD repository * Paper: eHealth-KD overview paper * Leaderboard: eHealth-KD Challenge 2020 official results * Point of Contact: Yoan Gutiérrez Vázquez (Organization Committee), María Grandury (Dataset Submitter) ### Dataset Summary Dataset of the eHealth-KD Challenge at IberLEF 2020. It is designed for the identification of semantic entities and relations in Spanish health documents. ### Supported Tasks and Leaderboards The eHealth-KD challenge proposes two computational subtasks: * 'named-entity-recognition': Given a sentence of an eHealth document written in Spanish, the goal of this subtask is to identify all the entities and their types. * 'relation-prediction': The purpose of this subtask is to recognise all relevant semantic relationships between the entities recognised. For an analysis of the most successful approaches of this challenge, read the eHealth-KD overview paper. ### Languages The text in the dataset is in Spanish (BCP-47 code: 'es'). Dataset Structure ----------------- ### Data Instances The first example of the eHeatlh-KD Corpus train set looks as follows: ### Data Fields * 'sentence': sentence of an eHealth document written in Spanish * 'entities': list of entities identified in the sentence + 'ent\_id': entity identifier ('T'+ a number) + 'ent\_text': entity, can consist of one or more complete words (i.e., not a prefix or a suffix of a word), and will never include any surrounding punctuation symbols, parenthesis, etc. + 'ent\_label': type of entity ('Concept', 'Action', 'Predicate' or 'Reference') + 'start\_character': position of the first character of the entity + 'end\_character': position of the last character of the entity * 'relations': list of semantic relationships between the entities recognised + 'rel\_id': relation identifier ('R' + a number) + 'rel\_label': type of relation, can be a general relation ('is-a', 'same-as', 'has-property', 'part-of', 'causes', 'entails'), a contextual relation ('in-time', 'in-place', 'in-context') an action role ('subject', 'target') or a predicate role ('domain', 'arg'). + 'arg1': ID of the first entity of the relation + 'arg2': ID of the second entity of the relation For more information about the types of entities and relations, click here. ### Data Splits The data is split into a training, validation and test set. The split sizes are as follow: In the challenge there are 4 different scenarios for testing. The test data of this dataset corresponds to the third scenario. More information about the testing data here. Dataset Creation ---------------- ### Curation Rationale The vast amount of clinical text available online has motivated the development of automatic knowledge discovery systems that can analyse this data and discover relevant facts. The eHealth Knowledge Discovery (eHealth-KD) challenge, in its third edition, leverages a semantic model of human language that encodes the most common expressions of factual knowledge, via a set of four general-purpose entity types and thirteen semantic relations among them. The challenge proposes the design of systems that can automatically annotate entities and relations in clinical text in the Spanish language. ### Source Data #### Initial Data Collection and Normalization As in the previous edition, the corpus for eHealth-KD 2020 has been extracted from MedlinePlus sources. This platform freely provides large health textual data from which we have made a selection for constituting the eHealth-KD corpus. The selection has been made by sampling specific XML files from the collection available in the Medline website. These files contain several entries related to health and medicine topics and have been processed to remove all XML markup to extract the textual content. Only Spanish language items were considered. Once cleaned, each individual item was converted to a plain text document, and some further post-processing is applied to remove unwanted sentences, such as headers, footers and similar elements, and to flatten HTML lists into plain sentences. #### Who are the source language producers? As in the previous edition, the corpus for eHealth-KD 2020 was extracted from MedlinePlus sources. ### Annotations #### Annotation process Once the MedlinePlus files were cleaned, they were manually tagged using BRAT by a group of annotators. After tagging, a post-processing was applied to BRAT’s output files (ANN format) to obtain the output files in the formats needed for the challenge. #### Who are the annotators? The data was manually tagged. ### Personal and Sensitive Information Considerations for Using the Data --------------------------------- ### Social Impact of Dataset "The eHealth-KD 2020 proposes –as the previous editions– modeling the human language in a scenario in which Spanish electronic health documents could be machine-readable from a semantic point of view. With this task, we expect to encourage the development of software technologies to automatically extract a large variety of knowledge from eHealth documents written in the Spanish Language." ### Discussion of Biases ### Other Known Limitations Dataset provided for research purposes only. Please check dataset license for additional information. Additional Information ---------------------- ### Dataset Curators #### Organization Committee #### Funding This research has been supported by a Carolina Foundation grant in agreement with University of Alicante and University of Havana. Moreover, it has also been partially funded by both aforementioned universities, IUII, Generalitat Valenciana, Spanish Government, Ministerio de Educación, Cultura y Deporte through the projects SIIA (PROMETEU/2018/089) and LIVINGLANG (RTI2018-094653-B-C22). ### Licensing Information This dataset is under the Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). To accept the distribution terms, please fill in the following form. In the following link you can find the preliminar bibtexts of the systems’ working-notes. In addition, to cite the eHealth-KD challenge you can use the following preliminar bibtext: ### Contributions Thanks to @mariagrandury for adding this dataset.
[ "### Dataset Summary\n\n\nDataset of the eHealth-KD Challenge at IberLEF 2020. It is designed for the identification of semantic\nentities and relations in Spanish health documents.", "### Supported Tasks and Leaderboards\n\n\nThe eHealth-KD challenge proposes two computational subtasks:\n\n\n* 'named-entity-recognition': Given a sentence of an eHealth document written in Spanish, the goal of this subtask is to\nidentify all the entities and their types.\n* 'relation-prediction': The purpose of this subtask is to recognise all relevant semantic relationships between the entities recognised.\n\n\nFor an analysis of the most successful approaches of this challenge, read the eHealth-KD overview paper.", "### Languages\n\n\nThe text in the dataset is in Spanish (BCP-47 code: 'es').\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe first example of the eHeatlh-KD Corpus train set looks as follows:", "### Data Fields\n\n\n* 'sentence': sentence of an eHealth document written in Spanish\n* 'entities': list of entities identified in the sentence\n\t+ 'ent\\_id': entity identifier ('T'+ a number)\n\t+ 'ent\\_text': entity, can consist of one or more complete words (i.e., not a prefix or a suffix of a word), and will\n\tnever include any surrounding punctuation symbols, parenthesis, etc.\n\t+ 'ent\\_label': type of entity ('Concept', 'Action', 'Predicate' or 'Reference')\n\t+ 'start\\_character': position of the first character of the entity\n\t+ 'end\\_character': position of the last character of the entity\n* 'relations': list of semantic relationships between the entities recognised\n\t+ 'rel\\_id': relation identifier ('R' + a number)\n\t+ 'rel\\_label': type of relation, can be a general relation ('is-a', 'same-as', 'has-property', 'part-of', 'causes', 'entails'),\n\ta contextual relation ('in-time', 'in-place', 'in-context') an action role ('subject', 'target') or a predicate role ('domain', 'arg').\n\t+ 'arg1': ID of the first entity of the relation\n\t+ 'arg2': ID of the second entity of the relation\n\n\nFor more information about the types of entities and relations, click here.", "### Data Splits\n\n\nThe data is split into a training, validation and test set. The split sizes are as follow:\n\n\n\nIn the challenge there are 4 different scenarios for testing. The test data of this dataset corresponds to the third scenario.\nMore information about the testing data here.\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe vast amount of clinical text available online has motivated the development of automatic\nknowledge discovery systems that can analyse this data and discover relevant facts.\n\n\nThe eHealth Knowledge Discovery (eHealth-KD) challenge, in its third edition, leverages\na semantic model of human language that encodes the most common expressions of factual\nknowledge, via a set of four general-purpose entity types and thirteen semantic relations among\nthem. The challenge proposes the design of systems that can automatically annotate entities and\nrelations in clinical text in the Spanish language.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nAs in the previous edition, the corpus for eHealth-KD 2020 has been extracted from MedlinePlus sources. This platform\nfreely provides large health textual data from which we have made a selection for constituting the eHealth-KD corpus.\nThe selection has been made by sampling specific XML files from the collection available in the Medline website.\n\n\nThese files contain several entries related to health and medicine topics and have been processed to remove all\nXML markup to extract the textual content. Only Spanish language items were considered. Once cleaned, each individual\nitem was converted to a plain text document, and some further post-processing is applied to remove unwanted sentences,\nsuch as headers, footers and similar elements, and to flatten HTML lists into plain sentences.", "#### Who are the source language producers?\n\n\nAs in the previous edition, the corpus for eHealth-KD 2020 was extracted from MedlinePlus sources.", "### Annotations", "#### Annotation process\n\n\nOnce the MedlinePlus files were cleaned, they were manually tagged using BRAT by a group of\nannotators. After tagging, a post-processing was applied to BRAT’s output files (ANN format) to obtain the output files\nin the formats needed for the challenge.", "#### Who are the annotators?\n\n\nThe data was manually tagged.", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\n\"The eHealth-KD 2020 proposes –as the previous editions– modeling the human language in a scenario in which Spanish\nelectronic health documents could be machine-readable from a semantic point of view.\n\n\nWith this task, we expect to encourage the development of software technologies to automatically extract a large variety\nof knowledge from eHealth documents written in the Spanish Language.\"", "### Discussion of Biases", "### 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", "#### Organization Committee", "#### Funding\n\n\nThis research has been supported by a Carolina Foundation grant in agreement with University of Alicante and University\nof Havana. Moreover, it has also been partially funded by both aforementioned universities, IUII, Generalitat Valenciana,\nSpanish Government, Ministerio de Educación, Cultura y Deporte through the projects SIIA (PROMETEU/2018/089) and\nLIVINGLANG (RTI2018-094653-B-C22).", "### Licensing Information\n\n\nThis dataset is under the Attribution-NonCommercial-ShareAlike 4.0 International\n(CC BY-NC-SA 4.0).\n\n\nTo accept the distribution terms, please fill in the following form.\n\n\nIn the following link you can find the\npreliminar bibtexts of the systems’ working-notes.\nIn addition, to cite the eHealth-KD challenge you can use the following preliminar bibtext:", "### Contributions\n\n\nThanks to @mariagrandury 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-Spanish #license-cc-by-nc-sa-4.0 #relation-prediction #region-us \n", "### Dataset Summary\n\n\nDataset of the eHealth-KD Challenge at IberLEF 2020. It is designed for the identification of semantic\nentities and relations in Spanish health documents.", "### Supported Tasks and Leaderboards\n\n\nThe eHealth-KD challenge proposes two computational subtasks:\n\n\n* 'named-entity-recognition': Given a sentence of an eHealth document written in Spanish, the goal of this subtask is to\nidentify all the entities and their types.\n* 'relation-prediction': The purpose of this subtask is to recognise all relevant semantic relationships between the entities recognised.\n\n\nFor an analysis of the most successful approaches of this challenge, read the eHealth-KD overview paper.", "### Languages\n\n\nThe text in the dataset is in Spanish (BCP-47 code: 'es').\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe first example of the eHeatlh-KD Corpus train set looks as follows:", "### Data Fields\n\n\n* 'sentence': sentence of an eHealth document written in Spanish\n* 'entities': list of entities identified in the sentence\n\t+ 'ent\\_id': entity identifier ('T'+ a number)\n\t+ 'ent\\_text': entity, can consist of one or more complete words (i.e., not a prefix or a suffix of a word), and will\n\tnever include any surrounding punctuation symbols, parenthesis, etc.\n\t+ 'ent\\_label': type of entity ('Concept', 'Action', 'Predicate' or 'Reference')\n\t+ 'start\\_character': position of the first character of the entity\n\t+ 'end\\_character': position of the last character of the entity\n* 'relations': list of semantic relationships between the entities recognised\n\t+ 'rel\\_id': relation identifier ('R' + a number)\n\t+ 'rel\\_label': type of relation, can be a general relation ('is-a', 'same-as', 'has-property', 'part-of', 'causes', 'entails'),\n\ta contextual relation ('in-time', 'in-place', 'in-context') an action role ('subject', 'target') or a predicate role ('domain', 'arg').\n\t+ 'arg1': ID of the first entity of the relation\n\t+ 'arg2': ID of the second entity of the relation\n\n\nFor more information about the types of entities and relations, click here.", "### Data Splits\n\n\nThe data is split into a training, validation and test set. The split sizes are as follow:\n\n\n\nIn the challenge there are 4 different scenarios for testing. The test data of this dataset corresponds to the third scenario.\nMore information about the testing data here.\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe vast amount of clinical text available online has motivated the development of automatic\nknowledge discovery systems that can analyse this data and discover relevant facts.\n\n\nThe eHealth Knowledge Discovery (eHealth-KD) challenge, in its third edition, leverages\na semantic model of human language that encodes the most common expressions of factual\nknowledge, via a set of four general-purpose entity types and thirteen semantic relations among\nthem. The challenge proposes the design of systems that can automatically annotate entities and\nrelations in clinical text in the Spanish language.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nAs in the previous edition, the corpus for eHealth-KD 2020 has been extracted from MedlinePlus sources. This platform\nfreely provides large health textual data from which we have made a selection for constituting the eHealth-KD corpus.\nThe selection has been made by sampling specific XML files from the collection available in the Medline website.\n\n\nThese files contain several entries related to health and medicine topics and have been processed to remove all\nXML markup to extract the textual content. Only Spanish language items were considered. Once cleaned, each individual\nitem was converted to a plain text document, and some further post-processing is applied to remove unwanted sentences,\nsuch as headers, footers and similar elements, and to flatten HTML lists into plain sentences.", "#### Who are the source language producers?\n\n\nAs in the previous edition, the corpus for eHealth-KD 2020 was extracted from MedlinePlus sources.", "### Annotations", "#### Annotation process\n\n\nOnce the MedlinePlus files were cleaned, they were manually tagged using BRAT by a group of\nannotators. After tagging, a post-processing was applied to BRAT’s output files (ANN format) to obtain the output files\nin the formats needed for the challenge.", "#### Who are the annotators?\n\n\nThe data was manually tagged.", "### Personal and Sensitive Information\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\n\"The eHealth-KD 2020 proposes –as the previous editions– modeling the human language in a scenario in which Spanish\nelectronic health documents could be machine-readable from a semantic point of view.\n\n\nWith this task, we expect to encourage the development of software technologies to automatically extract a large variety\nof knowledge from eHealth documents written in the Spanish Language.\"", "### Discussion of Biases", "### 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", "#### Organization Committee", "#### Funding\n\n\nThis research has been supported by a Carolina Foundation grant in agreement with University of Alicante and University\nof Havana. Moreover, it has also been partially funded by both aforementioned universities, IUII, Generalitat Valenciana,\nSpanish Government, Ministerio de Educación, Cultura y Deporte through the projects SIIA (PROMETEU/2018/089) and\nLIVINGLANG (RTI2018-094653-B-C22).", "### Licensing Information\n\n\nThis dataset is under the Attribution-NonCommercial-ShareAlike 4.0 International\n(CC BY-NC-SA 4.0).\n\n\nTo accept the distribution terms, please fill in the following form.\n\n\nIn the following link you can find the\npreliminar bibtexts of the systems’ working-notes.\nIn addition, to cite the eHealth-KD challenge you can use the following preliminar bibtext:", "### Contributions\n\n\nThanks to @mariagrandury for adding this dataset." ]
[ 110, 41, 129, 30, 26, 373, 67, 128, 4, 179, 34, 5, 68, 16, 18, 83, 8, 32, 6, 4, 95, 88, 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-Spanish #license-cc-by-nc-sa-4.0 #relation-prediction #region-us \n### Dataset Summary\n\n\nDataset of the eHealth-KD Challenge at IberLEF 2020. It is designed for the identification of semantic\nentities and relations in Spanish health documents.### Supported Tasks and Leaderboards\n\n\nThe eHealth-KD challenge proposes two computational subtasks:\n\n\n* 'named-entity-recognition': Given a sentence of an eHealth document written in Spanish, the goal of this subtask is to\nidentify all the entities and their types.\n* 'relation-prediction': The purpose of this subtask is to recognise all relevant semantic relationships between the entities recognised.\n\n\nFor an analysis of the most successful approaches of this challenge, read the eHealth-KD overview paper.### Languages\n\n\nThe text in the dataset is in Spanish (BCP-47 code: 'es').\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nThe first example of the eHeatlh-KD Corpus train set looks as follows:", "passage: ### Data Fields\n\n\n* 'sentence': sentence of an eHealth document written in Spanish\n* 'entities': list of entities identified in the sentence\n\t+ 'ent\\_id': entity identifier ('T'+ a number)\n\t+ 'ent\\_text': entity, can consist of one or more complete words (i.e., not a prefix or a suffix of a word), and will\n\tnever include any surrounding punctuation symbols, parenthesis, etc.\n\t+ 'ent\\_label': type of entity ('Concept', 'Action', 'Predicate' or 'Reference')\n\t+ 'start\\_character': position of the first character of the entity\n\t+ 'end\\_character': position of the last character of the entity\n* 'relations': list of semantic relationships between the entities recognised\n\t+ 'rel\\_id': relation identifier ('R' + a number)\n\t+ 'rel\\_label': type of relation, can be a general relation ('is-a', 'same-as', 'has-property', 'part-of', 'causes', 'entails'),\n\ta contextual relation ('in-time', 'in-place', 'in-context') an action role ('subject', 'target') or a predicate role ('domain', 'arg').\n\t+ 'arg1': ID of the first entity of the relation\n\t+ 'arg2': ID of the second entity of the relation\n\n\nFor more information about the types of entities and relations, click here.### Data Splits\n\n\nThe data is split into a training, validation and test set. The split sizes are as follow:\n\n\n\nIn the challenge there are 4 different scenarios for testing. The test data of this dataset corresponds to the third scenario.\nMore information about the testing data here.\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThe vast amount of clinical text available online has motivated the development of automatic\nknowledge discovery systems that can analyse this data and discover relevant facts.\n\n\nThe eHealth Knowledge Discovery (eHealth-KD) challenge, in its third edition, leverages\na semantic model of human language that encodes the most common expressions of factual\nknowledge, via a set of four general-purpose entity types and thirteen semantic relations among\nthem. The challenge proposes the design of systems that can automatically annotate entities and\nrelations in clinical text in the Spanish language.### Source Data#### Initial Data Collection and Normalization\n\n\nAs in the previous edition, the corpus for eHealth-KD 2020 has been extracted from MedlinePlus sources. This platform\nfreely provides large health textual data from which we have made a selection for constituting the eHealth-KD corpus.\nThe selection has been made by sampling specific XML files from the collection available in the Medline website.\n\n\nThese files contain several entries related to health and medicine topics and have been processed to remove all\nXML markup to extract the textual content. Only Spanish language items were considered. Once cleaned, each individual\nitem was converted to a plain text document, and some further post-processing is applied to remove unwanted sentences,\nsuch as headers, footers and similar elements, and to flatten HTML lists into plain sentences.#### Who are the source language producers?\n\n\nAs in the previous edition, the corpus for eHealth-KD 2020 was extracted from MedlinePlus sources.### Annotations#### Annotation process\n\n\nOnce the MedlinePlus files were cleaned, they were manually tagged using BRAT by a group of\nannotators. After tagging, a post-processing was applied to BRAT’s output files (ANN format) to obtain the output files\nin the formats needed for the challenge.#### Who are the annotators?\n\n\nThe data was manually tagged." ]
[ -0.034700941294431686, 0.04765494912862778, -0.007638517767190933, 0.005774550139904022, 0.049896929413080215, 0.014564132317900658, 0.00019585085101425648, 0.08729493618011475, 0.08120257407426834, 0.13934123516082764, -0.005519073456525803, 0.05219636112451553, 0.0766555517911911, 0.057053714990615845, 0.002331828698515892, -0.1707955151796341, 0.041276127099990845, -0.04983362555503845, 0.027509186416864395, 0.08154507726430893, 0.09392298012971878, -0.05857854336500168, 0.027279039844870567, -0.04712405800819397, 0.029511218890547752, 0.021859772503376007, -0.001976353581994772, -0.049012720584869385, 0.09843358397483826, 0.022281499579548836, 0.11275697499513626, -0.025826558470726013, 0.031212935224175453, -0.23171618580818176, -0.004211061634123325, 0.043728649616241455, -0.008367729373276234, 0.03986338526010513, 0.0321321003139019, -0.060895226895809174, 0.02208254113793373, -0.21630859375, 0.04037781432271004, -0.023514002561569214, -0.10246985405683517, -0.163216695189476, -0.08138633519411087, 0.003136131912469864, 0.08107263594865799, 0.07019822299480438, -0.046291276812553406, 0.06468503177165985, -0.06980117410421371, 0.01983373612165451, 0.04561196267604828, -0.12957921624183655, -0.023677900433540344, -0.036389149725437164, 0.09836166352033615, 0.09487789869308472, -0.02478213980793953, -0.01289661880582571, -0.03433237597346306, 0.01791856810450554, -0.0157163068652153, -0.06574620306491852, -0.07047980278730392, 0.022011535242199898, -0.11487030982971191, -0.050993360579013824, 0.211725115776062, -0.0017265165224671364, -0.005217224359512329, -0.08500727266073227, -0.051206979900598526, 0.06603550165891647, 0.04812488704919815, -0.09483274817466736, 0.03194790333509445, -0.046376924961805344, 0.13418981432914734, -0.008422214537858963, -0.07097781449556351, -0.0219951793551445, -0.12194326519966125, 0.07565779983997345, 0.018421754240989685, 0.002063758671283722, 0.05072148144245148, 0.07943707704544067, -0.027982164174318314, -0.08650191128253937, -0.06682739406824112, 0.005209324881434441, -0.172673761844635, -0.03605411946773529, -0.018346041440963745, -0.03824245184659958, 0.08268660306930542, 0.09781436622142792, -0.08054095506668091, -0.011924093589186668, -0.07328957319259644, 0.02229427918791771, 0.13567188382148743, 0.12339158356189728, -0.078192338347435, -0.04789124056696892, -0.06599567830562592, 0.03157456964254379, 0.04479542374610901, 0.001032192725688219, -0.04142345115542412, -0.0185519028455019, 0.022163614630699158, 0.06744323670864105, 0.006767460145056248, 0.02416691929101944, -0.06844144314527512, -0.03471672534942627, 0.04929584637284279, -0.13937166333198547, -0.010447365231812, 0.03813186287879944, -0.041983626782894135, 0.022797133773565292, 0.02294265478849411, 0.021707788109779358, -0.09344819188117981, 0.03901543468236923, -0.030841881409287453, -0.010835309512913227, -0.0904908999800682, -0.09440305829048157, 0.05278555303812027, -0.05209112912416458, -0.02783583477139473, -0.06554208695888519, -0.1013805940747261, -0.09581781923770905, 0.017040807753801346, -0.09880630671977997, 0.013363349251449108, -0.0708879828453064, 0.015149596147239208, -0.0149107426404953, -0.005811449605971575, 0.003898879047483206, -0.041063062846660614, 0.017771698534488678, -0.033116213977336884, 0.06167229264974594, 0.01924227364361286, 0.024520989507436752, -0.07544730603694916, 0.05289746820926666, -0.19205455482006073, 0.12147356569766998, -0.1035885363817215, -0.07935208082199097, -0.14955225586891174, 0.03431970626115799, -0.008277762681245804, 0.05527188628911972, -0.011811276897788048, 0.07383082062005997, -0.1105424016714096, -0.039072319865226746, 0.13195809721946716, -0.05441344901919365, -0.12132912874221802, 0.03910885378718376, -0.02854696661233902, 0.15523651242256165, 0.07413524389266968, 0.13135066628456116, 0.10306001454591751, -0.07843956351280212, -0.05877833068370819, -0.046217963099479675, 0.0010338332504034042, 0.13372336328029633, 0.11192068457603455, -0.10298356413841248, 0.09160111844539642, 0.008824958465993404, -0.12727588415145874, -0.048541273921728134, 0.022839222103357315, -0.012978127226233482, 0.04348032549023628, -0.009260319173336029, -0.00493226945400238, -0.025783123448491096, -0.017909612506628036, 0.04832461476325989, -0.06758734583854675, 0.04764026030898094, 0.014421392232179642, -0.0008921944536268711, 0.013993150554597378, -0.052035920321941376, -0.01080331765115261, 0.008081478998064995, 0.004860594402998686, -0.1676277220249176, -0.1141791045665741, 0.0369369313120842, -0.019940510392189026, 0.056378092616796494, 0.012401802465319633, -0.036653466522693634, -0.008455950766801834, -0.006650004535913467, 0.007542929146438837, -0.023921411484479904, 0.012649877928197384, -0.023561988025903702, -0.1446881890296936, 0.05839967727661133, -0.059623152017593384, 0.07323113828897476, -0.027728497982025146, -0.015871532261371613, 0.02788391523063183, 0.06108921021223068, 0.018328851088881493, 0.017077825963497162, -0.0012773387134075165, 0.05201901122927666, 0.014143700711429119, 0.026810016483068466, 0.0024004417937248945, -0.08163855969905853, 0.0036001040134578943, 0.059320781379938126, -0.09304659068584442, -0.13059653341770172, 0.007390343584120274, 0.014853139407932758, -0.07578146457672119, -0.11246874928474426, 0.003153860569000244, -0.01402549259364605, -0.11786900460720062, -0.14279934763908386, 0.16427984833717346, 0.06672747433185577, 0.04805890470743179, -0.056654274463653564, -0.064997598528862, -0.06083718314766884, -0.029006510972976685, -0.0514570027589798, 0.05361871048808098, 0.06607192754745483, -0.16910487413406372, 0.0671425610780716, 0.058616120368242264, -0.014882249757647514, 0.16129115223884583, -0.01315702497959137, -0.08169141411781311, -0.06052515655755997, 0.03918349742889404, -0.017941001802682877, 0.06357753276824951, -0.14099889993667603, 0.036331139504909515, 0.041598040610551834, 0.023385431617498398, 0.027927551418542862, -0.030767589807510376, 0.04944133758544922, -0.004269250202924013, -0.023217441514134407, -0.029305318370461464, -0.0032224918249994516, 0.054360635578632355, 0.10637928545475006, 0.05411374941468239, 0.0266282819211483, 0.018949907273054123, -0.052327483892440796, -0.136220782995224, 0.16328966617584229, -0.16441689431667328, -0.2464490532875061, -0.11991775780916214, 0.01593458466231823, 0.026390016078948975, 0.0008217995055019855, 0.013193648308515549, -0.0323411300778389, -0.0488317534327507, -0.033056143671274185, 0.134354829788208, 0.0621439665555954, -0.13104799389839172, -0.06109626591205597, 0.06187449395656586, -0.03509730100631714, -0.05857120454311371, 0.01596078649163246, 0.002499693538993597, -0.047602128237485886, 0.01680266484618187, -0.028761671856045723, 0.07501466572284698, 0.16180828213691711, 0.06886664032936096, -0.052651189267635345, -0.03775505721569061, 0.10469658672809601, -0.12476511299610138, 0.15107318758964539, 0.06378019601106644, -0.03501053899526596, 0.042522966861724854, 0.21717078983783722, 0.014592016115784645, 0.0015107756480574608, 0.026387864723801613, 0.0697217732667923, 0.029801761731505394, -0.31099987030029297, -0.07459445297718048, -0.05420450121164322, -0.12563887238502502, -0.01923486962914467, 0.004264948423951864, 0.029081203043460846, 0.07359939813613892, -0.02724885195493698, -0.013753991574048996, 0.020540956407785416, 0.032368846237659454, 0.23106884956359863, -0.024194246158003807, 0.07908350974321365, -0.023599397391080856, -0.06114114075899124, 0.03755068778991699, 0.11561793833971024, 0.1865057647228241, 0.007675127126276493, 0.11218132823705673, 0.1271815448999405, -0.004964261315762997, -0.046861328184604645, -0.002838670276105404, 0.0205179825425148, 0.07465241104364395, -0.05744466185569763, -0.04349301755428314, -0.042925674468278885, 0.06682669371366501, 0.037247736006975174, -0.05466795712709427, 0.026615720242261887, -0.015280663967132568, 0.08206568658351898, 0.11405012011528015, 0.04890892654657364, -0.05072290822863579, 0.016126640141010284, 0.07555918395519257, -0.0026196856051683426, -0.1230887919664383, -0.001171208918094635, 0.10836344212293625, -0.09902726113796234, 0.08040900528430939, -0.02063404582440853, 0.05315040051937103, -0.057706307619810104, 0.04150855913758278, 0.019809765741229057, -0.04728749394416809, -0.008505833335220814, 0.10530958324670792, -0.17964822053909302, 0.18985337018966675, 0.030412310734391212, -0.02962682582437992, -0.07743029296398163, 0.057450778782367706, -0.03946759179234505, 0.08946052193641663, 0.11476992070674896, 0.018232688307762146, -0.10332202911376953, -0.025621941313147545, 0.014537053182721138, 0.035721246153116226, 0.09009875357151031, -0.12779328227043152, 0.09464363753795624, -0.004164974205195904, 0.0038450895808637142, -0.05368506908416748, 0.0014297235757112503, -0.08129239082336426, -0.15645278990268707, 0.05746150761842728, -0.09526553004980087, 0.07508432865142822, -0.022517366334795952, 0.011183066293597221, -0.04403923824429512, 0.08282843232154846, -0.2626233696937561, -0.06453573703765869, -0.11240284889936447, 0.020467843860387802, 0.09880515933036804, -0.09075314551591873, -0.008188081905245781, -0.0029987175948917866, 0.03568052873015404, -0.02224147506058216, -0.025887837633490562, 0.09309650957584381, -0.03885022923350334, -0.11670183390378952, -0.11445418000221252, 0.0994299054145813, 0.07831992208957672, 0.0185317974537611, -0.008720248006284237, 0.0799434632062912, -0.0054702130146324635, -0.036129046231508255, 0.08613653481006622, 0.13540273904800415, 0.013583965599536896, 0.17594382166862488, -0.13593325018882751, -0.16623571515083313, -0.07612654566764832, -0.05620552599430084, 0.09799418598413467, 0.07771226763725281, -0.04853660613298416, 0.08455652743577957, 0.15641477704048157, -0.13724471628665924, -0.22930073738098145, -0.020261989906430244, 0.11622008681297302, 0.006622700020670891, 0.019899239763617516, -0.2352016270160675, 0.10433776676654816, 0.09825673699378967, -0.0024734395556151867, -0.024977538734674454, -0.18229898810386658, -0.08599719405174255, 0.05848197638988495, -0.020791880786418915, -0.09720668196678162, -0.08400280028581619, -0.08625059574842453, 0.017349885776638985, 0.018694978207349777, 0.08616597950458527, -0.10765551775693893, 0.007375339977443218, 0.0015699360519647598, 0.07052592933177948, 0.017794447019696236, 0.004198508337140083, 0.13914582133293152, 0.026457104831933975, 0.02436405047774315, -0.0489594042301178, -0.09152700006961823, 0.09716089069843292, -0.05281846597790718, 0.07227354496717453, 0.06606033444404602, -0.010780936107039452, -0.11338821053504944, -0.0330391526222229, -0.07751099765300751, 0.03271550312638283, -0.05350692942738533, -0.048564933240413666, -0.10146142542362213, 0.07623521238565445, 0.04061456769704819, -0.03666980564594269, 0.12324444204568863, -0.09175301343202591, 0.038041017949581146, 0.16337096691131592, 0.1557898223400116, 0.11019940674304962, -0.06518906354904175, 0.033769845962524414, -0.018355432897806168, 0.045326631516218185, -0.05977138131856918, 0.0196472629904747, 0.10434434562921524, -0.005477136000990868, 0.10013946890830994, -0.017504801973700523, -0.17334061861038208, 0.0003673126921057701, 0.07146945595741272, -0.020092906430363655, -0.10349640250205994, -0.009922641329467297, -0.015621494501829147, -0.13461604714393616, -0.08823729306459427, 0.12299351394176483, 0.07068276405334473, -0.02580196224153042, -0.024451836943626404, 0.08136250078678131, 0.003503507236018777, 0.1283910870552063, 0.04431270435452461, 0.04517613723874092, -0.03318675607442856, 0.03680157661437988, 0.1666693091392517, -0.09309790283441544, 0.04930625855922699, 0.10217960923910141, -0.05645337328314781, -0.09049160778522491, -0.0046453592367470264, 0.1156783401966095, -0.061102528125047684, -0.0987110510468483, 0.0023756297305226326, -0.14284153282642365, 0.038401179015636444, 0.23678970336914062, -0.03917965292930603, 0.015797486528754234, 0.00645835604518652, -0.036725617945194244, 0.04602847248315811, 0.16752076148986816, -0.09576918929815292, 0.032821666449308395, 0.022357933223247528, -0.002299191430211067, 0.002704593352973461, 0.03634878993034363, -0.004074279218912125, -0.01859721541404724, -0.12529753148555756, 0.013828643597662449, -0.13070979714393616, 0.06761175394058228, 0.0010903622023761272, -0.04044000059366226, 0.014167871326208115, -0.0053437394089996815, 0.020086754113435745, -0.02012769505381584, -0.030340267345309258, 0.00392963457852602, -0.010249606333673, 0.11825712025165558, -0.14610448479652405, -0.03776954486966133, 0.07256104052066803, -0.052677739411592484, 0.07965927571058273, -0.06363210082054138, -0.008872095495462418, 0.03572511672973633, -0.13613730669021606, 0.03683926537632942, 0.017932001501321793, 0.1140035092830658, 0.02870820462703705, -0.17922170460224152, 0.006571694742888212, -0.0007320134900510311, -0.029381072148680687, 0.046960242092609406, 0.015876660123467445, -0.05486344173550606, 0.10875344276428223, 0.011215534061193466, -0.09496917575597763, -0.06524980813264847, 0.0682704970240593, 0.01298252958804369, -0.05712075158953667, 0.09125031530857086, -0.06894713640213013, 0.04268445819616318, -0.0948886126279831, -0.030266841873526573, 0.02562897466123104, 0.037267621606588364, -0.05190213397145271, -0.05833180248737335, 0.04793310537934303, 0.0012137042358517647, 0.17541328072547913, 0.043419402092695236, 0.045677300542593, 0.03237060829997063, -0.02569708600640297, -0.026063332334160805, 0.05174385756254196, -0.055363696068525314, 0.02943357452750206, -0.014968974515795708, -0.057236842811107635, -0.049421437084674835, -0.06267925351858139, -0.10423247516155243, 0.12129232287406921, 0.08892270922660828, 0.17645582556724548, -0.017827682197093964, 0.0938650369644165, -0.09918296337127686, 0.016800161451101303, 0.01042197085916996, 0.0229472815990448, -0.04978092759847641, -0.00536729022860527, -0.0020274012349545956, 0.04728960618376732, -0.15403687953948975, 0.11636734008789062, -0.05653255060315132, -0.06169379502534866, -0.06318318843841553, -0.12377573549747467, -0.037388987839221954, -0.038318291306495667, -0.037176113575696945, -0.11224423348903656, 0.044745177030563354, 0.08519771695137024, -0.022810228168964386, -0.007269944064319134, 0.10249440371990204, -0.05993889644742012, -0.08305816352367401, 0.026244012638926506, 0.057474616914987564, 0.1187296211719513, -0.02705209329724312, 0.08749362826347351, 0.0232988428324461, 0.14047391712665558, 0.03301951289176941, 0.08383993804454803, 0.0288358386605978, -0.04928779602050781, -0.07789187133312225, -0.03187184035778046, 0.04358997195959091, 0.007261081598699093, -0.08121047914028168, 0.1188533678650856, 0.06821267306804657, -0.04015842452645302, 0.02810891717672348, 0.19933342933654785, -0.030141698196530342, -0.11793947219848633, -0.14836758375167847, 0.16159749031066895, 0.024005867540836334, 0.06567862629890442, 0.010937456041574478, -0.14698278903961182, -0.009563124738633633, 0.11839659512042999, 0.1171155720949173, 0.006453691050410271, -0.0004145009443163872, 0.018820730969309807, 0.036580510437488556, 0.07465846836566925, 0.04269741103053093, 0.07159999758005142, 0.24080483615398407, -0.03591284900903702, 0.03941800072789192, -0.014276182278990746, -0.0028916411101818085, -0.06360926479101181, 0.033434152603149414, 0.023022353649139404, -0.029517151415348053, -0.054659195244312286, 0.12395461648702621, -0.033660661429166794, -0.1899256408214569, 0.043992169201374054, -0.06773923337459564, -0.08841057866811752, -0.08730125427246094, 0.0842454731464386, -0.039246365427970886, -0.025444164872169495, 0.06592020392417908, -0.05451948195695877, 0.17838522791862488, 0.043498165905475616, -0.05579473078250885, -0.029350804165005684, 0.09845902025699615, -0.1361071765422821, 0.1262223720550537, 0.014386662282049656, 0.10104823857545853, 0.08280651271343231, -0.004986397922039032, -0.03784506022930145, 0.09566393494606018, 0.027072247117757797, 0.035852834582328796, 0.07234503328800201, 0.07753050327301025, 0.053371086716651917, 0.10790266841650009, 0.12526901066303253, -0.07475460320711136, 0.050335776060819626, 0.052370794117450714, -0.04379900544881821, -0.11628635972738266, 0.10867433249950409, -0.11608969420194626, 0.07765953242778778, 0.16557303071022034, 0.018225284293293953, 0.060381509363651276, -0.05854472517967224, 0.023989368230104446, -0.020629489794373512, 0.1908685863018036, -0.01767069101333618, -0.05273285508155823, 0.047522976994514465, -0.01135319285094738, 0.06998629868030548, -0.23745587468147278, -0.03684179112315178, 0.04626932367682457, 0.001694233389571309, 0.0015532076358795166, 0.07723931968212128, 0.032621558755636215, 0.040765486657619476, -0.061287157237529755, -0.15414193272590637, 0.020530447363853455, 0.11830862611532211, -0.055989719927310944, 0.02776561863720417 ]
54b5f264228abbb4d1ec6d692d1cf5c10e94b89c
# 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/EiTB-ParCC/corpus/version/EiTB-ParCC - **Repository:** - **Paper:** - **Leaderboard:** - **Point of Contact:** ### Dataset Summary EiTB-ParCC: Parallel Corpus of Comparable News. A Basque-Spanish parallel corpus provided by \ Vicomtech (https://www.vicomtech.org), extracted from comparable news produced by the \ Basque public broadcasting group Euskal Irrati Telebista. ### 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{TIEDEMANN12.463, author = {J{\"o}rg Tiedemann}, title = {Parallel Data, Tools and Interfaces in OPUS}, booktitle = {Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC'12)}, year = {2012}, month = {may}, date = {23-25}, address = {Istanbul, Turkey}, editor = {Nicoletta Calzolari (Conference Chair) and Khalid Choukri and Thierry Declerck and Mehmet Ugur Dogan and Bente Maegaard and Joseph Mariani and Jan Odijk and Stelios Piperidis}, publisher = {European Language Resources Association (ELRA)}, isbn = {978-2-9517408-7-7}, language = {english} } ``` ### Contributions Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
eitb_parcc
[ "task_categories:translation", "annotations_creators:found", "language_creators:found", "multilinguality:multilingual", "size_categories:100K<n<1M", "source_datasets:original", "language:es", "language:eu", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["es", "eu"], "license": ["unknown"], "multilinguality": ["multilingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "paperswithcode_id": "eitb-parcc", "pretty_name": "EiTB-ParCC", "dataset_info": {"config_name": "es-eu", "features": [{"name": "translation", "dtype": {"translation": {"languages": ["es", "eu"]}}}], "splits": [{"name": "train", "num_bytes": 139038886, "num_examples": 637183}], "download_size": 57244346, "dataset_size": 139038886}}
2024-02-08T15:06:26+00:00
[]
[ "es", "eu" ]
TAGS #task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-100K<n<1M #source_datasets-original #language-Spanish #language-Basque #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: URL - Repository: - Paper: - Leaderboard: - Point of Contact: ### Dataset Summary EiTB-ParCC: Parallel Corpus of Comparable News. A Basque-Spanish parallel corpus provided by \ Vicomtech (URL), extracted from comparable news produced by the \ Basque public broadcasting group Euskal Irrati Telebista. ### 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 [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:\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nEiTB-ParCC: Parallel Corpus of Comparable News. A Basque-Spanish parallel corpus provided by \\\nVicomtech (URL), extracted from comparable news produced by the \\\nBasque public broadcasting group Euskal Irrati Telebista.", "### 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-100K<n<1M #source_datasets-original #language-Spanish #language-Basque #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: URL\n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact:", "### Dataset Summary\n\nEiTB-ParCC: Parallel Corpus of Comparable News. A Basque-Spanish parallel corpus provided by \\\nVicomtech (URL), extracted from comparable news produced by the \\\nBasque public broadcasting group Euskal Irrati Telebista.", "### 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." ]
[ 78, 10, 120, 25, 60, 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-100K<n<1M #source_datasets-original #language-Spanish #language-Basque #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: URL\n- Repository:\n- Paper:\n- Leaderboard:\n- Point of Contact:### Dataset Summary\n\nEiTB-ParCC: Parallel Corpus of Comparable News. A Basque-Spanish parallel corpus provided by \\\nVicomtech (URL), extracted from comparable news produced by the \\\nBasque public broadcasting group Euskal Irrati Telebista.### 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." ]
[ -0.004579663742333651, 0.2139887660741806, -0.007710683159530163, -0.0022208343725651503, 0.07410021126270294, 0.05338894575834274, 0.06974343955516815, 0.1150350570678711, 0.027242599055171013, 0.1277010142803192, -0.0580868124961853, 0.0880659744143486, 0.12668365240097046, 0.03989863768219948, 0.0014657041756436229, -0.22132138907909393, 0.05878852680325508, -0.08900516480207443, -0.01963178999722004, 0.08480902761220932, 0.13647805154323578, -0.05260945484042168, 0.02491792105138302, -0.05564466491341591, 0.0023764586076140404, 0.030505334958434105, -0.0713910162448883, -0.045298486948013306, 0.03865070641040802, 0.030393432825803757, 0.0668918713927269, 0.02032354287803173, 0.050757020711898804, -0.2966529130935669, 0.01590983383357525, 0.04810534417629242, -0.00016002570919226855, 0.02238999679684639, 0.09980451315641403, -0.09577374160289764, 0.052527010440826416, -0.13992877304553986, 0.08622107654809952, 0.05554601922631264, -0.11774095147848129, -0.1398048996925354, -0.0934581309556961, 0.038703400641679764, 0.12504525482654572, 0.046533457934856415, -0.08460776507854462, 0.07615102827548981, -0.07345788180828094, 0.039863429963588715, 0.06617315113544464, -0.11449819803237915, -0.05476730689406395, -0.011823353357613087, 0.01360362395644188, 0.05309973284602165, -0.1080673485994339, -0.005518391728401184, -0.023789916187524796, 0.02776440605521202, -0.03578077256679535, -0.02125955931842327, -0.02024289034307003, 0.027041031047701836, -0.11454778164625168, -0.04016851261258125, 0.07461826503276825, 0.006263344548642635, -0.005207850132137537, -0.18815737962722778, -0.01980777457356453, 0.08319662511348724, -0.05205657705664635, -0.016706613823771477, 0.02761935442686081, -0.0296101663261652, 0.10024243593215942, 0.014942429959774017, -0.053381532430648804, 0.0058198357000947, -0.015582643449306488, 0.04570288583636284, 0.0815621167421341, -0.03257163241505623, 0.07637576758861542, 0.04436661675572395, 0.05451710522174835, -0.11632172763347626, -0.006219055037945509, -0.04445146024227142, -0.1357041895389557, 0.00398707902058959, 0.04935256764292717, -0.013579984195530415, 0.1168171837925911, 0.17664527893066406, -0.031580936163663864, 0.044088490307331085, -0.03560272604227066, -0.021444331854581833, 0.09666348993778229, 0.10365589708089828, -0.09973696619272232, -0.14265118539333344, -0.0705767348408699, 0.000635370088275522, -0.04416240006685257, 0.0024658890906721354, 0.000445483106886968, 0.10081440210342407, 0.013716238550841808, 0.10134570300579071, 0.1298142671585083, 0.010160994715988636, -0.10599850118160248, -0.04011833295226097, 0.10168932378292084, -0.127105250954628, 0.03573546186089516, 0.03592860698699951, -0.016617506742477417, 0.026012983173131943, -0.05165979638695717, 0.02907433547079563, -0.09536588937044144, 0.0621301643550396, -0.032422468066215515, -0.040214572101831436, -0.0764806717634201, -0.08667322248220444, 0.060514625161886215, -0.05108704790472984, -0.04808305576443672, 0.0010591106256470084, -0.05060179904103279, -0.08118011802434921, 0.040071144700050354, -0.12500283122062683, -0.03746164217591286, -0.0539882630109787, -0.029568785801529884, 0.04010780155658722, 0.017204487696290016, -0.02928840182721615, -0.06319136172533035, 0.02071128785610199, -0.06449786573648453, 0.030738789588212967, 0.1148027777671814, 0.042593736201524734, -0.06697650253772736, 0.03198093920946121, -0.17036691308021545, 0.09870894253253937, -0.1792307198047638, 0.012316163629293442, -0.14205756783485413, -0.017288094386458397, 0.06919755041599274, 0.014596134424209595, -0.03135200962424278, 0.1379183977842331, -0.1912287026643753, -0.034022122621536255, 0.12422655522823334, -0.08002970367670059, -0.02510455623269081, 0.10406969487667084, -0.01413955632597208, 0.008271834813058376, 0.0420493446290493, 0.12758874893188477, 0.012252144515514374, -0.005230890121310949, -0.03701581060886383, -0.08251325786113739, 0.056471820920705795, 0.2416386604309082, 0.1121077761054039, -0.11235397309064865, 0.19814319908618927, -0.0048332130536437035, 0.003960106521844864, -0.05468796193599701, -0.02999226748943329, -0.056800901889801025, 0.07754156738519669, 0.02098243497312069, 0.011368504725396633, 0.009044627659022808, -0.06464739888906479, -0.022602004930377007, -0.13641218841075897, 0.012615418992936611, 0.02660118229687214, -0.006472171749919653, 0.010368316434323788, -0.09401049464941025, 0.002744016470387578, 0.02728748507797718, 0.012598698027431965, -0.13623613119125366, -0.11769387125968933, 0.058583274483680725, -0.03158576041460037, 0.1213798001408577, -0.03252100199460983, -0.009287391789257526, -0.02336941845715046, -0.0337364561855793, -0.031079154461622238, -0.004548819735646248, 0.03043350577354431, 0.016673723235726357, -0.2361607402563095, 0.02651219442486763, -0.04529501497745514, 0.09849321842193604, -0.07090099155902863, 0.007966469042003155, 0.10287555307149887, 0.21050485968589783, 0.04500679671764374, -0.04657083377242088, 0.02090759389102459, 0.013673747889697552, -0.01372488122433424, -0.04032529890537262, 0.0007199512328952551, -0.08330413699150085, 0.01219505351036787, 0.06502766907215118, -0.05402905121445656, -0.053866080939769745, 0.05113556236028671, 0.046320393681526184, -0.05733482167124748, 0.060383811593055725, -0.04350416362285614, -0.03211651369929314, -0.018765194341540337, -0.12022750824689865, 0.12214948236942291, 0.046321652829647064, 0.006284202914685011, -0.07108330726623535, -0.09229008853435516, -0.0628933534026146, -0.006071439944207668, -0.08424335718154907, 0.153538778424263, 0.04893392696976662, -0.1669413149356842, 0.15829570591449738, 0.03020038641989231, 0.13859516382217407, 0.09841758757829666, -0.05367433652281761, -0.07906141132116318, 0.002690231893211603, 0.009078490547835827, 0.027127744629979134, 0.06886062026023865, -0.07993842661380768, 0.020462103188037872, 0.04972679167985916, 0.002656668657436967, 0.03858843073248863, -0.030336031690239906, 0.04216327145695686, -0.001184801454655826, -0.028356309980154037, -0.0036631105467677116, -0.0062985667027533054, 0.060746464878320694, 0.09539978951215744, 0.03553076088428497, 0.0729987695813179, -0.0604633092880249, -0.08175619691610336, -0.0706455260515213, 0.11658038944005966, -0.15995997190475464, -0.20762233436107635, -0.10065549612045288, -0.059147823601961136, -0.015063438564538956, -0.030569855123758316, 0.027959119528532028, -0.05961988866329193, -0.11532650887966156, -0.05124148726463318, 0.15323330461978912, 0.09368415176868439, -0.10429327934980392, -0.03125481680035591, 0.002215320710092783, -0.011734656058251858, -0.14671394228935242, 0.03664947301149368, 0.03707800805568695, -0.050414372235536575, 0.002006776863709092, 0.01630241610109806, 0.11477214843034744, 0.08284176886081696, 0.08789198845624924, -0.035853877663612366, -0.027281176298856735, 0.27268102765083313, -0.1682775765657425, 0.1366458237171173, 0.05392136052250862, -0.061441633850336075, 0.06589476019144058, 0.23914946615695953, 0.030087407678365707, -0.06247163563966751, 0.00352148013189435, 0.09130124747753143, 0.041529666632413864, -0.284121572971344, -0.10214998573064804, -0.0666709840297699, -0.01880674622952938, 0.009622438810765743, 0.06924626231193542, -0.025042708963155746, -0.007789745461195707, -0.10940462350845337, -0.032861046493053436, 0.092565156519413, 0.07092859596014023, 0.06755004823207855, 0.023835204541683197, 0.03859002888202667, -0.03455487638711929, -0.034950729459524155, 0.07891406863927841, 0.06058967113494873, 0.2417125254869461, 0.0442233644425869, 0.23157550394535065, 0.10393460094928741, 0.048241447657346725, -0.0377240926027298, 0.00910956785082817, -0.05241496488451958, 0.08359742909669876, -0.018463676795363426, -0.026140233501791954, 0.06802000105381012, 0.042065028101205826, 0.09393886476755142, -0.10619446635246277, 0.08388499170541763, -0.08158457279205322, 0.11469416320323944, 0.17603538930416107, 0.028267288580536842, -0.05929751321673393, 0.02317841723561287, 0.1125909835100174, -0.1262637972831726, -0.09841374307870865, -0.007620383054018021, 0.014130180701613426, -0.14290015399456024, 0.0815868005156517, 0.0023582337889820337, 0.11341642588376999, -0.0792142003774643, -0.042283184826374054, 0.007475199177861214, 0.00440802751109004, -0.02032945677638054, 0.08837775141000748, -0.11994616687297821, 0.17126432061195374, -0.0053740753792226315, 0.013364583253860474, -0.06717003136873245, 0.07784950733184814, -0.011549880728125572, -0.03333039954304695, 0.1636396199464798, -0.0084379892796278, -0.026616940274834633, -0.016594398766756058, -0.07934914529323578, -0.016972791403532028, 0.12450072914361954, -0.18147996068000793, 0.11928065121173859, -0.007919341325759888, -0.01655956171452999, -0.04541854187846184, -0.06298378854990005, -0.12779919803142548, -0.20954881608486176, 0.0561988428235054, -0.1015961691737175, 0.038166675716638565, -0.05633337050676346, -0.033901069313287735, -0.12429793924093246, 0.12950986623764038, -0.223144069314003, -0.0915856882929802, -0.14413060247898102, -0.022271718829870224, 0.1809207797050476, -0.05902472138404846, 0.06616886705160141, -0.01080231461673975, 0.15080688893795013, -0.00016741949366405606, -0.02641136385500431, 0.06790570914745331, -0.06685034185647964, -0.19708645343780518, -0.04092217609286308, 0.16541644930839539, 0.07517199218273163, 0.0486663356423378, -0.0063939220272004604, 0.07341943681240082, 0.02173292264342308, -0.09091813862323761, 0.031011659651994705, 0.030318865552544594, 0.03815250098705292, 0.10878821462392807, -0.04552481323480606, -0.2607766091823578, -0.16249507665634155, -0.05188065394759178, 0.06749565899372101, 0.13718195259571075, -0.02619624324142933, 0.16272568702697754, 0.11878751218318939, -0.10393452644348145, -0.21601039171218872, -0.040804650634527206, 0.04412340372800827, -0.02562595345079899, 0.03444203734397888, -0.17290359735488892, 0.06271762400865555, 0.023880042135715485, 0.0027505753096193075, -0.017845146358013153, -0.15068674087524414, -0.1304658055305481, 0.04803553968667984, 0.01330379955470562, -0.31996726989746094, -0.15125106275081635, -0.10125710815191269, -0.014309613034129143, -0.17159315943717957, 0.11749113351106644, 0.025579867884516716, -0.004655506927520037, 0.02308894321322441, 0.043226804584264755, 0.0032168531324714422, -0.006990606430917978, 0.15254072844982147, 0.04688620567321777, -0.0007268358021974564, -0.07020829617977142, -0.06958289444446564, 0.08833232522010803, 0.042115118354558945, 0.030665336176753044, 0.017709247767925262, -0.030337419360876083, -0.1515432745218277, -0.025862596929073334, -0.0899912565946579, -0.007615630514919758, -0.10560283809900284, -0.04460444301366806, -0.06215670704841614, 0.1022307500243187, 0.09683913737535477, -0.030957799404859543, 0.10278560221195221, -0.07417633384466171, 0.04495786875486374, 0.04551487788558006, 0.14763447642326355, 0.07505063712596893, -0.056474871933460236, -0.012597690336406231, 0.0020647638011723757, -0.04169446602463722, -0.08182328939437866, 0.05857526510953903, 0.10382361710071564, -0.017022043466567993, 0.1424102932214737, -0.033804044127464294, -0.17734667658805847, -0.02135527692735195, 0.08190814405679703, -0.031248506158590317, -0.22897052764892578, 0.027627713978290558, 0.009685416705906391, -0.08268167078495026, -0.035474978387355804, 0.06544691324234009, 0.06956080347299576, -0.07743925601243973, 0.03425353392958641, 0.10396852344274521, 0.031152620911598206, 0.09257806837558746, 0.024343105033040047, 0.06427159905433655, -0.1147533729672432, 0.11469707638025284, 0.1432000994682312, -0.10284175723791122, -0.004306997172534466, 0.1781766265630722, -0.03438509628176689, -0.04010491818189621, 0.0432596318423748, 0.11540178954601288, 0.0406298004090786, -0.01840280368924141, -0.024669986218214035, -0.1421971172094345, 0.04263395071029663, 0.11942381411790848, 0.0060867792926728725, -0.0012879302958026528, 0.044002510607242584, -0.0037147626280784607, 0.0027078937273472548, 0.15795280039310455, 0.08799589425325394, 0.012386553920805454, -0.023654934018850327, -0.0685051679611206, -0.010358934290707111, -0.06569168716669083, 0.0023854575119912624, 0.008292065002024174, -0.10649573057889938, -0.001739130006171763, -0.03953906521201134, 0.006483567412942648, -0.08460782468318939, 0.002622992265969515, 0.01501188613474369, -0.10179127752780914, -0.021341977640986443, -0.0012359867105260491, -0.07863501459360123, -0.057267460972070694, -0.015633752569556236, 0.12933990359306335, -0.16932198405265808, -0.00816300418227911, 0.10683559626340866, -0.08893684297800064, 0.1061556339263916, -0.03185734525322914, -0.01102353259921074, 0.015112402848899364, -0.1340675950050354, -0.005210438277572393, -0.04432188719511032, 0.05678333342075348, 0.05650079622864723, -0.14503854513168335, -0.009311043657362461, -0.011168324388563633, -0.05946009233593941, 0.020904239267110825, -0.03749040141701698, -0.0878167673945427, 0.10201460123062134, -0.05048737674951553, -0.10093148052692413, -0.006497204303741455, 0.016573427245020866, 0.10493412613868713, -0.027251262217760086, 0.14177891612052917, -0.03401647135615349, 0.08806431293487549, -0.1123964861035347, -0.0022987148258835077, 0.031544558703899384, -0.0030729894060641527, 0.03518374636769295, 0.010232465341687202, 0.052017923444509506, -0.0002913868229370564, 0.16704359650611877, -0.04499257355928421, 0.02805688977241516, 0.09264103323221207, 0.06841100007295609, -0.07529017329216003, 0.0836130678653717, -0.07672132551670074, -0.0007591931498609483, -0.01486142072826624, -0.07871396094560623, -0.10008060187101364, -0.06891562044620514, -0.11225933581590652, 0.08416395634412766, 0.22139102220535278, 0.2213815301656723, -0.03776624798774719, 0.10174226015806198, -0.09259477257728577, -0.06957883387804031, 0.1089363694190979, -0.015341481193900108, 0.0010637398809194565, -0.05496825650334358, 0.10596048831939697, 0.07529155164957047, -0.20994678139686584, 0.10623053461313248, -0.06655119359493256, -0.044603459537029266, -0.0009280590456910431, -0.1534143090248108, -0.06374536454677582, -0.01704503409564495, 0.011602513492107391, -0.11009163409471512, 0.09765176475048065, 0.09372921288013458, 0.008789370767772198, -0.011263925582170486, 0.10606002807617188, -0.08196627348661423, -0.08632556349039078, 0.07374753057956696, 0.0695638582110405, 0.03959686681628227, 0.0233809445053339, 0.057607684284448624, -0.05423225462436676, 0.13905328512191772, 0.06683751195669174, 0.06829167902469635, -0.06576979905366898, 0.0003856382973026484, -0.08511325716972351, -0.09001190215349197, 0.043986137956380844, -0.026531992480158806, -0.08400075882673264, 0.17102877795696259, 0.010958525352180004, 0.04949330538511276, 0.010499002411961555, 0.19783152639865875, -0.03846822306513786, -0.13958290219306946, -0.14667198061943054, -0.03506569191813469, -0.00008139589772326872, 0.04162312299013138, 0.05809372663497925, -0.17254281044006348, -0.023688722401857376, 0.13782982528209686, 0.13934236764907837, -0.009223707020282745, -0.0031593376770615578, 0.026769278571009636, 0.041877537965774536, 0.024998068809509277, -0.007541230414062738, 0.06669159978628159, 0.22898682951927185, -0.059857990592718124, -0.0026132918428629637, -0.03396274521946907, -0.027062878012657166, -0.07244472205638885, 0.14455612003803253, 0.026762016117572784, -0.026530159637331963, -0.07327450066804886, 0.17745466530323029, -0.09094073623418808, -0.30084866285324097, 0.010458000004291534, -0.1402224898338318, -0.16497160494327545, -0.06558995693922043, 0.0871361643075943, -0.008354529738426208, 0.012265454046428204, 0.10904150456190109, -0.06790504604578018, 0.12529952824115753, 0.09068482369184494, -0.00866423174738884, -0.00031434118864126503, 0.09087281674146652, -0.1415894776582718, 0.22148621082305908, 0.006940556224435568, 0.056441374123096466, 0.10751096159219742, -0.05066266283392906, -0.08146632462739944, 0.017907027155160904, 0.10426004230976105, -0.044143613427877426, 0.033372912555933, 0.1707291603088379, 0.02283722348511219, 0.11147275567054749, 0.09956181049346924, -0.05547640472650528, 0.07671605795621872, 0.037718404084444046, -0.06796488165855408, -0.060471829026937485, 0.13882562518119812, -0.149110808968544, 0.0670052170753479, 0.12128034979104996, -0.039599593728780746, 0.03547736629843712, -0.029516786336898804, 0.022654229775071144, -0.025254230946302414, 0.17811554670333862, -0.005416603293269873, -0.17849473655223846, 0.025895798578858376, -0.07070358842611313, 0.11674436926841736, -0.10159908980131149, -0.045793160796165466, -0.00710698077455163, 0.013231812044978142, -0.10801181942224503, 0.13521027565002441, 0.08333911001682281, -0.017441505566239357, -0.033826909959316254, -0.176942378282547, 0.025153277441859245, 0.11579133570194244, -0.058561377227306366, 0.05629381909966469 ]
be5912e0562f6aae77d9a06e93f43e61dd12f079
# Dataset Card for Electricity Load Diagrams ## 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:** [Electricity Load Diagrams 2011-2014](https://archive.ics.uci.edu/ml/datasets/ElectricityLoadDiagrams20112014) - **Paper:** [Modeling Long- and Short-Term Temporal Patterns with Deep Neural Networks ](https://dl.acm.org/doi/10.1145/3209978.3210006) - **Point of Contact:** [Artur Trindade](mailto:artur.trindade@elergone.pt) ### Dataset Summary This dataset contains hourly kW electricity consumption time series of 370 Portuguese clients from 2011 to 2014. ### Dataset Usage The dataset has the following configuration parameters: - `freq` is the time series frequency at which we resample (default: `"1H"`) - `prediction_length` is the forecast horizon for this task which is used to make the validation and test splits (default: `24`) - `rolling_evaluations` is the number of rolling window time series in the test split for evaluation purposes (default: `7`) For example, you can specify your own configuration different from those used in the papers as follows: ```python load_dataset("electricity_load_diagrams", "uci", rolling_evaluations=10) ``` > Notes: > - Data set has no missing values. > - Values are in kW of each 15 min rescaled to hourly. To convert values in kWh values must be divided by 4. > - All time labels report to Portuguese hour, however all days present 96 measures (24*4). > - Every year in March time change day (which has only 23 hours) the values between 1:00 am and 2:00 am are zero for all points. > - Every year in October time change day (which has 25 hours) the values between 1:00 am and 2:00 am aggregate the consumption of two hours. ### Supported Tasks and Leaderboards - `univariate-time-series-forecasting`: The time series forecasting tasks involves learning the future `target` values of time series in a dataset for the `prediction_length` time steps. The results of the forecasts can then be validated via the ground truth in the `validation` split and tested via the `test` split. ### Languages ## Dataset Structure Data set has no missing values. The raw values are in kW of each 15 min interval and are resampled to hourly frequency. Each time series represent one client. Some clients were created after 2011. In these cases consumption were considered zero. All time labels report to Portuguese hour, however all days contain 96 measurements (24*4). Every year in March time change day (which has only 23 hours) the values between 1:00 am and 2:00 am are zero for all points. Every year in October time change day (which has 25 hours) the values between 1:00 am and 2:00 am aggregate the consumption of two hours. ### Data Instances A sample from the training set is provided below: ``` { 'start': datetime.datetime(2012, 1, 1, 0, 0), 'target': [14.0, 18.0, 21.0, 20.0, 22.0, 20.0, 20.0, 20.0, 13.0, 11.0], # <= this target array is a concatenated sample 'feat_static_cat': [0], 'item_id': '0' } ``` We have two configurations `uci` and `lstnet`, which are specified as follows. The time series are resampled to hourly frequency. We test on 7 rolling windows of prediction length of 24. The `uci` validation therefore ends 24*7 time steps before the end of each time series. The training split ends 24 time steps before the end of the validation split. For the `lsnet` configuration we split the training window so that it is 0.6-th of the full time series and the validation is 0.8-th of the full time series and the last 0.2-th length time windows is used as the test set of 7 rolling windows of the 24 time steps each. Finally, as in the LSTNet paper, we only consider time series that are active in the year 2012--2014, which leaves us with 320 time series. ### Data Fields For this univariate regular time series we have: - `start`: a `datetime` of the first entry of each time series in the dataset - `target`: an `array[float32]` of the actual target values - `feat_static_cat`: an `array[uint64]` which contains a categorical identifier of each time series in the dataset - `item_id`: a string identifier of each time series in a dataset for reference Given the `freq` and the `start` datetime, we can assign a datetime to each entry in the target array. ### Data Splits | name |train|unsupervised|test | |----------|----:|-----------:|----:| |uci|370| 2590|370| |lstnet|320| 2240|320| ## Dataset Creation The Electricity Load Diagrams 2011–2014 Dataset was developed by Artur Trindade and shared in UCI Machine Learning Repository. This dataset covers the electricity load of 370 substations in Portugal from the start of 2011 to the end of 2014 with a sampling period of 15 min. We will resample this to hourly time series. ### Curation Rationale Research and development of load forecasting methods. In particular short-term electricity forecasting. ### Source Data This dataset covers the electricity load of 370 sub-stations in Portugal from the start of 2011 to the end of 2014 with a sampling period of 15 min. #### 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{10.1145/3209978.3210006, author = {Lai, Guokun and Chang, Wei-Cheng and Yang, Yiming and Liu, Hanxiao}, title = {Modeling Long- and Short-Term Temporal Patterns with Deep Neural Networks}, year = {2018}, isbn = {9781450356572}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, url = {https://doi.org/10.1145/3209978.3210006}, doi = {10.1145/3209978.3210006}, booktitle = {The 41st International ACM SIGIR Conference on Research & Development in Information Retrieval}, pages = {95--104}, numpages = {10}, location = {Ann Arbor, MI, USA}, series = {SIGIR '18} } ``` ### Contributions Thanks to [@kashif](https://github.com/kashif) for adding this dataset.
electricity_load_diagrams
[ "task_categories:time-series-forecasting", "task_ids:univariate-time-series-forecasting", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:original", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["found"], "language": [], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["original"], "task_categories": ["time-series-forecasting"], "task_ids": ["univariate-time-series-forecasting"], "pretty_name": "Electricity Load Diagrams", "dataset_info": [{"config_name": "uci", "features": [{"name": "start", "dtype": "timestamp[s]"}, {"name": "target", "sequence": "float32"}, {"name": "feat_static_cat", "sequence": "uint64"}, {"name": "item_id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 42968147, "num_examples": 370}, {"name": "test", "num_bytes": 302059069, "num_examples": 2590}, {"name": "validation", "num_bytes": 43004777, "num_examples": 370}], "download_size": 261335609, "dataset_size": 388031993}, {"config_name": "lstnet", "features": [{"name": "start", "dtype": "timestamp[s]"}, {"name": "target", "sequence": "float32"}, {"name": "feat_static_cat", "sequence": "uint64"}, {"name": "item_id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 20843200, "num_examples": 320}, {"name": "test", "num_bytes": 195401080, "num_examples": 2240}, {"name": "validation", "num_bytes": 27787720, "num_examples": 320}], "download_size": 261335609, "dataset_size": 244032000}]}
2024-01-18T11:03:07+00:00
[]
[]
TAGS #task_categories-time-series-forecasting #task_ids-univariate-time-series-forecasting #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #license-unknown #region-us
Dataset Card for Electricity Load Diagrams ========================================== 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: Electricity Load Diagrams 2011-2014 * Paper: Modeling Long- and Short-Term Temporal Patterns with Deep Neural Networks * Point of Contact: Artur Trindade ### Dataset Summary This dataset contains hourly kW electricity consumption time series of 370 Portuguese clients from 2011 to 2014. ### Dataset Usage The dataset has the following configuration parameters: * 'freq' is the time series frequency at which we resample (default: '"1H"') * 'prediction\_length' is the forecast horizon for this task which is used to make the validation and test splits (default: '24') * 'rolling\_evaluations' is the number of rolling window time series in the test split for evaluation purposes (default: '7') For example, you can specify your own configuration different from those used in the papers as follows: > > Notes: > > > * Data set has no missing values. > * Values are in kW of each 15 min rescaled to hourly. To convert values in kWh values must be divided by 4. > * All time labels report to Portuguese hour, however all days present 96 measures (24\*4). > * Every year in March time change day (which has only 23 hours) the values between 1:00 am and 2:00 am are zero for all points. > * Every year in October time change day (which has 25 hours) the values between 1:00 am and 2:00 am aggregate the consumption of two hours. > > > ### Supported Tasks and Leaderboards * 'univariate-time-series-forecasting': The time series forecasting tasks involves learning the future 'target' values of time series in a dataset for the 'prediction\_length' time steps. The results of the forecasts can then be validated via the ground truth in the 'validation' split and tested via the 'test' split. ### Languages Dataset Structure ----------------- Data set has no missing values. The raw values are in kW of each 15 min interval and are resampled to hourly frequency. Each time series represent one client. Some clients were created after 2011. In these cases consumption were considered zero. All time labels report to Portuguese hour, however all days contain 96 measurements (24\*4). Every year in March time change day (which has only 23 hours) the values between 1:00 am and 2:00 am are zero for all points. Every year in October time change day (which has 25 hours) the values between 1:00 am and 2:00 am aggregate the consumption of two hours. ### Data Instances A sample from the training set is provided below: We have two configurations 'uci' and 'lstnet', which are specified as follows. The time series are resampled to hourly frequency. We test on 7 rolling windows of prediction length of 24. The 'uci' validation therefore ends 24\*7 time steps before the end of each time series. The training split ends 24 time steps before the end of the validation split. For the 'lsnet' configuration we split the training window so that it is 0.6-th of the full time series and the validation is 0.8-th of the full time series and the last 0.2-th length time windows is used as the test set of 7 rolling windows of the 24 time steps each. Finally, as in the LSTNet paper, we only consider time series that are active in the year 2012--2014, which leaves us with 320 time series. ### Data Fields For this univariate regular time series we have: * 'start': a 'datetime' of the first entry of each time series in the dataset * 'target': an 'array[float32]' of the actual target values * 'feat\_static\_cat': an 'array[uint64]' which contains a categorical identifier of each time series in the dataset * 'item\_id': a string identifier of each time series in a dataset for reference Given the 'freq' and the 'start' datetime, we can assign a datetime to each entry in the target array. ### Data Splits Dataset Creation ---------------- The Electricity Load Diagrams 2011–2014 Dataset was developed by Artur Trindade and shared in UCI Machine Learning Repository. This dataset covers the electricity load of 370 substations in Portugal from the start of 2011 to the end of 2014 with a sampling period of 15 min. We will resample this to hourly time series. ### Curation Rationale Research and development of load forecasting methods. In particular short-term electricity forecasting. ### Source Data This dataset covers the electricity load of 370 sub-stations in Portugal from the start of 2011 to the end of 2014 with a sampling period of 15 min. #### 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 @kashif for adding this dataset.
[ "### Dataset Summary\n\n\nThis dataset contains hourly kW electricity consumption time series of 370 Portuguese clients from 2011 to 2014.", "### Dataset Usage\n\n\nThe dataset has the following configuration parameters:\n\n\n* 'freq' is the time series frequency at which we resample (default: '\"1H\"')\n* 'prediction\\_length' is the forecast horizon for this task which is used to make the validation and test splits (default: '24')\n* 'rolling\\_evaluations' is the number of rolling window time series in the test split for evaluation purposes (default: '7')\n\n\nFor example, you can specify your own configuration different from those used in the papers as follows:\n\n\n\n> \n> Notes:\n> \n> \n> * Data set has no missing values.\n> * Values are in kW of each 15 min rescaled to hourly. To convert values in kWh values must be divided by 4.\n> * All time labels report to Portuguese hour, however all days present 96 measures (24\\*4).\n> * Every year in March time change day (which has only 23 hours) the values between 1:00 am and 2:00 am are zero for all points.\n> * Every year in October time change day (which has 25 hours) the values between 1:00 am and 2:00 am aggregate the consumption of two hours.\n> \n> \n>", "### Supported Tasks and Leaderboards\n\n\n* 'univariate-time-series-forecasting': The time series forecasting tasks involves learning the future 'target' values of time series in a dataset for the 'prediction\\_length' time steps. The results of the forecasts can then be validated via the ground truth in the 'validation' split and tested via the 'test' split.", "### Languages\n\n\nDataset Structure\n-----------------\n\n\nData set has no missing values. The raw values are in kW of each 15 min interval and are resampled to hourly frequency.\nEach time series represent one client. Some clients were created after 2011. In these cases consumption were considered zero. All time labels report to Portuguese hour, however all days contain 96 measurements (24\\*4). Every year in March time change day (which has only 23 hours) the values between 1:00 am and 2:00 am are zero for all points. Every year in October time change day (which has 25 hours) the values between 1:00 am and 2:00 am aggregate the consumption of two hours.", "### Data Instances\n\n\nA sample from the training set is provided below:\n\n\nWe have two configurations 'uci' and 'lstnet', which are specified as follows.\n\n\nThe time series are resampled to hourly frequency. We test on 7 rolling windows of prediction length of 24.\n\n\nThe 'uci' validation therefore ends 24\\*7 time steps before the end of each time series. The training split ends 24 time steps before the end of the validation split.\n\n\nFor the 'lsnet' configuration we split the training window so that it is 0.6-th of the full time series and the validation is 0.8-th of the full time series and the last 0.2-th length time windows is used as the test set of 7 rolling windows of the 24 time steps each. Finally, as in the LSTNet paper, we only consider time series that are active in the year 2012--2014, which leaves us with 320 time series.", "### Data Fields\n\n\nFor this univariate regular time series we have:\n\n\n* 'start': a 'datetime' of the first entry of each time series in the dataset\n* 'target': an 'array[float32]' of the actual target values\n* 'feat\\_static\\_cat': an 'array[uint64]' which contains a categorical identifier of each time series in the dataset\n* 'item\\_id': a string identifier of each time series in a dataset for reference\n\n\nGiven the 'freq' and the 'start' datetime, we can assign a datetime to each entry in the target array.", "### Data Splits\n\n\n\nDataset Creation\n----------------\n\n\nThe Electricity Load Diagrams 2011–2014 Dataset was developed by Artur Trindade and shared in UCI Machine Learning Repository. This dataset covers the electricity load of 370 substations in Portugal from the start of 2011 to the end of 2014 with a sampling period of 15 min. We will resample this to hourly time series.", "### Curation Rationale\n\n\nResearch and development of load forecasting methods. In particular short-term electricity forecasting.", "### Source Data\n\n\nThis dataset covers the electricity load of 370 sub-stations in Portugal from the start of 2011 to the end of 2014 with a sampling period of 15 min.", "#### 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 @kashif for adding this dataset." ]
[ "TAGS\n#task_categories-time-series-forecasting #task_ids-univariate-time-series-forecasting #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #license-unknown #region-us \n", "### Dataset Summary\n\n\nThis dataset contains hourly kW electricity consumption time series of 370 Portuguese clients from 2011 to 2014.", "### Dataset Usage\n\n\nThe dataset has the following configuration parameters:\n\n\n* 'freq' is the time series frequency at which we resample (default: '\"1H\"')\n* 'prediction\\_length' is the forecast horizon for this task which is used to make the validation and test splits (default: '24')\n* 'rolling\\_evaluations' is the number of rolling window time series in the test split for evaluation purposes (default: '7')\n\n\nFor example, you can specify your own configuration different from those used in the papers as follows:\n\n\n\n> \n> Notes:\n> \n> \n> * Data set has no missing values.\n> * Values are in kW of each 15 min rescaled to hourly. To convert values in kWh values must be divided by 4.\n> * All time labels report to Portuguese hour, however all days present 96 measures (24\\*4).\n> * Every year in March time change day (which has only 23 hours) the values between 1:00 am and 2:00 am are zero for all points.\n> * Every year in October time change day (which has 25 hours) the values between 1:00 am and 2:00 am aggregate the consumption of two hours.\n> \n> \n>", "### Supported Tasks and Leaderboards\n\n\n* 'univariate-time-series-forecasting': The time series forecasting tasks involves learning the future 'target' values of time series in a dataset for the 'prediction\\_length' time steps. The results of the forecasts can then be validated via the ground truth in the 'validation' split and tested via the 'test' split.", "### Languages\n\n\nDataset Structure\n-----------------\n\n\nData set has no missing values. The raw values are in kW of each 15 min interval and are resampled to hourly frequency.\nEach time series represent one client. Some clients were created after 2011. In these cases consumption were considered zero. All time labels report to Portuguese hour, however all days contain 96 measurements (24\\*4). Every year in March time change day (which has only 23 hours) the values between 1:00 am and 2:00 am are zero for all points. Every year in October time change day (which has 25 hours) the values between 1:00 am and 2:00 am aggregate the consumption of two hours.", "### Data Instances\n\n\nA sample from the training set is provided below:\n\n\nWe have two configurations 'uci' and 'lstnet', which are specified as follows.\n\n\nThe time series are resampled to hourly frequency. We test on 7 rolling windows of prediction length of 24.\n\n\nThe 'uci' validation therefore ends 24\\*7 time steps before the end of each time series. The training split ends 24 time steps before the end of the validation split.\n\n\nFor the 'lsnet' configuration we split the training window so that it is 0.6-th of the full time series and the validation is 0.8-th of the full time series and the last 0.2-th length time windows is used as the test set of 7 rolling windows of the 24 time steps each. Finally, as in the LSTNet paper, we only consider time series that are active in the year 2012--2014, which leaves us with 320 time series.", "### Data Fields\n\n\nFor this univariate regular time series we have:\n\n\n* 'start': a 'datetime' of the first entry of each time series in the dataset\n* 'target': an 'array[float32]' of the actual target values\n* 'feat\\_static\\_cat': an 'array[uint64]' which contains a categorical identifier of each time series in the dataset\n* 'item\\_id': a string identifier of each time series in a dataset for reference\n\n\nGiven the 'freq' and the 'start' datetime, we can assign a datetime to each entry in the target array.", "### Data Splits\n\n\n\nDataset Creation\n----------------\n\n\nThe Electricity Load Diagrams 2011–2014 Dataset was developed by Artur Trindade and shared in UCI Machine Learning Repository. This dataset covers the electricity load of 370 substations in Portugal from the start of 2011 to the end of 2014 with a sampling period of 15 min. We will resample this to hourly time series.", "### Curation Rationale\n\n\nResearch and development of load forecasting methods. In particular short-term electricity forecasting.", "### Source Data\n\n\nThis dataset covers the electricity load of 370 sub-stations in Portugal from the start of 2011 to the end of 2014 with a sampling period of 15 min.", "#### 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 @kashif for adding this dataset." ]
[ 95, 31, 277, 97, 151, 205, 151, 88, 26, 41, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 16 ]
[ "passage: TAGS\n#task_categories-time-series-forecasting #task_ids-univariate-time-series-forecasting #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-original #license-unknown #region-us \n### Dataset Summary\n\n\nThis dataset contains hourly kW electricity consumption time series of 370 Portuguese clients from 2011 to 2014.### Dataset Usage\n\n\nThe dataset has the following configuration parameters:\n\n\n* 'freq' is the time series frequency at which we resample (default: '\"1H\"')\n* 'prediction\\_length' is the forecast horizon for this task which is used to make the validation and test splits (default: '24')\n* 'rolling\\_evaluations' is the number of rolling window time series in the test split for evaluation purposes (default: '7')\n\n\nFor example, you can specify your own configuration different from those used in the papers as follows:\n\n\n\n> \n> Notes:\n> \n> \n> * Data set has no missing values.\n> * Values are in kW of each 15 min rescaled to hourly. To convert values in kWh values must be divided by 4.\n> * All time labels report to Portuguese hour, however all days present 96 measures (24\\*4).\n> * Every year in March time change day (which has only 23 hours) the values between 1:00 am and 2:00 am are zero for all points.\n> * Every year in October time change day (which has 25 hours) the values between 1:00 am and 2:00 am aggregate the consumption of two hours.\n> \n> \n>### Supported Tasks and Leaderboards\n\n\n* 'univariate-time-series-forecasting': The time series forecasting tasks involves learning the future 'target' values of time series in a dataset for the 'prediction\\_length' time steps. The results of the forecasts can then be validated via the ground truth in the 'validation' split and tested via the 'test' split.", "passage: ### Languages\n\n\nDataset Structure\n-----------------\n\n\nData set has no missing values. The raw values are in kW of each 15 min interval and are resampled to hourly frequency.\nEach time series represent one client. Some clients were created after 2011. In these cases consumption were considered zero. All time labels report to Portuguese hour, however all days contain 96 measurements (24\\*4). Every year in March time change day (which has only 23 hours) the values between 1:00 am and 2:00 am are zero for all points. Every year in October time change day (which has 25 hours) the values between 1:00 am and 2:00 am aggregate the consumption of two hours.### Data Instances\n\n\nA sample from the training set is provided below:\n\n\nWe have two configurations 'uci' and 'lstnet', which are specified as follows.\n\n\nThe time series are resampled to hourly frequency. We test on 7 rolling windows of prediction length of 24.\n\n\nThe 'uci' validation therefore ends 24\\*7 time steps before the end of each time series. The training split ends 24 time steps before the end of the validation split.\n\n\nFor the 'lsnet' configuration we split the training window so that it is 0.6-th of the full time series and the validation is 0.8-th of the full time series and the last 0.2-th length time windows is used as the test set of 7 rolling windows of the 24 time steps each. Finally, as in the LSTNet paper, we only consider time series that are active in the year 2012--2014, which leaves us with 320 time series.### Data Fields\n\n\nFor this univariate regular time series we have:\n\n\n* 'start': a 'datetime' of the first entry of each time series in the dataset\n* 'target': an 'array[float32]' of the actual target values\n* 'feat\\_static\\_cat': an 'array[uint64]' which contains a categorical identifier of each time series in the dataset\n* 'item\\_id': a string identifier of each time series in a dataset for reference\n\n\nGiven the 'freq' and the 'start' datetime, we can assign a datetime to each entry in the target array.### Data Splits\n\n\n\nDataset Creation\n----------------\n\n\nThe Electricity Load Diagrams 2011–2014 Dataset was developed by Artur Trindade and shared in UCI Machine Learning Repository. This dataset covers the electricity load of 370 substations in Portugal from the start of 2011 to the end of 2014 with a sampling period of 15 min. We will resample this to hourly time series.### Curation Rationale\n\n\nResearch and development of load forecasting methods. In particular short-term electricity forecasting." ]
[ -0.11404287815093994, 0.12255844473838806, -0.004967965185642242, 0.04161223769187927, 0.07280147075653076, 0.02893143706023693, 0.027045082300901413, 0.07092832028865814, -0.08801223337650299, 0.13508528470993042, 0.041132956743240356, -0.06847341358661652, 0.10232162475585938, 0.11062662303447723, 0.006625285372138023, -0.13479679822921753, 0.08372461795806885, -0.06686745584011078, -0.009535985998809338, 0.08006620407104492, 0.056108199059963226, -0.08266935497522354, 0.054832763969898224, -0.023222822695970535, -0.011786283925175667, -0.02029334381222725, -0.03188092261552811, -0.020140428096055984, 0.0857667326927185, 0.07201187312602997, 0.01623491570353508, -0.027325980365276337, 0.00045147165656089783, -0.14148291945457458, 0.006215078290551901, 0.08934184908866882, 0.0038048666901886463, 0.034182749688625336, 0.040633346885442734, 0.03904836252331734, 0.08577960729598999, -0.07028134912252426, 0.022687623277306557, 0.019942888990044594, -0.1404772698879242, -0.05131862685084343, -0.1500776708126068, -0.018416738137602806, 0.07373933494091034, 0.1215239018201828, -0.023883458226919174, 0.10493071377277374, -0.04812271147966385, 0.03994903713464737, 0.10390566289424896, -0.2195819765329361, -0.011105220764875412, -0.03474373370409012, 0.049127183854579926, 0.007885175757110119, -0.08838512748479843, -0.028287215158343315, 0.03195054084062576, -0.01315685361623764, -0.07496844232082367, -0.029791394248604774, -0.012613460421562195, -0.03545390069484711, -0.10837803781032562, -0.08681028336286545, 0.15989932417869568, 0.007365511730313301, -0.08990475535392761, -0.03673332929611206, -0.02669803611934185, -0.09552434831857681, 0.011472057551145554, 0.036340516060590744, 0.015822185203433037, 0.024044977501034737, 0.04025901108980179, -0.006583486218005419, -0.08109176903963089, -0.011778304353356361, -0.05887369066476822, 0.10852140933275223, 0.028909733518958092, 0.012466789223253727, 0.01127873919904232, 0.10841561108827591, -0.06320591270923615, -0.06452839076519012, -0.10470685362815857, 0.020521657541394234, -0.11857882887125015, -0.02057775855064392, -0.04734237492084503, -0.023264624178409576, 0.0016292445361614227, 0.18793238699436188, -0.15454769134521484, 0.0259723961353302, 0.02743431180715561, -0.012471657246351242, 0.038795944303274155, 0.10355739295482635, -0.04535158723592758, -0.05647192522883415, -0.039731912314891815, -0.02398696169257164, 0.01019141636788845, -0.02353525161743164, 0.03540707007050514, -0.02627810463309288, 0.04530015587806702, 0.09063626825809479, 0.03301779180765152, 0.02816624566912651, -0.0454397015273571, 0.0025373687967658043, 0.10951383411884308, -0.1513674259185791, 0.01591111347079277, 0.0074115837924182415, -0.03472595661878586, 0.0030854977667331696, 0.04605711251497269, -0.03265704587101936, -0.0763050839304924, 0.022128988057374954, -0.07174248993396759, -0.04467529058456421, -0.10013526678085327, -0.06145714223384857, 0.02305762469768524, -0.13938380777835846, -0.06349031627178192, -0.011092908680438995, -0.15138275921344757, -0.0951204001903534, -0.007258944679051638, -0.033540062606334686, 0.021772107109427452, -0.035612449049949646, -0.06540864706039429, -0.0015406743623316288, 0.019039329141378403, 0.13669872283935547, -0.03132234513759613, 0.029308930039405823, 0.028003081679344177, 0.028887586668133736, -0.015544261783361435, 0.040754567831754684, -0.10204484313726425, 0.036795321851968765, -0.05993245914578438, 0.0968114584684372, -0.02938184142112732, -0.01999773271381855, -0.0669611319899559, 0.003990793600678444, -0.01934577152132988, 0.006941312458366156, 0.0736033171415329, 0.1222483217716217, -0.18681380152702332, -0.00980856642127037, 0.1259641945362091, -0.14002829790115356, -0.06917782127857208, 0.04785677045583725, 0.0049609895795583725, 0.07005047798156738, 0.026957953348755836, 0.021596485748887062, 0.06629247963428497, -0.020406126976013184, -0.09364713728427887, -0.08705080300569534, -0.015319183468818665, 0.04822748526930809, 0.04347311705350876, -0.0811227485537529, 0.0897304117679596, 0.029136300086975098, -0.07378034293651581, -0.02920662984251976, -0.017819153144955635, -0.027189068496227264, 0.0006657075136899948, -0.02213551290333271, -0.022475071251392365, 0.019554514437913895, -0.04577324539422989, -0.005871656350791454, -0.06835616379976273, 0.041085414588451385, 0.0676092654466629, -0.016760077327489853, 0.07349496334791183, -0.08479049801826477, 0.04177103936672211, -0.014542239718139172, -0.01629699394106865, -0.18316656351089478, -0.07254336029291153, 0.023010436445474625, 0.01616852730512619, 0.026118818670511246, 0.0039493851363658905, 0.03281848505139351, 0.010134155862033367, -0.025888608768582344, -0.0221230648458004, -0.007981440052390099, -0.007355073932558298, -0.06406658887863159, -0.12246023118495941, -0.0016472756396979094, -0.03077324852347374, 0.039609361439943314, -0.13573354482650757, -0.020287368446588516, 0.11020363867282867, 0.08795014023780823, 0.015522127039730549, -0.08778896927833557, 0.01868794858455658, 0.0450548380613327, -0.02675897814333439, -0.06776824593544006, -0.01560304407030344, 0.03344808146357536, 0.02958817407488823, 0.07117925584316254, -0.19102051854133606, -0.1273784637451172, 0.04445647820830345, 0.13160750269889832, -0.12610980868339539, 0.06295138597488403, -0.024508699774742126, -0.03371326997876167, -0.09803952276706696, -0.008031129837036133, 0.15418386459350586, 0.0602133646607399, 0.06146760657429695, -0.05509476363658905, -0.028482520952820778, 0.012593813240528107, 0.004370111506432295, -0.05062343552708626, 0.06906460225582123, -0.034832727164030075, -0.11814728379249573, 0.04697597399353981, -0.027837933972477913, 0.025849515572190285, 0.13670800626277924, -0.04835281893610954, -0.11498357355594635, -0.06679324060678482, 0.07561742514371872, 0.04823140799999237, 0.12238506972789764, -0.12372195720672607, 0.004875723272562027, 0.01713845133781433, 0.054326027631759644, 0.0013940490316599607, -0.10060490667819977, 0.0532044917345047, 0.03175150603055954, -0.013170797377824783, -0.00042139552533626556, -0.013661740347743034, -0.013745465315878391, 0.044634703546762466, 0.03886362910270691, 0.05239918828010559, -0.007081352174282074, -0.03209348022937775, -0.12127882242202759, 0.1736743003129959, -0.11127223819494247, -0.14066508412361145, -0.1454702913761139, 0.007691219449043274, -0.021948453038930893, -0.04102380573749542, 0.043854184448719025, -0.013381688855588436, -0.0856637954711914, -0.09981231391429901, 0.007345128804445267, 0.0082157077267766, -0.011485797353088856, -0.027628576382994652, 0.01489173248410225, 0.018621230497956276, -0.08987697958946228, 0.04301565885543823, -0.008054290898144245, -0.04530364274978638, -0.0033097174018621445, 0.030586637556552887, 0.07765918970108032, 0.07527618110179901, -0.015109818428754807, -0.01030428521335125, 0.015279133804142475, 0.14364731311798096, -0.11297417432069778, 0.04913971200585365, 0.1156674474477768, 0.0033837147057056427, 0.07224519550800323, 0.06987446546554565, -0.03677542507648468, -0.06466591358184814, 0.02496473491191864, 0.06976916640996933, -0.04859727621078491, -0.22795501351356506, -0.03069884702563286, -0.06995341181755066, -0.054971400648355484, 0.006795860826969147, 0.031080499291419983, -0.049847934395074844, 0.007601720746606588, -0.061912938952445984, -0.0316232293844223, -0.033251870423555374, 0.04562903940677643, 0.0634407252073288, 0.0020452719181776047, 0.03501945734024048, -0.07997362315654755, 0.07593831419944763, 0.08976434916257858, -0.03035278245806694, 0.1566159874200821, -0.08619730174541473, 0.08898074924945831, 0.06725368648767471, 0.11247771233320236, -0.030249986797571182, 0.07076238095760345, -0.05667329579591751, 0.024631399661302567, 0.023900942876935005, -0.054196976125240326, -0.052487317472696304, 0.04316790774464607, 0.026205189526081085, -0.004567035008221865, -0.04154336452484131, 0.009377526119351387, 0.01832776889204979, 0.21385803818702698, 0.14065691828727722, -0.12308815121650696, -0.12056069821119308, -0.02314561977982521, -0.0139281265437603, -0.1263430118560791, -0.023092597723007202, 0.09284825623035431, -0.07357668876647949, 0.04245326295495033, -0.01923839934170246, 0.04560799151659012, -0.11057775467634201, -0.024027250707149506, 0.01266220398247242, 0.03705499693751335, -0.039385341107845306, 0.05109408497810364, -0.1575137972831726, 0.14364442229270935, 0.0030341241508722305, 0.09334458410739899, -0.015126499347388744, 0.04299171268939972, 0.00016612466424703598, -0.019128967076539993, 0.09690481424331665, 0.044915586709976196, -0.04150914028286934, -0.02657017670571804, -0.05218398943543434, -0.009619070217013359, 0.11271294206380844, -0.03906342014670372, 0.10890503227710724, -0.016384445130825043, 0.02553916722536087, 0.007843058556318283, -0.005271165631711483, -0.07459551095962524, -0.13953188061714172, 0.09722672402858734, -0.072522833943367, 0.04436640441417694, -0.03495936095714569, -0.02095029316842556, -0.09191958606243134, 0.1818055510520935, -0.13654686510562897, -0.047194864600896835, -0.12551143765449524, -0.028875313699245453, 0.14144887030124664, -0.06703726202249527, 0.04213637113571167, 0.006261576432734728, 0.09692637622356415, 0.014111733064055443, -0.007145389914512634, 0.0863036960363388, -0.024072876200079918, -0.18511459231376648, -0.048680394887924194, 0.07644778490066528, 0.06465693563222885, -0.007087796460837126, -0.02498764730989933, 0.08356107026338577, -0.008666088804602623, -0.0652383491396904, 0.00702398968860507, 0.0737094134092331, 0.01964125968515873, 0.05674111470580101, 0.0046087875962257385, -0.04681330919265747, -0.031519245356321335, -0.07845526188611984, 0.051158029586076736, 0.1875770390033722, -0.04174100607633591, 0.08085112273693085, 0.11645573377609253, -0.06343162804841995, -0.2229739874601364, 0.000879916362464428, 0.015351907350122929, 0.05573757365345955, -0.015481900423765182, -0.121767058968544, 0.004220306873321533, 0.052330609411001205, 0.01249876618385315, 0.06785903871059418, -0.22415252029895782, -0.10628212243318558, 0.011300674639642239, 0.01647195965051651, 0.02379307709634304, -0.0565706267952919, -0.050025392323732376, 0.02753370627760887, -0.036438893526792526, 0.02240864187479019, 0.03512773662805557, 0.07056230306625366, -0.0049811964854598045, -0.0026952121406793594, 0.015736518427729607, -0.03398833051323891, 0.11338922381401062, -0.003971640951931477, 0.026750177145004272, -0.04642266780138016, -0.013450007885694504, 0.15347820520401, -0.07938079535961151, 0.07114315032958984, 0.03684353083372116, 0.07037869095802307, -0.08607421070337296, -0.012330880388617516, -0.02801397442817688, 0.03919309377670288, -0.07030650973320007, -0.0015106620267033577, -0.04318663477897644, 0.08014881610870361, 0.05719688907265663, -0.00705758249387145, 0.015439648181200027, -0.00935707800090313, -0.02846742421388626, 0.2295641154050827, 0.05376320332288742, 0.0382603257894516, -0.05809883773326874, 0.00042855553328990936, 0.01267211139202118, 0.03414124250411987, -0.08217699825763702, 0.009447666816413403, 0.08115509152412415, 0.0738736242055893, 0.08427245914936066, -0.0005491543561220169, -0.17022588849067688, 0.030365800485014915, 0.04218705743551254, -0.07553641498088837, -0.14862748980522156, 0.032802287489175797, -0.0334959514439106, -0.13941839337348938, 0.005043976940214634, 0.10729725658893585, 0.010456789284944534, -0.009337784722447395, -0.007685806602239609, 0.08604753017425537, -0.021566521376371384, 0.12941670417785645, -0.06080072745680809, 0.035441502928733826, -0.08846358209848404, 0.11763033270835876, 0.04993949085474014, -0.1070193499326706, 0.03994109481573105, 0.09537399560213089, -0.0994335412979126, -0.05459146946668625, 0.04786153882741928, 0.004259299486875534, -0.08579619228839874, -0.045949045568704605, -0.010260986164212227, -0.09242793172597885, 0.07010210305452347, 0.19741687178611755, -0.008161765523254871, 0.12567859888076782, -0.006602775305509567, -0.028901461511850357, -0.05560629814863205, 0.05256780982017517, 0.04825515300035477, 0.052167028188705444, -0.0024037398397922516, 0.10631419718265533, 0.014231334440410137, -0.03213189169764519, 0.019064869731664658, -0.06478619575500488, -0.07155752927064896, 0.0014805723913013935, -0.04218544438481331, -0.023443344980478287, -0.027394037693738937, -0.0246304739266634, 0.0016170046292245388, -0.03700242564082146, 0.012553218752145767, 0.036004796624183655, -0.026018710806965828, -0.0513853058218956, -0.03814005106687546, 0.05372513085603714, -0.12569141387939453, 0.018682805821299553, 0.05643636733293533, -0.08431906998157501, 0.08062327653169632, 0.025864720344543457, 0.005805846303701401, 0.010915914550423622, -0.0006111622788012028, 0.03853005915880203, -0.029424715787172318, 0.020285170525312424, 0.03422911465167999, -0.143976628780365, 0.0020051412284374237, 0.003303181380033493, -0.03943292424082756, 0.027961276471614838, 0.07558973133563995, -0.09482533484697342, 0.07606792449951172, -0.02126806043088436, 0.004616281017661095, -0.035059817135334015, 0.06245095282793045, 0.047294747084379196, 0.022997552528977394, 0.09063412249088287, -0.03712661564350128, 0.02631319686770439, -0.08877769857645035, -0.02224993333220482, 0.020312776789069176, 0.013959035277366638, -0.002110913395881653, 0.002644744934514165, 0.0714387595653534, -0.013496248982846737, 0.06629970669746399, -0.05924563109874725, 0.0677819699048996, 0.016794497147202492, -0.05775971710681915, -0.09828612208366394, 0.031081663444638252, 0.09603191167116165, 0.007205247413367033, -0.01421063020825386, -0.0009846566244959831, 0.017810683697462082, -0.041811395436525345, -0.041792646050453186, 0.15511934459209442, 0.07457326352596283, 0.123088538646698, 0.08665130287408829, -0.03387530520558357, -0.10106579214334488, -0.06025054305791855, 0.06155572831630707, -0.08588150143623352, 0.03312205895781517, -0.028347531333565712, 0.04776883125305176, 0.097804494202137, -0.14476653933525085, 0.10966169089078903, -0.030232561752200127, -0.06229603290557861, -0.024159971624612808, -0.14647871255874634, -0.01660962961614132, -0.025120586156845093, 0.007011336274445057, -0.08790810406208038, 0.07789197564125061, 0.0971163660287857, 0.016858406364917755, 0.027573643252253532, 0.1076764464378357, -0.11685419082641602, -0.039982229471206665, 0.02637574076652527, 0.024043330922722816, 0.02514326386153698, 0.071669802069664, 0.03384526073932648, 0.04295462369918823, 0.0023361854255199432, 0.0719112977385521, 0.07948440313339233, 0.08358520269393921, 0.04112536087632179, 0.05120750889182091, -0.048297956585884094, 0.021348340436816216, 0.008230422623455524, 0.019023239612579346, 0.13945379853248596, 0.07745323330163956, 0.016656544059515, -0.006641709245741367, 0.16393791139125824, -0.08800803124904633, -0.07288326323032379, -0.1449328511953354, 0.1429157853126526, 0.05872191861271858, 0.024078380316495895, -0.023154087364673615, -0.11882144212722778, 0.05685859173536301, 0.15148848295211792, 0.009365647099912167, 0.02643095701932907, 0.00006106914952397346, 0.043845802545547485, 0.001944308402016759, -0.014631043188273907, 0.017188742756843567, 0.030205031856894493, 0.16433465480804443, -0.025708219036459923, -0.0059662796556949615, -0.024761073291301727, -0.02176525630056858, -0.021811410784721375, 0.09062589704990387, -0.05755184590816498, -0.009695768356323242, -0.06417933851480484, 0.06534899026155472, -0.049487028270959854, -0.30472898483276367, 0.09641849249601364, -0.08696040511131287, -0.12128446996212006, -0.014078948646783829, 0.05696190521121025, 0.00024491408839821815, 0.056967999786138535, 0.04490803927183151, 0.030074026435613632, 0.1454959511756897, 0.03434859216213226, -0.01896265521645546, -0.10460282862186432, 0.01848144829273224, -0.08146315068006516, 0.159361332654953, 0.015461351722478867, 0.006185772828757763, 0.07955864071846008, 0.045119185000658035, -0.13096050918102264, 0.034954093396663666, 0.02843494899570942, -0.030104413628578186, 0.026978371664881706, 0.12162139266729355, 0.008127151988446712, 0.09409396350383759, 0.054182831197977066, -0.014432582072913647, 0.06725285947322845, 0.02151619642972946, 0.02026534080505371, -0.07486814260482788, 0.02442052960395813, -0.03301314264535904, 0.1810632199048996, 0.14250540733337402, -0.022379424422979355, 0.007575965020805597, -0.020564932376146317, 0.007853802293539047, -0.031951989978551865, 0.09690459072589874, -0.015494977124035358, -0.12123200297355652, 0.06074444204568863, -0.01034647785127163, 0.067728690803051, -0.17827579379081726, -0.04804948717355728, 0.07148515433073044, -0.050392553210258484, 0.011482000350952148, 0.12251605838537216, 0.04029752314090729, 0.04417208209633827, -0.03797018155455589, -0.05201059207320213, 0.015165509656071663, 0.11834711581468582, -0.07328492403030396, -0.05908868461847305 ]
3e8e3c29ce51a77b35eaa45965474c4b35850430
<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 "eli5" is defunct and no longer accessible due to unavailability of the source data.</p> </div> ## <span style="color:red">⚠️ Reddit recently [changed the terms of access](https://www.reddit.com/r/reddit/comments/12qwagm/an_update_regarding_reddits_api/) to its API, making the source data for this dataset unavailable</span>. # Dataset Card for ELI5 ## 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:** [ELI5 homepage](https://facebookresearch.github.io/ELI5/explore.html) - **Repository:** [ELI5 repository](https://github.com/facebookresearch/ELI5) - **Paper:** [ELI5: Long Form Question Answering](https://arxiv.org/abs/1907.09190) - **Point of Contact:** [Yacine Jernite](mailto:yacine@huggingface.co) ### Dataset Summary The ELI5 dataset is an English-language dataset of questions and answers gathered from three subreddits where users ask factual questions requiring paragraph-length or longer answers. The dataset was created to support the task of open-domain long form abstractive question answering, and covers questions about general topics in its [r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/) subset, science in it [r/askscience](https://www.reddit.com/r/askscience/) subset, and History in its [r/AskHistorians](https://www.reddit.com/r/AskHistorians/) subset. ### Supported Tasks and Leaderboards - `abstractive-qa`, `open-domain-abstractive-qa`: The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as [Wikipedia](https://www.wikipedia.org/)), then use it to generate a multi-sentence answer. The model performance is measured by how high its [ROUGE](https://huggingface.co/metrics/rouge) score to the reference is. A [BART-based model](https://huggingface.co/yjernite/bart_eli5) with a [dense retriever](https://huggingface.co/yjernite/retribert-base-uncased) trained to draw information from [Wikipedia passages](https://huggingface.co/datasets/wiki_snippets) achieves a [ROUGE-L of 0.149](https://yjernite.github.io/lfqa.html#generation). ### Languages The text in the dataset is in English, as spoken by Reddit users on the [r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/), [r/askscience](https://www.reddit.com/r/askscience/), and [r/AskHistorians](https://www.reddit.com/r/AskHistorians/) subreddits. The associated BCP-47 code is `en`. ## Dataset Structure ### Data Instances A typical data point comprises a question, with a `title` containing the main question and a `selftext` which sometimes elaborates on it, and a list of answers from the forum sorted by the number of upvotes they obtained. Additionally, the URLs in each of the text fields have been extracted to respective lists and replaced by generic tokens in the text. An example from the ELI5 test set looks as follows: ``` {'q_id': '8houtx', 'title': 'Why does water heated to room temperature feel colder than the air around it?', 'selftext': '', 'document': '', 'subreddit': 'explainlikeimfive', 'answers': {'a_id': ['dylcnfk', 'dylcj49'], 'text': ["Water transfers heat more efficiently than air. When something feels cold it's because heat is being transferred from your skin to whatever you're touching. Since water absorbs the heat more readily than air, it feels colder.", "Air isn't as good at transferring heat compared to something like water or steel (sit on a room temperature steel bench vs. a room temperature wooden bench, and the steel one will feel more cold).\n\nWhen you feel cold, what you're feeling is heat being transferred out of you. If there is no breeze, you feel a certain way. If there's a breeze, you will get colder faster (because the moving air is pulling the heat away from you), and if you get into water, its quite good at pulling heat from you. Get out of the water and have a breeze blow on you while you're wet, all of the water starts evaporating, pulling even more heat from you."], 'score': [5, 2]}, 'title_urls': {'url': []}, 'selftext_urls': {'url': []}, 'answers_urls': {'url': []}} ``` ### Data Fields - `q_id`: a string question identifier for each example, corresponding to its ID in the [Pushshift.io](https://files.pushshift.io/reddit/submissions/) Reddit submission dumps. - `subreddit`: One of `explainlikeimfive`, `askscience`, or `AskHistorians`, indicating which subreddit the question came from - `title`: title of the question, with URLs extracted and replaced by `URL_n` tokens - `title_urls`: list of the extracted URLs, the `n`th element of the list was replaced by `URL_n` - `selftext`: either an empty string or an elaboration of the question - `selftext_urls`: similar to `title_urls` but for `self_text` - `answers`: a list of answers, each answer has: - `a_id`: a string answer identifier for each answer, corresponding to its ID in the [Pushshift.io](https://files.pushshift.io/reddit/comments/) Reddit comments dumps. - `text`: the answer text with the URLs normalized - `score`: the number of upvotes the answer had received when the dumps were created - `answers_urls`: a list of the extracted URLs. All answers use the same list, the numbering of the normalization token continues across answer texts ### Data Splits The data is split into a training, validation and test set for each of the three subreddits. In order to avoid having duplicate questions in across sets, the `title` field of each of the questions were ranked by their tf-idf match to their nearest neighbor and the ones with the smallest value were used in the test and validation sets. The final split sizes are as follow: | | Train | Valid | Test | | ----- | ------ | ----- | ---- | | r/explainlikeimfive examples| 272634 | 9812 | 24512| | r/askscience examples | 131778 | 2281 | 4462 | | r/AskHistorians examples | 98525 | 4901 | 9764 | ## Dataset Creation ### Curation Rationale ELI5 was built to provide a testbed for machines to learn how to answer more complex questions, which requires them to find and combine information in a coherent manner. The dataset was built by gathering questions that were asked by community members of three subreddits, including [r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/), along with the answers that were provided by other users. The [rules of the subreddit](https://www.reddit.com/r/explainlikeimfive/wiki/detailed_rules) make this data particularly well suited to training a model for abstractive question answering: the questions need to seek an objective explanation about well established facts, and the answers provided need to be understandable to a layperson without any particular knowledge domain. ### Source Data #### Initial Data Collection and Normalization The data was obtained by filtering submissions and comments from the subreddits of interest from the XML dumps of the [Reddit forum](https://www.reddit.com/) hosted on [Pushshift.io](https://files.pushshift.io/reddit/). In order to further improve the quality of the selected examples, only questions with a score of at least 2 and at least one answer with a score of at least 2 were selected for the dataset. The dataset questions and answers span a period form August 2012 to August 2019. #### Who are the source language producers? The language producers are users of the [r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/), [r/askscience](https://www.reddit.com/r/askscience/), and [r/AskHistorians](https://www.reddit.com/r/AskHistorians/) subreddits between 2012 and 2019. No further demographic information was available from the data source. ### Annotations The dataset does not contain any additional annotations. #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information The authors removed the speaker IDs from the [Pushshift.io](https://files.pushshift.io/reddit/) dumps but did not otherwise anonymize the data. Some of the questions and answers are about 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 develop better question answering systems. A system that succeeds at the supported task would be able to provide a coherent answer to even complex questions requiring a multi-step explanation, which is beyond the ability of even the larger existing models. The task is also thought as a test-bed for retrieval model which can show the users which source text was used in generating the answer and allow them to confirm the information provided to them. It should be noted however that the provided answers were written by Reddit users, an information which may be lost if models trained on it are deployed in down-stream applications and presented to users without context. The specific biases this may introduce are discussed in the next section. ### Discussion of Biases While Reddit hosts a number of thriving communities with high quality discussions, it is also widely known to have corners where sexism, hate, and harassment are significant issues. See for example the [recent post from Reddit founder u/spez](https://www.reddit.com/r/announcements/comments/gxas21/upcoming_changes_to_our_content_policy_our_board/) outlining some of the ways he thinks the website's historical policies have been responsible for this problem, [Adrienne Massanari's 2015 article on GamerGate](https://www.researchgate.net/publication/283848479_Gamergate_and_The_Fappening_How_Reddit's_algorithm_governance_and_culture_support_toxic_technocultures) and follow-up works, or a [2019 Wired article on misogyny on Reddit](https://www.wired.com/story/misogyny-reddit-research/). While there has been some recent work in the NLP community on *de-biasing* models (e.g. [Black is to Criminal as Caucasian is to Police: Detecting and Removing Multiclass Bias in Word Embeddings](https://arxiv.org/abs/1904.04047) for word embeddings trained specifically on Reddit data), this problem is far from solved, and the likelihood that a trained model might learn the biases present in the data remains a significant concern. We still note some encouraging signs for all of these communities: [r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/) and [r/askscience](https://www.reddit.com/r/askscience/) have similar structures and purposes, and [r/askscience](https://www.reddit.com/r/askscience/) was found in 2015 to show medium supportiveness and very low toxicity when compared to other subreddits (see a [hackerfall post](https://hackerfall.com/story/study-and-interactive-visualization-of-toxicity-in), [thecut.com write-up](https://www.thecut.com/2015/03/interactive-chart-of-reddits-toxicity.html) and supporting [data](https://chart-studio.plotly.com/~bsbell21/210/toxicity-vs-supportiveness-by-subreddit/#data)). Meanwhile, the [r/AskHistorians rules](https://www.reddit.com/r/AskHistorians/wiki/rules) mention that the admins will not tolerate "_racism, sexism, or any other forms of bigotry_". However, further analysis of whether and to what extent these rules reduce toxicity is still needed. We also note that given the audience of the Reddit website which is more broadly used in the US and Europe, the answers will likely present a Western perspectives, which is particularly important to note when dealing with historical topics. ### Other Known Limitations The answers provided in the dataset are represent the opinion of Reddit users. While these communities strive to be helpful, they should not be considered to represent a ground truth. ## Additional Information ### Dataset Curators The dataset was initially created by Angela Fan, Ethan Perez, Yacine Jernite, Jason Weston, Michael Auli, and David Grangier, during work done at Facebook AI Research (FAIR). ### Licensing Information The licensing status of the dataset hinges on the legal status of the [Pushshift.io](https://files.pushshift.io/reddit/) data which is unclear. ### Citation Information ``` @inproceedings{eli5_lfqa, author = {Angela Fan and Yacine Jernite and Ethan Perez and David Grangier and Jason Weston and Michael Auli}, editor = {Anna Korhonen and David R. Traum and Llu{\'{\i}}s M{\`{a}}rquez}, title = {{ELI5:} Long Form Question Answering}, booktitle = {Proceedings of the 57th Conference of the Association for Computational Linguistics, {ACL} 2019, Florence, Italy, July 28- August 2, 2019, Volume 1: Long Papers}, pages = {3558--3567}, publisher = {Association for Computational Linguistics}, year = {2019}, url = {https://doi.org/10.18653/v1/p19-1346}, doi = {10.18653/v1/p19-1346} } ``` ### Contributions Thanks to [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@yjernite](https://github.com/yjernite) for adding this dataset.
eli5
[ "task_categories:text2text-generation", "task_ids:abstractive-qa", "task_ids:open-domain-abstractive-qa", "annotations_creators:no-annotation", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:unknown", "arxiv:1907.09190", "arxiv:1904.04047", "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": ["text2text-generation"], "task_ids": ["abstractive-qa", "open-domain-abstractive-qa"], "paperswithcode_id": "eli5", "pretty_name": "ELI5", "viewer": false, "dataset_info": {"features": [{"name": "q_id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "selftext", "dtype": "string"}, {"name": "document", "dtype": "string"}, {"name": "subreddit", "dtype": "string"}, {"name": "answers", "sequence": [{"name": "a_id", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "score", "dtype": "int32"}]}, {"name": "title_urls", "sequence": [{"name": "url", "dtype": "string"}]}, {"name": "selftext_urls", "sequence": [{"name": "url", "dtype": "string"}]}, {"name": "answers_urls", "sequence": [{"name": "url", "dtype": "string"}]}], "config_name": "LFQA_reddit", "splits": [{"name": "train_eli5", "num_bytes": 577188173, "num_examples": 272634}, {"name": "validation_eli5", "num_bytes": 21117891, "num_examples": 9812}, {"name": "test_eli5", "num_bytes": 53099796, "num_examples": 24512}, {"name": "train_asks", "num_bytes": 286464210, "num_examples": 131778}, {"name": "validation_asks", "num_bytes": 9662481, "num_examples": 2281}, {"name": "test_asks", "num_bytes": 17713920, "num_examples": 4462}, {"name": "train_askh", "num_bytes": 330483260, "num_examples": 98525}, {"name": "validation_askh", "num_bytes": 18690845, "num_examples": 4901}, {"name": "test_askh", "num_bytes": 36246784, "num_examples": 9764}], "download_size": 6326543, "dataset_size": 1350667360}}
2024-01-11T09:32:33+00:00
[ "1907.09190", "1904.04047" ]
[ "en" ]
TAGS #task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-open-domain-abstractive-qa #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #arxiv-1907.09190 #arxiv-1904.04047 #region-us
**Defunct:** Dataset "eli5" is defunct and no longer accessible due to unavailability of the source data. ️ Reddit recently changed the terms of access to its API, making the source data for this dataset unavailable. -------------------------------------------------------------------------------------------------------------- Dataset Card for ELI5 ===================== 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: ELI5 homepage * Repository: ELI5 repository * Paper: ELI5: Long Form Question Answering * Point of Contact: Yacine Jernite ### Dataset Summary The ELI5 dataset is an English-language dataset of questions and answers gathered from three subreddits where users ask factual questions requiring paragraph-length or longer answers. The dataset was created to support the task of open-domain long form abstractive question answering, and covers questions about general topics in its r/explainlikeimfive subset, science in it r/askscience subset, and History in its r/AskHistorians subset. ### Supported Tasks and Leaderboards * 'abstractive-qa', 'open-domain-abstractive-qa': The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as Wikipedia), then use it to generate a multi-sentence answer. The model performance is measured by how high its ROUGE score to the reference is. A BART-based model with a dense retriever trained to draw information from Wikipedia passages achieves a ROUGE-L of 0.149. ### Languages The text in the dataset is in English, as spoken by Reddit users on the r/explainlikeimfive, r/askscience, and r/AskHistorians subreddits. The associated BCP-47 code is 'en'. Dataset Structure ----------------- ### Data Instances A typical data point comprises a question, with a 'title' containing the main question and a 'selftext' which sometimes elaborates on it, and a list of answers from the forum sorted by the number of upvotes they obtained. Additionally, the URLs in each of the text fields have been extracted to respective lists and replaced by generic tokens in the text. An example from the ELI5 test set looks as follows: ### Data Fields * 'q\_id': a string question identifier for each example, corresponding to its ID in the URL Reddit submission dumps. * 'subreddit': One of 'explainlikeimfive', 'askscience', or 'AskHistorians', indicating which subreddit the question came from * 'title': title of the question, with URLs extracted and replaced by 'URL\_n' tokens * 'title\_urls': list of the extracted URLs, the 'n'th element of the list was replaced by 'URL\_n' * 'selftext': either an empty string or an elaboration of the question * 'selftext\_urls': similar to 'title\_urls' but for 'self\_text' * 'answers': a list of answers, each answer has: + 'a\_id': a string answer identifier for each answer, corresponding to its ID in the URL Reddit comments dumps. + 'text': the answer text with the URLs normalized + 'score': the number of upvotes the answer had received when the dumps were created * 'answers\_urls': a list of the extracted URLs. All answers use the same list, the numbering of the normalization token continues across answer texts ### Data Splits The data is split into a training, validation and test set for each of the three subreddits. In order to avoid having duplicate questions in across sets, the 'title' field of each of the questions were ranked by their tf-idf match to their nearest neighbor and the ones with the smallest value were used in the test and validation sets. The final split sizes are as follow: Dataset Creation ---------------- ### Curation Rationale ELI5 was built to provide a testbed for machines to learn how to answer more complex questions, which requires them to find and combine information in a coherent manner. The dataset was built by gathering questions that were asked by community members of three subreddits, including r/explainlikeimfive, along with the answers that were provided by other users. The rules of the subreddit make this data particularly well suited to training a model for abstractive question answering: the questions need to seek an objective explanation about well established facts, and the answers provided need to be understandable to a layperson without any particular knowledge domain. ### Source Data #### Initial Data Collection and Normalization The data was obtained by filtering submissions and comments from the subreddits of interest from the XML dumps of the Reddit forum hosted on URL. In order to further improve the quality of the selected examples, only questions with a score of at least 2 and at least one answer with a score of at least 2 were selected for the dataset. The dataset questions and answers span a period form August 2012 to August 2019. #### Who are the source language producers? The language producers are users of the r/explainlikeimfive, r/askscience, and r/AskHistorians subreddits between 2012 and 2019. No further demographic information was available from the data source. ### Annotations The dataset does not contain any additional annotations. #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information The authors removed the speaker IDs from the URL dumps but did not otherwise anonymize the data. Some of the questions and answers are about 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 develop better question answering systems. A system that succeeds at the supported task would be able to provide a coherent answer to even complex questions requiring a multi-step explanation, which is beyond the ability of even the larger existing models. The task is also thought as a test-bed for retrieval model which can show the users which source text was used in generating the answer and allow them to confirm the information provided to them. It should be noted however that the provided answers were written by Reddit users, an information which may be lost if models trained on it are deployed in down-stream applications and presented to users without context. The specific biases this may introduce are discussed in the next section. ### Discussion of Biases While Reddit hosts a number of thriving communities with high quality discussions, it is also widely known to have corners where sexism, hate, and harassment are significant issues. See for example the recent post from Reddit founder u/spez outlining some of the ways he thinks the website's historical policies have been responsible for this problem, Adrienne Massanari's 2015 article on GamerGate and follow-up works, or a 2019 Wired article on misogyny on Reddit. While there has been some recent work in the NLP community on *de-biasing* models (e.g. Black is to Criminal as Caucasian is to Police: Detecting and Removing Multiclass Bias in Word Embeddings for word embeddings trained specifically on Reddit data), this problem is far from solved, and the likelihood that a trained model might learn the biases present in the data remains a significant concern. We still note some encouraging signs for all of these communities: r/explainlikeimfive and r/askscience have similar structures and purposes, and r/askscience was found in 2015 to show medium supportiveness and very low toxicity when compared to other subreddits (see a hackerfall post, URL write-up and supporting data). Meanwhile, the r/AskHistorians rules mention that the admins will not tolerate "*racism, sexism, or any other forms of bigotry*". However, further analysis of whether and to what extent these rules reduce toxicity is still needed. We also note that given the audience of the Reddit website which is more broadly used in the US and Europe, the answers will likely present a Western perspectives, which is particularly important to note when dealing with historical topics. ### Other Known Limitations The answers provided in the dataset are represent the opinion of Reddit users. While these communities strive to be helpful, they should not be considered to represent a ground truth. Additional Information ---------------------- ### Dataset Curators The dataset was initially created by Angela Fan, Ethan Perez, Yacine Jernite, Jason Weston, Michael Auli, and David Grangier, during work done at Facebook AI Research (FAIR). ### Licensing Information The licensing status of the dataset hinges on the legal status of the URL data which is unclear. ### Contributions Thanks to @lewtun, @lhoestq, @mariamabarham, @thomwolf, @yjernite for adding this dataset.
[ "### Dataset Summary\n\n\nThe ELI5 dataset is an English-language dataset of questions and answers gathered from three subreddits where users ask factual questions requiring paragraph-length or longer answers. The dataset was created to support the task of open-domain long form abstractive question answering, and covers questions about general topics in its r/explainlikeimfive subset, science in it r/askscience subset, and History in its r/AskHistorians subset.", "### Supported Tasks and Leaderboards\n\n\n* 'abstractive-qa', 'open-domain-abstractive-qa': The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as Wikipedia), then use it to generate a multi-sentence answer. The model performance is measured by how high its ROUGE score to the reference is. A BART-based model with a dense retriever trained to draw information from Wikipedia passages achieves a ROUGE-L of 0.149.", "### Languages\n\n\nThe text in the dataset is in English, as spoken by Reddit users on the r/explainlikeimfive, r/askscience, and r/AskHistorians subreddits. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises a question, with a 'title' containing the main question and a 'selftext' which sometimes elaborates on it, and a list of answers from the forum sorted by the number of upvotes they obtained. Additionally, the URLs in each of the text fields have been extracted to respective lists and replaced by generic tokens in the text.\n\n\nAn example from the ELI5 test set looks as follows:", "### Data Fields\n\n\n* 'q\\_id': a string question identifier for each example, corresponding to its ID in the URL Reddit submission dumps.\n* 'subreddit': One of 'explainlikeimfive', 'askscience', or 'AskHistorians', indicating which subreddit the question came from\n* 'title': title of the question, with URLs extracted and replaced by 'URL\\_n' tokens\n* 'title\\_urls': list of the extracted URLs, the 'n'th element of the list was replaced by 'URL\\_n'\n* 'selftext': either an empty string or an elaboration of the question\n* 'selftext\\_urls': similar to 'title\\_urls' but for 'self\\_text'\n* 'answers': a list of answers, each answer has:\n\t+ 'a\\_id': a string answer identifier for each answer, corresponding to its ID in the URL Reddit comments dumps.\n\t+ 'text': the answer text with the URLs normalized\n\t+ 'score': the number of upvotes the answer had received when the dumps were created\n* 'answers\\_urls': a list of the extracted URLs. All answers use the same list, the numbering of the normalization token continues across answer texts", "### Data Splits\n\n\nThe data is split into a training, validation and test set for each of the three subreddits. In order to avoid having duplicate questions in across sets, the 'title' field of each of the questions were ranked by their tf-idf match to their nearest neighbor and the ones with the smallest value were used in the test and validation sets. The final split sizes are as follow:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nELI5 was built to provide a testbed for machines to learn how to answer more complex questions, which requires them to find and combine information in a coherent manner. The dataset was built by gathering questions that were asked by community members of three subreddits, including r/explainlikeimfive, along with the answers that were provided by other users. The rules of the subreddit make this data particularly well suited to training a model for abstractive question answering: the questions need to seek an objective explanation about well established facts, and the answers provided need to be understandable to a layperson without any particular knowledge domain.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data was obtained by filtering submissions and comments from the subreddits of interest from the XML dumps of the Reddit forum hosted on URL.\n\n\nIn order to further improve the quality of the selected examples, only questions with a score of at least 2 and at least one answer with a score of at least 2 were selected for the dataset. The dataset questions and answers span a period form August 2012 to August 2019.", "#### Who are the source language producers?\n\n\nThe language producers are users of the r/explainlikeimfive, r/askscience, and r/AskHistorians subreddits between 2012 and 2019. No further demographic information was available from the data source.", "### 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\nThe authors removed the speaker IDs from the URL dumps but did not otherwise anonymize the data. Some of the questions and answers are about contemporary public figures or individuals who appeared in the news.\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.\n\n\nA system that succeeds at the supported task would be able to provide a coherent answer to even complex questions requiring a multi-step explanation, which is beyond the ability of even the larger existing models. The task is also thought as a test-bed for retrieval model which can show the users which source text was used in generating the answer and allow them to confirm the information provided to them.\n\n\nIt should be noted however that the provided answers were written by Reddit users, an information which may be lost if models trained on it are deployed in down-stream applications and presented to users without context. The specific biases this may introduce are discussed in the next section.", "### Discussion of Biases\n\n\nWhile Reddit hosts a number of thriving communities with high quality discussions, it is also widely known to have corners where sexism, hate, and harassment are significant issues. See for example the recent post from Reddit founder u/spez outlining some of the ways he thinks the website's historical policies have been responsible for this problem, Adrienne Massanari's 2015 article on GamerGate and follow-up works, or a 2019 Wired article on misogyny on Reddit.\n\n\nWhile there has been some recent work in the NLP community on *de-biasing* models (e.g. Black is to Criminal as Caucasian is to Police: Detecting and Removing Multiclass Bias in Word Embeddings for word embeddings trained specifically on Reddit data), this problem is far from solved, and the likelihood that a trained model might learn the biases present in the data remains a significant concern.\n\n\nWe still note some encouraging signs for all of these communities: r/explainlikeimfive and r/askscience have similar structures and purposes, and r/askscience was found in 2015 to show medium supportiveness and very low toxicity when compared to other subreddits (see a hackerfall post, URL write-up and supporting data). Meanwhile, the r/AskHistorians rules mention that the admins will not tolerate \"*racism, sexism, or any other forms of bigotry*\". However, further analysis of whether and to what extent these rules reduce toxicity is still needed.\n\n\nWe also note that given the audience of the Reddit website which is more broadly used in the US and Europe, the answers will likely present a Western perspectives, which is particularly important to note when dealing with historical topics.", "### Other Known Limitations\n\n\nThe answers provided in the dataset are represent the opinion of Reddit users. While these communities strive to be helpful, they should not be considered to represent a ground truth.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe dataset was initially created by Angela Fan, Ethan Perez, Yacine Jernite, Jason Weston, Michael Auli, and David Grangier, during work done at Facebook AI Research (FAIR).", "### Licensing Information\n\n\nThe licensing status of the dataset hinges on the legal status of the URL data which is unclear.", "### Contributions\n\n\nThanks to @lewtun, @lhoestq, @mariamabarham, @thomwolf, @yjernite for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-open-domain-abstractive-qa #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #arxiv-1907.09190 #arxiv-1904.04047 #region-us \n", "### Dataset Summary\n\n\nThe ELI5 dataset is an English-language dataset of questions and answers gathered from three subreddits where users ask factual questions requiring paragraph-length or longer answers. The dataset was created to support the task of open-domain long form abstractive question answering, and covers questions about general topics in its r/explainlikeimfive subset, science in it r/askscience subset, and History in its r/AskHistorians subset.", "### Supported Tasks and Leaderboards\n\n\n* 'abstractive-qa', 'open-domain-abstractive-qa': The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as Wikipedia), then use it to generate a multi-sentence answer. The model performance is measured by how high its ROUGE score to the reference is. A BART-based model with a dense retriever trained to draw information from Wikipedia passages achieves a ROUGE-L of 0.149.", "### Languages\n\n\nThe text in the dataset is in English, as spoken by Reddit users on the r/explainlikeimfive, r/askscience, and r/AskHistorians subreddits. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point comprises a question, with a 'title' containing the main question and a 'selftext' which sometimes elaborates on it, and a list of answers from the forum sorted by the number of upvotes they obtained. Additionally, the URLs in each of the text fields have been extracted to respective lists and replaced by generic tokens in the text.\n\n\nAn example from the ELI5 test set looks as follows:", "### Data Fields\n\n\n* 'q\\_id': a string question identifier for each example, corresponding to its ID in the URL Reddit submission dumps.\n* 'subreddit': One of 'explainlikeimfive', 'askscience', or 'AskHistorians', indicating which subreddit the question came from\n* 'title': title of the question, with URLs extracted and replaced by 'URL\\_n' tokens\n* 'title\\_urls': list of the extracted URLs, the 'n'th element of the list was replaced by 'URL\\_n'\n* 'selftext': either an empty string or an elaboration of the question\n* 'selftext\\_urls': similar to 'title\\_urls' but for 'self\\_text'\n* 'answers': a list of answers, each answer has:\n\t+ 'a\\_id': a string answer identifier for each answer, corresponding to its ID in the URL Reddit comments dumps.\n\t+ 'text': the answer text with the URLs normalized\n\t+ 'score': the number of upvotes the answer had received when the dumps were created\n* 'answers\\_urls': a list of the extracted URLs. All answers use the same list, the numbering of the normalization token continues across answer texts", "### Data Splits\n\n\nThe data is split into a training, validation and test set for each of the three subreddits. In order to avoid having duplicate questions in across sets, the 'title' field of each of the questions were ranked by their tf-idf match to their nearest neighbor and the ones with the smallest value were used in the test and validation sets. The final split sizes are as follow:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nELI5 was built to provide a testbed for machines to learn how to answer more complex questions, which requires them to find and combine information in a coherent manner. The dataset was built by gathering questions that were asked by community members of three subreddits, including r/explainlikeimfive, along with the answers that were provided by other users. The rules of the subreddit make this data particularly well suited to training a model for abstractive question answering: the questions need to seek an objective explanation about well established facts, and the answers provided need to be understandable to a layperson without any particular knowledge domain.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data was obtained by filtering submissions and comments from the subreddits of interest from the XML dumps of the Reddit forum hosted on URL.\n\n\nIn order to further improve the quality of the selected examples, only questions with a score of at least 2 and at least one answer with a score of at least 2 were selected for the dataset. The dataset questions and answers span a period form August 2012 to August 2019.", "#### Who are the source language producers?\n\n\nThe language producers are users of the r/explainlikeimfive, r/askscience, and r/AskHistorians subreddits between 2012 and 2019. No further demographic information was available from the data source.", "### 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\nThe authors removed the speaker IDs from the URL dumps but did not otherwise anonymize the data. Some of the questions and answers are about contemporary public figures or individuals who appeared in the news.\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.\n\n\nA system that succeeds at the supported task would be able to provide a coherent answer to even complex questions requiring a multi-step explanation, which is beyond the ability of even the larger existing models. The task is also thought as a test-bed for retrieval model which can show the users which source text was used in generating the answer and allow them to confirm the information provided to them.\n\n\nIt should be noted however that the provided answers were written by Reddit users, an information which may be lost if models trained on it are deployed in down-stream applications and presented to users without context. The specific biases this may introduce are discussed in the next section.", "### Discussion of Biases\n\n\nWhile Reddit hosts a number of thriving communities with high quality discussions, it is also widely known to have corners where sexism, hate, and harassment are significant issues. See for example the recent post from Reddit founder u/spez outlining some of the ways he thinks the website's historical policies have been responsible for this problem, Adrienne Massanari's 2015 article on GamerGate and follow-up works, or a 2019 Wired article on misogyny on Reddit.\n\n\nWhile there has been some recent work in the NLP community on *de-biasing* models (e.g. Black is to Criminal as Caucasian is to Police: Detecting and Removing Multiclass Bias in Word Embeddings for word embeddings trained specifically on Reddit data), this problem is far from solved, and the likelihood that a trained model might learn the biases present in the data remains a significant concern.\n\n\nWe still note some encouraging signs for all of these communities: r/explainlikeimfive and r/askscience have similar structures and purposes, and r/askscience was found in 2015 to show medium supportiveness and very low toxicity when compared to other subreddits (see a hackerfall post, URL write-up and supporting data). Meanwhile, the r/AskHistorians rules mention that the admins will not tolerate \"*racism, sexism, or any other forms of bigotry*\". However, further analysis of whether and to what extent these rules reduce toxicity is still needed.\n\n\nWe also note that given the audience of the Reddit website which is more broadly used in the US and Europe, the answers will likely present a Western perspectives, which is particularly important to note when dealing with historical topics.", "### Other Known Limitations\n\n\nThe answers provided in the dataset are represent the opinion of Reddit users. While these communities strive to be helpful, they should not be considered to represent a ground truth.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe dataset was initially created by Angela Fan, Ethan Perez, Yacine Jernite, Jason Weston, Michael Auli, and David Grangier, during work done at Facebook AI Research (FAIR).", "### Licensing Information\n\n\nThe licensing status of the dataset hinges on the legal status of the URL data which is unclear.", "### Contributions\n\n\nThanks to @lewtun, @lhoestq, @mariamabarham, @thomwolf, @yjernite for adding this dataset." ]
[ 123, 117, 148, 67, 108, 310, 101, 147, 4, 101, 60, 17, 10, 14, 63, 169, 412, 50, 51, 30, 37 ]
[ "passage: TAGS\n#task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-open-domain-abstractive-qa #annotations_creators-no-annotation #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-unknown #arxiv-1907.09190 #arxiv-1904.04047 #region-us \n### Dataset Summary\n\n\nThe ELI5 dataset is an English-language dataset of questions and answers gathered from three subreddits where users ask factual questions requiring paragraph-length or longer answers. The dataset was created to support the task of open-domain long form abstractive question answering, and covers questions about general topics in its r/explainlikeimfive subset, science in it r/askscience subset, and History in its r/AskHistorians subset.### Supported Tasks and Leaderboards\n\n\n* 'abstractive-qa', 'open-domain-abstractive-qa': The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as Wikipedia), then use it to generate a multi-sentence answer. The model performance is measured by how high its ROUGE score to the reference is. A BART-based model with a dense retriever trained to draw information from Wikipedia passages achieves a ROUGE-L of 0.149.### Languages\n\n\nThe text in the dataset is in English, as spoken by Reddit users on the r/explainlikeimfive, r/askscience, and r/AskHistorians subreddits. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "passage: ### Data Instances\n\n\nA typical data point comprises a question, with a 'title' containing the main question and a 'selftext' which sometimes elaborates on it, and a list of answers from the forum sorted by the number of upvotes they obtained. Additionally, the URLs in each of the text fields have been extracted to respective lists and replaced by generic tokens in the text.\n\n\nAn example from the ELI5 test set looks as follows:### Data Fields\n\n\n* 'q\\_id': a string question identifier for each example, corresponding to its ID in the URL Reddit submission dumps.\n* 'subreddit': One of 'explainlikeimfive', 'askscience', or 'AskHistorians', indicating which subreddit the question came from\n* 'title': title of the question, with URLs extracted and replaced by 'URL\\_n' tokens\n* 'title\\_urls': list of the extracted URLs, the 'n'th element of the list was replaced by 'URL\\_n'\n* 'selftext': either an empty string or an elaboration of the question\n* 'selftext\\_urls': similar to 'title\\_urls' but for 'self\\_text'\n* 'answers': a list of answers, each answer has:\n\t+ 'a\\_id': a string answer identifier for each answer, corresponding to its ID in the URL Reddit comments dumps.\n\t+ 'text': the answer text with the URLs normalized\n\t+ 'score': the number of upvotes the answer had received when the dumps were created\n* 'answers\\_urls': a list of the extracted URLs. All answers use the same list, the numbering of the normalization token continues across answer texts### Data Splits\n\n\nThe data is split into a training, validation and test set for each of the three subreddits. In order to avoid having duplicate questions in across sets, the 'title' field of each of the questions were ranked by their tf-idf match to their nearest neighbor and the ones with the smallest value were used in the test and validation sets. The final split sizes are as follow:\n\n\n\nDataset Creation\n----------------", "passage: ### Curation Rationale\n\n\nELI5 was built to provide a testbed for machines to learn how to answer more complex questions, which requires them to find and combine information in a coherent manner. The dataset was built by gathering questions that were asked by community members of three subreddits, including r/explainlikeimfive, along with the answers that were provided by other users. The rules of the subreddit make this data particularly well suited to training a model for abstractive question answering: the questions need to seek an objective explanation about well established facts, and the answers provided need to be understandable to a layperson without any particular knowledge domain.### Source Data#### Initial Data Collection and Normalization\n\n\nThe data was obtained by filtering submissions and comments from the subreddits of interest from the XML dumps of the Reddit forum hosted on URL.\n\n\nIn order to further improve the quality of the selected examples, only questions with a score of at least 2 and at least one answer with a score of at least 2 were selected for the dataset. The dataset questions and answers span a period form August 2012 to August 2019.#### Who are the source language producers?\n\n\nThe language producers are users of the r/explainlikeimfive, r/askscience, and r/AskHistorians subreddits between 2012 and 2019. No further demographic information was available from the data source.### 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\nThe authors removed the speaker IDs from the URL dumps but did not otherwise anonymize the data. Some of the questions and answers are about contemporary public figures or individuals who appeared in the news.\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.\n\n\nA system that succeeds at the supported task would be able to provide a coherent answer to even complex questions requiring a multi-step explanation, which is beyond the ability of even the larger existing models. The task is also thought as a test-bed for retrieval model which can show the users which source text was used in generating the answer and allow them to confirm the information provided to them.\n\n\nIt should be noted however that the provided answers were written by Reddit users, an information which may be lost if models trained on it are deployed in down-stream applications and presented to users without context. The specific biases this may introduce are discussed in the next section." ]
[ -0.006332233548164368, 0.0748961791396141, -0.00642327731475234, 0.03460245952010155, 0.04809476062655449, 0.0020972201600670815, 0.05247018113732338, 0.09393040090799332, 0.0620650015771389, 0.10885876417160034, -0.012898211367428303, 0.00576140359044075, 0.06811073422431946, 0.014732916839420795, 0.016580773517489433, -0.19194395840168, 0.033608052879571915, -0.10457197576761246, 0.015739671885967255, 0.07673249393701553, 0.08617967367172241, -0.09438196569681168, 0.044178176671266556, -0.03748151287436485, 0.009830639697611332, 0.012625039555132389, 0.013046967796981335, -0.0247633159160614, 0.08517342805862427, 0.0816255733370781, 0.06711997836828232, 0.008552838116884232, 0.0524807907640934, -0.19607706367969513, 0.032054513692855835, 0.10175058990716934, 0.012915474362671375, 0.05498911067843437, 0.06754017621278763, -0.04278474673628807, 0.057653624564409256, 0.0007255009259097278, 0.05679934099316597, 0.05733504891395569, -0.11842221021652222, -0.0841815173625946, -0.08707821369171143, 0.04578648880124092, 0.05870230868458748, 0.047339897602796555, -0.038942258805036545, 0.027936572209000587, -0.05288175120949745, 0.055625926703214645, 0.14748403429985046, -0.11172976344823837, -0.016401279717683792, -0.011661252938210964, 0.03742409497499466, 0.10570090264081955, -0.06653457880020142, -0.03343696892261505, -0.014893853105604649, 0.011227753944694996, -0.0902346596121788, 0.0026951238978654146, 0.0201214998960495, 0.008558389730751514, -0.10689088702201843, -0.0542030930519104, 0.11823507398366928, 0.020742764696478844, -0.08276388794183731, -0.053096432238817215, -0.08548643440008163, 0.05107666924595833, 0.0006168608670122921, -0.022917339578270912, 0.01696864701807499, 0.015445413999259472, 0.017969690263271332, -0.04382603242993355, -0.0921575203537941, -0.044004738330841064, -0.0600065179169178, 0.08536108583211899, 0.029479295015335083, 0.05685087665915489, -0.07606103271245956, 0.051768556237220764, 0.008584151975810528, -0.07547964155673981, -0.03249218314886093, -0.04553141072392464, -0.1422090083360672, 0.011225246824324131, -0.05396859347820282, -0.12354203313589096, 0.033164966851472855, 0.16809749603271484, -0.03835806995630264, 0.030326813459396362, -0.060178663581609726, 0.026953140273690224, 0.076296366751194, 0.1165575385093689, -0.07846025377511978, -0.033569756895303726, 0.016671424731612206, -0.004042758606374264, -0.031165627762675285, -0.03389425203204155, 0.016284378245472908, 0.065221406519413, 0.008499766699969769, 0.056021660566329956, 0.10177426785230637, 0.010887441225349903, -0.024840043857693672, -0.03995717689394951, 0.08070334047079086, -0.12305909395217896, -0.018033919855952263, 0.05656818673014641, -0.08213240653276443, 0.029921503737568855, 0.004137007985264063, -0.018497072160243988, -0.042660053819417953, 0.028218746185302734, -0.044770482927560806, -0.03315262123942375, -0.08334437012672424, -0.11079582571983337, 0.007219279184937477, -0.016248708590865135, -0.04528450965881348, -0.0604766309261322, -0.12003892660140991, -0.10358447581529617, 0.03335074707865715, -0.050090398639440536, 0.0041169412434101105, 0.005633830558508635, 0.01562594808638096, -0.013343247584998608, 0.03428945317864418, -0.02235621027648449, -0.026115121319890022, 0.037130847573280334, -0.08887035399675369, 0.059578556567430496, 0.021467983722686768, 0.025039836764335632, -0.09822646528482437, 0.041823193430900574, -0.13029734790325165, 0.08749032765626907, -0.08419881016016006, -0.047734152525663376, -0.11794742941856384, -0.026243092492222786, 0.010208729654550552, -0.003662602975964546, 0.010834284126758575, 0.07851725071668625, -0.18930621445178986, -0.0041388776153326035, 0.08166380971670151, -0.0835299864411354, -0.02232413925230503, 0.11527049541473389, -0.02524072863161564, 0.035174399614334106, 0.038082726299762726, 0.10161378234624863, 0.0731445848941803, -0.00766022689640522, -0.11298388242721558, -0.06633301824331284, -0.0418836772441864, 0.1904231160879135, 0.04886028170585632, -0.024443775415420532, 0.07767058908939362, -0.01143934577703476, -0.007176196668297052, -0.057191476225852966, -0.01705961301922798, -0.049934253096580505, -0.005685926880687475, 0.003098180517554283, -0.05104541778564453, -0.00125243014190346, -0.046987514942884445, 0.002644910477101803, -0.05155577138066292, -0.06520940363407135, 0.058858927339315414, -0.028769977390766144, 0.047651905566453934, -0.09026705473661423, 0.0636749193072319, -0.017492078244686127, 0.01716736890375614, -0.21678631007671356, -0.11977007985115051, 0.028971567749977112, -0.00594666413962841, 0.09199672937393188, 0.0862182155251503, 0.007312549743801355, -0.003192320466041565, -0.012647350318729877, -0.022057048976421356, -0.02488330751657486, -0.03962121531367302, -0.04603610560297966, -0.14137719571590424, -0.012772859074175358, -0.04743758216500282, 0.0619831383228302, -0.027408359572291374, -0.008614805527031422, -0.028912531211972237, 0.09599081426858902, 0.033823829144239426, -0.04224264994263649, 0.020841673016548157, -0.03615519776940346, -0.012604502029716969, -0.003357812762260437, -0.015035547316074371, -0.022518979385495186, -0.025417206808924675, 0.056567639112472534, -0.10305554419755936, -0.19211669266223907, 0.01823369413614273, 0.020804932340979576, -0.058322567492723465, 0.06251399219036102, -0.06542959064245224, -0.0042806221172213554, -0.0918830931186676, -0.061930011957883835, 0.19240790605545044, 0.07870744168758392, 0.031929437071084976, -0.05383325740695, -0.0466311015188694, -0.02511983923614025, -0.02779392898082733, 0.0055825053714215755, 0.08999548107385635, 0.059882503002882004, -0.22621174156665802, 0.04473942145705223, -0.01119303610175848, 0.04693255200982094, 0.08103009313344955, -0.00806240364909172, -0.11950727552175522, 0.01621691696345806, 0.0032669503707438707, 0.005412401165813208, 0.041360288858413696, 0.08671566843986511, 0.053653474897146225, 0.06418398767709732, 0.029054967686533928, 0.012306034564971924, -0.04948702082037926, 0.05108817294239998, 0.0030316777992993593, -0.029398957267403603, -0.08450938016176224, -0.012232321314513683, 0.03406345844268799, 0.1203763484954834, 0.016452139243483543, 0.02722972445189953, -0.05662902817130089, -0.06716925650835037, -0.10417487472295761, 0.14411085844039917, -0.05709615349769592, -0.12445376068353653, -0.10489372164011002, -0.004014544188976288, -0.016382895410060883, 0.014454475603997707, 0.030490411445498466, -0.08110467344522476, -0.07497084885835648, -0.06749904900789261, 0.08016868680715561, 0.03290121629834175, -0.049536556005477905, -0.08731185644865036, 0.02286839485168457, 0.006992114242166281, -0.10664012283086777, 0.035226333886384964, -0.028495972976088524, -0.052802905440330505, 0.030042381957173347, 0.0217023566365242, 0.09170160442590714, 0.08772900700569153, -0.009031769819557667, -0.048933446407318115, 0.006056247744709253, 0.21597163379192352, -0.09432970732450485, 0.10755825787782669, 0.12837474048137665, -0.03521665558218956, 0.0802563801407814, 0.13086818158626556, -0.0061746686697006226, -0.05794289708137512, 0.0714397132396698, 0.10135090351104736, -0.0342097170650959, -0.2660244405269623, -0.02409040927886963, -0.00818162877112627, 0.013794978149235249, 0.030784184113144875, 0.034981869161129, -0.07073122262954712, 0.013150055892765522, -0.09662441164255142, -0.037671029567718506, -0.007041208446025848, 0.05830806493759155, 0.03314490243792534, -0.007839986123144627, 0.09149134159088135, -0.04287555813789368, 0.018146859481930733, 0.06673751026391983, 0.02519173175096512, 0.2160876840353012, -0.06397003680467606, 0.12241349369287491, 0.0782441720366478, -0.02311450056731701, 0.03373991325497627, 0.05264668166637421, -0.037919532507658005, 0.05853007361292839, -0.05778040364384651, -0.0062834471464157104, -0.038954347372055054, 0.06319740414619446, 0.029663121327757835, -0.05851287022233009, 0.01755538024008274, 0.07026136666536331, 0.05523085966706276, 0.2285001426935196, 0.023299895226955414, -0.03982977941632271, -0.09983768314123154, 0.06177779659628868, -0.08191489428281784, -0.04693502187728882, 0.00838033389300108, 0.10933461040258408, -0.09773838520050049, -0.033875834196805954, -0.0042813667096197605, 0.0858817920088768, -0.04288214445114136, 0.015599056147038937, -0.009994718246161938, 0.02002180740237236, -0.009687859565019608, 0.06441474705934525, -0.09937002509832382, 0.1031450405716896, 0.01745390146970749, -0.0034415957052260637, -0.023083338513970375, 0.018369004130363464, -0.0030086610931903124, -0.0397099144756794, 0.12481953948736191, 0.01850719191133976, -0.21439337730407715, -0.047471124678850174, -0.05563991144299507, 0.061702657490968704, 0.10509856790304184, -0.07615391910076141, 0.12106415629386902, -0.04477949067950249, 0.0002513077051844448, -0.029851533472537994, -0.01483829040080309, -0.043086763471364975, -0.1428985297679901, 0.037181150168180466, -0.09925663471221924, 0.009584054350852966, -0.036194249987602234, 0.02294534258544445, 0.013143789954483509, 0.11266416311264038, -0.09869083017110825, -0.04943101480603218, -0.09825865179300308, 0.06251005828380585, 0.12707282602787018, -0.09965983033180237, -0.0025466412771493196, -0.011569944210350513, 0.08744388818740845, 0.007095377892255783, -0.06383637338876724, 0.044574204832315445, -0.08619727939367294, -0.198124960064888, -0.06374385952949524, 0.05694928765296936, 0.08172301948070526, 0.10088800638914108, -0.01486784964799881, 0.08532029390335083, -0.053963322192430496, -0.0829252079129219, 0.043207619339227676, 0.05224430188536644, -0.005469934549182653, 0.0708477795124054, -0.06376544386148453, 0.022362619638442993, -0.09105769544839859, -0.010556474328041077, 0.10874413698911667, 0.12257669121026993, -0.044675182551145554, 0.09556499123573303, 0.13886083662509918, -0.07732706516981125, -0.19705726206302643, -0.04586372151970863, 0.016767442226409912, -0.008302648551762104, 0.005049064755439758, -0.20196235179901123, 0.07906199246644974, 0.048210740089416504, -0.0007538090576417744, -0.01427557785063982, -0.12597589194774628, -0.08593958616256714, 0.03570108115673065, 0.009482824243605137, -0.03151515871286392, -0.09266307204961777, -0.024347320199012756, -0.014409271068871021, -0.027980832383036613, 0.05912044644355774, -0.038241419941186905, 0.04579097032546997, -0.016108674928545952, 0.05604204535484314, 0.0318126417696476, -0.041377607733011246, 0.07845048606395721, 0.014495529234409332, 0.03282811865210533, -0.03275630995631218, 0.018387729302048683, 0.01471032202243805, 0.011125314049422741, 0.10201916843652725, 0.05034191906452179, 0.08045905083417892, -0.061841245740652084, -0.013371952809393406, -0.07944117486476898, -0.029866276308894157, -0.03792029619216919, -0.05262021720409393, -0.09878921508789062, 0.07127934694290161, 0.11492359638214111, 0.008341468870639801, 0.05486053228378296, -0.09362635761499405, 0.07099276781082153, 0.09791766852140427, 0.12674087285995483, 0.05316033959388733, -0.08083640784025192, 0.010547938756644726, 0.004220892209559679, 0.05145314335823059, -0.13971006870269775, 0.0658942386507988, 0.09625104814767838, 0.01671944372355938, 0.1060527041554451, 0.031145552173256874, -0.12520931661128998, 0.05129189416766167, 0.0382586233317852, -0.091270811855793, -0.2211151272058487, 0.03702963888645172, 0.06196318939328194, -0.1692984253168106, -0.06639236956834793, 0.11495864391326904, 0.024651573970913887, -0.04734469950199127, -0.008629772812128067, 0.09514602273702621, 0.049543678760528564, 0.10553789138793945, 0.049700576812028885, 0.04903392121195793, -0.059847984462976456, 0.07148682326078415, 0.10334485024213791, -0.08362651616334915, 0.006026074290275574, 0.10892429202795029, -0.04648317024111748, -0.04964306578040123, -0.038951922208070755, 0.00865946989506483, -0.07493282109498978, -0.014564854092895985, -0.09321975708007812, -0.0516895167529583, 0.051161009818315506, 0.10180330276489258, -0.031871020793914795, 0.01979116164147854, -0.002903903601691127, -0.019650394096970558, -0.03382467105984688, 0.09641915559768677, -0.013752414844930172, 0.02611345611512661, 0.01646658033132553, -0.010281041264533997, -0.04422614350914955, 0.042403098195791245, -0.00255630724132061, -0.011551319621503353, -0.05077587440609932, 0.002251522382721305, -0.11615872383117676, -0.0048970808275043964, -0.0028298143297433853, -0.01765613444149494, -0.003533812938258052, -0.035041168332099915, 0.006797660142183304, 0.017760412767529488, -0.060875508934259415, -0.050098955631256104, -0.04057040810585022, 0.055118829011917114, -0.16331420838832855, 0.025100404396653175, 0.09310722351074219, -0.048636943101882935, 0.09408815950155258, 0.017135130241513252, -0.022243618965148926, 0.02782231569290161, -0.10552214831113815, -0.04568465054035187, -0.037873733788728714, 0.07194041460752487, 0.01587146334350109, -0.1057862862944603, 0.013580712489783764, -0.04132251814007759, -0.0685841515660286, 0.01336891483515501, 0.005125301890075207, -0.09193431586027145, 0.11416953057050705, -0.01376935001462698, -0.025242390111088753, -0.12890541553497314, -0.015977168455719948, -0.021593069657683372, 0.08359947055578232, 0.12511736154556274, -0.03691470995545387, 0.0883244201540947, -0.16103686392307281, 0.001810789224691689, 0.0507252961397171, 0.03241896256804466, 0.04751729965209961, -0.04042217135429382, 0.03528814762830734, -0.03909551724791527, 0.07500575482845306, -0.02854113094508648, 0.04446365311741829, 0.05779854580760002, 0.048933107405900955, -0.0159269068390131, 0.021100440993905067, -0.06631756573915482, 0.031379178166389465, -0.018343837931752205, 0.0013582343235611916, -0.042889565229415894, -0.06163240969181061, 0.024569706991314888, 0.16064195334911346, 0.09918085485696793, 0.18281732499599457, -0.026405468583106995, 0.018753375858068466, -0.05808393284678459, 0.008203203789889812, 0.04530057683587074, -0.05485468730330467, -0.002649744274094701, -0.002421998418867588, 0.03715301677584648, 0.11965218186378479, -0.10441230982542038, 0.11721106618642807, -0.07214328646659851, -0.02913382090628147, -0.08325459808111191, -0.07073621451854706, -0.05025966838002205, -0.01816893182694912, 0.026992877945303917, -0.12362243980169296, 0.06774681806564331, 0.02303616888821125, -0.004118375014513731, 0.002152208937332034, 0.00879628211259842, -0.07615736126899719, -0.05304927006363869, -0.02403901517391205, 0.0185270756483078, 0.03359440714120865, 0.10354655981063843, 0.032193973660469055, 0.05574626103043556, 0.041786063462495804, 0.055021852254867554, 0.07222535461187363, 0.023106882348656654, 0.02496444247663021, -0.07825841754674911, -0.08544820547103882, 0.0018100583693012595, -0.020472222939133644, -0.02158009260892868, 0.1662674844264984, 0.05697907879948616, 0.038263458758592606, 0.018185442313551903, 0.2334611415863037, -0.04298827052116394, -0.06121214106678963, -0.17352861166000366, 0.14130114018917084, 0.013034730218350887, 0.00585596077144146, 0.025623509660363197, -0.15619118511676788, -0.01859777234494686, 0.08256860822439194, 0.10888447612524033, -0.057589203119277954, 0.014671246521174908, 0.01206142082810402, 0.013970739208161831, 0.0026416312903165817, 0.020605115219950676, 0.08240695297718048, 0.21414422988891602, -0.07997971028089523, 0.04423930123448372, -0.04209050163626671, -0.01833883859217167, -0.02305213175714016, 0.1173698678612709, -0.024518705904483795, 0.02058565616607666, -0.07148944586515427, 0.08554300665855408, -0.08678734302520752, -0.2572352886199951, -0.03627629950642586, -0.061176788061857224, -0.09305001050233841, -0.023355895653367043, 0.01690387912094593, 0.0276638213545084, 0.07656361162662506, 0.025058118626475334, -0.010092132724821568, 0.13894523680210114, 0.017134511843323708, -0.03538824990391731, -0.017122473567724228, 0.09834299236536026, -0.05268168821930885, 0.13654498755931854, 0.045305315405130386, 0.03689594566822052, 0.09020661562681198, -0.030962759628891945, -0.09208635240793228, 0.06956958770751953, 0.06583898514509201, -0.0760641098022461, 0.015563772059977055, 0.2095707654953003, 0.0295562744140625, 0.12103638797998428, 0.10558765381574631, -0.04185555502772331, 0.06829435378313065, -0.02277553267776966, -0.02850239723920822, -0.09335806220769882, 0.07814503461122513, -0.08343270421028137, 0.1243911162018776, 0.1716276854276657, -0.017000755295157433, 0.028569648042321205, -0.05055990815162659, 0.00043023875332437456, 0.0037326887249946594, 0.05554473400115967, -0.030004054307937622, -0.07917854189872742, 0.030769921839237213, -0.009205227717757225, 0.05659778043627739, -0.13465479016304016, -0.04862178489565849, 0.10594457387924194, -0.016015170142054558, 0.023591339588165283, 0.09410538524389267, 0.06442774087190628, 0.00925406813621521, -0.044984180480241776, -0.055362652987241745, 0.03259110450744629, 0.06282927840948105, -0.04966410622000694, -0.04576720669865608 ]
8bfd40dfeebbf20e10e651965d9f31b94c9c0620
# Dataset Card for ELI5-Category ## 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:** [ELI5-Category homepage](https://celeritasml.netlify.app/posts/2021-12-01-eli5c/) - **Repository:** [ELI5-Category repository](https://github.com/rexarski/ANLY580-final-project) - **Point of Contact:** [Jingsong Gao](mailto:jg2109@georgetown.edu) ### Dataset Summary The ELI5-Category dataset is a smaller but newer and categorized version of the original ELI5 dataset. It's an English-language dataset of questions and answers gathered from the [r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/) subreddit where users ask factual questions requiring paragraph-length or longer answers. After 2017, a tagging system was introduced to this subreddit so that the questions can be categorized into different topics according to their tags. Since the training and validation set is built by questions in different topics, the dataset is expected to alleviate the train/validation overlapping issue in the original [ELI5 dataset](https://huggingface.co/datasets/eli5). ### Supported Tasks and Leaderboards - `abstractive-qa`, `open-domain-abstractive-qa`: The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as [Wikipedia](https://www.wikipedia.org/)), then use it to generate a multi-sentence answer. ### Languages The text in the dataset is in English, as spoken by Reddit users on the [r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/) subreddit. The associated BCP-47 code is `en`. ## Dataset Structure ### Data Instances The structure of this dataset is very similar to the original [ELI5 dataset](https://huggingface.co/datasets/eli5). A typical data point comprises a question, with a `title` containing the main question and a `selftext` which sometimes elaborates on it, and a list of answers from the forum sorted by scores they obtained. Additionally, the URLs in each of the text fields have been extracted to respective lists and replaced by generic tokens in the text. In addition to the original ELI5 dataset, the data point also has a `category` field. There are 11 common values of `category` in this dataset: `Biology`,`Chemistry`,`Culture`,`Earth Science`,`Economics`,`Engineering`,`Mathematics`,`Other`,`Physics`,`Psychology`,`Technology`, and a special `category`: `Repost` indicates the same question has been asked before. An example from the ELI5-Category set looks as follows: ``` {'q_id': '5lcm18', 'title': 'Why do old games running on new hardware still have technical issues ?', 'selftext': 'I am playing some mega man games on my Xbox One and experience slowdown when there are a lot of enemies on screen . but the Xbox One is significantly more powerful than the NES , so why is there still slowdown on this hardware ?', 'category': 'Engineering', 'subreddit': 'explainlikeimfive', 'answers': {'a_id': ['dbuo48e', 'dbusfve'], 'text': ["The XBox is emulating NES hardware and running the emulation at a set speed . If it ran it at as fast as possible , then it would be several times faster than the original NES game and would be unplayable . I ca n't speak for Mega Man exactly , but older games tended to run on a cycle locked to the screen refresh which was a fixed 60Hz or 50Hz . There was only one piece of hardware they ran on , so there was no need to adjust for different hardware speeds .", "In that case , it 's probably on purpose - they want to emulate the experience as closely as possible , even including the slowdown and sprite flickering . Some emulators let you turn it off , but it 's usually turned on by default . In other cases , like if you 're trying to emulate PS2 games on your PC , the game might just run really slow in general . Even though your PC is way more powerful than a PS2 , it has to \" translate \" from PS2 language to PC language in realtime , which is much more difficult than running PS2 code on the PS2 itself ."], 'score': [13, 3], 'text_urls': [[],[]]}, 'title_urls': {'url': []}, 'selftext_urls': {'url': []}} ``` ### Data Fields - `q_id`: a string question identifier for each example, corresponding to its ID in the [Pushshift.io](https://files.pushshift.io/reddit/submissions/) Reddit submission dumps - `subreddit`: always `explainlikeimfive`, indicating which subreddit the question came from - `category`: tag of the question, the possible values are listed above. - `title`: title of the question, with URLs extracted and replaced by `URL_n` tokens - `title_urls`: list of the extracted URLs, the `n`th element of the list was replaced by `URL_n` - `selftext`: either an empty string or an elaboration of the question - `selftext_urls`: similar to `title_urls` but for `self_text` - `answers`: a list of answers, each answer has: - `a_id`: a string answer identifier for each answer, corresponding to its ID in the [Pushshift.io](https://files.pushshift.io/reddit/comments/) Reddit comments dumps. - `text`: the answer text with the URLs normalized - `score`: the number of upvotes - the number of downvotes the answer had received when the dumps were created - `text_urls`: lists of the extracted URLs for every answer ### Data Splits In order to avoid having duplicate questions across sets, three non-overlapping subsets of `category` are used in the training, validation and test set. Also, a special validation set contains all the questions in the `Repost` category. A valid retriever-generator model should have consistent performances on both validation sets. The final split sizes are as follows: | | Train | Valid | Valid2 |Test | | ----- | ------ | ----- | ---- | ---- | | `Biology` | 32769 | | | | | `Chemistry` | 6633 | | | | | `Culture` | | 5446 | | | | `Earth Science` | 677 | | | | | `Economics` | 5901 | | | | | `Engineering` | | | | 5411 | | `Mathematics` | 1912 | | | | | `Other` | 19312 | | | | | `Physics` | 10196 | | | | | `Psychology` | 338 | | | | | `Technology` | 14034 | | | | | `Repost` | | | 2375 | | | **Total** | 91772 | 5446 | 2375 | 5411 | ## Dataset Creation ### Curation Rationale ELI5-Category was built to provide a testbed for machines to learn how to answer more complex questions, which requires them to find and combine the information in a coherent manner. The dataset was built by gathering questions that were asked by community members of three subreddits, including [r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/), along with the answers that were provided by other users. The [rules of the subreddit](https://www.reddit.com/r/explainlikeimfive/wiki/detailed_rules) make this data particularly well suited to training a model for abstractive question answering: the questions need to seek an objective explanation about well-established facts, and the answers provided need to be understandable to a layperson without any particular knowledge domain. ### Source Data #### Initial Data Collection and Normalization The data was obtained by filtering submissions and comments from the subreddits of interest from the XML dumps of the [Reddit forum](https://www.reddit.com/) hosted on [Pushshift.io](https://files.pushshift.io/reddit/). In order to further improve the quality of the selected examples, only questions with a score of at least 2 and at least one answer with a score of at least 2 were selected for the dataset. The dataset questions and answers span a period from January 2017 to June 2021. #### Who are the source language producers? The language producers are users of the [r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/) subreddit between 2017 and 2021. No further demographic information was available from the data source. ### Annotations The dataset contains the `category` as an additional annotation for the topics of questions. #### Annotation process The dataset is auto-annotated by the tags of posts in the [Reddit forum](https://www.reddit.com/). #### Who are the annotators? The annotators are users/administrators of the [r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/) subreddit between 2017 and 2021. No further demographic information was available from the data source. ### Personal and Sensitive Information The authors removed the speaker IDs from the [Pushshift.io](https://files.pushshift.io/reddit/) dumps but did not otherwise anonymize the data. Some questions and answers are about contemporary public figures or individuals who appeared in the news. ## Considerations for Using the Data ### Social Impact of Dataset The dataset has a similar social impact to the original ELI5 dataset [Social Impact of Dataset](https://huggingface.co/datasets/eli5#social-impact-of-dataset). ### Discussion of Biases The dataset has similar considerations of biases to the original ELI5 dataset [Discussion of Biases](https://huggingface.co/datasets/eli5#discussion-of-biases). ### Other Known Limitations The dataset has similar limitations to the original ELI5 dataset [Other Known Limitations](https://huggingface.co/datasets/eli5#other-known-limitations). ## Additional Information ### Dataset Curators The dataset was initially created by Jingsong Gao, Qinren Zhou, Rui Qiu, during a course project of `ANLY 580`: NLP for Data Analytics at Georgetown University. ### Licensing Information The licensing status of the dataset hinges on the legal status of the [Pushshift.io](https://files.pushshift.io/reddit/) data which is unclear. ### Citation Information ``` @inproceedings{eli5-category, author = {Jingsong Gao and Qingren Zhou and Rui Qiu}, title = {{ELI5-Category:} A categorized open-domain QA dataset}, year = {2021} } ``` ### Contributions Thanks to [@jingshenSN2](https://github.com/jingshenSN2), [@QinrenZhou](https://github.com/QinrenZhou), [@rexarski](https://github.com/rexarski) for adding this dataset.
eli5_category
[ "task_categories:text2text-generation", "task_ids:abstractive-qa", "task_ids:open-domain-abstractive-qa", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:extended|eli5", "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": ["extended|eli5"], "task_categories": ["text2text-generation"], "task_ids": ["abstractive-qa", "open-domain-abstractive-qa"], "pretty_name": "ELI5-Category", "dataset_info": {"features": [{"name": "q_id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "selftext", "dtype": "string"}, {"name": "category", "dtype": "string"}, {"name": "subreddit", "dtype": "string"}, {"name": "answers", "struct": [{"name": "a_id", "sequence": "string"}, {"name": "text", "sequence": "string"}, {"name": "score", "sequence": "int32"}, {"name": "text_urls", "sequence": {"sequence": "string"}}]}, {"name": "title_urls", "sequence": "string"}, {"name": "selftext_urls", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 166409797, "num_examples": 91772}, {"name": "validation1", "num_bytes": 13150585, "num_examples": 5446}, {"name": "validation2", "num_bytes": 4737744, "num_examples": 2375}, {"name": "test", "num_bytes": 10419098, "num_examples": 5411}], "download_size": 72921829, "dataset_size": 194717224}}
2024-01-18T11:03:11+00:00
[]
[ "en" ]
TAGS #task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-open-domain-abstractive-qa #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-extended|eli5 #language-English #license-unknown #region-us
Dataset Card for ELI5-Category ============================== 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: ELI5-Category homepage * Repository: ELI5-Category repository * Point of Contact: Jingsong Gao ### Dataset Summary The ELI5-Category dataset is a smaller but newer and categorized version of the original ELI5 dataset. It's an English-language dataset of questions and answers gathered from the r/explainlikeimfive subreddit where users ask factual questions requiring paragraph-length or longer answers. After 2017, a tagging system was introduced to this subreddit so that the questions can be categorized into different topics according to their tags. Since the training and validation set is built by questions in different topics, the dataset is expected to alleviate the train/validation overlapping issue in the original ELI5 dataset. ### Supported Tasks and Leaderboards * 'abstractive-qa', 'open-domain-abstractive-qa': The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as Wikipedia), then use it to generate a multi-sentence answer. ### Languages The text in the dataset is in English, as spoken by Reddit users on the r/explainlikeimfive subreddit. The associated BCP-47 code is 'en'. Dataset Structure ----------------- ### Data Instances The structure of this dataset is very similar to the original ELI5 dataset. A typical data point comprises a question, with a 'title' containing the main question and a 'selftext' which sometimes elaborates on it, and a list of answers from the forum sorted by scores they obtained. Additionally, the URLs in each of the text fields have been extracted to respective lists and replaced by generic tokens in the text. In addition to the original ELI5 dataset, the data point also has a 'category' field. There are 11 common values of 'category' in this dataset: 'Biology','Chemistry','Culture','Earth Science','Economics','Engineering','Mathematics','Other','Physics','Psychology','Technology', and a special 'category': 'Repost' indicates the same question has been asked before. An example from the ELI5-Category set looks as follows: ### Data Fields * 'q\_id': a string question identifier for each example, corresponding to its ID in the URL Reddit submission dumps * 'subreddit': always 'explainlikeimfive', indicating which subreddit the question came from * 'category': tag of the question, the possible values are listed above. * 'title': title of the question, with URLs extracted and replaced by 'URL\_n' tokens * 'title\_urls': list of the extracted URLs, the 'n'th element of the list was replaced by 'URL\_n' * 'selftext': either an empty string or an elaboration of the question * 'selftext\_urls': similar to 'title\_urls' but for 'self\_text' * 'answers': a list of answers, each answer has: + 'a\_id': a string answer identifier for each answer, corresponding to its ID in the URL Reddit comments dumps. + 'text': the answer text with the URLs normalized + 'score': the number of upvotes - the number of downvotes the answer had received when the dumps were created + 'text\_urls': lists of the extracted URLs for every answer ### Data Splits In order to avoid having duplicate questions across sets, three non-overlapping subsets of 'category' are used in the training, validation and test set. Also, a special validation set contains all the questions in the 'Repost' category. A valid retriever-generator model should have consistent performances on both validation sets. The final split sizes are as follows: Dataset Creation ---------------- ### Curation Rationale ELI5-Category was built to provide a testbed for machines to learn how to answer more complex questions, which requires them to find and combine the information in a coherent manner. The dataset was built by gathering questions that were asked by community members of three subreddits, including r/explainlikeimfive, along with the answers that were provided by other users. The rules of the subreddit make this data particularly well suited to training a model for abstractive question answering: the questions need to seek an objective explanation about well-established facts, and the answers provided need to be understandable to a layperson without any particular knowledge domain. ### Source Data #### Initial Data Collection and Normalization The data was obtained by filtering submissions and comments from the subreddits of interest from the XML dumps of the Reddit forum hosted on URL. In order to further improve the quality of the selected examples, only questions with a score of at least 2 and at least one answer with a score of at least 2 were selected for the dataset. The dataset questions and answers span a period from January 2017 to June 2021. #### Who are the source language producers? The language producers are users of the r/explainlikeimfive subreddit between 2017 and 2021. No further demographic information was available from the data source. ### Annotations The dataset contains the 'category' as an additional annotation for the topics of questions. #### Annotation process The dataset is auto-annotated by the tags of posts in the Reddit forum. #### Who are the annotators? The annotators are users/administrators of the r/explainlikeimfive subreddit between 2017 and 2021. No further demographic information was available from the data source. ### Personal and Sensitive Information The authors removed the speaker IDs from the URL dumps but did not otherwise anonymize the data. Some questions and answers are about contemporary public figures or individuals who appeared in the news. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset The dataset has a similar social impact to the original ELI5 dataset Social Impact of Dataset. ### Discussion of Biases The dataset has similar considerations of biases to the original ELI5 dataset Discussion of Biases. ### Other Known Limitations The dataset has similar limitations to the original ELI5 dataset Other Known Limitations. Additional Information ---------------------- ### Dataset Curators The dataset was initially created by Jingsong Gao, Qinren Zhou, Rui Qiu, during a course project of 'ANLY 580': NLP for Data Analytics at Georgetown University. ### Licensing Information The licensing status of the dataset hinges on the legal status of the URL data which is unclear. ### Contributions Thanks to @jingshenSN2, @QinrenZhou, @rexarski for adding this dataset.
[ "### Dataset Summary\n\n\nThe ELI5-Category dataset is a smaller but newer and categorized version of the original ELI5 dataset. It's an English-language dataset of questions and answers gathered from the r/explainlikeimfive subreddit where users ask factual questions requiring paragraph-length or longer answers. After 2017, a tagging system was introduced to this subreddit so that the questions can be categorized into different topics according to their tags. Since the training and validation set is built by questions in different topics, the dataset is expected to alleviate the train/validation overlapping issue in the original ELI5 dataset.", "### Supported Tasks and Leaderboards\n\n\n* 'abstractive-qa', 'open-domain-abstractive-qa': The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as Wikipedia), then use it to generate a multi-sentence answer.", "### Languages\n\n\nThe text in the dataset is in English, as spoken by Reddit users on the r/explainlikeimfive subreddit. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe structure of this dataset is very similar to the original ELI5 dataset. A typical data point comprises a question, with a 'title' containing the main question and a 'selftext' which sometimes elaborates on it, and a list of answers from the forum sorted by scores they obtained. Additionally, the URLs in each of the text fields have been extracted to respective lists and replaced by generic tokens in the text. \n\nIn addition to the original ELI5 dataset, the data point also has a 'category' field. There are 11 common values of 'category' in this dataset: 'Biology','Chemistry','Culture','Earth Science','Economics','Engineering','Mathematics','Other','Physics','Psychology','Technology', and a special 'category': 'Repost' indicates the same question has been asked before.\n\n\nAn example from the ELI5-Category set looks as follows:", "### Data Fields\n\n\n* 'q\\_id': a string question identifier for each example, corresponding to its ID in the URL Reddit submission dumps\n* 'subreddit': always 'explainlikeimfive', indicating which subreddit the question came from\n* 'category': tag of the question, the possible values are listed above.\n* 'title': title of the question, with URLs extracted and replaced by 'URL\\_n' tokens\n* 'title\\_urls': list of the extracted URLs, the 'n'th element of the list was replaced by 'URL\\_n'\n* 'selftext': either an empty string or an elaboration of the question\n* 'selftext\\_urls': similar to 'title\\_urls' but for 'self\\_text'\n* 'answers': a list of answers, each answer has:\n\t+ 'a\\_id': a string answer identifier for each answer, corresponding to its ID in the URL Reddit comments dumps.\n\t+ 'text': the answer text with the URLs normalized\n\t+ 'score': the number of upvotes - the number of downvotes the answer had received when the dumps were created\n\t+ 'text\\_urls': lists of the extracted URLs for every answer", "### Data Splits\n\n\nIn order to avoid having duplicate questions across sets, three non-overlapping subsets of 'category' are used in the training, validation and test set. Also, a special validation set contains all the questions in the 'Repost' category. A valid retriever-generator model should have consistent performances on both validation sets. \n\nThe final split sizes are as follows:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nELI5-Category was built to provide a testbed for machines to learn how to answer more complex questions, which requires them to find and combine the information in a coherent manner. The dataset was built by gathering questions that were asked by community members of three subreddits, including r/explainlikeimfive, along with the answers that were provided by other users. The rules of the subreddit make this data particularly well suited to training a model for abstractive question answering: the questions need to seek an objective explanation about well-established facts, and the answers provided need to be understandable to a layperson without any particular knowledge domain.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data was obtained by filtering submissions and comments from the subreddits of interest from the XML dumps of the Reddit forum hosted on URL.\n\n\nIn order to further improve the quality of the selected examples, only questions with a score of at least 2 and at least one answer with a score of at least 2 were selected for the dataset. The dataset questions and answers span a period from January 2017 to June 2021.", "#### Who are the source language producers?\n\n\nThe language producers are users of the r/explainlikeimfive subreddit between 2017 and 2021. No further demographic information was available from the data source.", "### Annotations\n\n\nThe dataset contains the 'category' as an additional annotation for the topics of questions.", "#### Annotation process\n\n\nThe dataset is auto-annotated by the tags of posts in the Reddit forum.", "#### Who are the annotators?\n\n\nThe annotators are users/administrators of the r/explainlikeimfive subreddit between 2017 and 2021. No further demographic information was available from the data source.", "### Personal and Sensitive Information\n\n\nThe authors removed the speaker IDs from the URL dumps but did not otherwise anonymize the data. Some questions and answers are about contemporary public figures or individuals who appeared in the news.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThe dataset has a similar social impact to the original ELI5 dataset Social Impact of Dataset.", "### Discussion of Biases\n\n\nThe dataset has similar considerations of biases to the original ELI5 dataset Discussion of Biases.", "### Other Known Limitations\n\n\nThe dataset has similar limitations to the original ELI5 dataset Other Known Limitations.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe dataset was initially created by Jingsong Gao, Qinren Zhou, Rui Qiu, during a course project of 'ANLY 580': NLP for Data Analytics at Georgetown University.", "### Licensing Information\n\n\nThe licensing status of the dataset hinges on the legal status of the URL data which is unclear.", "### Contributions\n\n\nThanks to @jingshenSN2, @QinrenZhou, @rexarski for adding this dataset." ]
[ "TAGS\n#task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-open-domain-abstractive-qa #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-extended|eli5 #language-English #license-unknown #region-us \n", "### Dataset Summary\n\n\nThe ELI5-Category dataset is a smaller but newer and categorized version of the original ELI5 dataset. It's an English-language dataset of questions and answers gathered from the r/explainlikeimfive subreddit where users ask factual questions requiring paragraph-length or longer answers. After 2017, a tagging system was introduced to this subreddit so that the questions can be categorized into different topics according to their tags. Since the training and validation set is built by questions in different topics, the dataset is expected to alleviate the train/validation overlapping issue in the original ELI5 dataset.", "### Supported Tasks and Leaderboards\n\n\n* 'abstractive-qa', 'open-domain-abstractive-qa': The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as Wikipedia), then use it to generate a multi-sentence answer.", "### Languages\n\n\nThe text in the dataset is in English, as spoken by Reddit users on the r/explainlikeimfive subreddit. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nThe structure of this dataset is very similar to the original ELI5 dataset. A typical data point comprises a question, with a 'title' containing the main question and a 'selftext' which sometimes elaborates on it, and a list of answers from the forum sorted by scores they obtained. Additionally, the URLs in each of the text fields have been extracted to respective lists and replaced by generic tokens in the text. \n\nIn addition to the original ELI5 dataset, the data point also has a 'category' field. There are 11 common values of 'category' in this dataset: 'Biology','Chemistry','Culture','Earth Science','Economics','Engineering','Mathematics','Other','Physics','Psychology','Technology', and a special 'category': 'Repost' indicates the same question has been asked before.\n\n\nAn example from the ELI5-Category set looks as follows:", "### Data Fields\n\n\n* 'q\\_id': a string question identifier for each example, corresponding to its ID in the URL Reddit submission dumps\n* 'subreddit': always 'explainlikeimfive', indicating which subreddit the question came from\n* 'category': tag of the question, the possible values are listed above.\n* 'title': title of the question, with URLs extracted and replaced by 'URL\\_n' tokens\n* 'title\\_urls': list of the extracted URLs, the 'n'th element of the list was replaced by 'URL\\_n'\n* 'selftext': either an empty string or an elaboration of the question\n* 'selftext\\_urls': similar to 'title\\_urls' but for 'self\\_text'\n* 'answers': a list of answers, each answer has:\n\t+ 'a\\_id': a string answer identifier for each answer, corresponding to its ID in the URL Reddit comments dumps.\n\t+ 'text': the answer text with the URLs normalized\n\t+ 'score': the number of upvotes - the number of downvotes the answer had received when the dumps were created\n\t+ 'text\\_urls': lists of the extracted URLs for every answer", "### Data Splits\n\n\nIn order to avoid having duplicate questions across sets, three non-overlapping subsets of 'category' are used in the training, validation and test set. Also, a special validation set contains all the questions in the 'Repost' category. A valid retriever-generator model should have consistent performances on both validation sets. \n\nThe final split sizes are as follows:\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nELI5-Category was built to provide a testbed for machines to learn how to answer more complex questions, which requires them to find and combine the information in a coherent manner. The dataset was built by gathering questions that were asked by community members of three subreddits, including r/explainlikeimfive, along with the answers that were provided by other users. The rules of the subreddit make this data particularly well suited to training a model for abstractive question answering: the questions need to seek an objective explanation about well-established facts, and the answers provided need to be understandable to a layperson without any particular knowledge domain.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe data was obtained by filtering submissions and comments from the subreddits of interest from the XML dumps of the Reddit forum hosted on URL.\n\n\nIn order to further improve the quality of the selected examples, only questions with a score of at least 2 and at least one answer with a score of at least 2 were selected for the dataset. The dataset questions and answers span a period from January 2017 to June 2021.", "#### Who are the source language producers?\n\n\nThe language producers are users of the r/explainlikeimfive subreddit between 2017 and 2021. No further demographic information was available from the data source.", "### Annotations\n\n\nThe dataset contains the 'category' as an additional annotation for the topics of questions.", "#### Annotation process\n\n\nThe dataset is auto-annotated by the tags of posts in the Reddit forum.", "#### Who are the annotators?\n\n\nThe annotators are users/administrators of the r/explainlikeimfive subreddit between 2017 and 2021. No further demographic information was available from the data source.", "### Personal and Sensitive Information\n\n\nThe authors removed the speaker IDs from the URL dumps but did not otherwise anonymize the data. Some questions and answers are about contemporary public figures or individuals who appeared in the news.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThe dataset has a similar social impact to the original ELI5 dataset Social Impact of Dataset.", "### Discussion of Biases\n\n\nThe dataset has similar considerations of biases to the original ELI5 dataset Discussion of Biases.", "### Other Known Limitations\n\n\nThe dataset has similar limitations to the original ELI5 dataset Other Known Limitations.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe dataset was initially created by Jingsong Gao, Qinren Zhou, Rui Qiu, during a course project of 'ANLY 580': NLP for Data Analytics at Georgetown University.", "### Licensing Information\n\n\nThe licensing status of the dataset hinges on the legal status of the URL data which is unclear.", "### Contributions\n\n\nThanks to @jingshenSN2, @QinrenZhou, @rexarski for adding this dataset." ]
[ 108, 157, 95, 52, 252, 299, 101, 154, 4, 102, 46, 28, 24, 48, 61, 29, 34, 35, 53, 30, 30 ]
[ "passage: TAGS\n#task_categories-text2text-generation #task_ids-abstractive-qa #task_ids-open-domain-abstractive-qa #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-extended|eli5 #language-English #license-unknown #region-us \n### Dataset Summary\n\n\nThe ELI5-Category dataset is a smaller but newer and categorized version of the original ELI5 dataset. It's an English-language dataset of questions and answers gathered from the r/explainlikeimfive subreddit where users ask factual questions requiring paragraph-length or longer answers. After 2017, a tagging system was introduced to this subreddit so that the questions can be categorized into different topics according to their tags. Since the training and validation set is built by questions in different topics, the dataset is expected to alleviate the train/validation overlapping issue in the original ELI5 dataset.### Supported Tasks and Leaderboards\n\n\n* 'abstractive-qa', 'open-domain-abstractive-qa': The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as Wikipedia), then use it to generate a multi-sentence answer.### Languages\n\n\nThe text in the dataset is in English, as spoken by Reddit users on the r/explainlikeimfive subreddit. The associated BCP-47 code is 'en'.\n\n\nDataset Structure\n-----------------", "passage: ### Data Instances\n\n\nThe structure of this dataset is very similar to the original ELI5 dataset. A typical data point comprises a question, with a 'title' containing the main question and a 'selftext' which sometimes elaborates on it, and a list of answers from the forum sorted by scores they obtained. Additionally, the URLs in each of the text fields have been extracted to respective lists and replaced by generic tokens in the text. \n\nIn addition to the original ELI5 dataset, the data point also has a 'category' field. There are 11 common values of 'category' in this dataset: 'Biology','Chemistry','Culture','Earth Science','Economics','Engineering','Mathematics','Other','Physics','Psychology','Technology', and a special 'category': 'Repost' indicates the same question has been asked before.\n\n\nAn example from the ELI5-Category set looks as follows:### Data Fields\n\n\n* 'q\\_id': a string question identifier for each example, corresponding to its ID in the URL Reddit submission dumps\n* 'subreddit': always 'explainlikeimfive', indicating which subreddit the question came from\n* 'category': tag of the question, the possible values are listed above.\n* 'title': title of the question, with URLs extracted and replaced by 'URL\\_n' tokens\n* 'title\\_urls': list of the extracted URLs, the 'n'th element of the list was replaced by 'URL\\_n'\n* 'selftext': either an empty string or an elaboration of the question\n* 'selftext\\_urls': similar to 'title\\_urls' but for 'self\\_text'\n* 'answers': a list of answers, each answer has:\n\t+ 'a\\_id': a string answer identifier for each answer, corresponding to its ID in the URL Reddit comments dumps.\n\t+ 'text': the answer text with the URLs normalized\n\t+ 'score': the number of upvotes - the number of downvotes the answer had received when the dumps were created\n\t+ 'text\\_urls': lists of the extracted URLs for every answer### Data Splits\n\n\nIn order to avoid having duplicate questions across sets, three non-overlapping subsets of 'category' are used in the training, validation and test set. Also, a special validation set contains all the questions in the 'Repost' category. A valid retriever-generator model should have consistent performances on both validation sets. \n\nThe final split sizes are as follows:\n\n\n\nDataset Creation\n----------------", "passage: ### Curation Rationale\n\n\nELI5-Category was built to provide a testbed for machines to learn how to answer more complex questions, which requires them to find and combine the information in a coherent manner. The dataset was built by gathering questions that were asked by community members of three subreddits, including r/explainlikeimfive, along with the answers that were provided by other users. The rules of the subreddit make this data particularly well suited to training a model for abstractive question answering: the questions need to seek an objective explanation about well-established facts, and the answers provided need to be understandable to a layperson without any particular knowledge domain.### Source Data#### Initial Data Collection and Normalization\n\n\nThe data was obtained by filtering submissions and comments from the subreddits of interest from the XML dumps of the Reddit forum hosted on URL.\n\n\nIn order to further improve the quality of the selected examples, only questions with a score of at least 2 and at least one answer with a score of at least 2 were selected for the dataset. The dataset questions and answers span a period from January 2017 to June 2021.#### Who are the source language producers?\n\n\nThe language producers are users of the r/explainlikeimfive subreddit between 2017 and 2021. No further demographic information was available from the data source.### Annotations\n\n\nThe dataset contains the 'category' as an additional annotation for the topics of questions.#### Annotation process\n\n\nThe dataset is auto-annotated by the tags of posts in the Reddit forum.#### Who are the annotators?\n\n\nThe annotators are users/administrators of the r/explainlikeimfive subreddit between 2017 and 2021. No further demographic information was available from the data source.### Personal and Sensitive Information\n\n\nThe authors removed the speaker IDs from the URL dumps but did not otherwise anonymize the data. Some questions and answers are about contemporary public figures or individuals who appeared in the news.\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset\n\n\nThe dataset has a similar social impact to the original ELI5 dataset Social Impact of Dataset.### Discussion of Biases\n\n\nThe dataset has similar considerations of biases to the original ELI5 dataset Discussion of Biases.### Other Known Limitations\n\n\nThe dataset has similar limitations to the original ELI5 dataset Other Known Limitations.\n\n\nAdditional Information\n----------------------### Dataset Curators\n\n\nThe dataset was initially created by Jingsong Gao, Qinren Zhou, Rui Qiu, during a course project of 'ANLY 580': NLP for Data Analytics at Georgetown University.### Licensing Information\n\n\nThe licensing status of the dataset hinges on the legal status of the URL data which is unclear." ]
[ -0.021750763058662415, 0.12750761210918427, -0.007255434989929199, 0.04388703405857086, 0.07453162223100662, 0.0021757744252681732, 0.0735558345913887, 0.08066799491643906, 0.03082556277513504, 0.11454623192548752, -0.014708932489156723, 0.020672522485256195, 0.08429529517889023, 0.056966185569763184, 0.023993687704205513, -0.13501527905464172, 0.04765012860298157, -0.05958639457821846, 0.03978339955210686, 0.06240540370345116, 0.10821100324392319, -0.09057927131652832, 0.06263648718595505, -0.022560475394129753, -0.006781481206417084, 0.027850976213812828, -0.017020955681800842, -0.025050543248653412, 0.08062665909528732, 0.06876299530267715, 0.07859852910041809, 0.006692185997962952, 0.030198821797966957, -0.2201186567544937, 0.028212888166308403, 0.09432066231966019, -0.001959933200851083, 0.036956191062927246, 0.0727274939417839, -0.06217750534415245, -0.015230678021907806, -0.029152514412999153, 0.05971899256110191, 0.05412760376930237, -0.1300210803747177, -0.10657332092523575, -0.087827168405056, 0.05302678048610687, 0.08987927436828613, 0.04238315299153328, -0.04230410233139992, 0.012593659572303295, -0.02362220548093319, 0.05254057049751282, 0.1307935267686844, -0.10995016247034073, -0.0012900416040793061, -0.03112984262406826, 0.012333787977695465, 0.09463749080896378, -0.07705684006214142, -0.031479883939027786, -0.002100995508953929, 0.01057529915124178, -0.05454041436314583, -0.0170916561037302, 0.010741603560745716, -0.0068124341778457165, -0.11114978045225143, -0.03398025780916214, 0.1716446429491043, 0.026161501184105873, -0.08884668350219727, -0.06061751767992973, -0.06843175739049911, 0.025514302775263786, 0.007313910406082869, -0.03640470281243324, 0.02379448153078556, 0.02276656962931156, 0.055083293467760086, -0.06665905565023422, -0.0904947817325592, -0.02145509235560894, -0.055188313126564026, 0.0701296478509903, 0.019087741151452065, 0.03103080578148365, -0.06248978152871132, 0.052814166992902756, -0.007995818741619587, -0.07296968251466751, -0.06014822795987129, -0.0367310456931591, -0.12444767355918884, -0.019724098965525627, -0.05854758992791176, -0.11526340246200562, 0.025121837854385376, 0.19577793776988983, -0.019313370808959007, 0.041263993829488754, -0.08683636039495468, 0.02060297317802906, 0.08335282653570175, 0.14084002375602722, -0.050126537680625916, -0.04646849259734154, 0.011823059059679508, -0.003223838284611702, -0.018913350999355316, -0.04350490868091583, -0.009176433086395264, 0.04655301943421364, 0.032907940447330475, 0.045980293303728104, 0.0772671028971672, 0.021110521629452705, -0.06508179008960724, -0.03983607888221741, 0.05742968991398811, -0.1275654286146164, 0.005452163517475128, 0.04496070370078087, -0.06485065817832947, 0.012077073566615582, 0.02325819618999958, 0.016705648973584175, -0.06809905171394348, 0.03773803636431694, -0.051471561193466187, -0.019243991002440453, -0.07110273092985153, -0.09066265821456909, 0.01761157065629959, -0.05529079958796501, -0.04309706762433052, -0.041655492037534714, -0.15136553347110748, -0.09275940805673599, 0.018855219706892967, -0.024576881900429726, -0.0001411500124959275, -0.019065840169787407, 0.0458679161965847, -0.011427373625338078, 0.02848333865404129, -0.0707300454378128, -0.019976530224084854, 0.011040356010198593, -0.061726685613393784, 0.041509196162223816, -0.007259184028953314, 0.043284203857183456, -0.10703130811452866, 0.03747795149683952, -0.1279459446668625, 0.1078086569905281, -0.06417326629161835, -0.04452046751976013, -0.10017633438110352, 0.01055253203958273, 0.008889502845704556, 0.010704773478209972, 0.02053547464311123, 0.10232136398553848, -0.16323481500148773, -0.012370213866233826, 0.07905029505491257, -0.0988788828253746, -0.04050951823592186, 0.08869678527116776, -0.036925364285707474, 0.06825244426727295, 0.06488804519176483, 0.10339534282684326, 0.0562930591404438, 0.003127840580418706, -0.1125272884964943, -0.08032048493623734, -0.03178667649626732, 0.1780077964067459, 0.05813949927687645, -0.04999875649809837, 0.09891579300165176, -0.0017448868602514267, -0.001161544001661241, -0.07447152584791183, -0.0013928624102845788, -0.048521239310503006, -0.0025903184432536364, -0.010106111876666546, -0.02963351458311081, -0.0237815510481596, -0.06238259747624397, 0.015124808996915817, -0.05079267546534538, -0.0031113240402191877, 0.050839733332395554, -0.027127979323267937, 0.04258999228477478, -0.08289394527673721, 0.04688620567321777, -0.03114701248705387, 0.00342383305542171, -0.18550188839435577, -0.10750981420278549, 0.029728086665272713, -0.0137547692283988, 0.10265123099088669, 0.04944188892841339, -0.006095448043197393, 0.0024951111990958452, -0.011825911700725555, -0.021580150350928307, -0.054730113595724106, -0.022198081016540527, -0.03314831480383873, -0.14145992696285248, -0.003794865682721138, -0.05122721195220947, 0.1385607123374939, -0.030501484870910645, 0.012199846096336842, 0.006367386784404516, 0.10434965044260025, 0.03971962630748749, -0.04627268388867378, 0.022672785446047783, -0.024392759427428246, -0.03104311227798462, -0.007075706496834755, -0.01669442467391491, -0.02107721008360386, -0.04113630950450897, 0.03878859803080559, -0.10755419731140137, -0.14182139933109283, 0.031625282019376755, 0.04541952535510063, -0.05398222804069519, 0.015353496186435223, -0.03452945128083229, -0.017941763624548912, -0.07967216521501541, -0.05403919890522957, 0.18988776206970215, 0.0631944015622139, 0.043043818324804306, -0.06329319626092911, -0.03260510787367821, -0.027472153306007385, -0.03136264905333519, -0.024575309827923775, 0.04626677557826042, 0.06028253212571144, -0.20864403247833252, 0.0718458816409111, -0.0019895497243851423, 0.05817941203713417, 0.09472433477640152, 0.01707560382783413, -0.09898384660482407, -0.007197227329015732, 0.01266398560255766, -0.0007701171562075615, 0.05894887447357178, 0.03289980813860893, 0.05081109330058098, 0.048350606113672256, 0.021391095593571663, 0.017034724354743958, -0.0492485947906971, 0.058087024837732315, 0.022380976006388664, -0.03352830931544304, -0.09679293632507324, -0.02387033961713314, 0.042918767780065536, 0.10291972011327744, 0.014994412660598755, 0.05892929062247276, -0.035387247800827026, -0.047656167298555374, -0.1152808889746666, 0.15039409697055817, -0.11190677434206009, -0.18214231729507446, -0.12222560495138168, -0.033233243972063065, -0.04774653911590576, 0.02583465725183487, 0.047131359577178955, -0.06645423918962479, -0.06359328329563141, -0.0588441826403141, 0.08452156186103821, 0.04530264809727669, -0.06247210502624512, -0.04248228669166565, 0.0027204554062336683, 0.015271991491317749, -0.10696575790643692, 0.02864737994968891, -0.016782322898507118, -0.04764256998896599, -0.0002480708062648773, 0.004947606474161148, 0.08727959543466568, 0.0816725417971611, -0.007152582053095102, -0.04622213542461395, -0.00585128553211689, 0.22414737939834595, -0.10289913415908813, 0.11531492322683334, 0.11411207914352417, -0.06123590096831322, 0.08371630311012268, 0.14411354064941406, -0.012118581682443619, -0.06350818276405334, 0.05126349255442619, 0.1047443225979805, -0.02623072825372219, -0.2698100805282593, -0.02509225718677044, -0.016252152621746063, -0.0026715591084212065, 0.03531354293227196, 0.03422977030277252, -0.031447120010852814, 0.03980701416730881, -0.10150168091058731, -0.04171659052371979, -0.0009228860144503415, 0.0748639926314354, 0.061346713453531265, -0.001096998923458159, 0.08856576681137085, -0.039850592613220215, 0.00896212924271822, 0.06917756795883179, 0.050677716732025146, 0.15749363601207733, -0.05396949127316475, 0.10645615309476852, 0.07475864142179489, -0.0019316375255584717, 0.007203439716249704, 0.062022436410188675, -0.053617507219314575, 0.05756883695721626, -0.05173473432660103, -0.013025850057601929, -0.05078167840838432, 0.08138484507799149, 0.02448119781911373, -0.042133037000894547, 0.0010929206619039178, 0.060870107263326645, 0.05703363195061684, 0.19783003628253937, 0.026399923488497734, -0.0746169239282608, -0.06100113317370415, 0.04937248304486275, -0.018006712198257446, -0.07839738577604294, -0.005809766706079245, 0.0749906599521637, -0.08824453502893448, 0.02863547019660473, -0.010847927071154118, 0.09173375368118286, -0.05778268352150917, 0.007138437125831842, -0.01293240487575531, 0.005311741027981043, -0.02804337441921234, 0.06380521506071091, -0.14034077525138855, 0.049417898058891296, 0.03331278637051582, 0.009180632419884205, -0.03515519201755524, 0.02611483819782734, -0.019797461107373238, 0.024238161742687225, 0.10545558482408524, 0.029622798785567284, -0.14280535280704498, -0.05893159285187721, -0.0505305640399456, 0.047205206006765366, 0.09493311494588852, -0.09010336548089981, 0.10886495560407639, -0.01826922409236431, 0.02287721075117588, -0.031112277880311012, -0.003170112846419215, -0.06431719660758972, -0.18131355941295624, 0.05236126855015755, -0.06043967232108116, 0.05506032332777977, -0.033602938055992126, 0.017404118552803993, 0.02847178839147091, 0.12970228493213654, -0.13493697345256805, -0.06282713264226913, -0.10254082828760147, 0.022167006507515907, 0.10001372545957565, -0.08063255995512009, 0.010528487153351307, -0.017477041110396385, 0.12866447865962982, -0.00947161391377449, -0.048084478825330734, 0.038835640996694565, -0.06944344192743301, -0.1706174612045288, -0.07347609847784042, 0.06803973764181137, 0.07265188544988632, 0.055208250880241394, 0.019786573946475983, 0.05800117924809456, -0.02975722961127758, -0.07478829473257065, 0.03950882330536842, 0.06037425622344017, -0.007679879665374756, 0.1023780032992363, -0.07212422043085098, -0.031079599633812904, -0.11175236105918884, -0.03323664888739586, 0.10176870971918106, 0.12302577495574951, -0.044248491525650024, 0.10281810909509659, 0.1424192637205124, -0.11208578199148178, -0.17768065631389618, -0.014387647621333599, 0.02111608348786831, -0.0005007102736271918, 0.01247154176235199, -0.2314772754907608, 0.08811566978693008, 0.037117309868335724, 0.011228207498788834, 0.0033359143417328596, -0.11842968314886093, -0.09556132555007935, 0.03977352753281593, -0.0015463916352018714, -0.03763872757554054, -0.08722686767578125, -0.026839062571525574, -0.018504681065678596, -0.03960271552205086, 0.07414264231920242, -0.0570303350687027, 0.045691847801208496, -0.007955655455589294, 0.07273217290639877, 0.0332622192800045, -0.018519720062613487, 0.07880092412233353, 0.03856463357806206, 0.04757164046168327, -0.03856822848320007, 0.0018363617127761245, 0.03106768988072872, -0.016354212537407875, 0.0925198420882225, 0.045974861830472946, 0.0651732087135315, -0.09063787013292313, -0.023318776860833168, -0.060062434524297714, 0.014043796807527542, -0.05927380919456482, -0.0561295747756958, -0.08097241073846817, 0.047976355999708176, 0.10041902214288712, 0.0024378772359341383, 0.06732384115457535, -0.07919437438249588, 0.07582028210163116, 0.1391158252954483, 0.09820271283388138, 0.034617360681295395, -0.0822070762515068, 0.0003705190902110189, -0.00300759170204401, 0.04065139591693878, -0.10200431197881699, 0.08049530535936356, 0.09007599204778671, 0.008007523603737354, 0.13087527453899384, 0.021670447662472725, -0.1308334320783615, 0.030777961015701294, 0.0517079122364521, -0.08846977353096008, -0.17080585658550262, 0.03710362687706947, 0.06697136908769608, -0.14730103313922882, -0.027285218238830566, 0.12346658855676651, 0.03859083727002144, -0.050690073519945145, -0.000725151679944247, 0.08217465877532959, 0.04887010529637337, 0.07236706465482712, 0.04373075067996979, 0.038013894110918045, -0.06105266511440277, 0.10429415106773376, 0.11184263229370117, -0.08137456327676773, 0.02649240754544735, 0.0663023591041565, -0.040031105279922485, -0.039560139179229736, -0.027517953887581825, 0.0821029469370842, -0.08238158375024796, -0.044118013232946396, -0.08755835145711899, -0.05986836552619934, 0.04245763644576073, 0.12482818216085434, -0.02731204964220524, 0.03836571052670479, 0.006938053295016289, -0.029842033982276917, -0.04012357443571091, 0.09118819236755371, -0.013824007473886013, 0.029983142390847206, -0.02980775386095047, -0.010138794779777527, -0.01911277137696743, 0.026803404092788696, 0.00841575488448143, -0.032768379896879196, -0.049514397978782654, -0.0032134309876710176, -0.08924800157546997, 0.013832512311637402, -0.0067517138086259365, -0.00564308138564229, 0.0036392484325915575, -0.04243478551506996, -0.002887701615691185, 0.01445342879742384, -0.05063650384545326, -0.0395529568195343, -0.036718837916851044, 0.0711136907339096, -0.17952008545398712, 0.010684452950954437, 0.07614638656377792, -0.04775848984718323, 0.10455840826034546, -0.0034630594309419394, -0.028735676780343056, 0.010464423336088657, -0.09312471002340317, 0.0013323337770998478, -0.032645657658576965, 0.05359511077404022, 0.013999242335557938, -0.10207471996545792, 0.015320781618356705, -0.03414425998926163, -0.0750395730137825, -0.0012700877850875258, 0.04540115222334862, -0.0978153869509697, 0.08621736615896225, -0.00123063032515347, -0.0314294807612896, -0.09763822704553604, 0.020319167524576187, 0.006809616927057505, 0.05611385777592659, 0.12808996438980103, -0.034362856298685074, 0.0838448703289032, -0.1380372792482376, 0.005314771085977554, 0.05794883146882057, 0.030017072334885597, 0.026524590328335762, -0.05408564209938049, 0.01819446124136448, -0.027318092063069344, 0.1135348454117775, -0.0408942811191082, 0.05032584071159363, 0.05077661946415901, 0.02729829214513302, -0.07011767476797104, 0.0206705704331398, -0.06633542478084564, -0.000659321725834161, -0.02421262301504612, 0.009280864149332047, -0.03593040630221367, -0.039097655564546585, 0.0343456007540226, 0.1243862509727478, 0.07629116624593735, 0.1937151402235031, 0.0018844641745090485, 0.02083197794854641, -0.052564725279808044, 0.0021259088534861803, 0.031245676800608635, -0.026264511048793793, -0.01328470092266798, -0.004335732664912939, 0.03293865919113159, 0.10920660942792892, -0.09214810281991959, 0.11078835278749466, -0.040312979370355606, -0.03841620311141014, -0.07844855636358261, -0.05297018215060234, -0.04841238632798195, -0.01882931776344776, 0.0059580025263130665, -0.1362389624118805, 0.06079401075839996, 0.0031130078714340925, -0.013943028636276722, -0.008664046414196491, 0.03000551275908947, -0.07287072390317917, -0.07423409819602966, -0.01957658678293228, 0.018766917288303375, 0.04933040216565132, 0.08589369803667068, 0.023877283558249474, 0.05577043071389198, 0.06937330216169357, 0.0746900886297226, 0.08133547753095627, 0.06369193643331528, 0.029758721590042114, -0.077570341527462, -0.07231516391038895, 0.014317523688077927, -0.02056259475648403, -0.02303326688706875, 0.14692319929599762, 0.029513932764530182, 0.03086688369512558, 0.018265584483742714, 0.20915043354034424, -0.023457584902644157, -0.028639478608965874, -0.15382486581802368, 0.0846792533993721, 0.03661148622632027, 0.03105432353913784, 0.005425937008112669, -0.15720532834529877, -0.009648219682276249, 0.08598187565803528, 0.08329711109399796, -0.033934585750103, 0.0022916903253644705, -0.0012204846134409308, 0.022526679560542107, 0.011765402741730213, -0.00677731866016984, 0.05818415805697441, 0.16585886478424072, -0.057988252490758896, 0.07493589073419571, -0.03798600658774376, 0.009720521047711372, -0.02798612229526043, 0.10807929188013077, -0.03178974241018295, 0.034749627113342285, -0.08057329058647156, 0.0713510736823082, -0.07098913937807083, -0.24657171964645386, -0.03540985658764839, -0.06869416683912277, -0.1070581004023552, -0.022735202684998512, 0.01864853873848915, 0.015308205969631672, 0.057925671339035034, 0.051254868507385254, -0.021083956584334373, 0.14678466320037842, 0.013237965293228626, -0.02625114656984806, -0.034627627581357956, 0.08647850900888443, -0.07285866886377335, 0.1478709727525711, 0.03741622343659401, 0.030727142468094826, 0.08924108743667603, -0.014942049980163574, -0.09669101983308792, 0.038140419870615005, 0.04020595923066139, -0.010168253444135189, 0.007384682539850473, 0.16530446708202362, 0.019203893840312958, 0.13193045556545258, 0.08933516591787338, -0.03926056995987892, 0.0629618838429451, -0.021650314331054688, -0.039459701627492905, -0.0816541463136673, 0.08085526525974274, -0.08811081200838089, 0.12637782096862793, 0.14593446254730225, -0.019239312037825584, 0.003020475385710597, -0.028657300397753716, 0.010129899717867374, 0.012417499907314777, 0.061806242913007736, -0.01578630320727825, -0.07968076318502426, 0.04336987063288689, 0.0059820241294801235, 0.06147122383117676, -0.15807007253170013, -0.036793630570173264, 0.08776674419641495, -0.028622308745980263, 0.01051733735948801, 0.09575027227401733, 0.04884937033057213, 0.015916893258690834, -0.05801441892981529, -0.1104055866599083, 0.03090212680399418, 0.08748990297317505, -0.04369029775261879, -0.04847713187336922 ]
5bf8a485252aa1cdddd09bf5dfd026b9a8d25e57
# Dataset Card for EMEA ## 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/EMEA.php - **Repository:** None - **Paper:** http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf - **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/EMEA.php E.g. `dataset = load_dataset("emea", lang1="en", lang2="nl")` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances Here is an example of the `en-nl` configuration: ``` {'id': '4', 'translation': {'en': 'EPAR summary for the public', 'nl': 'EPAR-samenvatting voor het publiek'}} ``` ### Data Fields The data fields are: - id: id of the sentence pair - translation: a dictionary of the form {lang1: text_in_lang1, lang2: text_in_lang2} ### Data Splits Sizes of some language pairs: | name |train| |----------|----:| |bg-el|1044065| |cs-et|1053164| |de-mt|1000532| |fr-sk|1062753| |es-lt|1051370| ## 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 ```bibtex @InProceedings{TIEDEMANN12.463, author = {J{\"o}rg Tiedemann}, title = {Parallel Data, Tools and Interfaces in OPUS}, booktitle = {Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC'12)}, year = {2012}, month = {may}, date = {23-25}, address = {Istanbul, Turkey}, editor = {Nicoletta Calzolari (Conference Chair) and Khalid Choukri and Thierry Declerck and Mehmet Ugur Dogan and Bente Maegaard and Joseph Mariani and Jan Odijk and Stelios Piperidis}, publisher = {European Language Resources Association (ELRA)}, isbn = {978-2-9517408-7-7}, language = {english} } ``` ### Contributions Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
emea
[ "task_categories:translation", "annotations_creators:found", "language_creators:found", "multilinguality:multilingual", "size_categories:1M<n<10M", "source_datasets:original", "language:bg", "language:cs", "language:da", "language:de", "language:el", "language:en", "language:es", "language:et", "language:fi", "language:fr", "language:hu", "language:it", "language:lt", "language:lv", "language:mt", "language:nl", "language:pl", "language:pt", "language:ro", "language:sk", "language:sl", "language:sv", "license:unknown", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "lt", "lv", "mt", "nl", "pl", "pt", "ro", "sk", "sl", "sv"], "license": ["unknown"], "multilinguality": ["multilingual"], "size_categories": ["1M<n<10M"], "source_datasets": ["original"], "task_categories": ["translation"], "task_ids": [], "pretty_name": "EMEA", "config_names": ["bg-el", "cs-et", "de-mt", "es-lt", "fr-sk"], "dataset_info": [{"config_name": "bg-el", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["bg", "el"]}}}], "splits": [{"name": "train", "num_bytes": 296160562, "num_examples": 1044065}], "download_size": 54531690, "dataset_size": 296160562}, {"config_name": "cs-et", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["cs", "et"]}}}], "splits": [{"name": "train", "num_bytes": 180261167, "num_examples": 1053164}], "download_size": 36065651, "dataset_size": 180261167}, {"config_name": "de-mt", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["de", "mt"]}}}], "splits": [{"name": "train", "num_bytes": 182976918, "num_examples": 1000532}], "download_size": 36665427, "dataset_size": 182976918}, {"config_name": "fr-sk", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["fr", "sk"]}}}], "splits": [{"name": "train", "num_bytes": 193605247, "num_examples": 1062753}], "download_size": 38916074, "dataset_size": 193605247}, {"config_name": "es-lt", "features": [{"name": "id", "dtype": "string"}, {"name": "translation", "dtype": {"translation": {"languages": ["es", "lt"]}}}], "splits": [{"name": "train", "num_bytes": 182623676, "num_examples": 1051370}], "download_size": 35329033, "dataset_size": 182623676}]}
2024-01-18T11:03:12+00:00
[]
[ "bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "hu", "it", "lt", "lv", "mt", "nl", "pl", "pt", "ro", "sk", "sl", "sv" ]
TAGS #task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-1M<n<10M #source_datasets-original #language-Bulgarian #language-Czech #language-Danish #language-German #language-Modern Greek (1453-) #language-English #language-Spanish #language-Estonian #language-Finnish #language-French #language-Hungarian #language-Italian #language-Lithuanian #language-Latvian #language-Maltese #language-Dutch #language-Polish #language-Portuguese #language-Romanian #language-Slovak #language-Slovenian #language-Swedish #license-unknown #region-us
Dataset Card for EMEA ===================== 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("emea", lang1="en", lang2="nl")' ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances Here is an example of the 'en-nl' configuration: ### Data Fields The data fields are: * id: id of the sentence pair * translation: a dictionary of the form {lang1: text\_in\_lang1, lang2: text\_in\_lang2} ### Data Splits Sizes of some language 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 @abhishekkrthakur for adding this dataset.
[ "### Dataset Summary\n\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\n'dataset = load\\_dataset(\"emea\", lang1=\"en\", lang2=\"nl\")'", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nHere is an example of the 'en-nl' configuration:", "### Data Fields\n\n\nThe data fields are:\n\n\n* id: id of the sentence pair\n* translation: a dictionary of the form {lang1: text\\_in\\_lang1, lang2: text\\_in\\_lang2}", "### Data Splits\n\n\nSizes of some language pairs:\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 @abhishekkrthakur 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-Bulgarian #language-Czech #language-Danish #language-German #language-Modern Greek (1453-) #language-English #language-Spanish #language-Estonian #language-Finnish #language-French #language-Hungarian #language-Italian #language-Lithuanian #language-Latvian #language-Maltese #language-Dutch #language-Polish #language-Portuguese #language-Romanian #language-Slovak #language-Slovenian #language-Swedish #license-unknown #region-us \n", "### Dataset Summary\n\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\n'dataset = load\\_dataset(\"emea\", lang1=\"en\", lang2=\"nl\")'", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nHere is an example of the 'en-nl' configuration:", "### Data Fields\n\n\nThe data fields are:\n\n\n* id: id of the sentence pair\n* translation: a dictionary of the form {lang1: text\\_in\\_lang1, lang2: text\\_in\\_lang2}", "### Data Splits\n\n\nSizes of some language pairs:\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 @abhishekkrthakur for adding this dataset." ]
[ 193, 81, 10, 11, 19, 53, 19, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 20 ]
[ "passage: TAGS\n#task_categories-translation #annotations_creators-found #language_creators-found #multilinguality-multilingual #size_categories-1M<n<10M #source_datasets-original #language-Bulgarian #language-Czech #language-Danish #language-German #language-Modern Greek (1453-) #language-English #language-Spanish #language-Estonian #language-Finnish #language-French #language-Hungarian #language-Italian #language-Lithuanian #language-Latvian #language-Maltese #language-Dutch #language-Polish #language-Portuguese #language-Romanian #language-Slovak #language-Slovenian #language-Swedish #license-unknown #region-us \n### Dataset Summary\n\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\n'dataset = load\\_dataset(\"emea\", lang1=\"en\", lang2=\"nl\")'### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nHere is an example of the 'en-nl' configuration:### Data Fields\n\n\nThe data fields are:\n\n\n* id: id of the sentence pair\n* translation: a dictionary of the form {lang1: text\\_in\\_lang1, lang2: text\\_in\\_lang2}### Data Splits\n\n\nSizes of some language pairs:\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.05241570621728897, 0.2363964319229126, -0.006620011758059263, 0.042056307196617126, 0.11589684337377548, 0.029584594070911407, 0.05296721309423447, 0.10368633270263672, 0.07029412686824799, 0.1604921668767929, -0.0013054372975602746, 0.018129531294107437, 0.09549542516469955, 0.07140585035085678, 0.03907732665538788, -0.1872253119945526, 0.009400767274200916, -0.09235625714063644, -0.03153557702898979, 0.08469805866479874, 0.15415100753307343, -0.05607258155941963, 0.025699691846966743, -0.11813762038946152, -0.03698807954788208, 0.05257538706064224, -0.09889238327741623, -0.00019355631957296282, 0.025410978123545647, 0.015416272915899754, 0.02827070653438568, -0.008398889563977718, 0.07223150879144669, -0.2742941677570343, -0.012149253860116005, 0.009659949690103531, -0.023359747603535652, -0.025859853252768517, 0.11390845477581024, -0.10273882746696472, 0.060423314571380615, -0.2510606348514557, 0.01315875630825758, 0.05256475508213043, -0.10402055084705353, -0.11534935235977173, -0.0723760724067688, 0.05591357499361038, 0.15900331735610962, 0.08312380313873291, -0.08430390059947968, 0.0895468145608902, -0.02747044526040554, 0.07441659271717072, 0.12035112828016281, -0.12153837829828262, -0.062251776456832886, 0.0038822635542601347, 0.06599284708499908, 0.05285926163196564, -0.0972655788064003, 0.06524696201086044, 0.007283056620508432, 0.033254288136959076, -0.024118991568684578, -0.06635064631700516, -0.0929405689239502, -0.015353909693658352, -0.14965848624706268, -0.05930948257446289, 0.15462356805801392, 0.007125278003513813, 0.005143122281879187, -0.14368484914302826, 0.010122946463525295, 0.019146621227264404, -0.07737065106630325, 0.0027408264577388763, -0.010086567141115665, -0.0152061702683568, 0.1320738047361374, -0.06270689517259598, -0.04516306146979332, -0.027507469058036804, 0.057823292911052704, 0.14636503159999847, 0.061365533620119095, -0.07633558660745621, 0.10206875950098038, 0.03142403066158295, -0.018331337720155716, -0.13422124087810516, 0.0001586270664120093, 0.015438728034496307, -0.17572933435440063, -0.024351783096790314, 0.04508398100733757, 0.002070659538730979, 0.11258579045534134, 0.19251438975334167, -0.06009967625141144, 0.03274490311741829, -0.04413482919335365, -0.013426587916910648, 0.03569301962852478, 0.10077700763940811, -0.07613147050142288, -0.18736062943935394, -0.06663751602172852, -0.07202046364545822, 0.005498174112290144, -0.013430668972432613, -0.06570879369974136, -0.022129913792014122, 0.05237375572323799, 0.17337816953659058, 0.153469979763031, 0.015918925404548645, -0.05614859238266945, -0.027080705389380455, 0.046521659940481186, -0.16321927309036255, 0.07510142028331757, 0.03169963136315346, -0.020487988367676735, -0.02773156389594078, -0.0824328064918518, 0.0077380952425301075, -0.1767149567604065, 0.03839243948459625, 0.008719239383935928, 0.03914676234126091, -0.059478022158145905, -0.08740691840648651, 0.11099889874458313, -0.07677022367715836, -0.031212816014885902, -0.04326964169740677, -0.062405362725257874, -0.09585626423358917, 0.0017425079131498933, -0.11566681414842606, -0.04805736616253853, -0.06322683393955231, -0.06475169956684113, 0.00936453603208065, -0.007642390206456184, -0.026547307148575783, -0.05895492807030678, -0.0052922856993973255, -0.02153618261218071, -0.00927926879376173, 0.07477933168411255, 0.028706910088658333, -0.08762471377849579, 0.06815464049577713, -0.15479996800422668, 0.13110558688640594, -0.15825912356376648, 0.09668291360139847, -0.17693254351615906, -0.011921187862753868, 0.11271554231643677, -0.008705846033990383, 0.024458274245262146, 0.18310599029064178, -0.22219067811965942, -0.020688585937023163, 0.1645059585571289, -0.10045970976352692, -0.07826865464448929, 0.09998251497745514, 0.02425023540854454, 0.023501232266426086, 0.060329411178827286, 0.1475832611322403, 0.1313769668340683, -0.051144395023584366, -0.08708591759204865, -0.11370161920785904, 0.017958523705601692, 0.14988026022911072, 0.12152525782585144, -0.11534041911363602, 0.17773783206939697, 0.015727601945400238, -0.05640903115272522, -0.04707332327961922, -0.0025419234298169613, -0.07499095797538757, 0.021108340471982956, 0.0017061893595382571, 0.0644061490893364, 0.06323273479938507, -0.051829252392053604, -0.06919142603874207, -0.1113620474934578, 0.012953681871294975, 0.039606355130672455, -0.021625401452183723, 0.053588028997182846, -0.0495993010699749, 0.08719506114721298, 0.01640513353049755, 0.038991592824459076, -0.1387932151556015, -0.13937978446483612, 0.04254093021154404, 0.005318210925906897, 0.1264181137084961, -0.13283124566078186, 0.03246698155999184, -0.01066158153116703, -0.07852794229984283, 0.003625551238656044, 0.0011613209499046206, 0.025007402524352074, 0.01035750936716795, -0.21590498089790344, -0.021911365911364555, -0.02016950398683548, 0.15663973987102509, -0.12429302930831909, -0.00023586700262967497, 0.10944288223981857, 0.2267058789730072, -0.025270827114582062, -0.04166863113641739, 0.003622117917984724, 0.0861077532172203, -0.008044828660786152, -0.05773220583796501, 0.007605870719999075, -0.08997105062007904, -0.0021967648062855005, 0.04996707662940025, -0.08621269464492798, -0.14987456798553467, 0.08738002926111221, -0.03414297103881836, -0.11445208638906479, -0.03400927037000656, -0.00017303117783740163, -0.061881884932518005, 0.03173109143972397, -0.10202595591545105, 0.03892309591174126, 0.05421321094036102, -0.030630655586719513, -0.03204692527651787, -0.05224258452653885, -0.03741196170449257, -0.022502336651086807, -0.08609247207641602, 0.1547279804944992, 0.049751196056604385, -0.13758747279644012, 0.15597064793109894, 0.04652969539165497, 0.03803526610136032, 0.11016790568828583, -0.0534776896238327, -0.10292895138263702, -0.03035244159400463, 0.08781547844409943, 0.04578872397542, 0.08060245960950851, -0.15028639137744904, 0.012478453107178211, 0.013552564196288586, -0.015493237413465977, 0.020665505900979042, 0.0019409676315262914, 0.023802349343895912, -0.01764674112200737, -0.06403955072164536, 0.0508127436041832, -0.03928061202168465, 0.01755593530833721, 0.051249708980321884, 0.03147509694099426, 0.04308999329805374, -0.038440898060798645, -0.058661580085754395, -0.10214434564113617, 0.07711630314588547, -0.14035868644714355, -0.18073315918445587, -0.12732702493667603, -0.052567653357982635, -0.06337063759565353, -0.016461849212646484, 0.019330844283103943, -0.049698784947395325, -0.07290332019329071, -0.04738222435116768, 0.11815331876277924, 0.036683738231658936, -0.1399175524711609, -0.06297127157449722, 0.051397886127233505, -0.010224291123449802, -0.06132262572646141, 0.032995857298374176, 0.07727757096290588, -0.010467281565070152, -0.019099509343504906, 0.012374278157949448, 0.14994554221630096, 0.09670792520046234, 0.0403013676404953, -0.02741917409002781, -0.03700922057032585, 0.16721993684768677, -0.19121305644512177, 0.08000098913908005, 0.029403414577245712, -0.029694944620132446, 0.03058794140815735, 0.2773990035057068, 0.031191140413284302, -0.04660030081868172, -0.008576666004955769, 0.10474354773759842, -0.01160020474344492, -0.21632178127765656, -0.18793658912181854, -0.09466902166604996, -0.01450717356055975, 0.05016842484474182, 0.0632128044962883, -0.034433264285326004, 0.0002748812548816204, -0.11067590117454529, -0.12833206355571747, 0.05074416846036911, 0.12062044441699982, 0.15502098202705383, 0.0022986186668276787, 0.015473686158657074, -0.0365651398897171, -0.02499070204794407, 0.047880616039037704, 0.042618945240974426, 0.16016122698783875, 0.028226235881447792, 0.2544175684452057, 0.014839565381407738, 0.13331228494644165, -0.10917260497808456, -0.004835827276110649, 0.04799732193350792, 0.05328463390469551, 0.06614285707473755, -0.07728274911642075, 0.0775754526257515, 0.0653592124581337, 0.1401856690645218, -0.1171782985329628, 0.009931371547281742, -0.10764675587415695, 0.1273721158504486, 0.16162772476673126, 0.0661434456706047, -0.10309994220733643, 0.009349004365503788, 0.0851522833108902, -0.02670448087155819, -0.07880999147891998, -0.0443841926753521, 0.03249547258019447, -0.11881022155284882, 0.13066233694553375, 0.0007539168000221252, 0.1132798045873642, -0.008623791858553886, -0.04721463471651077, -0.010528734885156155, 0.017844481393694878, 0.0067186481319367886, 0.1298694759607315, -0.16629289090633392, 0.17771276831626892, 0.029368560761213303, 0.050328660756349564, -0.07061860710382462, 0.057527150958776474, -0.031974971294403076, 0.03938110172748566, 0.20448389649391174, 0.031058689579367638, -0.08759409189224243, -0.08307577669620514, -0.10629522800445557, -0.06092185154557228, 0.12598773837089539, -0.14543969929218292, 0.11812816560268402, 0.01538270153105259, -0.052209969609975815, -0.06940518319606781, -0.015549360774457455, -0.08412394672632217, -0.16456229984760284, 0.0760975033044815, -0.03125542402267456, 0.04670068621635437, -0.00017535022925585508, -0.0537528470158577, -0.1351548731327057, 0.19386246800422668, -0.11620286852121353, -0.08170732110738754, -0.12541018426418304, -0.023447008803486824, 0.20238088071346283, -0.0858820378780365, 0.05066167935729027, 0.012479080818593502, 0.10536305606365204, -0.009213955141603947, 0.024092452600598335, 0.07551845163106918, -0.030147496610879898, -0.14722825586795807, 0.008349013514816761, 0.2236345112323761, 0.03313935920596123, 0.03683636710047722, 0.02286960370838642, 0.09278698265552521, 0.08042590320110321, -0.11447491496801376, 0.03185766935348511, 0.006916339043527842, 0.034896936267614365, 0.1102084368467331, -0.037219300866127014, -0.16248057782649994, -0.1609794944524765, -0.05869011580944061, 0.20070314407348633, 0.1793871968984604, -0.0957215279340744, 0.11882305145263672, 0.07793712615966797, -0.12255138158798218, -0.24118752777576447, -0.02386491186916828, 0.05262161046266556, -0.02834661491215229, 0.004549255594611168, -0.14155471324920654, 0.02508455328643322, -0.01157563179731369, -0.0023537962697446346, 0.00391387427225709, -0.2246173918247223, -0.1301863044500351, 0.03504837676882744, -0.019004400819540024, -0.3440972566604614, -0.15540792047977448, -0.07639393210411072, -0.049572721123695374, -0.16524888575077057, 0.06714200228452682, 0.014741966500878334, 0.0018563619814813137, 0.045982252806425095, 0.023107705637812614, 0.04531864449381828, -0.022497059777379036, 0.1878250390291214, 0.041902538388967514, -0.05757839232683182, -0.10158125311136246, -0.015195316635072231, 0.08617497235536575, 0.011684420518577099, 0.09623520076274872, -0.031788211315870285, -0.04965988174080849, -0.11929475516080856, -0.02345174178481102, -0.05816832557320595, 0.10078927874565125, -0.11767016351222992, -0.03145560994744301, -0.011390931904315948, 0.09336373955011368, 0.08271218836307526, -0.011848244816064835, 0.06315150111913681, -0.07816201448440552, 0.007158082444220781, 0.1397390365600586, 0.14511331915855408, 0.061349619179964066, -0.08546660840511322, 0.07016230374574661, 0.006965732667595148, -0.02667948417365551, 0.016313262283802032, 0.0708092451095581, 0.1303441822528839, 0.032478004693984985, 0.0810156762599945, -0.07703167200088501, -0.14862674474716187, -0.037384528666734695, 0.06904851645231247, -0.02964159846305847, -0.2501757740974426, 0.00725335069000721, -0.044013749808073044, -0.09572082757949829, -0.05151183903217316, 0.09079989045858383, -0.011949313804507256, -0.012967723421752453, 0.02524670399725437, 0.09903358668088913, -0.01890796422958374, 0.11415956169366837, 0.0326753593981266, 0.060338884592056274, -0.08492355048656464, 0.09712066501379013, 0.1465417444705963, -0.08294734358787537, 0.07099360972642899, 0.23101693391799927, -0.02145279571413994, -0.07311474531888962, 0.08657433837652206, 0.04367990046739578, 0.006000232882797718, -0.07335202395915985, 0.022916769608855247, -0.09051861613988876, -0.0005219086306169629, 0.045035894960165024, 0.019177841022610664, -0.02552611380815506, 0.06880462169647217, -0.047248486429452896, -0.07476914674043655, 0.12615449726581573, 0.14251063764095306, 0.018319977447390556, -0.04566006734967232, 0.06539381295442581, -0.018878592178225517, -0.015480231493711472, -0.004250627011060715, -0.008141674101352692, -0.0931238904595375, 0.02441781759262085, -0.08512039482593536, -0.001321496907621622, -0.1596515029668808, 0.004043600056320429, -0.022199532017111778, -0.06771676987409592, -0.023831406608223915, -0.017692996188998222, -0.06694234907627106, -0.10415443032979965, -0.02820541150867939, 0.11678940057754517, -0.19067569077014923, -0.030830008909106255, 0.08951757103204727, -0.026318198069930077, 0.08144666999578476, 0.02251281775534153, -0.013417702168226242, 0.059286460280418396, -0.0686633288860321, 0.015690090134739876, -0.050383489578962326, 0.03450051695108414, 0.058459021151065826, -0.16120955348014832, -0.02919701673090458, 0.004538716748356819, -0.03115251660346985, 0.05353972315788269, -0.02362898550927639, -0.09257254004478455, 0.03900957107543945, -0.031003437936306, -0.13589876890182495, 0.008062593638896942, 0.10939165204763412, 0.03758252412080765, -0.02984190545976162, 0.08657481521368027, -0.05291260406374931, 0.14021819829940796, -0.06507755070924759, -0.012284418568015099, -0.018104741349816322, 0.02758198045194149, 0.030074425041675568, 0.023698776960372925, 0.07733593136072159, -0.04194125160574913, 0.10939936339855194, 0.018465450033545494, 0.08868959546089172, 0.06391637027263641, -0.009884021244943142, -0.014808076433837414, 0.076035276055336, 0.0028670073952525854, -0.010628684423863888, -0.0057884701527655125, -0.05141282081604004, -0.019260277971625328, -0.05459992215037346, -0.04684867337346077, 0.04447287321090698, 0.22364017367362976, 0.16601961851119995, -0.008506684564054012, 0.08686978369951248, -0.1614065319299698, -0.07194147258996964, 0.11901853233575821, -0.018960116431117058, 0.03483733907341957, -0.11384232342243195, 0.14776161313056946, 0.06611742824316025, -0.21607637405395508, 0.11278212815523148, -0.05782467499375343, -0.09882534295320511, 0.018331848084926605, -0.14019016921520233, -0.05417058244347572, -0.03983002528548241, 0.021233242005109787, -0.07819835096597672, 0.07395394146442413, 0.043331798166036606, -0.017577968537807465, -0.054932475090026855, 0.1401902139186859, -0.009320098906755447, -0.07178853452205658, 0.05464082583785057, 0.03740956261754036, 0.10212772339582443, 0.04395844042301178, 0.04098187014460564, -0.05858539789915085, 0.08295409381389618, 0.048845238983631134, 0.08460795134305954, -0.04305649176239967, 0.014884896576404572, -0.09064588695764542, -0.06162204593420029, 0.027919873595237732, 0.015479776076972485, 0.010330207645893097, 0.18881326913833618, 0.03633884713053703, -0.013561569154262543, -0.03791206702589989, 0.16643019020557404, -0.03516498953104019, -0.17015890777111053, -0.13155217468738556, 0.04131833836436272, 0.001338555128313601, -0.004275381099432707, -0.011025768704712391, -0.1497771292924881, 0.011931396089494228, 0.09204205125570297, 0.21012812852859497, 0.06551972031593323, 0.025172553956508636, -0.023977093398571014, 0.026033669710159302, 0.005279057659208775, -0.005432286765426397, -0.0024639295879751444, 0.14594314992427826, -0.0695180743932724, 0.029507504776120186, -0.05327178165316582, -0.010245741344988346, -0.14610280096530914, 0.09180976450443268, -0.0015578788006678224, -0.023366160690784454, -0.03255750611424446, 0.19906947016716003, -0.057900283485651016, -0.1667034775018692, 0.022248849272727966, -0.16597041487693787, -0.14265413582324982, -0.041942816227674484, 0.06974444538354874, 0.05247241258621216, 0.018292779102921486, 0.07122159004211426, -0.01167639996856451, 0.07664469629526138, 0.06117046996951103, 0.0036338958889245987, -0.02859521470963955, 0.09226452559232712, -0.12854857742786407, 0.24630460143089294, -0.030293187126517296, 0.09162447601556778, 0.1287289410829544, -0.011824562214314938, -0.10877986252307892, 0.0032442982774227858, 0.12779240310192108, -0.0408770926296711, 0.10773605108261108, 0.16271665692329407, -0.0470154695212841, 0.09736378490924835, 0.09667500108480453, 0.021864954382181168, 0.05663957819342613, -0.025020914152264595, 0.035575468093156815, -0.06932146102190018, 0.13118359446525574, -0.1555682271718979, 0.09554313123226166, 0.16747568547725677, -0.05611634626984596, -0.0030820996034890413, -0.07259733229875565, -0.005377945490181446, -0.021418796852231026, 0.15980255603790283, -0.03561169654130936, -0.1891719549894333, 0.03935488685965538, 0.02045377716422081, 0.1037890687584877, -0.08660485595464706, -0.0454886257648468, 0.06404773890972137, 0.016011379659175873, -0.04522794112563133, 0.11606544256210327, 0.10478232800960541, -0.04792116582393646, -0.02947556972503662, -0.2368566244840622, 0.02153323031961918, 0.1414499431848526, -0.09731107205152512, 0.002311824355274439 ]
0465d88e20dbbeb445476d773235de09e0e63418
# Dataset Card for "emo" ## 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.aclweb.org/anthology/S19-2005/](https://www.aclweb.org/anthology/S19-2005/) - **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:** 3.37 MB - **Size of the generated dataset:** 2.85 MB - **Total amount of disk used:** 6.22 MB ### Dataset Summary In this dataset, given a textual dialogue i.e. an utterance along with two previous turns of context, the goal was to infer the underlying emotion of the utterance by choosing from four emotion classes - Happy, Sad, Angry and Others. ### 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 #### emo2019 - **Size of downloaded dataset files:** 3.37 MB - **Size of the generated dataset:** 2.85 MB - **Total amount of disk used:** 6.22 MB An example of 'train' looks as follows. ``` { "label": 0, "text": "don't worry i'm girl hmm how do i know if you are what's ur name" } ``` ### Data Fields The data fields are the same among all splits. #### emo2019 - `text`: a `string` feature. - `label`: a classification label, with possible values including `others` (0), `happy` (1), `sad` (2), `angry` (3). ### Data Splits | name |train|test| |-------|----:|---:| |emo2019|30160|5509| ## 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{chatterjee-etal-2019-semeval, title={SemEval-2019 Task 3: EmoContext Contextual Emotion Detection in Text}, author={Ankush Chatterjee and Kedhar Nath Narahari and Meghana Joshi and Puneet Agrawal}, booktitle={Proceedings of the 13th International Workshop on Semantic Evaluation}, year={2019}, address={Minneapolis, Minnesota, USA}, publisher={Association for Computational Linguistics}, url={https://www.aclweb.org/anthology/S19-2005}, doi={10.18653/v1/S19-2005}, pages={39--48}, abstract={In this paper, we present the SemEval-2019 Task 3 - EmoContext: Contextual Emotion Detection in Text. Lack of facial expressions and voice modulations make detecting emotions in text a challenging problem. For instance, as humans, on reading ''Why don't you ever text me!'' we can either interpret it as a sad or angry emotion and the same ambiguity exists for machines. However, the context of dialogue can prove helpful in detection of the emotion. In this task, given a textual dialogue i.e. an utterance along with two previous turns of context, the goal was to infer the underlying emotion of the utterance by choosing from four emotion classes - Happy, Sad, Angry and Others. To facilitate the participation in this task, textual dialogues from user interaction with a conversational agent were taken and annotated for emotion classes after several data processing steps. A training data set of 30160 dialogues, and two evaluation data sets, Test1 and Test2, containing 2755 and 5509 dialogues respectively were released to the participants. A total of 311 teams made submissions to this task. The final leader-board was evaluated on Test2 data set, and the highest ranked submission achieved 79.59 micro-averaged F1 score. Our analysis of systems submitted to the task indicate that Bi-directional LSTM was the most common choice of neural architecture used, and most of the systems had the best performance for the Sad emotion class, and the worst for the Happy emotion class} } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@lordtt13](https://github.com/lordtt13), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
emo
[ "task_categories:text-classification", "task_ids:sentiment-classification", "annotations_creators:expert-generated", "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": ["expert-generated"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["unknown"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["sentiment-classification"], "paperswithcode_id": "emocontext", "pretty_name": "EmoContext", "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "others", "1": "happy", "2": "sad", "3": "angry"}}}}], "config_name": "emo2019", "splits": [{"name": "train", "num_bytes": 2433205, "num_examples": 30160}, {"name": "test", "num_bytes": 421555, "num_examples": 5509}], "download_size": 3362556, "dataset_size": 2854760}}
2024-01-18T11:03:13+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us
Dataset Card for "emo" ====================== 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: 3.37 MB * Size of the generated dataset: 2.85 MB * Total amount of disk used: 6.22 MB ### Dataset Summary In this dataset, given a textual dialogue i.e. an utterance along with two previous turns of context, the goal was to infer the underlying emotion of the utterance by choosing from four emotion classes - Happy, Sad, Angry and Others. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### emo2019 * Size of downloaded dataset files: 3.37 MB * Size of the generated dataset: 2.85 MB * Total amount of disk used: 6.22 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### emo2019 * 'text': a 'string' feature. * 'label': a classification label, with possible values including 'others' (0), 'happy' (1), 'sad' (2), 'angry' (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 @thomwolf, @lordtt13, @lhoestq for adding this dataset.
[ "### Dataset Summary\n\n\nIn this dataset, given a textual dialogue i.e. an utterance along with two previous turns of context, the goal was to infer the underlying emotion of the utterance by choosing from four emotion classes - Happy, Sad, Angry and Others.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### emo2019\n\n\n* Size of downloaded dataset files: 3.37 MB\n* Size of the generated dataset: 2.85 MB\n* Total amount of disk used: 6.22 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### emo2019\n\n\n* 'text': a 'string' feature.\n* 'label': a classification label, with possible values including 'others' (0), 'happy' (1), 'sad' (2), 'angry' (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 @thomwolf, @lordtt13, @lhoestq for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us \n", "### Dataset Summary\n\n\nIn this dataset, given a textual dialogue i.e. an utterance along with two previous turns of context, the goal was to infer the underlying emotion of the utterance by choosing from four emotion classes - Happy, Sad, Angry and Others.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### emo2019\n\n\n* Size of downloaded dataset files: 3.37 MB\n* Size of the generated dataset: 2.85 MB\n* Total amount of disk used: 6.22 MB\n\n\nAn example of 'train' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### emo2019\n\n\n* 'text': a 'string' feature.\n* 'label': a classification label, with possible values including 'others' (0), 'happy' (1), 'sad' (2), 'angry' (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 @thomwolf, @lordtt13, @lhoestq for adding this dataset." ]
[ 91, 65, 10, 11, 6, 50, 17, 51, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 28 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-expert-generated #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-unknown #region-us \n### Dataset Summary\n\n\nIn this dataset, given a textual dialogue i.e. an utterance along with two previous turns of context, the goal was to infer the underlying emotion of the utterance by choosing from four emotion classes - Happy, Sad, Angry and Others.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### emo2019\n\n\n* Size of downloaded dataset files: 3.37 MB\n* Size of the generated dataset: 2.85 MB\n* Total amount of disk used: 6.22 MB\n\n\nAn example of 'train' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### emo2019\n\n\n* 'text': a 'string' feature.\n* 'label': a classification label, with possible values including 'others' (0), 'happy' (1), 'sad' (2), 'angry' (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 @thomwolf, @lordtt13, @lhoestq for adding this dataset." ]
[ -0.024263255298137665, 0.1713075488805771, -0.006727820727974176, 0.07401254773139954, 0.09791818261146545, 0.033964451402425766, 0.030296001583337784, 0.09937317669391632, 0.05400833114981651, 0.1691167801618576, 0.005304184276610613, 0.10231953114271164, 0.08525841683149338, 0.07896123826503754, -0.031699806451797485, -0.22243160009384155, 0.019400550052523613, -0.09548716992139816, 0.046497248113155365, 0.11795841157436371, 0.124677874147892, -0.07440928369760513, 0.08566545695066452, -0.104994036257267, -0.07395091652870178, 0.02086966298520565, -0.07038826495409012, 0.010671292431652546, 0.039191968739032745, 0.07487334311008453, 0.04114089906215668, 0.003706553718075156, 0.039036188274621964, -0.2780376076698303, 0.014990235678851604, 0.037585433572530746, -0.018489940091967583, 0.01246216893196106, 0.09247397631406784, -0.11582063883543015, 0.16439072787761688, -0.1565057635307312, 0.06553171575069427, 0.06687616556882858, -0.12575478851795197, -0.16054688394069672, -0.1327885091304779, 0.04655899107456207, 0.1377674788236618, 0.03362017497420311, -0.09649834036827087, 0.03997649624943733, -0.10244955122470856, 0.06885843724012375, 0.19242383539676666, -0.09757840633392334, -0.05682894587516785, 0.0389091819524765, 0.04199569672346115, 0.06159921735525131, -0.12049251049757004, 0.02146039344370365, 0.0259491428732872, 0.04190639778971672, 0.012394062243402004, -0.023044897243380547, 0.017848756164312363, 0.05807251110672951, -0.13707667589187622, -0.08999774605035782, 0.1783750057220459, 0.07947173714637756, -0.03543953225016594, -0.1766287386417389, 0.005991554353386164, -0.0603753961622715, -0.012067112140357494, -0.009329981170594692, 0.022302495315670967, -0.0026881962548941374, 0.062335532158613205, 0.0408228375017643, -0.08587146550416946, 0.025617491453886032, 0.02895159088075161, 0.03401642292737961, 0.007253113202750683, -0.03824362903833389, 0.08235248923301697, 0.028095079585909843, -0.057391971349716187, -0.09641816467046738, -0.019307920709252357, -0.0311014112085104, -0.10883059352636337, -0.002817206084728241, -0.027443481609225273, -0.020985394716262817, 0.0681176483631134, 0.12363855540752411, -0.04847675561904907, 0.05491065979003906, -0.05766594409942627, 0.005301001947373152, 0.12113456428050995, 0.08214201778173447, -0.06822973489761353, -0.1002328097820282, -0.05649585276842117, 0.03655999153852463, 0.021944507956504822, -0.017895465716719627, -0.04199594259262085, 0.07972297817468643, 0.10653341561555862, 0.09518557786941528, 0.04931752383708954, 0.033154845237731934, -0.13116969168186188, -0.028945734724402428, 0.08768364042043686, -0.12654410302639008, 0.05481797456741333, 0.09021149575710297, -0.05218963697552681, -0.03638050705194473, -0.024307316169142723, 0.019503936171531677, -0.037115879356861115, 0.09937219321727753, -0.043237797915935516, -0.000708089442923665, -0.10204621404409409, -0.11602598428726196, 0.08762422204017639, 0.0055678170174360275, -0.03856104239821434, -0.03407217189669609, -0.15626715123653412, -0.09587942808866501, 0.026872994378209114, -0.08887272328138351, -0.040312305092811584, -0.06144950911402702, -0.06584762036800385, 0.024776125326752663, 0.00763687863945961, 0.045413658022880554, -0.044290315359830856, 0.05430374667048454, -0.04263269156217575, 0.028892606496810913, 0.05059351027011871, 0.0373978391289711, -0.08004337549209595, 0.06272552907466888, -0.16865108907222748, 0.13256384432315826, -0.12488719075918198, 0.024616163223981857, -0.12397217750549316, -0.06629081070423126, 0.05756395682692528, 0.033676084131002426, -0.013111148029565811, 0.15305757522583008, -0.25840049982070923, -0.04796672612428665, 0.07668871432542801, -0.06449636071920395, -0.08727537840604782, 0.14307457208633423, -0.052825700491666794, -0.009763935580849648, 0.06424412876367569, 0.1474841982126236, -0.0641261488199234, 0.002068361733108759, -0.12456300109624863, -0.09811600297689438, 0.031144803389906883, 0.2689521908760071, 0.11330753564834595, -0.047626566141843796, 0.13233007490634918, -0.0019723596051335335, 0.06519234925508499, -0.053959354758262634, -0.027365775778889656, -0.07835373282432556, 0.014896508306264877, -0.021183593198657036, 0.04711339622735977, 0.04052850604057312, -0.10293348133563995, -0.07836373895406723, -0.12059548497200012, -0.028446685522794724, 0.05539369955658913, -0.013451293110847473, 0.005031407345086336, -0.07260873913764954, 0.01911052316427231, 0.01429804414510727, 0.022884197533130646, -0.1852695345878601, -0.13414426147937775, 0.03778722137212753, -0.027776580303907394, 0.09227627515792847, -0.029033003374934196, 0.009541762061417103, -0.008562975563108921, -0.06548414379358292, -0.030365992337465286, 0.006896397098898888, 0.009813559241592884, -0.0525580495595932, -0.22274374961853027, -0.011789948679506779, -0.04991695284843445, 0.09963259100914001, -0.15780359506607056, 0.028546186164021492, 0.19945493340492249, 0.14579340815544128, 0.029825689271092415, -0.06168850511312485, 0.0470951609313488, 0.02859335020184517, -0.0462704636156559, -0.04162522405385971, 0.016708841547369957, -0.07067736238241196, -0.03857748582959175, 0.042517662048339844, -0.15649251639842987, -0.11694265156984329, 0.07623983919620514, 0.035125732421875, -0.11162165552377701, -0.02355109341442585, -0.05705495551228523, -0.030460800975561142, -0.06012294441461563, -0.09361319243907928, 0.09746068716049194, 0.03380310535430908, 0.011121454648673534, -0.07193083316087723, -0.054308999329805374, -0.026662513613700867, -0.0031988671980798244, -0.09610839933156967, 0.17405441403388977, -0.0031310587655752897, -0.1845599114894867, 0.15892255306243896, 0.06014220044016838, 0.05469942465424538, 0.09386583417654037, -0.0024791297037154436, -0.06691978871822357, -0.08581718802452087, 0.044541388750076294, 0.02171381004154682, 0.0472114123404026, -0.0941876620054245, 0.010379569604992867, 0.033481281250715256, -0.004869129043072462, 0.0026029834989458323, -0.06604435294866562, 0.022212659940123558, 0.03060743771493435, -0.023536255583167076, 0.04645100608468056, 0.011891794390976429, 0.02806023322045803, 0.10025519877672195, 0.013857390731573105, 0.05873045697808266, -0.02142532914876938, -0.07130387425422668, -0.129618301987648, 0.14820531010627747, -0.11991842836141586, -0.21419712901115417, -0.06716150790452957, -0.09456196427345276, -0.05429447442293167, -0.01407890859991312, 0.0633019506931305, -0.07750533521175385, -0.0758650153875351, -0.07422778755426407, 0.11273348331451416, 0.014581970870494843, -0.07101615518331528, -0.022082604467868805, -0.002763256197795272, -0.019027942791581154, -0.08899077028036118, 0.005600545089691877, 0.06072510778903961, -0.029832692816853523, 0.010077405720949173, 0.01701652817428112, 0.13121488690376282, 0.12441156059503555, 0.07473339140415192, -0.0252995565533638, -0.03667660802602768, 0.21997882425785065, -0.12735435366630554, 0.054142843931913376, 0.027634477242827415, -0.07821623980998993, 0.08266513794660568, 0.19360464811325073, 0.038335274904966354, -0.1072327271103859, 0.052631378173828125, 0.10902328044176102, -0.03542324900627136, -0.2528418004512787, -0.10071171820163727, -0.05201847478747368, 0.05679501220583916, 0.03177419304847717, 0.04441208764910698, 0.011579074896872044, 0.002495094435289502, -0.05720146745443344, -0.020877942442893982, 0.028475847095251083, 0.09261234849691391, 0.04680907726287842, -0.0009202320361509919, 0.04474206268787384, -0.008909670636057854, 0.03362821415066719, 0.1148654967546463, -0.038813091814517975, 0.17394283413887024, -0.036188073456287384, 0.1953335702419281, 0.09955379366874695, 0.06342881917953491, -0.06351964175701141, -0.012205788865685463, -0.04088202863931656, 0.05426555871963501, -0.053107526153326035, -0.06092345714569092, -0.01261882670223713, 0.11315371841192245, 0.116880863904953, 0.002472781343385577, -0.010761857964098454, -0.062836654484272, 0.13223397731781006, 0.2237912118434906, 0.0550372488796711, -0.13504129648208618, -0.01833179034292698, 0.11143474280834198, -0.03250189125537872, -0.04148617386817932, -0.021201999858021736, 0.07261676341295242, -0.13175563514232635, 0.10839519649744034, -0.018626859411597252, 0.09541944414377213, -0.07901123911142349, -0.020266324281692505, -0.023630080744624138, 0.031287871301174164, -0.011640866287052631, 0.10562737286090851, -0.1908382922410965, 0.13986437022686005, 0.024662954732775688, -0.005216747056692839, -0.08367802947759628, 0.032924048602581024, 0.04009914770722389, -0.01598416455090046, 0.16833937168121338, 0.0005994545063003898, -0.09566396474838257, -0.021308189257979393, -0.053851112723350525, -0.018594708293676376, 0.11007563024759293, -0.14855365455150604, 0.10543248057365417, 0.023004792630672455, -0.009610749781131744, -0.003216533688828349, 0.06765960156917572, -0.10358906537294388, -0.16709332168102264, 0.04343734309077263, -0.04953888803720474, 0.030666541308164597, -0.05180821195244789, -0.03345334902405739, -0.06410214304924011, 0.20267072319984436, -0.08863145858049393, -0.05865436792373657, -0.12389230728149414, 0.0914759412407875, 0.13467290997505188, -0.05409696698188782, -0.007473280653357506, 0.008204602636396885, 0.14870446920394897, -0.006875393446534872, 0.00044892693404108286, 0.11046493798494339, -0.04127945750951767, -0.21014446020126343, -0.06626059859991074, 0.14621125161647797, 0.08040425181388855, 0.07529787719249725, -0.03435005620121956, 0.06167921796441078, 0.03775292634963989, -0.09956689924001694, 0.08003239333629608, 0.14021629095077515, 0.0635734423995018, 0.18441332876682281, -0.034593917429447174, -0.19407567381858826, -0.12974360585212708, -0.11346198618412018, 0.11474815011024475, 0.2844560742378235, -0.06199414283037186, 0.11373729258775711, 0.09015469253063202, -0.10723814368247986, -0.20572927594184875, -0.010896052233874798, 0.05411620810627937, -0.0016023347852751613, 0.06495149433612823, -0.14343790709972382, 0.024060439318418503, 0.040292561054229736, 0.013095686212182045, 0.016078032553195953, -0.23344944417476654, -0.12268117815256119, 0.012773101218044758, 0.04020009934902191, -0.22302840650081635, -0.1866602599620819, -0.0945243164896965, -0.0551992692053318, -0.12869857251644135, 0.09021037817001343, 0.02350880391895771, 0.031637679785490036, 0.02034505270421505, 0.09569675475358963, 0.027894821017980576, -0.028119968250393867, 0.18157023191452026, 0.03045976161956787, 0.037747595459222794, -0.11465560644865036, -0.0884123295545578, 0.03233383968472481, -0.03320279344916344, 0.0792238786816597, -0.08543901145458221, -0.007706090342253447, -0.15605317056179047, -0.020761962980031967, -0.098262719810009, 0.02576424553990364, -0.1031738817691803, -0.05407698452472687, -0.11468308418989182, 0.06155320629477501, 0.11751214414834976, -0.02286722883582115, 0.029039718210697174, -0.05962963029742241, 0.03702520951628685, 0.12870430946350098, 0.15346750617027283, 0.10678695142269135, -0.12232837080955505, -0.03319587931036949, 0.00040230786544270813, -0.025350453332066536, -0.19039833545684814, 0.02896021492779255, 0.133832648396492, 0.003494938835501671, 0.22845269739627838, -0.0022611781023442745, -0.14549551904201508, 0.03219002112746239, 0.0709499791264534, -0.07855614274740219, -0.2081589549779892, 0.0052088103257119656, 0.07954267412424088, -0.19715364277362823, -0.1192079484462738, 0.05947522446513176, -0.0060421014204621315, -0.028543563559651375, 0.009315283969044685, 0.11981204897165298, 0.03244634345173836, 0.06923088431358337, 0.018196014687418938, 0.05797463282942772, -0.0857829600572586, 0.07704032212495804, 0.09144865721464157, -0.16725188493728638, 0.05021161586046219, 0.1990659385919571, -0.03719332069158554, -0.04961155727505684, 0.05280572921037674, 0.15247616171836853, -0.012839186936616898, -0.007674492429941893, 0.021617619320750237, -0.10810498148202896, 0.07606546580791473, 0.12444017827510834, 0.034009940922260284, 0.04937059432268143, 0.026366762816905975, 0.00446693878620863, -0.030911901965737343, 0.15753678977489471, 0.0850415974855423, 0.03308796137571335, -0.058846764266490936, 0.0147948507219553, -0.02132509835064411, -0.025770148262381554, 0.007782366126775742, -0.004087705165147781, -0.09097889065742493, -0.022318584844470024, -0.11137908697128296, 0.03203863650560379, -0.08004384487867355, 0.011340570636093616, 0.015358933247625828, -0.06147795543074608, -0.008952682837843895, -0.009254900738596916, -0.08649784326553345, -0.06726498156785965, -0.018226895481348038, 0.13652704656124115, -0.1725166141986847, -0.07938113063573837, 0.07890315353870392, -0.07137315720319748, 0.11530962586402893, -0.010109784081578255, -0.022863885387778282, 0.02502170018851757, -0.16604098677635193, 0.0255955308675766, 0.03559590503573418, 0.013994436711072922, 0.039856333285570145, -0.1339898258447647, -0.024502210319042206, -0.045481130480766296, -0.04830995202064514, 0.038950201123952866, 0.033224742859601974, -0.10253019630908966, 0.04709319397807121, 0.004045245703309774, -0.0800575539469719, -0.05501464381814003, 0.06314987689256668, 0.03451953083276749, 0.020903795957565308, 0.1366836577653885, -0.043455854058265686, 0.09295585751533508, -0.1459256112575531, -0.007981784641742706, 0.007162183057516813, -0.001429339754395187, 0.002039592945948243, 0.016272330656647682, 0.06684763729572296, -0.044982995837926865, 0.12025666236877441, -0.021940257400274277, -0.02056422270834446, 0.053486742079257965, 0.053641531616449356, -0.02284958027303219, 0.07352204620838165, -0.004948568530380726, -0.04999701678752899, -0.04999186098575592, -0.017445381730794907, -0.020033732056617737, -0.003717462532222271, -0.01662750355899334, 0.12443336844444275, 0.15270273387432098, 0.18937283754348755, 0.007410275284200907, 0.029704252257943153, -0.09931846708059311, -0.08271446079015732, 0.12908640503883362, -0.047247905284166336, 0.08034057915210724, -0.06534770876169205, 0.1501389890909195, 0.03406601399183273, -0.16701200604438782, 0.1186588928103447, -0.09462621062994003, -0.07006499916315079, -0.009493162855505943, -0.11212233453989029, -0.08580637723207474, -0.013837219215929508, 0.008969583548605442, -0.13186728954315186, 0.11393943428993225, 0.06450584530830383, -0.00473936228081584, -0.009262718260288239, 0.06869260221719742, -0.09906459599733353, -0.03365844115614891, 0.0763368308544159, 0.013610003516077995, -0.04667239263653755, 0.06081921607255936, 0.06028168648481369, 0.0032753401901572943, 0.014068015851080418, 0.07986316084861755, 0.07294708490371704, -0.043704114854335785, 0.005581337492913008, -0.08113284409046173, -0.09036748856306076, 0.031749427318573, -0.01749831810593605, -0.03277949243783951, 0.1208588257431984, 0.020889269188046455, 0.011734754778444767, 0.01990104466676712, 0.16494733095169067, -0.05509192869067192, -0.019128920510411263, -0.1497538983821869, 0.061288658529520035, -0.04399137571454048, 0.005279341246932745, 0.009700569324195385, -0.14948493242263794, 0.040790922939777374, 0.07061699032783508, 0.12490931898355484, -0.021707216277718544, 0.010443074628710747, -0.019873417913913727, 0.03357626497745514, -0.005733069963753223, -0.014066456817090511, 0.07168897986412048, 0.14606311917304993, -0.08653484284877777, 0.0860249400138855, -0.07668148726224899, -0.039954252541065216, -0.020519696176052094, 0.07145571708679199, 0.015444339253008366, -0.009636162780225277, -0.06388350576162338, 0.14644744992256165, -0.05372997745871544, -0.23512676358222961, 0.05336728319525719, -0.15348508954048157, -0.11568935215473175, -0.02244102768599987, 0.07362619787454605, 0.08180580288171768, 0.0631052553653717, 0.049630794674158096, -0.03135485574603081, 0.10685326159000397, 0.025767605751752853, -0.10673603415489197, 0.004033986944705248, 0.07727265357971191, -0.07781444489955902, 0.19252558052539825, -0.018587665632367134, 0.0742451399564743, 0.14160704612731934, -0.054071832448244095, -0.07311737537384033, 0.019844811409711838, 0.11409031599760056, -0.0019850425887852907, 0.04181155562400818, 0.24344274401664734, -0.026225047186017036, 0.14952687919139862, 0.08560984581708908, -0.06085427105426788, 0.03977853059768677, 0.04466124624013901, -0.02119746245443821, -0.09148189425468445, 0.11275342851877213, -0.1193108931183815, 0.08321814239025116, 0.16138406097888947, -0.03298899158835411, 0.006598283536732197, -0.03832115978002548, 0.009766236878931522, -0.032542623579502106, 0.17920303344726562, 0.0040590595453977585, -0.16960032284259796, 0.02841690368950367, 0.031944241374731064, 0.10368073731660843, -0.18176868557929993, -0.07459717243909836, 0.03129540756344795, 0.0016674493672326207, -0.0689794048666954, 0.15146861970424652, 0.08544270694255829, -0.013044477440416813, -0.05743391811847687, -0.1814265102148056, 0.01923491060733795, 0.1465599536895752, -0.048433948308229446, -0.013983190059661865 ]
9ce63038044ae35ec1305d998d1882fcecd70ec8
# Dataset Card for "emotion" ## 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/dair-ai/emotion_dataset](https://github.com/dair-ai/emotion_dataset) - **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:** 16.13 MB - **Size of the generated dataset:** 47.62 MB - **Total amount of disk used:** 63.75 MB ### Dataset Summary Emotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper. ### 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 An example looks as follows. ``` { "text": "im feeling quite sad and sorry for myself but ill snap out of it soon", "label": 0 } ``` ### Data Fields The data fields are: - `text`: a `string` feature. - `label`: a classification label, with possible values including `sadness` (0), `joy` (1), `love` (2), `anger` (3), `fear` (4), `surprise` (5). ### Data Splits The dataset has 2 configurations: - split: with a total of 20_000 examples split into train, validation and split - unsplit: with a total of 416_809 examples in a single train split | name | train | validation | test | |---------|-------:|-----------:|-----:| | split | 16000 | 2000 | 2000 | | unsplit | 416809 | n/a | n/a | ## 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 dataset should be used for educational and research purposes only. ### Citation Information If you use this dataset, please cite: ``` @inproceedings{saravia-etal-2018-carer, title = "{CARER}: Contextualized Affect Representations for Emotion Recognition", author = "Saravia, Elvis and Liu, Hsien-Chi Toby and Huang, Yen-Hao and Wu, Junlin and Chen, Yi-Shin", 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-1404", doi = "10.18653/v1/D18-1404", pages = "3687--3697", abstract = "Emotions are expressed in nuanced ways, which varies by collective or individual experiences, knowledge, and beliefs. Therefore, to understand emotion, as conveyed through text, a robust mechanism capable of capturing and modeling different linguistic nuances and phenomena is needed. We propose a semi-supervised, graph-based algorithm to produce rich structural descriptors which serve as the building blocks for constructing contextualized affect representations from text. The pattern-based representations are further enriched with word embeddings and evaluated through several emotion recognition tasks. Our experimental results demonstrate that the proposed method outperforms state-of-the-art techniques on emotion recognition tasks.", } ``` ### Contributions Thanks to [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun) for adding this dataset.
dair-ai/emotion
[ "task_categories:text-classification", "task_ids:multi-class-classification", "annotations_creators:machine-generated", "language_creators:machine-generated", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:other", "emotion-classification", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["machine-generated"], "language_creators": ["machine-generated"], "language": ["en"], "license": ["other"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-class-classification"], "paperswithcode_id": "emotion", "pretty_name": "Emotion", "tags": ["emotion-classification"], "dataset_info": [{"config_name": "split", "features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "sadness", "1": "joy", "2": "love", "3": "anger", "4": "fear", "5": "surprise"}}}}], "splits": [{"name": "train", "num_bytes": 1741597, "num_examples": 16000}, {"name": "validation", "num_bytes": 214703, "num_examples": 2000}, {"name": "test", "num_bytes": 217181, "num_examples": 2000}], "download_size": 740883, "dataset_size": 2173481}, {"config_name": "unsplit", "features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "sadness", "1": "joy", "2": "love", "3": "anger", "4": "fear", "5": "surprise"}}}}], "splits": [{"name": "train", "num_bytes": 45445685, "num_examples": 416809}], "download_size": 15388281, "dataset_size": 45445685}], "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"}}]}]}
2023-04-20T07:08:15+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-machine-generated #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-other #emotion-classification #region-us
Dataset Card for "emotion" ========================== 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: 16.13 MB * Size of the generated dataset: 47.62 MB * Total amount of disk used: 63.75 MB ### Dataset Summary Emotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances An example looks as follows. ### Data Fields The data fields are: * 'text': a 'string' feature. * 'label': a classification label, with possible values including 'sadness' (0), 'joy' (1), 'love' (2), 'anger' (3), 'fear' (4), 'surprise' (5). ### Data Splits The dataset has 2 configurations: * split: with a total of 20\_000 examples split into train, validation and split * unsplit: with a total of 416\_809 examples in a single train 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 Additional Information ---------------------- ### Dataset Curators ### Licensing Information The dataset should be used for educational and research purposes only. If you use this dataset, please cite: ### Contributions Thanks to @lhoestq, @thomwolf, @lewtun for adding this dataset.
[ "### Dataset Summary\n\n\nEmotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example looks as follows.", "### Data Fields\n\n\nThe data fields are:\n\n\n* 'text': a 'string' feature.\n* 'label': a classification label, with possible values including 'sadness' (0), 'joy' (1), 'love' (2), 'anger' (3), 'fear' (4), 'surprise' (5).", "### Data Splits\n\n\nThe dataset has 2 configurations:\n\n\n* split: with a total of 20\\_000 examples split into train, validation and split\n* unsplit: with a total of 416\\_809 examples in a single train split\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 dataset should be used for educational and research purposes only.\n\n\nIf you use this dataset, please cite:", "### Contributions\n\n\nThanks to @lhoestq, @thomwolf, @lewtun for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-machine-generated #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-other #emotion-classification #region-us \n", "### Dataset Summary\n\n\nEmotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nAn example looks as follows.", "### Data Fields\n\n\nThe data fields are:\n\n\n* 'text': a 'string' feature.\n* 'label': a classification label, with possible values including 'sadness' (0), 'joy' (1), 'love' (2), 'anger' (3), 'fear' (4), 'surprise' (5).", "### Data Splits\n\n\nThe dataset has 2 configurations:\n\n\n* split: with a total of 20\\_000 examples split into train, validation and split\n* unsplit: with a total of 416\\_809 examples in a single train split\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 dataset should be used for educational and research purposes only.\n\n\nIf you use this dataset, please cite:", "### Contributions\n\n\nThanks to @lhoestq, @thomwolf, @lewtun for adding this dataset." ]
[ 96, 47, 10, 11, 13, 68, 62, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 30, 26 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-class-classification #annotations_creators-machine-generated #language_creators-machine-generated #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-other #emotion-classification #region-us \n### Dataset Summary\n\n\nEmotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nAn example looks as follows.### Data Fields\n\n\nThe data fields are:\n\n\n* 'text': a 'string' feature.\n* 'label': a classification label, with possible values including 'sadness' (0), 'joy' (1), 'love' (2), 'anger' (3), 'fear' (4), 'surprise' (5).### Data Splits\n\n\nThe dataset has 2 configurations:\n\n\n* split: with a total of 20\\_000 examples split into train, validation and split\n* unsplit: with a total of 416\\_809 examples in a single train split\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 dataset should be used for educational and research purposes only.\n\n\nIf you use this dataset, please cite:### Contributions\n\n\nThanks to @lhoestq, @thomwolf, @lewtun for adding this dataset." ]
[ -0.040164537727832794, 0.2047758400440216, -0.005583391059190035, 0.08955448865890503, 0.10544842481613159, 0.05026249587535858, 0.07933688908815384, 0.08474957942962646, -0.002068518428131938, 0.1226043775677681, 0.02743031457066536, 0.043961070477962494, 0.07499096542596817, 0.1156022772192955, -0.06675032526254654, -0.2499999701976776, 0.01178144384175539, -0.10823661088943481, 0.023260116577148438, 0.10012637823820114, 0.13965079188346863, -0.07606328278779984, 0.07240048795938492, -0.09428105503320694, -0.0781906470656395, 0.029137717559933662, -0.06161128357052803, 0.03234361112117767, 0.07016820460557938, 0.07078273594379425, 0.0729055404663086, 0.02403685636818409, 0.06254491955041885, -0.28423944115638733, 0.02229904755949974, 0.04606017470359802, 0.008454247377812862, 0.029433084651827812, 0.07428158074617386, -0.09557374566793442, 0.07945418357849121, -0.1894926279783249, 0.09333459287881851, 0.0625164806842804, -0.1279519945383072, -0.10638778656721115, -0.143963024020195, 0.08304160833358765, 0.15967011451721191, 0.05080306902527809, -0.07017404586076736, 0.054193656891584396, -0.051652103662490845, 0.060921672731637955, 0.16458502411842346, -0.0881698802113533, -0.08998961746692657, -0.003278137417510152, 0.031004182994365692, 0.08932564407587051, -0.11961260437965393, 0.01884872280061245, 0.038801372051239014, 0.02803119644522667, 0.04141637682914734, -0.051020946353673935, -0.07150397449731827, 0.033409617841243744, -0.15836359560489655, -0.06959141790866852, 0.08083031326532364, 0.02982913888990879, -0.026530884206295013, -0.18989264965057373, -0.014677412807941437, -0.026540525257587433, -0.03240392729640007, -0.06167750060558319, 0.015309073962271214, -0.03681366890668869, 0.05705853924155235, -0.025551076978445053, -0.08285097032785416, 0.019792724400758743, 0.05198952928185463, 0.026347691193223, 0.01659870520234108, -0.02225332520902157, 0.1042981818318367, 0.04597989842295647, -0.0556926354765892, -0.11120785027742386, 0.014027828350663185, -0.039557237178087234, -0.1236000582575798, -0.03324434906244278, -0.02993038296699524, -0.06660971790552139, 0.0593143068253994, 0.12496502697467804, -0.12033214420080185, 0.03251872956752777, -0.05252723768353462, -0.008289983496069908, 0.12955404818058014, 0.054641298949718475, -0.0801626518368721, -0.05250285938382149, -0.03928716108202934, 0.07724632322788239, -0.007693425752222538, -0.020293325185775757, -0.0293671153485775, 0.026860516518354416, 0.08534391969442368, 0.14093683660030365, 0.0447227880358696, 0.0036096011754125357, -0.1121007576584816, -0.025906099006533623, 0.06585896015167236, -0.1373400092124939, 0.07746226340532303, 0.06572429835796356, 0.0037518320605158806, -0.0236547589302063, -0.04093538969755173, 0.04010292887687683, -0.04217175394296646, 0.08611121773719788, -0.05939071998000145, 0.015093887224793434, -0.10961885005235672, -0.0879116877913475, 0.0666833370923996, -0.04314103722572327, -0.061591554433107376, -0.04326516389846802, -0.13970135152339935, -0.09387990087270737, 0.04244472458958626, -0.08555994927883148, -0.03954114764928818, -0.05367051064968109, -0.03511956334114075, 0.01594596356153488, 0.01977318897843361, 0.0787854865193367, -0.019274119287729263, 0.03285549581050873, -0.05924500524997711, 0.013669895939528942, 0.06099443510174751, 0.028861595317721367, -0.0886535570025444, 0.08684935420751572, -0.12201382219791412, 0.13688841462135315, -0.1266200840473175, 0.049253202974796295, -0.1208793893456459, -0.05730552598834038, 0.0987318605184555, 0.01237492822110653, 0.021860286593437195, 0.1500820517539978, -0.24961812794208527, -0.016796013340353966, 0.010642358101904392, -0.131546288728714, -0.07476579397916794, 0.15121766924858093, -0.08139296621084213, 0.036928750574588776, 0.04791915789246559, 0.15908604860305786, -0.0037328596226871014, -0.007973774336278439, -0.051548950374126434, -0.09475630521774292, 0.011181372217833996, 0.2247418910264969, 0.06913287937641144, -0.05013873055577278, 0.07918292284011841, -0.0073291040025651455, 0.035192422568798065, -0.04685032367706299, -0.04048758000135422, -0.09491131454706192, -0.005399832967668772, -0.03719353303313255, 0.0353836715221405, 0.044442858546972275, -0.08393221348524094, -0.05497391149401665, -0.0938899964094162, 0.0013107339618727565, 0.03395933285355568, -0.023077912628650665, 0.019846245646476746, -0.04074082151055336, 0.02914690412580967, 0.057998787611722946, 0.020272590219974518, -0.17314818501472473, -0.13382825255393982, 0.03905503824353218, -0.036430783569812775, 0.08324987441301346, -0.020004918798804283, 0.010081970132887363, 0.00010851097613340244, -0.08482908457517624, -0.02098948508501053, 0.015773503109812737, 0.024843314662575722, -0.0651635080575943, -0.21192939579486847, -0.027582738548517227, -0.05559380352497101, 0.07172080129384995, -0.19059814512729645, 0.04450100660324097, 0.1462145745754242, 0.14773458242416382, 0.03179860860109329, -0.04505293443799019, 0.05144153907895088, 0.058879561722278595, -0.032333310693502426, -0.053408317267894745, 0.018368268385529518, -0.054739490151405334, -0.012436199933290482, 0.016786953434348106, -0.15062186121940613, -0.09662920981645584, 0.041254181414842606, 0.040329016745090485, -0.14621210098266602, -0.02316088229417801, -0.057597286999225616, -0.02569919265806675, -0.08697240799665451, -0.05478665605187416, 0.07468345016241074, 0.04860667139291763, 0.012728248722851276, -0.061804063618183136, -0.03393227979540825, -0.03584998846054077, -0.01516241766512394, -0.10559132695198059, 0.14059780538082123, -0.04522594437003136, -0.17460736632347107, 0.14142297208309174, 0.05601170286536217, -0.004099385812878609, 0.10359156876802444, -0.013270855881273746, -0.06517899036407471, -0.07930245995521545, 0.008942505344748497, 0.01115140039473772, 0.08378104865550995, -0.08937406539916992, 0.03568422794342041, 0.036499686539173126, -0.019780173897743225, 0.010955322533845901, -0.10301840305328369, 0.01027297880500555, 0.0057847085408866405, 0.0026451305020600557, 0.06358323246240616, 0.0075838747434318066, 0.032008133828639984, 0.09319660067558289, 0.0036253833677619696, 0.052060775458812714, -0.01088822539895773, -0.05438355728983879, -0.15086717903614044, 0.16719800233840942, -0.11652189493179321, -0.20178833603858948, -0.07360585778951645, -0.01837020367383957, -0.035581398755311966, -0.05236294865608215, 0.05540940538048744, -0.05725479871034622, -0.08872806280851364, -0.09761527180671692, 0.05877712368965149, 0.008124732412397861, -0.09547087550163269, -0.04613032191991806, 0.001093579805456102, -0.026695942506194115, -0.10074149072170258, 0.033860381692647934, 0.07524240016937256, -0.0006338812527246773, 0.015095788054168224, 0.07656967639923096, 0.13152548670768738, 0.13428981602191925, 0.020832199603319168, -0.036550384014844894, -0.04099397361278534, 0.22846320271492004, -0.10767907649278641, 0.060972440987825394, 0.03947921469807625, -0.11758298426866531, 0.09527505934238434, 0.2186484932899475, 0.03483710065484047, -0.07794149965047836, 0.03163674846291542, 0.09397920221090317, 0.003510322654619813, -0.25679734349250793, -0.06040652096271515, -0.04315977171063423, 0.04624668136239052, 0.02759566344320774, 0.031351152807474136, 0.030514590442180634, 0.03776825964450836, -0.041055623441934586, -0.06134027987718582, 0.029331525787711143, 0.10327454656362534, 0.13291171193122864, -0.00738981319591403, 0.036948416382074356, -0.019007353112101555, 0.005735940299928188, 0.08669550716876984, -0.06825555115938187, 0.2094038426876068, -0.012555512599647045, 0.15838119387626648, 0.07268323004245758, 0.0648888498544693, -0.05534214898943901, 0.006795008201152086, -0.02288857288658619, 0.044882066547870636, -0.030337747186422348, -0.05451347306370735, 0.009125645272433758, 0.10309609025716782, 0.0845833346247673, -0.01742921583354473, -0.014997631311416626, -0.06602219492197037, 0.12664271891117096, 0.25981369614601135, 0.06841089576482773, -0.132955864071846, -0.025261899456381798, 0.10045375674962997, -0.0651555135846138, -0.0513705238699913, -0.021196801215410233, 0.09625458717346191, -0.14520716667175293, 0.08890939503908157, -0.037616997957229614, 0.08548928052186966, -0.05499917268753052, -0.011036936193704605, -0.009987209923565388, 0.04709672927856445, -0.04286201298236847, 0.1031326949596405, -0.22979557514190674, 0.18934494256973267, 0.016362830996513367, 0.0211394801735878, -0.04512247070670128, 0.03469528630375862, 0.02596415765583515, 0.046662040054798126, 0.14231038093566895, 0.00931841041892767, -0.07963616400957108, -0.01977599412202835, -0.039849091321229935, -0.009580929763615131, 0.10522951930761337, -0.12556442618370056, 0.09809882193803787, 0.00013314577518031, -0.02365376427769661, -0.015494013205170631, 0.029381591826677322, -0.1667216271162033, -0.1889435201883316, 0.07061734795570374, -0.0822150856256485, 0.07597736269235611, -0.05042431131005287, -0.06902392953634262, -0.03805771842598915, 0.20591437816619873, -0.020653018727898598, -0.09046966582536697, -0.13828006386756897, 0.06352151185274124, 0.175691619515419, -0.02583504654467106, 0.02156784199178219, 0.01658434420824051, 0.14738449454307556, -0.049630921334028244, 0.025637822225689888, 0.09954780340194702, -0.023372532799839973, -0.2356100231409073, -0.05451926216483116, 0.1277412474155426, 0.06193380802869797, 0.052942175418138504, -0.012080433778464794, 0.07697932422161102, 0.022258175536990166, -0.0930887758731842, 0.0469663068652153, 0.03446449339389801, 0.04064061492681503, 0.1575242280960083, -0.05528027191758156, -0.21764415502548218, -0.15594321489334106, -0.1046011820435524, 0.15303371846675873, 0.2906462848186493, -0.06342420727014542, 0.08876942843198776, 0.11797166615724564, -0.10946991294622421, -0.20642025768756866, 0.004538304638117552, 0.031086605042219162, -0.024958036839962006, 0.07445739209651947, -0.14025308191776276, -0.047507431358098984, 0.061009496450424194, 0.021245891228318214, 0.02452205680310726, -0.2274208515882492, -0.13690638542175293, 0.02957737073302269, 0.06972454488277435, -0.20259910821914673, -0.1957811862230301, -0.06501719355583191, -0.06684038043022156, -0.05986476689577103, 0.12213504314422607, 0.03348192945122719, 0.000004134466507821344, 0.010549484752118587, 0.08239366859197617, 0.03423132374882698, -0.04588739573955536, 0.18204891681671143, 0.027244122698903084, 0.07631881535053253, -0.08161062002182007, -0.06966085731983185, 0.07999388128519058, -0.0457843653857708, 0.06325505673885345, -0.04801654443144798, 0.004588158801198006, -0.10520394891500473, -0.03264569118618965, -0.05112520605325699, 0.03107350319623947, -0.11015534400939941, -0.06011929363012314, -0.0950271412730217, 0.08293331414461136, 0.0840146541595459, -0.05039679631590843, -0.01199105940759182, -0.05667559430003166, 0.05791487544775009, 0.13793247938156128, 0.16879457235336304, 0.08893447369337082, -0.07082434743642807, 0.004732812289148569, -0.018523406237363815, -0.010709762573242188, -0.15121689438819885, 0.026859350502490997, 0.12236375361680984, 0.02237572707235813, 0.19914397597312927, -0.005544312298297882, -0.11070920526981354, 0.023665187880396843, 0.05022391676902771, -0.09066705405712128, -0.2654642164707184, 0.01747732050716877, 0.002839410677552223, -0.21101030707359314, -0.12477488070726395, 0.0756504237651825, -0.019957285374403, -0.032814282923936844, 0.012120997533202171, 0.13306717574596405, 0.02450309321284294, 0.060421887785196304, 0.02239014394581318, 0.054057251662015915, -0.05655064806342125, 0.055602315813302994, 0.0978727638721466, -0.18470825254917145, 0.0477917343378067, 0.23125362396240234, -0.02893996238708496, -0.07703930884599686, 0.06816272437572479, 0.14979203045368195, -0.004661365877836943, 0.0014413058524951339, 0.014086632989346981, -0.13169589638710022, 0.039182864129543304, 0.1647227555513382, 0.00045511717326007783, 0.020991960540413857, 0.02644660510122776, -0.021278267726302147, -0.05885263532400131, 0.16916193068027496, 0.0845615416765213, 0.047851528972387314, -0.06152033433318138, 0.057161685079336166, -0.02362520433962345, -0.023585738614201546, 0.001267982181161642, 0.0019505057716742158, -0.1068500429391861, -0.02857924997806549, -0.14029496908187866, 0.014505754224956036, -0.09499572962522507, 0.022085240110754967, 0.004442301113158464, -0.06176232174038887, 0.0028149140998721123, -0.026529911905527115, -0.05190920829772949, -0.060413166880607605, -0.0002681126934476197, 0.11724821478128433, -0.15696758031845093, -0.051803797483444214, 0.07616885751485825, -0.06988465785980225, 0.11307663470506668, -0.010093264281749725, -0.04119075834751129, 0.018408190459012985, -0.1737649142742157, 0.03177117928862572, -0.02293366566300392, -0.0001731224183458835, 0.024932218715548515, -0.16865290701389313, -0.022739550098776817, -0.02549133449792862, 0.003307319013401866, 0.05497240275144577, 0.08341331034898758, -0.10167154669761658, 0.09366969019174576, 0.02881401591002941, -0.11049579828977585, -0.04152987152338028, 0.029249994084239006, 0.05143546685576439, -0.00344107486307621, 0.16084636747837067, -0.06706788390874863, 0.1398448944091797, -0.14917531609535217, -0.020429344847798347, 0.01982482522726059, 0.027542293071746826, -0.03112512081861496, -0.02452133782207966, 0.06519094854593277, -0.04671233519911766, 0.15081587433815002, 0.005689291749149561, 0.002305785659700632, 0.06117194890975952, -0.002792038256302476, -0.0179755762219429, 0.09043063968420029, 0.028523124754428864, -0.02780223824083805, -0.050874631851911545, -0.06601719558238983, -0.049183547496795654, -0.011510515585541725, -0.04123038053512573, 0.15179255604743958, 0.17807573080062866, 0.1367669701576233, -0.0072953770868480206, 0.04897455871105194, -0.11244350671768188, -0.0379297211766243, 0.1067558005452156, -0.008953713811933994, 0.05385897681117058, -0.1082276925444603, 0.12427721172571182, 0.06596634536981583, -0.1727106273174286, 0.12932011485099792, -0.08984004706144333, -0.08494888246059418, -0.0057717785239219666, -0.08900069445371628, -0.07105883210897446, -0.04285342991352081, 0.005574166774749756, -0.12408474832773209, 0.10492124408483505, 0.06558580696582794, -0.024105744436383247, -0.022861644625663757, 0.06298121064901352, -0.02490347996354103, -0.008883008733391762, 0.0721031129360199, 0.037584591656923294, 0.00781480222940445, 0.04319876804947853, 0.0586065873503685, -0.004213626030832529, 0.0016844833735376596, 0.05861762911081314, 0.07520107179880142, -0.021490877494215965, 0.00042824403499253094, -0.09325338155031204, -0.10089646279811859, 0.027593078091740608, -0.014329716563224792, -0.01468479074537754, 0.14353497326374054, 0.03363649919629097, 0.0021451376378536224, 0.011850313283503056, 0.1635316014289856, -0.050825122743844986, -0.1058104932308197, -0.1645652949810028, 0.10036277025938034, -0.04966568574309349, 0.005194015335291624, 0.03479209169745445, -0.1561562567949295, 0.05752750486135483, 0.06317727267742157, 0.1606481820344925, -0.052095457911491394, 0.009401094168424606, -0.010259781964123249, 0.030777540057897568, -0.017552996054291725, 0.009427431970834732, 0.07976393401622772, 0.1375635266304016, -0.09952031821012497, 0.06625673174858093, -0.050033796578645706, -0.0645567923784256, -0.09379870444536209, 0.10140159726142883, 0.015017996542155743, 0.002762353280559182, -0.05817204713821411, 0.1667575240135193, -0.05631843954324722, -0.20155932009220123, 0.05203463137149811, -0.1358940303325653, -0.12369829416275024, -0.02739294432103634, 0.07878851145505905, 0.005452250596135855, 0.056028980761766434, 0.06871891021728516, -0.029607519507408142, 0.16637670993804932, 0.023921988904476166, -0.04388444125652313, -0.03730268031358719, 0.11460036039352417, -0.07501702755689621, 0.16937130689620972, -0.010507556609809399, 0.086636982858181, 0.1263958066701889, -0.046755846589803696, -0.10335111618041992, 0.0172057393938303, 0.11163846403360367, 0.013024966232478619, 0.041018448770046234, 0.1996094435453415, -0.007512853015214205, 0.11481966078281403, 0.08599960803985596, -0.0431804284453392, 0.057289835065603256, 0.017199303954839706, -0.03447019308805466, -0.06435041129589081, 0.07768771052360535, -0.09426021575927734, 0.09587336331605911, 0.16655853390693665, -0.030126504600048065, 0.03943720459938049, -0.025482643395662308, 0.008367976173758507, -0.0383148156106472, 0.18861480057239532, -0.011889362707734108, -0.19034135341644287, 0.017700813710689545, 0.055343493819236755, 0.11431514471769333, -0.19151729345321655, -0.07031147181987762, 0.029222257435321808, 0.03521091490983963, -0.06323037296533585, 0.12876921892166138, 0.10234759002923965, -0.020950866863131523, -0.026991313323378563, -0.23313407599925995, 0.020062632858753204, 0.15210673213005066, -0.03159496933221817, 0.011233081109821796 ]
0ded8ff72cc68cbb7bb5c01b0a9157982b73ddaf
# Dataset Card for Emotional Tone in Arabic ## Table of Contents - [Dataset Card for Emotional Tone in Arabic](#dataset-card-for-emotional-tone-in-arabic) - [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:** [Repository](https://github.com/AmrMehasseb/Emotional-Tone) - **Paper:** [Emotional Tone Detection in Arabic Tweets](https://www.researchgate.net/publication/328164296_Emotional_Tone_Detection_in_Arabic_Tweets_18th_International_Conference_CICLing_2017_Budapest_Hungary_April_17-23_2017_Revised_Selected_Papers_Part_II) - **Point of Contact:** [Amr Al-Khatib](https://github.com/AmrMehasseb) ### Dataset Summary Dataset of 10065 tweets in Arabic for Emotion detection in Arabic text ### Supported Tasks and Leaderboards [More Information Needed] ### Languages The dataset is based on Arabic. ## Dataset Structure ### Data Instances example: ``` >>> {'label': 0, 'tweet': 'الاوليمبياد الجايه هكون لسه ف الكليه ..'} ``` ### Data Fields - "tweet": plain text tweet in Arabic - "label": emotion class label the dataset distribution and balance for each class looks like the following |label||Label description | Count | |---------|---------| ------- | |0 |none | 1550 | |1 |anger | 1444 | |2 |joy | 1281 | |3 |sadness | 1256 | |4 |love | 1220 | |5 |sympathy | 1062 | |6 |surprise | 1045 | |7 |fear | 1207 | ### Data Splits The dataset is not split. | | train | |----------|--------:| | no split | 10,065 | ## 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 #### 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 ``` @inbook{inbook, author = {Al-Khatib, Amr and El-Beltagy, Samhaa}, year = {2018}, month = {01}, pages = {105-114}, title = {Emotional Tone Detection in Arabic Tweets: 18th International Conference, CICLing 2017, Budapest, Hungary, April 17–23, 2017, Revised Selected Papers, Part II}, isbn = {978-3-319-77115-1}, doi = {10.1007/978-3-319-77116-8_8} } ``` ### Contributions Thanks to [@abdulelahsm](https://github.com/abdulelahsm) for adding this dataset.
emotone_ar
[ "task_categories:text-classification", "task_ids:sentiment-classification", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "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": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["sentiment-classification"], "pretty_name": "Emotional Tone in Arabic", "dataset_info": {"features": [{"name": "tweet", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "none", "1": "anger", "2": "joy", "3": "sadness", "4": "love", "5": "sympathy", "6": "surprise", "7": "fear"}}}}], "splits": [{"name": "train", "num_bytes": 1541746, "num_examples": 10065}], "download_size": 1563138, "dataset_size": 1541746}}
2024-01-18T11:03:14+00:00
[]
[ "ar" ]
TAGS #task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Arabic #license-unknown #region-us
Dataset Card for Emotional Tone in Arabic ========================================= Table of Contents ----------------- * Dataset Card for Emotional Tone in Arabic + 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: Repository * Paper: Emotional Tone Detection in Arabic Tweets * Point of Contact: Amr Al-Khatib ### Dataset Summary Dataset of 10065 tweets in Arabic for Emotion detection in Arabic text ### Supported Tasks and Leaderboards ### Languages The dataset is based on Arabic. Dataset Structure ----------------- ### Data Instances example: ### Data Fields * "tweet": plain text tweet in Arabic * "label": emotion class label the dataset distribution and balance for each class looks like the following |label||Label description | Count | |---------|---------| ------- | |0 |none | 1550 | |1 |anger | 1444 | |2 |joy | 1281 | |3 |sadness | 1256 | |4 |love | 1220 | |5 |sympathy | 1062 | |6 |surprise | 1045 | |7 |fear | 1207 | ### Data Splits The dataset is not 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 Additional Information ---------------------- ### Dataset Curators ### Licensing Information ### Contributions Thanks to @abdulelahsm for adding this dataset.
[ "### Dataset Summary\n\n\nDataset of 10065 tweets in Arabic for Emotion detection in Arabic text", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe dataset is based on Arabic.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nexample:", "### Data Fields\n\n\n* \"tweet\": plain text tweet in Arabic\n* \"label\": emotion class label\n\n\nthe dataset distribution and balance for each class looks like the following\n\n\n|label||Label description | Count |\n|---------|---------| ------- |\n|0 |none | 1550 |\n|1 |anger | 1444 |\n|2 |joy | 1281 |\n|3 |sadness | 1256 |\n|4 |love | 1220 |\n|5 |sympathy | 1062 |\n|6 |surprise | 1045 |\n|7 |fear | 1207 |", "### Data Splits\n\n\nThe dataset is not split.\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 @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-10K<n<100K #source_datasets-original #language-Arabic #license-unknown #region-us \n", "### Dataset Summary\n\n\nDataset of 10065 tweets in Arabic for Emotion detection in Arabic text", "### Supported Tasks and Leaderboards", "### Languages\n\n\nThe dataset is based on Arabic.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nexample:", "### Data Fields\n\n\n* \"tweet\": plain text tweet in Arabic\n* \"label\": emotion class label\n\n\nthe dataset distribution and balance for each class looks like the following\n\n\n|label||Label description | Count |\n|---------|---------| ------- |\n|0 |none | 1550 |\n|1 |anger | 1444 |\n|2 |joy | 1281 |\n|3 |sadness | 1256 |\n|4 |love | 1220 |\n|5 |sympathy | 1062 |\n|6 |surprise | 1045 |\n|7 |fear | 1207 |", "### Data Splits\n\n\nThe dataset is not split.\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 @abdulelahsm for adding this dataset." ]
[ 86, 23, 10, 19, 8, 163, 18, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 20 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-sentiment-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-Arabic #license-unknown #region-us \n### Dataset Summary\n\n\nDataset of 10065 tweets in Arabic for Emotion detection in Arabic text### Supported Tasks and Leaderboards### Languages\n\n\nThe dataset is based on Arabic.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nexample:### Data Fields\n\n\n* \"tweet\": plain text tweet in Arabic\n* \"label\": emotion class label\n\n\nthe dataset distribution and balance for each class looks like the following\n\n\n|label||Label description | Count |\n|---------|---------| ------- |\n|0 |none | 1550 |\n|1 |anger | 1444 |\n|2 |joy | 1281 |\n|3 |sadness | 1256 |\n|4 |love | 1220 |\n|5 |sympathy | 1062 |\n|6 |surprise | 1045 |\n|7 |fear | 1207 |### Data Splits\n\n\nThe dataset is not split.\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 @abdulelahsm for adding this dataset." ]
[ -0.048925790935754776, 0.21905718743801117, -0.006339858751744032, 0.08474592864513397, 0.07314888387918472, 0.07487021386623383, 0.10257420688867569, 0.11059313267469406, 0.022660117596387863, 0.13665980100631714, 0.07401832938194275, 0.06497575342655182, 0.14582139253616333, 0.16849303245544434, -0.01829386316239834, -0.18491752445697784, -0.004914932884275913, -0.10866028815507889, 0.004912352189421654, 0.1366468071937561, 0.1459345668554306, -0.06573086231946945, 0.08478299528360367, -0.122325100004673, -0.03127783164381981, 0.030326467007398605, -0.06998173892498016, -0.04767286032438278, 0.035549283027648926, 0.07319001853466034, 0.05452515557408333, 0.03074725903570652, 0.08317555487155914, -0.26121193170547485, 0.04379909113049507, -0.0013120975345373154, -0.020675700157880783, 0.025618107989430428, 0.07512868940830231, -0.11438670754432678, 0.08247856050729752, -0.24826304614543915, 0.03874292969703674, 0.049802590161561966, -0.15057143568992615, -0.11053986102342606, -0.13321265578269958, 0.1095498576760292, 0.1562654674053192, 0.035326652228832245, -0.08634670823812485, 0.0624866858124733, -0.02095508761703968, 0.08283985406160355, 0.15582159161567688, -0.09054673463106155, -0.07369823753833771, -0.02753628045320511, -0.01343211904168129, 0.09405317902565002, -0.11166957765817642, 0.02490266039967537, 0.018694164231419563, 0.006109907291829586, -0.011881166137754917, -0.07092233747243881, -0.035203274339437485, 0.012484430335462093, -0.0830715224146843, -0.09057726711034775, 0.1336987465620041, 0.12132695317268372, -0.0006983908242546022, -0.13821908831596375, -0.006924266926944256, -0.01828540489077568, -0.0688423216342926, 0.0122493552044034, -0.007518908008933067, -0.03598968684673309, 0.06380514800548553, 0.05799722671508789, -0.06324651092290878, 0.03306640684604645, 0.009607045911252499, -0.01551089994609356, 0.026583051308989525, -0.009728963486850262, 0.06592667102813721, -0.02500908076763153, 0.027530446648597717, -0.1647936850786209, 0.010976745747029781, -0.023338237777352333, -0.10923395305871964, -0.024230824783444405, 0.06736011803150177, 0.048445574939250946, 0.12069883942604065, 0.08924621343612671, -0.15781858563423157, 0.10882600396871567, -0.037065766751766205, -0.03473301976919174, 0.09308766573667526, 0.029617739841341972, -0.11722446978092194, -0.12539510428905487, -0.08450218290090561, 0.06775486469268799, -0.03565407171845436, 0.001700405846349895, 0.037698425352573395, 0.06586780399084091, 0.047950923442840576, 0.11330556124448776, 0.06468599289655685, 0.0684117004275322, -0.11222882568836212, -0.007458742242306471, 0.06855262070894241, -0.16321775317192078, 0.06125278398394585, 0.10425620526075363, -0.06773298978805542, -0.044273924082517624, -0.056328047066926956, -0.02664540335536003, -0.10277587920427322, -0.014055788516998291, -0.04612515866756439, 0.024807846173644066, -0.041820526123046875, -0.058777883648872375, 0.09680251032114029, 0.015516407787799835, -0.035711806267499924, -0.05236827954649925, -0.1448371857404709, -0.06518195569515228, 0.04599175602197647, -0.10868113487958908, -0.02544744685292244, -0.04391082748770714, -0.04760684072971344, 0.06505610793828964, -0.003849341534078121, 0.04327200725674629, -0.07974618673324585, 0.07429250329732895, 0.01578628085553646, 0.06386515498161316, 0.095378577709198, 0.005912098102271557, -0.06127731502056122, 0.10215644538402557, -0.06421340256929398, 0.18463517725467682, -0.1540977507829666, 0.05221788212656975, -0.17583680152893066, -0.05587545782327652, 0.10721581429243088, -0.01977679133415222, 0.0417112298309803, 0.24849188327789307, -0.2650764286518097, -0.0662490576505661, 0.10127777606248856, -0.03156481683254242, -0.12623538076877594, 0.08558705449104309, -0.061254385858774185, -0.02088930830359459, 0.06062934175133705, 0.14115945994853973, -0.07474672794342041, 0.016412818804383278, -0.11666465550661087, -0.05768686905503273, 0.04270828887820244, 0.25203800201416016, 0.07410816848278046, -0.025709185749292374, 0.13280224800109863, -0.01074594259262085, 0.09395274519920349, 0.024047212675213814, -0.036723822355270386, -0.12388691306114197, 0.04954236000776291, -0.030849220231175423, 0.039111774414777756, 0.0751483216881752, -0.07087726891040802, -0.06598269194364548, -0.061650753021240234, -0.07214003056287766, 0.013913162052631378, -0.011739262379705906, -0.013584760949015617, -0.10579700022935867, 0.012130960822105408, 0.0020055468194186687, 0.04915725067257881, -0.14754675328731537, -0.1435687392950058, -0.004575066734105349, 0.05117005854845047, 0.07017930597066879, -0.15054269134998322, 0.05374418944120407, -0.03831448778510094, -0.06702233850955963, -0.024992026388645172, 0.031014030799269676, 0.03712001070380211, -0.055560991168022156, -0.22029322385787964, 0.008422678336501122, -0.04374798387289047, 0.061349812895059586, -0.13200102746486664, 0.02856300212442875, 0.07397755235433578, 0.20033124089241028, -0.015227406285703182, -0.01757679507136345, 0.07555689662694931, 0.03575165942311287, 0.015543096698820591, -0.0824156254529953, 0.00784073956310749, -0.08871135860681534, -0.03860451653599739, 0.028953449800610542, -0.12707720696926117, -0.003846515202894807, 0.08360621333122253, -0.0030874295625835657, -0.13358047604560852, 0.029742499813437462, -0.02080528996884823, -0.018937159329652786, 0.03232905641198158, 0.0020087489392608404, 0.03404305502772331, 0.03712189197540283, 0.02352595143020153, -0.04037679731845856, 0.021647043526172638, -0.009246228262782097, -0.03182494267821312, -0.14349164068698883, 0.19879572093486786, -0.013029144145548344, -0.24257907271385193, 0.18102218210697174, 0.13491418957710266, 0.1364348828792572, 0.08922494947910309, -0.05977707356214523, -0.0652112141251564, -0.07594072818756104, 0.003100511385127902, -0.008234608918428421, 0.0854814276099205, -0.06512481719255447, -0.004902312997728586, 0.01581241749227047, -0.024570439010858536, -0.03400670364499092, -0.02222057804465294, 0.005087254103273153, 0.017598729580640793, -0.056864045560359955, 0.008400670252740383, -0.01334981806576252, 0.06170296669006348, 0.1308177411556244, 0.00997758936136961, 0.03621590882539749, -0.031686440110206604, -0.042028721421957016, -0.12569326162338257, 0.16022270917892456, -0.1268763542175293, -0.19381919503211975, 0.03870074823498726, -0.13553407788276672, -0.030454576015472412, -0.035147618502378464, 0.0007918757037259638, -0.12560322880744934, -0.054468829184770584, -0.08509959280490875, 0.046426478773355484, 0.05731559917330742, -0.049953263252973557, 0.0636417418718338, -0.06644705682992935, 0.011354324407875538, -0.1019730418920517, 0.021277429535984993, 0.08594050258398056, -0.032941192388534546, 0.020489906892180443, -0.008105151355266571, 0.09036413580179214, 0.07021822780370712, 0.00896522868424654, -0.0005044536665081978, -0.03050815314054489, 0.3015725016593933, -0.14124849438667297, 0.08921682089567184, -0.004442039877176285, -0.04425797611474991, 0.06935775279998779, 0.286340594291687, 0.02995499223470688, -0.13524241745471954, 0.011530543677508831, 0.11252624541521072, 0.010043910704553127, -0.1951337456703186, -0.06041504070162773, -0.06838750839233398, 0.053674452006816864, 0.055514585226774216, 0.0676971971988678, -0.02844024822115898, 0.003964315168559551, -0.06046796590089798, -0.07399675995111465, 0.054068516939878464, 0.04143829643726349, 0.05385742336511612, 0.02916097827255726, 0.019064217805862427, -0.07041416317224503, 0.019594326615333557, 0.08507777750492096, 0.0008312822901643813, 0.1506020873785019, -0.02201613038778305, 0.22897829115390778, 0.05604603886604309, 0.13488158583641052, -0.053803976625204086, -0.014787532389163971, 0.019882800057530403, 0.06191832199692726, -0.005179159808903933, -0.03211222589015961, -0.03778001293540001, 0.022387154400348663, 0.0993463546037674, -0.03532985597848892, 0.010422839783132076, -0.08541402220726013, 0.16462107002735138, 0.1661594659090042, 0.03666231036186218, -0.19766546785831451, -0.014150877483189106, 0.12511642277240753, -0.08987075090408325, -0.09235508739948273, -0.0445222407579422, -0.016355277970433235, -0.14097189903259277, 0.1607455015182495, 0.006351526826620102, 0.11537299305200577, -0.05683444067835808, -0.0342571884393692, -0.04312771186232567, -0.04441697150468826, -0.0361938513815403, 0.08000848442316055, -0.3002376854419708, 0.24119465053081512, 0.06577344983816147, 0.024894967675209045, -0.08500225096940994, -0.00151017343159765, 0.0627860352396965, -0.011499332264065742, 0.1821441352367401, 0.024926118552684784, -0.07929804921150208, -0.0737992599606514, -0.049357835203409195, 0.027268145233392715, 0.07644824683666229, -0.0541667565703392, 0.07826120406389236, 0.03393217548727989, -0.012017153203487396, -0.039328742772340775, 0.05578843131661415, -0.18861955404281616, -0.15325768291950226, 0.016717778518795967, -0.06312007457017899, 0.024608545005321503, -0.026602445170283318, -0.04089035838842392, -0.11861947923898697, 0.1521379053592682, -0.07955916225910187, -0.10108280181884766, -0.14620617032051086, 0.09991289675235748, 0.13956493139266968, -0.07087130099534988, -0.010609344579279423, -0.011385271325707436, 0.04516517370939255, 0.021546615287661552, -0.02200990729033947, 0.08061347156763077, -0.021878749132156372, -0.1860864758491516, -0.04119086638092995, 0.11610949039459229, 0.07160045206546783, 0.03356102108955383, -0.008681971579790115, 0.031194686889648438, 0.04003433138132095, -0.09677863121032715, 0.06977997720241547, -0.018158765509724617, 0.028821837157011032, 0.1225416287779808, 0.0571662113070488, -0.2566734254360199, -0.1331666111946106, -0.07167194038629532, 0.08213845640420914, 0.2692773938179016, -0.021475104615092278, 0.10753028839826584, 0.11579998582601547, -0.07340209931135178, -0.20260027050971985, -0.07516776770353317, 0.03384214639663696, 0.007148118689656258, 0.03603101149201393, -0.12774710357189178, -0.053075872361660004, -0.0217673871666193, 0.057622458785772324, -0.04261529818177223, -0.22459521889686584, -0.08435166627168655, 0.06686194241046906, 0.05522065609693527, -0.24689047038555145, -0.21554435789585114, -0.054809920489788055, -0.057123515754938126, -0.15442638099193573, 0.11676031351089478, 0.04768366739153862, 0.02202772907912731, 0.009822615422308445, 0.08257338404655457, -0.004525223281234503, -0.006737407296895981, 0.21413671970367432, 0.020293889567255974, 0.05390215292572975, -0.1587078720331192, -0.05673057585954666, 0.06581657379865646, 0.007116058375686407, 0.017878592014312744, -0.08905293047428131, -0.015139388851821423, -0.19663074612617493, -0.027536829933524132, -0.11234232038259506, 0.017366236075758934, -0.10162828117609024, -0.021048685535788536, -0.058471739292144775, 0.05815550684928894, 0.14202122390270233, -0.022307908162474632, 0.01935536041855812, -0.042349621653556824, 0.05049249157309532, 0.09349512308835983, 0.1702386438846588, 0.07132096588611603, -0.030148010700941086, 0.002612634561955929, 0.006118651945143938, -0.024819282814860344, -0.23198145627975464, 0.028588995337486267, 0.14408589899539948, -0.027385516092181206, 0.16866368055343628, -0.026173317804932594, -0.09479974210262299, 0.012873594649136066, 0.0881824642419815, -0.00919762346893549, -0.20557652413845062, 0.05099151283502579, -0.04759161174297333, -0.15942822396755219, -0.12622229754924774, 0.06052325293421745, 0.02579469233751297, -0.039097875356674194, 0.0026808662805706263, 0.09684530645608902, -0.03588629141449928, 0.10688844323158264, 0.035489436239004135, 0.050603561103343964, -0.1050807535648346, 0.09570758789777756, 0.11709009855985641, -0.12762822210788727, 0.0759953111410141, 0.2777608036994934, -0.0652480274438858, -0.05321510136127472, 0.08987259864807129, 0.14061230421066284, 0.03907221928238869, -0.01968945749104023, 0.03264283016324043, -0.11770816892385483, 0.03177625313401222, 0.1544421911239624, -0.02864907681941986, 0.037678271532058716, 0.05303199961781502, -0.047388799488544464, 0.03061109036207199, 0.15828374028205872, 0.10720958560705185, -0.029273618012666702, -0.030519304797053337, 0.024965455755591393, -0.05654781311750412, 0.06279978156089783, 0.003413871396332979, 0.02333194576203823, -0.11905060708522797, 0.019522827118635178, -0.1287318915128708, 0.037027984857559204, -0.14346128702163696, 0.02792821265757084, -0.009691977873444557, -0.06866981089115143, -0.037981078028678894, -0.05383215844631195, -0.06671830266714096, -0.06259077042341232, 0.009741111658513546, 0.13739918172359467, -0.20342564582824707, -0.07019908726215363, 0.06637024879455566, -0.03371741995215416, 0.10964849591255188, 0.03162487596273422, -0.06426363438367844, 0.04070187360048294, -0.23142953217029572, 0.005350877996534109, -0.04340481013059616, -0.0006960788741707802, 0.05819634348154068, -0.12522350251674652, 0.009578904137015343, -0.01653694175183773, -0.033258020877838135, 0.051701389253139496, 0.017149772495031357, -0.043251972645521164, 0.023952282965183258, -0.03421591594815254, -0.03991980850696564, -0.02785293012857437, 0.07117438316345215, 0.06723383069038391, -0.035542409867048264, 0.0925813689827919, -0.03438419848680496, 0.04160691052675247, -0.1644875556230545, -0.026973357424139977, -0.005793811287730932, -0.010855681262910366, -0.009134187363088131, -0.027391891926527023, 0.10990556329488754, -0.03754313662648201, 0.1172148808836937, -0.022871168330311775, -0.06885284930467606, 0.06825273483991623, -0.00014202888996805996, -0.05182507634162903, 0.08609327673912048, 0.03882661834359169, -0.04245768487453461, -0.08015310019254684, 0.0075205047614872456, -0.035710979253053665, -0.060362886637449265, -0.023036064580082893, 0.0991954356431961, 0.22634774446487427, 0.18797840178012848, -0.024802837520837784, 0.004594388883560896, -0.14399860799312592, 0.06865276396274567, 0.07142481952905655, -0.057169925421476364, 0.01751629449427128, -0.09539226442575455, -0.001901620882563293, 0.08015072345733643, -0.1511382758617401, 0.08531175553798676, -0.12947311997413635, -0.10397433489561081, 0.01609252206981182, -0.1161373034119606, -0.07633735239505768, 0.00790923647582531, 0.026284940540790558, -0.10894211381673813, 0.10489081591367722, 0.11770670861005783, 0.035923562943935394, -0.026963064447045326, 0.09135550260543823, 0.017567630857229233, -0.0323483981192112, 0.06443691998720169, 0.05314260721206665, 0.01132101658731699, 0.022766975685954094, 0.06823142617940903, -0.033733293414115906, 0.03774715214967728, 0.06816694885492325, 0.05426707863807678, -0.06771251559257507, 0.07642006874084473, -0.08465275913476944, -0.11362254619598389, 0.032628875225782394, -0.006130995694547892, -0.03408900648355484, 0.18876326084136963, 0.040330223739147186, 0.027078118175268173, 0.018253853544592857, 0.16148048639297485, -0.010163071565330029, -0.11159594357013702, -0.1637207418680191, -0.004794394131749868, -0.07189362496137619, -0.03433159738779068, 0.017798935994505882, -0.12170298397541046, 0.02373262494802475, 0.05173632875084877, 0.15272308886051178, -0.08668054640293121, 0.031900353729724884, -0.08798731863498688, 0.034292835742235184, 0.0005937691312283278, -0.012442084960639477, 0.0647069439291954, 0.07414543628692627, -0.10773574560880661, 0.050944630056619644, -0.0327533595263958, -0.04697775840759277, -0.07407726347446442, 0.09851576387882233, 0.036385782063007355, 0.014020965434610844, -0.0541449710726738, 0.18273405730724335, -0.11799858510494232, -0.2184654325246811, 0.07863757014274597, -0.12522348761558533, -0.12123851478099823, -0.03504006564617157, -0.0012914430117234588, 0.13599500060081482, -0.0257247406989336, 0.0929855927824974, 0.009695186279714108, 0.07783970236778259, 0.08469779789447784, -0.051863543689250946, -0.007792491000145674, 0.10794778168201447, -0.08542079478502274, 0.17941558361053467, 0.00779671361669898, 0.09864390641450882, 0.14021094143390656, -0.06558173894882202, -0.07365897297859192, 0.04556676745414734, 0.1603745073080063, 0.07457461953163147, 0.022420834749937057, 0.17224153876304626, 0.01213135663419962, 0.05886661633849144, 0.080363430082798, 0.004785367287695408, 0.03616395220160484, 0.027756337076425552, 0.006555602420121431, -0.08537673205137253, 0.10777300596237183, -0.08559533208608627, 0.09714018553495407, 0.1585656702518463, -0.03939828649163246, 0.05109494552016258, -0.04429271072149277, 0.018156081438064575, -0.060415204614400864, 0.08659999817609787, -0.031295765191316605, -0.16928614675998688, 0.034648895263671875, -0.04275132343173027, 0.1137910857796669, -0.04072381183505058, -0.01878467947244644, -0.0028002841863781214, 0.006984219886362553, -0.05447010695934296, 0.17525413632392883, 0.09310246258974075, -0.004060203675180674, -0.03047824464738369, -0.19055265188217163, 0.02729317732155323, 0.17403049767017365, -0.05563253164291382, -0.002686481224372983 ]
9e2bcd65bc66b458e226f0eda6808bf7d831b3e0
# Dataset Card for "empathetic_dialogues" ## 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/facebookresearch/EmpatheticDialogues](https://github.com/facebookresearch/EmpatheticDialogues) - **Repository:** https://github.com/facebookresearch/EmpatheticDialogues - **Paper:** [Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset](https://arxiv.org/abs/1811.00207) - **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:** 28.02 MB - **Size of the generated dataset:** 25.13 MB - **Total amount of disk used:** 53.15 MB ### Dataset Summary PyTorch original implementation of Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset ### 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:** 28.02 MB - **Size of the generated dataset:** 25.13 MB - **Total amount of disk used:** 53.15 MB An example of 'train' looks as follows. ``` { "context": "sentimental", "conv_id": "hit:0_conv:1", "prompt": "I remember going to the fireworks with my best friend. There was a lot of people_comma_ but it only felt like us in the world.", "selfeval": "5|5|5_2|2|5", "speaker_idx": 1, "tags": "", "utterance": "I remember going to see the fireworks with my best friend. It was the first time we ever spent time alone together. Although there was a lot of people_comma_ we felt like the only people in the world.", "utterance_idx": 1 } ``` ### Data Fields The data fields are the same among all splits. #### default - `conv_id`: a `string` feature. - `utterance_idx`: a `int32` feature. - `context`: a `string` feature. - `prompt`: a `string` feature. - `speaker_idx`: a `int32` feature. - `utterance`: a `string` feature. - `selfeval`: a `string` feature. - `tags`: a `string` feature. ### Data Splits | name |train|validation|test | |-------|----:|---------:|----:| |default|76673| 12030|10943| ## 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 Creative Commons [Attribution-NonCommercial 4.0 International](https://creativecommons.org/licenses/by-nc/4.0/). ### Citation Information ``` @inproceedings{rashkin-etal-2019-towards, title = "Towards Empathetic Open-domain Conversation Models: A New Benchmark and Dataset", author = "Rashkin, Hannah and Smith, Eric Michael and Li, Margaret and Boureau, Y-Lan", 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-1534", doi = "10.18653/v1/P19-1534", pages = "5370--5381", } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
empathetic_dialogues
[ "task_categories:conversational", "task_categories:question-answering", "task_ids:dialogue-generation", "task_ids:open-domain-qa", "annotations_creators:crowdsourced", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-nc-4.0", "arxiv:1811.00207", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["crowdsourced"], "language": ["en"], "license": ["cc-by-nc-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["conversational", "question-answering"], "task_ids": ["dialogue-generation", "open-domain-qa"], "paperswithcode_id": "empatheticdialogues", "pretty_name": "EmpatheticDialogues", "dataset_info": {"features": [{"name": "conv_id", "dtype": "string"}, {"name": "utterance_idx", "dtype": "int32"}, {"name": "context", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "speaker_idx", "dtype": "int32"}, {"name": "utterance", "dtype": "string"}, {"name": "selfeval", "dtype": "string"}, {"name": "tags", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 3011332, "num_examples": 10943}, {"name": "train", "num_bytes": 19040509, "num_examples": 76673}, {"name": "validation", "num_bytes": 3077481, "num_examples": 12030}], "download_size": 28022709, "dataset_size": 25129322}}
2024-01-18T11:03:15+00:00
[ "1811.00207" ]
[ "en" ]
TAGS #task_categories-conversational #task_categories-question-answering #task_ids-dialogue-generation #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-4.0 #arxiv-1811.00207 #region-us
Dataset Card for "empathetic\_dialogues" ======================================== 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: Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset * Point of Contact: * Size of downloaded dataset files: 28.02 MB * Size of the generated dataset: 25.13 MB * Total amount of disk used: 53.15 MB ### Dataset Summary PyTorch original implementation of Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 28.02 MB * Size of the generated dataset: 25.13 MB * Total amount of disk used: 53.15 MB An example of 'train' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'conv\_id': a 'string' feature. * 'utterance\_idx': a 'int32' feature. * 'context': a 'string' feature. * 'prompt': a 'string' feature. * 'speaker\_idx': a 'int32' feature. * 'utterance': a 'string' feature. * 'selfeval': a 'string' feature. * 'tags': 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 Creative Commons Attribution-NonCommercial 4.0 International. ### Contributions Thanks to @thomwolf, @patrickvonplaten, @lewtun for adding this dataset.
[ "### Dataset Summary\n\n\nPyTorch original implementation of Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 28.02 MB\n* Size of the generated dataset: 25.13 MB\n* Total amount of disk used: 53.15 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* 'conv\\_id': a 'string' feature.\n* 'utterance\\_idx': a 'int32' feature.\n* 'context': a 'string' feature.\n* 'prompt': a 'string' feature.\n* 'speaker\\_idx': a 'int32' feature.\n* 'utterance': a 'string' feature.\n* 'selfeval': a 'string' feature.\n* 'tags': 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\nCreative Commons Attribution-NonCommercial 4.0 International.", "### Contributions\n\n\nThanks to @thomwolf, @patrickvonplaten, @lewtun for adding this dataset." ]
[ "TAGS\n#task_categories-conversational #task_categories-question-answering #task_ids-dialogue-generation #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-4.0 #arxiv-1811.00207 #region-us \n", "### Dataset Summary\n\n\nPyTorch original implementation of Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 28.02 MB\n* Size of the generated dataset: 25.13 MB\n* Total amount of disk used: 53.15 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* 'conv\\_id': a 'string' feature.\n* 'utterance\\_idx': a 'int32' feature.\n* 'context': a 'string' feature.\n* 'prompt': a 'string' feature.\n* 'speaker\\_idx': a 'int32' feature.\n* 'utterance': a 'string' feature.\n* 'selfeval': a 'string' feature.\n* 'tags': 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\nCreative Commons Attribution-NonCommercial 4.0 International.", "### Contributions\n\n\nThanks to @thomwolf, @patrickvonplaten, @lewtun for adding this dataset." ]
[ 128, 36, 10, 11, 6, 50, 17, 116, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 17, 28 ]
[ "passage: TAGS\n#task_categories-conversational #task_categories-question-answering #task_ids-dialogue-generation #task_ids-open-domain-qa #annotations_creators-crowdsourced #language_creators-crowdsourced #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-4.0 #arxiv-1811.00207 #region-us \n### Dataset Summary\n\n\nPyTorch original implementation of Towards Empathetic Open-domain Conversation Models: a New Benchmark and Dataset### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 28.02 MB\n* Size of the generated dataset: 25.13 MB\n* Total amount of disk used: 53.15 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* 'conv\\_id': a 'string' feature.\n* 'utterance\\_idx': a 'int32' feature.\n* 'context': a 'string' feature.\n* 'prompt': a 'string' feature.\n* 'speaker\\_idx': a 'int32' feature.\n* 'utterance': a 'string' feature.\n* 'selfeval': a 'string' feature.\n* 'tags': 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\nCreative Commons Attribution-NonCommercial 4.0 International." ]
[ -0.021092649549245834, 0.19197537004947662, -0.00631065433844924, 0.018866097554564476, 0.06930392235517502, -0.006689209491014481, 0.03621033579111099, 0.09917600452899933, -0.042921509593725204, 0.18395142257213593, 0.03230302035808563, 0.05528322607278824, 0.10235320031642914, 0.1133418008685112, 0.0022927371319383383, -0.1765168458223343, 0.03823865205049515, -0.10107535868883133, 0.020837338641285896, 0.10238012671470642, 0.12937147915363312, -0.07115600258111954, 0.07244034856557846, -0.0704948902130127, -0.04910571128129959, 0.009297825396060944, -0.0727458968758583, -0.030469639226794243, 0.024016760289669037, 0.054338134825229645, 0.015100251883268356, -0.013999367132782936, 0.048947129398584366, -0.2895337641239166, 0.007173567079007626, 0.06468485295772552, 0.0017067844746634364, 0.03648217022418976, 0.12411297112703323, -0.026015160605311394, 0.15558403730392456, -0.11651115864515305, 0.0776359885931015, 0.04035545513033867, -0.0883578211069107, -0.09795891493558884, -0.1321852207183838, 0.09073766320943832, 0.12618768215179443, 0.043145641684532166, -0.03878751024603844, 0.024080632254481316, -0.054287977516651154, 0.09236032515764236, 0.14335447549819946, -0.11280704289674759, -0.05526654049754143, 0.04088972508907318, 0.0597703643143177, 0.05235729366540909, -0.08400262147188187, -0.008633640594780445, 0.0001801569014787674, 0.049344826489686966, 0.05765629559755325, -0.03276870399713516, -0.029956219717860222, 0.028985152021050453, -0.12299221754074097, -0.10987097024917603, 0.19067054986953735, 0.0521591417491436, -0.026589354500174522, -0.1440834105014801, -0.026864636689424515, -0.04873897507786751, -0.05175679549574852, -0.0027231748681515455, 0.026390349492430687, -0.016271118074655533, 0.02275184355676174, -0.03549950569868088, -0.06385625153779984, -0.0295722633600235, -0.03093026764690876, -0.0024484889581799507, 0.027067948132753372, -0.008385230787098408, 0.06631629168987274, 0.034450873732566833, -0.05765654519200325, -0.11904848366975784, -0.04642001911997795, -0.021921493113040924, -0.0742177814245224, -0.016155172139406204, 0.044416047632694244, -0.04631425812840462, 0.09328306466341019, 0.15114259719848633, -0.09396906197071075, 0.04080734774470329, -0.04639573395252228, -0.0033724382519721985, 0.07021018862724304, 0.1398957520723343, -0.09869614243507385, -0.13396988809108734, -0.010475409217178822, -0.0009347597952000797, 0.010594158433377743, -0.02462729439139366, -0.01756114698946476, 0.08837109804153442, 0.1000174805521965, 0.08094839006662369, 0.13795505464076996, 0.0240380447357893, -0.05780604109168053, -0.024709004908800125, 0.17035892605781555, -0.15425527095794678, 0.04283672571182251, 0.04309375584125519, -0.04127870872616768, -0.03956340625882149, 0.0067023527808487415, 0.008506201207637787, -0.1063465029001236, 0.11372190713882446, -0.052432868629693985, -0.029488634318113327, -0.0835147574543953, -0.10416502505540848, 0.0643276572227478, -0.0013112952001392841, -0.07170378416776657, -0.033190540969371796, -0.14046193659305573, -0.0738115981221199, 0.027212873101234436, -0.07901833206415176, -0.0495314858853817, -0.019027726724743843, -0.05935397371649742, 0.01780880242586136, -0.0083573954179883, 0.05200912058353424, -0.053191959857940674, 0.0371682345867157, -0.05651355907320976, 0.002026391215622425, 0.07075434178113937, 0.051712289452552795, -0.09426278620958328, 0.09960814565420151, -0.1183692142367363, 0.12552997469902039, -0.10508116334676743, 0.03738586604595184, -0.15929649770259857, -0.06727711111307144, 0.007672449108213186, -0.008177552372217178, 0.013262982480227947, 0.13821306824684143, -0.176665797829628, -0.033285900950431824, 0.1522180736064911, -0.05261514335870743, -0.09929753839969635, 0.0871051698923111, -0.017117025330662727, -0.04136098548769951, 0.06244257092475891, 0.14166097342967987, -0.04734715074300766, -0.02980385161936283, -0.07227535545825958, -0.04594775289297104, 0.07442938536405563, 0.17884348332881927, 0.1135980635881424, -0.12426534295082092, 0.16999265551567078, 0.02102067321538925, -0.007892584428191185, -0.06292624771595001, -0.018948160111904144, -0.05710848420858383, -0.003668388118967414, -0.025467585772275925, -0.017323942855000496, -0.0021589500829577446, -0.07117924839258194, -0.06090623140335083, -0.08341913670301437, 0.02178073488175869, 0.022169416770339012, -0.012357774190604687, 0.01954375021159649, -0.044572632759809494, 0.04200451821088791, -0.01240994967520237, 0.02489343099296093, -0.17000822722911835, -0.09007343649864197, 0.04354597628116608, -0.028910068795084953, 0.10544613748788834, -0.07309907674789429, 0.004604486282914877, 0.010240714065730572, -0.014872569590806961, 0.004706658888608217, 0.020421477034687996, -0.0031036650761961937, 0.008231046609580517, -0.18171362578868866, -0.04053622856736183, -0.024622876197099686, 0.06898557394742966, -0.08709640055894852, -0.0063651991076767445, 0.109627865254879, 0.14707355201244354, 0.021788887679576874, -0.09078850597143173, 0.04108661785721779, 0.027016371488571167, -0.02806360274553299, -0.06790648400783539, -0.023230217397212982, -0.037046413868665695, -0.0102200573310256, 0.04509163275361061, -0.15237298607826233, -0.02478879690170288, 0.06360147148370743, 0.05282014608383179, -0.07596447318792343, -0.02992718666791916, -0.033080603927373886, -0.05208730325102806, -0.029116874560713768, -0.08669093251228333, 0.0893150120973587, 0.05385379120707512, 0.03749425709247589, -0.07074695080518723, -0.07085390388965607, -0.026625094935297966, -0.010211409069597721, -0.06701726466417313, 0.1309969425201416, 0.05517119914293289, -0.2015250325202942, 0.13160741329193115, 0.013313764706254005, 0.05089879035949707, 0.08518476039171219, -0.027134668081998825, -0.08592358976602554, -0.04815766215324402, 0.06293249130249023, 0.01873774081468582, 0.05145000293850899, -0.09052035957574844, 0.023868834599852562, 0.059549618512392044, 0.012144656851887703, 0.02561025321483612, -0.04958491399884224, 0.052659984678030014, 0.04204021021723747, -0.04608074948191643, 0.01827940158545971, -0.026104295626282692, 0.033989597111940384, 0.08856450766324997, 0.04251304641366005, 0.08858280628919601, -0.04934011027216911, -0.07354915142059326, -0.1309099644422531, 0.16443148255348206, -0.14466533064842224, -0.17694804072380066, -0.09897881746292114, -0.10328655689954758, -0.05365093797445297, -0.03532658517360687, 0.02561848983168602, -0.00070030806818977, -0.08854229003190994, -0.09918733686208725, 0.05330594629049301, 0.013173328712582588, -0.12486767768859863, -0.029778582975268364, -0.014921965077519417, 0.006057762540876865, -0.12011018395423889, 0.014960442669689655, 0.07775405794382095, -0.06390681117773056, -0.024945853278040886, 0.04275453835725784, 0.13843384385108948, 0.13162727653980255, 0.05690630525350571, -0.01782335713505745, -0.0028194007463753223, 0.25374189019203186, -0.1138707622885704, 0.07632487267255783, 0.057547327131032944, -0.024921486154198647, 0.0767822265625, 0.2338690608739853, 0.03780711814761162, -0.04670107737183571, 0.010880580171942711, 0.04297647997736931, -0.04370754584670067, -0.24648785591125488, -0.10419445484876633, -0.06744089722633362, 0.04177490249276161, 0.0760708898305893, 0.06186320632696152, 0.03336840867996216, 0.004883596207946539, -0.08177686482667923, 0.001875704969279468, 0.03102789632976055, 0.09819316118955612, 0.08900166302919388, 0.009459969587624073, 0.06886012852191925, -0.03635766729712486, 0.03533052280545235, 0.09550245106220245, -0.0017178915441036224, 0.14887763559818268, -0.02763443998992443, 0.24799951910972595, 0.07260756194591522, 0.12054765969514847, -0.04177364334464073, 0.027951644733548164, -0.03977007418870926, 0.07239412516355515, 0.007795726880431175, -0.08146738260984421, -0.02230679802596569, 0.07421333342790604, 0.1183185800909996, -0.04331895336508751, 0.05237239971756935, -0.07963880151510239, 0.08062585443258286, 0.19370044767856598, 0.006012001074850559, -0.12854145467281342, -0.027870209887623787, 0.08384204655885696, -0.061332736164331436, -0.0908631905913353, -0.006949209608137608, 0.11774475127458572, -0.1598859429359436, 0.08645899593830109, 0.00020311781554482877, 0.13458864390850067, -0.06498001515865326, -0.05070401728153229, 0.04099254310131073, 0.05716049671173096, -0.005093774292618036, 0.08117563277482986, -0.19214659929275513, 0.11770936846733093, 0.01741432026028633, 0.007753727491945028, -0.07086773961782455, 0.07347643375396729, -0.015218863263726234, -0.007153113838285208, 0.13055050373077393, 0.01488580647855997, -0.13451895117759705, -0.02362804301083088, -0.10092610120773315, -0.01564972661435604, 0.08936615288257599, -0.11749451607465744, 0.08904136717319489, 0.011903835460543633, -0.024141520261764526, -0.0525679774582386, 0.014026178047060966, -0.06742026656866074, -0.1868284046649933, 0.053320836275815964, -0.08323287218809128, 0.02687985822558403, -0.059476468712091446, 0.00581936351954937, -0.07931851595640182, 0.1896282434463501, -0.15000653266906738, -0.09297924488782883, -0.11243760585784912, 0.019616421312093735, 0.18150994181632996, -0.06992597132921219, 0.07535018771886826, -0.05386833846569061, 0.1195785403251648, -0.0023563525173813105, -0.035759177058935165, 0.06466797739267349, -0.07153275609016418, -0.16393707692623138, -0.030784113332629204, 0.1485988050699234, 0.013657446950674057, 0.060623545199632645, -0.020590344443917274, 0.0958423912525177, -0.00667101563885808, -0.11525838822126389, 0.009283706545829773, 0.10835298895835876, 0.05965225026011467, 0.1040620431303978, -0.01457283180207014, -0.16236402094364166, -0.09434284269809723, -0.06661565601825714, 0.12130231410264969, 0.1666388213634491, -0.07559848576784134, 0.10945627838373184, 0.08360029011964798, -0.07955758273601532, -0.21242032945156097, -0.041863299906253815, 0.03847402706742287, -0.014484996907413006, 0.06789630651473999, -0.15639756619930267, 0.014987119473516941, 0.05980250984430313, -0.02479596436023712, 0.055850349366664886, -0.2769390940666199, -0.1340799629688263, 0.007824775762856007, 0.027225075289607048, -0.3383276164531708, -0.19973018765449524, -0.13275852799415588, -0.026405110955238342, -0.19231170415878296, 0.052726153284311295, 0.04107005521655083, 0.01597413420677185, 0.026172813028097153, 0.051542263478040695, 0.025184812024235725, -0.03830428421497345, 0.1412142515182495, -0.030368469655513763, -0.006755364593118429, -0.10999923944473267, -0.033357154577970505, 0.0364781990647316, -0.0180105809122324, 0.1092526838183403, -0.08245960623025894, 0.04987439140677452, -0.05062498524785042, 0.0018752564210444689, -0.08112447708845139, 0.026621906086802483, -0.09410497546195984, -0.04657949507236481, -0.09717301279306412, 0.030447136610746384, 0.10879071056842804, -0.012840662151575089, 0.06009390577673912, -0.0515134260058403, 0.10321962088346481, 0.2341088503599167, 0.07657286524772644, 0.07131297141313553, -0.13439612090587616, -0.036710258573293686, -0.008041943423449993, -0.02303365431725979, -0.1469234824180603, 0.016994915902614594, 0.11661531031131744, 0.05821150541305542, 0.15890344977378845, -0.051444392651319504, -0.14501522481441498, -0.017925502732396126, 0.06960703432559967, -0.06771909445524216, -0.21752184629440308, 0.03360728919506073, 0.12859544157981873, -0.14471034705638885, -0.08013390749692917, 0.047914646565914154, 0.0032079857774078846, -0.02524561621248722, 0.009353740140795708, 0.124993234872818, -0.0004531594750005752, 0.11919286102056503, 0.030879052355885506, 0.065485879778862, -0.11013945192098618, 0.08783133327960968, 0.1420060396194458, -0.10033702105283737, 0.011479496955871582, 0.1806599646806717, -0.029139982536435127, -0.022026056423783302, 0.061559394001960754, 0.043529871851205826, 0.03483583778142929, -0.017707176506519318, 0.04577771574258804, -0.12049076706171036, 0.06613533198833466, 0.09159227460622787, -0.002131468616425991, 0.04849552363157272, 0.03160371631383896, -0.01025326643139124, -0.017098523676395416, 0.16308218240737915, 0.04297373443841934, 0.033635541796684265, -0.032305967062711716, 0.02716246247291565, -0.012783187441527843, -0.012009907513856888, 0.02134128101170063, -0.016262231394648552, -0.03959865868091583, -0.00819624587893486, -0.10180676728487015, 0.02013310417532921, -0.1214279979467392, -0.011092592030763626, -0.00845455750823021, -0.01988048292696476, -0.02490941807627678, 0.0034015909768640995, -0.06511642038822174, -0.09164116531610489, -0.07773972302675247, 0.09122895449399948, -0.1863906979560852, -0.011929825879633427, 0.10454992949962616, -0.06309700012207031, 0.09469985216856003, 0.00750778429210186, -0.024143947288393974, 0.006981582846492529, -0.09246838092803955, 0.00745095731690526, -0.015034150332212448, 0.043548308312892914, 0.036525908857584, -0.11517299711704254, -0.03171302005648613, -0.00742210540920496, -0.0841885581612587, 0.007921505719423294, -0.0421329066157341, -0.1333295702934265, 0.034470491111278534, -0.03623579815030098, -0.06243809312582016, -0.03508464992046356, 0.06888648122549057, 0.04950494319200516, -0.011094391345977783, 0.0835198312997818, -0.032575856894254684, 0.08678116649389267, -0.14034898579120636, -0.022729581221938133, 0.017523786053061485, -0.018496550619602203, -0.034352708607912064, 0.03554001450538635, 0.06138312444090843, -0.022860882803797722, 0.19090856611728668, -0.03356387838721275, -0.05404368042945862, 0.05713450908660889, 0.042094942182302475, 0.00585292000323534, 0.059818584471940994, 0.04695294052362442, -0.03194296732544899, -0.03695599362254143, -0.026460427790880203, -0.035278044641017914, -0.06440898776054382, -0.030624082311987877, 0.10839086771011353, 0.16778774559497833, 0.16749899089336395, -0.02433924190700054, 0.0685695931315422, -0.11379308253526688, -0.052158039063215256, 0.08212093263864517, -0.017095647752285004, 0.09504187852144241, -0.07639345526695251, 0.10452601313591003, 0.08738929033279419, -0.22249366343021393, 0.11135850846767426, -0.038303498178720474, -0.06004287302494049, -0.02590744011104107, -0.12526331841945648, -0.0678078681230545, -0.0328914113342762, -0.002497711218893528, -0.14118601381778717, 0.12679697573184967, 0.08137360960245132, 0.003157344413921237, -0.015590782277286053, 0.13068899512290955, -0.08415442705154419, -0.08097674697637558, 0.045076627284288406, 0.03598417714238167, 0.0026181063149124384, 0.029583698138594627, 0.05611966550350189, -0.009128973819315434, 0.04248465225100517, 0.1122441291809082, 0.08859504014253616, -0.021672062575817108, 0.03799569606781006, -0.04557112976908684, -0.057971760630607605, 0.029028287157416344, -0.007157651241868734, -0.045059118419885635, 0.20516572892665863, 0.019862623885273933, 0.006206567399203777, 0.0020417862106114626, 0.18239076435565948, -0.06223102658987045, -0.10064314305782318, -0.14042070508003235, 0.009935040026903152, -0.034017398953437805, -0.011187517084181309, 0.03906992822885513, -0.12797605991363525, 0.0016795637784525752, 0.11693836003541946, 0.15641161799430847, -0.010732407681643963, 0.014480606652796268, 0.005760445259511471, 0.01813693717122078, -0.03707088530063629, -0.005063600372523069, 0.04113055020570755, 0.22887136042118073, -0.06092900037765503, 0.04608112573623657, -0.03684911131858826, -0.036817144602537155, -0.07121815532445908, 0.05787849426269531, -0.004087295848876238, -0.026777490973472595, -0.052079688757658005, 0.12653616070747375, -0.09603563696146011, -0.21577373147010803, 0.007009498309344053, -0.1372520625591278, -0.1296551674604416, -0.00554156769067049, 0.05973835289478302, 0.05957777053117752, 0.02418878860771656, 0.061833061277866364, -0.014262618497014046, 0.0880231112241745, 0.032155126333236694, -0.05625304952263832, -0.03682525455951691, 0.08972121775150299, -0.020900655537843704, 0.20209790766239166, 0.007247124332934618, 0.07375312596559525, 0.10306183993816376, -0.013493308797478676, -0.09074319899082184, 0.039105840027332306, 0.1417953073978424, -0.03568742424249649, 0.035912830382585526, 0.16510821878910065, -0.007650098763406277, 0.13351593911647797, 0.08843795210123062, -0.02892211824655533, 0.04087743163108826, 0.052415598183870316, 0.005104538518935442, -0.12848623096942902, 0.05601556599140167, -0.10874798893928528, 0.12721094489097595, 0.16674403846263885, -0.04243756830692291, -0.003889538813382387, -0.028170933946967125, 0.03529869019985199, -0.017888842150568962, 0.16955167055130005, -0.0064802831038832664, -0.1733676940202713, 0.04598633572459221, -0.05746261775493622, 0.09635065495967865, -0.1397291123867035, -0.05820677801966667, 0.046627916395664215, 0.006761337164789438, -0.05668170750141144, 0.13054239749908447, 0.09749609977006912, -0.030875522643327713, -0.04260476678609848, -0.11814145743846893, 0.01602761447429657, 0.12294024974107742, -0.06801045686006546, 0.00559512572363019 ]
d2b027f9f569926ab7c146a7ef81016607505392
# Dataset Card for WebNLG ## 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:** [WebNLG challenge website](https://webnlg-challenge.loria.fr/) - **Repository:** [Enriched WebNLG Github repository](https://github.com/ThiagoCF05/webnlg) - **Paper:** [Enriching the WebNLG corpus](https://www.aclweb.org/anthology/W18-6521/) ### Dataset Summary The WebNLG challenge consists in mapping data to text. The training data consists of Data/Text pairs where the data is a set of triples extracted from DBpedia and the text is a verbalisation of these triples. For instance, given the 3 DBpedia triples shown in (a), the aim is to generate a text such as (b). It is a valuable resource and benchmark for the Natural Language Generation (NLG) community. However, as other NLG benchmarks, it only consists of a collection of parallel raw representations and their corresponding textual realizations. This work aimed to provide intermediate representations of the data for the development and evaluation of popular tasks in the NLG pipeline architecture, such as Discourse Ordering, Lexicalization, Aggregation and Referring Expression Generation. ### Supported Tasks and Leaderboards The dataset supports a `other-rdf-to-text` task which requires a model takes a set of RDF (Resource Description Format) triples from a database (DBpedia) of the form (subject, property, object) as input and write out a natural language sentence expressing the information contained in the triples. ### Languages The dataset is presented in two versions: English (config `en`) and German (config `de`) ## Dataset Structure ### Data Instances A typical example contains the original RDF triples in the set, a modified version which presented to crowd workers, and a set of possible verbalizations for this set of triples: ``` { 'category': 'Politician', 'eid': 'Id10', 'lex': {'comment': ['good', 'good', 'good'], 'lid': ['Id1', 'Id2', 'Id3'], 'text': ['World War II had Chiang Kai-shek as a commander and United States Army soldier Abner W. Sibal.', 'Abner W. Sibal served in the United States Army during the Second World War and during that war Chiang Kai-shek was one of the commanders.', 'Abner W. Sibal, served in the United States Army and fought in World War II, one of the commanders of which, was Chiang Kai-shek.']}, 'modified_triple_sets': {'mtriple_set': [['Abner_W._Sibal | battle | World_War_II', 'World_War_II | commander | Chiang_Kai-shek', 'Abner_W._Sibal | militaryBranch | United_States_Army']]}, 'original_triple_sets': {'otriple_set': [['Abner_W._Sibal | battles | World_War_II', 'World_War_II | commander | Chiang_Kai-shek', 'Abner_W._Sibal | branch | United_States_Army'], ['Abner_W._Sibal | militaryBranch | United_States_Army', 'Abner_W._Sibal | battles | World_War_II', 'World_War_II | commander | Chiang_Kai-shek']]}, 'shape': '(X (X) (X (X)))', 'shape_type': 'mixed', 'size': 3} ``` ### Data Fields The following fields can be found in the instances: - `category`: the category of the DBpedia entites present in the RDF triples. - `eid`: an example ID, only unique per split per category. - `size`: number of RDF triples in the set. - `shape`: (for v3 only) Each set of RDF-triples is a tree, which is characterised by its shape and shape type. `shape` is a string representation of the tree with nested parentheses where X is a node ( see [Newick tree format](https://en.wikipedia.org/wiki/Newick_format)) - `shape_type`: (for v3 only) is a type of the tree shape, which can be: `chain` (the object of one triple is the subject of the other); `sibling` (triples with a shared subject); `mixed` (both chain and sibling types present). - `2017_test_category`: (for `webnlg_challenge_2017`) tells whether the set of RDF triples was present in the training set or not. - `lex`: the lexicalizations, with: - `text`: the text to be predicted. - `lid`: a lexicalizayion ID, unique per example. - `comment`: the lexicalizations were rated by crowd workers are either `good` or `bad` ### Data Splits The `en` version has `train`, `test` and `dev` splits; the `de` version, only `train` and `dev`. ## Dataset Creation ### Curation Rationale Natural Language Generation (NLG) is the process of automatically converting non-linguistic data into a linguistic output format (Reiter andDale, 2000; Gatt and Krahmer, 2018). Recently, the field has seen an increase in the number of available focused data resources as E2E (Novikova et al., 2017), ROTOWIRE(Wise-man et al., 2017) and WebNLG (Gardent et al.,2017a,b) corpora. Although theses recent releases are highly valuable resources for the NLG community in general,nall of them were designed to work with end-to-end NLG models. Hence, they consist of a collection of parallel raw representations and their corresponding textual realizations. No intermediate representations are available so researchersncan straight-forwardly use them to develop or evaluate popular tasks in NLG pipelines (Reiter and Dale, 2000), such as Discourse Ordering, Lexicalization, Aggregation, Referring Expression Generation, among others. Moreover, these new corpora, like many other resources in Computational Linguistics more in general, are only available in English, limiting the development of NLG-applications to other languages. ### 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 The dataset uses the `cc-by-nc-sa-4.0` license. The source DBpedia project uses the `cc-by-sa-3.0` and `gfdl-1.1` licenses. ### Citation Information - If you use the Enriched WebNLG corpus, cite: ``` @InProceedings{ferreiraetal2018, author = "Castro Ferreira, Thiago and Moussallem, Diego and Wubben, Sander and Krahmer, Emiel", title = "Enriching the WebNLG corpus", booktitle = "Proceedings of the 11th International Conference on Natural Language Generation", year = "2018", series = {INLG'18}, publisher = "Association for Computational Linguistics", address = "Tilburg, The Netherlands", } @inproceedings{web_nlg, author = {Claire Gardent and Anastasia Shimorina and Shashi Narayan and Laura Perez{-}Beltrachini}, editor = {Regina Barzilay and Min{-}Yen Kan}, title = {Creating Training Corpora for {NLG} Micro-Planners}, booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics, {ACL} 2017, Vancouver, Canada, July 30 - August 4, Volume 1: Long Papers}, pages = {179--188}, publisher = {Association for Computational Linguistics}, year = {2017}, url = {https://doi.org/10.18653/v1/P17-1017}, doi = {10.18653/v1/P17-1017} } ``` ### Contributions Thanks to [@TevenLeScao](https://github.com/TevenLeScao) for adding this dataset.
enriched_web_nlg
[ "task_categories:tabular-to-text", "task_ids:rdf-to-text", "annotations_creators:found", "language_creators:crowdsourced", "multilinguality:monolingual", "size_categories:1K<n<10K", "source_datasets:extended|other-web-nlg", "language:de", "language:en", "license:cc-by-sa-4.0", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["crowdsourced"], "language": ["de", "en"], "license": ["cc-by-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["1K<n<10K"], "source_datasets": ["extended|other-web-nlg"], "task_categories": ["tabular-to-text"], "task_ids": ["rdf-to-text"], "pretty_name": "Enriched WebNLG", "config_names": ["de", "en"], "dataset_info": [{"config_name": "en", "features": [{"name": "category", "dtype": "string"}, {"name": "size", "dtype": "int32"}, {"name": "eid", "dtype": "string"}, {"name": "original_triple_sets", "sequence": [{"name": "otriple_set", "sequence": "string"}]}, {"name": "modified_triple_sets", "sequence": [{"name": "mtriple_set", "sequence": "string"}]}, {"name": "shape", "dtype": "string"}, {"name": "shape_type", "dtype": "string"}, {"name": "lex", "sequence": [{"name": "comment", "dtype": "string"}, {"name": "lid", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "template", "dtype": "string"}, {"name": "sorted_triple_sets", "sequence": "string"}, {"name": "lexicalization", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 14665155, "num_examples": 6940}, {"name": "dev", "num_bytes": 1843787, "num_examples": 872}, {"name": "test", "num_bytes": 3931381, "num_examples": 1862}], "download_size": 44284508, "dataset_size": 20440323}, {"config_name": "de", "features": [{"name": "category", "dtype": "string"}, {"name": "size", "dtype": "int32"}, {"name": "eid", "dtype": "string"}, {"name": "original_triple_sets", "sequence": [{"name": "otriple_set", "sequence": "string"}]}, {"name": "modified_triple_sets", "sequence": [{"name": "mtriple_set", "sequence": "string"}]}, {"name": "shape", "dtype": "string"}, {"name": "shape_type", "dtype": "string"}, {"name": "lex", "sequence": [{"name": "comment", "dtype": "string"}, {"name": "lid", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "template", "dtype": "string"}, {"name": "sorted_triple_sets", "sequence": "string"}]}], "splits": [{"name": "train", "num_bytes": 9748193, "num_examples": 6940}, {"name": "dev", "num_bytes": 1238609, "num_examples": 872}], "download_size": 44284508, "dataset_size": 10986802}]}
2024-01-18T11:03:16+00:00
[]
[ "de", "en" ]
TAGS #task_categories-tabular-to-text #task_ids-rdf-to-text #annotations_creators-found #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|other-web-nlg #language-German #language-English #license-cc-by-sa-4.0 #region-us
# Dataset Card for WebNLG ## 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: WebNLG challenge website - Repository: Enriched WebNLG Github repository - Paper: Enriching the WebNLG corpus ### Dataset Summary The WebNLG challenge consists in mapping data to text. The training data consists of Data/Text pairs where the data is a set of triples extracted from DBpedia and the text is a verbalisation of these triples. For instance, given the 3 DBpedia triples shown in (a), the aim is to generate a text such as (b). It is a valuable resource and benchmark for the Natural Language Generation (NLG) community. However, as other NLG benchmarks, it only consists of a collection of parallel raw representations and their corresponding textual realizations. This work aimed to provide intermediate representations of the data for the development and evaluation of popular tasks in the NLG pipeline architecture, such as Discourse Ordering, Lexicalization, Aggregation and Referring Expression Generation. ### Supported Tasks and Leaderboards The dataset supports a 'other-rdf-to-text' task which requires a model takes a set of RDF (Resource Description Format) triples from a database (DBpedia) of the form (subject, property, object) as input and write out a natural language sentence expressing the information contained in the triples. ### Languages The dataset is presented in two versions: English (config 'en') and German (config 'de') ## Dataset Structure ### Data Instances A typical example contains the original RDF triples in the set, a modified version which presented to crowd workers, and a set of possible verbalizations for this set of triples: ### Data Fields The following fields can be found in the instances: - 'category': the category of the DBpedia entites present in the RDF triples. - 'eid': an example ID, only unique per split per category. - 'size': number of RDF triples in the set. - 'shape': (for v3 only) Each set of RDF-triples is a tree, which is characterised by its shape and shape type. 'shape' is a string representation of the tree with nested parentheses where X is a node ( see Newick tree format) - 'shape_type': (for v3 only) is a type of the tree shape, which can be: 'chain' (the object of one triple is the subject of the other); 'sibling' (triples with a shared subject); 'mixed' (both chain and sibling types present). - '2017_test_category': (for 'webnlg_challenge_2017') tells whether the set of RDF triples was present in the training set or not. - 'lex': the lexicalizations, with: - 'text': the text to be predicted. - 'lid': a lexicalizayion ID, unique per example. - 'comment': the lexicalizations were rated by crowd workers are either 'good' or 'bad' ### Data Splits The 'en' version has 'train', 'test' and 'dev' splits; the 'de' version, only 'train' and 'dev'. ## Dataset Creation ### Curation Rationale Natural Language Generation (NLG) is the process of automatically converting non-linguistic data into a linguistic output format (Reiter andDale, 2000; Gatt and Krahmer, 2018). Recently, the field has seen an increase in the number of available focused data resources as E2E (Novikova et al., 2017), ROTOWIRE(Wise-man et al., 2017) and WebNLG (Gardent et al.,2017a,b) corpora. Although theses recent releases are highly valuable resources for the NLG community in general,nall of them were designed to work with end-to-end NLG models. Hence, they consist of a collection of parallel raw representations and their corresponding textual realizations. No intermediate representations are available so researchersncan straight-forwardly use them to develop or evaluate popular tasks in NLG pipelines (Reiter and Dale, 2000), such as Discourse Ordering, Lexicalization, Aggregation, Referring Expression Generation, among others. Moreover, these new corpora, like many other resources in Computational Linguistics more in general, are only available in English, limiting the development of NLG-applications to other languages. ### 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 dataset uses the 'cc-by-nc-sa-4.0' license. The source DBpedia project uses the 'cc-by-sa-3.0' and 'gfdl-1.1' licenses. - If you use the Enriched WebNLG corpus, cite: ### Contributions Thanks to @TevenLeScao for adding this dataset.
[ "# Dataset Card for WebNLG", "## 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: WebNLG challenge website\n- Repository: Enriched WebNLG Github repository\n- Paper: Enriching the WebNLG corpus", "### Dataset Summary\n\nThe WebNLG challenge consists in mapping data to text. The training data consists of Data/Text pairs where the data is a\nset of triples extracted from DBpedia and the text is a verbalisation of these triples. For instance, given the 3\nDBpedia triples shown in (a), the aim is to generate a text such as (b). It is a valuable resource and benchmark for the Natural Language Generation (NLG) community. However, as other NLG benchmarks, it only consists of a collection of parallel raw representations and their corresponding textual realizations. This work aimed to provide intermediate representations of the data for the development and evaluation of popular tasks in the NLG pipeline architecture, such as Discourse Ordering, Lexicalization, Aggregation and Referring Expression Generation.", "### Supported Tasks and Leaderboards\n\nThe dataset supports a 'other-rdf-to-text' task which requires a model takes a set of RDF (Resource Description\nFormat) triples from a database (DBpedia) of the form (subject, property, object) as input and write out a natural\nlanguage sentence expressing the information contained in the triples.", "### Languages\n\nThe dataset is presented in two versions: English (config 'en') and German (config 'de')", "## Dataset Structure", "### Data Instances\n\nA typical example contains the original RDF triples in the set, a modified version which presented to crowd workers, and\na set of possible verbalizations for this set of triples:", "### Data Fields\n\nThe following fields can be found in the instances:\n\n- 'category': the category of the DBpedia entites present in the RDF triples.\n- 'eid': an example ID, only unique per split per category.\n- 'size': number of RDF triples in the set.\n- 'shape': (for v3 only) Each set of RDF-triples is a tree, which is characterised by its shape and shape type. 'shape'\n is a string representation of the tree with nested parentheses where X is a node (\n see Newick tree format)\n- 'shape_type': (for v3 only) is a type of the tree shape, which can be: 'chain' (the object of one triple is the\n subject of the other); 'sibling' (triples with a shared subject); 'mixed' (both chain and sibling types present).\n- '2017_test_category': (for 'webnlg_challenge_2017') tells whether the set of RDF triples was present in the training\n set or not.\n- 'lex': the lexicalizations, with:\n - 'text': the text to be predicted.\n - 'lid': a lexicalizayion ID, unique per example.\n - 'comment': the lexicalizations were rated by crowd workers are either 'good' or 'bad'", "### Data Splits\n\nThe 'en' version has 'train', 'test' and 'dev' splits; the 'de' version, only 'train' and 'dev'.", "## Dataset Creation", "### Curation Rationale\n\nNatural Language Generation (NLG) is the process of automatically converting non-linguistic data into a linguistic output format (Reiter andDale, 2000; Gatt and Krahmer, 2018). Recently, the field has seen an increase in the number of available focused data resources as E2E (Novikova et al., 2017), ROTOWIRE(Wise-man et al., 2017) and WebNLG (Gardent et al.,2017a,b) corpora. Although theses recent releases are highly valuable resources for the NLG community in general,nall of them were designed to work with end-to-end NLG models. Hence, they consist of a collection of parallel raw representations and their corresponding textual realizations. No intermediate representations are available so researchersncan straight-forwardly use them to develop or evaluate popular tasks in NLG pipelines (Reiter and Dale, 2000), such as Discourse Ordering, Lexicalization, Aggregation, Referring Expression Generation, among others. Moreover, these new corpora, like many other resources in Computational Linguistics more in general, are only available in English, limiting the development of NLG-applications to other languages.", "### 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\nThe dataset uses the 'cc-by-nc-sa-4.0' license. The source DBpedia project uses the 'cc-by-sa-3.0' and 'gfdl-1.1'\nlicenses.\n\n\n\n- If you use the Enriched WebNLG corpus, cite:", "### Contributions\n\nThanks to @TevenLeScao for adding this dataset." ]
[ "TAGS\n#task_categories-tabular-to-text #task_ids-rdf-to-text #annotations_creators-found #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|other-web-nlg #language-German #language-English #license-cc-by-sa-4.0 #region-us \n", "# Dataset Card for WebNLG", "## 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: WebNLG challenge website\n- Repository: Enriched WebNLG Github repository\n- Paper: Enriching the WebNLG corpus", "### Dataset Summary\n\nThe WebNLG challenge consists in mapping data to text. The training data consists of Data/Text pairs where the data is a\nset of triples extracted from DBpedia and the text is a verbalisation of these triples. For instance, given the 3\nDBpedia triples shown in (a), the aim is to generate a text such as (b). It is a valuable resource and benchmark for the Natural Language Generation (NLG) community. However, as other NLG benchmarks, it only consists of a collection of parallel raw representations and their corresponding textual realizations. This work aimed to provide intermediate representations of the data for the development and evaluation of popular tasks in the NLG pipeline architecture, such as Discourse Ordering, Lexicalization, Aggregation and Referring Expression Generation.", "### Supported Tasks and Leaderboards\n\nThe dataset supports a 'other-rdf-to-text' task which requires a model takes a set of RDF (Resource Description\nFormat) triples from a database (DBpedia) of the form (subject, property, object) as input and write out a natural\nlanguage sentence expressing the information contained in the triples.", "### Languages\n\nThe dataset is presented in two versions: English (config 'en') and German (config 'de')", "## Dataset Structure", "### Data Instances\n\nA typical example contains the original RDF triples in the set, a modified version which presented to crowd workers, and\na set of possible verbalizations for this set of triples:", "### Data Fields\n\nThe following fields can be found in the instances:\n\n- 'category': the category of the DBpedia entites present in the RDF triples.\n- 'eid': an example ID, only unique per split per category.\n- 'size': number of RDF triples in the set.\n- 'shape': (for v3 only) Each set of RDF-triples is a tree, which is characterised by its shape and shape type. 'shape'\n is a string representation of the tree with nested parentheses where X is a node (\n see Newick tree format)\n- 'shape_type': (for v3 only) is a type of the tree shape, which can be: 'chain' (the object of one triple is the\n subject of the other); 'sibling' (triples with a shared subject); 'mixed' (both chain and sibling types present).\n- '2017_test_category': (for 'webnlg_challenge_2017') tells whether the set of RDF triples was present in the training\n set or not.\n- 'lex': the lexicalizations, with:\n - 'text': the text to be predicted.\n - 'lid': a lexicalizayion ID, unique per example.\n - 'comment': the lexicalizations were rated by crowd workers are either 'good' or 'bad'", "### Data Splits\n\nThe 'en' version has 'train', 'test' and 'dev' splits; the 'de' version, only 'train' and 'dev'.", "## Dataset Creation", "### Curation Rationale\n\nNatural Language Generation (NLG) is the process of automatically converting non-linguistic data into a linguistic output format (Reiter andDale, 2000; Gatt and Krahmer, 2018). Recently, the field has seen an increase in the number of available focused data resources as E2E (Novikova et al., 2017), ROTOWIRE(Wise-man et al., 2017) and WebNLG (Gardent et al.,2017a,b) corpora. Although theses recent releases are highly valuable resources for the NLG community in general,nall of them were designed to work with end-to-end NLG models. Hence, they consist of a collection of parallel raw representations and their corresponding textual realizations. No intermediate representations are available so researchersncan straight-forwardly use them to develop or evaluate popular tasks in NLG pipelines (Reiter and Dale, 2000), such as Discourse Ordering, Lexicalization, Aggregation, Referring Expression Generation, among others. Moreover, these new corpora, like many other resources in Computational Linguistics more in general, are only available in English, limiting the development of NLG-applications to other languages.", "### 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\nThe dataset uses the 'cc-by-nc-sa-4.0' license. The source DBpedia project uses the 'cc-by-sa-3.0' and 'gfdl-1.1'\nlicenses.\n\n\n\n- If you use the Enriched WebNLG corpus, cite:", "### Contributions\n\nThanks to @TevenLeScao for adding this dataset." ]
[ 108, 8, 120, 40, 186, 83, 30, 6, 47, 316, 42, 5, 281, 4, 10, 10, 5, 5, 9, 8, 8, 7, 8, 7, 5, 6, 68, 19 ]
[ "passage: TAGS\n#task_categories-tabular-to-text #task_ids-rdf-to-text #annotations_creators-found #language_creators-crowdsourced #multilinguality-monolingual #size_categories-1K<n<10K #source_datasets-extended|other-web-nlg #language-German #language-English #license-cc-by-sa-4.0 #region-us \n# Dataset Card for WebNLG## 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: WebNLG challenge website\n- Repository: Enriched WebNLG Github repository\n- Paper: Enriching the WebNLG corpus### Dataset Summary\n\nThe WebNLG challenge consists in mapping data to text. The training data consists of Data/Text pairs where the data is a\nset of triples extracted from DBpedia and the text is a verbalisation of these triples. For instance, given the 3\nDBpedia triples shown in (a), the aim is to generate a text such as (b). It is a valuable resource and benchmark for the Natural Language Generation (NLG) community. However, as other NLG benchmarks, it only consists of a collection of parallel raw representations and their corresponding textual realizations. This work aimed to provide intermediate representations of the data for the development and evaluation of popular tasks in the NLG pipeline architecture, such as Discourse Ordering, Lexicalization, Aggregation and Referring Expression Generation.", "passage: ### Supported Tasks and Leaderboards\n\nThe dataset supports a 'other-rdf-to-text' task which requires a model takes a set of RDF (Resource Description\nFormat) triples from a database (DBpedia) of the form (subject, property, object) as input and write out a natural\nlanguage sentence expressing the information contained in the triples.### Languages\n\nThe dataset is presented in two versions: English (config 'en') and German (config 'de')## Dataset Structure### Data Instances\n\nA typical example contains the original RDF triples in the set, a modified version which presented to crowd workers, and\na set of possible verbalizations for this set of triples:### Data Fields\n\nThe following fields can be found in the instances:\n\n- 'category': the category of the DBpedia entites present in the RDF triples.\n- 'eid': an example ID, only unique per split per category.\n- 'size': number of RDF triples in the set.\n- 'shape': (for v3 only) Each set of RDF-triples is a tree, which is characterised by its shape and shape type. 'shape'\n is a string representation of the tree with nested parentheses where X is a node (\n see Newick tree format)\n- 'shape_type': (for v3 only) is a type of the tree shape, which can be: 'chain' (the object of one triple is the\n subject of the other); 'sibling' (triples with a shared subject); 'mixed' (both chain and sibling types present).\n- '2017_test_category': (for 'webnlg_challenge_2017') tells whether the set of RDF triples was present in the training\n set or not.\n- 'lex': the lexicalizations, with:\n - 'text': the text to be predicted.\n - 'lid': a lexicalizayion ID, unique per example.\n - 'comment': the lexicalizations were rated by crowd workers are either 'good' or 'bad'### Data Splits\n\nThe 'en' version has 'train', 'test' and 'dev' splits; the 'de' version, only 'train' and 'dev'.## Dataset Creation" ]
[ -0.028144655749201775, 0.03579331189393997, -0.007034854032099247, 0.06418873369693756, 0.017899025231599808, -0.006756354123353958, 0.07429392635822296, 0.07334396243095398, -0.002974589355289936, 0.08921095728874207, -0.01747225970029831, 0.004061903338879347, 0.06039624661207199, 0.06485506147146225, 0.0017480310052633286, -0.22542224824428558, 0.03732525557279587, -0.053472939878702164, 0.009026290848851204, 0.0572066530585289, 0.13999471068382263, -0.04473932087421417, 0.05689980834722519, -0.04906383901834488, -0.05972001701593399, -0.015596248209476471, -0.020329995080828667, -0.00770172756165266, 0.09173136204481125, 0.08632009476423264, 0.0952281504869461, -0.011332742869853973, -0.0027959495782852173, -0.2340397983789444, 0.021710898727178574, 0.09125147014856339, 0.008362405933439732, 0.03390363231301308, 0.044031158089637756, -0.026244647800922394, 0.05792039632797241, -0.11900283396244049, 0.04938466474413872, 0.03756731003522873, -0.11105062067508698, -0.1157073974609375, -0.11199323832988739, 0.05987878516316414, 0.04508262127637863, 0.02407720685005188, -0.026145000010728836, 0.05094542354345322, -0.038203537464141846, 0.057301588356494904, 0.09867808222770691, -0.07754858583211899, -0.061715830117464066, 0.012709345668554306, 0.0234083104878664, 0.11129868030548096, -0.09070637822151184, -0.03492368385195732, -0.011976487934589386, 0.05556279793381691, 0.009171739220619202, -0.04941103607416153, -0.04510507732629776, -0.01199563592672348, -0.11710759252309799, -0.036162376403808594, 0.18735471367835999, 0.008262930437922478, -0.07118448615074158, -0.16014643013477325, -0.02973661571741104, 0.10626710951328278, 0.013473610393702984, -0.024100270122289658, -0.0028486098162829876, -0.01268257386982441, 0.04745912551879883, -0.07914084196090698, -0.08715130388736725, -0.001187668414786458, -0.1057373583316803, 0.10449820756912231, 0.010722057893872261, 0.020018821582198143, -0.006342357024550438, 0.06719302386045456, -0.046196348965168, -0.0749850869178772, -0.04817000776529312, -0.06620985269546509, -0.15285490453243256, 0.0007079258793964982, -0.023791495710611343, -0.09277030825614929, 0.03216524422168732, 0.142742320895195, -0.09225774556398392, 0.011985559947788715, -0.08359158784151077, 0.02416972443461418, 0.09758390486240387, 0.10069424659013748, -0.00604788213968277, -0.03672074154019356, -0.006021271459758282, 0.0009862268343567848, 0.04704161733388901, -0.022844919934868813, -0.015475881285965443, 0.012447569519281387, -0.020688744261860847, 0.05237932503223419, 0.1000826507806778, 0.04495036602020264, -0.063145712018013, -0.04046851396560669, 0.09858155995607376, -0.13349653780460358, 0.02144269272685051, 0.031796645373106, -0.017550097778439522, 0.015304023399949074, -0.025150280445814133, 0.007836380042135715, -0.06096678227186203, 0.050547562539577484, -0.020217815414071083, -0.0028719408437609673, -0.0609256811439991, -0.09498874843120575, 0.0627870112657547, -0.023773834109306335, -0.06606681644916534, -0.05636664479970932, -0.13987009227275848, -0.05723683536052704, 0.013187713921070099, -0.03255573287606239, -0.0010378266451880336, -0.016499482095241547, 0.007776971440762281, -0.01600544899702072, 0.008446893654763699, -0.015141300857067108, -0.02283557318150997, 0.0037458925507962704, -0.048279471695423126, 0.00847020372748375, -0.0541769415140152, 0.015214809216558933, -0.07263883948326111, 0.0437796488404274, -0.14375446736812592, 0.14139890670776367, -0.08997471630573273, 0.005618951749056578, -0.059334419667720795, 0.01100851595401764, -0.015017724595963955, 0.03141836076974869, -0.016595471650362015, 0.07344821095466614, -0.22542494535446167, -0.03301920369267464, 0.0766703262925148, -0.13266484439373016, -0.05269269645214081, 0.1171148344874382, -0.056518495082855225, 0.05143355950713158, 0.10395415127277374, 0.1414690762758255, 0.12599977850914001, -0.02067827433347702, -0.08420908451080322, -0.010018463246524334, -0.00818505510687828, 0.15272291004657745, 0.07693654298782349, -0.063079334795475, 0.08864854276180267, 0.029026398435235023, -0.03085992857813835, -0.03697846829891205, 0.023708388209342957, -0.04416907578706741, 0.007409791462123394, 0.03054395690560341, 0.014670650474727154, -0.02442341484129429, -0.049647290259599686, -0.010340441949665546, -0.06781325489282608, 0.04104737937450409, 0.057859644293785095, -0.04104405641555786, 0.04020391404628754, -0.02275707945227623, -0.011703992262482643, 0.0123424232006073, 0.004153105895966291, -0.15795376896858215, -0.18091242015361786, 0.06714208424091339, -0.09174026548862457, 0.09236063063144684, 0.019787929952144623, -0.002985976170748472, 0.0033449847251176834, -0.02959994599223137, 0.018324024975299835, -0.033847540616989136, -0.01944679766893387, -0.0005800747312605381, -0.12241069227457047, -0.011227240785956383, -0.06258200854063034, 0.03462023288011551, -0.10947856307029724, 0.011536387726664543, 0.08406680822372437, 0.10256481915712357, 0.06799635291099548, -0.03563873469829559, 0.002566535724326968, 0.04882824420928955, -0.03240325301885605, -0.030739665031433105, 0.009596975520253181, 0.0029943156987428665, -0.035820141434669495, 0.08949334174394608, -0.10051208734512329, -0.14232614636421204, 0.03430940955877304, 0.07200704514980316, -0.0470770001411438, -0.058873020112514496, -0.04616568237543106, -0.024942751973867416, -0.10202760994434357, -0.10541287064552307, 0.16075178980827332, 0.06029979884624481, 0.029797479510307312, -0.0906134694814682, -0.08986182510852814, -0.03745289519429207, -0.0014223605394363403, -0.046642377972602844, 0.06442070007324219, -0.00883553922176361, -0.10616181790828705, 0.1054430678486824, 0.02052619680762291, 0.01708992011845112, 0.16142654418945312, -0.025847557932138443, -0.035574350506067276, -0.04238249734044075, 0.05001723766326904, 0.007655748166143894, 0.08730196952819824, -0.0003598500043153763, 0.018553543835878372, 0.026453934609889984, 0.06464611738920212, 0.03133620321750641, -0.08821597695350647, 0.04717985913157463, -0.007803925313055515, -0.04433822259306908, 0.017835017293691635, -0.02323223650455475, 0.03605661913752556, 0.08227747678756714, 0.014672724530100822, 0.06657949090003967, 0.01984260417521, -0.06667881458997726, -0.09886860847473145, 0.13191235065460205, -0.14860183000564575, -0.26173579692840576, -0.14401856064796448, -0.03197750821709633, -0.11499633640050888, -0.00703902542591095, 0.022319063544273376, -0.015033237636089325, -0.03202572092413902, -0.09519018232822418, 0.14474447071552277, -0.0034174364991486073, -0.088229238986969, -0.09018747508525848, 0.02669738233089447, 0.011049710214138031, -0.11218827217817307, 0.01097166258841753, -0.0020205145701766014, -0.03068905510008335, 0.009558962658047676, 0.011525988578796387, 0.05912114679813385, 0.05729006603360176, 0.06604206562042236, -0.04722064733505249, -0.05356782302260399, 0.12719619274139404, -0.08663475513458252, 0.12694981694221497, 0.07957688719034195, -0.051324062049388885, 0.06967079639434814, 0.16519135236740112, 0.02484070509672165, -0.03354290500283241, 0.026008035987615585, 0.05288144201040268, -0.034056082367897034, -0.2566292881965637, -0.08996684849262238, -0.07891982793807983, 0.00948407594114542, 0.04846461862325668, 0.05187768489122391, -0.01481607649475336, 0.013356635347008705, -0.06148754060268402, 0.03172857686877251, 0.056299176067113876, 0.06049223616719246, 0.14808320999145508, -0.013277873396873474, 0.060660719871520996, -0.06174365431070328, -0.017633512616157532, 0.09066258370876312, 0.09011077880859375, 0.23693589866161346, -0.0373038686811924, 0.17863398790359497, 0.06818877160549164, 0.01811852678656578, 0.0076871151104569435, 0.02895360440015793, -0.016542870551347733, 0.03823627158999443, -0.03145346790552139, -0.06474798917770386, -0.0011048070155084133, 0.06012933328747749, 0.06985140591859818, -0.03888111561536789, 0.03889934718608856, -0.05124332383275032, 0.08571641147136688, 0.15454784035682678, 0.024976778775453568, -0.07539406418800354, -0.0292712040245533, 0.06774252653121948, -0.037470560520887375, -0.06445655226707458, -0.0006889551877975464, 0.15144509077072144, -0.1104813814163208, 0.06260791420936584, -0.030404621735215187, 0.08031220734119415, -0.11808055639266968, -0.0069006746634840965, -0.01578942872583866, 0.09287126362323761, -0.020065341144800186, 0.07252779603004456, -0.1788921058177948, 0.12100639939308167, 0.005631197709590197, 0.03765329346060753, -0.040576107800006866, 0.06785127520561218, -0.008774323388934135, -0.016445240005850792, 0.1156245768070221, 0.01635477878153324, -0.09879584610462189, 0.0020190230570733547, -0.03960096091032028, 0.03457524627447128, 0.1060868501663208, -0.05947258695960045, 0.06610667705535889, 0.0013555975165218115, 0.02701399475336075, -0.009852622635662556, 0.013571210205554962, -0.07876527309417725, -0.21541929244995117, 0.04078326001763344, -0.059485405683517456, -0.022966094315052032, -0.0668177455663681, -0.0030831871554255486, -0.004745818674564362, 0.13379478454589844, -0.12389382719993591, -0.06242426484823227, -0.1154426857829094, -0.022665610536932945, 0.11902771890163422, -0.07255367189645767, -0.01281573623418808, -0.03799983859062195, 0.14829769730567932, -0.0685022622346878, -0.04738711938261986, 0.028228655457496643, -0.05022663623094559, -0.12597525119781494, -0.06980013847351074, 0.14030984044075012, 0.0652700811624527, 0.0286188255995512, -0.008015356957912445, 0.06630116701126099, 0.020001325756311417, -0.11941243708133698, 0.004628953989595175, 0.09959673136472702, -0.025405414402484894, 0.13351376354694366, -0.07585540413856506, -0.06960248947143555, -0.08945083618164062, -0.03286656737327576, 0.15000861883163452, 0.11450078338384628, -0.051301274448633194, 0.12003635615110397, 0.12494207918643951, -0.13525493443012238, -0.21044299006462097, -0.015671227127313614, 0.06340952217578888, 0.007415983360260725, -0.005117935128509998, -0.1999383568763733, 0.07944919168949127, 0.12423472106456757, 0.010466283187270164, 0.00505027174949646, -0.16905175149440765, -0.09825799614191055, -0.017769373953342438, 0.009863585233688354, -0.12732426822185516, -0.10160021483898163, -0.06639471650123596, -0.025043398141860962, -0.012387190014123917, 0.17681774497032166, -0.046456560492515564, 0.04016087204217911, 0.0021704065147787333, 0.0205090269446373, 0.012216506525874138, -0.014528993517160416, 0.11950768530368805, 0.03722892329096794, 0.04881209880113602, -0.05040673539042473, -0.03317596763372421, 0.09014277160167694, -0.04856691509485245, 0.0820196270942688, -0.04339763894677162, 0.006238278932869434, -0.09081776440143585, -0.022608928382396698, -0.07063531875610352, 0.053668685257434845, -0.07088205218315125, -0.05095808953046799, -0.10907886177301407, 0.07110404968261719, 0.03570821136236191, -0.007021099328994751, 0.12770915031433105, -0.04797162115573883, 0.0736391693353653, 0.07987704873085022, 0.12677887082099915, 0.056930892169475555, -0.13286928832530975, -0.016859810799360275, 0.0010161306709051132, 0.019633429124951363, -0.13031724095344543, 0.038375820964574814, 0.08869920670986176, 0.01013063732534647, 0.16579371690750122, 0.006570644676685333, -0.151554673910141, 0.01726820319890976, 0.06075888127088547, -0.052723295986652374, -0.19846370816230774, 0.0031532051507383585, -0.0028774363454431295, -0.13966767489910126, -0.031707268208265305, 0.12458091974258423, 0.012722457759082317, -0.002311617136001587, -0.00757634500041604, 0.08635866641998291, 0.0043722763657569885, 0.07317497581243515, 0.029868751764297485, 0.045510388910770416, -0.05316061154007912, 0.08926651626825333, 0.12253968417644501, -0.040623150765895844, -0.002487506717443466, 0.15707169473171234, -0.04924185574054718, -0.05606074631214142, -0.05559409782290459, 0.0335862822830677, 0.019964657723903656, -0.029684197157621384, -0.014833733439445496, -0.14942723512649536, 0.03086918406188488, 0.1081310361623764, -0.008887729607522488, 0.06882529705762863, -0.02358929067850113, -0.02214430831372738, -0.016264228150248528, 0.09852437674999237, -0.03682564198970795, 0.06426326930522919, -0.02624407783150673, 0.00845874659717083, 0.030514776706695557, -0.004153135232627392, 0.017419524490833282, -0.06086478382349014, -0.09437030553817749, -0.009613149799406528, -0.10069956630468369, 0.02968129888176918, -0.050777435302734375, 0.010471412912011147, 0.010856958106160164, -0.010875580832362175, 0.01835324987769127, 0.020656690001487732, -0.024253500625491142, -0.030641496181488037, -0.03478362411260605, 0.1017095223069191, -0.1351180076599121, 0.012377122417092323, 0.058637529611587524, -0.07034751772880554, 0.1019420251250267, -0.04314616695046425, -0.027369365096092224, 0.03987155482172966, -0.11567611992359161, 0.012976396828889847, -0.020404400303959846, 0.06764140725135803, 0.00775454705581069, -0.12314554303884506, -0.005587262101471424, 0.033523865044116974, -0.01589782163500786, 0.019498776644468307, -0.016221247613430023, -0.10114742070436478, 0.11705462634563446, 0.002310696989297867, -0.0805034264922142, -0.058636829257011414, 0.03975483030080795, -0.0034898370504379272, 0.07196309417486191, 0.11194214224815369, -0.03761328011751175, 0.0780804306268692, -0.12236656248569489, -0.026589494198560715, 0.04398218169808388, -0.029291102662682533, 0.04790767282247543, -0.029258785769343376, 0.03236221894621849, 0.009944954887032509, 0.18095649778842926, -0.010366800241172314, -0.04879323020577431, 0.037458840757608414, -0.017454789951443672, -0.07962781935930252, 0.045937903225421906, -0.0011628707870841026, -0.013215265236794949, -0.03428400680422783, -0.01704876683652401, -0.06699609756469727, -0.049541786313056946, -0.016529981046915054, 0.12845370173454285, 0.15244202315807343, 0.13687558472156525, -0.013768620789051056, 0.1359347403049469, -0.04544927179813385, 0.0019500739872455597, 0.04678411781787872, 0.007049071602523327, 0.02704526111483574, -0.04067347198724747, 0.04010922089219093, 0.06731197237968445, -0.14004641771316528, 0.11874662339687347, 0.010261496528983116, -0.08004140853881836, -0.03172764927148819, -0.15526971220970154, -0.04676937311887741, -0.002899779938161373, -0.021735303103923798, -0.1335807591676712, 0.00953262485563755, 0.08966574817895889, 0.014210795983672142, -0.010498899035155773, 0.05686488747596741, -0.01747753843665123, -0.09199454635381699, 0.06083757057785988, 0.021216798573732376, 0.04816422611474991, 0.053317371755838394, 0.04107052460312843, -0.004940072074532509, 0.0731780081987381, 0.05805392563343048, 0.07847194373607635, 0.06665687263011932, -0.010063768364489079, -0.0702928900718689, -0.03147852048277855, 0.023991385474801064, -0.0054212287068367004, -0.05211656540632248, 0.16845625638961792, 0.07752925157546997, -0.046478576958179474, 0.034093227237463, 0.13190516829490662, 0.0020899949595332146, -0.1348169893026352, -0.148128479719162, 0.137451633810997, -0.03557911142706871, 0.011185692623257637, 0.006121872924268246, -0.10101527720689774, -0.010050050914287567, 0.08425198495388031, 0.2028140425682068, -0.008652858436107635, 0.010856462642550468, 0.016843989491462708, 0.014301597140729427, 0.012178598903119564, 0.0958186686038971, 0.024273602291941643, 0.28607797622680664, 0.005851503927260637, 0.06655684858560562, -0.02365287020802498, -0.020182199776172638, -0.039936188608407974, 0.0769757628440857, -0.02791404351592064, 0.0026520593091845512, -0.09148947894573212, 0.09405910968780518, -0.048172302544116974, -0.19084760546684265, -0.008594589307904243, -0.07836756110191345, -0.0962970107793808, -0.011487211100757122, 0.03386823460459709, -0.044430073350667953, 0.03391071781516075, 0.04683525115251541, -0.03571097552776337, 0.11280278861522675, 0.00101407989859581, -0.04880340397357941, -0.007712899707257748, 0.09055161476135254, -0.08306431770324707, 0.12762176990509033, 0.0007430929690599442, 0.0966196060180664, 0.09314349293708801, -0.01258854940533638, -0.08855569362640381, 0.06381118297576904, 0.03258421644568443, 0.006696145981550217, 0.005616522394120693, 0.10473106056451797, 0.01684369146823883, 0.14377948641777039, 0.10330618917942047, 0.03383147716522217, 0.06006094813346863, 0.06459692120552063, -0.04859849810600281, -0.09393177926540375, 0.04080961272120476, -0.11583491414785385, 0.1092393547296524, 0.16040757298469543, -0.002773994579911232, 0.006116067059338093, -0.043641917407512665, -0.016699744388461113, -0.02212686650454998, 0.14121246337890625, -0.02397150918841362, -0.1151217445731163, 0.0023560761474072933, 0.027154557406902313, 0.06358185410499573, -0.18304452300071716, -0.08692475408315659, 0.04069191962480545, -0.016931472346186638, 0.007165355607867241, 0.09171828627586365, 0.07062935829162598, 0.01536807231605053, -0.043592002242803574, -0.0955057144165039, -0.00421777693554759, 0.0752468854188919, -0.010203959420323372, -0.015420615673065186 ]
7c33dc45cf531b7e99460545fc79964394b30ba7
# Dataset Card for "eraser_multi_rc" ## 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://cogcomp.org/multirc/ - **Repository:** https://github.com/CogComp/multirc - **Paper:** [Looking Beyond the Surface: A Challenge Set for Reading Comprehension over Multiple Sentences](https://cogcomp.seas.upenn.edu/page/publication_view/833) - **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.67 MB - **Size of the generated dataset:** 63.65 MB - **Total amount of disk used:** 65.32 MB ### Dataset Summary MultiRC (Multi-Sentence Reading Comprehension) is a dataset of short paragraphs and multi-sentence questions that can be answered from the content of the paragraph. We have designed the dataset with three key challenges in mind: - The number of correct answer-options for each question is not pre-specified. This removes the over-reliance of current approaches on answer-options and forces them to decide on the correctness of each candidate answer independently of others. In other words, unlike previous work, the task here is not to simply identify the best answer-option, but to evaluate the correctness of each answer-option individually. - The correct answer(s) is not required to be a span in the text. - The paragraphs in our dataset have diverse provenance by being extracted from 7 different domains such as news, fiction, historical text etc., and hence are expected to be more diverse in their contents as compared to single-domain datasets. The goal of this dataset is to encourage the research community to explore approaches that can do more than sophisticated lexical-level matching. ### 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:** 1.67 MB - **Size of the generated dataset:** 63.65 MB - **Total amount of disk used:** 65.32 MB An example of 'validation' looks as follows. ``` This example was too long and was cropped: { "evidences": "[\"Allan sat down at his desk and pulled the chair in close .\", \"Opening a side drawer , he took out a piece of paper and his ink...", "label": 0, "passage": "\"Allan sat down at his desk and pulled the chair in close .\\nOpening a side drawer , he took out a piece of paper and his inkpot...", "query_and_answer": "Name few objects said to be in or on Allan 's desk || Eraser" } ``` ### Data Fields The data fields are the same among all splits. #### default - `passage`: a `string` feature. - `query_and_answer`: a `string` feature. - `label`: a classification label, with possible values including `False` (0), `True` (1). - `evidences`: a `list` of `string` features. ### Data Splits | name |train|validation|test| |-------|----:|---------:|---:| |default|24029| 3214|4848| ## 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://github.com/CogComp/multirc/blob/master/LICENSE Research and Academic Use License Cognitive Computation Group University of Illinois at Urbana-Champaign Downloading software implies that you accept the following license terms: Under this Agreement, The Board of Trustees of the University of Illinois ("University"), a body corporate and politic of the State of Illinois with its principal offices at 506 South Wright Street, Urbana, Illinois 61801, U.S.A., on behalf of its Department of Computer Science on the Urbana-Champaign Campus, provides the software ("Software") described in Appendix A, attached hereto and incorporated herein, to the Licensee identified below ("Licensee") subject to the following conditions: 1. Upon execution of this Agreement by Licensee below, the University grants, and Licensee accepts, a roylaty-free, non-exclusive license: A. To use unlimited copies of the Software for its own academic and research purposes. B. To make derivative works. However, if Licensee distributes any derivative work based on or derived from the Software (with such distribution limited to binary form only), then Licensee will (1) notify the University (c/o Professor Dan Roth, e-mail: danr@cs.uiuc.edu) regarding its distribution of the derivative work and provide a copy if requested, and (2) clearly notify users that such derivative work is a modified version and not the original Software distributed by the University. C. To redistribute (sublicense) derivative works based on the Software in binary form only to third parties provided that (1) the copyright notice and any accompanying legends or proprietary notices are reproduced on all copies, (2) no royalty is charged for such copies, and (3) third parties are restricted to using the derivative work for academic and research purposes only, without further sublicensing rights. No license is granted herein that would permit Licensee to incorporate the Software into a commercial product, or to otherwise commercially exploit the Software. Should Licensee wish to make commercial use of the Software, Licensee should contact the University, c/o the Office of Technology Management ("OTM") to negotiate an appropriate license for such commercial use. To contact the OTM: otmmailaccount@ad.uiuc.edu; telephone: (217)333-3781; fax: (217) 265-5530. 2. THE UNIVERSITY GIVES NO WARRANTIES, EITHER EXPRESSED OR IMPLIED, FOR THE SOFTWARE AND/OR ASSOCIATED MATERIALS PROVIDED UNDER THIS AGREEMENT, INCLUDING, WITHOUT LIMITATION, WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, AND ANY WARRANTY AGAINST INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS. 3. Licensee understands the Software is a research tool for which no warranties as to capabilities or accuracy are made, and Licensee accepts the Software on an "as is, with all defects" basis, without maintenance, debugging , support or improvement. Licensee assumes the entire risk as to the results and performance of the Software and/or associated materials. Licensee agrees that University shall not be held liable for any direct, indirect, consequential, or incidental damages with respect to any claim by Licensee or any third party on account of or arising from this Agreement or use of the Software and/or associated materials. 4. Licensee understands the Software is proprietary to the University. Licensee will take all reasonable steps to insure that the source code is protected and secured from unauthorized disclosure, use, or release and will treat it with at least the same level of care as Licensee would use to protect and secure its own proprietary computer programs and/or information, but using no less than reasonable care. 5. In the event that Licensee shall be in default in the performance of any material obligations under this Agreement, and if the default has not been remedied within sixty (60) days after the date of notice in writing of such default, University may terminate this Agreement by written notice. In the event of termination, Licensee shall promptly return to University the original and any copies of licensed Software in Licensee's possession. In the event of any termination of this Agreement, any and all sublicenses granted by Licensee to third parties pursuant to this Agreement (as permitted by this Agreement) prior to the date of such termination shall nevertheless remain in full force and effect. 6. The Software was developed, in part, with support from the National Science Foundation, and the Federal Government has certain license rights in the Software. 7. This Agreement shall be construed and interpreted in accordance with the laws of the State of Illinois, U.S.A.. 8. This Agreement shall be subject to all United States Government laws and regulations now and hereafter applicable to the subject matter of this Agreement, including specifically the Export Law provisions of the Departments of Commerce and State. Licensee will not export or re-export the Software without the appropriate United States or foreign government license. By its registration below, Licensee confirms that it understands the terms and conditions of this Agreement, and agrees to be bound by them. This Agreement shall become effective as of the date of execution by Licensee. ### Citation Information ``` @unpublished{eraser2019, title = {ERASER: A Benchmark to Evaluate Rationalized NLP Models}, author = {Jay DeYoung and Sarthak Jain and Nazneen Fatema Rajani and Eric Lehman and Caiming Xiong and Richard Socher and Byron C. Wallace} } @inproceedings{MultiRC2018, author = {Daniel Khashabi and Snigdha Chaturvedi and Michael Roth and Shyam Upadhyay and Dan Roth}, title = {Looking Beyond the Surface:A Challenge Set for Reading Comprehension over Multiple Sentences}, booktitle = {Proceedings of North American Chapter of the Association for Computational Linguistics (NAACL)}, year = {2018} } ``` ### Contributions Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
eraser_multi_rc
[ "task_categories:multiple-choice", "task_ids:multiple-choice-qa", "annotations_creators:crowdsourced", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:other", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced"], "language_creators": ["found"], "language": ["en"], "license": ["other"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["multiple-choice"], "task_ids": ["multiple-choice-qa"], "pretty_name": "Eraser MultiRC (Multi-Sentence Reading Comprehension)", "dataset_info": {"features": [{"name": "passage", "dtype": "string"}, {"name": "query_and_answer", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "False", "1": "True"}}}}, {"name": "evidences", "sequence": "string"}], "splits": [{"name": "test", "num_bytes": 9194475, "num_examples": 4848}, {"name": "train", "num_bytes": 47922877, "num_examples": 24029}, {"name": "validation", "num_bytes": 6529020, "num_examples": 3214}], "download_size": 1667550, "dataset_size": 63646372}}
2024-01-18T11:03:17+00:00
[]
[ "en" ]
TAGS #task_categories-multiple-choice #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-other #region-us
Dataset Card for "eraser\_multi\_rc" ==================================== 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: Looking Beyond the Surface: A Challenge Set for Reading Comprehension over Multiple Sentences * Point of Contact: * Size of downloaded dataset files: 1.67 MB * Size of the generated dataset: 63.65 MB * Total amount of disk used: 65.32 MB ### Dataset Summary MultiRC (Multi-Sentence Reading Comprehension) is a dataset of short paragraphs and multi-sentence questions that can be answered from the content of the paragraph. We have designed the dataset with three key challenges in mind: * The number of correct answer-options for each question is not pre-specified. This removes the over-reliance of current approaches on answer-options and forces them to decide on the correctness of each candidate answer independently of others. In other words, unlike previous work, the task here is not to simply identify the best answer-option, but to evaluate the correctness of each answer-option individually. * The correct answer(s) is not required to be a span in the text. * The paragraphs in our dataset have diverse provenance by being extracted from 7 different domains such as news, fiction, historical text etc., and hence are expected to be more diverse in their contents as compared to single-domain datasets. The goal of this dataset is to encourage the research community to explore approaches that can do more than sophisticated lexical-level matching. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### default * Size of downloaded dataset files: 1.67 MB * Size of the generated dataset: 63.65 MB * Total amount of disk used: 65.32 MB An example of 'validation' looks as follows. ### Data Fields The data fields are the same among all splits. #### default * 'passage': a 'string' feature. * 'query\_and\_answer': a 'string' feature. * 'label': a classification label, with possible values including 'False' (0), 'True' (1). * 'evidences': a 'list' 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 URL Research and Academic Use License Cognitive Computation Group University of Illinois at Urbana-Champaign Downloading software implies that you accept the following license terms: Under this Agreement, The Board of Trustees of the University of Illinois ("University"), a body corporate and politic of the State of Illinois with its principal offices at 506 South Wright Street, Urbana, Illinois 61801, U.S.A., on behalf of its Department of Computer Science on the Urbana-Champaign Campus, provides the software ("Software") described in Appendix A, attached hereto and incorporated herein, to the Licensee identified below ("Licensee") subject to the following conditions: ``` 1. Upon execution of this Agreement by Licensee below, the University grants, and Licensee accepts, a roylaty-free, non-exclusive license: A. To use unlimited copies of the Software for its own academic and research purposes. B. To make derivative works. However, if Licensee distributes any derivative work based on or derived from the Software (with such distribution limited to binary form only), then Licensee will (1) notify the University (c/o Professor Dan Roth, e-mail: danr@URL) regarding its distribution of the derivative work and provide a copy if requested, and (2) clearly notify users that such derivative work is a modified version and not the original Software distributed by the University. C. To redistribute (sublicense) derivative works based on the Software in binary form only to third parties provided that (1) the copyright notice and any accompanying legends or proprietary notices are reproduced on all copies, (2) no royalty is charged for such copies, and (3) third parties are restricted to using the derivative work for academic and research purposes only, without further sublicensing rights. No license is granted herein that would permit Licensee to incorporate the Software into a commercial product, or to otherwise commercially exploit the Software. Should Licensee wish to make commercial use of the Software, Licensee should contact the University, c/o the Office of Technology Management ("OTM") to negotiate an appropriate license for such commercial use. To contact the OTM: otmmailaccount@URL; telephone: (217)333-3781; fax: (217) 265-5530. 2. THE UNIVERSITY GIVES NO WARRANTIES, EITHER EXPRESSED OR IMPLIED, FOR THE SOFTWARE AND/OR ASSOCIATED MATERIALS PROVIDED UNDER THIS AGREEMENT, INCLUDING, WITHOUT LIMITATION, WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, AND ANY WARRANTY AGAINST INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS. 3. Licensee understands the Software is a research tool for which no warranties as to capabilities or accuracy are made, and Licensee accepts the Software on an "as is, with all defects" basis, without maintenance, debugging , support or improvement. Licensee assumes the entire risk as to the results and performance of the Software and/or associated materials. Licensee agrees that University shall not be held liable for any direct, indirect, consequential, or incidental damages with respect to any claim by Licensee or any third party on account of or arising from this Agreement or use of the Software and/or associated materials. 4. Licensee understands the Software is proprietary to the University. Licensee will take all reasonable steps to insure that the source code is protected and secured from unauthorized disclosure, use, or release and will treat it with at least the same level of care as Licensee would use to protect and secure its own proprietary computer programs and/or information, but using no less than reasonable care. 5. In the event that Licensee shall be in default in the performance of any material obligations under this Agreement, and if the default has not been remedied within sixty (60) days after the date of notice in writing of such default, University may terminate this Agreement by written notice. In the event of termination, Licensee shall promptly return to University the original and any copies of licensed Software in Licensee's possession. In the event of any termination of this Agreement, any and all sublicenses granted by Licensee to third parties pursuant to this Agreement (as permitted by this Agreement) prior to the date of such termination shall nevertheless remain in full force and effect. 6. The Software was developed, in part, with support from the National Science Foundation, and the Federal Government has certain license rights in the Software. 7. This Agreement shall be construed and interpreted in accordance with the laws of the State of Illinois, U.S.A.. 8. This Agreement shall be subject to all United States Government laws and regulations now and hereafter applicable to the subject matter of this Agreement, including specifically the Export Law provisions of the Departments of Commerce and State. Licensee will not export or re-export the Software without the appropriate United States or foreign government license. ``` By its registration below, Licensee confirms that it understands the terms and conditions of this Agreement, and agrees to be bound by them. This Agreement shall become effective as of the date of execution by Licensee. ### Contributions Thanks to @lewtun, @patrickvonplaten, @thomwolf for adding this dataset.
[ "### Dataset Summary\n\n\nMultiRC (Multi-Sentence Reading Comprehension) is a dataset of short paragraphs and multi-sentence questions that can be answered from the content of the paragraph.\n\n\nWe have designed the dataset with three key challenges in mind:\n\n\n* The number of correct answer-options for each question is not pre-specified. This removes the over-reliance of current approaches on answer-options and forces them to decide on the correctness of each candidate answer independently of others. In other words, unlike previous work, the task here is not to simply identify the best answer-option, but to evaluate the correctness of each answer-option individually.\n* The correct answer(s) is not required to be a span in the text.\n* The paragraphs in our dataset have diverse provenance by being extracted from 7 different domains such as news, fiction, historical text etc., and hence are expected to be more diverse in their contents as compared to single-domain datasets.\n\n\nThe goal of this dataset is to encourage the research community to explore approaches that can do more than sophisticated lexical-level matching.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 1.67 MB\n* Size of the generated dataset: 63.65 MB\n* Total amount of disk used: 65.32 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* 'passage': a 'string' feature.\n* 'query\\_and\\_answer': a 'string' feature.\n* 'label': a classification label, with possible values including 'False' (0), 'True' (1).\n* 'evidences': a 'list' 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\n\n\nURL\n\n\nResearch and Academic Use License\nCognitive Computation Group\nUniversity of Illinois at Urbana-Champaign\n\n\nDownloading software implies that you accept the following license terms:\n\n\nUnder this Agreement, The Board of Trustees of the University of Illinois (\"University\"), a body corporate and politic of the State of Illinois with its principal offices at 506 South Wright Street, Urbana, Illinois 61801, U.S.A., on behalf of its Department of Computer Science on the Urbana-Champaign Campus, provides the software (\"Software\") described in Appendix A, attached hereto and incorporated herein, to the Licensee identified below (\"Licensee\") subject to the following conditions:\n\n\n\n```\n1. Upon execution of this Agreement by Licensee below, the University grants, and Licensee accepts, a roylaty-free, non-exclusive license:\n\tA. To use unlimited copies of the Software for its own academic and research purposes.\n\tB. To make derivative works. However, if Licensee distributes any derivative work based on or derived from the Software (with such distribution limited to binary form only), then Licensee will (1) notify the University (c/o Professor Dan Roth, e-mail: danr@URL) regarding its distribution of the derivative work and provide a copy if requested, and (2) clearly notify users that such derivative work is a modified version and not the original Software distributed by the University.\n\tC. To redistribute (sublicense) derivative works based on the Software in binary form only to third parties provided that (1) the copyright notice and any accompanying legends or proprietary notices are reproduced on all copies, (2) no royalty is charged for such copies, and (3) third parties are restricted to using the derivative work for academic and research purposes only, without further sublicensing rights.\nNo license is granted herein that would permit Licensee to incorporate the Software into a commercial product, or to otherwise commercially exploit the Software. Should Licensee wish to make commercial use of the Software, Licensee should contact the University, c/o the Office of Technology Management (\"OTM\") to negotiate an appropriate license for such commercial use. To contact the OTM: otmmailaccount@URL; telephone: (217)333-3781; fax: (217) 265-5530.\n2. THE UNIVERSITY GIVES NO WARRANTIES, EITHER EXPRESSED OR IMPLIED, FOR THE SOFTWARE AND/OR ASSOCIATED MATERIALS PROVIDED UNDER THIS AGREEMENT, INCLUDING, WITHOUT LIMITATION, WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, AND ANY WARRANTY AGAINST INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS.\n3. Licensee understands the Software is a research tool for which no warranties as to capabilities or accuracy are made, and Licensee accepts the Software on an \"as is, with all defects\" basis, without maintenance, debugging , support or improvement. Licensee assumes the entire risk as to the results and performance of the Software and/or associated materials. Licensee agrees that University shall not be held liable for any direct, indirect, consequential, or incidental damages with respect to any claim by Licensee or any third party on account of or arising from this Agreement or use of the Software and/or associated materials.\n4. Licensee understands the Software is proprietary to the University. Licensee will take all reasonable steps to insure that the source code is protected and secured from unauthorized disclosure, use, or release and will treat it with at least the same level of care as Licensee would use to protect and secure its own proprietary computer programs and/or information, but using no less than reasonable care.\n5. In the event that Licensee shall be in default in the performance of any material obligations under this Agreement, and if the default has not been remedied within sixty (60) days after the date of notice in writing of such default, University may terminate this Agreement by written notice. In the event of termination, Licensee shall promptly return to University the original and any copies of licensed Software in Licensee's possession. In the event of any termination of this Agreement, any and all sublicenses granted by Licensee to third parties pursuant to this Agreement (as permitted by this Agreement) prior to the date of such termination shall nevertheless remain in full force and effect.\n6. The Software was developed, in part, with support from the National Science Foundation, and the Federal Government has certain license rights in the Software.\n7. This Agreement shall be construed and interpreted in accordance with the laws of the State of Illinois, U.S.A..\n8. This Agreement shall be subject to all United States Government laws and regulations now and hereafter applicable to the subject matter of this Agreement, including specifically the Export Law provisions of the Departments of Commerce and State. Licensee will not export or re-export the Software without the appropriate United States or foreign government license.\n\n```\n\nBy its registration below, Licensee confirms that it understands the terms and conditions of this Agreement, and agrees to be bound by them. This Agreement shall become effective as of the date of execution by Licensee.", "### Contributions\n\n\nThanks to @lewtun, @patrickvonplaten, @thomwolf 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-10K<n<100K #source_datasets-original #language-English #license-other #region-us \n", "### Dataset Summary\n\n\nMultiRC (Multi-Sentence Reading Comprehension) is a dataset of short paragraphs and multi-sentence questions that can be answered from the content of the paragraph.\n\n\nWe have designed the dataset with three key challenges in mind:\n\n\n* The number of correct answer-options for each question is not pre-specified. This removes the over-reliance of current approaches on answer-options and forces them to decide on the correctness of each candidate answer independently of others. In other words, unlike previous work, the task here is not to simply identify the best answer-option, but to evaluate the correctness of each answer-option individually.\n* The correct answer(s) is not required to be a span in the text.\n* The paragraphs in our dataset have diverse provenance by being extracted from 7 different domains such as news, fiction, historical text etc., and hence are expected to be more diverse in their contents as compared to single-domain datasets.\n\n\nThe goal of this dataset is to encourage the research community to explore approaches that can do more than sophisticated lexical-level matching.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### default\n\n\n* Size of downloaded dataset files: 1.67 MB\n* Size of the generated dataset: 63.65 MB\n* Total amount of disk used: 65.32 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* 'passage': a 'string' feature.\n* 'query\\_and\\_answer': a 'string' feature.\n* 'label': a classification label, with possible values including 'False' (0), 'True' (1).\n* 'evidences': a 'list' 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\n\n\nURL\n\n\nResearch and Academic Use License\nCognitive Computation Group\nUniversity of Illinois at Urbana-Champaign\n\n\nDownloading software implies that you accept the following license terms:\n\n\nUnder this Agreement, The Board of Trustees of the University of Illinois (\"University\"), a body corporate and politic of the State of Illinois with its principal offices at 506 South Wright Street, Urbana, Illinois 61801, U.S.A., on behalf of its Department of Computer Science on the Urbana-Champaign Campus, provides the software (\"Software\") described in Appendix A, attached hereto and incorporated herein, to the Licensee identified below (\"Licensee\") subject to the following conditions:\n\n\n\n```\n1. Upon execution of this Agreement by Licensee below, the University grants, and Licensee accepts, a roylaty-free, non-exclusive license:\n\tA. To use unlimited copies of the Software for its own academic and research purposes.\n\tB. To make derivative works. However, if Licensee distributes any derivative work based on or derived from the Software (with such distribution limited to binary form only), then Licensee will (1) notify the University (c/o Professor Dan Roth, e-mail: danr@URL) regarding its distribution of the derivative work and provide a copy if requested, and (2) clearly notify users that such derivative work is a modified version and not the original Software distributed by the University.\n\tC. To redistribute (sublicense) derivative works based on the Software in binary form only to third parties provided that (1) the copyright notice and any accompanying legends or proprietary notices are reproduced on all copies, (2) no royalty is charged for such copies, and (3) third parties are restricted to using the derivative work for academic and research purposes only, without further sublicensing rights.\nNo license is granted herein that would permit Licensee to incorporate the Software into a commercial product, or to otherwise commercially exploit the Software. Should Licensee wish to make commercial use of the Software, Licensee should contact the University, c/o the Office of Technology Management (\"OTM\") to negotiate an appropriate license for such commercial use. To contact the OTM: otmmailaccount@URL; telephone: (217)333-3781; fax: (217) 265-5530.\n2. THE UNIVERSITY GIVES NO WARRANTIES, EITHER EXPRESSED OR IMPLIED, FOR THE SOFTWARE AND/OR ASSOCIATED MATERIALS PROVIDED UNDER THIS AGREEMENT, INCLUDING, WITHOUT LIMITATION, WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, AND ANY WARRANTY AGAINST INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS.\n3. Licensee understands the Software is a research tool for which no warranties as to capabilities or accuracy are made, and Licensee accepts the Software on an \"as is, with all defects\" basis, without maintenance, debugging , support or improvement. Licensee assumes the entire risk as to the results and performance of the Software and/or associated materials. Licensee agrees that University shall not be held liable for any direct, indirect, consequential, or incidental damages with respect to any claim by Licensee or any third party on account of or arising from this Agreement or use of the Software and/or associated materials.\n4. Licensee understands the Software is proprietary to the University. Licensee will take all reasonable steps to insure that the source code is protected and secured from unauthorized disclosure, use, or release and will treat it with at least the same level of care as Licensee would use to protect and secure its own proprietary computer programs and/or information, but using no less than reasonable care.\n5. In the event that Licensee shall be in default in the performance of any material obligations under this Agreement, and if the default has not been remedied within sixty (60) days after the date of notice in writing of such default, University may terminate this Agreement by written notice. In the event of termination, Licensee shall promptly return to University the original and any copies of licensed Software in Licensee's possession. In the event of any termination of this Agreement, any and all sublicenses granted by Licensee to third parties pursuant to this Agreement (as permitted by this Agreement) prior to the date of such termination shall nevertheless remain in full force and effect.\n6. The Software was developed, in part, with support from the National Science Foundation, and the Federal Government has certain license rights in the Software.\n7. This Agreement shall be construed and interpreted in accordance with the laws of the State of Illinois, U.S.A..\n8. This Agreement shall be subject to all United States Government laws and regulations now and hereafter applicable to the subject matter of this Agreement, including specifically the Export Law provisions of the Departments of Commerce and State. Licensee will not export or re-export the Software without the appropriate United States or foreign government license.\n\n```\n\nBy its registration below, Licensee confirms that it understands the terms and conditions of this Agreement, and agrees to be bound by them. This Agreement shall become effective as of the date of execution by Licensee.", "### Contributions\n\n\nThanks to @lewtun, @patrickvonplaten, @thomwolf for adding this dataset." ]
[ 89, 257, 10, 11, 6, 52, 17, 78, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 1183, 28 ]
[ "passage: TAGS\n#task_categories-multiple-choice #task_ids-multiple-choice-qa #annotations_creators-crowdsourced #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-other #region-us \n### Dataset Summary\n\n\nMultiRC (Multi-Sentence Reading Comprehension) is a dataset of short paragraphs and multi-sentence questions that can be answered from the content of the paragraph.\n\n\nWe have designed the dataset with three key challenges in mind:\n\n\n* The number of correct answer-options for each question is not pre-specified. This removes the over-reliance of current approaches on answer-options and forces them to decide on the correctness of each candidate answer independently of others. In other words, unlike previous work, the task here is not to simply identify the best answer-option, but to evaluate the correctness of each answer-option individually.\n* The correct answer(s) is not required to be a span in the text.\n* The paragraphs in our dataset have diverse provenance by being extracted from 7 different domains such as news, fiction, historical text etc., and hence are expected to be more diverse in their contents as compared to single-domain datasets.\n\n\nThe goal of this dataset is to encourage the research community to explore approaches that can do more than sophisticated lexical-level matching.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### default\n\n\n* Size of downloaded dataset files: 1.67 MB\n* Size of the generated dataset: 63.65 MB\n* Total amount of disk used: 65.32 MB\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.", "passage: #### default\n\n\n* 'passage': a 'string' feature.\n* 'query\\_and\\_answer': a 'string' feature.\n* 'label': a classification label, with possible values including 'False' (0), 'True' (1).\n* 'evidences': a 'list' 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" ]
[ -0.010253200307488441, 0.11941661685705185, -0.003814874216914177, 0.06345339864492416, 0.062407881021499634, 0.010433226823806763, 0.07139777392148972, 0.07503215968608856, 0.06306047737598419, 0.079564169049263, 0.016301076859235764, 0.067704938352108, 0.06628696620464325, 0.09431952238082886, -0.05566186085343361, -0.15006296336650848, 0.016821052879095078, -0.048729218542575836, 0.12364107370376587, 0.11423847824335098, 0.10576920211315155, -0.09902555495500565, 0.022846413776278496, -0.0931631326675415, -0.02962307073175907, 0.01749209314584732, 0.018734151497483253, -0.024194633588194847, 0.07970036566257477, 0.06991900503635406, 0.05028778314590454, 0.03634261339902878, -0.011242167092859745, -0.2875441312789917, 0.03870470076799393, 0.011828411370515823, 0.001990756718441844, 0.03219985216856003, 0.0585649237036705, -0.04108847677707672, 0.0796540230512619, -0.045329827815294266, 0.033786457031965256, 0.0551956370472908, -0.11240313947200775, -0.13973088562488556, -0.1191437691450119, 0.03567872941493988, 0.06856869161128998, 0.06288518011569977, -0.06982436031103134, 0.05567381903529167, -0.08618874847888947, 0.06511543691158295, 0.07368277758359909, -0.15319153666496277, -0.0311433132737875, 0.044435348361730576, 0.025480171665549278, 0.12776145339012146, -0.08977040648460388, 0.008797028101980686, 0.01729118637740612, 0.03180447593331337, 0.04484730213880539, -0.04489573463797569, -0.00849553570151329, 0.005284063518047333, -0.1521313339471817, -0.0903078243136406, 0.2609611451625824, 0.03941016271710396, -0.04523778706789017, -0.1356273889541626, -0.00619775615632534, 0.08568611741065979, 0.023303858935832977, -0.014471041038632393, -0.038327209651470184, -0.00012308917939662933, 0.08425075560808182, -0.072238489985466, -0.08060519397258759, -0.018629396334290504, -0.07464588433504105, 0.11448971927165985, 0.0021865253802388906, 0.010302262380719185, 0.04208582639694214, 0.05555625259876251, -0.05600685626268387, -0.0999002605676651, -0.005376243963837624, -0.06539049744606018, -0.07785183936357498, -0.04709171503782272, 0.03412200137972832, -0.02748919278383255, 0.08335483074188232, 0.09022641181945801, -0.07629697769880295, -0.00914883241057396, -0.08672431856393814, 0.02332848124206066, 0.09182675182819366, 0.0694635882973671, -0.10311593860387802, -0.027336709201335907, 0.030061546713113785, 0.03276819363236427, 0.0504431426525116, -0.01117209903895855, 0.0024774116463959217, 0.038685768842697144, 0.020797189325094223, 0.11878424882888794, 0.12885992228984833, 0.00014485418796539307, -0.06666889786720276, -0.026803085580468178, 0.08296186476945877, -0.13005922734737396, -0.029974225908517838, 0.04777342081069946, -0.07341718673706055, -0.0683259665966034, -0.06477701663970947, 0.014376156032085419, -0.08733077347278595, 0.05086827278137207, -0.043365612626075745, -0.0017989501357078552, -0.05445787310600281, -0.12721313536167145, 0.0807395726442337, -0.038228679448366165, -0.05787096917629242, -0.002535230480134487, -0.12222693860530853, -0.05643342435359955, -0.0051574790850281715, -0.056426212191581726, -0.056108810007572174, 0.017065366730093956, -0.021571790799498558, -0.041861340403556824, -0.037956058979034424, -0.02763681299984455, -0.09396730363368988, 0.06444363296031952, -0.02993103489279747, 0.01583838276565075, -0.014709025621414185, 0.017818709835410118, -0.10279075801372528, 0.05558193847537041, -0.16746053099632263, 0.10956887900829315, -0.09952524304389954, -0.0008866251446306705, -0.08697991818189621, -0.08554796874523163, 0.027645481750369072, -0.0031923362985253334, -0.04558994248509407, 0.13420844078063965, -0.15035638213157654, -0.005570507142692804, 0.05099312961101532, -0.07954713702201843, -0.11868724226951599, 0.1240292564034462, -0.056764867156744, 0.04658886790275574, 0.09569080173969269, 0.10556669533252716, 0.054557979106903076, 0.020860064774751663, -0.1046811118721962, -0.012118808925151825, -0.0056602018885314465, 0.19774192571640015, 0.09506788849830627, -0.029309438541531563, 0.011985702440142632, 0.0051586925983428955, 0.02563268318772316, -0.047065410763025284, -0.006652860902249813, -0.07582196593284607, -0.013561422936618328, -0.004802089184522629, 0.0053267329931259155, 0.023925691843032837, -0.10477299988269806, -0.01587844453752041, -0.05722842365503311, -0.028387663885951042, 0.0024766195565462112, -0.015933960676193237, -0.018403416499495506, -0.07501719892024994, 0.10496938973665237, -0.08598577976226807, 0.03728429973125458, -0.20852190256118774, -0.10280707478523254, 0.04751656949520111, 0.0211093258112669, 0.07407714426517487, 0.054076023399829865, -0.024269169196486473, -0.03619079664349556, -0.0832924023270607, 0.003988867625594139, 0.015071399509906769, -0.005053848028182983, -0.01903245970606804, -0.15620750188827515, 0.0042960867285728455, -0.040542952716350555, 0.106206014752388, -0.11433527618646622, 0.01742384023964405, 0.12125859409570694, 0.08654843270778656, 0.017295267432928085, -0.0211561881005764, 0.0694393664598465, 0.028658337891101837, -0.036104120314121246, -0.0197067242115736, -0.0038514994084835052, -0.05706068500876427, -0.06436629593372345, 0.02058965153992176, -0.1774195432662964, -0.0332317091524601, 0.06021437048912048, -0.03709441423416138, -0.025161882862448692, -0.0363323800265789, -0.07717239856719971, 0.01617591828107834, -0.12434140592813492, -0.0283949077129364, 0.05496092885732651, 0.039256349205970764, 0.025396188721060753, -0.10356487333774567, -0.04656010866165161, -0.01759525015950203, 0.011458860710263252, -0.03372238203883171, 0.12869279086589813, -0.031066205352544785, -0.16585761308670044, 0.08408103883266449, 0.011447884142398834, 0.05656439810991287, 0.05860567092895508, 0.004798484034836292, -0.06748044490814209, -0.034719210118055344, 0.06725914031267166, -0.019817568361759186, 0.090850830078125, -0.04013542830944061, 0.07310031354427338, 0.06361939013004303, -0.006986680440604687, 0.008098064921796322, -0.10608189553022385, 0.010332574136555195, -0.002448859391734004, -0.07811978459358215, -0.056174442172050476, -0.03030373714864254, 0.044171661138534546, 0.1320929080247879, 0.032056774944067, 0.0477948859333992, 0.010666485875844955, -0.0721571072936058, -0.12646405398845673, 0.16108614206314087, -0.08806467801332474, -0.264701247215271, -0.08881666511297226, -0.0755666047334671, -0.0825585126876831, 0.01690475083887577, 0.05066419392824173, -0.004197681322693825, -0.06215763837099075, -0.10064364969730377, 0.04668792709708214, 0.00022890232503414154, -0.11288671940565109, -0.13169002532958984, 0.0005137287080287933, 0.027719520032405853, -0.07420619577169418, 0.024165039882063866, 0.03213028982281685, 0.0010385308414697647, 0.00910159107297659, 0.02115795388817787, 0.13104164600372314, 0.10754378139972687, 0.02844700962305069, -0.04444460570812225, -0.05870167165994644, 0.24512061476707458, -0.10309183597564697, 0.056636590510606766, 0.1343441903591156, -0.06600643694400787, 0.058206211775541306, 0.2493768185377121, 0.018231339752674103, -0.06038188934326172, 0.05264144390821457, 0.07606355100870132, -0.041284069418907166, -0.2871122360229492, -0.09148050844669342, -0.0675320252776146, -0.011676162481307983, 0.04138251394033432, 0.05571299046278, 0.0067591420374810696, 0.03971480578184128, -0.1356433928012848, -0.024485887959599495, 0.06374134868383408, 0.07311571389436722, 0.2101045399904251, -0.005844714120030403, 0.07161672413349152, -0.050615500658750534, -0.02677888795733452, 0.09089609980583191, 0.033439308404922485, 0.13640275597572327, -0.05596161633729935, 0.14149558544158936, 0.0938849076628685, 0.10040661692619324, -0.030750662088394165, 0.02098270133137703, 0.021434741094708443, 0.06344233453273773, -0.013161573559045792, -0.07487377524375916, -0.007950559258460999, 0.04482392594218254, 0.06845409423112869, -0.015219835564494133, 0.030065137892961502, -0.06054678559303284, 0.07842963933944702, 0.13893811404705048, 0.03797851502895355, -0.0445181205868721, -0.05703796446323395, 0.09410546720027924, -0.04294594004750252, -0.10092154145240784, 0.00891604833304882, 0.14100970327854156, -0.0758107379078865, 0.07213461399078369, 0.01864483393728733, 0.14094650745391846, -0.07587706297636032, -0.006125275976955891, -0.05191214382648468, -0.0346810519695282, -0.03906390815973282, 0.13431227207183838, -0.20227278769016266, 0.1700637936592102, 0.061693303287029266, 0.003772871568799019, -0.10160528123378754, 0.0022166818380355835, -0.0035778507590293884, 0.0592544749379158, 0.1428857296705246, -0.005832239985466003, 0.01700027659535408, -0.06561610102653503, -0.04573185741901398, 0.02887558750808239, 0.05633385479450226, -0.08492043614387512, 0.11020936816930771, 0.01057414710521698, 0.03616902977228165, -0.04386121407151222, 0.03810541704297066, -0.13769610226154327, -0.14870277047157288, 0.06171119213104248, -0.008118247613310814, 0.018359381705522537, -0.03758225217461586, -0.02226129174232483, -0.04299386590719223, 0.1326541304588318, -0.1326630860567093, -0.08331705629825592, -0.11422684788703918, 0.06126483157277107, 0.1327926367521286, -0.024271028116345406, -0.03146905452013016, -0.021968523040413857, 0.14449921250343323, -0.005477169528603554, -0.012292230501770973, 0.04497674107551575, -0.03247518092393875, -0.16769233345985413, -0.006524574942886829, 0.11905030906200409, 0.03358425199985504, 0.09524811804294586, 0.012344121932983398, 0.05474844574928284, -0.008476756513118744, -0.11740425229072571, 0.016943808645009995, 0.031497858464717865, 0.05559558421373367, 0.19168059527873993, -0.04987942799925804, -0.11351896077394485, -0.1638774573802948, -0.07293747365474701, 0.12198080122470856, 0.1901364028453827, -0.059125930070877075, 0.07193802297115326, 0.1097504049539566, -0.08209575712680817, -0.1988219916820526, 0.008058540523052216, -0.025162626057863235, -0.02969040907919407, 0.04973767697811127, -0.14952543377876282, 0.063422791659832, 0.04244968667626381, -0.0051169004291296005, 0.009964250028133392, -0.16720116138458252, -0.1005166620016098, 0.0096543338149786, 0.038512617349624634, -0.08117570728063583, -0.12309771776199341, -0.07714658230543137, -0.074940025806427, -0.058210596442222595, 0.09981860965490341, -0.02597793936729431, 0.04214031249284744, -0.008571947924792767, 0.012380571104586124, 0.029308710247278214, -0.031489383429288864, 0.1684809774160385, -0.023825503885746002, 0.06551641970872879, -0.06467925757169724, 0.006754051893949509, 0.06444164365530014, -0.01677115261554718, 0.09853100776672363, -0.03718886151909828, 0.02682032436132431, -0.11919236183166504, -0.0656769648194313, -0.07419885694980621, 0.01886095479130745, -0.045926786959171295, -0.055093541741371155, -0.11447276175022125, 0.02386700175702572, 0.10404129326343536, -0.002235677558928728, 0.050728246569633484, -0.12673304975032806, 0.14857129752635956, 0.06669700145721436, 0.23486080765724182, 0.02618781104683876, -0.06148691475391388, -0.004643597640097141, -0.009442061185836792, 0.018590833991765976, -0.15537399053573608, 0.06003343686461449, 0.1621335744857788, 0.008528705686330795, 0.19071079790592194, 0.0020425585098564625, -0.09174543619155884, 0.007779437582939863, 0.03785695135593414, -0.11780913174152374, -0.2731550335884094, 0.0077180806547403336, 0.08899050205945969, -0.18985575437545776, -0.10264469683170319, 0.07835034281015396, 0.024073652923107147, -0.029260817915201187, 0.011914893053472042, 0.07664788514375687, 0.0381975919008255, 0.11501482129096985, 0.021082650870084763, 0.07822570204734802, -0.10348433256149292, 0.03988073021173477, 0.1395435333251953, -0.1730489730834961, -0.014995850622653961, 0.06568805873394012, -0.051978956907987595, -0.05132818967103958, -0.01625998690724373, 0.01626070775091648, -0.004045442678034306, -0.054282210767269135, -0.03784047067165375, -0.142978698015213, 0.039054982364177704, 0.22841036319732666, 0.00530670303851366, 0.07974420487880707, 0.02069462463259697, -0.06630884855985641, -0.031225742772221565, 0.14394541084766388, -0.01185641996562481, -0.00737118162214756, -0.0441276878118515, 0.020113617181777954, -0.0011400873772799969, 0.02602001465857029, -0.028325147926807404, -0.021828800439834595, -0.04038720205426216, 0.015151294879615307, -0.19771748781204224, 0.06613794714212418, -0.058695487678050995, 0.0229358971118927, -0.024384696036577225, -0.04885157197713852, -0.05035145580768585, -0.0077515579760074615, -0.08069650828838348, -0.013907697051763535, -0.0011530090123414993, 0.07309110462665558, -0.1467878520488739, -0.038629114627838135, 0.06852201372385025, -0.042594317346811295, 0.1271069049835205, -0.017658332362771034, -0.08177125453948975, 0.005350493360310793, -0.15110105276107788, 0.013308919966220856, 0.0044831642881035805, 0.08248564600944519, 0.004132676869630814, -0.11434633284807205, 0.019272539764642715, 0.028572024777531624, -0.07165871560573578, 0.06910364329814911, -0.0539492666721344, -0.09527428448200226, -0.016288435086607933, 0.006306963041424751, -0.05654623359441757, -0.04179737716913223, 0.042559221386909485, 0.07437242567539215, 0.01609724760055542, 0.1394839733839035, -0.024815350770950317, 0.05494469031691551, -0.11944873631000519, -0.01883520931005478, -0.03112839162349701, -0.0340297631919384, -0.05727012827992439, -0.00994044728577137, 0.06569933146238327, -0.006251397542655468, 0.2480545938014984, -0.003913946449756622, 0.01679214835166931, 0.05649127811193466, 0.06864681094884872, 0.03926672041416168, -0.000301998108625412, 0.09315650165081024, 0.006338374689221382, -0.0662933737039566, 0.042237602174282074, -0.025201957672834396, -0.07424883544445038, 0.044899556785821915, 0.10666070878505707, 0.1052340716123581, 0.20386874675750732, -0.05840010568499565, 0.041723355650901794, -0.076170414686203, 0.10712888836860657, 0.039596036076545715, 0.009481649845838547, 0.04525239020586014, -0.037592291831970215, 0.025107577443122864, 0.06420724093914032, -0.09588923305273056, 0.08865685760974884, -0.07366517186164856, -0.07283441722393036, -0.09824667870998383, -0.09026363492012024, -0.04877243563532829, -0.002615372184664011, -0.006757913623005152, -0.16978251934051514, 0.02248513698577881, 0.09301410615444183, -0.004347602836787701, -0.04628288373351097, 0.08316364884376526, -0.0709385946393013, -0.08807460963726044, 0.053779274225234985, 0.008319113403558731, 0.03258209675550461, 0.03661242499947548, 0.06577552855014801, 0.0544879324734211, -0.018252307549118996, 0.06283480674028397, 0.08048604428768158, 0.023922396823763847, -0.0010793600231409073, -0.11261767148971558, -0.07281939685344696, 0.011175276711583138, 0.017679091542959213, 0.0471060536801815, 0.2586643695831299, 0.009729604236781597, 0.004981204867362976, 0.027819283306598663, 0.23623502254486084, -0.009920552372932434, -0.040308691561222076, -0.10976321250200272, 0.1787596344947815, -0.031268008053302765, -0.010629330761730671, 0.006491956301033497, -0.1309891790151596, 0.053558629006147385, 0.09834250807762146, 0.09217972308397293, 0.002917136996984482, -0.007095331326127052, -0.021217210218310356, 0.024351894855499268, 0.019704613834619522, -0.02276892215013504, 0.041595421731472015, 0.1754617691040039, -0.059325382113456726, 0.0499689020216465, -0.05994446575641632, 0.016316063702106476, 0.0008132364600896835, 0.013269266113638878, 0.04372328892350197, -0.0063051944598555565, -0.08965016901493073, 0.16185161471366882, -0.08737187087535858, -0.1570209264755249, 0.020284898579120636, -0.0696038231253624, -0.09691676497459412, -0.016973018646240234, 0.01923823356628418, 0.025992557406425476, -0.01472223736345768, 0.016120484098792076, 0.00477570528164506, 0.04304938763380051, 0.020634617656469345, -0.07443786412477493, -0.008567571640014648, 0.10605455935001373, 0.007791657000780106, 0.1267698109149933, -0.0019531631842255592, 0.12928256392478943, 0.11233070492744446, -0.08239378035068512, -0.07666733860969543, 0.09794207662343979, 0.0810464546084404, -0.03685414046049118, 0.03083181008696556, 0.1715168058872223, 0.03714336082339287, 0.11930233240127563, 0.11988124251365662, 0.03475663438439369, 0.03978835791349411, -0.011938778683543205, -0.04688062518835068, -0.10079698264598846, 0.04749186709523201, -0.1026390939950943, 0.09681066870689392, 0.14251407980918884, -0.057070109993219376, 0.019387345761060715, -0.03896821290254593, 0.006653999909758568, -0.021308496594429016, 0.11940167844295502, 0.007157088257372379, -0.15701855719089508, 0.051934391260147095, -0.0479268804192543, 0.031117044389247894, -0.2184353917837143, -0.004626749083399773, 0.06063036620616913, 0.0015860996209084988, -0.014865796081721783, 0.11888781934976578, 0.037005938589572906, 0.02829311043024063, -0.05279862880706787, -0.19781163334846497, 0.00829814001917839, 0.09806407988071442, -0.06694528460502625, -0.004193758592009544 ]
824ed2cecbf76c757a1e5a63230e77e9117a2e39
# Dataset Card for "esnli" ## 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/OanaMariaCamburu/e-SNLI](https://github.com/OanaMariaCamburu/e-SNLI) - **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:** 204.51 MB - **Size of the generated dataset:** 114.84 MB - **Total amount of disk used:** 319.35 MB ### Dataset Summary The e-SNLI dataset extends the Stanford Natural Language Inference Dataset to include human-annotated natural language explanations of the entailment relations. ### 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:** 204.51 MB - **Size of the generated dataset:** 114.84 MB - **Total amount of disk used:** 319.35 MB An example of 'validation' looks as follows. ``` { "explanation_1": "A woman must be present to smile.", "explanation_2": "A woman smiling implies that she is present.", "explanation_3": "A smiling woman is also present.", "hypothesis": "A woman is present.", "label": 0, "premise": "A woman smiles at the child." } ``` ### Data Fields The data fields are the same among all splits. #### plain_text - `premise`: a `string` feature. - `hypothesis`: a `string` feature. - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2). - `explanation_1`: a `string` feature. - `explanation_2`: a `string` feature. - `explanation_3`: a `string` feature. ### Data Splits | name |train |validation|test| |----------|-----:|---------:|---:| |plain_text|549367| 9842|9824| ## 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 ``` @incollection{NIPS2018_8163, title = {e-SNLI: Natural Language Inference with Natural Language Explanations}, author = {Camburu, Oana-Maria and Rockt"{a}schel, Tim and Lukasiewicz, Thomas and Blunsom, Phil}, booktitle = {Advances in Neural Information Processing Systems 31}, editor = {S. Bengio and H. Wallach and H. Larochelle and K. Grauman and N. Cesa-Bianchi and R. Garnett}, pages = {9539--9549}, year = {2018}, publisher = {Curran Associates, Inc.}, url = {http://papers.nips.cc/paper/8163-e-snli-natural-language-inference-with-natural-language-explanations.pdf} } ``` ### Contributions Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
esnli
[ "language:en", "region:us" ]
2022-03-02T23:29:22+00:00
{"language": ["en"], "paperswithcode_id": "e-snli", "pretty_name": "e-SNLI", "dataset_info": {"features": [{"name": "premise", "dtype": "string"}, {"name": "hypothesis", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}, {"name": "explanation_1", "dtype": "string"}, {"name": "explanation_2", "dtype": "string"}, {"name": "explanation_3", "dtype": "string"}], "config_name": "plain_text", "splits": [{"name": "test", "num_bytes": 3387169, "num_examples": 9824}, {"name": "train", "num_bytes": 108024142, "num_examples": 549367}, {"name": "validation", "num_bytes": 3423725, "num_examples": 9842}], "download_size": 204516010, "dataset_size": 114835036}}
2024-01-18T11:03:18+00:00
[]
[ "en" ]
TAGS #language-English #region-us
Dataset Card for "esnli" ======================== 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: 204.51 MB * Size of the generated dataset: 114.84 MB * Total amount of disk used: 319.35 MB ### Dataset Summary The e-SNLI dataset extends the Stanford Natural Language Inference Dataset to include human-annotated natural language explanations of the entailment relations. ### Supported Tasks and Leaderboards ### Languages Dataset Structure ----------------- ### Data Instances #### plain\_text * Size of downloaded dataset files: 204.51 MB * Size of the generated dataset: 114.84 MB * Total amount of disk used: 319.35 MB An example of 'validation' looks as follows. ### Data Fields The data fields are the same among all splits. #### plain\_text * 'premise': a 'string' feature. * 'hypothesis': a 'string' feature. * 'label': a classification label, with possible values including 'entailment' (0), 'neutral' (1), 'contradiction' (2). * 'explanation\_1': a 'string' feature. * 'explanation\_2': a 'string' feature. * 'explanation\_3': 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, @lewtun, @albertvillanova, @patrickvonplaten for adding this dataset.
[ "### Dataset Summary\n\n\nThe e-SNLI dataset extends the Stanford Natural Language Inference Dataset to\ninclude human-annotated natural language explanations of the entailment\nrelations.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 204.51 MB\n* Size of the generated dataset: 114.84 MB\n* Total amount of disk used: 319.35 MB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\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* 'explanation\\_1': a 'string' feature.\n* 'explanation\\_2': a 'string' feature.\n* 'explanation\\_3': 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, @lewtun, @albertvillanova, @patrickvonplaten for adding this dataset." ]
[ "TAGS\n#language-English #region-us \n", "### Dataset Summary\n\n\nThe e-SNLI dataset extends the Stanford Natural Language Inference Dataset to\ninclude human-annotated natural language explanations of the entailment\nrelations.", "### Supported Tasks and Leaderboards", "### Languages\n\n\nDataset Structure\n-----------------", "### Data Instances", "#### plain\\_text\n\n\n* Size of downloaded dataset files: 204.51 MB\n* Size of the generated dataset: 114.84 MB\n* Total amount of disk used: 319.35 MB\n\n\nAn example of 'validation' looks as follows.", "### Data Fields\n\n\nThe data fields are the same among all splits.", "#### plain\\_text\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* 'explanation\\_1': a 'string' feature.\n* 'explanation\\_2': a 'string' feature.\n* 'explanation\\_3': 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, @lewtun, @albertvillanova, @patrickvonplaten for adding this dataset." ]
[ 10, 42, 10, 11, 6, 57, 17, 112, 11, 7, 4, 10, 10, 5, 5, 9, 18, 7, 8, 14, 6, 6, 34 ]
[ "passage: TAGS\n#language-English #region-us \n### Dataset Summary\n\n\nThe e-SNLI dataset extends the Stanford Natural Language Inference Dataset to\ninclude human-annotated natural language explanations of the entailment\nrelations.### Supported Tasks and Leaderboards### Languages\n\n\nDataset Structure\n-----------------### Data Instances#### plain\\_text\n\n\n* Size of downloaded dataset files: 204.51 MB\n* Size of the generated dataset: 114.84 MB\n* Total amount of disk used: 319.35 MB\n\n\nAn example of 'validation' looks as follows.### Data Fields\n\n\nThe data fields are the same among all splits.#### plain\\_text\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* 'explanation\\_1': a 'string' feature.\n* 'explanation\\_2': a 'string' feature.\n* 'explanation\\_3': 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, @lewtun, @albertvillanova, @patrickvonplaten for adding this dataset." ]
[ -0.031898532062768936, 0.23236794769763947, -0.006362548563629389, 0.031489644199609756, 0.08420345932245255, -0.0037591273430734873, -0.0002631188544910401, 0.06715559214353561, -0.0016795052215456963, 0.15965338051319122, 0.05129115283489227, 0.0536298006772995, 0.11459533870220184, 0.14491064846515656, -0.045844465494155884, -0.24483759701251984, 0.02794552966952324, -0.06003047898411751, 0.029713265597820282, 0.06762292981147766, 0.12414518743753433, -0.1086551696062088, 0.0803581103682518, -0.09048330038785934, 0.004194941371679306, 0.0376172736287117, -0.017640825361013412, -0.010761279612779617, 0.058806419372558594, 0.08489061892032623, 0.010463312268257141, 0.03361823409795761, 0.07149836421012878, -0.3192634582519531, 0.011436614207923412, 0.049310777336359024, -0.0008018189109861851, 0.042978256940841675, 0.13163259625434875, -0.06980438530445099, 0.07833143323659897, -0.14554588496685028, 0.05067751556634903, 0.03817763179540634, -0.11685606837272644, -0.09039001166820526, -0.12823647260665894, 0.00651839654892683, 0.10924685001373291, 0.02156001701951027, -0.05046358332037926, -0.028361255303025246, -0.08904457092285156, 0.06942484527826309, 0.14425402879714966, -0.08293735235929489, -0.04621870443224907, 0.04298803210258484, 0.06245431303977966, 0.10267364978790283, -0.0828879103064537, -0.0018258541822433472, 0.04576047137379646, 0.01435068342834711, 0.04319070279598236, -0.018866026774048805, 0.033716872334480286, 0.051647037267684937, -0.1419839709997177, -0.06950807571411133, 0.14342211186885834, 0.03324194625020027, -0.026581063866615295, -0.06515982002019882, -0.026633720844984055, -0.02948462776839733, 0.0060063619166612625, 0.0006770508480258286, 0.022416645660996437, -0.012963850982487202, 0.06825006008148193, -0.05279979109764099, -0.06032963842153549, -0.013634764589369297, -0.04302345961332321, 0.09228354692459106, 0.0421338826417923, 0.0077954973094165325, 0.05914608761668205, 0.04622197523713112, -0.0024102996103465557, -0.1144348606467247, -0.0033226925879716873, -0.008292206563055515, -0.10564260929822922, -0.004986965097486973, 0.003558089956641197, -0.04300974681973457, 0.07985807955265045, 0.18523584306240082, -0.1419634222984314, 0.04155441001057625, -0.0036946558393538, -0.012664546258747578, 0.08330410718917847, 0.12425379455089569, -0.11838670074939728, -0.12069851905107498, -0.011654820293188095, 0.009885926730930805, 0.0014862141106277704, -0.05283670872449875, -0.04629475623369217, 0.03778619319200516, 0.05951384827494621, 0.12667889893054962, 0.11828114837408066, -0.009038706310093403, -0.07062691450119019, -0.021873705089092255, 0.07711684703826904, -0.15183405578136444, 0.021830802783370018, 0.05269242450594902, -0.03527604416012764, -0.009628714062273502, -0.09159054607152939, 0.001708750962279737, -0.10447999835014343, 0.07551779597997665, -0.06717757880687714, -0.005104216281324625, -0.09513630717992783, -0.056364189833402634, 0.05262269079685211, -0.06478776782751083, -0.047211430966854095, -0.0003099028836004436, -0.15774264931678772, -0.056302107870578766, 0.019286304712295532, -0.09991604834794998, -0.05803830176591873, -0.037441328167915344, -0.03979318216443062, -0.01909218728542328, -0.033147577196359634, 0.04262256249785423, -0.0760660246014595, 0.01771984063088894, -0.04591811075806618, 0.011269280686974525, -0.014144938439130783, 0.03277890011668205, -0.10288410633802414, 0.12315346300601959, -0.06913165748119354, 0.13392630219459534, -0.09776900708675385, 0.017460908740758896, -0.09943782538175583, -0.07703593373298645, 0.09583341330289841, -0.014421255327761173, 0.012871828861534595, 0.10641863942146301, -0.2986220121383667, -0.0024005763698369265, 0.07725450396537781, -0.06270528584718704, -0.04669446498155594, 0.11180372536182404, -0.06639428436756134, -0.10131080448627472, 0.03744807466864586, 0.1897093653678894, -0.056169405579566956, 0.03968264162540436, -0.04535268247127533, -0.08505060523748398, 0.00853485893458128, 0.21086758375167847, 0.11080731451511383, -0.09377361834049225, 0.08897725492715836, 0.00437450734898448, -0.04262274503707886, -0.04870016872882843, -0.036408036947250366, -0.08815854787826538, -0.011062241159379482, -0.02238721027970314, 0.043378062546253204, -0.013320298865437508, -0.08034511655569077, -0.0614108107984066, -0.028421813622117043, -0.017643189057707787, -0.013435378670692444, -0.0450112484395504, 0.014818609692156315, -0.042030226439237595, 0.11164303123950958, 0.013827808201313019, 0.01407681405544281, -0.18221145868301392, -0.11743515729904175, 0.06898261606693268, -0.0537586435675621, 0.0874311625957489, -0.03354929760098457, -0.028002401813864708, 0.039070017635822296, -0.04150482267141342, -0.03804624453186989, 0.054956287145614624, 0.021582147106528282, 0.010554787702858448, -0.1460716873407364, -0.013560840860009193, -0.014776790514588356, -0.00742206210270524, -0.18439605832099915, -0.0047995829954743385, 0.10050531476736069, 0.18484710156917572, -0.003284282051026821, -0.05823177844285965, 0.0013427650555968285, 0.010027778334915638, -0.05220802128314972, -0.054150164127349854, -0.02567388117313385, -0.07035184651613235, -0.050831977277994156, 0.060252413153648376, -0.14054818451404572, -0.048800982534885406, 0.035926420241594315, -0.03095042146742344, -0.06955345720052719, -0.05169615149497986, -0.06552812457084656, -0.044787514954805374, -0.06023804470896721, -0.06296838819980621, 0.1537129431962967, 0.02088729850947857, 0.008651811629533768, -0.08514806628227234, -0.029400760307908058, -0.058038581162691116, -0.024595817551016808, -0.07116515189409256, 0.11368492245674133, 0.025583729147911072, -0.20410557091236115, 0.0922359973192215, 0.011890929192304611, 0.003725681221112609, 0.10741233080625534, -0.04794466868042946, -0.10529173910617828, -0.052775830030441284, -0.003443856490775943, -0.005050727166235447, 0.10286177694797516, -0.01463552750647068, 0.05603380873799324, 0.047851089388132095, 0.02268465794622898, 0.03562844917178154, -0.0840575098991394, 0.036195412278175354, 0.010082006454467773, -0.07121089845895767, -0.004896828904747963, -0.056151438504457474, 0.04107470437884331, 0.09304826706647873, 0.01644449308514595, 0.051614757627248764, -0.003898763796314597, -0.07291316241025925, -0.11525280028581619, 0.16526494920253754, -0.10650917142629623, -0.18387235701084137, -0.09630231559276581, -0.0787619948387146, -0.03239601105451584, 0.007623352110385895, 0.003456566948443651, 0.012008730322122574, -0.1067526787519455, -0.10665148496627808, 0.06184132769703865, 0.013594396412372589, -0.0979866310954094, -0.1022520512342453, -0.025130942463874817, 0.014154607430100441, -0.0735318660736084, 0.015634192153811455, 0.06946916878223419, -0.01777125522494316, -0.013450786471366882, 0.05312931910157204, 0.18766483664512634, 0.1346929371356964, 0.002534811617806554, -0.04298582300543785, -0.0008279644534923136, 0.2310369908809662, -0.09753870218992233, 0.08000729978084564, 0.07098881155252457, -0.08584298938512802, 0.06770581752061844, 0.23750166594982147, 0.01692608743906021, -0.07081709802150726, 0.025873614475131035, 0.06003076583147049, -0.05109653249382973, -0.29794842004776, -0.09830144047737122, -0.039574846625328064, 0.045249227434396744, 0.05924824997782707, 0.01388541143387556, 0.00961036141961813, 0.016242533922195435, -0.0476769357919693, -0.04030194878578186, 0.031442176550626755, 0.07610995322465897, 0.1284208744764328, 0.008238076232373714, 0.07462823390960693, 0.02069876715540886, 0.019420750439167023, 0.08460088074207306, -0.017242761328816414, 0.19702281057834625, -0.040940724313259125, 0.23653927445411682, 0.040793586522340775, 0.09342885762453079, -0.04453994706273079, -0.0069214352406561375, 0.027697371318936348, 0.07215853780508041, -0.013466114178299904, -0.027998793870210648, 0.01943904533982277, 0.0681329146027565, 0.15858006477355957, -0.042409222573041916, 0.0329754501581192, -0.05062394216656685, 0.08742699027061462, 0.13994741439819336, 0.020560137927532196, -0.12233678251504898, -0.011554533615708351, 0.11884086579084396, -0.04155242070555687, -0.06861230731010437, 0.05948419123888016, 0.13575877249240875, -0.12520042061805725, 0.06739440560340881, 0.011203368194401264, 0.11769804358482361, -0.09260189533233643, -0.023197809234261513, -0.004624527413398027, 0.12314557284116745, -0.0077328928746283054, 0.1087028756737709, -0.18904876708984375, 0.13456621766090393, 0.009094936773180962, -0.007776387967169285, -0.06180572882294655, 0.036680128425359726, -0.012759461998939514, 0.031222160905599594, 0.11143974959850311, 0.02606174536049366, -0.15732170641422272, -0.0005928932223469019, -0.06823308765888214, -0.007805246859788895, 0.10287836194038391, -0.08703482151031494, 0.08543908596038818, 0.0015204685041680932, -0.011241381987929344, -0.06354331970214844, -0.04845896735787392, -0.10928146541118622, -0.17071814835071564, 0.03933965414762497, -0.08068517595529556, 0.06790059804916382, -0.07016872614622116, -0.0492410883307457, -0.055047012865543365, 0.17736947536468506, -0.0309345293790102, -0.06046190485358238, -0.10900695621967316, 0.03938693553209305, 0.22432808578014374, -0.059245023876428604, 0.049480270594358444, 0.0009778568055480719, 0.15484797954559326, 0.011547396890819073, -0.015389470383524895, 0.10322540253400803, -0.03869841992855072, -0.20739445090293884, -0.054359469562768936, 0.17210863530635834, 0.03388788551092148, 0.07801105827093124, -0.0144673315808177, 0.08623365312814713, 0.021715817973017693, -0.14838062226772308, 0.029253099113702774, 0.041566818952560425, 0.06334206461906433, 0.17774851620197296, 0.003703651251271367, -0.20260611176490784, -0.11853703111410141, -0.08653285354375839, 0.1331396847963333, 0.22236202657222748, -0.09396379441022873, 0.05601458624005318, 0.08417720347642899, -0.09176629781723022, -0.20634745061397552, 0.014947457239031792, 0.0011376654729247093, -0.034570761024951935, 0.07473135739564896, -0.12914296984672546, -0.012854749336838722, 0.07422052323818207, 0.008521230891346931, 0.06338541954755783, -0.2001538872718811, -0.14808011054992676, 0.02316409908235073, 0.06772696226835251, -0.2023298442363739, -0.15048320591449738, -0.1355310082435608, -0.05522186681628227, -0.17211830615997314, 0.11807998269796371, 0.04856468737125397, 0.01791059598326683, 0.012998545542359352, 0.0031898352317512035, 0.025632690638303757, -0.05484389141201973, 0.18915300071239471, -0.00026256925775669515, 0.007755632977932692, -0.09054896235466003, -0.06958276033401489, 0.03575954586267471, 0.02861185185611248, 0.1060752272605896, -0.03791733458638191, 0.04767545685172081, -0.021279826760292053, -0.01300893072038889, -0.06633584946393967, 0.003357907757163048, -0.0860096737742424, -0.06467976421117783, -0.10337672382593155, 0.07342631369829178, 0.12861016392707825, 0.00017731598927639425, 0.04125601798295975, -0.0646563395857811, -0.005688637960702181, 0.1912008374929428, 0.11876928061246872, 0.005640166811645031, -0.06119929254055023, -0.007410971447825432, -0.006671981420367956, -0.047076236456632614, -0.08126019686460495, 0.046189505606889725, 0.17277564108371735, 0.022669455036520958, 0.18754151463508606, 0.0015313784824684262, -0.12303534895181656, 0.00395229272544384, 0.0330854132771492, -0.10282975435256958, -0.2933608293533325, -0.00024198397295549512, 0.011768617667257786, -0.1602257937192917, -0.06899711489677429, 0.021601052954792976, 0.004109374713152647, -0.02016919106245041, 0.011174924671649933, 0.1109318658709526, 0.017127584666013718, 0.1097789853811264, 0.06564762443304062, 0.04427141696214676, -0.08894189447164536, 0.09040441364049911, 0.14165247976779938, -0.10780107975006104, -0.03719436377286911, 0.158108651638031, -0.021708637475967407, -0.019692664965987206, 0.03936537727713585, 0.061072226613759995, -0.06291573494672775, -0.044738609343767166, -0.011577186174690723, -0.1696372926235199, 0.0590379573404789, 0.10475650429725647, 0.00889365654438734, 0.029423685744404793, 0.011691197752952576, -0.04264925420284271, 0.0058936262503266335, 0.13557809591293335, 0.07075134664773941, 0.07906381785869598, -0.01143376249819994, 0.07094361633062363, -0.031435124576091766, 0.0012325783027336001, -0.004112728871405125, 0.00582484994083643, -0.06439481675624847, -0.02222048118710518, -0.215420201420784, 0.045239150524139404, -0.1013319194316864, -0.004101474303752184, -0.013056016527116299, -0.08385404199361801, -0.011202544905245304, 0.0028249085880815983, -0.045687321573495865, -0.06378220021724701, -0.03772285208106041, 0.0924462154507637, -0.14692895114421844, -0.03847350925207138, 0.11569563299417496, -0.052061229944229126, 0.11228613555431366, -0.03257540240883827, -0.028120610862970352, 0.05923674255609512, -0.13530299067497253, 0.007049520034343004, -0.015558994375169277, 0.06820434331893921, 0.04495077580213547, -0.15337789058685303, -0.07459736615419388, 0.018295779824256897, -0.0695483386516571, 0.01108553446829319, -0.09119093418121338, -0.10834591090679169, 0.041860431432724, -0.026123816147446632, -0.11650515347719193, -0.03512931242585182, 0.02209267020225525, 0.03183537721633911, 0.0004061814397573471, 0.13628524541854858, -0.04854567348957062, 0.11816857010126114, -0.11989673972129822, -0.007771838456392288, 0.01395418867468834, -0.027491826564073563, 0.01947605609893799, 0.015848835930228233, 0.07403245568275452, -0.026338165625929832, 0.2639087736606598, -0.06398293375968933, -0.013020060025155544, 0.04363207146525383, 0.05496451258659363, 0.06509330868721008, 0.09464769810438156, 0.07546744495630264, -0.048262689262628555, -0.05658268555998802, -0.04337480664253235, -0.007963079027831554, -0.05672657862305641, 0.021372094750404358, 0.19372345507144928, 0.09117582440376282, 0.14860759675502777, -0.011945030651986599, 0.02893104776740074, -0.11346399784088135, -0.01889871433377266, 0.08570403605699539, 0.015369457192718983, 0.06239720433950424, -0.019195713102817535, 0.13157707452774048, 0.07351597398519516, -0.2583658993244171, 0.12097670882940292, -0.07133489847183228, -0.10992147773504257, -0.030568927526474, -0.11385760456323624, -0.06666148453950882, -0.005768660455942154, -0.024611124768853188, -0.1447155624628067, 0.13029304146766663, 0.054482072591781616, -0.02659527398645878, -0.06621631234884262, 0.1305304318666458, -0.001425960916094482, -0.04442077875137329, 0.003761919215321541, 0.0544399656355381, 0.05194289609789848, 0.08262134343385696, 0.02852468006312847, -0.025234751403331757, -0.009775531478226185, 0.058296624571084976, 0.05751565098762512, -0.0032837791368365288, 0.01415877602994442, -0.02700135111808777, -0.04513145983219147, 0.034750424325466156, -0.026785511523485184, -0.021312780678272247, 0.1831829994916916, 0.05168469250202179, 0.05658171325922012, 0.025179952383041382, 0.1967570036649704, -0.03414790332317352, -0.07332893460988998, -0.12185027450323105, 0.023550743237137794, 0.011425902135670185, 0.02017955295741558, 0.06470772624015808, -0.15145733952522278, 0.02593693509697914, 0.05645759031176567, 0.15050461888313293, -0.05599352717399597, 0.006569352000951767, -0.01801251247525215, 0.014670446515083313, 0.03600544482469559, -0.020926978439092636, 0.059808842837810516, 0.16279879212379456, -0.07111553847789764, 0.007464603055268526, -0.06217547506093979, 0.0019948233384639025, -0.10456583648920059, 0.08855459839105606, 0.026015015318989754, -0.009467205964028835, -0.06803887337446213, 0.11113569140434265, -0.12274987995624542, -0.1652986854314804, -0.03362089768052101, -0.16063663363456726, -0.11468763649463654, -0.03333079442381859, 0.05671057105064392, 0.007994930259883404, 0.019372519105672836, 0.04281729832291603, 0.020770825445652008, 0.07814060896635056, 0.04998801648616791, -0.06592845171689987, 0.01281081885099411, 0.08914176374673843, -0.021797632798552513, 0.21292948722839355, 0.007564495783299208, 0.09597344696521759, 0.10995541512966156, 0.019535783678293228, -0.08630726486444473, 0.08527658134698868, 0.11042620241641998, -0.009500395506620407, 0.04487486556172371, 0.14119866490364075, 0.02189059369266033, 0.08655864000320435, 0.09361916780471802, -0.0010715217795222998, 0.06194932386279106, 0.06038030609488487, -0.03307995945215225, -0.08083727210760117, 0.02872398868203163, -0.13224463164806366, 0.10476335138082504, 0.1562681943178177, -0.04398501291871071, 0.01864507608115673, -0.014931274577975273, 0.013744492083787918, -0.04762059450149536, 0.19065868854522705, -0.005185497924685478, -0.14907805621623993, 0.03144029900431633, 0.0016624006675556302, 0.09440401196479797, -0.08302746713161469, -0.03699718788266182, -0.007600411307066679, 0.003980830777436495, -0.052784424275159836, 0.14340414106845856, 0.08510240167379379, 0.00814121589064598, -0.04863133281469345, -0.12174242734909058, 0.0009042585734277964, 0.11061345785856247, -0.07669401913881302, -0.01699724979698658 ]
ed2e19157c7f48d99c649fa78b0aa6cb96748a28
# Dataset Card for ethpy150open ## 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.sri.inf.ethz.ch/py150 - **Repository:** https://github.com/google-research-datasets/eth_py150_open - **Paper:** https://proceedings.icml.cc/static/paper_files/icml/2020/5401-Paper.pdf - **Leaderboard:** None - **Point of Contact:** Aditya Kanade <kanade@iisc.ac.in>, Petros Maniatis <maniatis@google.com> ### Dataset Summary A redistributable subset of the [ETH Py150 corpus](https://www.sri.inf.ethz.ch/py150), introduced in the ICML 2020 paper ['Learning and Evaluating Contextual Embedding of Source Code'](https://proceedings.icml.cc/static/paper_files/icml/2020/5401-Paper.pdf) ### Supported Tasks and Leaderboards [More Information Needed] ### Languages English ## Dataset Structure List of dicts of { "filepath": The relative URL containing the path to the file on GitHub "license": The license used for that specific file or repository } ### Data Instances { "filepath": "0rpc/zerorpc-python/setup.py", "license": "mit" }, { "filepath": "0rpc/zerorpc-python/zerorpc/heartbeat.py", "license": "mit" }, ### Data Fields - `filepath`: The relative URL containing the path to the file on GitHub - `license`: The license used for that specific file or repository ### Data Splits | | Train | Valid | Test | | ----- | ------- | ----- | ----- | | Dataset Split | 74749 | 8302 | 41457 | ## Dataset Creation The original dataset is at https://www.sri.inf.ethz.ch/py150 ### Curation Rationale To generate a more redistributable version of the dataset ### Source Data #### Initial Data Collection and Normalization All the urls are filepaths relative to GitHub and the master branch was used as available at the time #### 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 Apache License 2.0 ### Citation Information @inproceedings{kanade2020learning, title={Learning and Evaluating Contextual Embedding of Source Code}, author={Kanade, Aditya and Maniatis, Petros and Balakrishnan, Gogul and Shi, Kensen}, booktitle={International Conference on Machine Learning}, pages={5110--5121}, year={2020}, organization={PMLR} } ### Contributions Thanks to [@Bharat123rox](https://github.com/Bharat123rox) for adding this dataset.
eth_py150_open
[ "task_categories:other", "annotations_creators:no-annotation", "language_creators:machine-generated", "multilinguality:monolingual", "size_categories:100K<n<1M", "source_datasets:original", "language:en", "license:apache-2.0", "contextual-embeddings", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["no-annotation"], "language_creators": ["machine-generated"], "language": ["en"], "license": ["apache-2.0"], "multilinguality": ["monolingual"], "size_categories": ["100K<n<1M"], "source_datasets": ["original"], "task_categories": ["other"], "task_ids": [], "paperswithcode_id": "eth-py150-open", "pretty_name": "ethpy150open", "tags": ["contextual-embeddings"], "dataset_info": {"features": [{"name": "filepath", "dtype": "string"}, {"name": "license", "dtype": "string"}], "config_name": "eth_py150_open", "splits": [{"name": "train", "num_bytes": 5414978, "num_examples": 74749}, {"name": "test", "num_bytes": 3006199, "num_examples": 41457}, {"name": "validation", "num_bytes": 598524, "num_examples": 8302}], "download_size": 13875671, "dataset_size": 9019701}}
2024-01-18T11:03:19+00:00
[]
[ "en" ]
TAGS #task_categories-other #annotations_creators-no-annotation #language_creators-machine-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-apache-2.0 #contextual-embeddings #region-us
Dataset Card for ethpy150open ============================= 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: None * Point of Contact: Aditya Kanade [kanade@URL](mailto:kanade@URL), Petros Maniatis [maniatis@URL](mailto:maniatis@URL) ### Dataset Summary A redistributable subset of the ETH Py150 corpus, introduced in the ICML 2020 paper 'Learning and Evaluating Contextual Embedding of Source Code' ### Supported Tasks and Leaderboards ### Languages English Dataset Structure ----------------- List of dicts of { "filepath": The relative URL containing the path to the file on GitHub "license": The license used for that specific file or repository } ### Data Instances { "filepath": "0rpc/zerorpc-python/URL", "license": "mit" }, { "filepath": "0rpc/zerorpc-python/zerorpc/URL", "license": "mit" }, ### Data Fields * 'filepath': The relative URL containing the path to the file on GitHub * 'license': The license used for that specific file or repository ### Data Splits Dataset Creation ---------------- The original dataset is at URL ### Curation Rationale To generate a more redistributable version of the dataset ### Source Data #### Initial Data Collection and Normalization All the urls are filepaths relative to GitHub and the master branch was used as available at the time #### 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 @inproceedings{kanade2020learning, title={Learning and Evaluating Contextual Embedding of Source Code}, author={Kanade, Aditya and Maniatis, Petros and Balakrishnan, Gogul and Shi, Kensen}, booktitle={International Conference on Machine Learning}, pages={5110--5121}, year={2020}, organization={PMLR} } ### Contributions Thanks to @Bharat123rox for adding this dataset.
[ "### Dataset Summary\n\n\nA redistributable subset of the ETH Py150 corpus, introduced in the ICML 2020 paper 'Learning and Evaluating Contextual Embedding of Source Code'", "### Supported Tasks and Leaderboards", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------\n\n\nList of dicts of\n{\n\"filepath\": The relative URL containing the path to the file on GitHub\n\"license\": The license used for that specific file or repository\n}", "### Data Instances\n\n\n{\n\"filepath\": \"0rpc/zerorpc-python/URL\",\n\"license\": \"mit\"\n},\n{\n\"filepath\": \"0rpc/zerorpc-python/zerorpc/URL\",\n\"license\": \"mit\"\n},", "### Data Fields\n\n\n* 'filepath': The relative URL containing the path to the file on GitHub\n* 'license': The license used for that specific file or repository", "### Data Splits\n\n\n\nDataset Creation\n----------------\n\n\nThe original dataset is at URL", "### Curation Rationale\n\n\nTo generate a more redistributable version of the dataset", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nAll the urls are filepaths relative to GitHub and the master branch was used as available at the time", "#### 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\nApache License 2.0\n\n\n@inproceedings{kanade2020learning,\ntitle={Learning and Evaluating Contextual Embedding of Source Code},\nauthor={Kanade, Aditya and Maniatis, Petros and Balakrishnan, Gogul and Shi, Kensen},\nbooktitle={International Conference on Machine Learning},\npages={5110--5121},\nyear={2020},\norganization={PMLR}\n}", "### Contributions\n\n\nThanks to @Bharat123rox for adding this dataset." ]
[ "TAGS\n#task_categories-other #annotations_creators-no-annotation #language_creators-machine-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-apache-2.0 #contextual-embeddings #region-us \n", "### Dataset Summary\n\n\nA redistributable subset of the ETH Py150 corpus, introduced in the ICML 2020 paper 'Learning and Evaluating Contextual Embedding of Source Code'", "### Supported Tasks and Leaderboards", "### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------\n\n\nList of dicts of\n{\n\"filepath\": The relative URL containing the path to the file on GitHub\n\"license\": The license used for that specific file or repository\n}", "### Data Instances\n\n\n{\n\"filepath\": \"0rpc/zerorpc-python/URL\",\n\"license\": \"mit\"\n},\n{\n\"filepath\": \"0rpc/zerorpc-python/zerorpc/URL\",\n\"license\": \"mit\"\n},", "### Data Fields\n\n\n* 'filepath': The relative URL containing the path to the file on GitHub\n* 'license': The license used for that specific file or repository", "### Data Splits\n\n\n\nDataset Creation\n----------------\n\n\nThe original dataset is at URL", "### Curation Rationale\n\n\nTo generate a more redistributable version of the dataset", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nAll the urls are filepaths relative to GitHub and the master branch was used as available at the time", "#### 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\nApache License 2.0\n\n\n@inproceedings{kanade2020learning,\ntitle={Learning and Evaluating Contextual Embedding of Source Code},\nauthor={Kanade, Aditya and Maniatis, Petros and Balakrishnan, Gogul and Shi, Kensen},\nbooktitle={International Conference on Machine Learning},\npages={5110--5121},\nyear={2020},\norganization={PMLR}\n}", "### Contributions\n\n\nThanks to @Bharat123rox for adding this dataset." ]
[ 86, 42, 10, 55, 70, 42, 18, 18, 4, 36, 10, 5, 5, 9, 18, 7, 8, 14, 6, 102, 20 ]
[ "passage: TAGS\n#task_categories-other #annotations_creators-no-annotation #language_creators-machine-generated #multilinguality-monolingual #size_categories-100K<n<1M #source_datasets-original #language-English #license-apache-2.0 #contextual-embeddings #region-us \n### Dataset Summary\n\n\nA redistributable subset of the ETH Py150 corpus, introduced in the ICML 2020 paper 'Learning and Evaluating Contextual Embedding of Source Code'### Supported Tasks and Leaderboards### Languages\n\n\nEnglish\n\n\nDataset Structure\n-----------------\n\n\nList of dicts of\n{\n\"filepath\": The relative URL containing the path to the file on GitHub\n\"license\": The license used for that specific file or repository\n}### Data Instances\n\n\n{\n\"filepath\": \"0rpc/zerorpc-python/URL\",\n\"license\": \"mit\"\n},\n{\n\"filepath\": \"0rpc/zerorpc-python/zerorpc/URL\",\n\"license\": \"mit\"\n},### Data Fields\n\n\n* 'filepath': The relative URL containing the path to the file on GitHub\n* 'license': The license used for that specific file or repository### Data Splits\n\n\n\nDataset Creation\n----------------\n\n\nThe original dataset is at URL### Curation Rationale\n\n\nTo generate a more redistributable version of the dataset### Source Data#### Initial Data Collection and Normalization\n\n\nAll the urls are filepaths relative to GitHub and the master branch was used as available at the time#### 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.02737092413008213, 0.22574561834335327, -0.007057514972984791, 0.03386645019054413, 0.06993985176086426, 0.028004584833979607, 0.036348070949316025, 0.1311347633600235, -0.01020736712962389, 0.1585923582315445, -0.012248795479536057, 0.10325424373149872, 0.10440278798341751, -0.01022421009838581, -0.010846062563359737, -0.21434958279132843, 0.015045927837491035, -0.10223492234945297, 0.009864689782261848, 0.10594451427459717, 0.13229823112487793, -0.07114734500646591, 0.08469498157501221, -0.03911644220352173, -0.0003116023144684732, 0.014776544645428658, -0.06674797832965851, -0.013206404633820057, 0.03134904429316521, 0.052385054528713226, 0.014075248502194881, -0.011202591471374035, 0.06288138031959534, -0.33257821202278137, 0.005536637268960476, 0.08850459009408951, 0.007499625440686941, 0.04889002442359924, 0.14204342663288116, -0.09493531286716461, 0.11334677040576935, -0.10151119530200958, 0.05551973357796669, 0.05475922301411629, -0.11602474004030228, -0.178166925907135, -0.12480723112821579, 0.0911373719573021, 0.08074793219566345, 0.04755805432796478, -0.05336331948637962, 0.055436812341213226, -0.08582425862550735, 0.06761983036994934, 0.1608509123325348, -0.1063435822725296, -0.04760672152042389, 0.07543214410543442, 0.05931080877780914, 0.09536845982074738, -0.14489911496639252, 2.642822778398113e-7, 0.0004406795196700841, 0.028437018394470215, 0.033382195979356766, -0.01974310912191868, 0.047119140625, 0.054893843829631805, -0.14828044176101685, -0.10132945328950882, 0.12354796379804611, 0.00804322212934494, -0.006160036660730839, -0.1496250331401825, -0.009696070104837418, 0.013756093569099903, -0.03583268076181412, -0.0013769340002909303, 0.027109431102871895, -0.0018978448351845145, 0.08564940840005875, -0.049468994140625, -0.07201187312602997, -0.0170078594237566, 0.0003284249978605658, 0.04962073266506195, 0.043106816709041595, -0.015860706567764282, 0.06280873715877533, 0.08609877526760101, -0.00862867385149002, -0.12295305728912354, -0.008254852145910263, -0.056211378425359726, -0.07578476518392563, -0.01933247037231922, 0.03681083023548126, 0.024606775492429733, 0.1087462455034256, 0.21359123289585114, -0.04097671061754227, 0.024566717445850372, -0.07446906715631485, -0.005177071318030357, 0.0703558623790741, 0.1256849467754364, -0.1342204213142395, -0.11453808844089508, -0.03180459514260292, 0.02391851507127285, -0.009040303528308868, 0.003985411953181028, -0.008781847544014454, 0.07827284187078476, 0.01851489394903183, 0.12139801681041718, 0.1548367589712143, 0.02998974174261093, -0.06015702709555626, -0.0357048325240612, 0.14420409500598907, -0.12104865908622742, 0.038700319826602936, 0.08019743859767914, -0.04943465441465378, -0.051096972078084946, -0.05168330296874046, 0.025767212733626366, -0.10998737066984177, 0.14420318603515625, -0.05148325860500336, -0.016573917120695114, -0.09374480694532394, -0.09486745297908783, 0.06438722461462021, -0.017815057188272476, -0.05770617723464966, 0.0022375648841261864, -0.06224171817302704, -0.07297122478485107, 0.033628445118665695, -0.09089191257953644, -0.04343922808766365, 0.02083621174097061, -0.055584728717803955, 0.022582903504371643, 0.026744630187749863, 0.022513220086693764, -0.07474392652511597, 0.04553859680891037, -0.06409662961959839, -0.004066784400492907, 0.08999156206846237, 0.04215302690863609, -0.10365184396505356, 0.05447215586900711, -0.1416420340538025, 0.07348275184631348, -0.14622174203395844, 0.01933438889682293, -0.16473904252052307, -0.0823952928185463, 0.04392359405755997, -0.025533732026815414, -0.028886785730719566, 0.08593784272670746, -0.15816812217235565, -0.016239052638411522, 0.12497534602880478, -0.047085195779800415, -0.06782232969999313, 0.11607329547405243, -0.020177874714136124, -0.039822470396757126, 0.04330693557858467, 0.14516453444957733, 0.014105577021837234, -0.030580442398786545, -0.04411855340003967, -0.05955243110656738, 0.018061265349388123, 0.2654542326927185, 0.11557211726903915, -0.1159805953502655, 0.12058009952306747, 0.009452631697058678, -0.1193961352109909, -0.08369742333889008, -0.009137675166130066, -0.07955789566040039, 0.0030269217677414417, 0.015051842667162418, -0.01159663312137127, 0.009714970365166664, -0.10059855878353119, -0.04450708627700806, -0.09204469621181488, -0.03268348425626755, 0.0452408567070961, -0.005967315286397934, 0.016026481986045837, -0.04196539893746376, 0.025948360562324524, 0.028706790879368782, 0.03811126947402954, -0.14709481596946716, -0.07921163737773895, 0.04651255160570145, -0.12588100135326385, 0.11139806360006332, -0.04902404546737671, -0.01219889149069786, 0.008841647766530514, -0.05346352979540825, -0.009897328913211823, -0.0016103488160297275, 0.013583666644990444, 0.0059079923667013645, -0.21376414597034454, -0.01748134195804596, -0.005802722182124853, 0.06476740539073944, -0.1039840579032898, 0.021794231608510017, 0.129526749253273, 0.1786501705646515, 0.010464957915246487, -0.042229969054460526, 0.0379524789750576, 0.0008584503666497767, -0.013668883591890335, -0.05532493069767952, -0.009566827677190304, -0.07445907592773438, 0.027543051168322563, 0.07271332293748856, -0.11972872912883759, -0.021503770723938942, 0.09695572406053543, 0.029720241203904152, -0.030401745811104774, -0.00017358809418510646, -0.0497313067317009, -0.04686727002263069, -0.025065122172236443, -0.08784535527229309, 0.07513333857059479, 0.06726685166358948, 0.000568782037589699, -0.09030850231647491, -0.08712613582611084, -0.045549727976322174, -0.025533441454172134, -0.05538385733962059, 0.14589014649391174, 0.0812361091375351, -0.20507009327411652, 0.16165150701999664, 0.082908496260643, 0.05630777031183243, 0.08384870737791061, -0.026817098259925842, -0.09108700603246689, -0.033348578959703445, 0.04818745702505112, 0.011094342917203903, 0.02991490624845028, -0.0697527751326561, 0.013915551826357841, 0.053669992834329605, 0.0014254413545131683, 0.01242931466549635, -0.07563649863004684, 0.0434555783867836, 0.0018030443461611867, -0.05581429600715637, 0.012126733548939228, -0.027854247018694878, 0.03252078965306282, 0.10541141778230667, 0.02563749998807907, 0.08070223778486252, -0.03208232671022415, -0.05768981948494911, -0.09162338078022003, 0.12417852878570557, -0.1549115628004074, -0.19628967344760895, -0.09527318924665451, -0.09727814048528671, -0.053525764495134354, -0.0260667335242033, 0.04047107696533203, -0.03350205719470978, -0.09180181473493576, -0.05041414871811867, 0.11809467524290085, 0.018786197528243065, -0.14444823563098907, -0.06604956835508347, 0.03465878590941429, -0.009117571637034416, -0.1549479216337204, 0.021707981824874878, 0.09290865063667297, -0.07514850795269012, -0.011793489567935467, 0.04973294585943222, 0.12450802326202393, 0.10498392581939697, 0.05837227776646614, -0.030153099447488785, -0.022050686180591583, 0.20986780524253845, -0.12927329540252686, 0.07974915206432343, 0.07927758991718292, -0.04026903584599495, 0.08785153925418854, 0.22114123404026031, 0.05706796422600746, -0.04029699042439461, 0.03507509082555771, 0.10209609568119049, 0.0062868958339095116, -0.2701336741447449, -0.10783779621124268, -0.058268480002880096, 0.04603509604930878, 0.06788936257362366, 0.06872355192899704, 0.03655077517032623, -0.009970325045287609, -0.12333796918392181, -0.06124402955174446, 0.07014589756727219, 0.12284200638532639, 0.11075857281684875, -0.013438963331282139, 0.07477027922868729, -0.022015072405338287, -0.00818421971052885, 0.10245788097381592, 0.07118339091539383, 0.12231802940368652, -0.010753447189927101, 0.258449524641037, 0.09749744087457657, 0.15214790403842926, -0.04278642311692238, -0.023061582818627357, -0.005878044292330742, 0.0797082856297493, -0.015093652531504631, -0.08720175921916962, 0.044608086347579956, 0.07386112958192825, 0.10589929670095444, -0.10035337507724762, 0.09576210379600525, -0.1048145741224289, 0.12597909569740295, 0.2242162525653839, -0.01124392356723547, -0.1108279600739479, 0.013338505290448666, 0.09751754254102707, -0.04883555695414543, -0.0781889408826828, -0.004331079311668873, 0.039551958441734314, -0.15890829265117645, 0.040264565497636795, 0.0041435896418988705, 0.1365678310394287, -0.0739930123090744, -0.019656771793961525, 0.04063359275460243, 0.050630416721105576, -0.027653807774186134, 0.11935935914516449, -0.16925351321697235, 0.11542853713035583, 0.017985984683036804, -0.0025120361242443323, -0.08421053737401962, 0.057854555547237396, 0.027353690937161446, 0.02292400784790516, 0.15407025814056396, -0.0065179686062037945, -0.07726984471082687, -0.0429961197078228, -0.07041139155626297, -0.037894152104854584, 0.11456245183944702, -0.17104171216487885, 0.0784117579460144, -0.024286627769470215, -0.029413772746920586, -0.049858756363391876, -0.024593232199549675, -0.09943598508834839, -0.17032259702682495, 0.07843274623155594, -0.09304666519165039, 0.022277312353253365, -0.06074231490492821, -0.010493049398064613, -0.05389854684472084, 0.17219002544879913, -0.13968044519424438, -0.07725448161363602, -0.13227753341197968, -0.010313927195966244, 0.1989608258008957, -0.07016704976558685, 0.05217575281858444, -0.04308487847447395, 0.13661997020244598, 0.01431945338845253, -0.04560282453894615, 0.05102419853210449, -0.08155152201652527, -0.22503623366355896, -0.017174968495965004, 0.20013979077339172, 0.032760996371507645, 0.05001348257064819, -0.014141656458377838, 0.07143428176641464, -0.02166205458343029, -0.1354312151670456, 0.058158520609140396, 0.08720523864030838, 0.11307124048471451, 0.08887174725532532, -0.03976036235690117, -0.2046618014574051, -0.15803523361682892, -0.06407902389764786, 0.07607937604188919, 0.13474208116531372, -0.053491901606321335, 0.10050854831933975, 0.16406629979610443, -0.10483984649181366, -0.2049134522676468, -0.029674282297492027, 0.018228404223918915, -0.06434167176485062, 0.05677489563822746, -0.1854490339756012, 0.06347183883190155, 0.07199545949697495, -0.017186656594276428, 0.06021462008357048, -0.24592089653015137, -0.1173122450709343, 0.02722405456006527, 0.010882860980927944, -0.34437406063079834, -0.1989186853170395, -0.11129634082317352, -0.03582704812288284, -0.21093808114528656, 0.10964106023311615, 0.0017943527782335877, 0.013690725900232792, 0.001448312890715897, 0.030599571764469147, 0.017826933413743973, -0.03278126195073128, 0.16338516771793365, -0.014559858478605747, 0.00494759576395154, -0.10368809849023819, -0.07355207949876785, 0.06847836077213287, 0.019234737381339073, 0.11190903931856155, -0.05438140034675598, 0.02987966686487198, -0.03973434865474701, -0.012212292291224003, -0.07339183241128922, 0.025794360786676407, -0.09292687475681305, -0.08510128408670425, -0.1058545857667923, 0.0687176063656807, 0.09106114506721497, -0.0313400961458683, 0.06365028023719788, -0.049198973923921585, 0.05093490332365036, 0.14311836659908295, 0.09264946728944778, 0.07927454262971878, -0.12884804606437683, -0.031230542808771133, -0.003893622662872076, -0.01841055415570736, -0.10850261151790619, 0.057970937341451645, 0.11630583554506302, 0.033304303884506226, 0.15666522085666656, -0.04328783601522446, -0.13998736441135406, -0.05227987840771675, 0.04689418151974678, -0.08719420433044434, -0.19153016805648804, 0.0051387520506978035, 0.07698643207550049, -0.13024990260601044, -0.08603864908218384, 0.06715907901525497, 0.019912676885724068, -0.07288430631160736, 0.030597425997257233, 0.1493651270866394, 0.018734289333224297, 0.09984903037548065, 0.035485681146383286, 0.05185885727405548, -0.10499947518110275, 0.09606066346168518, 0.14461196959018707, -0.0761004388332367, -0.029658792540431023, 0.17511039972305298, -0.033499825745821, -0.05865444242954254, 0.03712164983153343, 0.004873143509030342, 0.013609493151307106, -0.03355305641889572, 0.05202832818031311, -0.10102126747369766, 0.037888236343860626, 0.07094272971153259, 0.01997348666191101, 0.03887379914522171, 0.017030825838446617, -0.006787418387830257, -0.019540654495358467, 0.16298985481262207, 0.022475523874163628, 0.03998860716819763, -0.047978390008211136, 0.00623092707246542, 0.002203669399023056, -0.04577459767460823, 0.02556835487484932, 0.012754758819937706, -0.08793658018112183, -0.0038389272522181273, -0.09239025413990021, 0.01667272113263607, -0.10432012379169464, -0.002899193437770009, 0.0064083971083164215, -0.06775620579719543, -0.020429620519280434, -0.0035597390960901976, -0.08618222177028656, -0.10774652659893036, -0.03919607400894165, 0.1497519165277481, -0.22654716670513153, -0.01804104633629322, 0.13116781413555145, -0.0635838732123375, 0.09426645189523697, -0.009932144545018673, -0.01741022989153862, 0.03070712462067604, -0.11146318912506104, -0.017648840323090553, -0.010795771144330502, 0.06691869348287582, 0.009470243938267231, -0.18238434195518494, -0.020976651459932327, -0.010948717594146729, -0.07287409156560898, 0.026620082557201385, -0.025891220197081566, -0.1350850909948349, 0.04246589168906212, -0.02826041541993618, -0.10168924182653427, 0.0013283421285450459, 0.012507331557571888, 0.07959924638271332, -0.020242366939783096, 0.11650271713733673, -0.010345930233597755, 0.08110479265451431, -0.1356368362903595, -0.010368571616709232, 0.0032719201408326626, -0.03555653616786003, -0.019045615568757057, 0.03732732683420181, 0.05750872194766998, -0.03686175122857094, 0.19849245250225067, 0.004409855231642723, -0.043036069720983505, 0.05865488201379776, 0.08861469477415085, 0.028621124103665352, 0.05979016050696373, -0.004164635203778744, -0.02924259938299656, -0.03639296069741249, -0.04383708909153938, -0.07569490373134613, -0.08784020692110062, -0.12975576519966125, 0.059121616184711456, 0.19732773303985596, 0.2266184538602829, -0.08544256538152695, 0.100434310734272, -0.14769305288791656, -0.08566944301128387, 0.07430785149335861, -0.005903251934796572, 0.05751136690378189, -0.09322711825370789, 0.1575014293193817, 0.1120176911354065, -0.19255635142326355, 0.11417193710803986, -0.08544695377349854, -0.046183355152606964, -0.02811647765338421, -0.17196138203144073, -0.06634015589952469, -0.013678333722054958, -0.010410027578473091, -0.11692193150520325, 0.12606282532215118, 0.0739370808005333, -0.009098072536289692, -0.04760858044028282, 0.08507773280143738, -0.044574007391929626, -0.10656195133924484, 0.037563081830739975, 0.06328221410512924, 0.01464004348963499, 0.03433242812752724, 0.06314818561077118, -0.0036113893147557974, 0.03958342969417572, 0.10084299743175507, 0.06580933183431625, -0.04296198487281799, 0.007168428041040897, -0.0950009822845459, -0.0547633059322834, 0.02958894707262516, -0.020597295835614204, -0.06273059546947479, 0.21297764778137207, 0.007802197709679604, 0.0215225201100111, 0.031214172020554543, 0.2274181991815567, -0.05000844597816467, -0.09614887088537216, -0.12410128116607666, 0.10356279462575912, -0.02007799781858921, 0.019070299342274666, 0.05589928478002548, -0.12823523581027985, 0.009924336336553097, 0.08638378232717514, 0.18980200588703156, -0.003556650597602129, 0.013057223521173, 0.030344456434249878, 0.023217175155878067, 0.0017753421561792493, -0.013035676442086697, 0.0799863189458847, 0.19602853059768677, -0.07581254094839096, 0.06644365936517715, -0.06145763397216797, -0.012427905574440956, -0.05120323598384857, 0.0672135278582573, 0.008646190166473389, -0.05796576291322708, -0.04416491463780403, 0.1577625572681427, -0.032588377594947815, -0.2310614287853241, -0.00690386351197958, -0.10025651752948761, -0.1179843619465828, -0.0035890231374651194, 0.06532758474349976, 0.030327828601002693, 0.006882040295749903, 0.06999918073415756, -0.047509029507637024, 0.11752528697252274, 0.039293065667152405, -0.060552794486284256, -0.03222784027457237, 0.08830957859754562, -0.054010894149541855, 0.2313152551651001, 0.005834662821143866, 0.0702739730477333, 0.10116972029209137, -0.03390116989612579, -0.10204664617776871, 0.046783220022916794, 0.12260840833187103, -0.07342780381441116, 0.037253499031066895, 0.14449505507946014, 0.006651030853390694, 0.09397117048501968, 0.09316391497850418, -0.007948894053697586, 0.06010871380567551, 0.05628497526049614, -0.015599891543388367, -0.10238129645586014, 0.10306825488805771, -0.15883959829807281, 0.08432972431182861, 0.17483355104923248, -0.03965545818209648, 0.004305101931095123, -0.04899557679891586, 0.016484331339597702, -0.01914677582681179, 0.12494766712188721, 0.009591208770871162, -0.1347387582063675, 0.05151637643575668, -0.040109772235155106, 0.09853559732437134, -0.07374744862318039, -0.06726142019033432, 0.07469554990530014, 0.009257097728550434, -0.07519879937171936, 0.10016243904829025, 0.07593126595020294, -0.02229379676282406, -0.018705230206251144, -0.16534091532230377, 0.01097838394343853, 0.08748935908079147, -0.08525417000055313, 0.015537879429757595 ]
b239d9c437c4d74e643b973d5e57782549aaab81
# Dataset Card for Ethos ## 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:** [ETHOS Hate Speech Dataset](https://github.com/intelligence-csd-auth-gr/Ethos-Hate-Speech-Dataset) - **Repository:**[ETHOS Hate Speech Dataset](https://github.com/intelligence-csd-auth-gr/Ethos-Hate-Speech-Dataset) - **Paper:**[ETHOS: an Online Hate Speech Detection Dataset](https://arxiv.org/abs/2006.08328) ### Dataset Summary ETHOS: onlinE haTe speecH detectiOn dataSet. This repository contains a dataset for hate speech detection on social media platforms, called Ethos. There are two variations of the dataset: - **Ethos_Dataset_Binary**: contains 998 comments in the dataset alongside with a label about hate speech *presence* or *absence*. 565 of them do not contain hate speech, while the rest of them, 433, contain. - **Ethos_Dataset_Multi_Label** which contains 8 labels for the 433 comments with hate speech content. These labels are *violence* (if it incites (1) or not (0) violence), *directed_vs_general* (if it is directed to a person (1) or a group (0)), and 6 labels about the category of hate speech like, *gender*, *race*, *national_origin*, *disability*, *religion* and *sexual_orientation*. ***Ethos /ˈiːθɒs/*** is a Greek word meaning “character” that is used to describe the guiding beliefs or ideals that characterize a community, nation, or ideology. The Greeks also used this word to refer to the power of music to influence emotions, behaviors, and even morals. ### Supported Tasks and Leaderboards [More Information Needed] - `text-classification-other-Hate Speech Detection`, `sentiment-classification`,`multi-label-classification`: The dataset can be used to train a model for hate speech detection. Moreover, it can be used as a benchmark dataset for multi label classification algorithms. ### Languages The text in the dataset is in English. ## Dataset Structure ### Data Instances A typical data point in the binary version comprises a comment, with a `text` containing the text and a `label` describing if a comment contains hate speech content (1 - hate-speech) or not (0 - non-hate-speech). In the multilabel version more labels like *violence* (if it incites (1) or not (0) violence), *directed_vs_general* (if it is directed to a person (1) or a group (0)), and 6 labels about the category of hate speech like, *gender*, *race*, *national_origin*, *disability*, *religion* and *sexual_orientation* are appearing. An example from the binary version, which is offensive, but it does not contain hate speech content: ``` {'text': 'What the fuck stupid people !!!', 'label': '0' } ``` An example from the multi-label version, which contains hate speech content towards women (gender): ``` {'text': 'You should know women's sports are a joke', `violence`: 0, `directed_vs_generalized`: 0, `gender`: 1, `race`: 0, `national_origin`: 0, `disability`: 0, `religion`: 0, `sexual_orientation`: 0 } ``` ### Data Fields Ethos Binary: - `text`: a `string` feature containing the text of the comment. - `label`: a classification label, with possible values including `no_hate_speech`, `hate_speech`. Ethis Multilabel: - `text`: a `string` feature containing the text of the comment. - `violence`: a classification label, with possible values including `not_violent`, `violent`. - `directed_vs_generalized`: a classification label, with possible values including `generalized`, `directed`. - `gender`: a classification label, with possible values including `false`, `true`. - `race`: a classification label, with possible values including `false`, `true`. - `national_origin`: a classification label, with possible values including `false`, `true`. - `disability`: a classification label, with possible values including `false`, `true`. - `religion`: a classification label, with possible values including `false`, `true`. - `sexual_orientation`: a classification label, with possible values including `false`, `true`. ### Data Splits The data is split into binary and multilabel. Multilabel is a subset of the binary version. | | Instances | Labels | | ----- | ------ | ----- | | binary | 998 | 1 | | multilabel | 433 | 8 | ## Dataset Creation ### Curation Rationale The dataset was build by gathering online comments in Youtube videos and reddit comments, from videos and subreddits which may attract hate speech content. ### Source Data #### Initial Data Collection and Normalization The initial data we used are from the hatebusters platform: [Original data used](https://intelligence.csd.auth.gr/topics/hate-speech-detection/), but they were not included in this dataset #### Who are the source language producers? The language producers are users of reddit and Youtube. More informations can be found in this paper: [ETHOS: an Online Hate Speech Detection Dataset](https://arxiv.org/abs/2006.08328) ### Annotations #### Annotation process The annotation process is detailed in the third section of this paper: [ETHOS: an Online Hate Speech Detection Dataset](https://arxiv.org/abs/2006.08328) #### Who are the annotators? Originally anotated by Ioannis Mollas and validated through the Figure8 platform (APEN). ### Personal and Sensitive Information No personal and sensitive information included in the dataset. ## Considerations for Using the Data ### Social Impact of Dataset This dataset will help on the evolution of the automated hate speech detection tools. Those tools have great impact on preventing social issues. ### Discussion of Biases This dataset tries to be unbiased towards its classes and labels. ### Other Known Limitations The dataset is relatively small and should be used combined with larger datasets. ## Additional Information ### Dataset Curators The dataset was initially created by [Intelligent Systems Lab](https://intelligence.csd.auth.gr). ### Licensing Information The licensing status of the datasets is [GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/). ### Citation Information ``` @misc{mollas2020ethos, title={ETHOS: an Online Hate Speech Detection Dataset}, author={Ioannis Mollas and Zoe Chrysopoulou and Stamatis Karlos and Grigorios Tsoumakas}, year={2020}, eprint={2006.08328}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Contributions Thanks to [@iamollas](https://github.com/iamollas) for adding this dataset.
ethos
[ "task_categories:text-classification", "task_ids:multi-label-classification", "task_ids:sentiment-classification", "annotations_creators:crowdsourced", "annotations_creators:expert-generated", "language_creators:found", "language_creators:other", "multilinguality:monolingual", "size_categories:n<1K", "source_datasets:original", "language:en", "license:agpl-3.0", "Hate Speech Detection", "arxiv:2006.08328", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["crowdsourced", "expert-generated"], "language_creators": ["found", "other"], "language": ["en"], "license": ["agpl-3.0"], "multilinguality": ["monolingual"], "size_categories": ["n<1K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-label-classification", "sentiment-classification"], "paperswithcode_id": "ethos", "pretty_name": "onlinE haTe speecH detectiOn dataSet", "config_names": ["binary", "multilabel"], "tags": ["Hate Speech Detection"], "dataset_info": [{"config_name": "binary", "features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "no_hate_speech", "1": "hate_speech"}}}}], "splits": [{"name": "train", "num_bytes": 124823, "num_examples": 998}], "download_size": 123919, "dataset_size": 124823}, {"config_name": "multilabel", "features": [{"name": "text", "dtype": "string"}, {"name": "violence", "dtype": {"class_label": {"names": {"0": "not_violent", "1": "violent"}}}}, {"name": "directed_vs_generalized", "dtype": {"class_label": {"names": {"0": "generalied", "1": "directed"}}}}, {"name": "gender", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "race", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "national_origin", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "disability", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "religion", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}, {"name": "sexual_orientation", "dtype": {"class_label": {"names": {"0": "false", "1": "true"}}}}], "splits": [{"name": "train", "num_bytes": 79112, "num_examples": 433}], "download_size": 62836, "dataset_size": 79112}]}
2024-01-18T11:03:20+00:00
[ "2006.08328" ]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-multi-label-classification #task_ids-sentiment-classification #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #language_creators-other #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-agpl-3.0 #Hate Speech Detection #arxiv-2006.08328 #region-us
Dataset Card for Ethos ====================== 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: ETHOS Hate Speech Dataset * Repository:ETHOS Hate Speech Dataset * Paper:ETHOS: an Online Hate Speech Detection Dataset ### Dataset Summary ETHOS: onlinE haTe speecH detectiOn dataSet. This repository contains a dataset for hate speech detection on social media platforms, called Ethos. There are two variations of the dataset: * Ethos\_Dataset\_Binary: contains 998 comments in the dataset alongside with a label about hate speech *presence* or *absence*. 565 of them do not contain hate speech, while the rest of them, 433, contain. * Ethos\_Dataset\_Multi\_Label which contains 8 labels for the 433 comments with hate speech content. These labels are *violence* (if it incites (1) or not (0) violence), *directed\_vs\_general* (if it is directed to a person (1) or a group (0)), and 6 labels about the category of hate speech like, *gender*, *race*, *national\_origin*, *disability*, *religion* and *sexual\_orientation*. *Ethos /ˈiːθɒs/* is a Greek word meaning “character” that is used to describe the guiding beliefs or ideals that characterize a community, nation, or ideology. The Greeks also used this word to refer to the power of music to influence emotions, behaviors, and even morals. ### Supported Tasks and Leaderboards * 'text-classification-other-Hate Speech Detection', 'sentiment-classification','multi-label-classification': The dataset can be used to train a model for hate speech detection. Moreover, it can be used as a benchmark dataset for multi label classification algorithms. ### Languages The text in the dataset is in English. Dataset Structure ----------------- ### Data Instances A typical data point in the binary version comprises a comment, with a 'text' containing the text and a 'label' describing if a comment contains hate speech content (1 - hate-speech) or not (0 - non-hate-speech). In the multilabel version more labels like *violence* (if it incites (1) or not (0) violence), *directed\_vs\_general* (if it is directed to a person (1) or a group (0)), and 6 labels about the category of hate speech like, *gender*, *race*, *national\_origin*, *disability*, *religion* and *sexual\_orientation* are appearing. An example from the binary version, which is offensive, but it does not contain hate speech content: An example from the multi-label version, which contains hate speech content towards women (gender): ### Data Fields Ethos Binary: * 'text': a 'string' feature containing the text of the comment. * 'label': a classification label, with possible values including 'no\_hate\_speech', 'hate\_speech'. Ethis Multilabel: * 'text': a 'string' feature containing the text of the comment. * 'violence': a classification label, with possible values including 'not\_violent', 'violent'. * 'directed\_vs\_generalized': a classification label, with possible values including 'generalized', 'directed'. * 'gender': a classification label, with possible values including 'false', 'true'. * 'race': a classification label, with possible values including 'false', 'true'. * 'national\_origin': a classification label, with possible values including 'false', 'true'. * 'disability': a classification label, with possible values including 'false', 'true'. * 'religion': a classification label, with possible values including 'false', 'true'. * 'sexual\_orientation': a classification label, with possible values including 'false', 'true'. ### Data Splits The data is split into binary and multilabel. Multilabel is a subset of the binary version. Instances: binary, Labels: 998 Instances: multilabel, Labels: 433 Dataset Creation ---------------- ### Curation Rationale The dataset was build by gathering online comments in Youtube videos and reddit comments, from videos and subreddits which may attract hate speech content. ### Source Data #### Initial Data Collection and Normalization The initial data we used are from the hatebusters platform: Original data used, but they were not included in this dataset #### Who are the source language producers? The language producers are users of reddit and Youtube. More informations can be found in this paper: ETHOS: an Online Hate Speech Detection Dataset ### Annotations #### Annotation process The annotation process is detailed in the third section of this paper: ETHOS: an Online Hate Speech Detection Dataset #### Who are the annotators? Originally anotated by Ioannis Mollas and validated through the Figure8 platform (APEN). ### Personal and Sensitive Information No personal and sensitive information included in the dataset. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset This dataset will help on the evolution of the automated hate speech detection tools. Those tools have great impact on preventing social issues. ### Discussion of Biases This dataset tries to be unbiased towards its classes and labels. ### Other Known Limitations The dataset is relatively small and should be used combined with larger datasets. Additional Information ---------------------- ### Dataset Curators The dataset was initially created by Intelligent Systems Lab. ### Licensing Information The licensing status of the datasets is GNU GPLv3. ### Contributions Thanks to @iamollas for adding this dataset.
[ "### Dataset Summary\n\n\nETHOS: onlinE haTe speecH detectiOn dataSet. This repository contains a dataset for hate speech detection on social media platforms, called Ethos. There are two variations of the dataset:\n\n\n* Ethos\\_Dataset\\_Binary: contains 998 comments in the dataset alongside with a label about hate speech *presence* or *absence*. 565 of them do not contain hate speech, while the rest of them, 433, contain.\n* Ethos\\_Dataset\\_Multi\\_Label which contains 8 labels for the 433 comments with hate speech content. These labels are *violence* (if it incites (1) or not (0) violence), *directed\\_vs\\_general* (if it is directed to a person (1) or a group (0)), and 6 labels about the category of hate speech like, *gender*, *race*, *national\\_origin*, *disability*, *religion* and *sexual\\_orientation*.\n\n\n*Ethos /ˈiːθɒs/*\nis a Greek word meaning “character” that is used to describe the guiding beliefs or ideals that characterize a community, nation, or ideology. The Greeks also used this word to refer to the power of music to influence emotions, behaviors, and even morals.", "### Supported Tasks and Leaderboards\n\n\n* 'text-classification-other-Hate Speech Detection', 'sentiment-classification','multi-label-classification': The dataset can be used to train a model for hate speech detection. Moreover, it can be used as a benchmark dataset for multi label classification algorithms.", "### Languages\n\n\nThe text in the dataset is in English.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point in the binary version comprises a comment, with a 'text' containing the text and a 'label' describing if a comment contains hate speech content (1 - hate-speech) or not (0 - non-hate-speech). In the multilabel version more labels like *violence* (if it incites (1) or not (0) violence), *directed\\_vs\\_general* (if it is directed to a person (1) or a group (0)), and 6 labels about the category of hate speech like, *gender*, *race*, *national\\_origin*, *disability*, *religion* and *sexual\\_orientation* are appearing.\n\n\nAn example from the binary version, which is offensive, but it does not contain hate speech content:\n\n\nAn example from the multi-label version, which contains hate speech content towards women (gender):", "### Data Fields\n\n\nEthos Binary:\n\n\n* 'text': a 'string' feature containing the text of the comment.\n* 'label': a classification label, with possible values including 'no\\_hate\\_speech', 'hate\\_speech'.\n\n\nEthis Multilabel:\n\n\n* 'text': a 'string' feature containing the text of the comment.\n* 'violence': a classification label, with possible values including 'not\\_violent', 'violent'.\n* 'directed\\_vs\\_generalized': a classification label, with possible values including 'generalized', 'directed'.\n* 'gender': a classification label, with possible values including 'false', 'true'.\n* 'race': a classification label, with possible values including 'false', 'true'.\n* 'national\\_origin': a classification label, with possible values including 'false', 'true'.\n* 'disability': a classification label, with possible values including 'false', 'true'.\n* 'religion': a classification label, with possible values including 'false', 'true'.\n* 'sexual\\_orientation': a classification label, with possible values including 'false', 'true'.", "### Data Splits\n\n\nThe data is split into binary and multilabel. Multilabel is a subset of the binary version.\n\n\nInstances: binary, Labels: 998\nInstances: multilabel, Labels: 433\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was build by gathering online comments in Youtube videos and reddit comments, from videos and subreddits which may attract hate speech content.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe initial data we used are from the hatebusters platform: Original data used, but they were not included in this dataset", "#### Who are the source language producers?\n\n\nThe language producers are users of reddit and Youtube. More informations can be found in this paper: ETHOS: an Online Hate Speech Detection Dataset", "### Annotations", "#### Annotation process\n\n\nThe annotation process is detailed in the third section of this paper: ETHOS: an Online Hate Speech Detection Dataset", "#### Who are the annotators?\n\n\nOriginally anotated by Ioannis Mollas and validated through the Figure8 platform (APEN).", "### Personal and Sensitive Information\n\n\nNo personal and sensitive information included in the dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThis dataset will help on the evolution of the automated hate speech detection tools. Those tools have great impact on preventing social issues.", "### Discussion of Biases\n\n\nThis dataset tries to be unbiased towards its classes and labels.", "### Other Known Limitations\n\n\nThe dataset is relatively small and should be used combined with larger datasets.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe dataset was initially created by Intelligent Systems Lab.", "### Licensing Information\n\n\nThe licensing status of the datasets is GNU GPLv3.", "### Contributions\n\n\nThanks to @iamollas for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-label-classification #task_ids-sentiment-classification #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #language_creators-other #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-agpl-3.0 #Hate Speech Detection #arxiv-2006.08328 #region-us \n", "### Dataset Summary\n\n\nETHOS: onlinE haTe speecH detectiOn dataSet. This repository contains a dataset for hate speech detection on social media platforms, called Ethos. There are two variations of the dataset:\n\n\n* Ethos\\_Dataset\\_Binary: contains 998 comments in the dataset alongside with a label about hate speech *presence* or *absence*. 565 of them do not contain hate speech, while the rest of them, 433, contain.\n* Ethos\\_Dataset\\_Multi\\_Label which contains 8 labels for the 433 comments with hate speech content. These labels are *violence* (if it incites (1) or not (0) violence), *directed\\_vs\\_general* (if it is directed to a person (1) or a group (0)), and 6 labels about the category of hate speech like, *gender*, *race*, *national\\_origin*, *disability*, *religion* and *sexual\\_orientation*.\n\n\n*Ethos /ˈiːθɒs/*\nis a Greek word meaning “character” that is used to describe the guiding beliefs or ideals that characterize a community, nation, or ideology. The Greeks also used this word to refer to the power of music to influence emotions, behaviors, and even morals.", "### Supported Tasks and Leaderboards\n\n\n* 'text-classification-other-Hate Speech Detection', 'sentiment-classification','multi-label-classification': The dataset can be used to train a model for hate speech detection. Moreover, it can be used as a benchmark dataset for multi label classification algorithms.", "### Languages\n\n\nThe text in the dataset is in English.\n\n\nDataset Structure\n-----------------", "### Data Instances\n\n\nA typical data point in the binary version comprises a comment, with a 'text' containing the text and a 'label' describing if a comment contains hate speech content (1 - hate-speech) or not (0 - non-hate-speech). In the multilabel version more labels like *violence* (if it incites (1) or not (0) violence), *directed\\_vs\\_general* (if it is directed to a person (1) or a group (0)), and 6 labels about the category of hate speech like, *gender*, *race*, *national\\_origin*, *disability*, *religion* and *sexual\\_orientation* are appearing.\n\n\nAn example from the binary version, which is offensive, but it does not contain hate speech content:\n\n\nAn example from the multi-label version, which contains hate speech content towards women (gender):", "### Data Fields\n\n\nEthos Binary:\n\n\n* 'text': a 'string' feature containing the text of the comment.\n* 'label': a classification label, with possible values including 'no\\_hate\\_speech', 'hate\\_speech'.\n\n\nEthis Multilabel:\n\n\n* 'text': a 'string' feature containing the text of the comment.\n* 'violence': a classification label, with possible values including 'not\\_violent', 'violent'.\n* 'directed\\_vs\\_generalized': a classification label, with possible values including 'generalized', 'directed'.\n* 'gender': a classification label, with possible values including 'false', 'true'.\n* 'race': a classification label, with possible values including 'false', 'true'.\n* 'national\\_origin': a classification label, with possible values including 'false', 'true'.\n* 'disability': a classification label, with possible values including 'false', 'true'.\n* 'religion': a classification label, with possible values including 'false', 'true'.\n* 'sexual\\_orientation': a classification label, with possible values including 'false', 'true'.", "### Data Splits\n\n\nThe data is split into binary and multilabel. Multilabel is a subset of the binary version.\n\n\nInstances: binary, Labels: 998\nInstances: multilabel, Labels: 433\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was build by gathering online comments in Youtube videos and reddit comments, from videos and subreddits which may attract hate speech content.", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe initial data we used are from the hatebusters platform: Original data used, but they were not included in this dataset", "#### Who are the source language producers?\n\n\nThe language producers are users of reddit and Youtube. More informations can be found in this paper: ETHOS: an Online Hate Speech Detection Dataset", "### Annotations", "#### Annotation process\n\n\nThe annotation process is detailed in the third section of this paper: ETHOS: an Online Hate Speech Detection Dataset", "#### Who are the annotators?\n\n\nOriginally anotated by Ioannis Mollas and validated through the Figure8 platform (APEN).", "### Personal and Sensitive Information\n\n\nNo personal and sensitive information included in the dataset.\n\n\nConsiderations for Using the Data\n---------------------------------", "### Social Impact of Dataset\n\n\nThis dataset will help on the evolution of the automated hate speech detection tools. Those tools have great impact on preventing social issues.", "### Discussion of Biases\n\n\nThis dataset tries to be unbiased towards its classes and labels.", "### Other Known Limitations\n\n\nThe dataset is relatively small and should be used combined with larger datasets.\n\n\nAdditional Information\n----------------------", "### Dataset Curators\n\n\nThe dataset was initially created by Intelligent Systems Lab.", "### Licensing Information\n\n\nThe licensing status of the datasets is GNU GPLv3.", "### Contributions\n\n\nThanks to @iamollas for adding this dataset." ]
[ 136, 314, 79, 21, 204, 300, 56, 39, 4, 36, 43, 5, 32, 31, 29, 37, 25, 33, 18, 23, 17 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-label-classification #task_ids-sentiment-classification #annotations_creators-crowdsourced #annotations_creators-expert-generated #language_creators-found #language_creators-other #multilinguality-monolingual #size_categories-n<1K #source_datasets-original #language-English #license-agpl-3.0 #Hate Speech Detection #arxiv-2006.08328 #region-us \n### Dataset Summary\n\n\nETHOS: onlinE haTe speecH detectiOn dataSet. This repository contains a dataset for hate speech detection on social media platforms, called Ethos. There are two variations of the dataset:\n\n\n* Ethos\\_Dataset\\_Binary: contains 998 comments in the dataset alongside with a label about hate speech *presence* or *absence*. 565 of them do not contain hate speech, while the rest of them, 433, contain.\n* Ethos\\_Dataset\\_Multi\\_Label which contains 8 labels for the 433 comments with hate speech content. These labels are *violence* (if it incites (1) or not (0) violence), *directed\\_vs\\_general* (if it is directed to a person (1) or a group (0)), and 6 labels about the category of hate speech like, *gender*, *race*, *national\\_origin*, *disability*, *religion* and *sexual\\_orientation*.\n\n\n*Ethos /ˈiːθɒs/*\nis a Greek word meaning “character” that is used to describe the guiding beliefs or ideals that characterize a community, nation, or ideology. The Greeks also used this word to refer to the power of music to influence emotions, behaviors, and even morals.", "passage: ### Supported Tasks and Leaderboards\n\n\n* 'text-classification-other-Hate Speech Detection', 'sentiment-classification','multi-label-classification': The dataset can be used to train a model for hate speech detection. Moreover, it can be used as a benchmark dataset for multi label classification algorithms.### Languages\n\n\nThe text in the dataset is in English.\n\n\nDataset Structure\n-----------------### Data Instances\n\n\nA typical data point in the binary version comprises a comment, with a 'text' containing the text and a 'label' describing if a comment contains hate speech content (1 - hate-speech) or not (0 - non-hate-speech). In the multilabel version more labels like *violence* (if it incites (1) or not (0) violence), *directed\\_vs\\_general* (if it is directed to a person (1) or a group (0)), and 6 labels about the category of hate speech like, *gender*, *race*, *national\\_origin*, *disability*, *religion* and *sexual\\_orientation* are appearing.\n\n\nAn example from the binary version, which is offensive, but it does not contain hate speech content:\n\n\nAn example from the multi-label version, which contains hate speech content towards women (gender):" ]
[ -0.04444102942943573, 0.14724776148796082, -0.00587314972653985, 0.09056046605110168, 0.04941426217556, 0.030246198177337646, 0.1412530392408371, 0.07441123574972153, 0.15662342309951782, 0.04918317124247551, 0.025951460003852844, -0.00719858705997467, 0.015485180541872978, 0.08988989889621735, -0.014013552106916904, -0.21435019373893738, 0.009009466506540775, -0.03584831953048706, 0.022122090682387352, 0.11282944679260254, 0.1558709740638733, -0.02720578759908676, 0.029515523463487625, -0.07517173886299133, -0.05412343144416809, 0.025115294381976128, 0.024426721036434174, -0.008398370817303658, 0.08107512444257736, 0.11614455282688141, 0.11669978499412537, -0.06036579608917236, -0.005382371135056019, -0.165055513381958, 0.03279658034443855, 0.0724356397986412, -0.021438835188746452, -0.014626860618591309, 0.07880549877882004, -0.16416950523853302, 0.21773093938827515, -0.12650342285633087, 0.02725084498524666, 0.10508356243371964, -0.14590372145175934, -0.22289976477622986, -0.06417644023895264, 0.15120181441307068, 0.11124791204929352, -0.01817205362021923, -0.11076736450195312, 0.07029682397842407, 0.01802542433142662, 0.11632407456636429, 0.12759503722190857, -0.009218948893249035, -0.06006844714283943, -0.05349224805831909, -0.011195625178515911, 0.12630344927310944, -0.12565740942955017, 0.02337433397769928, 0.02509763464331627, 0.03258611261844635, 0.000889800488948822, -0.11270877718925476, -0.022861365228891373, -0.044717006385326385, -0.13105835020542145, -0.03735099360346794, 0.14432699978351593, 0.09253153949975967, -0.03723158687353134, -0.14651036262512207, -0.031126633286476135, 0.03550957143306732, 0.001278625917620957, -0.009087749756872654, -0.041105352342128754, -0.010985449887812138, 0.10087162256240845, -0.03915730491280556, -0.05340767651796341, 0.034237369894981384, -0.02827369049191475, 0.27067193388938904, -0.02681790292263031, 0.0005007535219192505, 0.0037468168884515762, -0.05659312754869461, -0.09894707798957825, -0.08353853970766068, 0.006072430871427059, -0.060908228158950806, -0.1474151909351349, 0.008717920631170273, -0.07172758877277374, -0.042578041553497314, 0.05965043976902962, 0.02982417307794094, -0.005504889413714409, 0.054769765585660934, -0.21738159656524658, 0.0184082742780447, 0.15138080716133118, 0.03378080576658249, -0.02461160346865654, -0.00806761346757412, 0.01304288674145937, 0.030155716463923454, 0.12143583595752716, -0.005113865714520216, -0.06302708387374878, 0.007083565928041935, 0.014663905836641788, 0.14022892713546753, 0.03418430685997009, 0.0675586611032486, -0.09277914464473724, -0.01703711971640587, -0.03382498398423195, -0.1390075981616974, 0.06985373795032501, 0.10456657409667969, 0.03713948652148247, -0.03241811692714691, -0.014861267060041428, -0.014027120545506477, 0.011479891836643219, -0.0036743581295013428, -0.04070764034986496, 0.0691974014043808, -0.08701422810554504, -0.10143104940652847, 0.060704462230205536, 0.028616303578019142, -0.07931866496801376, -0.06293156743049622, -0.041223760694265366, -0.03770051151514053, -0.05177409201860428, -0.03761863708496094, 0.006743628531694412, -0.036627329885959625, 0.05831803008913994, 0.021655213087797165, 0.02826360985636711, -0.07612382620573044, -0.029428623616695404, 0.07314476370811462, -0.024793559685349464, 0.10740320384502411, 0.05934838950634003, -0.021780233830213547, -0.03755751624703407, 0.09703247249126434, -0.15074482560157776, 0.10504782199859619, -0.16821208596229553, -0.021263809874653816, -0.039651867002248764, -0.027878858149051666, -0.00982337724417448, 0.058736652135849, -0.03455907106399536, 0.16614918410778046, -0.2663194537162781, -0.023822713643312454, 0.1346963346004486, -0.18881163001060486, -0.024134503677487373, 0.14480996131896973, -0.037832677364349365, -0.0377289243042469, 0.08906804025173187, 0.1667325794696808, -0.05159170553088188, -0.04158349707722664, -0.04294072091579437, 0.031421832740306854, -0.10537479817867279, 0.2310503125190735, 0.04084876924753189, -0.05944241210818291, 0.0298687145113945, -0.05102309212088585, 0.172160804271698, -0.004873259924352169, 0.009383457712829113, -0.056236229836940765, -0.00001424131914973259, 0.03752804547548294, 0.13104285299777985, -0.007948477752506733, -0.16905394196510315, -0.053352296352386475, -0.08482779562473297, -0.04350707679986954, 0.10665880143642426, -0.007237753365188837, 0.06338100135326385, -0.11051853001117706, -0.014268375001847744, 0.014589594677090645, -0.033095795661211014, -0.2018493115901947, -0.19073878228664398, -0.03538525849580765, -0.05182606354355812, 0.11742526292800903, 0.04263971745967865, 0.008319752290844917, -0.01975545845925808, -0.04886367917060852, 0.08685962855815887, -0.01394493319094181, 0.012109416536986828, -0.04426145181059837, -0.14313432574272156, 0.01821691356599331, -0.030587902292609215, 0.1519061028957367, -0.21019883453845978, 0.025143280625343323, 0.26041457056999207, 0.11092905700206757, 0.05783793330192566, -0.0005661137402057648, 0.11471408605575562, 0.07754054665565491, -0.00035790354013442993, -0.07159172743558884, 0.014965114183723927, -0.04380999505519867, -0.08875482529401779, 0.06187130883336067, -0.19352445006370544, -0.11722181737422943, 0.08316590636968613, 0.03718496486544609, -0.09835689514875412, 0.055805109441280365, -0.019744306802749634, 0.0033128485083580017, 0.0023401593789458275, -0.04511512815952301, -0.03560492396354675, 0.04007888585329056, 0.010673139244318008, -0.05535740405321121, -0.028729557991027832, -0.01802617311477661, -0.05619543045759201, -0.10465914756059647, 0.1040048822760582, 0.04896526783704758, -0.2867542505264282, 0.1468367576599121, 0.14230304956436157, -0.060164328664541245, 0.15488176047801971, 0.010455864481627941, 0.004746036604046822, -0.08575056493282318, -0.0629330426454544, 0.007872842252254486, 0.10392635315656662, -0.09713658690452576, 0.025328120216727257, 0.0019640768878161907, -0.03979998081922531, -0.03006378561258316, -0.06896636635065079, 0.01916801929473877, -0.03992077708244324, -0.02044118195772171, -0.07076381146907806, 0.018731290474534035, 0.039222415536642075, 0.12103281915187836, -0.019643140956759453, -0.04058694839477539, 0.02107776701450348, -0.03379765525460243, -0.13297605514526367, 0.07138686627149582, -0.148948073387146, -0.24545961618423462, -0.022011293098330498, -0.07992017269134521, -0.11516562104225159, 0.04838167503476143, 0.011867954395711422, -0.07670663297176361, -0.03351520374417305, -0.050183236598968506, 0.116659015417099, -0.022208010777831078, -0.03449978679418564, -0.08654141426086426, 0.06344957649707794, -0.006712695583701134, -0.08748561143875122, 0.004965232685208321, -0.03092365711927414, -0.014878297224640846, 0.027462299913167953, -0.03306763246655464, 0.0537436306476593, 0.14583814144134521, 0.116798996925354, -0.04449855908751488, -0.10260896384716034, 0.14120452105998993, -0.1441020667552948, 0.03193341940641403, -0.005046257749199867, -0.17395710945129395, 0.05327879637479782, 0.16577398777008057, 0.02162526547908783, -0.09274952113628387, 0.023161660879850388, 0.12812982499599457, 0.007544988300651312, -0.11376860737800598, -0.10561279207468033, -0.07731278240680695, 0.009432429447770119, 0.02872140146791935, 0.06087377667427063, -0.06191353499889374, 0.0014028199948370457, -0.053676068782806396, -0.061218418180942535, 0.04956210404634476, 0.06699429452419281, 0.19934147596359253, -0.043436530977487564, 0.057818055152893066, -0.06462067365646362, -0.00455096922814846, 0.09605176001787186, -0.0458114892244339, 0.18147924542427063, -0.013012126088142395, 0.115768663585186, 0.11640743166208267, 0.01819305121898651, 0.05934124439954758, -0.04970172047615051, 0.04151890054345131, -0.00006331503391265869, -0.024035638198256493, -0.07683706283569336, -0.07137658447027206, 0.030709033831954002, 0.09067480266094208, -0.04365847259759903, 0.060606129467487335, -0.1354985237121582, 0.16132229566574097, 0.11552311480045319, 0.0409860759973526, -0.11396469920873642, 0.00754936970770359, 0.10403696447610855, 0.005335778463631868, -0.029114363715052605, 0.006144398357719183, 0.0896923616528511, -0.10414616763591766, 0.18911457061767578, -0.007562391925603151, 0.054517392069101334, -0.09777478873729706, -0.03753485530614853, -0.06719774007797241, -0.011415081098675728, -0.05793439596891403, 0.08791324496269226, -0.21730276942253113, 0.22222304344177246, 0.030050627887248993, -0.040612008422613144, -0.12392956763505936, -0.056715697050094604, 0.06367730349302292, 0.15738442540168762, 0.14200261235237122, 0.017604732885956764, -0.12534686923027039, -0.11796550452709198, 0.013920571655035019, 0.02262348309159279, 0.12106066942214966, -0.04324795678257942, 0.05186054855585098, 0.007282365579158068, -0.033424731343984604, -0.020116887986660004, 0.0056296479888260365, -0.12760478258132935, -0.14475253224372864, 0.03702769801020622, 0.02919037453830242, -0.0424567274749279, -0.04447353631258011, -0.0645952820777893, 0.06797454506158829, 0.16647353768348694, -0.09019999951124191, -0.08346319943666458, -0.12350665032863617, 0.014087919145822525, 0.06906665861606598, -0.051050953567028046, -0.024898461997509003, 0.025414958596229553, 0.21013301610946655, -0.0772249773144722, 0.004436888266354799, 0.11247248947620392, -0.03968830034136772, -0.1129024475812912, -0.06172367185354233, 0.21731340885162354, 0.0867156907916069, 0.09236125648021698, 0.0072064525447785854, 0.09921379387378693, 0.09733351320028305, -0.12021805346012115, 0.037022970616817474, 0.07826724648475647, -0.08736994117498398, 0.14630353450775146, -0.0225769504904747, -0.13783296942710876, -0.10832074284553528, -0.05630000680685043, 0.15889397263526917, 0.17878812551498413, -0.011561397463083267, 0.07446310669183731, 0.09916727244853973, -0.1096172034740448, -0.22607463598251343, -0.03971805423498154, 0.07304510474205017, -0.01825828291475773, 0.07808475196361542, -0.17049431800842285, -0.05628000199794769, 0.05839165300130844, 0.0074251675978302956, 0.03251180425286293, -0.11677639186382294, -0.12051394581794739, 0.11700253188610077, 0.060728754848241806, -0.15434980392456055, -0.09695333242416382, -0.0431421734392643, -0.08707086741924286, 0.02628219500184059, 0.269902765750885, -0.07472483813762665, 0.02641264908015728, 0.03643593192100525, 0.020903687924146652, 0.03608905151486397, 0.018301062285900116, 0.17180019617080688, 0.03884416073560715, 0.11081868410110474, -0.1345006823539734, -0.18790224194526672, 0.11831297725439072, -0.028040749952197075, -0.02565762773156166, -0.03840124234557152, -0.0900319367647171, -0.1127573773264885, -0.08583150058984756, -0.06100285053253174, 0.0374036505818367, -0.081163689494133, -0.04428735375404358, -0.07017196714878082, 0.030664974823594093, -0.06097368523478508, -0.044091902673244476, 0.08347184211015701, -0.17094287276268005, 0.05705760791897774, 0.09059856086969376, 0.1970353126525879, 0.0702228844165802, -0.09012196958065033, -0.009261124767363071, -0.02033952996134758, 0.0007065571844577789, -0.10192802548408508, 0.03209766000509262, 0.01105978898704052, -0.011510569602251053, 0.18996447324752808, -0.01256210170686245, -0.07012660056352615, 0.10396404564380646, 0.08483165502548218, -0.039886392652988434, -0.22958271205425262, 0.00865334551781416, -0.11544734239578247, -0.18868237733840942, -0.15348488092422485, 0.13473570346832275, 0.05406130105257034, -0.0034531783312559128, -0.027011863887310028, 0.08137089014053345, -0.015657570213079453, -0.03478570282459259, 0.1064576655626297, 0.04657970741391182, -0.016802430152893066, 0.05666352063417435, 0.08936488628387451, -0.07730893045663834, 0.06611894071102142, 0.24518892168998718, -0.08148927986621857, -0.09276194870471954, -0.1277959942817688, 0.14531433582305908, 0.07543863356113434, -0.06893245875835419, 0.030879909172654152, -0.09230251610279083, -0.00907596293836832, 0.19459159672260284, 0.006048031151294708, 0.13198886811733246, -0.039498165249824524, -0.04772680252790451, 0.04171203821897507, 0.08695420622825623, -0.02132379822432995, -0.01631544902920723, -0.04322415590286255, 0.08293074369430542, 0.03162345662713051, 0.02708917111158371, -0.013347091153264046, -0.10516747832298279, -0.08178316056728363, 0.004430602770298719, -0.05139604210853577, 0.0257538054138422, -0.06975901871919632, 0.07915952801704407, 0.01940573751926422, -0.05962749570608139, -0.01568731665611267, -0.013466322794556618, -0.04699504375457764, 0.044135067611932755, 0.017452914267778397, 0.0835244357585907, -0.1774267554283142, -0.02230103686451912, 0.11766558885574341, -0.04386936500668526, 0.13168662786483765, 0.015917491167783737, -0.09232630580663681, 0.029666993767023087, -0.18340077996253967, 0.011718771420419216, 0.02511124312877655, 0.03275822103023529, -0.022972339764237404, -0.11787697672843933, 0.005055899731814861, -0.004135314840823412, 0.07928138971328735, 0.09395033121109009, 0.046268198639154434, -0.03974339738488197, 0.13334500789642334, 0.10195735096931458, -0.11302707344293594, -0.01753622479736805, 0.03913576155900955, 0.055161479860544205, 0.025510217994451523, 0.07985567301511765, -0.028917938470840454, 0.03676909953355789, -0.12438170611858368, 0.006320726592093706, -0.019137607887387276, 0.0034332694485783577, -0.04896948114037514, -0.05765736103057861, 0.0755075216293335, -0.007283481303602457, 0.11565831303596497, 0.039546556770801544, -0.055036745965480804, 0.09568966925144196, 0.055726245045661926, -0.03586377203464508, 0.021406788378953934, 0.008870229125022888, -0.025225115939974785, -0.07434482872486115, 0.01686551608145237, -0.07766582071781158, 0.004624767228960991, -0.07940533757209778, 0.10701292753219604, 0.06639951467514038, 0.2013722062110901, -0.0392063744366169, 0.04031461477279663, -0.06318852305412292, 0.017833493649959564, 0.08601586520671844, -0.02401389554142952, 0.0034436024725437164, -0.11826017498970032, 0.018256234005093575, 0.06600802391767502, -0.0708514153957367, 0.04544243589043617, -0.03388461843132973, -0.09666408598423004, -0.08863779902458191, -0.2452954649925232, -0.06920850276947021, -0.014091014862060547, 0.02541915327310562, -0.06336044520139694, 0.040036641061306, 0.08005661517381668, 0.038826484233140945, 0.004362940322607756, 0.055357515811920166, -0.08568529039621353, -0.07854069024324417, 0.017837543040513992, 0.007774146273732185, 0.05250903591513634, 0.009868962690234184, 0.027520857751369476, 0.041577693074941635, -0.04500070959329605, 0.0635785460472107, 0.07136599719524384, 0.027271125465631485, 0.019743554294109344, -0.22588321566581726, -0.050685442984104156, 0.05085749179124832, 0.046681828796863556, 0.019901307299733162, 0.18531569838523865, 0.09107540547847748, 0.046070292592048645, 0.028428662568330765, 0.16276752948760986, 0.03582356125116348, -0.15011417865753174, -0.11028861999511719, 0.1718493402004242, -0.08271988481283188, 0.010538945905864239, -0.06690501421689987, -0.12176790833473206, 0.03570111095905304, -0.0021746333222836256, 0.131490096449852, -0.07968343049287796, 0.05681724101305008, -0.056539781391620636, 0.054689228534698486, 0.006240470334887505, -0.0033199486788362265, 0.0039509497582912445, 0.2135755568742752, -0.04873966425657272, 0.06996437907218933, 0.022442074492573738, -0.032993778586387634, -0.028802303597331047, 0.039044443517923355, -0.03984517976641655, 0.023339690640568733, -0.038454946130514145, 0.16272473335266113, 0.051698632538318634, -0.13779333233833313, -0.022745894268155098, -0.0967787504196167, -0.11724302172660828, 0.04068506136536598, -0.02316984534263611, 0.08822251856327057, 0.05645564943552017, 0.028778057545423508, -0.12923663854599, 0.14603695273399353, 0.008905583992600441, -0.0554095134139061, -0.09194205701351166, 0.09428979456424713, -0.08309706300497055, 0.12235257029533386, 0.011671874672174454, 0.17295889556407928, 0.10708902776241302, -0.025127431377768517, -0.05983057618141174, 0.09213100373744965, 0.08208531141281128, 0.07032562792301178, -0.04481266811490059, 0.15368854999542236, -0.028947418555617332, 0.0782337486743927, 0.08732616901397705, 0.024744657799601555, 0.10150162130594254, -0.07939404994249344, -0.079172283411026, -0.029693324118852615, 0.07123076170682907, -0.15716159343719482, 0.04686890169978142, 0.1070270910859108, -0.014335197396576405, -0.050538815557956696, -0.029406055808067322, -0.04639338701963425, -0.058475904166698456, 0.03754383698105812, 0.020337935537099838, -0.09503178298473358, -0.0387108214199543, 0.022791292518377304, 0.0678224265575409, -0.10300639271736145, -0.06146659329533577, 0.04517607390880585, 0.03107551485300064, 0.008917275816202164, 0.03711050748825073, -0.020191865041851997, -0.03304152190685272, -0.05988215282559395, -0.25279760360717773, 0.06357939541339874, 0.0661986768245697, -0.01416056975722313, 0.0009757752995938063 ]
058695fbd683917c61e2cade090e6c44e85ea0c7
# Dataset Card for the RegIR datasets ## 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://archive.org/details/eacl2021_regir_datasets - **Repository:** https://archive.org/details/eacl2021_regir_datasets - **Paper:** https://arxiv.org/abs/2101.10726 - **Leaderboard:** N/A - **Point of Contact:** [Ilias Chalkidis](mailto:ihalk@aueb.gr) ### Dataset Summary The European Union (EU) has a legislation scheme analogous to regulatory compliance for organizations. According to the Treaty on the Functioning of the European Union (TFEU), all published EU directives must take effect at the national level. Thus, all EU member states must adopt a law to transpose a newly issued directive within the period set by the directive (typically 2 years). Here, we have two datasets, EU2UK and UK2EU, containing EU directives and UK regulations, which can serve both as queries and documents under the ground truth assumption that a UK law is relevant to the EU directives it transposes and vice versa. ### Supported Tasks and Leaderboards The dataset supports: **EU2UK** (`eu2uk`): Given an EU directive *Q*, retrieve the set of relevant documents from the pool of all available UK regulations. Relevant documents are those that transpose the EU directive (*Q*). **UK2EU** (`uk2eu`): Given a UK regulation *Q*, retrieve the set of relevant documents from the pool of all available EU directives. Relevant documents are those that are being transposed by the UK regulations (*Q*). ### Languages All documents are written in English. ## Dataset Structure ### Data Instances ```json { "document_id": "31977L0794", "publication_year": "1977", "text": "Commission Directive 77/794/EEC ... of agricultural levies and customs duties", "relevant_documents": ["UKPGA19800048", "UKPGA19770036"] } ``` ### Data Fields The following data fields are provided for query documents (`train`, `dev`, `test`): `document_id`: (**str**) The ID of the document.\ `publication_year`: (**str**) The publication year of the document.\ `text`: (**str**) The text of the document.\ `relevant_documents`: (**List[str]**) The list of relevant documents, as represented by their `document_id`. The following data fields are provided for corpus documents (`corpus`): `document_id`: (**str**) The ID of the document.\ `publication_year`: (**str**) The publication year of the document.\ `text`: (**str**) The text of the document.\ ### Data Splits #### EU2UK dataset | Split | No of Queries | Avg. relevant documents | | ------------------- | ------------------------------------ | --- | | Train | 1,400 | 1.79 | |Development | 300 | 2.09 | |Test | 300 | 1.74 | Document Pool (Corpus): 52,515 UK regulations #### UK2EU dataset | Split | No of Queries | Avg. relevant documents | | ------------------- | ------------------------------------ | --- | | Train | 1,500 | 1.90 | |Development | 300 | 1.46 | |Test | 300 | 1.29 | Document Pool (Corpus): 3,930 EU directives ## Dataset Creation ### Curation Rationale The dataset was curated by Chalkidis et al. (2021).\ The transposition pairs are publicly available by the Publications Office of EU (https://publications.europa.eu/en). ### Source Data #### Initial Data Collection and Normalization The original data are available at EUR-Lex portal (https://eur-lex.europa.eu) and Legislation.GOV.UK (http://legislation.gov.uk/) in an unprocessed format.\ The transposition pairs are provided by the EU member states (in our case, UK) and were downloaded from the SPARQL endpoint of the Publications Office of EU (http://publications.europa.eu/webapi/rdf/sparql).\ For more information on the dataset curation, read Chalkidis et al. (2021). #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process * The original data are available at EUR-Lex portal (https://eur-lex.europa.eu) and Legislation.GOV.UK (http://legislation.gov.uk/) in an unprocessed format. * The transposition pairs are provided by the EU member states (in our case, UK) and were downloaded from the SPARQL endpoint of the Publications Office of EU (http://publications.europa.eu/webapi/rdf/sparql). #### Who are the annotators? Publications Office of EU (https://publications.europa.eu/en) ### Personal and Sensitive Information The dataset does not include personal or sensitive information. ## 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 Chalkidis et al. (2021) ### Licensing Information **EU Data** © European Union, 1998-2021 The Commission’s document reuse policy is based on Decision 2011/833/EU. Unless otherwise specified, you can re-use the legal documents published in EUR-Lex for commercial or non-commercial purposes. The copyright for the editorial content of this website, the summaries of EU legislation and the consolidated texts, which is owned by the EU, is licensed under the Creative Commons Attribution 4.0 International licence​​ . This means that you can re-use the content provided you acknowledge the source and indicate any changes you have made. Source: https://eur-lex.europa.eu/content/legal-notice/legal-notice.html \ Read more: https://eur-lex.europa.eu/content/help/faq/reuse-contents-eurlex.html **UK Data** You are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions. You are free to: - copy, publish, distribute and transmit the Information; - adapt the Information; - exploit the Information commercially and non-commercially for example, by combining it with other Information, or by including it in your own product or application. You must (where you do any of the above): acknowledge the source of the Information in your product or application by including or linking to any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence: http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/. ### Citation Information *Ilias Chalkidis, Manos Fergadiotis, Nikos Manginas, Eva Katakalou and Prodromos Malakasiotis.* *Regulatory Compliance through Doc2Doc Information Retrieval: A case study in EU/UK legislation where text similarity has limitations* *Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics (EACL 2021). Online. 2021* ``` @inproceedings{chalkidis-etal-2021-regir, title = "Regulatory Compliance through Doc2Doc Information Retrieval: A case study in EU/UK legislation where text similarity has limitations", author = "Chalkidis, Ilias and Fergadiotis, Manos and Manginas, Nikos and Katakalou, Eva, and Malakasiotis, Prodromos", booktitle = "Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics (EACL 2021)", year = "2021", address = "Online", publisher = "Association for Computational Linguistics", url = "https://arxiv.org/abs/2101.10726", } ``` ### Contributions Thanks to [@iliaschalkidis](https://github.com/iliaschalkidis) for adding this dataset.
eu_regulatory_ir
[ "task_categories:text-retrieval", "task_ids:document-retrieval", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-nc-sa-4.0", "document-to-document-retrieval", "arxiv:2101.10726", "region:us" ]
2022-03-02T23:29:22+00:00
{"annotations_creators": ["found"], "language_creators": ["found"], "language": ["en"], "license": ["cc-by-nc-sa-4.0"], "multilinguality": ["monolingual"], "size_categories": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-retrieval"], "task_ids": ["document-retrieval"], "pretty_name": "the RegIR datasets", "tags": ["document-to-document-retrieval"], "dataset_info": [{"config_name": "eu2uk", "features": [{"name": "document_id", "dtype": "string"}, {"name": "publication_year", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "relevant_documents", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 20665038, "num_examples": 1400}, {"name": "test", "num_bytes": 8844145, "num_examples": 300}, {"name": "validation", "num_bytes": 5852814, "num_examples": 300}, {"name": "uk_corpus", "num_bytes": 502468359, "num_examples": 52515}], "download_size": 119685577, "dataset_size": 537830356}, {"config_name": "uk2eu", "features": [{"name": "document_id", "dtype": "string"}, {"name": "publication_year", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "relevant_documents", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 55144655, "num_examples": 1500}, {"name": "test", "num_bytes": 14810460, "num_examples": 300}, {"name": "validation", "num_bytes": 15175644, "num_examples": 300}, {"name": "eu_corpus", "num_bytes": 57212422, "num_examples": 3930}], "download_size": 31835104, "dataset_size": 142343181}]}
2024-01-18T11:03:21+00:00
[ "2101.10726" ]
[ "en" ]
TAGS #task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-sa-4.0 #document-to-document-retrieval #arxiv-2101.10726 #region-us
Dataset Card for the RegIR datasets =================================== 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: N/A * Point of Contact: Ilias Chalkidis ### Dataset Summary The European Union (EU) has a legislation scheme analogous to regulatory compliance for organizations. According to the Treaty on the Functioning of the European Union (TFEU), all published EU directives must take effect at the national level. Thus, all EU member states must adopt a law to transpose a newly issued directive within the period set by the directive (typically 2 years). Here, we have two datasets, EU2UK and UK2EU, containing EU directives and UK regulations, which can serve both as queries and documents under the ground truth assumption that a UK law is relevant to the EU directives it transposes and vice versa. ### Supported Tasks and Leaderboards The dataset supports: EU2UK ('eu2uk'): Given an EU directive *Q*, retrieve the set of relevant documents from the pool of all available UK regulations. Relevant documents are those that transpose the EU directive (*Q*). UK2EU ('uk2eu'): Given a UK regulation *Q*, retrieve the set of relevant documents from the pool of all available EU directives. Relevant documents are those that are being transposed by the UK regulations (*Q*). ### Languages All documents are written in English. Dataset Structure ----------------- ### Data Instances ### Data Fields The following data fields are provided for query documents ('train', 'dev', 'test'): 'document\_id': (str) The ID of the document. 'publication\_year': (str) The publication year of the document. 'text': (str) The text of the document. 'relevant\_documents': (List[str]) The list of relevant documents, as represented by their 'document\_id'. The following data fields are provided for corpus documents ('corpus'): 'document\_id': (str) The ID of the document. 'publication\_year': (str) The publication year of the document. 'text': (str) The text of the document.\ ### Data Splits #### EU2UK dataset Split: Train, No of Queries: 1,400, Avg. relevant documents: 1.79 Split: Development, No of Queries: 300, Avg. relevant documents: 2.09 Split: Test, No of Queries: 300, Avg. relevant documents: 1.74 Split: Document Pool (Corpus): 52,515 UK regulations, No of Queries: , Avg. relevant documents: #### UK2EU dataset Split: Train, No of Queries: 1,500, Avg. relevant documents: 1.90 Split: Development, No of Queries: 300, Avg. relevant documents: 1.46 Split: Test, No of Queries: 300, Avg. relevant documents: 1.29 Split: Document Pool (Corpus): 3,930 EU directives, No of Queries: , Avg. relevant documents: Dataset Creation ---------------- ### Curation Rationale The dataset was curated by Chalkidis et al. (2021). The transposition pairs are publicly available by the Publications Office of EU (URL ### Source Data #### Initial Data Collection and Normalization The original data are available at EUR-Lex portal (URL) and Legislation.GOV.UK (URL in an unprocessed format. The transposition pairs are provided by the EU member states (in our case, UK) and were downloaded from the SPARQL endpoint of the Publications Office of EU (URL For more information on the dataset curation, read Chalkidis et al. (2021). #### Who are the source language producers? ### Annotations #### Annotation process * The original data are available at EUR-Lex portal (URL) and Legislation.GOV.UK (URL in an unprocessed format. * The transposition pairs are provided by the EU member states (in our case, UK) and were downloaded from the SPARQL endpoint of the Publications Office of EU (URL #### Who are the annotators? Publications Office of EU (URL ### Personal and Sensitive Information The dataset does not include personal or sensitive information. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators Chalkidis et al. (2021) ### Licensing Information EU Data © European Union, 1998-2021 The Commission’s document reuse policy is based on Decision 2011/833/EU. Unless otherwise specified, you can re-use the legal documents published in EUR-Lex for commercial or non-commercial purposes. The copyright for the editorial content of this website, the summaries of EU legislation and the consolidated texts, which is owned by the EU, is licensed under the Creative Commons Attribution 4.0 International licence​​ . This means that you can re-use the content provided you acknowledge the source and indicate any changes you have made. Source: URL Read more: URL UK Data You are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions. You are free to: * copy, publish, distribute and transmit the Information; * adapt the Information; * exploit the Information commercially and non-commercially for example, by combining it with other Information, or by including it in your own product or application. You must (where you do any of the above): acknowledge the source of the Information in your product or application by including or linking to any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence: URL *Ilias Chalkidis, Manos Fergadiotis, Nikos Manginas, Eva Katakalou and Prodromos Malakasiotis.* *Regulatory Compliance through Doc2Doc Information Retrieval: A case study in EU/UK legislation where text similarity has limitations* *Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics (EACL 2021). Online. 2021* ### Contributions Thanks to @iliaschalkidis for adding this dataset.
[ "### Dataset Summary\n\n\nThe European Union (EU) has a legislation scheme analogous to regulatory compliance for organizations. According to the Treaty on the Functioning of the European Union (TFEU), all published EU directives must take effect at the national level. Thus, all EU member states must adopt a law to transpose a newly issued directive within the period set by the directive (typically 2 years).\n\n\nHere, we have two datasets, EU2UK and UK2EU, containing EU directives and UK regulations, which can serve both as queries and documents under the ground truth assumption that a UK law is relevant to the EU directives it transposes and vice versa.", "### Supported Tasks and Leaderboards\n\n\nThe dataset supports:\n\n\nEU2UK ('eu2uk'): Given an EU directive *Q*, retrieve the set of relevant documents from the pool of all available UK regulations. Relevant documents are those that transpose the EU directive (*Q*).\n\n\nUK2EU ('uk2eu'): Given a UK regulation *Q*, retrieve the set of relevant documents from the pool of all available EU directives. Relevant documents are those that are being transposed by the UK regulations (*Q*).", "### Languages\n\n\nAll documents are written in English.\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\nThe following data fields are provided for query documents ('train', 'dev', 'test'):\n\n\n'document\\_id': (str) The ID of the document. \n\n'publication\\_year': (str) The publication year of the document. \n\n'text': (str) The text of the document. \n\n'relevant\\_documents': (List[str]) The list of relevant documents, as represented by their 'document\\_id'.\n\n\nThe following data fields are provided for corpus documents ('corpus'):\n\n\n'document\\_id': (str) The ID of the document. \n\n'publication\\_year': (str) The publication year of the document. \n\n'text': (str) The text of the document.\\", "### Data Splits", "#### EU2UK dataset\n\n\nSplit: Train, No of Queries: 1,400, Avg. relevant documents: 1.79\nSplit: Development, No of Queries: 300, Avg. relevant documents: 2.09\nSplit: Test, No of Queries: 300, Avg. relevant documents: 1.74\nSplit: Document Pool (Corpus): 52,515 UK regulations, No of Queries: , Avg. relevant documents:", "#### UK2EU dataset\n\n\nSplit: Train, No of Queries: 1,500, Avg. relevant documents: 1.90\nSplit: Development, No of Queries: 300, Avg. relevant documents: 1.46\nSplit: Test, No of Queries: 300, Avg. relevant documents: 1.29\nSplit: Document Pool (Corpus): 3,930 EU directives, No of Queries: , Avg. relevant documents: \n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was curated by Chalkidis et al. (2021). \n\nThe transposition pairs are publicly available by the Publications Office of EU (URL", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe original data are available at EUR-Lex portal (URL) and Legislation.GOV.UK (URL in an unprocessed format. \n\nThe transposition pairs are provided by the EU member states (in our case, UK) and were downloaded from the SPARQL endpoint of the Publications Office of EU (URL\nFor more information on the dataset curation, read Chalkidis et al. (2021).", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\n* The original data are available at EUR-Lex portal (URL) and Legislation.GOV.UK (URL in an unprocessed format.\n* The transposition pairs are provided by the EU member states (in our case, UK) and were downloaded from the SPARQL endpoint of the Publications Office of EU (URL", "#### Who are the annotators?\n\n\nPublications Office of EU (URL", "### Personal and Sensitive Information\n\n\nThe dataset does not include personal or 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\nChalkidis et al. (2021)", "### Licensing Information\n\n\nEU Data\n\n\n© European Union, 1998-2021\n\n\nThe Commission’s document reuse policy is based on Decision 2011/833/EU. Unless otherwise specified, you can re-use the legal documents published in EUR-Lex for commercial or non-commercial purposes.\n\n\nThe copyright for the editorial content of this website, the summaries of EU legislation and the consolidated texts, which is owned by the EU, is licensed under the Creative Commons Attribution 4.0 International licence​​ . This means that you can re-use the content provided you acknowledge the source and indicate any changes you have made.\n\n\nSource: URL \n\nRead more: URL\n\n\nUK Data\n\n\nYou are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.\n\n\nYou are free to:\n\n\n* copy, publish, distribute and transmit the Information;\n* adapt the Information;\n* exploit the Information commercially and non-commercially for example, by combining it with other Information, or by including it in your own product or application.\n\n\nYou must (where you do any of the above):\n\n\nacknowledge the source of the Information in your product or application by including or linking to any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence: URL\n\n\n*Ilias Chalkidis, Manos Fergadiotis, Nikos Manginas, Eva Katakalou and Prodromos Malakasiotis.*\n*Regulatory Compliance through Doc2Doc Information Retrieval: A case study in EU/UK legislation where text similarity has limitations*\n*Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics (EACL 2021). Online. 2021*", "### Contributions\n\n\nThanks to @iliaschalkidis for adding this dataset." ]
[ "TAGS\n#task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-sa-4.0 #document-to-document-retrieval #arxiv-2101.10726 #region-us \n", "### Dataset Summary\n\n\nThe European Union (EU) has a legislation scheme analogous to regulatory compliance for organizations. According to the Treaty on the Functioning of the European Union (TFEU), all published EU directives must take effect at the national level. Thus, all EU member states must adopt a law to transpose a newly issued directive within the period set by the directive (typically 2 years).\n\n\nHere, we have two datasets, EU2UK and UK2EU, containing EU directives and UK regulations, which can serve both as queries and documents under the ground truth assumption that a UK law is relevant to the EU directives it transposes and vice versa.", "### Supported Tasks and Leaderboards\n\n\nThe dataset supports:\n\n\nEU2UK ('eu2uk'): Given an EU directive *Q*, retrieve the set of relevant documents from the pool of all available UK regulations. Relevant documents are those that transpose the EU directive (*Q*).\n\n\nUK2EU ('uk2eu'): Given a UK regulation *Q*, retrieve the set of relevant documents from the pool of all available EU directives. Relevant documents are those that are being transposed by the UK regulations (*Q*).", "### Languages\n\n\nAll documents are written in English.\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\nThe following data fields are provided for query documents ('train', 'dev', 'test'):\n\n\n'document\\_id': (str) The ID of the document. \n\n'publication\\_year': (str) The publication year of the document. \n\n'text': (str) The text of the document. \n\n'relevant\\_documents': (List[str]) The list of relevant documents, as represented by their 'document\\_id'.\n\n\nThe following data fields are provided for corpus documents ('corpus'):\n\n\n'document\\_id': (str) The ID of the document. \n\n'publication\\_year': (str) The publication year of the document. \n\n'text': (str) The text of the document.\\", "### Data Splits", "#### EU2UK dataset\n\n\nSplit: Train, No of Queries: 1,400, Avg. relevant documents: 1.79\nSplit: Development, No of Queries: 300, Avg. relevant documents: 2.09\nSplit: Test, No of Queries: 300, Avg. relevant documents: 1.74\nSplit: Document Pool (Corpus): 52,515 UK regulations, No of Queries: , Avg. relevant documents:", "#### UK2EU dataset\n\n\nSplit: Train, No of Queries: 1,500, Avg. relevant documents: 1.90\nSplit: Development, No of Queries: 300, Avg. relevant documents: 1.46\nSplit: Test, No of Queries: 300, Avg. relevant documents: 1.29\nSplit: Document Pool (Corpus): 3,930 EU directives, No of Queries: , Avg. relevant documents: \n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was curated by Chalkidis et al. (2021). \n\nThe transposition pairs are publicly available by the Publications Office of EU (URL", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe original data are available at EUR-Lex portal (URL) and Legislation.GOV.UK (URL in an unprocessed format. \n\nThe transposition pairs are provided by the EU member states (in our case, UK) and were downloaded from the SPARQL endpoint of the Publications Office of EU (URL\nFor more information on the dataset curation, read Chalkidis et al. (2021).", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\n* The original data are available at EUR-Lex portal (URL) and Legislation.GOV.UK (URL in an unprocessed format.\n* The transposition pairs are provided by the EU member states (in our case, UK) and were downloaded from the SPARQL endpoint of the Publications Office of EU (URL", "#### Who are the annotators?\n\n\nPublications Office of EU (URL", "### Personal and Sensitive Information\n\n\nThe dataset does not include personal or 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\nChalkidis et al. (2021)", "### Licensing Information\n\n\nEU Data\n\n\n© European Union, 1998-2021\n\n\nThe Commission’s document reuse policy is based on Decision 2011/833/EU. Unless otherwise specified, you can re-use the legal documents published in EUR-Lex for commercial or non-commercial purposes.\n\n\nThe copyright for the editorial content of this website, the summaries of EU legislation and the consolidated texts, which is owned by the EU, is licensed under the Creative Commons Attribution 4.0 International licence​​ . This means that you can re-use the content provided you acknowledge the source and indicate any changes you have made.\n\n\nSource: URL \n\nRead more: URL\n\n\nUK Data\n\n\nYou are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.\n\n\nYou are free to:\n\n\n* copy, publish, distribute and transmit the Information;\n* adapt the Information;\n* exploit the Information commercially and non-commercially for example, by combining it with other Information, or by including it in your own product or application.\n\n\nYou must (where you do any of the above):\n\n\nacknowledge the source of the Information in your product or application by including or linking to any attribution statement specified by the Information Provider(s) and, where possible, provide a link to this licence: URL\n\n\n*Ilias Chalkidis, Manos Fergadiotis, Nikos Manginas, Eva Katakalou and Prodromos Malakasiotis.*\n*Regulatory Compliance through Doc2Doc Information Retrieval: A case study in EU/UK legislation where text similarity has limitations*\n*Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics (EACL 2021). Online. 2021*", "### Contributions\n\n\nThanks to @iliaschalkidis for adding this dataset." ]
[ 111, 152, 127, 18, 6, 173, 5, 93, 100, 41, 4, 100, 10, 5, 77, 16, 29, 7, 8, 14, 14, 385, 18 ]
[ "passage: TAGS\n#task_categories-text-retrieval #task_ids-document-retrieval #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-nc-sa-4.0 #document-to-document-retrieval #arxiv-2101.10726 #region-us \n### Dataset Summary\n\n\nThe European Union (EU) has a legislation scheme analogous to regulatory compliance for organizations. According to the Treaty on the Functioning of the European Union (TFEU), all published EU directives must take effect at the national level. Thus, all EU member states must adopt a law to transpose a newly issued directive within the period set by the directive (typically 2 years).\n\n\nHere, we have two datasets, EU2UK and UK2EU, containing EU directives and UK regulations, which can serve both as queries and documents under the ground truth assumption that a UK law is relevant to the EU directives it transposes and vice versa.### Supported Tasks and Leaderboards\n\n\nThe dataset supports:\n\n\nEU2UK ('eu2uk'): Given an EU directive *Q*, retrieve the set of relevant documents from the pool of all available UK regulations. Relevant documents are those that transpose the EU directive (*Q*).\n\n\nUK2EU ('uk2eu'): Given a UK regulation *Q*, retrieve the set of relevant documents from the pool of all available EU directives. Relevant documents are those that are being transposed by the UK regulations (*Q*).### Languages\n\n\nAll documents are written in English.\n\n\nDataset Structure\n-----------------### Data Instances", "passage: ### Data Fields\n\n\nThe following data fields are provided for query documents ('train', 'dev', 'test'):\n\n\n'document\\_id': (str) The ID of the document. \n\n'publication\\_year': (str) The publication year of the document. \n\n'text': (str) The text of the document. \n\n'relevant\\_documents': (List[str]) The list of relevant documents, as represented by their 'document\\_id'.\n\n\nThe following data fields are provided for corpus documents ('corpus'):\n\n\n'document\\_id': (str) The ID of the document. \n\n'publication\\_year': (str) The publication year of the document. \n\n'text': (str) The text of the document.\\### Data Splits#### EU2UK dataset\n\n\nSplit: Train, No of Queries: 1,400, Avg. relevant documents: 1.79\nSplit: Development, No of Queries: 300, Avg. relevant documents: 2.09\nSplit: Test, No of Queries: 300, Avg. relevant documents: 1.74\nSplit: Document Pool (Corpus): 52,515 UK regulations, No of Queries: , Avg. relevant documents:#### UK2EU dataset\n\n\nSplit: Train, No of Queries: 1,500, Avg. relevant documents: 1.90\nSplit: Development, No of Queries: 300, Avg. relevant documents: 1.46\nSplit: Test, No of Queries: 300, Avg. relevant documents: 1.29\nSplit: Document Pool (Corpus): 3,930 EU directives, No of Queries: , Avg. relevant documents: \n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThe dataset was curated by Chalkidis et al. (2021). \n\nThe transposition pairs are publicly available by the Publications Office of EU (URL### Source Data#### Initial Data Collection and Normalization\n\n\nThe original data are available at EUR-Lex portal (URL) and Legislation.GOV.UK (URL in an unprocessed format. \n\nThe transposition pairs are provided by the EU member states (in our case, UK) and were downloaded from the SPARQL endpoint of the Publications Office of EU (URL\nFor more information on the dataset curation, read Chalkidis et al. (2021).#### Who are the source language producers?### Annotations#### Annotation process\n\n\n* The original data are available at EUR-Lex portal (URL) and Legislation.GOV.UK (URL in an unprocessed format.\n* The transposition pairs are provided by the EU member states (in our case, UK) and were downloaded from the SPARQL endpoint of the Publications Office of EU (URL#### Who are the annotators?\n\n\nPublications Office of EU (URL### Personal and Sensitive Information\n\n\nThe dataset does not include personal or sensitive information.\n\n\nConsiderations for Using the Data\n---------------------------------### Social Impact of Dataset### Discussion of Biases" ]
[ -0.07486651092767715, 0.07563253492116928, -0.0069197192788124084, 0.03401556238532066, 0.0223093181848526, 0.028368186205625534, 0.08169770240783691, 0.07750204205513, 0.08066675812005997, 0.13723887503147125, 0.022097907960414886, -0.059580206871032715, 0.06368089467287064, 0.06498169898986816, 0.05071060359477997, -0.1387203335762024, 0.0778963640332222, -0.10516442358493805, -0.1511664241552353, 0.040760405361652374, 0.12806028127670288, -0.06781753897666931, 0.07563037425279617, -0.008176413364708424, -0.01704414002597332, 0.02160671539604664, -0.05879652500152588, 0.007006664760410786, 0.07515662163496017, 0.10164747387170792, 0.04714679718017578, -0.013572102412581444, 0.01614384725689888, -0.21325728297233582, 0.0019641262479126453, 0.0746476948261261, -0.005491665098816156, 0.02739795856177807, 0.10557509958744049, -0.048658616840839386, 0.06703104078769684, -0.11616045236587524, 0.00910295732319355, 0.037971124053001404, -0.057788729667663574, -0.11853164434432983, -0.11896928399801254, -0.020134728401899338, 0.14131447672843933, 0.07059457898139954, -0.05407324433326721, 0.013297082856297493, -0.032372914254665375, 0.015384565107524395, 0.10586769878864288, -0.15944480895996094, -0.02136354148387909, -0.1378280371427536, 0.00026043038815259933, 0.13080891966819763, -0.052605971693992615, -0.009658144786953926, -0.017100529745221138, 0.020154111087322235, -0.07940824329853058, 0.01520799845457077, -0.1285335123538971, -0.027778394520282745, -0.1110849678516388, -0.06799489259719849, 0.2737654149532318, 0.016788719221949577, -0.05886136367917061, -0.05771598964929581, -0.06328081339597702, 0.06707153469324112, -0.013872946612536907, -0.024724874645471573, 0.013513447716832161, -0.012813975103199482, 0.068762868642807, -0.08137260377407074, -0.10492681711912155, -0.0220690555870533, -0.07194285094738007, 0.1378660500049591, 0.05052615702152252, 0.06616175174713135, 0.036823347210884094, 0.054691772907972336, -0.02070179209113121, -0.03812909871339798, -0.07752346247434616, -0.0015093497931957245, -0.09865373373031616, 0.01623043417930603, 0.0041215792298316956, -0.05099061131477356, 0.040699347853660583, 0.0898333489894867, -0.10045815259218216, -0.016493597999215126, -0.07966940850019455, 0.07667770236730576, 0.09002131223678589, 0.11173978447914124, -0.1069323867559433, -0.028523888438940048, -0.08041396737098694, -0.0530412383377552, 0.043816447257995605, 0.023156987503170967, -0.03855792060494423, 0.01682211644947529, -0.027463484555482864, 0.05593162402510643, 0.05464404076337814, 0.0008635949343442917, -0.04494762420654297, 0.021073386073112488, 0.1209394559264183, -0.10059118270874023, -0.007801661267876625, -0.0016390308737754822, -0.012723207473754883, -0.0811232477426529, 0.009925822727382183, 0.0449129119515419, -0.07072918117046356, 0.062008775770664215, -0.06592513620853424, 0.010185502469539642, -0.025260623544454575, -0.09638935327529907, 0.07972101867198944, -0.01198304258286953, -0.08693210780620575, -0.03179985284805298, -0.050193171948194504, -0.04840117692947388, 0.005106015130877495, -0.07235957682132721, 0.08675098419189453, -0.017765741795301437, 0.008972728624939919, -0.047977302223443985, 0.02585279755294323, -0.010044656693935394, -0.030531058087944984, -0.017175642773509026, -0.09181539714336395, 0.006677675060927868, -0.061657123267650604, 0.02913089469075203, -0.15060248970985413, 0.02125086635351181, -0.10564418137073517, 0.08182911574840546, -0.1073482558131218, -0.044370099902153015, -0.0869864821434021, 0.004221593961119652, 0.045127809047698975, 0.02627573534846306, -0.004740383010357618, 0.05138202756643295, -0.16615311801433563, -0.051326483488082886, 0.05821793153882027, -0.14140939712524414, -0.036456286907196045, 0.09394466876983643, -0.004592386074364185, 0.049794312566518784, 0.04326120764017105, 0.06873737275600433, 0.12000054121017456, -0.08693325519561768, -0.11244836449623108, -0.05956898629665375, -0.051489464938640594, 0.0823129415512085, 0.14924268424510956, -0.14193260669708252, 0.1502840518951416, 0.0018048137426376343, -0.0997399389743805, -0.025903014466166496, -0.031338807195425034, -0.048093199729919434, 0.028178051114082336, -0.02086534909904003, 0.006734277121722698, 0.03037673607468605, -0.055817410349845886, -0.03841323405504227, -0.057939667254686356, 0.06173286214470863, -0.012244191020727158, -0.014396115206182003, 0.0734739601612091, 0.01831226609647274, 0.07689588516950607, -0.06298390030860901, -0.04519135504961014, -0.14163604378700256, -0.16486075520515442, 0.024281835183501244, -0.0009751869365572929, 0.11964140832424164, 0.08993501961231232, 0.019389981403946877, 0.06942542642354965, -0.05766529217362404, 0.024199925363063812, -0.052692584693431854, 0.0040239496156573296, -0.03497077897191048, -0.14305731654167175, 0.018506262451410294, -0.023440657183527946, 0.023860201239585876, 0.03071349859237671, -0.004239716567099094, 0.11535044014453888, 0.10404419898986816, 0.05880260095000267, -0.08249558508396149, -0.00457426905632019, 0.05516559258103371, -0.029173247516155243, 0.03340912237763405, 0.004738211166113615, -0.0493554025888443, 0.04794645681977272, 0.048860128968954086, -0.06448187679052353, -0.07529617100954056, 0.054089829325675964, 0.06684502214193344, -0.03244585916399956, 0.056269846856594086, -0.09548502415418625, 0.010408764705061913, -0.11321467161178589, -0.06381601095199585, 0.04914942383766174, 0.03582189977169037, 0.0282130129635334, -0.0801893025636673, -0.11987940967082977, 0.011687517166137695, -0.011279642581939697, -0.12039948999881744, 0.0808936357498169, 0.08517728745937347, -0.058073848485946655, 0.11759111285209656, 0.0760064423084259, 0.05159568786621094, 0.15794803202152252, -0.03892132267355919, -0.1105542778968811, -0.0038783291820436716, 0.0283666905015707, -0.028129950165748596, 0.15877236425876617, -0.03914684057235718, 0.07414812594652176, 0.035575442016124725, 0.06539571285247803, -0.0007684365846216679, -0.07998714596033096, 0.03574780747294426, -0.012235691770911217, -0.08788281679153442, -0.08443492650985718, -0.021545473486185074, 0.014828070998191833, 0.09062756597995758, 0.030103616416454315, 0.09047826379537582, -0.040044985711574554, -0.07162927091121674, -0.1082381084561348, 0.09408269077539444, -0.22736391425132751, -0.127547487616539, -0.1752590835094452, 0.06020038574934006, -0.07888244092464447, 0.021939290687441826, 0.017927726730704308, -0.05911940336227417, -0.06035684049129486, -0.05901128426194191, 0.15467676520347595, -0.02955593541264534, -0.07099010050296783, -0.04575204849243164, 0.05551823973655701, -0.041339002549648285, -0.09482748061418533, 0.021094562485814095, -0.0538516640663147, 0.04726605862379074, -0.04313696548342705, 0.024474475532770157, 0.10923175513744354, -0.00824793241918087, -0.032124899327754974, -0.027497349306941032, -0.044154662638902664, 0.23001566529273987, -0.10724775493144989, 0.09161969274282455, -0.021020259708166122, -0.029999129474163055, 0.051507096737623215, 0.1725267469882965, 0.020065631717443466, -0.022499704733490944, -0.04350913316011429, 0.021231267601251602, 0.00026917271316051483, -0.25750023126602173, -0.11146639287471771, -0.043063387274742126, 0.03567018359899521, -0.02073407731950283, 0.04071220010519028, -0.059027064591646194, 0.03693009540438652, -0.08760803937911987, -0.09507206827402115, 0.0646071583032608, 0.04280611500144005, 0.13749662041664124, -0.004451055079698563, 0.04248454049229622, -0.08338133990764618, 0.01880902796983719, 0.11381448805332184, -0.02446867898106575, 0.21602168679237366, 0.008133001625537872, 0.04083209112286568, 0.03253252059221268, 0.039435502141714096, -0.02949666418135166, 0.12144613265991211, 0.006018998101353645, 0.06965111941099167, -0.022401539608836174, -0.045159611850976944, 0.0014155199751257896, 0.04105888307094574, 0.048583582043647766, -0.03644653037190437, 0.0058164517395198345, -0.06660701334476471, 0.07894004136323929, 0.1190606951713562, 0.09848290681838989, 0.020754892379045486, -0.06548258662223816, 0.006823305040597916, -0.06890031695365906, -0.08350828289985657, 0.0009703692048788071, 0.13951730728149414, -0.12676557898521423, 0.0041786078363657, 0.003008208703249693, 0.04265529662370682, -0.013459349051117897, -0.01608729362487793, 0.01810370199382305, -0.037028755992650986, -0.03370390087366104, 0.07528478652238846, -0.07252996414899826, 0.24047087132930756, 0.01372580323368311, 0.012459253892302513, -0.04787546396255493, 0.05618119239807129, -0.07965825498104095, 0.05695156753063202, 0.1856687366962433, 0.07397455722093582, -0.1542915552854538, -0.005223259329795837, -0.03367164731025696, 0.04564706236124039, 0.14566287398338318, -0.1166369616985321, 0.09237229079008102, 0.0034834020771086216, -0.02071840688586235, -0.020595988258719444, -0.06260620802640915, -0.07465527206659317, -0.20564711093902588, 0.06445784866809845, -0.06262736767530441, 0.07629892230033875, -0.022297542542219162, -0.03974594920873642, -0.07149236649274826, 0.1753881871700287, -0.265764057636261, -0.10980445891618729, -0.11100930720567703, -0.06025325134396553, 0.153694748878479, -0.03980916738510132, 0.017136726528406143, -0.021461527794599533, 0.11582860350608826, -0.04469460994005203, -0.06947708874940872, 0.054178349673748016, -0.09894204139709473, -0.18851801753044128, -0.05770714953541756, 0.15772052109241486, 0.07316606491804123, 0.047228068113327026, -0.07156656682491302, 0.1267058253288269, -0.019255394116044044, -0.041690535843372345, 0.04989813268184662, 0.06243700534105301, 0.09659243375062943, 0.14592018723487854, -0.06574879586696625, -0.04157667234539986, -0.06307078897953033, -0.06371946632862091, 0.11713340878486633, 0.10520870238542557, -0.0668143481016159, 0.16262276470661163, 0.09687584638595581, -0.0842873603105545, -0.17590844631195068, -0.016098959371447563, 0.008186976425349712, -0.02471700869500637, -0.012320706620812416, -0.12009363621473312, 0.03543085977435112, 0.1290329098701477, -0.026239728555083275, 0.007249630521982908, -0.11178399622440338, -0.12178109586238861, 0.019541338086128235, 0.034136585891246796, -0.02970772236585617, -0.04974527657032013, -0.022178154438734055, 0.009815205819904804, -0.0877276286482811, 0.11232423782348633, 0.021047517657279968, -0.016150502488017082, -0.017100095748901367, 0.014724496752023697, 0.003765417728573084, 0.019932443276047707, 0.12810809910297394, 0.04394521936774254, -0.025117021054029465, -0.004419317469000816, 0.0043051233515143394, 0.1354425847530365, 0.004261461552232504, 0.049459461122751236, 0.027282319962978363, -0.011943203397095203, -0.09059509634971619, -0.010479530319571495, -0.0647602453827858, 0.00480391550809145, -0.05124698951840401, -0.04936828464269638, -0.14277026057243347, 0.047618620097637177, 0.011558538302779198, 0.0011463416740298271, 0.050805576145648956, -0.037271685898303986, 0.027333341538906097, 0.09184637665748596, 0.12377581000328064, 0.12189945578575134, -0.07833939790725708, 0.07105112075805664, -0.03933960199356079, 0.004297186154872179, -0.04319588094949722, 0.01582077331840992, 0.09105709195137024, -0.035648006945848465, 0.05653822794556618, -0.007772061973810196, -0.1334538757801056, -0.018934842199087143, 0.05769548937678337, -0.0859401598572731, -0.28924697637557983, 0.012037727050483227, -0.11931449919939041, -0.1072988361120224, -0.05838916078209877, 0.060109544545412064, -0.0003931410610675812, -0.0010427022352814674, -0.013238471001386642, 0.05156438797712326, 0.02771247923374176, 0.07777726650238037, 0.038076430559158325, -0.004673266317695379, -0.04646957665681839, 0.1391599476337433, 0.07872578501701355, -0.05342686548829079, 0.05369125306606293, 0.06148781254887581, -0.0681547075510025, -0.04637540131807327, 0.01577993482351303, 0.023686567321419716, -0.047548700124025345, -0.08619765937328339, -0.00976262241601944, -0.1055157482624054, 0.017167843878269196, 0.14194244146347046, -0.0007264141459017992, 0.04905446618795395, 0.006424397230148315, -0.022388068959116936, -0.01988111063838005, 0.1555957794189453, -0.04378066956996918, 0.029645392671227455, -0.02568133734166622, -0.03671756386756897, -0.042819589376449585, -0.008827205747365952, 0.02594253420829773, -0.005574953742325306, -0.023600131273269653, -0.04020877182483673, -0.08559543639421463, -0.045211393386125565, -0.051548972725868225, -0.06438571214675903, 0.02101610228419304, -0.07919584214687347, 0.004783834796398878, -0.026902539655566216, -0.006196681410074234, -0.007323313970118761, -0.04841506481170654, 0.05105531960725784, -0.18504711985588074, 0.04185788333415985, 0.10879460722208023, -0.039973847568035126, 0.1187160462141037, 0.019763115793466568, 0.04687613248825073, 0.031577542424201965, -0.027715694159269333, 0.010530386120080948, -0.02476743422448635, 0.020612282678484917, 0.05168209224939346, -0.09060660004615784, -0.04463641345500946, 0.018754858523607254, 0.0024442574940621853, 0.05676967278122902, 0.09920266270637512, -0.040527865290641785, 0.17853085696697235, 0.014002466574311256, -0.061266764998435974, -0.056664783507585526, 0.020043302327394485, 0.03862621262669563, 0.0048737237229943275, 0.11853185296058655, -0.04005379229784012, 0.05218479782342911, -0.06675472110509872, 0.03577633202075958, 0.04709327965974808, 0.022847693413496017, -0.015338484197854996, -0.032314617186784744, -0.014355454593896866, -0.0523240827023983, 0.20775896310806274, 0.004309109412133694, 0.03920497000217438, 0.09515164792537689, -0.01874656230211258, -0.08669155836105347, 0.03860138729214668, -0.06983969360589981, -0.005741617642343044, -0.03227001428604126, -0.08124013245105743, -0.06177627667784691, -0.052670445293188095, -0.1716521978378296, 0.1709117591381073, 0.0867634043097496, 0.1614612340927124, 0.02075057290494442, 0.034992098808288574, -0.09738567471504211, -0.0653378963470459, -0.02449197694659233, 0.011567660607397556, -0.05789569765329361, 0.004533145576715469, 0.16428439319133759, 0.11766920983791351, -0.20413023233413696, 0.13515830039978027, 0.026639150455594063, -0.03513164073228836, -0.059209391474723816, -0.019588103517889977, -0.007932938635349274, -0.10793723165988922, 0.025133807212114334, -0.08883635699748993, 0.0751628428697586, 0.04615072160959244, 0.0042367419227957726, 0.04282408952713013, 0.05610942468047142, -0.13825717568397522, -0.03946089744567871, -0.03958098962903023, 0.028272025287151337, 0.10716351866722107, 0.05632500723004341, 0.05486616864800453, 0.02615971304476261, 0.03704032301902771, 0.08528508991003036, 0.1426214575767517, -0.00165632925927639, 0.00669768825173378, -0.09243112802505493, -0.06182576343417168, -0.03935724124312401, 0.07559560239315033, -0.028777506202459335, 0.1755879670381546, 0.03983965143561363, 0.013896830379962921, 0.006535565480589867, 0.14002186059951782, -0.056018367409706116, -0.05755242705345154, -0.13065344095230103, 0.09008962661027908, -0.002714557573199272, 0.05689724534749985, 0.04891221225261688, -0.13651269674301147, -0.011344779282808304, 0.1417994499206543, 0.18302848935127258, 0.06523750722408295, 0.002082390245050192, 0.04498046636581421, 0.017464084550738335, -0.005740999709814787, -0.0697501078248024, 0.014278057031333447, 0.27311593294143677, -0.07057003676891327, 0.025928523391485214, -0.004989044740796089, 0.014258697628974915, -0.06576845049858093, 0.09970256686210632, -0.03253427892923355, -0.08089393377304077, -0.0748935267329216, 0.0793195441365242, 0.012739727273583412, -0.24313832819461823, 0.02716524712741375, -0.05350842326879501, -0.07305464893579483, -0.02475644275546074, 0.028478998690843582, -0.011461855843663216, 0.022892627865076065, 0.059137918055057526, -0.09523323178291321, 0.21539241075515747, 0.05634435638785362, -0.10058513283729553, -0.0237131305038929, 0.09739348292350769, -0.12172096967697144, 0.1724269837141037, 0.031824517995119095, 0.050980016589164734, 0.039139777421951294, 0.0031711161136627197, -0.1182328537106514, -0.008875975385308266, 0.042541664093732834, 0.05279802531003952, -0.021799854934215546, 0.12657016515731812, 0.027086999267339706, 0.05878462642431259, 0.0817328691482544, -0.01522929035127163, 0.08536593616008759, 0.0047927126288414, -0.045037951320409775, -0.03548429161310196, 0.09815458953380585, -0.08136967569589615, 0.10515309870243073, 0.1205744594335556, 0.03245008364319801, 0.04151388257741928, -0.02740764617919922, -0.031050745397806168, 0.009402957744896412, 0.15936732292175293, 0.03992069885134697, -0.06651078909635544, 0.02183273807168007, 0.04949883371591568, 0.03397015482187271, -0.1954365223646164, -0.050382062792778015, 0.034512072801589966, 0.009037287905812263, 0.025503067299723625, 0.07994285970926285, 0.10843601822853088, -0.021823007613420486, -0.03088296949863434, -0.03190366551280022, 0.033816851675510406, 0.03501284867525101, -0.012336854822933674, 0.03310883790254593 ]
8fffa60f44dfc9195336b6de57642143b0a747fa
# Dataset Card for the EUR-Lex 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:** http://nlp.cs.aueb.gr/software_and_datasets/EURLEX57K/ - **Repository:** http://nlp.cs.aueb.gr/software_and_datasets/EURLEX57K/ - **Paper:** https://www.aclweb.org/anthology/P19-1636/ - **Leaderboard:** N/A - **Point of Contact:** [Ilias Chalkidis](mailto:ihalk@aueb.gr) ### Dataset Summary EURLEX57K can be viewed as an improved version of the dataset released by Mencia and Furnkranzand (2007), which has been widely used in Large-scale Multi-label Text Classification (LMTC) research, but is less than half the size of EURLEX57K (19.6k documents, 4k EUROVOC labels) and more than ten years old. EURLEX57K contains 57k legislative documents in English from EUR-Lex (https://eur-lex.europa.eu) with an average length of 727 words. Each document contains four major zones: - the header, which includes the title and name of the legal body enforcing the legal act; - the recitals, which are legal background references; and - the main body, usually organized in articles. **Labeling / Annotation** All the documents of the dataset have been annotated by the Publications Office of EU (https://publications.europa.eu/en) with multiple concepts from EUROVOC (http://eurovoc.europa.eu/). While EUROVOC includes approx. 7k concepts (labels), only 4,271 (59.31%) are present in EURLEX57K, from which only 2,049 (47.97%) have been assigned to more than 10 documents. The 4,271 labels are also divided into frequent (746 labels), few-shot (3,362), and zero- shot (163), depending on whether they were assigned to more than 50, fewer than 50 but at least one, or no training documents, respectively. ### Supported Tasks and Leaderboards The dataset supports: **Multi-label Text Classification:** Given the text of a document, a model predicts the relevant EUROVOC concepts. **Few-shot and Zero-shot learning:** As already noted, the labels can be divided into three groups: frequent (746 labels), few-shot (3,362), and zero- shot (163), depending on whether they were assigned to more than 50, fewer than 50 but at least one, or no training documents, respectively. ### Languages All documents are written in English. ## Dataset Structure ### Data Instances ```json { "celex_id": "31979D0509", "title": "79/509/EEC: Council Decision of 24 May 1979 on financial aid from the Community for the eradication of African swine fever in Spain", "text": "COUNCIL DECISION of 24 May 1979 on financial aid from the Community for the eradication of African swine fever in Spain (79/509/EEC)\nTHE COUNCIL OF THE EUROPEAN COMMUNITIES\nHaving regard to the Treaty establishing the European Economic Community, and in particular Article 43 thereof,\nHaving regard to the proposal from the Commission (1),\nHaving regard to the opinion of the European Parliament (2),\nWhereas the Community should take all appropriate measures to protect itself against the appearance of African swine fever on its territory;\nWhereas to this end the Community has undertaken, and continues to undertake, action designed to contain outbreaks of this type of disease far from its frontiers by helping countries affected to reinforce their preventive measures ; whereas for this purpose Community subsidies have already been granted to Spain;\nWhereas these measures have unquestionably made an effective contribution to the protection of Community livestock, especially through the creation and maintenance of a buffer zone north of the river Ebro;\nWhereas, however, in the opinion of the Spanish authorities themselves, the measures so far implemented must be reinforced if the fundamental objective of eradicating the disease from the entire country is to be achieved;\nWhereas the Spanish authorities have asked the Community to contribute to the expenses necessary for the efficient implementation of a total eradication programme;\nWhereas a favourable response should be given to this request by granting aid to Spain, having regard to the undertaking given by that country to protect the Community against African swine fever and to eliminate completely this disease by the end of a five-year eradication plan;\nWhereas this eradication plan must include certain measures which guarantee the effectiveness of the action taken, and it must be possible to adapt these measures to developments in the situation by means of a procedure establishing close cooperation between the Member States and the Commission;\nWhereas it is necessary to keep the Member States regularly informed as to the progress of the action undertaken,", "eurovoc_concepts": ["192", "2356", "2560", "862", "863"] } ``` ### Data Fields The following data fields are provided for documents (`train`, `dev`, `test`): `celex_id`: (**str**) The official ID of the document. The CELEX number is the unique identifier for all publications in both Eur-Lex and CELLAR.\ `title`: (**str**) The title of the document.\ `text`: (**str**) The full content of each document, which is represented by its `header`, `recitals` and `main_body`.\ `eurovoc_concepts`: (**List[str]**) The relevant EUROVOC concepts (labels). If you want to use the descriptors of EUROVOC concepts, similar to Chalkidis et al. (2020), please load: https://archive.org/download/EURLEX57K/eurovoc_concepts.jsonl ```python import json with open('./eurovoc_concepts.jsonl') as jsonl_file: eurovoc_concepts = {json.loads(concept) for concept in jsonl_file.readlines()} ``` ### Data Splits | Split | No of Documents | Avg. words | Avg. labels | | ------------------- | ------------------------------------ | --- | --- | | Train | 45,000 | 729 | 5 | |Development | 6,000 | 714 | 5 | |Test | 6,000 | 725 | 5 | ## Dataset Creation ### Curation Rationale The dataset was curated by Chalkidis et al. (2019).\ The documents have been annotated by the Publications Office of EU (https://publications.europa.eu/en). ### Source Data #### Initial Data Collection and Normalization The original data are available at EUR-Lex portal (https://eur-lex.europa.eu) in an unprocessed format. The documents were downloaded from EUR-Lex portal in HTML format. The relevant metadata and EUROVOC concepts were downloaded from the SPARQL endpoint of the Publications Office of EU (http://publications.europa.eu/webapi/rdf/sparql). #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process * The original documents are available at EUR-Lex portal (https://eur-lex.europa.eu) in an unprocessed HTML format. The HTML code was striped and the documents split into sections. * The documents have been annotated by the Publications Office of EU (https://publications.europa.eu/en). #### Who are the annotators? Publications Office of EU (https://publications.europa.eu/en) ### Personal and Sensitive Information The dataset does not include personal or sensitive information. ## 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 Chalkidis et al. (2019) ### Licensing Information © European Union, 1998-2021 The Commission’s document reuse policy is based on Decision 2011/833/EU. Unless otherwise specified, you can re-use the legal documents published in EUR-Lex for commercial or non-commercial purposes. The copyright for the editorial content of this website, the summaries of EU legislation and the consolidated texts, which is owned by the EU, is licensed under the Creative Commons Attribution 4.0 International licence. This means that you can re-use the content provided you acknowledge the source and indicate any changes you have made. Source: https://eur-lex.europa.eu/content/legal-notice/legal-notice.html \ Read more: https://eur-lex.europa.eu/content/help/faq/reuse-contents-eurlex.html ### Citation Information *Ilias Chalkidis, Manos Fergadiotis, Prodromos Malakasiotis and Ion Androutsopoulos.* *Large-Scale Multi-Label Text Classification on EU Legislation.* *Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL 2019). Florence, Italy. 2019* ``` @inproceedings{chalkidis-etal-2019-large, title = "Large-Scale Multi-Label Text Classification on {EU} Legislation", author = "Chalkidis, Ilias and Fergadiotis, Manos and Malakasiotis, Prodromos and Androutsopoulos, Ion", booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics", year = "2019", address = "Florence, Italy", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/P19-1636", doi = "10.18653/v1/P19-1636", pages = "6314--6322" } ``` ### Contributions Thanks to [@iliaschalkidis](https://github.com/iliaschalkidis) for adding this dataset.
eurlex
[ "task_categories:text-classification", "task_ids:multi-label-classification", "annotations_creators:found", "language_creators:found", "multilinguality:monolingual", "size_categories:10K<n<100K", "source_datasets:original", "language:en", "license:cc-by-sa-4.0", "legal-topic-classification", "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": ["10K<n<100K"], "source_datasets": ["original"], "task_categories": ["text-classification"], "task_ids": ["multi-label-classification"], "paperswithcode_id": "eurlex57k", "pretty_name": "the EUR-Lex dataset", "tags": ["legal-topic-classification"], "dataset_info": {"features": [{"name": "celex_id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "eurovoc_concepts", "sequence": "string"}], "config_name": "eurlex57k", "splits": [{"name": "train", "num_bytes": 167603718, "num_examples": 45000}, {"name": "test", "num_bytes": 22046706, "num_examples": 6000}, {"name": "validation", "num_bytes": 21942574, "num_examples": 6000}], "download_size": 50289403, "dataset_size": 211592998}}
2024-01-18T11:03:22+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #task_ids-multi-label-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #legal-topic-classification #region-us
Dataset Card for the EUR-Lex 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: URL * Leaderboard: N/A * Point of Contact: Ilias Chalkidis ### Dataset Summary EURLEX57K can be viewed as an improved version of the dataset released by Mencia and Furnkranzand (2007), which has been widely used in Large-scale Multi-label Text Classification (LMTC) research, but is less than half the size of EURLEX57K (19.6k documents, 4k EUROVOC labels) and more than ten years old. EURLEX57K contains 57k legislative documents in English from EUR-Lex (URL) with an average length of 727 words. Each document contains four major zones: * the header, which includes the title and name of the legal body enforcing the legal act; * the recitals, which are legal background references; and * the main body, usually organized in articles. Labeling / Annotation All the documents of the dataset have been annotated by the Publications Office of EU (URL with multiple concepts from EUROVOC (URL While EUROVOC includes approx. 7k concepts (labels), only 4,271 (59.31%) are present in EURLEX57K, from which only 2,049 (47.97%) have been assigned to more than 10 documents. The 4,271 labels are also divided into frequent (746 labels), few-shot (3,362), and zero- shot (163), depending on whether they were assigned to more than 50, fewer than 50 but at least one, or no training documents, respectively. ### Supported Tasks and Leaderboards The dataset supports: Multi-label Text Classification: Given the text of a document, a model predicts the relevant EUROVOC concepts. Few-shot and Zero-shot learning: As already noted, the labels can be divided into three groups: frequent (746 labels), few-shot (3,362), and zero- shot (163), depending on whether they were assigned to more than 50, fewer than 50 but at least one, or no training documents, respectively. ### Languages All documents are written in English. Dataset Structure ----------------- ### Data Instances ### Data Fields The following data fields are provided for documents ('train', 'dev', 'test'): 'celex\_id': (str) The official ID of the document. The CELEX number is the unique identifier for all publications in both Eur-Lex and CELLAR. 'title': (str) The title of the document. 'text': (str) The full content of each document, which is represented by its 'header', 'recitals' and 'main\_body'. 'eurovoc\_concepts': (List[str]) The relevant EUROVOC concepts (labels). If you want to use the descriptors of EUROVOC concepts, similar to Chalkidis et al. (2020), please load: URL ### Data Splits Dataset Creation ---------------- ### Curation Rationale The dataset was curated by Chalkidis et al. (2019). The documents have been annotated by the Publications Office of EU (URL ### Source Data #### Initial Data Collection and Normalization The original data are available at EUR-Lex portal (URL) in an unprocessed format. The documents were downloaded from EUR-Lex portal in HTML format. The relevant metadata and EUROVOC concepts were downloaded from the SPARQL endpoint of the Publications Office of EU (URL #### Who are the source language producers? ### Annotations #### Annotation process * The original documents are available at EUR-Lex portal (URL) in an unprocessed HTML format. The HTML code was striped and the documents split into sections. * The documents have been annotated by the Publications Office of EU (URL #### Who are the annotators? Publications Office of EU (URL ### Personal and Sensitive Information The dataset does not include personal or sensitive information. Considerations for Using the Data --------------------------------- ### Social Impact of Dataset ### Discussion of Biases ### Other Known Limitations Additional Information ---------------------- ### Dataset Curators Chalkidis et al. (2019) ### Licensing Information © European Union, 1998-2021 The Commission’s document reuse policy is based on Decision 2011/833/EU. Unless otherwise specified, you can re-use the legal documents published in EUR-Lex for commercial or non-commercial purposes. The copyright for the editorial content of this website, the summaries of EU legislation and the consolidated texts, which is owned by the EU, is licensed under the Creative Commons Attribution 4.0 International licence. This means that you can re-use the content provided you acknowledge the source and indicate any changes you have made. Source: URL Read more: URL *Ilias Chalkidis, Manos Fergadiotis, Prodromos Malakasiotis and Ion Androutsopoulos.* *Large-Scale Multi-Label Text Classification on EU Legislation.* *Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL 2019). Florence, Italy. 2019* ### Contributions Thanks to @iliaschalkidis for adding this dataset.
[ "### Dataset Summary\n\n\nEURLEX57K can be viewed as an improved version of the dataset released by Mencia and Furnkranzand (2007), which has been widely used in Large-scale Multi-label Text Classification (LMTC) research, but is less than half the size of EURLEX57K (19.6k documents, 4k EUROVOC labels) and more than ten years old.\nEURLEX57K contains 57k legislative documents in English from EUR-Lex (URL) with an average length of 727 words. Each document contains four major zones:\n\n\n* the header, which includes the title and name of the legal body enforcing the legal act;\n* the recitals, which are legal background references; and\n* the main body, usually organized in articles.\n\n\nLabeling / Annotation\n\n\nAll the documents of the dataset have been annotated by the Publications Office of EU (URL with multiple concepts from EUROVOC (URL\nWhile EUROVOC includes approx. 7k concepts (labels), only 4,271 (59.31%) are present in EURLEX57K, from which only 2,049 (47.97%) have been assigned to more than 10 documents. The 4,271 labels are also divided into frequent (746 labels), few-shot (3,362), and zero- shot (163), depending on whether they were assigned to more than 50, fewer than 50 but at least one, or no training documents, respectively.", "### Supported Tasks and Leaderboards\n\n\nThe dataset supports:\n\n\nMulti-label Text Classification: Given the text of a document, a model predicts the relevant EUROVOC concepts.\n\n\nFew-shot and Zero-shot learning: As already noted, the labels can be divided into three groups: frequent (746 labels), few-shot (3,362), and zero- shot (163), depending on whether they were assigned to more than 50, fewer than 50 but at least one, or no training documents, respectively.", "### Languages\n\n\nAll documents are written in English.\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\nThe following data fields are provided for documents ('train', 'dev', 'test'):\n\n\n'celex\\_id': (str) The official ID of the document. The CELEX number is the unique identifier for all publications in both Eur-Lex and CELLAR. \n\n'title': (str) The title of the document. \n\n'text': (str) The full content of each document, which is represented by its 'header', 'recitals' and 'main\\_body'. \n\n'eurovoc\\_concepts': (List[str]) The relevant EUROVOC concepts (labels).\n\n\nIf you want to use the descriptors of EUROVOC concepts, similar to Chalkidis et al. (2020), please load: URL", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was curated by Chalkidis et al. (2019). \n\nThe documents have been annotated by the Publications Office of EU (URL", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe original data are available at EUR-Lex portal (URL) in an unprocessed format.\nThe documents were downloaded from EUR-Lex portal in HTML format.\nThe relevant metadata and EUROVOC concepts were downloaded from the SPARQL endpoint of the Publications Office of EU (URL", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\n* The original documents are available at EUR-Lex portal (URL) in an unprocessed HTML format. The HTML code was striped and the documents split into sections.\n* The documents have been annotated by the Publications Office of EU (URL", "#### Who are the annotators?\n\n\nPublications Office of EU (URL", "### Personal and Sensitive Information\n\n\nThe dataset does not include personal or 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\nChalkidis et al. (2019)", "### Licensing Information\n\n\n© European Union, 1998-2021\n\n\nThe Commission’s document reuse policy is based on Decision 2011/833/EU. Unless otherwise specified, you can re-use the legal documents published in EUR-Lex for commercial or non-commercial purposes.\n\n\nThe copyright for the editorial content of this website, the summaries of EU legislation and the consolidated texts, which is owned by the EU, is licensed under the Creative Commons Attribution 4.0 International licence. This means that you can re-use the content provided you acknowledge the source and indicate any changes you have made.\n\n\nSource: URL \n\nRead more: URL\n\n\n*Ilias Chalkidis, Manos Fergadiotis, Prodromos Malakasiotis and Ion Androutsopoulos.*\n*Large-Scale Multi-Label Text Classification on EU Legislation.*\n*Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL 2019). Florence, Italy. 2019*", "### Contributions\n\n\nThanks to @iliaschalkidis for adding this dataset." ]
[ "TAGS\n#task_categories-text-classification #task_ids-multi-label-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #legal-topic-classification #region-us \n", "### Dataset Summary\n\n\nEURLEX57K can be viewed as an improved version of the dataset released by Mencia and Furnkranzand (2007), which has been widely used in Large-scale Multi-label Text Classification (LMTC) research, but is less than half the size of EURLEX57K (19.6k documents, 4k EUROVOC labels) and more than ten years old.\nEURLEX57K contains 57k legislative documents in English from EUR-Lex (URL) with an average length of 727 words. Each document contains four major zones:\n\n\n* the header, which includes the title and name of the legal body enforcing the legal act;\n* the recitals, which are legal background references; and\n* the main body, usually organized in articles.\n\n\nLabeling / Annotation\n\n\nAll the documents of the dataset have been annotated by the Publications Office of EU (URL with multiple concepts from EUROVOC (URL\nWhile EUROVOC includes approx. 7k concepts (labels), only 4,271 (59.31%) are present in EURLEX57K, from which only 2,049 (47.97%) have been assigned to more than 10 documents. The 4,271 labels are also divided into frequent (746 labels), few-shot (3,362), and zero- shot (163), depending on whether they were assigned to more than 50, fewer than 50 but at least one, or no training documents, respectively.", "### Supported Tasks and Leaderboards\n\n\nThe dataset supports:\n\n\nMulti-label Text Classification: Given the text of a document, a model predicts the relevant EUROVOC concepts.\n\n\nFew-shot and Zero-shot learning: As already noted, the labels can be divided into three groups: frequent (746 labels), few-shot (3,362), and zero- shot (163), depending on whether they were assigned to more than 50, fewer than 50 but at least one, or no training documents, respectively.", "### Languages\n\n\nAll documents are written in English.\n\n\nDataset Structure\n-----------------", "### Data Instances", "### Data Fields\n\n\nThe following data fields are provided for documents ('train', 'dev', 'test'):\n\n\n'celex\\_id': (str) The official ID of the document. The CELEX number is the unique identifier for all publications in both Eur-Lex and CELLAR. \n\n'title': (str) The title of the document. \n\n'text': (str) The full content of each document, which is represented by its 'header', 'recitals' and 'main\\_body'. \n\n'eurovoc\\_concepts': (List[str]) The relevant EUROVOC concepts (labels).\n\n\nIf you want to use the descriptors of EUROVOC concepts, similar to Chalkidis et al. (2020), please load: URL", "### Data Splits\n\n\n\nDataset Creation\n----------------", "### Curation Rationale\n\n\nThe dataset was curated by Chalkidis et al. (2019). \n\nThe documents have been annotated by the Publications Office of EU (URL", "### Source Data", "#### Initial Data Collection and Normalization\n\n\nThe original data are available at EUR-Lex portal (URL) in an unprocessed format.\nThe documents were downloaded from EUR-Lex portal in HTML format.\nThe relevant metadata and EUROVOC concepts were downloaded from the SPARQL endpoint of the Publications Office of EU (URL", "#### Who are the source language producers?", "### Annotations", "#### Annotation process\n\n\n* The original documents are available at EUR-Lex portal (URL) in an unprocessed HTML format. The HTML code was striped and the documents split into sections.\n* The documents have been annotated by the Publications Office of EU (URL", "#### Who are the annotators?\n\n\nPublications Office of EU (URL", "### Personal and Sensitive Information\n\n\nThe dataset does not include personal or 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\nChalkidis et al. (2019)", "### Licensing Information\n\n\n© European Union, 1998-2021\n\n\nThe Commission’s document reuse policy is based on Decision 2011/833/EU. Unless otherwise specified, you can re-use the legal documents published in EUR-Lex for commercial or non-commercial purposes.\n\n\nThe copyright for the editorial content of this website, the summaries of EU legislation and the consolidated texts, which is owned by the EU, is licensed under the Creative Commons Attribution 4.0 International licence. This means that you can re-use the content provided you acknowledge the source and indicate any changes you have made.\n\n\nSource: URL \n\nRead more: URL\n\n\n*Ilias Chalkidis, Manos Fergadiotis, Prodromos Malakasiotis and Ion Androutsopoulos.*\n*Large-Scale Multi-Label Text Classification on EU Legislation.*\n*Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL 2019). Florence, Italy. 2019*", "### Contributions\n\n\nThanks to @iliaschalkidis for adding this dataset." ]
[ 97, 326, 120, 18, 6, 180, 11, 39, 4, 76, 10, 5, 59, 16, 29, 7, 8, 14, 15, 219, 18 ]
[ "passage: TAGS\n#task_categories-text-classification #task_ids-multi-label-classification #annotations_creators-found #language_creators-found #multilinguality-monolingual #size_categories-10K<n<100K #source_datasets-original #language-English #license-cc-by-sa-4.0 #legal-topic-classification #region-us \n### Dataset Summary\n\n\nEURLEX57K can be viewed as an improved version of the dataset released by Mencia and Furnkranzand (2007), which has been widely used in Large-scale Multi-label Text Classification (LMTC) research, but is less than half the size of EURLEX57K (19.6k documents, 4k EUROVOC labels) and more than ten years old.\nEURLEX57K contains 57k legislative documents in English from EUR-Lex (URL) with an average length of 727 words. Each document contains four major zones:\n\n\n* the header, which includes the title and name of the legal body enforcing the legal act;\n* the recitals, which are legal background references; and\n* the main body, usually organized in articles.\n\n\nLabeling / Annotation\n\n\nAll the documents of the dataset have been annotated by the Publications Office of EU (URL with multiple concepts from EUROVOC (URL\nWhile EUROVOC includes approx. 7k concepts (labels), only 4,271 (59.31%) are present in EURLEX57K, from which only 2,049 (47.97%) have been assigned to more than 10 documents. The 4,271 labels are also divided into frequent (746 labels), few-shot (3,362), and zero- shot (163), depending on whether they were assigned to more than 50, fewer than 50 but at least one, or no training documents, respectively.", "passage: ### Supported Tasks and Leaderboards\n\n\nThe dataset supports:\n\n\nMulti-label Text Classification: Given the text of a document, a model predicts the relevant EUROVOC concepts.\n\n\nFew-shot and Zero-shot learning: As already noted, the labels can be divided into three groups: frequent (746 labels), few-shot (3,362), and zero- shot (163), depending on whether they were assigned to more than 50, fewer than 50 but at least one, or no training documents, respectively.### Languages\n\n\nAll documents are written in English.\n\n\nDataset Structure\n-----------------### Data Instances### Data Fields\n\n\nThe following data fields are provided for documents ('train', 'dev', 'test'):\n\n\n'celex\\_id': (str) The official ID of the document. The CELEX number is the unique identifier for all publications in both Eur-Lex and CELLAR. \n\n'title': (str) The title of the document. \n\n'text': (str) The full content of each document, which is represented by its 'header', 'recitals' and 'main\\_body'. \n\n'eurovoc\\_concepts': (List[str]) The relevant EUROVOC concepts (labels).\n\n\nIf you want to use the descriptors of EUROVOC concepts, similar to Chalkidis et al. (2020), please load: URL### Data Splits\n\n\n\nDataset Creation\n----------------### Curation Rationale\n\n\nThe dataset was curated by Chalkidis et al. (2019). \n\nThe documents have been annotated by the Publications Office of EU (URL### Source Data#### Initial Data Collection and Normalization\n\n\nThe original data are available at EUR-Lex portal (URL) in an unprocessed format.\nThe documents were downloaded from EUR-Lex portal in HTML format.\nThe relevant metadata and EUROVOC concepts were downloaded from the SPARQL endpoint of the Publications Office of EU (URL#### Who are the source language producers?### Annotations#### Annotation process\n\n\n* The original documents are available at EUR-Lex portal (URL) in an unprocessed HTML format. The HTML code was striped and the documents split into sections.\n* The documents have been annotated by the Publications Office of EU (URL#### Who are the annotators?\n\n\nPublications Office of EU (URL### Personal and Sensitive Information\n\n\nThe dataset does not include personal or 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\nChalkidis et al. (2019)" ]
[ -0.02761990763247013, 0.05609865486621857, -0.005430924240499735, 0.04428773745894432, 0.011469194665551186, -0.010082041844725609, 0.0851747989654541, 0.010249115526676178, 0.027358273044228554, 0.15967559814453125, -0.004713356960564852, -0.02878221869468689, 0.008498910814523697, 0.09461382776498795, -0.005747009534388781, -0.18914391100406647, 0.07583776861429214, -0.06710569560527802, 0.00850753951817751, 0.021412145346403122, 0.10052461177110672, -0.08156629651784897, 0.04402589797973633, -0.019614815711975098, -0.0814039558172226, 0.08667150884866714, -0.06198256462812424, -0.04912760853767395, 0.08482982963323593, 0.04584401845932007, 0.08089618384838104, -0.013739312067627907, 0.06873838603496552, -0.12348654866218567, -0.017800401896238327, 0.060853928327560425, -0.02816644497215748, 0.024152196943759918, 0.13292041420936584, -0.008103756234049797, 0.21060577034950256, -0.18779493868350983, 0.03745058923959732, 0.013369042426347733, -0.04902082681655884, -0.0907178521156311, -0.1286899894475937, 0.041029997169971466, 0.07852785289287567, 0.04543991759419441, -0.008718264289200306, 0.04322738200426102, -0.05797841399908066, 0.043652698397636414, 0.05717414617538452, -0.13625814020633698, -0.030621085315942764, -0.011064769700169563, -0.021853633224964142, 0.13256299495697021, -0.07710328698158264, 0.0331568717956543, -0.023384438827633858, 0.028309155255556107, -0.041643016040325165, -0.03547987341880798, -0.14837753772735596, -0.07405522465705872, -0.12027163803577423, -0.025977328419685364, 0.261263370513916, 0.05385168641805649, -0.05180097371339798, -0.09959182143211365, -0.04923542961478233, 0.03228416293859482, -0.0539328008890152, -0.002368830144405365, 0.042048364877700806, -0.07758990675210953, 0.15427744388580322, 0.0053060948848724365, -0.08845380693674088, 0.008001945912837982, -0.06569331884384155, 0.16681860387325287, 0.0029886248521506786, 0.02059299685060978, 0.04912363365292549, 0.04725322127342224, -0.12610691785812378, -0.03475300222635269, -0.022757381200790405, 0.004196863621473312, -0.04139301925897598, -0.0014888197183609009, 0.033230189234018326, -0.046199023723602295, 0.03217896446585655, 0.0790325477719307, -0.09148085117340088, 0.008548911660909653, -0.13869330286979675, 0.03248613700270653, 0.05691374093294144, 0.08639506250619888, -0.02008926123380661, -0.08020510524511337, 0.010287953540682793, -0.07819817215204239, 0.09527667611837387, 0.021315213292837143, -0.08563581109046936, 0.029100999236106873, -0.02016056329011917, 0.06281378865242004, -0.028654668480157852, 0.00627739354968071, 0.016456233337521553, 0.030322173610329628, 0.14592227339744568, -0.12021297216415405, 0.020505158230662346, -0.0006506526842713356, 0.0029205521568655968, 0.10464831441640854, -0.031577348709106445, 0.011720051988959312, -0.08966237306594849, 0.15787185728549957, -0.05466809496283531, 0.003904193639755249, -0.06534585356712341, -0.15674930810928345, 0.06866283714771271, -0.07775835692882538, -0.05552700161933899, -0.0512443482875824, -0.042183540761470795, -0.07566004991531372, -0.004675396718084812, -0.04936128854751587, -0.005874791648238897, -0.031779758632183075, -0.021890118718147278, -0.031921472400426865, 0.0008741067722439766, -0.010163645260035992, -0.053917691111564636, -0.054811760783195496, -0.06568808853626251, 0.05188864469528198, -0.08430178463459015, -0.0031173769384622574, -0.06154271960258484, 0.0041719404980540276, -0.17911893129348755, 0.01733534410595894, -0.12702122330665588, 0.005608781240880489, -0.04973197355866432, -0.028127051889896393, -0.008791050873696804, 0.0269320085644722, -0.0076884496957063675, 0.050643060356378555, -0.1155751422047615, -0.03858485445380211, 0.13528931140899658, -0.13224203884601593, -0.04502895474433899, 0.09181266278028488, 0.003746169852092862, 0.04137330502271652, 0.0714220404624939, 0.19326519966125488, -0.007189775817096233, -0.13273224234580994, -0.08743537962436676, -0.0312630720436573, 0.06994964182376862, 0.033113859593868256, 0.06498216092586517, -0.10408094525337219, 0.14813299477100372, 0.015249481424689293, -0.02960185706615448, -0.10102835297584534, 0.026897918432950974, 0.01552111841738224, -0.007411122787743807, 0.02836218662559986, -0.06029079109430313, 0.018691986799240112, -0.01985630765557289, -0.0844653993844986, -0.0723770260810852, 0.0644964948296547, 0.05070239305496216, -0.04358764365315437, 0.06008384749293327, 0.05532871559262276, 0.016064759343862534, -0.03946831077337265, -0.029369641095399857, -0.1374005377292633, -0.16163456439971924, 0.049675147980451584, -0.0459170863032341, 0.11196424067020416, 0.07827139645814896, 0.00031333183869719505, 0.06422188878059387, -0.06733356416225433, 0.05328930914402008, -0.06296445429325104, -0.0016720527783036232, -0.00981427077203989, -0.1310577243566513, -0.00918486062437296, -0.04288528859615326, -0.02760503999888897, -0.08347313106060028, -0.010377454571425915, 0.16442269086837769, 0.1083587035536766, 0.036563705652952194, -0.02043865993618965, -0.008973512798547745, 0.08821040391921997, -0.027229197323322296, -0.006666750647127628, 0.0012702923268079758, -0.0579158216714859, 0.05447874963283539, 0.0011698096059262753, -0.08407959342002869, -0.010091431438922882, 0.06924191862344742, 0.0504634864628315, -0.059475935995578766, 0.04375733435153961, -0.06547322869300842, -0.0069235097616910934, -0.09736783802509308, -0.09287740290164948, 0.039955638349056244, 0.05842328816652298, 0.0504215732216835, -0.08327195048332214, -0.06950989365577698, 0.029081027954816818, 0.02870478481054306, -0.12007198482751846, 0.10610920190811157, 0.12702085077762604, -0.058308932930231094, 0.0984211266040802, 0.03273361548781395, -0.018574465066194534, 0.1466224491596222, -0.021047640591859818, -0.08765890449285507, 0.04782745987176895, 0.003405418246984482, 0.021477900445461273, 0.10255654156208038, -0.06920907646417618, 0.020635366439819336, 0.03847340866923332, 0.10788170993328094, 0.04499911889433861, -0.0936950296163559, 0.05776518955826759, -0.04944241791963577, -0.05832748860120773, -0.05259748175740242, 0.03082103654742241, -0.02245483361184597, 0.12649208307266235, 0.017939455807209015, -0.0017099101096391678, -0.06519327312707901, -0.05018976330757141, -0.06525596976280212, 0.12176545709371567, -0.1371259093284607, -0.15217827260494232, -0.1319427341222763, 0.05592113733291626, -0.15679845213890076, -0.016113558784127235, 0.01241321861743927, -0.0034325551241636276, -0.12168414890766144, -0.09613321721553802, 0.07629960030317307, -0.04583181440830231, -0.08549565076828003, 0.007944643497467041, 0.04358053579926491, -0.08283378928899765, -0.10350701957941055, -0.01949898898601532, -0.044166892766952515, -0.004114119801670313, -0.06062823534011841, 0.0046227360144257545, 0.17375224828720093, 0.06566494703292847, -0.027249721810221672, -0.040399741381406784, -0.026337360963225365, 0.1074414849281311, -0.10143008828163147, 0.09825001657009125, 0.07541908323764801, 0.05006864294409752, 0.04102548211812973, 0.15099185705184937, 0.06171143427491188, -0.05369056388735771, -0.01642853021621704, 0.0791429877281189, -0.051777299493551254, -0.18753059208393097, -0.14324384927749634, -0.0930837094783783, -0.014335712417960167, -0.0062660216353833675, 0.033323273062705994, -0.06488869339227676, -0.004278060048818588, -0.08627349138259888, -0.03876526653766632, 0.019883977249264717, 0.07844790816307068, 0.2837400436401367, 0.03585224598646164, 0.05736081674695015, -0.08026546239852905, -0.027461012825369835, 0.1040223240852356, 0.06983007490634918, 0.13352787494659424, 0.005499864928424358, 0.12313191592693329, 0.035474345088005066, -0.0408831425011158, -0.0401853509247303, 0.1326577067375183, 0.025037486106157303, 0.03257143497467041, -0.028643973171710968, -0.06464413553476334, 0.07105927169322968, 0.044784046709537506, -0.059681136161088943, -0.10399336367845535, -0.0367293655872345, -0.10181260108947754, 0.09786128997802734, 0.08888512849807739, 0.04316902905702591, -0.05643022805452347, -0.050975117832422256, 0.025755297392606735, -0.0641448125243187, -0.08290976285934448, 0.01844911277294159, 0.12213863432407379, -0.10702565312385559, 0.10593846440315247, 0.022419070824980736, 0.07309999316930771, -0.07851237058639526, 0.003936911001801491, -0.021310344338417053, 0.024703755974769592, -0.02814248576760292, 0.08761575073003769, -0.07189862430095673, 0.21894139051437378, 0.02575763128697872, 0.022072289139032364, -0.06736502796411514, 0.009092627093195915, -0.04999756067991257, 0.09680519998073578, 0.1518057882785797, 0.010337205603718758, -0.25800657272338867, 0.022790048271417618, -0.015982508659362793, 0.03223004937171936, 0.1003536581993103, -0.08224540948867798, 0.08286706358194351, 0.04418814927339554, -0.03782204911112785, -0.032262206077575684, -0.10248403251171112, -0.10718827694654465, -0.19504380226135254, 0.05659417435526848, 0.03995445370674133, -0.08097457140684128, 0.008325237780809402, -0.05446743220090866, -0.043454401195049286, 0.18078719079494476, -0.13654187321662903, -0.04266613349318504, -0.1315135657787323, -0.06669462472200394, 0.10548821091651917, -0.03168358653783798, 0.05468076467514038, -0.032208047807216644, 0.12768352031707764, -0.05954623222351074, -0.026479333639144897, 0.06847533583641052, -0.1089322566986084, -0.12165561318397522, -0.03195991367101669, 0.11652328073978424, 0.015603205189108849, -0.009334912523627281, -0.03716617077589035, 0.09512197226285934, 0.04010854288935661, -0.11018863320350647, 0.012300233356654644, 0.05177801847457886, 0.08060915768146515, 0.0652606189250946, -0.1231829822063446, -0.0709896832704544, -0.01948348432779312, -0.04229016602039337, 0.09951174259185791, 0.1540384739637375, -0.04482780396938324, 0.13391485810279846, 0.07538697123527527, -0.10297814756631851, -0.21607302129268646, 0.06442281603813171, 0.04850783199071884, -0.011562543921172619, -0.03308539465069771, -0.13578853011131287, 0.07127837091684341, 0.11014725267887115, -0.0234062597155571, 0.09222500026226044, -0.19508421421051025, -0.11041838675737381, -0.01810065284371376, 0.013441449031233788, -0.01878475397825241, -0.04461916163563728, 0.0006031501106917858, -0.0509844645857811, -0.06718835234642029, 0.10028109699487686, -0.005996004678308964, 0.013148527592420578, 0.01756766252219677, 0.027812451124191284, 0.005282004363834858, -0.017903782427310944, 0.10731794685125351, 0.09887237101793289, 0.030248943716287613, -0.017668263986706734, -0.027940841391682625, 0.07452471554279327, -0.0021039301063865423, 0.11632287502288818, 0.010263614356517792, -0.0434524342417717, -0.05661672353744507, -0.025079140439629555, -0.058782659471035004, 0.11139725148677826, -0.05087924748659134, -0.02672509104013443, -0.09171833842992783, 0.029891807585954666, 0.024320416152477264, -0.009326688945293427, 0.12697090208530426, -0.060186345130205154, 0.021114926785230637, 0.1623268723487854, 0.07834658026695251, 0.06003442034125328, -0.07413728535175323, 0.06268943101167679, -0.02265838347375393, -0.014461202546954155, -0.04063639044761658, 0.003990216180682182, 0.11016198992729187, -0.003855715040117502, 0.007787542417645454, -0.013393263332545757, -0.11488880962133408, -0.03808847442269325, 0.07013748586177826, -0.10964815318584442, -0.1064235270023346, 0.05268730968236923, -0.04714859277009964, -0.03290775045752525, 0.025865573436021805, 0.12495671212673187, -0.03016749396920204, -0.00320944981649518, -0.013968069106340408, 0.06191246211528778, 0.04483402520418167, 0.06430831551551819, 0.03978857025504112, 0.015731919556856155, -0.026276471093297005, 0.09379997849464417, 0.10702623426914215, -0.14062196016311646, 0.01683688536286354, 0.13073612749576569, -0.0773356705904007, -0.026968136429786682, 0.06386665999889374, 0.022123223170638084, -0.07359696924686432, -0.12159079313278198, -0.05698803812265396, -0.11252554506063461, 0.0076361712999641895, 0.1848752796649933, 0.023735269904136658, -0.011840475723147392, -0.007754959166049957, -0.04639751464128494, -0.07140897959470749, 0.09973464906215668, -0.06783610582351685, 0.06980445235967636, -0.05856649577617645, -0.0030891778878867626, -0.03347048908472061, -0.04100688546895981, 0.02586941421031952, 0.034339431673288345, -0.07863625884056091, -0.05077525973320007, -0.015200218185782433, 0.007118872366845608, -0.019627947360277176, 0.0005468009039759636, -0.004686601459980011, 0.01563408598303795, -0.03080403245985508, -0.014941137284040451, -0.04238505661487579, -0.007280099205672741, -0.05282002314925194, 0.08396133780479431, -0.09061844646930695, 0.051921069622039795, 0.06562802195549011, -0.06513094902038574, 0.06734313070774078, -0.04002859443426132, 0.013316265307366848, 0.045831624418497086, -0.12017184495925903, 0.0698293149471283, 0.018182240426540375, 0.07395967841148376, 0.058386318385601044, -0.04911789670586586, 0.006235459819436073, 0.035980284214019775, 0.06617897748947144, 0.027519041672348976, 0.00479956716299057, -0.07449690997600555, 0.1005324274301529, -0.018117506057024002, -0.12104980647563934, -0.023333042860031128, 0.1000518649816513, 0.04569963738322258, -0.020891716703772545, 0.07092352956533432, -0.052047133445739746, 0.030589060857892036, -0.018008403480052948, 0.003200400387868285, 0.025939522311091423, -0.06679192185401917, -0.012133151292800903, -0.0029565109871327877, 0.022788207978010178, -0.00434547895565629, 0.25984692573547363, 0.09192480146884918, 0.08168094605207443, 0.08282464742660522, -0.05400377884507179, -0.09256494790315628, 0.04137212783098221, -0.011776572093367577, -0.030997343361377716, 0.016174685209989548, -0.04566560685634613, -0.05069117993116379, -0.04372537508606911, -0.04704989120364189, 0.25497862696647644, 0.08453402668237686, 0.010442215949296951, 0.019521042704582214, 0.05712725967168808, -0.08980080485343933, -0.09404182434082031, 0.005928000435233116, 0.04698634147644043, 0.06730479001998901, -0.09113393723964691, 0.028880976140499115, 0.05768757686018944, -0.1946049928665161, 0.10182813555002213, 0.0006694458425045013, -0.03977043926715851, -0.06564836204051971, -0.04786253720521927, -0.021395644173026085, -0.06561695784330368, 0.02329770289361477, -0.08661459386348724, 0.08697473257780075, 0.047440964728593826, 0.015622489154338837, 0.0054876417852938175, 0.10829559713602066, -0.1672479808330536, -0.036436136811971664, 0.06497573852539062, 0.03718147054314613, 0.03683548420667648, 0.003600487019866705, 0.037506088614463806, -0.04163772985339165, 0.043410107493400574, 0.039817407727241516, 0.10874344408512115, 0.0047810254618525505, -0.048839014023542404, -0.06284208595752716, -0.009554235264658928, -0.005724442657083273, 0.01912059262394905, 0.0547679141163826, 0.15673449635505676, 0.02351948246359825, -0.10088413208723068, 0.00450688973069191, 0.10772138833999634, -0.049516476690769196, -0.05045370012521744, -0.06880255043506622, 0.11715430021286011, 0.0012425333261489868, 0.07131918519735336, 0.022606000304222107, -0.10736624896526337, -0.00968175195157528, 0.15117400884628296, 0.15744978189468384, 0.11364173889160156, -0.006365533918142319, 0.007676200941205025, 0.0015119866002351046, 0.03327567130327225, 0.0187949538230896, -0.001303419005125761, 0.3156340718269348, -0.03944635018706322, 0.01134776696562767, -0.029659457504749298, 0.041652485728263855, -0.11076059192419052, 0.08773607015609741, 0.005180759355425835, -0.06569281220436096, -0.05251912772655487, 0.11690524965524673, 0.03463658690452576, -0.2492145597934723, 0.057105179876089096, -0.09941524267196655, -0.08436398953199387, -0.02768205665051937, 0.018861498683691025, -0.04583454132080078, 0.036877505481243134, -0.014991048723459244, -0.10088770091533661, 0.1534474641084671, 0.03375861421227455, -0.024105148389935493, -0.06511960923671722, 0.034194283187389374, -0.06160601228475571, 0.1576743870973587, -0.001526128500699997, 0.11956756561994553, 0.05601182579994202, -0.028613250702619553, -0.057089149951934814, 0.04774593934416771, 0.039931442588567734, 0.04517669975757599, 0.012146919034421444, 0.10888184607028961, -0.06821314990520477, 0.08644159883260727, 0.041748613119125366, -0.0890314131975174, 0.07551993429660797, 0.003285760059952736, -0.05111836642026901, -0.04207485541701317, 0.10552173852920532, -0.12502750754356384, 0.11647747457027435, 0.17384958267211914, -0.0029085357673466206, 0.010849809274077415, -0.019505133852362633, 0.04637405276298523, -0.009808069095015526, 0.09864456951618195, 0.042964983731508255, -0.09699693322181702, 0.04366118460893631, -0.021936409175395966, 0.020753968507051468, -0.21322399377822876, -0.022992074489593506, 0.035882748663425446, 0.03905268386006355, -0.0680215135216713, 0.0332394577562809, 0.06816206872463226, -0.05528143048286438, -0.06845393776893616, -0.09707015752792358, 0.03917009383440018, 0.06119515746831894, -0.004489018581807613, 0.005285704042762518 ]