OpenQA: Hybrid QA System Relying on Structured Knowledge Base as well as Non-structured Data
Gaochen Wu, Bin Xu, Yuxin Qin, Yang Liu, Lingyu Liu, Ziwei Wang

TL;DR
OpenQA is an intelligent hybrid question-answering system that combines structured knowledge base querying with unstructured data retrieval and neural reading comprehension to provide accurate, fast answers from large Internet data sources.
Contribution
This paper introduces a novel hybrid QA system integrating KBQA with deep semantic parsing and neural MRC, enhancing answer accuracy from diverse data sources.
Findings
Effective integration of KBQA and neural MRC modules
High accuracy in preliminary experiments on custom dataset
Core modules are aligned with current academic research trends
Abstract
Search engines based on keyword retrieval can no longer adapt to the way of information acquisition in the era of intelligent Internet of Things due to the return of keyword related Internet pages. How to quickly, accurately and effectively obtain the information needed by users from massive Internet data has become one of the key issues urgently needed to be solved. We propose an intelligent question-answering system based on structured KB and unstructured data, called OpenQA, in which users can give query questions and the model can quickly give accurate answers back to users. We integrate KBQA structured question answering based on semantic parsing and deep representation learning, and two-stage unstructured question answering based on retrieval and neural machine reading comprehension into OpenQA, and return the final answer with the highest probability through the Transformer…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Text Analysis Techniques · Expert finding and Q&A systems
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Label Smoothing · Absolute Position Encodings · Residual Connection · Softmax · Adam · Position-Wise Feed-Forward Layer · Dense Connections
