Pedrada commited on
Commit
ec7fcb5
1 Parent(s): 508b2b9

Update reference README

Browse files
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -4,8 +4,8 @@
4
  This is a RoBERTa-base model trained on 168.86M tweets until the end of September 2022 and finetuned for multi-label topic classification on a corpus of 11,267 [tweets](https://huggingface.co/datasets/cardiffnlp/tweet_topic_multi).
5
  The original RoBERTa-base model can be found [here](https://huggingface.co/cardiffnlp/twitter-roberta-base-sep2022). This model is suitable for English.
6
 
7
- - Reference Papers: [TimeLMs paper](https://arxiv.org/abs/2202.03829), [TweetTopic](https://arxiv.org/abs/2209.09824)
8
- - Git Repo: [TimeLMs official repository](https://github.com/cardiffnlp/timelms).
9
 
10
  <b>Labels</b>:
11
 
@@ -66,3 +66,26 @@ fitness_&_health
66
  news_&_social_concern
67
  sports
68
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  This is a RoBERTa-base model trained on 168.86M tweets until the end of September 2022 and finetuned for multi-label topic classification on a corpus of 11,267 [tweets](https://huggingface.co/datasets/cardiffnlp/tweet_topic_multi).
5
  The original RoBERTa-base model can be found [here](https://huggingface.co/cardiffnlp/twitter-roberta-base-sep2022). This model is suitable for English.
6
 
7
+ - Reference Paper: [TweetTopic](https://arxiv.org/abs/2209.09824) (COLING 2022).
8
+
9
 
10
  <b>Labels</b>:
11
 
 
66
  news_&_social_concern
67
  sports
68
  ```
69
+
70
+ ### BibTeX entry and citation info
71
+
72
+ Please cite the [reference paper](https://aclanthology.org/2022.coling-1.299/) if you use this model.
73
+
74
+ ```bibtex
75
+ @inproceedings{antypas-etal-2022-twitter,
76
+ title = "{T}witter Topic Classification",
77
+ author = "Antypas, Dimosthenis and
78
+ Ushio, Asahi and
79
+ Camacho-Collados, Jose and
80
+ Silva, Vitor and
81
+ Neves, Leonardo and
82
+ Barbieri, Francesco",
83
+ booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
84
+ month = oct,
85
+ year = "2022",
86
+ address = "Gyeongju, Republic of Korea",
87
+ publisher = "International Committee on Computational Linguistics",
88
+ url = "https://aclanthology.org/2022.coling-1.299",
89
+ pages = "3386--3400"
90
+ }
91
+ ```