Text Classification
Safetensors
xlm-roberta
antypasd commited on
Commit
60df8db
·
verified ·
1 Parent(s): e68d741

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -93,4 +93,21 @@ sports
93
 
94
  ## BibTeX entry and citation info
95
 
96
- TBA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  ## BibTeX entry and citation info
95
 
96
+ @inproceedings{antypas-etal-2024-multilingual,
97
+ title = "Multilingual Topic Classification in {X}: Dataset and Analysis",
98
+ author = "Antypas, Dimosthenis and
99
+ Ushio, Asahi and
100
+ Barbieri, Francesco and
101
+ Camacho-Collados, Jose",
102
+ editor = "Al-Onaizan, Yaser and
103
+ Bansal, Mohit and
104
+ Chen, Yun-Nung",
105
+ booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
106
+ month = nov,
107
+ year = "2024",
108
+ address = "Miami, Florida, USA",
109
+ publisher = "Association for Computational Linguistics",
110
+ url = "https://aclanthology.org/2024.emnlp-main.1123",
111
+ pages = "20136--20152",
112
+ abstract = "In the dynamic realm of social media, diverse topics are discussed daily, transcending linguistic boundaries. However, the complexities of understanding and categorising this content across various languages remain an important challenge with traditional techniques like topic modelling often struggling to accommodate this multilingual diversity. In this paper, we introduce X-Topic, a multilingual dataset featuring content in four distinct languages (English, Spanish, Japanese, and Greek), crafted for the purpose of tweet topic classification. Our dataset includes a wide range of topics, tailored for social media content, making it a valuable resource for scientists and professionals working on cross-linguistic analysis, the development of robust multilingual models, and computational scientists studying online dialogue. Finally, we leverage X-Topic to perform a comprehensive cross-linguistic and multilingual analysis, and compare the capabilities of current general- and domain-specific language models.",
113
+ }