AMR Parsing

49 papers with code • 8 benchmarks • 6 datasets

Each AMR is a single rooted, directed graph. AMRs include PropBank semantic roles, within-sentence coreference, named entities and types, modality, negation, questions, quantities, and so on. See.

AMR Parsing is Far from Solved: GrAPES, the Granular AMR Parsing Evaluation Suite

jgroschwitz/grapes 6 Dec 2023

We present the Granular AMR Parsing Evaluation Suite (GrAPES), a challenge set for Abstract Meaning Representation (AMR) parsing with accompanying evaluation metrics.

1
06 Dec 2023

AMR Parsing with Causal Hierarchical Attention and Pointers

louchao98/chap_amr_parser 18 Oct 2023

Translation-based AMR parsers have recently gained popularity due to their simplicity and effectiveness.

1
18 Oct 2023

Guiding AMR Parsing with Reverse Graph Linearization

pkunlp-icler/amr_reverse_graph_linearization 13 Oct 2023

Abstract Meaning Representation (AMR) parsing aims to extract an abstract semantic graph from a given sentence.

3
13 Oct 2023

Incorporating Graph Information in Transformer-based AMR Parsing

sapienzanlp/leakdistill 23 Jun 2023

Abstract Meaning Representation (AMR) is a Semantic Parsing formalism that aims at providing a semantic graph abstraction representing a given text.

8
23 Jun 2023

AMRs Assemble! Learning to Ensemble with Autoregressive Models for AMR Parsing

babelscape/amrs-assemble 19 Jun 2023

In this paper, we examine the current state-of-the-art in AMR parsing, which relies on ensemble strategies by merging multiple graph predictions.

0
19 Jun 2023

Cross-domain Generalization for AMR Parsing

goodbai-nlp/amr-domainadaptation 22 Oct 2022

Based on our observation, we investigate two approaches to reduce the domain distribution divergence of text and AMR features, respectively.

10
22 Oct 2022

Better Smatch = Better Parser? AMR evaluation is not so simple anymore

heidelberg-nlp/amrparseeval 12 Oct 2022

Recently, astonishing advances have been observed in AMR parsing, as measured by the structural Smatch metric.

5
12 Oct 2022

A Two-Stage Method for Chinese AMR Parsing

pkunlp-icler/two-stage-camrp 29 Sep 2022

In this paper, we provide a detailed description of our system at CAMRP-2022 evaluation.

22
29 Sep 2022

Inducing and Using Alignments for Transition-based AMR Parsing

IBM/transition-amr-parser NAACL 2022

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.

229
03 May 2022

ATP: AMRize Then Parse! Enhancing AMR Parsing with PseudoAMRs

chenllliang/atp Findings (NAACL) 2022

As Abstract Meaning Representation (AMR) implicitly involves compound semantic annotations, we hypothesize auxiliary tasks which are semantically or formally related can better enhance AMR parsing.

14
19 Apr 2022