diff --git a/README.md b/README.md index d96dbe8..4282f0f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ Xu, Hu, et al. "Bert post-training for review reading comprehension and aspect-b Sun, Chi, Luyao Huang, and Xipeng Qiu. "Utilizing bert for aspect-based sentiment analysis via constructing auxiliary sentence." arXiv preprint arXiv:1903.09588 (2019). [[pdf](https://arxiv.org/pdf/1903.09588.pdf)] +### TD-BERT([td_bert.py](./models/td_bert.py)) +Z. Gao, A. Feng, X. Song and X. Wu, "Target-Dependent Sentiment Classification With BERT," in IEEE Access, vol. 7, pp. 154290-154299, 2019, doi: 10.1109/ACCESS.2019.2946594.[[pdf]](https://ieeexplore.ieee.org/abstract/document/8864964) + ### LCF-BERT ([lcf_bert.py](./models/lcf_bert.py)) ([official](https://github.com/yangheng95/LCF-ABSA)) Zeng Biqing, Yang Heng, et al. "LCF: A Local Context Focus Mechanism for Aspect-Based Sentiment Classification." Applied Sciences. 2019, 9, 3389. [[pdf]](https://www.mdpi.com/2076-3417/9/16/3389/pdf)