Pedrada commited on
Commit
4ba3d44
1 Parent(s): f8f8214

Add references

Browse files
Files changed (1) hide show
  1. README.md +47 -1
README.md CHANGED
@@ -83,4 +83,50 @@ Output:
83
  1) Negative 0.7236
84
  2) Neutral 0.2287
85
  3) Positive 0.0477
86
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  1) Negative 0.7236
84
  2) Neutral 0.2287
85
  3) Positive 0.0477
86
+ ```
87
+
88
+
89
+ ### References
90
+ ```
91
+ @inproceedings{camacho-collados-etal-2022-tweetnlp,
92
+ title = "{T}weet{NLP}: Cutting-Edge Natural Language Processing for Social Media",
93
+ author = "Camacho-collados, Jose and
94
+ Rezaee, Kiamehr and
95
+ Riahi, Talayeh and
96
+ Ushio, Asahi and
97
+ Loureiro, Daniel and
98
+ Antypas, Dimosthenis and
99
+ Boisson, Joanne and
100
+ Espinosa Anke, Luis and
101
+ Liu, Fangyu and
102
+ Mart{\'\i}nez C{\'a}mara, Eugenio" and others,
103
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
104
+ month = dec,
105
+ year = "2022",
106
+ address = "Abu Dhabi, UAE",
107
+ publisher = "Association for Computational Linguistics",
108
+ url = "https://aclanthology.org/2022.emnlp-demos.5",
109
+ pages = "38--49"
110
+ }
111
+
112
+ ```
113
+
114
+ ```
115
+ @inproceedings{loureiro-etal-2022-timelms,
116
+ title = "{T}ime{LM}s: Diachronic Language Models from {T}witter",
117
+ author = "Loureiro, Daniel and
118
+ Barbieri, Francesco and
119
+ Neves, Leonardo and
120
+ Espinosa Anke, Luis and
121
+ Camacho-collados, Jose",
122
+ booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics: System Demonstrations",
123
+ month = may,
124
+ year = "2022",
125
+ address = "Dublin, Ireland",
126
+ publisher = "Association for Computational Linguistics",
127
+ url = "https://aclanthology.org/2022.acl-demo.25",
128
+ doi = "10.18653/v1/2022.acl-demo.25",
129
+ pages = "251--260"
130
+ }
131
+
132
+ ```