Automatic Accuracy Prediction for AMR Parsing
Juri Opitz, Anette Frank

TL;DR
This paper introduces a neural model to predict the accuracy of AMR parses without gold standards, enabling better parse evaluation, selection, and system ranking across domains.
Contribution
It presents the first neural end-to-end model for predicting AMR parse accuracy, facilitating quality assessment and system comparison without gold annotations.
Findings
The model reliably predicts parse accuracy scores.
Parse selection based on predicted scores improves overall results.
System rankings can be effectively predicted from accuracy estimates.
Abstract
Abstract Meaning Representation (AMR) represents sentences as directed, acyclic and rooted graphs, aiming at capturing their meaning in a machine readable format. AMR parsing converts natural language sentences into such graphs. However, evaluating a parser on new data by means of comparison to manually created AMR graphs is very costly. Also, we would like to be able to detect parses of questionable quality, or preferring results of alternative systems by selecting the ones for which we can assess good quality. We propose AMR accuracy prediction as the task of predicting several metrics of correctness for an automatically generated AMR parse - in absence of the corresponding gold parse. We develop a neural end-to-end multi-output regression model and perform three case studies: firstly, we evaluate the model's capacity of predicting AMR parse accuracies and test whether it can reliably…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
