Wikiqa — a Question Answering System on Wikipedia Using Freebase, Dbpedia and Infobox

From Wikipedia Quality
Revision as of 07:35, 25 January 2021 by Ecclesia (talk | contribs) (Wikiqa — a Question Answering System on Wikipedia Using Freebase, Dbpedia and Infobox - creating a new article)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Wikiqa — a Question Answering System on Wikipedia Using Freebase, Dbpedia and Infobox - scientific work related to Wikipedia quality published in 2016, written by Faheem Abbas, Muhammad Kamran Malik, Muhammad Umair Rashid and Rizwan Zafar.

Overview

Question Answering (QA) system is the task where arbitrary question IS posed in the form of natural language statements and a brief and concise text returned as an answer. Contrary to search engines where a long list of relevant documents returned as a result of a query, QA system aims at providing the direct answer or passage containing the answer. Authors propose a general purpose question answering system which can answer wh-interrogated questions. This system is using Wikipedia data as its knowledge source. Authors have implemented major components of a QA system which include challenging tasks of Named Entity Tagging, Question Classification, Information Retrieval and Answer Extraction. Implementation of state-of-the-art Entity Tagging mechanism has helped identify entities where systems like OpenEphyra or DBpedia spotlight have failed. The information retrieval task includes development of a framework to extract tabular information known as Infobox from Wikipedia pages which has ensured availability of latest updated information. Answer Extraction module has implemented an attributes mapping mechanism which is helpful to extract answer from data. The system is comparable in results with other available general purpose QA systems.