paper-with-me

홈 › Papers

An AMR Aligner Tuned by Transition-based Parser

2018-10-08 · EMNLP 2018 10 · Yijia Liu, Wanxiang Che, Bo Zheng, Bing Qin, Ting Liu

In this paper, we propose a new rich resource enhanced AMR aligner which produces multiple alignments and a new transition system for AMR parsing along with its oracle parser. Our aligner is further tuned by our oracle parser via picking the alignment that leads to the highest-scored achievable AMR graph. Experimental results show that our aligner outperforms the rule-based aligner in previous work by achieving higher alignment F1 score and consistently improving two open-sourced AMR parsers. Based on our aligner and transition system, we develop a transition-based AMR parser that parses a sentence into its AMR graph directly. An ensemble of our parsers with only words and POS tags as input leads to 68.4 Smatch F1 score.

📄 PDF Abstract BibTeX arXiv:1810.03541

Code (1)

Oneplus/tamr 공식 구현

Tasks

AMR ParsingPOSSentence

Similar Papers 제목 키워드 기반

Inducing and Using Alignments for Transition-based AMR Parsing

2022-05-03 · NAACL 2022 7 · Andrew Drozdov, Jiawei Zhou, Radu Florian, Andrew McCallum 외

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, pr…

Abstract Meaning RepresentationAMR Parsing

AMR Parsing as Sequence-to-Graph Transduction

2019-05-21 · ACL 2019 7 · Sheng Zhang, Xutai Ma, Kevin Duh, Benjamin Van Durme

We propose an attention-based model that treats AMR parsing as sequence-to-graph transduction. Unlike most AMR parsers that rely on pre-trained aligners, external semantic resources, or data augmentation, our proposed pa…

AMR ParsingSemantic Parsing

Unsupervised AMR-Dependency Parse Alignment

2017-04-01 · EACL 2017 4 · Wei-Te Chen, Martha Palmer

In this paper, we introduce an Abstract Meaning Representation (AMR) to Dependency Parse aligner. Alignment is a preliminary step for AMR parsing, and our aligner improves current AMR parser performance. Our aligner invo…

Abstract Meaning RepresentationAMR Parsing

Parameter sharing between dependency parsers for related languages

2018-08-27 · EMNLP 2018 10 · Miryam de Lhoneux, Johannes Bjerva, Isabelle Augenstein, Anders Søgaard

Previous work has suggested that parameter sharing between transition-based neural dependency parsers for related languages can lead to better performance, but there is no consensus on what parameters to share. We presen…

Cross-lingual AMR Aligner: Paying Attention to Cross-Attention

2022-06-15 · Abelardo Carlos Martínez Lorenzo, Pere-Lluís Huguet Cabot, Roberto Navigli

This paper introduces a novel aligner for Abstract Meaning Representation (AMR) graphs that can scale cross-lingually, and is thus capable of aligning units and spans in sentences of different languages. Our approach lev…

Abstract Meaning RepresentationSemantic Parsing