CLIRAug 14, 2019

Towards Optimisation of Collaborative Question Answering over Knowledge Graphs

arXiv:1908.05098v10.00
AI Analysis50

This work addresses efficiency and effectiveness limitations in CQA frameworks for knowledge graphs, offering incremental improvements in component selection.

The paper tackles the problem of local optimisation in Collaborative Question Answering (CQA) frameworks over knowledge graphs by proposing a feature selection and supervised learning approach, resulting in answering more questions than state-of-the-art methods while reducing features by 50% and components by 76%.

Collaborative Question Answering (CQA) frameworks for knowledge graphs aim at integrating existing question answering (QA) components for implementing sequences of QA tasks (i.e. QA pipelines). The research community has paid substantial attention to CQAs since they support reusability and scalability of the available components in addition to the flexibility of pipelines. CQA frameworks attempt to build such pipelines automatically by solving two optimisation problems: 1) local collective performance of QA components per QA task and 2) global performance of QA pipelines. In spite offering several advantages over monolithic QA systems, the effectiveness and efficiency of CQA frameworks in answering questions is limited. In this paper, we tackle the problem of local optimisation of CQA frameworks and propose a three fold approach, which applies feature selection techniques with supervised machine learning approaches in order to identify the best performing components efficiently. We have empirically evaluated our approach over existing benchmarks and compared to existing automatic CQA frameworks. The observed results provide evidence that our approach answers a higher number of questions than the state of the art while reducing: i) the number of used features by 50% and ii) the number of components used by 76%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes