paper-with-me

Papers

A Multilingual Modeling Method for Span-Extraction Reading Comprehension

2021-05-31 · Gaochen Wu, Bin Xu, Dejie Chang, Bangchang Liu

Span-extraction reading comprehension models have made tremendous advances enabled by the availability of large-scale, high-quality training datasets. Despite such rapid progress and widespread application, extractive reading comprehension datasets in languages other than English remain scarce, and creating such a sufficient amount of training data for each language is costly and even impossible. An alternative to creating large-scale high-quality monolingual span-extraction training datasets is to develop multilingual modeling approaches and systems which can transfer to the target language without requiring training data in that language. In this paper, in order to solve the scarce availability of extractive reading comprehension training data in the target language, we propose a multilingual extractive reading comprehension approach called XLRC by simultaneously modeling the existing extractive reading comprehension training data in a multilingual environment using self-adaptive attention and multilingual attention. Specifically, we firstly construct multilingual parallel corpora by translating the existing extractive reading comprehension datasets (i.e., CMRC 2018) from the target language (i.e., Chinese) into different language families (i.e., English). Secondly, to enhance the final target representation, we adopt self-adaptive attention (SAA) to combine self-attention and inter-attention to extract the semantic relations from each pair of the target and source languages. Furthermore, we propose multilingual attention (MLA) to learn the rich knowledge from various language families. Experimental results show that our model outperforms the state-of-the-art baseline (i.e., RoBERTa_Large) on the CMRC 2018 task, which demonstrate the effectiveness of our proposed multi-lingual modeling approach and show the potentials in multilingual NLP tasks.

📄 PDF Abstract BibTeX arXiv:2105.14880

Code (0)

등록된 구현이 없습니다.

Tasks

Multilingual NLPReading Comprehension

Similar Papers 제목 키워드 기반

Bilingual Text Extraction as Reading Comprehension

2020-04-29 · Katsuki Chousa, Masaaki Nagata, Masaaki Nishino

In this paper, we propose a method to extract bilingual texts automatically from noisy parallel corpora by framing the problem as a token-level span prediction, such as SQuAD-style Reading Comprehension. To extract a spa…

ArticlesReading ComprehensionSentenceTranslation

mPMR: A Multilingual Pre-trained Machine Reader at Scale

2023-05-23 · Weiwen Xu, Xin Li, Wai Lam, Lidong Bing

We present multilingual Pre-trained Machine Reader (mPMR), a novel method for multilingual machine reading comprehension (MRC)-style pre-training. mPMR aims to guide multilingual pre-trained language models (mPLMs) to pe…

ClassificationMachine Reading ComprehensionNatural Language UnderstandingReading Comprehension+2

A Span-Extraction Dataset for Chinese Machine Reading Comprehension

2018-10-17 · IJCNLP 2019 11 · Yiming Cui, Ting Liu, Wanxiang Che, Li Xiao 외

Machine Reading Comprehension (MRC) has become enormously popular recently and has attracted a lot of attention. However, the existing reading comprehension datasets are mostly in English. In this paper, we introduce a S…

Machine Reading ComprehensionReading ComprehensionSentence

JobResQA: A Benchmark for LLM Machine Reading Comprehension on Multilingual Résumés and JDs

2026-01-30 · Casimiro Pio Carrino, Paula Estrella, Rabih Zbib, Carlos Escolano 외 arxiv

We introduce JobResQA, a multilingual Question Answering benchmark for evaluating Machine Reading Comprehension (MRC) capabilities of LLMs on HR-specific tasks involving résumés and job descriptions. The dataset comprise…

Machine Reading ComprehensionQuestion Answering

Multi-span Style Extraction for Generative Reading Comprehension

2020-09-15 · Junjie Yang, Zhuosheng Zhang, Hai Zhao

Generative machine reading comprehension (MRC) requires a model to generate well-formed answers. For this type of MRC, answer generation method is crucial to the model performance. However, generative models, which are s…

Answer GenerationMachine Reading ComprehensionReading Comprehension