Question Analysis for Arabic Question Answering Systems
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.
Code (0)
등록된 구현이 없습니다.
Tasks
POSQuestion AnsweringSimilar Papers 제목 키워드 기반
Answer Extraction for Why Arabic Questions Answering Systems: EWAQ
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 InferencePre-trained Transformer-Based Approach for Arabic Question Answering : A Comparative Study
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 ComprehensionLK2022 at Qur’an QA 2022: Simple Transformers Model for Finding Answers to Questions from Qur’an
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 ComprehensionA logical representation of Arabic questions toward automatic passage extraction from the Web
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 AnsweringRetrievalArabicaQA: A Comprehensive Dataset for Arabic Question Answering
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