paper-with-me

홈 › Papers

Hybrid Question Answering over Knowledge Base and Free Text

2016-12-01 · COLING 2016 12 · Kun Xu, Yansong Feng, Songfang Huang, Dongyan Zhao

Recent trend in question answering (QA) systems focuses on using structured knowledge bases (KBs) to find answers. While these systems are able to provide more precise answers than information retrieval (IR) based QA systems, the natural incompleteness of KB inevitably limits the question scope that the system can answer. In this paper, we present a hybrid question answering (hybrid-QA) system which exploits both structured knowledge base and free text to answer a question. The main challenge is to recognize the meaning of a question using these two resources, i.e., structured KB and free text. To address this, we map relational phrases to KB predicates and textual relations simultaneously, and further develop an integer linear program (ILP) model to infer on these candidates and provide a globally optimal solution. Experiments on benchmark datasets show that our system can benefit from both structured KB and free text, outperforming the state-of-the-art systems.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalQuestion AnsweringRetrievalSemantic Parsing

Similar Papers 제목 키워드 기반

Hybrid-SQuAD: Hybrid Scholarly Question Answering Dataset

2024-12-03 · Tilahun Abedissa Taffa, Debayan Banerjee, Yaregal Assabie, Ricardo Usbeck

Existing Scholarly Question Answering (QA) methods typically target homogeneous data sources, relying solely on either text or Knowledge Graphs (KGs). However, scholarly information often spans heterogeneous sources, nec…

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language Model+2

HybridQA: A Dataset of Multi-Hop Question Answering over Tabular and Textual Data

2020-04-15 · Findings of the Association for Computational Linguistics 2020 · Wenhu Chen, Hanwen Zha, Zhiyu Chen, Wenhan Xiong 외

Existing question answering datasets focus on dealing with homogeneous information, based either only on text or KB/Table information alone. However, as human knowledge is distributed over heterogeneous forms, using homo…

Multi-hop Question AnsweringQuestion Answering

HybGRAG: Hybrid Retrieval-Augmented Generation on Textual and Relational Knowledge Bases

2024-12-20 · Meng-Chieh Lee, Qi Zhu, Costas Mavromatis, Zhen Han 외

Given a semi-structured knowledge base (SKB), where text documents are interconnected by relations, how can we effectively retrieve relevant information to answer user questions? Retrieval-Augmented Generation (RAG) retr…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

BigText-QA: Question Answering over a Large-Scale Hybrid Knowledge Graph

2022-12-12 · Jingjing Xu, Maria Biryukov, Martin Theobald, Vinu Ellampallil Venugopal

Answering complex questions over textual resources remains a challenge, particularly when dealing with nuanced relationships between multiple entities expressed within natural-language sentences. To this end, curated kno…

DiversityQuestion Answering

Exploiting Hybrid Semantics of Relation Paths for Multi-hop Question Answering Over Knowledge Graphs

2022-09-02 · COLING 2022 10 · Zile Qiao, Wei Ye, Tong Zhang, Tong Mo 외

Answering natural language questions on knowledge graphs (KGQA) remains a great challenge in terms of understanding complex questions via multi-hop reasoning. Previous efforts usually exploit large-scale entity-related t…

Answer SelectionKnowledge GraphsLink PredictionMulti-hop Question Answering+2