antypasd commited on
Commit
89ed4ac
1 Parent(s): 25ce9d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -84,4 +84,23 @@ Annotation instructions for English can be found [here](https://docs.google.com/
84
 
85
 
86
  ## Citation Information
87
- **TBA**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
85
 
86
  ## Citation Information
87
+ ```
88
+ @inproceedings{antypas-etal-2024-multilingual,
89
+ title = "Multilingual Topic Classification in {X}: Dataset and Analysis",
90
+ author = "Antypas, Dimosthenis and
91
+ Ushio, Asahi and
92
+ Barbieri, Francesco and
93
+ Camacho-Collados, Jose",
94
+ editor = "Al-Onaizan, Yaser and
95
+ Bansal, Mohit and
96
+ Chen, Yun-Nung",
97
+ booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
98
+ month = nov,
99
+ year = "2024",
100
+ address = "Miami, Florida, USA",
101
+ publisher = "Association for Computational Linguistics",
102
+ url = "https://aclanthology.org/2024.emnlp-main.1123",
103
+ pages = "20136--20152",
104
+ 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.",
105
+ }
106
+ ```