paper-with-me

Papers

Multilingual Non-Factoid Question Answering with Answer Paragraph Selection

2024-08-20 · Ritwik Mishra, Sreeram Vennam, Rajiv Ratn Shah, Ponnurangam Kumaraguru

Most existing Question Answering Datasets (QuADs) primarily focus on factoid-based short-context Question Answering (QA) in high-resource languages. However, the scope of such datasets for low-resource languages remains limited, with only a few works centered on factoid-based QuADs and none on non-factoid QuADs. Therefore, this work presents MuNfQuAD, a multilingual QuAD with non-factoid questions. It utilizes interrogative sub-headings from BBC news articles as questions and the corresponding paragraphs as silver answers. The dataset comprises over 578K QA pairs across 38 languages, encompassing several low-resource languages, and stands as the largest multilingual QA dataset to date. Based on the manual annotations of 790 QA-pairs from MuNfQuAD (golden set), we observe that 98\% of questions can be answered using their corresponding silver answer. Our fine-tuned Answer Paragraph Selection (APS) model outperforms the baselines. The APS model attained an accuracy of 80\% and 72\%, as well as a macro F1 of 72\% and 66\%, on the MuNfQuAD testset and the golden set, respectively. Furthermore, the APS model effectively generalizes a certain language within the golden set, even after being fine-tuned on silver labels. We also observe that the fine-tuned APS model is beneficial for reducing the context of a question. These findings suggest that this resource would be a valuable contribution to the QA research community.

📄 PDF Abstract BibTeX arXiv:2408.10604

Code (1)

ritwikmishra/munfquad 공식 구현 pytorch

Tasks

ArticlesQuestion Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A Neural Network for Factoid Question Answering over Paragraphs

2014-10-01 · EMNLP 2014 10 · Mohit Iyyer, Jordan Boyd-Graber, Leonardo Claudino, Richard Socher 외
Information RetrievalLanguage ModellingQuestion AnsweringSentiment Analysis+1

LittiChoQA: Literary Texts in Indic Languages Chosen for Question Answering

2026-01-06 · Aarya Khandelwal, Ritwik Mishra, Rajiv Ratn Shah arxiv

Long-context question answering (QA) over literary texts poses significant challenges for modern large language models, particularly in low-resource languages. We address the scarcity of long-context QA resources for Ind…

Question Answering

UNCC QA: Biomedical Question Answering system

2018-11-01 · WS 2018 11 · Bh, Abhishek waldar, Wlodek Zadrozny

In this paper, we detail our submission to the BioASQ competition{'}s Biomedical Semantic Question and Answering task. Our system uses extractive summarization techniques to generate answers and has scored highest ROUGE-…

Extractive SummarizationQuestion Answering

A Biomedical Question Answering System in BioASQ 2017

2017-08-01 · WS 2017 8 · Mourad Sarrouti, Said Ouatik El Alaoui

Question answering, the identification of short accurate answers to users questions, is a longstanding challenge widely studied over the last decades in the open domain. However, it still requires further efforts in the …

Question Answering

Cross-Lingual Open-Domain Question Answering with Answer Sentence Generation

2021-10-14 · Benjamin Muller, Luca Soldaini, Rik Koncel-Kedziorski, Eric Lind 외

Open-Domain Generative Question Answering has achieved impressive performance in English by combining document-level retrieval with answer generation. These approaches, which we refer to as GenQA, can generate complete s…

Answer GenerationGenerative Question AnsweringOpen-Domain Question AnsweringQuestion Answering+2