Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,13 @@ license: gpl-3.0
|
|
3 |
language:
|
4 |
- en
|
5 |
widget:
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
---
|
10 |
|
@@ -12,4 +17,4 @@ widget:
|
|
12 |
# Masking The Bias : From Echo Chambers to Large Scale Aspect-Based Sentiment Analysis
|
13 |
This repository addresses the challenges of scarcity and high costs associated with manual annotation in Aspect-Based Sentiment Analysis (ABSA) by utilizing weak supervision methods. We have demonstrated the superiority of our model using SemEval datasets and real-world tweet data.
|
14 |
|
15 |
-
For more details please visit [github.com/tweetpie/masked-absa](https://github.com/tweetpie/masked-absa)
|
|
|
3 |
language:
|
4 |
- en
|
5 |
widget:
|
6 |
+
- text: I liked [MASK] but the service was awful.
|
7 |
+
- text: I liked sushi but the [MASK] was awful.
|
8 |
+
tags:
|
9 |
+
- aspect-based-sentiment-analysis
|
10 |
+
- absa
|
11 |
+
- natural-language-processing
|
12 |
+
- masked-absa
|
13 |
---
|
14 |
---
|
15 |
|
|
|
17 |
# Masking The Bias : From Echo Chambers to Large Scale Aspect-Based Sentiment Analysis
|
18 |
This repository addresses the challenges of scarcity and high costs associated with manual annotation in Aspect-Based Sentiment Analysis (ABSA) by utilizing weak supervision methods. We have demonstrated the superiority of our model using SemEval datasets and real-world tweet data.
|
19 |
|
20 |
+
For more details please visit [github.com/tweetpie/masked-absa](https://github.com/tweetpie/masked-absa)
|