puzzz21 commited on
Commit
ec9957d
·
1 Parent(s): 0c82ed3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -13,11 +13,17 @@ Here, the context is the sentiment of the author depicted in the sentence.
13
  There are three classes; postitive, negative and neutral.
14
  This model outputs following classnames according to the sentiment:
15
  </br>
16
- p = positive
17
- </br>
18
- n = negative
19
- </br>
20
- o = other/neutral
 
 
 
 
 
 
21
  </br>
22
  </br>
23
  For finetuning, the publicly available dataset on context identification from Angrosh et al. https://dl.acm.org/doi/10.1145/1816123.1816168 is used.
 
13
  There are three classes; postitive, negative and neutral.
14
  This model outputs following classnames according to the sentiment:
15
  </br>
16
+ <ul>
17
+ <li>
18
+ Positive sentiment in context is classified as <b>p</b>
19
+ </li>
20
+ <li>
21
+ Negative sentiment in context is classified as <b>n</b>
22
+ </li>
23
+ <li>
24
+ Neutral sentiment in context is classified as (other) <b>o</b>
25
+ </li>
26
+ </ul>
27
  </br>
28
  </br>
29
  For finetuning, the publicly available dataset on context identification from Angrosh et al. https://dl.acm.org/doi/10.1145/1816123.1816168 is used.