paper-with-me

홈 › Papers

Harnessing Multilingual Resources to Question Answering in Arabic

2022-05-16 · Khalid Alnajjar, Mika Hämäläinen

The goal of the paper is to predict answers to questions given a passage of Qur'an. The answers are always found in the passage, so the task of the model is to predict where an answer starts and where it ends. As the initial data set is rather small for training, we make use of multilingual BERT so that we can augment the training data by using data available for languages other than Arabic. Furthermore, we crawl a large Arabic corpus that is domain specific to religious discourse. Our approach consists of two steps, first we train a BERT model to predict a set of possible answers in a passage. Finally, we use another BERT based model to rank the candidate answers produced by the first BERT model.

📄 PDF Abstract BibTeX arXiv:2205.08024

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

AraHealthQA 2025: The First Shared Task on Arabic Health Question Answering

2025-08-27 · Hassan Alhuzali, Walid Al-Eisawi, Muhammad Abdul-Mageed, Chaimae Abouzahir 외 arxiv

We introduce AraHealthQA 2025, the Comprehensive Arabic Health Question Answering Shared Task, held in conjunction with ArabicNLP 2025 (co-located with EMNLP 2025). This shared task addresses the paucity of high-quality …

Question AnsweringDecision Making

A Survey on non-English Question Answering Dataset

2021-12-27 · Andreas Chandra, Affandy Fahrizain, Ibrahim, Simon Willyanto Laufried

Research in question answering datasets and models has gained a lot of attention in the research community. Many of them release their own question answering datasets as well as the models. There is tremendous progress t…

Cross-Lingual Question AnsweringQuestion AnsweringSurvey

ArabicaQA: A Comprehensive Dataset for Arabic Question Answering

2024-03-26 · Abdelrahman Abdallah, Mahmoud Kasem, Mahmoud Abdalla, Mohamed Mahmoud 외

In this paper, we address the significant gap in Arabic natural language processing (NLP) resources by introducing ArabicaQA, the first large-scale dataset for machine reading comprehension and open-domain question answe…

BenchmarkingMachine Reading ComprehensionOpen-Domain Question AnsweringPassage Retrieval+4

Overview of FinMMEval 2026 Task 1: Multilingual Financial Multiple-Choice Question Answering

2026-07-22 · Zhuohan Xie, Yuyang Dai, Rania Elbadry, Vanshikaa Jani 외 arxiv

FinMMEval 2026 Task 1 evaluates multilingual financial multiple-choice question answering in English, Chinese, Arabic, and Hindi. The task tests whether systems can select the correct answer to finance questions involvin…

Question Answering

From RAG to Agentic RAG for Faithful Islamic Question Answering

2026-01-12 · Gagan Bhatia, Hamdy Mubarak, Mustafa Jarrar, George Mikros 외 arxiv

Large Language Models (LLMs) are increasingly used for Islamic question answering, where ungrounded responses may carry serious religious consequences. Yet standard MCQ/MRC-style evaluations (MCQ: Multiple choice questio…

Machine Reading ComprehensionQuestion Answering