trek90s commited on
Commit
1522315
·
1 Parent(s): 617dc35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -12,12 +12,10 @@ widget:
12
 
13
  # Note
14
 
15
- BERT based ABSA baseline, based on https://github.com/avinashsai/BERT-Aspect *BERT LSTM* implementation.
16
 
17
  Code for the paper "Utilizing BERT Intermediate Layers for Aspect Based Sentiment Analysis and Natural Language Inference" https://arxiv.org/pdf/2002.04815.pdf.
18
 
19
- When using the widget, please splice the aspect vocabulary behind the original sentence by [SEP].
20
-
21
  # Usage
22
 
23
  ```python
 
12
 
13
  # Note
14
 
15
+ BERT based ABSA baseline, based on https://github.com/avinashsai/BERT-Aspect *BERT LSTM* implementation.The model trained on SemEval2014-Task 4 laptop and restaurant datasets.
16
 
17
  Code for the paper "Utilizing BERT Intermediate Layers for Aspect Based Sentiment Analysis and Natural Language Inference" https://arxiv.org/pdf/2002.04815.pdf.
18
 
 
 
19
  # Usage
20
 
21
  ```python