rabindralamsal commited on
Commit
9514b13
1 Parent(s): 5f0a4e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Sentiment Analysis of English Tweets (including COVID-19 specific tweets) with BERTsent
2
 
3
  **BERTsent**: A finetuned **BERT** based **sent**iment classifier for English language tweets.
4
 
@@ -10,11 +10,24 @@ Output labels:
10
  - 1 represents "neutral" sentiment
11
  - 2 represents "positive" sentiment
12
 
13
- ## COVID-19 tweets specific tasks
14
 
15
  Eg.,
16
  The model distinguishes: "covid" -> neutral sentiment, "I have covid" -> negative sentiment
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ## Using the model
19
 
20
  Install transformers and emoji, if already not installed:
@@ -55,10 +68,4 @@ We have installed and imported everything that's needed for the sentiment analys
55
  Output:
56
 
57
  [[0.972672164440155 0.023684727028012276 0.003643065458163619]]
58
- 0
59
-
60
- If you use BERTsent in your project/research, cite the following article:
61
-
62
- Lamsal, R., Harwood, A., & Read, M. R. (2022). [Twitter conversations predict the daily confirmed COVID-19 cases](https://arxiv.org/abs/2206.10471). arXiv preprint arXiv:2206.10471.
63
-
64
-
 
1
+ # Sentiment Analysis of English Tweets (including COVID-19-specific tweets) with BERTsent
2
 
3
  **BERTsent**: A finetuned **BERT** based **sent**iment classifier for English language tweets.
4
 
 
10
  - 1 represents "neutral" sentiment
11
  - 2 represents "positive" sentiment
12
 
13
+ ## COVID-19 tweets specific task
14
 
15
  Eg.,
16
  The model distinguishes: "covid" -> neutral sentiment, "I have covid" -> negative sentiment
17
 
18
+ ## Cite
19
+
20
+ If you use BERTsent in your project/research, please cite the following article:
21
+ Lamsal, R., Harwood, A., & Read, M. R. (2022). [Twitter conversations predict the daily confirmed COVID-19 cases](https://arxiv.org/abs/2206.10471). arXiv preprint arXiv:2206.10471.
22
+
23
+ @article{lamsal2022twitter,
24
+   title={Twitter conversations predict the daily confirmed COVID-19 cases},
25
+   author={Lamsal, Rabindra and Harwood, Aaron and Read, Maria Rodriguez},
26
+   journal={arXiv preprint arXiv:2206.10471},
27
+   year={2022}
28
+ }
29
+
30
+
31
  ## Using the model
32
 
33
  Install transformers and emoji, if already not installed:
 
68
  Output:
69
 
70
  [[0.972672164440155 0.023684727028012276 0.003643065458163619]]
71
+ 0