paper-with-me

Papers

Translate, then Parse! A strong baseline for Cross-Lingual AMR Parsing

2021-06-08 · ACL (IWPT) 2021 8 · Sarah Uhrig, Yoalli Rezepka Garcia, Juri Opitz, Anette Frank

In cross-lingual Abstract Meaning Representation (AMR) parsing, researchers develop models that project sentences from various languages onto their AMRs to capture their essential semantic structures: given a sentence in any language, we aim to capture its core semantic content through concepts connected by manifold types of semantic relations. Methods typically leverage large silver training data to learn a single model that is able to project non-English sentences to AMRs. However, we find that a simple baseline tends to be over-looked: translating the sentences to English and projecting their AMR with a monolingual AMR parser (translate+parse,T+P). In this paper, we revisit this simple two-step base-line, and enhance it with a strong NMT system and a strong AMR parser. Our experiments show that T+P outperforms a recent state-of-the-art system across all tested languages: German, Italian, Spanish and Mandarin with +14.6, +12.6, +14.3 and +16.0 Smatch points.

📄 PDF Abstract BibTeX arXiv:2106.04565

Code (1)

Heidelberg-NLP/simple-xamr 공식 구현

Tasks

Abstract Meaning RepresentationAMR ParsingNMTSentence

Similar Papers 제목 키워드 기반

Universal Discourse Representation Structure Parsing

2021-06-01 · CL (ACL) 2021 6 · Jiangming Liu, Shay B. Cohen, Mirella Lapata, Johan Bos

Abstract We consider the task of crosslingual semantic parsing in the style of Discourse Representation Theory (DRT) where knowledge from annotated corpora in a resource-rich language is transferred via bitext to guide l…

Semantic Parsing

"Wikily" Supervised Neural Translation Tailored to Cross-Lingual Tasks

2021-04-16 · Mohammad Sadegh Rasooli, Chris Callison-Burch, Derry Tanti Wijaya

We present a simple but effective approach for leveraging Wikipedia for neural machine translation as well as cross-lingual tasks of image captioning and dependency parsing without using any direct supervision from exter…

Cross-Lingual TransferCross-Lingual Word EmbeddingsDependency ParsingImage Captioning+3

Multi-Source Syntactic Neural Machine Translation

2018-08-30 · EMNLP 2018 10 · Anna Currey, Kenneth Heafield

We introduce a novel multi-source technique for incorporating source syntax into neural machine translation using linearized parses. This is achieved by employing separate encoders for the sequential and parsed versions …

Machine TranslationSentenceTranslation

S2-Attention: Hardware-Aware Context Sharding Among Attention Heads

2024-07-25 · Xihui Lin, Yunan Zhang, Suyu Ge, Liliang Ren 외

Sparse attention, which selectively attends to a subset of tokens in the context was supposed to be efficient. However, its theoretical reduction in FLOPs has rarely translated into wall-clock speed-up over its dense att…

Learning to Translate for Multilingual Question Answering

2016-09-26 · EMNLP 2016 11 · Ferhan Ture, Elizabeth Boschee

In multilingual question answering, either the question needs to be translated into the document language, or vice versa. In addition to direction, there are multiple methods to perform the translation, four of which we …

Question AnsweringTranslation