paper-with-me

Papers

A Span-based Linearization for Constituent Trees

2020-04-30 · ACL 2020 6 · Yang Wei, Yuanbin Wu, Man Lan

We propose a novel linearization of a constituent tree, together with a new locally normalized model. For each split point in a sentence, our model computes the normalizer on all spans ending with that split point, and then predicts a tree span from them. Compared with global models, our model is fast and parallelizable. Different from previous local models, our linearization method is tied on the spans directly and considers more local features when performing span prediction, which is more interpretable and effective. Experiments on PTB (95.8 F1) and CTB (92.4 F1) show that our model significantly outperforms existing local models and efficiently achieves competitive results with global models.

📄 PDF Abstract BibTeX arXiv:2004.14704

Code (1)

AntNLP/span-linearization-parser 공식 구현 pytorch

Tasks

Sentence

Similar Papers 제목 키워드 기반

Enriched In-Order Linearization for Faster Sequence-to-Sequence Constituent Parsing

2020-05-27 · Daniel Fernández-González, Carlos Gómez-Rodríguez

Sequence-to-sequence constituent parsing requires a linearization to represent trees as sequences. Top-down tree linearizations, which can be based on brackets or shift-reduce actions, have achieved the best accuracy to …

Enriched In-Order Linearization for Faster Sequence-to-Sequence Constituent Parsing

2020-07-01 · ACL 2020 6 · Daniel Fern{\'a}ndez-Gonz{\'a}lez, Carlos G{\'o}mez-Rodr{\'\i}guez

Sequence-to-sequence constituent parsing requires a linearization to represent trees as sequences. Top-down tree linearizations, which can be based on brackets or shift-reduce actions, have achieved the best accuracy to …

Graph Convolutions over Constituent Trees for Syntax-Aware Semantic Role Labeling

2019-09-21 · EMNLP 2020 11 · Diego Marcheggiani, Ivan Titov

Semantic role labeling (SRL) is the task of identifying predicates and labeling argument spans with semantic roles. Even though most semantic-role formalisms are built upon constituent syntax and only syntactic constitue…

Semantic Role Labeling

Incorporating Constituent Syntax for Coreference Resolution

2022-02-22 · Fan Jiang, Trevor Cohn

Syntax has been shown to benefit Coreference Resolution from incorporating long-range dependencies and structured information captured by syntax trees, either in traditional statistical machine learning based systems or …

coreference-resolutionCoreference Resolution

Improving Constituent Representation with Hypertree Neural Networks

2022-07-01 · NAACL 2022 7 · Hao Zhou, Gongshen Liu, Kewei Tu

Many natural language processing tasks involve text spans and thus high-quality span representations are needed to enhance neural approaches to these tasks. Most existing methods of span representation are based on simpl…

Sentence