paper-with-me

홈 › Papers

Question Analysis for Arabic Question Answering Systems

2017-01-11 · Waheeb Ahmed, Dr. Anto P Babu

The first step of processing a question in Question Answering(QA) Systems is to carry out a detailed analysis of the question for the purpose of determining what it is asking for and how to perfectly approach answering it. Our Question analysis uses several techniques to analyze any question given in natural language: a Stanford POS Tagger & parser for Arabic language, a named entity recognizer, tokenizer,Stop-word removal, Question expansion, Question classification and Question focus extraction components. We employ numerous detection rules and trained classifier using features from this analysis to detect important elements of the question, including: 1) the portion of the question that is a referring to the answer (the focus); 2) different terms in the question that identify what type of entity is being asked for (the lexical answer types); 3) Question expansion ; 4) a process of classifying the question into one or more of several and different types; and We describe how these elements are identified and evaluate the effect of accurate detection on our question-answering system using the Mean Reciprocal Rank(MRR) accuracy measure.

📄 PDF Abstract BibTeX arXiv:1701.02925

Code (0)

등록된 구현이 없습니다.

Tasks

POSQuestion Answering

Similar Papers 제목 키워드 기반

Answer Extraction for Why Arabic Questions Answering Systems: EWAQ

2019-07-04 · Fatima T. AL-Khawaldeh

With the increasing amount of web information, questions answering systems becomes very important to allow users to access to direct answers for their requests. This paper presents an Arabic Questions Answering Systems b…

Natural Language Inference

Pre-trained Transformer-Based Approach for Arabic Question Answering : A Comparative Study

2021-11-10 · Kholoud Alsubhi, Amani Jamal, Areej Alhothali

Question answering(QA) is one of the most challenging yet widely investigated problems in Natural Language Processing (NLP). Question-answering (QA) systems try to produce answers for given questions. These answers can b…

Question AnsweringReading Comprehension

LK2022 at Qur’an QA 2022: Simple Transformers Model for Finding Answers to Questions from Qur’an

2022-06-01 · OSACT (LREC) 2022 6 · Abdullah Alsaleh, Saud Althabiti, Ibtisam Alshammari, Sarah Alnefaie 외

Question answering is a specialized area in the field of NLP that aims to extract the answer to a user question from a given text. Most studies in this area focus on the English language, while other languages, such as A…

Question AnsweringReading Comprehension

A logical representation of Arabic questions toward automatic passage extraction from the Web

2018-05-23 · Bellot Patrice LSIS, DIMAG, Bakari Wided, Neji Mahmoud

With the expanding growth of Arabic electronic data on the web, extracting information, which is actually one of the major challenges of the question-answering, is essentially used for building corpus of documents. In fa…

Information RetrievalQuestion AnsweringRetrieval

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