Task A: Passage Retrieval

For the second version of our shared task, we propose two sub-tasks; Task A is a Qur'anic passage retrieval (PR) task, while Task B is a machine reading comprehension (RC) task. We describe and formally define Task A below.

Task Definition

The task is defined as follows: Given a free-text question posed in MSA and a collection of Qur'anic passages that cover the Holy Qur'an, a system is required to return a ranked list of answer-bearing passages (i.e., passages that potentially enclose the answer(s) to the given question) from this collection. The question can be a factoid or non-factoid question. An example question is shown below.

To make the task more realistic (thus challenging), some questions may not have an answer in the Holy Qur'an. In such cases, the ideal system should return no answers; otherwise, it returns a ranked list of up to 10 answer-bearing Qur'anic passages.

السؤال/ Question: من هم الملائكة المذكورون في القرآن؟


Golden Qur’anic Passages   الفقرات القرآنية الذهبية

Evaluation Measures

As the PR task is a classical ranked retrieval task, Mean Average Precision (MAP) will be used as the main official measure for evaluation. The no answer cases will be handled simply by giving full credit to ``no answers'' system output and zero otherwise.

The Mean Reciprocal Rank (MRR) will also be reported. 

Registration

Detailed information for registering in the task is here.

Dataset

Detailed information for the dataset format and also download is here.

Download the Evaluation Script

The evaluation script is released on our main repo.

Run Submission

Detailed information for formatting and submitting your runs is here.