Update README.md
Browse files
README.md
CHANGED
@@ -1,24 +1,27 @@
|
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
tags:
|
5 |
- aspect-based-sentiment-analysis
|
6 |
-
-
|
7 |
license: mit
|
8 |
datasets:
|
9 |
-
- laptop14
|
10 |
-
- restaurant14
|
11 |
-
- restaurant16
|
12 |
-
- ACL-Twitter
|
13 |
-
- MAMS
|
14 |
-
- Television
|
15 |
-
- TShirt
|
16 |
-
- Yelp
|
17 |
metrics:
|
18 |
- accuracy
|
19 |
- macro-f1
|
20 |
-
|
|
|
21 |
---
|
|
|
22 |
# Note
|
23 |
This model is training with 30k+ ABSA samples, see [ABSADatasets](https://github.com/yangheng95/ABSADatasets). Yet the test sets are not included in pre-training, so you can use this model for training and benchmarking on common ABSA datasets, e.g., Laptop14, Rest14 datasets. (Except for the Rest15 dataset!)
|
24 |
|
|
|
1 |
+
|
2 |
---
|
3 |
language:
|
4 |
- en
|
5 |
tags:
|
6 |
- aspect-based-sentiment-analysis
|
7 |
+
- lcf-bert
|
8 |
license: mit
|
9 |
datasets:
|
10 |
+
- laptop14 (w/ augmentation)
|
11 |
+
- restaurant14 (w/ augmentation)
|
12 |
+
- restaurant16 (w/ augmentation)
|
13 |
+
- ACL-Twitter (w/ augmentation)
|
14 |
+
- MAMS (w/ augmentation)
|
15 |
+
- Television (w/ augmentation)
|
16 |
+
- TShirt (w/ augmentation)
|
17 |
+
- Yelp (w/ augmentation)
|
18 |
metrics:
|
19 |
- accuracy
|
20 |
- macro-f1
|
21 |
+
widget:
|
22 |
+
- text: "[CLS] when tables opened up, the manager sat another party before us. [SEP] manager [SEP] "
|
23 |
---
|
24 |
+
|
25 |
# Note
|
26 |
This model is training with 30k+ ABSA samples, see [ABSADatasets](https://github.com/yangheng95/ABSADatasets). Yet the test sets are not included in pre-training, so you can use this model for training and benchmarking on common ABSA datasets, e.g., Laptop14, Rest14 datasets. (Except for the Rest15 dataset!)
|
27 |
|