SOTAVerified

Constituency Lattice Encoding for Aspect Term Extraction

2020-12-01COLING 2020Code Available0· sign in to hype

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

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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.

Tasks

Reproductions