Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: gpl-3.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: gpl-3.0
|
| 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 |
+
|
| 16 |
+
|
| 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)
|