paper-with-me

Papers

RIGOTRIO at SemEval-2017 Task 9: Combining Machine Learning and Grammar Engineering for AMR Parsing and Generation

2017-08-01 · SEMEVAL 2017 8 · Normunds Gruzitis, Didzis Gosko, Guntis Barzdins

By addressing both text-to-AMR parsing and AMR-to-text generation, SemEval-2017 Task 9 established AMR as a powerful semantic interlingua. We strengthen the interlingual aspect of AMR by applying the multilingual Grammatical Framework (GF) for AMR-to-text generation. Our current rule-based GF approach completely covered only 12.3{\%} of the test AMRs, therefore we combined it with state-of-the-art JAMR Generator to see if the combination increases or decreases the overall performance. The combined system achieved the automatic BLEU score of 18.82 and the human Trueskill score of 107.2, to be compared to the plain JAMR Generator results. As for AMR parsing, we added NER extensions to our SemEval-2016 general-domain AMR parser to handle the biomedical genre, rich in organic compound names, achieving Smatch F1=54.0{\%}.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AMR ParsingAMR-to-Text GenerationBIG-bench Machine LearningNERText Generation

Similar Papers 제목 키워드 기반

SemEval-2014 Task 2: Grammar Induction for Spoken Dialogue Systems

2014-08-01 · SEMEVAL 2014 8 · Ioannis Klasinas, Elias Iosif, Katerina Louka, Alex Potamianos 외
Spoken Dialogue SystemsTask 2

UofR at SemEval-2016 Task 8: Learning Synchronous Hyperedge Replacement Grammar for AMR Parsing

2016-06-01 · SEMEVAL 2016 6 · Xiaochang Peng, Daniel Gildea
AMR ParsingMachine TranslationQuestion Answering

OSU\_CHGCG at SemEval-2016 Task 9 : Chinese Semantic Dependency Parsing with Generalized Categorial Grammar

2016-06-01 · SEMEVAL 2016 6 · Manjuan Duan, Lifeng Jin, William Schuler
Dependency ParsingQuestion AnsweringSemantic Dependency Parsing

HCCL at SemEval-2017 Task 2: Combining Multilingual Word Embeddings and Transliteration Model for Semantic Similarity

2017-08-01 · SEMEVAL 2017 8 · Junqing He, Long Wu, Xuemin Zhao, Yonghong Yan

In this paper, we introduce an approach to combining word embeddings and machine translation for multilingual semantic word similarity, the task2 of SemEval-2017. Thanks to the unsupervised transliteration model, our cro…

Cross-Lingual Word EmbeddingsMachine TranslationMultilingual Word EmbeddingsSemantic Similarity+9

AMR-to-text Generation with Synchronous Node Replacement Grammar

2017-02-01 · ACL 2017 7 · Linfeng Song, Xiaochang Peng, Yue Zhang, Zhiguo Wang 외

This paper addresses the task of AMR-to-text generation by leveraging synchronous node replacement grammar. During training, graph-to-string rules are learned using a heuristic extraction algorithm. At test time, a graph…

AMR-to-Text GenerationText Generation