Datasets:

Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
stance-detection
License:
albertvillanova HF staff commited on
Commit
0a5e570
1 Parent(s): 5deb408

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -19,6 +19,9 @@ task_categories:
19
  task_ids: []
20
  paperswithcode_id: cic
21
  pretty_name: Catalonia Independence Corpus
 
 
 
22
  tags:
23
  - stance-detection
24
  dataset_info:
@@ -37,16 +40,16 @@ dataset_info:
37
  '2': NEUTRAL
38
  splits:
39
  - name: train
40
- num_bytes: 1406250
41
  num_examples: 6028
42
  - name: test
43
- num_bytes: 469204
44
  num_examples: 2010
45
  - name: validation
46
- num_bytes: 473393
47
  num_examples: 2010
48
- download_size: 995415
49
- dataset_size: 2348847
50
  - config_name: spanish
51
  features:
52
  - name: id_str
@@ -72,9 +75,16 @@ dataset_info:
72
  num_examples: 2015
73
  download_size: 1070281
74
  dataset_size: 2514263
75
- config_names:
76
- - catalan
77
- - spanish
 
 
 
 
 
 
 
78
  ---
79
 
80
  # Dataset Card for Catalonia Independence Corpus
 
19
  task_ids: []
20
  paperswithcode_id: cic
21
  pretty_name: Catalonia Independence Corpus
22
+ config_names:
23
+ - catalan
24
+ - spanish
25
  tags:
26
  - stance-detection
27
  dataset_info:
 
40
  '2': NEUTRAL
41
  splits:
42
  - name: train
43
+ num_bytes: 1406242
44
  num_examples: 6028
45
  - name: test
46
+ num_bytes: 469196
47
  num_examples: 2010
48
  - name: validation
49
+ num_bytes: 473385
50
  num_examples: 2010
51
+ download_size: 1638682
52
+ dataset_size: 2348823
53
  - config_name: spanish
54
  features:
55
  - name: id_str
 
75
  num_examples: 2015
76
  download_size: 1070281
77
  dataset_size: 2514263
78
+ configs:
79
+ - config_name: catalan
80
+ data_files:
81
+ - split: train
82
+ path: catalan/train-*
83
+ - split: test
84
+ path: catalan/test-*
85
+ - split: validation
86
+ path: catalan/validation-*
87
+ default: true
88
  ---
89
 
90
  # Dataset Card for Catalonia Independence Corpus
