Pedrada commited on
Commit
6bb81d9
1 Parent(s): e1a333e

Add reference paper

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -68,3 +68,27 @@ Output:
68
  news_&_social_concern
69
  sports
70
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  news_&_social_concern
69
  sports
70
  ```
71
+
72
+ ### BibTeX entry and citation info
73
+
74
+ Please cite the [reference paper](https://aclanthology.org/2022.coling-1.299/) if you use this model.
75
+
76
+ ```bibtex
77
+ @inproceedings{antypas-etal-2022-twitter,
78
+ title = "{T}witter Topic Classification",
79
+ author = "Antypas, Dimosthenis and
80
+ Ushio, Asahi and
81
+ Camacho-Collados, Jose and
82
+ Silva, Vitor and
83
+ Neves, Leonardo and
84
+ Barbieri, Francesco",
85
+ booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
86
+ month = oct,
87
+ year = "2022",
88
+ address = "Gyeongju, Republic of Korea",
89
+ publisher = "International Committee on Computational Linguistics",
90
+ url = "https://aclanthology.org/2022.coling-1.299",
91
+ pages = "3386--3400",
92
+ abstract = "Social media platforms host discussions about a wide variety of topics that arise everyday. Making sense of all the content and organising it into categories is an arduous task. A common way to deal with this issue is relying on topic modeling, but topics discovered using this technique are difficult to interpret and can differ from corpus to corpus. In this paper, we present a new task based on tweet topic classification and release two associated datasets. Given a wide range of topics covering the most important discussion points in social media, we provide training and testing data from recent time periods that can be used to evaluate tweet classification models. Moreover, we perform a quantitative evaluation and analysis of current general- and domain-specific language models on the task, which provide more insights on the challenges and nature of the task.",
93
+ }
94
+ ```