Update README.md
Browse files
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 |
-
|
17 |
-
|
18 |
-
|
19 |
-
</
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|