paper-with-me

Papers

A Graph Fusion Approach to Cross-Lingual Machine Reading Comprehension

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Although great progress has been made for Machine Reading Comprehension (MRC) in English, scaling out to a large number of languages remains a huge challenge due to the lack of large amounts of annotated training data in non-English languages. To address this challenge, some recent efforts of cross-lingual MRC employ machine translation to transfer knowledge from English to other languages, through either explicit alignment or implicit attention. For effective knowledge transition, it is beneficial to leverage both semantic and syntactic information. However, the existing methods fail to explicitly incorporate syntax information in model learning. Consequently, the models are not robust to errors in alignment and noises in attention. In this work, we propose a novel approach, named GraFusionMRC, which jointly models the cross-lingual alignment information and the mono-lingual syntax information using a graph. We develop a series of algorithms including graph construction, learning, and pre-training. The experiments on two benchmark datasets for cross-lingual MRC show that our approach outperforms all strong baselines, which verifies the effectiveness of syntax information for cross-lingual MRC. The code will be made open-sourced on Github.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionMachine Reading ComprehensionMachine TranslationReading Comprehension

Similar Papers 제목 키워드 기반

A Graph Fusion Approach for Cross-Lingual Machine Reading Comprehension

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Although great progress has been made for Machine Reading Comprehension (MRC) in English, scaling out to a large number of languages remains a huge challenge due to the lack of large amounts of annotated training data in…

graph constructionMachine Reading ComprehensionMachine TranslationReading Comprehension

BiPaR: A Bilingual Parallel Dataset for Multilingual and Cross-lingual Reading Comprehension on Novels

2019-10-11 · IJCNLP 2019 11 · Yimin Jing, Deyi Xiong, Yan Zhen

This paper presents BiPaR, a bilingual parallel novel-style machine reading comprehension (MRC) dataset, developed to support multilingual and cross-lingual reading comprehension. The biggest difference between BiPaR and…

coreference-resolutionCoreference ResolutionMachine Reading ComprehensionReading Comprehension+1

Cross-Lingual Question Answering over Knowledge Base as Reading Comprehension

2023-02-26 · Chen Zhang, Yuxuan Lai, Yansong Feng, Xingyu Shen 외

Although many large-scale knowledge bases (KBs) claim to contain multilingual information, their support for many non-English languages is often incomplete. This incompleteness gives birth to the task of cross-lingual qu…

Cross-Lingual Question AnsweringMachine Reading ComprehensionQuestion AnsweringReading Comprehension

Improving Cross-Lingual Reading Comprehension with Self-Training

2021-05-08 · Wei-Cheng Huang, Chien-yu Huang, Hung-Yi Lee

Substantial improvements have been made in machine reading comprehension, where the machine answers questions based on a given context. Current state-of-the-art models even surpass human performance on several benchmarks…

Machine Reading ComprehensionReading Comprehension

XCMRC: Evaluating Cross-lingual Machine Reading Comprehension

2019-08-15 · Pengyuan Liu, Yuning Deng, Chenghao Zhu, Han Hu

We present XCMRC, the first public cross-lingual language understanding (XLU) benchmark which aims to test machines on their cross-lingual reading comprehension ability. To be specific, XCMRC is a Cross-lingual Cloze-sty…

Machine Reading ComprehensionReading ComprehensionSentence