HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

AMR Parsing with Action-Pointer Transformer

Jiawei Zhou Tahira Naseem Ramón Fernandez Astudillo Radu Florian

AMR Parsing with Action-Pointer Transformer

Abstract

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 tokens, implicit alignments can be derived. Transition-based parsers operate over the sentence from left to right, capturing this inductive bias via alignments at the cost of limited expressiveness. In this work, we propose a transition-based system that combines hard-attention over sentences with a target-side action pointer mechanism to decouple source tokens from node representations and address alignments. We model the transitions as well as the pointer mechanism through straightforward modifications within a single Transformer architecture. Parser state and graph structure information are efficiently encoded using attention heads. We show that our action-pointer approach leads to increased expressiveness and attains large gains (+1.6 points) against the best transition-based AMR parser in very similar conditions. While using no graph re-categorization, our single model yields the second best Smatch score on AMR 2.0 (81.8), which is further improved to 83.4 with silver data and ensemble decoding.

Code Repositories

ibm/graph_ensemble_learning
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
amr-parsing-on-ldc2014t12-1APT (IBM)
F1 Full: 78.5
amr-parsing-on-ldc2017t10APT base (IBM)
Smatch: 82.6
amr-parsing-on-ldc2020t02APT+Silver (IBM)
Smatch: 80.4

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
AMR Parsing with Action-Pointer Transformer | Papers | HyperAI