File size: 5,468 Bytes
6ce7d52
 
 
 
 
 
 
1b9bbc0
 
 
 
 
 
6ce7d52
 
 
b8cdcc1
 
 
 
 
106de02
2bee685
106de02
b8cdcc1
106de02
 
 
b8cdcc1
106de02
 
 
b8cdcc1
 
 
106de02
 
 
b8cdcc1
106de02
 
 
b8cdcc1
106de02
 
 
301db9d
 
 
 
 
 
 
 
 
 
6ce7d52
be0bc11
 
1b9bbc0
 
 
 
 
929a074
1b9bbc0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ad6ef31
1b9bbc0
 
 
 
 
 
 
 
 
 
 
 
 
6ce7d52
 
 
 
1b9bbc0
6ce7d52
 
 
1b9bbc0
 
 
6ce7d52
1b9bbc0
6ce7d52
 
 
 
 
38aa958
6ce7d52
6e4a1a2
6ce7d52
 
1b9bbc0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
---
task_categories:
- text-generation
language:
- eu
- es
- en
tags:
- counternarratives
- hate speech
- multilinguality
- LLMs
- LLM
pretty_name: conan_eus
size_categories:
- 10K<n<100K

configs:
  - config_name: eu
    data_files:
      - split: train
        path: 
        - data/eu/eu_train.csv
        - data/eu/eu_train_MT.csv
      - split: validation
        path: 
        - data/eu/eu_val.csv
        - data/eu/eu_val_MT.csv
      - split: test
        path: 
        - data/eu/eu_test.csv
        - data/eu/eu_test_MT.csv
  - config_name: es
    data_files:
      - split: train
        path: 
        - data/es/es_train.csv
        - data/es/es_train_MT.csv
      - split: validation
        path: 
        - data/es/es_val.csv
        - data/es/es_val_MT.csv
      - split: test
        path: 
        - data/es/es_test.csv
        - data/es/es_test_MT.csv
  - config_name: en
    data_files:
      - split: train
        path: data/en/en_train.csv
      - split: validation
        path: data/en/en_val.csv
      - split: test
        path: data/en/en_test.csv


---
**Content Warning**: This dataset contains examples of offensive language that do not reflect the authors’ views

# CONAN-EUS: Basque and Spanish Parallel Counter Narratives Dataset

CONAN-EUS was created by professionally translating all 6654 English HS-CN pairs of the original [CONAN](https://aclanthology.org/P19-1271.pdf) dataset into
**Basque and Spanish**. For experimentation we generated train, validation and test splits in a way that no HS-CN pairs occurred across them. 

<table style="width:33%">
    <tr>
         <th>CONAN-EUS Splits</th>
         <th>Total HS-CN Count</th>
     <tr>
         <td>train</td>
         <td>4833</td>
     </tr>
     <tr>
         <td>validation</td>
         <td>537</td>
     </tr>
     <tr>
         <td>test</td>
         <td>1278</td>
     </tr>
 </table>

- 📖 Paper: [Basque and Spanish Counter Narrative Generation: Data Creation and Evaluation](https://arxiv.org/abs/2403.09159) In LREC-COLING 2024.
- 💻 Github Repo (Data and Code): [https://github.com/ixa-ehu/conan-e/](https://github.com/ixa-ehu/conan-e/)

The CONAN (COunter NArratives through Nichesourcing) dataset was published by [Chung et al., 2019](https://aclanthology.org/P19-1271.pdf)
and is publicly available in [https://github.com/marcoguerini/CONAN](https://github.com/marcoguerini/CONAN).

## Data

This repository contains the Basque and Spanish CONAN-EUS data, in Machine Translated (MT) and post-edited forms. Furthermore, to facilitate experimentation we also share
the generated splits of the original CONAN English data ([https://github.com/marcoguerini/CONAN](https://github.com/marcoguerini/CONAN)).

+ data/eu: train/val/test sets with both the MT post-edited Basque data
+ data/es: train/val/test sets with both the MT post edited Spanish data
+ data/en: train/val/test sets of the original CONAN English data

## HS-CN example

The CONAN dataset includes HS-CN pairs, regarding the topic of Muslims and Islam. 
An example of a HS-CN pair in Basque, Spanish and English is illustrated below: 

| HS                                                                                                                                                    | CN                                                                                                                      |
|-------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|
| Musulmanok ez dugu gure kultura aberastu dezakeen ezer erabilgarririk. | Zer egin dute guretzat musulmanek? Beno, kafea, erlojuak, kamerak, higienea, unibertsitateak, tresna kirurgikoak, mapak, musika, aljebra. |
| Los musulmanes no tienen nada útil que pueda enriquecer nuestra cultura.| ¿Qué han hecho los musulmanes por nosotros? Bueno, café, relojes, cámaras, higiene, universidades, instrumentos quirúrgicos, mapas, música, álgebra.|
| Muslims do not have anything useful that can enrich our culture.| What have Muslims ever done for us? Well, Coffee, Clocks, Cameras, Hygiene, Universities, Surgical Instruments, Maps, Music, Algebra.|

If you use CONAN-EUS please **cite the following paper**:

## Citation

```bibtex
@inproceedings{bengoetxea-et-al-2024,
      title={{B}asque and {S}panish {C}ounter {N}arrative {G}eneration: {D}ata {C}reation and {E}valuation},
      author={Jaione Bengoetxea and Yi-Ling Chung and Marco Guerini and Rodrigo Agerri},
      year={2024},
      publisher = "Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING)",
}
```

If you also use the English splits then you **should also cite the original CONAN paper**:

```bibtex
@inproceedings{chung-etal-2019-conan,
    title = "{CONAN} - {CO}unter {NA}rratives through Nichesourcing: a Multilingual Dataset of Responses to Fight Online Hate Speech",
    author = "Chung, Yi-Ling  and
      Kuzmenko, Elizaveta  and
      Tekiroglu, Serra Sinem  and
      Guerini, Marco",
    booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
    year = "2019",
    pages = "2819--2829"
}
```

**Contact**: [Rodrigo Agerri](https://ragerri.github.io/)
HiTZ Center - Ixa, University of the Basque Country UPV/EHU