Ibaii99 commited on
Commit
ab80868
·
verified ·
1 Parent(s): 1f7653d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -19
README.md CHANGED
@@ -171,25 +171,26 @@ dataset = load_dataset("oeg/virc")
171
 
172
  ## BibTeX Entry and Citation Info
173
  ``` bibtex
174
- @inproceedings{IbaiArianna2024,
175
- author = {Ibai Guill{\'{e}}n{-}Pacho and
176
- Arianna Longo and
177
- Marco Antonio Stranisci and
178
- Viviana Patti and
179
- Carlos Badenes{-}Olmedo},
180
- editor = {Felice Dell'Orletta and
181
- Alessandro Lenci and
182
- Simonetta Montemagni and
183
- Rachele Sprugnoli},
184
- title = {The Vulnerable Identities Recognition Corpus {(VIRC)} for Hate Speech
185
- Analysis},
186
- booktitle = {Proceedings of the Tenth Italian Conference on Computational Linguistics
187
- (CLiC-it 2024), Pisa, Italy, December 4-6, 2024},
188
- series = {{CEUR} Workshop Proceedings},
189
- volume = {3878},
190
- publisher = {CEUR-WS.org},
191
- year = {2024},
192
- url = {https://ceur-ws.org/Vol-3878/49_main_long.pdf},
 
193
  }
194
  ```
195
 
 
171
 
172
  ## BibTeX Entry and Citation Info
173
  ``` bibtex
174
+ @inproceedings{guillen-pacho-etal-2024-vulnerable,
175
+ title = "The Vulnerable Identities Recognition Corpus ({VIRC}) for Hate Speech Analysis",
176
+ author = "Guill{\'e}n-Pacho, Ibai and
177
+ Longo, Arianna and
178
+ Stranisci, Marco Antonio and
179
+ Patti, Viviana and
180
+ Badenes-Olmedo, Carlos",
181
+ editor = "Dell'Orletta, Felice and
182
+ Lenci, Alessandro and
183
+ Montemagni, Simonetta and
184
+ Sprugnoli, Rachele",
185
+ booktitle = "Proceedings of the 10th Italian Conference on Computational Linguistics (CLiC-it 2024)",
186
+ month = dec,
187
+ year = "2024",
188
+ address = "Pisa, Italy",
189
+ publisher = "CEUR Workshop Proceedings",
190
+ url = "https://aclanthology.org/2024.clicit-1.50/",
191
+ pages = "417--424",
192
+ ISBN = "979-12-210-7060-6",
193
+ abstract = "This paper presents the Vulnerable Identities Recognition Corpus (VIRC), a novel resource designed to enhance hate speech analysis in Italian and Spanish news headlines. VIRC comprises 921 headlines, manually annotated for vulnerable identities, dangerous discourse, derogatory expressions, and entities. Our experiments reveal that large language models (LLMs) struggle significantly with the fine-grained identification of these elements, underscoring the complexity of detecting hate speech. VIRC stands out as the first resource of its kind in these languages, offering a richer annotation schema compared to existing corpora. The insights derived from VIRC can inform the development of sophisticated detection tools and the creation of policies and regulations to combat hate speech on social media, promoting a safer online environment. Future work will focus on expanding the corpus and refining annotation guidelines to further enhance its comprehensiveness and reliability."
194
  }
195
  ```
196