Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AMR-to-text generation as a Traveling Salesman Problem

About

The task of AMR-to-text generation is to generate grammatical text that sustains the semantic meaning for a given AMR graph. We at- tack the task by first partitioning the AMR graph into smaller fragments, and then generating the translation for each fragment, before finally deciding the order by solving an asymmetric generalized traveling salesman problem (AGTSP). A Maximum Entropy classifier is trained to estimate the traveling costs, and a TSP solver is used to find the optimized solution. The final model reports a BLEU score of 22.44 on the SemEval-2016 Task8 dataset.

Linfeng Song, Yue Zhang, Xiaochang Peng, Zhiguo Wang, Daniel Gildea• 2016

Related benchmarks

TaskDatasetResultRank
AMR GenerationLDC2015E86 (test)
BLEU22.4
37
AMR GenerationLDC2015E86 (dev)
BLEU21.1
7
Showing 2 of 2 rows

Other info

Follow for update