COLING 2020main32 citations

Constituency Lattice Encoding for Aspect Term Extraction

Yunyi Yang, Kun Li, Xiaojun Quan, Weizhou Shen, Qinliang Su

Abstract

One of the remaining challenges for aspect term extraction in sentiment analysis resides in the extraction of phrase-level aspect terms, which is non-trivial to determine the boundaries of such terms. In this paper, we aim to address this issue by incorporating the span annotations of constituents of a sentence to leverage the syntactic information in neural network models. To this end, we first construct a constituency lattice structure based on the constituents of a constituency tree. Then, we present two approaches to encoding the constituency lattice using BiLSTM-CRF and BERT as the base models, respectively. We experimented on two benchmark datasets to evaluate the two models, and the results confirm their superiority with respective 3.17 and 1.35 points gained in F1-Measure over the current state of the art. The improvements justify the effectiveness of the constituency lattice for aspect term extraction.

BibTeX
@inproceedings{yang-etal-2020-constituency,
    title = "Constituency Lattice Encoding for Aspect Term Extraction",
    author = "Yang, Yunyi  and
      Li, Kun  and
      Quan, Xiaojun  and
      Shen, Weizhou  and
      Su, Qinliang",
    editor = "Scott, Donia  and
      Bel, Nuria  and
      Zong, Chengqing",
    booktitle = "Proceedings of the 28th International Conference on Computational Linguistics",
    month = dec,
    year = "2020",
    address = "Barcelona, Spain (Online)",
    publisher = "International Committee on Computational Linguistics",
    url = "https://aclanthology.org/2020.coling-main.73/",
    doi = "10.18653/v1/2020.coling-main.73",
    pages = "844--855"
}
Constituency Lattice Encoding for Aspect Term Extraction · COLING 2020