paper-with-me

홈 › Papers

Improving Constituency Parsing with Span Attention

2020-10-15 · Findings of the Association for Computational Linguistics 2020 · Yuanhe Tian, Yan Song, Fei Xia, Tong Zhang

Constituency parsing is a fundamental and important task for natural language understanding, where a good representation of contextual information can help this task. N-grams, which is a conventional type of feature for contextual information, have been demonstrated to be useful in many tasks, and thus could also be beneficial for constituency parsing if they are appropriately modeled. In this paper, we propose span attention for neural chart-based constituency parsing to leverage n-gram information. Considering that current chart-based parsers with Transformer-based encoder represent spans by subtraction of the hidden states at the span boundaries, which may cause information loss especially for long spans, we incorporate n-grams into span representations by weighting them according to their contributions to the parsing process. Moreover, we propose categorical span attention to further enhance the model by weighting n-grams within different length categories, and thus benefit long-sentence parsing. Experimental results on three widely used benchmark datasets demonstrate the effectiveness of our approach in parsing Arabic, Chinese, and English, where state-of-the-art performance is obtained by our approach on all of them.

📄 PDF Abstract BibTeX arXiv:2010.07543

Code (1)

cuhksz-nlp/SAPar 공식 구현 pytorch

Tasks

Constituency ParsingNatural Language UnderstandingSentence

Similar Papers 제목 키워드 기반

Joint Chinese Word Segmentation and Span-based Constituency Parsing

2022-11-03 · Zhicheng Wang, Tianyu Shi, Cong Liu

In constituency parsing, span-based decoding is an important direction. However, for Chinese sentences, because of their linguistic characteristics, it is necessary to utilize other models to perform word segmentation fi…

Chinese Word SegmentationConstituency ParsingSegmentation

Span-Based Constituency Parsing with a Structure-Label System and Provably Optimal Dynamic Oracles

2016-12-20 · EMNLP 2016 11 · James Cross, Liang Huang

Parsing accuracy using efficient greedy transition systems has improved dramatically in recent years thanks to neural networks. Despite striking results in dependency parsing, however, neural models have not surpassed st…

Constituency ParsingDependency ParsingRerankingSentence

An Empirical Study for Vietnamese Constituency Parsing with Pre-training

2020-10-19 · Tuan-Vi Tran, Xuan-Thien Pham, Duc-Vu Nguyen, Kiet Van Nguyen 외

In this work, we use a span-based approach for Vietnamese constituency parsing. Our method follows the self-attention encoder architecture and a chart decoder using a CKY-style inference algorithm. We present analyses of…

Constituency ParsingDecoderVietnamese DatasetsVietnamese Parsing

Bottom-Up Constituency Parsing and Nested Named Entity Recognition with Pointer Networks

2021-10-11 · ACL 2022 5 · Songlin Yang, Kewei Tu

Constituency parsing and nested named entity recognition (NER) are similar tasks since they both aim to predict a collection of nested and non-crossing spans. In this work, we cast nested NER to constituency parsing and …

Constituency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Linear-Time Constituency Parsing with RNNs and Dynamic Programming

2018-05-17 · ACL 2018 7 · Juneki Hong, Liang Huang

Recently, span-based constituency parsing has achieved competitive accuracies with extremely simple models by using bidirectional RNNs to model "spans". However, the minimal span parser of Stern et al (2017a) which holds…

Boundary DetectionConstituency ParsingDiscourse ParsingSentence