Update README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Distilbert finetuned for Aspect-Based Sentiment Analysis (ABSA) with auxiliary sentence.
|
2 |
+
|
3 |
+
```bibtex
|
4 |
+
@inproceedings{sun-etal-2019-utilizing,
|
5 |
+
title = "Utilizing {BERT} for Aspect-Based Sentiment Analysis via Constructing Auxiliary Sentence",
|
6 |
+
author = "Sun, Chi and
|
7 |
+
Huang, Luyao and
|
8 |
+
Qiu, Xipeng",
|
9 |
+
booktitle = "Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)",
|
10 |
+
month = jun,
|
11 |
+
year = "2019",
|
12 |
+
address = "Minneapolis, Minnesota",
|
13 |
+
publisher = "Association for Computational Linguistics",
|
14 |
+
url = "https://www.aclweb.org/anthology/N19-1035",
|
15 |
+
doi = "10.18653/v1/N19-1035",
|
16 |
+
pages = "380--385",
|
17 |
+
abstract = "Aspect-based sentiment analysis (ABSA), which aims to identify fine-grained opinion polarity towards a specific aspect, is a challenging subtask of sentiment analysis (SA). In this paper, we construct an auxiliary sentence from the aspect and convert ABSA to a sentence-pair classification task, such as question answering (QA) and natural language inference (NLI). We fine-tune the pre-trained model from BERT and achieve new state-of-the-art results on SentiHood and SemEval-2014 Task 4 datasets. The source codes are available at https://github.com/HSLCY/ABSA-BERT-pair.",
|
18 |
+
}
|
19 |
+
```
|