Pedrada commited on
Commit
82107f4
1 Parent(s): 4bbfd02

Fixing main reference paper

Browse files
Files changed (1) hide show
  1. README.md +19 -13
README.md CHANGED
@@ -67,22 +67,28 @@ model.predict('Get the all-analog Classic Vinyl Edition of "Takin Off" Album fro
67
  ```
68
 
69
  ### Reference
70
-
71
  ```
72
- @inproceedings{dimosthenis-etal-2022-twitter,
73
- title = "{T}witter {T}opic {C}lassification",
74
- author = "Antypas, Dimosthenis and
75
- Ushio, Asahi and
76
- Camacho-Collados, Jose and
77
- Neves, Leonardo and
78
- Silva, Vitor and
79
- Barbieri, Francesco",
80
- booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
81
- month = oct,
 
 
 
 
82
  year = "2022",
83
- address = "Gyeongju, Republic of Korea",
84
- publisher = "International Committee on Computational Linguistics"
 
 
85
  }
 
86
  ```
87
 
88
 
 
67
  ```
68
 
69
  ### Reference
 
70
  ```
71
+ @inproceedings{camacho-collados-etal-2022-tweetnlp,
72
+ title = "{T}weet{NLP}: Cutting-Edge Natural Language Processing for Social Media",
73
+ author = "Camacho-collados, Jose and
74
+ Rezaee, Kiamehr and
75
+ Riahi, Talayeh and
76
+ Ushio, Asahi and
77
+ Loureiro, Daniel and
78
+ Antypas, Dimosthenis and
79
+ Boisson, Joanne and
80
+ Espinosa Anke, Luis and
81
+ Liu, Fangyu and
82
+ Mart{\'\i}nez C{\'a}mara, Eugenio" and others,
83
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
84
+ month = dec,
85
  year = "2022",
86
+ address = "Abu Dhabi, UAE",
87
+ publisher = "Association for Computational Linguistics",
88
+ url = "https://aclanthology.org/2022.emnlp-demos.5",
89
+ pages = "38--49"
90
  }
91
+
92
  ```
93
 
94