trek90s
commited on
Commit
·
1048427
1
Parent(s):
0b6eac4
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
tags:
|
4 |
-
-
|
5 |
-
- aspect-based-sentiment-analysis
|
6 |
- pytorch
|
7 |
datasets:
|
8 |
- semeval2014
|
@@ -12,7 +11,9 @@ widget:
|
|
12 |
|
13 |
# Note
|
14 |
|
15 |
-
|
|
|
|
|
16 |
|
17 |
Our Github repo: https://github.com/tezignlab/BERT-LSTM-based-ABSA
|
18 |
|
|
|
1 |
---
|
2 |
language: en
|
3 |
tags:
|
4 |
+
- aspect-term-sentiment-analysis
|
|
|
5 |
- pytorch
|
6 |
datasets:
|
7 |
- semeval2014
|
|
|
11 |
|
12 |
# Note
|
13 |
|
14 |
+
`Aspect term sentiment analysis`
|
15 |
+
|
16 |
+
BERT LSTM based baseline, based on https://github.com/avinashsai/BERT-Aspect *BERT LSTM* implementation.The model trained on SemEval2014-Task 4 laptop and restaurant datasets.
|
17 |
|
18 |
Our Github repo: https://github.com/tezignlab/BERT-LSTM-based-ABSA
|
19 |
|