tweetpie commited on
Commit
4f15e67
1 Parent(s): c186d52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
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: "[MASK] has exceeded my expectations with its lightning-fast performance, stunning display, and impressive battery life, making it a joy to use for both work and play."
7
+ - text: "despite its appealing design, [MASK] has been a disappointment due to frequent crashes, sluggish performance, and a battery that drains too quickly."
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)