Abstract
Question answering systems have recently been integrated with many smart devices and search engines. Answer type prediction plays an important role in question answering systems as it can help filter irrelevant results and improve overall search and retrieval performance. Here, we present our approach for answer type prediction using the datasets provided for the International Semantic Web Conference (ISWC 2020) SMART Task Challenge. Predicting granular answer types for a question from a big knowledge graph is a greater challenge due to the large number of possible classes. Thus, we propose a 3-step approach to tackle the challenge task. We start with building a classifier that predicts the category of the types and build another classifier just for resource types. The latter model will predict the most general (frequent) type for each question, ignoring type hierarchy. We use a multi-class text classification algorithm built-in fastai library for these two models. The models’ accuracies are 0.95 and 0.73 for category and generic type classification respectively in the validation set (20% randomly chosen samples) of the DBPedia dataset. Next, we train a third classifier to find more specific types (sub-classes) for each question based on the previous general predicted types. We achieve 0.62 and 0.61 using NDCG@5 and NDCG@10 metrics respectively for the test set.
Original language | English |
---|---|
Title of host publication | SeMantic AnsweR Type Prediction Task at ISWC 2020 Semantic Web Challenge |
Editors | N. Mihindukulasooriya, M. Dubey , A. Gliozzo , J. Lehmann , A.-C.N. Ngomo, R. Usbeck |
Publisher | CEUR-WS.org |
Pages | 41-48 |
Number of pages | 8 |
Volume | 2774 |
Publication status | Published - 1 Jan 2020 |
Event | SeMantic AnsweR Type prediction task (SMART) at ISWC 2020 Semantic Web Challenge - Online, Greece Duration: 5 Nov 2020 → 5 Nov 2020 https://iswc2020.semanticweb.org/ |
Publication series
Series | CEUR Workshop Proceedings |
---|---|
ISSN | 1613-0073 |
Conference
Conference | SeMantic AnsweR Type prediction task (SMART) at ISWC 2020 Semantic Web Challenge |
---|---|
Country/Territory | Greece |
Period | 5/11/20 → 5/11/20 |
Internet address |
Keywords
- Hierarchical classification
- Question answering
- Semantic type prediction