paper-with-me

Papers

Implicit Relation Linking for Question Answering over Knowledge Graph

2022-05-01 · Findings (ACL) 2022 5 · Yao Zhao, Jiacheng Huang, Wei Hu, Qijin Chen, Xiaoxia Qiu, Chengfu Huo, Weijun Ren

Relation linking (RL) is a vital module in knowledge-based question answering (KBQA) systems. It aims to link the relations expressed in natural language (NL) to the corresponding ones in knowledge graph (KG). Existing methods mainly rely on the textual similarities between NL and KG to build relation links. Due to the ambiguity of NL and the incompleteness of KG, many relations in NL are implicitly expressed, and may not link to a single relation in KG, which challenges the current methods. In this paper, we propose an implicit RL method called ImRL, which links relation phrases in NL to relation paths in KG. To find proper relation paths, we propose a novel path ranking model that aligns not only textual information in the word embedding space but also structural information in the KG embedding space between relation phrases in NL and relation paths in KG. Besides, we leverage a gated mechanism with attention to inject prior knowledge from external paraphrase dictionaries to address the relation phrases with vague meaning. Our experiments on two benchmark and a newly-created datasets show that ImRL significantly outperforms several state-of-the-art methods, especially for implicit RL.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringRelationRelation Linking

Similar Papers 제목 키워드 기반

End-to-End Entity Linking and Disambiguation leveraging Word and Knowledge Graph Embeddings

2020-02-25 · Rostislav Nedelchev, Debanjan Chaudhuri, Jens Lehmann, Asja Fischer

Entity linking - connecting entity mentions in a natural language utterance to knowledge graph (KG) entities is a crucial step for question answering over KGs. It is often based on measuring the string similarity between…

Entity DisambiguationEntity LinkingKnowledge Graph EmbeddingsQuestion Answering+3

Generative Relation Linking for Question Answering over Knowledge Bases

2021-08-16 · Gaetano Rossiello, Nandana Mihindukulasooriya, Ibrahim Abdelaziz, Mihaela Bornea 외

Relation linking is essential to enable question answering over knowledge bases. Although there are various efforts to improve relation linking performance, the current state-of-the-art methods do not achieve optimal res…

Question AnsweringRelationRelation Linking

EARL: Joint Entity and Relation Linking for Question Answering over Knowledge Graphs

2018-01-11 · Mohnish Dubey, Debayan Banerjee, Debanjan Chaudhuri, Jens Lehmann

Many question answering systems over knowledge graphs rely on entity and relation linking components in order to connect the natural language input to the underlying knowledge graph. Traditionally, entity linking and rel…

Entity LinkingKnowledge GraphsQuestion AnsweringRelation+2

A Semantics-aware Transformer Model of Relation Linking for Knowledge Base Question Answering

2021-08-01 · ACL 2021 5 · Tahira Naseem, Srinivas Ravishankar, Nandana Mihindukulasooriya, Ibrahim Abdelaziz 외

Relation linking is a crucial component of Knowledge Base Question Answering systems. Existing systems use a wide variety of heuristics, or ensembles of multiple systems, heavily relying on the surface question text. How…

Knowledge Base Question AnsweringQuestion AnsweringRelationRelation Linking+1

EDG-Based Question Decomposition for Complex Question Answering over Knowledge Bases

2021-10-24 · ISWC 2021 10 · Xixin Hu, Yiheng Shu, Xiang Huang, Yuzhong Qu

Knowledge base question answering (KBQA) aims at automatically answering factoid questions over knowledge bases (KBs). For complex questions that require multiple KB relations or constraints, KBQA faces many challenges i…

Knowledge Base Question AnsweringQuestion Answering