jaio98 commited on
Commit
6ce7d52
·
verified ·
1 Parent(s): 2d1347e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-generation
4
+ language:
5
+ - eu
6
+ - es
7
+ - en
8
+ pretty_name: conan_eus
9
+ size_categories:
10
+ - 10K<n<100K
11
+ ---
12
+ # CONAN-EUS: CONAN dataset in Spanish and Basque
13
+
14
+ ## Dataset description
15
+ CONAN-EUS is based on the CONAN (COunter NArratives through Nichesourcing) dataset, originally provided by [Chung et al., 2019](https://aclanthology.org/P19-1271.pdf). The original dataset provides Hate Speech (HS) - Counter Narrative (CN) pairs on Islamophobia in English, French and Italian.
16
+
17
+ CONAN-EUS was created by translating the English portion of the original CONAN into Basque and Spanish. The English portion in CONAN provides 6654 HS-CN pairs, which were collected through three different methods:
18
+ (i) 1288 were collected through HS-CN nichesourcing sessions; (ii) 2576 were obtained in a posterior data augmentation process; (iii) 2790 were obtained through the translation of French and Italian pairs into English.
19
+
20
+
21
+ With the aim of providing data for CN generation in languages other than English, the English data in CONAN has been Machine Translated (MT) to Spanish and Basque, as well as manually post-edited.
22
+
23
+ The following table includes a quantitative description of the MT and post-edited datasets, including the division between train and test sets.
24
+
25
+ | Data source | Total HS-CN count | Train/test division |
26
+ |------------------------|------------------:|--------------------:|
27
+ | Original | 1288 | Test set |
28
+ | Augmented + Translated | 5366 | Train set |
29
+
30
+
31
+ ## Download
32
+
33
+ These four datasets can be found in this repository:
34
+
35
+ + es_MT: Spanish MT dataset
36
+ + es_post: Spanish post-edited dataset
37
+ + eu_MT: Basque MT dataset
38
+ + eu_post: Basque post-edited dataset
39
+
40
+ Each dataset is divided into train and test set, as previously stated. They can be found in [this](https://huggingface.co/datasets/jaio98/CONAN-EUS/blob/main/CONAN-datasets.zip) zip file.
41
+
42
+
43
+ ## HS-CN example
44
+
45
+ The CONAN dataset includes HS-CN pairs, regarding the topic of Muslims and Islam.
46
+ An example of a HS-CN pair is illustrated below:
47
+
48
+ | HS | CN |
49
+ |-------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|
50
+ | Islamic are criminals: they rape, enslave and murder people. Islam is more a worship than a religion and we do not have anything to share with them. | The myth that Muslims are dangerous and violent is a product of our vilifying media. Don’t believe everything you read. |
51
+
52
+
53
+ ## Citation
54
+
55
+ ```bibtex
56
+ @inproceedings{bengoetxea-et-al-2024,
57
+ title={Basque and Spanish Counter Narrative Generation: Data Creation and Evaluation},
58
+ author={Jaione Bengoetxea and Yi-Ling Chung and Marco Guerini and Rodrigo Agerri},
59
+ year={in press},
60
+ publisher = "Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING)",
61
+ url = ""
62
+ }
63
+ ```