catalan/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a0dd4ca91f61a4f004f5aa4243e38cd168e6df82c54699953105ee6cb178fec
3
+ size 331730
catalan/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edc1ac7867026311d5b5abd1e1058f9eb8d5d3db6421816d8a518726deac7c22
3
+ size 976635
catalan/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55ccbf0537edc7203e6795033cbd14d479d2f797b8e1e59f6f54102ad9d8a3d7
3
+ size 330317
dataset_infos.json CHANGED
@@ -1 +1,128 @@
1
- {"catalan": {"description": "This dataset contains two corpora in Spanish and Catalan that consist of annotated Twitter messages for automatic stance detection. The data was collected over 12 days during February and March of 2019 from tweets posted in Barcelona, and during September of 2018 from tweets posted in the town of Terrassa, Catalonia.\n\nEach corpus is annotated with three classes: AGAINST, FAVOR and NEUTRAL, which express the stance towards the target - independence of Catalonia.\n", "citation": "@inproceedings{zotova-etal-2020-multilingual,\n title = \"Multilingual Stance Detection in Tweets: The {C}atalonia Independence Corpus\",\n author = \"Zotova, Elena and\n Agerri, Rodrigo and\n Nunez, Manuel and\n Rigau, German\",\n booktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\n month = may,\n year = \"2020\",\n address = \"Marseille, France\",\n publisher = \"European Language Resources Association\",\n url = \"https://www.aclweb.org/anthology/2020.lrec-1.171\",\n pages = \"1368--1375\",\n abstract = \"Stance detection aims to determine the attitude of a given text with respect to a specific topic or claim. While stance detection has been fairly well researched in the last years, most the work has been focused on English. This is mainly due to the relative lack of annotated data in other languages. The TW-10 referendum Dataset released at IberEval 2018 is a previous effort to provide multilingual stance-annotated data in Catalan and Spanish. Unfortunately, the TW-10 Catalan subset is extremely imbalanced. This paper addresses these issues by presenting a new multilingual dataset for stance detection in Twitter for the Catalan and Spanish languages, with the aim of facilitating research on stance detection in multilingual and cross-lingual settings. The dataset is annotated with stance towards one topic, namely, the ndependence of Catalonia. We also provide a semi-automatic method to annotate the dataset based on a categorization of Twitter users. We experiment on the new corpus with a number of supervised approaches, including linear classifiers and deep learning methods. Comparison of our new corpus with the with the TW-1O dataset shows both the benefits and potential of a well balanced corpus for multilingual and cross-lingual research on stance detection. Finally, we establish new state-of-the-art results on the TW-10 dataset, both for Catalan and Spanish.\",\n language = \"English\",\n ISBN = \"979-10-95546-34-4\",\n}\n", "homepage": "https://github.com/ixa-ehu/catalonia-independence-corpus", "license": "CC BY-NC-SA 4.0", "features": {"id_str": {"dtype": "string", "id": null, "_type": "Value"}, "TWEET": {"dtype": "string", "id": null, "_type": "Value"}, "LABEL": {"num_classes": 3, "names": ["AGAINST", "FAVOR", "NEUTRAL"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "catalonia_independence", "config_name": "catalan", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1406250, "num_examples": 6028, "dataset_name": "catalonia_independence"}, "test": {"name": "test", "num_bytes": 469204, "num_examples": 2010, "dataset_name": "catalonia_independence"}, "validation": {"name": "validation", "num_bytes": 473393, "num_examples": 2010, "dataset_name": "catalonia_independence"}}, "download_checksums": {"https://github.com/ixa-ehu/catalonia-independence-corpus/raw/master/01_CIC_CA.zip": {"num_bytes": 995415, "checksum": "c8312c4d1355e414171d166cac5ba3fa97734ebc639b02c2b6f7995cb15c75d9"}}, "download_size": 995415, "post_processing_size": null, "dataset_size": 2348847, "size_in_bytes": 3344262}, "spanish": {"description": "This dataset contains two corpora in Spanish and Catalan that consist of annotated Twitter messages for automatic stance detection. The data was collected over 12 days during February and March of 2019 from tweets posted in Barcelona, and during September of 2018 from tweets posted in the town of Terrassa, Catalonia.\n\nEach corpus is annotated with three classes: AGAINST, FAVOR and NEUTRAL, which express the stance towards the target - independence of Catalonia.\n", "citation": "@inproceedings{zotova-etal-2020-multilingual,\n title = \"Multilingual Stance Detection in Tweets: The {C}atalonia Independence Corpus\",\n author = \"Zotova, Elena and\n Agerri, Rodrigo and\n Nunez, Manuel and\n Rigau, German\",\n booktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\n month = may,\n year = \"2020\",\n address = \"Marseille, France\",\n publisher = \"European Language Resources Association\",\n url = \"https://www.aclweb.org/anthology/2020.lrec-1.171\",\n pages = \"1368--1375\",\n abstract = \"Stance detection aims to determine the attitude of a given text with respect to a specific topic or claim. While stance detection has been fairly well researched in the last years, most the work has been focused on English. This is mainly due to the relative lack of annotated data in other languages. The TW-10 referendum Dataset released at IberEval 2018 is a previous effort to provide multilingual stance-annotated data in Catalan and Spanish. Unfortunately, the TW-10 Catalan subset is extremely imbalanced. This paper addresses these issues by presenting a new multilingual dataset for stance detection in Twitter for the Catalan and Spanish languages, with the aim of facilitating research on stance detection in multilingual and cross-lingual settings. The dataset is annotated with stance towards one topic, namely, the ndependence of Catalonia. We also provide a semi-automatic method to annotate the dataset based on a categorization of Twitter users. We experiment on the new corpus with a number of supervised approaches, including linear classifiers and deep learning methods. Comparison of our new corpus with the with the TW-1O dataset shows both the benefits and potential of a well balanced corpus for multilingual and cross-lingual research on stance detection. Finally, we establish new state-of-the-art results on the TW-10 dataset, both for Catalan and Spanish.\",\n language = \"English\",\n ISBN = \"979-10-95546-34-4\",\n}\n", "homepage": "https://github.com/ixa-ehu/catalonia-independence-corpus", "license": "CC BY-NC-SA 4.0", "features": {"id_str": {"dtype": "string", "id": null, "_type": "Value"}, "TWEET": {"dtype": "string", "id": null, "_type": "Value"}, "LABEL": {"num_classes": 3, "names": ["AGAINST", "FAVOR", "NEUTRAL"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "catalonia_independence", "config_name": "spanish", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1507388, "num_examples": 6046, "dataset_name": "catalonia_independence"}, "test": {"name": "test", "num_bytes": 501783, "num_examples": 2016, "dataset_name": "catalonia_independence"}, "validation": {"name": "validation", "num_bytes": 505092, "num_examples": 2015, "dataset_name": "catalonia_independence"}}, "download_checksums": {"https://github.com/ixa-ehu/catalonia-independence-corpus/raw/master/02_CIC_ES.zip": {"num_bytes": 1070281, "checksum": "eb717f7074d5a7c9ef596049bab890ca8a1bae9ac0bad12ef70dc3ae09f068ab"}}, "download_size": 1070281, "post_processing_size": null, "dataset_size": 2514263, "size_in_bytes": 3584544}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "catalan": {
3
+ "description": "This dataset contains two corpora in Spanish and Catalan that consist of annotated Twitter messages for automatic stance detection. The data was collected over 12 days during February and March of 2019 from tweets posted in Barcelona, and during September of 2018 from tweets posted in the town of Terrassa, Catalonia.\n\nEach corpus is annotated with three classes: AGAINST, FAVOR and NEUTRAL, which express the stance towards the target - independence of Catalonia.\n",
4
+ "citation": "@inproceedings{zotova-etal-2020-multilingual,\n title = \"Multilingual Stance Detection in Tweets: The {C}atalonia Independence Corpus\",\n author = \"Zotova, Elena and\n Agerri, Rodrigo and\n Nunez, Manuel and\n Rigau, German\",\n booktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\n month = may,\n year = \"2020\",\n address = \"Marseille, France\",\n publisher = \"European Language Resources Association\",\n url = \"https://www.aclweb.org/anthology/2020.lrec-1.171\",\n pages = \"1368--1375\",\n abstract = \"Stance detection aims to determine the attitude of a given text with respect to a specific topic or claim. While stance detection has been fairly well researched in the last years, most the work has been focused on English. This is mainly due to the relative lack of annotated data in other languages. The TW-10 referendum Dataset released at IberEval 2018 is a previous effort to provide multilingual stance-annotated data in Catalan and Spanish. Unfortunately, the TW-10 Catalan subset is extremely imbalanced. This paper addresses these issues by presenting a new multilingual dataset for stance detection in Twitter for the Catalan and Spanish languages, with the aim of facilitating research on stance detection in multilingual and cross-lingual settings. The dataset is annotated with stance towards one topic, namely, the ndependence of Catalonia. We also provide a semi-automatic method to annotate the dataset based on a categorization of Twitter users. We experiment on the new corpus with a number of supervised approaches, including linear classifiers and deep learning methods. Comparison of our new corpus with the with the TW-1O dataset shows both the benefits and potential of a well balanced corpus for multilingual and cross-lingual research on stance detection. Finally, we establish new state-of-the-art results on the TW-10 dataset, both for Catalan and Spanish.\",\n language = \"English\",\n ISBN = \"979-10-95546-34-4\",\n}\n",
5
+ "homepage": "https://github.com/ixa-ehu/catalonia-independence-corpus",
6
+ "license": "CC BY-NC-SA 4.0",
7
+ "features": {
8
+ "id_str": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "TWEET": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "LABEL": {
17
+ "names": [
18
+ "AGAINST",
19
+ "FAVOR",
20
+ "NEUTRAL"
21
+ ],
22
+ "_type": "ClassLabel"
23
+ }
24
+ },
25
+ "builder_name": "parquet",
26
+ "dataset_name": "catalonia_independence",
27
+ "config_name": "catalan",
28
+ "version": {
29
+ "version_str": "1.1.0",
30
+ "major": 1,
31
+ "minor": 1,
32
+ "patch": 0
33
+ },
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 1406242,
38
+ "num_examples": 6028,
39
+ "dataset_name": null
40
+ },
41
+ "test": {
42
+ "name": "test",
43
+ "num_bytes": 469196,
44
+ "num_examples": 2010,
45
+ "dataset_name": null
46
+ },
47
+ "validation": {
48
+ "name": "validation",
49
+ "num_bytes": 473385,
50
+ "num_examples": 2010,
51
+ "dataset_name": null
52
+ }
53
+ },
54
+ "download_size": 1638682,
55
+ "dataset_size": 2348823,
56
+ "size_in_bytes": 3987505
57
+ },
58
+ "spanish": {
59
+ "description": "This dataset contains two corpora in Spanish and Catalan that consist of annotated Twitter messages for automatic stance detection. The data was collected over 12 days during February and March of 2019 from tweets posted in Barcelona, and during September of 2018 from tweets posted in the town of Terrassa, Catalonia.\n\nEach corpus is annotated with three classes: AGAINST, FAVOR and NEUTRAL, which express the stance towards the target - independence of Catalonia.\n",
60
+ "citation": "@inproceedings{zotova-etal-2020-multilingual,\n title = \"Multilingual Stance Detection in Tweets: The {C}atalonia Independence Corpus\",\n author = \"Zotova, Elena and\n Agerri, Rodrigo and\n Nunez, Manuel and\n Rigau, German\",\n booktitle = \"Proceedings of the 12th Language Resources and Evaluation Conference\",\n month = may,\n year = \"2020\",\n address = \"Marseille, France\",\n publisher = \"European Language Resources Association\",\n url = \"https://www.aclweb.org/anthology/2020.lrec-1.171\",\n pages = \"1368--1375\",\n abstract = \"Stance detection aims to determine the attitude of a given text with respect to a specific topic or claim. While stance detection has been fairly well researched in the last years, most the work has been focused on English. This is mainly due to the relative lack of annotated data in other languages. The TW-10 referendum Dataset released at IberEval 2018 is a previous effort to provide multilingual stance-annotated data in Catalan and Spanish. Unfortunately, the TW-10 Catalan subset is extremely imbalanced. This paper addresses these issues by presenting a new multilingual dataset for stance detection in Twitter for the Catalan and Spanish languages, with the aim of facilitating research on stance detection in multilingual and cross-lingual settings. The dataset is annotated with stance towards one topic, namely, the ndependence of Catalonia. We also provide a semi-automatic method to annotate the dataset based on a categorization of Twitter users. We experiment on the new corpus with a number of supervised approaches, including linear classifiers and deep learning methods. Comparison of our new corpus with the with the TW-1O dataset shows both the benefits and potential of a well balanced corpus for multilingual and cross-lingual research on stance detection. Finally, we establish new state-of-the-art results on the TW-10 dataset, both for Catalan and Spanish.\",\n language = \"English\",\n ISBN = \"979-10-95546-34-4\",\n}\n",
61
+ "homepage": "https://github.com/ixa-ehu/catalonia-independence-corpus",
62
+ "license": "CC BY-NC-SA 4.0",
63
+ "features": {
64
+ "id_str": {
65
+ "dtype": "string",
66
+ "id": null,
67
+ "_type": "Value"
68
+ },
69
+ "TWEET": {
70
+ "dtype": "string",
71
+ "id": null,
72
+ "_type": "Value"
73
+ },
74
+ "LABEL": {
75
+ "num_classes": 3,
76
+ "names": [
77
+ "AGAINST",
78
+ "FAVOR",
79
+ "NEUTRAL"
80
+ ],
81
+ "names_file": null,
82
+ "id": null,
83
+ "_type": "ClassLabel"
84
+ }
85
+ },
86
+ "post_processed": null,
87
+ "supervised_keys": null,
88
+ "builder_name": "catalonia_independence",
89
+ "config_name": "spanish",
90
+ "version": {
91
+ "version_str": "1.1.0",
92
+ "description": null,
93
+ "major": 1,
94
+ "minor": 1,
95
+ "patch": 0
96
+ },
97
+ "splits": {
98
+ "train": {
99
+ "name": "train",
100
+ "num_bytes": 1507388,
101
+ "num_examples": 6046,
102
+ "dataset_name": "catalonia_independence"
103
+ },
104
+ "test": {
105
+ "name": "test",
106
+ "num_bytes": 501783,
107
+ "num_examples": 2016,
108
+ "dataset_name": "catalonia_independence"
109
+ },
110
+ "validation": {
111
+ "name": "validation",
112
+ "num_bytes": 505092,
113
+ "num_examples": 2015,
114
+ "dataset_name": "catalonia_independence"
115
+ }
116
+ },
117
+ "download_checksums": {
118
+ "https://github.com/ixa-ehu/catalonia-independence-corpus/raw/master/02_CIC_ES.zip": {
119
+ "num_bytes": 1070281,
120
+ "checksum": "eb717f7074d5a7c9ef596049bab890ca8a1bae9ac0bad12ef70dc3ae09f068ab"
121
+ }
122
+ },
123
+ "download_size": 1070281,
124
+ "post_processing_size": null,
125
+ "dataset_size": 2514263,
126
+ "size_in_bytes": 3584544
127
+ }
128
+ }