paper-with-me

홈 › Papers

Discontinuous Constituent Parsing as Sequence Labeling

2020-10-01 · EMNLP 2020 11 · David Vilares, Carlos Gómez-Rodríguez

This paper reduces discontinuous parsing to sequence labeling. It first shows that existing reductions for constituent parsing as labeling do not support discontinuities. Second, it fills this gap and proposes to encode tree discontinuities as nearly ordered permutations of the input sequence. Third, it studies whether such discontinuous representations are learnable. The experiments show that despite the architectural simplicity, under the right representation, the models are fast and accurate.

📄 PDF Abstract BibTeX arXiv:2010.00633

Code (1)

aghie/disco2labels 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Discontinuous Grammar as a Foreign Language

2021-10-20 · Daniel Fernández-González, Carlos Gómez-Rodríguez

In order to achieve deep natural language understanding, syntactic constituent parsing is a vital step, highly demanded by many artificial intelligence systems to process both text and speech. One of the most recent prop…

Machine TranslationNatural Language UnderstandingTranslation

Discontinuous Constituent Parsing with Pointer Networks

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

One of the most complex syntactic representations used in computational linguistics and NLP are discontinuous constituent trees, crucial for representing all grammatical phenomena of languages such as German. Recent adva…

Dependency ParsingPart-Of-Speech TaggingSentence

Integrating Supertag Features into Neural Discontinuous Constituent Parsing

2024-10-11 · Lukas Mielczarek

Syntactic parsing is essential in natural-language processing, with constituent structure being one widely used description of syntax. Traditional views of constituency demand that constituents consist of adjacent words,…

ChunkingDependency ParsingSentence

Exploiting Pre-trained Encoder-Decoder Transformers for Sequence-to-Sequence Constituent Parsing

2026-05-13 · Daniel Fernández-González, Cristina Outeiriño Cid arxiv

To achieve deep natural language understanding, syntactic constituent parsing plays a crucial role and is widely required by many artificial intelligence systems for processing both text and speech. A recent approach inv…

Natural Language UnderstandingConstituency ParsingMachine Translation

Incremental Discontinuous Phrase Structure Parsing with the GAP Transition

2017-04-01 · EACL 2017 4 · Maximin Coavoux, Beno{\^\i}t Crabb{\'e}

This article introduces a novel transition system for discontinuous lexicalized constituent parsing called SR-GAP. It is an extension of the shift-reduce algorithm with an additional gap transition. Evaluation on two Ger…