paper-with-me

홈 › Papers

Constituency Parsing with a Self-Attentive Encoder

2018-05-02 · ACL 2018 7 · Nikita Kitaev, Dan Klein

We demonstrate that replacing an LSTM encoder with a self-attentive architecture can lead to improvements to a state-of-the-art discriminative constituency parser. The use of attention makes explicit the manner in which information is propagated between different locations in the sentence, which we use to both analyze our model and propose potential improvements. For example, we find that separating positional and content information in the encoder can lead to improved parsing accuracy. Additionally, we evaluate different approaches for lexical representation. Our parser achieves new state-of-the-art results for single models trained on the Penn Treebank: 93.55 F1 without the use of any external data, and 95.13 F1 when using pre-trained word representations. Our parser also outperforms the previous best-published accuracy figures on 8 of the 9 languages in the SPMRL dataset.

📄 PDF Abstract BibTeX arXiv:1805.01052

Code (5)

nikitakit/self-attentive-parser 공식 구현 tf
asadovsky/nn tf
napakalas/NLIMED tf
ringos/nfc-parser pytorch
thomaslu2000/incremental-parsing-representations pytorch

Tasks

Constituency ParsingSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Investigating Non-local Features for Neural Constituency Parsing

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Thanks to the strong representation power of neural encoders, neural chart-based parsers have achieved highly competitive performance by using local features. Recently, it has been shown that non-local features in CRF st…

Constituency Parsing

Self-Attentive Constituency Parsing for UCCA-based Semantic Parsing

2021-10-01 · Necva Bölücü, Burcu Can

Semantic parsing provides a way to extract the semantic structure of a text that could be understood by machines. It is utilized in various NLP applications that require text comprehension such as summarization and quest…

Constituency ParsingFew-Shot LearningQuestion AnsweringReading Comprehension+1

LLM-enhanced Self-training for Cross-domain Constituency Parsing

2023-11-05 · Jianling Li, Meishan Zhang, Peiming Guo, Min Zhang 외

Self-training has proven to be an effective approach for cross-domain tasks, and in this study, we explore its application to cross-domain constituency parsing. Traditional self-training methods rely on limited and poten…

Constituency ParsingLanguage ModelingLanguage ModellingLarge Language Model

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

Investigating Non-local Features for Neural Constituency Parsing

2021-09-27 · ACL 2022 5 · Leyang Cui, Sen yang, Yue Zhang

Thanks to the strong representation power of neural encoders, neural chart-based parsers have achieved highly competitive performance by using local features. Recently, it has been shown that non-local features in CRF st…

Constituency Parsing