paper-with-me

홈 › Papers

A Divide-And-Conquer Approach for Multi-label Multi-hop Relation Detection in Knowledge Base Question Answering

2021-11-01 · Findings (EMNLP) 2021 11 · Deyu Zhou, Yanzheng Xiang, Linhai Zhang, Chenchen Ye, Qian-Wen Zhang, Yunbo Cao

Relation detection in knowledge base question answering, aims to identify the path(s) of relations starting from the topic entity node that is linked to the answer node in knowledge graph. Such path might consist of multiple relations, which we call multi-hop. Moreover, for a single question, there may exist multiple relation paths to the correct answer, which we call multi-label. However, most of existing approaches only detect one single path to obtain the answer without considering other correct paths, which might affect the final performance. Therefore, in this paper, we propose a novel divide-and-conquer approach for multi-label multi-hop relation detection (DC-MLMH) by decomposing it into head relation detection and conditional relation path generation. In specific, a novel path sampling mechanism is proposed to generate diverse relation paths for the inference stage. A majority-vote policy is employed to detect final KB answer. Comprehensive experiments were conducted on the FreebaseQA benchmark dataset. Experimental results show that the proposed approach not only outperforms other competitive multi-label baselines, but also has superiority over some state-of-art KBQA methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base Question AnsweringQuestion AnsweringRelation

Similar Papers 제목 키워드 기반

Temporal Divide-and-Conquer Anomaly Actions Localization in Semi-Supervised Videos with Hierarchical Transformer

2024-08-24 · Nada Osman, Marwan Torki

Anomaly action detection and localization play an essential role in security and advanced surveillance systems. However, due to the tremendous amount of surveillance videos, most of the available data for the task is unl…

Action DetectionAnomaly DetectionAnomaly LocalizationMultiple Instance Learning

Memory Consistency Guided Divide-and-Conquer Learning for Generalized Category Discovery

2024-01-24 · Yuanpeng Tu, Zhun Zhong, Yuxi Li, Hengshuang Zhao

Generalized category discovery (GCD) aims at addressing a more realistic and challenging setting of semi-supervised learning, where only part of the category labels are assigned to certain training samples. Previous meth…

Contrastive Learning

Oversampling Divide-and-conquer for Response-skewed Kernel Ridge Regression

2021-07-13 · Jingyi Zhang, Xiaoxiao Sun

The divide-and-conquer method has been widely used for estimating large-scale kernel ridge regression estimates. Unfortunately, when the response variable is highly skewed, the divide-and-conquer kernel ridge regression …

regression

Divide and Conquer Local Average Regression

2016-01-23 · Xiangyu Chang, Shao-Bo Lin, Yao Wang

The divide and conquer strategy, which breaks a massive data set into a se- ries of manageable data blocks, and then combines the independent results of data blocks to obtain a final decision, has been recognized as a st…

regression

A Divide-and-Conquer Approach to Geometric Sampling for Active Learning

2018-05-31 · Xiaofeng Cao

Active learning (AL) repeatedly trains the classifier with the minimum labeling budget to improve the current classification model. The training process is usually supervised by an uncertainty evaluation strategy. Howeve…

Active LearningBoundary DetectionGeneral Classification