paper-with-me

홈 › Papers

Inducing and Using Alignments for Transition-based AMR Parsing

2022-05-03 · NAACL 2022 7 · Andrew Drozdov, Jiawei Zhou, Radu Florian, Andrew McCallum, Tahira Naseem, Yoon Kim, Ramon Fernandez Astudillo

Transition-based parsers for Abstract Meaning Representation (AMR) rely on node-to-word alignments. These alignments are learned separately from parser training and require a complex pipeline of rule-based components, pre-processing, and post-processing to satisfy domain-specific constraints. Parsers also train on a point-estimate of the alignment pipeline, neglecting the uncertainty due to the inherent ambiguity of alignment. In this work we explore two avenues for overcoming these limitations. First, we propose a neural aligner for AMR that learns node-to-word alignments without relying on complex pipelines. We subsequently explore a tighter integration of aligner and parser training by considering a distribution over oracle action sequences arising from aligner uncertainty. Empirical results show this approach leads to more accurate alignments and generalization better from the AMR2.0 to AMR3.0 corpora. We attain a new state-of-the art for gold-only trained models, matching silver-trained performance without the need for beam search on AMR3.0.

📄 PDF Abstract BibTeX arXiv:2205.01464

Code (2)

IBM/transition-amr-parser 공식 구현 pytorch
pournaki/transition-amr-parser pytorch

Tasks

Abstract Meaning RepresentationAMR Parsing

Similar Papers 제목 키워드 기반

AMR Parsing with Action-Pointer Transformer

2021-04-29 · NAACL 2021 4 · Jiawei Zhou, Tahira Naseem, Ramón Fernandez Astudillo, Radu Florian

Abstract Meaning Representation parsing is a sentence-to-graph prediction task where target nodes are not explicitly aligned to sentence tokens. However, since graph nodes are semantically based on one or more sentence t…

Abstract Meaning RepresentationAMR ParsingHard AttentionInductive Bias+1

Structure-aware Fine-tuning of Sequence-to-sequence Transformers for Transition-based AMR Parsing

2021-05-18 · Anonymous

Predicting linearized Abstract Meaning Representation (AMR) graphs using pre-trained sequence-to-sequence Transformer models has recently led to large improvements on AMR parsing benchmarks. These parsers are simple and …

Abstract Meaning RepresentationAMR ParsingDecoderSentence

Structure-aware Fine-tuning of Sequence-to-sequence Transformers for Transition-based AMR Parsing

2021-10-29 · EMNLP 2021 11 · Jiawei Zhou, Tahira Naseem, Ramón Fernandez Astudillo, Young-suk Lee 외

Predicting linearized Abstract Meaning Representation (AMR) graphs using pre-trained sequence-to-sequence Transformer models has recently led to large improvements on AMR parsing benchmarks. These parsers are simple and …

Abstract Meaning RepresentationAMR ParsingDecoderSentence

Slide, Constrain, Parse, Repeat: Synchronous SlidingWindows for Document AMR Parsing

2023-05-26 · Sadhana Kumaravel, Tahira Naseem, Ramon Fernandez Astudillo, Radu Florian 외

The sliding window approach provides an elegant way to handle contexts of sizes larger than the Transformer's input window, for tasks like language modeling. Here we extend this approach to the sequence-to-sequence task …

Abstract Meaning RepresentationAMR ParsingLanguage ModelingLanguage Modelling+1

Neural Machine Translation for Query Construction and Composition

2018-06-27 · Tommaso Soru, Edgard Marx, André Valdestilhas, Diego Esteves 외

Research on question answering with knowledge base has recently seen an increasing use of deep architectures. In this extended abstract, we study the application of the neural machine translation paradigm for question pa…

Code GenerationKnowledge Base Question AnsweringSemantic ParsingTranslation